.product-detail-section[data-lfd-editorial-product] .product-editorial-lead {
  margin: 0 0 26px;
  padding: clamp(26px, 3.6vw, 44px);
  color: var(--paper);
  background: #143d43;
  border-top: 5px solid var(--sun);
}

.product-detail-section[data-lfd-editorial-product] .product-editorial-lead .product-kicker {
  margin-bottom: 14px;
  color: var(--sun);
  letter-spacing: 0.04em;
}

.product-detail-section[data-lfd-editorial-product] .product-editorial-lead h1 {
  margin: 0 0 10px;
  color: var(--paper);
  font-size: clamp(42px, 4.6vw, 64px);
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.product-detail-section[data-lfd-editorial-product] .product-editorial-lead .product-scientific {
  margin: 0 0 24px;
  color: #bcd1ce;
  font-size: clamp(16px, 1.5vw, 19px);
}

.product-detail-section[data-lfd-editorial-product] .product-editorial-lead .product-intro {
  max-width: 58ch;
  margin: 0 0 16px;
  padding-left: 18px;
  color: #d8e5e2;
  border-left: 3px solid var(--sun);
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 550;
  line-height: 1.58;
}

.product-price-block[hidden] {
  display: none !important;
}

[data-detail-stock][hidden] {
  display: none !important;
}

.product-meta-row {
  justify-content: flex-start;
}

.product-stock-block {
  align-items: flex-start;
  text-align: left;
}

.related-fish > div > span:not(.related-option-note) {
  display: none;
}

.related-option-note {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

html:not([data-lfd-woo-product-bridge="ready"]) .product-detail-section .variant-options,
html:not([data-lfd-woo-product-bridge="ready"]) .mobile-buy-bar {
  visibility: hidden;
}

.detail-price del,
.variant-price-pair del {
  color: #6c7f84;
  font-weight: 650;
  text-decoration-thickness: 1px;
}

.detail-price.is-sale-price ins,
.variant-sale-price ins {
  color: #b63f2b;
  font-weight: 900;
  text-decoration: none;
}

.detail-price.is-quantity-price ins,
.variant-quantity-price ins {
  color: #167447;
  font-weight: 900;
  text-decoration: none;
}

.variant-option-inner {
  grid-template-columns: minmax(0, 1fr) 122px 84px;
  grid-template-areas:
    "name price stepper"
    "size price stepper";
}

.variant-option-price {
  width: 122px;
  min-height: 48px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 1px;
  white-space: nowrap;
}

.variant-price-pair {
  display: inline-flex;
  gap: 2px 5px;
  align-items: baseline;
  justify-content: flex-end;
}

.variant-price-each {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.variant-option-price > small[data-variant-discount] {
  max-width: 122px;
  white-space: normal;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.12;
  text-align: right;
}

.variant-option-price > small[data-variant-discount][hidden] {
  display: none !important;
}

.variant-quantity-discount {
  color: #167447;
}

.variant-sale-applied {
  color: #b63f2b;
}

.variant-stepper {
  width: 84px;
  align-self: start;
  margin-top: 7px;
}

.variant-order-note.is-quantity-message {
  color: #167447;
  font-weight: 800;
}

.variant-order-note.is-sale-message {
  color: #b63f2b;
  font-weight: 800;
}

@media (max-width: 600px) {
  .product-detail-section[data-lfd-editorial-product] .product-editorial-lead {
    padding: 24px 20px 26px;
  }

  .product-detail-section[data-lfd-editorial-product] .product-editorial-lead h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .product-detail-section[data-lfd-editorial-product] .product-editorial-lead .product-intro {
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.62;
  }
}

@media (max-width: 520px) {

  .variant-option-inner {
    grid-template-columns: minmax(0, 1fr) 120px 98px;
    gap: 4px 5px;
  }

  .variant-option-price {
    width: 120px;
  }

  .variant-stepper {
    width: 98px;
    height: 38px;
    grid-template-columns: 34px 30px 34px;
  }

  .variant-option-price > small[data-variant-discount] {
    max-width: 120px;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-gallery {
    position: static;
  }

  .product-main-image,
  .product-main-image img {
    height: clamp(340px, 43vw, 440px);
    max-height: 440px;
  }

  .product-main-image img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

.lfd-food-product-loader {
  width: min(1180px, calc(100% - 28px));
  display: grid;
  gap: 5px;
  margin: 24px auto 48px;
  padding: 18px;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
}

.lfd-food-product-loader strong {
  color: var(--ink);
}

.lfd-food-product-loader a {
  color: var(--teal);
  font-weight: 850;
}

html[data-lfd-woo-product-bridge="ready"] .lfd-food-product-loader {
  display: none;
}

html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .product-detail-section,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .product-information,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .related-section,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .shop-assurances,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .mobile-buy-bar,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .service-bar,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .mobile-purchase-facts,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .product-return-bar,
html:not([data-lfd-woo-product-bridge="ready"]) body.lfd-food-product-page .catalog-hero {
  display: none;
}

.cart-sync-status {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 520;
  max-width: min(360px, calc(100vw - 28px));
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(10, 50, 47, 0.18);
  font-size: 13px;
  font-weight: 850;
}

body[data-cart-sync="working"] .shop-toast {
  display: none !important;
}

.cart-sync-status[hidden] {
  display: none;
}

.is-cart-sync-waiting {
  cursor: progress;
}

body.lfd-food-product-page .product-main-image,
body.lfd-food-product-page .product-main-image img {
  background: #f5f2e9;
}

body.lfd-food-product-page .product-main-image img {
  object-fit: contain;
}

body.lfd-food-product-page .product-scientific {
  display: none;
}

body.lfd-food-product-page .variant-options {
  grid-template-columns: 1fr;
}

body.lfd-product-unavailable-page .variant-order-note,
body.lfd-product-unavailable-page .selection-summary,
body.lfd-product-unavailable-page .quantity-breaks,
body.lfd-product-unavailable-page .purchase-context,
body.lfd-product-unavailable-page .product-promises,
body.lfd-product-unavailable-page .mobile-buy-bar {
  display: none !important;
}

body.lfd-product-unavailable-page .detail-stock {
  color: #7a3e32;
}

body.lfd-product-unavailable-page .detail-stock::before {
  background: #a85c4c;
  box-shadow: 0 0 0 3px #f2e4df;
}

body.lfd-product-unavailable-page .product-price-block small,
body.lfd-product-unavailable-page .product-stock-block small {
  max-width: 260px;
  line-height: 1.45;
}

.product-unavailable-panel {
  margin-top: 22px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-left: 5px solid #a85c4c;
  border-radius: 5px;
}

.product-unavailable-panel .eyebrow {
  margin: 0 0 7px;
  color: #7a3e32;
}

.product-unavailable-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(25px, 3vw, 34px);
}

.product-unavailable-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.product-unavailable-panel .button {
  margin-top: 18px;
}

@media (max-width: 600px) {
  body.lfd-product-unavailable-page .product-meta-row {
    align-items: flex-start;
  }

  body.lfd-product-unavailable-page .detail-price {
    font-size: 22px;
  }

  body.lfd-product-unavailable-page .product-stock-block {
    max-width: 56%;
  }
}

body.lfd-food-product-page .variant-option-inner {
  min-height: 82px;
  grid-template-columns: minmax(100px, 1fr) minmax(100px, 0.9fr) 122px 116px;
  grid-template-areas: "name size price stepper";
  gap: 8px 14px;
  padding: 12px 14px;
}

body.lfd-food-product-page .variant-size {
  display: block;
}

body.lfd-food-product-page .variant-size strong {
  color: var(--leaf);
  text-transform: uppercase;
}

body.lfd-food-product-page .variant-stepper {
  width: 116px;
  min-height: 44px;
  align-self: center;
  margin-top: 0;
  grid-template-columns: 44px minmax(26px, 1fr) 44px;
}

body.lfd-food-product-page .variant-stepper button {
  min-width: 44px;
  min-height: 44px;
}

body.lfd-food-product-page .related-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lfd-food-product-page .related-fish:last-child {
  display: grid;
}

body.lfd-food-product-page .related-image {
  aspect-ratio: 1 / 1;
  background: #f5f2e9;
}

body.lfd-food-product-page .related-image img {
  object-fit: contain;
}

@media (max-width: 1180px) {
  body.lfd-food-product-page .variant-option-inner {
    grid-template-columns: minmax(0, 1fr) 122px 116px;
    grid-template-areas:
      "name price stepper"
      "size price stepper";
    gap: 5px 8px;
  }
}

@media (max-width: 800px) {
  body.lfd-food-product-page .variant-option-inner {
    grid-template-columns: minmax(0, 1fr) 120px 116px;
    grid-template-areas:
      "name price stepper"
      "size price stepper";
    gap: 5px 8px;
  }

  body.lfd-food-product-page .variant-option-price {
    width: 120px;
  }

  body.lfd-food-product-page .variant-stepper {
    width: 116px;
    grid-template-columns: 44px minmax(26px, 1fr) 44px;
  }
}

@media (max-width: 680px) {
  body.lfd-food-product-page .related-products {
    grid-template-columns: 1fr;
  }

  body.lfd-food-product-page .related-image {
    aspect-ratio: auto;
  }

  body.lfd-food-product-page .mobile-buy-bar {
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .cart-sync-status {
    right: 14px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  body.lfd-food-product-page main {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

@media (max-width: 420px) {
  body.lfd-food-product-page .variant-option-inner {
    grid-template-columns: minmax(0, 1fr) 104px 116px;
    gap: 4px 5px;
    padding-inline: 10px;
  }

  body.lfd-food-product-page .variant-option-price {
    width: 104px;
  }
}
