/** Shopify CDN: Minification failed

Line 128:0 Unexpected "{"
Line 128:1 Expected identifier but found "%"
Line 142:0 Unexpected "{"
Line 142:1 Expected identifier but found "%"

**/

.pdp-desk-mob{
  margin: 0; 
}
.pdp-price{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.pdp-taxes span{
  background-color:#00621A1A;
  padding:6px 29.5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  /* identical to box height, or 16px */
  color: #00621A;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pdp-taxes p{
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #121212;
  letter-spacing: normal;
  margin:5px 0 0;
}
.product-form__input {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  max-width:100%;
  margin: 1px 0 0;
  gap: 30px;
}
.product-form__quantity .form__label{
  /* Quantity */
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.8);
  margin:0;
}
.pdp-back{
  background-color: #234E830A;
  padding: 20px 20px 0 20px;
  margin:0;
}
.two-box-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin:0;
  margin-bottom:50px;
}
.info-box {
  /* max-width: 307px; */
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  /* border: 1px solid #ccc; */
  background-color: #6E43230D;
  justify-content: flex-start;
  align-items: flex-start;
  gap:20px;
}
.info-box svg {
  /* width: 60px;
  height: 60px; */
  /* margin-right: 12px;
  flex-shrink: 0; */
  height: auto;
}
.info-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-box-content p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(110, 67, 35, 0.8);
}
.info-box-content h3 {
  /* Free for orders over €40 */
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6E4323;
  margin:5px 0;
}
.info-box-content h5 {
  margin: 0;
  /* €4 for orders under €40 */
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: capitalize;
  color: rgba(110, 67, 35, 0.6);
}

@media (max-width: 640px) {
  .info-box {
    width: 100%;
  }
  .info-box svg{
    width: 18px;
  }
}
{% if template contains 'product' %}

.page-width {
  /* padding: 0px 20px !important;
  max-width:1380px; */
}
.price--large{
  /* €39.90 EUR */
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 130% !important;
  /* identical to box height */
  color: #234E83 !important;
}
{% endif %}

.accordion-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 107%;
  color: #234E83;
  padding: 20px;
  cursor: pointer;
  background: #234E830A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.acc-svg span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.accordion-content {
  padding: 0 20px ;
  border-top: none;
  background: #234E830A;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.6);
  padding-bottom: 10px;
}

.accordion-content li strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.8);
}

.accordion-content li:last-child {
  padding-bottom: 20px;
}

.accordion-content p {
  margin: 0;
}

.accordion-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion.active .accordion-icon {
  transform: rotate(90deg);
}
.best-sel p{
  /* Best seller */
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  /* or 25px */
  text-transform: uppercase;
  color: #B44927;
  margin:0;
}
.best-sel {
  /* Best seller */
  background-color: #B449271A;
  max-width: fit-content;
  text-align: center;
  padding: 6px 12px;
}

.size-options {
  display: flex;
  gap: 30px;
  margin-top: 0.5rem;
}

.size-box {
  flex: 1;
}

.size-box input[type="radio"] {
  display: none;
}

.box-content {
  width: 100%
  padding: 14px 24px;
  text-align: center;
  cursor: pointer;
  background-color: #234E831A;
  transition: border 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 250g */
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  /* or 22px */
  text-transform: uppercase;
  color: rgba(35, 78, 131, 0.8);  
  margin: 0px !important;
  padding: 14px 24px;
}

.size-box input[type="radio"]:checked + .box-content {
  border-color: #0070cc;
  background-color: #e0f0ff;
  /* 250g */
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  text-transform: uppercase;
  color: rgba(35, 78, 131, 0.8);
  /* border:1px solid #234E83; */
}

.product-form__input--pill input[type=radio]+label{
  display: flex;
  gap: 30px !important;
  
}

.size-head{
  font-family: Roboto;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: normal;
vertical-align: middle;
text-transform: capitalize;
color: #121212CC;
}


.simple-size-selector{
  margin:50px 0;
}
.simple-size-selector p{
  margin-bottom: 10px;
}

.size-box{
     border: 1px solid transparent;
      text-decoration: none;
}


.simple-size-selector .active {
    border-color: #234E83;
    box-shadow: 0 4px 8px #234E8333;
    font-weight: 600;
  
    color: #234E83;
   
}

.simple-size-selector .active .box-content2  {
    color: #234E83;
   
}

.box-content{
   font-size: 16px;
    line-height: 130%;
}
.box-content2{
  font-size: 14px;
    line-height: 130%;
}

.pdp-para h3{
  /* Product from organic farming FR-BIO-01 */
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: capitalize;
  color: #121212;
} 
.pdp-box-head{
  /* about the process */
  margin:0 0 10px;
}
.pdp-box-head p{
  margin:0px;
  /* Shipping Options */
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(18, 18, 18, 0.8);
}
.product__description p{
  margin:10px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  color: rgba(18, 18, 18, 0.6);
}

.pdp-product-card {
  display: flex;
  gap: 20px;
  padding:20px;
  
  /* border: 1px solid #eee;
  border-radius: 8px; */
  align-items: center;
  background: #234E830A;
}

.pdp-product-image img {
  width: 130px;
  height: auto;
  object-fit: cover;
  /* border-radius: 4px; */
  /* padding: 20px 0 20px 20px; */
}
.pdp-product-image {
  height: 130px;
}

.pdp-product-details {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 10px;
  /* padding: 25px 20px 25px 0; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.pdp-product-title {
  margin: 0 0 10px;
  /* 8g spoon */ 
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8);
}

.pdp-price { 
  /* €3.5 ​​EUR */
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #234E83;
  margin:0 ;
}

.pdp-compare-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.pdp-discount {
  background-color: #d4f5d4;
  color: #1a7f37;
  padding: 4px 8px;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4px;
}

.pdp-add-to-cart-btn {
  background: transparent;
  border: 1px solid #234E83;
  color: #234E83;
  padding: 12px 24px;
  border-radius: 50px;
  /* margin-top: 8px; */
  cursor: pointer;
  gap:16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button.pdp-add-to-cart-btn:hover {
  background-color: #234E83;
  color: white;
  transition: all 0.3s ease;
}
.pdp-add-to-cart-btn:hover svg path {
  fill: #ffffff;
}
.dis{
  background-color:#00621A1A;
  
  /* 58% off */
  max-width:72px;
  padding:4px 10px;
  
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #00621A;
  margin: 10px 0 0;
}

.icons-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.icon-box {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 12px;
  box-sizing: border-box;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.icon-box .icon {
  width: 30px;
  height: 30px;
  /* margin-right: 10px; */
  display: flex;
  align-items: center;
}

.icon-box .icon svg {
  /* width: 100%;
  height: 100%; */
}

.icon-box .text {
  /* 100% Organic */
  
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.icon-box.organic {
  background-color: #45732E1A;
  color: #45732E;
}

.icon-box.vegan {
  background-color:#56A89F1A;
  color: #45847D;
}

.icon-box.gluten-free {
  background-color: #E8CBAE33;
  color:#887460;
}


@media screen and (max-width: 749px) {
  .product__main-wrapper {
  display: flex;
  flex-direction: column;
  }
  
  .product__meta-mobile {
  order: -1; /* show above image */
  display: block;
  }
  
  .product__image-wrapper {
  order: 1;
  }
  .icons-row {
  display: flex;
  gap: 15px;
  margin: 0;
  max-width: 100%;
  justify-content: center;
  /* margin-bottom: 30px; */
  }
  .icon-box {
  padding:8px;
  height:auto;
  gap: 10px;
  }
  .icon-box .icon {
  width: 22px;
  }
  .product-form__input{
  gap:10px !important;
  }
  .accordion-content li{
  font-size: 12px;
  line-height: 140%;
  }
  .accordion-content li strong {
  
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  }
  .product-form__quantity .form__label{
  /* Quantity */
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #121212;
  }
  
  
  .mobile-product-description {
  display: block;
  }
  .product__description p{
  /* display: none; */
  }
  .product__title{
  margin: 10px 0 0;
  }
  .pdp-para h3{
  font-weight: 500;
  font-size: 10px;
  }
  .pdp-product-image img {
  padding:0px;
  height:90px;
  width: 115px;
  }
  .pdp-product-image{
  height:90px;
  }
  /* Show only the first title/desc */
  .product__meta-mobile {
  display: block !important;
  }
  
  /* Hide the second title and description */
  /* Adjust these selectors to target the second title/desc correctly */
  .product__title:not(.product__meta-mobile .product__title),
  .description:not(.product__meta-mobile .description),
  .best-sel-desk{
  /* display: none !important; */
  }
  
  .sel-mobile p{
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;  
  }
  .sel-mobile{
  padding:6px 12px;
  max-width: 128px;
  }
  .product__title h1{
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  }
  .mobile-product-description{
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* or 17px */
  margin: 10px 0 30px;
  }
  .icon-box .text{  
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  }
  .pdp-section{
  padding:0 20px 0px 20px !important;
  }
  .price__regular .price-item--regular{
  /* €39.90 EUR */
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  }
  .pdp-taxes span{
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  /* identical to box height */
  }
  .box-content2 .box-content-2{
  /* €15.60 EUR */
  
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  /* or 18px */
  display: flex;
  align-items: center;
  color: rgba(35, 78, 131, 0.8);
  }
  .box-content{
  font-size:14px;
  align-items: center;
  padding: 10px 20px
  } 
  .info-box-content p{  
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  }
  .info-box-content h3{
  
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  }
  .info-box-content h5{
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  }
  .two-box-wrapper{
  flex-direction: column;
  gap:10px;
  margin-bottom:30px;
  }
  .info-box{
  justify-content: flex-start;
  max-width:100%;
  }
  .accordion-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-top:10px;
  }
  .accordion-title svg{
  width:20px;
  height:18px;
  }
  .accordion-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: rgba(18, 18, 18, 0.8);
  }
  .pdp-box-head{
  margin:30px 0 10px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  }
  .pdp-para p{
  /* cane sugar - Quick, natural energy boost */
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  } 

  .size-head {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: normal;
    vertical-align: middle;
    text-transform: capitalize;
    color: #121212CC;
}

  .box-content2 {
    font-size: 10px;
    line-height: 130%;
}
  .size-options {
  display: flex;
  gap: 10px;
  margin-top: 0.5rem;
}

     .product__description p{
            font-size: 12px;
        line-height: 140%;
  }

   .product__info-container{
        margin-top: 40px;
  }
  
}
@media screen and (max-width: 460px) {
  .box-content.active{
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px;
  }
  .box-content{
  padding: 10px;
  }
  .price-box{
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px !important;
  }
  .box-content.active .price-box{
  /* €39.90 EUR */
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px !important;
  }

 
}
@media screen and (max-width: 580px) {
  /* .box-content.active{
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px;
  }
  .box-content{
  padding: 10px;
  }
  .price-box{
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px !important;
  }
  .box-content.active .price-box{
  
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px !important;
  } */
  .pdp-product-card {
  /* flex-direction: column;
  max-width: 200px;
  align-items: center;
  padding:15px;
  gap:15px; */


    max-width: 100%;
        align-items: center;
        padding: 15px;
        gap: 15px;
  }
  .pdp-product-details{
  flex-direction: column;
  gap:15px;
  padding:0;
  align-items: flex-start;
  }
  .pdp-product-title{
  /* 8g spoon */
  font-weight: 600;
  font-size: 12px;
  }
  .pdp-price{
  /* €3.5 ​​EUR */
  
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin:0 ;
  }
  .dis{
  /* 58% off */
  font-weight: 600;
  font-size: 10px;
  max-width: 70px;
  }
  .pdp-add-to-cart-btn{
  /* Add to cart */
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 100%;
  width: 100%;
  gap:10px;
  }
  .pdp-add-to-cart-btn svg{
  width: 12px;
  height: 12px;
  }
}

.like-it p{
/* You may like */
font-weight: 500;
font-size: 16px;
line-height: 130%;
text-transform: capitalize;
color: rgba(18, 18, 18, 0.8);
margin:0 0 10px;
}

@media screen and (min-width: 749px) and (max-width: 870px) {
  .icon-box {
  flex-direction: column ;
  gap: 10px ;
  text-align: center;
  }
  .info-box{
  flex-wrap: wrap;
  }
  .product-form__input{
  flex-wrap: wrap ;
  }
  .box-content{
  flex-direction: column;
  padding: 10px;
  
  }
  .pdp-add-to-cart-btn {
  padding: 10px;
  gap: 5px;
  font-size: 14px;
  }
  .pdp-product-card{
  padding: 15px;
  }
}
@media screen and (min-width: 580px) {
  .for-mobile{
  display:none; 
  }
}
@media screen and (max-width:390px) {
  .pdp-desk-mob{
  flex-direction: column;
  align-items: center;
  }
}
@media screen and (max-width: 580px) {
  .pdp-desk-mob {
  /* display: grid; */
  /* gap: 20px; */
  /* grid-template-columns: 1fr 1fr; */
  justify-content: center;
  margin-top: 10px;
  /* justify-items: center; */
  }
    .unit-price {
    text-align: justify;
}

  .simple-size-selector{
  margin:40px 0;
}
}

@media screen and (min-width: 750px) {
  .product__meta-mobile {
  display: none !important;
  }
  .mobile-product-description {
  display: none;
  margin-top: 10px;
}


}

