/** Shopify CDN: Minification failed

Line 16:24 Unexpected "{"
Line 16:33 Expected ":"
Line 19:24 Unexpected "{"
Line 19:33 Expected ":"
Line 23:24 Unexpected "{"
Line 23:33 Expected ":"
Line 32:24 Unexpected "{"
Line 32:33 Expected ":"
Line 43:24 Unexpected "{"
Line 43:33 Expected ":"
... and 176 more hidden warnings

**/
.section-main-product--{{ section.id }} .section-package-wrapper {
  position: relative;
}
.section-main-product--{{ section.id }} .swiper-autoplay {
  transition-timing-function: linear;
}

.section-main-product--{{ section.id }} .main--product-content-package {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  /* box-shadow: 0 0 3px #0000000d, 0 12px 24px #0000001a; */
}

/* sticky product css start here  */
.section-main-product--{{ section.id }} .sticky-buy-button-wrapper {
  width: 450px;
  position: fixed;
  right: 25px;
  bottom: 60px;
  z-index: 2;
  transition: all 0.4s;
  transform: translateY(100%);
  opacity: 0;
}

.section-main-product--{{ section.id }} .sticky-buy-button-wrapper.fade-in {
  opacity: 1;
  transform: translateY(0%);
}

.section-main-product--{{ section.id }} .sticky--button-box {
  background: var(--body_alternate_background);
  padding: 10px;
  border-radius: var(--product_card_radius);
  box-shadow: 0 0 10px #6666664d;
}

.section-main-product--{{ section.id }} .sticky--button-box .sticky--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-main-product--{{ section.id }} .sticky--button-box .sticky--close svg {
  width: 14px;
  height: auto;
}

.section-main-product--{{ section.id }} .sticky--product-card {
  display: grid;
  align-items: flex-start;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
}

.section-main-product--{{ section.id }} .sticky--product-image {
  width: 90px;
  border-radius: var(--product_card_radius);
}

.section-main-product--{{ section.id }} .sticky--product-detail .product--variant-title {
  padding-top: 3px;
}

.section-main-product--{{ section.id }} .sticky--product-detail .product--pricing {
  padding-top: 3px;
}

.section-main-product--{{ section.id }} .sticky--product-expand-detail {
  margin-top: auto;
}

.section-main-product--{{ section.id }} .sticky--product-detail .product--pricing .product--actual-price {
  font-weight: 600;
}

.section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper .product--pricing span {
  font-size: var(--text);
  font-weight: 700;
}

@media (min-width: 1025px) {
.main--product-content-wrapper{    position: absolute;
    top: calc(var(--dynamic_header_height, 0px) + 0rem);
    right: 2rem;
    z-index: 1;
    width: 100%;
    max-width: 40vw;
    max-height: calc(100vh - calc(var(--header_height, 0px) + 8rem));
    height: auto;
    display: flex;
    justify-content: flex-end;}
  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper {
    position: fixed;
    bottom: 50px;
    left: 20px;
    right: 20px;
    background: var(--body_background);
    display: flex;
    z-index: 999;
    box-shadow: 0 11px 36px 0 rgb(0 0 0 / 20%);
    border-radius: var(--card_radius);
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    width: 90%;
    margin: 0 auto;
    border: 1px solid var(--border_color);
  }
  .section-main-product--{{ section.id }} .translucent-background {
    background-color: rgba(248, 246, 246, 0.1); /* Semi-transparent white */
    backdrop-filter: blur(40px); /* Blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    padding: 0px; /* Add some padding for better readability */
    border-radius: var(--card_radius, 10px); /* Use theme variable, fallback to 10px */
  }
  .section-main-product--{{ section.id }} .text {
    color: #ffffff !important;
  }
 .section-main-product--{{ section.id }} .text-xlarge {
    color: #ffffff !important;
   padding-bottom:0px
  }
  .section-main-product--{{ section.id }} .product-title-heading {
    color: #ffffff !important;
  }
  .section-main-product--{{ section.id }} .product--actual-price {
    color: #ffffff !important;
  }
  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper.fade-out {
    opacity: 0;
    pointer-events: none;
  }

  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper.fade-in {
    opacity: 1;
  }

  .section-main-product--{{ section.id }} .sticky--product-img-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .section-main-product--{{ section.id }} .sticky--product-qty-wrapper {
    flex-grow: 1;
    display: flex;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .section-main-product--{{ section.id }} .sticky--product-img-wrapper {
    padding: 10px;
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto 1fr;
  }

  .section-main-product--{{ section.id }} .sticky--product-img {
    width: 80px;
    border-radius: var(--card_radius);
    overflow: hidden;
  }

  .section-main-product--{{ section.id }} .sticky--product-title .product--sku {
    font-size: var(--small_text);
  }

  .section-main-product--{{ section.id }} .sticky--product-title .product--sku,
  .section-main-product--{{ section.id }} .sticky--product-title .product--title {
    padding-bottom: 4px;
  }

  .section-main-product--{{ section.id }} .sticky--product-block {
    border-left: 1px solid var(--border_color);
  }

  .section-main-product--{{ section.id }} .sticky--product-variant-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .section-main-product--{{ section.id }} .sticky--product-varient,
  .section-main-product--{{ section.id }} .sticky--product-quantity {
    flex: 1;
    height: 100%;
    position: relative;
  }

  .section-main-product--{{ section.id }} .sticky--product-quantity {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }

  /*  */
  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .product--options {
    padding-bottom: 0;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity {
    max-width: 100%;
    background: var(--body_alternate_background);
    padding: 12px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity + .quantity {
    margin-top: 8px;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity .product--variants-title {
    padding-bottom: 0;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity .quantity-button svg {
    width: 10px;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity .quantity--inner {
    height: 34px;
    border: 0;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity .quantity-button {
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    background: var(--body_background);
    border-radius: 4px;
    transition: 0.3s ease all;
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content .quantity .quantity-input {
    min-height: 34px;
    max-width: 40px;
    font-size: var(--large_text);
  }

  .section-main-product--{{ section.id }} .sticky--product-variant-wrapper .product--variants-title [data-selected-variant] {
    font-size: var(--small_text);
  }

  .section-main-product--{{ section.id }} .sticky--product-varient + .sticky--product-varient {
    border-left: 1px solid var(--border_color);
  }
.section-main-product--{{ section.id }}.button.button--small {
    min-width: 90px;
    min-height: 25px;
    font-size: 14px;
    padding: 11px 10px;
}
.section-main-product--{{ section.id }}.button.button--full-width {
    width: 100%;
}
.section-main-product--{{ section.id }}.button.button--large {
    min-width: 230px;
    min-height: 50px;
    font-size: 20px;
    padding: 14px 30px;
}
.section-main-product--{{ section.id }}.button {
    font-size: 18px;
}
  /*  */
  .section-main-product--{{ section.id }} .sticky-collapsible-content-button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-height: 85px;
    justify-content: space-between;
    background: transparent;
    width: 100%;
  }

  .section-main-product--{{ section.id }} .sticky-collapsible-button-icon {
    transition: 0.5s ease;
  }

  .section-main-product--{{ section.id }} .sticky-collapsible-button-icon svg {
    width: 12px;
    height: auto;
    display: block;
  }

  .section-main-product--{{ section.id }} .sticky-collapsible-content--block.active .sticky-collapsible-button-icon {
    transform: rotate(180deg);
  }

  .section-main-product--{{ section.id }} .sticky--product-dropdown-content {
    position: absolute;
    z-index: 2;
    bottom: 90%;
    background: var(--body_background);
    left: 0;
    right: 0;
    box-shadow: 0 0 26px 0 #0000002e;
    padding: 20px;
    border-radius: var(--card_radius);
    min-width: 310px;
    display: none;
    -webkit-backdrop-filter: blur(10px);
  }

  .section-main-product--{{ section.id }} .sticky--product-variant-label {
    padding-bottom: 10px;
  }

  .section-main-product--{{ section.id }} .sticky--product-varient .product--variants-title,
  .section-main-product--{{ section.id }} .sticky--product-variant-label {
    font-size: var(--medium_text);
    font-weight: 600;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons .product-checkout-buttons {
    padding: 0;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons .product-checkout-buttons.dynamic-button-enable {
    grid-template-columns: 1fr;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons .shopify-payment-button__more-options {
    font-size: var(--small_text);
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons .button,
  .section-main-product--{{ section.id }} .sticky--product-buttons .shopify-cleanslate button,
  .section-main-product--{{ section.id }} .sticky--product-buttons .shopify-cleanslate div[role='button'] {
    min-height: 46px !important;
    height: auto;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons shopify-accelerated-checkout,
  .section-main-product--{{ section.id }} .sticky--product-buttons shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 46px;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons button.shopify-payment-button__button {
    min-height: 46px;
  }

  .section-main-product--{{ section.id }} .sticky--close:hover svg line {
    animation: cross_animate 0.5s ease-in-out forwards;
  }

  .section-main-product--{{ section.id }} .sticky--close:hover svg path {
    animation: cross_animate 0.5s ease-in-out forwards;
    animation-delay: 0.1s;
  }
}

@media (min-width: 1200px) {

  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper {
    left: 30px;
    right: 30px;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons .product-checkout-buttons.dynamic-button-enable {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1441px) {
      .section-main-product--{{ section.id }} .section-package-wrapper {
  height: calc(100vh - var(--dynamic_header_height,72px));
}
  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper {
    left: 50px;
    right: 50px;
  }

  .section-main-product--{{ section.id }} .sticky--product-buttons {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* sticky product css end here  */

@media (max-width: 1024px) {
  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper {
    padding: 30px 20px 0;
  }

  .section-main-product--{{ section.id }} .sticky--product-img,
  .section-main-product--{{ section.id }} .sticky-collapsible-content-button,
  .section-main-product--{{ section.id }} .sticky--product-quantity .sticky--product-variant-label {
    display: none;
  }

  .section-main-product--{{ section.id }} .sticky--product-title .product--title {
    font-size: var(--h5);
    padding-bottom: 10px;
    color: var(--heading_color);
    font-family: var(--heading_font_family);
    font-weight: var(--heading_font_weight);
    line-height: var(--heading_font_line_height);
  }

  .section-main-product--{{ section.id }} .sticky--product-title .product--pricing {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .section-main-product--{{ section.id }} .sticky--add-to-cart-wrapper {
    padding: 30px 15px 0;
  }

  .section-main-product--{{ section.id }} .sticky-buy-button-wrapper {
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
  }

  .section-main-product--{{ section.id }} .sticky--button-box {
    border-radius: var(--product_card_radius) var(--product_card_radius) 0 0;
  }
}

@media (max-width: 575px) {
  .section-main-product--{{ section.id }} .main--product-content-wrapper {
    top: calc(var(--dynamic_header_height, 72px) + 15vh);
    height: fit-content;
  }
}

/* Styles for Layout 1 Vertical Centering and Translucency */
.section-main-product--{{ section.id }} .main--product-content-inner-wrapper {
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering, if needed */
  width: 100%; /* Ensure it spans the full width */
  min-height: inherit; /*Important for take the parent height */
  box-shadow: #0000001a 0 0px 12px, #0000000f 0 0px 12px;
}

.section-main-product--{{ section.id }} .main--product-content-innertrans {
  background: none;
  border-radius: var(--card_radius);
  padding: 30px 30px 10px;
  overflow: auto;
}

@media (min-width: 1441px) {
  .section-main-product--{{ section.id }} .main--product-content-wrapper {
    top: calc(var(--dynamic_header_height, 72px) + 15vh);
    height: fit-content;
  max-width: 33rem;
  right: 3rem;
  }
  .section-main-product--{{ section.id }} .main--product-image-slider-outer swiper swiper-initialized swiper-horizontal swiper-backface-hidden {
    height: calc(100vh - var(--dynamic_header_height));
  }
}
.section-main-product--{{ section.id }} .content--height-section .main--product-image-wrapper {
  height: auto;
}
.section-main-product--{{ section.id }} .content--height-section .main--product-media .media {
  height: auto;
  position: relative;
}
.section-main-product--{{ section.id }} .media{ --image_ratio: 50% !important;}
.section-main-product--{{ section.id }} .content--height-section .main--product-media .media img {
  position: static;
}