/** Shopify CDN: Minification failed

Line 655:20 Expected ":"
Line 894:31 Expected "]" to go with "["

**/
h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 63px;
}

.image-with-text__text.rte.body{
     font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}

.button--underline:after{
    content:none;
}

.slider-controls.testimonials-wrap-btns .swiper-button-prev svg,
.slider-controls.testimonials-wrap-btns .swiper-button-next svg{
  fill: #A3B5C3;
}

.button--underline{
    border: 0px;
    border-bottom: 2px solid #A3B5C3;
    padding: 0px 0px 10px 0px;
    background: transparent;
    padding-inline-end: 54px;
    color: #d3d6c7;
    border-radius: 0px;
    transition: all .12s linear;
      font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
}
.slide-content h2{
    color: #d3d6c7;
    font-size:16px;
     line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto Mono';
    text-align: left;
    margin: 5px 0 15px 0;
}

.button--underline .svg {
    position: absolute;
    margin-inline-start: 22px;
    width: 32px;
    overflow: hidden;
    transition: all .12s linear;
    /* top: 0; */
}

.button--underline svg {
    width: 50px;
    top: 1px;
    right: 18px;
    position: relative;
    transition: all .12s linear;
    fill: #A3B5C3;
}

.button--underline:hover, .button--underline:focus {
    color: #A3B5C3;
    border-bottom-color: #A3B5C3;
    padding-inline-end: 68px;
}
#shopify-section-template--19957898739962__featured_product_6YMN4m{
margin-top:0px;
}
  .button--underline:hover svg, .button--underline:focus svg {
    right: 4px;
}

.button--underline:hover .svg, .button--underline:focus .svg {
    width: 50px;
}

.button--underline .svg {
    right: 0;
}
.badgeFreeImg {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
}

.badgeFreeImg svg {
  width: 60px;
  height: 60px;
}

/* start image-slider */

.image-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.slide-content img {
  max-width: 100%;
  height: auto;
}

.slider-button {
  display: inline-block;
  margin-top: 10px;
  background-color: #000;
  color: #d3d6c7;
  padding: 10px 20px;
  text-decoration: none;
      width: 65px !important;
    height: auto !important;
}
.swiper-button-prev, .swiper-button-next{
    color: #d3d6c7;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "" !important;
    
}

.swiper-pagination-fraction{
    color: #d3d6c7 !important;
    position: unset !important;
    font-size: 16px;
    line-height:22px;
    font-family:  'Roboto Mono';
        text-align: left !important;
}

.testimonials-wrap-btns .swiper-pagination-fraction{
  text-align: center !important;
}

.slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}


.swiper-nav {
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important; /* override default absolute positioning */
  top: 20px !important;
  
  font-size: 16px;
  color: #d3d6c7 !important;
  
    right: 0px !important;
}

/* end image-slider */
li.discounts__discount {
    background: white;
    color: #34362c;
    padding: 5px;
}
.discounts__discount > .icon{
  color: #34362c !important;
  margin-left:1px;
}
h2.title.inline-richtext.h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

h2.rich-text__heading.rte.inline-richtext.h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.rich-text__text.rte {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
}


/* === 3 Column Section === */
.three-column-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin: 80px 0 0 0;
}

.three-column-section .column {
flex: 1 1 calc(33.333% - 20px);
box-sizing: border-box;

padding: 20px;
}

.three-column-section .svg-icon {
margin-bottom: 15px;
}

.three-column-section .column-heading {
 color: #d3d6c7;
  font-size:18px;
  font-weight:400;
  font-family: 'Roboto';
  text-align: center;
}

.three-column-section .column-description {
font-size: 14px;
    color: #d3d6c7;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto Mono';
    text-align:justify;
}
.three-column-section .svg-icon, .three-column-section .svg-icon svg{
width:64px;
height:64px;
margin: 0 auto;
}
.three-column-section .svg-icon svg{
stroke : #d3d6c7;
}

/* === Responsive === */
@media screen and (max-width: 767px) {
.three-column-section .column {
flex: 1 1 100%;
}

}
.slider-controls.testimonials-wrap-btns{
  position: unset !important;
  justify-content: center;
}

.slider-controls.testimonials-wrap-btns .swiper-button-prev, .slider-controls.testimonials-wrap-btns .swiper-button-next{
  top:23px !important;
  padding: 0px !important;
}

.wrapper_images{
      position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    opacity: .75;
    pointer-events: none;
}


.product__text.inline-richtext {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto Mono';
    font-weight: 400;
}

.product__title h1 {
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.price--large {
  font-family: 'Roboto Mono';
    font-size: 23px;
    font-weight: 500;
    line-height: 22px;
}

.product-form__input input[type=radio]:checked+label {
    background-color: transparent !important;
    color: rgb(var(--color-foreground)) !important;
    border: 1px solid rgb(var(--color-foreground));
    
    transition: background .1s linear !important;
    /* border: 1px solid transparent; */
}

.button--full-width {
    border: 1px solid #d3d6c7;
    width: unset;
}

.button--full-width:hover{
      border: 1px solid #ffffff;
    color: #ffffff;
    outline: none !important;
}

.share-button__button {
    color: rgb(var(--color-foreground));
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
      font-family: 'Roboto Mono';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.product-form__input input[type=radio]+label {
    font-family: 'Roboto Mono';
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

.product-form__input .form__label{
   font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom:20px !important;
}
.product-media-container.constrain-height .media{
  height:700px;
}
.product-media-container.constrain-height.media-fit-contain{
  width:500px !important;
}

    .slider.slider--mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem;
    }


.product--thumbnail_slider .thumbnail-slider{
  display:none !important;
}

.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons, .slider--mobile+.slider-buttons{
  display:flex !important;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.wrap-slider-btn-cust{
  display: flex;
}
.product__media-item.grid__item.slider__slide{
  width:100%;
  max-width:100%;
}

.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active){
  display: flex !important;
}
button.slider-button.slider-button--prev svg, .swiper-button-prev svg {
    transform: rotate(180deg);
}

.image-slider-wrapper .slider-controls .swiper-button-prev {
  margin-right: 10px;
}

.wrap-desc-below-image{
  margin-top: 50px;
}


.swiper-button-prev, .swiper-button-next{
position: absolute;
    top: 0;
    height: 32px;
    overflow: hidden;
    transition: all .1s linear;
    margin-top: 10px;
    width: 32px;
}
.swiper-button-next{
      right: -55px;
          transform: translate3d(20px, -50%, 0) rotate(0);
    margin-inline-end: 20px;
    
}

.swiper-button-prev{
      right: 55px;
      top: 0;
    margin-inline-end: 0;
        transform: translate3d(-20px, -50%, 0);
}

.swiper-button-prev svg, .swiper-button-next svg{
    width: 50px !important;
    display: block;
    position: absolute;
    top: 10px;
    transition: all .1s linear;
}

.swiper-button-prev svg{
  left:0;
}

.swiper-button-next svg{
  right:0;
}

  /* .swiper-button-next:hover{
transform:translate3d(35px,-50%,0) rotate(0)!important;
} */

.swiper-button-prev:hover , .swiper-button-next:hover{
width: 50px;
}

/* .swiper-button-prev:hover{
  transform:translate3d(-15px,-50%,0)!important;
} */
.footer__copyright{
  margin-top:0px !important;
}
.testimonials-section{
  margin-top:80px;
  margin-bottom:40px;
}
a.link.product__view-details.animate-arrow{
  display:none;
}
#custom-form-popup{
  display:none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
}


  .popup-content{ 
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be adjusted */
  max-width: 500px; /* Max width for larger screens */
  border-radius: 8px;
  text-align: center;
}



/* Tablet (1024px and below) */
@media (max-width: 1024px) {
 h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 40px;
    line-height: 45px;
}

h2.title.inline-richtext.h2 {
    font-size: 18px;
    line-height: 20px;
}

h2.rich-text__heading.rte.inline-richtext.h2 {
    font-size: 18px;
    line-height: 20px;
}

.rich-text__text.rte {
    font-size: 40px;
    line-height: 45px;
}


.product__title h1 {
    font-size: 40px;
    line-height: 60px;
}

.price--large {
    font-size: 18px;
    line-height: 20px;
}

}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  #main-cart-items tr th{
  font-size:12px;
}
  h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.product-media-container.constrain-height .media{
  height:770px;
}
.image-with-text__text.rte.body{
     font-size: 14px;
    line-height: 18px; 
}
.image-with-text__content .image-with-text__text+.button{
  margin-top:1rem !important;
}

.slide-content h2{
    font-size:14px;
     line-height: 18px;
  text-align:center !important;
}

h2.title.inline-richtext.h2 {
    font-size: 16px;
    line-height: 18px;
}

h2.rich-text__heading.rte.inline-richtext.h2 {
    font-size: 18px;
    line-height: 20px;
}

.rich-text__text.rte {
    font-size: 30px;
    line-height: 35px;
}


.three-column-section .column-heading {
  font-size:16px;

}

.three-column-section .column-description {
font-size: 12px;
    line-height: 16px;
}



.product__title h1 {
    font-size: 30px;
    line-height: 35px;
}

.price--large {
    font-size: 18px;
    line-height: 20px;
}
.product__info-wrapper.grid__item{
  text-align:center;
}
.image-with-text__content{
  align-items:center !important;
  text-align:center;
}


.section-template--19957898739962__featured_product_6YMN4m-padding {
    padding-top: 30px;
    padding-bottom: 15px;
}
.section+.section{
    margin-top: 0;
}
.section-template--19957898739962__f1552b18-6017-4231-810d-74e61da22c37-padding{
    padding-top: 0;
}
.image-with-text__content{
    padding: 0px 0px !important;
}

.section-template--19957898739962__video_CUYkhj-padding {
    padding-top: 28px !important;
    padding-bottom: 50px !important;
}
.testimonials-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.three-column-section{
    margin: 40px 0 0;
    gap:0;
}
.three-column-section .column{
    padding: 15px;
}
.add-multiple-to-cart{
  width:100%;
}

}
@media (max-width: 749px) {
 .image-with-text__grid.grid{
    flex-direction: column-reverse;
    margin: 25px 0;
  }
}
/* Small mobile (480px and below) */
@media (max-width: 480px) {
 .section-template--19957898739962__featured_product_6YMN4m-padding{
  padding-bottom:0 !important;
 }
  .image-with-text__grid.grid .image-with-text__text-item{
margin-bottom:20px;s
  }
  h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 20px;
    line-height: 22px;
}
.title-wrapper.title-wrapper--no-top-margin{
  text-align:center;
}
.video-section__media{
  height:270px !important;
}

.image-with-text__text.rte.body{
     font-size: 14px;
    line-height: 16px; 
}

h2.rich-text__heading.rte.inline-richtext.h2 {
    font-size: 18px;
    line-height: 20px;
}

.rich-text__text.rte {
    font-size: 20px;
    line-height: 22px;
}

.three-column-section .column-description {
    line-height: 15px;
}


.product__text.inline-richtext {
    font-size: 12px;
    line-height: 14px;
  
}

.product__title h1 {
    font-size: 20px;
    line-height: 25px;
}

.price--large {
    font-size: 18px;
    line-height: 18px;
}


.product-form__input .form__label{
    font-size: 20px;
    line-height: 20px;
    color: #d3d6c7
}
}

.product-form__input.cust-wrap input[type=checkbox]+label {
    background-color: transparent !important;
    color: rgb(var(--color-foreground)) !important;
    border: 1px solid transparent;
    transition: background .1s linear !important;
    border-radius: var(--variant-pills-radius);
    display: inline-block;
    margin: 0;
    padding: 15px;
    font-size: 15px;
     font-family: 'Roboto Mono';
    letter-spacing: .1rem;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.product-form__input.cust-wrap input[type=checkbox]:checked+label{
  border: 1px solid rgb(var(--color-foreground));
}

.product-form__input.cust-wrap input[type=checkbox]{
 overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.add-multiple-to-cart{
  border: 1px solid #d3d6c7;
    background: #d3d6c7;
    padding: 15px;
    font-size: 15px;
    font-family: 'Roboto Mono';
    font-weight: 400;
    border-radius: 4px;
    letter-spacing:1px;
    margin:10px 0;
    color: #121826;
    width:100%;
    cursor:pointer;
}

#CartDrawer-Checkout {
    padding: 15px;
    font-size: 15px;
    font-family: 'Roboto Mono';
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 1px;
    margin: 10px 0;
    color: black;
    width: 100%;
    cursor: pointer;
    background: #d3d6c7;
}

.variant-row {
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.wraper_quantity_cust {
  display: none;
}
.variant-row input[type="checkbox"]:checked ~ .wraper_quantity_cust {
/* .variant-row input[type="radio"]:checked ~ .wraper_quantity_cust { */
  display: block;
}
 .contact__button .button{
  background: #d3d6c7;
 color:#121826;
 }
 
.add-multiple-to-cart:hover {
  border: 1px solid rgb(var(--color-foreground));
  background: transparent !important;
    color: rgb(var(--color-foreground));
    outline: none !important;
}
/* popup css start */

#popup-products,#popup-products-ebook{
color:black;
}
input#datetime {
    width: 100%;
    padding: 10px;
}
  /* Overlay */
  .multi-popup,
  #multi-popup-ebook {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
margin:0;
  /* Flex centering */
  align-items: center;
  justify-content: center;
}

.multi-popup .popup-content,
#multi-popup-ebook .popup-content {
  background: #d3d6c7;
  max-width: 500px;
  width: 90%;
  padding: 20px 25px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: fadeInScale 0.3s ease;
}
.flatpickr-day.today:hover{
  background:#d3d6c7;
  border-color:#d3d6c7
}
span.flatpickr-day.selected {
    background: #d3d6c7;
    border-color: #d3d6c7;
    color: #000;
}
  /* Close button */
  #popup-close,
  #popup-close-ebook {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 20px;
     font-family: 'Roboto Mono';
    cursor: pointer;
    color: #555;
  }
  #popup-close:hover,
  #popup-close-ebook:hover {
    color: #000;
  }

  /* Heading */
  .multi-popup h2,
  #multi-popup-ebook h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
     font-family: 'Roboto Mono';
  }
.multi-popup h4,
#multi-popup-ebook h4{
color: #34362c;
margin:0 0 10px 0;
}
  /* Labels */
  .multi-popup label,
  #multi-popup-ebook label {
    display: block;
    font-weight: 500;
    margin: 12px 0 6px;
    color: #444;
    font-size: 14px;
     font-family: 'Roboto Mono';
  }

  /* Inputs */
  .multi-popup input[type="text"],
  #multi-popup-ebook input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
     font-family: 'Roboto Mono';
    transition: border-color 0.2s;
  }
  .multi-popup input[type="text"]:focus,
  #multi-popup-ebook input[type"text"]:focus {
    outline: none;
    border-color: #34362B;
  }

  .multi-popup #languages,
  .multi-popup #languages-ebook {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto Mono';
    transition: border-color 0.2s;
}

  /* Submit button */
  #popup-submit,
  #popup-submit-ebook {
    display: inline-block;
    background: #34362B;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
     font-family: 'Roboto Mono';
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
  }
  #popup-submit:hover,
  #popup-submit-ebook:hover {
    background:rgba(52, 54, 43, 0.73);
  }

  /* Animation */
  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  div#popup-products p,
  div#popup-products-ebook p {
    margin: 2px;
}
/* popup css end */

/* cart page start */
.title-wrapper-with-link a {
    color: #d3d6c7;
}
svg.icon.icon-remove {
    stroke: #d3d6c7;
}
#main-cart-items tr th{
  font-size:18px;
}
button#checkout {
    background: #d3d6c7;
    color: #000;
   border:1px solid transparent;
}
button#checkout:hover{
   color: #fff;
   border:1px solid #ffffff;
}
.cart__login-paragraph .link.underlined-link{
  color:#d3d6c7;
}
button#checkout:after, button#checkout:before, .contact__button .button:after, .contact__button .button:before{
   box-shadow:none;
}
/* cart page end */

@media (max-width: 1024px) {
.product-form__input.cust-wrap input[type=checkbox]+label{
  padding:10px;
}
}