/** Shopify CDN: Minification failed

Line 1275:1 Expected "}" to go with "{"

**/
/* 
Important Notes for the theme
---- Font Family -----
Extra Bold  (this font is used for Heading)
SemiBold    (this font is used for menu)
medium    (This font is used for )
regular  (this font is used for paragraphs, body text, announcement bar)
Bold     (This font is used for )



---- Font Sizes classes ------
h1 --- 60px
h2 --- 48px
h3 --- 32px
h4 --- 24px 
h5 --- 16
p  --- 16
button --- 18
    font-family: Lustria !important;
---- Note ----- 
font sizes and font family are appliying at the classess not in tags.
Example: if heading have 60px font size so in that case you will add h1 class in your heading tag.

 */
/* fonts Family start */

@font-face {
  font-family: "RethinkSans-ExtraBold";
  src: url("/cdn/shop/files/RethinkSans-ExtraBold.woff2?v=1739795564")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-Regular";
  src: url("/cdn/shop/files/RethinkSans-Regular.woff2?v=1739795565")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-Medium";
  src: url("/cdn/shop/files/RethinkSans-Medium.woff2?v=1739795564")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-Italic";
  src: url("/cdn/shop/files/RethinkSans-Italic.woff2?v=1739795564")
    format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-BoldItalic";
  src: url("/cdn/shop/files/RethinkSans-BoldItalic.woff2?v=1739795564")
    format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-MediumItalic";
  src: url("/cdn/shop/files/RethinkSans-MediumItalic.woff2?v=1739795565")
    format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-ExtraBoldItalic";
  src: url("/cdn/shop/files/RethinkSans-ExtraBoldItalic.woff2?v=1739795565")
    format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-Bold";
  src: url("/cdn/shop/files/RethinkSans-Bold.woff2?v=1739795565")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-SemiBold";
  src: url("/cdn/shop/files/RethinkSans-SemiBold.woff2?v=1739795565")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RethinkSans-SemiBoldItalic";
  src: url("/cdn/shop/files/RethinkSans-SemiBoldItalic.woff2?v=1739795565")
    format("woff2");
  font-style: italic;
  font-display: swap;
}
/* Lustria Regular Font */
@font-face {
    font-family: 'Lustria';
    src: url('/cdn/shop/files/Lustria-Regular.woff2?v=1771498953'),
        url('Lustria-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.lustriaRegular{
  font-family: 'Lustria' !important;
}
@font-face {
    font-family: 'Open Sans Medium';
    src: url('/cdn/shop/files/OpenSans-Medium.woff2?v=1772083543') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/cdn/shop/files/SourceSans3-Bold.woff2?v=1772777188') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}







.rethinkSans-ExtraBold {
  font-family: "RethinkSans-ExtraBold";
}
.rethinkSans-Regular {
  font-family: "RethinkSans-Regular";
}
.rethinkSans-Medium {
  font-family: "RethinkSans-Medium";
}
.rethinkSans-Italic {
  font-family: "RethinkSans-Italic";
}
.rethinkSans-BoldItalic {
  font-family: "RethinkSans-BoldItalic";
}
.rethinkSans-MediumItalic {
  font-family: "RethinkSans-MediumItalic";
}
.rethinkSans-ExtraBoldItalic {
  font-family: "RethinkSans-ExtraBoldItalic";
}
.rethinkSans-Bold {
  font-family: "RethinkSans-Bold";
}
.rethinkSans-SemiBold {
  font-family: "RethinkSans-SemiBold";
}
.rethinkSans-SemiBoldItalic {
  font-family: "RethinkSans-SemiBoldItalic";
}
html {
  scroll-behavior: smooth;
}
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
*:focus {
  outline: none !important;
}
*:focus-visible {
  outline: unset !important;
  outline-offset: unset !important;
  box-shadow: unset !important;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}
a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none !important;
  box-shadow: none;
}
a {
  text-decoration: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
.button:after,
.button:before,
.shopify-payment-button__button:after,
.shopify-payment-button__button:before {
  display: none;
}
.showMobile {
  display: none !important;
}
.button:not([disabled]):hover:after {
  box-shadow: none !important;
  outline: none !important;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  /* box-shadow: none !important;
outline: none !important; */
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  /* border: none !important;
box-shadow: none !important; */
}
select:focus {
  outline: none !important;
}
h1,
h2,
h2 span,
h3,
h4,
h5,
h6 {
      font-family: Lustria !important;
}
h2 span,
h3 span,
h2 b,
h2 strong{
      font-family: Lustria !important;
}
.product__title h1,
.product__title h2,
.product__title h3,
.product__title h4,
.product__title h5,
.product__title h6 {
  line-height: 1.2;
  letter-spacing: -1px;
  font-size: clamp(30px, 3vw, 48px) !important;
  font-family: 'Open Sans Medium' !important;
}
.price__container span,
.pdpPrice div,
.product__tax,
.product__tax a,
.product__description  p,
.product__description p span,
.product__description a,
.product__description li,
.product__description h2,
.product__description h1,
.product__description h3,
.product__description h4,
.product__description h5,
.product__description h6,
.product__view-details,
.product__info-container .icon-with-text li span{
    font-family: 'Open Sans Medium' !important;
}
.card__content h1,
.card__content h2,
.card__content h3,
.card__content h4,
.card__content h5,
.card__content h6{
  font-family: "RethinkSans-ExtraBold" !important;
}



h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 16px !important;
}
.text-center {
  text-align: center;
}
div,
p,
li,
ul,
a,
span,
label {
  font-size: 16px !important;
  font-family: "RethinkSans-Regular" !important;
  font-weight: normal;
}
button,
.btn,
.button {
  font-family: "RethinkSans-Bold" !important;
  font-size: 18px !important;
}
.header__menu-item span {
  font-family: RethinkSans-SemiBold !important;
  font-size: 14px !important;
}
.dNone {
  display: none !important;
}
.header__menu-item:hover span {
  text-decoration: none !important;
  text-underline-offset: unset;
}
.genericBtn {
  transition: all 0.3s ease-in-out;
}
.shopify-policy__container h2,
.shopify-policy__container h3,
.shopify-policy__container h4,
.shopify-policy__container h5,
.shopify-policy__container h6 {
  margin: unset;
}

.shopify-policy__container {
  max-width: 170rem;
  padding: 0 20px;
  margin-bottom: 60px !important;
  margin-top: 60px;
}
.shopify-policy__container .shopify-policy__body .rte table {
  margin-bottom: 20px;
  border: 1px solid #000;
}
.shopify-policy__container .shopify-policy__body p {
  margin: 0 0 34px;
  line-height: 28px;
  font-size: 16px !important;
  letter-spacing: 0;
}
.shopify-policy__container .shopify-policy__body ul li,
.shopify-policy__container .shopify-policy__body a {
  font-size: 16px !important;
}
.shopify-policy__container table:not([class]) td,
.shopify-policy__container table:not([class]) th {
  border: 1px solid #000 !important;
  color: #000;
}
.shopify-policy__title h1 {
  text-align: left !important;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.predictive-search__loading-state {
  position: relative;
  overflow: hidden;
}
.predictive-search.predictive-search--header {
  display: none;
}
.collectionHeader {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 0.5px solid #e8c749;
  width: fit-content;
  user-select: none;
}
.collectionHeader img {
  margin-right: 33px;
  /* transform: translateY(8px); */
  margin-left: -2px;
}
.collection__title .collectionHeader img {
  margin-left: -5px;
}
.featureCollectionWrapper {
  margin-top: 51px;
}
.header--middle-left .header__heading-link,
.header--top-left .header__heading-link {
  margin-left: 0rem;
}
.header__icon--cart {
  margin-right: 0rem;
}
.card__inner {
  /* height: 486px; */
  /* background: #000000; */
}
.card {
  background: transparent;
}
.card__information .caption-with-letter-spacing {
  width: fit-content;
  font-size: 12px !important;
  color: #e8c749;
  opacity: 1;
}
.collectionHeaderWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.card__heading a {
  color: #fff;
  font-size: 24px !important;
  line-height: 31.25px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.card .addToCardBox {
  display: flex;
  justify-content: space-between;
  /* background: red; */
}
.card .card__content {
  flex-direction: column;
  display: flex;
  /* justify-content: space-between; */
}
.card .card__information {
  padding-left: unset;
  padding-right: unset;
}
.addToCardBox .price {
  color: #fff;
}
.addToCardBox .price--on-sale .price-item--regular {
  color: #e8c749;
  font-size: 14px;
  lighting-color: 1.2;
  letter-spacing: 0;
}
.card .price__container span {
  font-size: 24px !important;
  line-height: 31.25px;
  font-weight: 400;
  letter-spacing: 0;
}
span.cardCartIcon {
  gap: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
/* .card .price__container {
  width: min-content;
} */
.card .quick-add__submit {
  padding: 9.5px 22px !important;
  border-radius: 8px !important;
  min-height: unset;
}
.card--media .card__inner .card__content {
  padding: 0 24px !important;
}
.card--card.card--media > .card__content {
  padding: 33px 24px 24px;
  padding-right: 0 !important;
}
.card__heading {
  margin-top: 5px !important;
  margin-bottom: 16px !important;
}
.card__badge.top.left span {
  border-radius: 8px;
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 6px 20px;
  line-height: 1.2;
}
.collection__view-all a.link.underlined-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 24px !important;
  line-height: 31.25px !important;
}
.quick-add__submit span {
  font-weight: 800;
  font-size: 18px !important;
}
.slider-button--prev[disabled="disabled"] svg {
  opacity: 0.5;
}
.slider-button--next[disabled="disabled"] svg {
  opacity: 0.5;
}
.slider-buttons {
  justify-content: flex-end !important;
  gap: 32px;
}
.soldOutBadge .badge {
  background: black;
  color: #e8c749;
  /* color: #fff;
  background: #2a2a2a; */
  width: fit-content;
  height: auto;
  border-radius: 8px !important;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  font-weight: 800;
  padding: 7px 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saleBadge {
  color: #fff;
  background: #e5bc3a;
  width: fit-content;
  height: auto;
  border-radius: 8px !important;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  padding: 6px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
}
.soldOutBadge {
  margin-top: 21px;
}
.localization-wrapper .disclosure svg {
  width: 15px;
  margin-left: 7px;
}
.related-products__heading,
.collectionSecTitle {
  color: #fff;
  text-transform: uppercase;
  margin: unset;
  line-height: normal !important;
  font-family: Lustria !important;
  /* transform: translateY(-7px); */
}
h2.drawer__heading {
  font-size: 22px;
}
/* #CartDrawer-Form span {
  font-size: unset !important;
  line-height: unset;
} */
/* Button Hover Animation */

.circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #e8c749;
  position: absolute;
  transition: all 0.35s ease-Out;
  top: 40px;
  margin: auto;
}
.btn:hover span {
  z-index: 1;
}
.btn span {
  font-weight: bold;
  letter-spacing: normal;
}
.btn:hover .circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -40px;
}
.card__information {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.collection .svg-wrapper:hover {
  background: radial-gradient(circle, #e8c7496e, #94bbe900 66%) !important;
  transition: all 0.35s ease-Out;
}

.prevColl:hover svg,
.nextColl:hover svg {
  background: radial-gradient(circle, #e8c7496e, #94bbe900 66%) !important;
  transition: all 0.35s ease-Out;
}

/* menu hover animation */

.header__menu-item span {
  position: relative;
  overflow: hidden;
  line-height: 1.5 !important;
}
.header__menu-item span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__menu-item span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background: #e8c749;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

/* footer animation */
.qliquesFooter .policies li a,
.footer-block__details-content .list-menu__item--link {
  position: relative;
  overflow: hidden;
  line-height: 1.5 !important;
  width: fit-content;
}
.qliquesFooter .policies li a:hover:after,
.footer-block__details-content .list-menu__item--link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.qliquesFooter .policies li a:after,
.footer-block__details-content .list-menu__item--link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e8c749;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}
svg path,
svg {
  transition: all 0.45s ease-Out;
}
.list-social__item:hover svg {
  scale: 1.2;
}
.collection__view-all:hover svg,
.collectionListWrapperTwo .link:hover svg {
  transform: translateX(-10px);
}
.collectionListWrapperTwo .link:hover svg path {
  stroke: #e8c749 !important;
  transition: all 0.5s ease-Out;
}
.collectionListWrapperTwo .link:hover {
  color: #e8c749;
  transition: all 0.5s ease-Out;
}
.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  transition: transform 0.35s ease-out;
}
.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  color: #e8c749 !important;
  transition: transform 0.35s ease-out;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: transparent !important;
}
/* image with text section image animation  */
@-webkit-keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.imgInnerBox {
  transform: translateY(0px);
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

/* home slide animation's */

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Top Image */
.slideTopImage img {
  animation: float 4s ease-in-out infinite;
}

/* Left Image */
.slideLeftImg img {
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.5s; /* Moves at a different time */
}

/* Center Image */
.slideCenterImage img {
  animation: float 6s ease-in-out infinite;
  animation-delay: 1s;
}

/* Right Image */
.slideRightImg img {
  animation: float 4.5s ease-in-out infinite;
  animation-delay: 0.7s;
}
.featureCollectionWrapper .grid {
  row-gap: 65px !important;
  margin-bottom: 40px !important;
}
.card--card .quick-add {
  margin: 0 !important;
}
.btn {
  transition: all 0.45s ease-Out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.quantity:after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgb(255 255 255);
}

/* Product Page Css */

.product-form__buttons {
  display: flex;
  flex-direction: column-reverse;
}
.gw-button-widget {
  display: block !important;
  margin-bottom: 2.5rem !important;
}

/*  */

.customer a {
  color: #e8c749;
}
.customer a svg path {
  stroke: #e8c749;
  fill: #e8c749;
}
.customer h1 {
  font-size: 48px;
}
.customer h2 {
  font-size: 34px;
}
.customer thead {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.28335084033613445) 0%,
    rgba(235, 199, 73, 0.2727065826330532) 100%
  );
  color: #fff;
}
.customer tr {
  border: 0.5px solid rgb(232 199 73 / 50%);
  border-left: unset;
  border-right: unset;
}
.customer thead th {
  text-transform: capitalize;
  font-size: 16px;
}

/* Collection Page Product Popup */

.quick-add-modal__content-info .product .product__title .h1 {
  text-transform: uppercase;
  font-size: 48px !important;
  font-family: "RethinkSans-Bold" !important;
}
.quick-add-modal__content-info .swiper-container-wrapper img {
  height: auto;
}
.quick-add-modal__content-info .product-single__media {
  height: auto;
}
.quick-add-modal__content-info .gallery-thumbs {
  height: auto;
}
.quick-add-modal__content-info .gallery-thumbs .swiper-slide {
  height: auto !important;
}
quick-add-modal .product__title > a:hover {
  text-decoration: unset !important;
}
.quick-add-modal__content-info a.link.product__view-details.animate-arrow {
  display: none;
}
.quick-add-modal__content-info img.thumbGalleryImg {
  height: 5vw !important;
  object-fit: cover;
  border-radius: 0px;
}
.shopify-policy__container h3,
.shopify-policy__container h4,
.shopify-policy__container h5 {
  margin: unset;
  color: #e8c749;
  letter-spacing: 0;
  line-height: 1.2;
      font-family: Lustria !important;
  margin-top: 50px !important;
}
img.cc-banner-logo {
  display: none;
}
.cc-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.cc-window-wrapper.cc-popup-wrapper .cc-window {
  max-width: 32em !important;
  width: 32em !important;
  background: radial-gradient(
    184.09% 113.96% at 50% 56.16%,
    rgba(232, 199, 73, 0.23) 0%,
    rgba(123, 123, 123, 0) 92%
  );
  border-radius: 24px;
  background-color: #121212;
  border: 0.7px solid rgb(255 255 255 / 40%);
  overflow: visible;
  padding: 20px 24px 40px;
}
.cc-floating .cc-logo + .cc-message {
  margin-top: 47px !important;
  margin-bottom: 31px;
  text-align: center;
}
.cc-color-override-1763890373 .cc-highlight .cc-btn.cc-settings {
  background-color: #121212;
  border: 1.13649px solid #ffffff !important;
  box-shadow: 0px 0px 30.6852px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cc-color-override-1763890373 .cc-highlight .cc-btn.cc-settings:hover,
.cc-color-override-1763890373 .cc-highlight .cc-btn.cc-settings:focus {
  background-color: #121212 !important;
  border: 1.13649px solid #ffffff !important;
  color: #fff !important;
}
.cc-color-override-1763890373 .cc-highlight .cc-btn.cc-btn-decision {
  color: rgb(0, 0, 0);
  background-color: #e8c749;
  height: 53px;
}
.cc-color-override-1763890373 .cc-btn.cc-btn-decision:hover,
.cc-color-override-1763890373 .cc-btn.cc-btn-decision:focus,
.cc-color-override-1763890373#pd-cp-preferences .pd-cp-btn:hover,
.cc-color-override-1763890373#pd-cp-preferences .pd-cp-btn:focus {
  background-color: #e8c749 !important;
}
.featureCollectionWrapper .price--on-sale .price__sale {
  display: flex;
  flex-wrap: nowrap;
}
.price--on-sale .price__sale {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
}
.featureCollectionWrapper .price--on-sale .price-item--regular {
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #e8c749;
}
.search__input.field__input {
  padding: 15px;
}
.prevColl svg path,
.nextColl svg path,
.slider-button svg path {
  stroke: #e8c749;
}
.prevColl:hover,
.nextColl:hover {
  cursor: pointer;
}
.gallery-top .swiper-slide {
  height: auto !important;
}
.product .quantity__button {
  width: 35px;
}
@media (max-width: 1680px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 43px !important;
  }
  .quick-add-modal__content-info .product .actualPrice {
    font-size: 32px !important;
  }
}
@media (max-width: 1536px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 28px !important;
  }
  .quick-add-modal__content-info .product .actualPrice {
    font-size: 30px !important;
  }
}
@media (max-width: 1440px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 26px !important;
  }
  .quick-add-modal__content-info .product .price .badge {
    font-size: 16px !important;
  }
  .quick-add-modal__content-info .product .actualPrice {
    font-size: 24px !important;
  }
}
@media (max-width: 1280px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 28px !important;
  }
  .quick-add-modal__content-info .product .price .badge {
    font-size: 14px !important;
  }
  .quick-add-modal__content-info img.mediaGalleryImg {
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .quick-add-modal__content-info .product-single__media {
    height: 100% !important;
  }
}
@media (max-width: 1210px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 23px !important;
  }
  .quick-add-modal__content-info .product .actualPrice {
    font-size: 26px !important;
  }
  .quick-add-modal__content-info .product .product-form__quantity {
    flex-wrap: wrap;
  }
  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 2rem !important;
  }
  .quick-add-modal__content-info .product-form__quantity .form__label,
  .quick-add-modal__content-info button.atc_btn.button,
  .quick-add-modal__content-info .addToCart span,
  .quick-add-modal__content-info #more-payment-options-link {
    font-size: 14px !important;
  }
  .quick-add-modal__content-info img.thumbGalleryImg {
    border-radius: 0px;
  }
  .quick-add-modal__content-info .product__info-container .product-form {
    margin-bottom: 0;
  }
  .quick-add-modal .quick-add-modal__content {
    width: 80%;
  }
}
@media (max-width: 1210px) {
  .quick-add-modal .quick-add-modal__content {
    width: 90%;
  }
}
@media (max-width: 910px) {
  .quick-add-modal__content-info .product .product-form__quantity {
    gap: 10px;
  }
  .quick-add-modal__content-info img.thumbGalleryImg {
    height: 6vw !important;
  }
  .quick-add-modal__content-info .quantity {
    width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .quick-add-modal__content-info .quantity__button {
    width: calc(3.5rem / var(--font-body-scale));
  }
  .quick-add-modal__content-info .product-form__quantity .form__label {
    font-size: 13px !important;
  }
  .quick-add-modal__content-info .quantity__input {
    padding: 0;
  }
  .quick-add-modal__content-info button.atc_btn.button {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .quick-add-modal__content-info img.mediaGalleryImg {
    height: auto !important;
  }
  .quick-add-modal__content-info img.thumbGalleryImg {
    height: 16vw !important;
  }
  .quick-add-modal__content-info .thumb-next,
  .quick-add-modal__content-info .thumb-prev {
    width: 30px;
  }
  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 0rem !important;
  }
  .quick-add-modal__content-info .thumb-next {
    right: 0;
  }
  .quick-add-modal__content-info .thumb-next svg {
    rotate: 180deg;
  }
  .quick-add-modal__content-info .thumb-prev {
    left: 0;
  }
  .quick-add-modal__content-info .thumb-prev svg {
    rotate: -180deg;
  }
}
@media (max-width: 600px) {
  .quick-add-modal__content-info .product .product__title .h1 {
    font-size: 20px !important;
  }
  .quick-add-modal__content-info .product .actualPrice {
    font-size: 24px !important;
  }
  .quick-add-modal__content-info .product .price .badge {
    font-size: 12px !important;
  }
  .quick-add-modal__content-info img.thumbGalleryImg {
    height: 14vw !important;
  }
  /* .quick-add-modal__content-info img.thumbGalleryImg {
    border-radius: 6px;
  } */
}
@media (max-width: 400px) {
  .quick-add-modal__content-info .addToCart,
  .quick-add-modal__content-info button.atc_btn.button {
    width: 100%;
  }
  .quick-add-modal__content-info .product__info-container .product-form {
    margin-top: 10px;
  }
  .quick-add-modal__content-info .product .product-form__quantity {
    margin-bottom: 0;
  }
  .quick-add-modal__content-info .thumb-next,
  .quick-add-modal__content-info .thumb-prev {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 390px) {
  .quick-add-modal__content-info img.thumbGalleryImg {
    height: 12vw !important;
  }
}
shopify-google-pay-button {
  display: none;
}
.quantity__button .svg-wrapper {
  width: 1.2rem;
}
.quantity__button .svg-wrapper svg path {
  stroke: white;
}
.product .product-form__quantity {
  gap: 25px !important;
  padding-top: 10px;
}
.quantity__input {
  font-size: 21px !important;
  color: white;
  opacity: 1;
}
.gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
.mobileNewarivalColl {
  display: none;
}
.facet-filters__sort {
  color: #fff !important;
}
.facet-filters__sort {
  background: unset !important;
}
.predictive-search__item s.comparePrice.price-item.price-item--regular {
  display: none;
}
#CartDrawer span.price.price--end {
  width: max-content;
}
#CartDrawer .drawer__inner {
  width: 50rem !important;
}
/* #CartDrawer .drawer__inner {
    max-width: unset !important;
    width: unset;
}
#CartDrawer  span.price.price--end {
    width: max-content;
} */
/* html:lang(es) {
  outline: 2px solid deeppink;
} */
.collection-list .card__heading a {
  font-size: 22px !important;
  text-transform: uppercase;
  letter-spacing: 0;
}
.collection-list__item .card-wrapper .card,
.collection-list__item .card-wrapper .card--card:after,
.collection-list__item .card--standard .card__inner:after {
  --border-radius: 0 !important;
}
/* .card .price__container .price__regular span {
  font-size: 18px !important;
} */
::-webkit-scrollbar-track {
  background: #020202;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #e8c749;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 10px;
  background: #020202;
}
.product .shopify-payment-button .product-form__submit {
  margin-bottom: 2.5rem;
}
.productViewBtn span {
  text-transform: capitalize;
}
html[lang="fr"] .list-menu--inline{
      gap: 65px;
}
.article-template__back .icon-wrap svg path{
      stroke: white;
}
.article-card .card__heading a{
      font-family: Lustria !important;
      font-weight: 400 !important;
}
.rte ul{
      list-style: disc;
.rte ol{
      list-style: decimal;
}
@media(max-width:1750px){
  html[lang="fr"] .list-menu--inline{
      gap: 40px;
}
html[lang="fr"] .header--middle-left{
        grid-template-columns: 1fr auto 1fr;
}
html[lang="fr"] .header__heading-link{
margin:unset;
}
}
@media(max-width:1380px){
html[lang="fr"] .headerSearchWrapper{
  width: 230px;
}
    html[lang=fr] .list-menu--inline {
        gap: 25px;
    }
}
@media(max-width:1220px){
    html[lang=fr] .headerSearchWrapper {
        width: 200px;
    }
    html[lang=fr] .header__menu-item span{
      font-size: 13px !important;
    }
}

.loox-branding a{
      color: white !important;
}
.loox-branding a svg path{
  fill: white;
}