/** Shopify CDN: Minification failed

Line 138:0 Expected "}" to go with "{"

**/
#shopify-section-template--18415806971948__collection_list_xCwqAz
  .collection-list.grid {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}

#shopify-section-template--18415806971948__collection_list_xCwqAz
  .collection-list.grid
  li {
  max-width: 90px;
}

#shopify-section-template--18415806971948__collection_list_xCwqAz
  .full-unstyled-link {
  text-align: center;
  font-size: 12px;
}

#product_container .product-form__input--pill input[type=radio]:checked+label{
  color:black;
  background:none;
}

#product_container .pack-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 8px;
  display: inline-block;
  width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
 background:#ffffff
}

#product_container .pack-card-box {
 display: inline-block;
  width: 220px;
}

#product_container .duration-label {
  background: #005c40;
  color: white;
  font-weight: bold;
  padding: 11px 35px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

#product_container .save-tag {
  background: #eefbec;
  color: green;
  font-weight: bold;
  padding: 0px 2px;
  margin-top: 10px;
  font-size:15px;
  border-radius: 5px;
}

#product_container .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
#product_container .pack_of_product {
  font-size: 14px;
  margin-top: 10px;
  color: #7c7777;
}

#product_container .active_variant {
  background: #eefbec;
}

#product_container .active_variant_card {
  border: 3px solid #329734;
}

.hidden-variant-input:checked + .pack-card {
  border-color: #329734; /* highlight */
  background: #f0f8ff;
}
.js .product-form__input input[type="radio"] {
  display: none;
}
  
#product_container .product-form__input--pill input[type=radio]:checked+label{
 border:3px solid #329734 !important;
  background:#eefbec !important;

}
#product_container .product-form__input--pill input[type=radio]:checked+label,
#product_container .product-form__input--pill input[type=radio]+label{
  border-radius:12px !important;
}
#product_container .product-form__input--pill input[type=radio]+label{
  border-radius:0px !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background:#ffffff;
  border-radius:12px !important;
  border:1px solid #a9a3a3 !important
  background:#ffffff !important;
  color:#000000 !important;
}

#product_container {
  display: flex;          
  overflow-x: auto;       
  scroll-behavior: smooth;
  padding: 0.5rem 0;     
  -webkit-overflow-scrolling: touch; 
}

#product_container::-webkit-scrollbar {
  height: 6px;
}
#product_container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

@media screen and (min-width: 750px) {
.product__info-container {
    max-width: 76rem !important;
}

