/**
 * Rolex PDP styles (Phase 2 / M3 baseline).
 * Scope: model carousel / gallery / guarantees / watchSpec / modelContent / modelAvailability (M3–M6).
 */

.rolex-wrapper .rolex-model-infoWrapper.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoWrapper.large {
        width: 84.375%;
    }
}

.rolex-wrapper .rolex-model-infoWrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-top {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoWrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 72px;
    }

    .rolex-wrapper .rolex-model-infoImage {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        max-height: 720px;
        position: relative;
        transform: translate3d(-50%, 0, 0);
    }
}

.rolex-wrapper .rolex-model-infoImage img,
.rolex-wrapper .rolex-model-infoImageCarousel-item img,
.rolex-wrapper .rolex-model-infoImageGallery-item img,
.rolex-wrapper .rolex-model-infoImageGalleryPanel-item img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoImage img {
        width: auto;
        max-width: min(100%, 470px);
    }
}

.rolex-wrapper .rolex-model-infoContent {
    position: relative;
    width: 100%;
    /* max-width: 520px;
    min-width: 0; */
}

.rolex-wrapper .rolex-model-infoContent .rolex-collection-headline24 {
    font-size: clamp(1.25rem, calc(1.15rem + 0.25vw), 1.5rem);
    line-height: 1.4;
}

.rolex-wrapper .rolex-model-infoContent .rolex-collection-headline24,
.rolex-wrapper .rolex-model-infoContent .rolex-collection-headline24 * {
    color: #472b20;
    font-size: clamp(1.25rem, calc(1.15rem + 0.25vw), 1.5rem);
    line-height: 1.4;
    font-weight: 700;
}

.rolex-wrapper .rolex-model-infoContent .rolex-collection-headline24 strong {
    font-weight: 900;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoContent {
        flex: 1 1 auto;
        align-self: center;
        padding: 20px 15% 20px 0;
        padding-top: 22px;
    }
}

.rolex-wrapper .rolex-model-infoContent .rolex-collection-body20 + .rolex-collection-body20 {
    margin-top: 6px;
}

.rolex-wrapper .rolex-model-infoContent .prodPrice {
    display: inline;
    color: #212121;
}

.rolex-wrapper .rolex-model-infoContent .rolex-collection-body20 {
    position: relative;
}

.rolex-wrapper .rolex-model-infoContent .tooltipsBtn {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    cursor: pointer;
}

.rolex-wrapper .rolex-model-infoContent .tooltipsBtn img {
    display: block;
    width: 100%;
}

.rolex-wrapper .rolex-model-infoContent .tooltips {
    display: none;
    width: 90%;
    max-width: 440px;
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    transform: none;
    padding: 15px 20px;
    text-align: left;
    background-color: #767676;
    color: #fff;
    border-radius: 5px;
    z-index: 2;
}

.rolex-wrapper .rolex-model-infoContent .tooltips,
.rolex-wrapper .rolex-model-infoContent .tooltips * {
    color: #fff;
}

.rolex-wrapper .rolex-model-infoContent .tooltips.rolex-collection-body12,
.rolex-wrapper .rolex-model-infoContent .tooltips.rolex-collection-body12 * {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 400;
}

.rolex-wrapper .rolex-model-infoContent .tooltipsBtn::after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 2px;
    bottom: -14px;
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #767676;
}

.rolex-wrapper .rolex-model-infoContent.active .tooltips {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper .rolex-model-infoContent .tooltips {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
}

.rolex-wrapper .rolex-model-infoContent.active .tooltipsBtn::after {
    display: block;
}

.rolex-wrapper .rolex-model-ctaPanel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    padding: 40px 0;
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn {
    flex-basis: calc((100% - 16px) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
    position: relative;
    min-height: 42px;
    margin: 0;
    padding-top: 12px;
    padding-left: 58px;
    border: 0;
    border-radius: 0;
    color: #472b20;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
    text-align: left;
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn::before,
.rolex-wrapper .rolex-model-ctaPanel .ctaBtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn::before {
    background-color: #fff;
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn.ctaBtn-tel::after {
    background-image: url("/cms/images/rolex/common/phone-brown-icon.svg");
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn.ctaBtn-message::after,
.rolex-wrapper .rolex-model-ctaPanel .ctaBtn.ctaBtn-appointment::after {
    background-image: url("/cms/images/rolex/common/mail-brown-icon.svg");
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn.ctaBtn-pin::after {
    background-image: url("/cms/images/rolex/common/pin-brown-icon.svg");
}

.rolex-wrapper .rolex-model-ctaPanel .ctaBtn:hover {
    color: #a37e2c;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-ctaPanel {
        justify-content: center;
        gap: 32px;
    }

    .rolex-wrapper .rolex-model-ctaPanel .ctaBtn {
        flex-basis: 42px;
        min-height: 42px;
        padding-left: 42px;
        font-size: 0;
    }

    .rolex-wrapper .rolex-model-ctaPanel .ctaBtn::before,
    .rolex-wrapper .rolex-model-ctaPanel .ctaBtn::after {
        width: 42px;
        height: 42px;
    }
}

/* Clip translated slides on .swiper only — never overflow:hidden on .swiper-wrapper (clips slide 2/3) */
.rolex-wrapper .rolex-model-infoImageCarousel.swiper {
    overflow: hidden;
    height: auto !important;
}

.rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-wrapper {
    overflow: visible;
}

.rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 100% !important;
    min-height: 8px;
    height: auto;
    margin: 40px 0 6px;
    padding: 0 !important;
    line-height: 0;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
}

/* Mobile hero: prevent Swiper wrapper from ballooning rolex-model-top (flex + height:auto bug) */
@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-top {
        padding-top: 0 !important;
        overflow: hidden;
    }

    .rolex-wrapper .rolex-model-infoWrapper {
        min-height: 0;
        align-items: stretch;
    }

    .rolex-wrapper .rolex-model-infoWrapper > .rolex-model-infoImage.hide-mobile {
        display: none !important;
        height: 0 !important;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel,
    .rolex-wrapper .rolex-model-infoImageCarousel.swiper {
        width: 100%;
        min-height: 0;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel:not(.swiper-initialized) {
        overflow: hidden;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel:not(.swiper-initialized) > .rolex-model-infoImageCarousel-item:not(:first-child) {
        display: none;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper {
        overflow: hidden;
        height: auto !important;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-wrapper {
        height: auto !important;
        overflow: visible;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-slide {
        height: auto !important;
        width: 100% !important;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination {
        margin: 15px 0 6px;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination-bullet {
        width: 18px;
        margin: 0 4px;
    }

    .rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination-bullet-active {
        width: 40px;
    }
}

.rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 100% !important;
    min-height: 8px;
    height: auto;
    margin: 40px 0 6px;
    padding: 0 !important;
    line-height: 0;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
}

.rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination-bullet {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 4px;
    margin: 0 7px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #d4d4d4;
    opacity: 1;
    display: inline-block !important;
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    box-sizing: border-box;
    transition: width 0.2s ease-out, background-color 0.2s ease-out;
}

.rolex-wrapper .rolex-model-infoImageCarousel.swiper .swiper-pagination-bullet-active {
    width: 78px;
    background: #127749;
}

.rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination-bullet {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 4px;
    margin: 0 7px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #d4d4d4;
    opacity: 1;
    display: inline-block !important;
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    box-sizing: border-box;
    transition: width 0.2s ease-out, background-color 0.2s ease-out;
}

.rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination-bullet-active {
    width: 78px;
    background: #127749;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination {
        margin: 15px 0 6px;
    }

    .rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination-bullet {
        width: 18px;
        margin: 0 4px;
    }

    .rolex-wrapper .rolex-model-infoImageGallery.swiper .swiper-pagination-bullet-active {
        width: 40px;
    }
}

/* Gallery nav: buttons live in shell (outside swiper overflow), wired via navigation.prevEl/nextEl */
.rolex-wrapper .rolex-model-infoImageGallery-shell {
    position: relative;
    margin: 0 auto;
}

.rolex-wrapper .rolex-model-infoImageGallery-shell .rolex-gallery-arrow {
    --rolex-gallery-arrow-icon: url("/cms/images/rolex/common/next-light-mode-default-button.svg");
    --rolex-gallery-arrow-icon-hover: url("/cms/images/rolex/common/next-light-mode-hover-button.svg");
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    background-image: var(--rolex-gallery-arrow-icon);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.rolex-wrapper .rolex-model-infoImageGallery-shell .rolex-gallery-arrow--prev {
    left: -76px;
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}

.rolex-wrapper .rolex-model-infoImageGallery-shell .rolex-gallery-arrow--next {
    right: -76px;
    transform: translate3d(0, -50%, 0);
}

.rolex-wrapper .rolex-model-infoImageGallery-shell .rolex-gallery-arrow:hover {
    background-image: var(--rolex-gallery-arrow-icon-hover);
}

.rolex-wrapper .rolex-model-infoImageGallery-shell .rolex-gallery-arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.rolex-wrapper .rolex-model-infoImageGalleryPanelWrapper {
    display: block;
    background: #f9f7f4;
    padding-top: 0;
    padding-bottom: max(7vh, 60px);
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoImageGalleryPanelWrapper {
        padding-bottom: max(10vh, 90px);
    }
}

.rolex-wrapper .rolex-model-infoImageGalleryPanel {
    display: flex;
    gap: 0;
    justify-content: center;
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoImageGalleryPanel {
        width: 84.375%;
    }
}

.rolex-wrapper .rolex-model-infoImageGalleryPanel-item {
    flex-basis: calc((100% - 24px) / 4);
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.rolex-wrapper .rolex-model-infoImageGalleryWrapper {
    display: none;
}

@media only screen and (min-width: 768px) {
    body.galleryOpen .rolex-wrapper .rolex-common-backtotop,
    body.galleryOpen .rolex-wrapper .rolex-common-footerTop,
    body.galleryOpen .rolex-wrapper .rolex-common-keepExploring,
    body.galleryOpen .rolex-wrapper .rolex-model-contactus,
    body.galleryOpen .rolex-wrapper .rolex-model-guaranteesSectionWrapper,
    body.galleryOpen .rolex-wrapper .rolex-model-infoImageGalleryPanelWrapper,
    body.galleryOpen .rolex-wrapper .rolex-model-modelAvailability,
    body.galleryOpen .rolex-wrapper .rolex-model-modelContent,
    body.galleryOpen .rolex-wrapper .rolex-model-pushBanner,
    body.galleryOpen .rolex-wrapper .rolex-model-top,
    body.galleryOpen .rolex-wrapper .rolex-productDetails-watchSpecWrapper {
        display: none !important;
    }
}

body.galleryOpen .rolex-wrapper .rolex-model-infoImageGalleryWrapper {
    display: block;
}

.rolex-wrapper .rolex-model-infoImageGalleryWrapper {
    position: relative;
    background: #f9f7f4;
    overflow: visible;
}

.rolex-wrapper .rolex-model-infoImageGallery.swiper {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-infoImageGalleryWrapper {
        display: none;
    }

    body.galleryOpen .rolex-wrapper .rolex-model-infoImageGalleryWrapper {
        display: block !important;
    }

    .rolex-wrapper .rolex-model-infoImageGalleryWrapper .rolex-model-infoImageGallery-shell,
    .rolex-wrapper .rolex-model-infoImageGalleryWrapper .rolex-model-infoImageGallery {
        max-width: 810px;
    }
}

.rolex-wrapper .rolex-model-infoImageGallery-closeBtn {
    --rolex-gallery-close-icon: url("/cms/images/rolex/common/more-list-black-button.svg");
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f0efed;
    background-image: var(--rolex-gallery-close-icon);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    transform: rotate3d(0, 0, 1, 45deg);
}

.rolex-wrapper .rolex-model-infoImageGallery-closeBtn::before,
.rolex-wrapper .rolex-model-infoImageGallery-closeBtn::after {
    content: none;
}

/* —— M3b: guaranteesSection (accordion + card image) —— */

.rolex-wrapper .rolex-model-guaranteesSection.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-guaranteesSection.large {
        width: 84.375%;
    }
}

.rolex-wrapper .rolex-model-guaranteesSection {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-guaranteesSection {
        flex-direction: column-reverse;
        gap: max(4vh, 40px);
    }
}

.rolex-wrapper .rolex-model-guaranteesSection-left {
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-guaranteesSection-left {
        flex-basis: 100%;
    }
}

.rolex-wrapper .rolex-model-guaranteesSection-right {
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-guaranteesSection-right {
        flex-basis: 100%;
        width: 100%;
    }
}

.rolex-wrapper .rolex-model-guaranteesSection-right .rolex-model-guarantees-collapsible {
    padding-left: 80px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-model-guaranteesSection-right .rolex-model-guarantees-collapsible {
        padding-left: 0;
    }
}

.rolex-wrapper .rolex-model-guarantees-image img {
    display: block;
    width: 100%;
    height: auto;
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: rgba(28, 17, 13, 0.3);
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item:first-child {
    border-top-width: 1px;
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item-title {
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    color: #472b20;
    cursor: pointer;
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item-title::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 28px;
    background-image: url("/cms/images/rolex/common/more-list-black-button.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item.active .rolex-model-guarantees-collapsible-item-title::before {
    background-image: url("/cms/images/rolex/common/less-list-black-button.svg");
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item-content {
    display: none;
    padding: 0 0 20px;
    color: #472b20;
}

.rolex-wrapper .rolex-model-guarantees-collapsible-item.active .rolex-model-guarantees-collapsible-item-content {
    display: block;
}

/* —— M7: contactus accordion (embedded contact + appointment forms) —— */

.rolex-wrapper .rolex-model-contactus .rolex-collection-text > * {
    padding-top: 24px;
}

.rolex-wrapper .rolex-model-contactus .rolex-collection-text > :first-child {
    padding-top: 0;
}

.rolex-wrapper .rolex-model-contactus-accordion {
    display: block;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item {
    border-style: solid;
    border-color: rgba(28, 17, 13, 0.3);
    border-width: 0 0 1px;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item:first-child {
    border-top-width: 1px;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item:last-child.active {
    border-bottom-width: 0;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item .accordion-toggle {
    padding: 16px 0;
    position: relative;
    cursor: pointer;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item .accordion-toggle .rolex-collection-body20 {
    color: #472b20;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item .accordion-toggle::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 26px;
    background-image: url("/cms/images/rolex/common/more-list-black-button.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item.active .accordion-toggle::before {
    background-image: url("/cms/images/rolex/common/less-list-black-button.svg");
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item .accordion-body {
    display: none !important;
}

.rolex-wrapper .rolex-model-contactus-accordion .accordion-item.active .accordion-body {
    display: block !important;
}

/* —— M4: watchSpec (spec grid + download brochure) —— */

/* Desktop: cream wrapper; beige spec panel centered (.large). Mobile: full-bleed beige wrapper. */
.rolex-wrapper .rolex-productDetails-watchSpecWrapper.rolex-collection-block.light {
    background-color: #f9f7f4;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-productDetails-watchSpecWrapper {
        background-color: #f4efea !important;
    }
}

.rolex-wrapper .rolex-productDetails-watchSpec.rolex-collection-block.dark {
    background-color: #f4efea;
}

.rolex-wrapper .rolex-productDetails-watchSpec {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding-left: max(10vh, 90px);
    padding-right: max(10vh, 90px);
    position: relative;
}

.rolex-wrapper .rolex-productDetails-watchSpec.large {
    max-width: 1620px;
    width: calc(100% - 48px);
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-productDetails-watchSpec.large {
        width: 84.375%;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-productDetails-watchSpec {
        display: block;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoPanelWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoPanel {
    column-count: 2;
    column-gap: 24px;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoPanel {
        column-count: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoPanel {
        min-width: 100%;
        max-width: 100%;
        padding-top: 40px;
    }
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoItem {
        min-width: calc((100% - 80px) / 3);
        max-width: calc((100% - 80px) / 3);
    }
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoItem:last-child {
    padding-bottom: 0;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoItem strong {
    color: #472b20;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoRemarks::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    position: relative;
    background-color: #472b20;
    opacity: 0.2;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoRemarks a {
    padding: 10px 30px 10px 50px;
    position: relative;
    display: inline-block;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    background-color: #127749;
    border: 1px solid #127749;
    border-radius: 100px;
    transition: all 0.2s ease-out;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoRemarks a:hover {
    color: #127749;
    background-color: #fff;
    text-decoration: none;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoRemarks a .icon {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 30px;
    top: 10px;
    background-image: url("/cms/images/rolex/common/download-white-button.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.rolex-wrapper .rolex-productDetails-watchSpec .rolex-productDetails-watchSpec-infoRemarks a:hover .icon {
    background-image: url("/cms/images/rolex/common/download-green-button.svg");
}

/* —— M5: modelContent (editorial feature sections) —— */

.rolex-wrapper .rolex-productDetails-modelContent {
    padding-top: max(4vh, 40px);
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-productDetails-modelContent {
        padding-top: max(5vh, 45px);
    }
}

.rolex-wrapper .rolex-productDetails-modelContent:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper .rolex-productDetails-modelContent .imgPadding {
        padding-top: 0 !important;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-productDetails-modelContent .imgPadding {
        padding-top: 40px !important;
    }
}

.rolex-wrapper .rolex-model-modelContent .rolex-collection-image.small,
.rolex-wrapper .rolex-model-modelContent .rolex-collection-text.small {
    max-width: 810px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper .rolex-model-modelContent .rolex-collection-image.small,
    .rolex-wrapper .rolex-model-modelContent .rolex-collection-text.small {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-model-modelContent .rolex-collection-image.small,
    .rolex-wrapper .rolex-model-modelContent .rolex-collection-text.small {
        width: 43%;
    }
}

.rolex-wrapper .rolex-model-modelContent .rolex-collection-text > * {
    padding-top: 24px;
}

.rolex-wrapper .rolex-model-modelContent .rolex-collection-text > :first-child {
    padding-top: 0;
}

.rolex-wrapper .rolex-model-modelContent .rolex-collection-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* —— M6: modelAvailability —— */

.rolex-wrapper .rolex-productDetails-modelAvailability-wrapper {
    padding-top: max(7vh, 60px);
    padding-bottom: max(7vh, 60px);
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-productDetails-modelAvailability-wrapper {
        padding-top: max(10vh, 90px);
        padding-bottom: max(10vh, 90px);
    }
}

.rolex-wrapper .rolex-productDetails-modelAvailability-wrapper::before {
    content: "";
    display: block;
    width: calc(100% - 48px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    background-color: #f4efea;
    z-index: 0;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-productDetails-modelAvailability-wrapper::before {
        width: 84.375%;
    }
}

.rolex-wrapper .rolex-productDetails-modelAvailability-top,
.rolex-wrapper .rolex-productDetails-modelAvailability-body {
    position: relative;
    z-index: 1;
}

.rolex-wrapper .rolex-productDetails-modelAvailability-top img {
    display: block;
    margin: 0 auto;
}

.rolex-wrapper .rolex-productDetails-modelAvailability-body {
    padding-top: 70px !important;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper .rolex-productDetails-modelAvailability-body {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.rolex-wrapper .rolex-productDetails-modelAvailability-body.rolex-collection-text.small {
    max-width: 810px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper .rolex-productDetails-modelAvailability-body.rolex-collection-text.small {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-productDetails-modelAvailability-body.rolex-collection-text.small {
        width: 43%;
    }
}

.rolex-wrapper .rolex-productDetails-modelAvailability-body.rolex-collection-text > * {
    padding-top: 24px;
}

.rolex-wrapper .rolex-productDetails-modelAvailability-body.rolex-collection-text > :first-child {
    padding-top: 0;
}

/* —— M8: pushBanner —— */

.rolex-wrapper .rolex-model-pushBanner .rolex-collection-block.large.noPadding {
    display: block;
    max-width: 1620px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper .rolex-model-pushBanner .rolex-collection-block.large.noPadding {
        width: 84.375%;
    }
}

.rolex-wrapper .rolex-model-pushBanner .rolex-common-pushComponent {
    display: block;
    text-decoration: none;
    color: inherit;
    padding-top: 0;
}

.rolex-wrapper .rolex-model-pushBanner .rolex-common-pushComponent .pushComponent-block {
    display: block;
}

.rolex-wrapper .rolex-model-pushBanner .rolex-common-pushComponent .pushComponent-kv {
    overflow: hidden;
    display: block;
}

.rolex-wrapper .rolex-model-pushBanner .rolex-collection-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1);
}

.rolex-wrapper .rolex-model-pushBanner .rolex-common-pushComponent:hover .pushComponent-kv img {
    transform: scale3d(1.1, 1.1, 1);
}

.rolex-wrapper .rolex-model-pushBanner .rolex-productDetails-pushBanner-content.rolex-collection-text {
    padding-top: 16px;
    color: #472b20;
}

.rolex-wrapper .rolex-model-pushBanner .rolex-productDetails-pushBanner-content > :not(:first-child) {
    padding-top: 2px;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper .rolex-model-pushBanner .rolex-productDetails-pushBanner-content > :not(:first-child) {
        padding-top: 2px;
    }

    .rolex-wrapper .rolex-model-pushBanner .rolex-productDetails-pushBanner-content .learnMoreBtn {
        padding-top: 8px;
    }
}

.rolex-wrapper .rolex-model-pushBanner .learnMoreBtn .rolex-common-secondaryCTA {
    position: relative;
    display: inline-block;
    /* padding-right: 20px; */
    color: #127749;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1em;
}

.rolex-wrapper .rolex-model-pushBanner .learnMoreBtn .rolex-common-secondaryCTA:hover {
    text-decoration: underline;
}

.rolex-wrapper .rolex-model-pushBanner .learnMoreBtn .icon {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 0;
}

.rolex-wrapper .rolex-model-pushBanner .learnMoreBtn .icon img {
    display: block;
    width: 100%;
    height: auto;
}
