.pdp-template--v3 {
    --pdp-v3-max-width: var(--pdp-v2-max-width, 1440px);
    --pdp-v3-gutter: var(--pdp-v2-gutter, 20px);
}

.pdp-template--v3 .pdp-v3-content {
    background: #ececec;
    padding-top: 34px;
    padding-bottom: 22px;
}

.pdp-template--v3 .pdp-v3-details,
.pdp-template--v3 .pdp-v3-brand-media,
.pdp-template--v3 .pdp-v3-faq {
    width: min(100%, var(--pdp-v3-max-width));
    margin-inline: auto;
    padding-inline: var(--pdp-v3-gutter);
}

.pdp-template--v3 .pdp-v3-details__inner,
.pdp-template--v3 .pdp-v3-brand-media__inner,
.pdp-template--v3 .pdp-v3-faq__inner {
    width: 100%;
}

.pdp-template--v3 .pdp-v3-details .pdp-v2-section-title,
.pdp-template--v3 .pdp-v3-brand-media .pdp-v2-section-title {
    margin-bottom: 26px;
}

.pdp-template--v3 .pdp-v3-summary__single-copy {
    margin: 0 0 14px;
    font-family: "AktivGrotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.32;
    color: #1f1f1f;
}

.pdp-template--v3 .pdp-v3-gallery--hero .pdp-v1-gallery__main {
    background: transparent;
    box-shadow: none;
}

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

.pdp-template--v3 .pdp-v3-gallery--hero .pdp-v1-gallery__main-image {
    box-shadow: none;
    filter: none;
}

.pdp-template--v3 .pdp-v3-details__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.pdp-template--v3 .pdp-v3-details__copy {
    font-size: 1rem;
    line-height: 1.65;
    color: #1f1f1f;
}

.pdp-template--v3 .pdp-v3-details__copy p,
.pdp-template--v3 .pdp-v3-details__copy ul,
.pdp-template--v3 .pdp-v3-details__copy ol {
    margin-top: 0;
    margin-bottom: 1em;
}

.pdp-template--v3 .pdp-v3-details__asset {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.pdp-template--v3 .pdp-v3-details__asset-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.pdp-template--v3 .pdp-v3-details__cta-wrap {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pdp-template--v3 .pdp-v3-details__cta {
    min-width: 166px;
    justify-content: center;
}

.pdp-template--v3 .summary.entry-summary form.variations_form .variations th.label label,
.pdp-template--v3 .summary.entry-summary form.variations_form .variations .woo-selected-variation-item-name {
    text-transform: uppercase;
}

.pdp-template--v3 .pdp-v2-addons__dropdown {
    z-index: 20;
}

.pdp-template--v3 .pdp-v2-addons__menu {
    z-index: 24;
}

.pdp-template--v3 .pdp-v3-brand-media {
    padding-top: 32px;
}

.pdp-template--v3 .pdp-v3-faq {
    padding-top: 34px;
}

@media (min-width: 1025px) {
    .pdp-template--v3 .pdp-v3-content {
        padding-top: 44px;
        padding-bottom: 34px;
    }

    .pdp-template--v3 .pdp-v3-details__grid {
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
        gap: 42px;
        align-items: flex-start;
    }

    .pdp-template--v3 .pdp-v3-brand-media {
        padding-top: 44px;
    }

    .pdp-template--v3 .pdp-v3-faq {
        padding-top: 46px;
    }
}

@media (max-width: 767px) {
    .pdp-template--v3 .pdp-v3-content {
        padding-top: 22px;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form {
        overflow: visible;
    }

    .pdp-template--v3 .summary.entry-summary form.cart {
        margin-bottom: 20px;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .variations td.value,
    .pdp-template--v3 .summary.entry-summary form.variations_form .variations .value.woo-variation-items-wrapper,
    .pdp-template--v3 .summary.entry-summary form.variations_form .variable-items-wrapper {
        overflow: visible;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .variations td.value {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .variations td.value::-webkit-scrollbar {
        display: none;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .variable-items-wrapper {
        row-gap: 8px;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .color-variable-items-wrapper {
        --wvs-single-product-item-width: 16px;
        --wvs-single-product-item-height: 16px;
        --wvs-single-product-large-item-width: 16px;
        --wvs-single-product-large-item-height: 16px;
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 4px;
        max-width: none;
        min-width: max-content;
        padding-inline: 0;
    }

    .pdp-template--v3 .summary.entry-summary form.variations_form .color-variable-items-wrapper .variable-item {
        width: 16px;
        height: 16px;
    }

    .pdp-template--v3 .pdp-v3-details__asset-image {
        max-width: min(100%, 320px);
    }
}
