/** Shopify CDN: Minification failed

Line 425:2 Unexpected "{"
Line 425:3 Expected identifier but found "%"
Line 438:2 Unexpected "{"
Line 438:3 Expected identifier but found "%"
Line 622:2 Unexpected "{"
Line 622:3 Expected identifier but found "%"
Line 626:2 Unexpected "{"
Line 626:3 Expected identifier but found "%"
Line 696:2 Unexpected "{"
Line 696:3 Expected identifier but found "%"
... and 7 more hidden warnings

**/

  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  a {
  text-decoration:none;
  cursor: pointer;
  }
  html, body, .wrapper {
  min-height: 100vh;
  letter-spacing: 0em;
  }
  
  
  .product-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  /* justify-content: center; */
  row-gap: 70px;
  margin-bottom: 65px;
  }
  /* .product-list__category {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  } */
  .product-list__product-block {
  width: 33.3%;
  border-top:none;
  border-left:none;
  }
  @media(min-width: 850px) {
  .product-list__product-block:nth-child(3n+3){
    border-right: none;
  }
  }
  
  .product-list__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  }
  .product-list__product-img {
  height: auto;

  }
  .product-list__product-name {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  /* color: #fff; */
  text-decoration: none;
  text-align: center;
  max-width: 75%;
  margin: auto;
  padding-bottom: 5px;
  
  }

  .product-list__product-price {
  font-size: 15px;
  line-height: 1.2;
  text-align:center;
  }
  .product-info {
  display: flex;
  flex: 1;
  margin-bottom: 30px;
  /* margin-top: 30px; */
  }
  .product-info__img {
  margin: auto;
  max-height: fit-content;
  display: block;
  width: 62%;
  height: auto;
  }
  .figureImg{
  width:50%;
  }
  .product-info__description {
  width: 85%;
  }
  .product__item-img{
  cursor:pointer;
  }
  .product-info__main {
  width: 50%;
  padding-left: 25px;
  padding-top: 80px;
  
  }

  .product-info__parent{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  }
  .product-info__quantity-input {
  outline: 0;
  border-radius: 0;
  /* border-color: #fff; */
  width:12%;
  }
  .product-info__form{
  display: inline-block;
  margin-bottom: 30px;
  }
  .product-info__title {
  margin: 0 0 31px 0;
  
  letter-spacing: 0px;
  line-height: 1.2em;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.5em;
  }
  .product-info__title-top{
  display:none;
  }
  .product-info__price {
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  /* color: #fff; */
  
  }
  .product-info__size {
  margin-bottom: 30px;
  
  }
  .product-info__quantity {
  margin-bottom: 31px;
  
  }

  .product-info__cart-btn {
  display: block;
  padding: 11px 95px;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform:uppercase;
  cursor:pointer;
  /* color: #000; */
  /* background-color: #fff; */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: auto;
  width: 100%;
  }
  
  .product-info__else-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .pages{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .span_left {
    margin-right: 8px;
  }
  .span_right {
    margin-left: 8px;
  }
  .span_left, .span_right{
    display: flex;
    align-items: center;
  }
  .span_left a, .span_right a{
    display: flex;
    align-items: center;
  }
  .span_left svg, .span_right svg{
    width: 17px;
  }
  .cart {
  flex: 1;
  /* color: #fff; */
  padding: 0 20px;
  }
  .cart__properties {
  width: 100%;
  display:flex;
  margin-bottom: 50px;
  }
  .cart__product-title {
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__price-title, .cart__quantity-title, .cart__total-price-title {
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  }
  .cart__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  }
  .cart__item-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 55%;
  padding: 0 10px 0 20px;
  }
  .cart__item-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  }
  .cart__item-remove-link {
  font-size: 13px;
  
  /* color: #fff; */
  text-decoration: none;
  }
  .cart__item-remove-link:hover {
  /* color: #fff; */
  text-decoration: underline;
  }
  .cart__item-final-price, .cart__item-quantity, .cart__item-final-line-price {
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__item-title-span {
  display: none;
  }
  .cart__item-main-span {
  display: inline;
  }
  .cart__item-img {
  width: 15%;
  height: auto;
  }


  .cart__else-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72vh;
  }
  
  .shipping{
  margin-top:40px;
  margin-bottom:100px;
  }
  
  .shipping-link {
  /* color: #fff; */
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(239,62,62,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
  
  }
  .shopify-policy__container {
  flex: 1;
  padding: 0 20px;
  }
  .shopify-policy__title {
  margin-bottom: 40px;
  
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  }
  .shopify-policy__body {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  
  .footer__nav-item {
  
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: uppercase;
  text-decoration: none;
  /* color: #fff; */
  padding-left: 0.5vw;
  
  }
  
  .footer__nav-item:hover {
  text-decoration: underline;
  }
  
  .footer{
  width: 100%;
  }
  .footer__content {
  
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6em;
  text-transform: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 15vh;
  text-align: center;
  margin-bottom: 2vh;
  }
  
  .footer__content-text {
  /* color: #fff; */
  font-size: 10.3px;
  }
  .sign{
  margin-bottom: 3vh;
  text-align: center;
  }

  .shopify-policy__title{
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0 0 1em;
  line-height: 1.4;
  /* color: #fff; */
  padding-bottom:40px;
  }
  .shopify-policy__body {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  /* color: #fff; */
  line-height: 1.6;
  }
  
  .rte ul {
  padding-left:15px;
  }
  .galery {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  }
  .galery__img{
  width:100%;
  height:auto;
  padding-top:20px;
  }
  .mob__count{
  display:none;
  }
  .header__cart-icon{
  display:none;
  }
  .header__mobile-cart-btn{
  display:none;
  }
  .count {
  display: none;
  }
  .mob__count{
  display:none;
  }
  
  {% if template != 'index' %}
  .b-marquee{
  margin-left: 4vw;
  width: 94.7vw;
  /* margin-top:85px; */
  margin-top:6px;
  /* margin-bottom:85px;*/
  margin-bottom:5px;
  }
  .some{
  padding-top:0;
  }
  
  {% endif %}
  .footer__copyright {
  
  font-weight: bold !important ;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6em;
  text-transform: none;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 2vh;
  line-height: 17px;
  font-weight: bold;
  /* color: #fff; */
  }
  
  @media(max-width: 1268px) {
  .footer__nav-item {
    font-size: 10px;
  }
  .b-marquee{
    width: 94%;
    margin-left: 6%;
  }
  .product-list__product-name{
    font-size: 13px;
  }
  .product-list__product-price {
    font-size: 13px;
  }
  .product-info__main{
    padding-top: 48px;
  }
  .product-info__img {
    width:75%;
  }
  .collections_link {
    padding: 0px 28% 30px;
  }
  }
  @media(max-width: 1024px) {
  
  .product-list__product-name{
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
  }
  .collections_link{
    padding: 0px 25% 30px;
    gap: 15px 30px;
  
  }
  .nav__elem-img, .nav__elem-dropdown {
    height: 40px;
  }
  
  .product-info__main{
    padding-top: 40px;
  }
  }
  @media(max-width: 850px) {
  .b-marquee{
    width: 92%;
    margin-left: 8%;
  }
  .product-list__product-img {
    width: 100%;
  }
  .collections_link{
    padding: 0px 20% 30px;
  }
  .nav {
    width: 135px;
  }
  .header__logo-link {
    margin-right:4vw;
  }

  .product-list__product-block {
    width: 50%;
  }
  
  .product-list__product-block:nth-child(3n+3){
    border-right-width: 1px;
  }
  }
    .pages {
    margin-bottom: 2rem;
      font-size: 18px;
  }

  @media (max-width: 768px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .some{
   justify-content: center;
  }
  .product-list {
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .product-info__img {
    width: 100%;
    height: auto;
  }
  .page {
    /* font-size: 15px; */
  }
  .footer {
   margin-top: 25px;
  }
  .footer__content{
    display: none;
  }
  .sign{
    display: block;
  }
  #arrow{
    width: 5%;
    bottom: 20px;
    right: 15px;
  }
  /* .product-info{
    margin-bottom: 30px;
  } */
  .footer__nav-item {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 3.8em;
  }
  .footer__copyright {
  
    font-size: 12px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 18px;
  }
  .collections_link{
  
    padding: 0px 16% 25px;
    gap: 15px 25px;
  
  }
  .product-list__product-block {
    width: 50%;
  }
  .product-info__description{
    width: 100%;
  }
  .footer__content {
    font-size: 12px;
  
    padding: 6vh 18% 5px;
  }
  {% if template == 'cart' %}
    .header__mobile-cart-btn{
      display:none;
    }
  {% endif %}
  
  }
  @media(max-width: 749px) {
  .product-info__form {
      width: 100%;
  }
  .product-info__cart-btn {
  padding: 10px 40px;
  }
  .wrapper__container {
    padding: 0;
  }
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
  .nav_home{
    display: none;
  }
  .nav_burger{
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 999;
    /* background-color:#000; */
  }
  .nav__burger-link{
    height: 31px;
  }

  .figureImg {
    width:100%
  }
  
  .header__logo {
    height: 30px;
  }
  
  .header__cart {
    display: none;
  }
  .mob__count{
    display:block;
    font-size: 9px;
  }

  .header__mobile-cart-icon {
    display: block;
    width: 22px;
    height: 22px;
  }

  .header__mobile-menu-icon {
    width: 22px;
    height: 22px;
  }
  .header__logo-link {
    margin-right:0;
  }
  
  .b-marquee{
    width: 95%;
    margin-left: 5%;
  }
  .nav {
    display: none;
  }
  {% if template != 'index' %}
  
  .nav_burger {
    display: block;
  }
  {% endif %}
  .collections_link{
  
    padding: 0px 12.5% 25px;
  
  }
  
  
  

  .product-info__select{
    width:100%
  }
  .product-list {
    justify-content: normal;
    margin-bottom: 25px;
  }
  
  .product-list__product-name{
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
    line-height: 2;
  }
  .product-list__category {
    display: none;
    margin-bottom: 40px;
    text-align: center;
  }
  .product-info {
    display: block;
    padding: 0 0px;
    /* margin-bottom: 50px; */
  }
  .product-info__img {
    width: 100%;
    height: auto;
  }

  
  .product__galery{
    margin-bottom: 50px;
  }
  .product-info__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .product-info__description{
    text-align: center;
  }
  .product-info__cart-btn{
    margin: auto;
    margin-bottom: 40px;
  }
  .product-info__title {
    display:none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-info__title-top {
    display:block;
    text-align: center;
  }
  .product-info__price {
    width: 100%;
    text-align: center;
  }
  .product-info__size {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 18px;
  }
  .product-info__size-title {
    text-align: center;
  }
  .product-info__quantity-label {
    text-align: center;
  }
  .product-info__else-text {
    text-align: left;
  }
  .cart__properties {
    display: none;
  }
  .cart__item {
    display: block;
    margin-bottom: 30px;
  }
  .cart__item-img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .cart__item-heading {
    display: block;
    width: 100%;
  }
  .cart__item-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .cart__item-remove-link {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: underline;
  text-underline-offset: 0.2rem;
  }
  .cart__item-final-price, .cart__item-quantity, .cart__item-final-line-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .cart__item-title-span {
    display: block;
  }
  .cart__item-main-span {
    display: block;
  }
  .cart__else-title {
    text-align: center;
  }
  
  .shipping {
    margin-bottom:80px;
    margin-left:24px;
  }
  
  .footer__copyright {
    padding: 0;
    text-align: center;
    font-size: 10px;
  }
  .footer__content {
    font-size: 10px;
  }
  
  }
  @media (max-width: 545px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-120%);
      transform: translateX(-120%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-120%);
      transform: translateX(-120%);
    }
  }
  .header__logo {
    height:22px;
  }
  .header__mobile-cart-btn {
    width: 25px;
  }
  .collections_items a {
    font-size: 12px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 16px;
  }
  .collections_link{
    padding: 0px 5% 70px;
    gap: 10px 20px;
  
  }
  .product-list__product-img {
        margin-bottom: 30px;
  }
  #arrow{
    width: 8%;
  }
  .product-info__title-top{
    font-size: 21px;
    font-weight: bold;
  }
  .product-list__product-name {
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
  }
  .page{
    /* font-size: 14px; */
  }
  .some{
    padding-top: 80px;
  }
  .footer__copyright {
    font-size: 11px;
    margin-top:5vh;
  }
  .footer__content {
    font-size: 12px;
    width: auto;
    padding: 70px 10% 5px;
  }
  
  .footer__content-text {
    font-size: 12px;
  }
  {% if template == 'collection' %}
  
  .some {
    padding-top: 0;
  }
  {% endif %}
  .b-marquee {
    width: 94%;
    margin-left: 6%;
  }f
  }
  @media (max-width: 426px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  #arrow{
    width: 9%;
  }
  .b-marquee{
    margin-top:3px;
    width: 92%;
    margin-left: 8%;
  }
  .nav__burger-link{
    height: 25px;
    margin-left: 5px;
  }
  .header {
    padding: 9px 16px;
    margin-top:35px;/*Changed*/
  }
  .header__logo {
    margin-bottom: 16px;
    height: 16px;
    margin-top: 18px;
  }
  .header__mobile-cart-btn {
    width:25px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 14px;
  }
  .collections_link{
    font-size: 12px;
    padding: 0px 1% 30px;
    gap: 10px 15px;
  
  }
  

  .mobileOverlay__close-img {
    width: 26px;
    height: 19px;
  }
  
  }
  @media (max-width: 375px) {
  .b-marquee {
    width: 92%;
    margin-left: 8%;
  }
  .collections_link{
    font-size: 12px;
    padding: 0px 1% 30px;
    gap: 10px 12px;
  
  }
  .collections_items a {
    font-size: 11px;
  }
  
  .footer__copyright {
    margin-top:4vh;
  }
  }
  @media (max-width: 320px) {
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-230%);
      transform: translateX(-230%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-230%);
      transform: translateX(-230%);
    }
  }
  #arrow{
    width: 10%;
  }
  .collections_link {
    gap: 10px 12px;
  }
  .b-marquee {
    width: 89%;
    margin-left: 11%;
  }
  }

.page-width{
  padding: 0px 25px 0px 25px;
  max-width: 100%;
}
@media screen and (max-width: 749px){
  .page-width{
  padding: 0px 15px 0px 15px;
}
}
#MainContent{
  min-height: 74vh;
}
.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.header-wrapper{
    display: flex;
    justify-content: center;
}


/* PRODUCT NEW CSS */
.product-info__title-top {
    display: block !important;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.product-info__pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.product-info__description-pc {
    max-width: 80%;
    text-align: justify;
    /* line-height: 1.3; */
    margin: 0 auto;
}

.product-info__description-mobile {
    text-align: justify;
    margin: 0 auto;
    /* font-weight: lighter; */
    display: none;
}

.product-info__description-pc p, .product-info__description-pc span  {
    padding: 5px 0;
}

.product-info__main {
    width: 30%;
    padding-left: 0px !important;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-info__img {
    width: 100% !important;
}
.figureImg {
    width: 40% !important;
}

.product-info__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto !important;
}

.product-info__cart-btn {
    display: block;
    padding: 13px !important;
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
    /* color: white !important; */
    /* background-color: black !important; */
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    margin: auto;
    border-style: hidden;
    min-width: fit-content;
    width: 80%;
    box-shadow: none !important;
    margin-top: 5px;
}

.product-options h3 {
    margin-bottom: 10px;
  }

.option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.option-value {
    padding: 5px 10px;
    background: none;
    cursor: pointer;
    border: 1px solid transparent;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
  -webkit-appearance: none;
  text-decoration: none;
      text-transform: uppercase;
  /* color: black; */
}

  .option-value.active {
    border: 1px solid; 
  }

  .option-value.disabled {
    text-decoration: line-through;
    opacity: 0.5; 
    cursor: not-allowed; 
  }

.product-info__parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  opacity: 0.8;
}

.collection-title{
  text-align: center;
  padding: 10px 0;
}



.cart__form {
    margin-bottom: 5rem;
}
.cart__submit-btn {
    margin: auto;
    padding: 13px !important;
    font-size: 16px;
    /* background-color: black; */
    /* color: white; */
    text-transform: uppercase;
    border: none;
}

.cart__item-remove-link {
  text-decoration: underline !important;
text-underline-offset: 0.2rem !important;
}

.button{
  cursor: pointer;
}

.fade-in {
	-webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

input {
border-radius: 0;
}

input[type=text], input[type=button], input[type=submit] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
table{
  width: 100%;
}
.shopify-policy__container p:not(:last-child){
  margin-bottom: 1.6rem;
}
.shopify-policy__container ul:not(:last-child){
  margin-bottom: 1.6rem;
}
table tr{
  padding-bottom: 10px;
}
.product-info__description-mobile p:not(:last-child){
margin-bottom: 1rem;

}

table td {
    padding: 6px 0px;
    text-align: left;
}

.product-list__product-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    border: 2px solid #e5e5e5;
    border-top: 2px solid #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    animation: spin 2s linear infinite;
}

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .product-list__product-img {
    opacity: 0; 
  }

  .loaded .product-list__product-img {
    opacity: 1; 
    transition: 0.2s;
  }

  .loaded .loader {
    display: none; 
  }
.product-info__description-pc img, .product-info__description-mobile img{
  max-width: 100%;
  height: auto;
}

.product-info__description-pc > ul, ol {
  margin-left: 25px;
}

@media screen and (min-width: 749px){

.cart__item{
  width: 90%;
}

.cart__item-final-price{
  width: 10%
}
.cart__item-quantity{
  width: 10%;
  text-align: right;
}
.shopify-payment-button__button--unbranded {
    width: 500px !important;
    max-width: 100%;
}
}


@media screen and (max-width: 749px){
.product-info__description-mobile {
    text-align: justify;
    margin: 0 auto;
    /* font-weight: lighter; */
    display: block;
    margin: 20px 0 !important;
    max-width: 100%;
}
.product-info__description-mobile > ul, ol {
  margin-left: 25px;
}
.product-info__pc {
    width: 100%;
    padding-top: 2rem;
}
.figureImg {
    width: 100% !important;
    padding-bottom: 2rem;
}
.product-info__main {
    width: 100%;
}
.product-info__form {
    margin-bottom: 2rem !important;
}
.product__galery {
    margin-bottom: 2rem;
}
.product-info__description-pc{
  display: none;
}
.product-info__title-top {
    padding-bottom: 1rem;
}

.product-info__cart-btn{
  margin-top: 1rem;
}
}

.page-navigation{
  padding: 5px 10px;
}
.page-current{
  border: 1px solid;
}
#loading-logo img{
  width: 50px;
}
#loading-logo h2{
  font-size: 18px;
}
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.shopify-payment-button {
    width: 80%;
    margin-top: 2px !important;
}
.product-table table{
  border-collapse: collapse;
}
.product-table th, .product-table td {
    padding: 13px 10px;
    text-align: left;
    white-space: nowrap;
}
.product-block-content.item-type {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
.product-info__form > * {
    margin: 10px 0px;
}
.product-info__form > *:first-child {
    margin-top: 0px;
}
.product-info__form > *:last-child {
    margin-bottom: 0px;
}
.shopify-payment-button__button--unbranded {
    background: none !important;
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: var(--font-heading-weight) !important;
    white-space: nowrap;
    padding: 13px !important;
    height: auto !important;
    font-size: 16px !important;
    text-transform: uppercase;
    width: 100%;
    min-height: 0 !important;
    border-radius: 0 !important;

}
.product-price-block {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.product-price__compare {
  text-decoration: line-through;
  opacity: 0.6;
}

.product-price__compare--hidden {
  display: none;
}

.product-price__current--sale, .product-list__product-price-red {
  color: #e53935; 
}


  .fade-out-bck {
	-webkit-animation: fade-out-bck 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-bck 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  scale: 1;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    z-index: -10;
    position: relative;
   opacity: 0;
  scale: 0.85;
  }
}
@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
     scale: 1;
  }
  100% {
-webkit-transform: translateY(25px);
    transform: translateY(25px);
    z-index: -10;
    position: relative;
   opacity: 0;
  scale: 0.85;
  }
}

.fade-in-drawer {
	-webkit-animation: fade-in-drawer 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-drawer 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* === KILL hCAPTCHA BADGE (Shopify) – BUT NOT ON /challenge === */
html:not(.is-shopify-challenge) iframe[src*="hcaptcha.com"],
html:not(.is-shopify-challenge) iframe[src*="newassets.hcaptcha.com"],
html:not(.is-shopify-challenge) iframe[title*="hCaptcha"],
html:not(.is-shopify-challenge) iframe[title*="hcaptcha"],
html:not(.is-shopify-challenge) iframe[aria-label*="hCaptcha"],
html:not(.is-shopify-challenge) iframe[aria-label*="hcaptcha"],
html:not(.is-shopify-challenge) div[id*="hcaptcha"],
html:not(.is-shopify-challenge) div[class*="hcaptcha"],
html:not(.is-shopify-challenge) div[class*="h-captcha"],
html:not(.is-shopify-challenge) .h-captcha,
html:not(.is-shopify-challenge) .hcaptcha {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* === FORCE FOOTER BACKGROUND COLOR === */
#shopify-section-footer {
  background-color: #1a1917 !important;
}

/* REMOVE WHITE INNER WRAPPERS */
#shopify-section-footer > *,
#shopify-section-footer > * > * {
  background-color: #1a1917 !important;
}

/* FOOTER TEXT */
#shopify-section-footer,
#shopify-section-footer * {
  color: #ffffff !important;
}


/* Lookbook page background (change the handle if yours is different) */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #MainContent{
  background:#1A1917 !important;
}

/* Lookbook page text -> white */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #MainContent,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #MainContent *{
  color:#ffffff !important;
}

/* Kill the white strip under MainContent (Lookbook only) */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) body,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #MainContent,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) .content-for-layout,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) main,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-footer{
  background:#1A1917 !important;
}

/* LOOKBOOK — HEADER TEXT WHITE */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header a,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header span{
  color:#ffffff !important;
}

html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header svg,
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header svg *{
  fill:#ffffff !important;
  stroke:#ffffff !important;
}

/* HIDE FOOTER ON ACCOUNT / LOGIN PAGE ONLY */
html:has(link[rel="canonical"][href*="/account"]) #shopify-section-footer{
  display:none !important;
}


/* =============================
   CATALOG (/collections/all) FOOTER = WHITE BG + #1A1917 TEXT
   (SAFE: does NOT paint SVG backgrounds)
   ============================= */

/* Make every footer wrapper white (but not svg paths) */
html:has(link[rel="canonical"][href*="/collections/all"]) #shopify-section-footer,
html:has(link[rel="canonical"][href*="/collections/all"]) footer{
  background:#ffffff !important;
}

html:has(link[rel="canonical"][href*="/collections/all"]) #shopify-section-footer :not(svg):not(svg *),
html:has(link[rel="canonical"][href*="/collections/all"]) footer :not(svg):not(svg *){
  background-color:#ffffff !important;
  color:#1A1917 !important;
}

/* Icons */
html:has(link[rel="canonical"][href*="/collections/all"]) #shopify-section-footer svg,
html:has(link[rel="canonical"][href*="/collections/all"]) #shopify-section-footer svg *,
html:has(link[rel="canonical"][href*="/collections/all"]) footer svg,
html:has(link[rel="canonical"][href*="/collections/all"]) footer svg *{
  fill:#1A1917 !important;
  stroke:#1A1917 !important;
  background:transparent !important;
}

/* HIDE INSTAGRAM ICON — CATALOG PAGE ONLY */
html:has(link[rel="canonical"][href*="/collections/all"])
#shopify-section-footer a[href*="instagram"]{
  display:none !important;
}

/* =============================
   LOOKBOOK — WHITE LOGO ONLY
   ============================= */

/* Hide existing logo image/text */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header .logo-wrapper img{
  opacity:0 !important;
}

/* Inject white logo */
html:has(link[rel="canonical"][href*="/pages/lookbook"]) #shopify-section-header .logo-wrapper{
  background-image:url("/cdn/shop/files/Copy_of_ENFANTS_FAUCHES_MAUDITS_1.svg?v=1768707443");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}


/* =====================================
   CONTACT PAGE — FORCE FOOTER WHITE
   (OVERRIDES ALL PREVIOUS RULES)
   ===================================== */

html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer,
html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer *,
html:has(link[rel="canonical"][href*="/pages/contact"]) footer,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer__content,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer__content-top,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer__content-bottom,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer-wrapper,
html:has(link[rel="canonical"][href*="/pages/contact"]) .footer-container {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* CONTACT — footer text black */
html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer,
html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer *{
  color: #1A1917 !important;
}

/* CONTACT — footer icons black */
html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer svg,
html:has(link[rel="canonical"][href*="/pages/contact"]) #shopify-section-footer svg *{
  fill: #1A1917 !important;
  stroke: #1A1917 !important;
  background: transparent !important;
}


/* CONTACT PAGE — HIDE INSTAGRAM ICON (footer only) */
html:has(link[rel="canonical"][href*="/pages/contact"])
#shopify-section-footer a[href*="instagram"]{
  display: none !important;
}

/* =========================================================
   END OF CUSTOM STYLES
   ⚠️ Do not add code below this line
   ========================================================= */


   /* =========================================================
   POLICIES PAGES — FOOTER WHITE + TEXT BLACK + NO INSTAGRAM
   Affects ONLY:
   - /policies/privacy-policy
   - /policies/refund-policy
   - /policies/shipping-policy
   - /policies/terms-of-service
   ========================================================= */

/* Footer background = WHITE */
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer,
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer *{
  background-color:#ffffff !important;
}

/* Footer text = BLACK */
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer,
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer a,
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer span,
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer p{
  color:#1A1917 !important;
}

/* Footer icons = BLACK */
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer svg,
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer svg *{
  fill:#1A1917 !important;
  stroke:#1A1917 !important;
}

/* HIDE INSTAGRAM ICON — POLICIES ONLY */
html:has(link[rel="canonical"][href*="/policies/"])
#shopify-section-footer a[href*="instagram"]{
  display:none !important;
}

/* =========================================================
   END — POLICIES FOOTER OVERRIDES
   ========================================================= */


/* =========================================================
   EFM — PRODUCT PAGE FOOTER: WHITE BG + BLACK TEXT + HIDE IG
   Works only after adding body class in theme.liquid
   ========================================================= */

body.template-product #shopify-section-footer,
body.template-product #shopify-section-footer * {
  background: #ffffff !important;
}

/* Text + links = your black */
body.template-product #shopify-section-footer,
body.template-product #shopify-section-footer a,
body.template-product #shopify-section-footer p,
body.template-product #shopify-section-footer span {
  color: #1A1917 !important;
}

/* Big logo svg (if it’s an svg) */
body.template-product #shopify-section-footer svg,
body.template-product #shopify-section-footer svg * {
  fill: #1A1917 !important;
  stroke: #1A1917 !important;
}

/* Hide IG icon ONLY on product pages */
body.template-product #shopify-section-footer .footer-social,
body.template-product #shopify-section-footer a[href*="instagram"] {
  display: none !important;
}

/* =========================================================
   END — PRODUCT PAGE FOOTER
   ========================================================= */



   /* ===============================
   LOOKBOOK ONLY – lock the lookbook carousel
   =============================== */
.lookbook-carousel {
  touch-action: none;
  overscroll-behavior: none;
  pointer-events: none;   /* stops user scroll/drag on lookbook only */
  user-select: none;
  -webkit-user-drag: none;
}
/* ===== END LOOKBOOK LOCK ===== */

/* ===============================
   CONTACT – disable textarea resize handle
   =============================== */
#ContactForm textarea,
.contact-form textarea,
textarea[name="contact[body]"] {
  resize: none !important;
}
/* ===== END CONTACT ===== */


/* ===============================
   SHOPIFY CHALLENGE – CLEAN STYLING
   =============================== */
.shopify-challenge__container {
  max-width: 520px;
  margin: 0 auto;
  padding: 40px 16px;
  text-align: center;
}

.shopify-challenge__container p,
.shopify-challenge__container label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container input[type="submit"] {
  background: #1A1917 !important;
  color: #fff !important;
  border: 1px solid #1A1917 !important;
  padding: 14px 28px !important;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 12px;
  cursor: pointer;
}


/* ===============================
   LOGIN ERROR MESSAGE
   =============================== */

.login-error {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A1917; /* dark neutral (not red) */
}

/* ===== END LOGIN ERROR ===== */


/* ===============================
   LOGIN ERROR MESSAGE (LIST RESET)
   =============================== */

.login-error ul,
.login-error li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===============================
   LOGIN ERROR MESSAGE (TEXT STYLE)
   =============================== */

.login-error {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A1917;
}

.errors li {
  margin-bottom: 6px;
}

/* ===== END LOGIN ERROR ===== */


/* ===============================
   FORGOT PASSWORD LINK
   =============================== */

#forgot_password,
.forgot-password,
a[href*="recover"] {
  text-transform: uppercase;
}

/* Forgot password link – subtle */
#forgot_password,
.forgot-password,
a[href*="recover"] {
  font-size: 12px;              /* smaller */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;                 /* softer */
}

/* Optional hover (nice subtle effect) */
#forgot_password:hover,
.forgot-password:hover,
a[href*="recover"]:hover {
  opacity: 1;
}

/* ===== END FORGOT PASSWORD ===== */


/* ===============================
   LOGIN – MOBILE TUNING
   =============================== */

@media (max-width: 749px) {

  /* -------------------------------
     TITLE SCALE
     ------------------------------- */
  .account-title,
  .template_header .title,
  h1.title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    margin-bottom: 20px !important;
  }

  /* -------------------------------
     CONTAINER & FORM SPACING
     ------------------------------- */
  .account-container {
    padding: 0 18px !important;
    height: auto !important;
  }

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

  .account-button {
    margin-top: 12px !important;
  }

  /* -------------------------------
     ERROR MESSAGE SPACING
     ------------------------------- */
  .login-error,
  .errors li,
  .form__message {
    margin-top: 10px !important;
  }

  /* -------------------------------
     FORGOT PASSWORD LINK
     ------------------------------- */
  #forgot_password,
  .forgot-password,
  a[href*="recover"] {
    display: block !important;
    text-align: right !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    opacity: 0.55 !important;
    margin: 6px 0 10px !important;
  }
}

/* ===== END LOGIN – MOBILE ===== */

/* =========================================
   EYEZY — FORGOT PASSWORD NOTE (FORCE)
   ========================================= */

#recover-password p.account-note.note,
#recover-password .template_header p.account-note.note{
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin-top: 12px !important;
  margin-bottom: 18px !important;
}

#recover-password p.account-note.note small,
#recover-password p.account-note.note .account-note-sub{
  display: block !important;
  margin-top: 6px !important;
  font-size: 11px !important;
  opacity: 0.7 !important;
  letter-spacing: 0.04em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
/* Hide the forgot-password helper text (Eyezy) */
#recover-password .account-note {
  display: none !important;
}

@media screen and (max-width: 749px){
  .image-navigation,
  #image-navigation {
    display: none !important;
  }
}


/* REMOVE GAP BETWEEN PHOTO CAROUSEL + FOOTER (Eyezy) */
.shopify-section:has([data-section-type="photo-carousel"]),
.shopify-section:has(.photo-carousel),
.shopify-section:has(.photo_carousel),
.shopify-section:has(.section-photo-carousel) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Footer spacing */
#shopify-section-footer,
.shopify-section--footer,
.shopify-section.footer,
footer,
.footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* If there is a “section spacing” wrapper Eyezy uses */
.section,
.section-spacing,
.section-padding,
.section--spacing {
  margin-bottom: 0 !important;
}


/* LAST GAP KILLER: Photo carousel -> Footer */

/* 1) Nuke any bottom spacing INSIDE the photo carousel section */
[data-section-type="photo-carousel"] *,
.photo-carousel *,
.photo_carousel * {
  margin-bottom: 0 !important;
}

/* But keep normal margins elsewhere by targeting typical wrappers */
[data-section-type="photo-carousel"],
[data-section-type="photo-carousel"] .section,
[data-section-type="photo-carousel"] .section-inner,
[data-section-type="photo-carousel"] .container,
[data-section-type="photo-carousel"] .page-width,
[data-section-type="photo-carousel"] .carousel,
[data-section-type="photo-carousel"] .carousel-wrapper,
[data-section-type="photo-carousel"] .carousel-track {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* 2) Nuke any top spacing INSIDE the footer */
#shopify-section-footer,
#shopify-section-footer .section,
#shopify-section-footer .container,
#shopify-section-footer .page-width,
#shopify-section-footer .footer,
#shopify-section-footer .footer__content,
#shopify-section-footer .footer__content-top,
#shopify-section-footer .footer__blocks-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 3) Force the two sections to "touch" (adjust the number if needed) */
#shopify-section-footer {
  position: relative;
  top: -6px; /* change to -8px if you still see a line */
}
