/** Shopify CDN: Minification failed

Line 127:7 Unexpected "{"
Line 127:16 Expected ":"
Line 127:23 Unexpected "{"
Line 128:16 Expected identifier but found whitespace
Line 128:18 Unexpected "{"
Line 128:27 Expected ":"
Line 267:2 Unexpected "}"
Line 495:0 Expected "}" to go with "{"

**/


.custom_featured_proudct .product__media.media img {
    border-radius: 60px;
}

.custom_featured_proudct .product-form__input{
  flex: none !important;
      margin: 0 !important;
}

.custom_featured_proudct .buy_containerr {
      display: grid;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px !important;
    grid-template-columns: 0.5fr 1fr;
}

.buy_buttons_wrap{
     margin: 20px 0 !important;
}
.trusted_payment img{

       width: 100%;
       height: auto ;
}
.trusted_payment .trusted_payment__features{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
} 

.trusted_payment .trusted_payment__features .trusted_payment__item{
  display: flex;
  align-items: center;
  gap: 10px;
 justify-content: center;
  font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;
 color: rgb(var(--color-foreground));

}

.trusted_payment__image {
    max-width: 405px;
    margin: 0 auto;
}
.trusted_payment .trusted_payment__features img{
    max-width: 21px;
}
product-form.product-form.custom_buy {
    margin: 0;
    width: 100%;
}

.custom_featured_proudct .product-form__submit{
    margin: 0 !important;
        min-height: 57px;

}
.custom_buy_button {
    width: 100%;
    
}

.custom_buy_button button{
 background: rgb(var(--color-button))!important;
    border-radius: 10px;
}

.custom_buy_button button:before, 
.custom_buy_button button:after{
    display: none;
}

.custom_buy_button button span{
font-family: Poppins;
font-weight: 500;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
    color: rgb(var(--color-button-text));
display: flex;
align-items: center;
gap: 10px;
}

.custom_featured_proudct .product__title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
     color: rgb(var(--color-foreground));
    margin-bottom: 0px;
}
.custom_divider{
     margin: 0 !important;
    display: block !important;
    width: 100%;
    height: 1px;
    background: #C7E3FF;

}

  #pb-{{ section.id }} {
    --pb-accent: {{ section.settings.accent_color }};
    --pb-text:   #1a1a1a;
    --pb-muted:  #6b7280;
    --pb-border: #e5e7eb;
    font-family: inherit;
  }
  .pb-block { margin-bottom: 15px !important; }

  /* Rating */
  .pb-rating__row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  
  
 .pb-rating__row *{
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
color: rgb(var(--color-foreground));
line-height: 24px;
letter-spacing: 0%;
text-align: center;

 }
  /* Subtitle */
  .pb-subtitle__text { 
    
    font-family: Poppins;
font-weight: 600;

font-size: 20px;
line-height: 26px;
color: #203663;
letter-spacing: 0%;
margin: 30px 0; 

   }

  /* Benefits */
  .pb-benefits__grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; padding: 0; margin: 0; }
  .pb-benefits__item { display: flex; align-items: start; gap: 10px; color: rgb(var(--color-foreground)); font-family: Poppins;
font-weight: 400;

font-size: 16px;

line-height: 26px;
letter-spacing: 0px;
  }


  .buy_containerr .product-form__input{
    /* max-width: 190px !important; */
    width:100%;
    max-width:100%;
    min-width:100%;
  }

.buy_containerr .quantity {
    
    border-radius: 10px !important;
    min-height: 57px;
    border: 1px solid rgb(var(--color-button));
    width: 100%;
        /* max-width: 190px; */
}

.buy_containerr .quantity:before, .buy_containerr .quantity:after{

    display: none;
}


  .pb-benefits__icon { width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; background: var(--pb-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

  /* Price */
  .pb-price { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 25px 0 !important; }
  .pb-price__main {
    font-family: Poppins;
font-weight: 600;
 color: rgb(var(--color-foreground));
font-size: 26px;
line-height: 100%;
letter-spacing: 0%;

 }
  .pb-price__original { font-size: 15px; color: var(--pb-muted); text-decoration: line-through; }
  .pb-price__badge { background: #203663; color: #fff; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 4px; }

  /* Review */
  .pb-review__card {  border: 1px solid #C7E3FF; border-radius: 10px; padding: 20px; display: flex; gap: 20px; align-items: flex-start; }
  .pb-review__meta { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
  .pb-review__avatar { width: 50px; height: 50px; border-radius: 10px; overflow: hidden;  display: flex; align-items: center; justify-content: center; }
  .pb-review__avatar img { width: 100%; height: 100%; object-fit: cover; }
  .pb-review__initials { font-size: 15px; font-weight: 600; color: var(--pb-accent); }
  .pb-review__name {
     font-family: Poppins;
font-weight: 600;
color: #203663;
margin: 0;

font-size: 14px;
line-height: 26.57px;
letter-spacing: 0%;
text-align: center;
 }
  .pb-review__verified {
     font-family: Poppins;
font-weight: 400;
font-size: 12px;
line-height: 20.57px;
letter-spacing: 0%;
color: #000000;
 display: flex; align-items: center; gap: 3px; margin: 2px 0 0; 
}
  .pb-review__body { position: relative; flex: 1; }
  .pb-review__quote { position: absolute; top: -4px; right: 0; font-size: 30px; line-height: 1; color: #e0e4ea; font-family: Georgia, serif; pointer-events: none; }
  .pb-review__title { 
    
        color: #203663;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
  
    line-height: 20.57px;
    letter-spacing: 0%;
}


p.pb-review__text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    margin: 0;
    color: rgb(var(--color-foreground));
}
  }
  .pb-review__text { font-size: 12.5px; color: var(--pb-muted); line-height: 1.55; margin: 0; }

  /* Accordion */
  .pb-acc__item {border-bottom: 1px solid #C7E3FF;}
  .pb-acc__item:first-child { border-top: 1px solid #C7E3FF; }
  .pb-acc__header { 
   
display: flex; justify-content: space-between; align-items: center; width: 100%; background: none; border: none; padding: 20px 0; cursor: pointer; text-align: left;
 }
  .pb-acc__title {
font-family: Poppins;
font-weight: 500;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
 color: rgb(var(--color-foreground));
}
  .pb-acc__icon { color: var(--pb-muted); transition: transform 0.22s ease; flex-shrink: 0; }
  .pb-acc__header[aria-expanded="true"] .pb-acc__icon { transform: rotate(180deg); }
  .pb-acc__body { overflow: hidden; }
  .pb-acc__inner p{ 
    margin: 0; 
  font-family: Poppins;
font-weight: 400;
font-size: 12px;
line-height: 26px;
letter-spacing: 0%;
 color: rgb(var(--color-foreground));
margin-bottom: 20px;

}

section.custom_featured_proudct {
    padding: 90px 0;
   background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
}
section.custom_featured_proudct .page-width {
    max-width: 1540px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.featured-product{
    background: rgb(var(--color-background));
}
  
.hp_product_gallery {
    margin-bottom: 38px;
}

.hp_product_gallery img{
  width: 100%;
  height: auto !important;

}

.hp_product_gallery .swiper-slide {
    border-radius: 60px;
    overflow: hidden;
}

.hp_main_image,
.hp_main_video {
    width: 100%;
    display: block;
}



.hp_product_thumbnails .swiper-slide {
    width: 110px;
    height: 110px;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
   
}

.hp_product_thumbnails .swiper-slide-thumb-active:after{
     content: '';
    position: absolute;
    display: block;
    background: #00000066;
    width: 100%;
    height: 100%;
    inset: 0;

}



.hp_product_thumbnails .swiper-slide-thumb-active {
    border-color: #F3F9FF;
     position: relative;
   
}

.hp_thumb_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_featured_proudct .product__info-wrapper.grid__item {
    width: 47%;
    max-width: 47%;
    padding-left: 60px;
}
.custom_featured_proudct .grid__item.product__media-wrapper {
    width: 53%;
    max-width: 53%;
}
.custom_featured_proudct .grid__item.product__media-wrapper .hp_product_media {
    position: sticky;
    top: 0;
}
  @media (max-width: 1280px) {

section.custom_featured_proudct {
    padding: 60px 0;
}
}
  @media (max-width: 1024px) {
.custom_buy_button button span {
    font-size: 16px;
    line-height: 26px;

}
.pb-block {
    margin-bottom: 10px !important;
}
.pb-subtitle__text {

    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
}
}

  @media (max-width: 840px) {
.custom_featured_proudct .product__info-wrapper.grid__item, .custom_featured_proudct .grid__item.product__media-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.custom_featured_proudct .grid__item.product__media-wrapper .hp_product_media {
    position: unset;
}
.custom_featured_proudct .product__info-wrapper.grid__item {
    padding-top: 30px !important;
}
.pb-rating__row * {
    font-size: 14px;
}
.custom_featured_proudct .product__title {
    font-size: 34px;
    line-height: 34px;
}
.pb-benefits__item {
    font-size: 14px;
    line-height: 24px;
}
.pb-price {
    margin: 10px 0 10px !important;
}
.pb-benefits__icon {
    width: 16px;
    height: 16px;
}
.pb-subtitle__text {
        font-size: 16px;
        line-height: 24px;
}
}

  @media (max-width: 768px) {
.custom_featured_proudct .pb-price__main {
    font-size: 20px;
}
section.custom_featured_proudct {
    padding: 40px 0;
}
.custom_featured_proudct .buy_containerr {
    gap: 10px;
    grid-template-columns: 1fr;
}
.buy_containerr .quantity {
    min-height: 47px;
}
.custom_featured_proudct .product-form__submit {
    gap: 10px;
    font-size: 14px;
    line-height: 24px;
    min-height: 47px;
}
.hp_product_gallery .swiper-slide {
    border-radius: 40px;
}
}

  @media (max-width: 480px) {
    .pb-benefits__grid { grid-template-columns: 1fr;
     }
     .pb-acc__title {
    font-size: 16px;
     }
     .pb-acc__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 0;
     }
  .pb-acc__header .pb-acc__icon {
    width: 14px;
    height: auto;
}
  .pb-review__card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


