/** Shopify CDN: Minification failed

Line 227:19 Unexpected "{"
Line 227:27 Expected ":"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

#looxReviewsFrame > *{
font-family: 'SF Pro Display' !important;
}
p,button,span{
  font-size:14px;
  line-height:1.2;
  font-family:'SF Pro Display' !important;
  
}
/* span.checkedWB {
    visibility: hidden;
}
.new-form-option .value-left {
    visibility: hidden;
    width: 0 !important;
    margin: 0;
    min-width: 10px !important;
} */
.button, .shopify-challenge__button{
  font-family:'SF Pro Display' !important;
}
.productView-desc p{
  line-height:1.5;
}
div#tabledivider tr td:nth-child(odd){
    background-color:#f4f4f4;
}
div#tabledivider tr{
  border-botttom:1px solid rgba(0,0,0,.5)
}
#readMoreButton{
background:none;
  outline:none;
  border:none;
  text-decoration:underline;
}
.icon-list{
  display:flex;
  /* flex-direction:column; */
  gap:20px;
}
.icon-list p{
  text-align:center;
  margin-top:8px;
  line-height:1;
  font-size:14px;
}
.product-form__description.rte {
    margin-top: 15px;
    border-top: 1px solid #444;
    padding-block: 15px;
    border-bottom: 1px solid #444;
}
@media (min-width:768px){
  h2.section-title {
    font-size: 32px;
    margin-block: 30px;
}
  p,button,span{
  font-size:14px;
  
}
    p,button,span{
  font-size:16px;
  
}
}
@media (min-width: 1025px) {
    p, button, span {
        font-size: 16px;
    }
}
.subtitle p {
    font-size: 16px !important;
    margin-block: 2px;
    /* font-family: 'Rubik' !important; */
}
h1.productView-title {
    font-family: 'SF Pro Display' !important;
    font-weight: 600;
    text-transform: uppercase;
}
.halo-sidebar_menu .menu-dropdown__wrapper .site-nav .site-nav-title{
   font-weight: 600;
  line-height:1.2;
}
.discount dd {
    color:red;
    font-size:1.5rem;
}
span.price-item.price-item--sale {
    font-size: 2rem !important;
}
.productView-top .discount dd {
    color:red;
    font-size:2.5rem;
}
.productView-top span.price-item.price-item--sale {
    font-size: 3.5rem !important;
}
s.price-item.price-item--regular {
    color: grey;
}
product-form .productView-group {
    display: flex;
    gap: 10px;
}
.product__text.title{
  font-weight:400
}
.productView-group div {
    flex: 1;
margin-top: 0;
}
.icon-list img{
  max-width:50px;
  margin-inline:auto;
}
h2.section-title {
    text-align: center;
    font-size: 24px;
    margin-block: 20px;
    line-height: 1.2;
}
 .productView-title span{
    font-size:24px;
  }
@media (min-width:768px){
  .productView-title span{
    font-size:32px;
  }
  .page-width{
    max-width: 1200px !important;
    margin-inline: auto;padding-inline:20px;
  }
}
/*  text with image */
.image-content-section {
  border:1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  max-width: 1170px;
  margin-inline: auto;
}
.image-content + .image-content .image-content-section {
  border-top:none;
}
.image-content-section .image {
  flex: 1 0 50%;
}
.image-content-section h2{
  line-height:1.2;
}
.image-content-section .content {
  text-align:center;
  flex: 1 0 50%;
  padding:2rem 2rem;
/* max-width:500px; */
}

.image-content-section .icons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-block:3.5rem;
}

.image-content-section .icons div {
  text-align: center;
}
.image-content-section .icons p{
  font-size:14px;
}
 .image-content-section .icons img{
    margin:auto;
  }
  .image-content-section .content h2 {
    margin-bottom: 30px;
}
.image-content-section .content p,
  .image-content-section .icons{
  max-width:420px;
  margin-inline:auto;
}
.image-content-section .icons div {
    max-width: 110px;
    line-height: 1.2;
}
  .image-content-section .button{
    max-width:fit-content;
    background-color:#000;
    color:#fff;
    
  }
  @media (min-width:769px){
    .image-content-section .content {
      padding:4rem 0rem;
    }
    
  }
@media (max-width: 768px) {
  .image-content-section {
    flex-direction: column;
   
  }
 #shopify-section-{{section.id}} .mobile-below {
    display: flex;
    flex-direction: column-reverse;
  }
   .image-content-section .icons img{
  max-width:70px;
     height:auto !important;
   }
.image-content-section .content p ,p{
      font-size:16px;
    }
.image-content-section .content .icons p{
  font-size:14px;
}
}
/* Form styling */
  .form_group {
    flex-wrap:wrap;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
}
   .form_group div{
     flex:1 0 46%;
   }
/* customer reviews */
.content__wrapper .customer-review__content {
    text-align: center;
}

.content__wrapper .name {
    text-align: center;
}
a.nav-product-image {
       display: block;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    /* background: #f4f4f4; */
}

a.nav-product-image img{
   padding-bottom:10px;
}
.menu-dropdown__column:has(.dropdown-product-image) {
 display:flex;
  flex-wrap:wrap;
}
.dropdown-product-image{
  flex:1 0 48%;
  max-width:50%;
  border-bottom:none !important;
}
.productView-thumbnail-wrapper button.slick-arrow {
    display: none !important;
}
a.card-title.link-underline.card-title-ellipsis {
    min-height: 4.2rem;
    line-height: 1.2;
  margin-bottom:10px;
  font-weight:bold;
}
.card-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  text-transform: none;
}
.product-card-layout-02 .card-information{
  min-height:245px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a.nav-product-image.site-nav-title {
    text-transform: none;
}
@media (max-width:768px){
  /* a.card-title.link-underline.card-title-ellipsis {
    min-height: 6.2rem;
} */
  span.price-item.price-item--sale {
    font-size: 1.5rem !important;
}
  s.price-item.price-item--regular{
    font-size: 1.1rem !important;
  }
}

.product-info-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

    .product-info-block {
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 10px;
      align-items: center;
    /* background: #f9f9f9; */
    padding:8px;
    /* border-radius: 5px;
    border:1px solid #ccc; */
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    /* flex: 1 1 calc(33.333% - 15px); */
    /* min-width: 250px; */
        max-width: 90px;
    /* margin-inline: auto; */
    text-align: center;
      justify-items:end;
  }

.product-info-block  .icon img {
    width: 40px;
    height: 40px;
  /* padding:10px; */
  border-radius:50%;
  /* background:#f4f4f4; */
  }

.product-info-block  .content {
    flex-grow: 1;
  max-width: 70px;
  }

 .product-info-block .title {
    font-weight: 600;
    font-size: 13px;
   margin-block:0px;
   line-height:1.1;
  }

 .product-info-block .description {
    font-size: 14px;
    /* color: #666; */
  }
 .product-info-block .description p{
   margin-block:0;
   font-size:14px;
   
 }
.subtitle{
  margin-bottom:15px;
}
.product-acc .faq-question{
  font-weight:600;
  text-transform:uppercase;
  border-bottom:1px solid #ccc;
}
.product-acc .faq-question.active{
  border-bottom:none;
}
.product-acc .faq-answer p{
  margin-top:5px;
}
  @media (max-width: 768px) {
    .product-info-blocks {
      /* flex-direction: column; */
      align-items: center;
      gap:10px;
      /* justify-content:space-between; */
    }

    .product-info-block {
      /* width: 100%; */
      padding:5px;
      gap:6px;
    }
  }
.card-information{
  background:#f4f4f4;
}
@media screen and (min-width: 1025px) {
.main-menu.header-item.header-item--side.p-static.label-main-menu {
    max-width: calc((100% - 50px) / 2) !important;
}
}
.popin-button {
  
  background-color: #fff;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* padding: 10px 16px 10px 10px; */
  padding:0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  z-index: 9999;
  margin:10px auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
      width: fit-content;
    display: block;
}
  .button-text-icon-wrapper{
     display: flex;
  align-items: center;
    gap:10px;
  }
.button-text{
 
  /* height:40px; */
}
.popin-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.popin-button .icon-circle {
 background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.popin-button .icon-circle svg{
  width:25px;
  height:25px;
}
.popin-button .button-text {
  white-space: nowrap;
   line-height:2;
  padding:10px 20px 10px 0;
}

.floating-popin-button {
  position: fixed;
  bottom: 12.5rem;
  right:2rem;
 
  background-color: #fff;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* padding: 10px 16px 10px 10px; */
  padding:0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
  .button-text-icon-wrapper{
     display: flex;
  align-items: center;
    gap:10px;
  }
.button-text{
 
  /* height:40px; */
}
.floating-popin-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.floating-popin-button .icon-circle {
 background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.floating-popin-button .icon-circle svg{
  width:25px;
  height:25px;
}
.floating-popin-button .button-text {
  white-space: nowrap;
   line-height:2;
  padding:10px 20px 10px 0;
} 