@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;

500;600;700?family=Montserrat:wght@400;500;600;700&display=swap);h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.3px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

.p-feature {
  font-size: 16px;
  line-height: 32px;
}

.p-feature-all-screens {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: unset;
}

.p-simple {
  font-size: 14px;
  line-height: 22px;
}

.p-simple-all-screens {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 835px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .p-feature {
    font-size: 18px;
    line-height: 36px;
  }

  .p-simple {
    font-size: 16px;
    line-height: 26px;
  }
}

/*General*/

*,
::after,
::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.sub-page-container {
  position: relative;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.sub-main-content {
  display: block;
}

.sub-main-content a {
  color: #946A24;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  text-underline-offset: 5px;
}

.sub-main-content a:hover {
  color: #25282B;
}

.sub-content {
  display: flex;
  clear: both;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
  max-width: 1480px;
  content: "";
  justify-content: space-between;
  grid-column-gap: 30px;
}

.sub-block {
  flex-grow: 2;
}

.sub-products {
  clear: both;
  padding-bottom: 10em;
}

.sub-product-details {
  text-decoration: underline;
}

.sub-product-details-red {
  color: #F4385B !important;
}

.active {
  display: block;
}

.inactive {
  display: none;
}

.sub-list {
  display: flex;
  margin: 0;
  padding-left: 0;
  width: auto;
  flex-wrap: wrap;
}

.sub-list li.sub-item {
  margin-bottom: 30px;
  padding-top: 38px;
  padding-bottom: 32px;
}

.sub-list li.sub-item .sub-price {
  display: none;
}

.sub-item {
  float: left;
  padding-right: 1em;
  padding-left: 1em;
  width: 25%;
  list-style-type: none;
  flex-wrap: wrap;
}

.sub-image {
  max-width: 380px;
  width: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
}

.sub-details {
  text-align: left;
}

.sub-name,
.premium-sub-name {
  margin: 10px 0;
  color: #25282B;
  text-transform: capitalize;
  letter-spacing: 0.9px;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.sub-description {
  margin-bottom: 30px;
  word-wrap: break-word;
}

.sub-price {
  margin-bottom: 1em;
  color: #7D7D7D;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.sub-summary-block {
  position: sticky;
  top: 30px;
  margin-top: 30px;
  width: 374px;
  height: 100%;
  border-radius: 24px;
  order: 2;
}

.sub-bundle-summary {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sub-top-summary.active + .sub-middle-summary .summary-add-container {
  max-height: calc(100vh - 600px);
}

.summary-add-container {
  overflow-y: auto;
  max-height: calc(100vh - 520px);
}

.summary-add-container .sub-item-block > div:last-of-type {
  display: none;
}

.summary-add-container .summary-list-container {
  display: contents;
}

.summary-add-container .summary-list-container:not(:empty) {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 24px 0 0;
  border-bottom: 1px solid #BEBEBE;
}

.summary-add-container:has(.summary-list-container:not(:empty)) {
  margin-top: 10px;
}

.summary-add-container .sub-item-li {
  margin-bottom: 0;
  padding: 18px 0;
  width: 100%;
}

.summary-add-container .sub-item-li:first-of-type {
  margin-top: -6px;
  padding-top: 0;
}

.summary-add-container .sub-item-details {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  width: 100%;
}

.summary-add-container .sub-image {
  min-width: 50px;
  max-width: 200px;
}

.summary-add-container .sub-name {
  height: auto !important;
}

.summary-add-container .sub-details {
  width: 50%;
  height: auto;
  font-size: 10px;
}

.summary-add-container .sub-qty {
  display: flex;
  margin-top: 10px;
  width: 100%;
  color: #25282B;
  white-space: nowrap;
  letter-spacing: 0.28px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  align-items: center;
  justify-content: flex-end;
}

.summary-add-container .sub-qty span {
  width: 32px;
  text-align: center;
}

.summary-add-container .sub-image {
  max-width: 80px;
  max-height: 70px;
  transform: scale(1.2);
}

.summary-add-container .sub-name,
.summary-add-container .premium-sub-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  justify-content: space-between;
}

.summary-add-container .premium-sub-name .sub-price {
  color: #946A24;
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.summary-add-container .sub-name-block {
  margin-left: 17px;
  text-align: left;
  align-self: center;
}

.sub-price-label {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.sub-before-price {
  overflow: hidden;
  min-width: 60px;
  max-width: 60px;
}

.sub-no-result-block {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.sub-image-block {
  position: relative;
  display: inherit;
  padding: 2px;
  min-width: 80px;
}

.heart-block {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.2em;
  cursor: pointer;
}

.heart-block .heart {
  max-width: 18px;
}

.heart-block .heart svg {
  width: 100%;
  height: auto;
}

.heart-block .heart.fa-heart path {
  fill-rule: nonzero;
}

.heart-block .heart::before {
  content: none;
}

.sub-radio-container {
  display: flex;
  color: #25282B;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
}

.sub-radio-container > input {
  margin-right: 10px;
  width: 1em;
}

.sub-radio-block,
.sub-radio-block-subscription {
  padding: 16px !important;
  border: 1px solid #25282B;
  border-radius: 12px;
  background-color: #FFFFFF;
  letter-spacing: 0.28px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.sub-radio-block .sub-filter-container,
.sub-radio-block-subscription .sub-filter-container {
  transition: height 0.3s ease, opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s, margin 0.3s ease 0.1s;
}

.sub-radio-block *,
.sub-radio-block-subscription * {
  font-family: inherit;
}

.sub-radio-block label,
.sub-radio-block-subscription label {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.sub-radio-block.input-checked,
.sub-radio-block-subscription.input-checked {
  border-width: 2px;
}

.sub-radio-block.input-checked .sub-filter-container,
.sub-radio-block-subscription.input-checked .sub-filter-container {
  visibility: visible;
  margin-top: 14px;
  height: 75px;
  opacity: 1;
}

.sub-radio-block:not(.input-checked) .sub-filter-container,
.sub-radio-block-subscription:not(.input-checked) .sub-filter-container {
  visibility: hidden;
  overflow: hidden;
  margin-top: 0;
  height: 1px;
  opacity: 0;
}

.sub-filter-container .sub-filter {
  position: relative;
  margin-bottom: 0;
}

.sub-filter-container .sub-filter:before,
.sub-filter-container .sub-filter:after {
  position: absolute;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  content: "";
}

.sub-filter-container .sub-filter:before {
  top: 42%;
  z-index: 1;
  border-color: #FFFFFF transparent transparent transparent;
}

.sub-filter-container .sub-filter:after {
  top: 45%;
  border-color: #000000 transparent transparent transparent;
}

.sub-radio-block-subscription {
  text-align: left;
}

.sub-radio-block-subscription small {
  position: relative;
  display: block;
  margin-top: 14px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 14px;
}

.sub-bundle-name {
  margin: 0;
  color: #25282B;
  text-align: center;
  letter-spacing: 0.54px;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

span.name-second-part {
  color: #25282B;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.sub-title-box-flex > span {
  color: #25282B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.8px;
}

.sub-title-box-flex #sub-bundle-price {
  display: none;
}

.desktop-related-products .v-title {
  color: #25282B;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
  text-align: left;
}

.premium-title,
.classic-title,
.sc-premium-title {
  margin: 15px 0 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  height: 45px;
  align-items: center;
}

.premium-name,
.classic-name {
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  margin: 0;
}

input[type=radio] {
  display: grid;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #25282B;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #25282B;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  place-content: center;
}

input[type=radio]::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: inset 1em 1em #D4AD20;
  content: "";
  transition: 120ms transform ease-in-out;
  transform: scale(0);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

/*Button*/

.sub-button-container:not(:last-of-type) {
  margin: 0 0 14px 0;
}

.sub-products .sub-options {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  text-align: center;
  line-height: 1.2;
  -webkit-appearance: none;
}

#addToCartButton {
  height: 3em;
  background-color: #EACE6A;
  color: #25282B;
  letter-spacing: 0.54px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
}

#addToCartButton[disabled] {
  cursor: not-allowed;
}

#addToCartButton [class*=fa]::before {
  content: none;
}

#addToCartButton:not(.disable-button) .add-to-cart-container-span:before {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icon-closed-box-cart.svg");
}

#addToCartButton.disable-button {
  background-color: #CCCCCC !important;
  color: #25282B !important;
}

#addToCartButton.disable-button .add-to-cart-container-span:before {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icon-open-box-cart.svg");
}

#addToCartButton .add-to-cart-container-span:before {
  display: inline-block;
  margin-right: 6px;
  height: 22px;
  background-size: 12px;
  vertical-align: text-bottom;
}

#addToCartButton .add-to-cart-container-span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#addToCartButton .add-to-cart-container-span span {
  text-transform: capitalize;
}

#addToCartButton .fa-spinner {
  margin-left: 10px;
  width: 18px;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

#addToCartButton .fa-spinner svg {
  width: 100%;
  height: auto;
}

.sub-button {
  clear: both;
  padding: 10px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 2px;
  color: #25282B;
  cursor: pointer;
}

.sub-button2 {
  clear: both;
  margin-bottom: 1em;
  padding: 16px;
  max-width: 310px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 4px;
  background-color: #25282B;
  cursor: pointer;
}

.sub-button2 span {
  color: #FFFFFF;
  letter-spacing: 0.54px;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
}

.disable-button {
  background-color: #D6DADD !important;
  color: #7A7A7A !important;
  cursor: default !important;
}

.sub-qty {
  display: flex;
}

.sub-products .sub-qty-increase {
  margin-left: -5px;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}

.sub-products .sub-qty-decrease {
  margin-right: -5px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.sub-products .sub-qty-increase,
.sub-products .sub-qty-decrease {
  display: flex;
  min-width: min(33%, 50px);
  height: 40px;
  background: #25282B;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: none;
}

.premium-qty {
  background: #F4385B;
}

.btn-transparent {
  background-color: transparent;
  border: none;
}

/*Sticky Panel*/

.sub-scroll-up-button {
  position: fixed;
  bottom: 20px;
  left: 19px;
  z-index: 900;
  display: none;
  padding: 5px;
  border: 0.5px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0.5px 5px #AAAAAA;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.sub-scroll-up-button svg {
  width: 50px;
  border-radius: 50%;
  background-color: #BE9653;
}

.fa-arrow-circle-up {
  color: #BE9653;
  font-size: 4em;
}

/*Filters*/

.sub-filter {
  display: flex;
  margin: 0 10px 30px;
  flex-wrap: nowrap;
  align-items: center;
}

.sub-select {
  display: inline-block;
  padding: 9px 13px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3D4246;
  border-radius: 0;
  color: #333333;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
.disclosure__toggle {
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

select:focus-visible,
.disclosure__toggle:focus-visible {
  outline: 2px solid #444444;
  box-shadow: 0 0 0 2px #444444;
}

.favorite-sub-select {
  margin: 0 20px;
  padding: 9px;
  max-width: 150px;
  width: 100%;
  border-bottom: 1px solid #3D4246;
  color: #111111;
}

.search {
  position: relative;
  flex-grow: 100;
  flex-basis: 20%;
}

.search .search-icon {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 20px;
}

.search .search-icon svg {
  width: 100%;
  height: auto;
}

i.fa.fa-search {
  position: absolute;
  top: 11px;
  left: 12px;
}

.searchBar {
  padding: 5px 5px 5px 3em;
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 12px;
  background: #EEEEEE;
  color: #4D4D4D;
  text-align: left;
}

.searchBar:focus {
  color: #25282B;
}

.filter-favorite-block {
  display: none;
  max-width: 150px;
}

.filter-favorite {
  float: right;
  margin-top: 5px;
}

.selling-plan-select {
  z-index: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.sub-item-search {
  clear: none !important;
}

.sub-filter-select {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="17" viewBox="0 0 14 17" fill="none" xmlns="http://www.w3.org/2000/svg">  <path fill-rule="evenodd" clip-rule="evenodd" d="M1.99999 6.49975C2.25599 6.49975 2.51199 6.59775 2.70699 6.79275L6.99999 11.0858L11.293 6.79275C11.684 6.40175 12.316 6.40175 12.707 6.79275C13.098 7.18375 13.098 7.81575 12.707 8.20675L7.70699 13.2068C7.31599 13.5978 6.68399 13.5978 6.29299 13.2068L1.29299 8.20675C0.901994 7.81575 0.901994 7.18375 1.29299 6.79275C1.48799 6.59775 1.74399 6.49975 1.99999 6.49975Z" fill="black"/>  </svg>');
  background-position: right;
  background-size: 11px auto, 100%;
  background-repeat: no-repeat, repeat;
  font-size: 14px;
  line-height: 17px;
  flex-basis: 17%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.mobile-filters-block {
  display: none;
}

.mobile-filters-block.sub-button-container {
  margin-top: 24px;
}

.mobile-filter-close {
  display: none;
}

/*Modal*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(1.1);
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  background-color: white;
  transform: translate(-50%, -50%);
}

.close-button {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 2em;
  line-height: 1.5rem;
  cursor: pointer;
}

.show-modal {
  z-index: 999;
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
  transform: scale(1);
}

.lightbox-modal .modal-content {
  display: flex;
  flex-direction: row;
  padding: 3rem 2.5rem;
}

.lightbox-modal .lightbox-close-button {
  width: auto;
  text-align: right;
  font-size: 2em;
  line-height: 1.5rem;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: unset;
  background: unset;
}

.lightbox-modal .modal-details {
  margin-top: 2em;
  margin-left: 4em;
  width: 28em;
}

.lightbox-modal .modal-subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.sub-button-container.mobile-apply-container {
  display: none;
}

.sub-sold-out-wrapper {
  color: #444444;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 40px;
}

.mobile-add-to-cart-container {
  display: none;
}

.sub-title-box {
  margin-bottom: 20px;
}

.sub-price-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sub-price-box .sub-bundle-price {
  display: flex;
  padding-left: 25px;
  text-align: left;
  line-height: 27px;
}

.sub-before-price > .money {
  color: #999999;
  text-decoration: line-through;
}

span.subscribe-discount {
  margin-left: 5px;
  padding: 2px 10px;
  border-radius: 40px;
  background: #D4AD20;
  color: #25282B;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
}

.savory-center-section,
.classic-section,
.premium-section {
  padding: 32px 32px 0;
}

body.modal-open {
  overflow: hidden;
}

.sc-premium-list {
  align-items: self-end;
}

.sc-premium-list .sub-price {
  display: none;
}

.sc-price {
  margin: 8px 0 0;
  color: #000000;
  letter-spacing: 0.42px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}

.sub-products {
  padding: 0 0 48px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.sub-products .sub-item-block {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.sc-premium-title {
  background: rgba(148, 106, 36, 0.1);
}

.classic-title {
  background: #F4F2F2;
}

.premium-title {
  background: rgba(115, 157, 147, 0.2);
}

.premium-price {
  color: #25282B;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.summary-list-container .premium-sub-name,
.summary-list-container .sub-name {
  margin-top: 0;
}

.summary-list-container .sub-item-li:nth-child(n+2) {
  border-top: 1px solid #BEBEBE;
}

.summary-list-container .sub-qty-increase-side,
.summary-list-container .sub-qty-decrease-side {
  display: block !important;
  width: 20px;
  cursor: pointer;
}

.summary-list-container .sub-qty-increase-side.disable,
.summary-list-container .sub-qty-decrease-side.disable {
  opacity: 0.3;
  cursor: default;
}

.summary-list-container .sub-qty-increase-side {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icon-plus.svg");
}

.summary-list-container .sub-qty-decrease-side {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icon-minus.svg");
}

.sub-item-block {
  position: relative;
}

.sub-product-badge {
  position: absolute;
  top: -45px;
  left: 10px;
  z-index: 1;
  padding: 10px 16px;
  border-radius: 25px;
  background-color: #D5D5D5;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.summary-list-container .sub-product-badge {
  display: none;
}

.sub-bundle-sub-title {
  color: #25282B;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 18px;
}

.sub-bundle-link-text {
  cursor: pointer;
}

.sub-button-container {
  padding-top: 24px;
}

.sub-filter-block > label {
  display: none;
}

/* Toast */

.toasts-section {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  margin: auto;
  padding: 16px 10px;
  max-width: 768px;
}

.toasts-section > div {
  position: relative;
  bottom: 50px;
  z-index: 1;
  display: flex !important;
  visibility: hidden;
  margin: 0 auto 8px;
  padding: 14px 11px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  border-radius: 4px;
  background-color: #25282B;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.12);
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0.28px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
  align-items: flex-start;
  grid-column-gap: 8px;
}

.toasts-section > div span {
  margin-top: 1px;
}

.toasts-section > div .toast {
  vertical-align: text-top;
}

.toasts-section > div .toast-icon {
  width: 20px;
  height: 20px;
}

.toasts-section > div.info .toast-icon {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icons-toast-info.svg");
}

.toasts-section > div.success .toast-icon {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icons-toast-success.svg");
}

.toasts-section > div.warning .toast-icon {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icons-toast-warning.svg");
}

.toasts-section > div .toast-close {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icons-toast-closed.svg");
  cursor: pointer;
}

.toasts-section > div.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.toasts-section strong {
  display: contents;
}

.toasts-section a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
  }

  to {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
  }

  to {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.sub-action {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  justify-content: space-between;
}

.sub-delete {
  content: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/17/assets/icon-trash.svg");
  cursor: pointer;
}

.shopify-section.section-header {
  margin-bottom: 0;
}

.sub-sidebar-trigger {
  display: none;
}

.mobile-sub-summary {
  display: none;
}

.mobile-title {
  color: #25282B;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.3px;
}

@media (min-width: 835px) {
  .mobile-title {
    font-size: 30px;
    line-height: 40px;
  }
}

#dummy-chat-button-iframe,
#ShopifyChat,
#shopify-chat {
  display: none;
}

.fotorama__nav__frame .fotorama__img {
  pointer-events: none;
}

.sub-middle-summary {
  border-top: 1px solid #BBC1C7;
  margin-top: 20px;
}

.fotorama__arr {
  opacity: 1 !important;
  transform: unset !important;
}

.fotorama__arr:focus::after {
  border: 2px solid #25282b;
  border-radius: 2px !important;
  background-color: unset !important;
}

.fotorama__nav__frame--thumb:focus ::after {
  border: 2px solid #25282b;
  border-radius: 2px !important;
  background-color: unset !important;
}

.fotorama__thumb-border {
  border-color: #25282b;
}

/* ----- Start Pack Size ----- */

.mobile-related-products .sub-change-pack-size {
  padding-top: 20px;
  margin: 0 20px;
}

.mobile-related-products .alert-change-size {
  margin: 0 20px 10px;
}

.pack-size-options {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}

.pack-size-option {
  align-items: center;
  border: 1px solid #25282B;
  border-left: none;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pack-size-option label,
.pack-size-option input {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
}

.pack-size-option:first-of-type {
  border-bottom-left-radius: 8px;
  border-left: 1px solid #25282B;
  border-top-left-radius: 8px;
}

.pack-size-option:last-of-type {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.pack-size-option input {
  opacity: 0.01;
  z-index: 2;
}

.pack-size-option input:checked + label {
  background: #25282B;
  color: #FFFFFF;
}

.pack-size-option .count-pack-size {
  align-items: center;
  color: #25282B;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 22px;
  letter-spacing: 0.14px;
  z-index: 1;
}

.rotate90 svg {
  transform: rotate(90deg);
}

.sub-top-summary .sub-purchase-section {
  margin-top: 20px;
  border-top: 1px solid #BBC1C7;
  padding-top: 20px;
}

#sub-bundle-edit,
#mobile-sub-bundle-edit {
  text-decoration: underline;
}

.alert-change-size {
  align-items: flex-start;
  border-radius: 4px;
  color: #25282B;
  display: none;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  text-align: left;
}

.alert-change-size p {
  color: #25282B;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 22px;
}

.alert-change-size.gold {
  background-color: #FEF8E7;
}

.alert-change-size.gold .pack-extra-text {
  display: none;
}

.alert-change-size.gold,
.alert-change-size.warning {
  display: flex;
  margin-bottom: 20px;
}

.alert-change-size svg {
  display: block;
}

.alert-change-size .extra-message {
  display: none;
}

.alert-change-size .premium-message {
  display: none;
}

.alert-change-size #more,
.alert-change-size #more:focus,
.alert-change-size #more:visited {
  color: #946A24;
}

.alert-change-size button {
  background-color: transparent;
  border: none;
}

.alert-change-size .icon-close::after {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.89624 5.40385L15.0886 14.5962M5.89624 14.5962L15.0886 5.40381' stroke='%2325282B' stroke-linecap='round'/%3E%3Cpath d='M5.89624 5.40385L15.0886 14.5962M5.89624 14.5962L15.0886 5.40381' stroke='black' stroke-opacity='0.2' stroke-linecap='round'/%3E%3Cpath d='M5.89624 5.40385L15.0886 14.5962M5.89624 14.5962L15.0886 5.40381' stroke='black' stroke-opacity='0.2' stroke-linecap='round'/%3E%3Cpath d='M5.89624 5.40385L15.0886 14.5962M5.89624 14.5962L15.0886 5.40381' stroke='black' stroke-opacity='0.2' stroke-linecap='round'/%3E%3C/svg%3E");
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
}

.alert-change-size.warning {
  background-color: #FFF6F4;
}

.alert-change-size.warning .pack-complete {
  display: none;
}

/* ----- End Pack Size ----- */

.premium-ad {
  display: none;
}

/*Mobile*/

@media (max-width: 375px) {
  .sub-products .sub-qty-increase,
  .sub-products .sub-qty-decrease {
    padding: 8px 12px;
  }

  .sub-summary-block .sub-top-summary {
    padding: 0 8px;
  }

  .sub-block .mobile-filters-block.sub-button-container {
    padding: 0 8px 10px;
  }

  .sub-radio-block,
  .sub-radio-block-subscription {
    padding: 12px !important;
  }

  .sub-price-box .sub-bundle-price {
    margin-left: 8px;
  }

  .hide-mobile {
    display: none;
  }

  .sub-title-box-flex {
    margin: 0 20px;
  }
}

@media (max-width: 400px) {
  .summary-add-container .premium-sub-name {
    white-space: initial;
  }

  .summary-add-container .sub-name-block {
    min-width: initial;
    max-width: initial;
    flex-grow: 1;
  }
}

@media (max-width: 1024px) {
  .desktop-sub-filter-wrapper {
    display: none;
  }

  .sub-item {
    width: 50%;
  }

  .sub-filter-select.filter-favorite-block .favorite-sub-select {
    margin: 0;
    padding-right: 0;
  }

  .sub-filter-select.filter-favorite-block .filter-favorite {
    margin-right: 0;
  }

  .premium-title,
  .classic-title,
  .sc-premium-title {
    flex-direction: column;
    height: 67px;
    grid-gap: 0;
  }
}

@media (max-width: 834px) {
  body.sub-drawer-open {
    overflow: hidden;
  }

  .sub-name,
  .premium-sub-name {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
  }

  .sub-content {
    flex-direction: column-reverse;
    font-size: 14px;
  }

  .main-content {
    padding-top: 0;
  }

  .sub-main-content {
    width: 100%;
  }

  .sub-block {
    margin-top: 24px;
    width: 100%;
  }

  .mobile-filters-block.sub-button-container {
    margin-top: 0;
    padding-top: 0;
  }

  .sub-item {
    margin-bottom: 0 !important;
    padding: 0 12px;
    width: 50%;
  }

  .sub-product-details {
    font-size: 14px;
  }

  .selling-plan-select {
    max-width: none;
    font-weight: 500;
    font-size: 14px;
  }

  .modal-open {
    overflow: hidden;
  }

  .modal-open .main-content,
  .modal-open .sub-main-content {
    overflow: hidden;
    max-height: 100vh;
  }

  .modal-content {
    top: 50%;
    width: 85%;
    font-size: 14px;
  }

  .modal-content > .sub-button-container {
    margin: 0;
    width: 100%;
  }

  .close-button {
    line-height: 2.5rem;
  }

  div.sub-products {
    margin-left: 0;
    padding: 0 0 1em;
  }

  .sub-summary-block {
    position: relative;
    top: 0;
    margin-left: 0;
    width: 100%;
  }

  .sub-filter-select,
  .favorite-sub-select {
    margin-left: 0;
    padding-left: 0;
    max-width: none;
    width: 80%;
    outline: none;
    border-bottom: 1px solid #3D4246;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    flex-basis: auto;
  }

  .favorite-sub-select {
    margin: 0;
  }

  .lightbox-modal .modal-content {
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem 1.5rem;
    max-height: calc(100% - 4rem);
    height: auto;
  }

  .img.fotorama__img {
    max-width: 200px !important;
    max-height: 200px !important;
  }

  .lightbox-modal .modal-details {
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }

  .lightbox-modal .lightbox-close-button {
    position: absolute;
    float: right;
    width: 80%;
  }

  .sub-scroll-up-button {
    display: none !important;
  }

  .heart-block {
    top: 0;
    right: 0;
    display: block !important;
  }

  .sub-bundle-summary {
    font-size: 16px;
  }

  .sub-radio-container {
    padding: 0;
  }

  .mobile-filters-block {
    display: flex;
    padding: 0 30px;
  }

  .mobile-filters-container {
    padding: 11px 22px;
    width: 100%;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-filters-text {
    float: left;
  }

  .mobile-filters-plus {
    float: right;
    font-size: 18px;
  }

  .mobile-filters-close {
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    font-family: auto;
  }

  .search {
    display: none;
  }

  .sub-filter-block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 910;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    min-width: 100%;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    transition: 0.5s;
  }

  .mobile-filter-close {
    display: block;
    margin-bottom: 2em;
    padding-top: 2em;
    width: 75%;
  }

  .mobile-filter-close > .mobile-filters-text {
    float: initial;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-top: 35px;
  }

  .mobile-filter-close > .mobile-filters-plus {
    margin-top: 5px;
    background-color: transparent;
    width: -moz-max-content;
    width: max-content;
    border: none;
  }

  .mobile-filter-close #apply-filter-button:focus-visible {
    outline: 2px solid #444444;
    box-shadow: 0 0 0 2px #444444;
    border: 2px solid #FFFFFF;
  }

  .add-to-cart-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: none !important;
    background: #FFFFFF;
    font-weight: 700;
  }

  .add-to-cart-container .sub-button {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .sub-sidebar-trigger {
    display: flex;
    padding: 6px 8px;
    background-color: #25282B;
    color: #FFFFFF;
    letter-spacing: 0.14px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    line-height: 22px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
  }

  .sub-sidebar-trigger__open {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }

  .sub-sidebar-trigger__open.inactive {
    display: none;
  }

  .sub-sidebar-trigger--left {
    display: flex;
    align-items: center;
  }

  .sub-sidebar-trigger .mobile-sub-summary__sub-price {
    display: none;
  }

  .sub-sidebar-trigger.sub-checked .mobile-sub-summary__sub-price {
    display: initial;
  }

  .sub-sidebar-trigger.sub-checked .mobile-sub-summary__onetime-price {
    letter-spacing: 0.48px;
    font-size: 16px;
    opacity: 0.5;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
  }

  .mobile-sub-summary {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 10;
    display: block;
    padding-bottom: 68px;
    width: 100%;
    height: 0;
    -webkit-animation: slidedown 0.5s;
    animation: slidedown 0.5s;
    /* Collapsible section */
  }

  .mobile-sub-summary.active {
    top: 0;
    display: block;
    height: 100%;
    -webkit-animation: slideup 0.5s;
    animation: slideup 0.5s;
  }

  .mobile-sub-summary.active .sub-sidebar-trigger--right {
    display: none;
  }

  .mobile-sub-summary__wrapper {
    height: 100%;
    background: white;
  }

  .mobile-sub-summary__overlay {
    display: block !important;
    height: 90px;
    background-color: #25282B;
    opacity: 0.6;
  }

  .mobile-sub-summary__header {
    margin: 10px 20px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #BEBEBE;
    color: #000000;
    text-align: left;
  }

  .mobile-sub-summary__header-title {
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }

  .mobile-sub-summary__header .sub-change-pack-size {
    margin: 0;
  }

  .mobile-sub-summary__heading {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
  }

  .mobile-sub-summary__heading b {
    margin-top: 5px;
    display: block;
  }

  .mobile-sub-summary__text {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    line-height: 27px;
  }

  .mobile-sub-summary__empty {
    display: none;
    padding-top: 50px;
    text-align: center;
    transition: opacity 0.3s ease;
  }

  .mobile-sub-summary__empty.active {
    display: block;
  }

  .mobile-sub-summary__empty:hover {
    opacity: 0.9;
  }

  .mobile-sub-summary__empty-heading {
    margin: 0 auto;
    max-width: 180px;
    letter-spacing: 0.66px;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    display: block;
    font-family: "Montserrat", sans-serif;
  }

  .mobile-sub-summary__empty-icon {
    text-align: center;
  }

  .mobile-sub-summary__empty-icon svg {
    margin: 10px;
  }

  .mobile-sub-summary__empty-button {
    padding: 20px 16px;
    min-width: 254px;
    border: unset;
    border-radius: 4px;
    background-color: #25282B;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
  }

  .mobile-sub-summary__empty.active + .mobile-sub-summary__collapsible {
    display: none;
  }

  .mobile-sub-summary__scrollable-wrapper {
    overflow-y: auto;
    max-height: calc(100% - 200px);
  }

  .mobile-sub-summary__collapsible {
    margin: 20px;
    border: 1px solid #25282B;
    border-radius: 12px;
    background-color: #F8F9F9;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .mobile-sub-summary__collapsible[open] .mobile-sub-summary__collapsible-header {
    border-bottom: 1px solid #25282B;
  }

  .mobile-sub-summary__collapsible[open] .mobile-builder-title > svg {
    transform: rotate(-180deg);
  }

  .mobile-sub-summary__collapsible * {
    transition: 0.5s;
  }

  .mobile-sub-summary__collapsible-header {
    display: flex;
    padding: 12px 20px;
    cursor: pointer;
    align-items: center;
    grid-column-gap: 12px;
  }

  .mobile-sub-summary__collapsible-header::-webkit-details-marker {
    display: none;
  }

  .mobile-sub-summary__collapsible-header > img {
    max-width: 60px;
    height: auto;
  }

  .mobile-sub-summary__collapsible-header .mobile-builder-title {
    display: flex;
    margin: 0;
    align-items: center;
    grid-column-gap: 10px;
    justify-content: space-between;
    flex-grow: 2;
  }

  .mobile-sub-summary__collapsible-header .mobile-builder-title span {
    letter-spacing: 0.14px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
  }

  .mobile-sub-summary__content-header {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: 20px 20px 10px;
  }

  .mobile-sub-summary__content .sub-change-pack-size {
    border-top: 1px solid #BBC1C7;
  }

  .mobile-sub-summary__content .sub-name-block {
    align-self: center;
  }

  .mobile-sub-summary__content .summary-list-container:not(:empty) {
    padding-top: 20px;
  }

  .mobile-sub-summary__purchase,
  .mobile-sub-summary__shipping-disclaimer {
    margin: 20px;
    text-align: center;
  }

  .mobile-sub-summary__purchase h5 {
    margin: 20px 0;
  }

  .mobile-sub-summary__shipping-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 5px;
  }

  .mobile-sub-summary__shipping-disclaimer span {
    color: #25282B;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
  }

  .mobile-sub-summary__footer {
    margin: 20px;
  }

  .mobile-sub-summary__footer a {
    color: #946A24;
    text-decoration: underline;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: normal;
  }

  .active + .mobile-sub-summary__scrollable-wrapper {
    max-height: calc(100% - 315px);
  }

  .active.popup-active + .mobile-sub-summary__scrollable-wrapper {
    max-height: calc(100% - 380px);
  }

  .mobile-related-products .v-title {
    color: #25282B;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .mobile-sub-summary__header .mobile-related-products .alert-change-size.gold,
  .mobile-sub-summary__header .mobile-related-products .alert-change-size.warning {
    margin: 10px 0 -10px;
  }

  .mobile-sub-summary__products {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    width: 100%;
  }

  .mobile-sub-summary__products .summary-add-container {
    box-sizing: border-box;
    font-size: 14px !important;
  }

  .mobile-sub-summary__products .sub-price-box {
    text-align: center;
  }

  .mobile-sub-summary__products .summary-add-container {
    margin-top: 1em;
    padding: 0 10px;
  }

  .mobile-sub-summary__products .summary-add-container .sub-image {
    max-width: 67px;
  }

  .mobile-sub-summary__products .summary-add-container .sub-name-block {
    margin-left: 5px;
  }

  .mobile-sub-summary__wrapper {
    position: relative;
  }

  .mobile-sub-summary__footer.se,
  .mobile-sub-summary__footer.seg {
    position: absolute;
    bottom: 85px;
  }

  .sub-bundle-name,
  .sub-bundle-sub-title.se {
    margin-top: 8px;
  }

  .mobile-add-to-cart-container {
    display: block;
    margin: 0 20px;
    padding: 30px 0 0;
    font-weight: 700;
  }

  select.sub-filter-select {
    background-image: url("https://cdn.shopify.com/s/files/1/0322/0743/7869/t/6/assets/iconmonstr-plus-2.svg");
    background-position-x: right;
    background-position-y: center;
    background-size: 12px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
  }

  .sub-button-container.mobile-apply-container {
    position: absolute;
    bottom: 1em;
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .sub-button-container.sub-radio-block-subscription,
  .sub-button-container.sub-radio-block {
    padding: 16px 0;
  }

  .sub-button-container .sub-bundle-price {
    margin-left: 16px;
  }

  .summary-add-container .sub-item-li {
    margin-top: 0;
    padding: 20px 0;
  }

  .summary-add-container .sub-image-block {
    margin-top: 0;
    padding-top: 0;
  }

  .summary-add-container .sub-item-details {
    padding: 0;
  }

  .summary-add-container .sub-image-block {
    width: 80px;
  }

  .sub-image-block {
    margin-top: 10px;
    padding-top: 20px;
  }

  .sub-product-badge {
    top: -20px;
    left: 0;
  }

  .summary-list-container .sub-product-badge {
    display: none;
  }

  .sub-radio-block-subscription label {
    display: flex;
    width: 100%;
    white-space: nowrap;
  }

  .sub-radio-block-subscription .sub-bundle-price {
    display: inherit;
    white-space: nowrap;
  }

  .sub-radio-block-subscription .sub-total-price {
    min-width: initial;
    max-width: initial;
  }

  .savory-center-section,
  .classic-section,
  .premium-section {
    margin: 0;
    padding: 0;
  }

  .premium-title,
  .classic-title,
  .sc-premium-title,
  .classic-section {
    margin-top: 24px;
    margin-bottom: 28px;
  }

  .sc-premium-list,
  .sub-list {
    padding-bottom: 70px;
    justify-content: space-between;
  }

  .toasts-section {
    bottom: 105px;
  }

  .toasts-section > div {
    bottom: 0;
    margin-bottom: 0;
  }

  .sub-drawer-open .toasts-section {
    bottom: 55px;
  }

@-webkit-keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
}

@keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
      bottom: 0;
      opacity: 1;
      visibility: visible;
    }

    to {
      bottom: -50px;
      opacity: 0;
      visibility: hidden;
    }
}

@keyframes fadeout {
    from {
      bottom: 0;
      opacity: 1;
      visibility: visible;
    }

    to {
      bottom: -60px;
      opacity: 0;
      visibility: hidden;
    }
}

@-webkit-keyframes slideup {
    from {
      height: 0;
      opacity: 0;
      top: auto;
    }

    to {
      height: 100%;
      opacity: 1;
      top: 0;
    }
}

@keyframes slideup {
    from {
      height: 0;
      opacity: 0;
      top: auto;
    }

    to {
      height: 100%;
      opacity: 1;
      top: 0;
    }
}

@-webkit-keyframes slidedown {
    from {
      height: 100%;
      opacity: 1;
      top: 0;
    }

    to {
      height: 0;
      opacity: 0;
      top: auto;
    }
}

@keyframes slidedown {
    from {
      height: 100%;
      opacity: 1;
      top: 0;
    }

    to {
      height: 0;
      opacity: 0;
      top: auto;
    }
}

  .sub-page-container {
    margin: 0;
  }

  .sub-filter {
    margin: 0;
  }

  .sub-price-box .sub-bundle-price {
    margin-left: 14px;
    padding: 0;
  }

  .summary-add-container {
    max-height: 100%;
  }

  .sub-bundle-sub-title.hide-mobile {
    display: none;
  }

  #sub-bundle-edit {
    display: none;
  }

  .sub-title-box:not(.visually-hidden) {
    display: none;
  }

  .sub-title-box.visually-hidden {
    position: initial !important;
    overflow: initial;
    width: initial;
    height: initial;
    margin: initial;
    padding: initial;
    border: initial;
    clip: initial;
    word-wrap: initial !important;
    text-align: center;
  }
}

@media (min-width: 835px) and (max-width: 1024px) {
  .sub-select,
  .favorite-sub-select {
    max-width: 100px;
  }

  .selling-plan-select {
    max-width: initial;
  }

  .search {
    display: none;
  }

  .search-tablet {
    display: block;
  }

  .mobile-filters-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .mobile-filters-block.sub-button-container {
    margin-bottom: 24px;
  }

  .mobile-filters-block .mobile-filters-container {
    padding: 7px 16px !important;
    border: 1px solid #D8D8D8;
    border-radius: 40px;
  }

  select.sub-filter-select {
    background-image: url(https://cdn.shopify.com/s/files/1/0322/0743/7869/t/6/assets/iconmonstr-plus-2.svg);
    background-position-x: right;
    background-position-y: center;
    background-size: 12px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
  }

  .sub-filter-select,
  .favorite-sub-select {
    margin-left: 0;
    padding-left: 0;
    max-width: none;
    width: 80%;
    outline: none;
    border-bottom: 1px solid #3D4246;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    flex-basis: auto;
  }

  .sub-filter-block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 910;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    min-width: 100%;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    transition: 0.5s;
  }

  .sub-filter {
    margin: 0;
  }

  .sub-button-container.mobile-apply-container {
    position: absolute;
    bottom: 1em;
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .mobile-filter-close {
    display: block;
    margin-bottom: 2em;
    padding-top: 2em;
    width: 75%;
  }

  .mobile-filter-close > .mobile-filters-plus {
    margin-top: 5px;
    background-color: transparent;
    width: -moz-max-content;
    width: max-content;
    border: none;
  }

  #apply-filter-button:focus-visible {
    outline: 2px solid #444444;
    box-shadow: 0 0 0 2px #444444;
    border: 2px solid #FFFFFF;
  }

  .mobile-filters-close {
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    font-family: auto;
  }

  .mobile-filters-plus {
    float: right;
    font-size: 18px;
  }

  .mobile-filter-close > .mobile-filters-text {
    float: initial;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
  }

  .mobile-filters-text {
    float: left;
  }
}

/*Desktop*/

@media (min-width: 835px) {
  .sub-title-box.visually-hidden .sub-title-box-flex {
    display: none;
  }

  .modal-info {
    overflow-y: auto;
    max-height: 70vh;
  }

  .sub-radio-block-subscription label .sub-bundle-price {
    display: none;
  }

  .sub-button-container.add-to-cart-container {
    position: sticky;
    bottom: 0;
    z-index: 1;
    margin: 24px 0;
    padding: 0;
    background-color: #FFFFFF;
  }

  .sub-bundle-sub-title.hide-desktop {
    display: none;
  }

  .sub-title-box-flex {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
  }

  .sub-title-box-flex .sub-bundle-name {
    text-align: left;
  }

  .sub-title-box-flex #sub-bundle-price {
    display: initial;
  }

  .summary-list-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 835px) and (max-width: 1025px) {
  .savory-center-section,
  .classic-section,
  .premium-section {
    padding: 32px 0;
  }

  .sc-premium-list {
    align-items: initial;
  }

  .sub-content {
    grid-column-gap: 24px;
  }

  .summary-add-container .sub-name-block {
    min-width: 100px;
  }
}

@media (min-width: 1025px) {
  .sub-filter {
    display: flex;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 24px;
  }

  .summary-add-container .sub-name-block {
    min-width: 150px;
    max-width: 150px;
  }

  .sub-summary-block {
    min-width: 374px;
  }

  .desktop-sub-filter-wrapper {
    position: sticky;
    top: 0;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 5px;
    max-width: 1040px;
    width: 100%;
    background: #FFFFFF;
    transition: top 0.2s;
  }

  .desktop-sub-filter-wrapper .sub-filter-block {
    height: auto !important;
  }

  li.premium-ad {
    font-family: "Inter", sans-serif;
    float: left;
    padding: 30px;
    width: 50%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
  }

  li.premium-ad p {
    font-weight: 600;
    letter-spacing: 0.48px;
    margin: 5px 0;
  }

  li.premium-ad span {
    font-weight: 400;
  }

  li.premium-ad a {
    color: #25282B;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.54px;
    margin-top: 24px;
  }
}

span.count-max-message-container-span span.highlight-warning-max-count {
    color: red;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 22px;
    background: white;
}
