@font-face {
  font-family: "Nunito Sans Local";
  src: url("assets/nunito-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --soft: #efefef;
  --line: #cfcfcf;
  --muted: #686868;
  --font: "Nunito Sans Local", "Nunito Sans", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 181px; }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--font); font-size: 14px; font-weight: 400; line-height: 22px; }
body.is-locked { overflow: hidden; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
[hidden] { display: none !important; }

.container { width: min(1320px, calc(100% - 30px)); margin-inline: auto; }
.container-wide { width: min(1350px, calc(100% - 30px)); margin-inline: auto; }
.mobile-only { display: none !important; }
.sr-only { 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; }
.skip-links { position: fixed; z-index: 1000; top: -200px; left: 15px; display: flex; gap: 5px; }
.skip-links:focus-within { top: 10px; }
.skip-links a { padding: 8px 12px; color: #fff; background: #000; }

.site-header { position: sticky; z-index: 50; top: 0; height: 181px; background: #fff; }
.main-navigation { height: 136px; border-bottom: 1px solid #e8e8e8; }
.header-top { position: relative; height: 80px; }
.universe-tabs { position: absolute; inset: 5px auto 0 0; display: flex; height: 75px; }
.universe-tabs a { display: grid; height: 75px; min-width: 86px; place-items: center; padding: 0 17px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.universe-tabs a.is-active { border-inline: 1px solid #dedede; border-top: 1px solid #dedede; background: #fff; }
.wordmark { position: absolute; top: 5px; left: 50%; display: grid; width: 580px; height: 75px; place-items: center; transform: translateX(-50%); overflow: hidden; white-space: nowrap; }
.wordmark :is(svg, img) { display: block; width: 580px; height: 22px; object-fit: contain; }
.service-icons { position: absolute; top: 5px; right: 0; display: flex; width: 269px; height: 75px; align-items: center; gap: 0; }
.service-icons li { display: grid; height: 75px; place-items: center; }
.service-icons li:nth-child(1) { width: 60px; }
.service-icons li:nth-child(2) { width: 61px; }
.service-icons li:nth-child(3) { width: 54px; }
.service-icons li:nth-child(4) { width: 49px; }
.service-icons li:nth-child(5) { width: 45px; }
.service-icons button, .mobile-controls button { display: grid; width: 100%; height: 40px; place-items: center; padding: 0; border: 0; background: transparent; }
.service-icons .icon-auction { width: 32px; height: 32px; stroke-width: 1.2; }
.service-icons .icon-links { width: 33px; height: 20px; stroke-width: 1.25; }
.service-icons .icon-store { width: 26px; height: 24px; stroke-width: 1.25; }
.service-icons .icon-account { width: 21px; height: 24px; stroke-width: 1.25; }
.service-icons .icon-bag { width: 17px; height: 24px; stroke-width: 1.25; }
.header-bottom { height: 56px; border-top: 1px solid #eee; }
.bottom-inner { display: flex; height: 55px; align-items: center; }
.catalog-nav { display: flex; height: 55px; align-items: center; gap: 30px; }
.catalog-nav a, .catalog-nav button { padding: 0; border: 0; background: transparent; font-size: 12px; line-height: 55px; }
.catalog-nav a:hover, .catalog-nav button:hover { text-decoration: underline; }
.desktop-search { display: flex; width: 350px; height: 37px; align-items: center; margin-left: 26px; border-bottom: 1px solid #777; }
.desktop-search svg { width: 18px; height: 18px; margin-right: 7px; color: #777; }
.desktop-search input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 12px; }
.sister-brands { display: flex; height: 38px; align-items: center; margin-left: 14px; gap: 5px; }
.sister-brands span { display: grid; height: 38px; place-items: center; padding: 0 10px; color: #fff; background: #c93d37; font-size: 11px; font-weight: 700; }
.sister-brands span:last-child { color: #000; background: #dbe7ee; }
.promo-bar { display: grid; width: 100%; height: 45px; place-items: center; padding: 0 15px; color: #fff; background: #000; font-size: 12px; font-weight: 600; text-align: center; }

.breadcrumb { height: 79px; }
.breadcrumb ol { display: flex; height: 79px; align-items: center; overflow: hidden; white-space: nowrap; }
.breadcrumb li { display: flex; align-items: center; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin: 0 9px; font-weight: 400; }
.breadcrumb a:hover { text-decoration: underline; }

.product { display: grid; grid-template-columns: 528px minmax(0, 742px); gap: 50px; height: 778px; }
.product-media { width: 528px; height: 778px; }
.media-frame { width: 528px; height: 704px; }
.media-frame { position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid #000; background: #fff; }
.media-frame > .gallery-main { width: 100%; height: 100%; object-fit: contain; }
.gallery-control { position: absolute; z-index: 3; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; padding: 0 0 3px; border: 1px solid #000; border-radius: 50%; background: rgba(255,255,255,.94); font-size: 28px; line-height: 1; transform: translateY(-50%); }
.gallery-control:hover, .gallery-control:focus-visible { color: #fff; background: #000; }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
.gallery-thumbnails { display: flex; width: 100%; height: 64px; align-items: flex-end; justify-content: center; gap: 6px; margin-top: 10px; overflow-x: auto; background: #fff; scrollbar-width: none; }
.gallery-thumbnails::-webkit-scrollbar { display: none; }
.gallery-thumbnail { flex: 0 0 50px; width: 50px; height: 50px; padding: 0; overflow: hidden; border: 1px solid transparent; background: #fff; }
.gallery-thumbnail.is-active { border-color: #000; }
.gallery-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zoom-trigger { position: absolute; z-index: 4; top: 16px; right: 16px; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); opacity: 0; transition: opacity .2s; }
.media-frame:hover .zoom-trigger, .zoom-trigger:focus-visible { opacity: 1; }
.zoom-trigger::before { content: ""; position: absolute; left: 12px; top: 10px; width: 12px; height: 12px; border: 1.5px solid #000; border-radius: 50%; }
.zoom-trigger::after { content: ""; position: absolute; left: 24px; top: 23px; width: 8px; height: 1.5px; background: #000; transform: rotate(45deg); }
.zoom-trigger span::before, .zoom-trigger span::after { content: ""; position: absolute; z-index: 1; background: #000; }
.zoom-trigger span::before { left: 17px; top: 16px; width: 8px; height: 1px; }
.zoom-trigger span::after { left: 20.5px; top: 12.5px; width: 1px; height: 8px; }

.product-data { position: relative; width: 742px; height: 704px; }
.product-heading { position: relative; min-height: 60px; }
.selection-line { display: flex; height: 14px; align-items: center; gap: 15px; font-size: 12px; font-weight: 700; line-height: 12px; }
.selection-line a { border-bottom: 1px solid transparent; }
.selection-line a:hover, .selection-line a:focus-visible { border-bottom-color: currentColor; }
.stars { letter-spacing: 4px; font-size: 12px; line-height: 12px; }
.stars-empty { color: #555; letter-spacing: 2px; font-size: 17px; font-weight: 400; }
.stars-filled { color: #1268d6; letter-spacing: 2px; font-size: 16px; font-weight: 700; }
.product-heading h1 { width: 542px; margin: 20px 0 0; font-size: 24px; font-weight: 600; line-height: 26.4px; }
.wishlist { position: absolute; top: 0; right: 0; display: flex; min-width: 185px; height: 39px; align-items: center; justify-content: center; gap: 10px; padding: 10px 16px; border: 0; border-radius: 50px; background: rgba(239,239,239,.94); font-size: 12px; font-weight: 600; }
.wishlist span { font-size: 24px; font-weight: 300; line-height: 1; }
.product-meta { display: grid; gap: 8px; margin: 20px 0 0; font-size: 12px; font-weight: 700; line-height: 12px; text-transform: uppercase; white-space: nowrap; }
.product-meta-line { display: flex; width: max-content; align-items: center; }
.product-meta-line > span { display: inline-flex; align-items: center; }
.product-meta-line > span:not(:last-child)::after { content: ""; width: 1px; height: 12px; margin: 0 12px; background: #aaa; }
.price-box { margin-top: 20px; }
.product-price { display: block; min-height: 38px; font-size: 24px; font-weight: 700; line-height: 38px; }
.price-box p { margin: 0; color: #6f6f6f; font-size: 12px; line-height: 16px; }
.purchase { display: flex; height: 42px; align-items: center; margin-top: 18px; gap: 10px; }
.quantity { position: relative; display: block; width: 74px; height: 42px; border: 1px solid #000; border-radius: 30px; background: #fff; overflow: hidden; }
.quantity select { width: 100%; height: 100%; padding: 0 30px 0 24px; border: 0; outline: 0; appearance: none; background: transparent; font-size: 14px; }
.desktop-search input:focus-visible, .mobile-search input:focus-visible { outline: 2px solid #000; outline-offset: 2px; }
.quantity:focus-within { outline: 2px solid #000; outline-offset: 2px; }
.quantity i { position: absolute; top: 15px; right: 14px; width: 8px; height: 8px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); pointer-events: none; }
.buy-button { min-width: 173px; height: 42px; padding: 14px 20px; border: 1px solid #000; border-radius: 30px; color: #fff; background: #000; font-size: 11px; font-weight: 600; letter-spacing: .6px; line-height: 12px; text-transform: uppercase; transition: background .18s, color .18s; }
.buy-button:hover, .buy-button:focus-visible { color: #000; background: #fff; }
.description { width: 100%; margin: 36px 0 0; font-size: 14px; line-height: 22px; }
.service-list { display: grid; gap: 8px; margin-top: 20px; }
.service-list li { display: flex; min-height: 24px; align-items: center; gap: 10px; }
.service-list :is(svg, img) { flex: 0 0 auto; width: 24px; height: 24px; object-fit: contain; }
.service-list li:first-child img { width: 25px; height: 20px; }
.service-list p { margin: 0; font-size: 14px; }
.availability { display: flex; min-height: 44px; align-items: center; gap: 12px; margin-top: 18px; padding: 0; border: 0; background: transparent; text-align: left; }
.availability svg { flex: 0 0 auto; width: 26px; height: 26px; }
.product-data > .availability :is(svg, img) { flex: 0 0 auto; width: 24px; height: 24px; object-fit: contain; }
.availability span { display: grid; font-size: 14px; line-height: 20px; }
.availability strong { font-weight: 700; }

.product-tabs { margin-top: 50px; border-top: 1px solid #d8d8d8; }
.tab-list { display: grid; grid-template-columns: 1fr 1fr; height: 105px; border-bottom: 1px solid #cfcfcf; }
.tab-list button { position: relative; border: 0; background: transparent; font-size: 14px; font-weight: 400; line-height: 20px; text-transform: uppercase; }
.tab-list button[aria-selected="true"] { font-weight: 700; }
.tab-list button[aria-selected="true"]::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: #000; }
.tab-panel { min-height: 146px; padding-top: 40px; }
.tab-panel p { margin: 0 0 20px; font-size: 14px; line-height: 20px; }
.tab-panel p:last-child { margin-bottom: 0; }
.tab-panel strong { font-weight: 700; }
.details-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 50px; }
.details-panel li { padding-bottom: 10px; border-bottom: 1px solid #e2e2e2; font-size: 14px; line-height: 20px; }
.details-panel span { font-weight: 700; }

.reference-rail { position: relative; height: 575px; padding: 36px 0 55px; border-top: 1px solid #d8d8d8; overflow: hidden; }
.rail-heading { display: flex; height: 28px; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.rail-heading h2 { margin: 0; font-size: 24px; font-weight: 600; line-height: 28px; }
.rail-heading p { margin: 0; color: #666; font-size: 12px; }
.reference-cards { display: flex; gap: 16px; margin-inline: 68px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reference-cards::-webkit-scrollbar { display: none; }
.reference-cards article { flex: 0 0 calc((100% - 48px) / 4); height: 432px; min-width: 0; scroll-snap-align: start; background: #fff; }
.reference-media { position: relative; height: 351px; overflow: hidden; background: #fff; }
.reference-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.reference-copy { position: relative; height: 81px; padding: 11px 10px 8px 30px; border-top: 1px solid #e5e5e5; }
.reference-copy > span { position: absolute; top: 12px; left: 0; font-size: 10px; font-weight: 700; }
.reference-cards h3 { margin: 0 0 4px; overflow: hidden; font-size: 13px; font-weight: 700; line-height: 17px; text-overflow: ellipsis; white-space: nowrap; }
.reference-cards p { margin: 0; color: #666; font-size: 10px; line-height: 15px; }
.rail-control { position: absolute; z-index: 2; top: 238px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid #000; border-radius: 50%; background: rgba(255,255,255,.94); font-size: 28px; font-weight: 300; line-height: 1; }
.rail-control:hover, .rail-control:focus-visible { color: #fff; background: #000; }
.rail-prev { left: 14px; }
.rail-next { right: 14px; }

.brand-actions { min-height: 209px; padding: 50px 0; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; }
.brand-actions h2 { margin: 0 0 32px; font-size: 24px; font-weight: 600; line-height: 28px; }
.brand-actions > div { display: flex; align-items: center; gap: 80px; }
.brand-actions > div > button { display: flex; min-height: 48px; align-items: center; gap: 14px; padding: 0; border: 0; background: transparent; font-size: 14px; }
.circle-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #000; border-radius: 50%; font-size: 22px; font-weight: 300; }
.circle-icon svg { width: 22px; height: 22px; stroke-width: 1.3; }
.brand-actions .availability { margin: 0 0 0 auto; }

.product-reviews { min-height: 850px; margin-top: 48px; scroll-margin-top: 44px; }
.reviews-widget { display: grid; grid-template-columns: 30.6% minmax(0, 1fr); min-height: 843px; gap: 4.6%; padding: 0 10px; color: #313235; }
.reviews-summary { min-width: 0; padding: 15px 22px 20px 0; }
.reviews-scoreline { display: flex; align-items: center; gap: 18px; color: #1268d6; }
.reviews-score { margin: 0; color: #1268d6; font-size: 18px; font-weight: 700; line-height: 42px; white-space: nowrap; }
.reviews-score strong { font-size: 40px; font-weight: 700; }
.review-stars { color: #1268d6; font-size: 25px; font-weight: 700; letter-spacing: 4px; line-height: 30px; }
.reviews-branding { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.reviews-mark { position: relative; display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 2px solid #1268d6; border-radius: 50%; color: #1268d6; background: #fff; }
.reviews-mark::before { content: "•••"; transform: translateY(-2px); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.reviews-mark::after { content: ""; position: absolute; bottom: -4px; left: 4px; width: 8px; height: 8px; border-bottom: 2px solid #1268d6; border-left: 2px solid #1268d6; background: #fff; transform: skew(-24deg) rotate(-8deg); }
.reviews-branding h2 { display: grid; margin: 0; font-size: 15px; font-weight: 700; line-height: 14px; }
.reviews-branding h2 strong { font-weight: 800; }
.reviews-status { margin: 0 0 8px; font-size: 14px; font-weight: 700; }
.reviews-note { max-width: 320px; margin: 0; color: #6b6d72; font-size: 12px; line-height: 17px; }
.reviews-source-link { display: inline-block; margin-top: 8px; padding: 0; border: 0; background: transparent; font-size: 12px; line-height: 17px; text-decoration: underline; }
.rating-bars { display: grid; gap: 10px; margin-top: 30px; }
.rating-bars li { display: grid; grid-template-columns: 12px 14px 1fr 18px; align-items: center; gap: 6px; color: #666b73; font-size: 12px; line-height: 14px; }
.rating-bars i { display: block; height: 7px; border-radius: 5px; background: linear-gradient(90deg,#1268d6 0 var(--rating-share,0%),#e4e7eb var(--rating-share,0%) 100%); }
.rating-bars b { font-weight: 600; text-align: right; }
.review-controls { display: grid; gap: 18px; margin-top: 42px; }
.review-controls label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
.review-controls select, .review-controls input { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #c7cbd1; border-radius: 2px; color: #757981; background: #f8f9fa; font-size: 12px; opacity: 1; }
.reviews-list { min-width: 0; height: 843px; overflow: hidden; }
.reviews-list-heading { display: flex; height: 52px; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8dbe0; }
.reviews-list-heading h3 { margin: 0; font-size: 15px; font-weight: 700; }
.reviews-list-heading span { font-size: 12px; }
.review-cards { height: calc(100% - 52px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #b7bdc5 transparent; }
.review-cards:focus-visible { outline: 2px solid #1268d6; outline-offset: -2px; }
.review-card { min-height: 142px; padding: 18px 2px 17px; border-bottom: 1px solid #d8dbe0; }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.review-card .review-stars { font-size: 17px; letter-spacing: 2px; line-height: 20px; }
.verified-badge { color: #1268d6; font-size: 10px; font-weight: 800; letter-spacing: .35px; }
.review-card h4 { margin: 10px 0 1px; font-size: 14px; font-weight: 700; line-height: 18px; }
.review-card time { display: block; color: #747982; font-size: 11px; line-height: 16px; }
.review-card p { max-width: 690px; margin: 7px 0 0; color: #555b64; font-size: 13px; line-height: 18px; }
.review-no-results { margin: 0; padding: 30px 2px; color: #686d75; font-size: 13px; }

.trust-strip { padding: 32px 0 28px; background: #fff; }
.trust-strip ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; padding-inline: 15px; }
.trust-strip li { display: flex; min-height: 65px; align-items: center; gap: 14px; }
.trust-strip :is(svg, img) { flex: 0 0 auto; width: 32px; height: 32px; object-fit: contain; }
.trust-strip p { display: grid; margin: 0; font-size: 12px; line-height: 18px; }
.trust-strip strong { font-weight: 700; }

.site-footer { height: 608px; padding: 30px 0 12px; color: #fff; background: #000; }
.footer-main.container-wide, .footer-bottom.container-wide { width: min(1350px, 100%); }
.footer-main { display: grid; grid-template-columns: 216fr 155fr 144fr 407fr 183fr; height: 436px; gap: 32px; padding-inline: 16px; }
.footer-column > h2 { margin: 0; font: inherit; }
.footer-title, .footer-newsletter h2 { display: block; width: 100%; margin: 0 0 12px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 12px; font-weight: 700; line-height: 20px; text-align: left; }
.footer-title span { display: none; }
.footer-content { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-link { display: flex; min-height: 24px; align-items: center; padding: 0; border: 0; color: #fff; background: transparent; font-size: 11px; line-height: 16px; text-align: left; }
.footer-link:hover, .footer-link:focus-visible { text-decoration: underline; }
.footer-newsletter p { max-width: 450px; margin: 0 0 20px; font-size: 11px; line-height: 18px; }
.newsletter-placeholder { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter-placeholder input { height: 47px; padding: 0 15px; border: 1px solid #fff; color: #fff; background: #000; opacity: 1; }
.newsletter-placeholder button, .outline-button { min-height: 42px; padding: 0 18px; border: 1px solid #fff; border-radius: 30px; color: #fff; background: transparent; font-size: 10px; font-weight: 600; }
.footer-newsletter .cookies-title { margin-top: 48px; text-align: center; }
.footer-newsletter .outline-button { display: block; margin: 0 auto; }
.footer-bottom { display: grid; grid-template-columns: 127px minmax(0, 612px) 249px; height: 92px; align-items: center; justify-content: space-between; gap: 32px; padding-inline: 16px; border-top: 1px solid #333; font-size: 10px; }
.language-switcher { display: flex; align-items: center; gap: 10px; }
.language-switcher button, .social-links button { display: flex; align-items: center; gap: 6px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 10px; }
.flag-fr { display: block; width: 22px; height: 14px; border: 1px solid #555; background: linear-gradient(90deg,#173b8f 0 33.3%,#fff 33.3% 66.6%,#e43939 66.6%); }
.flag-en { display: grid; width: 22px; height: 14px; place-items: center; border: 1px solid #555; color: #fff; background: #173b8f; font-size: 7px; font-weight: 700; }
.legal-age { display: flex; align-items: center; gap: 14px; }
.legal-age p { margin: 0; font-size: 9px; line-height: 13px; }
.legal-age strong { font-size: 8px; letter-spacing: .25px; }
.age-badge { display: grid; flex: 0 0 58px; width: 58px; height: 38px; place-items: center; border: 2px solid #fff; border-radius: 50%; font-size: 15px; font-weight: 700; }
.social-links { display: grid; justify-items: end; gap: 8px; }
.social-links > p { margin: 0; font-size: 10px; }
.social-links > div { display: flex; align-items: center; gap: 20px; }
.social-links button { display: grid; width: 28px; height: 28px; place-items: center; }
.social-links svg { width: 24px; height: 24px; stroke-width: 1.2; }
.social-links button:first-child svg path, .social-links .solid-dot { fill: currentColor; stroke: none; }
.alcohol-warning { height: 38px; margin: 0; padding: 8px 24px; border-top: 1px solid #333; font-size: 10px; line-height: 22px; text-align: center; }

.mobile-drawer, .drawer-scrim { display: none; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.68); }
.modal { position: relative; width: min(490px, 100%); padding: 42px; background: #fff; box-shadow: 0 25px 90px rgba(0,0,0,.24); }
.modal h2 { margin: 0 0 15px; font-size: 24px; font-weight: 600; }
.modal p { margin: 0 0 25px; line-height: 22px; }
.modal-close { position: absolute; top: 8px; right: 12px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 28px; }
.outline-button.dark { border-color: #000; color: #000; }
.lightbox { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 40px; background: rgba(0,0,0,.92); }
.lightbox img { max-width: min(900px, 88vw); max-height: 88vh; object-fit: contain; }
.lightbox button { position: absolute; top: 14px; right: 20px; border: 0; color: #fff; background: transparent; font-size: 36px; }
.toast { position: fixed; z-index: 130; right: 22px; bottom: 22px; max-width: 340px; padding: 14px 18px; color: #fff; background: #000; box-shadow: 0 12px 40px rgba(0,0,0,.25); font-size: 12px; }

@media (max-width: 1349px) and (min-width: 768px) {
  .universe-tabs a { min-width: 72px; padding-inline: 12px; }
  .service-icons { width: clamp(200px, 21vw, 269px); }
  .service-icons li { width: 20% !important; }
  .wordmark { width: clamp(260px, 38vw, 580px); }
  .wordmark :is(svg, img) { width: 100%; }
  .product { grid-template-columns: minmax(300px, 42%) minmax(0, 1fr); gap: clamp(24px, 3vw, 40px); height: auto; min-height: 778px; }
  .product-media, .media-frame { width: 100%; }
  .product-data { width: 100%; height: auto; min-height: 704px; }
  .product-heading { min-height: 0; }
  .product-heading h1 { width: 100%; }
  .wishlist { position: static; width: max-content; margin-top: 14px; }
  .product-meta { line-height: 18px; white-space: normal; }
  .catalog-nav { gap: clamp(8px, 1.2vw, 15px); }
  .desktop-search { width: clamp(140px, 18vw, 220px); margin-left: clamp(8px, 1.5vw, 20px); }
  .sister-brands { margin-left: 8px; }
  .sister-brands span { padding-inline: 6px; }
  .brand-actions > div { gap: clamp(20px, 4vw, 50px); }
  .brand-actions > div > button { font-size: 12px; }
}

@media (min-width: 1200px) {
  .wordmark, .wordmark :is(svg, img) { width: 580px; }
  .service-icons { width: 269px; }
  .service-icons li:nth-child(1) { width: 60px !important; }
  .service-icons li:nth-child(2) { width: 61px !important; }
  .service-icons li:nth-child(3) { width: 54px !important; }
  .service-icons li:nth-child(4) { width: 49px !important; }
  .service-icons li:nth-child(5) { width: 45px !important; }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .reference-cards article { flex-basis: 263px; }
  .footer-main { height: auto; min-height: 650px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-newsletter { grid-column: 1 / -1; grid-row: 2; }
  .site-footer { height: auto; min-height: 820px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 126px; }
  body { padding-bottom: 90px; font-size: 14px; line-height: 20px; }
  .desktop-only { display: none !important; }
  .mobile-only { display: flex !important; }
  .container, .container-wide { width: calc(100% - 30px); }
  .site-header { height: 126px; }
  .main-navigation { height: 81px; border: 0; }
  .header-top { width: 100%; height: 81px; }
  .wordmark { top: 0; width: calc(100% - 38px); height: 34px; }
  .wordmark :is(svg, img) { width: 100%; height: 13px; }
  .menu-trigger { position: absolute; top: 34px; left: 15px; width: 24px; height: 40px; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .menu-trigger span { display: block; width: 20px; height: 1px; background: #000; }
  .mobile-controls { position: absolute; top: 34px; right: 15px; left: 55px; height: 40px; align-items: center; gap: 13px; }
  .mobile-search { flex: 1; height: 40px; }
  .mobile-search input { width: 100%; height: 40px; padding: 5px 10px; border: 1px solid #cfcfcf; border-radius: 0; outline: 0; font-size: 16px; }
  .mobile-controls button { flex: 0 0 31px; width: 31px; height: 40px; }
  .mobile-controls svg { width: 27px; height: 27px; }
  .promo-bar { height: 45px; font-size: 12px; line-height: 18px; }
  .breadcrumb, .breadcrumb ol { height: 79px; }
  .breadcrumb ol { overflow-x: hidden; }
  .breadcrumb li { flex: 0 0 auto; font-size: 10px; }
  .breadcrumb li:last-child { display: block; flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }

  .product { display: block; height: auto; }
  .product-media { width: 100%; height: 526px; }
  .media-frame { width: 100%; height: 460px; }
  .zoom-trigger { display: none; }
  .gallery-control { width: 36px; height: 36px; font-size: 24px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-thumbnails { height: 58px; gap: 4px; margin-top: 8px; }
  .gallery-thumbnail { flex-basis: 42px; width: 42px; height: 42px; }
  .product-data { width: 100%; height: auto; padding-top: 24px; }
  .product-heading { min-height: 0; }
  .selection-line { height: 14px; }
  .product-heading h1 { width: 100%; margin-top: 20px; font-size: 24px; line-height: 26.4px; }
  .product-meta { margin-top: 18px; line-height: 18px; white-space: normal; }
  .product-meta-line > span:not(:last-child)::after { height: 12px; margin-inline: 9px; }
  .price-box { margin-top: 17px; }
  .description { margin-top: 25px; }
  .service-list { margin-top: 22px; }
  .availability { margin-top: 20px; }

  .product-tabs { margin-top: 48px; }
  .tab-list { height: 72px; }
  .tab-list button { font-size: 14px; }
  .tab-panel { min-height: 190px; padding-top: 30px; }
  .tab-panel p { font-size: 14px; line-height: 20px; }
  .details-panel ul { grid-template-columns: 1fr; gap: 9px; }

  .reference-rail { height: 575px; min-height: 0; padding: 36px 0 51px; }
  .rail-heading { display: block; height: 56px; margin-bottom: 0; }
  .rail-heading h2 { font-size: 22px; }
  .rail-heading p { margin-top: 6px; }
  .reference-cards { display: flex; margin-right: -15px; margin-left: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .reference-cards::-webkit-scrollbar { display: none; }
  .reference-cards article { flex: 0 0 263px; scroll-snap-align: start; }

  .brand-actions { height: 455px; min-height: 455px; padding: 50px 0; border-color: #d8d8d8; border-bottom: 0; }
  .brand-actions h2 { margin: 0; font-size: 18px; font-weight: 700; line-height: 26px; text-transform: uppercase; }
  .brand-actions > div { display: block; }
  .brand-actions > div > button { font-size: 14px; line-height: 20px; }
  .brand-more, .brand-alert { width: max-content; min-height: 78px !important; flex-direction: column; gap: 0 !important; margin-inline: auto; }
  .brand-more { margin-top: 32px; }
  .brand-more > span:last-child { text-decoration: underline; }
  .brand-alert { margin-top: 50px; }
  .brand-more .circle-icon, .brand-alert .circle-icon { margin-bottom: 10px; }
  .brand-alert .circle-icon { border: 0; }
  .brand-alert .circle-icon svg { width: 36px; height: 36px; stroke-width: 1.3; }
  .brand-actions .availability { min-height: 40px; margin: 50px 0 0; gap: 10px; }
  .brand-actions .availability :is(svg, img) { width: 24px; height: 24px; object-fit: contain; }

  .product-reviews { min-height: 0; margin-top: 34px; padding-bottom: 40px; scroll-margin-top: 24px; }
  .reviews-widget { display: block; min-height: 0; padding: 0 10px; }
  .reviews-summary { min-height: 0; padding: 0 0 28px; }
  .reviews-scoreline { gap: 18px; }
  .reviews-status { max-width: 240px; margin-top: 8px; margin-bottom: 0; font-size: 12px; font-weight: 400; line-height: 15px; }
  .reviews-note { max-width: none; margin-top: 5px; font-size: 12px; line-height: 15px; }
  .rating-bars, .review-controls { display: none; }
  .reviews-list { height: auto; border-top: 1px solid #d8dbe0; }
  .reviews-list-heading { height: 55px; }
  .review-cards { height: auto; overflow: visible; }
  .review-card { min-height: 0; padding: 20px 0; }
  .review-card-top { gap: 10px; }
  .review-card p { max-width: 330px; font-size: 13px; line-height: 19px; }

  .trust-strip { padding: 16px 0; }
  .trust-strip ul { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .trust-strip li { min-height: 61px; padding: 10px 14px; border-bottom: 1px solid #d8d8d8; }
  .trust-strip li:last-child { border-bottom: 0; }
  .trust-strip :is(svg, img) { width: 34px; height: 36px; }
  .trust-strip p { font-size: 14px; line-height: 19px; }

  .site-footer { height: auto; min-height: 1121px; padding: 0; }
  .footer-main { display: flex; min-height: 660px; width: 100%; height: auto; flex-direction: column; gap: 0; padding: 0; }
  .footer-column { border-bottom: 1px solid #333; }
  .footer-title { display: flex; height: 63px; align-items: center; justify-content: space-between; margin: 0; padding: 0 15px; font-size: 11px; }
  .footer-title span { display: block; font-size: 18px; transition: transform .2s; }
  .footer-title[aria-expanded="true"] span { transform: rotate(180deg); }
  .footer-content { padding: 0 15px 18px; }
  .footer-column > h2:has(.footer-title[aria-expanded="false"]) + .footer-content { display: none; }
  .footer-newsletter { order: -1; min-height: 404px; padding: 40px 15px; border-bottom: 1px solid #333; }
  .newsletter-placeholder { grid-template-columns: 1fr; }
  .footer-newsletter .cookies-title { margin-top: 35px; }
  .footer-bottom { display: flex; height: 380px; flex-direction: column; align-items: center; justify-content: space-around; gap: 18px; padding: 25px 15px; }
  .social-links { order: 1; justify-items: center; }
  .social-links > div { gap: 28px; }
  .language-switcher { order: 2; }
  .legal-age { order: 3; max-width: 345px; flex-direction: column; text-align: center; }
  .legal-age p { font-size: 10px; line-height: 15px; }
  .age-badge { flex-basis: 44px; width: 68px; height: 44px; }
  .alcohol-warning { height: auto; min-height: 81px; padding: 20px 15px; font-size: 10px; line-height: 19px; }

  .mobile-drawer { position: fixed; z-index: 90; inset: 0 auto 0 0; display: block; width: min(340px, 88vw); padding: 20px; background: #fff; transform: translateX(-102%); transition: transform .25s ease; }
  .mobile-drawer.is-open { transform: translateX(0); }
  .drawer-head { display: flex; height: 52px; align-items: center; justify-content: space-between; border-bottom: 1px solid #ccc; font-size: 12px; }
  .drawer-head button { width: 40px; height: 40px; border: 0; background: transparent; font-size: 28px; }
  .mobile-drawer nav { display: grid; }
  .mobile-drawer nav a { display: flex; height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid #ddd; font-size: 16px; font-weight: 600; }
  .mobile-drawer > p { position: absolute; right: 20px; bottom: 18px; left: 20px; color: #6f6f6f; font-size: 10px; line-height: 15px; }
  .drawer-scrim { position: fixed; z-index: 80; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.45); }

  .sticky-purchase { position: fixed; z-index: 60; right: 15px; bottom: 15px; left: 15px; height: 50px; gap: 10px; }
  .sticky-purchase .quantity { flex: 0 0 75px; width: 75px; height: 50px; }
  .sticky-purchase .buy-button { flex: 1; height: 50px; min-width: 0; padding-inline: 12px; font-size: 10px; }
  .toast { right: 15px; bottom: 78px; left: 15px; max-width: none; }
  .modal { padding: 38px 24px 28px; }
}

@media (max-width: 380px) {
  .wordmark { letter-spacing: 7px; }
  .mobile-controls { gap: 8px; }
  .mobile-search input { font-size: 14px; }
  .sticky-purchase .buy-button { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
