/** Shopify CDN: Minification failed

Line 213:1 Expected "}" to go with "{"

**/
.details-box .rc-radio__label {
    display: block;
    color: #1E5BD3;
    margin-left: 0;
    padding-left: 1.9375rem;
    font-size: 1.9375rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.details-box .rc-template__legacy-radio .rc-radio__input:checked ~ label::before {
    background-color:  #1E5BD3;
}

.details-box .rc-template__legacy-radio .rc-radio__input ~ label::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #1E5BD3;
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    left: 0;

    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.details-box .rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
    padding-left: 1.9375rem;
    padding-bottom: 0.5rem;
}
.details-box .rc-template__legacy-radio .rc-radio {
    padding: 0.25rem 0;
}

.details-box .rc-template__legacy-radio .rc-radio__input, .rc-template__legacy-radio .rc-radio__label {
    display: block;
}

.details-box .rc-widget .rc-option--active {
    /* color: var(--rc-active-color); */
    background-color: transparent;
}

.details-box .rc-widget .rc-option__text, 
.details-box .rc-widget .rc-option__discount {
    padding-right: 0.25rem;
}

.details-box .rc-widget .rc-option__price {
padding-left: 1.563rem;
}

.details-box .rc-widget label {
    color: #1E5BD3;
}

.details-box .rc-widget label.rc-selling-plans__label {
    font-size: 1.25rem;
}

.details-box .rc_popup .rc_popup_label_wrapper {
    display: flex;
    align-items: center;
    color: #1E5BD3;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}
.details-box .rc_popup .reload-icon {
    height: 1.125rem;
    width: 1.125rem;
    color: inherit;
}
.details-box div.rc_popup {
    padding: 0;
}

.details-box div.rc_popup__hover {
    padding-top: 1rem;
    padding-left: 1.563rem;
    padding-bottom: 0;
}

.details-box .rc-container-wrapper {
margin: 1.563rem 0;
padding-left: 0.563rem;
}
.orders-list .card-item .details-box .save-offer {
  display: none;
}

.hide_subscribe {
  display: block !important;
}

.what-inside .spoon-crisps {
    margin-top: -2.3125rem;
    margin-right: -4.0625rem;
    margin-bottom: -1.3125rem;
    padding-left: 6.6875rem;
    overflow: hidden;
    display: none;
}
.what-inside .spoon-flakes {
    margin-top: -2.5rem;
    margin-left: -4.0625rem;
    padding-right: 6.125rem;
    overflow: hidden;
    display: none;
}
.what-inside [class^=spoon-] span, 
.what-inside [class*=" spoon-"] span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
.what-inside .spoon-crisps span {
    margin-right: -11.25rem;
}
.what-inside .spoon-flakes span {
    margin-left: -10.625rem;
}

.what-inside [class^=spoon-] span img, 
.what-inside [class*=" spoon-"] span img {
    max-height: 100%;
}

#insta-feed {
  margin: -25px auto 0!important;
}
.where-find {
  margin-bottom: 0;
}
.section-title p u:before {
  left: -0.1875rem;
  right: -0.625rem;
}
/* .advantages-section .advantages-list .card-item h3 {
  font-size: 4.5rem;
} */
.advantages-section .advantages-list .col-box .card-item h3:before {
  width: 38vw;
}
.advantages-section .guarantee-box .spoon-img .img-box {
  left: -10%;
}
@media screen and (max-width: 1680px){
  .advantages-section .guarantee-box .label-box {
      width: 240px;
      height: 240px;
      left: 15.4%;
  }
} 
@media screen and (max-width: 1440px){
  .advantages-section .guarantee-box .label-box {
    top: 3.4375rem;
    left: 18.4%;
}
@media screen and (max-width: 1250px){
  .advantages-section .guarantee-box .label-box {
    width: 195px;
    height: 195px;
}
@media screen and (max-width: 1080px){
  .advantages-section .guarantee-box .label-box {
    width: 170px;
    height: 170px;
}
@media screen and (max-width: 991px){
  .advantages-section .guarantee-box .label-box {
    width: 150px;
    height: 150px;
}
@media screen and (max-width: 771px) {
  .what-inside .spoon-crisps,
.what-inside .spoon-flakes {
    display: block;
  }
}

@media screen and (max-width: 770px){
  .page-intro .data-wrap .logo-intro {
    display: block;
  }
  #insta-feed {
  margin: 3px auto 0!important;
  }
  .page-intro .bg-wrap img {
    display: none;
  }
  .page-intro .bg-wrap .mb-img {
    display: block !important;
  }
}