.pdp-template--v2 {
    --pdp-v2-max-width: 1440px;
    --pdp-v2-gutter: 20px;
    --pdp-v2-section-space: 44px;
    --pdp-v2-muted: #6f6f6f;
    --pdp-v2-border: #cfcfcf;
    --pdp-v2-grey: #e3e3e3;
    --pdp-v2-hero-main-scale: 1.12;
}

@media (min-width: 768px) {
    .pdp-template--v2 {
        --pdp-v2-gutter: 50px;
        --pdp-v2-section-space: 56px;
    }
}

.pdp-template--v2 .pdp-v1-hero,
.pdp-template--v2 .pdp-v1-hero__inner {
    min-height: 0;
}

.pdp-template--v2 .pdp-v2-hero__inner {
    padding-top: 28px;
    padding-bottom: 28px;
}

.pdp-template--v2 .pdp-v2-hero__grid {
    gap: 28px;
}

.pdp-template--v2 .pdp-v2-hero__gallery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.pdp-template--v2 .pdp-v2-gallery--hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "main"
        "toggle";
    row-gap: 18px;
    max-width: min(100%, 760px);
    margin-inline: 0;
}

.pdp-template--v2 .pdp-v1-gallery__thumbs-wrap,
.pdp-template--v2 .pdp-v1-gallery__bullets {
    display: none !important;
}

.pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main {
    cursor: zoom-in;
    background: transparent;
    border: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../images/pdp-v2-hero-backdrop.png?v=20260313b");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scale(var(--pdp-v2-hero-main-scale));
    transform-origin: center center;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.12s ease;
}

.pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main.is-addon-previewing::before {
    content: none;
    opacity: 0;
}

.pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main-image {
    object-fit: contain;
    padding: 0;
    position: relative;
    z-index: 1;
    transform: scale(var(--pdp-v2-hero-main-scale));
    transform-origin: center;
}

.pdp-template--v2 .product_cat-watches .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-gallery--hero .pdp-v1-gallery__main {
    background: #ffffff;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 34px;
    clip-path: inset(0 0 -34px 0);
}

.pdp-template--v2 .product_cat-watches .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-gallery--hero .pdp-v1-gallery__main::before {
    content: "";
    opacity: 1;
}

.pdp-template--v2 .product_cat-watches .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-gallery--hero .pdp-v1-gallery__main-image {
    filter: none;
}

.pdp-template--v2 .product_cat-watches .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-gallery--hero .pdp-v1-gallery__main.is-addon-previewing .pdp-v1-gallery__main-image {
    filter: none;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-gallery--hero .pdp-v1-gallery__main {
    background: transparent;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-gallery--hero .pdp-v1-gallery__main::before {
    content: none;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-gallery--hero .pdp-v1-gallery__main-image {
    filter: none;
}

.pdp-template--v2 .pdp-v2-hero__summary .summary.entry-summary {
    margin: 0;
}

.pdp-template--v2 .pdp-v2-summary__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 14px;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    z-index: auto;
}

.pdp-template--v2 .pdp-v2-summary__tags .woocommerce-loop-product__tag {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    border: 1px solid #d2d2d2;
    padding: 2px 7px;
    font-family: "Sul Mono", monospace;
    font-size: 0.62rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #747474;
    text-decoration: none;
}

.pdp-template--v2 .pdp-v2-summary__header {
    margin-bottom: 10px;
}

.pdp-template--v2 .pdp-v2-summary__meta {
    margin-bottom: 10px;
}

.pdp-template--v2 .pdp-v2-summary__pricing {
    margin-bottom: 14px;
}

.pdp-template--v2 .pdp-v2-related-references {
    margin-top: 4px;
    margin-bottom: 14px;
}

.pdp-template--v2 .pdp-v2-summary__bullets {
    margin-top: 0;
    margin-bottom: 14px;
}

.pdp-template--v2 .pdp-v2-addons {
    margin: 0 0 14px;
}

.pdp-template--v2 .pdp-v2-addons__native-select {
    display: none !important;
}

.pdp-template--v2 .pdp-v2-addons__title {
    margin: 10px 0 8px;
    font-family: "Sul Mono", monospace;
    font-size: 0.7rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2b2b2b;
}

.pdp-template--v2 .pdp-v2-addons__dropdown {
    position: relative;
}

.pdp-template--v2 .pdp-v2-addons__trigger {
    width: 100%;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--pdp-v2-border);
    background: #f2f2f2;
    padding: 8px 14px 8px 8px;
    text-align: left;
    cursor: pointer;
}

.pdp-template--v2 .pdp-v2-addons__trigger-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.pdp-template--v2 .pdp-v2-addons__trigger-label {
    font-family: "Sul Mono", monospace;
    font-size: 0.68rem;
    line-height: 1.25;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #1f1f1f;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.pdp-template--v2 .pdp-v2-addons__trigger-price {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 0.92rem;
    line-height: 1.2;
}

.pdp-template--v2 .pdp-v2-addons__trigger-chevron {
    font-size: 0.98rem;
    color: #2b2b2b;
    padding-left: 8px;
    padding-right: 2px;
    transition: transform 0.2s ease;
}

.pdp-template--v2 .pdp-v2-addons__dropdown.is-open .pdp-v2-addons__trigger-chevron {
    transform: rotate(180deg);
}

.pdp-template--v2 .pdp-v2-addons__preview {
    width: 64px;
    height: 64px;
    border: 1px solid #cbcbcb;
    background: #fff;
    display: grid;
    place-items: center;
}

.pdp-template--v2 .pdp-v2-addons__preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
    transition: opacity 0.13s ease;
}

.pdp-template--v2 .pdp-v2-addons__preview img[hidden] {
    display: none !important;
}

.pdp-template--v2 .pdp-v2-addons__preview img.is-swapping {
    opacity: 0;
}

.pdp-template--v2 .pdp-v2-addons__preview-placeholder,
.pdp-template--v2 .pdp-v2-addons__option-image--placeholder {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    background: #fff;
    box-shadow: none;
}

.pdp-template--v2 .pdp-v2-addons__preview-placeholder[hidden] {
    display: none;
}

.pdp-template--v2 .pdp-v2-addons__menu {
    list-style: none;
    margin: 0;
    padding: 4px;
    position: absolute;
    inset: calc(100% + 6px) 0 auto 0;
    z-index: 12;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #bdbdbd;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.pdp-template--v2 .pdp-v2-addons__option {
    width: 100%;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    text-align: left;
    padding: 7px 8px;
    cursor: pointer;
}

.pdp-template--v2 .pdp-v2-addons__option:hover,
.pdp-template--v2 .pdp-v2-addons__option.is-selected {
    background: #f1f1f1;
}

.pdp-template--v2 .pdp-v2-addons__option-image {
    width: 48px;
    height: 48px;
    border: 1px solid #d2d2d2;
    background: #fff;
    display: grid;
    place-items: center;
}

.pdp-template--v2 .pdp-v2-addons__option-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pdp-template--v2 .pdp-v2-addons__option-image--empty {
    border: 0;
    background: transparent;
}

.pdp-template--v2 .pdp-v2-addons__option-image--placeholder {
    border: 1px solid #d2d2d2;
    background: #fff;
}

.pdp-template--v2 .pdp-v2-addons__option-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pdp-template--v2 .pdp-v2-addons__option-name {
    font-family: "Sul Mono", monospace;
    font-size: 0.65rem;
    line-height: 1.3;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
}

.pdp-template--v2 .pdp-v2-addons__option-price {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 0.86rem;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__title {
    color: var(--pdp-v1-muted-color);
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__trigger {
    border-color: #2f2f2f;
    background: #141414;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__trigger-label {
    color: #e3e3e3;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__trigger-price {
    color: #d3d3d3;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__trigger-chevron {
    color: #cfcfcf;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__preview {
    border-color: #373737;
    background: #161616;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__preview-placeholder,
.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option-image--placeholder {
    color: #d7d7d7;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__menu {
    border-color: #2f2f2f;
    background: #141414;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option {
    color: #dddddd;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option:hover,
.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option.is-selected {
    background: #222222;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option-image {
    border-color: #373737;
    background: #161616;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option-name {
    color: #dfdfdf;
}

.pdp-template--v2 .pdp-v1-hero.pdp-v1-hero--night .pdp-v2-addons__option-price {
    color: #cccccc;
}

.pdp-template--v2 .pdp-v2-info-row {
    margin-top: 18px;
    display: block;
    overflow: visible;
    white-space: normal;
    border-top: 1px solid rgba(226, 226, 226, 0.5);
    border-bottom: 1px solid rgba(226, 226, 226, 0.5);
    padding: 10px 0 12px;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__item {
    display: contents;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__item + .pdp-v1-info-row__item::before {
    content: none;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__item i {
    display: inline-block;
    margin: 0 7px 6px 0;
    vertical-align: baseline;
    top: 0;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__text {
    display: inline;
    margin-right: 16px;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__line,
.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__small {
    display: inline;
    margin: 0;
    font-size: 0.64rem;
}

.pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__small::before {
    content: " ";
}

.pdp-template--v2 .pdp-v2-info-row__viewport,
.pdp-template--v2 .pdp-v2-info-row__track,
.pdp-template--v2 .pdp-v2-info-row__dots {
    display: none;
}

.pdp-template--v2 .pdp-v2-content {
    background: #fff;
}

.pdp-template--v2 .pdp-v2-marquee {
    background: #e3e3e3;
    color: #272727;
    overflow: hidden;
}

.pdp-template--v2 .pdp-v2-marquee__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
}

.pdp-template--v2 .pdp-v2-marquee__track {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    width: max-content;
}

.pdp-template--v2 .pdp-v2-marquee__track.is-ready {
    animation-name: pdp-v2-marquee-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.pdp-template--v2 .pdp-v2-marquee__track p {
    margin: 0;
    padding: 17px 0;
    font-family: "Sul Mono", monospace;
    font-size: 0.79rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pdp-template--v2 .pdp-v2-marquee__track p::after {
    content: "";
    display: inline-block;
    margin-left: 22px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    color: #C1FF00;
    background: currentColor;
}

@keyframes pdp-v2-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-1 * var(--pdp-v2-marquee-distance, 0px)), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdp-template--v2 .pdp-v2-marquee__track.is-ready {
        animation: none !important;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs-accordion__panel {
        transition: none !important;
    }
}

.pdp-template--v2 .pdp-v2-section-title {
    margin: 0 0 22px;
    text-align: center;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: clamp(1.25rem, 1.65vw, 2.1rem);
    line-height: 1.05;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.pdp-template--v2 .pdp-v2-specs {
    padding: var(--pdp-v2-section-space) var(--pdp-v2-gutter) 28px;
    background: #fff;
}

.pdp-template--v2 .pdp-v2-specs__inner {
    max-width: var(--pdp-v2-max-width);
    margin: 0 auto;
}

.pdp-template--v2 .pdp-v2-specs .pdp-v1-specs {
    margin: 0;
}

.pdp-template--v2 .pdp-v2-specs .pdp-v1-specs-accordion__item {
    background: #fff;
}

.pdp-template--v2 .pdp-v2-rest-media {
    background: #fff;
    padding: 26px 0 34px;
}

.pdp-template--v2 .pdp-v2-rest-media__inner {
    position: relative;
    max-width: var(--pdp-v2-max-width);
    margin: 0 auto;
    padding-inline: var(--pdp-v2-gutter);
}

.pdp-template--v2 .pdp-v2-rest-media__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pdp-template--v2 .pdp-v2-rest-media__track::-webkit-scrollbar {
    display: none;
}

.pdp-template--v2 .pdp-v2-rest-media__slide {
    flex: 0 0 clamp(220px, 33vw, 360px);
    margin: 0;
    scroll-snap-align: start;
}

.pdp-template--v2 .pdp-v2-rest-media__slide-media {
    display: block;
    width: 100%;
    background: #d9d9d9;
    overflow: hidden;
}

.pdp-template--v2 .pdp-v2-rest-media__slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transform: scale(1.12);
    transform-origin: center;
    display: block;
}

.pdp-template--v2 .pdp-v2-rest-media__controls {
    position: absolute;
    inset: 0;
    margin: 0;
    pointer-events: none;
}

.pdp-template--v2 .pdp-v2-rest-media__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: #C1FF00;
    color: #111;
    font-size: 1.05rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.pdp-template--v2 .pdp-v2-rest-media__arrow:hover:not(:disabled),
.pdp-template--v2 .pdp-v2-rest-media__arrow:focus-visible:not(:disabled) {
    background: #C1FF00;
}

.pdp-template--v2 .pdp-v2-rest-media__arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.pdp-template--v2 .pdp-v2-rest-media__arrow--prev {
    left: 0;
}

.pdp-template--v2 .pdp-v2-rest-media__arrow--next {
    right: 0;
}

.pdp-template--v2 .pdp-v2-focus,
.pdp-template--v2 .pdp-v2-features,
.pdp-template--v2 .pdp-v2-gallery-section,
.pdp-template--v2 .pdp-v2-testimonials,
.pdp-template--v2 .pdp-v2-faq {
    padding-inline: var(--pdp-v2-gutter);
}

.pdp-template--v2 .pdp-v2-focus {
    padding-top: var(--pdp-v2-section-space);
    padding-bottom: 60px;
}

.pdp-template--v2 .pdp-v2-focus .pdp-v2-section-title {
    margin-bottom: 30px;
}

.pdp-template--v2 .pdp-v2-focus__inner,
.pdp-template--v2 .pdp-v2-features__inner,
.pdp-template--v2 .pdp-v2-gallery-section__inner,
.pdp-template--v2 .pdp-v2-testimonials__inner,
.pdp-template--v2 .pdp-v2-faq__inner {
    max-width: var(--pdp-v2-max-width);
    margin: 0 auto;
}

.pdp-template--v2 .pdp-v2-focus .pdp-v1-character-focus {
    padding-block: 0;
}

.pdp-template--v2 .pdp-v2-features {
    padding-top: 28px;
    padding-bottom: 40px;
    background: #efefef;
}

.pdp-template--v2 .pdp-v2-features__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pdp-template--v2 .pdp-v2-features__item {
    border: 1px solid #d7d7d7;
    padding: 16px 14px;
    background: #f7f7f7;
    min-height: 140px;
}

.pdp-template--v2 .pdp-v2-features__title {
    margin: 0 0 12px;
    font-size: 0.7rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "Sul Mono", monospace;
}

.pdp-template--v2 .pdp-v2-features__content {
    font-size: 0.9rem;
    line-height: 1.45;
}

.pdp-template--v2 .pdp-v2-features--legacy .pdp-v2-features__legacy {
    max-width: var(--pdp-v2-max-width);
    margin: 0 auto;
}

.pdp-template--v2 .pdp-v2-features--legacy .wp-block-group--table {
    margin: 0;
    border: 0;
    outline: 0;
    gap: 0;
}

.pdp-template--v2 .pdp-v2-features--legacy .wp-block-group--table > .wp-block-group {
    border: 0;
    outline: 0;
}

.pdp-template--v2 .pdp-v2-gallery-section {
    background: #d8d8d8;
    padding-top: 40px;
    padding-bottom: 46px;
}

.pdp-template--v2 .pdp-v2-gallery-section .pdp-v1-character-carousel {
    margin-top: 0;
}

.pdp-template--v2 .pdp-v2-gallery-section__subtitle {
    margin: 0 0 60px;
    text-align: center;
    font-family: "Sul Mono", monospace;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5f5f5f;
}

.pdp-template--v2 .pdp-v2-testimonials {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 58px;
}

.pdp-template--v2 .pdp-v2-testimonials__eyebrow {
    margin: 0 0 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: #5e5e5e;
}

.pdp-template--v2 .pdp-v2-testimonials__viewport {
    min-height: 96px;
    position: relative;
    overflow: hidden;
}

.pdp-template--v2 .pdp-v2-testimonials__viewport.is-draggable {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.pdp-template--v2 .pdp-v2-testimonials__viewport.is-draggable.is-dragging {
    cursor: grabbing;
}

.pdp-template--v2 .pdp-v2-testimonials__quote {
    margin: 0;
    text-align: center;
}

.pdp-template--v2 .pdp-v2-testimonials__quote-text {
    margin: 0;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}

.pdp-template--v2 .pdp-v2-testimonials__source {
    margin-top: 28px;
    display: block;
    font-family: "Sul Mono", monospace;
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-style: normal;
}

.pdp-template--v2 .pdp-v2-testimonials__quote[hidden] {
    display: none !important;
}

.pdp-template--v2 .pdp-v2-testimonials__controls {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdp-template--v2 .pdp-v2-testimonials__count {
    margin: 0;
    font-family: "Sul Mono", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pdp-template--v2 .pdp-v2-testimonials__dots {
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pdp-template--v2 .pdp-v2-testimonials__dot {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: #b9b9b9;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.pdp-template--v2 .pdp-v2-testimonials__dot:hover,
.pdp-template--v2 .pdp-v2-testimonials__dot:focus-visible,
.pdp-template--v2 .pdp-v2-testimonials__dot.is-active {
    background: #343434;
}

.pdp-template--v2 .pdp-v2-testimonials__dot:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.pdp-template--v2 .pdp-v2-testimonials__arrow {
    display: none !important;
}

.pdp-template--v2 .pdp-v2-testimonials__logos {
    margin-top: 40px;
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
}

.pdp-template--v2 .pdp-v2-sticky-bar a.pdp-v2-sticky-bar__tab-link {
    text-decoration: none;
    color: inherit;
}

.pdp-template--v2 .pdp-v2-sticky-bar a.pdp-v2-sticky-bar__tab-link:hover,
.pdp-template--v2 .pdp-v2-sticky-bar a.pdp-v2-sticky-bar__tab-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pdp-template--v2 .pdp-v2-testimonials__logo {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.34;
    transition: opacity 0.2s ease;
}

.pdp-template--v2 button.pdp-v2-testimonials__logo {
    cursor: pointer;
}

.pdp-template--v2 .pdp-v2-testimonials__logo.is-active {
    opacity: 1;
}

.pdp-template--v2 .pdp-v2-testimonials__logo-image {
    max-height: 30px;
    width: auto;
    height: auto;
    display: block;
}

.pdp-template--v2 .pdp-v2-testimonials__logo-text {
    font-family: "Sul Mono", monospace;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a6a6a;
}

.pdp-template--v2 .pdp-v2-testimonials__logo.is-active .pdp-v2-testimonials__logo-text {
    color: #1f1f1f;
}

.pdp-template--v2 .pdp-v2-faq {
    padding-top: 36px;
    padding-bottom: 8px;
}

.pdp-template--v2 .pdp-v1-hero__tabs {
    display: none !important;
}

@media (min-width: 1025px) {
    .pdp-template--v2 {
        --pdp-v2-hero-main-scale: 1.24;
    }

    .pdp-template--v2 .pdp-v2-rest-media__inner {
        padding-inline: 0;
    }

    .pdp-template--v2 .pdp-v2-rest-media__arrow--prev {
        left: 10px;
    }

    .pdp-template--v2 .pdp-v2-rest-media__arrow--next {
        right: 10px;
    }

    .pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main-image {
        transform-origin: center center;
    }

    .pdp-template--v2 .pdp-v2-addons {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }

    .pdp-template--v2 .pdp-v2-summary__tags .woocommerce-loop-product__tag {
        padding-top: 3px;
        padding-bottom: 1px;
    }

    .pdp-template--v2 .pdp-v2-testimonials__viewport {
        max-width: 66%;
        margin-inline: auto;
    }

    .pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__line,
    .pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__small {
        letter-spacing: 0.04em;
    }

    .pdp-template--v2 .pdp-v2-info-row {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }

    .pdp-template--v2 .pdp-v1-mobile-cta {
        width: 100%;
        margin-right: 0;
    }

    .pdp-template--v2 .pdp-v2-mobile-cta__links--has-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .pdp-template--v2 .pdp-v2-mobile-cta__link {
        text-decoration: none;
    }

    .pdp-template--v2 .pdp-v1-hero,
    .pdp-template--v2 .pdp-v1-hero__inner {
        min-height: 900px;
    }

    .pdp-template--v2 .pdp-v2-hero__grid {
        grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
        gap: 56px;
    }

    .pdp-template--v2 .pdp-v2-rest-media__slide {
        flex-basis: calc((100% - 24px) / 3);
    }
}

@media (min-width: 1441px) {
    .pdp-template--v2 .pdp-v2-rest-media__arrow--prev {
        left: -8px;
    }

    .pdp-template--v2 .pdp-v2-rest-media__arrow--next {
        right: -8px;
    }
}

@media (max-width: 1024px) {
    .pdp-template--v2 .pdp-v2-features__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pdp-template--v2 {
        --pdp-v2-hero-main-scale: 1.1;
    }

    .pdp-template--v2 .pdp-v2-marquee {
        display: none;
    }

    .pdp-template--v2 .pdp-v2-summary__tags {
        display: none;
    }

    .pdp-template--v2 .pdp-v2-summary__bullets {
        margin-top: 5px;
        line-height: calc(0.96em + 2px);
    }

    .pdp-template--v2 .pdp-v2-focus {
        padding-top: calc(var(--pdp-v2-section-space) - 20px);
    }

    .pdp-template--v2 .pdp-v2-features {
        display: none;
    }

    .pdp-template--v2 .pdp-v2-specs {
        padding-top: calc(var(--pdp-v2-section-space) - 20px);
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v2-section-title {
        margin-bottom: 2px;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs__grid {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs__media {
        order: 1;
        align-items: center;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs__accordion {
        order: 2;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs-accordion__panel {
        overflow: hidden;
        transition: max-height 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs-accordion__panel[hidden] {
        display: none !important;
    }

    .pdp-template--v2 .pdp-v2-specs .pdp-v1-specs {
        padding-top: 28px;
    }

    .pdp-template--v2 .pdp-v2-hero__inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pdp-template--v2 .pdp-v2-hero__summary {
        padding: 18px var(--pdp-v2-gutter) 0;
    }

    .pdp-template--v2 .pdp-v2-hero__summary .summary.entry-summary {
        margin-top: -40px;
    }

    .pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main {
        width: 100%;
        margin: 0;
    }

    .pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__main-image {
        transform: scale(var(--pdp-v2-hero-main-scale));
    }

    .pdp-template--v2 .pdp-v2-gallery--hero .pdp-v1-gallery__toggle-wrap {
        margin-top: -38px;
    }

    .pdp-template--v2 .pdp-v2-addons__trigger {
        grid-template-columns: 54px minmax(0, 1fr) auto;
    }

    .pdp-template--v2 .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-addons__trigger-price,
    .pdp-template--v2 .pdp-v1-hero:not(.pdp-v1-hero--night) .pdp-v2-addons__option-price {
        color: #1f1f1f;
    }

    .pdp-template--v2 .pdp-v2-addons__preview {
        width: 54px;
        height: 54px;
    }

    .pdp-template--v2 .pdp-v2-info-row .pdp-v1-info-row__item {
        min-width: 0;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel {
        padding-bottom: 10px;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel > .pdp-v1-info-row__item {
        display: none;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v2-info-row__viewport {
        display: block;
        overflow: hidden;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v2-info-row__track {
        display: flex;
        transition: transform 0.25s ease;
        will-change: transform;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__item {
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0;
        white-space: normal;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__item i {
        margin: 0 8px 0 0;
        flex: 0 0 auto;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__text {
        display: block;
        margin-right: 0;
        text-align: center;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__line,
    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__small {
        display: block;
        font-size: 0.64rem;
        line-height: 1.45;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v1-info-row__small::before {
        content: none;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v2-info-row__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
        width: max-content;
        margin-inline: auto;
        align-self: center;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v2-info-row__dot {
        width: 6px;
        height: 6px;
        border: 0;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        background: #b9b9b9;
        cursor: pointer;
    }

    .pdp-template--v2 .pdp-v2-info-row--carousel .pdp-v2-info-row__dot.is-active {
        background: #4b4b4b;
    }

    .pdp-template--v2 .pdp-v2-rest-media__arrow {
        width: 30px;
        height: 30px;
    }

    .pdp-template--v2 .pdp-v2-features__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .pdp-template--v2 .pdp-v2-rest-media__slide {
        flex-basis: min(78vw, 320px);
    }

    .pdp-template--v2 .pdp-v2-testimonials__quote-text {
        font-size: 1.1rem;
    }

    .pdp-template--v2 .pdp-v2-testimonials__viewport {
        will-change: transform, opacity;
    }

    .pdp-template--v2 .pdp-v2-testimonials__source {
        margin-top: 20px;
    }

    .pdp-template--v2 .pdp-v2-testimonials__logos {
        margin-top: 30px;
        gap: 20px;
    }

    .pdp-template--v2 .pdp-v2-marquee__track p {
        font-size: 0.73rem;
    }
}
