/** Shopify CDN: Minification failed

Line 55:0 Unexpected "}"

**/
.product-add-to-cart .button.button--secondary::before {
  background-color: #89CFF0;
}
.wishlist_button.product-media__zoom-button:hover{background: #fff!important; border: none!important;}
/* .product-add-to-cart .shopify-product-form{display: flex; align-items: center; flex-wrap: wrap;} */
#appstle-widget-template{width: 100%;}
.product-add-to-cart .product-add-to-cart__button{width: 70%!important;order: 3;}
.product-add-to-cart .product-quantity.js-product-quantity{width: 30%;order: 2;}
.my-share-media{position: absolute;
  top: 75px;
  right: 16px; z-index: 1;}

@media (min-width: 1200px) {
  .custom-product-media-main{padding-left: 82px;}
  .product-media.product-media--layout-carousel.product-media--thumbnails-position-left .product-media__slider-thumbnails-container {
    top: 0px!important;
    left: -20px;
  }
  .custom-info-bottom-data-main{display: none;}
}
@media only screen and (max-width: 1199px){
  .custom-media-bottom-data-main{display: none;}
}
@media only screen and (max-width: 600px){
  .product-add-to-cart .product-add-to-cart__button{width: 60%!important;}
.product-add-to-cart .product-quantity.js-product-quantity{width: 40%;}
}

  .swatch-options.option-value.custom-varient-option-button{position: absolute; opacity: 0; left: 0;}
  .custom-varient-lable{border: 1px solid #ccc; padding: 5px 10px; border-radius: 8px; margin-right: 6px; margin-bottom: 5px;background-color: var(--color-background-secondary); color: var(--color-text-thirdly);}
  .swatch-options.option-value.custom-varient-option-button:checked + .custom-varient-lable {
  border-color: var(--color-border-primary);
  color: var(--color-text-primary);
}
  .product-card:hover {
    /* box-shadow: 0 30px 30px #0000000a,0 0 0 1px var(--color-border-secondary); */
     box-shadow: none!important;
  }
  .collection__item:hover {box-shadow: 0 30px 30px #0000000a,0 0 0 1px var(--color-border-secondary); border-radius: 15px;}
  .custom-variant{padding: 0px 0px;text-align: left; margin-top: -10px;border-radius: 0px 0px 15px 15px; border-top: none;}

  .products-thumbnails__product  .product-add-to-cart__button {
  padding: 10px;
  margin-top: 14px;
    width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
}
 .products-thumbnails__product  .js-product-add-to-cart-button-text {
  line-height: 0;
  position: relative;
}

.main-optionname {
  padding: 6px 0px;
  width: 100%;
  display: block;
}
#cart-note {
  visibility: hidden;
  height: 0;
}

#shopify-section-template--19070895030508__promotion_banners_akCxAY .promotion-banners .promotion-banners__aspect-ratio{
   padding-top: 200px;
}
#shopify-section-template--19070895030508__promotion_banners_akCxAY .promotion-banners .promotion-banners__aspect-ratio img{
  width: 100%;
  height: 200px;
}
#shopify-section-template--19070895030508__promotion_banners_akCxAY .promotion-banners .promotion-banners__image-wrapper
{
  width: 100%;
}
#shopify-section-template--19070895030508__promotion_banners_akCxAY .promotion-banners .promotion-banners__block-content{
  width: 95%;
  height: 86%;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
div[x-show="modalOpen"] input[type="number"].tw-block,
div[x-show="modalOpen"] input[type="email"].tw-block
{
  padding-left: 70px !important;
  background: #f1f1f1;
  border: none;
  box-shadow: none;
}
div[x-show="modalOpen"] h3
{
  font-size: 30px !important;
}
div[x-show="modalOpen"] > .tw-p-4
{
  padding-top: 0px !important;
}
div[x-show="!isThanksVisible"] > p
{
  margin-top: 9px;
  margin-bottom: 10px;
}
div[x-show="!isThanksVisible"] > .tw-border-b
{
  margin: 0px;
}
div[x-show="!isThanksVisible"] > .tw-flex
{
  margin-top: 20px;
  margin-bottom: 20px;
}
div[x-show="!isThanksVisible"] > .tw-flex > div .tw-bg-indigo-300
{
  background: #5a9d62;
}
div[x-show="!isThanksVisible"] > .tw-flex > div > .tw-flex
{
  justify-content: center;
}
div[x-show="!isThanksVisible"] > .tw-flex > div > .tw-flex select
{
  min-width: 100px;
  width: 100%;
}
div[x-show="!isThanksVisible"] > .tw-flex > div > .tw-flex > .tw-flex div.tw-border-gray-200
{
  background: #f1f1f1;
  border-radius: 20px;
}
div[x-show="!isThanksVisible"] > .tw-flex > div > .tw-flex > .tw-flex .tw-border-gray-200 button
{
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
div[x-show="!isThanksVisible"] form
{
  margin-top: 20px !important;
}
div[x-show="modalOpen"] #submit-btn
{
  border-radius: 50px;
  border: 4px solid #fff;
  font-size: 20px;
  background: #5a9d62;
  box-shadow: none;
  margin: 10px 0;
}
div[x-show="modalOpen"] #submit-btn span
{
  font-size: 20px;
}
.template-product #modal-container > button
{
  border-radius: 30px;
  padding: 14px;
  background: #5a9d62;
}