/** Shopify CDN: Minification failed

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

**/
.product-gallery__thumbnails-holder, #zoom {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-gallery__thumbnails-holder::-webkit-scrollbar, #zoom::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

@media screen and (max-width: 1023px) {
  .shopify_subscriptions_app__title {
    font-size: calc(16px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (min-width: 1024px) {
  .shopify_subscriptions_app__title {
    font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  }
}

@media screen and (min-width: 768px) {
  .main-product .product-gallery,
  .main-product .product-text {
    position: sticky;
    top: 1.25rem;
  }
}
/* -- Product Page Section * -- */
.button--product,
.shopify-payment-button__button {
  height: var(--button-product);
  padding: 0 1.875rem;
}
@media screen and (max-width: 1023px) {
  .button--product,
  .shopify-payment-button__button {
    font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (min-width: 1024px) {
  .button--product,
  .shopify-payment-button__button {
    font-size: calc(20px / 16 * var(--base-body-size) + 0px);
  }
}

.shopify-payment-button__button--branded {
  padding-inline-start: 0px !important;
  padding-inline-end: 0 !important;
  border-radius: var(--border-radius-buttons) !important;
  border: none !important;
  overflow: hidden;
}
.shopify-payment-button__button--branded div[role=button] {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.shopify-payment-button__button--hidden,
.unavailable-variant .shopify-payment-button {
  display: none;
}

.add-to-cart.disabled + .shopify-payment-button {
  display: none;
}

product-variants[data-variant-required]:not(.variant-selected) .product-variant__quantity {
  display: none;
}

.product-gallery-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-gallery-item img {
  border-radius: var(--border-radius-cards);
}
.product-gallery-item__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery-item__media > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery-item model-viewer {
  border-radius: var(--border-radius-cards);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-gallery-item .shopify-model-viewer-ui {
  width: 100%;
  height: 100%;
}
.product-gallery-item .shopify-model-viewer-ui__controls-overlay {
  opacity: 0;
}

button[data-shopify-xr-hidden] {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-radius: var(--border-radius-buttons) !important;
  border: none !important;
}

@media screen and (max-width: 1023px) {
  .product-gallery--scroll css-slider:after {
    content: "css-slide";
    position: absolute;
    visibility: hidden;
  }
}
.product-gallery__thumbnails {
  padding-top: 0.5625rem;
  z-index: 9;
}
.product-gallery__thumbnails-holder {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  overflow: auto;
  scroll-behavior: smooth;
}
.product-gallery__thumbnails .thumbnail {
  width: 5.25rem !important;
  opacity: 0.66;
  flex-shrink: 0;
  transition: all 100ms linear;
  position: relative;
  scroll-snap-align: start;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}
.no-touchevents .product-gallery__thumbnails .thumbnail:hover {
  opacity: 1;
  border-color: var(--color-secondary-background-main);
}
.product-gallery__thumbnails .thumbnail.active {
  opacity: 1;
  border-color: var(--color-borders-main) !important;
}
.product-gallery__thumbnails .thumbnail:not(:last-child) {
  margin-inline-end: 0.5625rem;
}
.product-gallery__thumbnails .thumbnail__badge {
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  transition: opacity 50ms linear;
  z-index: 9;
}
html[dir=rtl] .product-gallery__thumbnails .thumbnail__badge {
  left: 0.125rem;
}
html[dir=ltr] .product-gallery__thumbnails .thumbnail__badge {
  right: 0.125rem;
}
.product-gallery__thumbnails .thumbnail__badge svg {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnails .thumbnail__badge svg .bg {
  fill: var(--color-background-main);
}
.product-gallery__thumbnails .thumbnail__badge svg .path {
  fill: var(--color-text-main);
}
.product-gallery__thumbnails .thumbnail__badge svg .stroke {
  stroke: var(--color-text-main);
}

.product-gallery__view-in-space {
  margin: 0.875rem auto 0;
  padding-inline-start: 2.25rem;
  border-width: clamp(0px, var(--border-width-buttons), 1px);
}
html[dir=rtl] .product-gallery__view-in-space .button__icon {
  right: 0.625rem;
}
html[dir=ltr] .product-gallery__view-in-space .button__icon {
  left: 0.625rem;
}
.product-gallery__view-in-space .button__icon svg {
  stroke-width: 3px;
}

[data-update-block=price-compact] .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
[data-update-block=price-compact] .product-price--unit {
  display: block;
  flex: 0 0 100%;
}

.product-text .product-price--original {
  font-weight: var(--font-weight-body-bold);
}
.product-text .product-price--compare {
  margin-inline-start: 1.25rem;
}
.product-text .product-price--unit {
  display: block;
}
.product-text > * {
  display: block;
}
.product-text > *:not(:last-child) {
  margin-bottom: 1.375rem;
}
.product-text > .toggle {
  margin-bottom: 1.25rem !important;
}
.product-text > .toggle:not(.toggle--table) + .toggle:not(.toggle--table) {
  margin-top: -1.25rem !important;
}
.product-text nutritional-info {
  display: block;
}
.product-text nutritional-info:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product-text .empty-space {
  height: 0;
  margin-bottom: 1.25rem;
}
.product-text .star-rating {
  height: 1.75rem;
}
.product-text pickup-availability-compact .alert {
  margin-bottom: 0;
}
.product-text button:not(.button):not(.shopify-payment-button__button) {
  color: inherit;
}

.product-variant:not(:first-child) {
  margin-top: 1.25rem;
}
.product-variant__name {
  font-weight: var(--font-weight-body-bold);
  display: block;
}
.product-variants--select .product-variant__name, .product-variants--text .product-variant__name {
  margin-bottom: 0.625rem;
}
.product-variant__quantity:not(:empty) {
  margin-top: 0.875rem;
  display: block;
}
.product-variant__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 474px) {
  .product-variant__container {
    gap: 0.625rem;
  }
}
.product-variants--thumbnails .product-variant__item {
  width: 6.25rem;
  border: 1px solid var(--color-borders-forms-primary);
  border-radius: clamp(0px, var(--border-radius-cards), 10px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-variants--thumbnails .product-variant__item {
    width: 5rem;
  }
}
.product-variants--thumbnails .product-variant__item--current {
  border-color: var(--color-text-main) !important;
  box-shadow: 0 0 0px 1px var(--color-text-main);
}
.no-touchevents .product-variants--thumbnails .product-variant__item:hover {
  border-color: var(--color-borders-forms-secondary);
}
.product-variants--thumbnails .product-variant__item:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
  outline: none;
}
.product-variants--radio .product-variant__item {
  position: relative;
  display: inline-block;
  margin: 0;
}
.product-variants--radio .product-variant__item label {
  text-align: center;
  display: inline-flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--border-radius-buttons);
  border-color: var(--color-borders-forms-primary);
  color: var(--color-text-main);
  padding: var(--input-padding) 1.25rem;
  transition: all 100ms linear;
}
.product-variants--radio .product-variant__item .product-variant__item-swatch {
  border-radius: 100%;
  margin-right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  box-shadow: var(--color-borders-main) 0 0 1px 1px;
}
.product-variants--radio .product-variant__item .product-variant__item-swatch img {
  object-fit: cover;
}
.product-variants--radio .product-variant__item input {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
html[dir=rtl] .product-variants--radio .product-variant__item input {
  right: 0;
}
html[dir=ltr] .product-variants--radio .product-variant__item input {
  left: 0;
}
.product-variants--radio .product-variant__item input:before {
  display: none;
}
.product-variants--radio .product-variant__item input.disabled + label {
  opacity: 0.22;
  text-decoration: line-through;
}
.product-variants--radio .product-variant__item input:checked + label {
  font-weight: var(--font-weight-body-bold);
  border-color: var(--color-text-main) !important;
  box-shadow: 0 0 0px 1px var(--color-text-main);
}
.no-touchevents .product-variants--radio .product-variant__item input:hover + label {
  border-color: var(--color-borders-forms-secondary);
}
.product-variants--radio .product-variant__item input:focus-visible + label {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}

.product-variants--text input, .product-variants--text textarea {
  width: 100%;
}
.product-variants--checkbox > div {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 0.5rem;
}

.product-variant__required {
  margin-top: 0.3125rem;
}

/* -- Product Actions * -- */
.product-actions .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-actions .product-price--original + .product-price--unit {
  margin-inline-start: 1.25rem;
}
.product-actions .product-price--compare {
  text-decoration: none;
  opacity: 1;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.25;
  margin-inline-end: auto;
}
.product-actions .product-price--compare > span:first-child {
  text-decoration: line-through;
}
.product-actions .product-price--compare > span:last-child {
  opacity: 0.62;
  font-size: 90%;
}

.product-form {
  border-top: 1px solid var(--color-borders-main);
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  overflow: visible;
}
.product-form .flex-buttons {
  width: calc(100% + 1rem);
  margin-inline-start: -0.5rem;
}
.product-form .flex-buttons > * {
  margin: 1rem 0.5rem 0;
}

.product-quantity {
  display: flex;
  justify-content: space-between;
  min-width: calc(var(--button-product) * 3);
}
.product-quantity__minus, .product-quantity__plus {
  width: var(--button-product);
  height: var(--button-product);
  border-width: var(--border-width-buttons);
  border-radius: var(--border-radius-buttons);
  border-style: solid;
  border-color: var(--color-text-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-quantity__minus svg, .product-quantity__plus svg {
  width: 1.1875rem;
  height: 1.1875rem;
}
.product-quantity__minus svg *, .product-quantity__plus svg * {
  fill: var(--color-text-main);
}
.no-touchevents .product-quantity__minus:hover, .product-quantity__minus:focus-visible, .no-touchevents .product-quantity__plus:hover, .product-quantity__plus:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}
.product-quantity__selector {
  width: var(--button-product);
  height: var(--button-product);
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.add-to-cart {
  flex-grow: 10;
}
.add-to-cart.disabled {
  pointer-events: none;
  opacity: 0.36;
}
.add-to-cart.disabled + .shopify-payment-button {
  pointer-events: none;
  opacity: 0.36;
}

.product__sku-barcode span {
  display: block;
}

.shopify-payment-button__button {
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  color: var(--color-text-main);
  font-weight: var(--font-weight-buttons);
  transition: all 100ms linear;
  background-color: transparent;
}
.shopify-payment-button__button:hover:not([disabled]) {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}
.shopify-buttons--not-outline .shopify-payment-button__button {
  background-color: var(--color-text-main);
  color: var(--color-foreground-main);
  border-color: var(--color-text-main);
}

.shopify-payment-button__more-options {
  font-size: 12px;
  margin-top: 0.5rem;
}

/* -- Product Elements * -- */
.pickup-availability-widget {
  display: block;
  border: 1px solid var(--color-borders-main);
  overflow: hidden;
}
.card-widget__content .pickup-availability-widget {
  border: 0;
  border-radius: 0;
}
.pickup-availability-widget__header {
  background: var(--color-secondary-background-main);
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  padding: 1.1875rem calc(var(--gutter-regular) * 0.9) 1.125rem;
}
@media screen and (max-width: 1023px) {
  .pickup-availability-widget__header {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    min-height: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup-availability-widget__header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 2.8125rem;
  }
}
.pickup-availability-widget__header:only-child {
  border: 0 !important;
}
.card-widget__content .pickup-availability-widget__header {
  border-bottom: solid 1px var(--widget-borders-color);
  background: var(--color-background-widget-header);
}
.card-widget--layout-compact .pickup-availability-widget__header {
  border-bottom: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: transparent;
}
.pickup-availability-widget__header .alert:before {
  top: 0.1875rem;
}
.pickup-availability-widget__header svg {
  margin-inline-end: 0.9375rem;
}
.pickup-availability-widget__header svg path {
  fill: var(--color-text-main);
  stroke: none;
}
.pickup-availability-widget__locations {
  border-top: 1px solid var(--color-borders-main);
}
.card-widget__content .pickup-availability-widget__locations {
  border-top: 0;
}
.pickup-availability-widget__location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: var(--gutter-small);
}
.pickup-availability-widget__location:not(:first-child) {
  border-top: 1px solid var(--color-borders-main);
}
.card-widget__content .pickup-availability-widget__location:not(:first-child) {
  border-top: 1px solid var(--widget-borders-color);
}
.card-widget--layout-compact .pickup-availability-widget__location {
  padding-inline-start: 0;
  padding-inline-end: 0;
  border: 0 !important;
}
.pickup-availability-widget__location-icon {
  margin-inline-end: 0.75rem;
  position: relative;
  top: 0.3125rem;
}
.pickup-availability-widget__location-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.pickup-availability-widget__location-icon * {
  stroke: var(--color-text-main);
}
.pickup-availability-widget__location-address {
  flex: 1;
}
.pickup-availability-widget__location-address svg * {
  fill: var(--color-text-main);
}
.pickup-availability-widget__location-view {
  display: block;
}
.pickup-availability-widget__location-view[aria-selected=true] .text-animation--underline-thin {
  background-size: 100% 1px;
}
.pickup-availability-widget__location-view[aria-selected=true] rect {
  display: none;
}
.pickup-availability-widget__location-details {
  display: block;
  width: 100%;
  flex-shrink: 0;
  border-top: 1px solid var(--color-borders-main);
  padding-top: 0.875rem;
  padding-inline-start: 2.25rem;
  margin-top: 1.125rem;
  display: none;
}
.pickup-availability-widget__location-details.opened {
  display: block;
}
.pickup-availability-widget__more {
  width: 100%;
  text-align: start;
  padding: var(--gutter-small);
  border-top: 1px solid var(--color-borders-main);
}
.card-widget__content .pickup-availability-widget__more {
  border-top: 1px solid var(--widget-borders-color);
}
.card-widget--layout-compact .pickup-availability-widget__more {
  border: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.pickup-availability-widget__more span {
  border-bottom: 1px solid;
  transition: all 100ms linear;
}
.no-touchevents .pickup-availability-widget__more:hover {
  color: var(--color-accent-main);
}

.store-availability-list__item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-secondary-background-main);
}
.store-availability-list__stock:before {
  top: 0.1875rem;
}
.store-availability-list__pickup-time {
  margin-top: 0.25rem;
  display: block;
}
.store-availability-list__address, .store-availability-list__phone {
  margin-inline-start: 1.375rem;
  margin-top: 0.75rem;
}
.store-availability-list__address a, .store-availability-list__phone a {
  border-bottom: 1px solid;
}

.product-related-title {
  margin-bottom: 1.5625rem;
  display: block;
}
.product-related-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-related-item {
    display: grid;
    grid-template-columns: 108px 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.product-related-item:not(:last-child) {
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
  border-bottom: 1px solid var(--color-borders-main);
}
.cart-block__item--spacing .product-related-item {
  padding: var(--gutter-regular);
  margin-bottom: 0;
}
.product-related-item__title {
  line-height: 1.1;
  display: block;
}
.product-related-item__image {
  flex-shrink: 0;
  width: 90px;
  align-self: flex-start;
  margin-inline-end: 1.125rem;
  border-color: var(--color-borders-main);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-related-item__image {
    grid-row: 1/span 2;
  }
}
.product-related-item__image img {
  transition: all 0.2s linear;
  transform: scale(1);
}
.no-touchevents .product-related-item__image:hover img {
  transform: scale(1.05);
}
.product-related-item__text {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .product-related-item__text {
    grid-column: 2;
    grid-row: 1;
  }
}
.product-related-item__price {
  color: var(--color-secondary-text-main);
  display: block;
}
@media screen and (max-width: 767px) {
  .product-related-item__price {
    grid-column: 2;
    grid-row: 2;
  }
}
.product-related-item__price .product-price--original {
  font-weight: var(--font-weight-body);
}
.product-related-item__price .product-price--compare {
  margin-inline-start: 0.625rem;
}
.product-related-item__price .product-price--unit {
  display: block;
  margin-top: -0.3125rem;
  font-size: 90%;
  opacity: 0.62;
}
.product-related-item__button {
  flex-shrink: 0;
  margin-inline-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .product-related-item__button {
    margin-inline-start: 0;
    align-self: start;
    margin-top: 0.25rem;
  }
}

/* Image zoom */
.product-gallery-item__zoom {
  position: absolute;
  top: 0.9375rem;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0.3125rem;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 100ms linear 100ms;
  transform: translate3d(0, 0, 0);
}
html[dir=rtl] .product-gallery-item__zoom {
  left: 0.9375rem;
}
html[dir=ltr] .product-gallery-item__zoom {
  right: 0.9375rem;
}
.lazyloaded ~ .product-gallery-item__zoom {
  opacity: 1;
}
.product-gallery-item__zoom svg path, .product-gallery-item__zoom svg rect {
  fill: var(--color-text-main);
}
.product-gallery-item__zoom svg circle {
  stroke: var(--color-text-main);
}
.no-touchevents .product-gallery-item__zoom:hover svg {
  transform: scale(1.05);
}

#zoom {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  background: var(--color-background-main);
  transition: all 200ms linear;
}
html[dir=rtl] #zoom {
  right: 0;
}
html[dir=ltr] #zoom {
  left: 0;
}
html[dir=rtl] #zoom {
  right: 0;
}
html[dir=ltr] #zoom {
  left: 0;
}
#zoom.opened {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
#zoom img {
  opacity: 0;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: 7;
  transition: opacity 100ms linear;
}
html[dir=rtl] #zoom img {
  right: 0;
}
html[dir=ltr] #zoom img {
  left: 0;
}
.touchevents #zoom img {
  top: 0 !important;
  left: 0 !important;
}
#zoom.loaded img {
  opacity: 1;
}
#zoom.loaded:after {
  opacity: 0;
}
#zoom.loaded .zoom__loader {
  display: none;
}

.zoom__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background-main);
  z-index: 6;
}
html[dir=rtl] .zoom__overlay {
  right: 0;
}
html[dir=ltr] .zoom__overlay {
  left: 0;
}

.zoom__exit {
  z-index: 9;
  position: fixed;
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius-buttons);
  background: var(--color-background-main);
  top: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
html[dir=rtl] .zoom__exit {
  left: 1.5625rem;
}
html[dir=ltr] .zoom__exit {
  right: 1.5625rem;
}
.zoom__exit svg path, .zoom__exit svg rect {
  fill: var(--color-text-main);
}
.zoom__exit svg circle {
  stroke: var(--color-text-main);
}
.no-touchevents .zoom__exit:hover svg {
  transform: scale(1.05);
}

.zoom__loader {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: block;
  z-index: 9;
}
.zoom__loader-element {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
}
html[dir=rtl] .zoom__loader-element {
  right: 0;
}
html[dir=ltr] .zoom__loader-element {
  left: 0;
}
.zoom__loader-element circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: var(--color-text-main);
}

.product-sharing .site-sharing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.product-sharing .site-sharing .text-with-icon {
  margin-inline-end: 0;
}
.product-sharing .site-sharing .card-widget--layout-compact {
  margin-bottom: 0.3125rem;
}

.product-icons-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0;
}

.star-rating {
  font-size: 0;
  width: 100%;
  height: 1rem;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 0.625rem;
}
.star-rating__stars {
  background-repeat: repeat-x;
  font-size: 0;
  display: inline-block;
  text-align: left;
}
html[dir=rtl] .star-rating__stars {
  transform: scaleX(-1);
}
.star-rating__stars-active {
  display: inline-block;
  font-size: 0;
  height: 0.875rem;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .product-quick-view__header {
    position: fixed;
    background: var(--color-background-main);
    border-bottom: 1px solid var(--color-borders-main);
    top: 0;
    right: 0;
    width: 100%;
    height: 3.75rem;
    z-index: 99;
  }
  .product-quick-view__product {
    padding-top: 3.75rem;
  }
}
.product-quick-view__close {
  position: absolute;
  top: calc(var(--gutter-large) * 0.75);
}
html[dir=rtl] .product-quick-view__close {
  left: calc(var(--gutter-large) * 0.75);
}
html[dir=ltr] .product-quick-view__close {
  right: calc(var(--gutter-large) * 0.75);
}
.product-quick-view__close svg path {
  stroke: var(--color-text-main);
}

.product-quick-view__title {
  position: absolute;
  top: calc(var(--gutter-large) * 0.75);
  left: calc(var(--gutter-large) * 0.75);
}

.product-text .stamped-badge-caption {
  margin-inline-start: 8px;
  font-size: 80%;
}
.product-text .yotpo .yotpo-bottomline .yotpo-icon-star, .product-text .yotpo .yotpo-bottomline .yotpo-icon-half-star, .product-text .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: var(--color-text-main);
}
.product-text .yotpo a, .product-text .yotpo a:hover {
  color: var(--color-text-main) !important;
  margin-inline-start: 8px;
  pointer-events: none !important;
}
.product-text .yotpo .standalone-bottomline.star-clickable, .product-text .yotpo .standalone-bottomline .star-clickable {
  cursor: default !important;
}

.modal .shopify-payment-button__button[disabled] {
  display: none;
}

.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--color-background-main);
  box-shadow: 0px -6px 8px rgba(0, 0, 0, 0.08);
  transform: translate(0, 100%);
  color: var(--color-text-main);
}
.sticky-add-to-cart--floating {
  border-radius: clamp(0px, var(--border-radius-cards), 10px);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.08);
}
.sticky-add-to-cart--floating.visible {
  width: calc(100% - 1.25rem * 2);
}
html[dir=rtl] .sticky-add-to-cart--floating.visible {
  right: 1.25rem;
  bottom: 1.25rem;
}
html[dir=ltr] .sticky-add-to-cart--floating.visible {
  left: 1.25rem;
  bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sticky-add-to-cart--floating.visible {
    width: calc(100% - 0.625rem * 2);
  }
  html[dir=rtl] .sticky-add-to-cart--floating.visible {
    right: 0.625rem;
    bottom: 0.625rem;
  }
  html[dir=ltr] .sticky-add-to-cart--floating.visible {
    left: 0.625rem;
    bottom: 0.625rem;
  }
}
.sticky-add-to-cart.visible {
  display: block;
  transform: translate(0, 0);
  transition: linear transform 200ms;
}
.sticky-add-to-cart__inner {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: var(--gutter-small);
  padding: var(--gutter-small) var(--gutter-container);
}
@media screen and (max-width: 767px) {
  .sticky-add-to-cart__inner {
    display: block;
  }
}
.sticky-add-to-cart__title {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sticky-add-to-cart__title {
    display: none;
  }
}
.sticky-add-to-cart__actions {
  display: flex;
  align-items: center;
  gap: var(--gutter-small) var(--gutter-regular);
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .sticky-add-to-cart__actions {
    width: 100%;
  }
}
@media screen and (max-width: 474px) {
  .sticky-add-to-cart__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 359px) {
  .sticky-add-to-cart__actions {
    display: grid;
    grid-template-columns: 100%;
  }
}
.sticky-add-to-cart__price {
  display: flex;
  margin-left: auto;
  flex: 1 1 auto;
  justify-content: start;
  gap: 0.5rem;
}
.sticky-add-to-cart__price > span {
  display: block;
}
@media screen and (max-width: 359px) {
  .sticky-add-to-cart__price {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
.sticky-add-to-cart__price-compare {
  opacity: 0.54;
  text-decoration: line-through;
}
.sticky-add-to-cart__button {
  margin-right: auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .sticky-add-to-cart__button .button {
    width: 100%;
    height: 2.875rem;
    padding-inline-end: 1.25rem;
    padding-inline-start: 1.25rem;
  }
}
@media screen and (max-width: 359px) {
  .sticky-add-to-cart__button {
    margin: 0;
    justify-content: center;
  }
}
.sticky-add-to-cart .button--solid {
  border-color: var(--color-text-main) !important;
  background-color: var(--color-text-main) !important;
}
.sticky-add-to-cart .button--solid .button__text {
  color: var(--color-background-main) !important;
}
.sticky-add-to-cart .button--solid .button__preloader circle {
  stroke: var(--color-background-main) !important;
}
.sticky-add-to-cart--default-to-first-variant-false:not(.variant-selected) .show-block-if-variant-selected {
  display: none;
}
.sticky-add-to-cart--default-to-first-variant-false.variant-selected .show-block-if-variant-not-selected-yet {
  display: none;
}

.product-variant-metafield__title {
  margin-inline-end: 0.5rem;
  display: inline-block;
}
.product-variant-metafield__title + *:not(span) {
  margin-top: 0.75rem;
}

.product-component--default-to-first-variant-false:not(.variant-selected) .show-block-if-variant-selected {
  display: none;
}
.product-component--default-to-first-variant-false:not(.variant-selected) .product-actions__price.show-block-if-variant-selected + .product-form {
  border-top: 0;
}
.product-component--default-to-first-variant-false.variant-selected .show-block-if-variant-not-selected-yet {
  display: none;
}

.modal--product .modal-content.loading .product-quick-view__header,
.modal--product .modal-content.loading .product-quick-view__product {
  opacity: 0.36;
  pointer-events: none;
  cursor: default;
}
.modal--product .modal-content.loading .product-quick-view__header *,
.modal--product .modal-content.loading .product-quick-view__product * {
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .product-variants--select .product-variant {
    overflow: hidden;
  }
}
.product-nutriscore {
  overflow: hidden;
}
.product-nutriscore_bar {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding-top: calc(0.75rem + 5px);
  font-size: 0;
}
.product-nutriscore__item {
  position: relative;
  height: 100%;
  flex-grow: 1;
  text-align: center;
}
html[dir=rtl] .product-nutriscore__item:first-child .product-nutriscore__item-segment {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
html[dir=ltr] .product-nutriscore__item:first-child .product-nutriscore__item-segment {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
html[dir=rtl] .product-nutriscore__item:last-child .product-nutriscore__item-segment {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
html[dir=ltr] .product-nutriscore__item:last-child .product-nutriscore__item-segment {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-nutriscore__item-icon {
  position: absolute;
  height: 0.75rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc((100% + 5px) * -1));
}
.product-nutriscore__item-icon svg path {
  fill: var(--color-text-main);
}
.product-nutriscore__item-segment {
  display: inline-block;
  width: 100%;
  height: 0.375rem;
}
.product-nutriscore__item-label {
  position: relative;
  line-height: 1;
  font-size: 1.25rem;
  opacity: 0.4;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.375rem;
}
.active .product-nutriscore__item-label {
  font-weight: var(--font-weight-body-bold);
  font-size: 1.625rem;
  opacity: 1;
}

.product-attribute-meter_value-indicator {
  font-weight: var(--font-weight-body-bold);
  display: inline-block;
}
.product-attribute-meter_value-indicator + .product-attribute-meter_segments {
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
.product-attribute-meter_segments {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  height: var(--segment-height);
  font-size: 0;
  margin-bottom: 1.875rem;
  gap: 0.375rem;
}
@media screen and (max-width: 474px) {
  .product-attribute-meter_segments {
    gap: 0.25rem;
  }
}
.product-attribute-meter_segments--no-gap {
  gap: 0;
}
.product-attribute-meter_segments--no-gap .product-attribute-meter__segment:not(:first-child) {
  border-radius: 0;
}
.product-attribute-meter_segments--no-gap .product-attribute-meter__segment:first-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.product-attribute-meter_segments--no-gap .product-attribute-meter__segment:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.product-attribute-meter_segments:has(+ .product-attribute-meter_labels) {
  margin-bottom: 0.625rem;
}
.product-attribute-meter__segment {
  position: relative;
  background: var(--color-borders-main);
  height: 100%;
  flex-grow: 1;
  text-align: center;
  border-radius: 0.3125rem;
}
.product-attribute-meter__segment.active {
  background: var(--color-text-main);
}
.product-attribute-meter_labels {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: nowrap;
  font-size: 0;
  justify-content: space-between;
}
.product-attribute-meter__label {
  opacity: 0.5;
}
.product-attribute-meter__label-middle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.product-labels--style-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
}
.card-widget--layout-boxed .product-labels--style-grid {
  border-bottom-left-radius: var(--border-radius-cards);
  border-bottom-right-radius: var(--border-radius-cards);
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .product-labels--style-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .product-labels--style-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 374px) {
  .product-labels--style-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-labels--style-grid .text-with-icon {
  outline: 1px solid var(--widget-borders-color);
  margin: 0;
  padding: var(--gutter-small);
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
  text-align: center;
  clip-path: polygon(0 0, calc(100% + 1px) 0, calc(100% + 1px) calc(100% + 1px), 0% calc(100% + 1px));
}
.card-widget--layout-compact .product-labels--style-grid .text-with-icon {
  outline: none;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.product-labels--style-grid .text-with-icon__icon {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.product-labels--style-grid .text-with-icon__icon img {
  width: 3rem;
  height: 3rem;
}
.product-labels--style-grid .text-with-icon__label {
  display: inline-block;
  width: 100%;
  line-height: 1.2;
}
.product-labels--style-list {
  overflow: hidden;
}
.card-widget--layout-boxed .product-labels--style-list {
  border-bottom-left-radius: var(--border-radius-cards);
  border-bottom-right-radius: var(--border-radius-cards);
}
.product-labels--style-list .text-with-icon {
  border-bottom: 1px solid var(--color-borders-main);
  margin: 0;
  padding: var(--gutter-small) var(--gutter-regular);
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
}
.product-labels--style-list .text-with-icon:last-child {
  border: 0;
}
html[dir=rtl] .product-labels--style-list .text-with-icon__label {
  text-align: right;
}
html[dir=ltr] .product-labels--style-list .text-with-icon__label {
  text-align: left;
}
.card-widget--layout-compact .product-labels--style-list .text-with-icon {
  outline: none;
  padding: var(--gutter-small) 0;
}
.card-widget--layout-compact .product-labels--style-list .text-with-icon:first-child {
  padding-top: 0 !important;
}
.card-widget--layout-compact .product-labels--style-list .text-with-icon:last-child {
  padding-bottom: 0 !important;
}
.product-labels--style-inline {
  padding: var(--gutter-small) var(--gutter-regular);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter-small);
  align-items: center;
}
.card-widget--layout-compact .product-labels--style-inline {
  padding: 0;
}

.shopify_subscriptions_app__title {
  font-weight: var(--font-weight-body-bold);
  margin-bottom: 0.625rem;
}
.shopify_subscriptions_app_block_label {
  position: relative;
}
.shopify_subscriptions_app_block_label label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shopify_subscriptions_app_block_label input {
  accent-color: var(--color-text-main);
  margin: 0;
}
.shopify_subscriptions_app_block_label ul {
  padding-left: 0;
  padding-inline-start: 0;
  margin-top: 0.5rem;
}
.main-product {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .main-product {
    margin-top: 7px;
  }
}
.product-quantity__minus,
.product-quantity__plus {
  background-color: white;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--solid {
  background-color: #9a000b;
  border-color: #9a000b;
}
.product-item__badges {
  position: absolute !important;
  top: 3rem !important;
  width: calc(100% - var(--gutter-small) * 2) !important;
  pointer-events: none !important;
}
.badge--left-only {
  position: absolute;
  top: 0rem; /* Regola altezza secondo preferenza */
  left: 1rem;
  z-index: 5;
  pointer-events: none;
}

/* ✅ Default truncation when NO H2/H3 */
.description-truncated {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 9; /* Desktop default */
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .description-truncated {
    -webkit-line-clamp: 10; /* Mobile */
  }
}
.description-truncated.expanded {
  -webkit-line-clamp: unset;
  display: block;
  margin-bottom: 2em; /* ✅ Add spacing below when expanded */
}

/* ✅ Button with red arrow, inline, slightly larger */
.description-toggle {
  margin-top: 1em;
  background: none;
  border: none;
  color: #9a000b;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}

/* ✅ Expandable sections when H2/H3 present */
.toggle-section-content {
  display: none;
  margin-bottom: 2em; /* ✅ Add space below each section */
}
.toggle-section-content.expanded {
  display: block;
}

/* ✅ Headings with red, smaller text */
.toggle-section-heading,
#product-description h2,
#product-description h3 {
  color: #9a000b;
  font-size: 1.05em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  position: relative;
  padding-right: 1.5em;
}

/* ✅ Arrow toggle aligned with heading */
.toggle-section-heading::after {
  content: '⌄';
  color: #9a000b;
  font-size: 0.95em;
  position: absolute;
  top: 0.1em;
  right: 0;
}
.toggle-section-content.expanded + .toggle-section-heading::after {
  content: '⌃';
}

/* ✅ Truncate first section if it's long — ONLY ON DESKTOP */
@media screen and (min-width: 769px) {
  .toggle-section-content.first-expanded {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }
  .toggle-section-content.first-expanded.expanded {
    -webkit-line-clamp: unset;
    display: block;
  }
}

/* ✅ Injected H2 */
.injected-heading {
  margin-top: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #9a000b;
}

.toggle-section-heading:hover {
  text-decoration: underline;
  color: #b0000c;
  cursor: pointer;

