/** Shopify CDN: Minification failed

Line 1115:3 Expected "}" to go with "{"

**/
.product_tag_promote_1 {
  display: flex;
  justify-content: center;
  height: 14.3px;
  margin-top: 8px;
}

.media_container_frequent {
  border-radius: 16px;
}

.card-head-1 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* Checkmark checked */
.checkbox_container input:checked~.checkmark:after {
  /*   border: solid #0071E3; */
  border: solid var(--color-link-dynamic-label);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  transform: rotate(310deg);
  left: 2px;
  top: 2px;
  width: 10px;
  height: 7px;
}

.checkbox_container .frequent-products-checkbox:checked~.label-for-check .selected {
  display: block;
}

.checkbox_container .frequent-products-checkbox:not(:checked)~.label-for-check .selected {
  display: none;
}

.checkbox_container .frequent-products-checkbox:checked~.label-for-check .unselected {
  display: none;
}

/*Checkbox css ends*/

.price__sale {
  margin-top: 4px;
}

.frequent-product-list {
  align-items: center;
  margin: auto;
  list-style: none;
  height: auto;
  margin: 0 16px auto 0;
  width: 24%;
}

.frequent-product-list:last-child {
  margin-right: 0;
}

.price-old-class-1 {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px !important;
  text-align: center;
  letter-spacing: -0.02em;
  color: #7d7d7d !important;
  height: 22px;
  text-decoration: line-through;
}

.card-pro-1 {
  width: 100%;
  background: #fff;
}

/* For Desktop */
@media screen and (min-width: 1200px) {
  .img-reduce {
    padding: 18px;
  }

  /*Checkbox css starts*/
  .price_regular_container {
    display: flex;
    justify-content: center;
  }

  .label-for-check {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.75);
    position: relative;
    left: 12px;
  }

  .checkbox_container {
    display: flex !important;
    align-items: center;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    margin-top: 8px;
  }

  /* Hide the browser's default checkbox */
  .checkbox_container input {
    cursor: pointer;
    display: none;
  }

  /* Checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: -12px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 2px;
    padding: 3px;
  }

  /* Checkmark*/
  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
  }

  /* Checkmark checked */
  .checkbox_container:not(:hover) input:checked~.checkmark:after {
    /*     border: solid #0071E3; */
    border: solid var(--color-link-dynamic-label);
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
    left: 2px;
    top: 2px;
    width: 10px;
    height: 7px;
  }

  /* Checkmark mouse-over */
  .checkbox_container:hover input~.checkmark:after {
    /*     border: solid #D0D0D0; */
    border: solid var(--color-tertiary-dynamic-hover);
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
    left: 2px;
    top: 2px;
    width: 10px;
    height: 7px;
  }

  /*Checkbox css ends*/

  .card-pro-1 {
    height: 280px;
    margin: auto;
  }

  .card__media_1 {
    width: auto;
    height: 280px;
  }

  .card-head-1 {
    width: fit-content;
    max-width: 284px;
    /*     margin-bottom: 0 !important;
    margin: auto; */
    margin: auto auto 0px auto;
    padding-top: 4px;
    height: 44px;
  }

  .button-cart-frequent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 396px !important;
    height: 48px;
    border: none;
    box-sizing: border-box;
    border-radius: 32px;
    border-radius: 32px;
    z-index: 0;
    position: relative;
    top: -54px;
    font-family: var(--font-body-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .price-segment-discount-1 {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: static;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.002px;
    color: #008900;
    margin-left: 3px;
  }

  .price-item-sale-2 {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px !important;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    height: 22px;
  }

  .price-item {
    height: 22px;
  }

  .price-item--sale {
    margin-right: 0 !important;
  }

  .price-segment-discount-div {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }

  .price-segment-discount-div-1 {
    display: flex;
    height: 22px;
    margin-top: 5px;
  }

  .price-vat-1 {
    display: flex;
    justify-content: center;
    color: #00aa00;
    margin-top: 4px;
  }

  .price-vat-2 {
    display: flex !important;
    margin-top: 5px;
    height: 22px;
  }

  .price-item-old-div {
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }

  .price-item-old-1 {
    display: flex;
    justify-content: center;
    margin-top: 3px;
  }

  .price__regular {
    margin-top: 4px;
  }

  .product-list-contain-frequent {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    height: auto;
    background: #f7f7f7;
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 24px 16px 26px;
    width: 1220px;
    max-width: 100%;
    position: relative;
    list-style: none;
  }

  .frequent-product-list .price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    flex-flow: column;
    font-family: var(--font-body-family);
  }

  .frequent-product-list .price--on-sale .price__sale {
    display: flex;
    justify-content: center;
  }

  .card-info-content {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .img-reduce {
    padding: 18px;
  }

  /*Checkbox css starts*/
  .price_regular_container {
    display: flex;
    justify-content: center;
  }

  .label-for-check {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.75);
    position: relative;
    left: 12px;
  }

  .checkbox_container {
    display: flex !important;
    align-items: center;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    top: 5px;
  }

  /* Hide the browser's default checkbox */
  .checkbox_container input {
    cursor: pointer;
    display: none;
  }

  /* Checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: -12px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 2px;
    padding: 3px;
  }

  /* Checkmark*/
  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
  }

  /* Checkmark checked */
  .checkbox_container:not(:hover) input:checked~.checkmark:after {
    /*     border: solid #0071E3; */
    border: solid var(--color-link-dynamic-label);
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
    left: 2px;
    top: 2px;
    width: 10px;
    height: 7px;
  }

  /* Checkmark mouse-over */
  .checkbox_container:hover input~.checkmark:after {
    /*     border: solid #D0D0D0; */
    border: solid var(--color-tertiary-dynamic-hover);
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
    left: 2px;
    top: 2px;
    width: 10px;
    height: 7px;
  }

  /*Checkbox css ends*/

  .card-pro-1 {
    height: 240px;
  }

  .card__media_1 {
    width: auto;
    height: 240px;
  }

  .card-head-1 {
    width: fit-content;
    max-width: 284px;
    /*     margin-bottom: 0 !important;
    margin: auto; */
    margin: auto auto 0px auto;
    padding-top: 4px;
    height: 44px;
  }

  .button-cart-frequent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 396px !important;
    height: 48px;
    border: none;
    box-sizing: border-box;
    border-radius: 32px;
    border-radius: 32px;
    z-index: 0;
    position: relative;
    top: -54px;
    font-family: var(--font-body-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .price-segment-discount-1 {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: static;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.002px;
    color: #008900;
    margin-left: 3px;
  }

  .price-item-sale-2 {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px !important;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    height: 22px;
  }

  .price-item {
    height: 22px;
  }

  .price-item--sale {
    margin-right: 0 !important;
  }

  .price-segment-discount-div {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }

  .price-segment-discount-div-1 {
    display: flex;
    height: 22px;
    margin-top: 5px;
  }

  .price-vat-1 {
    display: flex;
    justify-content: center;
    color: #00aa00;
    margin-top: 4px;
  }

  .price-vat-2 {
    display: flex !important;
    margin-top: 5px;
    height: 22px;
  }

  .price-item-old-div {
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }

  .price-item-old-1 {
    display: flex;
    justify-content: center;
    margin-top: 3px;
  }

  .price__regular {
    margin-top: 4px;
  }

  .product-list-contain-frequent {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    height: auto;
    background: #f7f7f7;
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 24px 16px 26px;
    width: 1220px;
    max-width: 100%;
    position: relative;
    list-style: none;
  }

  .frequent-product-list .price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    flex-flow: column;
    font-family: var(--font-body-family);
  }

  .frequent-product-list .price--on-sale .price__sale {
    display: flex;
    justify-content: center;
  }

  .card-info-content {
    text-align: center;
  }
}

/* For Ipads */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product_tag_promote_1 {
    height: auto;
  }

  .product_tag_promote_1 {
    margin-top: 6px;
  }

  /*Checkbox css starts*/
  .price_regular_container {
    display: flex;
    justify-content: center;
  }

  .label-for-check {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.75);
    position: relative;
    left: 10px;
  }

  .checkbox_container {
    display: flex !important;
    align-items: center;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    margin-top: 8px;
  }

  /* Hide the browser's default checkbox */
  .checkbox_container input {
    cursor: pointer;
    display: none;
  }

  /* Checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: -12px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 2px;
    padding: 3px;
  }

  /* Checkmark*/
  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
  }

  .price-item {
    height: 22px;
  }

  .price-item--sale {
    margin-right: 0 !important;
  }

  .price-segment-discount-div {
    display: flex;
    justify-content: center;
  }

  .price-vat-1 {
    display: flex;
    justify-content: center;
    color: #00aa00;
    margin-top: 4px;
  }

  .price-item-old-div {
    display: flex;
    justify-content: center;
  }

  .price-item-old-1 {
    display: flex;
    justify-content: center;
  }

  .price__regular {
    margin-top: 4px;
  }

  .price-item-sale-2 {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px !important;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    height: 22px;
  }

  .price-segment-discount-1 {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: static;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.002px;
    color: #008900;
    margin-left: 3px;
  }

  .card-pro-1 {
    height: 280px;
    margin: auto;
  }

  .card__media_1 {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  .card-head-1 {
    width: fit-content;
    max-width: 284px;
    /*     margin-bottom: 15px !important;
    margin: auto; */
    margin: auto auto 15px auto;
    position: relative;
    top: 10px;
  }

  .card-wrapper {
    border-radius: 16px !important;
  }

  .price__regular {
    margin-top: 8px;
  }

  .frequent-product-list {
    margin: auto;
  }

  .card__content {
    justify-content: center;
  }

  .frequent-heading {
    margin-bottom: 4rem;
  }

  .price__container {
    position: relative;
    top: 1px !important;
  }

  .button-cart-frequent {
    width: auto;
    height: 48px;
    top: -54px;
    margin: auto;
    padding: 0 40px;
    font-family: var(--font-body-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .card-information {
    position: relative;
    bottom: 5px;
  }

  .product-list-contain-frequent {
    display: block;
    padding: 8px 12px 40px;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #f7f7f7;
    border-radius: 16px;
    width: auto;
    list-style: none;
  }

  .frequent-product-list .price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    flex-flow: column;
    font-family: var(--font-body-family);
  }

  .frequent-product-list .price--on-sale .price__sale {
    display: flex;
    justify-content: center;
  }

  .frequent-product-list {
    margin: 0 auto !important;
    height: auto;
    position: relative;
    width: 100%;
  }

  .card__information {
    position: relative;
  }

  .card-info-content {
    margin-top: 12px;
    text-align: center;
  }
}

/* For mobiles */
@media screen and (max-width: 767px) {
  .product_tag_promote_1 {
    height: auto;
  }

  .product_tag_promote_1 {
    margin-top: 8px;
  }

  .card__information_freq {
    padding-top: 0 !important;
  }

  /*Checkbox css starts*/
  .price_regular_container {
    display: flex;
    justify-content: center;
  }

  .label-for-check {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(18, 18, 18, 0.75);
    position: relative;
    left: 10px;
  }

  .checkbox_container {
    display: flex !important;
    align-items: center;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    margin-top: 8px;
  }

  /* Hide the browser's default checkbox */
  .checkbox_container input {
    cursor: pointer;
    display: none;
  }

  /* Checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: -12px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 2px;
    padding: 3px;
  }

  /* Checkmark*/
  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
  }

  .price-item {
    height: 22px;
  }

  .price-item--sale {
    margin-right: 0 !important;
  }

  .price-segment-discount-div {
    display: flex;
    justify-content: center;
  }

  .price-vat-1 {
    display: flex;
    justify-content: center;
    color: #00aa00;
    margin-top: 4px;
  }

  .price-item-old-div {
    display: flex;
    justify-content: center;
  }

  .price-item-old-1 {
    display: flex;
    justify-content: center;
  }

  .price__regular {
    margin-top: 4px;
  }

  .price-item-sale-2 {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 22px !important;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    height: 22px;
  }

  .price-segment-discount-1 {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: static;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.002px;
    color: #008900;
    margin-left: 3px;
  }

  .card-pro-1 {
    height: 280px;
    margin: auto;
  }

  .card__media_1 {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  .card-head-1 {
    width: fit-content;
    max-width: 284px;
    /*     margin-bottom: 8px !important;
    margin: auto; */
    margin: auto auto 8px auto;
    position: relative;
    padding-top: 8px;
  }

  .card-wrapper {
    border-radius: 16px !important;
  }

  .frequent-product-list {
    margin: auto;
    width: 100%;
  }

  .card__content {
    justify-content: center;
  }

  .frequent-heading {
    margin-bottom: 4rem;
  }

  .price__container {
    position: relative;
    top: 1px !important;
  }

  .button-cart-frequent {
    width: auto;
    height: 52px;
    top: -24px;
    margin: auto;
    margin-bottom: -40px;
    padding: 16px;
    font-family: var(--font-body-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .card-information {
    position: relative;
    bottom: 5px;
  }

  .product-list-contain-frequent {
    display: block;
    padding: 8px 8px 40px 8px;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #f7f7f7;
    border-radius: 16px;
    width: 100%;
    margin: auto;
    list-style: none;
  }

  .frequent-product-list .price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    flex-flow: column;
    font-family: var(--font-body-family);

    .frequent-product-list .price--on-sale .price__sale {
      display: flex;
      justify-content: center;
    }

    .frequent-product-list {
      margin: 0 auto !important;
      height: auto;
      position: relative;
    }

    .card__information {
      position: relative;
    }

    .card-info-content {
      text-align: center;
    }
  }

  @media screen and (max-width: 1023px) {
    .frequent-product-list .card__media_1 .media {
      width: inherit;
    }
  }