*,
body {
  color: #535353 !important;
}
a,
p {
  font-weight: 300;
  opacity: 1 !important;
}
@media screen and (max-width: 990px) {
  .page-width {
    overflow-x: hidden;
  }
}
h1,
h2 {
  font-family: "Italiana", serif !important;
}
.title-xl,
h1 {
  font-size: clamp(4rem, 2.6rem + 4.375vw, 11rem) !important;
}
.title-l {
  font-size: clamp(4rem, 3.5rem + 1.5625vw, 6rem) !important;
}
.badge {
  background-color: var(--gradient-base-accent-1);
  border: 0;
  color: #fff !important;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
}
#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  text-decoration: none;
  display: none;
  z-index: 100;
}
.prod-card.card-design-2 {
  position: relative;
}
.prod-card.card-design-2 .card__show_info .card__content:last-of-type {
  display: none !important;
  position: absolute;
  bottom: 0;
  background-color: rgb(var(--color-base-background-1));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: thin solid rgba(83, 83, 83, 0.7);
  padding: 0 0.8rem;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  .card-information {
  display: grid;
  justify-content: end;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  .card-information
  .price {
  margin-top: 0 !important;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  .price,
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  h3 {
  font-size: 1rem !important;
  font-weight: 300 !important;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  .price:hover,
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .card__information
  h3:hover {
  text-decoration: none !important;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .quick-add {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.prod-card.card-design-2
  .card__show_info
  .card__content:last-of-type
  .quick-add
  button {
  font-size: 0.9rem !important;
  min-height: auto !important;
  font-weight: 300 !important;
}
.prod-card.card-design-2 .prod-card.card-design-2 .card__inner .card__content {
  height: 100% !important;
  display: grid !important;
}
button,
button:hover {
  transition: all 0.3s ease;
}
button {
  background-color: var(--gradient-base-accent-1) !important;
  text-transform: uppercase;
}
button:hover {
  background-color: #535353 !important;
}
button:hover,
button:hover span,
button:hover svg {
  color: #fff !important;
}
.product .quantity__button:hover svg path,
.product button:hover svg path,
.product--thumbnail_slider
  .product-form__quantity
  .quantity__button:hover
  svg
  path,
button:hover svg {
  fill: #fff !important;
}
button:after {
  box-shadow: none !important;
}
a,
header nav .list-menu li .header__active-menu-item,
header nav .list-menu li:hover,
header nav header-menu details[open] * {
  text-decoration: none !important;
}
.main-page-title {
  text-align: center;
}
.page-width {
  max-width: 97%;
}
@media screen and (max-width: 2000px) {
  .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-center {
  text-align: center;
}
.card__inner,
cart-items .cart-item__quantity-wrapper button {
  background-color: transparent !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.font-1 {
  font-family: "Mona", sans-serif !important;
}
.fw-300 {
  font-weight: 300 !important;
}
cart-items .title-wrapper-with-link a {
  text-decoration: underline !important;
  font-weight: 300 !important;
}
cart-items .cart-item__quantity-wrapper button svg:hover,
cart-items .cart-item__quantity-wrapper button svg:hover path {
  fill: #535353 !important;
}
cart-items .cart-item__quantity-wrapper cart-remove-button {
  margin: 0 0 0 0.8rem;
}
cart-items .cart-item__quantity-wrapper cart-remove-button svg {
  width: 17px;
  height: auto;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .quick-add
  button,
cart-items .caption-with-letter-spacing {
  font-size: 1.3rem !important;
}
.cart__footer .cart__ctas button,
.to-acc-btn .to-acc-btn a {
  color: #fff !important;
  font-weight: 500 !important;
}
.card .card__show_info .card__content {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .card__show_info .card__content .card__information {
  padding: 1rem 0.5rem;
}
.card .card__show_info .card__content .card__information h3 {
  font-size: 1.7rem;
}
.card
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price
  .price__container
  span {
  font-size: 1.7rem;
  font-weight: 300;
}
.card .card__show_info .card__content .product-wishlist .icon-wishlist svg {
  display: block !important;
}
.card
  .card__show_info
  .card__content
  .product-wishlist
  .icon-wishlist
  svg
  path {
  fill: transparent;
}
.card .card__show_info .card__content .card__badge,
.card .card__show_info .card__content .quick-add,
.card .card__show_info svg,
.card__hover_wrapper {
  display: none;
}
.btn-wishlist:hover path,
.btn-wishlist:hover svg {
  fill: transparent !important;
}
.btn-wishlist svg {
  width: 100%;
  height: 100%;
  transition: fill 0.3s all ease;
}
.btn-wishlist.active svg path {
  fill-rule: nonzero;
  fill: #e0b5b7 !important;
  stroke: #535353;
  stroke-width: 1;
}
.cart__empty-text,
.drawer__heading,
h2.totals__subtotal,
quick-add-modal h1,
quick-add-modal h2 {
  font-family: "Mona", sans-serif !important;
}
quick-add-modal
  .product--thumbnail_slider
  .product__media-wrapper
  media-gallery {
  grid-template-columns: 1fr !important;
}
quick-add-modal h1,
quick-add-modal h2 {
  font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
}
.to-acc-btn {
  margin-top: 1rem !important;
  margin-bottom: 3rem !important;
}
.to-acc-btn .to-acc-btn a {
  margin-bottom: 0 !important;
  font-size: 1.6rem !important;
}
.acc-modal form {
  margin-top: 2.2rem !important;
  padding-right: 3rem;
  padding-left: 3rem;
}
.collection-list-wrapper li {
  overflow: hidden;
}
.collection-list-wrapper li img,
.collection-list-wrapper li img:hover {
  scale: 1;
  transition: ease-in-out 0.4s all !important;
}
.collection-list-wrapper li img:hover {
  scale: 1.065;
}
button:hover svg {
}
button:hover svg path {
  fill: #fff;
}
.template-search .pagination__item {
  height: 4rem !important;
  width: 4rem !important;
}
.template-search .pagination__item--current {
  background-color: #e0b5b7;
  border-radius: 50%;
}
.template-search .pagination__item--current:after {
  content: none;
}
.template-search .template-search__header,
.template-search .template-search__search {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 1080px) {
  .template-search .template-search__header,
  .template-search .template-search__search {
    margin-bottom: 1rem !important;
  }
}
.template-search .title-l {
  font-family: "Mona", sans-serif !important;
  font-size: 4rem !important;
}
@media screen and (max-width: 990px) {
  .template-search .title-l {
    font-size: 2.8rem !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .template-search .template-search__search {
    margin-bottom: 0 !important;
  }
  .template-search .template-search__search form {
    margin-top: 1.5rem !important;
  }
}
.cart__footer-wrapper {
  margin-bottom: 3rem;
}
@media screen and (max-width: 870px) {
  .instafeed-container {
    height: 300px !important;
  }
  .instafeed-container #insta-feed img,
  .instafeed-container .instafeed-shopify img {
    height: 300 !important;
  }
}
.slider-arrow {
  color: #fff !important;
  font-size: 4.2rem !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 0.9 !important;
}
@media screen and (max-width: 1080px) {
  .slider-arrow {
    font-size: 2.3rem !important;
    width: 22px !important;
  }
}
.header__search .reset__button,
.pickup-availability-button,
main-search .reset__button {
  background-color: transparent !important;
}
.pickup-availability-drawer-title {
  font-family: "Mona", sans-serif !important;
}
.mglass {
  stroke: #ebebeb !important;
}
.predictive-search__item-content,
.predictive-search__result-group > div {
  margin-left: 0 !important;
}
.cart-items .quantity__button:hover svg {
  stroke: #535353 !important;
}
.drawer__inner .quantity__button:hover svg,
.header__search .search-modal__close-button:hover .icon-close,
.header__search .search-modal__close-button:hover .icon-search,
.header__search .search__button:hover .icon-close,
.header__search .search__button:hover .icon-search,
main-search .search__button:hover .icon-search {
  stroke: #fff !important;
}
.drawer__inner .cart__cart-cartdrawerbtn {
  transition: all 0.3s ease;
}
.drawer__inner .cart__cart-cartdrawerbtn:hover {
  color: #fff !important;
  background-color: #535353;
  transition: all 0.3s ease;
}
.drawer__inner .cart__cart-cartdrawerbtn:hover:after,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field::after,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field::before {
  box-shadow: none !important;
}
@media screen and (max-width: 700px) {
  .announcement-bar .announcement-bar__message {
    padding: 0.25rem 0;
  }
}
.announcement-bar .announcement-bar__message span,
.announcement-bar .announcement-bar__message span a {
  color: #fff !important;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .announcement-bar .announcement-bar__message span {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 990px) {
  .announcement-bar .announcement-bar__message .h5 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1550px) {
  header.page-width {
    max-width: 100% !important;
  }
}
header {
  transition: background-color 0.4s ease-in-out;
}
@media screen and (min-width: 990px) {
  header {
    padding-bottom: 1.2rem !important;
    padding-top: 1.5rem !important;
  }
}
@media screen and (max-width: 1550px) {
  header {
    padding: 1.5rem 2rem 1rem !important;
  }
}
@media screen and (max-width: 1230px) {
  header {
    grid-template-columns: 1fr 250px 1fr !important;
    padding: 1.3rem 5% !important;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  header {
    grid-template-columns: 1fr 105px 1fr !important;
    padding: 1.3rem 1.5rem !important;
  }
}
header .mob-nav-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
@media screen and (max-width: 700px) {
  header .mob-nav-left {
    -moz-column-gap: 0.2rem;
    column-gap: 0.2rem;
  }
}
@media screen and (max-width: 1230px) {
  header .mob-nav-left .header__icon span {
    justify-content: center !important;
  }
  header .mob-nav-left .header__icon--menu,
  header .mob-nav-left .header__search .header__icon {
    height: 3.5rem;
    width: 3.5rem;
  }
  header .mob-nav-left .header__icon--menu svg {
    height: 3rem;
    width: 3rem;
  }
  header .mob-nav-left .header__search {
    display: block !important;
  }
}
header .mob-nav-left .tl-select {
  padding: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  font-family: "Mona", sans-serif !important;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
header .mob-nav-left .tl-options.open {
  top: -70% !important;
}
@media screen and (min-width: 1231px) {
  header .mob-nav-left {
    display: none;
  }
}
header .header__heading-logo-scrolled {
  display: none;
}
@media screen and (max-width: 1230px) {
  header .header__heading-logo-wrapper img {
    width: 105px;
  }
}
header .header__icons {
  display: grid;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1230px) {
  header .header__icons {
    padding: 0;
  }
}
header .header__icons .tl-switcher-container {
  justify-content: flex-end;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 1230px) {
  header .header__icons .tl-switcher-container {
    display: none;
  }
}
.info_template .nav-list-wrapper .nav-list li a,
header .header__icons .tl-switcher-container .tl-label {
  font-size: 1.6rem;
}
header .header__icons .header__icons--inner {
  display: flex;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
}
@media screen and (max-width: 1230px) {
  header .header__icons .header__icons--inner {
    -moz-column-gap: 5%;
    column-gap: 5%;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  header .header__icons .header__icons--inner {
    -moz-column-gap: 0.2rem;
    column-gap: 0.2rem;
  }
}
header .header__icons .header__icons--inner .header__search {
  display: initial;
}
@media screen and (max-width: 1230px) {
  header .header__icons .header__icons--inner .header__search,
  header .header__inline-menu {
    display: none;
  }
  header .header__icons .header__icons--inner .header__icon {
    justify-content: flex-end;
  }
  header .header__icons .header__icons--inner .header__icon--account,
  header .header__icons .header__icons--inner .header__icon--wishlist {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}
header nav {
  margin-top: 1.3rem !important;
}
header nav .list-menu {
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  align-items: center;
}
@media screen and (max-width: 1380px) {
  header nav .list-menu {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
header nav .list-menu li a,
header nav .list-menu li span {
  font-weight: 400 !important;
  opacity: 1;
  transition: all ease 0.3s;
  color: #535353;
  text-decoration: none !important;
}
header nav .list-menu li a:hover,
header nav .list-menu li span:hover {
  font-weight: 500 !important;
  transition: all ease 0.3s;
  text-decoration: none !important;
}
header nav .list-menu .b2b-link {
  background-color: #e0b5b7;
  border-radius: 8px;
  display: flex;
}
header nav .list-menu .b2b-link a {
  justify-content: center;
  padding: 3px 8px !important;
}
header nav .list-menu .b2b-link a span {
  color: #faf9f2 !important;
}
header nav .drop-main-link,
header nav ul > li > a,
header nav ul > li > a > span,
header nav ul > li > header-menu > details > summary {
  font-size: clamp(1.4rem, 1.4rem + 0.3125vw, 2rem) !important;
  text-decoration: none !important;
}
header nav .drop-main-link:hover,
header nav ul > li > a:hover,
header nav ul > li > a > span:hover,
header nav ul > li > header-menu > details > summary:hover {
  font-weight: 500 !important;
  transition: ease 0.3s;
  text-decoration: none !important;
}
@media screen and (min-width: 1230px) and (max-width: 1400px) {
  header nav .drop-main-link,
  header nav ul > li > a,
  header nav ul > li > a > span,
  header nav ul > li > header-menu > details > summary {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
  header nav .drop-main-link,
  header nav ul > li > a,
  header nav ul > li > a > span,
  header nav ul > li > header-menu > details > summary {
    font-size: 1.65rem !important;
  }
}
header header-drawer .icon-close {
  width: 2.1rem !important;
  height: 2.1rem !important;
  padding: 0.2rem;
  background-color: #e0b5b7;
}
header header-drawer .nav-drawer-mobile {
  padding: 0;
  height: 100vh;
  margin-top: 2rem !important;
}
header header-drawer .nav-drawer-mobile .menu-drawer__menu {
  overflow-y: scroll !important;
}
header header-drawer .nav-drawer-mobile .menu-drawer__menu li a {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
header header-drawer .nav-drawer-mobile .menu-drawer__menu li ul {
  margin-left: 5%;
}
header
  header-drawer
  .nav-drawer-mobile
  .menu-drawer__menu
  .menu-drawer-list-item-first
  a {
  font-weight: 500 !important;
  padding: 0.9rem 2.2rem !important;
}
@media screen and (max-width: 1230px) {
  header
    header-drawer
    .nav-drawer-mobile
    .menu-drawer__menu
    .menu-drawer-list-item-first
    .hide-mob {
    display: none;
  }
}
header
  header-drawer
  .nav-drawer-mobile
  .menu-drawer__menu
  .menu-drawer-list-item-first
  .child-link,
header
  header-drawer
  .nav-drawer-mobile
  .menu-drawer__menu
  .menu-drawer-list-item-first
  .grandchild-link {
  font-weight: 300 !important;
  font-size: 1.4rem !important;
}
header header-drawer .nav-drawer-mobile .menu-drawer__menu .b2b-link {
  background-color: #e0b5b7;
  border-top: 1px solid #535353;
  margin-bottom: 0 !important;
  border-radius: 0;
  justify-content: center;
}
header header-drawer .nav-drawer-mobile .menu-drawer__menu .b2b-link a {
  justify-content: center;
  color: #faf9f2 !important;
}
.header-scrolled header .header__icons .tl-switcher-container,
.header-scrolled header .mob-nav-left .tl-switcher-container,
header header-drawer .menu-drawer__utility-links {
  display: none;
}
header .home-header-icon svg path {
  stroke: #fff;
}
.header-scrolled .home-header-icon svg path {
  stroke: #535353;
}
.transparent-header {
  background-color: #fff;
  position: fixed;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.transparent-header .drop-main-link,
.transparent-header .list-menu span {
  color: #535353 !important;
}
.header-scrolled header .header__icon svg path,
.header-scrolled
  header
  .header__inline-menu
  .list-menu.list-menu--inline
  .icon-caret
  path,
.transparent-header .header__icon svg path,
.transparent-header .icon-caret path {
  fill: #535353;
}
.header-scrolled header .wishlist_icon svg path,
.transparent-header .wishlist_icon svg path {
  stroke: #535353;
  fill: transparent;
}
.transparent-header .icon-search {
  stroke: #535353 !important;
}
.facets-vertical .button-show-more span,
.header-scrolled
  header
  .header__inline-menu
  .list-menu.list-menu--inline
  .drop-main-link,
.header-scrolled
  header
  .header__inline-menu
  .list-menu.list-menu--inline
  li
  a
  span,
.header-scrolled
  header
  .header__inline-menu
  .list-menu.list-menu--inline
  summary
  span,
.transparent-header .tl-label,
.transparent-header .tl-options.open .tl-option .tl-label {
  color: #535353 !important;
}
.transparent-header .tl-select::after {
  border-color: #535353 !important;
}
.transparent-header .nav-drawer-mobile {
  height: 107.5%;
}
@media screen and (max-width: 990px) {
  .transparent-header.page-width {
    overflow-x: unset !important;
  }
}
.header-scrolled #menu-drawer {
  height: calc(100vh - 100%) !important;
}
.header-scrolled {
  transition: all ease 0.4s;
}
.header-scrolled .header-wrapper {
  position: fixed;
  top: 0;
  width: 100% !important;
  background-color: transparent;
}
.header-scrolled header.page-width {
  max-width: 100% !important;
}
.header-scrolled header {
  background-color: #faf9f2;
  transition: background-color 0.35s ease-in-out;
  grid-template-areas: "heading navigation icons";
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0 2.5rem !important;
  justify-content: start;
  align-items: center;
}
@media screen and (min-width: 990px) {
  .header-scrolled header {
    grid-template-columns: 80px auto 1fr;
  }
}
@media screen and (max-width: 1300px) {
  .header-scrolled header {
    padding: 0 1rem !important;
  }
}
@media screen and (max-width: 1230px) {
  .header-scrolled header {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr 250px 1fr !important;
    padding: 1.3rem 5% !important;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .header-scrolled header {
    grid-template-columns: 1fr 105px 1fr !important;
    padding: 1.3rem 1.5rem !important;
  }
}
.header-scrolled header div:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 1230px) {
  .header-scrolled header div:last-of-type {
    margin-left: 0;
  }
}
.header-scrolled header .mob-nav-left {
  align-items: center !important;
}
.header-scrolled header .icon-search {
  stroke: unset !important;
}
.header-scrolled header .header__icons,
footer {
  padding-top: 0;
}
.header-scrolled header .header__heading-logo {
  display: none;
}
@media screen and (max-width: 1230px) {
  .header-scrolled header .header__heading-logo {
    display: block;
    width: 105px;
  }
}
.header-scrolled header .header__heading {
  display: flex;
}
.header-scrolled header .header__heading-logo-scrolled {
  display: block;
}
@media screen and (max-width: 1230px) {
  .header-scrolled header .icon-logo-ribbon {
    display: none !important;
  }
}
.header-scrolled header .logo-white {
  display: none;
}
.header-scrolled header .header__inline-menu {
  margin-top: 0 !important;
}
.header-scrolled header .header__inline-menu .list-menu.list-menu--inline {
  justify-content: flex-start;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media screen and (max-width: 1550px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    .header__menu-item {
    padding: 1.3rem 0.9rem;
  }
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    .header__menu-item
    span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1450px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    .header__menu-item
    span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1350px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    .header__menu-item
    span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1200px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    .header__menu-item
    span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1550px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    summary {
    padding: 1.3rem 2rem 1.3rem 0.9rem !important;
  }
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    details
    ul {
    padding: 1rem 0;
  }
}
.header-scrolled
  header
  .header__inline-menu
  .list-menu.list-menu--inline
  details
  ul
  li
  a {
  padding: 0.8rem 2.4rem !important;
}
@media screen and (max-width: 1550px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    details
    ul
    li
    a {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1450px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    details
    ul
    li
    a {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 1350px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    details
    ul
    li
    a {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-scrolled
    header
    .header__inline-menu
    .list-menu.list-menu--inline
    details
    ul
    li
    a {
    font-size: 1.2rem !important;
  }
}
.header-scrolled header .nav-drawer-mobile {
  height: 100vh;
}
footer {
  border: 0 !important;
}
@media screen and (max-width: 990px) {
  footer .footer__content-top .grid {
    row-gap: 0.5rem !important;
  }
}
footer .footer__content-top {
  padding: 0;
  max-width: 100% !important;
}
footer .footer__content-top .footer-block--newsletter {
  margin-top: 0;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter {
  background-color: #fff;
  padding: 4.6rem 0;
  width: 100%;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  h2 {
  font-size: 6rem;
  margin-bottom: 0 !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .footer-block__newsletter-subtitle {
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 1.2rem !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form {
  padding-top: 1.7rem;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    form {
    max-width: 90%;
  }
}
@media screen and (min-width: 990px) {
  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    form {
    max-width: 680px !important;
  }
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field {
  border-bottom: 1px solid #535353;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input {
  background-color: transparent;
  padding: 0;
  font-size: 2.2rem;
  font-family: inherit;
  top: -0.5rem;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input.focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus-within,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:target {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input.focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:target,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input[focus-within] {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:target,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input[focus-within] {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:focus-within,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  input:target {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label {
  left: 0;
  font-size: 2.2rem;
  font-weight: 300;
  display: block !important;
  top: 0.4rem;
}
> [placeholder]
  footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label.focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus-within,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:target {
  box-shadow: none !important;
}
> [placeholder]
  footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label.focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:target,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label[focus-within] {
  box-shadow: none !important;
}
> [placeholder]
  footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:target,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label[focus-within] {
  box-shadow: none !important;
}
> [placeholder]
  footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus-visible,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:active,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:focus-within,
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label:target {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  label.hide-label {
  display: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button:not(.focus-visible):not(.focused),
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button:focus {
  box-shadow: none !important;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .field
  .newsletter-form__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.85rem 3.2rem;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Mona", sans-serif;
  height: 3.5rem;
}
@media screen and (max-width: 650px) {
  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    form
    .newsletter-form__field-wrapper
    .field
    .newsletter-form__button {
    display: none;
  }
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .newsletter-button-mob {
  width: 100% !important;
  position: unset !important;
  padding: 0.85rem 3.2rem;
  color: #535353 !important;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Mona", sans-serif;
  height: 3.5rem;
  max-width: 128px;
  margin: 4rem auto 0;
}
footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  form
  .newsletter-form__field-wrapper
  .newsletter-button-mob:hover {
  color: #fff !important;
}
@media screen and (min-width: 651px) {
  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    form
    .newsletter-form__field-wrapper
    .newsletter-button-mob {
    display: none !important;
  }
}
footer .footer__content-top .footer__blocks-wrapper {
  padding-top: 4rem !important;
}
@media screen and (max-width: 990px) {
  footer .footer__content-top .footer__blocks-wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
    display: flex;
  }
}
@media screen and (max-width: 570px) {
  footer .footer__content-top .footer__blocks-wrapper {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    display: flex;
  }
}
@media screen and (min-width: 991px) {
  footer .footer__content-top .footer__blocks-wrapper {
    padding: 7rem 4%0 !important;
  }
}
@media screen and (min-width: 1550px) {
  footer .footer__content-top .footer__blocks-wrapper {
    padding: 7rem 15%0 !important;
  }
}
@media screen and (max-width: 990px) {
  footer .footer-block__brand-info {
    text-align: center;
    margin: 0 auto;
  }
}
footer .footer-block__brand-info p {
  line-height: 3rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 560px) {
  footer .footer-block__brand-info p {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 990px) {
  footer .footer-block__brand-info .footer-block__image-wrapper {
    margin: 0 auto;
    padding-bottom: 3rem;
  }
  footer .footer-block__brand-info .footer-block__image-wrapper img {
    max-width: 145px !important;
    margin: 0 auto;
  }
  footer .footer-block__brand-info .footer__list-social {
    justify-content: center !important;
  }
}
@media screen and (max-width: 560px) {
  footer .footer-block__brand-info .footer__list-social li a {
    padding: 1.3rem !important;
  }
}
footer .footer-block__brand-info .footer__list-social li a svg {
  width: auto;
  height: 2.8rem;
}
footer .footer-block__brand-info .footer__list-social li a svg > path {
  fill: var(--gradient-base-accent-1);
}
@media screen and (max-width: 990px) {
  footer .footer-block {
    justify-content: center;
  }
  footer .footer-block:first-of-type {
    order: 3;
    flex-basis: 100%;
    margin-bottom: 0 !important;
  }
}
footer .footer-block h2 {
  font-family: "Mona", sans-serif !important;
  font-weight: 300;
}
footer .footer-block h2,
footer .footer-block li > a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 560px) {
  footer .footer-block h2,
  footer .footer-block li > a {
    font-size: 1.5rem !important;
    padding: 1rem 0 !important;
  }
}
footer .footer-block li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  footer .footer-block li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  footer .footer-block--menu {
    display: flex !important;
    flex-basis: 40% !important;
  }
  footer ul.footer-block__details-content.list-unstyled {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 660px) {
  footer ul.footer-block__details-content.list-unstyled {
    margin-bottom: 2rem !important;
    padding: 0.1rem;
  }
}
@media screen and (max-width: 990px) {
  footer .footer-block.grid__item.footer-block--menu {
    margin: 0 !important;
  }
}
footer .footer__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 990px) {
  footer .footer__content-bottom {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 2.7rem;
  }
}
@media screen and (max-width: 570px) {
  footer .footer__content-bottom {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}
@media screen and (min-width: 991px) {
  footer .footer__content-bottom {
    padding: 2.8rem 4%0 !important;
  }
}
@media screen and (min-width: 1550px) {
  footer .footer__content-bottom {
    padding: 2.8rem 15%0 !important;
  }
}
footer .footer__content-bottom .copyright-wrapper {
  padding: 0 !important;
  order: 1;
  display: flex;
  justify-content: flex-start;
  margin-left: 0 !important;
}
@media screen and (max-width: 990px) {
  footer .footer__content-bottom .copyright-wrapper {
    justify-content: center;
  }
}
footer .footer__content-bottom .copyright-wrapper .footer__copyright {
  text-align: left !important;
  margin: 0;
  font-family: "Mona", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 990px) {
  footer .footer__content-bottom .copyright-wrapper .footer__copyright {
    text-align: center !important;
  }
}
footer
  .footer__content-bottom
  .copyright-wrapper
  .footer__copyright
  small
  a:last-of-type {
  font-weight: 500;
}
footer .footer__content-bottom .payments-local-wrapper {
  display: none !important;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  .collection-template,
  .template-search {
    padding-top: 0 !important;
  }
}
.collection-template .col-filters-button,
.template-search .col-filters-button {
  max-width: 92%;
  padding: 0 5rem;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 2000px) {
  .collection-template .col-filters-button,
  .template-search .col-filters-button {
    padding: 0;
  }
}
@media screen and (max-width: 1230px) {
  .collection-template .col-filters-button,
  .template-search .col-filters-button {
    display: none;
  }
}
.collection-template .col-filters-button svg,
.template-search .col-filters-button svg {
  width: 20px;
  height: 20px;
}
.facets-vertical {
  max-width: 92%;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .facets-vertical {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 1rem;
  }
}
.facets-vertical .button-show-more,
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  button.thumbnail.global-media-settings.global-media-settings--no-shadow {
  background-color: transparent !important;
}
.facets-vertical .button-show-more:hover {
  background-color: #e0b5b7 !important;
  color: #535353 !important;
}
.facets-vertical .facets-wrapper {
  display: none;
  transition: 0.3s all ease;
  margin-right: 5rem;
}
@media screen and (max-width: 1230px) {
  .facets-vertical .facets-wrapper {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1231px) {
  .facets-vertical .facets-wrapper .facets-container {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1230px) {
  .facets-vertical .facets-wrapper .facets-container .facets {
    display: none;
  }
}
.facets-vertical
  .facets-wrapper
  .facets-container
  .active-facets
  .active-facets-vertical-filter {
  align-items: center;
}
.facets-vertical
  .facets-wrapper
  .facets-container
  .active-facets
  .active-facets-vertical-filter
  h2 {
  font-family: "Mona", sans-serif !important;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.facets-vertical
  .facets-wrapper
  .facets-container
  .active-facets
  .active-facets-vertical-filter
  h2
  .facets-icon-close {
  display: flex;
  margin-left: 1.2rem;
}
.facets-vertical .facets-wrapper .facets-container details {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.facets-vertical .facets-wrapper .facets-container details summary {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.facets-vertical .facets-wrapper.show {
  top: -2.5rem;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.facets-vertical
  .disclosure-has-popup:not(.menu-opening)
  .mobile-facets__inner {
  transform: translate(-105vw) !important;
}
@media screen and (max-width: 1230px) {
  .facets-vertical .mobile-facets__wrapper {
    display: block !important;
  }
}
.facets-vertical .mobile-facets__wrapper .mobile-facets__close {
  right: unset;
  left: 0.5rem;
  background-color: #e0b5b7;
}
.facets-vertical .mobile-facets__wrapper .mobile-facets__inner {
  margin-right: auto;
  margin-left: 0;
}
.facets-vertical .mobile-facets__wrapper .mobile-facets__disclosure {
  border-top: none !important;
}
.facets-vertical .mobile-facets__wrapper .mobile-facets__header {
  border-bottom: none !important;
}
.facets-vertical .mobile-facets__wrapper .mob-filter-label {
  text-transform: uppercase !important;
  padding: 1.5rem 0 1.5rem 2rem;
  border-bottom: 1px solid hsla(0deg, 0%, 33%, 0.1);
  display: flex;
  align-items: center;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  font-weight: 500;
}
.facets-vertical .mobile-facets__wrapper .mob-filter-label span {
  width: 10px;
  height: 10px;
  display: flex;
}
.facets-vertical .mobile-facets__wrapper .mobile-facets__list {
  overflow-y: visible;
}
.facets-vertical .mobile-facets__wrapper .icon-checkmark {
  visibility: hidden;
}
.facets-vertical
  .mobile-facets__wrapper
  .mobile-facets__checkbox[checked]
  .icon-checkmark {
  visibility: visible;
}
.facets-vertical
  .mobile-facets__wrapper
  .mobile-facets__checkbox[unchecked]
  .icon-checkmark {
  visibility: hidden !important;
}
.facets-vertical .mobile-facets__wrapper .facets__price {
  padding: 1rem 2rem;
}
.facets-vertical .active-facets-mobile {
  display: none;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .facets-vertical .active-facets-mobile {
    align-items: baseline !important;
    display: flex !important;
    flex-wrap: wrap;
    margin-left: 0 !important;
  }
}
.facets-vertical .active-facets-mobile.active-facets {
  margin: 0 !important;
}
.facets-vertical .active-facets-mobile facet-remove a {
  padding: 0.5rem !important;
}
.facets-vertical .active-facets-mobile .active-facets__button-wrapper {
  margin-bottom: 0 !important;
  padding-top: 0;
}
@media screen and (max-width: 1230px) {
  .facets-vertical .product-count {
    display: none;
  }
}
.facets-vertical .product-grid-container .load-more-button {
  display: flex;
  justify-content: center;
  padding-top: 2%;
}
#wishlist .wishlist__grid,
.facets-vertical .product-grid-container .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.5rem 2.4rem;
  gap: 2.5rem 2.4rem;
}
@media screen and (max-width: 1230px) {
  .facets-vertical .product-grid-container .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem 1rem;
    margin-top: 1rem;
  }
}
.facets-vertical .product-grid-container .product-grid .grid__item {
  width: 100%;
  max-width: 100%;
}
#wishlist .wishlist__grid .card .card__hover_wrapper,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 2%;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .facets-vertical
    .product-grid-container
    .product-grid
    .grid__item
    .card
    .card__hover_wrapper {
    bottom: 4px;
  }
}
#wishlist .wishlist__grid .card .card__hover_wrapper .icon-cross-show-info,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper
  .icon-cross-show-info,
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper
  svg,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper
  svg,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper
  .icon-cross-show-info {
  cursor: pointer;
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper
  .prod-wishlist-quick-add,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .icon-cross-show-info,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .icon-qa {
  display: none;
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover {
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 780px) {
  .facets-vertical
    .product-grid-container
    .product-grid
    .grid__item
    .card
    .card__hover_wrapper:hover {
    bottom: 4px;
  }
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add {
  width: auto;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .facets-vertical
    .product-grid-container
    .product-grid
    .grid__item
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add {
    padding: 0 0.4rem;
  }
}
#wishlist
  .wishlist__grid
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add {
  display: flex !important;
  margin-bottom: 0 !important;
}
#wishlist
  .wishlist__grid
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add
  button,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add
  button,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .quick-add
  button {
  font-size: 1.5rem !important;
  padding: 1.4rem 3.5rem !important;
  font-weight: 300 !important;
  font-family: "Mona", sans-serif;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .facets-vertical
    .product-grid-container
    .product-grid
    .grid__item
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .quick-add
    button {
    padding: 0 0.5rem !important;
    font-size: 1.2rem !important;
  }
}
#wishlist
  .wishlist__grid
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .product-wishlist,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .product-wishlist,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add
  .product-wishlist {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .facets-vertical
    .product-grid-container
    .product-grid
    .grid__item
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .product-wishlist
    svg {
    width: 27px;
    height: 27px;
  }
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__media {
  width: 100%;
  margin: 0;
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .price {
  margin-top: 0;
}
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__show_info_wrapper
  .icon-cross-show-info,
.facets-vertical
  .product-grid-container
  .product-grid
  .grid__item
  .card
  .card__show_info_wrapper
  .prod-wishlist-quick-add {
  display: none;
}
.product_page.page-width {
  max-width: 2000px;
}
@media screen and (max-width: 750px) {
  .product_page.page-width {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .product-media-container {
    --ratio-percent: 100% !important;
  }
}
.product--thumbnail_slider {
  display: grid !important;
  grid-template-columns: 0.9fr 500px;
  justify-content: center;
  grid-column-gap: 2.3% !important;
  -moz-column-gap: 2.3% !important;
  column-gap: 2.3% !important;
  padding: 1rem;
}
@media screen and (max-width: 1700px) {
  .product--thumbnail_slider {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .product--thumbnail_slider {
    grid-template-columns: 1fr;
    row-gap: 2.5rem !important;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media screen and (max-width: 749px) {
  .product--thumbnail_slider {
    grid-template-columns: 1fr;
    row-gap: 0 !important;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0;
  }
}
.product--thumbnail_slider .slider-buttons {
  display: none;
}
.product--thumbnail_slider .product__media-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
.product--thumbnail_slider .product__media-wrapper media-gallery {
  display: grid !important;
  grid-template-columns: 125px 1fr;
  grid-template-areas: "1 2";
  align-items: start;
  overflow: hidden;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (max-width: 1500px) {
  .product--thumbnail_slider .product__media-wrapper media-gallery {
    grid-template-columns: 125px 700px;
  }
}
@media screen and (max-width: 1270px) {
  .product--thumbnail_slider .product__media-wrapper media-gallery {
    grid-template-columns: 125px 650px;
  }
}
@media screen and (max-width: 1080px) {
  .product--thumbnail_slider .product__media-wrapper media-gallery {
    grid-template-columns: 125px 1fr;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .product--thumbnail_slider .product__media-wrapper media-gallery {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    -moz-column-gap: 0;
    column-gap: 0;
    width: 100%;
  }
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .product-media-container
    .product__media {
    background-color: #fff;
  }
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .product-media-container
    .product__media
    img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .global-media-settings {
  border: 0 !important;
}
.product--thumbnail_slider .product__media-wrapper media-gallery .main-img {
  max-height: 100%;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider {
  grid-area: 1;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail[aria-current] {
  box-shadow: none !important;
  border: 0 !important;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail {
  border: 0 !important;
  width: 100% !important;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail
  img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail-list {
  flex-direction: column;
  overflow: auto;
  padding-top: 0 !important;
}
@media screen and (min-width: 600px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 580px;
  }
}
@media screen and (min-width: 750px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 575px;
  }
}
@media screen and (min-width: 900px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 767px;
  }
}
@media screen and (min-width: 1000px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 768px;
  }
}
@media screen and (min-width: 1151px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 715px;
  }
}
@media screen and (min-width: 1200px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 780px;
  }
}
@media screen and (min-width: 1300px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 820px;
  }
}
@media screen and (min-width: 1400px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 820px;
  }
}
@media screen and (min-width: 1920px) {
  .product--thumbnail_slider
    .product__media-wrapper
    media-gallery
    .thumbnail-slider
    .thumbnail-list {
    height: 860px;
  }
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail-list
  .slider__slide {
  width: 100% !important;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .thumbnail-list
  .thumbnail-list__item {
  height: 135px;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .thumbnail-slider
  .slider-button {
  display: none !important;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .gallery-viewer-slider {
  order: 2;
}
.product--thumbnail_slider
  .product__media-wrapper
  media-gallery
  .product__media-list {
  margin-bottom: 0 !important;
}
.product--thumbnail_slider .product__info-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 9rem;
  padding-left: 0 !important;
}
@media screen and (max-width: 1150px) {
  .product--thumbnail_slider .product__info-wrapper {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1080px) {
  .product--thumbnail_slider .product__info-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .product--thumbnail_slider .product__info-wrapper {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 1700px) {
  .product--thumbnail_slider .product__info-wrapper .product__info-container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 820px) {
  .product--thumbnail_slider .product__info-wrapper .product__info-container {
    max-width: 85%;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 670px) {
  .product--thumbnail_slider .product__info-wrapper .product__info-container {
    max-width: 100%;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1250px) {
  .product--thumbnail_slider .product__info-wrapper--extra-padding {
    padding-left: 1.5rem !important;
  }
}
@media screen and (min-width: 1251px) {
  .product--thumbnail_slider .product__info-wrapper--extra-padding {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 1715px) {
  .product--thumbnail_slider .product__info-wrapper--extra-padding {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .product--thumbnail_slider .product__info-wrapper--extra-padding {
    padding-left: 8rem !important;
  }
}
.product--thumbnail_slider .product__title {
  margin-bottom: 0.3rem !important;
}
.product--thumbnail_slider .product__title h1 {
  font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem) !important;
  font-family: "Mona", sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 0.4rem !important;
}
.product--thumbnail_slider .product__sku {
  font-size: 1.35rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .product--thumbnail_slider .product__sku {
    font-weight: 300;
    font-size: 1.3rem;
  }
}
.product--thumbnail_slider .product__tax {
  font-size: 1.15rem;
}
.product--thumbnail_slider .price_wrapper_pr {
  margin-top: 0.3rem;
}
.product--thumbnail_slider .price_wrapper_pr .price .price__container {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .product--thumbnail_slider .price_wrapper_pr .price .price__container {
    font-size: 2rem;
  }
}
.product--thumbnail_slider .price_wrapper_pr .price .badge {
  display: none;
}
.product--thumbnail_slider .product__accordion .accordion__title {
  font-family: "Mona", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 300;
}
.product--thumbnail_slider .product__accordion .accordion__content * {
  font-size: 1.4rem;
}
.product--thumbnail_slider .product__description {
  margin-top: 1rem !important;
  opacity: 1 !important;
  font-weight: 300;
}
.product--thumbnail_slider .product__description * {
  color: #535353 !important;
  opacity: 1 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 1080px) {
  .product--thumbnail_slider .product__description * {
    font-size: 1.5rem !important;
  }
}
.product--thumbnail_slider .size-guide-opener {
  margin: 0 !important;
}
.product--thumbnail_slider .size-guide-opener .product-popup-modal__button {
  background-color: transparent !important;
  color: #535353 !important;
  font-size: 1.3rem;
  display: block;
  margin: 0 !important;
  font-weight: 500;
}
.product--thumbnail_slider .block-product-color-option {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.product--thumbnail_slider
  .product-form__input
  input[type="radio"]:checked
  + label {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #535353;
}
.product--thumbnail_slider fieldset label {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.product--thumbnail_slider fieldset .form__label {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem !important;
}
.product--thumbnail_slider .block-color-variants .color-variants-title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.product--thumbnail_slider .block-color-variants ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.5rem;
  margin-top: 0;
  flex-wrap: wrap;
}
.product--thumbnail_slider .block-color-variants ul li {
  list-style: none;
}
.product--thumbnail_slider .block-color-variants ul li a {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  font-weight: 400;
}
.product--thumbnail_slider .block-color-variants ul li a:hover {
  border: var(--variant-pills-border-width) solid #535353;
}
.product--thumbnail_slider .product-form__quantity {
  margin: 1.5rem 0 2.5rem;
}
.product--thumbnail_slider .product-form__quantity .quantity__label,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper
  .prod-wishlist-quick-add,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .icon-cross-show-info,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .icon-qa {
  display: none;
}
@media screen and (min-width: 1081px) {
  .product--thumbnail_slider .product-form__buttons {
    max-width: 100%;
  }
}
.product--thumbnail_slider .product-form__buttons .submit-wishlist-wrapper {
  justify-content: space-between;
}
.product--thumbnail_slider
  .product-form__buttons
  .submit-wishlist-wrapper
  .product-wishlist
  svg
  path {
  stroke: #535353 !important;
  stroke-width: 1px;
}
.product--thumbnail_slider .product-form__buttons .product-form__submit span,
.product--thumbnail_slider
  .product-form__buttons
  .shopify-payment-button__button {
  font-weight: 300;
}
.product-popup-modal__content h1 {
  margin-bottom: 2rem !important;
  margin-top: 5% !important;
}
.product-popup-modal__content table tr:nth-child(odd) {
  background-color: rgba(224, 181, 183, 0.2);
}
.product-popup-modal__content table td {
  padding: 0.5rem 1em !important;
}
product-recommendations.page-width {
  max-width: 100%;
}
product-recommendations.page-width h2 {
  font-size: clamp(4rem, 3.5rem + 1.5625vw, 6rem) !important;
  text-align: center;
}
product-recommendations.page-width .related-prod-swiper-group {
  max-width: 2000px;
  margin: 0 auto;
}
product-recommendations.page-width .related-prod-swiper-group .swiper {
  margin: 0 2.5rem;
}
@media screen and (max-width: 780px) {
  product-recommendations.page-width .related-prod-swiper-group .swiper {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 780px) {
  product-recommendations.page-width
    .related-prod-swiper-group
    .swiper
    .swiper-slide
    .card
    .card__hover_wrapper {
    bottom: 4px;
  }
}
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover {
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 780px) {
  product-recommendations.page-width
    .related-prod-swiper-group
    .swiper
    .swiper-slide
    .card
    .card__hover_wrapper:hover {
    bottom: 4px;
  }
}
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add {
  width: auto;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  product-recommendations.page-width
    .related-prod-swiper-group
    .swiper
    .swiper-slide
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 1280px) {
  product-recommendations.page-width
    .related-prod-swiper-group
    .swiper
    .swiper-slide
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .quick-add
    button {
    padding: 0 0.5rem !important;
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 1280px) {
  product-recommendations.page-width
    .related-prod-swiper-group
    .swiper
    .swiper-slide
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .product-wishlist
    svg {
    width: 27px;
    height: 27px;
  }
}
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__information
  h3 {
  font-size: 1.5rem;
}
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__media {
  width: 100%;
  margin: 0;
}
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__show_info_wrapper
  .card-product-sku,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__show_info_wrapper
  .icon-cross-show-info,
product-recommendations.page-width
  .related-prod-swiper-group
  .swiper
  .swiper-slide
  .card
  .card__show_info_wrapper
  .prod-wishlist-quick-add {
  display: none;
}
.set-slider-wrapper.page-width {
  max-width: 2540px;
  padding: 0;
}
@media screen and (max-width: 1580px) {
  .set-slider-wrapper.page-width {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 1079px) {
  .set-slider-wrapper.page-width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 780px) {
  .set-slider-wrapper.page-width {
    padding: 0;
  }
}
.set-slider-wrapper .set-slider-title {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1080px) {
  .set-slider-wrapper .set-slider-title {
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 400px) {
  .set-slider-wrapper .set-slider-title {
    margin-bottom: 1rem;
  }
}
.set-slider-wrapper .nav-media-group {
  display: flex;
  align-items: stretch;
  max-height: 1080px;
  height: 93vh;
  justify-content: center;
  -moz-column-gap: 12%;
  column-gap: 12%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .set-slider-wrapper .nav-media-group {
    height: 91.5vh;
  }
}
@media screen and (max-width: 1080px) {
  .set-slider-wrapper .nav-media-group {
    height: unset;
  }
}
.set-slider-wrapper .nav-media-group .nav-wrapper {
  width: 20%;
  align-items: flex-end;
  position: relative;
  display: none;
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper .nav-media-group .nav-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 1580px) {
  .set-slider-wrapper .nav-media-group .nav-wrapper {
    width: 23%;
  }
}
@media screen and (max-width: 1300px) {
  .set-slider-wrapper .nav-media-group .nav-wrapper {
    width: 37%;
  }
}
.set-slider-wrapper .nav-media-group .nav-wrapper .swiper-pagination {
  top: 0;
  left: 0;
  font-size: 7.5rem;
  font-family: "Italiana", serif;
  width: auto !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  z-index: 1;
}
.set-slider-wrapper .nav-media-group .nav-wrapper .swiper-pagination-desktop,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-next::after,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-prev::after,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper
  div
  *,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .card-product-sku,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price
  .price__container
  .price__regular {
  display: none;
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper .nav-media-group .nav-wrapper .swiper-pagination-desktop {
    display: block;
  }
}
.set-slider-wrapper .nav-media-group .nav-wrapper ul.nav-list {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.set-slider-wrapper .nav-media-group .nav-wrapper ul.nav-list li.nav-list-item {
  font-size: 2.5rem !important;
  font-weight: 300;
  border-bottom: 1px solid #535353;
  transition: all 0.3s ease;
  cursor: pointer !important;
  padding: 15%0 7%;
}
@media screen and (max-width: 1580px) {
  .set-slider-wrapper
    .nav-media-group
    .nav-wrapper
    ul.nav-list
    li.nav-list-item {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 1380px) {
  .set-slider-wrapper
    .nav-media-group
    .nav-wrapper
    ul.nav-list
    li.nav-list-item {
    font-size: 2rem !important;
  }
}
.set-slider-wrapper
  .nav-media-group
  .nav-wrapper
  ul.nav-list
  .nav-list-item.active {
  font-weight: 500;
  transition: all 0.3s ease;
  border-width: 2px;
  scale: 1.1;
  transform-origin: bottom left;
}
.set-slider-wrapper
  .nav-media-group
  .set-swiper-vertical
  .swiper-slide.swiper-slide-vertical {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper
    .nav-media-group
    .set-swiper-vertical
    .swiper-slide.swiper-slide-vertical {
    flex-direction: row;
  }
  .set-slider-wrapper
    .nav-media-group
    .set-swiper-vertical
    .set-slider-mobile-list-item {
    display: none;
  }
}
.set-slider-wrapper .nav-media-group .video-desc-wrapper {
  width: 61%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper {
    width: 100%;
  }
}
.set-slider-wrapper .nav-media-group .video-desc-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 76.5%;
}
@media screen and (max-width: 1600px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper video {
    height: 72%;
  }
}
@media screen and (max-width: 1480px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper video {
    height: 71%;
  }
}
@media screen and (max-width: 1079px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper video {
    height: 100%;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1380px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper video {
    height: 70%;
  }
}
.set-slider-wrapper .nav-media-group .video-desc-wrapper .set-description {
  font-weight: 300;
  padding: 1.5rem 2.5rem;
  width: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 1079px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper .set-description {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper .set-description {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper .set-description {
    font-size: 1.8rem;
  }
}
.set-slider-wrapper .nav-media-group .video-desc-wrapper .plus-icon-stl {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 1079px) {
  .set-slider-wrapper .nav-media-group .video-desc-wrapper .plus-icon-stl {
    display: none;
  }
}
.set-slider-wrapper .nav-media-group .swiper {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1820px) {
  .set-slider-wrapper .nav-media-group .swiper {
    max-width: 895px;
  }
}
@media screen and (max-width: 1500px) {
  .set-slider-wrapper .nav-media-group .swiper {
    max-width: 795px;
  }
}
@media screen and (max-width: 1300px) {
  .set-slider-wrapper .nav-media-group .swiper {
    max-width: 730px;
  }
}
.set-slider-wrapper .nav-media-group .swiper .swiper-wrapper,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set {
  height: 100%;
  width: 100%;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden !important;
  -o-object-position: top;
  object-position: top;
  height: 100%;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper {
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 2;
  width: 100%;
  opacity: 1 !important;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover {
  left: 0;
  bottom: 0;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  div
  * {
  display: block;
  z-index: 2 !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info {
  background-color: #faf9f2;
  border: 1px solid #535353;
  width: 99.7%;
  display: block !important;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12 !important;
  opacity: 1 !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content {
  width: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information {
  width: 100%;
  order: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card__heading {
  width: auto !important;
  padding-left: 0;
  font-size: 1.5rem !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information {
  display: flex;
  justify-content: flex-end;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: auto !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price {
  margin-top: 0 !important;
  padding-right: 1.8rem;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price__container
  span,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price
  .price__container
  span {
  font-size: 1.5rem !important;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add,
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  order: 2 !important;
  margin-bottom: 1rem;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .quick-add {
  display: flex !important;
  padding-left: 0.8rem;
  margin-bottom: 0 !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .quick-add
  button {
  font-size: 1.2rem !important;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-slide-horizontal
  .prod-card-set
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .product-wishlist {
  padding-right: 0.8rem;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-next {
  display: block !important;
  top: 95.5%;
  width: 71px;
  height: 70px;
  right: 0;
  left: unset;
  opacity: 1;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-prev {
  display: block !important;
  top: 95.5%;
  width: 71px;
  height: 70px;
  left: unset;
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .set-slider-wrapper
    .nav-media-group
    .swiper
    .swiper-wrapper
    .swiper-button-next,
  .set-slider-wrapper
    .nav-media-group
    .swiper
    .swiper-wrapper
    .swiper-button-prev {
    top: 94.5%;
  }
}
@media screen and (max-width: 700px) {
  .set-slider-wrapper
    .nav-media-group
    .swiper
    .swiper-wrapper
    .swiper-button-next,
  .set-slider-wrapper
    .nav-media-group
    .swiper
    .swiper-wrapper
    .swiper-button-prev {
    width: 46.67px;
    height: 47px;
    top: 94%;
  }
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-next {
  background-image: url(/cdn/shop/files/next-stl.svg?v=1685689792);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
}
.set-slider-wrapper
  .nav-media-group
  .swiper
  .swiper-wrapper
  .swiper-button-prev {
  background-image: url(/cdn/shop/files/prev-stl.svg?v=1685689792);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
  right: 69px;
}
@media screen and (max-width: 700px) {
  .set-slider-wrapper
    .nav-media-group
    .swiper
    .swiper-wrapper
    .swiper-button-prev {
    right: 45.5px;
  }
}
.set-slider-wrapper .swiper-button-next.set-slider-mobile-next,
.set-slider-wrapper .swiper-button-prev.set-slider-mobile-prev {
  top: 7%;
  opacity: 1;
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper .swiper-button-next.set-slider-mobile-next,
  .set-slider-wrapper .swiper-button-prev.set-slider-mobile-prev {
    display: none !important;
  }
}
.set-slider-wrapper .swiper-button-prev.set-slider-mobile-prev {
  left: 5%;
  background-image: url(/cdn/shop/files/set-slider-mob-prev.svg?v=1685812166);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .set-slider-wrapper .swiper-button-prev.set-slider-mobile-prev {
    left: 2.5%;
  }
}
.set-slider-wrapper .swiper-button-next.set-slider-mobile-next {
  right: 5%;
  background-image: url(/cdn/shop/files/set-slider-mob-next.svg?v=1685812166);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .set-slider-wrapper .swiper-button-next.set-slider-mobile-next {
    right: 2.5%;
  }
}
.set-slider-wrapper .swiper-pagination-mobile {
  top: 5rem;
  bottom: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper .swiper-pagination-mobile {
    display: none;
  }
}
.set-slider-wrapper .swiper-pagination-mobile span {
  font-family: "Italiana", serif;
  font-size: 3rem !important;
}
.set-slider-wrapper .set-slider-mobile-list-item {
  padding-bottom: 7rem;
  padding-top: 2rem;
}
.set-slider-wrapper .set-description-mobile {
  width: unset;
  grid-column: 1 / span 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem 2rem 5rem;
  font-weight: 300;
}
@media screen and (max-width: 580px) {
  .set-slider-wrapper .set-description-mobile {
    height: 120px;
    max-height: 130px;
    padding-bottom: 3.3rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .set-slider-wrapper .set-description-mobile {
    display: none;
  }
}
.set-slider-wrapper .set-description-mobile .plus-icon-stl-mobile {
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 1079px) {
  .set-slider-wrapper .swiper-hor-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-collection-slider-wrapper.page-width {
  max-width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper.page-width {
    padding: 0;
  }
}
.featured-collection-slider-wrapper h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1850px) {
  .featured-collection-slider-wrapper h2 {
    font-size: 7rem !important;
  }
}
@media screen and (min-width: 2001px) {
  .featured-collection-slider-wrapper h2 {
    font-size: 7.5rem !important;
  }
}
.featured-collection-slider-wrapper .swiper {
  padding: 2.5%0;
  width: 100%;
  height: 100%;
  max-height: 1400px !important;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper {
    padding: 3%0;
  }
}
@media screen and (max-width: 700px) {
  .featured-collection-slider-wrapper .swiper {
    padding-top: 2.5rem;
  }
}
.featured-collection-slider-wrapper .swiper .swiper-button-prev {
  left: 33%;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper .swiper-button-prev {
    left: 2%;
  }
}
.featured-collection-slider-wrapper .swiper .swiper-button-next {
  right: 33%;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper .swiper-button-next {
    right: 2%;
  }
}
.featured-collection-slider-wrapper .swiper .swiper-button-next,
.featured-collection-slider-wrapper .swiper .swiper-button-prev {
  display: block !important;
  opacity: 1;
}
.featured-collection-slider-wrapper .swiper .swiper-button-next {
  background-image: url(/cdn/shop/files/Rectangle_103.svg?v=1695048475);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper .swiper-button-next {
    background-image: url(/cdn/shop/files/next.svg?v=1685122927);
    right: 2%;
  }
}
.featured-collection-slider-wrapper .swiper .swiper-button-prev {
  background-image: url(/cdn/shop/files/Rectangle_104.svg?v=1695048382);
  background-repeat: no-repeat;
  background-size: 100%auto;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper .swiper-button-prev {
    background-image: url(/cdn/shop/files/prev.svg?v=1685122927);
    left: 2%;
  }
}
.featured-collection-slider-wrapper .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.featured-collection-slider-wrapper .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  scale: 0.95;
  transition: all 0.65s ease;
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    scale: 1;
  }
}
@media screen and (max-width: 700px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide
    .prod-card {
    height: 100%;
  }
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper {
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide
    .prod-card
    .card__show_info_wrapper {
    display: none;
  }
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info {
  width: 100%;
  display: block !important;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1 !important;
  padding-top: 4rem;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content {
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card__heading {
  width: 50%;
  padding-left: 0.8rem;
  font-size: 1.5rem !important;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information {
  padding-right: 0.8rem;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .card__information
  .card-information
  .card-product-sku {
  display: none;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .quick-add {
  display: flex !important;
  padding-left: 0.8rem;
  margin-bottom: 0 !important;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__show_info_wrapper:hover
  .card__show_info
  .card__content
  .prod-wishlist-quick-add
  .product-wishlist {
  padding-right: 0.8rem;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__inner {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide
    .prod-card
    .card__inner {
    height: 100%;
  }
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__inner
  .card__media {
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 700px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide
    .prod-card
    .card__inner
    .card__media {
    height: 100%;
  }
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__inner
  .card__media
  img {
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide
  .prod-card
  .card__content {
  display: none;
}
.featured-collection-slider-wrapper
  .swiper
  .swiper-wrapper
  .swiper-slide-active {
  scale: 1.065;
  z-index: 2;
  transition: all 0.65s ease;
}
@media screen and (max-width: 1550px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active {
    z-index: 1;
  }
}
@media screen and (max-width: 1280px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active {
    scale: 1;
    z-index: 1;
  }
}
@media screen and (min-width: 1281px) {
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__media {
    width: 100% !important;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper {
    display: block !important;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 1;
    width: 100%;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper
    svg {
    cursor: pointer;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover {
    left: 0;
    bottom: 0;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info {
    width: 100%;
    display: block !important;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1 !important;
    padding-top: 4rem;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information {
    width: 100%;
    order: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card__heading {
    width: 50%;
    padding-left: 0.8rem;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card-information
    .price__container
    span,
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card__heading
    a {
    font-size: 1.3rem !important;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card-information {
    padding-right: 0.8rem;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card-information
    .caption-large {
    margin-top: 0 !important;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .card__information
    .card-information
    .card-product-sku {
    display: none;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .prod-wishlist-quick-add {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    order: 2 !important;
    align-items: center;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .prod-wishlist-quick-add
    .quick-add {
    display: flex !important;
    padding-left: 0.8rem;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .prod-wishlist-quick-add
    .quick-add
    > button {
    font-size: 1.2rem !important;
  }
  .featured-collection-slider-wrapper
    .swiper
    .swiper-wrapper
    .swiper-slide-active
    .card__show_info_wrapper:hover
    .card__show_info
    .card__content
    .prod-wishlist-quick-add
    .product-wishlist {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 2000px) {
  .collections-list-wrapper.page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  .collections-list-wrapper.page-width {
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .collections-list-wrapper.page-width {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .collections-list-wrapper.page-width {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .collections-list-wrapper.page-width {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
}
.collections-list-wrapper.page-width .text-media-wrapper {
  position: relative;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1080px) {
  .collections-list-wrapper.page-width .text-media-wrapper {
    display: none;
  }
}
.collections-list-wrapper.page-width .text-media-wrapper .text-group-wrapper {
  display: grid;
  align-items: center;
  justify-content: end;
  position: relative;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner {
  position: absolute;
  padding: 3.2rem 4.5rem;
  background: rgba(224, 181, 183, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  right: 2vw;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .collections-list-wrapper.page-width
    .text-media-wrapper
    .text-group-wrapper
    .text-group-inner {
    right: 0;
  }
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  h2 {
  margin-top: 0;
  margin-bottom: 3.5rem;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  .cl-links-list {
  list-style: none;
  padding-left: 0;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  .cl-links-list
  li {
  border-bottom: 1px solid rgb(var(--color-base-text));
  padding-bottom: 0.5rem;
  padding-top: 0.7rem;
  transition: all 0.4s ease;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  .cl-links-list
  li:hover {
  padding-left: 2rem;
  transition: all 0.4s ease;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  .cl-links-list
  li:hover
  a {
  font-weight: 700;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .text-group-wrapper
  .text-group-inner
  .cl-links-list
  li
  a {
  font-size: clamp(1.8rem, 3.52rem + 0.25vw, 2.2rem);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.collections-list-wrapper.page-width .text-media-wrapper .media-group-wrapper {
  position: relative;
  right: 11%;
}
.collections-list-wrapper.page-width
  .text-media-wrapper
  .media-group-wrapper
  img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1081px) {
  .collections-list-wrapper.page-width .collections-list-mob {
    display: none;
  }
}
.collections-list-wrapper.page-width .collections-list-mob .col-list-mob-title {
  background-color: rgba(224, 181, 183, 0.7);
  width: 100%;
  text-align: center;
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-title
  h2 {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 700px) {
  .collections-list-wrapper.page-width
    .collections-list-mob
    .col-list-mob-title
    h2 {
    margin: 0 0 0.6rem;
  }
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-slider-wrapper {
  width: 100%;
  height: 100%;
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-slider-wrapper
  .swiper-wrapper
  .swiper-slide,
.shop-the-look-wrapper .sets-wrapper .set-item .set-item-media {
  position: relative;
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-slider-wrapper
  .swiper-wrapper
  .swiper-slide:after {
  content: "";
  top: 0;
  width: 100%;
  height: 97.5%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
@media screen and (min-width: 500px) {
  .collections-list-wrapper.page-width
    .collections-list-mob
    .col-list-mob-slider-wrapper
    .swiper-wrapper
    .swiper-slide:after {
    height: 99%;
  }
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-slider-wrapper
  .swiper-wrapper
  .swiper-slide
  .col-list-mob-img
  img {
  max-width: 100%;
  height: 100%;
}
.collections-list-wrapper.page-width
  .collections-list-mob
  .col-list-mob-slider-wrapper
  .swiper-wrapper
  .swiper-slide
  .col-list-mob-img
  .swiper-slide-mob-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 500;
  font-size: 1.8rem;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .collections-list-wrapper.page-width
    .collections-list-mob
    .col-list-mob-slider-wrapper
    .swiper-wrapper
    .swiper-slide
    .col-list-mob-img
    .swiper-slide-mob-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 2000px) {
  .shop-the-look-wrapper.page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  .shop-the-look-wrapper.page-width {
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .shop-the-look-wrapper.page-width {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 850px) {
  .shop-the-look-wrapper.page-width {
    padding-bottom: 2rem;
  }
}
.shop-the-look-wrapper h2 {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 1850px) {
  .shop-the-look-wrapper h2 {
    font-size: 7rem !important;
  }
}
@media screen and (min-width: 2001px) {
  .shop-the-look-wrapper h2 {
    font-size: 7.5rem !important;
  }
}
.shop-the-look-wrapper .sets-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(145px, 900px));
  justify-content: center;
  grid-gap: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 2000px) {
  .shop-the-look-wrapper .sets-wrapper {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 1380px) {
  .shop-the-look-wrapper .sets-wrapper {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media screen and (max-width: 990px) {
  .shop-the-look-wrapper .sets-wrapper {
    grid-template-columns: 1fr;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.shop-the-look-wrapper .sets-wrapper .set-item {
  display: grid;
  position: relative;
}
@media screen and (max-width: 990px) {
  .shop-the-look-wrapper .sets-wrapper .set-item {
    height: 100vh;
  }
}
.shop-the-look-wrapper .sets-wrapper .set-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-the-look-wrapper .sets-wrapper .set-item .set-item-products {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .product-form__submit {
  margin-bottom: 0 !important;
  display: grid;
  align-self: end;
  grid-column: 1/-1;
}
.shop-the-look-wrapper .sets-wrapper .set-item .set-item-products .pr-grid-2 {
  grid-template-columns: repeat(1, 1fr);
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__inner {
  width: 40%;
  margin: 0 auto;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__inner
  img,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__inner
  img {
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info_wrapper
  .icon-cross-show-info {
  display: none !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  align-items: flex-start;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .product-wishlist {
  padding-top: 0.3rem;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information {
  width: 100%;
  padding: 0.3rem 0 1rem;
  display: grid;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information
  h3 {
  width: 100%;
  font-size: 1.4rem !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information
  .card-product-sku {
  display: none;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information
  .card-information {
  display: flex;
  justify-content: flex-start;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content
  .card-information
  .price,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information
  .card-information
  .price {
  margin-top: 0 !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-2
  .card__show_info
  .card__content
  .card__information
  .card-information
  .price
  .price__container
  span,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content
  .card-information
  .price
  .price__container
  span,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information
  .card-information
  .price
  .price__container
  span {
  font-size: 1.4rem !important;
}
.shop-the-look-wrapper .sets-wrapper .set-item .set-item-products .pr-grid-4 {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__inner {
  width: 73%;
}
@media screen and (min-width: 1650px) {
  .shop-the-look-wrapper
    .sets-wrapper
    .set-item
    .set-item-products
    .pr-grid-4
    .card__inner {
    width: 100%;
  }
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content {
  align-items: flex-start;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .product-wishlist {
  padding-right: 0.2rem;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .icon-cross-show-info,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__show_info_wrapper
  .icon-cross-show-info {
  display: none !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information {
  padding-top: 0;
  padding-bottom: 0.5rem;
  padding-left: 0.2rem;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content
  h3,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information
  h3 {
  width: 100%;
  font-size: 1.3rem !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content
  .card-product-sku,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information
  .card-product-sku,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  .set-item-prod
  .card__show_info
  svg,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-radios
  fieldset
  legend,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-selects
  .form__label {
  display: none;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__content
  .card-information,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  .card__information
  .card-information {
  display: flex;
  justify-content: flex-start;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  variant-radios {
  justify-content: start;
  padding-left: 0.5rem;
  text-align: left;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  variant-selects {
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-left: 0.2rem;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  variant-selects
  .product-form__input
  .select,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-selects
  .product-form__input,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-selects
  .product-form__input
  .select {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  variant-selects
  .product-form__input
  .select
  .select__select {
  background-color: transparent;
  height: 30px;
  width: 96px;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  .pr-grid-4
  variant-selects
  .product-form__input--dropdown {
  margin-bottom: 0.5rem;
}
.shop-the-look-wrapper .sets-wrapper .set-item .set-item-products form {
  align-items: center;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-selects {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-selects
  .product-form__input
  .select
  .select__select {
  background-color: transparent;
  height: 30px;
  font-family: "Mona", sans-serif !important;
  font-size: 1rem !important;
  width: 96px;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-radios {
  display: grid;
  justify-content: center;
  text-align: center;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-radios
  fieldset {
  margin: 0 0 0.5rem !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  variant-radios
  fieldset
  label {
  padding: 0.6rem 0.8rem;
  background-color: transparent;
  opacity: 0.7 !important;
  font-size: 1.1rem;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  .product-form__input
  input[type="radio"]
  + label {
  opacity: 0.7 !important;
  display: initial;
  margin: 0 !important;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  .product-form__input
  input[type="radio"]:checked
  + label {
  background-color: transparent !important;
  border: 1px solid #000;
}
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  .set-item-prod {
  padding: 0 10%;
}
.contact .brand-information-wrapper img,
.shop-the-look-wrapper
  .sets-wrapper
  .set-item
  .set-item-products
  form
  .set-item-prod
  .card__show_info
  .card__badge {
  display: none;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .card__information
  a,
.shop-the-look-wrapper .sets-wrapper .set-item-products.no-event {
  pointer-events: none;
}
.company,
.join-our-team {
  flex-direction: column;
}
.join-our-team .page-width {
  max-width: 100% !important;
}
@media screen and (max-width: 1080px) {
  .company .page-width,
  .join-our-team .page-width {
    padding: 1.5rem 1.5rem 1.7rem;
  }
}
.company .page-width .main-page-title,
.join-our-team .page-width .main-page-title {
  text-align: center;
  margin: 0 !important;
}
.company .page-width,
.join-our-team .section_jobs {
  max-width: 920px !important;
  width: 100%;
}
.company .page-width .main-page-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1080px) {
  .company .page-width .main-page-title {
    margin-bottom: 0.7rem;
  }
}
.company .page-width .rte {
  font-size: 1.6rem !important;
  padding: 0 4%;
  font-weight: 300;
  line-height: 28px;
  text-align: center !important;
}
@media screen and (max-width: 1080px) {
  .company .page-width .rte {
    padding: 0;
  }
}
.company .page-width .rte a {
  font-weight: 500;
  text-decoration: underline;
}
.join-our-team .section_jobs .job-availability {
  margin: 0 1rem 3rem;
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 1.3rem 1.8rem;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .join-our-team .section_jobs .job-availability {
    margin-bottom: 2.2rem;
  }
}
.company,
.join-our-team,
.join-our-team .section_jobs .job-availability .alert-job-icon {
  display: flex;
  align-items: center;
}
.join-our-team
  .content-container
  .rich-text__wrapper.rich-text__wrapper--center.page-width {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 1080px) {
  .join-our-team
    .content-container
    .rich-text__wrapper.rich-text__wrapper--center.page-width {
    width: 100% !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.join-our-team
  .content-container
  .rich-text__wrapper.rich-text__wrapper--center.page-width
  .rich-text__blocks {
  max-width: 920px;
}
.join-our-team
  .content-container
  .rich-text__wrapper.rich-text__wrapper--center.page-width
  .rich-text__blocks
  p {
  font-size: 1.6rem !important;
  line-height: 28px;
}
.join-our-team
  .content-container
  .rich-text__wrapper.rich-text__wrapper--center.page-width
  .rich-text__blocks
  p
  a,
.section-collection-list-new
  .collection-list-wrapper
  ul
  li
  .collection-list-title
  h3
  a:hover {
  text-decoration: underline !important;
}
.store-locator .multicolumn {
  max-width: 1150px;
  margin: 0 auto;
}
.store-locator .multicolumn .page-width {
  max-width: 100%;
}
.store-locator .multicolumn h1.main-page-title {
  margin-bottom: 3.5rem !important;
}
.store-locator .multicolumn ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .store-locator .multicolumn ul {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    row-gap: 1.8rem;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .store-locator .multicolumn ul {
    grid-template-columns: 1fr;
  }
}
.store-locator .multicolumn ul li {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e0b5b7;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 3.5rem 2.5rem;
}
.store-locator .multicolumn ul li .multicolumn-card__info {
  padding: 0;
}
.store-locator .multicolumn ul li h3 {
  font-weight: 300;
  font-size: 2rem;
}
.store-locator .multicolumn ul li .link {
  font-weight: 500;
}
.contact {
  max-width: 1480px;
  margin: 5.2rem auto 3rem;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 7%;
  -moz-column-gap: 7%;
  column-gap: 7%;
  padding: 1%;
}
@media screen and (max-width: 768px) {
  .contact {
    grid-template-columns: 1fr;
    margin: 1.2rem auto 0;
  }
  .contact .brand-information-wrapper {
    display: none;
  }
}
.contact .brand-information-wrapper .footer__list-social {
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 7%;
  column-gap: 7%;
  margin-top: 10%;
}
.contact .brand-information-wrapper .footer__list-social .list-social__item a {
  padding: 0 !important;
}
.contact .gradient {
  width: 100%;
  max-width: 765px;
}
.contact .contact-form h2,
.contact .contact-form h3 {
  font-family: "Mona", sans-serif !important;
  font-size: 1.6rem;
  margin-bottom: 0.8rem !important;
  line-height: 28px;
}
.contact .contact-form form {
  margin-top: 2rem;
  width: 100% !important;
  max-width: 100% !important;
}
.contact .contact-form form .contact__fields {
  grid-template-columns: 1fr !important;
}
.contact .contact-form form .field:after {
  box-shadow: none;
}
.contact .contact-form form .field__input {
  border: 1px solid #e0b5b7;
  background: #faf9f2;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.contact .contact-form form .contact__button button {
  font-weight: 600;
  color: #fff !important;
}
.section-complete-the-look {
  max-width: 2000px;
  margin: 0 auto;
}
.section-complete-the-look .complete-the-look-wrapper {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0 2.5rem;
}
@media screen and (max-width: 1080px) {
  .section-complete-the-look .complete-the-look-wrapper {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-complete-the-look .complete-the-look-wrapper {
    padding-top: 0.7rem;
  }
}
.section-complete-the-look .complete-the-look-wrapper .ctl-group {
  display: grid;
  grid-template-columns: 75% 24%;
  justify-content: space-between;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (max-width: 1080px) {
  .section-complete-the-look .complete-the-look-wrapper .ctl-group {
    display: flex;
    flex-direction: column;
  }
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-img-wrapper,
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  variant-selects {
  display: flex;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-img-wrapper
  .ctl-item {
  width: 100%;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-img-wrapper
  .ctl-item
  .card
  .card__inner
  .card__media {
  margin: 0 !important;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-img-wrapper
  .ctl-item
  .card__inner {
  height: 100%;
  cursor: pointer;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-img-wrapper
  .ctl-item
  .card__show_info_wrapper,
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__inner,
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .card__information
  .card-product-sku {
  display: none;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper {
  border: 1px solid #535353;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11%;
  row-gap: 11%;
}
@media screen and (max-width: 1560px) {
  .section-complete-the-look
    .complete-the-look-wrapper
    .ctl-group
    .ctl-info-wrapper {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1080px) {
  .section-complete-the-look
    .complete-the-look-wrapper
    .ctl-group
    .ctl-info-wrapper {
    margin-top: 4%;
    padding: 0 2.5%;
    border: 0;
    background-color: transparent;
  }
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text {
  display: flex;
  flex-direction: column;
  row-gap: 10%;
}
@media screen and (max-width: 1080px) {
  .section-complete-the-look
    .complete-the-look-wrapper
    .ctl-group
    .ctl-info-wrapper
    .ctl-info-text
    .ctl-info:last-child {
    padding-bottom: 2rem;
  }
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .ctl-input-text-group {
  align-items: center;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .ctl-input-text-group
  input {
  accent-color: #e0b5b7 !important;
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper {
  height: auto !important;
  width: 100%;
}
.info_template .nav-list-wrapper .nav-list,
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper {
  display: flex;
  flex-direction: column;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .card__information {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .card__information
  * {
  width: auto;
  font-size: 1.5rem;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .card__information
  h3 {
  line-height: unset !important;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  .card-wrapper
  .card__show_info_wrapper
  .prod-wishlist-quick-add {
  display: none;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  variant-selects
  .product-form__input--dropdown {
  flex-basis: auto;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  variant-selects
  .product-form__input--dropdown:first-child {
  display: none !important;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  variant-selects
  .select__select {
  background-color: #fff;
  height: 3.5rem;
  font-family: "Mona", sans-serif !important;
}
#wishlist .wishlist__grid .card .card__hover_wrapper .prod-wishlist-quick-add,
#wishlist
  .wishlist__grid
  .card
  .card__hover_wrapper:hover
  .icon-cross-show-info,
#wishlist .wishlist__grid .card .card__hover_wrapper:hover .icon-qa,
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-text
  .ctl-info
  variant-selects
  .form__label {
  display: none;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-sum {
  padding-top: 3.3rem;
  border-top: 1px solid #535353;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-sum
  .info-sum-price {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.section-complete-the-look
  .complete-the-look-wrapper
  .ctl-group
  .ctl-info-wrapper
  .ctl-info-sum
  button {
  margin-top: 4.3rem;
}
@media screen and (max-width: 1080px) {
  .section-complete-the-look
    .complete-the-look-wrapper
    .ctl-group
    .ctl-info-wrapper
    .ctl-info-sum
    button {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-complete-the-look
    .complete-the-look-wrapper
    .ctl-group
    .ctl-info-wrapper
    .ctl-info-sum
    button {
    margin-top: 3.3rem;
  }
}
#wishlist {
  max-width: 2000px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  #wishlist {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
}
#wishlist h1 {
  margin-top: 3rem;
}
@media screen and (max-width: 1230px) {
  #wishlist .wishlist__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 780px) {
  #wishlist .wishlist__grid .card .card__hover_wrapper {
    bottom: 4px;
  }
}
#wishlist .wishlist__grid .card .card__hover_wrapper:hover {
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 780px) {
  #wishlist .wishlist__grid .card .card__hover_wrapper:hover {
    bottom: 4px;
  }
}
#wishlist
  .wishlist__grid
  .card
  .card__hover_wrapper:hover
  .prod-wishlist-quick-add {
  width: auto;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #wishlist
    .wishlist__grid
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 1280px) {
  #wishlist
    .wishlist__grid
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .quick-add
    button {
    padding: 0 0.5rem !important;
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 1280px) {
  #wishlist
    .wishlist__grid
    .card
    .card__hover_wrapper:hover
    .prod-wishlist-quick-add
    .product-wishlist
    svg {
    width: 27px;
    height: 27px;
  }
}
#wishlist .wishlist__grid .card .card__media {
  width: 100%;
  margin: 0;
}
#wishlist .wishlist__grid .card .card__show_info_wrapper .icon-cross-show-info,
#wishlist .wishlist__grid .card .card__show_info_wrapper .icon-qa,
#wishlist
  .wishlist__grid
  .card
  .card__show_info_wrapper
  .prod-wishlist-quick-add {
  display: none;
}
.info_template {
  display: flex;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  -moz-column-gap: 3%;
  column-gap: 3%;
  padding: 3.3rem 4rem 0;
}
@media screen and (max-width: 1230px) {
  .info_template {
    max-width: 100%;
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .info_template {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.info_template .nav-list-wrapper {
  max-width: 25rem;
  width: 25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 800px) {
  .info_template .nav-list-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.info_template .nav-list-wrapper .nav-list li {
  border-bottom: 1px solid #535353;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1230px) {
  .info_template .nav-list-wrapper .nav-list li a {
    font-size: 1.5rem;
  }
}
.info_template .nav-list-wrapper .nav-list .list-menu__item--active {
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .info_template .nav-list-wrapper .nav-list-desktop {
    display: none;
  }
}
.info_template .nav-list-wrapper .nav-list-dropdown {
  border: 0;
  border-bottom: 1px solid #535353;
  padding-bottom: 0.7rem;
  background-color: transparent;
  font-family: "Mona", sans-serif;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.info_template .nav-list-wrapper .nav-list-dropdown option {
  font-family: inherit;
  background-color: #faf9f2;
}
.info_template .nav-list-wrapper .nav-list-dropdown.open {
  display: block;
}
.info_template .page-width {
  max-width: 100%;
  width: 100%;
}
.info_template .page-width h1 {
  font-size: 1.6rem !important;
  font-family: "Mona", sans-serif !important;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1230px) {
  .info_template .page-width a,
  .info_template .page-width div,
  .info_template .page-width li,
  .info_template .page-width p {
    font-size: 1.5rem !important;
  }
}
.info_template .page-width li {
  font-weight: 300;
}
.section-collection-list-new .collection-list-wrapper.page-width {
  max-width: 82%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}
@media screen and (max-width: 2000px) {
  .section-collection-list-new .collection-list-wrapper.page-width {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .section-collection-list-new .collection-list-wrapper.page-width {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.section-collection-list-new .collection-list-wrapper h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1850px) {
  .section-collection-list-new .collection-list-wrapper h2 {
    font-size: 7rem !important;
  }
}
@media screen and (min-width: 2001px) {
  .section-collection-list-new .collection-list-wrapper h2 {
    font-size: 7.5rem !important;
  }
}
.section-collection-list-new .collection-list-wrapper ul {
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(145px, 900px));
  padding: 0 !important;
  margin: 0;
  justify-content: center;
  height: 100%;
  grid-gap: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 2001px) {
  .section-collection-list-new .collection-list-wrapper ul {
    gap: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .section-collection-list-new .collection-list-wrapper ul {
    display: flex;
    flex-direction: column;
  }
}
.section-collection-list-new .collection-list-wrapper ul li {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  max-height: 100%;
}
.section-collection-list-new .collection-list-wrapper ul li img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.section-collection-list-new
  .collection-list-wrapper
  ul
  li
  .collection-list-title {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 10px 15px;
  background-color: #faf9f2;
}
.section-collection-list-new
  .collection-list-wrapper
  ul
  li
  .collection-list-title
  h3 {
  margin: 0 !important;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .section-collection-list-new
    .collection-list-wrapper
    ul
    li
    .collection-list-title
    h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) and (max-width: 2000px) {
  .section-collection-list-new .cl-extra-padding {
    padding-right: 6.5% !important;
    padding-left: 6.5% !important;
  }
}
