/** Shopify CDN: Minification failed

Line 4830:2 "lex-direction" is not a known CSS property
Line 5163:6 Unexpected "@media"

**/
body {
  font-family: Josefin Sans !important;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
button,
span,
p,
strong {
  font-family: Josefin Sans !important;
  letter-spacing: normal;
}

.mobile_media {
  display: none !important;
}

.media-mobile {
  display: none !important;
}

@media (max-width: 750px) {
  .media-mobile {
    display: block !important;
  }

  .mobile_media {
    display: block !important;
  }

  .media-desktop {
    display: none !important;
  }
}


/*banner */
.banner-with-video h2 {
  margin-right: 62px;
}

.banner-with-video .banner__buttons a {
  min-width: 235px !important;
}

.banner-with-video {
  min-height: 800px !important;
  max-width: 100% !important;
}

.banner-with-video p {
  max-width: 407px;
  color: #FFF;
}

.banner-with-video video {
  object-fit: cover;
}

.banner-with-video banner-with-video img {
  display: none !important;
}

.banner-with-video h2 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 8px;
  text-transform: uppercase;
  max-width: 899px;
}

.banner-with-video .banner__buttons {
  margin-top: 48px !important;
  gap: 15px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  max-width: 524px;
}

.banner-with-video .button.button--secondary {
  max-width: fit-content;
  display: flex;
  color: var(--Dark, #171717);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.28px;
  width: 200px;
  padding: 10px 32px;
  justify-content: center;
  border-radius: 12px;
  background: var(--White, #FFF);
  align-items: center;
  gap: 10px;
}


.banner-with-video .button.button--primary {
  max-width: fit-content;
  background: white;
  color: black;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.28px;
  border: 1px solid var(--White, #FFF);
  display: flex;
  width: 200px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner-with-video .button.button--primary:hover {
  background: transparent;
  color: white;
}


.banner-with-video .banner__buttons a:before {
  display: none;
}

.banner-with-video .banner__buttons a:after {
  display: none;
}

@media (max-width: 768px) {
  .banner-with-video .banner__box {
    margin-top: 30px;
  }

  .banner-with-video {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .banner-with-videor img {
    object-position: right;
  }

  .banner-with-video .banner__content {
    z-index: 63 !important;
    background: #171717 !important;
  }

  .banner-with-video .banner__media {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 53;
  }

  .banner-with-video h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Unbounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    letter-spacing: 6px;
    text-transform: uppercase;
  }

  .banner-with-video a {
    margin: auto;
  }

  .banner-with-video .banner__buttons {
    display: flex;
    flex-direction: column;
  }
}

/*banner */




.breadcrumbs a,
.breadcrumbs .breadcrumb-page {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #A3A3A3;
}

.breadcrumbs {

  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1F1F1;
}

.breadcrumbs .breadcrumb-home {

  margin-right: 18px;

}

.breadcrumbs .breadcrumb-page {
  margin-left: 18px;

}

/* header */
.utility-bar {
  background: #F1F1F1;
  padding-top: 2px;
}

.announcement-bar a {
  color: #CCB17B;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

.announcement-bar span {
  color: #ACACAC;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.header {
  max-width: 1460px;
  padding: 10px 20px 0 !important;
  margin: 0 auto
}

.header .header_left_icon_link {
  grid-area: left-icons;
  text-decoration: none;
  width: fit-content;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  gap: 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #5B5B5B;
  border: solid 1px #5B5B5B;
  padding: 5px 8px;
  padding-top: 8px;
  padding-bottom: 6px;
}
.header .header_left_icon_link:hover {
  background: #5B5B5B;
  color: white;
}

.header .header__heading .header__heading-link {
  padding: 0;
}

.header .header__icons .header__search {
  display: block;
}

.header .header__icons .header__search .modal__toggle-open {
  color: #CCB17B;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  letter-spacing: normal;
}

.header .header__icons .header__icon {
  height: auto;
  width: auto;
  margin: 0;
}

.header .header__icons .header__icon .icon {
  width: 24px;
  height: 24px;
}

.header .header__icons .header__icon.header__icon--wishlist {
  display: none;
}

.header .header__icons {
  padding: 0;
  gap: 0;
}

.header .header__icons .header__icon {
  padding: 0 7px;
}

.header .header__inline-menu {
  width: 100%;
  margin-top: 18px !important;
  border-top: solid 1px #F1F1F1;
}

.header .header__inline-menu .list-menu {
  display: flex;
}

.header-wrapper {
  border: none;
}


.header .header__inline-menu .header__menu-item {
  padding: 24px 20px;
  letter-spacing: normal;
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}


.header .header__inline-menu .header__menu-item a {
  text-decoration: none;
  letter-spacing: normal;
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.search-modal {
  position: static;
  padding: 0;
  min-height: auto;
  border: none;
}

.search-modal .header__heading-link {
  display: none;
}

.header .header__icons .header__search details {
  display: flex;
  flex-direction: row-reverse;
}

.header .header__icons .header__search .modal-overlay {
  display: none;
}

.header .header__icons .header__search .search-modal__close-button {
  display: none;
}

.header .header__icons .header__search .search-modal__content {
  padding: 0;
}

.header .header__icons .header__search .field:after {
  content: none;
}

.header .header__icons .header__search .field:before {
  content: none;
}

.header .header__icons .header__search .field input {
  border: none;
  box-shadow: none;
  max-width: 150px;
  padding: 15px;
}

.header .header__icons .field__input:not(:placeholder-shown)~.field__label {
  display: none;
}

.header .header__icons .header__search .field .field__label {
  font-size: 14px;
  line-height: 16px;
  top: 16px !important;
}

.header .predictive-search {
  display: none !important;
}

.header .header__icons .header__search .field .search__button {
  display: block !important;
  right: 0;
}

.header .header__icons .header__search .field .reset__button {
  display: none;
}

.header .header__icons .header__search details[open] {
  font-size: 14px;
  line-height: 16px;
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 5px;
}

.header .header__icons .header__search details[open] summary.header__icon--search.modal__toggle {
  display: none;
}

.header .header__icons .header__search details * {
  background: transparent;
}

.header .header__icons .header__search details * .scrolled-past-header .header_left_icon_link,
.scrolled-past-header .header__icons {
  display: none !important;
}

.video-section__media {
  padding: 0px !important;
  min-height: 40vw !important;
}

.video-section .title-wrapper {
  max-width: 517px;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -50%) !important;
  left: 23%;
  top: 50%;
}

.video-section h2 {
  color: #FFF;
  font-family: Josefin Sans !important;
  letter-spacing: normal;
  font-size: 36px;
}

.video-section p {
  color: #FFF !important;
  font-family: Josefin Sans !important;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}

.video-section-buttons-sirst {
  padding: 20px;
  border: 1px solid #FFF;
  color: #FFF;
}

.video-section-buttons-second {
  padding: 20px;
  background: #333;
  color: #FFF;
}

.video-section-buttons {
  margin-top: 30px;
}

.video-section__media.media-fit-cover video {
  object-position: bottom;
  position: relative;
}

.scrolled-past-header .header--top-center {
  grid-template-areas:
    "heading navigation navigation"
    "heading navigation navigation";
  grid-template-columns: 0.5fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.scrolled-past-header .header .header__inline-menu {
  margin-top: 0 !important;
  grid-row: 2 / 3;
  padding-top: 25px;
}

.header-wrapper {
  box-shadow: 1px 0px 5px #000;
}

@media (max-width: 749px) {
  .header {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 8px 28px !important;
  }

  .header .header_left_icon_link {
    display: none;
  }

  .header .header__heading {
    max-width: 160px;
    min-width: 160px;
    padding-top: 10px;
  }

  .header .header__icons .header__search {
    margin: 0;
  }
}

/*mega menu */
.header .mega-menu__content {
  background: #F9F9F9;
}

.header .mega-menu__content {
  padding: 48px;
  padding-bottom: 30px;
  padding-top: 27px;
}

.header .mega-menu__content .mega-menu__list {
  max-width: 1122px;
  column-count: 4;
  padding: 0;
  gap: 28px;
  flex-wrap: nowrap;
}

.header .header__inline-menu .brands .childlink a {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.header .header__inline-menu .brands .mega-menu__content .mega-menu__list {
  max-width: 1072px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.header .header__inline-menu .brands-submenu .childlink {
  max-width: calc(25% - 7px);
  width: 100%;
  padding: 0;
}

.header .header__inline-menu .brands-submenu .childlink .mega-menu__link img {
  max-width: 100%;
}

.header .header__inline-menu .new .childlink .mega-menu__link--level-2 {
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 18px;
  width: 100%;
  border-bottom: solid 1px #F1F1F1;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
}

.header .header__inline-menu .new .menu-banner .mega-menu-media img {
  max-width: 282px;
}

.header .header__inline-menu .new .menu-banner .mega-menu-media {
  padding: 0;
  opacity: 1;
}

.header .header__inline-menu .new .menu-banner .button {
  padding: 0;
  opacity: 1;
}

.header .header__inline-menu .new .all-watches {
  max-width: 176px;
  width: 100%;
}

.header .header__inline-menu .new .shop-by-brand {
  max-width: 328px;
  width: 100%;
}

.header .header__inline-menu .new .services {
  max-width: 252px;
  width: 100%;
}

.header .header__inline-menu .new .grandchildlink .link {
  color: #A3A3A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  line-height: 26px;
}

.header .header__inline-menu .new .grandchildlink {
  margin-bottom: 8px;
}

.header .header__inline-menu .new .shop-by-brand .list-unstyled {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.header .header__inline-menu .new .shop-by-brand .grandchildlink {
  max-width: 125px;
  width: 100%;
  position: relative;
}

.header .header__inline-menu .new .shop-by-brand .grandchildlink .link {
  font-size: 0;
  line-height: 0;
}

.header .header__inline-menu .new .shop-by-brand .grandchildlink:nth-child(even) {
  display: flex;
  justify-content: center;
}

.header .header__inline-menu .pre-owned .childlink {
  width: auto;
  padding: 0;
}

.header .header__inline-menu .new .childlink {
  width: auto;
  padding: 0;
}

.header .header__inline-menu .new .services {
  max-width: 252px;
  width: 100%;
}

.header .header__inline-menu .new .all-watches {
  max-width: 176px;
  width: 100%;
}

.header .header__inline-menu .pre-owned .childlink .mega-menu__link--level-2 {
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 18px;
  width: 100%;
  border-bottom: solid 1px #F1F1F1;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
}

.header .header__inline-menu .pre-owned .menu-banner .mega-menu-media img {
  max-width: 282px;
}

.header .header__inline-menu .pre-owned .menu-banner .mega-menu-media {
  padding: 0;
  opacity: 1;
}

.header .header__inline-menu .pre-owned .menu-banner .button {
  padding: 0;
  opacity: 1;
}

.header .header__inline-menu .pre-owned .all-watches {
  max-width: 176px;
  width: 100%;
}

.header .header__inline-menu .pre-owned .shop-by-brand {
  max-width: 328px;
  width: 100%;
}

.header .header__inline-menu .pre-owned .services {
  max-width: 252px;
  width: 100%;
}

.header .header__inline-menu .pre-owned .grandchildlink .link {
  color: #A3A3A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  line-height: 26px;
}

.header .header__inline-menu .pre-owned .grandchildlink {
  margin-bottom: 8px;
}

.header .header__inline-menu .pre-owned .shop-by-brand .list-unstyled {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.header .header__inline-menu .pre-owned .shop-by-brand .grandchildlink {
  max-width: 125px;
  width: 100%;
  position: relative;
}

.header .header__inline-menu .pre-owned .shop-by-brand .grandchildlink .link {
  font-size: 0;
  line-height: 0;
}

.header .header__inline-menu .pre-owned .shop-by-brand .grandchildlink:nth-child(even) {
  display: flex;
  justify-content: center;
}

.header .header__inline-menu .services .mega-menu__content .mega-menu__list {
  max-width: 1072px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.header .header__inline-menu .services .childlink {
  max-width: calc(20% - 8px);
  width: 100%;
  height: 290px;
  padding: 0;
  position: relative;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
}

.header .header__inline-menu .services .childlink .link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
  padding: 14px 19px;
}

.header .header__inline-menu .services .childlink .link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.header .header__inline-menu .services .childlink .link img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 750px) {
  .header .menu-drawer__navigation .mobile-submanu_brands .menu-drawer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 30px;
    padding-top: 20px;
  }

  .header .menu-drawer__navigation .mobile-submanu_brands .menu-drawer__menu .childlink {
    width: calc(50% - 5px);
  }

  .header .menu-drawer__navigation .mobile-submanu_brands .menu-drawer__menu .menu-drawer__menu-item {
    font-size: 0;
    line-height: 0;
    padding: 0;
  }

  .header .menu-drawer__navigation .mobile-submanu_brands .menu-drawer__menu .menu-drawer__menu-item img {
    max-width: 100%;
  }

  .header .menu-drawer__navigation .mobile-submanu_services .menu-drawer__menu .menu-drawer__menu-item img {
    max-width: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  .header .menu-drawer__navigation .mobile-submanu_services .childlink {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.558) 81%);
    width: calc(50% - 3px);
    height: 170px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
  }

  .header .menu-drawer__navigation .mobile-submanu_services .menu-drawer__menu {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header .menu-drawer__navigation .mobile-submanu_services .childlink .list-menu__item {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    width: 100%;
    justify-content: center;
  }

  .header .menu-drawer__navigation .menu-drawer__menu-item {
    text-transform: uppercase;
  }

  .header .menu-drawer__navigation .menu-drawer__close-button {
    text-transform: uppercase;
  }

  .header .menu-drawer__navigation .mobile-manu_shop-by-brand .menu-drawer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 30px;
    padding-top: 20px;
    max-width: 390px;
  }

  .header .menu-drawer__navigation .mobile-manu_shop-by-brand .menu-drawer__menu .grandchildlink:nth-child(2n) {
    display: flex;
    justify-content: center;
  }

  .header .menu-drawer__navigation .mobile-manu_shop-by-brand .menu-drawer__menu .grandchildlink {
    max-width: 125px;
    width: 100%;
    position: relative;
  }

  .header .menu-drawer__navigation .mobile-manu_shop-by-brand .menu-drawer__menu .menu-drawer__menu-item {
    font-size: 0;
    line-height: 0;
    padding: 0;
  }

}

/*mega menu */
/* header */
/* footer */
.footer {
  background: #2F2F2F;
}

.footer .footer__content-top {
  padding: 0 48px !important;
  margin: 0 auto !important;
}

.footer .footer__blocks-wrapper {
  max-width: 952px;
  margin: 0 auto;
}

.footer .footer__blocks-wrapper {
  max-width: 952px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: grid;
  gap: 0 !important;
  position: relative;
  justify-content: space-between;
  z-index: 1;
  grid-template-areas:
    "shop-block brands-block brand_information"
    "shop-block brands-block store-location-block";
}

.footer .footer__blocks-wrapper .footer-shop-block {
  grid-area: shop-block;
}

.footer .footer__blocks-wrapper .footer-brands-block {
  grid-area: brands-block;
}

.footer .footer__blocks-wrapper .footer-navigate-block {
  grid-area: navigate-block;
}

.footer .footer__blocks-wrapper .footer-brand_information {
  grid-area: brand_information;
}

.footer .footer__blocks-wrapper .footer-store-location-block {
  grid-area: store-location-block;
}

.footer .footer__blocks-wrapper .footer-block {
  width: 100%;
}

.footer .footer-block .footer-block__heading {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
}

.footer .footer-block .list-unstyled .link {
  color: #A3A3A3;
  padding: 0;
  letter-spacing: normal;
  padding-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.footer .footer-brand_information .list-unstyled {
  align-items: center;
  gap: 18px;
  margin: 0 !important;
}

.footer .footer-brand_information .list-unstyled .link {
  padding: 0;
}

.footer .footer-brand_information .list-unstyled .link .icon {
  width: 24px;
  height: 24px;
}

.footer .footer-brand_information .list-unstyled .link .icon.icon-tiktok {
  width: 18px;
  height: 18px;
}

.footer .footer-store-location-block .footer-block__heading {
  margin-bottom: 14px;
}

.footer .footer-block__heading a {
  text-decoration: none;
}

.footer .footer-block__heading a:hover {
  text-decoration: underline;
  color: #FFF;
}

.footer .footer-store-location-block .rte p {
  color: #A3A3A3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  margin-bottom: 4px;
}

.footer .footer-store-location-block .rte p a {
  color: #A3A3A3;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer .footer-store-location-block .rte p a::before {
  display: none;
}

.footer .footer-store-location-block .rte p:nth-child(1) {
  margin-bottom: 8px;
}

.footer .footer-store-location-block .rte p:nth-child(2) a:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/icons8_phone_1.svg?v=1702663358");
  width: 16px;
  height: 16px;
}

.footer .footer-store-location-block .rte p:nth-child(3) a:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/icons8_secured_letter_1.svg?v=1702663394");
  width: 16px;
  height: 16px;
}

.footer .footer__content-bottom {
  padding-top: 120px;
  padding-bottom: 48px;
  background: #282828;
}

.footer .footer-image-block .footer-block__image-wrapper {
  margin-bottom: 19px;
}

.footer .footer-image-block .rte p {
  display: inline;
  margin: 0 12px;
}

.footer .footer-image-block .rte p a {
  color: #A3A3A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.footer .footer-image-block {
  position: absolute;
  bottom: -120px;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper {
  justify-content: center;
}

.footer .footer__content-bottom .footer__copyright {
  margin: 0;
}

.footer .footer__content-bottom .footer__copyright a {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer .footer__content-bottom .footer__copyright .copyright__content {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 750px) {
  .footer-block--menu .footer-block__details-content {
    display: none;
  }

  .footer-block.open .footer-block__details-content {
    display: block;
    margin-left: 0;
    margin-bottom: 28px;
  }

  .footer-block--menu .footer-block__heading:before {
    content: url('https://cdn.shopify.com/s/files/1/0570/3195/0405/files/icons8_expand_arrow_2_3.svg?v=1707397041');
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -7px;
  }

  .footer-block.open .footer-block__heading:after {
    transform: rotate(180deg);
  }

  .page-watch-repairs .footer {
    padding-top: 30px;
  }

  .footer .footer__content-top {
    padding: 0 25px !important;
  }

  .footer .footer__blocks-wrapper .footer-block {
    margin: 0;
    margin-bottom: 20px;
  }

  .footer .footer-block .footer-block__heading {
    margin: 0;
  }

  .footer .footer-image-block,
  .footer .footer-image-block .footer-block-image {
    margin-bottom: 0 !important;
  }

  .footer .footer__blocks-wrapper .footer-brand_information {
    order: 5;
  }

  .footer .footer__blocks-wrapper {
    display: flex !important;
  }

  .footer .footer__blocks-wrapper .footer-brand_information .footer-block__heading {
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer .footer-brand_information .list-unstyled {
    justify-content: center !important;
  }

  .footer .footer__blocks-wrapper .footer-store-location-block {
    padding-left: 0;
  }

  .footer .footer__blocks-wrapper .footer-store-location-block .footer-block__heading {
    margin-bottom: 24px;
  }

  .footer .footer__blocks-wrapper .footer-store-location-block .footer-block__details-content {
    margin: 0;
  }
}

/* footer */
/* home-page */

.template-index .content-for-layout .page-width {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}

.template-index .banner {
  max-width: 1460px;
  margin: auto;
  min-height: 498px;
}

.template-index .banner.banner--large {
  min-height: 498px;
}

.template-index .banner .banner__content {
  padding: 0;
}

.template-index .banner .banner__content .banner__box {
  margin: 0 130px;
  padding: 0;
  min-width: auto;
}

.template-index .banner.banner--large .banner__content .banner__box {
  margin: 0 90px;
}

.template-index .banner.banner--medium {
  min-height: 498px;
}

.template-index .banner .banner__text {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}

.template-index .slideshow-banner .banner.banner--medium {
  min-height: 498px;
  width: 100%;
  max-width: 100%;
}

.template-index .slideshow-banner .banner {
  max-width: none !important;
  min-height: 700px !important;
}

.template-index .slideshow.banner {
  max-height: 700px;
}

.template-index .slideshow-banner .slideshow__text-wrapper {
  padding: 0;
}

.template-index .slideshow-banner .slideshow__text-wrapper:before {
  content: "";
  padding: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: %;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.57%, rgba(0, 0, 0, 0.8) 100%);
}

.template-index .slideshow-banner .slideshow__controls {
  border: none;
  position: static;
  z-index: 9;
}

.template-index .slideshow-banner .slideshow__controls .slideshow__autoplay {
  display: none !important;
}

.template-index .slideshow-banner .slideshow__controls .slider-button.slider-button--prev {
  left: 20px;
}

.template-index .slideshow-banner .slideshow__controls .slider-button.slider-button--next {
  right: 20px;
}

.template-index .slideshow-banner .slideshow__controls .slider-button svg {
  height: auto;
}

.template-index .slideshow-banner {
  position: relative;
}

.template-index .slideshow-banner .slideshow__controls .slider-button {
  position: absolute;
  top: calc(50% - 51px);
  z-index: 2;
}

.template-index .slideshow-banner .slideshow__controls .slider-counter__link {
  padding: 24px 6px;
}

.template-index .slideshow-banner .slideshow__controls .slider-counter__link .dot {
  width: 28px;
  height: 1px;
  border-radius: 20px;
  border: none;
  background: #DEDEDE;
}

.template-index .slideshow-banner .banner__text {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.template-index .slideshow-banner .slideshow__controls .slider-counter__link.slider-counter__link--active .dot {
  width: 28px;
  height: 1px;
  border: none;
  background: #ACACAC !important;
}

.template-index .slideshow-banner .slideshow__text {
  margin: 0 !important;
  max-width: 50%;
  width: 100%;
}

.template-index .slideshow-icon .slideshow {
  background: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  padding: 34px 10px;
  min-height: auto;
  max-width: none;
}

.template-index .slideshow-icon .slideshow .slideshow__slide {
  padding: 0 41px;
}

.template-index .slideshow-icon .slideshow__controls {
  display: none;
}

.template-index .slideshow-icon .slideshow .slideshow__media {
  background: transparent;
}

.template-index .slideshow-icon .slideshow .slideshow__media img {
  mix-blend-mode: darken;
}

.template-index .slideshow-icon .slideshow .slideshow__media:after {
  content: none;
}

.template-index .tabs-product-section {
  padding-top: 48px;
  padding-bottom: 52px;
}

.template-index .tabs-product-section .tablinks {
  cursor: pointer;
}

.template-index .tabs-product-section h2 {
  color: #5B5B5B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-index .collection .product-grid {
  padding: 0 25px;
  margin: 0;
  margin-top: 38px;
  gap: 38px;
  overflow-y: hidden;
  scroll-padding-left: 100%;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
}

.template-index .collection .product-grid .grid__item {
  max-width: calc(33% - 23px);
  width: 100%;
  margin: 0 !important;
  scroll-margin-left: 0 !important;
}

.template-index .collection .slider-component-full-width {
  max-width: none;
  padding: 0;
}

.template-index .collection .collection__title .title {
  text-align: center;
  margin-bottom: 48px;
  color: #5B5B5B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-index .collection .card__inner .card__content {
  display: none;
}

.template-index .collection .card__information {
  padding: 0;
  padding-top: 24px;
}

.template-index .collection .card__information .card__heading {
  margin-top: 12px;
}

.template-index .collection .card__information .caption-with-letter-spacing {
  display: block;
  text-transform: capitalize;
  margin: auto;
  text-align: left !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #5B5B5B;
  padding-bottom: 12px;
  margin-left: 0;
}

.template-index .collection .card__information .card__heading a {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
  text-align: left;
  float: left;
}

/* .template-index .collection .card__information .price {margin-top:20px !important;} */
.template-index .collection .card__information .price .price-item {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-index .collection .slider-buttons {
  width: 100%;
  justify-content: space-between;
  padding: 0 25px;
  max-width: 1344px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.template-index .collection .slider-buttons .slider-button--prev {
  left: 0px;
}

.template-index .collection .slider-buttons .slider-button--next {
  right: 0px;
}

.template-index .collection .slider-buttons .slider-button {
  position: absolute;
  top: calc(50% - 100px);
}

.template-index .collection .slider-buttons .slider-button svg {
  width: 28px;
  height: 28px;
}

.template-index .collection .slider-buttons .slider-counter {
  display: none;
}

.template-index .collection .media {
  background: #FFFFFF;
}

.template-index .collection .media img {
  mix-blend-mode: multiply;
}

.template-index .image-with-text .image-with-text__content {
  padding: 0 90px;
  background: #F7F7F7 !important;
}

.template-index .image-with-text .image-with-text__heading {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-index .image-with-text .image-with-text__text {
  margin-top: 18px;
  max-width: 385px;
}

.template-index .image-with-text .image-with-text__text p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-index .image-with-text .button {
  margin-top: 28px !important;
  padding: 0 24px;
  opacity: 2;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-index .image-with-text .button:after {
  box-shadow: none;
}

.template-index .image-with-text .button:hover {
  background: #333;
  color: #FFF;
}

.template-index .banner .banner__content--middle-center .banner__box {
  margin: 0;
}

.template-index .banner .banner__content--middle-center .banner__text {
  margin-top: 0;
}

.template-index .banner .banner__content--middle-center .banner__buttons {
  margin-top: 0;
}

.template-index .banner .banner__buttons .button {
  padding: 16px 24px 16px;
  min-width: 219px;
  height: 48px;
  font-size: 14px;
  line-height: 14px;
}

.template-index .banner .banner__buttons .button.button--secondary {
  background: transparent;
}

.template-index .banner.banner--small {
  min-height: 358px;
}

.template-index .multicolumn .multicolumn-list {
  gap: 8px;
}

.template-index .multicolumn .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0;
}

.template-index .multicolumn .multicolumn-list .multicolumn-card__info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.template-index .multicolumn .multicolumn-list .inline-richtext {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-index .multicolumn .multicolumn-list .rte {
  margin-top: 18px;
  max-width: 386px;
}

.template-index .multicolumn .multicolumn-list .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-index .multicolumn .multicolumn-list .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #fff;
  height: 48px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-index .multicolumn .multicolumn-list .link .icon-wrap {
  display: none;
}

.template-index .multicolumn .multicolumn-list .link:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.template-index .footer {
  margin-top: 43px;
}

.template-index .banner .h0 {
  font-size: 36px;
}

.template-index .banner .h1 {
  font-size: 24px;
}

.template-index .banner .h2 {
  font-size: 18px;
}

@media (max-width: 750px) {
  .template-index .banner .banner__box .banner-icon {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .template-index .banner__media img,
  .template-index .banner__media {
    position: static !important;
    min-height: 500px;
  }

  .template-index .banner .banner__content {
    height: 100%;
  }

  .template-index .banner__content {
    position: absolute;
  }

  .template-index .content-for-layout .page-width {
    padding: 0;
  }

  .template-index .slideshow.banner .banner__content .banner__box {
    margin: 0 !important;
    padding-bottom: 28px;
  }

  .template-index .slideshow-icon .slideshow .slideshow__slide {
    padding: 12px;
  }

  .template-index .slideshow-icon .slideshow {
    padding: 20px 0px;
  }

  .template-index .collection .product-grid {
    padding: 0 15px;
    gap: 28px;
  }

  .template-index .collection .product-grid .grid__item {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
  }

  .template-index .collection .slider-buttons .slider-button--prev {
    left: -5px;
  }

  .template-index .collection .slider-buttons .slider-button {
    top: calc(50% - 70px);
  }

  .template-index .collection .slider-buttons .slider-button--next {
    right: -5px;
  }

  .template-index .collection .card__information .caption-with-letter-spacing {
    font-size: 12px;
  }

  .template-index .banner.banner--large .banner__content .banner__box {
    margin: 0px 28px;
  }

  .template-index .banner {
    margin: 0;
  }

  .template-index .banner .banner__content .banner__box {
    margin: 0px 28px;
  }

  .template-index .banner.banner--medium {
    min-height: auto;
  }

  .template-index .banner.banner--mobile-bottom .banner__content .banner__box {
    margin: 0;
    padding: 30px 25px;
    max-width: none;
  }

  .template-index .banner.banner--mobile-bottom .banner__content .banner__box.color-inverse {
    background: #EFEFEF;
  }

  .template-index .banner.banner--mobile-bottom .banner__content .banner__box.color-background-2 {
    background: #000000;
  }

  .template-index .image-with-text .image-with-text__content {
    padding: 30px 28px;
  }

  .template-index .multicolumn .multicolumn-list .inline-richtext {
    font-size: 28px;
  }

  .template-index .multicolumn .multicolumn-list {
    padding: 30px 0px;
  }

  .template-index .slideshow-banner .slideshow__controls .slider-button {
    top: auto;
  }

  .template-index .slideshow-banner .slideshow__controls .slider-button.slider-button--next {
    right: 0;
  }

  .template-index .slideshow-banner .slideshow__controls .slider-button.slider-button--prev {
    left: 0;
  }

  .template-index .banner.banner--large .banner__content .banner__box {
    margin-bottom: auto;
    padding-top: 25px;
  }

  .template-index .slideshow.banner {
    max-height: 400px;
    min-height: 400px !important;
  }

  .template-index .slideshow-banner .slideshow__text-wrapper:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  }
}

/* home-page */
/* template-collection */
.template-collection .collection-hero {
  padding: 0 !important;
  margin-top: 40px;
}

.template-collection .collection-hero .collection-hero__inner {
  max-width: none;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.template-collection .collection-hero .collection-hero__inner .collection-hero__image-container {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.template-collection .collection-hero .collection-hero__text-wrapper {
  padding: 0;
  z-index: 2;
}

.template-collection .collection-hero .collection-hero__title {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.template-collection .collection-hero .collection-hero__description {
  margin: 0;
  max-width: 600px;
  text-align: center;
  margin-top: 13px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.template-collection .slideshow-icon {
  padding: 0 !important;
  max-width: none !important;
  background: #F5F5F5;
}

.template-collection .slideshow-icon .slideshow {
  justify-content: space-between;
  align-items: center;
  padding: 34px 10px;
  min-height: auto;
  max-width: none;
}

.template-collection .slideshow-icon .slideshow .slideshow__slide {
  padding: 0 41px;
}

.template-collection .slideshow-icon .slideshow__controls {
  display: none;
}

.template-collection .slideshow-icon .slideshow .slideshow__media {
  background: transparent;
}

.template-collection .slideshow-icon .slideshow .slideshow__media img {
  mix-blend-mode: multiply;
}

.template-collection .slideshow-icon .slideshow .slideshow__media:after {
  content: none;
}

.template-collection .product-grid-wrap .page-width {
  max-width: 1440px;
  padding: 0 41px;
}

.template-collection .product-grid-wrap .facets-container {
  padding: 0;
}

.template-collection .product-grid-wrap .facets-container .product-count {
  display: none;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper .mobile-facets__open-label.hide-ft {
  display: none;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper .mobile-facets__open-label.show-ft {
  display: block;
}

.template-collection .product-grid-wrap .facets-container .menu-opening .mobile-facets__open-wrapper .mobile-facets__open-label.hide-ft {
  display: block;
}

.template-collection .product-grid-wrap .facets-container .menu-opening .mobile-facets__open-wrapper .mobile-facets__open-label.show-ft {
  display: none;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper {
  border: 1px solid #242424;
  padding: 10px 24px;
  padding-left: 18px;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper .mobile-facets__open {
  padding: 0;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper .mobile-facets__open .icon-filter {
  width: 24px;
  height: 24px;
}

.template-collection .product-grid-wrap .facets-container .mobile-facets__open-wrapper .mobile-facets__open-label {
  color: #242424;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.8px;
}

.template-collection .product-grid-wrap .facets-container .facets .facet-filters__label {
  margin-right: 8px;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.template-collection .product-grid-wrap .facets-container .facets .select .icon {
  top: 4px;
  height: 24px;
  width: 24px;
}

.template-collection .product-grid-container .product-grid {
  margin-top: 74px;
  column-gap: 35px;
  row-gap: 86px;
}

.template-collection .product-grid-wrap .facets-container .facets .select .facet-filters__sort {
  color: #2F2F2F;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-right: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.template-collection .product-grid-container .product-grid .grid__item {
  max-width: calc(25% - 27px);
}

.template-collection .product-grid-container .product-grid .grid__item:hover {
  background: #FAFAFA;
}

.template-collection .product-grid-container .grid__item .card__inner .card__content {
  display: none;
}

.template-collection .product-grid-container .grid__item .card__information {
  padding: 0;
  padding-top: 32px;
  padding-bottom: 24px;
}

.template-collection .product-grid-container .grid__item .card__information .card__heading {
  margin: 0 !important;
  padding: 0 21px;
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.template-collection .product-grid-container .grid__item .card__information .price {
  margin-top: 14px !important;
  display: flex;
  justify-content: center;
}

.template-collection .product-grid-container .grid__item .card__information .price-item {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.template-collection .product-grid-container .grid__item .quick-add {
  margin: 0;
}

.template-collection .product-grid-container .grid__item .quick-add .button {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  opacity: 1;
  border: 1px solid #000;
  background: #FFF;
  max-width: 174px;
  min-width: auto;
  margin: auto;
}

.template-collection .product-grid-container .grid__item .quick-add .button:hover {
  background: #2F2F2F;
  border: none;
  color: #FFF;
}

.template-collection .product-grid-container .grid__item .quick-add .button:after {
  box-shadow: none;
}

.template-collection .product-grid-container .grid__item .card__content {
  padding-bottom: 34px;
}

.template-collection .product-grid-container .grid__item .media {
  background: #FAFAFA;
}

.template-collection .product-grid-container .grid__item .media img {
  mix-blend-mode: multiply;
}

.template-collection .multicolumn .multicolumn-list {
  gap: 8px;
}

.template-collection .multicolumn .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0;
}

.template-collection .multicolumn .multicolumn-list .multicolumn-card__info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.template-collection .multicolumn .multicolumn-list .inline-richtext {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-collection .multicolumn .multicolumn-list .rte {
  margin-top: 18px;
  max-width: 386px;
}

.template-collection .multicolumn .multicolumn-list .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-collection .multicolumn .multicolumn-list .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #FFFFFF;
  height: 48px;
  display: flex;
  align-items: center;
  background: #transparent;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-collection .multicolumn .multicolumn-list .link .icon-wrap {
  display: none;
}

.template-collection .multicolumn .multicolumn-list .link:hover {
  background: transparent;
  border: 2px solid #CCB17B;
}

.template-collection .multicolumn .page-width {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.template-collection .banner.banner--small {
  max-width: 1344px;
  margin: 0 auto;
  min-height: 298px !important;
}

.template-collection .banner .banner__heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-collection .banner .banner__text {
  margin-top: 18px;
}

.template-collection .banner .banner__text p {
  color: #5B5B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.template-collection .banner .banner__buttons {
  margin-top: 28px;
}

.template-collection .banner .banner__buttons .button {
  border: 1px solid #333;
  background: transparent;
  opacity: 1;
  padding: 0 24px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-collection .banner .banner__buttons .button:after {
  box-shadow: none;
}

.template-collection .banner .banner__buttons .button:hover {
  background: #333;
  color: #fff;
}

.template-collection .footer {
  margin-top: 54px;
}

@media (max-width: 1440px) {
  .template-collection .banner.banner--small {
    margin: 0 48px;
  }
}

@media (max-width: 750px) {
  .template-collection .product-grid-container .product-grid {
    margin-top: 38px;
    column-gap: 18px;
    row-gap: 25px;
  }

  .template-collection .product-grid-wrap .page-width {
    padding: 0 15px;
  }

  .template-collection .product-grid-container .product-grid .grid__item {
    max-width: calc(50% - 9px);
  }

  .template-collection .product-grid-container .grid__item .card__information {
    padding: 15px 0 9px;
  }

  .template-collection .product-grid-container .grid__item .card__content {
    padding: 0;
  }

  .template-collection .product-grid-container .grid__item .card__information .price {
    margin-top: 3px !important;
  }

  .template-collection .multicolumn .page-width {
    padding: 30px 15px;
  }

  .template-collection .multicolumn .multicolumn-list .inline-richtext {
    font-size: 28px;
  }

  .template-collection .multicolumn .multicolumn-list {
    padding: 0;
  }

  .template-collection .slideshow-icon .slideshow {
    padding: 20px 0;
  }

  .template-collection .slideshow-icon .slideshow .slideshow__slide {
    padding: 12px;
  }

  .template-collection .collection-hero {
    margin-top: 0;
  }
}

/* template-collection */
/* template-product */
.cash-wire-price {
  background: grey;
  color: #fff;
  padding: 8px 10px;
  border-radius: 26px;
  font-size: 1.2rem;
}

.template-product .price-item.price-item--sale {
  font-weight: 700;
}

.template-product .multicolumn .multicolumn-list {
  gap: 8px;
}

.template-product .multicolumn .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0;
}

.template-product .multicolumn .multicolumn-list .multicolumn-card__info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.template-product .multicolumn .multicolumn-list .inline-richtext {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .multicolumn .multicolumn-list .rte {
  margin-top: 18px;
  max-width: 386px;
}

.template-product .multicolumn .multicolumn-list .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-product .multicolumn .multicolumn-list .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #FFFFFF;
  height: 48px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .multicolumn .multicolumn-list .link .icon-wrap {
  display: none;
}

.template-product .multicolumn .multicolumn-list .link:hover {
  background: transparent;
  border: 2px solid #CCB17B;
}

.template-product .page-width {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.template-product .banner {
  max-width: 1344px;
  margin: 0 auto;
  min-height: 498px !important;
}

.template-product .banner .banner__heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .template-product .banner .banner__box:before{content:url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Ellipse_4_1.svg?v=1703019002"); width:100px; height:100px; margin: 0 auto; display:block; margin-bottom:28px;} */
.template-product .banner .banner__box {
  padding: 0;
}

.template-product .banner .banner__content {
  padding: 0;
}

.template-product .banner .banner__text {
  margin-top: 28px;
  max-width: 519px;
}

.template-product .banner .banner__text p {
  color: #5B5B5B;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.template-product .banner .banner__buttons {
  margin-top: 38px;
}

.template-product .banner .banner__buttons .button {
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  padding: 0 24px;
  color: #CCB17B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .banner .banner__buttons .button:after {
  box-shadow: none;
}

.template-product .banner .banner__buttons .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.template-product .image-with-text .image-with-text__content {
  background: #F7F7F7 !important;
  align-items: center;
}

.template-product .image-with-text .image-with-text__content:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Rolex_logo_1_1.svg?v=1703019564");
  width: 131px;
  height: 79px;
  display: block;
  margin-bottom: 34px;
}

.template-product .image-with-text .rte p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .image-with-text .image-with-text__content .button {
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .image-with-text .image-with-text__content .button:after {
  box-shadow: none;
}

.template-product .image-with-text .image-with-text__content .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.template-product .footer {
  margin-top: 52px;
}

.template-product .product {
  justify-content: space-between;
}

.template-product .product .product__info-wrapper {
  padding: 68px;
  padding-top: 18px;
}

.template-product .product .product__info-wrapper .product__info-container .brend-logo img {
  display: block;
  margin: auto;
  margin-bottom: 0px;
}

.template-product .product .product__info-wrapper .product__info-container div {
  margin: 0;
}

.template-product .product .product__info-wrapper .product__info-container .price {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.template-product .product .product__info-container .product__sku {
  color: #A3A3A3;
  margin-bottom: 21px !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .product .product__info-container .product__sku:before {
  content: "";
  display: block;
  margin: auto;
  margin-bottom: 26px !important;
  width: 38px;
  border: solid 1px #F1F1F1;
}

.template-product .product .product__title {
  margin: 0;
}

.template-product .product .product__info-container .product__title h1 {
  color: #2F2F2F;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}

.template-product .product .product__info-container .product__text.subtitle {
  margin-top: 38px !important;
  color: #2F2F2F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .product .product__info-container .product__description {
  margin-top: 12px !important;
  margin-bottom: 32px !important;
}

.template-product .product .product__info-container .product-form {
  margin: 0;
}

.template-product .product .product__info-container .product-form__submit {
  max-width: 304px;
  margin: auto;
  margin-bottom: 17px;
  background: #2F2F2F;
  height: 56px;
  opacity: 1;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.template-product .product .product__info-container .product-form__submit:hover {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

.template-product .product .product__info-container .shopify-payment-button__button {
  border: 1px solid #CCB17B;
  text-transform: uppercase;
  background: #FFF;
  opacity: 1;
  max-width: 304px;
  height: 56px;
  margin: auto;
  color: var(--Main-Text, #2F2F2F);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

.template-product .product .product__info-container .shopify-payment-button__button:after {
  box-shadow: none;
}

.template-product .product .product__info-container .shopify-payment-button__button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.template-product .product .product__info-container .product__description span {
  color: #686868;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.template-product .product .product__info-wrapper .product__info-container {
  max-width: 463px;
}

.template-product .product .product-block__brand-info .product-block__heading {
  margin: 0;
}

.template-product .product .product-block__brand-info {
  margin-top: 28px !important;
}

.template-product .product .product-block__brand-info:before {
  content: "";
  padding-bottom: 26px;
  display: block;
  margin: auto;
  width: 38px;
  border-top: solid 1px #F1F1F1;
}

.template-product .product .product-block__brand-info .product-block__heading {
  color: #A3A3A3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .product .product-block__brand-info .list-unstyled {
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.template-product .product .product-block__brand-info .list-unstyled .link {
  padding: 0;
}

.template-product .product .product-block__brand-info .icon-tiktok-wrap {
  width: 18px;
  height: 18px;
}

.template-product .product .grid__item {
  max-width: calc(50% - 10px) !important;
  width: 100%;
}

.template-product .product .product__media-list .product__media-item {
  max-width: 100% !important;
}

.template-product .product .product__media-list .product-media-container {
  border: none;
}

.template-product .product .product__media-list .product__media {
  background: #F9F9F9;
}

.template-product .product .product__media-list .product__media img {
  mix-blend-mode: multiply;
}

.template-product .product .product__media-list {
  margin-bottom: 38px;
}

.template-product .product .thumbnail-list {
  gap: 5px;
}

.template-product .product .thumbnail-list .global-media-settings {
  background: #F9F9F9;
  border: none;
}

.template-product .product .thumbnail-list .global-media-settings img {
  mix-blend-mode: multiply;
}

.template-product .product-info_description {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 58px;
  display: flex;
  gap: 48px;
}

.template-product .product-info_description .product-details-wrapr {
  max-width: 100%;
  width: 100%;
}

.template-product .product-info_description .product-details-wrapr ul li {
  max-width: 50%;
  width: 100%;
}

.template-product .product-info_description .product_in_the_box {
  max-width: 50%;
  padding-left: 48px;
  width: 100%;
}

.template-product .product-info_description .product-details-wrapr .product-details-title {
  margin: 0;
  border-bottom: solid 1px #F1F1F1;
  padding-bottom: 33px;
  color: #2F2F2F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .product-info_description .product_in_the_box .product-details-title {
  margin: 0;
  border-bottom: solid 1px #F1F1F1;
  padding-bottom: 28px;
  padding-top: 13px;
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .product-info_description .product-details-wrapr ul {
  margin: 0;
  padding: 0;
  margin-top: 38px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
}

.template-product .product-info_description .product-details-wrapr .second-description {
  margin-top: 38px;
  max-width: 40%;
}

.template-product .product-info_description .product-details-wrapr .product-details-content {
  display: flex;
}

.template-product .product-info_description .product-details-wrapr .product-details-item {
  margin: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  color: #686868;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-product .product-info_description .product-details-wrapr .product-details-item span {
  color: #2F2F2F;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.template-product .product-info_description .product_in_the_box ul {
  margin: 0;
  margin-top: 33px;
  padding: 0;
  list-style: none;
}

.template-product .product-info_description .product_in_the_box ul li {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 12px;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .related-products .product-grid {
  margin: 0;
  margin-top: 38px;
  gap: 38px;
  scroll-padding-left: 100%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
}

.template-product .related-products .product-grid .grid__item {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 19px;
}

.template-product .related-products .related-products__heading {
  text-align: center;
  margin-bottom: 48px;
  color: #5B5B5B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-product .related-products .card__inner .card__content {
  display: none;
}

.template-product .related-products .card__information {
  padding: 0;
  padding-top: 24px;
}

.template-product .related-products .card__information .card__heading {
  margin-top: 12px;
}

.template-product .related-products .card__information .caption-with-letter-spacing {
  color: #CCB17B;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .related-products .card__information .card__heading a {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.template-product .related-products .card__information .price {
  margin-top: 20px !important;
}

.template-product .related-products .card__information .price .price-item {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-product .related-products .media {
  background: #FAFAFA;
}

.template-product .related-products .media img {
  mix-blend-mode: multiply;
}

.template-product .related-products .owl-stage {
  display: flex;
}

.template-product .related-products .owl-stage-outer {
  overflow: hidden;
}

.template-product .related-products .owl-nav {
  display: none;
}

.template-product .related-products .owl-dots {
  display: none;
}

@media (max-width: 1440px) {
  .template-product .banner {
    margin: 0 48px;
  }
}

@media (max-width: 749px) {
  .template-product .footer {
  margin-top: 10px;
}
  .template-product .product-info_description .product-details-wrapr .product-details-content {
    flex-direction: column;
  }

  .template-product .product-info_description .product-details-wrapr ul,
  .template-product .product-info_description .product-details-wrapr .second-description {
    max-width: 100%;
  }

  .template-product .product {
    flex-direction: column;
    gap: 38px !important;
  }

  .template-product .page-width {
    padding: 0;
  }

  .template-product .product .product__info-wrapper {
    padding: 0;
  }

  .template-product .product .grid__item {
    max-width: 100% !important;
  }

  .template-product .product .product__media-list .product__media-item {
    margin: 0 10px !important;
    padding: 0;
  }

  .template-product .product .product__media-list {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .template-product .product .grid__item {
    padding: 0 15px;
  }

  .template-product .product .thumbnail-slider .thumbnail-list {
    gap: 15px;
    margin: 0 15px;
  }

  .template-product .product .thumbnail-slider .thumbnail-list .thumbnail-list__item {
    width: calc(25% - 11px);
  }

  .template-product .product .thumbnail-slider .slider-button {
    position: absolute;
    z-index: 10;
    width: 35px;
    height: 35px;
    padding: 0;
  }

  .template-product .product .thumbnail-slider .slider-button .icon {
    height: 28px;
    width: 28px;
  }

  .template-product .product .thumbnail-slider .slider-button.slider-button--next {
    right: 0;
  }

  .template-product .product .thumbnail-slider .slider-button.slider-button--prev {
    left: 0;
  }

  .template-product .product .product__info-wrapper .product__info-container {
    max-width: none;
    margin-top: 38px;
  }

  .template-product .product-info_description {
    gap: 32px;
    flex-direction: column;
    padding: 0 28px;
  }

  .template-product .product-info_description .product-details-wrapr {
    max-width: 100%;
  }

  .template-product .product-info_description .product_in_the_box {
    max-width: 100%;
    padding-left: 0px;
  }

  .template-product .banner .banner__box {
    margin: 0 28px;
  }

  .template-product .banner {
    margin: 15px 0;
    min-height: 370px !important;
  }

  .template-product .banner .banner__box:before {
    content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Ellipse_4_b18b3723-3f9e-4baf-b967-a72e782e2c53.svg?v=1711710212");
    width: 73px;
    height: 73px;
    margin-bottom: 18px;
  }

  .template-product .banner .banner__buttons {
    margin-top: 5px;
  }

  .template-product .multicolumn .multicolumn-list {
    padding: 30px 15px;
  }

  .template-product .multicolumn .multicolumn-list .inline-richtext {
    font-size: 28px;
  }

  .template-product .related-products {
    margin-bottom: 40px;
    margin-top: 30px;
  }


  .template-product .related-products .related-products__heading {
    margin: 0;
  }
}

/* template-product */
/* page-certified-rolex-watches */
.page-certified-rolex-watches .multicolumn .title-wrapper-with-link {
  margin: 0;
}

.page-certified-rolex-watches .multicolumn .title-wrapper-with-link .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #5B5B5B;
}
  .template-product .related-products.custom {
    margin: 0;
    padding: 0;
  }
.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop {
  margin-top: 100px;
  column-gap: 38px;
  row-gap: 58px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card {
  position: relative;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-list__item {
  max-width: calc(33.33% - 26px);
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__image-wrapper {
  margin: 0;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__info {
  padding: 0;
  margin-top: 40px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .inline-richtext {
  color: #898989;
  font-size: 12px;
  line-height: 22px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link .icon-wrap {
  display: none;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link {
  margin-top: 12px;
  font-size: 14px;
  color: #5B5B5B;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop {
  gap: 8px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .multicolumn-card__image-wrapper {
  margin: 0;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .multicolumn-card__info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .inline-richtext {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .rte {
  margin-top: 18px;
  max-width: 386px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #CCB17B;
  height: 48px;
  display: flex;
  align-items: center;
  background: #CCB17B;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link .icon-wrap {
  display: none;
}

.page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link:hover {
  background: transparent;
  border: 2px solid #CCB17B;
}

.page-certified-rolex-watches .page-width {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.page-certified-rolex-watches .banner {
  max-width: 1344px;
  margin: 0 auto;
  min-height: 498px !important;
}

.page-certified-rolex-watches .banner .banner__heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .banner .banner__box:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Ellipse_4_1.svg?v=1703019002");
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 28px;
}

.page-certified-rolex-watches .banner .banner__box {
  padding: 0;
}

.page-certified-rolex-watches .banner .banner__content {
  padding: 0;
}

.page-certified-rolex-watches .banner .banner__text {
  margin-top: 28px;
  max-width: 519px;
}

.page-certified-rolex-watches .banner .banner__text p {
  color: #5B5B5B;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.page-certified-rolex-watches .banner .banner__buttons {
  margin-top: 38px;
}

.page-certified-rolex-watches .banner .banner__buttons .button {
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  padding: 0 24px;
  color: #CCB17B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .banner .banner__buttons .button:after {
  box-shadow: none;
}

.page-certified-rolex-watches .banner .banner__buttons .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.page-certified-rolex-watches .banner.banner--small {
  min-height: 278px !important;
}

.page-certified-rolex-watches .banner .banner__content--middle-left .banner__box {
  margin: 0 103px;
  min-width: auto;
}

.page-certified-rolex-watches .banner.banner--small .banner__text {
  max-width: max-content;
  margin-top: 18px;
}

.page-certified-rolex-watches .banner.banner--small .banner__content--middle-left .banner__box:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Rolex_logo_1_2.svg?v=1703177797");
  width: 131px;
  height: 79px;
  margin: 0 auto;
  display: block;
}

.page-certified-rolex-watches .banner .banner__content--middle-left .banner__text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .image-with-text .image-with-text__content {
  background: #F7F7F7 !important;
  align-items: center;
}

.page-certified-rolex-watches .image-with-text .image-with-text__content:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Rolex_logo_1_1.svg?v=1703019564");
  width: 131px;
  height: 79px;
  display: block;
  margin-bottom: 34px;
}

.page-certified-rolex-watches .image-with-text .rte p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .image-with-text .image-with-text__content .button {
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .image-with-text .image-with-text__content .button:after {
  box-shadow: none;
}

.page-certified-rolex-watches .image-with-text .image-with-text__content .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.page-certified-rolex-watches .rich-text .rich-text__heading {
  color: #242424;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.page-certified-rolex-watches .rich-text .rich-text__heading strong {
  color: #CCB17B;
  display: block;
  margin-bottom: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.page-certified-rolex-watches .rich-text .rich-text__text {
  margin: auto;
  margin-top: 28px;
  max-width: 691px;
}

.page-certified-rolex-watches .rich-text .rich-text__text p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.page-certified-rolex-watches .collection .page-width {
  max-width: 1344px;
  padding: 0 67px;
}

.page-certified-rolex-watches .collection .collection__title {
  margin-bottom: 101px;
}

.page-certified-rolex-watches .collection .collection__title .title {
  margin: 0;
  color: #5B5B5B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.page-certified-rolex-watches .collection .product-grid.grid--3-col-desktop {
  margin: 0;
  column-gap: 38px;
  row-gap: 58px;
}

.page-certified-rolex-watches .collection .product-grid.grid--3-col-desktop .grid__item {
  max-width: calc(33.33% - 26px);
  width: 100%;
}

.page-certified-rolex-watches .collection .card .media {
  background: #FAFAFA;
}

.page-certified-rolex-watches .collection .card .media img {
  mix-blend-mode: multiply;
}

.page-certified-rolex-watches .collection .card .card__information {
  padding: 0;
  padding-top: 28px;
}

.page-certified-rolex-watches .collection .card .card__information .card__heading {
  margin-top: 8px;
  color: #5B5B5B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-rolex-watches .collection .card .card__information .caption-with-letter-spacing {
  margin: 0;
  color: #898989;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.page-certified-rolex-watches .collection .card .card__information .price {
  display: none;
}

.page-certified-rolex-watches .footer {
  margin-top: 66px;
}

@media (max-width: 1440px) {
  .page-certified-rolex-watches .banner {
    margin: 0 48px;
  }
}

@media (max-width: 750px) {
  .page-certified-rolex-watches .banner {
    margin: 0;
    margin-top: 20px;
  }

  .page-certified-rolex-watches .image-with-text .image-with-text__grid {
    flex-direction: column-reverse;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop {
    margin-top: 35px;
    padding: 0;
    row-gap: 28px;
    column-gap: 13px;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop .inline-richtext {
    font-size: 28px;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-list__item {
    max-width: calc(50% - 6.5px);
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__info {
    margin-top: 16px;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .inline-richtext {
    font-size: 10px;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link {
    font-size: 12px;
  }

  .page-certified-rolex-watches .multicolumn .multicolumn-list.grid--2-col-desktop {
    padding: 0;
  }

  .page-certified-rolex-watches .rich-text .rich-text__heading {
    font-size: 25px;
    line-height: 35px !important;
  }

  .page-certified-rolex-watches .banner.banner--small {
    margin: 0;
    min-height: 302px !important;
  }

  .page-certified-rolex-watches .banner.banner--small .banner__content {
    display: flex;
    align-items: flex-start;
    padding-top: 18px !important;
  }

  .page-certified-rolex-watches .banner.banner--small .banner__text {
    margin: auto;
    margin-top: 16px;
  }

  .page-certified-rolex-watches .banner .banner__content--middle-left .banner__box {
    margin: 0 auto;
  }

  .page-certified-rolex-watches .banner .banner__content--middle-left .banner__text p {
    font-size: 12px;
  }

  .page-certified-rolex-watches main .page-width {
    padding: 0 !important;
  }

  .page-certified-rolex-watches .collection .collection__title {
    margin-bottom: 48px;
  }

  .page-certified-rolex-watches .collection .product-grid.grid--3-col-desktop {
    margin: 0;
    column-gap: 28px;
    row-gap: 43px;
  }

  .page-certified-rolex-watches .collection .product-grid.grid--3-col-desktop .grid__item {
    max-width: calc(50% - 14px);
  }

  .page-certified-rolex-watches .multicolumn .page-width {
    padding: 30px 15px !important;
  }

}

/* page-certified-rolex-watches */
/* page-certified-omega-watches */
.page-certified-omega-watches .multicolumn .title-wrapper-with-link {
  margin: 0;
}

.page-certified-omega-watches .multicolumn .title-wrapper-with-link .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #5B5B5B;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop {
  margin-top: 100px;
  column-gap: 38px;
  row-gap: 58px;
  justify-content: center;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card {
  position: relative;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-list__item {
  max-width: calc(33.33% - 26px);
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__image-wrapper {
  margin: 0;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__info {
  padding: 0;
  margin-top: 40px;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .inline-richtext {
  color: #898989;
  font-size: 12px;
  line-height: 22px;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link .icon-wrap {
  display: none;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link {
  margin-top: 12px;
  font-size: 14px;
  color: #5B5B5B;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop {
  gap: 8px;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .multicolumn-card__image-wrapper {
  margin: 0;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .multicolumn-card__info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .inline-richtext {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .rte {
  margin-top: 18px;
  max-width: 386px;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #CCB17B;
  height: 48px;
  display: flex;
  align-items: center;
  background: #CCB17B;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link .icon-wrap {
  display: none;
}

.page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .link:hover {
  background: transparent;
  border: 2px solid #CCB17B;
}

.page-certified-omega-watches .page-width {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.page-certified-omega-watches .banner {
  max-width: 1344px;
  margin: 0 auto;
  min-height: 498px !important;
}

.page-certified-omega-watches .banner .banner__heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .banner .banner__box:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Ellipse_4_1.svg?v=1703019002");
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 28px;
}

.page-certified-omega-watches .banner .banner__box {
  padding: 0;
}

.page-certified-omega-watches .banner .banner__content {
  padding: 0;
}

.page-certified-omega-watches .banner .banner__text {
  margin-top: 28px;
  max-width: 519px;
}

.page-certified-omega-watches .banner .banner__text p {
  color: #5B5B5B;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.page-certified-omega-watches .banner .banner__buttons {
  margin-top: 38px;
}

.page-certified-omega-watches .banner .banner__buttons .button {
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  padding: 0 24px;
  color: #CCB17B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .banner .banner__buttons .button:after {
  box-shadow: none;
}

.page-certified-omega-watches .banner .banner__buttons .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.page-certified-omega-watches .banner.banner--small {
  min-height: 278px !important;
}

.page-certified-omega-watches .banner .banner__content--middle-left .banner__box {
  margin: 0 103px;
  min-width: auto;
}

.page-certified-omega-watches .banner.banner--small .banner__text {
  max-width: max-content;
  margin-top: 18px;
}

.page-certified-omega-watches .banner.banner--small .banner__content--middle-left .banner__box:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Omega_Logo_1.svg?v=1703180242");
  width: 128px;
  height: 68px;
  margin: 0 auto;
  display: block;
}

.page-certified-omega-watches .banner .banner__content--middle-left .banner__text p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .image-with-text .image-with-text__content {
  background: #F7F7F7 !important;
  align-items: center;
}

.page-certified-omega-watches .image-with-text .image-with-text__content:before {
  content: url("https://cdn.shopify.com/s/files/1/0570/3195/0405/files/Omega_Logo_1.svg?v=1703180242");
  width: 128px;
  height: 68px;
  display: block;
  margin-bottom: 34px;
}

.page-certified-omega-watches .image-with-text .rte p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .image-with-text .image-with-text__content .button {
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid #CCB17B;
  background: transparent;
  opacity: 1;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .image-with-text .image-with-text__content .button:after {
  box-shadow: none;
}

.page-certified-omega-watches .image-with-text .image-with-text__content .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

.page-certified-omega-watches .rich-text .rich-text__heading {
  color: #242424;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.page-certified-omega-watches .rich-text .rich-text__heading strong {
  color: #CCB17B;
  display: block;
  margin-bottom: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.page-certified-omega-watches .rich-text .rich-text__text {
  margin: auto;
  margin-top: 28px;
  max-width: 691px;
}

.page-certified-omega-watches .rich-text .rich-text__text p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.page-certified-omega-watches .collection .page-width {
  max-width: 1344px;
  padding: 0 67px;
}

.page-certified-omega-watches .collection .collection__title {
  margin-bottom: 101px;
}

.page-certified-omega-watches .collection .collection__title .title {
  margin: 0;
  color: #5B5B5B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.page-certified-omega-watches .collection .product-grid.grid--3-col-desktop {
  margin: 0;
  column-gap: 38px;
  row-gap: 58px;
}

.page-certified-omega-watches .collection .product-grid.grid--3-col-desktop .grid__item {
  max-width: calc(33.33% - 26px);
  width: 100%;
}

.page-certified-omega-watches .collection .product-grid {
  justify-content: center;
}

.page-certified-omega-watches .collection .card .media {
  background: #FAFAFA;
}

.page-certified-omega-watches .collection .card .media img {
  mix-blend-mode: multiply;
}

.page-certified-omega-watches .collection .card .card__information {
  padding: 0;
  padding-top: 28px;
}

.page-certified-omega-watches .collection .card .card__information .card__heading {
  margin-top: 8px;
  color: #5B5B5B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-certified-omega-watches .collection .card .card__information .caption-with-letter-spacing {
  margin: 0;
  color: #898989;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.page-certified-omega-watches .collection .card .card__information .price {
  display: none;
}

.page-certified-omega-watches .footer {
  margin-top: 66px;
}

@media (max-width: 1440px) {
  .page-certified-omega-watches .banner {
    margin: 0 48px;
  }
}

@media (max-width: 750px) {
  .page-certified-omega-watches .banner {
    margin: 0;
    margin-top: 20px;
  }

  .page-certified-omega-watches .image-with-text .image-with-text__grid {
    flex-direction: column-reverse;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop {
    margin-top: 35px;
    padding: 0;
    row-gap: 28px;
    column-gap: 13px;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop .inline-richtext {
    font-size: 28px;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-list__item {
    max-width: calc(50% - 6.5px);
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .multicolumn-card__info {
    margin-top: 16px;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .inline-richtext {
    font-size: 10px;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--3-col-desktop .link {
    font-size: 12px;
  }

  .page-certified-omega-watches .multicolumn .multicolumn-list.grid--2-col-desktop {
    padding: 0;
  }

  .page-certified-omega-watches .rich-text .rich-text__heading {
    font-size: 25px;
    line-height: 35px !important;
  }

  .page-certified-omega-watches .banner.banner--small {
    margin: 0;
    min-height: 302px !important;
  }

  .page-certified-omega-watches .banner.banner--small .banner__content {
    display: flex;
    align-items: flex-start;
    padding-top: 18px !important;
  }

  .page-certified-omega-watches .banner.banner--small .banner__text {
    margin: auto;
    margin-top: 16px;
  }

  .page-certified-omega-watches .banner .banner__content--middle-left .banner__box {
    margin: 0 auto;
  }

  .page-certified-omega-watches .banner .banner__content--middle-left .banner__text p {
    font-size: 12px;
  }

  .page-certified-omega-watches main .page-width {
    padding: 0 !important;
  }

  .page-certified-omega-watches .collection .collection__title {
    margin-bottom: 48px;
  }

  .page-certified-omega-watches .collection .product-grid.grid--3-col-desktop {
    margin: 0;
    column-gap: 28px;
    row-gap: 43px;
  }

  .page-certified-omega-watches .collection .product-grid.grid--3-col-desktop .grid__item {
    max-width: calc(50% - 14px);
  }

  .page-certified-omega-watches .multicolumn .page-width {
    padding: 30px 15px !important;
  }

  .footer .footer-block .footer-block__heading {
    display: flex;
    align-items: center;
  }
}

/* page-certified-omega-watches */
/* page-watch-repairs */

.page-watch-repairs .banner.banner--medium {
  max-width: 1416px;
  margin: auto;
  height: 398px;
  min-height: auto;
}

.page-watch-repairs .banner.banner--medium .banner__heading {
  letter-spacing: normal;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-watch-repairs .banner.banner--medium .banner__text {
  margin: 0 auto;
  margin-top: 24px;
  max-width: 338px;
}

.page-watch-repairs .banner.banner--medium .banner__text p {
  letter-spacing: normal;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-watch-repairs .rich-text {
  padding-top: 38px;
  padding-bottom: 48px;
}

.page-watch-repairs .rich-text .rich-text__text {
  max-width: 693px;
  margin: 0 auto;
  margin-top: 28px;
}

.page-watch-repairs .rich-text .rich-text__text p {
  letter-spacing: normal;
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* .page-watch-repairs .rich-text .rich-text__blocks:before {content:url("https://cdn.shopify.com/s/files/1/0750/5310/5463/files/Group_380.svg?v=1696155797");} */

.page-watch-repairs .image-with-text {
  padding: 0 48px;
  max-width: none;
}

.page-watch-repairs .image-with-text .image-with-text__grid {
  max-width: 1416px;
  margin: auto;
  padding: 42px 0;
  padding-left: 38px;
  background: #FBFBFB;
}

.page-watch-repairs .image-with-text .image-with-text__text-item .image-with-text__content {
  padding: 0;
  padding-right: 10px;
  background: transparent;
}

.page-watch-repairs .image-with-text .image-with-text__text-item .image-with-text__text p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  letter-spacing: normal;
}

.page-watch-repairs .image-with-text .image-with-text__text-item .image-with-text__text {
  max-width: 637px;
  margin-left: 5px;
}

.page-watch-repairs .image-with-text .image-with-text__media-item {
  padding-right: 43px;
}

.page-watch-repairs .multicolumn .page-width {
  max-width: 761px;
  padding: 0;
  padding-top: 65px;
  padding-bottom: 114px;
}

.page-watch-repairs .multicolumn .title {
  letter-spacing: normal;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-watch-repairs .multicolumn .title-wrapper-with-link {
  margin-bottom: 74px;
}

.page-watch-repairs .multicolumn .multicolumn-list__item:nth-child(1) {
  max-width: 385px;
  width: 100%;
}

.page-watch-repairs .multicolumn .multicolumn-list__item:nth-child(2) {
  max-width: 251px;
  width: 100%;
}

.page-watch-repairs .multicolumn .multicolumn-card__info {
  padding: 0;
}

.page-watch-repairs .multicolumn .multicolumn-card__info .rte ul {
  padding: 0;
}

.page-watch-repairs .multicolumn .multicolumn-card__info .rte ul li {
  letter-spacing: normal;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.page-watch-repairs .multicolumn .multicolumn-list {
  justify-content: space-between;
}

.page-watch-repairs .collection {
  padding-top: 0px;
}

.page-watch-repairs .collection .title {
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}

.page-watch-repairs .collection .title:after {
  content: " ";
  display: block;
  max-width: 391px;
  height: 1px;
  background: rgba(0, 12, 124, 0.10);
  margin-left: 48px;
  width: 100%;
}

.page-watch-repairs .collection .title:before {
  content: " ";
  display: block;
  max-width: 391px;
  height: 1px;
  background: rgba(0, 12, 124, 0.10);
  margin-right: 48px;
  width: 100%;
}

.page-watch-repairs .collection .collection__title {
  max-width: none;
  padding: 0 48px;
}

.page-watch-repairs .collection .slider-mobile-gutter .grid {
  column-gap: 38px;
  margin-top: 48px;
  overflow-y: hidden;
}

.page-watch-repairs .collection .slider-mobile-gutter .grid .grid__item {
  width: 20.5%;
  margin: 0;
  max-width: none;
  padding: 0;
}

.page-watch-repairs .collection .slider-mobile-gutter .grid .grid__item:nth-child(1) {
  margin-left: -5.5%;
}

.page-watch-repairs .collection .grid__item .media {
  background: #FBFBFB;
}

.page-watch-repairs .collection .grid__item .media img {
  mix-blend-mode: multiply;
}

.page-watch-repairs .collection .grid__item .card__inner {
  height: 298px;
}

.page-watch-repairs .collection .grid__item .card__information {
  padding-top: 18px;
}

.page-watch-repairs .collection .grid__item .card__information .card__heading {
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 232px;
  margin: auto;
}

.page-watch-repairs .collection .grid__item .card__information .price {
  margin-top: 8px;
}

.page-watch-repairs .collection .grid__item .card__information .price .price-item {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-watch-repairs .collection .grid__item .card__information .card__metal {
  display: none;
}

.page-watch-repairs .collection .button {
  border: 1px solid rgba(0, 12, 124, 0.20);
  background: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.page-watch-repairs .collection .button:after {
  box-shadow: none;
}

.page-watch-repairs .collection .slider-buttons {
  justify-content: space-between;
  width: 100%;
}

.page-watch-repairs .collection .slider-buttons .icon-caret {
  width: 24px;
  height: 24px;
}

.page-watch-repairs .collection .slider-buttons .slider-counter {
  display: none;
}

.page-watch-repairs .collection .button {
  margin-top: 48px;
  border: 1px solid rgba(0, 12, 124, 0.20);
  width: 166px;
  height: 46px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
}

.page-watch-repairs .collection .button:after {
  box-shadow: none;
}

.page-watch-repairs .collection .button:hover {
  border: 1px solid rgba(0, 12, 124, 0.20);
  background: #000C7C;
  color: #FFF;
}

.page-watch-repairs .collection .slider-button {
  width: 15%;
  height: 400px;
  background: #fff;
  top: 0;
  position: absolute;
  opacity: 0.4;
}

.page-watch-repairs .collection .slider-button .icon-caret {
  display: none;
}

.page-watch-repairs .collection .slider-button.slider-button--next {
  right: 0;
}

.page-watch-repairs .banner.banner--small {
  max-width: 1416px;
  margin: auto;
  height: 438px;
  min-height: auto;
}

.page-watch-repairs .banner.banner--small .banner__content {
  max-width: none;
  padding: 0;
}

.page-watch-repairs .banner.banner--small .banner__box {
  padding: 0;
  margin-left: 88px;
}

.page-watch-repairs .banner.banner--small .banner__heading {
  letter-spacing: normal;
  color: #F2F2F2;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-watch-repairs .banner.banner--small .banner__text {
  margin-top: 24px;
}

.page-watch-repairs .banner.banner--small .banner__text p {
  color: #F2F2F2;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.page-watch-repairs .banner.banner--small .banner__buttons {
  margin-top: 52px;
  gap: 29px;
}

.page-watch-repairs .banner.banner--small .banner__buttons .button {
  opacity: 1;
  border: 1px solid #F2F2F2;
  background: transparent;
  color: #F2F2F2;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 0 28px;
}

.page-watch-repairs .banner.banner--small .banner__buttons .button:after {
  box-shadow: none;
}

.page-watch-repairs .banner.banner--small .banner__buttons .button:hover {
  background: #Fff;
  color: #000C7C;
}

.page-watch-repairs .shopify-app-block {
  margin-top: 48px;
  padding-top: 38px;
}

.page-watch-repairs #insta-feed {
  margin-top: 38px !important;
  margin-bottom: 0 !important;
  padding-bottom: 122px;
}

.page-watch-repairs .instafeed_block-button {
  bottom: 38px !important;
}

.page-watch-repairs .footer {
  margin-top: 0;
}

@media (max-width: 750px) {
  .page-watch-repairs .shopify-app-block {
    margin-top: 26px;
    padding-top: 44px;
  }

  .page-watch-repairs #insta-feed {
    margin-top: 28px !important;
    padding-bottom: 132px;
  }

  .page-watch-repairs .instafeed_block-button {
    bottom: 48px !important;
  }

  .page-watch-repairs .banner.banner--medium {
    margin: 0;
  }

  .page-watch-repairs .banner.banner--medium .banner__heading {
    font-size: 24px;
  }

  .page-watch-repairs .banner.banner--medium .banner__text {
    margin-top: 18px;
  }

  .page-watch-repairs .banner.banner--medium .banner .banner__box {
    padding: 0;
    padding-top: 133px;
    padding-bottom: 167px;
  }

  /* .page-watch-repairs .rich-text .rich-text__blocks:before { height: 38px; display: block; margin:0 25px; content: url("https://cdn.shopify.com/s/files/1/0750/5310/5463/files/Group_381.svg?v=1696156073");} */
  .page-watch-repairs .rich-text .rich-text__wrapper {
    padding: 0;
    width: 100%;
  }

  .page-watch-repairs .rich-text {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .page-watch-repairs .rich-text .rich-text__text {
    padding: 0 14px;
  }

  .page-watch-repairs .image-with-text {
    padding: 0;
  }

  .page-watch-repairs .image-with-text .image-with-text__grid {
    padding: 0 14px;
    padding-top: 16px;
    height: auto;
  }

  .page-watch-repairs .image-with-text .image-with-text__media-item {
    padding: 0;
  }

  .page-watch-repairs .image-with-text .image-with-text__text-item .image-with-text__content {
    padding-top: 38px;
    padding-bottom: 19px;
  }

  .page-watch-repairs .multicolumn .page-width {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .page-watch-repairs .multicolumn .title {
    font-size: 24px;
  }

  .page-watch-repairs .multicolumn .title-wrapper-with-link {
    margin-bottom: 33px;
  }

  .page-watch-repairs .multicolumn .multicolumn-list {
    padding: 0 13px;
  }

  .page-watch-repairs .collection {
    padding: 0;
  }

  .page-watch-repairs .collection .title:before {
    display: none;
  }

  .page-watch-repairs .collection .title:after {
    display: none;
  }

  .page-watch-repairs .collection .collection__title {
    padding: 0;
  }

  .page-watch-repairs .collection .collection__title {
    margin-bottom: 33px;
  }

  .page-watch-repairs .banner.banner--small {
    margin: auto;
    margin-top: 57px;
    height: auto;
    flex-direction: column-reverse;
  }

  .page-watch-repairs .banner.banner--small .banner__box {
    margin: 0;
  }

  .page-watch-repairs .banner.banner--small .banner__content {
    margin-bottom: -202px;
    align-items: flex-start;
    padding-top: 42px;
  }

  .page-watch-repairs .banner.banner--small .banner__heading {
    font-size: 24px;
  }

  .page-watch-repairs .banner.banner--small .banner__buttons {
    margin-top: 33px;
  }

  .page-watch-repairs .banner.banner--small .banner__buttons .button {
    min-width: 0;
  }

  .page-watch-repairs .banner.banner--small .banner__media {
    height: 532px !important;
  }

  .page-watch-repairs .collection .slider-mobile-gutter .grid .grid__item {
    margin: 0 !important;
    width: calc(100%);
    padding: 0 !important;
  }

  .page-watch-repairs .collection .slider-mobile-gutter .grid {
    gap: 20px !important;
    margin-top: 33px;
    margin-bottom: 0;
  }

  .page-watch-repairs .collection .slider-buttons {
    display: none;
  }

  .page-watch-repairs .collection .grid__item .card__information {
    padding-bottom: 0;
  }

  .page-watch-repairs .collection .button {
    margin-top: 42px;
  }

  .page-watch-repairs .collection .collection__title {
    padding: 0;
  }

  .page-watch-repairs .collection {
    padding: 0 47px;
    padding-bottom: 27px;
  }

  .page-watch-repairs .colendar_title {
    margin-top: 32px;
  }
}

/* page-watch-repairs */
/* appointment_form_banner */
.appointment_form_banner {
  max-width: 1440px;
  padding: 0 22px;
  margin: 0 auto;
}

.appointment_form_banner .appointment_form_banner-wrap {
  position: relative;
  width: 100%;
}

.appointment_form_banner.banner--large {
  min-height: 627px !important;
}

.appointment_form_banner .banner__content {
  height: 100%;
  padding: 48px;
}

.appointment_form_banner .banner__box {
  height: 100%;
  padding: 48px;
  background: #fafafaf2 !important;
}

.appointment_form_banner .banner__heading {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.appointment_form_banner .banner__text {
  margin: 0 auto;
  margin-top: 18px;
  max-width: 323px;
}

.appointment_form_banner .banner__text p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.appointment_form_banner #appointment-form {
  margin-top: 36px;
}

.appointment_form_banner #appointment-form form {
  display: flex;
  flex-wrap: wrap;
  max-width: 566px;
  justify-content: space-between;
}

.appointment_form_banner #appointment-form .form-control {
  max-width: calc(50% - 9px);
  background: #fff;
  box-shadow: none;
  margin-bottom: 18px;
  height: 53px;
  border: 2px solid #F5F5F5;
  position: relative;
}

.appointment_form_banner #appointment-form .field:after {
  box-shadow: none;
}

.appointment_form_banner #appointment-form .form-control input {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: none;
  z-index: 2;
  background: transparent;
}

.appointment_form_banner #appointment-form .form-control label {
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.appointment_form_banner #appointment-form .field.form-control input:focus,
.appointment_form_banner #appointment-form .field.form-control input:not(:placeholder-shown) {
  z-index: 3;
  background: #fff;
}

.appointment_form_banner #appointment-form .field.btn-default {
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.appointment_form_banner #appointment-form .field.btn-default .btn-submit {
  width: 224px;
  cursor: pointer;
  height: 48px;
  background: #CCB17B;
  border: solid 1px #CCB17B;
  color: #fff;
}

.appointment_form_banner #appointment-form .field.btn-default .btn-submit:hover {
  background: transparent;
  color: #CCB17B;
}

@media (max-width: 750px) {
  .appointment_form_banner .banner__content {
    height: auto;
    padding: 30px 0;
  }

  .appointment_form_banner .banner__box {
    padding: 20px;
  }
}

/* appointment_form_banner */




.INQUIRE-FORM {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(91, 91, 91, .2);
}

.INQUIRE-FORM .field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
  flex-direction: column;
}

.INQUIRE-FORM form {
  display: flex;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.INQUIRE-FORM .field label {
  color: #3D3D3D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
  letter-spacing: normal;
}

.INQUIRE-FORM .field input {
  height: 46px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
}

.INQUIRE-FORM .field select {
  height: 46px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  padding: 0 15px;
}

.INQUIRE-FORM .field textarea {
  height: 120px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
}

.INQUIRE-FORM .choose-file input {
  border: none;
  margin-left: auto;
  height: 100%;
  padding: 10px 15px;
  width: 235px;
  border-left: solid 1px #C2C2C2;
  border-radius: 0;
}

.INQUIRE-FORM .choose-file {
  flex-direction: row !important;
  align-items: center;
  padding-left: 15px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
}

.INQUIRE-FORM .choose-file label {
  margin: 0;
}

.INQUIRE-FORM .choose-file input::file-selector-button {
  background: none;
  border: none;
  color: #737373;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.1px;
}

.INQUIRE-FORM .field:after {
  box-shadow: none;
}

.INQUIRE-FORM .btn {
  margin: auto;
  margin-top: 0px;
  width: auto !important;
  gap: 15px;
  margin-top: -20px;
  flex-direction: column !important;
  align-items: center;
}

.INQUIRE-FORM .btn input {
  width: 229px;
  cursor: pointer;
  height: 52px;
  font-family: Josefin Sans;
  background: #242424;
  border: none;
  border-radius: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.1px;
}

.INQUIRE-FORM .btn input:hover {
  background: transparent;
  color: #242424;
  border: 1px solid #242424;
}

.INQUIRE-FORM .product-inquiry-pop_up-wrap {
  width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.INQUIRE-FORM .form-render-warper .field {
  width: 100%;
  flex-direction: column;
  lex-direction: column-reverse !important;
}

.INQUIRE-FORM .form-render-warper .ful-width {
  width: 100%;
  max-width: none;
}

.INQUIRE-FORM .product-inquiry-pop_up {
  max-width: 700px;
  width: 100%;
  background: #FFF;
  box-shadow: 0 10px 40px #0000001a;
  padding: 0 40px;
  padding-top: 25px;
  padding-bottom: 35px;
}

.INQUIRE-FORM .product-inquiry-pop_up .product-popup-modal__toggle {
  margin-right: -20px;
  margin-bottom: -10px;
  background: transparent;
}

.contact .info-content-item:nth-child(2)::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('https://beverlyhillswatch.myshopify.com/cdn/shop/files/Vector_1.png?v=1730740095&width=1250');
  background-size: cover;
  background-position: center;
}

.contact .info-content-item:nth-child(3)::before {
  content: "";
  display: block;
  width: 48px;
  height: 28px;
  background-image: url('https://beverlyhillswatch.myshopify.com/cdn/shop/files/icons8_error_1.png?v=1730740106&width=1250');
  background-size: cover;
  background-position: center;
}

/* .page-width.page-width--narrow{display:block!important;} */

/* appointment-wrapper */
.appointment-wrapper .appointment-image img {
  max-width: 100%;
}

.appointment-wrapper .appointment-image {
  max-width: 468px;
  width: 100%;
}

.appointment-wrapper>.flex {
  display: flex;
}

.appointment-wrapper.trade-in-form>.flex {
  justify-content: center;
}

.appointment-wrapper.trade-in-form>.flex .appointment-contact--box {
  max-width: 1030px;
  width: 100%;
  padding: 0;
}

.appointment-wrapper.trade-in-form>.flex .appointment-contact--box .banner__heading {
  text-align: center;
  width: 100%;
}

.appointment-wrapper .banner__text {
  margin-bottom: 0;
}

.appointment-wrapper .appointment-contact--box {
  padding-left: 78px;
  max-width: 60%;
}

.appointment-wrapper .appointment-contact--box form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}

.appointment-wrapper .appointment-contact--box form .col-d2 {
  max-width: calc(50% - 12px);
}

.appointment-wrapper .appointment-contact--box form .form-control {
  padding: 0;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 28px;
}

.appointment-wrapper .appointment-contact--box form .form-control:after {
  border: none;
  box-shadow: none;
}

.appointment-wrapper .appointment-contact--box form .form-control label * {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #2F2F2F !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

.appointment-wrapper .appointment-contact--box form .form-control textarea {
  background: #FFFFFF;
  min-height: 88px;
  border: 2px solid #F0F0F0;
  box-sizing: border-box;
  height: 48px;
  padding: 0 10px;
}

.appointment-wrapper .appointment-contact--box form .form-control input {
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  box-sizing: border-box;
  height: 48px;
  padding: 0 10px;
}

.appointment-wrapper .appointment-contact--box form .form-control select {
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  box-sizing: border-box;
  height: 48px;
  padding: 0 10px;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio {
  justify-content: flex-start;
  column-gap: 50px;
  flex-wrap: wrap;
  flex-direction: row;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio>div {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio>div label:after {
  content: '';
  min-width: 24px;
  background: #FFFFFF;
  border: 2px solid #A3A3A3;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio>div input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio>div label:has(+ input[type="radio"]:checked):after {
  background: #000;
}

.appointment-wrapper .appointment-contact--box form .form-control.contac-radio label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.appointment-wrapper .appointment-contact--box .btn-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.appointment-wrapper .appointment-contact--box .btn-default:after {
  box-shadow: none;
}

.appointment-wrapper .appointment-contact--box .btn-default .btn-submit {
  background: #2F2F2F;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #CECECE;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  box-shadow: none;
  border-radius: 0px;
  padding: 18px 38px;
  margin: 0;
  margin-top: 20px;
}

.appointment-wrapper .appointment-contact--box .btn-default .btn-submit:before {
  content: url("/cdn/shop/files/icons8_Paper_Plane_1.svg?v=1733263822");
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio {
  justify-content: flex-start;
  column-gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div {
  width: calc(50% - 12px);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio label {
  width: 100%;
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label {
  width: 100%;
  height: 58px;
  gap: 10px;
  display: flex;
  padding-left: 30px;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 17px;
  color: #2F2F2F;
  background: #FFF;
  border: 2px solid #F0F0F0;
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label:has(+ input[value="Previously Enjoyed"]):before {
  content: url("/cdn/shop/files/wc-2.svg?v=1733263013");
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label:has(+ input[value="New"]):before {
  content: url("/cdn/shop/files/wc-2.svg?v=1733263013");
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label:has(+ input[value="Jewelry"]):before {
  content: url("/cdn/shop/files/vs-2.svg?v=1733263240");
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label:has(+ input[value="Collateral Loan"]):before {
  content: url("/cdn/shop/files/vs-3.svg?v=1733263307");
}

.appointment-wrapper .appointment-contact--box form .form-control.interested-radio>div label:has(+ input[type="radio"]:checked) {
  font-weight: bold;
  border: 2px solid #898989;
}

.appointment-wrapper .appointment-contact--box form .form-control.file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}

.appointment-wrapper .appointment-contact--box form .form-control.file:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/cdn/shop/files/file-upload-icon.svg?v=1733267999");
  width: 100%;
  margin-top: 0px;
  max-width: 100%;
  background-color: #fbfcff;
  border: 1px dashed;
  padding: 10px;
  height: 80px;
  display: block;
  position: static;
}

.appointment-wrapper .appointment-contact--box form .form-control>label {
  margin-bottom: 17px;
}

.appointment-wrapper .appointment-contact--box form .form-control.file.image:after {
  background-image: none;
}

.appointment-wrapper .appointment-contact--box form .form-control.file.image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-wrapper .appointment-contact--box form .form-control.file.image label {
  position: absolute;
  z-index: 2;
  max-width: 115px;
  text-align: center;
  margin: 0;
}

input @media (max-width: 750px) {
  .appointment-wrapper>.flex {
    flex-direction: column;
  }

  .appointment-wrapper .appointment-image {
    display: none;
  }

  .appointment-wrapper .appointment-contact--box {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* appointment-wrapper */
/* custom-tab */
.custom-tab .product-grid .media img {
  position: static;
  min-height: 391.281px;
}

.custom-tab {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}

.custom-tab .grid .grid__item {
  padding: 0;
}

.custom-tab .grid .grid__item * {
  text-align: center;
}

@media (max-width: 1100px) {
  .custom-tab {
    padding: 0 20px;
  }

  .custom-tab .multicolumn-card__image-wrapper {
    margin: 0;
  }
}

/* custom-tab */

/* page-new-watches */
.template-page-new-watches .multicolumn .multicolumn-list {
  gap: 8px;
}

.template-page-new-watches .multicolumn .multicolumn-list .multicolumn-card__image-wrapper {
  margin: 0;
}

.template-page-new-watches .multicolumn .multicolumn-list .rte {
  margin-top: 18px;
  max-width: 386px;
}

.template-page-new-watches .multicolumn .multicolumn-list .rte p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-page-new-watches .multicolumn .multicolumn-list .link {
  margin-top: 17px;
  padding: 0 24px;
  border: 1px solid #FFFFFF;
  height: 48px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-page-new-watches .multicolumn .multicolumn-list .link .icon-wrap {
  display: none;
}

.template-page-new-watches .multicolumn .multicolumn-list .link:hover {
  background: transparent;
  border: 2px solid #CCB17B;
}

.template-page-new-watches .content-for-layout .page-width {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
}

.template-page-new-watches .banner {
  max-width: 1344px;
  margin: auto;
}

.template-page-new-watches .banner .banner__content {
  padding: 0;
}

.template-page-new-watches .banner.banner--large .banner__content .banner__box {
  margin: 0 90px;
}

.template-page-new-watches .banner.banner--medium {
  min-height: 498px;
}

.template-page-new-watches .banner .banner__text {
  margin-top: 18px;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__box .banner__heading.h2 {
  align-items: center;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__box .banner__heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__text p {
  color: #5B5B5B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__text {
  margin-top: 28px;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__buttons {
  margin-top: 38px;
}

.template-page-new-watches .banner .banner__content--middle-center .banner__buttons .button:hover {
  border: 1px solid #CCB17B;
  background: #CCB17B;
  color: #fff;
}

/* page-new-watches */