:root {
  --g8-shop-rose: #fee7e1;
  --g8-shop-coral: #c87870;
  --g8-shop-foam: #eefbff;
  --g8-shop-navy: #22314c;
  --g8-shop-border: rgba(34, 49, 76, .14);
}

html { scroll-behavior: smooth; }
body.woocommerce-shop {
  font-family: "Avenir Next", "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.woocommerce-shop button,
body.woocommerce-shop input,
body.woocommerce-shop select,
body.woocommerce-shop textarea { font: inherit; }
.g8-shop-main {
  overflow: hidden;
  color: #3c3c3c;
  font-family: "Avenir Next", "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.g8-shop-main button,
.g8-shop-main input,
.g8-shop-main select,
.g8-shop-main textarea { font: inherit; }
.g8-shop-main h1,
.g8-shop-main h2,
.g8-shop-main h3 {
  color: var(--g8-shop-navy);
  font-family: var(--g8-font-heading, "Nobel", "Avenir Next", "Futura", "Montserrat", system-ui, sans-serif);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
}
.g8-shop-main [id] { scroll-margin-top: 150px; }
.g8-shop-main .g8-button { text-align: center; }

.g8-shop-hero { padding: 58px 0 68px; background: linear-gradient(135deg, var(--g8-foam, #eefbff) 0%, #fff 58%, var(--g8-rose-pale, #fff4f1) 100%); }
.g8-shop-hero__grid,
.g8-shop-hero__copy { display: grid; gap: 22px; }
.g8-shop-hero h1 { max-width: 15ch; margin: 0; font-size: clamp(2.35rem, 9vw, 3.5rem); }
.g8-shop-hero__lead { max-width: 620px; margin: 0; padding-left: 22px; border-left: 3px solid var(--g8-rose-soft, #fecdc0); font-size: 1.1rem; font-style: italic; line-height: 1.55; }
.g8-shop-hero__benefits { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.g8-shop-hero__benefits li { display: grid; grid-template-columns: 1.5em minmax(0,1fr); gap: 10px; align-items: start; }
.g8-shop-hero__benefits li > span { width: 1.5em; text-align: center; }
.g8-shop-hero__price { display: flex; gap: .65rem; align-items: baseline; margin: 0; font-size: 1rem; }
.g8-shop-hero__price strong { color: var(--g8-shop-navy); font-size: 1.65rem; }
.g8-shop-hero__price .woocommerce-Price-amount { color: inherit; }
.g8-shop-hero__price .woocommerce-price-suffix { font-size: 1rem; font-weight: 400; }
.g8-shop-delivery { display: flex; gap: .45rem; align-items: center; font-size: .94rem; font-weight: 600; }
.g8-shop-hero__actions { display: grid; gap: 12px; margin: 0; }
.g8-shop-pro-link { border-color: var(--g8-border, rgba(34,49,76,.14)); background: rgba(255,255,255,.72); color: var(--g8-shop-navy); font-size: .92rem; }

.g8-shop-hero-carousel { width: min(100%, 520px); min-width: 0; margin-inline: auto; }
.g8-shop-hero-carousel__viewport { position: relative; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 22px 48px -28px rgba(34,49,76,.42); touch-action: pan-y; }
.g8-shop-hero-carousel__track { display: flex; transform: translateX(calc(var(--g8-shop-carousel-index, 0) * -100%)); transition: transform .48s ease; }
.g8-shop-hero-carousel__slide { position: relative; flex: 0 0 100%; margin: 0; }
.g8-shop-hero-carousel__slide img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.g8-shop-hero-carousel__slide figcaption { display: none; }
.g8-shop-carousel-button { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--g8-shop-navy); font-size: 2rem; transform: translateY(-50%); cursor: pointer; }
.g8-shop-carousel-button--prev { left: .8rem; }
.g8-shop-carousel-button--next { right: .8rem; }
.g8-shop-carousel-dots { display: flex; justify-content: center; gap: .55rem; min-height: 14px; margin-top: 1rem; }
.g8-shop-carousel-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--g8-shop-navy); border-radius: 50%; background: transparent; cursor: pointer; }
.g8-shop-carousel-dots button.is-active { background: var(--g8-shop-navy); }
.g8-shop-video-link { display: block; margin: .9rem auto 0; padding: .25rem; border: 0; background: transparent; color: var(--g8-shop-navy); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.g8-pack-picker { padding: 54px 0 58px; background: linear-gradient(180deg, #fff, var(--g8-foam-soft, #f6fdff)); }
.g8-pack-picker__layout { display: grid; gap: 28px; align-items: center; }
.g8-pack-picker__gift { display: block; margin: 0; padding: 16px; border: 1px solid rgba(34,49,76,.08); border-radius: 8px; background: #fff; box-shadow: 0 24px 48px -38px rgba(34,49,76,.5); }
.g8-pack-picker .g8-pack-picker__gift-title { margin: 0 0 12px; color: var(--g8-coral-strong, #c87870); text-align: left; }
.g8-pack-picker__gift img { display: block; width: 100%; height: auto; aspect-ratio: 1; border-radius: 8px; object-fit: cover; }
.g8-pack-picker__gift figcaption { margin-top: 12px; color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .95rem; line-height: 1.45; }
.g8-pack-picker__language-note { display: flex; gap: 7px; align-items: flex-start; margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--g8-border, rgba(34,49,76,.14)); color: var(--g8-shop-navy); font-size: .84rem; line-height: 1.45; }
.g8-pack-picker__language-note span { flex: 0 0 auto; color: var(--g8-coral-strong, #c87870); font-size: 1rem; line-height: 1.2; }
.g8-pack-picker__choice { position: relative; display: grid; gap: 12px; text-align: left; }
.g8-pack-picker__choice .g8-section-title { max-width: 13.8ch; margin: 0 0 6px; text-align: left; }
.g8-pack-picker__choice > p { max-width: 680px; margin: 0; color: var(--g8-text, #3c3c3c); font-size: 1.05rem; font-weight: 400; line-height: 1.55; }
.g8-pack-picker__links { display: grid; gap: 12px; margin-top: 8px; }
.g8-pack-picker__links a { display: grid; min-height: 46px; place-items: center; padding: 10px 14px; border: 1px solid var(--g8-border, rgba(34,49,76,.14)); border-radius: 8px; background: #fff; color: var(--g8-shop-navy); font-weight: 600; text-decoration: none; box-shadow: 0 10px 24px -20px rgba(34,49,76,.6); }
.g8-pack-picker__links a:nth-child(1) { background: var(--g8-shop-foam); }
.g8-pack-picker__links a:nth-child(2) { background: var(--g8-shop-navy); color: #fff; }
.g8-pack-picker__links a:nth-child(3) { background: var(--g8-shop-rose); }
.g8-pack-picker__links a:nth-child(4) { background: #eceaec; }

.g8-product-offer { position: relative; isolation: isolate; overflow: hidden; padding: 72px 0; scroll-margin-top: 100px; }
.g8-product-offer--single { background: linear-gradient(135deg,#fff8f6,#fee7e1); }
.g8-product-offer--duo { background: linear-gradient(135deg,#e5f7fd,#f2fbfe); }
.g8-product-offer--four { background: linear-gradient(135deg,#fff7ed,#fbe9df); }
.g8-product-offer--six { background: linear-gradient(135deg,#edf3fa,#dcecf6); }
.g8-product-offer__panel { position: relative; z-index: 1; display: grid; gap: 30px; align-items: center; padding: 24px; border: 1px solid rgba(34,49,76,.1); border-radius: 8px; background: rgba(255,255,255,.72); box-shadow: var(--g8-shadow, 0 24px 48px -36px rgba(34,49,76,.45)); backdrop-filter: blur(10px); }
.g8-product-offer__media { position: relative; display: block; width: min(100%,400px); justify-self: center; overflow: hidden; border-radius: 8px; background: #fff; }
.g8-product-offer__media img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .35s ease; }
.g8-product-offer__media:hover img { transform: scale(1.02); }
.g8-product-offer__badge { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 8px 12px; border-radius: 999px; background: var(--g8-shop-navy); color: #fff; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.g8-product-offer__content { display: grid; gap: 18px; }
.g8-product-offer h2 { max-width: 18ch; margin: 0; font-size: clamp(2rem, 6vw, 3rem); }
.g8-product-offer__copy { max-width: 620px; font-size: 1.1rem; }
.g8-product-offer__language-note { display: flex; gap: 6px; align-items: flex-start; max-width: 540px; margin: -8px 0 0; color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .78rem; line-height: 1.4; }
.g8-product-offer__language-note span { flex: 0 0 auto; color: var(--g8-coral-strong, #c87870); font-size: .9rem; line-height: 1.2; }
.g8-product-offer__buy { display: grid; gap: 10px; }
.g8-shop-price { display: flex; flex-wrap: wrap; gap: 5px 10px; align-self: center; align-items: baseline; margin: 0; color: var(--g8-shop-navy); font-size: 1.7rem; font-weight: 700; }
.g8-shop-price > .g8-shop-price__label { font-size: .75rem; font-weight: 600; text-transform: none; letter-spacing: 0; opacity: .8; }
.g8-shop-price small { color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .7rem; font-weight: 500; }
.g8-shop-price del { font-size: 1.1rem; opacity: .6; }
.g8-product-offer__stock .stock,
.g8-quick-view-product__stock .stock { margin: .5rem 0; font-weight: 700; }
.g8-product-offer__stock .stock { margin: 0; color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .9rem; font-weight: 600; }
.g8-quick-view-product__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.25rem; }
.g8-product-offer__quantity-note { margin-top: -8px; color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .72rem; line-height: 1.35; }
.g8-product-offer .added_to_cart,
.g8-quick-view-product .added_to_cart { display: inline-flex; align-items: center; min-height: 48px; color: var(--g8-shop-navy); font-weight: 700; }
.g8-product-offer .added_to_cart { min-height: auto; justify-self: center; font-size: .82rem; line-height: 1.35; text-underline-offset: 3px; }

.g8-shop-snackbar { position: fixed; z-index: 10000; right: 24px; bottom: 24px; display: flex; max-width: min(420px,calc(100vw - 32px)); align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: var(--g8-shop-navy); color: #fff; box-shadow: 0 18px 44px -20px rgba(34,49,76,.7); font-size: .95rem; font-weight: 400; opacity: 0; transform: translateY(18px); transition: opacity .22s ease,transform .22s ease; pointer-events: none; }
.g8-shop-snackbar.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.g8-shop-snackbar__icon { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; border-radius: 50%; background: var(--g8-shop-rose); color: var(--g8-shop-navy); font-size: 1rem; font-weight: 800; }
.g8-shop-snackbar__cart { display: inline-flex; min-height: 34px; flex: 0 0 auto; align-items: center; padding: 7px 12px; border-radius: 6px; color: var(--g8-shop-navy); background: var(--g8-shop-rose); font-size: .8rem; font-weight: 400; line-height: 1; text-decoration: none; white-space: nowrap; }
.g8-shop-snackbar__cart::after { margin-left: 6px; content: "→"; transition: transform .18s ease; }
.g8-shop-snackbar__cart:hover { color: var(--g8-shop-navy); background: var(--g8-rose-hover); }
.g8-shop-snackbar__cart:hover::after { transform: translateX(2px); }
.g8-shop-snackbar__cart:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.g8-shop-freezer { background: radial-gradient(circle at 10% 18%,rgba(255,255,255,.72),transparent 34%),radial-gradient(circle at 90% 82%,rgba(170,226,244,.22),transparent 30%),linear-gradient(145deg,#fff1ed,var(--g8-rose-pale, #fff4f1) 58%,#fbd8cf); }
.g8-shop-freezer .g8-section-title { max-width: 18ch; color: var(--g8-shop-navy); }
.g8-shop-freezer .g8-section-header > p:not(.g8-kicker) { color: var(--g8-text, #3c3c3c); }
.g8-shop-freezer__grid { display: grid; gap: 14px; }
.g8-shop-freezer__grid article { padding: 22px; border: 1px solid rgba(34,49,76,.12); border-top: 4px solid #aae2f4; border-radius: 8px; background: rgba(255,255,255,.72); color: var(--g8-text, #3c3c3c); box-shadow: 0 22px 44px -36px rgba(34,49,76,.4); backdrop-filter: blur(8px); }
.g8-shop-freezer__grid article:nth-child(2) { border-top-color: var(--g8-coral-strong, #c87870); }
.g8-shop-freezer__grid strong { display: block; margin-bottom: 12px; color: var(--g8-shop-navy); font-size: clamp(1.7rem,3vw,2.5rem); font-weight: 600; line-height: 1; }
.g8-shop-freezer__grid h3 { margin-bottom: 8px; color: var(--g8-shop-navy); }
.g8-shop-freezer__note { max-width: none; margin: 18px 0 0 auto; color: var(--g8-muted, rgba(60,60,60,.68)); font-size: .78rem; line-height: 1.5; text-align: right; }
.g8-shop-freezer__faq { margin-top: 24px; border-top: 4px solid var(--g8-coral-strong, #c87870); background: rgba(255,255,255,.78); box-shadow: 0 22px 44px -36px rgba(34,49,76,.4); backdrop-filter: blur(8px); }
.g8-shop-freezer__faq h3 { margin: 0; font: inherit; }
.g8-shop-freezer__faq .g8-faq-item__answer { padding: 0 clamp(18px,3vw,30px) 28px; }
.g8-shop-freezer__faq .g8-faq-table-wrap { margin-top: 22px; }
.g8-shop-freezer__faq table { background: rgba(238,251,255,.72); }

.g8-shop-customer-proof { background: #faf8f8; }
.g8-shop-gallery,
.g8-shop-amazon-reviews { padding-block: clamp(48px,6vw,72px); background: radial-gradient(circle at 12% 18%,rgba(238,251,255,.72),transparent 30%),#faf8f8; }
.g8-shop-customer-proof .g8-section-title { font-size: clamp(2rem,3.6vw,2.75rem); }
.g8-shop-customer-proof .g8-section-header { margin-bottom: 26px; }
.g8-shop-showcase { display: grid; gap: 13px; min-width: 0; }
.g8-shop-showcase__viewport { position: relative; overflow: hidden; }
.g8-shop-showcase__track { display: flex; gap: 12px; overflow: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.g8-shop-showcase__track > * { flex: 0 0 78%; min-width: 0; margin: 0; scroll-snap-align: start; }
.g8-shop-gallery .g8-shop-showcase__track figure { height: clamp(230px,62vw,300px); overflow: hidden; border-radius: 8px; background: var(--g8-foam-soft, #f6fdff); }
.g8-shop-gallery .g8-shop-showcase__track img { display: block; width: 100%; height: 100%; object-fit: cover; }
.g8-shop-showcase__prev,
.g8-shop-showcase__next { position: absolute; z-index: 2; top: 50%; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--g8-shop-navy); box-shadow: 0 12px 28px -16px rgba(34,49,76,.45); font-size: 1.55rem; transform: translateY(-50%); cursor: pointer; }
.g8-shop-showcase__prev { left: 8px; }
.g8-shop-showcase__next { right: 8px; }
.g8-shop-showcase__dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; min-height: 9px; }
.g8-shop-showcase__dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(34,49,76,.2); cursor: pointer; }
.g8-shop-showcase__dots button.is-active { background: var(--g8-coral-strong, #c87870); }
.g8-shop-amazon-reviews > .g8-container { display: grid; gap: 28px; align-items: center; }
.g8-shop-amazon-reviews .g8-section-header { max-width: 410px; }
.g8-shop-amazon-card { min-height: 290px; padding: 24px; border-radius: 8px; background: #fff; box-shadow: 0 20px 44px -34px rgba(34,49,76,.38); }
.g8-shop-amazon-card h3 { font-size: 1.05rem; }
.g8-shop-amazon-card h4 { margin: 18px 0 8px; font-size: 1rem; line-height: 1.3; }
.g8-shop-amazon-card > p:last-child { font-size: .92rem; line-height: 1.55; }
.g8-shop-amazon-card__rating { margin-top: 2px; color: #ffb000; }
.g8-shop-amazon-card__rating span { color: #21c34b; }

.g8-shop-carrefour {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #fff7e9 0%, #fee7e1 52%, #ffd9a8 100%);
}
.g8-shop-carrefour__header {
  margin-bottom: clamp(28px,4vw,46px);
}
.g8-shop-carrefour__header .g8-kicker { margin-bottom: 12px; }
.g8-shop-carrefour__header .g8-section-title {
  max-width: none;
  margin: 0;
  color: var(--g8-shop-navy);
  font-size: clamp(2.35rem,4vw,3.5rem);
}
.g8-shop-carrefour__caption {
  max-width: none;
  margin: clamp(18px,2.5vw,28px) 0 0;
  color: var(--g8-shop-navy);
  font-size: clamp(1rem,1.5vw,1.16rem);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .g8-shop-carrefour__caption { white-space: nowrap; }
}
.g8-shop-carrefour__gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.g8-shop-carrefour__image {
  min-width: 0;
  height: clamp(220px,55vw,330px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(34,49,76,.1);
  border-radius: 8px;
  background: #fff;
}
.g8-shop-carrefour__image--wide { grid-column: 1 / -1; }
.g8-shop-carrefour__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.g8-shop-carrefour__image:hover img { transform: scale(1.025); }
.g8-shop-carrefour__cta {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px,3vw,30px);
  border: 1px solid rgba(34,49,76,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}
.g8-shop-carrefour__cta p { margin: 0; color: var(--g8-shop-navy); }
.g8-shop-carrefour__cta .g8-button { justify-self: start; }

.g8-shop-pro { background: radial-gradient(circle at 88% 12%,rgba(170,226,244,.2),transparent 34%),radial-gradient(circle at 10% 82%,rgba(254,205,192,.12),transparent 36%),linear-gradient(145deg,var(--g8-navy-deep, #1d2a42),var(--g8-shop-navy) 56%,#2b3e5d); color: #fff; text-align: right; }
.g8-shop-pro__layout { display: grid; gap: clamp(28px,5vw,64px); align-items: center; }
.g8-shop-pro__copy { display: grid; gap: 22px; align-content: center; }
.g8-shop-pro .g8-section-title { max-width: none; color: #fff; font-size: clamp(2rem,4vw,3.25rem); }
.g8-shop-pro .g8-section-header p:not(.g8-kicker) { color: rgba(255,255,255,.8); }
.g8-shop-pro-carousel { display: grid; gap: 14px; min-width: 0; }
.g8-shop-pro-carousel__viewport { position: relative; overflow: hidden; border-radius: 8px; background: rgba(10,24,48,.5); box-shadow: 0 22px 48px -34px rgba(5,14,31,.8); }
.g8-shop-pro-carousel__track { display: flex; transition: transform .6s ease; }
.g8-shop-pro-carousel__slide { flex: 0 0 100%; min-width: 0; margin: 0; }
.g8-shop-pro-carousel__slide img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.g8-shop-pro-carousel__controls { position: absolute; inset: 50% 12px auto; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; }
.g8-shop-pro-carousel__controls button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(34,49,76,.14); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--g8-shop-navy); font-size: 1.7rem; cursor: pointer; pointer-events: auto; }
.g8-shop-pro-carousel__dots { display: flex; justify-content: center; gap: 9px; min-height: 11px; }
.g8-shop-pro-carousel__dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.32); cursor: pointer; }
.g8-shop-pro-carousel__dots button.is-active { background: var(--g8-coral-strong, #c87870); }

.g8-shop-faq { background: #f8fdff; }
.g8-shop-faq__grid { display: grid; gap: 34px; align-items: start; }
.g8-shop-faq .g8-faq-list { margin: 2rem 0 0; }
.g8-shop-faq .g8-faq-item h3 { margin: 0; }
.g8-shop-faq__visual { margin: 0; }
.g8-shop-faq__visual img { width: min(100%,480px); margin: auto; aspect-ratio: 1; object-fit: contain; }
.g8-shop-faq__rotating-image { --g8-shop-faq-rotate: 0deg; display: block; transform: rotate(var(--g8-shop-faq-rotate)); transform-origin: center; transition: none; will-change: transform; }
.g8-shop-faq__more { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; color: var(--g8-shop-navy); font-weight: 650; text-decoration: underline; text-decoration-color: var(--g8-coral-strong, #c87870); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.g8-shop-faq__more span { color: var(--g8-coral-strong, #c87870); font-size: 1.15em; transition: transform .2s ease; }
.g8-shop-faq__more:hover span,
.g8-shop-faq__more:focus-visible span { transform: translateX(4px); }
.g8-shop-professional-bridge { margin: 0; padding: 1.3rem 1rem; background: var(--g8-shop-rose); text-align: center; }
.g8-shop-professional-bridge a { color: var(--g8-shop-navy); font-weight: 700; }

.g8-product-modal .g8-info-modal__dialog { width: min(calc(100% - 1.5rem), 1180px); max-height: min(92vh, 900px); padding: 0; overflow: hidden; border-radius: 18px; background: #fffdfc; }
.g8-product-modal .g8-info-modal__header { position: absolute; z-index: 6; top: 18px; right: 18px; margin: 0; }
.g8-product-modal__accessible-title { 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; }
.g8-product-modal .g8-info-modal__close { width: 44px; height: 44px; background: var(--g8-shop-rose); box-shadow: 0 8px 22px -12px rgba(34,49,76,.45); font-size: 1.35rem; }
.g8-product-modal .g8-quick-view__content { max-height: min(92vh,900px); padding: clamp(24px,4vw,50px); overflow: auto; }
.g8-quick-view-product { display: grid; gap: clamp(22px,3vw,38px); }
.g8-quick-view-product__heading { display: flex; grid-column: 1 / -1; align-items: end; justify-content: space-between; gap: 28px; padding-right: 58px; padding-bottom: 22px; border-bottom: 1px solid var(--g8-border,rgba(34,49,76,.14)); }
.g8-quick-view-product__heading .g8-kicker { margin: 0 0 8px; }
.g8-quick-view-product__heading .g8-shop-price { flex: 0 0 auto; align-self: end; font-size: clamp(1.55rem,2.2vw,2rem); }
.g8-quick-view-product h3 { margin: 0; color: var(--g8-shop-navy); font-size: clamp(1.65rem,3.2vw,2.55rem); font-weight: 560; line-height: 1.08; }
.g8-quick-view-product__gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-content: start; gap: 12px; }
.g8-quick-view-product__image { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--g8-border,rgba(34,49,76,.14)); border-radius: 12px; background: var(--g8-shop-ice); cursor: zoom-in; }
.g8-quick-view-product__image:first-child { grid-column: 1 / -1; }
.g8-quick-view-product__image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .25s ease; }
.g8-quick-view-product__image:not(:first-child) img { aspect-ratio: 4 / 3; }
.g8-quick-view-product__image::after { position: absolute; top: 10px; right: 10px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--g8-shop-navy); background: rgba(255,255,255,.9); box-shadow: 0 5px 16px -10px rgba(34,49,76,.6); content: "+"; font-size: 1.15rem; }
.g8-quick-view-product__image:hover img { transform: scale(1.025); }
.g8-quick-view-product__image:focus-visible { outline: 3px solid var(--g8-shop-navy); outline-offset: 3px; }
.g8-quick-view-product__image.is-zoomed { position: fixed; z-index: 130; inset: 0; display: grid; padding: clamp(30px,6vw,72px); place-items: center; border: 0; border-radius: 0; background: rgba(17,29,48,.94); cursor: zoom-out; }
.g8-quick-view-product__image.is-zoomed img,
.g8-quick-view-product__image.is-zoomed:not(:first-child) img { width: auto; max-width: 92vw; height: auto; max-height: 84vh; aspect-ratio: auto; border-radius: 12px; object-fit: contain; transform: none; }
.g8-quick-view-product__image.is-zoomed::after { position: fixed; top: 24px; right: 24px; width: 44px; height: 44px; content: "×"; font-size: 1.45rem; }
.g8-quick-view-product__copy { align-self: start; padding: clamp(22px,3vw,34px); border: 1px solid var(--g8-border,rgba(34,49,76,.14)); border-radius: 14px; background: var(--g8-shop-ice); }
.g8-quick-view-product__summary-label { margin: 0 0 12px; color: var(--g8-shop-coral); font-size: .75rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.g8-quick-view-product__description p { margin: 0; color: var(--g8-shop-navy); font-size: 1rem; line-height: 1.7; }
.g8-quick-view-product__actions .g8-button { min-width: min(100%,260px); justify-content: center; }
.g8-modal-is-open { overflow: hidden; }

.g8-shop-empty { padding: 3rem 1rem; text-align: center; }
.g8-woocommerce-main { padding-top: 4rem; padding-bottom: 4rem; }

@media (min-width: 760px) {
  .g8-quick-view-product { grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); }
  .g8-quick-view-product h3 { white-space: nowrap; }
  .g8-pack-picker__choice .g8-section-title { max-width: none; white-space: nowrap; }
  .g8-product-offer__panel { grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); padding: 36px; }
  .g8-product-offer__content { order: 1; }
  .g8-product-offer__media { order: 2; }
  .g8-product-offer--duo .g8-product-offer__media,
  .g8-product-offer--six .g8-product-offer__media { order: 1; }
  .g8-product-offer--duo .g8-product-offer__content,
  .g8-product-offer--six .g8-product-offer__content { order: 2; }
  .g8-product-offer__buy { grid-template-columns: 1fr repeat(2,max-content); align-items: center; }
  .g8-product-offer__buy > .g8-shop-price { grid-column: 1; grid-row: 1; }
  .g8-product-offer__buy > .g8-button--primary { grid-column: 2; grid-row: 1; }
  .g8-product-offer__buy > .g8-button--secondary { grid-column: 3; grid-row: 1; }
  .g8-product-offer__buy > .added_to_cart { grid-column: 2; grid-row: 2; }
  .g8-shop-freezer__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .g8-pack-picker__layout { grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: clamp(42px,5vw,72px); }
  .g8-pack-picker__choice { align-content: center; padding-left: clamp(28px,3vw,46px); border-left: 1px solid var(--g8-border, rgba(34,49,76,.14)); }
  .g8-pack-picker__links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 759px) {
	.g8-quick-view-product__heading { display: grid; padding-right: 52px; }
	.g8-quick-view-product__heading .g8-shop-price { justify-self: start; }
	.g8-quick-view-product__gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.g8-product-modal .g8-quick-view__content { padding: 22px 18px 26px; }
}

@media (min-width: 700px) {
	.g8-shop-faq__grid { grid-template-columns: minmax(0,2fr) minmax(220px,1fr); }
	.g8-shop-faq__visual { position: sticky; top: 110px; }
  .g8-shop-carrefour__gallery { grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
  .g8-shop-carrefour__image,
  .g8-shop-carrefour__image--wide { grid-column: auto; height: clamp(340px,42vw,520px); }
  .g8-shop-carrefour__cta { grid-template-columns: minmax(0,1fr) max-content; }
  .g8-shop-carrefour__cta .g8-button { justify-self: end; }
  .g8-shop-gallery .g8-shop-showcase__track > * { flex-basis: calc((100% - 36px)/4); }
  .g8-shop-showcase--reviews .g8-shop-showcase__track > * { flex-basis: calc((100% - 12px)/2); }
  .g8-shop-amazon-reviews > .g8-container { grid-template-columns: minmax(250px,.34fr) minmax(0,.66fr); gap: 34px; }
  .g8-shop-gallery .g8-shop-showcase__track figure { height: 280px; }
}

@media (min-width: 1000px) {
  .g8-shop-carrefour__header .g8-section-title { white-space: nowrap; }
}

@media (min-width: 800px) {
  .g8-shop-pro__layout { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .g8-shop-pro__copy { justify-items: end; }
}

@media (min-width: 700px) {
  .g8-shop-hero__benefits { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .g8-shop-hero__actions { grid-template-columns: repeat(2, max-content); }
}

@media (min-width: 940px) {
  .g8-shop-hero__grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.72fr); align-items: center; gap: 62px; }
}

@media (min-width: 700px) {
  .g8-shop-freezer .g8-section-title,
  .g8-shop-freezer__grid strong { white-space: nowrap; }
}

@media (min-width: 1000px) {
  .g8-shop-freezer .g8-section-header { width: 100%; max-width: none; }
  .g8-shop-freezer .g8-section-title { width: 100%; max-width: none; text-align: right; }
  .g8-shop-freezer .g8-section-header p:not(.g8-kicker),
  .g8-shop-freezer__note { max-width: none; white-space: nowrap; }
}

@media (max-width: 759px) {
  .g8-shop-hero__actions { align-items: stretch; }
  .g8-shop-hero__actions .g8-button,
  .g8-product-offer__buy .g8-button { width: 100%; }
  .g8-product-offer__buy > .g8-shop-price { grid-row: 1; }
  .g8-product-offer__buy > .g8-button--primary { grid-row: 2; }
  .g8-product-offer__buy > .added_to_cart { grid-row: 3; }
  .g8-product-offer__buy > .g8-button--secondary { grid-row: 4; }
  .g8-product-offer__content { order: 1; }
  .g8-product-offer__media { order: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .g8-shop-hero-carousel__track,
  .g8-product-offer__media img { transition: none; }
  .g8-shop-snackbar { transition: none; }
  .g8-shop-showcase__track { scroll-behavior: auto; }
  .g8-shop-pro-carousel__track { transition: none; }
	.g8-shop-faq__rotating-image { transform: none; }
}
