/* ------------------------ */
/* ---- Rolex Watches ----- */
/* ------------------------ */
#cover-page {
    width: 100%;
    position: relative;
}
#cover-page::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 26.04%;
}
#cover-page img,
#cover-page picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

#collections-group {
    width: 100%;
}
.wrap-group {
    width: 100%;
    margin-bottom: 10vh;
}
.wrap-group:last-child {
    margin-bottom: 0;
}
.wrap-group h2 {
    margin-bottom: 20px;
}

.collection-grid {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.collection-card {
    grid-column: auto / span 4;
}

.collection-card a {
    text-decoration: unset;
}
.collection-card a figcaption,
.collection-card a:hover figcaption,
.collection-card a:active figcaption,
.collection-card a:focus figcaption,
.collection-card a:focus-visible figcaption {
    color: var(--brown);
}

.collection-card figure {
    margin: 0;
}

.wrp-img__collection {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.wrp-img__collection::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 66.67%;
}
.wrp-img__collection img,
.wrp-img__collection picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out .5s all;
}
a:hover .wrp-img__collection img,
a:hover .wrp-img__collection picture {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    max-width: unset;
}

/* ------------------------ */
/* ------- Servicing ------ */
/* ------------------------ */
.wrap-content {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.wrp-img__content {
    grid-column: 1/-1;
    position: relative;
    margin-bottom: 10vh;
    margin-top: 0;
}

/** New Size image&desc 2025-04-03 **/
.wrp-img__content.m-size,
.wrp-img__content.rec-size,
.wrp-img__content.rec_219,
.wrp-img__content.rec_lv {
    grid-column: 2/12;
    position: relative;
}

.wrp-img__content-new {
    grid-column: 1/-1;
    position: relative;
    margin-bottom: 10vh;
    margin-top: 0;
}
.wrp-img__content-new.small {
    grid-column: 4/10;
}
.wrp-img__content-new.medium {
    grid-column: 2/12;
}
.wrp-img__content-new.large {
    grid-column: 1/-1;
}
/** End New Size image&desc 2025-04-03 **/

.wrp-img__content.s-size,
.wrp-img__content.sqr-size {
    grid-column: 4/10;
    position: relative;
}
.wrp-img__content.txt-top,
.wrp-img__content-new.txt-top  {
    margin-bottom: 0;
    margin-top: 10vh;
}
.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 47%;
}
.medium-content .wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 55%;
}
.l-size.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 49.48%;
}
.m-size.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}
.s3per4.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 116.67%;
}
.s4per3.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 78.33%;
}
.rec-size.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42.40%;
}
.sqr-size.wrp-img__content::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
}
.rec-v.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 125%;
}


/** New Size image&desc 2025-04-03 **/
.rec_lv.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42.40%;
}
.rec_219.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40%;
}
.m45_34.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 112.50%;
}
.l43_43.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 77.50%;
}
.s43_34.wrp-img__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 78.33%;
}
/** End New Size image&desc 2025-04-03 **/

.wrp-img__content img,
.wrp-img__content picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
#product-features .wrp-img__content img,
#product-features .wrp-img__content picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

.wrp-content__detail {
    grid-column: 4 / 10;
}
.wrp-content__detail h1,
.wrp-content__detail h2 {
    margin-bottom: 20px;
}
.wrp-content__detail p {
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    margin: 0;
}
.wrp-content__detail p strong {
    font-weight: 700;
}
.wrp-content__detail .post-body {
    margin: 20px 0;
}
.post-body p {
    font-size: clamp(1.313rem, 0.938rem + 0.469vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.wrp-content__logo {
    width: 25%;
    position: relative;
    margin-bottom: 5vh;
}
.wrp-content__logo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 50%;
}
.wrp-content__logo img,
.wrp-content__logo picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.cover-banner {
    width: 100%;
    position: relative;
}
.cover-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    /* padding-top: 38.19%; */
    padding-top: 42.857%;
}
.cover-banner.rolex-special-ratio::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 43.06%;
}
.xl.cover-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 52.60%;
}

/** New Size Cover 2025-04-03 **/
.s16_10.cover-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 62.50%;
}
.d169_34.cover-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 52.08%;
}
.d219_43.cover-banner::after,
.d219_34.cover-banner::after,
.d219_34s.cover-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 42.857%; /* 21:9 aspect ratio */
}
/** End New Size Cover 2025-04-03 **/

.cover-banner img,
.cover-banner picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

/** New Cover Banner */
.new__cover-banner {
    position: relative;
    width: 100%;
}
.new__cover-banner img,
.new__cover-banner picture {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
/** End New Cover Banner */

/* ------------------------ */
/* ------ Watchmaking ----- */
/* ------------------------ */
.wrp-video {
    width: 100%;
    position: relative;
}
.plyr.plyr--stopped .plyr__controls {
    display: none
}
.plyr.plyr--stopped .plyr__control--overlaid {
    display: block !important;
}
.plyr__video-embed {
    width: 100%;
    position: relative;
}
.plyr__video-embed::after {
    color: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}
.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.plyr__control--overlaid {
    background: var(--white);
}
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: var(--white);
}
.plyr__control svg {
    fill: var(--brown);
    display: block;
    height: 14px;
    height: var(--plyr-control-icon-size, 14px);
    pointer-events: none;
    width: 14px;
    width: var(--plyr-control-icon-size, 14px);
}
.plyr__poster {
    background-size: cover;
}

/* ------------------------ */
/* ---- World of Rolex ---- */
/* ------------------------ */
.latest-article {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.latest-article .wrp-img__section {
    grid-column: 1/-1;
}
.latest-article p,
.latest-article figcaption {
    grid-column: 1/-1;
    /* grid-column: 1/7; */
}

.articles-list {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}

.articles-list {
    --grid-col-unit: calc((100% - (8px * (12-1))) / 12);
    --grid-gap: 8px;
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.article-wrp {
    grid-column: auto / span 6;
}
.article-wrp figcaption,
.article-wrp p {
    padding-right: 40px;
}

/* ------------------------ */
/* ------ New watches ----- */
/* ------------------------ */
.wrp__grid-rg10v {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 10vh;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.grid-rg10v__item {
    grid-column: auto / span 6;
}


/* ------------------------ */
/* ------ Contact us ------ */
/* ------------------------ */

#tabs .wrp-tab-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
#tabs .tab {
    display: flex;
    flex-direction: row;
    align-items: center;

    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-right: 40px;
    color: var(--black);
    font-size: clamp(0.75rem, 0.625rem + 0.3125vw, 1rem);
    font-weight: 700;
    line-height: 1.1;
    transition: all .3s ease-out;
}
#tabs .active.tab {
    color: var(--green);
}
#tabs .active.tab::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--green);
    border-radius: 50%;
    margin-left: 6px;
}
#tabs .tab:last-child {
    margin-right: 0;
}
#tabs .hide {
    display: none !important;
}
#tabs .show {
    display: block !important;
}
#tabs .list.show {
    display: grid !important;
}
#tabs .tabContent {
    width: 100%;
}
#tabs .tabContent.list {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    /* grid-auto-rows: 1fr; */

    position: relative;
    overflow: hidden;
}
.pos-item {
    grid-column: auto / span 3;
    background-color: var(--white);
}


.wrp-map {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 10vh;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
}
.zoom-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
}
.zoom-btn {
    width: 36px;
    height: 36px;
    background-color: var(--brown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#zoomin.zoom-btn {
    margin-bottom: 10px;
}
#zoomin.zoom-btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/more-white-icon.svg');
}
#zoomout.zoom-btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/less-white-icon.svg');
}

.wrp-map__cards {
    min-width: 410px;
    width: 20vw;
    position: absolute;
    top: 0;
    left: -410px;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    transition: all ease 0.3s;
    transform: translateX(-20vw);
}
.active.wrp-map__cards {
    left: 0;
    transform: translateX(0);
}

.map-card {
    width: 100%;
    height: 100%;
    background-color: var(--white);

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}
.map-card.active {
    opacity: 1;
    z-index: 3;
}

.card-cover {
    width: 100%;
    position: relative;
}
.card-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}
.card-cover img,
.card-cover picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.card-desc {
    width: 100%;
    position: relative;
    background-color: var(--white);
    padding: 40px 15%;
}
.card-desc p.legend16-b {
    color: var(--brown);
    margin: 0;
    padding: 0;
}
.card-desc p.fixed16-l {
    margin: 0;
    padding: 0;
}
.card-desc h1,
.card-desc h2,
.card-desc h3 {
    font-size: clamp(1.25rem, 0.9375rem + 0.7813vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.btn-close-card {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('../img/more-brown-icon.svg');
    transform: rotate(-45deg);
    cursor: pointer;
}

.card-cta-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 20px 0 0 0;
}
.card-cta-list li {
    margin-bottom: 10px;
}
.card-cta-list li:last-child {
    margin-bottom: 0;
}
.card-cta-list li a,
.card-cta-list li a:visited,
.card-cta-list li a:focus,
.card-cta-list li a:focus-visible {
    text-decoration: unset;
    color: var(--brown);
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 700;
    line-height: 1.6;
    transition: all ease 0.3s;

    display: flex;
    flex-direction: row;
    align-items: center;
}
.card-cta-list li a:hover {
    color: var(--green);
}
.tertiary-cta {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    margin-right: 8px;
    background: var(--light-beige);
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone.tertiary-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/phone-brown-icon.svg');
}
.card-cta-list li a:hover .phone.tertiary-cta::after,
.model-cta-list li a:hover .phone.tertiary-cta::after {
    background-image: url('../img/phone-green-icon.svg');
}

.direction.tertiary-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/get-direction-brown-icon.svg');
}
.card-cta-list li a:hover .direction.tertiary-cta::after,
.model-cta-list li a:hover .direction.tertiary-cta::after {
    background-image: url('../img/get-direction-green-icon.svg');
}

.more.tertiary-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/more-brown-icon.svg');
}
.card-cta-list li a:hover .more.tertiary-cta::after,
.model-cta-list li a:hover .more.tertiary-cta::after {
    background-image: url('../img/more-green-icon.svg');
}

.mail.tertiary-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/mail-brown-icon.svg');
}
.card-cta-list li a:hover .mail.tertiary-cta::after,
.model-cta-list li a:hover .mail.tertiary-cta::after {
    background-image: url('../img/mail-green-icon.svg');
}

.chat.tertiary-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/whatsapp-brown-icon.svg');
}
.card-cta-list li a:hover .chat.tertiary-cta::after,
.model-cta-list li a:hover .chat.tertiary-cta::after {
    background-image: url('../img/whatsapp-green-icon.svg');
}

.line.tertiary-cta::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    transition: all ease 0.3s;
    background-image: url('../img/Line-brown-icon.svg');
}
.card-cta-list li a:hover .line.tertiary-cta::after,
.model-cta-list li a:hover .line.tertiary-cta::after {
    background-image: url('../img/Line-green-icon.svg');
}


.pos-item .card-desc {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--white);
    padding: 40px 10%;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pos-item .card-desc p.legend16-b {
    font-size: clamp(0.5625rem, 0.4688rem + 0.2344vw, 0.75rem);
    color: var(--brown);
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.pos-item .card-desc p.fixed16-l {
    margin: 0;
    padding: 0;
}
.pos-item .card-desc h2 {
    font-size: clamp(1.25rem, 0.9375rem + 0.7813vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.pos-item .card-cta-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 30px 0 0 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pos-item .card-cta-list li {
    margin-bottom: 0;
    margin-right: 20px;
}
.pos-item .card-cta-list li a,
.pos-item .card-cta-list li a:visited,
.pos-item .card-cta-list li a:focus,
.pos-item .card-cta-list li a:focus-visible {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



#map-list {
    grid-column: 1/-1;
    position: relative;
}
#map-list::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}
.rolex-pin {
    display: block;
    width: 40px;
    height: 43px;
    background-image: url('../img/map-location-pin-green-button.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-out;
}
.yNHHyP-marker-view:hover .rolex-pin,
.property.active .rolex-pin {
    background-image: url('../img/map-location-pin-selected-green-button.svg');
}


.wrp-map-single {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#map-single {
    width: calc(70% + 1rem);
}
#map-single::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}

.single-card {
    min-width: 410px;
    background-color: var(--white);

    display: flex;
}
.map-card-single {
    width: 100%;
}
.triangle-bottom.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--green);
    margin: 0 10px 0 10px;
    transition: all .3s ease-out;
}
.rotated {
    transform: rotate(-180deg);
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    text-align: left;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.wrap-today {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.selected-display {
    color: var(--green);
    margin-left: 20px;
}
.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
}


.wrapper-dropdown .dropdown {
    transition: 0.3s;

    position: absolute;
    top: 95%;
    right: 0;
    left: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    z-index: 99;

    box-shadow: inherit;
    background: inherit;

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 1.8rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wrapper-dropdown .dropdown li.active {
    color: var(--green);
}
.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}
.wrapper-dropdown .dropdown li .day {
    width: 20%;
}
.wrapper-dropdown .dropdown li .time {
    width: 68%;
}
.dropdown {
    padding: 0.5rem !important;
}
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    background-color: var(--white);
}

.rolex-pin-green {
    display: block;
    width: 40px;
    height: 43px;
    background-image: url('../img/map-location-pin-selected-green-button.svg');
    background-repeat: no-repeat;
    background-position: center;
}

/** Disable Google maps JS API shows blue focus border**/
.gm-style iframe + div {
    border:none!important;
}


.contact-accordion {
    /* width: 100%; */
    grid-column: 1 / -1;
    margin-bottom: 80px;
}
.contact-accordion:last-child {
    margin-bottom: 0;
}
.contact-accordion h2 {
    margin-bottom: 0;
}

.accordion-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    user-select: none;
    position: relative;
    transition: ease 0.4s;
    margin-bottom: 20px;
}
.accordion-icon {
    display: none;
    width: 12px;
    height: 12px;
    transition: ease 0.4s;
}
.plus {
    background-image: url('../img/more-list-black-icon.svg');
}
.minus {
    background-image: url('../img/less-list-black-icon.svg');
}

.accordion-content {
    /* height: auto; */
    height: 0;
    overflow: hidden;
}
.accordion-content.expanded {
    /* height: auto; */
    height: 0;
}


.accordion-inner-content {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
}

/* ------------------------ */
/* ----- Contact Form ----- */
/* ------------------------ */
.wrp-contact_form {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    position: relative;
    /* overflow: hidden; */
}
.wrp-headline {
    grid-column: 4 / 10;
    text-align: center;
}
#gform_wrapper_1 {
    grid-column: 4 / 10;
}
#gform_wrapper_1 .gform_required_legend {
    display: none;
}

.gform-theme--framework .gform_validation_errors {
    display: none !important;
}

/** Tab 1 **/
#gform_wrapper_1 .gform_page_1_1 {

}
#gform_wrapper_1 .gform_fields {
    row-gap: 0;
}
/** h2 tab **/
#field_1_18 {
    text-align: center;
    margin-bottom: 30px;
}

/** Enter your message **/
#field_1_4 .gfield_label {
    display: none;
}
#field_1_4 .gfield_description {
    text-align: center;
}
#field_1_4 .gfield_description.validation_message {
    text-align: left;
}
.subtitle-form {
    margin: 0 0 40px 0;
    text-align: center;
}
#field_1_4 textarea,
#field_1_4 textarea:focus,
#field_1_4 textarea:focus-visible {
    width: 100%;
    padding: 40px;
    border: unset;
    /* font-size: 16px; */
    font-size: clamp(0.75rem, 0.625rem + 0.3125vw, 1rem);
    font-weight: 300;
    line-height: 1.1;
    background-color: var(--white);
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
}
#gform_wrapper_1 .gform_page_footer.top_label {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/** Tab 2 title **/
.wrp-form-tools {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#gform_previous_button_1 {
    background: unset;
    border: unset;
    padding: 0;
    margin: 0;
    box-shadow: unset;

    /* font-size: 14px; */
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 700;
    line-height: 1.6;
}

#field_1_19 {
    text-align: center;
    margin-bottom: 80px;
}

#gform_1,
.gform_body,
#gform_page_1_2,
#gform_page_fields {
    overflow: unset;
}
#field_1_20 {
    position: absolute;
    top: -30px;
    left: 0;
}

#gform_wrapper_1 input[type='text'],
#gform_wrapper_1 input[type='email'],
#gform_wrapper_1 input[type='tel'],
#gform_wrapper_1 select  {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid rgba(69, 44, 30, 0.4);
    border-radius: unset;
    background: unset;
}
#gform_wrapper_1 input[type='text']:focus-visible,
#gform_wrapper_1 input[type='email']:focus-visible,
#gform_wrapper_1 input[type='tel']:focus-visible,
#gform_wrapper_1 select:focus-visible {
	border: unset;
    box-shadow: unset;
	outline: none;
	border-bottom: 1px solid rgba(69, 44, 30, 0.4);
}
#gform_wrapper_1 select,
#gform_wrapper_1 select:focus-visible {
    background: var(--light-beige);
}
#gform_wrapper_1 .ginput_container_select {
    position: relative;
}
#gform_wrapper_1 .ginput_container_select::after {
    position: absolute;
    top: 16px;
    right: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(69, 44, 30, 0.5);
}
#gform_wrapper_1 input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: unset
}

#gform_page_1_2 .gform-field-label,
#gform_page_1_2 .gform-custom-label {
    /* font-size: 16px; */
    font-size: clamp(0.875rem, 0.8125rem + 0.1563vw, 1rem);
    font-weight: 700;
    line-height: 1.1;
    color: rgba(69, 44, 30, 0.5);
    margin-bottom: 10px;
}

/** page 2 : Field : Title **/
#field_1_5 {
    margin-bottom: 40px;
}
/** page 2 : Field : First name **/
#field_1_6 {
    margin-bottom: 40px;
}
/** page 2 : Field : Last name **/
#field_1_7 {
    margin-bottom: 40px;
}
/** page 2 : Field : Email **/
#field_1_8 {
    margin-bottom: 30px;
}
/** page 2 : Field : and/or **/
#field_1_23 {
    margin-bottom: 30px !important;
}
/** page 2 : Field : Code **/
#field_1_9 {
    margin-bottom: 40px;
}
/** page 2 : Field : Phone number **/
#field_1_10 {
    margin-bottom: 40px;
}
/** page 2 : Field : Country **/
#field_1_11 {
    margin-bottom: 30px;
}
/** page 2 : Field : Store city **/
#field_1_12 {
    margin-bottom: 30px;
}
/** page 2 : Field : Store address **/
#field_1_13,
#field_1_21,
#field_1_22 {
    margin-bottom: 30px;
}
#field_1_14 .gform-field-label,
#field_1_24 .gform-field-label {
    /* font-size: 14px; */
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 300;
    line-height: 1.6;
}
#field_1_14 .gform-field-label a,
#field_1_24 .gform-field-label a {
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 700;
    line-height: 1.6;
    color: var(--green);
    text-decoration: unset;
    cursor: pointer;
    transition: all .3s ease-out;
}
#field_1_14 .gform-field-label a:hover,
#field_1_12 .gform-field-label a:hover {
    color: var(--rolex-green);
}
#input_1_14_1:focus {
    box-shadow: unset !important;
    border: 1px solid rgba(0, 96, 57, 0.4) !important;
}

.ginput_container_consent input:checked + label:before {
    background: var(--rolex-green);
    border: 2px solid #FFF;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-radius: 50% !important;
    background-color: var(--light-beige) !important;
    border: 1px solid rgba(69, 44, 30, 0.4);
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: var(--rolex-green) !important;
    background: var(--rolex-green) !important;
    border-radius: 50% !important;
    box-shadow: unset !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid rgba(0, 96, 57, 0.4) !important;
}

.gfield_required.gfield_required_asterisk {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: rgba(69, 44, 30, 0.5);
}
.validation_message {
    color: var(--error) !important;
}
.gform-theme--framework .gfield_validation_message,
.gfield_error .gfield_label,
.gfield_error .gfield_required_asterisk {
    color: var(--error) !important;
    font-weight: 700 !important;
}
#field_1_14 .gfield_required_asterisk, 
#field_1_14.gfield_error .gfield_required_asterisk {
    display: none !important;
}
.gfield_error .gfield_label.gfield_label_before_complex {
    color: rgba(69, 44, 30, 0.5) !important;
}
.gfield_consent_label {
    margin-bottom: 0 !important;
}
#validation_message_1_14 {
    margin-bottom: 10px;
}
#field_1_24 {
    margin-top: 10px;
}

input[type='button']#gform_next_button_1_3,
input[type='button']#gform_next_button_1_3:focus,
#gform_next_button_1,
#gform_next_button_1:focus,
#gform_submit_button_1,
#gform_submit_button_1:focus {
    /* font-size: 14px; */
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 700;
    line-height: 1.6;
    border: unset;
    border-radius: 9999px;
    color: var(--white);
    padding: 4px 30px;
    background-color: var(--green);
    transition: all .3s ease-out;
    outline: none;
    box-shadow: unset;

    display: flex;
    align-items: center;
    justify-content: center;
}
input[type='button']#gform_next_button_1_3:hover,
#gform_next_button_1:hover,
#gform_submit_button_1:hover {
    background-color: var(--rolex-green);
}

span.frm-next {
    width: 12px;
    height: 12px;
    display: block !important;
    background-image: url('../img/arrow-white-button.svg');
    margin-left: 8px;
}
span.frm-back {
    width: 12px;
    height: 12px;
    display: block !important;
    background-image: url('../img/arrow-back-button.svg');
    transform: rotate(180deg);
    margin-right: 8px;
}
span.frm-checked {
    width: 12px;
    height: 12px;
    display: block !important;
    background-image: url('../img/check-white-icon.svg');
    margin-left: 8px;
}

.back-custom-class {
    display: none !important;
}

/* Spinner */
#gform_ajax_spinner_1 {
    position: absolute;
    z-index: 1;
    display: block;
    border: unset;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    flex: 0 0 16px;
    box-shadow: inset 1px 0 0 var(--green), -1px 0 0 var(--rolex-green);
    animation: spin 1s infinite linear;
    border-radius: 100%;
    margin: 0;
    transform-origin: center;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 155px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#gform_confirmation_message_1 {
    grid-column: 1 / -1;
    text-align: center;
}
.wrp-thank_msg {
    grid-column: 5 / 9;
}
.thank_msg {
    grid-column: 5 / 9;
    margin: 30px 0 40px 0;
}
.thank_msg p {
    margin: 0;
}

.wrp-thank_cta {
    grid-column: 6 / 8;
    text-align: center;
    margin-bottom: 50px;
}

.thank_img {
    grid-column: 2 / 12;
    position: relative;
}
.thank_img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 56.25%;
}
.thank_img img,
.thank_img picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* ------------------------ */
/* --- Appointment Form --- */
/* ------------------------ */
#formAppointment .container {
    position: relative;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none !important;
}

/* --------------------------- */
/* -- Contact + Appointment -- */
/* --------------------------- */

#gform_confirmation_wrapper_1 p,
#gform_confirmation_wrapper_1 a,
#gform_confirmation_wrapper_1 span,
#gform_confirmation_wrapper_1 label {
	font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
}
.form__group input::-webkit-input-placeholder,
.form__group textarea::-webkit-input-placeholder,
.form__group select::-webkit-input-placeholder {
	font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
}
.form__group input:-ms-input-placeholder,
.form__group textarea:-ms-input-placeholder,
.form__group select:-ms-input-placeholder {
	font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
}
.form__group input:-moz-placeholder,
.form__group textarea:-moz-placeholder,
.form__group select:-moz-placeholder {
	font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
}
.form__group input::-moz-placeholder,
.form__group textarea::-moz-placeholder,
.form__group select::-moz-placeholder {
	font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
}


#field_1_19 {
	grid-column: 1/-1;
    text-align: center;
    margin-bottom: 80px;
}
#field_1_19 h2 {
	margin-bottom: 0 !important;
}

.form_page.hide {
    display: none !important;
}
.wrp-thank_img.hide {
    display: none !important;
}

.wrp-frm {
    grid-column: 4 / 10;
    margin: 0 0 15px 0;
}
.wrp-frm__info {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
}
.wrp-frm__info .g1 {
    grid-column: 1 / 3;
    margin-bottom: 15px;
}
.wrp-frm__info .g2 {
    grid-column: 3 / 5;
    margin-bottom: 15px;
}
.wrp-frm__info .g3 {
    grid-column: 5 / -1;
    margin-bottom: 15px;
}
.wrp-frm__info .g4 {
    grid-column: 1 / -1;
    /* margin-bottom: 5px; */
    margin-bottom: 30px;
}
.wrp-frm__info .g5 {
    grid-column: 1 / -1;
    font-weight: 700;
    color: rgba(69, 44, 30, 0.5);
	text-align: left;
}
.wrp-frm__info .g6 {
    grid-column: 1 / 3;
    margin-bottom: 15px;
}
.wrp-frm__info .g7 {
    grid-column: 3 / -1;
    margin-bottom: 15px;
}
.wrp-frm__info .g8 {
    grid-column: 1 / -1;
	margin-bottom: 15px;
}
.wrp-frm__info .g9 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g10 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g11 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g12 {
    grid-column: 1 / -1;
	margin-top: 12px;
	text-align: left;
}


.form__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    margin-top: 25px;
}
.form__group.g11 {
    margin-top: 40px;
	text-align: left;
}
.form__group.g11 p {
    margin: 0 0 20px 0;
}
.form__group.g11 label,
.form__group.g12 label,
.form__group.g11 label a,
.form__group.g12 label a {
    /* font-size: 14px; */
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 300;
    line-height: 1.6;
}
.form__group.g11 label a {
    text-decoration: unset;
    color: var(--green);
    transition: all 0.3s ease;
}
.form__group.g11 label a:hover {
    color: var(--rolex-green);
}
.form_group.g12 {
	text-align: left;
	padding-bottom: 15px;
}

.form__group label.form__label {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;

    color: var(--brown);
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.3s ease;
}
.form__group.g8 label.form__label,
.form__group.g9 label.form__label,
.form__group.g10 label.form__label {
	top: -8px;
}

.form__control:focus + label.form__label,
input:not([value=""]) ~ label.form_label,
input[data-value]:not([data-value=""]) ~ label.form__label,
select[data-value]:not([data-value=""]) ~ label.form__label {
    top: -1.3rem;
    font-size: clamp(0.875rem, 0.8125rem + 0.1563vw, 1rem);
    line-height: 1.1;
    color: rgba(69, 44, 30, 0.5);
}


.form__group input[type='text'],
.form__group input[type='email'],
.form__group input[type='tel'],
.form__group input[type='date'],
.form__group textarea,
.form__group select {
	width: 100%;
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif !important;
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;

	padding: 5px 0;
	color: var(--black);
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    outline: none;
    background-color: unset;
	border-bottom: 1px solid rgba(69, 44, 30, 0.4);
}
.form__group input[type='text']:focus-visible,
.form__group input[type='email']:focus-visible,
.form__group input[type='tel']:focus-visible,
.form__group textarea:focus-visible,
.form__group select:focus-visible {
	border: unset;
    box-shadow: unset;
	outline: none;
    border-radius: unset;
    border-bottom: 1px solid rgba(69, 44, 30, 0.4);
}
.form__group.require::after {
	content: "*";
	font-size: 1.4rem;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	color: var(--error);
}

.validate_msg {
    display: none;
    color: var(--error);
}
.form__group .validate_msg {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.form__group.g11 .validate_msg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.validate_msg.show,
.form__group.require .validate_msg {
    display: block;
}


.form__group label.error {
	font-size: 0.85rem;
	color: var(--error);
	position: absolute;
    bottom: -20px;
    left: 0;
}
.form__control.error {
	border-bottom: 1px solid var(--error) !important;
    display: block;
}
.form__control.error ~ label.form__label {
	color: var(--error);
}


.form__group input[type="checkbox"],
.form__group input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.checkbox label {
	position: relative;
}
.checkbox label:not(.error):after {
	content: "";
	position: absolute;
	left: 2px;
	top: 11px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
    height: 13px;
	display: none;
    border-right: 2px solid var(--white);
	border-top: 2px solid var(--white);
}
.checkbox label:not(.error):before {
	content: "";
	display: inline-block;
	width: 18px;
    height: 18px;
	margin-right: 10px;
    border-radius: 50%;
	vertical-align: -3px;
	border: 1px solid var(--green);
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.checkbox input:checked ~ label:before {
	background-color: var(--green);
}
.checkbox input:not([disabled]):checked + label:after {
	display: block;
	width: 6px;
    height: 13px;
	border-color: var(--white);
    -moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
}
.checkbox input:disabled + label {
	background-color: var(--grey);
}
.checkbox input:disabled + label:before {
	background-color: var(--grey);
}
.checkbox input:disabled:checked + label:after {
	background-color: var(--grey);
	display: block;
}

@-moz-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

@keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

.form_captcha {
	margin: 20px 0 40px 0;
}
.form_captcha .rlx-retailer-contact__row {
	text-align: left;
}
.form_captcha .error {
	color: var(--error);
}


/* ------------------------ */
/* ----- Woocommerce ------ */
/* ------------------------ */
.woocommerce-breadcrumb {
    display: none;
}

.wrp-product_info {
    height: 100%;
    min-height: 90vh;
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
    "a a a c b b b b"
    "a a a c b b b b"
    "a a a c b b b b";
    align-items: center;

    position: relative;
    overflow: hidden;
}

.product-info__detail {
    /* grid-column: 1 / 4; */
    grid-area: a;
}
#trade-desc h1,
#trade-desc .rlx-replace-h1 {
    display: flex;
    flex-direction: column;
    color: var(--brown);
}
#trade-desc h1 .subtitle,
#trade-desc .rlx-replace-h1 .subtitle {
    /* font-size: 24px; */
    font-size: clamp(1.313rem, 0.938rem + 0.469vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
#trade-desc h1 .model-name,
#trade-desc .rlx-replace-h1 .model-name {
    /* font-size: 50px; */
    font-size: clamp(1.875rem, 1.25rem + 1.5625vw, 3.125rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
#trade-desc h1 .model-desc,
#trade-desc .rlx-replace-h1 .model-desc {
    color: var(--black);
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
}
#trade-desc h1 .model-desc:last-child,
#trade-desc .rlx-replace-h1 .model-desc:last-child {
    margin-bottom: 10px;
}
#trade-desc .price {
    color: var(--black);
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 10px 0;

    display: flex;
    flex-direction: row;
    align-items: center;
}
#trade-desc .price .price-info {
    width: 15px;
    height: 15px;
    display: block;
    margin-left: 10px;
    background-image: url('../img/information-black-icon.svg');
    transition: ease-in-out .5s all;
    cursor: pointer;
}
#trade-desc .price .price-info:hover {
    background-image: url('../img/information-green-icon.svg');
}



.product-info__image {
    /* grid-column: 5 / 9; */
    grid-area: b;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.woocommerce-product-gallery {
    width: 100% !important;
}
.woocommerce-product-gallery__wrapper {
    width: 100%;
}
.woocommerce-product-gallery__wrapper a {
    width: 100%;
    position: relative;
    display: block;
    pointer-events: none;
}
.woocommerce-product-gallery__wrapper a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 147.50%;
}
.woocommerce-product-gallery__wrapper a img,
.woocommerce-product-gallery__wrapper a picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
    pointer-events: none;
}


.wrp-product_spec {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}
.product_spec {
    grid-column: 1 / 8;
}
ul.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;

    gap: calc(14.28571% + 16px);

    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 40px;
}
ul.spec-list  li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-bottom: 20px;
    break-inside: avoid;
}
ul.spec-list  li p {
    margin: 0;
}
.product_spec hr {
    width: 100%;
    height: 1px;
    background-color: rgba(69, 44, 30, 0.2);
    margin-bottom: 40px;
}
.icon.download {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 10px;
    background: url('../img/download-green-icon.svg');
    transition: ease-in-out .3s all;
}
a:hover .icon.download {
    background: url('../img/download-back-icon.svg');
}
/** New 2025 **/
.icon.download.white,
a:hover .icon.download.white {
    background: url('../img/download-white-icon.svg');

}

.product_spec_img {
    grid-column: 8 / -1;
    position: relative;
}
.product_spec_img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 112.50%;
}
.product_spec_img img,
.product_spec_img picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    display: block;
}
.woocommerce img,
.woocommerce-page img {
    height: 100% !important;
    max-width: unset !important;
}

.wrp-availability {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    padding: 100px 0 0 0;
}
.wrp-crown-model {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.crown-model {
    width: 60px;
    height: 60px;
    position: relative;
}
.crown-model::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 100%;
}
.crown-model img,
.crown-model picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    display: block;
}

.availability {
    grid-column: 4 / 10;
}
.availability .wrap-content {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
}
.availability .wrap-content .wrp-content__detail,
.availability .wrap-content .wrp-img__content.s-size {
    grid-column: 1 / -1;
    margin-bottom: 0;
}
.product-contactus__toggle {
    border-top: 1px solid rgba(69, 44, 30, 0.2);
    margin-top: 20px;
}
.product-contact-accordion {
    width: 100%;
    border-top: unset;
    border-bottom: 1px solid rgba(69, 44, 30, 0.2);
}
.contact-accordion-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    transition: ease 0.4s;
}
.contact-accordion-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;

    cursor: pointer;
    user-select: none;
    position: relative;
    transition: ease 0.4s;
    
}
.contact-accordion-content {
    height: 0;
    overflow: hidden;
}
.contact-accordion-content:first-child {
    height: auto;
    overflow: hidden;
}
.contact-accordion-content.expanded {
    height: auto;
}
.contact-accordion-content__wrapper {
    height: 100%;
}
.contact-accordion-content__wrapper,
.contact-accordion-content__wrapper #gform_wrapper_1 select, 
.contact-accordion-content__wrapper #gform_wrapper_1 select:focus-visible {
    background-color: var(--white);
}
.contact-accordion-content__wrapper > p {
    text-align: center;
    margin: 0;
}
.contact-accordion-content__wrapper #field_1_4 textarea, 
.contact-accordion-content__wrapper #field_1_4 textarea:focus, 
.contact-accordion-content__wrapper #field_1_4 textarea:focus-visible {
    background-color: var(--light-beige);
}
.contact-accordion-content #cover-page > img {
    height: auto !important;
    max-width: 100% !important;
}
.contact-accordion-content__wrapper  #field_1_20 {
    position: absolute;
    top: 5vh;
    left: 5vh;
}
#formAppointment {
    position: relative;
}

/* ------------------------ */
/* ------ Watch Grid ------ */
/* ------------------------ */
.wrp-watches {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
}
.watches-headline {
    grid-column: 4 / 10;
    text-align: center;
    margin-bottom: 50px;
}

.watches-grid {
    grid-column: 2 / 12;
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 8px;
}
.watches-grid li {
    width: calc((95% - 16px) / 3);
    background-color: var(--beige);
}
.watches-grid li a {
    /* display: block; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5%;
    height: 100%;
    text-decoration: unset;
    cursor: pointer;
}
.watches-grid li a .watch-image {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.watches-grid li a .watch-image::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 147.50%;
}
.watches-grid li a .watch-image img,
.watches-grid li a .watch-image picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    display: block;
}

.watch-desc {
    width: 100%;
    padding: 0 50px 50px 50px;
}
.watch-desc h3 {
    display: flex;
    flex-direction: column;
}

/* ------------------------ */
/* --- Watch Model CTA ---- */
/* ------------------------ */

ul.model-cta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: calc(14.28571% + 16px);
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 40px;
}
ul.model-cta-list li {
    text-align: left;
    margin-bottom: 0;
    break-inside: avoid;
}
ul.model-cta-list li.bottom {
    margin-bottom: 10px;
}
ul.model-cta-list li a, 
ul.model-cta-list li a:visited, 
ul.model-cta-list li a:focus, 
ul.model-cta-list li a:focus-visible  {
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    line-height: 1.6;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;

    text-decoration: unset;
    color: var(--brown);
    transition: all ease 0.3s;
}
ul.model-cta-list li a:hover {
    color: var(--green);
}

ul.model-cta-list li a .tertiary-cta {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    margin-right: 0;
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin.tertiary-cta::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    transition: all ease 0.3s;
    background-repeat: no-repeat;
    background-image: url('../img/pin-brown-new.svg');
}
ul.model-cta-list li a:hover .pin.tertiary-cta::after {
    /* content: "";
    width: 18px;
    height: 18px; */
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/pin-green-new.svg');
}

.wrap__model-cta hr {
    width: 100%;
    height: 1px;
    background-color: rgba(69, 44, 30, 0.2);
    margin: 0 0 15px 0;
}

.price-info {
    width: 15px;
    height: 15px;
    display: block;
    margin-left: 10px;
    background-image: url(../img/information-green-icon.svg);
    transition: ease-in-out .3s all;
    cursor: pointer;
}
.cta-second-txt-green:hover .price-info {
    background-image: url(../img/information-black-icon.svg);
    transition: ease-in-out .3s all;
    cursor: pointer;
}

/**********************/
/** New Watches 2025 **/
/**********************/
ul.model-cta-list li a .tertiary-cta {
    background-color: var(--white) !important;
}
.wrp-product_gallery {
    width: 100%;
    position: relative;
    display: block;
}
.gallery-list {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);

    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery-list li {
    grid-column: auto / span 3;
}
.gallery-list li a {
    display: block;
    position: relative;
}
.gallery-list li a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 100%;
}
.gallery-list li a img,
.gallery-list li a picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

/* ------------------------ */
/* ----- Watch Image ------ */
/* ------------------------ */
.wrp-product_infos.new-layout {
    grid-template-areas: unset;
    min-height: 90vh;
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}
.wrp-product_infos .product-info__detail {
    grid-column: 1 / 4;
}
.wrp-product_infos .product-info__detail #trade-desc {
    width: 110%;
}
.wrp-product_infos .product-info__image {
    grid-column: 5 / 9;
}
.wrp-product_infos .product-info__image .woocommerce-product-gallery {
    position: relative;
    width: 110% !important;
    margin-left: -5%;
    overflow: hidden;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset;
}
.productMobileSwiper {
    width: 100%;
    position: relative;
}
.productMobileSwiper ul.swiper-wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

/* ------------------------ */
/* --------- Vbox --------- */
/* ------------------------ */
.vbox-container {
    width: calc(100vw - 16vw);
    margin: 0 auto;
    overflow-y: hidden;
}
.vbox-backdrop {
    background-color: var(--beige) !important;
}
.vbox-content {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    padding: 0;
}
.vbox-child {
    grid-column: 4 / 10;
    position: relative;
    box-shadow: unset;
}
.vbox-child::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 100%;
}
.vbox-child img,
.vbox-child picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.vbox-next,
.vbox-prev,
.vbox-close {
    width: 44px;
    height: 44px;
    background-color: var(--grey);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vbox-next {
    right: 26%;
}
.vbox-prev {
    left: 26%;
}
.vbox-next::after,
.vbox-prev::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url('../img/arrow-back-button.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vbox-prev::after {
    transform: rotate(180deg);
}
.vbox-next span,
.vbox-prev span {
    display: none;
}

.vbox-close {
    top: 36px;
    right: 36px;
}
.vbox-close::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../img/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vbox-close svg,
.vbox-left-corner {
    display: none;
}

.venobox-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    background-color: unset;
}
.pagination-dot {
    width: 20px;
    height: 4px;
    background-color: var(--grey);
    border-radius: 5px;
    transition: all .3s ease-out;
}
.pagination-dot.active {
    width: 50px;
    background-color: var(--green);
}
.sk-flow-dot {
    background-color: var(--green);
}

/* ------------------------ */
/* ------ Guarantee ------- */
/* ------------------------ */
.rlx-wrap-grid {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
}

.guarantee-card {
    grid-column: 1 / 7;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.guarantee-card__wrp {
    width: 100%;
    position: relative;
    display: block;
}
.guarantee-card__wrp::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 66.67%;
}
.guarantee-card__wrp img,
.guarantee-card__wrp picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}


.guarantee-acc {
    grid-column: 8 / -1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.guarantee__toggle {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(69, 44, 30, 0.2);
}
.guarantee.accordion-group {
    width: 100%;
    border-bottom: 1px solid rgba(69, 44, 30, 0.2);
}
.guarantee.accordion-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: ease 0.4s;
}
.guarantee.accordion-content {
    height: 0;
    overflow: hidden;
}
.guarantee .accordion-icon {
    display: inline-block;
}
.guarantee-content__wrp {
    width: 100%;
    padding-bottom: 30px;
}

.product_spec.new-layout {
    grid-column: 2 / 12;
    padding: 10vh 0;
}
.product_spec.new-layout ul.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 60px;
    column-gap: 8px;
}
.product_spec.new-layout ul.spec-list li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-bottom: 20px;
    break-inside: avoid;
    max-width: 90%;
}
.rlx-custom-boutique-title {
    display: flex;
    flex-direction: column;
}
.rlx-custom-boutique-title.legend16-b {
    display: block;
}
.rlx-custom-h1 {
    display: none !important;
}