/** Shopify CDN: Minification failed

Line 171:1 Unexpected "{"

**/
.price {
  font-size: 1.2rem;
}

.price--highlight {
  font-weight: bold !important;
}

.price--compare {
  font-size: var(--bs-body-font-size) !important;
}

body {
  overflow-x: hidden;
}

.product-item__aspect-ratio {
  aspect-ratio: 0.63636363 !important;
}

.shopify-section--404 .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* @media screen and (min-width: 768px) {
  .checkout-button {
    background-image: linear-gradient(
        178deg,
        #26aa24,
        #26aa24 10%,
        #00000012 10% 100%
      ),
      linear-gradient(#26aa24, #26aa24);
  }
}

@media screen and (max-width: 768px) {
  .checkout-button {
    background-color: #26aa24;
  }
} */

.btn--loading {
  position: relative;
}

.btn--loading .btn-text {
  visibility: visible;
}

/* .shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept,
#shopify-pc__prefs__header-accept {
  background: #50b300 !important;
  color: #fff !important;
  border: 1px solid #50b300 !important;
} */

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept,
#shopify-pc__prefs__header-accept {
  background:rgb(0, 0, 0) !important;
  color: #fff !important;
  border: 1px solid rgb(0, 0, 0) !important;
}



#load-more-button-container #load-more-button {
  background: #000;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.price-look-custom .price--highlight .money {
  font-size: 1.25rem;
}

.iWishLoginNote a {
  text-decoration: underline;
}

.look-content img.product-image {
  aspect-ratio: 0.6363636363;
  object-fit: contain;
}

#search-tabs-nav .tabs-nav__item-list button:not(:first-child) {
  display: none !important;
}

.slideshow__progress-bar:before,
.slideshow__progress-bar:after {
  background: #fff;
}

.bg-black {
  color: #fff !important;
  background-color: #000;
  font-weight: 600;
}

.recommendation-modal__container {
  transform: translate(-50%, -50%) !important;
}

b,
strong {
  font-weight: bold;
}

.iwishImgWrap {
  height: auto !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}

.popover--quick-buy .open_size_guide {
  display: none;
}

.ly-switcher-wrapper {
  display: none !important;
}

.product-facet__filter-item .price_range {
  display: none;
}

#AddToCart .loader-button__text {
  font-weight: 600;
  
}

quick-buy-drawer .open_size_guide {
  display: none;
}

strong p,
strong li,
collapsible-content,
.product-item-meta__title,
 {
  font-weight: 400;
}

html {
  padding: 0 !important;
}

.iWishAdd {
  margin-bottom: 0px !important;
}

.iwishBuyBtn.button {
  background-color: #000;
}

.mini-cart__recommendations-inner .product-item .wishlist {
  display: none;
}

.container-sizeguide {
  max-width: 880px;
  margin: 0 auto;
}
.text_with_icons svg {
  width: 80px !important;
  height: 80px !important;
}

.open_size_guide {
  font-weight: bold;
}

.product-meta #BIS_trigger {
  display: none !important;
}

.no_tracking {
  position: absolute;
  width: 300px;
  top: -55px;
  background-color: red;
  right: -190px;
  border-radius: 20px;
}

.no_tracking label {
  color: white;
  font-weight: 600;
}

.product-item__image-wrapper .wishlist {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
}

.section-complete_the_look .product-item__image-wrapper .wishlist,
.section-related_products .product-item__image-wrapper .wishlist {
  right: 38px;
}

.product-item__image-wrapper .wishlist .iWishAddColl {
  border: 1px solid #fff;
  width: 32px;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  height: 32px;
}

.product-facet__filter-item .block-swatch.is-disabled {
  display: none;
}

.modal_registed[aria-hidden="false"] {
  background-color: #0000006b;
}

.iWishAddColl.iwishAdded svg {
  fill: #000 !important;
}

.modal_registed .registed_message {
  width: 40%;
  padding: 50px;
  background-color: white;
  border: 1px solid #00000030;
}

.modal_registed .button {
  float: right;
}

.price-list .price {
  font-weight: 600;
}

.page-header__text-wrapper figure {
  margin: 0;
}

.page-header__text-wrapper iframe {
  width: 100%;
}

product-item {
  transition: opacity 0.5s ease;
}

.product-content-info {
  display: grid;
  align-items: center;
}

product-item:hover .countDown-prod-grid {
  opacity: 0;
  z-index: 0;
}

.countDown-prod-grid {
  position: absolute;
  z-index: 9;
  /*background-color: #ffffffd4;*/
  bottom: 0;
  width: 100%;
}

.countDown-prod-grid #countdown {
  margin: 0 auto;
  padding: 10px 0;
  justify-content: center;
  gap: 1rem;
}

.countDown-prod-grid #countdown div {
  background-color: #ffffffb8;
  min-width: 20% !important;
}

.countDown-prod-grid #countDownTitle {
  text-align: center;
}

#countdown {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 30px;
  width: 100%;
  /*padding: 10px;
  background-color: #96969659;*/
}

#countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
  background-color: #c6c4c426;
  min-width: 65px !important;
}

#countdown div span {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.main-product-trust-icons .product-content__tabs {
  width: inherit;
}

.main-product-trust-icons .product-tabs__trust-list {
  margin: 0;
  padding: 0;
}

.main-product-trust-icons .product-tabs__trust-list:first-child {
  /*text-align: left;*/
}

.main-product-trust-icons {
  padding-top: 1rem;
}

.block-swatch.is-disabled .block-swatch__item {
  background: linear-gradient(
      to bottom right,
      #f5f5f5 calc(50% - 1px),
      #676767 50%,
      #f5f5f5 calc(50% + 1px)
    )
    no-repeat;
}

.prod_page_labels {
  position: absolute;
  z-index: 9;
  padding: 10px;
}

.prod_page_labels span {
  font-size: 1.3rem;
}

.product-content-info .product-form__quantity {
  display: none;
}
.spr-sizeguide p,
.product-tabs__tab-item-content {
  text-align: justify;
}

.block-swatch__item {
  border: 1px solid #676767;
}

.collection_description_container {
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
}

.collection_description {
  text-align: justify;
  padding: 3rem 0;
}

.product-sticky-form .combo-box__option-list button.is-disabled {
  pointer-events: none;
}

.register-country-select option:first-child {
  display: none;
}

.label-register {
  position: relative;
  left: 12px;
  padding: 0 5px;
  color: rgba(var(--text-color), 0.7);
  line-height: 1;
}

.div_gender {
  margin: 20px 0;
}

.gender_picker {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-color), 0.7);
}

.gender_picker input {
  margin: 0px 5px 0px 25px;
}

input[type="date"]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit {
  color: black !important;
}

.product_tag_new {
  margin-bottom: 7px;
  color: white;
  background: #000;
  padding: 0px 8px;
  z-index: 9999;
  font-weight: 600;
}

.product_tag_special_feature {
  margin-bottom: 7px;
  color: white;
  background: #e2e2e250;
  padding: 0px 8px;
  z-index: 9999;
  font-weight: 600;
}

.icon_menu_mobile {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: none;
}

a.mobile-nav__link {
  justify-content: flex-start;
}

.item_variants .list-inline {
  list-style-type: none;
  padding: 0;
}

.product-content-info .product-tabs__content {
  padding-top: 3rem;
}

.product-tabs__tab-item-content .bullet_points_content p {
  margin-top: 10px;
}

.bullet {
  text-align: left;
}

.bullet span,
.product-tabs__tab-item-content {
  font-weight: 400;
}

.product-tabs__content .product-tabs__tab-item-content h1,
.product-tabs__content .product-tabs__tab-item-content h2 {
  font-size: 30px;
}

.bullet_points_content .bullet_points {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 2rem !important;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.bullet_points_content .bullet {
  padding: 0 25px 0 0 !important;
}

.page-header__text-wrapper .heading.h5 {
  margin-bottom: 30px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.product-tabs__tab-item-wrapper .collapsible {
  overflow: hidden;
}

.composition_content {
  margin: 0 0 10px 0;
}

.spr-washrules {
  display: flex;
}

.spr-washrules .rule img {
  margin-right: 10px;
  max-width: 50px;
}

.wash_rules_content .rule .rule_alt {
  max-width: 180px;
  z-index: 9;
  background-color: #000 !important;
  color: #fff !important;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  position: absolute;
  margin-left: 0.5rem;
}


.combo-box__option-item.is-disabled {
  color: #e1e1e1;
}

#AddToCart,
#StickyAddToCart,
#BIS_trigger,
.iWishAdd span {
  font-size: 1rem;
}

.iWishAdd,
.iWishAddColl {
  z-index: 1 !important;
}

.iWishAdd,
.no_customer_wishlist {
  line-height: 40px !important;
  justify-content: center;
  background-color: #e0e0e0 !important;
}

.wishlist-iwish {
  position: relative;
}

.wishlist_count {
  position: absolute;
  top: -7px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 9px;
  height: 21px;
  min-width: 21px;
  line-height: 1;
  display: flex;
  font-weight: bold;
  right: -14px;
  justify-content: center;
  align-items: center;
}

#BIS_trigger {
  margin-top: 0px !important;
}

.add-to-cart-button-trigger,
#BIS_trigger {
  border: 1px solid black;
  background-color: white;
  color: black;
  background-image: none;
}

#AddToCart[disabled] {
  display: none !important;
}

.add-to-cart-button-trigger:hover,
#AddToCart[disabled]:hover,
#BIS_trigger:hover {
  background-image: linear-gradient(
      190deg,
      #f5f5f5,
      #f5f5f5 0%,
      rgba(0, 0, 0, 0.07) 10%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(#f5f5f5, #f5f5f5) !important;
}

#AddToCart:hover,
#BIS_trigger:hover {
  background-image: linear-gradient(
      178deg,
      #333333,
      #333333 0%,
      rgba(0, 0, 0, 0.07) 10%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(#333333, #333333);
}

.spr-sizeguide p,
.product-tabs__tab-item-content {
  text-align: justify;
}

.item_variants_img img {
  width: 70px;
}

.btn-show-more-less {
  cursor: pointer;
  display: block;
  margin: 2.5rem auto 0;
}

.overflow_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.d-none {
  display: none !important;
}

.additional_description {
  text-align: justify;
  padding: 0 var(--container-gutter) 4rem;
}

.order_btn {
  align-content: center;
  flex-wrap: wrap;
  padding: 0 16px;
}

.order_link {
  cursor: pointer;
}

.order_btn {
  margin: var(--table-spacing) 0.2rem !important;
}

.account__block-list {
  padding: 0 2rem;
}

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

.td_btn_order .order_btn {
  display: inline-flex !important;
  width: auto !important;
}

.form_newsletter_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.newsletter-modal__content {
  padding: 50px 55px;
}

.form_newsletter_inputs .input {
  margin-top: 0;
}

.combination_set_form .money {
  font-size: 15px;
}

.combination_set_form .price.price--compare .money {
  font-size: 12px;
}

.combination_set_form .product-meta__label-list .label,
.combination_set_form .product-meta__label-list .label .money {
  font-size: 10px;
}

.set_product .block-swatch__item {
  padding: 5px 12px 7px;
  min-width: 45px;
}

.main-product-trust-icons {
  width: 100%;
}

.drawer--quick-buy .content_twin img {
  max-width: 60px !important;
}

.form_newsletter_inputs {
  padding-bottom: 1.5rem;
  row-gap: 1rem;
  column-gap: 1rem;
}

.shopify-section--menu-mobile .scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.shopify-section--menu-mobile .scrollmenu li:first-child {
  margin-left: 15px;
}

.shopify-section--menu-mobile .scrollmenu li {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
}

.shopify-section--menu-mobile .scrollmenu a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.shopify-section--menu-mobile .mobile-link-list {
  flex-direction: column;
  align-items: center;
}

.shopify-section--menu-mobile .scrollmenu .mobile-link-label {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopify-section--menu-mobile .mobile-link-image img {
  border-radius: 50% !important;
  max-width: 60px;
  max-height: 60px;
}

.buy_as_set .prod_content {
  padding: 10px 0px;
  gap: 20px;
}

#shopify-section-header {
  z-index: 10 !important;
}

.drawer__title {
  width: 70%;
}

@media screen and (min-width: 1200px) {
  .newsletter-modal__image {
    max-width: 530px;
    min-width: 530px;
  }
}

@media screen and (max-width: 1200px) {
  .register-country-select {
    line-height: normal;
  }

  .form_newsletter_inputs :focus-within ~ .input__label,
  .is-filled ~ .input__label {
    transform: scale(0.733) translateY(calc(-17px - 0.5em)) translate(3.665px);
  }
}

@media screen and (min-width: 769px) {
  .section-collection-look .look-content {
    max-height: 1100px !important;
    overflow-y: scroll;
  }

  .shopify-section--menu-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .newsletter-modal__image {
    max-width: 460px;
    min-width: 400px;
  }

  .modal[open] .modal__content {
    transform: scale(1.1);
  }

  .newsletter-modal__content {
    padding: 20px 55px;
    font-size: 12px;
  }

  .newsletter-modal__content form {
    margin-top: 1.5rem !important;
  }

  .form_newsletter_inputs .input,
  .form_newsletter_inputs input,
  .form_newsletter_inputs select {
    height: 3rem;
  }

  .form_newsletter_inputs label {
    top: calc((var(--form-input-field-height) / 2) - 1.1em);
  }

  .form_newsletter_inputs :focus-within ~ .form_newsletter_inputs label {
    top: calc((var(--form-input-field-height) / 2) - 0.7em);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .newsletter-modal__content {
    padding: 20px 25px 10px;
    font-size: 12px;
    margin: 0px -7rem;
  }

  .newsletter-modal__content form {
    margin: 1.5rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .newsletter-modal__image {
    object-position: top;
  }
}

@media screen and (min-width: 741px) {
  .page-header__text-wrapper {
    margin-bottom: 38px;
  }
}

  
  #newsletter-popup {
    transform: translateY(0) !important;
    z-index: 999;
  }

  #newsletter-popup .modal__content {
    top: 20rem;
  }

  #newsletter-popup .modal__overlay {
    opacity: 0.5;
    bottom: 0;
    position: fixed;
  }

  #newsletter-popup .newsletter-modal__image {
    display: none;
  }

  #newsletter-popup .modal__close-button {
    color: #000;
  }

  .iwishItem .iwishBuyBtn.button {
    padding: 0 5px !important;
    font-size: 8px;
  }

  .countDown-prod-grid {
    bottom: 50%;
    transform: translateY(50%);
  }

  .countDown-prod-grid #countdown {
    padding: 0 2% 10px;
    gap: 0.4rem;
  }

  .countDown-prod-grid #countdown div span {
    font-size: 1.2rem;
  }

  .countDown-prod-grid #countdown div label {
    font-size: 0.7rem;
  }

  .page-header__text-wrapper {
    margin: 20px auto;
  }

  .iwishItem {
    margin: 0 1% 6% !important;
  }

  .header__icon-list {
    gap: 15px !important;
  }

  .mobile-toolbar {
    top: calc(var(--header-height) - 1px); 
  }
  #shopify-section-header {
    top: -1px !important;
  }

  .main-product-trust-icons .product-tabs__trust-list {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .main-product-trust-icons
    .product-tabs__trust-list
    .product-tabs__trust-title {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: max-content;
    justify-items: center;
  }

  .icon {
    margin: 0;
  }

  .product-content-info {
    align-items: flex-start;
  }

  .no_tracking {
    top: -140%;
    right: 0;
  }



  #shopify-product-washrules .rule_alt {
    max-width: 100%;
    position: relative;
    font-weight: 600;
    color: black;
    background-color: transparent;
    display: block;
  }

  .product-content__tabs {
    margin: 0;
  }

  .wash_rules_content .wash_rules {
    flex-direction: column;
  }

  .wash_rules_content .rule {
    display: flex;
    align-items: center;
  }

  .wash_rules_content .rule img {
    max-height: 35px;
  }

  .wash_rules_content .rule .rule_alt {
    display: none;
  }

 

  

  .order-info {
    display: flex;
    width: 100%;
  }

  .account__order-item-info {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
  }

  .order-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }

  .order-info-btns {
    display: flex;
  }

  .newsletter-modal__content {
    padding: 30px 35px 15px;
  }

  .newsletter-modal__image {
    max-height: 300px;
  }


@media screen and (max-width: 480px) {
  .newsletter-modal__content {
    padding: 30px 25px;
  }

  .newsletter-modal__image {
    max-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .drawer__header h6,
  .drawer__header .rte h6 {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .drawer__header .drawer__title.heading {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .mobile-nav__link {
    font-size: 14px !important;
    line-height: 1.3;
  }
 .bullet_points_content .bullet_points {
    display: flex;
  }
.bullet_points_content .bullet {
    width: 50%;
  }
  #shopify-product-washrules {
    flex-direction: column;
  }

  #shopify-product-washrules .rule_alt {
    max-width: 100%;
    position: relative;
    font-weight: 600;
    color: black;
    background-color: transparent;
    display: block;
  }

  .product-content__tabs {
    margin: 0;
  }

  .wash_rules_content .wash_rules {
    flex-direction: column;
  }

  .wash_rules_content .rule {
    display: flex;
    align-items: center;
  }

  .wash_rules_content .rule img {
    max-height: 35px;
  }

  .wash_rules_content .rule .rule_alt {
    display: none;
     background-color: transparent!important;
  color: #000 !important;
  }

  .drawer .checkbox + label,
  .drawer__content .checkbox + label {
    font-size: 14px !important;
    line-height: 1.3;
  }

  .drawer .input-prefix__field,
  .drawer__content .input-prefix__field {
    font-size: 14px !important;
    line-height: 1.3;
  }

  .drawer .text--subdued,
  .drawer__content .text--subdued {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .drawer .heading:first-child,
  .drawer__content .heading:first-child, 
  .drawer__title .heading {
    font-size: 16px !important;
  }


  .cart-notification {
    position: sticky;
    margin-top: -1px;
  }
}


#mini-cart > div.drawer__content > cart-drawer-recommendations > div > p.mini-cart__recommendations-heading.heading.heading--xsmall.text--subdued.hidden-lap-and-up {
  font-size: 9px;
}


#mobile-facet-toolbar {
  position: sticky;
  z-index: 2; 
}

.mobile-toolbar__item-label{
  font-size: 13px;
}

[dir=ltr] .mobile-toolbar__item .icon--filters {
  margin: 0;
}

.loader-button__text {
  font-weight: 600;
}

.block-swatch__radio:checked + .block-swatch__item {
  background-color: #1B1B1B !important;
  color: white; 
  border: 2px solid #1B1B1B !important; 
}

#AddToCart .loader-button__text:hover.account--order, #AddToCart .loader-button__text:hover {
color: #D0C8BB !important;
}


