/** Shopify CDN: Minification failed

Line 3741:60 Expected ":"

**/
@font-face {
  font-family: "Helvetica Now Text";
  src: url('//michaelspiers.co.uk/cdn/shop/t/33/assets/Helvetica-Now-Text-300-Normal.woff?v=79265292174499492211772021846') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url('//michaelspiers.co.uk/cdn/shop/t/33/assets/Helvetica-Now-Text-300-Italic.woff?v=115623501315902179341772021845') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url('//michaelspiers.co.uk/cdn/shop/t/33/assets/Helvetica-Now-Text-400-Normal.woff?v=77803139964811294501772021847') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url('//michaelspiers.co.uk/cdn/shop/t/33/assets/Helvetica-Now-Text-400-Italic.woff?v=88349332282678959391772021846') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url('//michaelspiers.co.uk/cdn/shop/t/33/assets/Helvetica-Now-Text-700-Normal.woff?v=169432335182234486971772021848') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* start variables  */
:root {
    --cpo-legend-helvetica: 14px;
    --cpo-header-height: 80px;
    --cpo-header-logo-width: 100px;
    --cpo-header-logo-height: 50px;
    --cpo-footer-logo-width: 70px;
    --cpo-footer-logo-height: 40px;
    --rolex-top-footer-height: 120px;
    --rolex-bottom-footer-height: 60px;
    --large-title: 36px;
    --cpo-black: #212121;
    --cpo-brown-color: #452c1e;
    --cpo-legend-16: 12px;
    --cpo-legend-14: 10px;
    --cpo-fixed-16: 16px;
    --cpo-fixed-16-lh: 1.1;
    --cpo-fixed-14: 14px;
    --cpo-heading50: 30px;
    --cpo-heading50-lh: 1.2;
    --cpo-quote50: 30px;
    --cpo-body20: 18px;
    --cpo-body20-lh: 1.6;
    --cpo-body24: 18px;
    --cpo-body24-lh: 1.2;
    --cpo-heading36: 24px;
    --cpo-heading36-lh: 1.2;
    --cpo-heading30: 22px;
    --cpo-heading26: 22px;
    --cpo-pb-gap-40: 40px;
    --cpo-pt-90: 60px;
    --cpo-pb-gap-90: 60px;

}
.preowned-desktop-img{
  display: none;
  width: 100%;
}
.preowned-mobile-img{
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
    :root {
        --cpo-header-height: 100px;
        --cpo-header-logo-width: 160px;
        --cpo-header-logo-height: auto;
        --rolex-top-footer-height: 160px;
        --rolex-bottom-footer-height: 80px;
    }
    .preowned-desktop-img{
        display: block;
        width: 100%;
    }
    .preowned-mobile-img{
        display: none;
        width: 100%;
    }
}

@media (min-width: 992px) {
    :root {
        --cpo-legend-helvetica: 16px;
        --cpo-header-height: 110px;
        --cpo-header-logo-width: 160px;
        --cpo-header-logo-height: auto;
        --cpo-footer-logo-width: 88px;
        --cpo-footer-logo-height: 50px;

    }
}
@media (min-width: 1024px) {
    :root{
        --cpo-legend-16: 13px;
        --cpo-legend-14: 11px;
        --cpo-heading50: 36px;
        --cpo-quote50: 40px;
        --cpo-body20: 19px;
        --cpo-body24: 20px;
        --cpo-heading36: 28px;
        --cpo-heading30: 23px;
        --cpo-heading26: 23px;

    }
}
@media (min-width: 1200px) {
    :root {
        
    }
}

@media (min-width: 1440px) {
    :root {
        --large-title: 56px;
        --cpo-legend-16: 15px;
        --cpo-legend-14: 13px;
        --cpo-heading50: 42px;
        --cpo-quote50: 40px;
        --cpo-body20: 19px;
        --cpo-body24: 22px;
        --cpo-heading36: 32px;
        --cpo-heading30: 26px;
        --cpo-heading26: 25px;

    }
}
@media (min-width: 1920px){
    :root{
        --large-title: 70px;
        --cpo-legend-16: 16px;
        --cpo-legend-14: 14px;
        --cpo-heading50: 50px;
        --cpo-quote50: 50px;
        --cpo-body20: 20px;
        --cpo-body24: 24px;
        --cpo-heading36: 36px;
        --cpo-heading30: 30px;
        --cpo-heading26: 26px;

    }
}

.rolex-preowned-font * {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif !important;
}
html{
  overflow-x:hidden;
}
.cpo-rolex-header {
    background: #000000;
    min-height: var(--cpo-header-height);
}
.cpo-body20{
  font-size: var(--cpo-body20);
  line-height: var(--cpo-body20-lh);
  color: var(--cpo-black);
  margin: 0;
}
.cpo-body20 p{
  margin: 0 !important;
  letter-spacing: 0;
}
.cpo-body20 p + p{
    margin-top: 15px !important;
}
.cpo-body20 p strong{
  font-weight: bold;
}
.cpo-rolex-header>.container {
    padding: 0px 5%;
}
.cpo-logo {
    width: var(--cpo-header-logo-width);
    height: var(--cpo-header-logo-height);
}
.cpo-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cpo-header-navigation li a {
    font-size: var(--cpo-fixed-16);
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
}

.cpo-breadcumb {
    background: #000;
    margin-top: -1px;
}
.cpo-breadcumb  ul {
    padding: 0px 5%;
  padding-bottom:15px;
}
.mobile-menu-bar,
.cpo-mobile-navigation li a {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
}
.cpo-rolex-header .cpo-mobile-menu .mobile-menu-bar {
    font-size: 16px !important;
}
.cpo-rolex-header .cpo-mobile-menu .mobile-menu-bar svg {
    width: 12px;
    height: 12px;
}
.cpo-header-navigation {
    gap: 0px;
    align-items: center;
    margin: 0;
}

ul.cpo-mobile-navigation {
    text-align: left;
}

ul.cpo-mobile-navigation li {
    padding-bottom: 35px;
    line-height: 1.6;
}
.preowned-category-section .section-header~.shopify-section-group-header-group,
.preowned-product .route-bar {
    display: none;
}

.cpo-header-navigation {
    display: none;
}

.cpo-rolex-header .cpo-header-navigation>li.active>a,
.cpo-rolex-header .cpo-mobile-navigation>li.active>a,
.cpo-rolex-header .cpo-header-navigation>li>a:hover {
    color: #61bd93 !important;
}

span.cpo-icon img {
    width: 12px;
}
/*cpo Footer */
.cpo-footer-menu {
    display: flex;
    flex-direction: column;
    background: #000;
}

.cpo-footer-logo {
    height: var(--rolex-top-footer-height);
    display: flex;
}

.cpo-backTOtop {
    height: var(--rolex-bottom-footer-height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: #ffffff8a solid 1px;
}

.cpo-footer-logo img {
    margin: auto;
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.cpo-mobile-img {
    display: block !important;
}

.cpo-backTOtop a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: var(--cpo-legend-16);
    line-height: 1.1;
    font-weight: bold;
    text-decoration: none;
}

.cpo-backTOtop a img {
    transform: rotate(270deg);
}

.cpo-backTOtop a span {
    display: block;
    letter-spacing: 0;
}

.cpo-backTOtop a:hover svg path{
    color: #61bd93;
    fill: #61bd93;
}

.cpo-backTOtop a:hover {
    color: #61bd93;
}

.cpo-main-banner {
    position: relative;
}

.cpo-main-banner .cpo-main_banner-content {
    position: absolute;
    bottom: 40px;
    left: 5vw;
    right: 5vw;
    max-width: 100%;
}

.cpo-main_banner-content h2 {
    font-size: var(--large-title);
    color: var(--cpo-brown-color);
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 30px;
}

.content-main img {
    width: 100%;
}

a.cpo-bttn {
    font-size: 14px;
    background: #12784a;
    color: #fff;
    padding: 0px 30px;
    font-weight: bold;
    line-height: 36px;
    display: inline-block;
    border-radius: 23px;
    border: 1px solid #12784a;
}

a.cpo-bttn:hover {
    border: 1px solid #12784a;
    background: transparent;
    color: #12784a;
}
.cpo-bttn.dark:hover{
  background: #006039;
  color: #fff;
  border: 1px solid #006039;
}
span.nowrap {
    display: inline-block;
}

.rolex-checker-container {
    display: flex;
    flex-direction: column;
}

.rolex-checker-container>div {
    width: 100%;
    margin: auto;
}

.w-medium {
    margin: auto;
    width: 90%;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.cpo-breadcumb ul {
    display: flex;
    line-height: initial;
    padding: 0 15px 15px 15px;
    gap: 10px;
    padding-bottom: 15px !important;
}

.cpo-breadcumb ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.cpo-breadcumb ul li a:hover {
    color: #61bd93 !important;
}

.cpo-breadcumb ul li {
    position: relative;
    line-height: 0;
}

.cpo-breadcumb ul li a,
.cpo-breadcumb ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.cpo-breadcumb ul li a,
.cpo-breadcumb ul li strong {
    line-height: 1.1;
    letter-spacing: 0;
}

.cpo-breadcumb ul li:not(:last-child):before {
    content: "";
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M12,7.5l-1.3,1.4L4.6,15l-1.5-1.5l6.1-6.1L3,1.4L4.5,0l6.1,6.1L12,7.5z'></path></svg>") no-repeat center;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M12,7.5l-1.3,1.4L4.6,15l-1.5-1.5l6.1-6.1L3,1.4L4.5,0l6.1,6.1L12,7.5z'></path></svg>") no-repeat center;
    background-color: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    transform: scaleX(-1);
    margin-right: 10px;
}

.cpo-breadcumb li {
    display: none;
}

.cpo-breadcumb li:nth-last-child(2) {
    display: block;
}
.cpo-breadcumb ul li strong{
  font-weight: 400;
}
.cpo-breadcumb ul li:last-child,
.cpo-breadcumb ul li:last-child a,
.cpo-breadcumb ul li:last-child a strong{
    color: #61bd93 !important;
}

.text-img-banner {
    position: relative;
}

.text-img-banner_images {
    width: 100%;
    height: 100%;
}

.text-img-banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 9;
}

.text-img-banner_content h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.text-img-banner_images {
    position: relative;
}

.text-img-banner_images:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0.5;
}

.cpo-footer .container {
    max-width: 100%;
}

.preowned-category-section .spf-product-card {
    margin-bottom: 0;
}

.cpo-product-description,
.cpo-product-description p {
    font-size: var(--small-description);
    margin: 0 !important;
}

div#gf_pagination_wrap:empty {
    padding: 0;
    margin: 0;
}

/* pagination css  */
.preowned-category-section #gf_pagination_wrap {
    padding-top: 40px;
}

#gf_pagination_wrap .pagination span.page,
#gf_pagination_wrap .pagination span.next,
#gf_pagination_wrap .pagination span.prev {
    height: 44px !important;
    width: 44px !important;
    border: 1px solid #127749;
    border-radius: 50px;
    background: transparent !important;
    float: initial !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
}

#gf_pagination_wrap .pagination span.page.current {
    background: #127749 !important;
    border-color: #127749;
    color: #fff !important;
}

#gf_pagination_wrap .pagination span.page.current,
#gf_pagination_wrap .pagination span.page a {
    font-size: 16px;
    color: #127749;
    font-family: Lato !important;
    font-weight: 400;
}

#gf_pagination_wrap .pagination span.page:hover,
#gf_pagination_wrap .pagination span.next:hover,
#gf_pagination_wrap .pagination span.prev:hover {
    background: #127749 !important;
}

#gf_pagination_wrap .pagination span.page:hover a {
    color: #fff !important;
}

#gf_pagination_wrap .pagination span.next a:after,
#gf_pagination_wrap .pagination span.prev a:after {
    content: "";
    display: inline-block;
    border-top: 2px solid #127749;
    border-left: 2px solid #127749;
    width: 9px;
    height: 9px;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
}

#gf_pagination_wrap .pagination span.prev a:after {
    border-bottom: 2px solid #127749;
    border-right: 2px solid #127749;
    border-top: none;
    border-left: none;
    left: 2px;
}

#gf_pagination_wrap .pagination span.next a,
#gf_pagination_wrap .pagination span.prev a {
    font-size: 0;
}

body #gf_pagination_wrap .pagination>span>a:hover,
body #gf_pagination_wrap .pagination>span>span:focus,
body .pagination>span>a:focus,
body .pagination>span>span:hover {
    font-weight: 400;
}

#gf_pagination_wrap .pagination span.next a:hover:after,
#gf_pagination_wrap .pagination span.prev a:hover:after {
    border-color: #fff !important;
}

/* end  */

/* content css  */
html,
body {
    -webkit-tap-highlight-color: transparent;
}
.cpo-bg_fff {
    background-color: #fff;
}

.cpo-pb-gap {
    padding-bottom: var(--cpo-pb60-90);
}

.cpo-pt-0 {
    padding-top: 0 !important;
}

.cpo-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cpo-pt-60 {
    padding-top: var(--cpo-pt60);
}

.cpo-pt-90 {
    padding-top: var(--cpo-pt-90) !important;
}

.cpo-pb-gap-40 {
    padding-bottom: var(--cpo-pb-gap-40) !important;
}

.cpo-pb-gap-50 {
    padding-bottom: var(--cpo-pb50-90);
}

.cpo-pt-50 {
    padding-top: var(--pt-50);
}

.cpo-pb-gap-90 {
    padding-bottom: var(--cpo-pb-gap-90) !important;
}

.cpo-px-gap {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.cpo-content-pages h2 {
    font-size: var(--cpo-heading50);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
}

span.ms-no-wrap {
    white-space: nowrap;
}

.cpo-content-pages p,
.cpo-introduction_left h3,
.cpo_intro_subtitle {
    font-size: var(--cpo-body20);
    line-height: 1.6;
    color: var(--cpo-black);
    font-weight: 300;
    letter-spacing: 0;
}

.cpo-introduction_left h3,
.cpo_intro_subtitle {
    font-weight: bold;
    color: var(--cpo-brown-color);
}

.cpo_quote50 {
    font-size: var(--cpo-quote50);
    line-height: 1.3;
    color: var(--cpo-black);
    font-family: "Georgia", sans-serif !important;
    margin:0px;
}

.cpo-content-pages h2~p {
    margin-top: 20px;
}

.cpo_quote50 + p {
    margin-top: 15px;
}

.cpo-middle-banner {
    padding-bottom: var(--cpo-pb60-90);
}

.cpo-banner h3 {
    font-size: var(--cpo-heading36);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
    margin-bottom: 20px;
}

.cpo-banner-content h5 {
    font-size: var(--cpo-fixed-16);
    line-height: 1.1;
    font-weight: bold;
    color: var(--cpo-brown-color);
}

.cpo-banner-content h4 {
    font-size: var(--cpo-heading36);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
}

.cpo-img-banner img {
    width: 100%;
}

.cpo-secondryCTA {
    font-size: 14px;
    color: #127749;
    font-weight: bold;
    position: relative;
}

.cpo-secondryCTA:hover {
    color: #212121;
}

.cpo-hover-effect:hover .cpo-secondryCTA {
    color: #212121;
}

.cpo-secondryCTA:after {
    position: absolute;
    content: "";
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-green-button.png?v=73769763571265788881772021844);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
}

.cpo-hover-effect:hover .cpo-secondryCTA:after {
    position: absolute;
    content: "";
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-black-button.png?v=116624895368408880391772021852);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
}

.cpo-secondryCTA:hover:after {
    position: absolute;
    content: "";
    background: background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-black-button.png?v=116624895368408880391772021852);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
}

.cpo-discover-grid h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--cpo-brown-color);
    font-size: var(--cpo-headling36);
    line-height: var(--cpo-headling36-lh);
}

.cpo-video-section iframe {
    width: 100%;
    height: 220px;
}
.cpo-hover-effect {
    text-decoration: none !important;
}
.cpo-hover-effect img,
.cpo-grid-img img {
    transition: 0.7s;
}

.cpo-hover-effect:hover img,
.cpo-grid-box:hover img {
    transform: scale(1.1);
}

.cpo-video-section iframe {
    width: 100%;
    height: 220px;
}

.cpo-layout-50,
.cpo-layout-70 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
}

.cpo-layout-50>.cpo-group-content,
.cpo-layout-70>.cpo-group-content {
    grid-column: 1 / -1;
    width: 100%;
}

.cpo-main-banner img,
.cpo-banner-full img,
.cpo-banner img {
    width: 100%;
}

/* end  */

/* cpo slider  */
div#related-products-slider{
    padding: 0 !important;
}
div#related-products-slider h2 {
    margin: 0;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
}
div#related-products-slider .splide__list:has(li):not(:has(li:nth-child(3))) {
  justify-content: center;
}

.rolex-cpo-ke-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: var(--cpo-heading36);
    font-weight: bold;
    color: var(--cpo-brown-color);
    line-height: 1.2;
    letter-spacing: 0;
}

.cpo-ke-section p {
    font-size: var(--cpo-body20);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
    margin-top: 10px;
}
.cpo-ke-section .splide__list li.active-slide p {
    color: #127749;
}
.splide__pagination {
    bottom: 0;
    display: flex !important;
    gap: 12px;
}
.cpo-keep-exploring-inner .splide__pagination {
    position: static;
}
.splide.splide--slide {
    padding-bottom: 40px;
}

.splide__pagination li {
    line-height: 0;
}

.splide__pagination__page {
    width: 20px;
    border: none;
    outline: none;
    height: 4px;
    border-radius: 10px;
    background: #d4d4d4;
    margin: 0;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 1;
    border: none;
}

.splide__pagination__page.is-active {
    width: 50px;
    height: 4px;
    background: #127749;
    transform: scale(1);
    opacity: 1;
    border: none;
}

.splide__arrows {
    display: none;
}

.cpo-watch-grid .splide__arrows {
    display: none;
}

button.splide__arrow {
    width: 30px;
    height: 30px;
    background: #d4d4d44d;
    border-radius: 50%;
    border: none;
    opacity: 1;
    transform: translateY(calc(-50% - 22px));
}

button.splide__arrow:hover {
    background: #d4d4d426;
    border: none;
}

.splide__arrow svg {
    fill: #452c1e;
    height: 12px;
    width: 12px;
}

.splide__arrow--prev {
    left: 2px;
}

.splide__arrow--next {
    right: -35px;
}

.splide__arrow:disabled {
    display: none;
}

button:focus {
    outline: none !important;
}

.watch-grid-img,
.imagebox {
    overflow: hidden;
}

.watch-grid-img img,
a.ke-hover-effect img {
    transition: 0.7s;
}

a.ke-hover-effect:hover img {
    transform: scale(1.1);
}

.single-watch-grid a:hover img {
    transform: scale(1.05);
}

/* end cpo slider  */

/*  cpo watch grid  */

.preowned-feature-product .cpo-watch-grid {
    margin-bottom: 40px;
}

.cpo-watch-grid .splide__slide,
.preowned-category-section .spf-product-card {
    background: #000;
}

.watch-grid-content,
.rolex-preowned-watches-grid-area .spf-product__info {
    padding: 20px !important;
    padding-bottom: 30px !important;
}

.cpo-watch-grid span,
.cpo-watch-grid div,
.preowned-category-section .spf-product-card .spf-product-card__vendor,
.preowned-category-section .cpo-product-description,
.preowned-category-section .spf-product-card .spf-product-card__price-wrapper span {
    font-size: var(--cpo-legend-16) !important;
    font-weight: normal;
    color: #f8f8f8;
    line-height: 1.2 !important;
}
.cpo-watch-grid .watch-grid-content > span {
    display: inline-flex;
    column-gap: 4px;
    flex-wrap: wrap;
}
.cpo-watch-grid>span,
.preowned-category-section .spf-product-card .spf-product-card__vendor {
    font-weight: bold !important;
    letter-spacing: 0 !important;
    text-transform: initial !important;
}
.preowned-category-section .spf-product-card .spf-product-card__vendor {
    display: inline-flex !important;
    column-gap: 4px;
    flex-wrap: wrap;
}
.preowned-category-section .spf-product-card .spf-product-card__vendor > span{
  display: inline-block;
  white-space: nowrap;
}
.cpo-watch-grid h3,
.rolex-preowned-watches-grid-area .collection-inner-card .h4.spf-product-card__title a {
    font-size: var(--cpo-body24) !important;
    font-weight: 700 !important;
    color: #f8f8f8 !important;
    line-height: 1.2 !important; 
    margin: 0px !important;
    margin-bottom: 5px !important;
    font-family: Helvetica Now Text, Helvetica, Arial, sans-serif !important;
}

.cpo-watch-grid span~span {
    display: block;
}

.preowned-category-section .spf-product-card .spf-product-card__vendor {
    margin-bottom: 0;
}

.watches-grid-area {
    background: #f9f7f4;
}

.preowned-category-section div#gf-products>div {
    margin-bottom: 0;
    padding: 0px !important;
    max-width: 100%;
}

.preowned-category-section .spf-product-card {
    height: 100%;
}

.preowned-category-section #gf-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(100% / 2 - 6px * (2 - 1) / 2));
    gap: 6px !important;
    overflow: hidden;
    margin: 0;
    width: 100%;
    margin: 0 !important;
}

body .h4.spf-product-card__title a:hover {
    color: #fff !important;
}

.preowned-category-section .gf-block-content {
    display: none;
}

.preowned-category-section .is-collapsed .gf-block-content {
    display: block;
}

.preowned-category-section .view-collection .collection-list {
    display: none;
}

.preowned-category-section .view-collection.open .collection-list {
    display: block;
}

#load-more {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#load-more:hover {
    background-color: #0056b3;
}

.preowned-category-section .gf-block-title .h3,
.preowned-category-section .view-collection h2,
.gf-theme-version-15.spf-has-filter .preowned-category-section  #gf-tree .gf-block-title .h3 {
    font-size: var(--cpo-body24) !important;
    line-height: 1.2;
    text-transform: capitalize !important;
    font-weight: bold !important;
    color: var(--cpo-brown-color) !important;
    padding: 20px 0;
    letter-spacing: normal;
    margin: 0;
    border: none;
    border-top: 1px solid #d4d4d4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}

.gf-theme-version-15.spf-has-filter .preowned-category-section  #gf-tree .gf-block-title .h3:hover span,
.gf-theme-version-15.spf-has-filter .preowned-category-section .gf-option-box li button:hover span {
    text-decoration: none !important;
}

.preowned-category-section .gf-block-title .h3:before,
.preowned-category-section .view-collection h2.toggle-collection:before {
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/iconn-expand.png?v=165242871686871362101772021849);
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: none !important;
    margin-left: auto;
    content: "";
    flex-shrink: 0;
    display: inline-block;
}

.preowned-category-section .gf-option-box li, .preowned-category-section .gf-option-box li button {
    min-height: inherit !important;
}

.preowned-category-section .is-collapsed .gf-block-title .h3::before,
.preowned-category-section .view-collection.open h2.toggle-collection:before {
    background-image: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/iconn-collapse.png?v=142240519666242821601772021848);
}

/* end cpo watch grid */
.divide-two>a:last-child {
    margin-top: 40px;
    display: block;
}

.preowned-category-section #gf-tree .cpo-gf-filter-footer {
    border: none;
    background: #000;
    position: absolute;
    z-index: 99;
    display:none;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    padding: 0 5vw;
    height: 80px;
}
.offcanvas-open .preowned-category-section #gf-tree .cpo-gf-filter-footer {
  display:flex;
}

.cpo-additional-images {
    display: none;
}

.cpo_detail_top_section {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}

.cpo_detail_top_section {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
}

.cpo_detail-left {
    width: 100%;
    padding: 50px 1.5rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
    align-content: center;
    margin: 0 !important;
    grid-row: 2;
    grid-column: 1 / -1;
}

.cpo_detail-right {
    grid-row: 1;
    grid-column: 1 / -1;
}

.cpo_detail-left>div {
    grid-column: 1 / -1;
    width: 100% !important;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

.cpo-bottom-card ul a,
.showroom-details-content ul li a,
.store-detail-linking a span.svg {
    width: 30px;
    height: 30px;
    background: #f9f7f4;
    border: 1px solid #f9f7f4;
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3 all ease-in-out;
}

.cpo-bottom-card ul a:hover,
.showroom-details-content ul li a:hover {
    background: #127749;
    color: #fff;
    border: 1px solid #127749;
}

.store-detail-linking a:hover span.svg {
    background: #127749;
    border-color: #127749;
}

.store-detail-linking a span.svg svg path,
.store-detail-linking a span.svg svg {
    fill: #452c1e;
}

.store-detail-linking a:hover span.svg svg path,
.store-detail-linking a:hover span.svg svg {
    fill: #fff;
}

.showroom-details-content ul li a svg path {
    fill: #12784a;
}

.cpo-bottom-card ul a:hover span.svgicon svg path,
.showroom-details-content ul li a:hover span.svg svg path {
    fill: #fff;
}

span.svgicon svg,
.showroom-details-content ul li .svg svg,
span.svg svg {
    width: 10px;
    height: 10px;
}

div#rolex-contact-map {
    height: 75vh;
    padding: 0;
    width: 100%;
}

span.close-icon svg path {
    fill: #fff;
}

.preowned-category-section .content.grid-section {
    overflow: initial;
    line-height: inherit;
    padding: 0 !important;
}

.preowned-category-section .spf-product-card .spf-product__info {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.preowned-category-section .gf-controls-search-form,
.preowned-category-section .gf-filter-selection,
.preowned-category-section span.gf-summary {
    display: none;
}

.preowned-category-section .gf-refine-toggle-mobile span,
.preowned-category-section span#gf-mobile-refine-toggle {
    height: initial;
    line-height: initial;
    padding: 0;
    flex-direction: row-reverse;
    gap: 5px;
    float: initial;
    justify-content: flex-end;
}

.preowned-category-section .gf-refine-toggle-mobile {
    margin-bottom : 20px;
}

.preowned-category-section .gf-refine-toggle-mobile,
.preowned-category-section .gf-form-button-group button,
.gf-theme-version-15.spf-has-filter #gf-controls-container .gf-refine-toggle-mobile {
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}

.preowned-category-section .gf-refine-toggle-mobile span {
    font-size: 0 !important;
    letter-spacing: 0 !important;
}

.preowned-category-section .gf-refine-toggle-mobile span:after {
    color: #452c1e;
    font-weight: bold;
    content: "Filters";
    font-size: var(--cpo-body24);
    flex-direction: row-reverse;
}

.preowned-category-section .gf-refine-toggle-mobile span i,
.preowned-category-section .gf-refine-toggle-mobile span i:before {
    font-size: 24px !important;
    margin: 0;
}
.preowned-category-section .gf-refine-toggle-mobile span i{
    width: auto;
    height: auto;
    line-height: 1 !important;
}

.preowned-category-section #gf-grid .fa-tasks:before,
.preowned-category-section #gf-tree .fa-tasks:before {
    content: "+";
    font-weight: bold;
    font-size: 18px;
    font-family: "Lato";
    color: #452c1e;
}

.preowned-category-section .spf-product-card {
    padding-bottom: 0;
}

/* filter css  */
.gf-left .preowned-category-section .gf-option-block .gf-block-title .h3:after {
    display: none;
}

.preowned-category-section .gf-block-content {
    padding: 0px 0 30px;
    margin: 0;
}

.preowned-category-section .gf-option-block ul.gf-option-box {
    padding: 0;
}

.preowned-category-section #gf-tree .gf-label {
    font-size: var(--cpo-fixed-14);
    color: var(--cpo-black);
    line-height: 1.1;
    text-transform: capitalize;
}

.preowned-category-section .view-collection {
    border-bottom: 1px solid #d4d4d4;
}

.preowned-category-section .view-collection ul li a {
    font-size: var(--cpo-fixed-14);
    color: var(--cpo-black) !important;
    text-transform: none !important;
    font-weight: normal !important;
    line-height: 1.1;
}

.preowned-category-section .view-collection ul li.active a {
    color: #212121 !important;
    font-weight: bold !important;
}

.preowned-category-section .view-collection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.preowned-category-section .gf-option-block {
    padding: 0px !important;
    border-bottom: none;
    margin-top: 0px;
}

.preowned-category-section #gf-tree a:focus,
.preowned-category-section #gf-tree button:focus {
    outline: none !important;
}

.preowned-category-section .gf-block-title {
    flex-wrap: wrap-reverse;
}

.preowned-category-section a.gf-clear {
    margin-top: 20px;
    padding: 11px 35px;
    position: relative;
    background: #d4d4d4;
    border-radius: 100px;
}

.preowned-category-section .globo-selected-items-wrapper.rounded {
    display: none;
}

.preowned-category-section a.gf-clear:before {
    content: "";
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/reset.png?v=12448289272607273731772021847);
    height: 20px;
    width: 20px;
    background-size: contain;
    transform: scaleX(-1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.preowned-category-section #gf-tree button:hover span.gf-Checkbox,
.preowned-category-section #gf-tree button:hover span.gf-Checkbox,
.preowned-category-section .checked .gf-Checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/tick-mark.png?v=119347505788514263921772021848);
    width: 16px;
    height: 16px;
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cpo-product-content {
    padding-top: 10px;
}

.preowned-category-section>#gf-tree .gf-filter-header {
    display: flex;
    flex-direction: column-reverse;
}

.preowned-category-section .gallery {
    display: flex;
}

.preowned-category-section .main-fotorama {
    flex: 1;
}

.preowned-category-section .thumbnails {
    /* width: 150px; */
    /* margin-left: 20px; */
    display: none;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

.preowned-category-section .thumbnails img {
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid transparent;
    max-width: 90px;
    border: 1px solid #fff;
}

.preowned-category-section .thumbnails img.active {
    opacity: 0.6;
}

.preowned-category-section .popup-360 {
    display: none;
}

.preowned-category-section .circle-container {
    width: 100%;
    height: 100%;
}

/* end-css-tree */

/* Single contact store */

.cpo.column-group-store {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: 1/-1;
}

.cpo.column-group-store>div {
    width: 100%;
}

.cpo.column-group-store>div.left-column {
    order: 2;
}

.cpo.column-group-store>div.right-column {
    order: 1;
    display: flex;
    align-items: center;
    background: #fff;
}

.store-location-map {
    width: 100%;
    height: 320px;
}

.store-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-detail-timing {
    color: #fff;
}

.store-detail-detail span {
    font-size: var(--cpo-legend-16);
    font-weight: bold;
    color: var(--cpo-brown-color);
    line-height: 1.1;
    letter-spacing: 0;
}

.store-detail-detail h2 {
    font-size: var(--cpo-heading30);
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--cpo-brown-color);
}

.store-detail-detail ul li {
    font-size: var(--cpo-fixed-16);
    color: var(--cpo-black);
}

.store-detail-detail ul {
    margin-bottom: 20px;
}

.single-store-address p {
    font-size: var(--cpo-fixed-16);
    color: var(--cpo-black);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.store-detail-timing {
    position: relative;
    margin-bottom: 30px;
}

.store-detail-timing button {
    font-size: var(--cpo-fixed-16);
    line-height: 1.1;
    color: var(--cpo-black);
    font-weight: bold;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    user-select: text;
}

.dropdown-timimg {
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    pointer-events: auto;
    height: auto;
    padding: 40px 35px;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.2));
    background-color: #f9f7f4;
    width: 100%;
    color: #452c1e;
    top: calc(100% - 6px);
}

.store-detail-timing button:hover .dropdown-timimg {
    display: block;
}

.dropdown-timimg ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-timimg ul li span:first-child {
    font-weight: bold;
}

.dropdown-timimg p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
    margin: 0;
    margin-top: 1.5rem;
}

.store-detail-timing button:focus {
    outline: none;
}

.store-location-detail {
    width: 100%;
    padding: 40px 5%;
}

.store-detail-linking a {
    color: #452c1e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
    letter-spacing: 0;
}

.store-detail-linking {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.store-detail-linking a > span:last-child {
    display: none;
}

.store-detail-timing button span {
    position: relative;
}

.store-detail-timing button>span {
    color: #127749;
    margin-left: 10px;
}

.store-detail-timing button:hover span:after {
    transform: translateY(-50%) rotateX(180deg);
}

.preowned-category-section ul.gf-option-box li .gf-count {
    display: none;
}

.preowned-category-section #gf-tree .gf-filter-header a.cpo-reset-filter {
    position: absolute;
    top: -10px;
    right: 0;
    line-height: 44px;
    padding: 0 30px;
    background: #d4d4d44d;
    border-radius: 50px;
    height: 44px;
    color: #311430;
    font-size: 14px;
    font-weight: 700;
    display: none;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.preowned-category-section #gf-tree .gf-filter-header a.cpo-reset-filter:hover {
    background: #d4d4d426;
}

.preowned-category-section #gf-tree .gf-filter-header a.cpo-reset-filter:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/reset-icon.png?v=66622911755075035571772021847);
    background-size: contain;
    display: inline-block;
}

.preowned-category-section .gf-option-box li button span.gf-Checkbox {
    margin-right: 10px !important;
    border: 1px solid #212121;
    margin-left: 0;
    border-radius: 3px;
}

.preowned-category-section .gf-filter-contents .gf-option-block .gf-clear {
    display: none;
}

.preowned-category-section #gf-tree .globo-selected-items-wrapper {
    display: none;
}

.preowned-category-section .gf-option-block {
    border: none !important;
}

.preowned-category-section .gf-actions .globo-selected-items-wrapper {
    display: none !important;
}

/* .preowned-category-section .gf-filter-contents > div[data-filter-type="product:metafield:rolex-cpo:rolex_cpo_product_family"] {
    margin-bottom: 90px !important;
} */
.preowned-category-section .view-collection {
    margin-bottom: 90px;
}
.preowned-category-section #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="product:metafield:rolex-cpo:rolex_cpo_product_family"] span.gf-Checkbox {
    display: none !important;
}
.preowned-category-section #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="product:metafield:rolex-cpo:rolex_cpo_product_family"] .checked .gf-label{
  font-weight: bold;
}
.preowned-category-section .gf-option-block ul li button {
    padding: 0;
}

.preowned-category-section .gf-option-box li:not(:last-child),
.preowned-category-section .view-collection ul li:not(:last-child) {
    margin-bottom: 20px;
    margin-top: 0 !important;
    line-height: initial;
}

.preowned-category-section #gf-controls-container .gf-actions {
    margin: 0px;
}

.preowned-category-section #gf-controls-container .gf-actions .gf-filter-trigger {
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
    margin: 0 !important;
}

.preowned-category-section #gf-tree .gf-filter-contents {
    flex: inherit !important;
}

.preowned-category-section .cpo-gf-filter-footer button {
    all: unset;
    letter-spacing: 0;
    background-color: #127749;
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 40px;
    display: inline-block;
    font-weight: bold;
    height: 44px;
}

a.ref-grn-icon {
    background-color: #d4d4d44d;
    border-radius: 50%;
    margin-left: 10px;
    outline: none;
    padding: 7px 11px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.ref-grn-icon img {
    width: 12px;
    filter: invert(1) brightness(10.5);
}

.preowned-category-section #gf-tree .gf-block-scroll {
    max-height: inherit;
}

.cpo-introduction_right a {
    margin-top: 10px;
}

/* Product details CSS */

.slider-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#rolex-preowned-gallery360 .splide__slide{
    background: #000;
}
#closeSliderButton {
    position: fixed;
    top: 30px;
    right: 30px;
    color: white;
    cursor: pointer;
    font-size: 0;
    line-height: normal;
}

div#sliderPopup {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
    z-index: 9999 !important;
    display: none;
}

div#sliderPopup #rolex-preowned-gallery360 {
    grid-column: 1 / -1;
}

div#sliderPopup #rolex-preowned-gallery360 div#rolex-preowned-gallery360 {
    width: 100%;
    max-width: 100%;
}

div#sliderPopup .splide__list .splide__slide .gallery360__viewer img {
    width: 100%;
    cursor: pointer;
}

#sliderPopup .splide__pagination {
    margin-top: 30px;
}

.remove-360-mobile {
    background: transparent;
    bottom: auto;
    left: auto;
    padding: 0px;
    border-width: 0;
    margin: 0px;
    transition: 0.3s;
}

.remove-360-mobile:after {
    background-color: currentColor;
    -webkit-clip-path: polygon(11.85px 1.125px,
            10.8px 0.075px,
            6px 4.95px,
            1.2px 0.075px,
            0.15px 1.125px,
            4.95px 6px,
            0.15px 10.875px,
            1.2px 11.925px,
            6px 7.05px,
            10.8px 11.925px,
            11.85px 10.875px,
            7.05px 6px);
    clip-path: polygon(11.85px 1.125px,
            10.8px 0.075px,
            6px 4.95px,
            1.2px 0.075px,
            0.15px 1.125px,
            4.95px 6px,
            0.15px 10.875px,
            1.2px 11.925px,
            6px 7.05px,
            10.8px 11.925px,
            11.85px 10.875px,
            7.05px 6px);
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    width: 12px;
    color: #fff;
}

.gallery360__viewer img {
    display: none;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.gallery360__viewer img.active {
    display: block;
}
.gallery360__viewer {
  padding-bottom: 70px;
}
div#sliderPopup .splide__list .splide__slide .gallery360__viewer img {
    width: 100%;
    cursor: pointer;
}

/* 360 end  */
.preowned-category-section .fotorama__stage__frame.fotorama__active.fotorama__loaded.fotorama__loaded--img {
    background: #000;
}

.preowned-category-section .fotorama__arr--prev {
    left: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

.preowned-category-section .fotorama__arr--next {
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

.preowned-category-section .fotorama__arr.fotorama__arr--next:before {
    content: "";
    font-size: 40px;
    background-image: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-white-button.png?v=114931861309178566731772021846);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.preowned-category-section .fotorama__arr.fotorama__arr--prev:before {
    content: "";
    font-size: 40px;
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-white-back-button.png?v=156469738919353239871772021845);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.preowned-category-section .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots {
    display: block !important;
}

.preowned-category-section .cpo-detail-links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 40px 0px;
    gap: 25px;
    flex-direction: row;
  flex-wrap:wrap;
}

.preowned-category-section .cpo-detail-links ul li a span.icon {
    display: inline-flex;
    height: 36px;
    width: 36px;
    background: #76767666;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.preowned-category-section .cpo-detail-links ul li a span.icon svg {
    width: 12px;
    height: 12px;
}
.preowned-category-section .cpo-detail-links ul li a span.icon svg path {
    fill: #fff;
}
.full-screen-360-button span.icon {
    width: 88px;
    height: 44px;
    display: inline-flex;
    background: #76767666;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.cpo-detail-links ul li a:hover span.icon,
.full-screen-360-button span.icon:hover{  
    background: #76767633;
}
.full-screen-360-button span.icon svg {
    width: calc(38px + 20px);
    height: calc(20px + 20px);
}
.preowned-category-section .cpo-product-form h4,
.cpo-product-form div {
    display: none;
}

.preowned-category-section .fotorama__nav__shaft {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.preowned-category-section .fotorama__nav__frame.fotorama__nav__frame--dot {
    width: auto;
    height: auto;
}

.preowned-category-section .fotorama__nav__shaft>div {
    margin: 0;
}

.preowned-category-section .fotorama__dot {
    border: 1px solid #d4d4d4;
    width: 40px;
    background: #d4d4d4;
    top: 0;
    left: 0;
}

.preowned-category-section .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 40px;
    border: 1px solid #127749;
    height: 4px;
    background: #127749;
}

.preowned-category-section .popup-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    margin: auto;
}

.preowned-category-section .popup-content.active-360 {
    /* background: #000; */
    visibility: visible;
    opacity: 1;
}

.preowned-category-section .popup-content:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
}

.preowned-category-section .popup-content.active-360 #circlr {
    cursor: move;
    margin: 0 auto;
    max-width: 800px;
    display: block !important;
    top: 50%;
    transform: translateY(-50%);
}

.preowned-category-section .full-screen-360-cont {
    z-index: 99;
    position: absolute;
    right: 10px;
    bottom: 70px;
}

.preowned-category-section .full-screen-360-button {
    cursor: pointer;
    position: absolute;
    bottom: 44px;
    z-index: 9;
    right: 15px;
}

.preowned-category-section #circlr img {
    max-width: 800px;
    object-fit: cover;
}

.preowned-category-section span.cpo-detail-icon {
    width: 22px;
}

.preowned-category-section button.remove-360 {
    background: 0 0;
    bottom: auto;
    color: #fff;
    height: 40px;
    left: auto;
    line-height: 14px;
    padding: 12px;
    position: absolute;
    width: 40px;
    border-width: 0;
    margin: 10px;
    right: 0;
    transition: 0.3s;
    top: 0;
    cursor: pointer;
    display: none;
}

.product-media .splide__pagination {
    position: relative;
    padding: 10px 0px 20px;
    margin-top: -1px;
}
.product-media div#rolex-preowned-gallery .splide__pagination {
    background: #101014;
}

.cpo_product_detail span.v-small-title {
    text-transform: initial;
    display: inline-block;
    font-size: var(--cpo-body24);
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 0px;
    text-align: left;
}

.cpo_product_detail .title {
    font-size: var(--cpo-heading50);
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.cpo_product_desc p,
.cpo_product_ref,
.stock-status p,
.cpo_product_price_row {
    font-size: var(--cpo-body20);
    color: #f8f8f8;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0;
}

.cpo_product_ref_row {
    display: flex;
    gap: 15px;
}

.cpo_product_price_row {
    display: flex;
    column-gap: 15px;
    padding: 30px 0 20px;
    flex-wrap: wrap;
}
.cpo_product_price_row span {
    display: block;
    width: max-content;
}
.cpo-product-form button .icon {
    display: none;
}

.stock-status p.in-stock {
    color: #61bd93;
    font-weight: 400;
}

.cpo-product-form button {
    font-size: 14px;
    border: none !important;
    background-color: #127749 !important;
    height: 44px;
    padding: 0 30px;
    border-radius: 50px;
    text-transform: inherit;
    font-weight: bold;
    color: #fff;
    letter-spacing: normal;
    width: auto;
}

.cpo-product-form button:hover,
.cpo-product-form button:active,
.cpo-product-form button:focus{
    background: #006039 !important;
    color: #fff !important;
}

.cpo-detail-links ul li a {
    display: flex;
    align-items: center;
    font-size: 0;
}

.cpo-detail-list {
    border-top: 1px solid #ffffff4d;
    padding-top: 15px;
}

.cpo-detail-list>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cpo-detail-list>ul li {
    width: 100%;
}

.cpo-detail-list ul li,
.cpo-detail-list p {
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.cpo-detail-list p {
    margin-top: 20px;
    line-height: normal;
}

.cpo-detail-list p a {
    color: #fff;
}

.cpo-detail-list p a:hover {
    text-decoration: underline;
    color: #127749;
}

.fotorama__arr--prev,
.fotorama__arr--next {
    display: none !important;
}

.watches-grid-area .content.grid-section h4.subtitle.text-center {
    width: 100%;
}

.gallery360__icon {
    position: relative;
}
.gallery360__icon span.icon {
    bottom: calc(100% - 70px);
    left: 43%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    animation: gallery-360__icon 1s ease-in-out infinite alternate;
}

.cpo-additional-images .splide__track--nav>.splide__list>.splide__slide {
    border: none !important;
    outline: none !important;
}

.cpo-additional-images ul#rolex-preowned-gallery-thumbs-list>li.splide__slide.is-active:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    bottom: 0;
    right: 0;
    z-index: 9999;
    content: "";
    opacity: 0.4;
}

.guarantee-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
    align-items: center;
}

.guarantee-banner,
.guarantee-accordions {
    grid-column: 1 / -1;
    border: none !important;
    border-radius: 0 !important;
}

.guarantee-banner {
    grid-row: 2;
}

.guarantee-container .guarantee-accordions {
    grid-row: 1;
    background: none !important;
    background-color: transparent !important;
    margin-bottom: 40px;
    border-top: 1px solid #d4d4d4 !important;
}

.guarantee-banner figure {
    margin: 0;
}

.guarantee-accordions .accordion-item {
    border: none;
    background: none !important;
    background-color: #f9f7f4 !important;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
}

.guarantee-accordions .accordion-item h3 {
    font-size: var(--cpo-body24);
    line-height: 1.2;
    padding: 20px 0;
    color: var(--cpo-brown-color);
    font-weight: bold;
    background-color: #f9f7f4 !important;
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0;
}

/* .guarantee-accordions .accordion-item h3:after {
    content: "";
    transition: transform 0.2s ease-in-out;
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/iconn-expand.png?v=165242871686871362101772021849);
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: none !important;
    display: inline-block;
    margin-left: 8px;
} */
.guarantee-accordions .accordion-item h3 .preowned-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    transition: transform .2s ease-in-out;
}
.preowned-icon > span {
    line-height: 0;
}
.guarantee-accordions .accordion-item h3 .preowned-icon .plus {
    display: block;
}
.guarantee-accordions .accordion-item.item-open h3 .preowned-icon .plus {
    display: none;
}
.guarantee-accordions .accordion-item h3 .preowned-icon .minus {
    display: none;
}
.guarantee-accordions .accordion-item.item-open h3 .preowned-icon .minus {
    display: block;
}
.guarantee-accordions .accordion-item h3 .preowned-icon svg {
    fill : #452c1e;
}
.accordion-item.item-open .content {
    margin-bottom: 20px !important;
}
.guarantee-accordions .accordion-item .content {
    font-size: var(--cpo-body20);
    line-height: 1.6;
    color: var(--cpo-black);
    margin-bottom: 0px;
    letter-spacing: normal;
    font-weight: 300;
}
.guarantee-accordions .accordion-item .content p{
    margin: 0;
}
.guarantee-accordions .accordion-item .content p + p {
    margin-top: 15px;
}
.guarantee-accordions .content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    display: block;
    visibility: hidden;
}
.guarantee-accordions .item-open .content{
    visibility: visible;
}
.guarantee-accordions .accordion-item h3.active+.content {
    visibility: visible;
    transition: all 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear .2s;
}

.guarantee-accordions .accordion-item h3.active {
    font-weight: bold;
    cursor: pointer;
}

.guarantee-accordions .accordion-item h3.active:after {
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/iconn-collapse.png?v=142240519666242821601772021848);
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: none !important;
}

.guarantee-accordions .accordion-item h3.active~.content {
    margin-bottom: 20px;
}

.cpo-attribute ul li {
    display: flex;
    flex-direction: column;
    font-size: var(--cpo-body20);
    line-height: 1.6;
    color: var(--cpo-black);
    font-weight: 300;
}

.cpo-attribute ul li a {
    font-size: var(--cpo-body20);
    line-height: 1.6;
    color: var(--cpo-black);
    font-weight: 300;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.cpo-attribute ul li strong {
    font-weight: bold;
    color: var(--cpo-brown-color);
}

.cpo-model-heading h2 {
    font-size: var(--cpo-heading36);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
    margin-bottom: 20px;
}

/* cpo step form global css  */

.cpo-step-form .gfb__template__wizard1 {
    box-shadow: none;
}

.cpo-step-form .cpo-group-content {
    background: #fff;
    padding: 40px 5%;
    text-align: center;
}

.cpo-step-form h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
    margin: 0;
}

.cpo-step-form .send-mssg-heading{
    font-size: var(--cpo-heading50);
    line-height: 1.2;
    font-weight: bold;
    color: var(--cpo-brown-color);
    margin-bottom: 30px;
    letter-spacing: normal;
    text-transform: initial;
}

.cpo-step-form .gfb__template__wizard1 .globo-form-app {
    margin: 0;
    padding: 0;
}

.cpo-step-form .globo-form-app .panel {
    padding: 0;
}

.cpo-step-form .globo-form.gfb__template__wizard1.gfb-style-line {
    background: transparent;
    box-shadow: none;
    border: none;
    overflow: inherit !important;
}

.cpo-step-form .gfb__indicator--line {
    display: none !important;
}

.cpo-step-form .panel.movingIn.block-container .globo-form-control:nth-child(1) {
    margin-bottom: 0;
}

.cpo-step-form .send-mssg-content p {
    font-size: var(--cpo-body20) !important;
    line-height: 1.6 !important;
    color: var(--cpo-black) !important;
    font-weight: 300 !important;
    margin-bottom: 40px !important;
}

.cpo-step-form .gfb__footer.wizard__footer {
    margin-top: 30px !important;
}

.cpo-step-form .has-textarea .globo-form-input {
    margin: 0 !important;
}

.cpo-step-form .has-textarea label,
.cpo-step-form .gfb__sticky-footer {
    display: none !important;
}

.cpo-step-form .send-mssg-heading.mb-80 {
    margin-bottom: 50px !important;
}

.cpo-step-form form.g-container .label-content,
.cpo-step-form .line-label span {
    font-size: var(--cpo-legend-16) !important;
    line-height: 1.1 !important;
    font-weight: bold !important;
    color: #452c1e !important;
    opacity: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

.cpo-step-form .line-input {
    padding: 10px 0 !important;
    font-size: var(--cpo-body20) !important;
    line-height: 1.6 !important;
    color: var(--cpo-black) !important;
    font-weight: bold !important;
    box-shadow: none !important;
    border-bottom: 1px solid #452c1e40 !important;
    height: inherit !important;
    max-height:45px;
}

.cpo-step-form .has-textarea textarea {
    background: #f9f7f4 !important;
    padding: 30px !important;
    font-size: 16px !important;
    font-weight: lighter !important;
    height: 270px !important;
    box-shadow: none !important;
    border: none !important;
    max-height:initial;
}

.cpo-step-form .panel.movingIn.block-container {
    padding: 0 !important;
    gap: 0 !important;
}
.cpo-step-form .gfb-style-line .globo-form-control .globo-label {
    margin: 0;
}

.cpo-step-form button.gfb__line-button {
    height: 44px;
    padding: 0 30px !important;
    font-weight: 700 !important;
    background-color: #127749 !important;
    color: #fff;
    border-radius: 50px !important;
    font-size: 14px;
    outline: none !important;
    border: none !important;
    position: relative !important;
    text-transform: capitalize;
  min-width: 95px;
}

.cpo-step-form button.gfb__line-button:before {
    position: absolute;
    content: "";
    background-image: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/arrow-white-button.png?v=114931861309178566731772021846);
    width: 12px;
    height: 12px;
    right: 18px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.cpo-step-form .gfb__footer > button.gfb__line-button:before {
    position: relative;
    top: 2px;
    display: inline-block;
    float: right;
    right: -2px;
    margin-left: 2px;
  transform: initial;
}


.cpo-step-form div#paragraph-2,
.cpo-step-form div#paragraph-1 {
    text-align: left;
}

.cpo-step-form div#paragraph-1 p {
    font-size: var(--cpo-legend-14) !important;
    line-height: 1.1 !important;
    font-weight: 300 !important;
    color: var(--cpo-black) !important;
}

.cpo-step-form div#paragraph-2 p {
    font-size: var(--cpo-legend-16) !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #452c1e !important;
    opacity: 50%;
}

.cpo-step-form .as-label .globo-form-input {
    margin: 0 !important;
}

.cpo-step-form .form-control {
    margin-bottom: 30px !important;
    color: var(--cpo-black) !important;
}

.cpo-step-form .form-control:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.cpo-step-form .globo-form-control select:focus {
    background-color: transparent !important;
}

.cpo-step-form .globo-form-control select.line-input:focus {
    background-color: transparent !important;
}

.cpo-step-form .globo-form-input select,
.cpo-step-form .globo-form-control select {
    background-image: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(//michaelspiers.co.uk/cdn/shop/t/33/assets/drop-down-black-button.png?v=78973199040749423781772021850) no-repeat right center !important;
    background-size: 12px 12px !important;
}

.cpo-step-form .form-control.email-form-control {
    margin-bottom: 0 !important;
}

.cpo-step-form .text-py30 {
    margin: 16px 0 !important;
}

.cpo-step-form .as-mendatory-text {
    margin: 0 !important;
}

.cpo-step-form .as-label .checkbox-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}

.cpo-step-form .as-label {
    margin-bottom: 0 !important;
    margin-top: 16px !important;
}

.cpo-step-form .globo-form-input {
    margin-top: 0 !important;
}

.cpo-step-form .checkbox-wrapper .checkbox-label {
    font-size: var(--cpo-legend-14) !important;
    line-height: 1.1 !important;
    font-weight: bold !important;
    padding: 0 0px !important;
}
.cpo-step-form .gfb-style-line .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before, 
.cpo-step-form .gfb-style-line .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:after, 
.cpo-step-form .gfb-style-line_rounded .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before, 
.cpo-step-form .gfb-style-line_rounded .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:after {
        top: -2px !important;
    left: -28px;
 }

.cpo-step-form .checkbox-wrapper .checkbox-label a {
    color: #127749 !important;
    text-decoration: none;
}

.cpo-step-form .globo-form-control .checkbox-wrapper .checkbox-input:checked~.checkbox-label:before {
    border-color: #127749 !important;
    background-color: #127749 !important;
}

.cpo-step-form .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before {
    border-radius: 50px !important;
}

.cpo-step-form .has-textarea {
    margin: 0 !important;
}

.cpo-step-form p.help-block.error {
    font-size: var(--cpo-legend-16) !important;
    line-height: 1.1 !important;
    font-weight: bold;
    text-align: left;
    color: #be0100 !important;
    margin-top: 7px !important;
}

.cpo-step-form button.gfb__line-button:hover {
    background-color: #006039 !important;
}

.cpo-step-form .panel.movingIn.block-container {
    position: relative;
    margin: 0;
    justify-content: space-between;
}

.cpo-step-form .wizard__content .panels {
    height: initial !important;
}

.cpo-step-form .gfb__footer.wizard__footer>div {
    display: block !important;
    position: absolute;
    top: 100px;
}

.cpo-step-form .globo-form.gfb__template__wizard1.gfb-style-line.globo-form-id-39906 {
    overflow: visible;
}

.cpo-step-form .gfb__footer.wizard__footer>div {
    display: block !important;
    position: absolute;
    top: -70px;
    left: -10px;
}

.cpo-step-form .gfb__footer.wizard__footer>div {
    top: -60px;
}

.cpo-step-form .gfb__footer.wizard__footer>div button.gfb__line-button {
    background: transparent !important;
    color: #212121;
    padding: 0 !important;
    height: inherit !important;
    border-radius: 0 !important;
    box-shadow: inherit;
}

.cpo-step-form .gfb__footer.wizard__footer>div button.gfb__line-button:before {
    width: 12px;
    height: 12px;
    right: initial;
    filter: invert(1);
    left: 13px;
    transform: rotate(180deg);
    top: 13px;
}

.cpo-step-form .globo-form-control .text-smaller {
    line-height: 0;
}

.cpo-step-form button.gfb__line-button.wizard__submit:before {
    display: none;
}

.cpo-step-form .globo-form-app.-layout form.g-container~div p a {
    height: 44px;
    padding: 0 30px;
    font-weight: 700;
    background-color: #127749;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    display: inline-flex;
}

.cpo-step-form .globo-form-control.layout-1-column.as-label label {
    font-weight: 300 !important;
}

.cpo-step-form .globo-form-control.layout-1-column.as-label label a {
    font-weight: bold;
}

.cpo-step-form .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before {
    border: 1px solid #452c1e40;
}

.cpo-step-form .as-label.one {
    margin-bottom: 0 !important;
}

.cpo-step-form .as-label.two {
    margin-top: 0 !important;
}

.cpo-step-form .as-label>label {
    display: none !important;
}

.cpo-step-form .as-label .checkbox-wrapper {
    min-height: 30px !important;
}

.cpo-step-form .globo-form-app.-layout form.g-container~div h2 {
    text-transform: initial;
    margin-bottom: 30px;
}

.cpo-step-form .globo-form-app.-layout form.g-container~div p {
    margin: 0;
}

.cpo-step-form .globo-form-app.-layout form.g-container~div p:nth-child(2) {
    margin-bottom: 20px;
}

.cpo-step-form .globo-form-app.-layout form.g-container~div p:nth-child(3) {
    margin-bottom: 40px;
}
ccccc
.cpo-step-form .globo-form-app .content {
    margin: 0;
}

/* end form  */

div#related-products-slider .splide__list {
    justify-content: initial;
}

.spf-product-card__vendor span,
.watch-grid-content span span{
    display: inline-block;
    white-space: nowrap;
}

div#related-products-slider .splide__pagination {
    position: static;
    margin-top: 30px;
}
.cpo_detail_top_section{
    background: #000;
}
.cpo_detail-right .product-media, 
.cpo_detail-right .product-media img{
    width: 100%;
}


.rolex-preowned-watches-grid-area .gf-items-count,
.rolex-preowned-watches-grid-area .wishlist-hero-custom-button,
.rolex-preowned-watches-grid-area a.spf-product-card__image-wrapper img {
    display: none;
}

.rolex-preowned-watches-grid-area div#gf-controls-container .gf-actions > * {
    display: none;
}

.rolex-preowned-watches-grid-area div#gf-controls-container .gf-actions,
.rolex-preowned-watches-grid-area div#gf-controls-container .gf-actions .gf-filter-trigger {
    display: block;
}

.preowned-category-section .gf-items-count {
    display: none !important;
}

.rolex-preowned-watches-grid-area a.spf-product-card__image-wrapper img.spf-product-card__image-main {
    display: block;
}
.rolex-preowned-watches-grid-area .spf-product-card__image-wrapper.hover-effect:hover .spf-product-card__image-main, 
.rolex-preowned-watches-grid-area img.spf-product-card__image.spf-product-card__image-secondary {
    opacity: 1 !important;
}


/* focus tabing css  */
.skip-link {
    display: inline-flex;
    height: 44px;
    padding: 0 30px;
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    margin-top: 30px;
    border: solid 1px #000;
    outline: 2px solid green !important;
    box-shadow: none !important;
    outline-offset: 3px;
    text-decoration:none;
}

.skip-link:hover{
    background-color: #000;
    color: #fff;
}
.skip-links {
    position: fixed;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    z-index: 9999;
}
.skip-links .skip-link {
    opacity: 0;
    pointer-events: none;
}
nav.skip-links ul{
    position: relative;
    width: 220px;
    text-align: center;
}
nav.skip-links ul li {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    list-style:none;
}
/* When focused, bring it into view */
.skip-links .skip-link:focus,
.skip-links .skip-link:focus-visible {
    position: static;
    opacity: 1;
    pointer-events: auto;
}

/* end focus  */

@keyframes gallery-360__icon {
    0% {
        margin-left: 0;
        transform: translateX(5px);
    }

    to {
        margin-left: 0;
        transform: translateX(-5px);
    }
}


@media (max-width: 992px) {
    .preowned-category-section #gf-tree {
        width: 100% !important;
        left: -100%;
    }

    .offcanvas-open .preowned-category-section #gf-tree {
        background: #f9f7f4 !important;
        overflow-x: hidden !important;
    }

    .preowned-category-section #gf-tree .gf-filter-header {
        padding: 0 15px;
        border: none;
        display: flex  !important;
        justify-content: flex-end;
        padding: 0 5vw;
    }

    .preowned-category-section .gf-option-block,
    .preowned-category-section #gf-tree .globo-selected-items-wrapper>.globo-selected-items {
        padding: 0px 15px !important;
    }

    .preowned-category-section #gf-tree .gf-filter-contents .gf-option-block {
        padding: 0 !important;
    }

    .preowned-category-section .offcanvas-open #gf-tree {
        left: 0;
    }

    .preowned-category-section #gf-tree {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
        transition: all ease-in-out 200ms !important;
        /* background: #fff !important; */
        z-index: 99999999999 !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .offcanvas-open .preowned-category-section #gf-tree {
        left: 0 !important;
    }

    .preowned-category-section #gf-tree .gf-filter-header span.gf-close-canvas {
        width: 100%;
        padding: 0;
        text-align: right;
    }

    .preowned-category-section #gf-tree .gf-filter-header span.gf-close-canvas svg {
        width: 12px;
        margin-left: auto;
        top: 0;
        position: relative;
        margin-top: 25px;
        /* right: 3px; */
    }

    .preowned-category-section #gf-tree .gf-filter-header span.gf-close-canvas svg path {
        fill: #452c1e;
        stroke: #452c1e;
        stroke-width: 1.5px;
    }

    .preowned-category-section #gf-tree .gf-filter-header .gf-filter-heading {
        width: 100%;
        text-align: left;
        margin-top: 45px;
        display: none;
    }

    .preowned-category-section .gf-filter-contents:before {
        content: "Filter your search";
        font-size: var(--cpo-heading36);
        font-weight: bold;
        line-height: 1.2;
        color: var(--cpo-brown-color);
        margin-top: 20px;
        display: block;
        width: 100%;
        letter-spacing: normal;
        padding-bottom: 40px;
    }

    .spf-status-loaded.offcanvas-open {
        overflow: hidden !important;
    }

    .preowned-category-section #gf-tree .gf-filter-contents {
        padding: 0 5vw;
        overflow-x: hidden;
        height: 100%;
        /* min-height: calc(100vh - 52px); */
    }

    .preowned-category-section #gf-tree .gf-filter-contents>div:not(:last-child) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .preowned-category-section .cpo-gf-filter-footer button {
        padding: 10px 25px;
    }
    .rolex-preowned-watch-cover .cpo_container-gapping{
        padding: 0 !important;
    }
    .preowned-category-section #gf-tree .cpo-gf-filter-footer {
        /* position: sticky; */
        width: 100%;
        min-width: calc(100% + 5vw*2);
        margin-left: -5vw;
    }
    .preowned-category-section .gf-filter-contents {
        content-visibility: inherit !important;
    }

}


@media (min-width: 768px) {
    .rolex-preowned-watch-cover{
        padding-top: 60px;
    }
    .gallery360__viewer {
        padding-bottom: 0px;
    }
    .cpo_detail-left {
        grid-column: 2 / 6;
        padding: 60px 0;
    }
    .cpo_detail-right .product-media button.splide__arrow {
        width: 44px;
        height: 44px;
        background: #76767666;
        opacity: 1;
    }
    .cpo_detail-right .product-media .splide__arrow svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        display: block;
        opacity: 1 !important;
    }
    .cpo_detail-right .product-media button.splide__arrow.splide__arrow--prev {
        left: 30px;
    }
    .cpo_detail-right .product-media button.splide__arrow.splide__arrow--next {
        right: 30px;
    }
    .cpo-detail-links ul li a {
        font-size: 12px !important;
        gap: 10px;
        color: #fff;
        font-weight: bold;
    }
    .cpo-detail-links ul li a:hover {
        color: #61db93 !important;
    }
    a.cpo-bttn {
        line-height: 43px;
    }
    .cpo-video-section iframe {
        height: 390px;
    }
    .cpo-layout-50,
    .cpo-layout-70 {
        grid-template-columns: repeat(12, 1fr);
    }
    .cpo-layout-50>.cpo-group-content {
        grid-column: 3 / 11;
        width: 100%;
    }
    .cpo-layout-70>.cpo-group-content {
        grid-column: 2 / 12;
    }
    .splide__arrows {
        display: block;
    }
    .watch-grid-content,
    .rolex-preowned-watches-grid-area .spf-product__info {
        padding: 30px !important;
        padding-bottom: 40px !important;
    }
    .cpo-banner.cpo-middle-banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cpo-banner.cpo-middle-banner h3 {
        flex-basis: 100%;
    }
    .cpo-banner.divide-two>a {
        flex-basis: calc(50% - 5px);
    }
    .divide-two>a:last-child {
        margin-top: 0px;
    }
    div#gf-tree {
        float: inherit !important;
    }
    div#gf-grid {
        float: inherit !important;
    }
    .cpo-product-content {
        padding-top: 20px;
    }
    span.svgicon svg,
    .showroom-details-content ul li .svg svg,
    span.svg svg {
        width: 10px;
        height: 10px;
    }
    .cpo-item-card p {
        margin-bottom: 30px;
    }
    .showroom-details-img {
        display: block;
    }
    div#showroom-details {
        left: -100%;
    }
    div#showroom-details.active {
        left: 0;
        bottom: inherit;
    }
    .cpo-card-tab {
        grid-template-columns: 1fr 1fr;
    }
    div#tab-map {
        flex-direction: row;
    }
    div#rolex-contact-map {
        height: 700px;
        padding: 0;
    }
    div#showroom-details {
        min-width: 367px;
        width: 367px;
        display: inline-block;
        height: 100%;
    }
    .gf-left .preowned-category-section #gf-tree:not(.spf-hidden)+#gf-grid {
        width: 100%;
        padding-left: 0;
    }
    .preowned-category-section .gf-refine-toggle-mobile,
    .preowned-category-section .gf-form-button-group button {
        display: block !important;
    }
    .preowned-category-section .gf-filter-trigger {
        display: block;
        margin-bottom: 0;
    }
    .preowned-category-section #gf-products {
        grid-template-columns: repeat(auto-fit, calc(100% / 3 - 8px * (3 - 1) / 3));
        gap: 8px !important;
    }
    div#sliderPopup {
        grid-template-columns: repeat(12, 1fr);
        padding: 0 5%;
    }
    div#sliderPopup .splide__arrow[disabled] {
        pointer-events: none;
        opacity: .4;
        cursor: not-allowed;
        display: inline-flex;
    }
    div#sliderPopup .splide__arrow--prev {
        left: -74px;
    }
    div#sliderPopup .splide__arrow--next {
        right: -74px;
    }
    .gallery360__icon.mob {
        display: none;
    }
    #closeSliderButton {
        top: 15px;
        right: -35px;
        position: absolute;
    }
    div#sliderPopup {
        grid-template-columns: repeat(12, 1fr);
        padding: 0 5%;
    }
    #sliderPopup .splide__pagination {
        margin-top: 40px;
    }
    div#sliderPopup #rolex-preowned-gallery360 {
        grid-column: 3 / 11;
    }
    .remove-360-mobile {
        right: 40px;
        top: 40px;
    }
    .gallery360__icon span.icon {
        right: 30px;
        bottom: 30px;
        left: inherit !important;
        transform: translateX(0);
    }
    .popup-content.active-360>div {
        grid-column: 2 / 6;
    }
    #openSliderButton {
        right: 20px;
        bottom: 30px;
    }
    .preowned-category-section .popup-content:before {
        opacity: 0.7;
    }
    .cpo-detail-list>ul {
        gap: 15px;
    }
    .gallery360__icon span.icon {
        right: 30px;
        bottom: 30px;
        left: inherit !important;
        transform: translateX(0);
    }
    .preowned-category-section .full-screen-360-cont {
        right: 20px;
        bottom: 80px;
    }
    .guarantee-accordions .accordion-item h3.active~.content {
        margin-bottom: 30px;
    }

    /* cpo step form 768px */
    .cpo-step-form .cpo-group-content {
        padding: 40px 0px 80px;
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 8px;
    }
    .cpo-step-form .cpo-group-content > h3, .cpo-step-form .cpo-group-content > div {
        grid-column: 2 / 12;
    }
    .cpo-step-form .gfb__footer.wizard__footer>div {
        top: -50px;
        left: -30px;
    }
    div#related-products-slider h2 {
        margin-bottom: 60px;
    }
    .preowned-category-section .cpo-detail-links>ul li {
        width: 180px;
    }
    .cpo-content-main.cpo-bg_f9f7f4 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .preowned-category-section #gf-tree .gf-filter-header a.cpo-reset-filter {
        display: flex !important;
    }
    .text-img-banner_content h3 {
        font-size: 38px;
        line-height: 62px;
    }
    .cpo-breadcumb li {
        display: block;
    }
    .cpo-breadcumb ul li:not(:last-child):before {
        display: none;
    }
    .cpo-breadcumb ul li:not(:last-child):after {
        content: "";
        -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M12,7.5l-1.3,1.4L4.6,15l-1.5-1.5l6.1-6.1L3,1.4L4.5,0l6.1,6.1L12,7.5z'></path></svg>") no-repeat center;
        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M12,7.5l-1.3,1.4L4.6,15l-1.5-1.5l6.1-6.1L3,1.4L4.5,0l6.1,6.1L12,7.5z'></path></svg>") no-repeat center;
        background-color: #fff;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 10px;
    }
    .cpo-breadcumb ul li {
        padding-left: 0;
    }
    .cpo-header-navigation li a {
        text-decoration: none;
    }
    .cpo-header-navigation li:last-child a {
        margin-right: 0px;
    }
    .rolex-checker-container.right .rlx-checkerboard-content {
        order: 1;
    }
    .rolex-checker-container.right .rlx-checkerboard-img {
        order: 2;
    }
    .cpo-main-banner .cpo-main_banner-content {
        top: 50%;
        transform: translateY(-50%);
        bottom: inherit;
    }
    .cpo-desktop-img {
        display: block !important;
    }
    .cpo-mobile-img {
        display: none !important;
    }
    .cpo-main-banner .cpo-main_banner-content {
        max-width: 43%;
    }
    .cpo-video-section iframe {
        height: 480px;
    }
    .splide__arrow--prev {
        left: -70px;
    }
    .splide__arrow--next {
        right: -40px;
    }
    .preowned-category-section #gf-tree .cpo-gf-filter-footer {
        display: none;
    }
    .cpo-additional-images {
        display: block;
    }
    .content.grid-section {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 8px;
    }
    .content.grid-section div#gf-tree {
        grid-column: 1 / 4;
        grid-row: none;
        padding-right: 50px !important;
        width: 100%;
    }
    .content.grid-section div#gf-grid {
        padding: 0;
        grid-column: 4 / -1;
        width: 100%;
        grid-row: none;
    }
    .family-text-content h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .cpo-bottom-card ul a,
    .showroom-details-content ul li a {
        width: 40px;
        height: 40px;
    }
    .cpo-card-tab {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cpo-contact-map {
        max-width: 1140px;
        margin: auto;
    }
    div#showroom-details.active+div#rolex-contact-map .gm-style {
        left: 250px !important;
        transition: all 0.6s ease-in-out !important;
        width: 100% !important;
    }
    .gf-left .preowned-category-section #gf-tree {
        display: block;
    }
    .preowned-category-section .gf-refine-toggle-mobile,
    .preowned-category-section .gf-form-button-group button {
        display: none !important;
    }
    .preowned-category-section .gf-filter-trigger {
        display: none;
    }
    .preowned-category-section .spf-has-filter #gf-products {
        margin: 0;
    }
    .preowned-category-section .spf-has-filter #gf-products {
        margin: 0px -10px;
    }
    .spf-has-filter #gf-products>div {
        padding: 0px 10px;
    }
    .preowned-category-section .gf-filter-header {
        display: block;
        position: relative;
    }
    .preowned-category-section span.gf-close-canvas {
        display: none;
    }
    .preowned-category-section>#gf-tree .gf-filter-header {
        margin-top: 0px;
    }
    .preowned-category-section .gf-filter-header .gf-filter-heading {
        font-size: var(--cpo-body24);
        font-weight: bold;
        color: var(--cpo-brown-color);
        padding-bottom: 30px;
        margin-top: -60px;
      display: inline-block;
    }
    .store-location-map {
        width: 100%;
        height: 450px;
    }
    .dropdown-timimg {
        left: 0;
        transform: inherit;
        padding: 40px 50px;
    }
    .store-detail-linking {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }
    .cpo.column-group-store {
        height: 700px;
        max-height: 700px;
    }
    .store-location-map {
        height: 100%;
    }
    .store-detail-linking a > span:last-child {
        display: block;
    }
    .store-detail-linking a {
        display: flex;
        margin-bottom: 10px;
        gap: 10px;
        align-items: center;
    }
    .store-location-detail {
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
    }
    .cpo.column-group-store {
        flex-direction: row;
    }
    .cpo.column-group-store>div {
        width: 50%;
    }
    .cpo.column-group-store>div.left-column {
        order: 1;
        height: 100%;
    }
    .cpo.column-group-store>div.right-column {
        order: 2;
        height: 100%;
    }
    .store-location-detail {
        padding: 40px 10%;
    }
    .cpo_detail_top_section {
        grid-template-columns: repeat(12, 1fr);
        overflow: hidden;
    }
    .cpo_detail-left>div {
        grid-column: 2 / 6;
    }
    .preowned-category-section .cpo_detail_top_section .cpo_detail-left {
        grid-column: 1 / 7;
        grid-row: unset;
    }
    .preowned-category-section .cpo_detail_top_section .cpo_detail-right {
        position: relative;
        grid-column: 7 / -1;
        grid-row: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cpo-detail-list p a:hover {
        color: #61db93;
    }
    .preowned-category-section .cpo_detail_top_section .cpo_detail-right {
        background: linear-gradient(0deg, #101014, #1e1d20);
    }
    .product-media .splide__pagination {
        background: transparent;
    }
    .preowned-category-section .cpo-detail-links ul {
        gap: 10px;
    }
    .preowned-category-section span.cpo-detail-icon {
        min-width: 40px;
        height: 40px;
        border-color: #fff;
    }
    span.cpo-detail-icon svg {
        width: 14px;
        height: 14px;
    }
    .cpo_product_detail span.v-small-title {
        color: #fff;
    }
    .cpo_product_detail .title {
        color: #fff;
    }
    .cpo_product_desc p {
        color: #f8f8f8;
    }
    .cpo_product_ref {
        color: #f8f8f8;
    }
    .cpo_product_price_row {
        padding: 20px 0 30px;
    }
    .cpo_product_price_row span strong {
        color: #fff;
    }
    .preowned-category-section .thumbnails {
        display: flex;
    }
    .fotorama__arr--prev,
    .fotorama__arr--next {
        display: block !important;
    }
    .preowned-category-section .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots {
        display: none !important;
    }
    .cpo-step-form .email-form-control .custom-error-msg {
        font-size: 16px;
    }
    .cpo-step-form .send-mssg-content {
        width: 80% !important;
        margin: auto !important;
    }
    .cpo-step-form .as-label {
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }

    .cpo-step-form .form-control {
        margin-bottom: 40px !important;
    }
    .cpo-step-form .text-py30 {
        margin: 30px 0 !important;
    }
    .cpo-step-form .has-textarea textarea {
        padding: 40px !important;
    }
    .cpo-step-form .globo-form-app.-layout form.g-container~div {
        max-width: 510px;
        margin: auto;
    }
    .cpo-step-form .gfb__footer.wizard__footer>div {
        left: -220px;
        top: -100px;
    }
    .cpo-step-form .gfb__footer.wizard__footer>div {
        top: -80px;
    }

    .cpo-step-form .gfb__footer.wizard__footer {
        margin-top: 0px !important;
    }
    .cpo-step-form .send-mssg-heading.mb-80 {
        margin-bottom: 80px !important;
    }
    .cpo-step-form .as-label.two {
        margin-bottom: 40px !important;
    }

    .cpo_detail_top_section {
        margin-bottom: 30px;
    }
    .spf-product-card__vendor span,
    .watch-grid-content span span{
        display: inline-block;
    }
    .cpo-footer-logo img {
        height: 40px;
        width: 40px;
    }
    div#feature-product-slider .splide__pagination {
        display: none !important;
    }
    div#related-products-slider .splide__pagination {
        bottom: 90px;
    }
    .cpo_detail_top_section{
        background: transparent;
    }
    .cpo_detail-left{
        background: #000;
    }
}

@media (min-width: 1025px) {
    .cpo-secondryCTA {
        font-size: 16px;
    }
    button.splide__arrow {
        width: 44px;
        height: 44px;
    }
    div#sliderPopup #rolex-preowned-gallery360 {
        grid-column: 4 / 10;
    }
    .cpo_detail-left {
        padding: 40px 0;
    }
    .guarantee-container {
        grid-template-columns: repeat(12, 1fr);
    }
    .guarantee-banner,
    .guarantee-accordions {
        grid-row: unset;
    }
    .guarantee-banner {
        grid-column: 1 / 7;
    }
    .guarantee-accordions {
        grid-column: 8 / -1;
        margin-bottom: 0;
    }
    /* cpo step form 1025px */
    .cpo-step-form .gfb__footer.wizard__footer>div {
        left: -250px;
    }
    .cpo-step-form .gfb__footer.wizard__footer>div {cccccccc
        left: -200px;
    }
    .cpo-step-form .cpo-group-content > h3, .cpo-step-form .cpo-group-content > div {
        grid-column: 4 / 10;
    }
    .cpo-step-form .gfb__footer.wizard__footer>div ccccc{
        left: -160px;
        top: -40px;
    }
    div#related-products-slider {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 8px;
        padding-left: 40px;
        padding-right: 40px;
    }
    div#related-products-slider >div, div#related-products-slider > .splide__pagination {
        grid-column: 2 / 12;
    }
    div#related-products-slider >div {
        margin: 0 50px;
    }
    #feature-product-slider .splide__list:has(li):not(:has(li:nth-child(4))) {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .cpo-main-banner .cpo-main_banner-content {
        max-width: 650px;
    }
    .w-medium {
        width: 1140px;
    }
    .cpo-video-section iframe {
        height: 80vh;
    }
    .cpo-layout-50>.cpo-group-content {
        grid-column: 4 / 10;
    }
    .cpo.column-group-store>div {
        width: 60%;
    }
    .cpo.column-group-store>div.right-column {
        width: 40%;
    }
    div#keep-exploring-slider .splide__arrow--prev{
        left: -50px;
    }
    div#keep-exploring-slider button.splide__arrow--next {
        right: -50px;
    }
}

@media (min-width: 1280px) {
    .cpo-header-navigation {
        display: flex;
    }
    .store-point-item {
        min-width: 32%;
    }
}

@media (max-width: 1440px) {
    .preowned-category-section .flex-grow>.container {
        max-width: 100%;
    }   
}

@media (min-width:1600px){
   .preowned-category-section .flex-grow>.container {
        max-width: 1540px;
    }
    .cpo-detail-list>ul li {
        width: max-content;
    }   
    .cpo-detail-list>ul{
        gap:0px;
        row-gap: 8px;
    }
    .cpo-detail-list ul li:not(:last-child) {
        padding-right: 10px;
        /* border-right: 1px solid #fff; */
        margin-right: 10px;
        position: relative;
    }
    .cpo-detail-list ul li:not(:last-child):after{
        background-color: #767676;
        content: "";
        display: inline-block;
        height: 10px;
        width: 1px;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    div#sliderPopup #rolex-preowned-gallery360 {
        margin: 0px auto;
    }
    div#keep-exploring-slider .splide__arrow--prev{
        left: -70px;
    }
    div#keep-exploring-slider button.splide__arrow--next {
        right: -70px;
    }
    .booking-confirmed-box{
        padding:80px;
    }
}

@media (min-width:1800px){
   .preowned-category-section .flex-grow>.container {
        max-width: 1740px;
        padding: 0 12px;
    }
}

@media (min-width: 1920px) {
    .preowned-category-section .flex-grow>.container {
        max-width: 1880px;
    }
    .watch-grid-content,
    .rolex-preowned-watches-grid-area .spf-product__info {
        padding: 50px !important;
        padding-bottom: 50px !important;
    }
      div#sliderPopup #rolex-preowned-gallery360 {
        width: 800px;
        height: 800px;
    }
}
.gallery360__viewer{
    background: url(../assets/loaders.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}
.preowned-category-section .grecaptcha-badge,
.preowned-category-section .csm-cookie-consent #reopen_widget{
    display: none !important;
}
.stock-status .in-stock {
    color: #61db93 !important;
}
.stock-status .out-of-stock {
    color: #BE0100 !important;
}
.preowned-category-section .view-collection {
    margin-bottom: 90px;
}

/* Updated Styling */
.cpo-rolex-header {
  position: relative;
  display: flex;
  align-items: center;
}
.cpo-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpo-menu-toggle {
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
}
.cpo-menu-button{
  display: none;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.cpo-navigation-desktop {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
.cpo-navigation-desktop li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
  font-size: var(--rolex-fixed-16);
  line-height: var(--rolex-fixed-16-lh);
  font-weight: bold;
  letter-spacing: 0;
}
.cpo-navigation-desktop li.active a,
.cpo-navigation-desktop li a:hover {
  color: #61bd93;
}
.cpo-icon {
    display: flex;
    width: 12px;
    height: 12px;
}
.cpo-menu-toggle-name {
    font-size: var(--rolex-fixed-16);
    line-height: var(--rolex-fixed-16-lh);
    font-weight: 600;
    color: #fff;
}
.cpo-navigation-mobile-wrapper {
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  position: absolute;
  padding-top: 40px;
  overflow: auto;
  background: #000;
  margin: 0;
}
.cpo_container-gapping{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.cpo-footer {
    background: #000;
    text-align: center;
}
.cpo-footer-icon svg {
    width: 15px;
    transform: rotate(-90deg);
    margin-bottom: 5px;
    display: inline-block;
}
#keep-exploring-slider .splide__slide{
    padding: 0;
    margin: 0;
}
.cpo-keep-exploring-inner a img {
  width: 100%;
}
.cpo-keep-exploring-inner span {
  font-weight: 700;
  color: var(--cpo-brown-color);
  font-size: var(--cpo-body20);
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
}
.cpo-keep-exploring-inner li a{
  text-decoration: none;
}
.cpo-keep-exploring-inner li a .imagebox {
  margin-bottom: 10px;
}
#keep-exploring-slider .splide__slide a.active-slide span{
    color: #127749;
}
.cpo-keep-exploring-inner .splide__slide p{
    margin: 0;
}
#keep-exploring-slider{
    padding: 0;
}
#keep-exploring-slider .splide__pagination {
    margin-top: 40px;
}
@media screen and (min-width: 992px) {
    .cpo-keep-exploring-inner .button-right {
        display: block !important;
        right: -46px;
    }
}
@media screen and (max-width: 1440px) {
  .cpo-navigation-mobile-wrapper[active] {
    display: block;
  }
  .cpo-navigation-desktop {
    display: none;
  }
  .cpo-menu-button{
    display: flex;
  }
  .cpo-keep-exploring-inner .button-right {
    right: -50px;
  }
}
@media screen and (min-width: 1600px){
  .cpo-navigation-desktop {
    gap: 2.5rem;
  } 
}


/* New Styling */
.cpo-grid-breakpoint{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 6px;
}
.preowned-desktop-img{
  display: none;
  width: 100%;
}
.preowned-mobile-img{
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpo-grid-breakpoint{
    grid-template-columns: repeat(12, 1fr);
    column-gap: 8px;
  }
  .preowned-desktop-img{
    display: block;
  }
  .preowned-mobile-img{
    display: none;
  }
}
.cpo-heading50{
    font-size: var(--cpo-heading50);
    line-height: var(--cpo-heading50-lh);
    font-weight: 700;
    color: var(--cpo-brown-color);
}
.cpo-introduction_left,
.cpo-introduction_right {
    grid-column: 1 / -1;
}
.cpo-introduction_left{
    margin-bottom: 20px;
}
.cpo_intro_title{
    margin: 0;
    letter-spacing: 0;
}
.preowned-body20{
    font-size: var(--cpo-body20);
    line-height: var(--cpo-body20-lh);
    color: var(--cpo-black);
    font-weight: 300;
}
.cpo_intro_description,
.cpo_intro_description p{
    margin: 0;
    letter-spacing: 0;
    font-size: var(--cpo-body20);
    line-height: var(--cpo-body20-lh);
    color: var(--cpo-black);
    font-weight: 300;
}
.cpo_intro_description,strong{
    font-weight: bold;
}
.preowned-light-beige {
    background-color: #f9f7f4;
}
.preowned-beige {
    background-color: #f4efea;
}
.preowned-white{
    background-color: #ffffff;
}
.preowned-transparent{
    background-color: transparent;
}
/* Push component */
.preowned-banner-content{
  line-height: normal;
}
.preowned-banner-content .bodyparagraph {
  font-weight: 300;
  color: var(--cpo-black);
  margin-bottom: 5px;
  letter-spacing: 0;
}
.preowned-banner-content .bodyparagraph p{
  letter-spacing: 0;
  color: inherit;
}
.preowned-banner-content h5 {
  font-size: var(--cpo-fixed-16);
  line-height: var(--cpo-fixed-16-lh);
  font-weight: bold;
  color: var(--cpo-brown-color);
  margin: 0;
  letter-spacing: 0;
}
.preowned-banner-content h4 {
  font-size: var(--cpo-heading36);
  line-height: var(--cpo-heading36-lh);
  font-weight: bold;
  color: var(--cpo-brown-color);
  margin: 0;
  letter-spacing: 0;
}
.preowned-banner-content h6 {
  font-size: var(--cpo-body24);
  line-height: var(--cpo-body24-lh);
  font-weight: bold;
  color: var(--cpo-brown-color);
  margin: 0;
  letter-spacing: 0;
}

.preowned-banner-content:has(.bodyparagraph) h4,
.preowned-banner-content:has(.cpo_intro_button) h4,
.preowned-banner-content:has(.bodyparagraph) h6,
.preowned-banner-content:has(.cpo_intro_button) h6 {
  margin-bottom: 5px;
}
.preowned-discover-grid h3 {
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--cpo-brown-color);
  font-size: var(--cpo-heading36);
  line-height: var(--cpo-heading36-lh);
}
.preowned-banner-img{
  margin-bottom: 10px;
  line-height: 0;
  overflow: hidden;
}
.preowned-secondary{
    font-size: 14px;
    color: #127749;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0;
    text-decoration: none;
}
.preowned-secondary span.icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preowned-secondary span.icon svg {
    width: 12px;
    height: 12px;
    fill: #127749;
}
.cpo-hover-effect:hover .preowned-secondary {
    color: #212121;
    text-decoration: none;
}
.cpo-hover-effect:hover .preowned-secondary span.icon svg {
    fill: #212121;
}
.slider_rolex,
.slider_rolex .banner-slide-content{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 6px;
}
.image-component-wrapper.full-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
.image-component-wrapper.large-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
.image-component-wrapper.medium-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
.image-component-wrapper.small-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
.body-text-block .body-text-block-inner,
.quote-text-block .quote-text-block-inner,
.logo-component-wrapper .cpo-logo-wrapper-inner,
.cpo-video-section .cpo-video-wrapper,
.article-introduction,
.preowned-family-container .preowned-family-content,
.preowned-family-container .preowned-family-image{
    grid-column: 1 / -1;
}
.body-text-block .body__title {
  margin: 0 !important;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 20px !important;
  color: var(--cpo-brown-color);
}
.body-text-block p{
  color: var(--cpo-black);
  font-weight: 300;
  letter-spacing: 0;
}
.preowned-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.preowned-grid-wrapper.cols-1 .preowned-banner-content{
  width: 100%;
}
.preowned-none {
  padding-top: 0 !important;
}
.preowned-none {
  padding-bottom: 0 !important;
}
.preowned-large-top{
  padding-top: 60px !important;
}
.preowned-bottom-large{
  padding-bottom: 60px !important;
}
.preowned-top-medium{
  padding-top: 40px !important;
}
.preowned-bottom-medium{
  padding-bottom: 40px !important;
}
.image-component-wrapper.full-width-img .cpo_container-gapping{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rolex-preowned-banner-slider {
    padding: 0 !important;
}
.banner__image-container img {
    width: 100%;
}
.rolex-preowned-banner-slider .splide__slide {
    position: relative;
}
.banner__content-container {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.preowned-slider .heading {
    font-size: var(--large-title);
    color: var(--cpo-brown-color);
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.banner__content-inner .cpo-banner__content {
    grid-column: 1 / -1;
}
.cpo-banner__content .subtitle {
    font-size: var(--cpo-heading26);
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0;
    font-weight: 700;
}
.preowned-primary-border,
.preowned-primary {
    height: 44px;
    padding: 0 30px;
    font-weight: bold;
    background-color: #127749;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    display: inline-flex;
    border: 1px solid #006039;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: inherit;
}
.preowned-primary-border:hover {
    color: #006039;
    background: transparent;
}
.preowned-primary {
    border-color: #127749;
}
.preowned-primary:hover{
    background-color: #006039;
}
.preowned-slider .splide__pagination {
    bottom: 30px;
}
.preowned-slider .splide__pagination li {
    line-height: 0;
    height: auto;
}
.preowned-slider .splide__pagination button {
    margin: 0;
    width: 20px !important;
    height: 4px !important;
    border-radius: 10px !important;
    opacity: 1 !important;
}
.preowned-slider .splide__pagination button.is-active {
    width: 50px !important;
    transform: none;
}
.preowned-green-pills .splide__pagination button {
    background: #d4d4d4 !important;
}
.preowned-green-pills .splide__pagination button.is-active {
    background: #127749 !important;
}
.preowned-light-pills .splide__pagination button {
    background: #d4d4d4 !important;
}
.preowned-light-pills .splide__pagination button.is-active {
    background: #fff !important;
}
.preowned-dark-pills .splide__pagination button {
    background: #452c1ea3 !important;
}
.preowned-dark-pills .splide__pagination button.is-active {
    background: #452c1e !important;
}
.preowned-slider .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.preowned-slider .splide__arrow--prev {
    left: 44px;
}
.preowned-slider .splide__arrow--next {
    right: 44px;
}
.watch-grid-img img {
    width: 100%;
}
.single-watch-grid a {
    text-decoration: none;
}
.preowned-feature{
    grid-column: 1/-1;
}
.watch-grid-content p{
    margin: 0 !important;
}
.cpo-watch-bttn {
    text-align: center;
}
.preowned-primary span.icon,
.preowned-primary-border span.icon{
    display: none;
}
.cpo-introduction .preowned-secondary{
    display: inline-flex;
}
.cpo-introduction .preowned-secondary:hover {
    color: #212121;
    text-decoration: none;
}
.cpo-introduction .preowned-secondary:hover span.icon svg path {
    fill: #212121;
}
li.active-day span:first-child:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #127749;
    margin-left: 8px;
    border-radius: 50%;
    transform: none;
}
li.active-day span {
   color: #127749 !important;
}
.rolex-static-map-component .cpo_container-gapping{
  padding: 0 !important;
}
.time-with-dropicon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.time-with-dropicon span.icon{
    width: 12px;
  height: 12px;
  line-height: 1.1;
}
.time-with-dropicon span.icon svg path{
  fill: #127749;  
}
.time-with-dropicon:hover span.icon svg{
  transform: scaleY(-1);
}
.dropdown-timimg ul {
    padding: 0;
    margin: 0;
}
li.active-day span:first-child:after{
    margin-bottom: 2px;
}
.product-info-main .subtitle{
    margin: 0;
    letter-spacing: 0;
}
.cpo-detail-links a {
    text-decoration: none;
    letter-spacing: 0;
}
.cpo-detail-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#rolex-preowned-gallery-thumbs img{
    width: 100%;
}
#rolex-preowned-gallery-thumbs {
    padding: 0;
}
.cpo-attribute ul {
    padding: 60px 1.5rem;
    background-color: #F4EFEA;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
    row-gap: 20px;
    margin: 0;
}
.cpo-attribute > ul li {
    grid-column: span 3;
    width: 100%;
    letter-spacing: 0;
}
.preowned-family-content h2{
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.preowned-family-container{
    row-gap: 40px;
}
.rolex-single-grid h3{
    font-size: var(--cpo-heading36);
    line-height: 1.2;
    font-weight: 700;
    color: var(--cpo-brown-color);
    margin: 0;
    margin-bottom: 20px;
}
.rolex-cpo-action-container {
    display: flex;
    gap: 20px;
    align-items: center;
}
.rolex-cpo-action-container .preowned-primary {
    height: 44px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    background-color: #127749 !important;
    color: #fff !important;
    border-radius: 50px !important;
    align-items: center !important;
    font-size: 14px !important;
    display: inline-flex !important;
    border: 1px solid #006039 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-transform: inherit ! IMPORTANT;
}
.rolex-cpo-action-container div#wishlisthero-product-page-button-container {
    padding: 0;
}
.rolex-cpo-action-container .product__form--add-to-cart {
    all: unset;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    background: #76767666 !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.rolex-cpo-action-container .product__form--add-to-cart:hover{
    background: #76767633 !important;
}

.rolex-cpo-action-container .product__form--add-to-cart:before,
.rolex-cpo-action-container .product__form--add-to-cart:after{
    display: none !important;
}
.rolex-cpo-action-container .product__form--add-to-cart svg {
    width: 12px;
    height: 12px;
    fill: #fff !important;
}
.rolex-cpo-action-container .product__form--add-to-cart svg path {
    fill: #fff;
}
body.preowned-category-section #gf-tree *{
    font-family: Helvetica Now Text, Helvetica, Arial, sans-serif !important;
}
.preowned-category-section .spf-product-card__image-wrapper {
    display: block;
    padding: 0 !important;
    line-height: 0;
}
.preowned-category-section .spf-product-card__image-wrapper img {
    position: static;
}
.preowned-grid-wrapper .spf-product-card {
    border: none !important;
}
.preowned-grid-wrapper .spf-product-card__image-wrapper {
    overflow: hidden;
    line-height: 0;
}
.preowned-grid-wrapper .spf-product-card .spf-product-card__image-wrapper img {
    transition: 0.7s;
}
.preowned-grid-wrapper .spf-product-card:hover .spf-product-card__image-wrapper img {
    transform: scale(1.1);
}
.rolex-preowned-watches-grid-area .spf-product-card__vendor {
    display: block !important;
}
.send-mssg-form,
.appointment-form{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rolex-preowned-watches-grid-area a,
.view-collection a {
    text-decoration: none;
    letter-spacing: 0;
}
.cpo-menu-button[active] .cpo-icon {
    transform: scaleY(-1);
}

.rolex-model-form .section-heading{
  font-size: var(--cpo-heading36);
  line-height: var(--cpo-heading36-lh);
  font-weight: bold;
  color: var(--cpo-brown-color);
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.rolex-model-form .accordion-header {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--cpo-body20);
  line-height: var(--cpo-body20-lh);
  font-weight: bold;
  color: var(--cpo-brown-color);
  margin: 0;
  letter-spacing: 0;
  min-height: 80px;
  box-sizing: border-box;
  padding: 0;
  transition: .3s all ease-in-out;
}
.rolex-model-form .rolex-preowned_accordion {
  border-top: 1px solid #452c1e66;
}
.rolex-model-form .rolex-preowned_accordion-item {
  border-bottom: 1px solid #452c1e66;
}
.rolex-model-form .rolex-preowned_accordion-item h3 {
  background-color: transform !important;
}
.rolex-preowned_accordion-item .rolex-icon, .rolex-preowned_accordion-item .rolex-icon span {
    width: 15px;
    height: 15px;
    display: block;
}
.rolex-preowned_accordion-item .rolex-icon .minus {
    display: none;
}
.rolex-preowned_accordion-item.active .rolex-icon .minus {
    display: block;
}
.rolex-preowned_accordion-item.active .rolex-icon .plus {
    display: none;
}
.rolex-preowned_accordion-item .rolex-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #452c1e;
}
.rolex-preowned_accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 768px){
    .preowned-portrait-full .cpo_container-gapping{
        padding: 0 !important;
    }
}
@media (min-width: 768px){
    .image-component-wrapper.medium-width-img .cpo-image-wrapper .cpo-image-wrapper-inner{
        grid-column: 2 / 12;
    }
    .image-component-wrapper.small-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
    .body-text-block .body-text-block-inner,
    .quote-text-block .quote-text-block-inner,
    .logo-component-wrapper .cpo-logo-wrapper-inner,
    .preowned-family-container .preowned-family-content {
        grid-column: 3 / 11;
    }
    
    .grid-breakpoint,
    .slider_rolex,
    .slider_rolex .banner-slide-content{
        grid-template-columns: repeat(12, 1fr);
        column-gap: 8px;
    }
    .preowned-grid-wrapper{
        gap: 8px;
        row-gap: 60px;
    }
    .preowned-grid-wrapper.cols-1 { grid-template-columns: repeat(1, 1fr); }
    .preowned-grid-wrapper.cols-2 { grid-template-columns: repeat(2, 1fr); }
    .preowned-grid-wrapper.cols-3 { grid-template-columns: repeat(3, 1fr); }
    .preowned-grid-wrapper.cols-4 { grid-template-columns: repeat(4, 1fr); }
    .preowned-grid-wrapper.cols-5 { grid-template-columns: repeat(5, 1fr); }
    .preowned-grid-wrapper.cols-6 { grid-template-columns: repeat(6, 1fr); }
    
    .preowned-grid-wrapper.cols-2 .preowned-banner-content{
        margin-right: 20px;
    }
    .banner__content-container {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner__content-container.content_left .banner__content-inner .cpo-banner__content {
        grid-column: 1 / 8;
        padding-right: 40px;
    }
    .banner__content-container.content_right .banner__content-inner .cpo-banner__content {
        grid-column: 6 / -1;
        padding-left: 40px;
    }
    .preowned-slider .splide__pagination {
        bottom: 40px;
    }
    .cpo-attribute ul {
        padding: 80px 1.5rem;
        grid-template-columns: repeat(12, 1fr) !important;
        column-gap: 8px;
        grid-auto-flow: column;
    }
    .cpo-attribute ul > *:nth-child(3n+1) {
        grid-column: 1 / span 3;
    }
    .cpo-attribute ul > *:nth-child(3n+2) {
        grid-column: 5 / span 3;
    }
    .cpo-attribute ul > *:nth-child(3n+3) {
        grid-column: 9 / span 3;
    }
    .rolex-cpo-action-container {
        gap: 10px;
    }
}
@media (min-width: 992px){
  .preowned-grid-wrapper{
    row-gap: 90px;
  }
  .preowned-grid-wrapper.cols-1 .preowned-banner-content{
    width: 70%;
  }
  .preowned-grid-wrapper.cols-2 .preowned-banner-content{
    margin-right: 40px;
  }
  .preowned-grid-wrapper.cols-3 .preowned-banner-content{
    margin-right: 20px;
  }
  .preowned-large-top{
    padding-top: 90px !important;
  }
  .preowned-bottom-large{
    padding-bottom: 90px !important;
  }
  .preowned-feature-product .cpo-watch-grid{
    padding: 0;
  }
  .preowned-category-section .view-collection{
    margin-bottom: 0;
  }
}
@media (min-width: 1025px){
    .cpo-introduction_left {
        grid-column: 1 / 6;
        margin-bottom: 0;
    }
    .cpo-introduction_right {
        grid-column: 7 / 12;
    } 
    .image-component-wrapper.small-width-img .cpo-image-wrapper .cpo-image-wrapper-inner,
    .body-text-block .body-text-block-inner,
    .quote-text-block .quote-text-block-inner,
    .logo-component-wrapper .cpo-logo-wrapper-inner,
    .preowned-family-container .preowned-family-content {
        grid-column: 4 / 10;
    }
    .preowned-grid-wrapper.cols-1 .preowned-banner-content{
        width: 50%;
    }
    .time-with-dropicon span.icon{
        margin-top: -5px;
    }
    .cpo-attribute ul {
        padding: 90px 0;
    }
    .cpo-attribute ul > *:nth-child(3n+1) {
        grid-column: 2 / span 2;
    }
    .cpo-attribute ul > *:nth-child(3n+2) {
        grid-column: 5 / span 2;
    }
    .cpo-attribute ul > *:nth-child(3n+3) {
        grid-column: 8 / span 2;
    }
}
#gf_pagination_wrap .btn.btn-primary.gf-loadmore-btn {
    height: 44px;
    padding: 0 30px !important;
    font-weight: 700 !important;
    background: #127749 !important;
    color: #fff !important;
    border-radius: 50px !important;
    align-items: center;
    font-size: 14px !important;
    display: inline-flex !important;
    border: 1px solid #006039 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-transform: inherit !important;
}
#gf_pagination_wrap .btn.btn-primary.gf-loadmore-btn:hover{
    background:#006039 !important;
}
@media (min-width: 300px) and (max-width: 1366px) {
    .preowned-category-section #gf_pagination_wrap {
        padding-bottom:40px;
    }
}
.product-info-main h1 {
    margin: 0;
}
#keep-exploring-slider .splide__arrow {
    display: none !important;
}
@media (min-width: 1440px) {
    #keep-exploring-slider .splide__arrow {
        display: flex !important;
    }
}
