.hstyle1,
.hstyle2 {
  margin: 24px 0 16px;
}
.heading-margin {
  margin-top: clamp(48px, 12vw, 185px) !important;
}
.categories-margin {
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
}
@media (width < 1300px) {
  .heading-margin {
    margin-top: clamp(48px, 8vw, 130px) !important;
  }
}
@media (width < 1200px) {
  .heading-margin {
    margin-top: clamp(48px, 6vw, 84px) !important;
  }
}

@media (max-width: 960px) {
  .hstyle1 {
    font-size: 32px !important;
  }
  .hstyle2 {
    font-size: 26px !important;
  }
  .heading-margin {
    margin-top:48px;
  }
  .grid--mobile {
    grid-template-columns: 1fr 1fr !important;
  }
  .page-title--first-block {
    margin-top: 0px;
  }
  .categories-margin {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 578px) {
  .grid--mobile {
    gap: 1rem !important;
  }
  .tstyle2 {
    overflow-wrap: anywhere;
  }
}

.block-type-videogallery {
  margin: 4rem 0 clamp(2rem, 3.4vw, 3rem) 0 !important;
}
.block-type-gallery {
  margin: 0 0 4rem 0 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.discounted_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c71d31;
  color: white;
  box-shadow: 0 0 1px 1px #0000001a;
  font-size: 13px;
  font-weight: 500;
  z-index: 3;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discounted_icon-nav {
  margin: 0 0.5rem;
}

a.nav-link.on-sale-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

a.nav-link.on-sale-link .on-sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c71d31;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 0 1px 1px #0000001a;
}

.omega-logo {
  width: 94px;
  height: 68px;
  padding-right: 1rem;
}

.omega-logo.mobile-hide {
  width: auto;
  height: 50px;
  padding: 0;
  transform: none;
}

/* === Unified navbar group (Phase 1: structural only).
   Progressive priority-based hiding will be driven by JS+ResizeObserver
   in Phase 2; data-priority attributes on .nav-list > li are placeholders. */

/* Keep all navbar sections on a single row; .nav-list shrinks via min-width:0. */
nav.container-nav {
  flex-wrap: nowrap;
  align-items: center;
}

.nav-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  /* No flex-grow so .nav-list sits at its content width — the spare row
     space is absorbed by `margin-left:auto` on .nav-right-persistent.
     Without this, .nav-list would grow to fill the row and its right edge
     would sit far past the last visible item. */
  flex: 0 1 auto;
  min-width: 0;
  /* Typography inherited from former .nav-center wrapper */
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 1px !important;
  color: #222;
}

.nav-list > li {
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Compact horizontal padding on the link itself (originally 0 0.5rem). */
.nav-list a.nav-link {
  margin: 0 0.25rem;
}

.nav-list .dropdown-content:not(:has(li)) {
  display: none;
}

/* "Watches" text vs. magnifying-glass icon swap. The icon only appears when
   the nav-list has collapsed to its single most-important item — see the
   --minimal modifier toggled by navbar-collapse.js. */
.nav-link__icon { display: none; align-items: center; }
.nav-list--minimal .nav-link__text { display: none; }
.nav-list--minimal .nav-link__icon { display: inline-flex; margin-top: 2px; }
/* Pull the link in tighter so the icon doesn't carry the wide letter-spacing
   inherited from .nav-list typography. */
.nav-list--minimal .nav-link {
  padding: 0;
  margin: 0;
  letter-spacing: 0 !important;
}
/* In lupa mode the icon is just a shortcut to /search — no underline
   animation, no Gold/Steel/Two-Tone dropdown. */
.nav-list--minimal .nav-link::before { display: none; }
.nav-list--minimal .dropdown-content { display: none !important; }

/* Minimal-mode layout: distribute the 6 remaining visual elements (SwissOnly
   logo, magnifying glass, since2012, EU flag, Omega, burger) evenly across
   the FULL navbar width with equal gaps between them. Flatten every wrapping
   container via `display: contents` so all 6 become direct flex siblings of
   <nav>; then `justify-content: space-between` handles the distribution. */
nav.container-nav:has(.nav-list--minimal) {
  justify-content: space-between;
  gap: 0;
}
nav.container-nav:has(.nav-list--minimal) .nav-left,
nav.container-nav:has(.nav-list--minimal) .nav-list,
nav.container-nav:has(.nav-list--minimal) .nav-right-persistent {
  display: contents;
}

/* With .nav-list flattened, ALL its <li>s become direct flex siblings of
   <nav>. The search and favourites <li>s have their inner <a> hidden via
   CSS but the <li>s themselves are still 0-width flex items — and
   `space-between` would still allocate gap to them, opening a large hole
   between the magnifying glass and "since 2012". Hide every <li> except
   the most-important one (Watches) so only it participates in the row. */
.nav-list--minimal > li:not([data-priority="1"]) {
  display: none;
}
nav.container-nav:has(.nav-list--minimal) #burgerBtn {
  /* Drop out of `position:absolute; right:0` so the burger participates in
     the flex row with the rest of the cluster. `relative` (not `static`!)
     keeps #burgerBtn as the containing block for its ::before / ::after
     pseudo-elements, which draw the lower two bars of the hamburger icon —
     otherwise they snap to the nearest positioned ancestor (<nav>) and the
     burger "falls apart" across the row. */
  position: relative;
  right: auto;
}

/* ── "More ▾" overflow menu (driven by navbar-collapse.js) ─────────────── */
.more-wrapper {
  position: relative;
  list-style: none;
}
.more-wrapper[hidden] { display: none !important; }

.more-btn {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  padding: 0.7rem 0.25rem;
  margin: 0 0.25rem;
}

.more-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 25px 40px -8px rgba(91, 91, 91, 0.18);
  min-width: 200px;
  z-index: 100;
  display: none;
}
.more-wrapper.open .more-menu { display: block; }

.more-menu > li { margin: 0; padding: 0; }
.more-menu a,
.more-menu .nav-link {
  display: block;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
}
.more-menu a:hover,
.more-menu .nav-link:hover { background: #f5f5f5; }
/* a.nav-link::before underline animation collides inside the dropdown. */
.more-menu .nav-link::before { display: none; }

.nav-right-persistent {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin-left: auto;
  gap: 0.5rem;
}

/* Olena WhatsApp lives as a flex sibling between .nav-list and
   .nav-right-persistent. Auto margins on both sides absorb the spare space
   evenly, centering Olena between the nav-list end and the persistent
   cluster. When this element is present, override .nav-right-persistent's
   margin-left:auto to 0 so the autos here own the spacing — otherwise
   three competing autos would shift Olena 1/3 of the way instead of 1/2. */
/* Olena lives as a flex sibling between .nav-list and .nav-right-persistent.
   `margin-inline:auto` gives her auto margins on both sides — together with
   .nav-right-persistent's existing `margin-left:auto`, three auto values
   split the spare space evenly, placing Olena roughly between nav-list and
   the persistent cluster. When Olena disappears (JS overflow hide or media
   query at narrow widths), only persistent's auto remains, so it cleanly
   reclaims the right edge — no JS coordination needed. */
.nav-whatsapp-center {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-inline: auto;
  /* Olena used to live inside .nav-list and inherit its typography. Now that
     she's a flex sibling of .nav-list, restore the same font so she matches
     the rest of the navbar instead of falling back to body defaults. */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222;
}

/* Breathing room on the outer ends of the navbar — extra space after the
   SwissOnly logo and before the Omega badge. Kept down to 1024px because at
   that range the navbar still has room to spare; below 1024 the JS collapse
   starts actively hiding items, so the decorative 1em would cost us a
   visible menu entry. */
@media (min-width: 1024px) {
  .nav-left { margin-right: 1em; }
  .nav-right-persistent .omega-logo { margin-left: 1em; }
}

/* Override default .omega-logo (94×68, padding-right:1rem) inside the navbar
   so it visually matches the SwissOnly logo: same height, no extra padding,
   shrinks together on narrow viewports. `display: block` kills the inline
   baseline gap that otherwise made the wrapping <a> taller than the image
   and pushed Omega up inside it. */
.nav-right-persistent .omega-logo {
  display: block;
  width: auto;
  height: 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .nav-right-persistent .omega-logo { height: 36px; }
}

@media screen and (max-width: 767px) {
  #burgerBtn { display: block !important; }
  #nav { display: block !important; }
  /* nav-list stays visible — JS keeps high-priority items (Watches first)
     inline as long as they fit; overflow goes to "More ▾" automatically. */
  /* Take the burger out of `position:absolute; right:0` so it joins
     .nav-right-persistent's flex row as a normal item, with the same 0.5rem
     gap as since/EU/Omega. `relative` (not `static`) keeps it as the
     containing block for the ::before/::after pseudo-elements that draw the
     hamburger bars. */
  .nav-right-persistent #burgerBtn {
    position: relative;
    right: auto;
  }
}


.omega-logo.desktop-hide {
  display: none;
}

@media (max-width: 768px) {
  .omega-logo.mobile-hide { height: 36px; }
}

.discounted_icon.banner {
  display: none;
  position: absolute;
  top: 8px;
  left: 1.25rem;
  width: 52px;
  height: 52px;
  font-size: 24px;
}

.discounted__card {
  position: absolute;
  top: 0;
  right: 0;
}

.discounted__item {
  position: absolute;
  top: 8px;
  right: 8px;
}

.discounted__product {
  position: absolute;
  z-index: 100;
  top: 8px;
  right: 8px;
  width: 52px;
  height: 52px;
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .discounted__product {
    width: 32px;
    height: 32px;
    right: initial;
    left: 8px;
    font-size: 13px;
  }
}

.discounted_icon:not(.banner) .discounted_text {
  margin-top: 1px;
}

@media screen and (max-width: 1365px) {
  .discounted_icon.banner {
    display: flex;
  }
}
.discounted_icon.pulse {
  animation: pulse-animation 0.7s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(199, 29, 49, 1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.nav-right .whatsapp-header {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 1px;
  color: #222222;
}

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

.whatsapp-header .whatsapp-icon {
  background-image: url("/assets/icons/whatsapp2.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 14px;
}

div.sticky.whatsapp-icon {
  position: -ms-device-fixed;
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 35px;
  transition: background-color 0.2s ease-in-out;
}

div.sticky.whatsapp-icon:hover {
  background: #27d045;
  .whatsapp-icon__hover {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    max-width: 450px;
  }
}

div.sticky.whatsapp-icon .whatsapp-icon__hover {
  max-width: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  border-radius: 35px;
  gap: 15px;
  transform: translateX(-100%);
  visibility: hidden;
  font-weight: 500;
  white-space: nowrap;
  width: fit-content;
  color: white;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
     max-width 0.3s ease-in-out;
  @media screen and (max-width: 960px) {
    display: none;
  }
}

div.sticky.whatsapp-icon .whatsapp-icon__hover img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid white;
}

div.sticky.whatsapp-icon .whatsapp-icon__hover .img-wrap {
  width: 70px;
  height: 70px;
}

div.sticky.whatsapp-icon .whatsapp-icon__icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-image: url("/assets/icons/whatsapp.svg");
  z-index: 2;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  div.sticky.whatsapp-icon {
    width: 50px;
    height: 50px;
  }
  div.sticky.whatsapp-icon .whatsapp-icon__icon {
    width: 50px;
    height: 50px;
    background-size: contain;
  }
}

#openuserway-desktop {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 30px;
  left: -50px;
}

#openuserway-desktop svg {
  width: 40px;
  height: 40px;
}

#openuserway-desktop:hover {
  cursor: pointer;
  opacity: 0.85;
}

@media screen and (max-width: 1365px) {
  #openuserway-desktop {
    display: none;
  }
}

.marker .marker-inside {
  display: none;
  transition: all 0.2s ease-in-out !important;
}
.marker:hover .marker-inside {
  display: inline;
}

.reviews.people .grid li {
}

.share-button {
  display: flex;
  flex: 1;
}

.rolex-tradein .block-type-features .column:first-child .hstyle3::after {
  content: "";
  top: 6px;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("../ic/hand-pointer.png") no-repeat right bottom;
  background-size: 28px;
}

.categories-padding {
  padding-right: 3rem;
  padding-left: 3rem;
}

.custom-category-grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(3, minmax(188px, 188px));
  margin-bottom: 3rem !important;
}

.custom-category-grid-element {
  flex-basis: 8%;
  flex-grow: 0.3;
}

.custom-category-grid {
  border-bottom: thin solid lightgray;
  padding-bottom: 3rem;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 60rem) {
  .rolex-tradein .block-type-features .column:first-child .hstyle3::after {
    transform: rotate(90deg);
    width: 42px;
    height: 36px;
  }

  .custom-categories-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .categories-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .custom-category-grid-element {
    flex-basis: 48%;
    flex-grow: 0.01;
  }

  .custom-category-grid-element:nth-child(odd):not(:last-child) {
    margin-right: 0.3rem;
  }

  /* .custom-category-grid-element:nth-child(even):not(:last-child) {
    margin-left: 0.3rem;
  } */

  .custom-category-grid-element:nth-last-child(n + 2) {
    margin-bottom: 1rem;
  }

  .custom-category-grid {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 40rem) {
  .custom-category-grid {
    grid-template-columns: repeat(auto-fit, minmax(188px, 188px));
    gap: 1rem;
    grid-template-rows: auto 1fr;
  }

  .custom-category-grid-element:nth-child(3) {
    grid-column: 1 / span 2;
    max-width: 188px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 441px) {
  .custom-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-category-grid-element:nth-child(3) {
    max-width: 47.5%;
  }
}

#resultRolexYearBySerial {
}

.formfield__container[data-id="files"] {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.formfield__container[data-id="files"] .formblock_field__content {
  justify-content: center;
}

.formfield__container[data-id="files"] label {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#label-c79c0789-313f-4eb0-9df0-5a8f08ef6f48 {
  background: url("../ic/watch-front.png") no-repeat right 10px center;
  background-size: 28px;
}

#label-6c989aaa-16eb-4faf-9919-e7b933e63784 {
  background: url("../ic/watch-back.png") no-repeat right 10px center;
  background-size: 28px;
}
#label-9d098cfa-ecf6-4cb4-b78a-211d96b99c2c {
  background: url("../ic/watch-side.png") no-repeat right 10px center;
  background-size: 32px;
}

#label-b6c52fb2-d1da-4dc0-b289-69b17ed2c500 {
  background: url("../ic/watch-box-papers.png") no-repeat right 10px center;
  background-size: 36px;
}

.rating {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0 0 1rem;
}

.rating input {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.rating label {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-image: url("../ic/stars.svg");
  background-repeat: no-repeat;
  background-position: -36px 0;
  background-size: 108px 36px;
  cursor: pointer;
}

.rating > label:has(~ input:checked),
.rating input:checked + label {
  background-position: 0 0;
}

.rating:has(label:hover) label {
  background-position: -36px 0;
}
.rating > label:hover,
.rating > label:has(~ label:hover) {
  background-position: 0 0;
}

.rating input:focus-visible + label {
  outline: 2px solid #00aa86;
  outline-offset: 2px;
}

.stars-1 {
  width: 20px !important;
}
.stars-2 {
  width: 40px !important;
}
.stars-3 {
  width: 60px !important;
}
.stars-4 {
  width: 80px !important;
}
.stars-5 {
  width: 100px !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

.buyer-protection {
  padding: 24px;
  background-color: #f3f3f4;
  cursor: pointer;
  display: flex;
  gap: 25px;
  border-radius: 4px;
  flex-direction: column;
}

.buyer-protection h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26.4px;
}

.buyer-protection__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  text-align: right;
  color: #000000;
  margin-top: 7px;
}

.buyer-protection__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.buyer-protection__item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.buyer-protection__item:hover .buyer-protection__icon {
  transform: scale(1.023) perspective(1000px);
}

.buyer-protection__icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  transition: filter 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.buyer-protection__text {
  color: #393939;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  margin: 0;
  height: 26px;
  overflow: hidden;
  text-wrap: balance;
  hyphens: none;
}

.buyer-protection__mobile {
  display: none !important;
  width: 100%;
  margin-top: 12px !important;
  align-items: center;
  gap: 12px;
}
.buyer-protection__mobile img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1220px) {
  .buyer-protection__list {
    gap: 25px;
  }
}
.product-button__link--mobile {
  display: none;
}
@media screen and (max-width: 959px) {
  .product-button__link--mobile {
    display: inline;
  }
  .product-button__link--desktop {
    display: none;
  }
  .buyer-protection {
    display: none;
  }
  .buyer-protection__mobile {
    display: inline-flex !important;
  }
}

.incl-gray {
  background: var(--colorLightGray);
  border-radius: 6px;
  padding: 0.25rem 1rem 1.25rem 1.5rem;
}

.bg-shield-user {
  background: var(--colorLightGray) url("../ic/shield-user.svg") no-repeat 95% 20%;
  background-size: 10%;
}

/* COMPONENTS */
@import "components/cart.css";

.filter label {
  transition: all 0.2s ease-in-out !important;
}
.filter label:hover {
  cursor: pointer;
  background: #f2f2f2;
  color: #000;
}
.filter label.selected-filter {
  background: var(--colorPrimary);
}
.filter label.selected-filter:hover {
  background: var(--colorPrimary);
}
.filter-discounted.filter label.selected-filter {
  background: #c71d31;
}
.filter-discounted.filter label.selected-filter:hover {
  background: #c71d31;
}

.sort input {
  display: none;
}

.sort label {
  transition: all 0.2s ease-in-out !important;
}
.sort label:hover {
  cursor: pointer;
  background: #f2f2f2;
  color: #000;
}
.sort label.selected-sort {
  background: var(--colorPrimary);
  color: #fff;
}
.sort label.selected-sort:hover {
  background: #b69545;
}

.filter label.selected-filter span {
  color: #fff;
}

.filters input {
  display: none;
}

.filter label.filter-type:hover {
  cursor: default;
}

.nav-right.hide-mobile a.social-top {
  padding: 0.25rem;
}

.product-features ul.grid-inner {
  padding: 0.375rem 0;
  border-bottom: 1px dotted #ddd;
}

.product-features ul.grid-inner > li:first-child {
  font-weight: 500;
}

.ck-content {
  width: 100%;
  max-width: 100% !important;
  overflow-x: scroll;
}

@media screen and (max-width: 60rem) {
  .ck-content figure.table {
    overflow-x: scroll;
    max-width: 90vw;
    overflow-y: scroll;
    position: relative;
    display: block;
  }
}
.ck-content table {
  border-collapse: collapse;
  margin: 1rem 0;
}
.ck-content table td {
  border: 1px solid #ddd !important;
  padding: 4px 7px !important;
}

.change-quantity input {
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid var(--colorWhite) !important;
  box-sizing: border-box;
}
.change-quantity input.minus,
.change-quantity input.plus {
  background: var(--colorLightGray) !important;
}

/* Chrome, Safari, Edge, Opera */
.change-quantity input::-webkit-outer-spin-button,
.change-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.change-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.block-type-menuaccents a:hover {
  color: var(--colorPrimary) !important;
}

.equal-columns {
  display: grid;
  grid-auto-flow: column;
  flex-wrap: nowrap;
}

.equal-columns > div {
  width: 33.33%;
}

@media screen and (max-width: 60rem) {
  .equal-columns > div {
    width: 50%;
  }
}

.download-pdf img {
  float: left !important;
  width: 32px !important;
  height: 32px !important;
  padding-right: 0.75rem;
}
.download-pdf h3 {
  padding-top: 0.35rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-grey {
  color: var(--colorDarkGray) !important;
}
.small {
  font-size: 85%;
}

.pdf {
  color: #d13d3d;
}

.doc,
.docx {
  color: #00a4d6;
}

.xls,
.xlsx {
  color: #01ae1d;
}

img.pdf {
  filter: invert(32%) sepia(72%) saturate(2987%) hue-rotate(342deg) brightness(86%) contrast(86%);
}
img.doc,
img.docx {
  filter: invert(39%) sepia(96%) saturate(786%) hue-rotate(158deg) brightness(102%) contrast(101%);
}

img.xls,
img.xlsx {
  filter: invert(39%) sepia(96%) saturate(786%) hue-rotate(90deg) brightness(102%) contrast(101%);
}

.sidabar-menu-top li a {
  background: #eee;
}

.sidebar-menu li a.active-trail:hover {
  background: var(--colorPrimary) !important;
}

.sidebar-menu li a.active:hover,
.sidebar-menu-top li a.active.background-products-menu:hover {
  background: var(--colorPrimary) !important;
}

.sidebar-menu li li a:hover,
.sidebar-menu-top li li a:hover {
  color: #000;
}
.sidebar-menu li li a.active,
.sidebar-menu li li a.active:hover {
  background: #f2f2f2 !important;
  color: var(--colorPrimary);
}
.sidebar-menu li a:hover,
.sidabar-menu-top li a:hover {
  background: #f2f2f2;
}

.background-products-menu,
.background-products-menu.active-trail.active:hover {
  background: var(--colorPrimary) !important;
}
.background-products-menu.active-trail:hover {
  background: var(--colorPrimary) !important;
  opacity: 0.9;
}

.accordion-wrapper {
  margin-bottom: 2rem;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: var(--color-dark);
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem 0.75rem 36px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.15s;
  background: url(../ic/plus-circle.svg) no-repeat left center;
  background-size: 24px;
  transition: all 0.3s ease-in-out !important;
}

.accordion.active {
  background: url(../ic/minus-circle.svg) no-repeat left center;
  background-size: 24px;
}
.accordion.active h2,
.accordion:hover h2 {
  color: var(--colorPrimary);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-wrapper .active,
.accordion:hover {
  background-color: var(--color-grey);
  color: var(--color-white);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 1rem 0 36px;
  margin: 0.25rem 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel-inner {
  margin: 0rem 0rem 1rem 0;
}

.carousel-cell {
  width: 100%;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 80px;
}

.slide-inner {
  transition: all 0.2s ease-in-out !important;
  width: 100%;
}

.carousel-cell * {
  opacity: 1 !important;
}

.carousel-cell figure {
  width: 100%;
  height: 100%;
}

.carousel-cell img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.main-carousel .carousel-cell img {
  display: block;
  padding: 0;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}

.flickity-slider {
}

.carousel-nav .carousel-cell {
  margin: 0.5rem 0.25rem 0 0.25rem;
}

@media screen and (min-width: 60rem) {
  .carousel-cell .column .flex-wrap {
    min-height: 620px;
  }
}

.carousel-cell .column .flex-wrap {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.carousel-cell .column .flex-wrap .flex-inner {
  width: auto;
}

.flickity-viewport {
  transition: height 0.2s; /* For adaptive height */
}

.one-slide .flickity-button,
.one-slide .flickity-page-dots {
  display: none;
}

.flickity-page-dots .dot.is-selected {
  background: var(--colorPrimary);
}

.flickity-button {
  background: hsla(0, 0%, 100%, 0) !important;
  color: var(--colorLightBlack) !important;
  z-index: 1;
}
.flickity-button:hover {
  color: var(--colorPrimary) !important;
}

.block-type-slides .text li {
  background: url("../ic/circle.svg") no-repeat 0 5px;
  background-size: 14px;
  padding-left: 28px;
}

.flickity-page-dots {
  bottom: 10px !important;
}

.text-white {
  color: white !important;
}
.text-black {
  color: black !important;
}

a.edit-page-content {
  background: url(../images/ic-content.svg) center center no-repeat color(srgb 1 1 1 / 0.6);
  background-size: 20px;
  height: 36px !important;
  width: 36px !important;
  display: block;
  padding: 0px 5px;
  opacity: 0.4;
  position: fixed;
  z-index: 11000;
}

a.edit-page-content.edit-site {
  top: 37px;
  background: url(../ic/home.svg) center center no-repeat color(srgb 1 1 1 / 0.6);
  background-size: 20px;
  height: 36px !important;
  width: 36px !important;
  opacity: 0.4;
  z-index: 11000;
}

a.edit-page-content:hover {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
}

.table-of-contents {
  margin-top: 4rem;
}

.table-of-contents h2 {
  font-size: 1.25rem;
  font-weight: 400 !important;
  margin: 2rem 0 0.5rem 0 !important;
  padding-bottom: 1.2rem !important;
}

.table-of-contents h3 {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin: 1.5rem 0 !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}

.download-pdf img {
  float: left !important;
  width: 32px !important;
  height: 32px !important;
  padding-right: 0.75rem;
}
.download-pdf h3 {
  padding-top: 0.35rem;
}

.colorPrimaryBg {
  background: #042070;
}
.colorSecondaryyBg {
  background: #303030;
}
.colorMutedBg {
  background: #f6f6f6;
}

.mobile-gap {
  margin-right: 3rem;
}

.h-xsmall {
  min-height: 22rem !important;
}
.h-small {
  min-height: 24rem !important;
}
.h-medium {
  min-height: 35rem !important;
}
.h-large {
  min-height: 40rem !important;
}
.h-xlarge {
  min-height: 48rem !important;
}
.h-xxlarge {
  min-height: 56rem !important;
}

.transparentMenu .layout-nr-0 .h-small,
.transparentMenu .layout-nr-0 .h-medium,
.transparentMenu .layout-nr-0 .h-large,
.transparentMenu .layout-nr-0 .h-xlarge,
.transparentMenu .layout-nr-0 .h-xxlarge {
  padding-top: 5.25rem;
  padding-bottom: 1rem;
}

.valign-top {
  justify-content: flex-start;
}
.valign-middle {
  justify-content: center;
}
.valign-bottom {
  justify-content: flex-end;
}

.halign-left {
  text-align: left;
}
.halign-center {
  text-align: center !important;
}
.halign-right {
  text-align: right;
}

.flex {
  display: flex;
}
.flex-v {
  flex-direction: column;
}

.flex-h {
  display: flex;
  flex-direction: row;
}

.flex-valign-bottom {
}

.filter-age,
.filter-artists {
  margin-bottom: 1.25rem;
  display: flex;
}
.filter-age label,
.filter-artists label {
  margin-right: 0.5rem;
  background: #eee;
  padding: 0.3rem 0.75rem 0.3rem 0.3rem;
  /* box-shadow: 0 0 5px var(--litepicker-container-months-box-shadow-color); */
  border-radius: 5px;
}
.filter-age label.selected,
.filter-artists label.selected {
  background: var(--color-primary);
  color: #fff;
}

.filter-age label input,
.filter-artists label input {
  margin: 0 0.55rem 0 0.25rem;
}

section.navi.transparentMenu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;

  /* background:   linear-gradient(180deg  ,
                  rgba(0, 0, 0, 0.7)  ,
                  rgba(0, 0, 0, 0.5)  ,
                  rgba(0, 0, 0, 0.0)  ); */
}
section.navi.transparentMenu .mobile-light svg,
section.navi.transparentMenu .mobile-light svg g {
  stroke: #fff;
}

@media screen and (min-width: 60rem) {
  section.navi.transparentMenu.lightMenu svg,
  section.navi.transparentMenu.lightMenu path {
    fill: #fff;
  }
}

section.navi.transparentMenu.lightMenu,
section.navi.transparentMenu.lightMenu a {
  color: #fff;
}

section.navi.transparentMenu.lightMenu .navbar-icons img {
  filter: hue-rotate(90deg) brightness(1000%) grayscale(1000%);
}

html {
  font-family: var(--font-family-sans);
  color: var(--color-text-dark-grey);
  background: var(--color-background);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-header);
}

img {
  width: 100%;
}

.quarter img {
  max-width: 25%;
}
.half img {
  max-width: 50%;
}

@media screen and (min-width: 60rem) {
  .video-half {
    width: 50%;
  }
  .video-twothirds {
    width: 66.66%;
  }
  .video-quarter {
    width: 25%;
  }
  .video-third {
    width: 33.33%;
  }

  .video-center {
    margin: 0 auto;
  }
}

body {
  margin: 0 auto !important;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Floor the page width so the navbar (and the rest of the site) never
     has to render below 375px. Narrower viewports get a horizontal scroll. */
  min-width: 375px;
}

.block-type-map {
  margin-top: 0 !important;
  filter: grayscale(1);
}

blockquote {
  font-size: 1.2rem;
  font-weight: 400;
  color: #555;
  background: url(../ic/quote-99.png) no-repeat;
  background-size: 40px auto;
  padding-top: 60px;
  color: var(--colorLightBlack);
}

blockquote footer {
  border-top: 1px dashed var(--colorGray);
  font-size: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: table;
  font-weight: 500;
  color: var(--colorPrimary);
}

.block-type-list ol {
  list-style-type: symbols();
}

.block-type-list ol li,
.content-body ol li {
  margin-left: 1.5rem;
  list-style: decimal;
}

.block-type-list ul li,
.content-body ul li,
.text-block ul li {
  margin-left: 1.5rem;
  list-style: disc;
}
.content-body ol li,
.text-block ol li {
  margin-left: 1.5rem;
  list-style-type: decimal;
}

.block-type-features strong,
.block-type-text strong {
  color: var(--colorBlack) !important;
}

li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}

nav li a {
  display: inline-block;
}

nav ol.breadcrumb li {
  display: inline;
}

@media screen and (min-width: 1366px) {
  nav li {
    display: inline;
  }
}

nav li li {
  display: block;
}
nav li li a {
  display: block;
  padding: 13px 17px;
  letter-spacing: 0px !important;
  font-size: 0.875rem;
  line-height: 1.15rem;
  font-weight: normal;
  color: #333 !important;
}
nav li li a.active:hover,
nav li li a.active {
  font-weight: 500;
  background: var(--colorPrimary);
  color: white !important;
}

nav li li a:hover {
  background: var(--colorLightGray);
  color: black !important;
  transition: 0.2s ease-in-out;
}

nav li ul {
}

a.nav-link {
  margin: 0 0.5rem;
  text-transform: uppercase;
  padding: 0.7rem 0;
  position: relative;
  border-bottom: 1px solid transparent;
}

a.nav-link:hover::before,
a.nav-link:focus::before {
  right: 0;
}

a.nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}
.lightMenu a.nav-link::before {
  border-bottom: 1px solid #fff;
}

.lightMenu a.nav-link.active {
  border-bottom: 1px solid #fff;
}

a.nav-link.active {
  border-bottom: 1px solid #333;
}

.shadow {
  box-shadow: 0px 25px 40px -8px rgba(91, 91, 91, 0.12) !important;
}

.shadow-2 {
  box-shadow: 0px 25px 40px -8px rgba(91, 91, 91, 0.32) !important;
}

.bg-white {
  background: white;
}

.block-type-collection figure {
  background: #fff;
}

.card .collection-h {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  border-radius: 0px 0px 6px 6px;
  z-index: 100;
  color: #fff !important;
  padding: 13% 7% 7% 7%;
}
.card:hover .collection-h {
  color: #fff !important;
}

.card {
  box-shadow: 0px 18px 40px -8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  display: block;
  /* height: 100%; */
  background: transparent;
  position: relative;
}
.card img {
  border-radius: 6px;
}

.card-bottom {
  padding: 13% 7% 7% 7%;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  /* display: flex; */

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  width: 86%;
  border-radius: 0px 0px 6px 6px;
  font-weight: 400 !important;
}
.card-bottom h2,
.card-bottom h3,
.card-bottom h4 {
  color: #fff;
}

.block-content p {
  margin: 0.5rem 0;
}

.content-body p {
  margin: 0.5rem 0;
}

.hero p {
  margin: 0;
  margin-top: 1rem;
}

.post-date {
  margin: 0.75rem 0 0rem 0;
  font-size: 75%;
  background: var(--colorLightGray);
  display: table;
  padding: 0.1rem 0.5rem;
  border-radius: 10rem;
  font-weight: 500;
  color: var(--colorPrimary);
}

.button {
  border: 1px solid black !important;
  padding: 0.75rem 1rem;
}

button,
.button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

strong,
b {
  font-weight: 600;
}
small {
  font-size: inherit;
  color: var(--color-text-grey);
}

.bg-light {
  background-color: var(--color-light);
}
.color-grey {
  color: var(--color-text-grey);
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 6rem;
}

.introbrands {
  font-style: italic;
  background: color(srgb 0.971 0.971 0.971);
  display: table;
  margin: 0.25rem auto;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0rem 0.6rem;
  font-size: 0.9rem;
}

.italic {
  font-style: italic;
}

.logo {
  cursor: pointer;
  height: auto;
  vertical-align: middle;
}

img.no-abs {
  position: relative !important;
}

.menu {
  display: flex;
}
.menu a {
  padding: 1rem;
  display: block;
}
.menu a[aria-current] {
  text-decoration: underline;
}

.container {
  max-width: 80rem;
  margin: 0 auto !important;
}

.container-fluid {
  padding: 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.transparentMenu .slide-inner .grid {
  padding-top: 3rem;
}

.grid.grid-table {
  grid-gap: 1rem 0;
  padding: 1rem;
}

.grid-header {
  font-weight: 500;
  background: var(--colorLightGray);
}
.grid-footer {
  font-weight: 500;
  background: var(--colorWhite);
  border-top: 1px solid var(--colorGray);
}

.grid.grid-24 {
  --columns: 9 !important;
}

.grid > .column {
  /*   margin-bottom: var(--gutter); */
}

.grid-inner {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

section {
  padding: 0rem 1.25rem;
}

.block-content {
  margin: 4rem 0;
}

@media screen and (max-width: 847px) {
  .block-content {
    margin: 4rem 0;
  }
}

.mbottom-true .block-content {
  margin-bottom: 0 !important;
}

.layout-nr-0 .block-content.block-type-slides,
.layout-nr-0 .block-content.block-type-hero {
  margin-top: 0 !important;
}

section.navi {
  padding: 1.43rem 1.5rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 1365px) {
  section.navi {
    padding: 24px 1rem !important;
  }
}

nav {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

.nav-left {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.nav-center {
  display: contents !important;
}

.nav-rgt,
.nav-top-icon,
.nav-top-icon-top,
.nav-right.nav-right-icons {
  flex-wrap: nowrap !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.nav-center > .hide-mobile-nav {
  flex-shrink: 1;
  min-width: 0;
}

.nav-right.nav-right-icons {
  display: flex !important;
}

nav.container-nav > .eu-flag {
  margin-left: auto;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  nav.container-nav > .hide-mobile-nav,
  nav.container-nav > .nav-rgt {
    margin-left: auto;
  }
}

@media screen and (max-width: 40rem) {
  .nav-center {
    gap: 0.8rem;
  }
}

.hide-mobile-nav.nav-right {
  padding-left: 0;
}
.nav-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-right .whatsapp-header,
.nav-right .eu-flag {
  flex-shrink: 0;
}


.top-line {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

section.full-width {
  padding: 0rem;
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--colorBlack);
}

.h1 {
  font-size: 2rem;
}
.text-block h2,
.ck-content h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.text-block h3,
.ck-content h3,
.h3 {
  font-size: 1.33rem;
  margin: 1rem 0 1.2rem 0;
  font-weight: 500 !important;
}
.text-block h4,
ck-content h4,
.h4 {
  font-size: 0.94rem;
  margin: 1rem 0 1.2rem 0;
  font-weight: 500 !important;
}

.h2.h2-small {
  font-size: 1.15rem;
}
.text-block a {
  color: var(--colorPrimary);
}
.text-block a:hover {
  color: var(--colorBlack);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a.hoverPrimary:hover,
a.hoverPrimary:hover h2,
a.hoverPrimary:hover h3 {
  color: var(--colorPrimary) !important;
}

.block-type-collection .post-date {
  background: white;
}

.text-block h2,
.ck-content h2,
.hstyle2.h2 {
  margin: 3rem 0 2rem 0;
  color: black;
  border-bottom: 1px dashed var(--colorGray);
  padding-bottom: 1.75rem;
}

.hstyle2.h2-small {
  font-size: 1.9rem;
}

.hstyle2.h3 {
  font-size: 1.4rem;
  margin: 2rem 0 1.33rem 0;
}

.text-block h3,
.h3 {
  font-weight: 600;
}

.text-block p {
  margin: 0.75rem 0;
}
.text-block li p {
  margin: 0.25rem 0;
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.buttonRounded {
  border-radius: 7px;
}
.buttonPile {
  border-radius: 8px;
}

input.button {
  border: none !important;
}

.cta {
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  /*
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
*/
}
.cta-big {
  background: rgba(255, 255, 255, 0.2);
  background: var(--color-red);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 1.37rem 2.81rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.cta-big-white {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.cta-big:hover {
  filter: saturate(105%);
}
.cta-big-white:hover {
  background: rgba(255, 255, 255, 0.3);
}

.grow {
  transition: all 0.25s ease-in-out !important;
}

.normal:hover h2,
.normal:hover h3 {
  color: var(--colorPrimary);
}

.normal h2,
.normal h3,
.normal h4 {
  margin-top: 1rem;
}

@media (hover: hover) {
  .grow:hover {
    transform: scale(1.023) perspective(1000px) !important;
    z-index: 100;
    /*
    box-shadow: 0px 25px 40px -8px rgba(83, 83, 83, 0.209) !important;
    */
  }

  .grow:hover h1,
  .grow:hover h2,
  .grow:hover h3,
  .grow:hover h4 {
    transition: all 0.15s ease-in-out !important;
    opacity: 0.9;
  }
}

.card.grow img {
  transition: all 0.15s ease-in-out !important;
}

.card.grow:hover img {
  filter: saturate(105%);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.block-h.h1 {
  font-size: 2.3rem;
  margin: 0rem 0;
  font-weight: 300;
}
h2.h2 {
  margin: 1.5rem 0;
  position: relative;
}

.rounded img {
  border-radius: 5%;
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  /*   background: var(--color-white); */
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img.contain img {
  object-fit: contain;
}

.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5em;
}

.video-figure {
  margin-top: 3rem;
}

.footer {
}

.footer h2 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer ul,
.footer p {
  color: var(--color-text-grey);
}

.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-xs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-s {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-m {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.margin-l {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.margin-xl {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.margin-xxl {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.nav-center {
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 1px !important;
  color: #222;
}

.hero h1.h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3.25rem;
  margin-bottom: 0;
}

@media screen and (max-width: 60rem) {
  .hero h1 {
    font-size: 2.2rem;
  }
}

.flex-row {
  display: flex;
}

.svg-icon.social:hover {
  filter: saturate(150%) opacity(0.9);
}

.svg-icon.svg-icon-small svg {
  width: auto !important;
  height: 20px !important;
}
.svg-icon.svg-icon-smaller svg {
  width: auto;
  height: auto;
}

.svg-icon.svg-icon-medium svg {
  width: auto !important;
  height: 24px !important;
}

.svg-icon.linkedin svg {
  fill: #0b66c2;
}
.svg-icon.instagram svg {
  fill: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

.icon-text {
  border-bottom: 1px solid #eee;
  padding: 0.33rem 0;
}

.icon {
  width: 36px;
  height: 36px;
}

.contacts-link:hover {
  filter: contrast(150%);
  color: #000;
}

.svg-icon svg {
  width: 24px;
  height: 24px;
}

.message {
  padding: 1rem;
  margin: 2rem 0;
  border-radius: 6px;
}

.message.error {
  background: #fceaea;
  color: #a00;
}

.form-block-success {
  background: color(srgb 0.825 0.928 0.782);
  border-radius: 6px;
  padding: 1rem 2rem;
  width: initial !important;
}

.form-wrapper .message,
.form-wrapper .website {
  position: absolute;
  left: -10000px;
}

.form-wrapper {
  background-color: #fff;
  list-style-type: none;
  padding: 2rem;
  /* border: 1px solid #e6e6e6; */
  border-radius: 6px;
  box-shadow: 0px 18px 40px -8px rgba(0, 0, 0, 0.12);
  transition: ease-in 0.2s;
}
.form-wrapper:hover {
  box-shadow: 0px 22px 40px -6px rgba(0, 72, 233, 0.12);
}

.form-wrapper li {
  display: flex;
  padding: 0.5rem;
  align-items: center;
}
.form-wrapper li > label {
  padding: 0.65em 1em 0.65em 0rem;
  flex: 1;
  color: #222222;
}

.form-wrapper li > input,
.form-wrapper li > textarea,
.form-wrapper li > select {
  padding: 0.8em 0.5em 0.8em 0.5rem;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  flex: 2;
  border-radius: 4px;
}

.checkout .field-wrapper {
  align-items: center;
  height: 55px;
  display: flex;
}

.checkout .field label {
  flex: 1;
  font-weight: 500;
}

@media screen and (max-width: 60rem) {
  .checkout .field label {
    flex: 2;
  }
}

.field-wrapper input,
.field-wrapper select {
  flex: 2;
}

.checkout .field .label[for="billingaddressisshippingaddress"] {
  float: none !important;
}

.checkout .field input {
  margin: 0.5rem 0;
}

.field__input--checkout {
  margin: 0 !important;
}

.checkout thead td,
.checkout thead th,
.checkout tbody td {
  display: none;
}

.cart img {
  height: auto;
  max-width: 200px;
  display: flex;
}
.checkout tbody th {
  max-width: 400px;
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.form-wrapper li > .field-container > input {
}
.form-wrapper li > textarea {
  flex: 2;
}

.form-wrapper li > .field-container select {
  flex: 2;
}

.form-wrapper li > .column {
  flex: 2;
}

fieldset {
  border: none;
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container input,
.form-wrapper li > .field-container textarea,
.form-wrapper li > .field-container button,
.checkout .field select,
.checkout .field input {
  padding: 0.65em 0.75em;
  border-radius: 4px;
}

.form-block-message {
  width: 100%;
  display: flex;
}
.form-block-field-invalid {
  font-size: 13px;
  color: color(srgb 0.757 0.177 0.177);
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container input,
.form-wrapper li > .field-container textarea,
.checkout .field input {
  border: 1px solid #ccc;
  font-size: 0.94rem;
}

.payment-methods {
  margin: 1rem 0;
}

.payment-methods label:has(img.payment-icon[src*="ideal"]) {
  display: none;
}


.payment-methods .field[data-payment-method="credit-card-sca"] {
  border: 1px solid #ccc;
  font-size: 0.94rem;
  padding: 1rem;
  border-radius: 4px;
}

.cta-normal {
  font-size: 0.94rem;
}

.field-invalid-wrapper {
  background: color(srgb 0.99 0.954 0.954);
  margin-bottom: 2px;
  border-radius: 5px;
}

.field-invalid-wrapper input,
.field-invalid-wrapper textarea {
  border: 1px solid color(srgb 0.923 0.473 0.473) !important;
}

.form-wrapper li > input.cta {
  flex: 0.2;
  border: 0;
}

.team-list p {
  margin: 0.5rem 0;
}
.hide-mobile-nav {
  padding-left: 1rem;
}

@media screen and (width < 1024px) {
  .nav-center .whatsapp-icon {
    background-image: url("/assets/icons/whatsapp2.svg");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  .nav-center .whatsapp-icon a {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .hide-mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 60rem) {

  .order-mobile-first {
    order: 1;
  }
  .order-mobile-second {
    order: 2;
  }
  .order-mobile-third {
    order: 3;
  }
  .order-mobile-fourth,
  .order-mobile-forth {
    order: 4;
  }

  .site-title {
    font-size: 2rem !important;
  }

  .padding-left-setting {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about .grid {
    --gutter: 0rem 3rem;
  }

  .form-wrapper {
    padding: 0.5rem;
    border: none;
  }

  .form-wrapper li {
    flex-direction: column;
  }

  .hide-mobile {
    display: none;
  }

  .style3.navigation section.transparentMenu.lightMenu {
    background: var(--colorPrimary);
  }

  .grid {
    grid-gap: 2rem;
  }

  .product-features .grid {
    grid-gap: 0rem;
  }

  .grid.grid-horizontal {
    grid-gap: 1rem;
  }

  .grid.sidabar-menu-top {
    grid-gap: 0;
  }

  .grid.grid-24 {
    grid-template-columns: repeat(6, 1fr);
    --gutter: 1.5rem;
  }

  .grid.grid-logos {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.grid-logos .column {
    grid-column: span 2;
  }

  .grid.grid-horizontal {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid.grid-horizontal .column {
    grid-column: span var(--columnsmobile);
    width: var(--widthmobile);
  }

  .grid.grid-horizontal a {
    margin: 1px !important;
  }

  .grid.grid-horizontal .column,
  .grid > .grid-inner > .column,
  .grid > .column,
  .grid-inner > .column,
  .grid > .column,
  .grid-inner > .column,
  .grid .column {
    grid-column: span var(--columnsmobile);
  }
}

@media screen and (min-width: 60rem) {
  .move-left {
    margin-left: -56px;
  }

  .grid,
  .grid-inner {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid.grid-24 {
    grid-template-columns: repeat(9, 1fr);
    --gutter: 2rem;
  }

  .grid > .column,
  .grid-inner > .column {
    grid-column: span var(--columns);
  }

  .hide-desktop {
    display: none;
  }
}

@media screen and (width >= 768px) {
  .hide-desktop-nav {
    display: none;
  }

  #nav {
    display: none;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 2rem 0;
  justify-content: center;
  font-size: 14px;
}
.pagination > span {
  color: var(--color-text-grey);
}
.pagination > li > a {
  padding: 0.33rem 0.75rem;
  text-align: center;
  background: var(--colorLightGray);
  margin: 0.1rem;
  border-radius: 4px;
  font-weight: 400;
  color: #000;
}

.pagination > li > a.current-page,
.pagination > li > a:hover {
  padding: 0.33rem 0.75rem;
  text-align: center;
  background: var(--colorPrimary);
  margin: 0.1rem;
  border-radius: 6px;
  font-weight: 400;
  color: #fff;
}

.pagination > li > span {
  padding: 0.33rem 0.75rem;
  text-align: center;
  margin: 0.1rem;
  color: var(--colorGray);
  background: var(--colorLightGray);
  border-radius: 6px;
}

.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.kookie_text a {
  color: var(--colorPrimary) !important;
}

@media screen and (max-width: 40rem) {
  .grid.grid-24 {
    grid-template-columns: repeat(3, 1fr);
    --gutter: 1.5rem;
  }
}

.cookies-wrapper {
  z-index: 1000;
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  margin-right: 0.75rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 20px 35px -4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.lang {
  display: flex;
}

.lang .lt {
  order: 1;
}
.lang .lv {
  order: 4;
}
.lang .en {
  order: 2;
}
.lang .ru {
  order: 3;
}

.lang a {
  color: currentColor;
  padding: 0.75rem 0;
  margin: 0 0.375rem;
}

.lang .active a {
  border-bottom: 1px solid #000;
}

.transparentMenu.lightMenu .lang a {
  color: #000;
}
.transparentMenu.lightMenu .lang .active a {
  border-bottom: 1px solid #fff;
}
.favourites-cart-count {
  padding-left: 2px;
}

/* The Modal (background) */

#leaveRequest:hover {
  cursor: pointer;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 140px auto 50px; /* leave room for sticky navbar at the top */
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 700px;
  position: relative;
}
@media screen and (max-width: 60rem) {
  .modal-content {
    margin-top: 110px;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  right: 0.75rem;
  top: -0.75rem;
  z-index: 102;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.formblock {
  background: #f6f7f8;
  padding: 1.5rem;
  border-radius: 15px;
}

.formfield__container {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  margin: 5px 0;
  display: flex;
  background: color(srgb 1 1 1 / 0.827);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 1px 3px -2px color(srgb 0 0 0 / 0.486);
}

.formblock_field__label {
  flex: 2;
  align-self: center;
  font-weight: 400;
}
.formblock_field__content {
  flex: 3;
  display: flex;
  flex-direction: column;
}

.formfield__input,
.formfield__textarea {
  padding: 0.75rem 2.5rem 0.75rem 0.5rem;
  border: 1px solid #c2c6c9;
  border-radius: 4px;
  font-size: 15px;
  background: #fff;
}

.formfield__container .formblock__message--error .formblock__message__list__item {
  display: none;
}

.formblock__message--error {
  color: #c91f1f;
}

.formblock__message--error--wrapper {
  background: color(srgb 0.96 0.876 0.893);
  color: #c91f1f;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin: 1rem 0;
}

.formblock__message__text {
  font-weight: 500;
}

[data-valid="false"] .formblock_field__label {
  color: #c91f1f;
}

[data-valid="false"] .formfield__input,
[data-valid="false"] .formfield__textarea {
  background: url(../ic/alert-circle.svg) no-repeat #fff;
  background-position: center right 6px;
  background-size: 1.75rem;
  border: 1px solid #ecbcc5;
}

[data-valid="true"] .formfield__input,
[data-valid="true"] .formfield__textarea {
  background: url(../ic/check-circle.svg) no-repeat #fff;
  background-position: center right 6px;
  background-size: 1.75rem;
}

.formblock__submit {
  margin-top: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.send-email {
  display: flex;
  align-items: center;
}

.send-email button {
  margin-left: 19px;
}

.field .send-email {
  max-width: 200px;
}

.colorGray {
  color: #b8b8b8;
}
.before-price {
  font-size: 0.99rem;
}
.before-price-px {
  font-size: 22px;
}
.colorRed-discount {
  color: #c71d31;
}

.statistics {
  display: flex;
  gap: 16px;
  color: #000;
  margin-bottom: 24px;
}

.statistics.mobile {
  gap: 8px;
  flex-direction: column;
  padding: 8px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  margin-bottom: 0;
  z-index: 2;
}

.statistics__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
}

.statistics__item__icon {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 60rem) {
  .statistics.desktop {
    display: none;
  }

  .statistics.mobile {
    display: flex;
  }
}

.social-wraps {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-border {
  border-top: 1px solid #ababab;
  padding-top: 4px;
}

.social-links {
  padding: 6px 4px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: fit-content;
  gap: 4px;
}

.social-bottom:hover .svg-icon-full {
  transform: translateX(0);
  opacity: 1;
}

.social-border .social-bottom .svg-icon-full {
  margin-top: 4px;
}

.social-border .social-bottom:hover .svg-icon-full {
  margin-top: 4px;
  transform: translateX(0);
  opacity: 1;
}

.social-bottom .svg-icon {
  width: 22px;
  height: 34px;
  padding: 4px;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.social-bottom .svg-icon-full {
  width: fit-content;
  max-width: 75px;
  border-radius: 8px;
  height: 34px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition-delay: 0.1s;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.social-bottom .svg-icon-full svg {
  padding: 6px;
  height: 24px;
  width: auto;
}

.social-links li {
  position: relative;
}

.social-links ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-links__nested {
  display: flex;
  gap: 14px;
}

.social-links__nested .svg-icon.svg-icon-smaller svg {
  width: 18px !important;
  height: 18px !important;
}

.chrono-reviews {
  display: flex;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 8px;
}
.shadow-social {
  box-shadow: 0 0 150px 2px rgba(91, 91, 91, 0.32) !important;
}

.chrono-reviews svg {
  width: 128px;
  height: 39px;
}
@media screen and (max-width: 1365px) {
  .social-links {
    display: none;
  }
  .social-links ul {
    display: none;
  }
}
@keyframes wave {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.block-content:has(.mg-block-content-top-0) {
  margin-top: 0 !important;
}

.block-content:has(.mg-block-content-bottom-0) {
  margin-bottom: 0 !important;
}

.mg-top-0 {
  margin-top: 0 !important;
}
.mg-bottom-0 {
  margin-bottom: 0 !important;
}

.pg-top-14 {
  padding-top: 14px !important;
}

.pg-bottom-14 {
  padding-bottom: 14px !important;
}

.mg-top-14 {
  margin-top: 14px !important;
}

.mg-bottom-14 {
  margin-bottom: 14px !important;
}

.watch-is-sold-button {
  max-width: 198px;
}
@media (max-width: 430px) {
  .watch-is-sold-button {
    max-width: none;
  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#mobile {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
#mobileBodyContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer {
  flex-shrink: 0;
  margin-top: auto;
}

.desktop-position {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1001;
  right: 8px;
  font-size: 12px;
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out;
}

.best-price__card {
  position: absolute;
  background-color: #C71D31;
  border-radius: 999px;
  padding: 9px 12px;
  z-index: 3;
}

.best-price__card--bottom-center {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.best-price__card--top-right {
  top: 8px;
  right: 7px;
}

.best-price__card .best-price__text {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;

}

.best-price__text b {
  font-weight: 700;
}

.best-price__product {
  display: flex;
  align-items: center;
  height: 32px;
  box-sizing: border-box;
  position: absolute;
  background-color: #C71D31;
  border-radius: 999px;
  padding: 9px 12px;
  z-index: 3;
  top: 8px;
  left: 7px;
}

.best-price__product .best-price__text {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;

}

.best-price__text b {
  font-weight: 700;
}

@media (min-width: 960px) {
  .best-price__product {
    height: 52px;
    top: 8px;
    right: 7px;
    left: auto;
  }

  .best-price__product .best-price__text {
    font-size: 16px;
  }
}

.logo {
  height: 50px;
  width: auto;
}
@media (min-width: 769px) {
  .nav-left { align-self: stretch; align-items: center; }
}

.eu-flag {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  width: 36px;
  height: 24px;
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

body:not(.home) .navi {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Hide the dedicated search/favourites icon <li>s in the nav-list.
   Scoped to .nav-list__search / .nav-list__fav specifically — a generic
   .navi a[href="/search"] selector also caught the Watches link in lupa
   mode (where JS swaps its href to /search), wiping the magnifying-glass
   icon too. */
.navi .nav-list__search > a,
.navi .nav-list__fav > a,
.navi .favourites-cart {
  display: none !important;
}

.container-nav .menu-count {
  color: #05a986;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .logo { height: 36px; width: auto; }
}

.search-hero {
  background: #f7f6f3;
  padding: 1.75rem 2rem 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin: 1.5rem 0 2.5rem;
}

.search-container .search-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.form-wrapper.search-wrapper {
  display: flex !important;
  align-items: center !important;
  max-width: 560px !important;
  margin: 0 auto 2rem !important;
  padding: 0.4rem 0 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #1a1a1a !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.form-wrapper.search-wrapper:hover { box-shadow: none !important; }
.form-wrapper.search-wrapper li {
  padding: 0 !important;
}
.form-wrapper.search-wrapper li.search-input {
  flex: 1 !important;
}

.search-wrapper input.just-input[type="search"] {
  border: none !important;
  background: transparent !important;
  color: #222 !important;
  padding: 0.4rem 0 !important;
  font-family: inherit !important;
  font-size: 1.05rem !important;
  outline: none !important;
  width: 100% !important;
}
.search-wrapper input.just-input[type="search"]::placeholder {
  color: #888 !important;
  font-weight: 400 !important;
}

.catalog-search {
  max-width: 420px;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}
.catalog-search .form-wrapper.search-wrapper {
  margin: 0 !important;
  padding: 0.25rem 0.5rem 0.25rem 1rem !important;
  border: 1px solid #ccc !important;
  border-radius: 999px !important;
  background: #fff !important;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.catalog-search .form-wrapper.search-wrapper:focus-within {
  border-color: #1a1a1a !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.catalog-search .search-wrapper input.just-input[type="search"] {
  font-size: 0.95rem !important;
  padding: 0.4rem 0 !important;
}
.catalog-search .search-wrapper input[type="submit"] {
  width: 28px !important;
  height: 28px !important;
  background-size: 18px 18px !important;
}

.search-wrapper input[type="submit"] {
  background: none !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 32px !important;
  height: 32px !important;
  flex: none !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='m20 20-3.5-3.5'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px 22px !important;
  box-shadow: none !important;
}



.filter-previews {
  margin: 0 auto 3rem;
  padding: 0 1rem;
}
.filter-previews .preview-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #888;
  margin: 3rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #ddd;
}
.filter-previews .preview-sub {
  color: #aaa;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 0.78rem;
  margin-left: 0.5rem;
}

.mock-card {
  background: #f5f5f5;
  border-radius: 6px;
  aspect-ratio: 1 / 1.15;
  position: relative;
  overflow: hidden;
}
.mock-card::after {
  content: "";
  position: absolute;
  inset: 12% 18% 38% 18%;
  background:
    radial-gradient(circle at 50% 45%, #ccc 0%, #ccc 38%, transparent 42%),
    linear-gradient(180deg, #ddd 0%, #d0d0d0 100%);
  border-radius: 50%;
}
.mock-card .mc-title {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 14%;
  height: 8px;
  border-radius: 2px;
  background: #d4d4d4;
}
.mock-card .mc-price {
  position: absolute;
  left: 12%;
  bottom: 6%;
  width: 40%;
  height: 10px;
  border-radius: 2px;
  background: #00AA86;
  opacity: 0.55;
}

.fmock-a {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  align-items: start;
}
.fa-sidebar {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 1.25rem 1rem;
  background: #fff;
  position: sticky;
  top: 1rem;
}
.fa-group + .fa-group {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
}
.fa-group-title {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.fa-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  font-size: 0.92rem;
  color: #333;
  cursor: pointer;
}
.fa-check input[type=checkbox] {
  accent-color: #00AA86;
}
.fa-check .fa-count {
  margin-left: auto;
  color: #999;
  font-size: 0.82rem;
}
.fa-range {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fa-range .fa-range-track {
  height: 4px;
  background: #e6e6e6;
  border-radius: 2px;
  position: relative;
}
.fa-range .fa-range-fill {
  position: absolute;
  left: 15%;
  right: 25%;
  top: 0;
  bottom: 0;
  background: #1a1a1a;
  border-radius: 2px;
}
.fa-range .fa-range-thumb {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.fa-range .fa-range-thumb.t-min { left: 15%; }
.fa-range .fa-range-thumb.t-max { left: 75%; }
.fa-range .fa-range-vals {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #666;
}
.fa-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.fa-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
.fa-swatch.active {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #1a1a1a;
}
.fa-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.fa-actions button {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
}
.fa-actions .fa-apply {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.fa-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.fa-count { color: #666; font-size: 0.92rem; }
.fa-sort { font-size: 0.92rem; color: #333; }
.fa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.fmock-b .fb-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.fb-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 0.9rem;
  color: #1a1a1a;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.fb-chip:hover { border-color: #888; }
.fb-chip.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.fb-chip svg { width: 12px; height: 12px; }
.fb-chip.fb-more {
  border-style: dashed;
  color: #666;
}
.fb-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding: 0.5rem 0.9rem;
  border: 1px solid #00AA86;
  border-radius: 999px;
  color: #00AA86;
  font-size: 0.9rem;
  font-weight: 500;
  background: rgba(0,170,134,0.06);
  cursor: pointer;
}
.fb-toggle input[type=checkbox] { accent-color: #00AA86; }
.fb-active {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  padding: 0.75rem 0;
}
.fb-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.4rem 0.3rem 0.75rem;
  background: #f0f0f0;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #333;
}
.fb-pill button {
  background: none;
  border: 0;
  cursor: pointer;
  color: #888;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  padding: 0 4px;
  border-radius: 50%;
}
.fb-pill button:hover { background: #ddd; color: #000; }
.fb-clear {
  background: none;
  border: 0;
  color: #888;
  font-family: inherit;
  text-decoration: underline;
  font-size: 0.82rem;
  cursor: pointer;
  margin-left: 0.4rem;
}
.fb-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0 1rem;
  font-size: 0.92rem;
  color: #555;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.fb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.fb-popover {
  position: relative;
  display: inline-block;
}
.fb-popover-content {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 0.75rem 0.9rem;
  min-width: 220px;
  display: none;
}
.fb-popover.open .fb-popover-content { display: block; }
.fb-popover-content label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.fb-popover-content label input { accent-color: #00AA86; }
.fb-popover-content label .pc-count {
  margin-left: auto;
  color: #999;
  font-size: 0.82rem;
}

.fmock-c {
  position: relative;
}
.fc-toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}
.fc-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: #1a1a1a;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
}
.fc-filter-btn .fc-badge {
  background: #00AA86;
  color: #fff;
  border-radius: 999px;
  padding: 0 7px;
  font-size: 0.78rem;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
}
.fc-filter-btn svg { width: 16px; height: 16px; }
.fc-count { color: #666; font-size: 0.92rem; margin-right: auto; }
.fc-sort { color: #333; font-size: 0.92rem; }
.fc-stage {
  position: relative;
  min-height: 480px;
}
.fc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.fc-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  box-shadow: -8px 0 20px rgba(0,0,0,0.06);
  padding: 1.25rem 1.25rem 5rem;
  overflow-y: auto;
}
.fc-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.fc-drawer-head h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
.fc-close {
  background: none;
  border: 0;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  color: #555;
}
.fc-drawer-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  gap: 0.5rem;
}
.fc-drawer-foot button {
  flex: 1;
  padding: 0.7rem;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
}
.fc-drawer-foot .fc-apply {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.fc-drawer .fa-group + .fa-group {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .fmock-a { grid-template-columns: 1fr; }
  .fa-sidebar { position: static; }
  .fa-grid, .fb-grid, .fc-grid { grid-template-columns: repeat(2, 1fr); }
  .fc-drawer { width: 100%; }
}

.fmock-d {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: start;
}
.fd-sidebar {
  position: sticky;
  top: 1rem;
}
.fd-section + .fd-section {
  border-top: 1px solid #e6e6e6;
}
.fd-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  cursor: pointer;
  user-select: none;
}
.fd-section-head h5 {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
}
.fd-section-head .fd-toggle {
  width: 12px;
  height: 12px;
  position: relative;
}
.fd-section-head .fd-toggle::before,
.fd-section-head .fd-toggle::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fd-section-head .fd-toggle::before { width: 12px; height: 1.5px; }
.fd-section-head .fd-toggle::after {
  width: 1.5px;
  height: 12px;
  transition: transform 0.2s;
}
.fd-section.open .fd-toggle::after { transform: translate(-50%, -50%) scaleY(0); }
.fd-section-body {
  padding-bottom: 1.25rem;
  display: none;
}
.fd-section.open .fd-section-body { display: block; }

.fd-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 0;
  font-size: 0.92rem;
  color: #333;
  cursor: pointer;
}
.fd-option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #999;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  position: relative;
  flex: none;
}
.fd-option input[type=checkbox]:checked {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.fd-option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fd-option .fd-count {
  margin-left: auto;
  color: #999;
  font-size: 0.85rem;
}
.fd-option.fd-color {
  gap: 0.75rem;
}
.fd-option.fd-color .fd-color-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ddd;
  flex: none;
}

.fd-results-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e6e6e6;
}
.fd-results-head .fd-total {
  font-size: 0.92rem;
  color: #666;
  letter-spacing: 0.08em;
}
.fd-results-head .fd-sort {
  font-size: 0.85rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.fd-active {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.fd-active .fd-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem 0.35rem 0.85rem;
  background: #f5f5f5;
  font-size: 0.82rem;
  color: #333;
  letter-spacing: 0.04em;
  border-radius: 2px;
}
.fd-active .fd-pill button {
  background: none;
  border: 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1;
  padding: 2px 4px;
  cursor: pointer;
}
.fd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.fd-mobile-preview {
  margin-top: 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fd-mobile-note {
  flex: 1;
  min-width: 240px;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.6;
}
.fd-mobile-note strong { color: #1a1a1a; }
.fd-phone {
  width: 360px;
  height: 720px;
  border: 12px solid #1a1a1a;
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
  flex: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.fd-phone-notch {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 22px;
  background: #1a1a1a;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}
.fd-phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 1rem 0.75rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.fd-phone-head .fd-phone-back {
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}
.fd-phone-head .fd-phone-title {
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.fd-phone-head .fd-phone-clear {
  font-size: 0.78rem;
  text-decoration: underline;
  color: #666;
}
.fd-phone-body {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 1rem;
}
.fd-phone-body .fd-section + .fd-section { border-top: 1px solid #eee; }
.fd-phone-foot {
  padding: 0.8rem 1rem 1rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  gap: 0.5rem;
}
.fd-phone-foot button {
  flex: 1;
  padding: 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
}
.fd-phone-foot .fd-phone-apply {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
  flex: 2;
}

@media (max-width: 900px) {
  .fmock-d { grid-template-columns: 1fr; }
  .fd-sidebar { display: none; }
  .fd-grid { grid-template-columns: repeat(2, 1fr); }
  .fd-phone { width: 320px; height: 640px; }
}

.filters-bar { margin: 1.25rem 0 1.5rem; }
.filters-bar .fb-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border-bottom: 0;
  column-gap: 0.6rem;
  row-gap: 0.6rem;
}
.filters-bar .fb-active {
  margin-top: 0.75rem;
  padding-top: 0;
}
.filters-bar .fb-chip {
  font-family: inherit;
  font-size: 0.9rem;
}
.filters-bar .fb-chip svg { width: 12px; height: 12px; }
.filters-bar .fb-popover-content {
  max-height: 320px;
  overflow-y: auto;
  min-width: 240px;
}
.filters-bar .fb-popover-content label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0;
}
.filters-bar .fb-popover-content label span:nth-of-type(1) { flex: 1; }
.filters-bar .fb-popover-range .fb-range-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.filters-bar .fb-popover-range label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  color: #666;
  gap: 0.3rem;
}
.filters-bar .fb-popover-range input[type=number] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.4em 0.5em;
  font-family: inherit;
  font-size: 0.92rem;
  outline: none;
  width: 100%;
}
.filters-bar .fb-popover-range input:focus { border-color: #1a1a1a; }
.filters-bar .fb-apply-mini {
  background: #1a1a1a;
  color: #fff;
  border: 0;
  padding: 0.5rem 0.85rem;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.filters-bar .fb-clear {
  color: #888;
  text-decoration: underline;
  font-size: 0.82rem;
  margin-left: 0.4rem;
}
.fb-resultcount {
  font-size: 0.92rem;
  color: #666;
  margin: 0.5rem 0 1rem;
}

.fb-sort {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.fb-sort-label {
  font-size: 0.88rem;
  color: #666;
  margin-right: 0.2rem;
}
.fb-sort-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  color: #555;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  padding: 0;
}
.fb-sort-btn svg { width: 14px; height: 14px; }
.fb-sort-btn:hover { border-color: #888; color: #1a1a1a; }
.fb-sort-btn.active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.fb-bar { align-items: center; }

.since2012 {
  height: 32px;
  width: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
  align-self: center;
  flex-shrink: 0;
}

body:not(.home) #mobileBodyContent > section:first-of-type,
body:not(.home) #mobileBodyContent > div.container-fluid:first-of-type {
  padding-top: 0.75rem;
}
body:not(.home) #mobileBodyContent {
  padding-top: 0;
}

body.categoryacc #mobileBodyContent > section:first-of-type {
  padding-top: 1.5rem;
}

.collection-sort {
  display: flex;
  justify-content: flex-end;
  margin: 0.5rem 0 1rem;
}
.collection-sort .fb-sort { margin-left: 0; }

body.category #watch-filters { display: none; }
/* The chip-based .filters-bar (with popover dropdowns) already exposes the
   same filters above the listing, so the mobile "Filters ▾" accordion in
   .options__filters-accordion is redundant. */
body.category #filter-accordion,
body.category .options__filters-accordion { display: none; }

/* The floating WhatsApp icon (bottom-left, ~70px tall on desktop / 50px on
   mobile, plus a 20px gap from the edge) covers anything in the bottom-left
   corner of the viewport. Extend the footer downward so its colored
   background fills the area WhatsApp sits over — no visible white gap
   between the footer and the page bottom. Applied to `.footer` (every
   page renders the same `<div class="footer">` block from a verbatim copy
   of swissonly.eu's footer), so this single rule covers all pages.
   Product page in mobile mode adds extra room via JS when the sticky
   Buy-now sheet is also visible (see product.twig). */
.footer {
  padding-bottom: 4rem;
}

body.services .rolex__column--right,
body.we-buy-rolex .rolex__column--right {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 8px;
}
body.services .rolex__column--left,
body.we-buy-rolex .rolex__column--left {
  margin-top: 1.5rem;
}

body.home .ticker-wrapper { display: none; }

.spec-group { border: 0; }
.spec-group__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 1.25rem 0 0.5rem;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #1a1a1a;
  text-align: left;
}
.spec-group__title {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.spec-group__chevron {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  transition: transform 0.2s ease;
  color: #5a5a5a;
}
.spec-group.open .spec-group__chevron { transform: rotate(180deg); }
@media (max-width: 959px) {
  .spec-group { margin-top: 0; }
  .spec-group__body { display: none; }
  .spec-group.open .spec-group__body { display: block; padding-bottom: 0.75rem; }
}
@media (min-width: 960px) {
  .spec-group__toggle { pointer-events: none; cursor: default; padding: 1.5rem 0 0.5rem; }
  .spec-group__chevron { display: none; }
  .spec-group__title { font-size: 1.25rem; font-weight: 600; }
}

/* Per-page padding-bottom rules were superseded by the unified global
   `body { padding-bottom: 6rem }` higher in this file. Product page in
   mobile mode still gets a larger value, but it's set dynamically by JS
   when the sticky Buy-now sheet is visible (see product.twig). */

@media (max-width: 959px) {
  body.services .service__point-checkbox + .service__point-text,
  body.services .large.service__point-checkbox + .service__point-text {
    max-height: none !important;
    overflow: visible !important;
  }
  body.services .service__point-label { display: none !important; }
  body.services .service-nested__accordion__content {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
  }
  body.services .service-nested__accordion__icon { display: none !important; }
  body.services .service-nested__accordion__title { cursor: default; }
  body.services .service-nested__accordion__summary { pointer-events: none; }
  body.services .service-nested__accordion__title-wrap {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
  }
}

.services__header {
  display: none;
}
@media (max-width: 959px) {
  .services__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 16px;
  }
}
.services__form-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #05AA86;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color 0.1s ease-in-out;
  white-space: nowrap;
  flex: 0 0 auto;
}
.services__form-cta:hover { background: #048d6f; }

body.home .block-type-rolexserial {
  background: #f7f6f3;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 1.75rem 2rem 1.5rem;
  margin: 2.5rem 0 1.5rem;
}
body.home .block-type-rolexserial h2 {
  margin: 0 0 1rem;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
body.home .block-type-rolexserial .just-input {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #222;
  width: 100%;
}
body.home .block-type-rolexserial .just-input:focus {
  outline: none;
  border-color: #1a1a1a;
}
body.home .block-type-rolexserial #resultRolexYearBySerial {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #1a1a1a;
}
