/** Shopify CDN: Minification failed

Line 82:0 Unexpected "}"

**/
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1600px) {
  :root {
    --fs-18: 16px;
    --fs-40: 30px;
    --fs-20: 18px;
    --fs-52: 40px;
    --lh-32: 30px;
    --fs-50: 40px;
    --fs-22: 20px;
  }

  .fs-74 {
    font-size: 60px;
    line-height: 70px;
  }

  .fs-40 {
    font-size: 30px;
    line-height: 30px;
  }

  .fs-46 {
    font-size: 35px;
  }

  .fs-60 {
    font-size: 50px;
    line-height: 60px;
  }

}

@media (max-width: 1400px) {
  :root {
    --fs-18: 15px;
    --fs-20: 16px;
    --lh-27: 26px;
    --lh-32: 26px;
    --fs-40: 20px;
    --fs-52: 30px;
    --fs-50: 30px;
    --fs-22: 18px;
  }

  .cart-btn,
  .cart-btn.add-to-cart-btn {
    padding: 10px 10px;
  }
}

.fs-74 {
  font-size: 50px;
  line-height: 60px;
}

.fs-40 {
  font-size: 25px;
  line-height: 26px;
}

.fs-46 {
  font-size: 30px;
}

.fs-60 {
  font-size: 40px;
  line-height: 50px;
}


}

@media (max-width: 1200px) {
  :root {
    --fs-40: 18px;
    --lh-27: 24px;
    --fs-52: 25px;
    --fs-50: 20px;
  }

  .fs-74 {
    font-size: 40px;
    line-height: 50px;
  }

  .c-btn {
    padding: 6px 25px;
    font-size: 14px;
  }

  .cart-btn,
  .cart-btn.add-to-cart-btn {
    font-size: 15px;
  }

  .fs-22 {
    font-size: 16px;
    line-height: 25px;
  }

  .fs-40 {
    font-size: 20px;
    line-height: 22px;
  }


  .fs-46 {
    font-size: 25px;
  }

  .fs-60 {
    font-size: 30px;
    line-height: 40px;
  }

}

@media (max-width: 995px) {
  .fs-74 {
    font-size: 30px;
    line-height: 40px;
  }

  .fs-46 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  :root{
    --fs-50: 20px;
  }
  .inner-title .fs-74 {
    text-align: center;
  }

  .inner-title ul {
    justify-content: center;
  }
  .product-title {
    flex-wrap: wrap;
    gap: 10px;
}
      .product-cart-data {
        max-width: 320px !important;
    }


}