/** Shopify CDN: Minification failed

Line 2805:0 Unexpected "}"

**/
/* ============================================================
   BELEAEV â€” Custom Brand Style Overrides
   Draft theme: Copy of Original (192873169273)
   Scope: section heading alignment + Fresh Delivery (Variant 3)
   ============================================================ */

/* ---------- 1. Section headings: centred, unified, serif ---------- */

/* Featured Collection: "Our Collection" */
.collection__title,
.collection__title.title-wrapper {
  text-align: center !important;
  justify-content: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection__title h2.title,
.collection__title .title {
  width: 100%;
  text-align: center !important;
  font-family: "Times New Roman", "Times", serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
}

/* All standard section-heading wrappers (Dawn .title) */
.title-wrapper .title,
.title-wrapper-with-link .title,
.title-wrapper-with-link__heading,
h2.section-heading,
.shopify-section h1.title,
.shopify-section h2.title,
.shopify-section .title-wrapper {
  text-align: center;
  font-family: "Times New Roman", "Times", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Unified heading size across homepage sections (desktop) */
@media (min-width: 750px) {
  .shopify-section .title-wrapper .title,
  .shopify-section h2.section-heading,
  .collection__title h2.title {
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.15;
  }
}

/* Mobile: centre + breathing room */
@media (max-width: 749px) {
  .collection__title,
  .title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
  }
  .collection__title h2.title,
  .shopify-section .title-wrapper .title,
  .shopify-section h2.section-heading {
    font-size: clamp(22px, 6vw, 30px);
    text-align: center;
    width: 100%;
  }
}

/* ---------- 1b. Homepage section headings â€” unified brand typography ----------
   Covers: Featured Collection, Img-Video banner, Caviar-left (Star Chef),
   Icon carousel, Real/Collect reviews, Rich text blocks, Image banner,
   Image with text, Newsletter */
.banner-title,
.caviar-left__heading,
.icon-carousel__heading,
.real-reviews__heading,
.collect-reviews__heading,
.real-reviews-section .reviews-header h2,
.reviews-header h2,
.newsletter-text h2,
.rich-text__heading,
.banner__heading,
.image-with-text__heading {
  font-family: "Times New Roman", "Times", serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

/* Unified section heading size on desktop (all homepage h2 section titles) */
@media (min-width: 750px) {
  .banner-title,
  .caviar-left__heading,
  .icon-carousel__heading,
  .real-reviews__heading,
  .collect-reviews__heading,
  .real-reviews-section .reviews-header h2,
  .reviews-header h2,
  .newsletter-text h2,
  .rich-text__heading,
  .banner__heading,
  .image-with-text__heading,
  .collection__title h2.title {
    font-size: clamp(30px, 2.8vw, 42px) !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 749px) {
  .banner-title,
  .caviar-left__heading,
  .icon-carousel__heading,
  .real-reviews__heading,
  .collect-reviews__heading,
  .reviews-header h2,
  .newsletter-text h2,
  .rich-text__heading,
  .banner__heading,
  .image-with-text__heading {
    font-size: clamp(22px, 5.5vw, 30px) !important;
    line-height: 1.2 !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ---------- 2. Variant 3: Fresh Delivery / Icon-with-text (product page) ----------
   Transparent background, champagne border, centred, serif heading  */

.product__info-container .icon-with-text,
.product .icon-with-text,
.custom-shipping-info-white,
.custom-shipping-info {
  background: transparent !important;
  border: 1px solid #b6a47a !important;
  border-radius: 2px !important;
  padding: 18px 20px !important;
  margin: 16px 0 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.product__info-container .icon-with-text__item,
.product .icon-with-text__item {
  text-align: center;
  justify-content: center;
}

.product__info-container .icon-with-text__text,
.product .icon-with-text__text,
.custom-shipping-info-white,
.custom-shipping-info-white *,
.custom-shipping-info,
.custom-shipping-info * {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.product__info-container .icon-with-text__item-wrapper--heading,
.product .icon-with-text__item-wrapper--heading,
.custom-shipping-info-white .shipping-heading,
.custom-shipping-info-white .shipping-title,
.custom-shipping-info .shipping-heading,
.custom-shipping-info .shipping-title {
  font-family: "Times New Roman", "Times", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #ffffff !important;
}

/* Force white text on all inner labels (override theme's black defaults) */
.custom-shipping-info-white .shipping-title,
.custom-shipping-info-white .shipping-subtitle,
.custom-shipping-info-white .shipping-content,
.custom-shipping-info-white .shipping-content *,
.custom-shipping-info .shipping-title,
.custom-shipping-info .shipping-subtitle,
.custom-shipping-info .shipping-content,
.custom-shipping-info .shipping-content * {
  color: #ffffff !important;
}

/* Force white SVG icon (theme ships fill="#000") */
.custom-shipping-info-white .shipping-icon svg,
.custom-shipping-info-white .shipping-icon svg path,
.custom-shipping-info-white .shipping-icon svg *,
.custom-shipping-info .shipping-icon svg,
.custom-shipping-info .shipping-icon svg path,
.custom-shipping-info .shipping-icon svg * {
  fill: #ffffff !important;
  stroke: transparent !important;
}

/* Shipping icon centred */
.custom-shipping-info-white .shipping-icon,
.custom-shipping-info .shipping-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

/* ---------- 3. Product page: compact Qty + ADD TO CART inline ----------
   Layout: [qty] [ADD TO CART] in one row; Buy with Shop stacks below.
   DOM restructuring handled by beleaev-custom.js. */

/* Hide unit price block — ONLY on caviar / tasting-set PDPs where the
   variant labels (or the custom Beleaev-total block) already carry the
   price. On gourmet/accessories templates this is the ONLY price element,
   so it must stay visible. (2026-05-04: scoped after gourmet PDPs lost
   their price.) */
body.template-product-caviar .product__info-container > [id^="price-template"],
body.template-product-caviar .product__info-container > .no-js-hidden#price-template,
body.template-product-caviar .product__info-container > div.no-js-hidden[id*="price-template"],
body.template-product-tasting-set .product__info-container > [id^="price-template"],
body.template-product-tasting-set .product__info-container > .no-js-hidden#price-template,
body.template-product-tasting-set .product__info-container > div.no-js-hidden[id*="price-template"] {
  display: none !important;
}

/* Hide "Quantity" text label for clean compact widget */
.product__info-container .product-form__quantity .quantity__label,
.product__info-container .product-form__quantity > .form__label {
  display: none !important;
}

/* product-form__buttons becomes a grid: [qty-input | ADD TO CART] row 1,
   Buy with Shop + More payment options span below. Wrapper class added by beleaev-custom.js. */
.beleaev-buttons-row {
  display: grid !important;
  grid-template-columns: 130px 1fr !important;
  gap: 12px !important;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
}

/* quantity-input custom element: row 1, col 1 */
.beleaev-buttons-row > quantity-input,
.beleaev-buttons-row > .quantity {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex !important;
  width: 130px !important;
  max-width: 130px !important;
  min-width: 130px !important;
  margin: 0 !important;
}

/* Inner - / input / + */
.beleaev-buttons-row > quantity-input .quantity__input,
.beleaev-buttons-row > .quantity .quantity__input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  text-align: center;
}

.beleaev-buttons-row > quantity-input .quantity__button,
.beleaev-buttons-row > .quantity .quantity__button {
  flex: 0 0 auto !important;
  min-width: 36px !important;
  width: 36px !important;
}

/* ADD TO CART: row 1, col 2 â€” pill shape matching Buy with Shop */
.beleaev-buttons-row > .product-form__submit.button--primary {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 100% !important;
  margin: 0 !important;
  min-width: 0;
  border-radius: 999px !important;
  min-height: 52px;
  padding: 14px 24px !important;
  letter-spacing: 0.08em;
}

/* Buy with Shop + More payment options: full width below */
.beleaev-buttons-row > .shopify-payment-button {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  margin-top: 6px !important;
}

.beleaev-buttons-row > small,
.beleaev-buttons-row > noscript,
.beleaev-buttons-row > .product-form__cart-error,
.beleaev-buttons-row > .product-form__submit:not(.button--primary) {
  grid-column: 1 / -1;
}

/* Collapse now-empty quantity-top wrapper */
.beleaev-qty-top-empty {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.beleaev-qty-top-empty .quantity__label,
.beleaev-qty-top-empty > label.quantity__label {
  display: none !important;
}

/* Match Buy with Shop container width (495px) â€” same right edge as Buy with Shop */
.product__info-container .product-form__quantity-top,
.product__info-container .price-per-item__container,
.product__info-container .price-per-item__container > product-form,
.product__info-container .price-per-item__container > product-form > form {
  max-width: 495px !important;
  width: 495px !important;
}

/* Tablet (601-989px): tighter qty, smaller button padding */
@media (max-width: 989px) and (min-width: 750px) {
  .beleaev-buttons-row {
    grid-template-columns: 110px 1fr !important;
    gap: 10px !important;
  }
  .beleaev-buttons-row > quantity-input,
  .beleaev-buttons-row > .quantity {
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
  }
  .beleaev-buttons-row > .product-form__submit.button--primary {
    padding: 12px 16px !important;
    letter-spacing: 0.04em;
    font-size: 14px;
  }
}

/* Mobile (<=749px): stack qty above ADD TO CART */
@media (max-width: 749px) {
  .beleaev-buttons-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .beleaev-buttons-row > quantity-input,
  .beleaev-buttons-row > .quantity,
  .beleaev-buttons-row > .product-form__submit.button--primary {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .beleaev-buttons-row > quantity-input,
  .beleaev-buttons-row > .quantity {
    justify-self: start;
    max-width: 160px !important;
  }
  .beleaev-buttons-row > .product-form__submit.button--primary {
    padding: 14px 20px !important;
    font-size: 15px;
    min-height: 50px;
  }
  /* Match the Buy with Shop container too */
  .product__info-container .product-form__quantity-top,
  .product__info-container .price-per-item__container,
  .product__info-container .price-per-item__container > product-form,
  .product__info-container .price-per-item__container > product-form > form {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* Force ADD TO CART text colour visible (black on white pill) — defends against theme overrides */
.beleaev-buttons-row > .product-form__submit.button--primary {
  color: #0a0a0a !important;
  background: #fff !important;
  border: 1px solid #0a0a0a !important;
  white-space: nowrap;
}
.beleaev-buttons-row > .product-form__submit.button--primary:hover,
.beleaev-buttons-row > .product-form__submit.button--primary:focus-visible {
  background: #0a0a0a !important;
  color: #fff !important;
}

/* ---------- 5. Collection cards: Petrossian-style price + bag icon ---------- */

.card-wrapper .card__content,
.grid__item .card__content {
  position: relative;
}

.card-wrapper .price__from,
.grid__item .price__from {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
  margin-right: 6px;
  vertical-align: middle;
}

.card-wrapper .price__amount,
.grid__item .price__amount {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #f5f1e8;
  letter-spacing: -0.01em;
  vertical-align: middle;
}

.card-wrapper .price,
.grid__item .price {
  margin-top: 8px !important;
  padding-right: 56px !important;
  text-align: left !important;
}
.card-wrapper .price-item,
.grid__item .price-item {
  font-size: 0;
  line-height: 1.2;
}

.card-wrapper .quick-add,
.grid__item .quick-add {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2;
}

/* Inline bag styles moved to end of file for higher cascade priority */

.card-wrapper .quick-add__submit,
.grid__item .quick-add__submit {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(201, 169, 97, 0.55) !important;
  background: transparent !important;
  color: #C9A961 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  overflow: visible;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.card-wrapper .quick-add__submit > *,
.grid__item .quick-add__submit > * {
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.card-wrapper .quick-add__submit::before,
.grid__item .quick-add__submit::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #C9A961;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'><path d='M5.2 8h13.6l-1.15 11.2a2 2 0 0 1-1.99 1.8H8.34a2 2 0 0 1-1.99-1.8L5.2 8z'/><path d='M9 8V6.4a3 3 0 0 1 6 0V8'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'><path d='M5.2 8h13.6l-1.15 11.2a2 2 0 0 1-1.99 1.8H8.34a2 2 0 0 1-1.99-1.8L5.2 8z'/><path d='M9 8V6.4a3 3 0 0 1 6 0V8'/></svg>") no-repeat center / contain;
  visibility: visible !important;
  position: relative !important;
  z-index: 2;
}

/* ---- Idle diamond shimmer: gold light sweeps across button every 5.5s ---- */
.card-wrapper .quick-add__submit::after,
.grid__item .quick-add__submit::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 224, 145, 0.55) 48%,
    rgba(255, 240, 200, 0.85) 52%,
    rgba(255, 224, 145, 0.55) 56%,
    transparent 66%
  );
  background-size: 250% 100%;
  background-position: -120% 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  animation: beleaev-shimmer 5.5s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes beleaev-shimmer {
  0%, 78%, 100% { background-position: -120% 0; opacity: 0; }
  82%           { opacity: 0.95; }
  92%           { background-position: 120% 0;  opacity: 0.6; }
  98%           { background-position: 160% 0;  opacity: 0; }
}

/* Idle border breathing — subtle pulse so the icon feels alive, not static */
.card-wrapper .quick-add__submit,
.grid__item .quick-add__submit {
  animation: beleaev-border-breath 4.2s ease-in-out infinite;
}

@keyframes beleaev-border-breath {
  0%, 100% { border-color: rgba(201, 169, 97, 0.45) !important; }
  50%      { border-color: rgba(201, 169, 97, 0.85) !important; }
}

/* Disable idle animations on hover — hover state takes over */
.card-wrapper .quick-add__submit:hover,
.grid__item .quick-add__submit:hover,
.card-wrapper .quick-add__submit:focus-visible,
.grid__item .quick-add__submit:focus-visible {
  animation: none !important;
}
.card-wrapper .quick-add__submit:hover::after,
.grid__item .quick-add__submit:hover::after,
.card-wrapper .quick-add__submit:focus-visible::after,
.grid__item .quick-add__submit:focus-visible::after {
  animation: none !important;
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .card-wrapper .quick-add__submit,
  .grid__item .quick-add__submit,
  .card-wrapper .quick-add__submit::after,
  .grid__item .quick-add__submit::after {
    animation: none !important;
  }
}

/* ---- Luxury hover: gold halo + smooth scale + bag micro-bounce, NO rotation ---- */
.card-wrapper .quick-add__submit,
.grid__item .quick-add__submit {
  transition:
    background 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.card-wrapper .quick-add__submit::before,
.grid__item .quick-add__submit::before {
  transition: background-color 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.card-wrapper .quick-add__submit:hover,
.grid__item .quick-add__submit:hover,
.card-wrapper .quick-add__submit:focus-visible,
.grid__item .quick-add__submit:focus-visible {
  background: #C9A961 !important;
  border-color: #C9A961 !important;
  transform: translateY(-2px) scale(1.06) !important;
  box-shadow:
    0 0 0 6px rgba(201, 169, 97, 0.10),
    0 10px 24px rgba(201, 169, 97, 0.32) !important;
  outline: none;
}
.card-wrapper .quick-add__submit:hover::before,
.grid__item .quick-add__submit:hover::before,
.card-wrapper .quick-add__submit:focus-visible::before,
.grid__item .quick-add__submit:focus-visible::before {
  background-color: #0a0a0a;
  animation: beleaev-bag-pop 480ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes beleaev-bag-pop {
  0%   { transform: translateY(0)   scale(1);    }
  45%  { transform: translateY(-2px) scale(1.08); }
  100% { transform: translateY(0)   scale(1);    }
}

/* Active press: small inward feel */
.card-wrapper .quick-add__submit:active,
.grid__item .quick-add__submit:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow:
    0 0 0 3px rgba(201, 169, 97, 0.18),
    0 2px 8px rgba(201, 169, 97, 0.28) !important;
  transition-duration: 140ms !important;
}

/* ---- Spinner: HIDDEN by default. Shown only during actual cart submit. ---- */
.card-wrapper .quick-add .loading__spinner,
.grid__item .quick-add .loading__spinner,
.card-wrapper .quick-add__submit .loading__spinner,
.grid__item .quick-add__submit .loading__spinner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* When Shopify adds .loading on form submit — fade in spinner, hide bag */
.card-wrapper .quick-add.loading .loading__spinner,
.grid__item .quick-add.loading .loading__spinner,
.card-wrapper .quick-add__submit[aria-busy="true"] .loading__spinner,
.grid__item .quick-add__submit[aria-busy="true"] .loading__spinner {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
  transition: opacity 220ms ease;
}
.card-wrapper .quick-add.loading .quick-add__submit::before,
.grid__item .quick-add.loading .quick-add__submit::before,
.card-wrapper .quick-add__submit[aria-busy="true"]::before,
.grid__item .quick-add__submit[aria-busy="true"]::before {
  opacity: 0 !important;
}

/* Reduced motion: keep transitions but disable bounce */
@media (prefers-reduced-motion: reduce) {
  .card-wrapper .quick-add__submit:hover::before,
  .grid__item .quick-add__submit:hover::before {
    animation: none !important;
  }
  .card-wrapper .quick-add__submit:hover,
  .grid__item .quick-add__submit:hover {
    transform: translateY(-1px) !important;
  }
}

/* ---- Mobile: centre title + price + bag, stack vertically ---- */
@media (max-width: 749px) {
  /* Centre title and information block */
  .card-wrapper .card__information,
  .grid__item .card__information,
  .card-wrapper .card-information,
  .grid__item .card-information {
    text-align: center !important;
    align-items: center !important;
  }
  .card-wrapper .card__heading,
  .grid__item .card__heading,
  .card-wrapper .card__heading > a,
  .grid__item .card__heading > a {
    text-align: center !important;
    justify-content: center !important;
    display: block;
  }
  /* Centre price block */
  .card-wrapper .price,
  .grid__item .price {
    text-align: center !important;
    padding-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .card-wrapper .price__regular,
  .grid__item .price__regular {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 6px !important;
  }
  /* Bag icon: inline beside price (not BELOW it) — overridden by .beleaev-price-row above */
  .card-wrapper .beleaev-price-row,
  .grid__item .beleaev-price-row {
    justify-content: center !important;
    gap: 10px !important;
  }
  .beleaev-price-row .quick-add,
  .beleaev-price-row .quick-add__submit {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
  }
  .beleaev-price-row .quick-add__submit::before {
    width: 15px !important;
    height: 15px !important;
  }
  /* Legacy fallback for cards that didn't get .beleaev-price-row yet */
  .card-wrapper .quick-add:not(.beleaev-price-row .quick-add),
  .grid__item .quick-add:not(.beleaev-price-row .quick-add) {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin: 12px auto 0 !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media (max-width: 540px) {
  .card-wrapper .price__amount,
  .grid__item .price__amount {
    font-size: 16px;
  }
  .beleaev-price-row .quick-add,
  .beleaev-price-row .quick-add__submit {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
  }
  .beleaev-price-row .quick-add__submit::before {
    width: 14px !important;
    height: 14px !important;
  }
}

/* ---------- 4. "Select Size:" variant picker â€” remove outer frame ---------- */
.product__info-container fieldset.product-form_input,
.product__info-container fieldset.product-form__input,
.product__info-container fieldset.product-form__input--pill {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 16px 0 !important;
}

.product__info-container fieldset.product-form_input > legend.form__label,
.product__info-container fieldset.product-form__input > legend.form__label,
.product__info-container fieldset.product-form__input--pill > legend.form__label {
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  background: transparent !important;
}

/* ============================================================
   INLINE BAG BESIDE PRICE — placed at end for highest priority
   Wraps .price + .quick-add into .beleaev-price-row via JS.
   ============================================================ */

.card-wrapper .beleaev-price-row,
.grid__item .beleaev-price-row,
.card .beleaev-price-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 8px !important;
  width: 100% !important;
}

.card-wrapper .beleaev-price-row .price,
.grid__item .beleaev-price-row .price,
.card .beleaev-price-row .price {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  text-align: left !important;
}

.card-wrapper .beleaev-price-row .quick-add,
.grid__item .beleaev-price-row .quick-add,
.card .beleaev-price-row .quick-add {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.card-wrapper .beleaev-price-row .quick-add__submit,
.grid__item .beleaev-price-row .quick-add__submit,
.card .beleaev-price-row .quick-add__submit {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
}

.card-wrapper .beleaev-price-row .quick-add__submit::before,
.grid__item .beleaev-price-row .quick-add__submit::before,
.card .beleaev-price-row .quick-add__submit::before {
  width: 16px !important;
  height: 16px !important;
}

/* Mobile (≤749px): centre the row, smaller bag */
@media (max-width: 749px) {
  .card-wrapper .beleaev-price-row,
  .grid__item .beleaev-price-row,
  .card .beleaev-price-row {
    justify-content: center !important;
    gap: 10px !important;
  }
  .card-wrapper .beleaev-price-row .quick-add,
  .grid__item .beleaev-price-row .quick-add,
  .card .beleaev-price-row .quick-add,
  .card-wrapper .beleaev-price-row .quick-add__submit,
  .grid__item .beleaev-price-row .quick-add__submit,
  .card .beleaev-price-row .quick-add__submit {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }
  .card-wrapper .beleaev-price-row .quick-add__submit::before,
  .grid__item .beleaev-price-row .quick-add__submit::before,
  .card .beleaev-price-row .quick-add__submit::before {
    width: 15px !important;
    height: 15px !important;
  }
}

/* Mobile small (≤540px) */
@media (max-width: 540px) {
  .card-wrapper .beleaev-price-row .quick-add,
  .grid__item .beleaev-price-row .quick-add,
  .card .beleaev-price-row .quick-add,
  .card-wrapper .beleaev-price-row .quick-add__submit,
  .grid__item .beleaev-price-row .quick-add__submit,
  .card .beleaev-price-row .quick-add__submit {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }
  .card-wrapper .beleaev-price-row .quick-add__submit::before,
  .grid__item .beleaev-price-row .quick-add__submit::before,
  .card .beleaev-price-row .quick-add__submit::before {
    width: 14px !important;
    height: 14px !important;
  }
}

/* Reset old padding-right (now no longer needed since bag is inline) */
.card-wrapper .beleaev-price-row ~ * .price,
.beleaev-price-row .price {
  padding-right: 0 !important;
}

/* ============================================================
   PRODUCT BADGES — top-left curator pills
   Imperial=Top Seller (gold), Beluga=Sommelier's Choice (cream),
   Baeri=Beginner's Pick (cream), Oscietra=Best Value (gold)
   ============================================================ */

.beleaev-badge {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 12px);
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 17px 8px 14px;
  border-radius: 999px;
  font-family: "Times New Roman", "Times", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20,18,14,0.92) 0%, rgba(10,10,10,0.92) 100%) !important;
  border: 1px solid rgba(201, 169, 97, 0.55) !important;
  color: #C9A961 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 0 0 1px rgba(201, 169, 97, 0.08) inset,
    0 4px 14px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(201, 169, 97, 0.10);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 380ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Subtle gold sheen on top edge — luxury feel */
.beleaev-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(201, 169, 97, 0.14) 0%,
    rgba(201, 169, 97, 0) 55%);
}

.beleaev-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 4px rgba(201, 169, 97, 0.4));
}

.beleaev-badge__icon svg {
  width: 100%;
  height: 100%;
}

.beleaev-badge__text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* All tones unified to gold luxury */
.beleaev-badge--gold,
.beleaev-badge--cream {
  color: #C9A961 !important;
  border-color: rgba(201, 169, 97, 0.55) !important;
}

/* Hover: gold border lights up + tiny lift (preserve translateX(-50%) centering) */
.card-wrapper:hover .beleaev-badge,
.grid__item:hover .beleaev-badge {
  transform: translate(-50%, -1px) !important;
  border-color: rgba(201, 169, 97, 0.85) !important;
  box-shadow:
    0 0 0 1px rgba(201, 169, 97, 0.14) inset,
    0 6px 18px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(201, 169, 97, 0.20);
}

/* Mobile (≤749px) — keep centered, just shrink */
@media (max-width: 749px) {
  .beleaev-badge {
    top: 8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 5px 10px 5px 8px !important;
    font-size: 9.5px !important;
    gap: 5px !important;
    letter-spacing: 0.12em !important;
  }
  .beleaev-badge__icon {
    width: 11px !important;
    height: 11px !important;
  }
}

/* Mobile small (≤540px) */
@media (max-width: 540px) {
  .beleaev-badge {
    font-size: 9px;
    padding: 5px 10px 5px 8px;
    letter-spacing: 0.12em;
  }
  .beleaev-badge__icon {
    width: 10px;
    height: 10px;
  }
}

/* ============================================================
   BRITISH QUALITY CONTROL — compact + UK flag
   ============================================================ */

.beleaev-bqc-section {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.beleaev-bqc-section .image-with-text__content {
  padding-block: 24px !important;
}
.beleaev-bqc-section .image-with-text__heading {
  font-size: clamp(22px, 2.4vw, 32px) !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.beleaev-bqc-section .image-with-text__text,
.beleaev-bqc-section .image-with-text__text * {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.beleaev-bqc-section .image-with-text__text {
  margin: 0 !important;
}

/* UK flag inline emblem in heading */
.beleaev-uk-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  flex-shrink: 0;
  border: 1px solid rgba(201, 169, 97, 0.45);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.beleaev-uk-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 749px) {
  .beleaev-bqc-section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .beleaev-bqc-section .image-with-text__content {
    padding-block: 18px !important;
  }
  .beleaev-bqc-section .image-with-text__heading {
    font-size: 22px !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .beleaev-bqc-section .image-with-text__text,
  .beleaev-bqc-section .image-with-text__text * {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }
  .beleaev-uk-flag {
    width: 30px;
    height: 19px;
  }
}

/* ============================================================
   AMBASSADORS BUTTON — centred on mobile
   ============================================================ */
.caviar-left__content {
  text-align: left;
}
.ambdr-btn {
  display: inline-block;
}

@media (max-width: 749px) {
  .caviar-left__content {
    text-align: center !important;
  }
  .ambdr-btn {
    display: inline-block !important;
    margin: 16px auto 0 !important;
  }
}

/* ============================================================
   SOMMELIER BANNER (home) — mobile: WhatsApp under Call me back
   ============================================================ */
@media (max-width: 540px) {
  .sommelier-banner__actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .sommelier-banner__cta {
    width: 100% !important;
    min-width: 140px !important;
    text-align: center !important;
  }
  .sommelier-banner__whatsapp {
    margin: 0 auto !important;
  }
}

/* ============================================================
   SEO: visually-hidden H1 (crawlable + accessible)
   ============================================================ */
.beleaev-seo-h1.visually-hidden,
h1.beleaev-seo-h1 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ============================================================
   PAYMENT ICONS — compact row in cart drawer + cart page footer
   ============================================================ */
.beleaev-pay-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 14px 0 6px 0;
  padding: 10px 12px;
  border-top: 1px solid rgba(245, 241, 232, 0.08);
}

.beleaev-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 22px;
  flex-shrink: 0;
  filter: saturate(0.95);
  opacity: 0.92;
  transition: opacity 200ms ease, transform 200ms ease;
}

.beleaev-pay-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}

.beleaev-pay-icon:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.beleaev-pay-row--page {
  border-top: 0;
  margin: 24px 0 8px;
}

@media (max-width: 540px) {
  .beleaev-pay-row {
    gap: 5px;
    padding: 8px 6px;
  }
  .beleaev-pay-icon {
    width: 30px;
    height: 20px;
  }
}

/* ============================================================
   STICKY MOBILE ATC — bottom-fixed bar on PDP, mobile only
   ============================================================ */
.beleaev-sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none; /* shown via .beleaev-sticky-atc--show */
  align-items: center;
  gap: 12px;
  padding: 10px 14px env(safe-area-inset-bottom) 14px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0));
  background: linear-gradient(180deg, rgba(10,10,10,0.96) 0%, rgba(10,10,10,1) 100%);
  border-top: 1px solid rgba(201, 169, 97, 0.4);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(100%);
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 749px) {
  .beleaev-sticky-atc {
    display: flex;
  }
  .beleaev-sticky-atc.beleaev-sticky-atc--show {
    transform: translateY(0);
  }
}

.beleaev-sticky-atc__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
}

.beleaev-sticky-atc__title {
  font-family: "Times New Roman", "Times", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f5f1e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.beleaev-sticky-atc__price {
  font-size: 13px;
  font-weight: 700;
  color: #C9A961;
  letter-spacing: 0.02em;
}

.beleaev-sticky-atc__btn {
  flex: 0 0 auto;
  appearance: none;
  border: 0;
  background: #C9A961;
  color: #0a0a0a;
  padding: 12px 22px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
  min-height: 44px;
}

.beleaev-sticky-atc__btn:hover,
.beleaev-sticky-atc__btn:focus-visible {
  background: #b8965a;
  transform: translateY(-1px);
  outline: none;
}

.beleaev-sticky-atc__btn:active {
  transform: translateY(0);
}

/* Body padding when sticky bar shown on mobile (so footer not covered) */
@media (max-width: 749px) {
  body:has(.beleaev-sticky-atc--show) {
    padding-bottom: 72px;
  }
}

/* ============================================================
   BELEAEV — Visible H1 marquee on homepage (CRO blocker C)
   Continuous horizontal scroll, dark+gold luxury vibe.
   4 copies of the phrase for seamless loop on wide screens.
   ============================================================ */
/* Hide stock Dawn announcement-bar — replaced by our beleaev-h1 marquee.
   Was visible on mobile as a duplicate "Free delivery 200£" strip above ours. */
.utility-bar,
.announcement-bar-section {
  display: none !important;
}

h1.beleaev-h1 {
  margin: 0;
  padding: 6px 0 5px;
  background: linear-gradient(
    180deg,
    #b89546 0%,
    #c9a961 30%,
    #d6b878 50%,
    #c9a961 70%,
    #b89546 100%
  );
  color: #0a0a0a;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* Marquee lives INSIDE <sticky-header> now — no body padding, no top override.
   Dark body bg as a safety net for rubber-band overscroll. */
html, body {
  background-color: #0a0a0a;
}

/* Force <sticky-header> to behave as block container, kill any inline gap
   between marquee H1 and the header that follows it. */
sticky-header {
  display: block;
}
sticky-header > h1.beleaev-h1 {
  display: block !important;
  margin: 0 !important;
  padding: 6px 0 5px !important;
}
/* Kill margin-only gap. DO NOT touch padding — .header needs its 20px top
   padding to keep logo and menu rows separated. */
sticky-header > h1.beleaev-h1 + * {
  margin-top: 0 !important;
}

/* The site's mega-menu is position:fixed; top:70px (hardcoded for original
   thin marquee). With our taller marquee + adjusted .header padding the logo
   lands under that y=70 and gets covered by the menu. Push the menu down. */
section.mega-menu {
  top: 102px !important;
}

/* Tighten gap between marquee and logo (was 20px, now ~6px = ~halved). */
sticky-header > .shopify-section > .header,
sticky-header > .header {
  padding-top: 6px !important;
}
sticky-header > h1.beleaev-h1 + .header,
sticky-header > h1.beleaev-h1 + header {
  border-top: 0 !important;
}

/* ============================================================
   Star Chef Ambassadors (.caviar-left) — 2x bigger than 3x-shrink
   = 1.5x reduction from original. Theme inlines <style>, override with !important.
   Hotel partners shown as stylised logo tiles (no real brand assets needed).
   ============================================================ */
.caviar-left {
  padding: 72px 48px 42px !important;
}
/* Wrap section in black so body bg doesn't show through margins */
.shopify-section:has(.caviar-left),
.shopify-section:has(.real-reviews-section),
.shopify-section:has(.beleaev-follow) {
  background: #000;
}
@media (max-width: 749px) {
  .caviar-left {
    padding-top: 16px !important;
    padding-bottom: 28px !important;
  }
}
.caviar-left__inner {
  gap: 48px !important;
  align-items: center !important;
}
.caviar-left__image img {
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
}
.caviar-left__heading {
  font-size: clamp(22px, 2.4vw, 32px) !important;
  margin: 0 0 14px !important;
  line-height: 1.15 !important;
}
.caviar-left__richtext,
.caviar-left__richtext p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 0 14px !important;
}
.caviar-left .ambdr-btn {
  font-size: 16px !important;
  padding: 16px 32px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  display: block !important;
  width: fit-content !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  background: transparent !important;
  color: #f5f1e8 !important;
  border: 1.2px solid #c9a961 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
}
.caviar-left .ambdr-btn:hover {
  background: #c9a961 !important;
  color: #0a0a0a !important;
}

/* Hotel partner logo tiles — stylised typography, no trademark images */
.ambassadors-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 18px;
  margin: 14px 0 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ambassadors-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 200ms ease, opacity 200ms ease;
  opacity: 0.85;
}
.ambassadors-logo:hover { opacity: 1; }
.ambassadors-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
  /* Force every brand SVG to render as white silhouette for unified look */
  filter: brightness(0) invert(1) opacity(0.85);
  transition: filter 320ms ease, opacity 320ms ease, transform 320ms ease;
}
.ambassadors-logo:hover img {
  /* Reveal original brand colours on hover */
  filter: none;
  opacity: 1;
  transform: scale(1.03);
}
/* Per-brand size tweaks because raw SVG aspect ratios differ */
.ambassadors-logo--raffles img { max-height: 30px; }
.ambassadors-logo--taj img     { max-height: 36px; }
.ambassadors-logo--hyatt img   { max-height: 22px; }
.ambassadors-logo--hilton img  { max-height: 24px; }
.ambassadors-logo--andaz img   { max-height: 22px; }
.ambassadors-logo--rgh img     { max-height: 38px; }

@media (max-width: 749px) {
  .caviar-left {
    padding: 20px 18px !important;
  }
  .caviar-left__inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .caviar-left__image img {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 5 / 3 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
  .caviar-left__heading {
    font-size: 20px !important;
    text-align: center !important;
  }
  .caviar-left__richtext,
  .caviar-left__richtext p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .caviar-left__content {
    max-width: 100% !important;
  }
  .caviar-left .ambdr-btn,
  .newsletter-button {
    font-size: 11px !important;
    padding: 10px 14px !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap !important;
  }
  .newsletter-input {
    font-size: 11px !important;
    padding: 10px 12px !important;
    min-width: 0 !important;
  }
  .newsletter-form {
    width: 100% !important;
    max-width: 320px !important;
    margin: 16px auto 0 !important;
  }
  .newsletter-container {
    padding: 0 16px !important;
  }
  .ambassadors-logos {
    gap: 10px 12px;
    padding: 12px 0;
  }
  .ambassadors-logo { min-height: 32px; }
  .ambassadors-logo--raffles img { max-height: 22px; }
  .ambassadors-logo--taj img     { max-height: 28px; }
  .ambassadors-logo--hyatt img   { max-height: 16px; }
  .ambassadors-logo--hilton img  { max-height: 18px; }
  .ambassadors-logo--andaz img   { max-height: 16px; }
  .ambassadors-logo--rgh img     { max-height: 28px; }
}

/* ============================================================
   MOBILE COMPACT — collect_reviews "Real Reviews Carousel"
   Section is theme-owned, aggressive cut of dead bottom space.
   ============================================================ */
.shopify-section[id*="collect_reviews"] {
  padding: 0 !important;
  margin: 0 !important;
  background: #0a0a0a;
}
.shopify-section[id*="collect_reviews"] > section,
.shopify-section[id*="collect_reviews"] > div {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  min-height: 0 !important;
}
.shopify-section[id*="collect_reviews"] [class*="real-reviews"] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

@media (max-width: 749px) {
  .shopify-section[id*="collect_reviews"],
  .shopify-section[id*="collect_reviews"] > *,
  .shopify-section[id*="collect_reviews"] [class*="real-reviews"],
  .shopify-section[id*="collect_reviews"] [class*="reviews-section"],
  .shopify-section[id*="collect_reviews"] [class*="carousel"],
  .shopify-section[id*="collect_reviews"] [class*="slide"] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  /* Heading: single-line if possible, smaller, centred */
  .shopify-section[id*="collect_reviews"] h1,
  .shopify-section[id*="collect_reviews"] h2,
  .shopify-section[id*="collect_reviews"] h3,
  .shopify-section[id*="collect_reviews"] [class*="title"],
  .shopify-section[id*="collect_reviews"] [class*="heading"] {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    letter-spacing: 0.04em !important;
    white-space: normal !important;
  }
  /* Star rating row + arrows: compact */
  .shopify-section[id*="collect_reviews"] [class*="rating"],
  .shopify-section[id*="collect_reviews"] [class*="stars"] {
    font-size: 14px !important;
    margin: 4px 0 !important;
  }
  /* Review card: tight padding */
  .shopify-section[id*="collect_reviews"] [class*="card"],
  .shopify-section[id*="collect_reviews"] [class*="review"] {
    padding: 8px !important;
    margin: 4px 0 !important;
    gap: 8px !important;
  }
  /* Product thumbnail in review: smaller */
  .shopify-section[id*="collect_reviews"] img {
    max-width: 80px !important;
    max-height: 80px !important;
  }
  /* Review body text */
  .shopify-section[id*="collect_reviews"] p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 4px 0 !important;
  }
  /* Swiper wrapper / pagination dots — kill bottom whitespace */
  .shopify-section[id*="collect_reviews"] .swiper-wrapper,
  .shopify-section[id*="collect_reviews"] .swiper-container,
  .shopify-section[id*="collect_reviews"] [class*="pagination"] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  /* ONE review per slide on mobile (was showing ~1.5 — slide width was %-based) */
  .shopify-section[id*="collect_reviews"] .swiper-slide,
  .shopify-section[id*="collect_reviews"] [class*="slide"]:not([class*="slider"]) {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    flex-shrink: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
    scroll-snap-align: start !important;
  }
  /* Hide overflow leak from neighbour slide */
  .shopify-section[id*="collect_reviews"] .swiper-container,
  .shopify-section[id*="collect_reviews"] .swiper-wrapper {
    overflow: hidden !important;
  }
}

/* Hide hardcoded "Free delivery on orders over £200" promo line in header.liquid.
   Replaced by the marquee H1 strip at the very top of the page. */
.vip,
header .vip,
.header .vip {
  display: none !important;
}

/* ============================================================
   BELEAEV — Trust Bar (luxury heraldic medallions)
   Wax-seal style emblems with double gold ring + uppercase typography.
   Layout: 6 desktop, 3x2 tablet, 2x3 mobile.
   ============================================================ */
.beleaev-trust-bar {
  margin: 36px 0 44px;
  padding: 18px 24px 16px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 169, 97, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
  border-top: 1px solid rgba(201, 169, 97, 0.22);
  border-bottom: 1px solid rgba(201, 169, 97, 0.22);
  color: #f5f1e8;
  position: relative;
}

.beleaev-trust-bar__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 760px;
  margin: 0 auto 8px;
}

.beleaev-trust-bar__rule {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201, 169, 97, 0.6) 50%, transparent 100%);
  max-width: 180px;
}

.beleaev-trust-bar__heading {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #C9A961;
  white-space: nowrap;
  text-align: center;
}

.beleaev-trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.beleaev-trust-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2px 6px;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.beleaev-trust-bar__item:hover {
  transform: translateY(-3px);
}

.beleaev-trust-bar__seal {
  width: 78px;
  height: 78px;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0 2px 8px rgba(201, 169, 97, 0.18));
  transition: filter 320ms ease, transform 320ms ease;
}

.beleaev-trust-bar__item:hover .beleaev-trust-bar__seal {
  filter: drop-shadow(0 4px 14px rgba(201, 169, 97, 0.35));
  transform: rotate(-2deg);
}

.beleaev-trust-bar__title {
  margin: 0 0 6px;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #f5f1e8;
  text-transform: uppercase;
  line-height: 1.3;
}

.beleaev-trust-bar__proof {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.42;
  color: rgba(245, 241, 232, 0.55);
  letter-spacing: 0.015em;
  max-width: 180px;
}

@media (max-width: 1100px) {
  .beleaev-trust-bar__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 18px;
  }
}

@media (max-width: 640px) {
  .beleaev-trust-bar {
    margin: 14px 0;
    padding: 14px 12px 12px;
  }
  .beleaev-trust-bar__head {
    gap: 10px;
    margin-bottom: 6px;
  }
  .beleaev-trust-bar__heading {
    font-size: 12px;
    letter-spacing: 0.03em;
    white-space: normal;
  }
  .beleaev-trust-bar__rule {
    max-width: 60px;
  }
  .beleaev-trust-bar__grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 18px;
    padding: 4px 12px 12px;
    margin: 0 -12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .beleaev-trust-bar__grid::-webkit-scrollbar { display: none; }
  .beleaev-trust-bar__item {
    flex: 0 0 130px;
    padding: 4px 2px;
    scroll-snap-align: start;
  }
  .beleaev-trust-bar__seal {
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
  }
  .beleaev-trust-bar__seal svg {
    width: 46px;
    height: 46px;
  }
  .beleaev-trust-bar__title {
    margin-bottom: 3px;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }
  .beleaev-trust-bar__proof {
    font-size: 10px;
    line-height: 1.3;
    max-width: 150px;
  }
}

.beleaev-h1__track {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
}

.beleaev-h1__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0a0a0a;
  white-space: nowrap;
  opacity: 0;
  animation: beleaev-fade var(--bb-cycle, 12s) infinite;
  text-align: center;
}
.beleaev-h1__item::after { content: none; }

@keyframes beleaev-fade {
  0%, 1%   { opacity: 0; transform: translate(-50%, -40%); }
  4%, 30%  { opacity: 1; transform: translate(-50%, -50%); }
  33%, 100%{ opacity: 0; transform: translate(-50%, -60%); }
}

/* Pause on hover — luxury affordance */
h1.beleaev-h1:hover .beleaev-h1__item,
h1.beleaev-h1:focus-within .beleaev-h1__item {
  animation-play-state: paused;
}

@media (max-width: 749px) {
  h1.beleaev-h1 {
    padding: 5px 0 4px;
    font-size: 10px;
    letter-spacing: 0.01em;
  }
  .beleaev-h1__track {
    animation-duration: 30s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .beleaev-h1__track {
    animation: none;
    transform: none;
    justify-content: center;
    width: 100%;
  }
  .beleaev-h1__item:not(:first-child) {
    display: none;
  }
}

/* ============================================================
   BELEAEV — Per-serving price on PDP (CRO blocker E)
   Sits under the main GBP price, anchors value perception.
   ============================================================ */
.beleaev-per-serving {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 8px 0 14px;
  padding: 8px 12px;
  background: rgba(201, 169, 97, 0.08);
  border-left: 2px solid #C9A961;
  border-radius: 2px;
  font-family: inherit;
}

.beleaev-per-serving__amount {
  font-size: 18px;
  font-weight: 700;
  color: #C9A961;
  letter-spacing: 0.01em;
}

.beleaev-per-serving__label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(245, 241, 232, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.beleaev-per-serving__hint {
  font-size: 11px;
  color: rgba(245, 241, 232, 0.55);
  margin-left: auto;
  cursor: help;
  font-style: italic;
}

@media (max-width: 749px) {
  .beleaev-per-serving {
    padding: 6px 10px;
  }
  .beleaev-per-serving__amount {
    font-size: 16px;
  }
  .beleaev-per-serving__hint {
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
}

/* ============================================================
   BELEAEV — Unify section width below Beyond the Pearl.
   Align with vertical label "GOURMET GROCERY" (X=32) — same left
   edge as bento __inner padding, NOT bento product cards.
   ============================================================ */
/* Trusted Customers + Star Chef Ambassadors:
   match Recipe Book width — max 1700, centered, padding 52 (desktop). */
.real-reviews-section,
.caviar-left__inner {
  max-width: 1700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 52px !important;
  padding-right: 52px !important;
  box-sizing: border-box !important;
}
@media (max-width: 990px) {
  .real-reviews-section,
  .caviar-left__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ============================================================
   BELEAEV — Newsletter SUBSCRIBE button — gold outline
   (matches .beleaev-split__cta and .ambdr-btn style).
   ============================================================ */
.newsletter-button {
  background: transparent !important;
  color: #f5f1e8 !important;
  border: 1.2px solid #c9a961 !important;
  border-radius: 0 4px 4px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 16px 32px !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}
.newsletter-button:hover {
  background: #c9a961 !important;
  color: #0a0a0a !important;
}

/* ============================================================
   BELEAEV — Mobile: section headings (GOURMET GROCERY, TRUSTED BY
   OUR CUSTOMERS) — centred and large to match Recipe Book label.
   Specificity 0,3,0+ to beat existing collect_reviews mobile rules.
   ============================================================ */
@media (max-width: 990px) {
  /* GOURMET GROCERY (bento label on mobile) */
  .beleaev-bento .beleaev-bento__label,
  .beleaev-bento__layout .beleaev-bento__label {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
  .beleaev-bento .beleaev-bento__label span,
  .beleaev-bento .beleaev-bento__label {
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
  }

  /* TRUSTED BY OUR CUSTOMERS (reviews header on mobile) */
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-header,
  .real-reviews-section .reviews-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-header h2,
  .real-reviews-section .reviews-header h2 {
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    width: 100% !important;
  }

  /* Trusted section padding 16 (matches Recipe Book) */
  .shopify-section[id*="collect_reviews"] .real-reviews-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  /* Review-card body — slightly tighter on mobile.
     Spec 0,4,0 to beat [id*="collect_reviews"] p / [class*="title"] rules. */
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .review-text,
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card p {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .product-name {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .date {
    font-size: 11px !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .review-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  /* Halve vertical gap between header (★ 250 Reviews) and cards.
     Spec 0,4,0 to beat existing [id*="collect_reviews"] [class*="review"] rule. */
  .real-reviews-section .reviews-header {
    margin-bottom: 4px !important;
    padding-bottom: 0 !important;
    gap: 4px !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-summary {
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-divider,
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-carousel,
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-carousel-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card {
    margin: 0 !important;
  }
  .real-reviews-section .reviews-header + * {
    margin-top: 0 !important;
  }

  /* Hard-collapse vertical whitespace inside reviews-header on mobile.
     Spec 0,4,0 to override [id*="collect_reviews"] global rules. */
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-header {
    margin: 0 0 4px !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .reviews-header h2 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .stars,
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-count,
  .shopify-section[id*="collect_reviews"] .real-reviews-section .nav-buttons {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
  .shopify-section[id*="collect_reviews"] .real-reviews-section .review-card {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
    margin: 0 !important;
  }
}

/* Trusted Customers — tone down meta typography (all viewports).
   Keep golden review-title large.
   Spec 0,4,0 to beat [id*="collect_reviews"] global rules. */
.shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .date {
  font-size: 11px !important;
  line-height: 1.4 !important;
  opacity: 0.75;
}
.shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .product-name {
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .review-text,
.shopify-section[id*="collect_reviews"] .real-reviews-section .review-card p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}
.shopify-section[id*="collect_reviews"] .real-reviews-section .review-card .stars {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

/* ============================================================
   BELEAEV — Bento card alignment.
   Stretch cards to equal height; pin price-block to the bottom
   so prices line up across cards regardless of subtitle length.
   ============================================================ */
.beleaev-bento .beleaev-bento__grid > * {
  display: flex;
  flex-direction: column;
}
/* Sold out / badge — absolute, anchored to bottom-right of media area
   (above card__content so it doesn't overlap the title) */
.beleaev-bento .card__content .card__badge,
.beleaev-bento .card__badge {
  position: absolute !important;
  top: auto !important;
  bottom: 100% !important;
  right: 12px !important;
  margin-bottom: 12px !important;
  z-index: 4 !important;
  pointer-events: none;
}

/* Force square media so titles align across cards (Lafitte fix) */
.beleaev-bento .product-card-wrapper .card__media,
.beleaev-bento .card-wrapper .card__media {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  overflow: hidden !important;
}
.beleaev-bento .product-card-wrapper .card__media img,
.beleaev-bento .card-wrapper .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.beleaev-bento .card-wrapper,
.beleaev-bento .product-card-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.beleaev-bento .card,
.beleaev-bento .card__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.beleaev-bento .card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.beleaev-bento .card__information {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.beleaev-bento .card-information {
  margin-top: auto;
}

/* ============================================================
   BELEAEV — Recipe Book (Petrossian-style)
   Vertical label + horizontal carousel of cards.
   Each card: square photo + body card (title, intro, meta, Read more)
   ============================================================ */
.beleaev-recipes {
  display: block;
  /* Align with bento; +20px each side to slightly narrow the block (~5mm) */
  padding: 0 52px;
  max-width: 1700px;
  margin: 0 auto;
}
/* Match vertical spacing to Trust Bar → Split Feature gap (44px) */
.shopify-section[id*="recipe_book"] {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
@media (max-width: 749px) {
  .shopify-section[id*="recipe_book"] {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
.beleaev-recipes__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}
.beleaev-recipes__label-dots {
  display: none;
}
.beleaev-recipes__label-text {
  writing-mode: horizontal-tb;
  transform: none;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-style: normal;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.05;
}
.beleaev-recipes__carousel {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}
.beleaev-recipes__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(440px, 38vw, 700px);
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  /* peek: right edge bleeds beyond viewport visually */
}
.beleaev-recipes__track::-webkit-scrollbar { display: none; }

.beleaev-recipes__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  background: transparent;
  align-items: stretch;
  min-width: 0;
  aspect-ratio: 2 / 1;
}
.beleaev-recipes__img-wrap {
  position: relative;
  overflow: hidden;
  background: #141210;
  width: 100%;
  height: 100%;
  min-width: 0;
}
.beleaev-recipes__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}
.beleaev-recipes__card:hover .beleaev-recipes__img {
  transform: scale(1.04);
}
.beleaev-recipes__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(201, 169, 97, 0.45);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-style: italic;
}
.beleaev-recipes__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 169, 97, 0.10);
  border-left: 0;
  padding: 18px 22px;
  min-width: 0;
  overflow: hidden;
}
.beleaev-recipes__title {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 600;
  color: #f5f1e8;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: 0.005em;
}
.beleaev-recipes__desc {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 241, 232, 0.72);
  margin: 0 0 14px;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.beleaev-recipes__meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0 0 14px;
  padding: 9px 0;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
  border-bottom: 1px solid rgba(201, 169, 97, 0.18);
}
.beleaev-recipes__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #C9A961;
  letter-spacing: 0.06em;
}
.beleaev-recipes__meta-item svg {
  flex: 0 0 auto;
  opacity: 0.85;
}
.beleaev-recipes__meta-sep {
  width: 1px;
  height: 12px;
  background: rgba(201, 169, 97, 0.25);
}
.beleaev-recipes__read {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f5f1e8;
  border-bottom: 1px solid #C9A961;
  padding-bottom: 3px;
  align-self: flex-start;
  font-weight: 500;
  transition: color 200ms ease;
}
.beleaev-recipes__card:hover .beleaev-recipes__read {
  color: #C9A961;
}

.beleaev-recipes__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 14px;
}
.beleaev-recipes__arrow {
  background: transparent;
  border: 1px solid rgba(201, 169, 97, 0.55);
  color: #C9A961;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  padding: 0;
}
.beleaev-recipes__arrow:hover {
  background: #C9A961;
  color: #0a0a0a;
  border-color: #C9A961;
}
.beleaev-recipes__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.beleaev-recipes__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(201, 169, 97, 0.30);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}
.beleaev-recipes__dot.is-active {
  background: #C9A961;
  transform: scale(1.25);
}

@media (max-width: 990px) {
  .beleaev-recipes {
    padding: 0 0 0 16px;
  }
  .beleaev-recipes__label {
    margin-bottom: 24px;
  }
  .beleaev-recipes__label-text { font-size: 28px; }
  .beleaev-recipes__track {
    grid-auto-columns: clamp(220px, 64vw, 290px);
    gap: 12px;
  }
  .beleaev-recipes__card {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }
  .beleaev-recipes__img-wrap {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }
  .beleaev-recipes__body {
    border: 0;
    background: transparent;
    padding: 14px 2px 4px;
  }
  .beleaev-recipes__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .beleaev-recipes__desc {
    display: none;
  }
  .beleaev-recipes__meta-row {
    border-top: 0;
    border-bottom: 0;
    padding: 4px 0 0;
    margin-bottom: 0;
    gap: 4px 10px;
    justify-content: space-between;
  }
  .beleaev-recipes__meta-item {
    font-size: 11px;
    gap: 6px;
  }
  .beleaev-recipes__meta-item svg {
    width: 13px;
    height: 13px;
  }
  .beleaev-recipes__meta-sep {
    display: none;
  }
  .beleaev-recipes__read {
    display: none;
  }
  .beleaev-recipes__nav {
    display: none;
  }
}

@media (max-width: 540px) {
  .beleaev-recipes__card {
    grid-template-columns: 0.85fr 1fr;
  }
  .beleaev-recipes__title { font-size: 16px; margin-bottom: 8px; }
  .beleaev-recipes__desc {
    font-size: 11.5px;
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
  }
  .beleaev-recipes__meta-row { padding: 8px 0; margin-bottom: 12px; gap: 4px 8px; }
  .beleaev-recipes__meta-item { font-size: 10.5px; }
}

/* ============================================================
   BELEAEV — Split Feature (Petrossian-style 3-col)
   Photo / center copy + 2 CTAs / Photo
   ============================================================ */
.beleaev-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  background: #0a0a0a;
  color: #f5f1e8;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
  border-bottom: 1px solid rgba(201, 169, 97, 0.18);
  overflow: hidden;
}
.beleaev-split__photo {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 15 / 8;
}
.beleaev-split__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}
.beleaev-split__img--mobile { display: none; }
@media (max-width: 990px) {
  .beleaev-split__photo--left { display: none; }
  .beleaev-split__photo--right .beleaev-split__img--desktop { display: none; }
  .beleaev-split__photo--right .beleaev-split__img--mobile { display: block; }
}
.beleaev-split__photo:hover .beleaev-split__img { transform: scale(1.04); }
.beleaev-split__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 360px;
  color: rgba(201, 169, 97, 0.45);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  padding: 24px;
}
.beleaev-split__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 24px;
  gap: 0;
}
.beleaev-split__eyebrow {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 1.72vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: #f5f1e8;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.beleaev-split__heading {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(29px, 3.43vw, 45px);
  font-weight: 400;
  color: #C9A961;
  letter-spacing: 0.005em;
  line-height: 1.05;
}
.beleaev-split__dots {
  display: inline-flex;
  gap: 5px;
  margin: 0 0 8px;
}
.beleaev-split__dots span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #C9A961;
  opacity: 0.7;
}
.beleaev-split__subtitle {
  margin: 0 0 14px;
  font-size: 15.5px;
  font-weight: 400;
  color: rgba(245, 241, 232, 0.78);
  letter-spacing: 0.02em;
  max-width: 360px;
  line-height: 1.45;
}
.beleaev-split__ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.beleaev-split__cta {
  display: inline-block;
  padding: 10px 20px;
  border: 1.2px solid #C9A961;
  background: transparent;
  color: #f5f1e8;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
  min-width: 110px;
  text-align: center;
}
.beleaev-split__cta:hover,
.beleaev-split__cta:focus-visible {
  background: #C9A961;
  color: #0a0a0a;
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 990px) {
  .beleaev-split {
    grid-template-columns: 1fr;
  }
  .beleaev-split__photo--right {
    order: 3;
  }
  .beleaev-split__center {
    order: 2;
    padding: 20px 16px;
  }
  .beleaev-split__heading {
    font-size: clamp(22px, 6vw, 28px);
  }
}

@media (max-width: 540px) {
  .beleaev-split__center {
    padding: 16px 14px;
  }
  .beleaev-split__eyebrow { font-size: 14px; margin-bottom: 4px; }
  .beleaev-split__heading { font-size: 26px; margin-bottom: 6px; }
  .beleaev-split__subtitle { font-size: 13px; margin-bottom: 10px; }
  .beleaev-split__cta {
    padding: 8px 14px;
    font-size: 11px;
    min-width: 95px;
  }
}

/* ============================================================
   BELEAEV — Instagram Feed (horizontal carousel with snap-scroll)
   Show 4 tiles desktop, 2.3 tiles mobile, snap to each post
   ============================================================ */
.beleaev-ig {
  margin: 0;
  padding: 36px 0 32px;
  background: #0a0a0a;
  color: #f5f1e8;
  border-top: 1px solid rgba(201, 169, 97, 0.18);
  border-bottom: 1px solid rgba(201, 169, 97, 0.18);
  position: relative;
}
.beleaev-ig__head {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: 760px;
  margin: 0 auto 4px;
  padding: 0 24px;
}
.beleaev-ig__rule {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.6), transparent);
  max-width: 180px;
}
.beleaev-ig__heading {
  margin: 0 !important;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
  font-size: clamp(18px, 2vw, 26px) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #C9A961 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap;
  text-align: center;
}
.beleaev-ig__handle {
  margin: 0 0 22px !important;
  text-align: center !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
}
.beleaev-ig__handle a {
  color: rgba(245, 241, 232, 0.62) !important;
  text-decoration: none !important;
  transition: color 200ms ease;
}
.beleaev-ig__handle a:hover { color: #C9A961 !important; }

.beleaev-ig__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  padding: 0 24px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,169,97,0.4) transparent;
}
.beleaev-ig__grid::-webkit-scrollbar {
  height: 6px;
}
.beleaev-ig__grid::-webkit-scrollbar-track {
  background: transparent;
}
.beleaev-ig__grid::-webkit-scrollbar-thumb {
  background: rgba(201,169,97,0.4);
  border-radius: 3px;
}

.beleaev-ig__tile {
  flex: 0 0 calc((100% - 24px - 36px) / 4) !important;
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(201, 169, 97, 0.06);
  border: 1px solid rgba(201, 169, 97, 0.18);
  text-decoration: none !important;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease;
  scroll-snap-align: start;
}
.beleaev-ig__tile:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 97, 0.6);
}
.beleaev-ig__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.beleaev-ig__tile:hover .beleaev-ig__img { transform: scale(1.06); }
.beleaev-ig__placeholder {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(201, 169, 97, 0.45) !important;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-style: italic;
}
.beleaev-ig__overlay {
  position: absolute !important;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0);
  color: #C9A961;
  opacity: 0;
  transition: opacity 280ms ease, background 280ms ease;
  pointer-events: none;
}
.beleaev-ig__tile:hover .beleaev-ig__overlay {
  opacity: 1;
  background: rgba(10, 10, 10, 0.45);
}
.beleaev-ig__cta-wrap {
  text-align: center !important;
  margin-top: 22px;
  padding: 0 24px;
}
.beleaev-ig__cta {
  display: inline-block !important;
  padding: 11px 24px !important;
  border: 1.5px solid #C9A961 !important;
  background: transparent !important;
  color: #C9A961 !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.beleaev-ig__cta:hover {
  background: #C9A961 !important;
  color: #0a0a0a !important;
  transform: translateY(-1px);
}

@media (max-width: 990px) {
  .beleaev-ig__tile {
    flex: 0 0 calc((100% - 24px - 24px) / 3) !important;
  }
}
@media (max-width: 640px) {
  .beleaev-ig {
    padding: 24px 0 22px;
  }
  .beleaev-ig__head { gap: 10px; padding: 0 16px; }
  .beleaev-ig__heading { font-size: 16px !important; }
  .beleaev-ig__rule { max-width: 60px; }
  .beleaev-ig__handle { margin-bottom: 14px !important; font-size: 11px !important; }
  .beleaev-ig__grid {
    padding: 0 16px 8px;
    gap: 8px;
  }
  .beleaev-ig__tile {
    flex: 0 0 calc((100% - 16px - 28px) / 2.3) !important;
  }
  .beleaev-ig__cta-wrap {
    margin-top: 16px;
    padding: 0 16px;
  }
  .beleaev-ig__cta {
    font-size: 10px !important;
    padding: 9px 18px !important;
  }
}
}


/* === Beleaev PDP Sommelier Bubble (WhatsApp) === */
.beleaev-sommelier-bubble {
  position: fixed;
  right: 20px;
  bottom: 88px; /* above sticky-atc-bar on mobile */
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff !important;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35), 0 2px 6px rgba(0,0,0,0.25);
  text-decoration: none !important;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.beleaev-sommelier-bubble:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45), 0 4px 10px rgba(0,0,0,0.3);
}
.beleaev-bubble-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  flex-shrink: 0;
}
.beleaev-bubble-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.beleaev-bubble-name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.beleaev-bubble-sub {
  font-size: 10.5px;
  opacity: 0.9;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .beleaev-sommelier-bubble {
    right: 14px;
    bottom: 92px;
    padding: 9px 14px 9px 10px;
  }
  .beleaev-bubble-name { font-size: 13px; }
  .beleaev-bubble-sub { font-size: 9.5px; }
}
@media (max-width: 380px) {
  .beleaev-bubble-text { display: none; }
  .beleaev-sommelier-bubble {
    padding: 12px;
    border-radius: 50%;
  }
  .beleaev-bubble-icon { width: 28px; height: 28px; }
}

/* Product card subtitle (tagline) — normal style for readability test.
   Higher specificity to beat Dawn base.css. */
.card-wrapper p.card__subtitle,
.card__information p.card__subtitle,
.card__content p.card__subtitle,
.product-card-wrapper p.card__subtitle,
p.card__subtitle {
  font-style: normal !important;
}

/* Mobile: tighten gap between product photo and title in bento (Gourmet Grocery, etc.) */
@media (max-width: 749px) {
  .beleaev-bento .product-card-wrapper .card__content,
  .beleaev-bento .card-wrapper .card__content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .beleaev-bento .product-card-wrapper .card-information,
  .beleaev-bento .card-wrapper .card-information {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  /* Mobile: do not flex-stretch card columns — keep content tight */
  .beleaev-bento .beleaev-bento__grid > *,
  .beleaev-bento .card-wrapper,
  .beleaev-bento .product-card-wrapper,
  .beleaev-bento .card,
  .beleaev-bento .card__inner,
  .beleaev-bento .card__content,
  .beleaev-bento .card__information {
    flex: 0 0 auto !important;
  }
  /* Cut padding/margin between media and title (gap ~59 → ~30) */
  .beleaev-bento .product-card-wrapper .card__information,
  .beleaev-bento .card-wrapper .card__information {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .shopify-section .beleaev-bento .product-card-wrapper .card__heading,
  .shopify-section .beleaev-bento .card-wrapper .card__heading,
  .shopify-section .beleaev-bento .product-card-wrapper .card__heading.h5,
  .shopify-section .beleaev-bento .card-wrapper .card__heading.h5 {
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
    min-height: 4.5em !important;
  }
  /* Cut subtitle → price gap in half (19 → ~10) */
  .shopify-section .beleaev-bento .product-card-wrapper .card__subtitle,
  .shopify-section .beleaev-bento .card-wrapper .card__subtitle {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    min-height: 2.8em !important;
  }
  .beleaev-bento .product-card-wrapper .beleaev-price-row,
  .beleaev-bento .card-wrapper .beleaev-price-row {
    margin-top: 4px !important;
  }
}

/* Mobile: reduce collection title → slider gap by ~40% total */
@media (max-width: 749px) {
  .collection__title {
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
  }
  .collection__title h1,
  .collection__title h2,
  .collection__title .title {
    margin-bottom: 6px !important;
  }
  .collection .slider-buttons {
    margin-top: 6px !important;
  }
}

/* ============================================================
   FINAL OVERRIDE — mobile button sizes for ambdr + newsletter.
   Placed at end of file to win against earlier non-media rules
   that share the same specificity.
   ============================================================ */
@media (max-width: 768px) {
  .caviar-left .ambdr-btn,
  .newsletter-button {
    font-size: 11px !important;
    padding: 10px 14px !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
  }
  .newsletter-input {
    font-size: 11px !important;
    padding: 10px 12px !important;
    min-width: 0 !important;
  }
  .newsletter-form {
    width: 100% !important;
    max-width: 320px !important;
    margin: 16px auto 0 !important;
    display: flex !important;
  }
  .newsletter-container {
    padding: 0 16px !important;
  }
}


/* ============================================================
   BELEAEV — MOBILE-ONLY spacing tweaks (30.04.2026, Tatyana)
   #1: gap between Trusted Reviews and Star Chef section
       desktop unchanged; mobile: -15% (40px -> 34px)
   #2: gap between hotel-partner marquee logos and the
       "STAR CHEF AMBASSADORS" heading: mobile -20% (24px -> 19px)
   Placed at end of file to win against earlier rules.
   ============================================================ */
@media (max-width: 749px) {
  .caviar-left {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
  .caviar-left__inner {
    gap: 10px !important;
  }
  .caviar-left__image img {
    aspect-ratio: 5 / 3 !important;
    max-width: 360px !important;
  }
  .ambassadors-marquee {
    margin-bottom: 8px !important;
    padding: 4px 0 !important;
  }
  .ambassadors-marquee__logo {
    height: 50px !important;
  }
  .caviar-left__heading {
    font-size: 22px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
  }
  .caviar-left__richtext,
  .caviar-left__richtext p {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 0 10px !important;
  }
  .caviar-left .ambdr-btn,
  .newsletter-button {
    padding: 8px 14px !important;
    font-size: 11px !important;
  }
}

/* ---------- PDP gold subtitle bold (2026-05-04) ---------- */
/* Element: <p class="title-line">{{ product.metafields.custom.product_title_line }}</p>
   Higher specificity (body p.title-line) to beat any competing rule. */
body p.title-line,
body .product__info-container .title-line,
body .product .title-line,
quick-add-modal p.title-line {
  font-weight: 700 !important;
}

/* ---------- Quick Add modal: keep ONE primary CTA (2026-05-04) ---------- */
/* Hides Shop Pay express checkout + "More payment options" inside Quick Add
   modal so users see only the ADD TO CART button. PDP keeps both buttons. */
quick-add-modal .shopify-payment-button,
quick-add-modal [data-shopify="payment-button"] {
  display: none !important;
}

/* ---------- OUT OF STOCK auto-badge (2026-05-04) ----------
   Shopify automatically applies .price--sold-out class to product cards when
   inventory hits zero (assumes "Continue selling when out of stock" is OFF).
   We surface that with a visible badge. When stock is replenished Shopify
   removes the class and the badge disappears automatically. No manual work.
   :has() support: all evergreen browsers. */
.card-wrapper:has(.price--sold-out),
product-card:has(.price--sold-out) {
  position: relative;
}
.card-wrapper:has(.price--sold-out)::before,
product-card:has(.price--sold-out)::before {
  content: "OUT OF STOCK";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.82);
  color: #d4af37;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 2px;
  pointer-events: none;
  font-family: inherit;
  line-height: 1.2;
}
/* (2026-05-04) Image dimming on OOS cards removed at founder's request —
   "продукты стали прозрачные". The OUT OF STOCK badge is enough indication. */
/* Optionally hide quick-add (cart icon) on sold-out cards — there's nothing
   to add. Theme already disables the button; we hide it to avoid visual noise. */
.card-wrapper:has(.price--sold-out) .quick-add,
product-card:has(.price--sold-out) .quick-add {
  visibility: hidden !important;
}
@media (max-width: 749px) {
  .card-wrapper:has(.price--sold-out)::before,
  product-card:has(.price--sold-out)::before {
    font-size: 9px;
    padding: 5px 8px;
    letter-spacing: 1.4px;
    top: 8px;
    left: 8px;
  }
}
