/**
 * RCPO PDP — section styles (extracted from rolex.min.css / rolex-pdp.css patterns).
 * M3: hero · M4: infoPanel · M5: CTA · M6: desktopGallery · M7: guaranteesSection · M8: watchSpec · M9: modelContent · M11: 360° · YMAL
 */

/* —— M3: SEO + hero —— */

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .hide-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .hide-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .hide-desktop {
        display: none !important;
    }
}

.rolex-wrapper.rolexrcpo .invisibleH1 {
    display: none !important;
}

/*
 * Hero shell — rolex-base .rolex-collection-block supplies beige padding (M3 white band below crumbs).
 * old min.css: .rolexrcpo-model-wrapper{padding-top:0} is mobile-only (max-width: 767px).
 * padding-bottom:0 here — hero wrapper is split from gallery; bottom padding lives on later sections.
 */
.rolex-wrapper.rolexrcpo .rolexrcpo-model-wrapper.rolex-collection-block {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-wrapper.rolex-collection-block {
        padding-top: 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-wrapper.rolex-collection-block.light {
    background-color: #f9f7f4;
}

/* old min.css: topWrapper #111 is mobile-only (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-topWrapper {
        background-color: #111;
    }
}

/* old_ref / rolex.min.css: .rolex-collection-block.large @ 84.375% */
.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper.rolex-collection-block.large,
.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper.rolex-collection-block.large,
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper.large {
        width: 84.375%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper {
        background-color: transparent;
        padding-bottom: max(7vh, 60px);
    }
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper {
        flex-direction: row-reverse;
        gap: 8px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper > * {
        flex-basis: 50%;
        width: 50%;
    }

}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImageCarouselWrapper {
    max-width: 1628px;
    width: calc(100% - 48px + 8px);
    margin: 24px auto 0;
    padding-bottom: max(7vh, 60px);
    position: relative;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImageCarouselWrapper {
        width: 100%;
        margin-top: 0;
        padding-bottom: 40px;
        background-color: #111;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-topWrapper {
        background-color: #111;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImageCarousel-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImageCarousel-item img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.02);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImage {
    position: relative;
    background-color: #111;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImage {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoImage img {
    display: block;
    width: 100%;
    height: auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper {
    overflow: hidden;
    height: auto !important;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-wrapper {
    overflow: visible;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    min-height: 8px;
    height: auto;
    margin: 40px 0 6px;
    padding: 0 !important;
    line-height: 0;
    transform: none !important;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination {
        margin: 15px 0 6px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination-bullet {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 4px;
    margin: 0 7px;
    border-radius: 4px;
    background-color: #d4d4d4;
    opacity: 1;
    transition: all 0.2s ease-out;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination-bullet {
        width: 18px;
        margin: 0 4px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination-bullet-active {
    width: 78px;
    background-color: #127749;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-pagination-bullet-active {
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-wrapper {
        padding-top: 0 !important;
        overflow: hidden;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper {
        min-height: 0;
        align-items: stretch;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper > .rolexrcpo-model-infoImage.hide-mobile {
        display: none !important;
        height: 0 !important;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel,
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper {
        width: 100%;
        min-height: 0;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel:not(.swiper-initialized) {
        overflow: hidden;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel:not(.swiper-initialized) > .rolexrcpo-model-infoImageCarousel-item:not(:first-child) {
        display: none;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper {
        overflow: hidden;
        height: auto !important;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-wrapper {
        height: auto !important;
        overflow: visible;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageCarousel.swiper .swiper-slide {
        height: auto !important;
        width: 100% !important;
    }
}

/* —— M4: infoPanel —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    background-color: #111;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent {
        padding: 40px 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent > * {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent > * {
        padding-top: 4px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent > :first-child {
        padding-top: 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolex-collection-headline24 {
    color: #fff;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolex-collection-headline50 {
    color: #fff;
    font-size: clamp(1.875rem, calc(1.25rem + 1.5625vw), 3.125rem);
    line-height: 1.2;
    font-weight: 700;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolex-collection-body20 {
    color: #fff;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolex-collection-body20 strong {
    color: #fff;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-product-available {
    padding-left: 8px;
    color: #127749;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-product-unavailable {
    color: #d4d4d4;
}

/* —— M5: CTA + add to bag + wishlist —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel {
    display: flex;
    gap: 8px;
    padding: 30px 0 0;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel {
        gap: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel {
        padding: 32px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel {
        padding: 20px 0 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.normal {
    align-items: center;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn {
    flex-basis: calc((100% - 16px) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-out;
    min-height: 42px;
    margin: 0;
    padding-top: 12px;
    padding-left: 58px;
    text-align: left;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid {
        justify-content: flex-start;
        gap: 32px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn {
        flex-basis: 42px;
        padding-left: 42px;
        font-size: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn:nth-child(odd) {
        flex-basis: 180px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn:nth-child(even) {
        flex-basis: calc(100% - 180px - 8px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn:hover {
    color: #a37e2c;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2d2c31;
    border-radius: 100%;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn.ctaBtn-tel:after {
    background-image: url(/cms/images/rolexrcpo/common/phone-white-icon.svg);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn.ctaBtn-message:after,
.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn.ctaBtn-appointment:after {
    background-image: url(/cms/images/rolexrcpo/common/mail-white-icon.svg);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper .rolexrcpo-model-infoContentWrapper .rolexrcpo-model-infoContent .rolexrcpo-model-ctaPanel.grid .ctaBtn.ctaBtn-pin:after {
    background-image: url(/cms/images/rolexrcpo/common/pin-white-icon.svg);
}

.rolex-wrapper.rolexrcpo .rolex-common-button-green {
    padding: 10px 30px;
    line-height: 1em;
    background-color: #127749;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #127749;
    transition: all 0.2s ease-out;
    cursor: pointer;
    text-decoration: none;
}

.rolex-wrapper.rolexrcpo .rolex-common-button-green:hover {
    background-color: #fff;
    color: #127749;
    text-decoration: none;
}

.rolex-wrapper.rolexrcpo .addToCartBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 52px;
    padding: 0 30px 0 40px;
    position: relative;
    background-color: #127749;
    border-color: #127749;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
}

.rolex-wrapper.rolexrcpo .addToCartBtn .icon,
.rolex-wrapper.rolexrcpo .addToCartBtn .icon-hover {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    /* arrow-right SVG rotated 180deg → left-pointing (old rolex.min.css) */
    transform: translateY(-50%) rotate3d(0, 0, 1, 180deg);
}

.rolex-wrapper.rolexrcpo .addToCartBtn .icon img,
.rolex-wrapper.rolexrcpo .addToCartBtn .icon-hover img {
    display: block;
    width: 100%;
    height: 100%;
}

.rolex-wrapper.rolexrcpo .addToCartBtn .icon-hover {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .addToCartBtn {
        padding: 0 30px;
        font-size: 14px;
    }

    .rolex-wrapper.rolexrcpo .addToCartBtn .icon,
    .rolex-wrapper.rolexrcpo .addToCartBtn .icon-hover {
        display: none !important;
    }
}

.rolex-wrapper.rolexrcpo .addToCartBtn:hover {
    color: #127749;
}

.rolex-wrapper.rolexrcpo .addToCartBtn:hover .icon {
    display: none;
}

.rolex-wrapper.rolexrcpo .addToCartBtn:hover .icon-hover {
    display: block;
}

.rolex-wrapper.rolexrcpo .addToCartBtn .label {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.rolex-wrapper.rolexrcpo .addToCartBtn:hover .label {
    color: #127749;
}

.rolex-wrapper.rolexrcpo .addToWishlistBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    padding: 0;
    position: relative;
    background-color: #2d2c31;
    border-radius: 52px;
    border: 0;
    cursor: pointer;
}

.rolex-wrapper.rolexrcpo .addToWishlistBtn.active .icon {
    background-image: url(/cms/images/rolexrcpo/common/like-full-white-icon.svg);
}

.rolex-wrapper.rolexrcpo .addToWishlistBtn .icon {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/cms/images/rolexrcpo/common/like-white-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

/* —— M6: desktop gallery strip + lightbox —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanel-item img,
.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanelWrapper {
    display: block;
    background-color: #f9f7f4;
    padding-top: 0;
    padding-bottom: max(7vh, 60px);
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanelWrapper {
        padding-bottom: max(10vh, 90px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanel {
    display: flex;
    gap: 8px;
    justify-content: center;
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanel {
        width: 84.375%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanel-item {
    flex-basis: calc((100% - 24px) / 4);
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryWrapper {
    display: none;
    position: relative;
    background-color: #f9f7f4;
    overflow: visible;
}

@media only screen and (min-width: 768px) {
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoWrapper,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryPanelWrapper,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSectionWrapper,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpecWrapper,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-common-keepExploring,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop,
    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop {
        display: none !important;
    }

    body.galleryOpen footer {
        display: none !important;
    }

    body.galleryOpen .rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGalleryWrapper {
        display: block !important;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-shell {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery.swiper {
    max-width: 810px;
    margin: 0 auto;
    overflow: hidden;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery.swiper .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    min-height: 8px;
    height: auto;
    margin: 40px 0 6px;
    padding: 0 !important;
    line-height: 0;
    transform: none !important;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-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-color: #d4d4d4;
    opacity: 1;
    transition: width 0.2s ease-out, background-color 0.2s ease-out;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery.swiper .swiper-pagination-bullet-active {
    width: 78px;
    background-color: #127749;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-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;
    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;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-shell .rolex-gallery-arrow--prev {
    left: -76px;
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-shell .rolex-gallery-arrow--next {
    right: -76px;
    transform: translate3d(0, -50%, 0);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-shell .rolex-gallery-arrow:hover {
    background-image: var(--rolex-gallery-arrow-icon-hover);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-shell .rolex-gallery-arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-infoImageGallery-closeBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background-color: #f0efed;
    background-image: url(/cms/images/rolex/common/more-list-black-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    transform: rotate3d(0, 0, 1, 45deg);
    cursor: pointer;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSectionWrapper.rolex-collection-block.light {
    background-color: #f9f7f4;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection.large {
        width: 84.375%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection {
        flex-direction: column-reverse;
        gap: max(4vh, 40px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-left {
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-left {
        flex-basis: 100%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-right {
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-right {
        flex-basis: 100%;
        width: 100%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-right .rolexrcpo-model-guarantees-collapsible {
    padding-left: 80px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-guaranteesSection-right .rolexrcpo-model-guarantees-collapsible {
        padding-left: 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-image img {
    display: block;
    width: 100%;
    height: auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: rgba(28, 17, 13, 0.3);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item:first-child {
    border-top-width: 1px;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item-title {
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    color: #472b20;
    cursor: pointer;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-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.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item.active .rolexrcpo-model-guarantees-collapsible-item-title::before {
    background-image: url("/cms/images/rolex/common/less-list-black-button.svg");
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item-content {
    display: none;
    padding: 0 0 20px;
    color: #472b20;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-guarantees-collapsible-item.active .rolexrcpo-model-guarantees-collapsible-item-content {
    display: block;
}

/* —— M8: watchSpec —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpecWrapper.rolex-collection-block.light {
    background-color: #f9f7f4;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpecWrapper {
        background-color: #f4efea !important;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec.rolex-collection-block.dark {
    background-color: #f4efea;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec.large {
        width: 84.375%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec {
    display: flex;
    flex-direction: row-reverse;
    padding-left: max(10vh, 90px);
    padding-right: max(10vh, 90px);
    position: relative;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec {
        display: block;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoPanelWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoPanel {
    column-count: 2;
    column-gap: 24px;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoPanel {
        column-count: 3;
        column-gap: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoPanel {
        min-width: 100%;
        max-width: 100%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoItem:last-child {
    padding-bottom: 0;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-watchSpec .rolexrcpo-productDetails-watchSpec-infoItem strong {
    color: #472b20;
}

/* —— M9: modelContent —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-modelContent {
    padding-top: max(4vh, 40px);
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-modelContent {
        padding-top: max(5vh, 45px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-modelContent:first-child {
    padding-top: 0;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-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.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-text.small {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-text.small {
        width: 43%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-image.large {
    max-width: 1620px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-image.large {
        width: 84.375%;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-image {
    padding-top: max(7vh, 60px);
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-image {
        padding-top: max(10vh, 90px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-modelContent .rolex-collection-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* --- M11: 360° viewer button + dialog (from rolex.min.css) --- */

.rolex-wrapper.rolexrcpo .rolexrcpo-model-360Btn {
    padding: 4px 28px;
    position: absolute;
    right: 24px;
    background-color: #383838;
    border-width: 0;
    border-radius: 50px;
    cursor: pointer;
    top: calc(100dvw - 48px - 58px - 24px);
    z-index: 2;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-model-360Btn::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(/cms/images/rolexrcpo/common/360-white-icon.svg);
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-360Btn {
        bottom: 50px;
        right: 40px;
        top: auto;
        background-color: #2d2c31;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-model-360Btn::after {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-model-360Btn {
        bottom: 30px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog {
        top: 80px;
        height: calc(100% - 80px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog::before {
    content: "";
    display: block;
    width: 100dvw;
    height: 81px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px;
    background-color: #000;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover .axigear-inner-box,
.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover canvas {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover::before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    left: 0;
    top: 0;
    border: solid #000 1px;
    pointer-events: none;
    z-index: 1;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog-wrapper {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    inset: 24px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog-wrapper {
        inset: 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog-wrapper > div {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 1;
    background-color: #000;
}

/* axigear sets inner-box to rgb(255,255,255) inline — override to avoid white flash before first frame */
.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover .axigear-inner-box {
    background-color: #000 !important;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover .cloudimage-360-loader {
    background-color: #127749 !important;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover:not(.is-ready) canvas {
    opacity: 0;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog #Img360cover.is-ready canvas {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-hints {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-360-hints {
        top: calc(100% + 10px);
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translateX(-25px);
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog-closeBtn {
    width: 44px;
    height: 44px;
    position: fixed;
    display: block;
    right: 10px;
    top: 10px;
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: transparent;
    background-image: url(/cms/images/rolex/common/more-list-white-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 44px;
    border-width: 0;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-360-dialog-closeBtn {
        top: 90px;
    }
}

/* —— M11: You May Also Like —— */

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike {
    margin: 0 auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-productDetails-youMayAlsoLike-wrapper {
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-productDetails-youMayAlsoLike-wrapper {
        padding: 0 20px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .youMayAlsoLike-title {
    text-align: center;
    color: #472b20;
    font-weight: 700;
    text-transform: unset;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .youMayAlsoLike-carousel {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .youMayAlsoLike-slider.swiper {
    overflow: hidden;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .youMayAlsoLike-slider .swiper-slide {
    position: relative;
    padding: 0 4px;
    height: auto;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem {
    display: block !important;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #000;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem:hover .rolexrcpo-youMayAlsoLike-watchItem-imageWrapper .imageWrapper img {
    transform: scale3d(1.1, 1.1, 1);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-imageWrapper {
    display: block;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-imageWrapper .imageWrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-imageWrapper .imageWrapper img {
    display: block;
    width: 100%;
    transform: scale3d(1.02, 1.02, 1);
    transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper {
    display: block;
    padding: 40px 50px;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper {
        padding: 24px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper {
        padding: 40px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.en,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.tc,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.sc {
        min-height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.en,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.tc,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.sc {
        min-height: 150px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.en {
        min-height: 180px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.tc,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.sc {
        min-height: 200px;
    }
}

@media only screen and (min-width: 1440px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.en,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.tc,
    .rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-infoWrapper.sc {
        min-height: 200px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-label {
    color: #fff;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-label.infoTitle {
    font-weight: 400;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-label.infoCollection {
    margin-bottom: 4px;
    line-height: 1.2;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-productDetails-youMayAlsoLike .rolexrcpo-youMayAlsoLike-watchItem-label.rolex-collection-body16 {
    color: rgba(255, 255, 255, 0.8);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination-wrap {
    width: 100%;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8px;
    margin: 40px 0 6px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination.swiper-pagination {
        margin: 15px 0 6px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet {
    width: 32px;
    height: 4px;
    margin: 0 7px;
    padding: 0;
    background-color: #d4d4d4;
    border-radius: 4px;
    border-width: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet {
        width: 18px;
        margin: 0 4px;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet--active,
    .rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet.is-active {
        width: 40px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet--active,
.rolex-wrapper.rolexrcpo .rolexrcpo-ymal-pagination .rolexrcpo-ymal-bullet.is-active {
    width: 78px;
    background-color: #127749;
}
