/** Shopify CDN: Minification failed

Line 728:18 Unexpected "{"
Line 728:19 Expected identifier but found "%"
Line 728:50 Unexpected "{"
Line 728:51 Expected identifier but found "%"

**/
.featured-product--grid:is(.slider-right) .featured-gallery-card {
  order: 1;
}

.featured-gallery-card {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  flex: 1;
}

.featured-product-slider {
  position: relative;
  z-index: 0;
  width: 100%;
}

.featured-product-slider .swiper-slide {
  border-radius: var(--rounded-card);
  overflow: hidden;
}

.featured-nav--thumb .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-color: rgba(var(--border-color));
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.featured-product-slider .slider-controls {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  justify-content: flex-end;
}

.product-information--wrapper {
  font-size: var(--text-small);
}

/* .product-information--inner > *:not(:last-child),
.product-sku,
.product-main-price {
  margin-bottom: 1.2rem;
} */

.product-text {
  display: block;
  font-size: var(--text-small);
}

.product-card-vendor span {
  border: 0.063rem solid currentcolor;
  padding: 0.125rem 0.375rem;
  display: inline-block;
  border-radius: 0.25rem;
}

.product-variant--picker {
  margin-bottom: 1.625rem;
}

.featured-product--grid .product-actual-price {
  font-size: var(--text-h6);
}

.featured-product--grid .recommendations-product-content .product-actual-price {
  font-size: var(--text-small);
}

.product-saving-price {
  background-color: rgba(var(--sale-badge-background-color));
  color: rgba(var(--sale-badge-text-color));
  padding: 0.25rem 0.75rem;
  border-radius: 10rem;
}

.product-variant--text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
  text-transform: var(--label-text-transform);
  font-weight: var(--label-font-weight);
}

.product-variant--text strong {
  font-weight: inherit;
}

.product__inventory-message {
    font-size: var(--text-base);
}
.product__inventory-message .in-stock,
.product__inventory-message .low-qty,
.product__inventory-message .out-of-stock {
    position: relative;
    padding-left: 18px;
    display: inline-block;
}

.product__inventory-message .in-stock::before,
.product__inventory-message .in-stock::after,
.product__inventory-message .low-qty::before,
.product__inventory-message .low-qty::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.product__inventory-message .in-stock::before,
.product__inventory-message .in-stock::after{
    background-color: #22c55e;
}
.product__inventory-message .low-qty::before,
.product__inventory-message .low-qty::after {
    background-color: #ecbd5e;
}
.product__inventory-message label.in-stock{
  color: #029b02;
}
.product__inventory-message label.out-of-stock {
    color: #ff4e4e;
}
.product__inventory-message .out-of-stock::before,
.product__inventory-message .out-of-stock::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #ef4444;
}

/* Pulse Animation */
.product__inventory-message .in-stock::after,
.product__inventory-message .low-qty::after,
.product__inventory-message .out-of-stock::after {
    animation: dotScale 2s ease-in-out infinite;
    
}

@keyframes dotScale {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-50%) scale(2);
        opacity: 0;
    }
}

.featured-gallery-card.product-media-template4 .swiper.featured-product-slider {
  position: sticky;
  top: 1.563rem;
}
.product-media-template4 {
  grid: auto / minmax(0, 1.1fr) minmax(0, 0.7fr);
}

.featured-gallery-card.product-media-template3 .swiper.featured-product-slider {
  position: sticky;
  top: 1.563rem;
}

.product-media-template3 {
  grid: auto / minmax(0, 1fr) minmax(0, 1fr);
}

.featured-gallery-card.product-media-template3 {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.featured-gallery-card.product-media-template3 .swiper-slide {
  max-width: 100%;
  margin-bottom: 0.125rem;
}

.featured-nav--thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-product-wrapper .product-information--wrapper .product-actual-price {
  font-size: var(--text-h6);
}

.swiper-slideproduct-media-model {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-media-template4 .swiper-slideproduct-media-model {
  max-width: 50%;
}

.product-media-model .media-ratio .shopify-model-viewer-ui {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-model-button {
  right: 0rem;
  bottom: 1rem;
  left: 0rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem auto;
  max-width: 10.625rem;
}

.product-sticky-bar {
  position: fixed;
  left: 0rem;
  right: 0rem;
  bottom: 1.875rem;
  margin: 0rem auto;
  border: 0.063rem solid currentcolor;
  border-radius: 0.4rem;
  padding: 1.125rem;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  width: 100%;
  max-width: calc(100% - 2rem);
  background-color: rgb(var(--background-color), 0.8);
  backdrop-filter: blur(0.375rem);
  color: rgb(var(--text-color));
}

.product-sticky-bar.is-visible {
  visibility: visible;
  opacity: 1;
}

.sticky-bar-product-info {
  align-self: center;
}

.sticky-bar-product-info .product-price-wrapper {
  margin-bottom: 0;
}

.sticky-bar-product-img {
  width: 5rem;
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 1.2rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.sticky-bar-product-info :is(.product-unit-price, .product-tax-shipping) {
  display: none;
}

.sticky-bar-product-wrapper > div {
  flex: 1;
  max-width: 100%;
}

.sticky-bar-product-wrapper .atc-button {
  width: 2.3rem;
  min-width: 2.3rem;
  height: 2.3rem;
  background: rgb(var(--button-background-color));
  color: rgb(var(--button-text-color));
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.sticky-bar-product-wrapper .atc-button:hover {
  transform: translateY(-0.313rem);
}

.sticky-bar-product-wrapper .add-to-cart-text {
  justify-content: center;
}

.product-media-zoom {
  position: absolute;
  top: 1.35rem;
  left: 1.5rem;
  z-index: 25;
  background: rgb(var(--background-color));
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}

.product-media-zoom svg {
  width: 0.625rem;
}

.main-product-wrapper .featured-product-slider .swiper-counter {
  position: absolute;
  top: 1.7rem;
  left: 1.3rem;
  z-index: 1;
}

.product-media-template1 .product-media-zoom {
  left: 5.7rem;
}

.featured-product-slider:not(.swiper-initialized) .swiper-slide .product-media-zoom {
  left: 1.5rem;
}

.featured-product-slider .slider-controls .swiper-button {
  border: none;
}

.quick-view-details .featured-gallery-card {
  position: static;
}

.product-tax-shipping {
  display: block;
  /* margin-top: 1rem; */
  margin-top: 5px;
}

variant-set-option[data-type=dropdown] fieldset.product-variant--picker select {
    border: .06rem solid rgba(var(--border-color));
    border-radius: .25rem;
    background-color: rgba(var(--background-color-input));
    color: rgba(var(--text-color-input));
    padding: .8rem 1.6rem .8rem .8rem;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    cursor: pointer;
}

variant-set-option[data-type=dropdown] fieldset.product-variant--picker select option {
  cursor: pointer;
}

variant-set-option[data-type="dropdown"] fieldset.product-variant--picker .variant-selecter {
    width: 100%;
    position: relative;
}

variant-set-option[data-type=dropdown] fieldset.product-variant--picker .variant-selecter svg {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-saving-price.price-saving.hideSaveAmnt {
    display: none;
}

@media screen and (min-width: 992px) {
  .product-information--inner > *:not(:last-child),
  .product-sku,
  .product-main-price {
    /* margin-bottom: 1.625rem; */
    margin-bottom: 16px;
  }
  .product-sticky-bar {
    max-width: calc(100% - 22rem);
  }
  .product-model-button {
    display: none;
  }
  .main-product--grid {
    display: flex;
    align-items: flex-start;
    /* padding-inline: 3rem; */
    padding-inline: 1rem;
  }
  .featured-gallery-card + .product-information--wrapper {
    position: sticky;
    top: 1.563rem;
    padding: 2rem;
    /* padding-left: 3rem; */
    padding-left: 2rem;
  }
  .featured-gallery-card {
    flex: 0 0 64%;
    position: sticky;
    top: 2rem;
  }
  .featured-product--grid .product-information--wrapper {
    /* max-width: 36.25rem; */
    flex: 1;
  }
  .featured-gallery-card:is(.product-media-template3, .product-media-template4)
    .swiper
    .swiper-wrapper {
    flex-wrap: wrap;
  }
  .featured-gallery-card.product-media-template4 .swiper-slide {
    max-width: calc(50% - 0.625rem);
  }
  .product-media-template2 .featured-slider--nav .swiper-wrapper {
    max-height: 32.5rem;
    flex-direction: column;
  }
  .featured-gallery-card.product-media-template4 .swiper-wrapper {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .product-media-template5 .featured-product-slider {
    padding-inline-end: 18rem;
  }

  .featured-slider--nav {
    width: 7.063rem;
    flex: 0 0 7.063rem;
  }
  .featured-nav--thumb {
    max-height: 100vh;
  }
  .featured-nav--thumb .swiper-slide {
    margin-bottom: 0.625rem;
    height: 7.063rem !important;
    padding-left: 0.438rem;
    cursor: pointer;
  }
  .featured-nav--thumb .swiper-slide::before {
    width: 0.125rem;
    height: 0%;
  }
  .featured-nav--thumb .swiper-slide.swiper-slide-thumb-active::before {
    opacity: 1;
    height: 100%;
  }
  .featured-product-slider .swiper-slide:not(:hover) .product-media-zoom {
    opacity: 0;
    scale: 0;
  }
}

@media screen and (min-width: 1200px) {
  .product-sticky-bar {
    max-width: 35rem;
  }
}

@media screen and (max-width: 991px) {
  .featured-product-slider {
    text-align: center;
  }
  .main-product-section .product-information--wrapper {
    padding: 1.5rem;
    padding-bottom: 0rem;
  }
  .main-product-wrapper .main-product-tab-content {
    padding: 0rem 1.5rem 1.5rem;
  }
  .featured-gallery-card:is(.product-media-template3, .product-media-template4)
    .swiper
    .swiper-wrapper {
    overflow-x: auto;
  }
  .recommendations-slider {
    max-height: 26.875rem;
  }
  .featured-gallery-card {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .featured-slider--nav {
    width: 100%;
    max-width: 100%;
    order: 1;
    padding: 0 0.8rem;
  }
  .featured-slider--nav .featured-nav--thumb .swiper-wrapper {
    flex-direction: row;
  }
  .featured-nav--thumb .swiper-slide {
    padding-bottom: 0.3rem;
    height: 5rem !important;
    width: 5rem;
    margin-right: 0.5rem !important;
    cursor: pointer;
  }
  .featured-nav--thumb .swiper-slide::before {
    top: auto;
    bottom: 0rem;
    width: 0%;
    height: 0.125rem;
  }
  .featured-nav--thumb .swiper-slide.swiper-slide-thumb-active::before {
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-sticky-bar {
    padding: 0.3rem;
  }
  .sticky-bar-product-wrapper {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .sticky-bar-product-img {
    width: 4rem;
    margin-right: 0.6rem;
    border-radius: 0.3rem;
  }
  .sticky-bar-product-info .product-price-list product-sale-price {
    gap: 0.5rem;
  }
  .drawer-info .drawer-tabs-wrapper {
    max-width: 86%;
  }
  .drawer-info .drawer-tabs-wrapper .tab {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.5rem;
  }
  .tab {
    gap: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.5rem;
  }
  .product-information--wrapper {
    order: 1;
  }
  .main-product-tab-content {
    order: 2;
  }

}
@media screen and (max-width: 575px) {
  .sticky-bar-product-info {
    max-width: 100%;
  }
}

span.text-with-icon {
    text-transform: uppercase;
}

.product--heading h2 {
  letter-spacing: 0.8px;
}

.product-price-breakup {
    display: flex;
    justify-content: space-between;
}

button.price-breakup {
    text-decoration: underline;
}


ul.delivery-info-coontent.show-background li span {
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 10px;
}

.whatsapp-order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0px;
    background: linear-gradient(to right, #00BD3D, #028B32);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    gap: 2px;
    box-sizing: border-box;
}

product-form.product-form {
    margin-bottom: -20px;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;

  width: 35px;
  height: 35px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;

  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-controls .swiper-button-prev::after,
.slider-controls .swiper-button-next::after {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.slider-controls .swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.accordion-details-title {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .product-information--inner {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .accordion-details-title {
    font-size: 12px;
    line-height: 20px;
  }

  .accordion-details .accordion-details-content p {
    font-size: 10px;
    line-height: 20px;
  }

  variant-set-option.block.product-variant-selector.main-product-variant-selector {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}


/* Product USP Css */
/* model css */
                         span#coveredModalBtn {
                            cursor: pointer;
                          }
                        .covered-modal {
                  position: fixed;
                  inset: 0;
                  background: rgba(0,0,0,.5);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  z-index: 99999;
                  opacity: 0;
                  visibility: hidden;
                  transition: .3s;
                }

                .covered-modal.active {
                  opacity: 1;
                  visibility: visible;
                }

                .covered-modal-content {
                  background: #fff;
                  width: 90%;
                  max-width: 700px;
                      pointer-events: auto;
            --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
            min-height: calc(100% - 20px);
                  {% comment %} max-height: 90vh; {% endcomment %}
                  overflow-y: auto;
                  position: relative;
                  margin: 0 auto;
                }

                .covered-modal-close {
                  cursor: pointer;
                }

                .covered-modal .modal-dialog {
                  width: 100%;
                  justify-content: center;
                  pointer-events: none;
                }

                .covered-modal-content {
                  pointer-events: auto;
                }

                .tm-absolute {
                    position: absolute;
                }
                .tm-right-0 {
                    right: 0px;
                }
                .tm-top-0 {
                    top: 0px;
                }
                .tm-mt-0 {
            margin-top: 0px;
        }
                .tm-z-20 {
                  z-index: 20;
                }
                .tm-p-3 {
                    padding: 0.75rem;
                }

                .tm-pb-2 {
            padding-bottom: 0.5rem;
        }

        .tm-flex {
            display: flex;
        }

        .tm-w-full {
            width: 100%;
        }

        .tm-max-w-full {
            max-width: 100%;
        }

        .tm-items-center {
            align-items: center;
        }

        .tm-gap-x-4 {
            -moz-column-gap: 1rem;
            column-gap: 1rem;
        }

        .tm-shrink-0 {
            flex-shrink: 0;
        }

        .tm-rounded-full {
            border-radius: 9999px;
        }

        .tm-text-center {
            text-align: center;
        }

        .tm-font-EBGaramond {
            font-family: "EB Garamond", sans-serif;
        }

        .tm-mb-8 {
            margin-bottom: 2rem;
        }

        .tm-m-0 {
            margin: 0px;
        }

        .tm-font-AvenirRoman {
            font-family: "Avenir Roman", sans-serif;
        }
        .tm-space-y-1 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
            font-size: 16px;
            font-weight: 500;
        }

        .tm-flex.tm-max-w-full.tm-w-full.tm-items-center.tm-gap-x-4 {
            margin-top: 40px;
        }

        h5.tm-m-0.tm-font-AvenirRoman.md\:tm-text-lg.tm-text-base.tm-leading-\[25px\] {
            font-weight: 500;
        }


        @media (min-width: 768px) {
            .md\:tm-size-20 {
                width: 5rem;
                height: 5rem;
            }

            .md\:tm-text-4xl {
                font-size: 2.25rem;
                line-height: 2.5rem;
            }

            .tm-font-medium {
            font-weight: 500;
        }

            .md\:tm-text-lg {
                font-size: 1.125rem;
                line-height: 1.75rem;
            }

        }

        @media (max-width: 767px) {
  .covered-modal {
    padding: 15px;
    align-items: flex-end;
  }

  .covered-modal-content {
    width: 100%;
    max-width: 100%;
    padding: 25px 20px;
  }

  .tm-flex.tm-max-w-full.tm-w-full.tm-items-center.tm-gap-x-4 {
    align-items: flex-start;
    margin-top: 25px;
    gap: 8px;
  }

  .md\:tm-size-20,
  .tm-size-\[64px\] {
    width: 50px;
    height: 50px;
  }

  .tm-font-EBGaramond {
    font-size: 28px;
    line-height: 34px;
  }

  .tm-space-y-1 h6 {
    font-size: 14px;
  }

  .tm-space-y-1 p {
    font-size: 14px;
    line-height: 22px;
  }

  span.tm-shrink-0.tm-text-center.tm-rounded-full.md\:tm-size-20.tm-size-\[64px\] svg {
    width: 40px;
    height: 30px;
  }

  .tm-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    font-size: 12px;
  }
}

                .tm-bg-transparent {
                  background-color: transparent;
                }

                .tm-appearance-none {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                }

                @media (min-width: 1024px) {
                    .lg\:tm-p-12 {
                        padding: 3rem;
                    }
                }

                /* model css finish  */
                        .cover-head {
                            display: flex;
                            justify-content: flex-start;
                            align-items: flex-start;
                            gap: 10px;
                        }
                            .covered-item {
                          border-top: 1px solid #e5e5e5;
                          padding: 30px 0;
                        }

                        .covered-heading {
                          font-size: 18px;
                          font-weight: 500;
                          margin-bottom: 20px;
                        }

                        .covered-grid {
                          display: grid;
                          grid-template-columns: repeat(2, 1fr);
                          gap: 24px 40px;
                        }

                        .covered-box {
                          display: flex;
                          align-items: center;
                          gap: 14px;
                        }

                        .covered-icon {
                          width: 40px;
                          height: 50px;
                          flex-shrink: 0;
                        }

                        .covered-icon svg,
                        .covered-upload-icon {
                          width: 100%;
                          height: 100%;
                          object-fit: contain;
                        }

                        .covered-content p {
                          margin: 0;
                          font-size: 16px;
                          line-height: 1.4;
                          color: #333;
                        }

                        /* Mobile */
                        @media (max-width: 749px) {
                          .covered-grid {
                            grid-template-columns: 1fr;
                            gap: 20px;
                          }

                          .covered-content p {
                            font-size: 12px;
                          }

                          .covered-icon {
                            width: 36px;
                            height: 30px;
                          }
                        }
                        /* Product USP Css */

/* product page image badge */
.media-ratio {
  position: relative;
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* product page image badge end */

fieldset.product-variant--picker.product-select--box {
    margin: 10px 0px !important;
  }