@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/cairo-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/cairo-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/fonts/material-icons.woff2") format("woff2");
}

:root {
  --paper: #f1edec;
  --panel: #f7f5f4;
  --white: #fff;
  --ink: rgba(0, 0, 0, .85);
  --muted: #6e6966;
  --line: #ddd6d3;
  --red: #a70f18;
  --green: #4c7902;
  --gold: #af7d21;
  --shadow: 0 12px 35px rgba(44, 34, 27, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Cairo, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: inherit; }
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-color: rgba(167, 15, 24, .55); text-underline-offset: 3px; }
img { max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 10px; top: -80px; z-index: 999; background: #000; color: #fff; padding: 12px 18px; }
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 165px;
  background: rgba(241, 237, 236, .97);
  box-shadow: 0 1px 0 rgba(70, 55, 45, .08);
  backdrop-filter: blur(8px);
}
.utility-bar, .header-main, .category-nav, .product-shell, .details-wrap, .collection, .footer-main, .payment-row, .copyright-row {
  width: min(1304px, calc(100% - 80px));
  margin-inline: auto;
}
.utility-bar {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}
.utility-offer { text-align: center; }
.utility-offer b { margin-right: 14px; }
.utility-offer a { color: var(--red); }
.trust-mini { text-align: right; }
.trust-mini b { margin: 0 6px; background: #00aa82; color: #fff; letter-spacing: 2px; padding: 2px 4px; }
.header-main { height: 82px; display: grid; grid-template-columns: 190px minmax(360px, 490px) 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: max-content; text-decoration: none; }
.brand img { display: block; width: 143px; height: auto; }
.search-box { height: 44px; border: 1px solid var(--red); border-radius: 24px; display: flex; align-items: center; gap: 12px; padding: 0 18px; background: rgba(255,255,255,.38); }
.search-box > .material-icons { flex: 0 0 auto; font-size: 23px; line-height: 1; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; color: var(--ink); }
.service-nav { display: flex; justify-content: flex-end; align-items: stretch; gap: 23px; }
.service-nav a, .service-nav button { min-width: 52px; padding: 0; border: 0; background: transparent; color: var(--ink); text-decoration: none; font-size: 12px; text-align: center; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.service-nav svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; }
.service-nav a > span, .service-nav button > span { display: block; height: auto; font-size: 12px; line-height: 1.1; font-weight: 400; }
.category-nav { height: 45px; display: flex; align-items: center; gap: 0; overflow: hidden; font-size: 15px; font-weight: 700; }
.category-nav a { height: 45px; display: inline-flex; align-items: center; padding: 0 16px; white-space: nowrap; text-decoration: none; border-bottom: 2px solid transparent; }
.category-nav a:first-child { font-size: 25px; padding-left: 0; padding-right: 22px; font-weight: 400; }
.category-nav .nav-arrow { margin-left: 3px; font-size: 17px; font-weight: 400; }
.category-nav a.active { border-color: var(--red); }
.mobile-header, .mobile-menu, .mobile-search { display: none; }

main { min-height: 70vh; }
.product-shell { padding: 13px 0 54px; scroll-margin-top: 178px; }
.breadcrumb { height: 39px; display: flex; align-items: center; gap: 8px; color: #5e5956; font-size: 12px; }
.breadcrumb a { text-decoration: none; }
.title-row { display: flex; align-items: baseline; gap: 17px; min-height: 52px; }
.title-row h1 { margin: 0; color: #1c1c1c; font-size: 32px; line-height: 1.12; font-weight: 700; letter-spacing: -.5px; }
.title-row p { margin: 0; font-size: 14px; font-weight: 700; color: #595552; }
.title-row i { font-style: normal; margin: 0 8px; color: #aaa29d; }
.product-grid { display: grid; grid-template-columns: 1fr 1.088fr 1fr; gap: 16px; align-items: start; }
.taste-panel, .gallery-panel, .purchase-panel, .recent-panel { background: rgba(255,255,255,.38); }
.taste-panel { min-height: 530px; padding: 33px 30px 28px; }
.panel-heading { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; }
.panel-heading h2 { margin: 0; text-align: center; font-size: 17px; }
.panel-heading button { width: 34px; height: 34px; padding: 0; border: 0; background: transparent; line-height: 1; cursor: pointer; }
.panel-heading button .material-icons { font-size: 26px; }
.panel-heading button:hover { color: var(--red); }
.taste-product { min-height: 19px; margin: 6px 0 18px; text-align: center; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.flavour-list { display: flex; justify-content: center; align-content: start; flex-wrap: wrap; min-height: 154px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.flavour { width: 25%; min-width: 75px; text-align: center; }
.flavour span { width: 69px; height: 69px; margin: 0 auto 8px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; background: #fff; box-shadow: inset 0 0 0 1px #eee9e7; }
.flavour img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.flavour b { display: block; font-size: 11px; font-weight: 400; line-height: 1.25; }
.metric-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-top: 36px; }
.metric { text-align: center; }
.metric-ring {
  --value: 0;
  position: relative;
  width: 84px;
  aspect-ratio: 1;
  margin: 0 auto 9px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--red) calc(var(--value) * 20%), #fff 0);
}
.metric-ring::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: var(--paper); }
.metric-ring b { position: relative; z-index: 1; font-size: 10px; }
.metric small { display: block; min-height: 35px; font-size: 11px; line-height: 1.25; }
.gallery-panel { min-height: 530px; background: #fff; overflow: hidden; }
.gallery-stage { height: 425px; display: grid; place-items: center; padding: 18px 26px 0; }
.gallery-stage img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.gallery-panel > p { margin: 2px 20px 8px; text-align: center; color: var(--muted); font-size: 11px; }
.gallery-tabs { display: flex; align-items: center; justify-content: center; gap: 5px; flex-wrap: wrap; padding: 6px 12px 18px; }
.gallery-tabs button { border: 1px solid #d8d1ce; border-radius: 20px; background: #fff; padding: 6px 10px; font-size: 10px; color: #4d4946; cursor: pointer; }
.gallery-tabs button:hover, .gallery-tabs button.active { border-color: var(--red); color: var(--red); background: #fff8f7; }
.purchase-column { display: grid; gap: 25px; }
.purchase-panel { padding: 35px 31px 28px; min-height: 365px; }
.stock-price { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stock-price span { white-space: nowrap; font-size: 13px; }
.stock-price span i { display: inline-block; width: 12px; height: 12px; margin-right: 7px; border-radius: 50%; background: #20bf6b; vertical-align: -1px; }
.stock-price strong { font-size: 26px; font-weight: 400; white-space: nowrap; }
.buy-row { display: grid; grid-template-columns: 54px 1fr; margin-top: 14px; height: 53px; }
.buy-row label { background: #fff; }
.buy-row input { width: 100%; height: 100%; padding-left: 17px; border: 0; background: #fff; appearance: textfield; }
.buy-row input::-webkit-outer-spin-button, .buy-row input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.buy-row button { border: 0; background: var(--green); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
.buy-row button .material-icons { margin-right: 6px; font-size: 18px; vertical-align: -20%; }
.buy-row button:hover { filter: brightness(.92); }
.checkout-note { margin: 9px 0 0; color: #69635f; font-size: 11px; text-align: center; }
.delivery-row { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; margin-top: 17px; }
.delivery-row img { width: 58px; height: 58px; object-fit: contain; }
.delivery-row ul { list-style: none; padding: 0; margin: 0; font-size: 12px; }
.delivery-row li { margin: 3px 0; }
.delivery-row b { font-weight: 700; }
.delivery-row a { color: var(--red); text-decoration: none; }
.download-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 27px; }
.download-row a { min-height: 61px; display: grid; place-items: center; background: rgba(255,255,255,.48); text-align: center; text-decoration: none; font-size: 11px; font-weight: 700; line-height: 1.15; }
.download-row a:hover { background: #fff; }
.recent-panel { min-height: 139px; padding: 17px 26px 15px; }
.recent-panel h2 { margin: 0 0 10px; font-size: 14px; }
.recent-panel > div { display: flex; gap: 18px; }
.recent-panel button { width: 44px; height: 65px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.recent-panel img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.35); }
.recent-panel .thumb-hibiki { object-position: 7% 50%; }
.recent-panel .thumb-chivas { object-position: 72% 50%; }
.recent-panel .thumb-glenlivet { object-position: 96% 50%; }

.details-wrap { margin-bottom: 50px; }
.detail-card { width: calc(66.3% - 10px); margin-bottom: 24px; padding: 31px 34px 29px; background: #fff; }
.detail-card h2 { margin: 0 0 18px; color: #25211f; font-size: 32px; font-weight: 400; line-height: 1.3; }
.description-copy { position: relative; font-size: 13px; line-height: 1.55; }
.description-copy p { margin: 0 0 13px; }
.more-button { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 11px auto 0; padding: 0; border: 0; background: transparent; color: #514b47; cursor: pointer; }
.description-toggle-icon.material-icons { width: 46px; height: 46px; border: 1px solid rgba(0, 0, 0, .1); border-radius: 50%; display: grid; place-items: center; background: #fff; color: rgba(0, 0, 0, .85); font-size: 18px; transition: transform .2s ease; }
.more-button[aria-expanded="true"] .description-toggle-icon { transform: rotate(180deg); }
.description-toggle-label { font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: 2px; }
.more-button:focus-visible { outline: none; }
.more-button:focus-visible .description-toggle-icon { outline: 2px solid rgba(167, 15, 24, .75); outline-offset: 3px; }
.specs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; }
.specs-grid dl { margin: 0; font-size: 12px; line-height: 1.55; }
.specs-grid dl div { display: flex; gap: 4px; }
.specs-grid dt { font-weight: 400; }
.specs-grid dd { margin: 0; }

.collection { scroll-margin-top: 185px; padding-bottom: 78px; }
.collection { padding: 35px 18px 43px; background: #fff; }
.collection > h2 { margin: 0 0 30px; text-align: center; color: #201c1a; font-size: 32px; font-weight: 400; line-height: 1.3; }
.bottle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; align-items: start; }
.bottle-card { min-width: 0; padding: 10px; border: 1px solid #d9d3d0; background: #fff; overflow: hidden; }
.bottle-card.filtered-out { display: none; }
.card-visual { height: 262px; display: grid; grid-template-columns: 40% 60%; }
.bottle-image { min-width: 0; height: 262px; padding: 13px 2px 8px; border: 0; background: #fff; overflow: hidden; cursor: pointer; }
.bottle-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.card-profile { min-width: 0; padding: 20px 0 0 3px; }
.card-flavours { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.card-flavours > div { min-width: 0; text-align: center; }
.card-flavours img { display: block; width: 51px; height: 51px; max-width: 100%; margin: 0 auto 5px; border-radius: 50%; object-fit: cover; }
.card-flavours span { display: block; min-height: 30px; padding-inline: 1px; font-size: 10px; line-height: 1.25; }
.card-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: 9px; }
.card-metrics > div { min-width: 0; text-align: center; }
.mini-ring { --value: 0; position: relative; width: 55px; max-width: 100%; aspect-ratio: 1; margin: 0 auto 5px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--red) calc(var(--value) * 20%), #f1edec 0); }
.mini-ring::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #fff; }
.mini-ring b { position: relative; z-index: 1; white-space: nowrap; font-size: 9px; font-weight: 400; }
.card-metrics small { display: block; min-height: 29px; font-size: 9px; line-height: 1.2; }
.card-meta { min-height: 31px; padding: 6px 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #efebea; font-size: 10px; }
.card-meta span:last-child { white-space: nowrap; text-align: right; }
.card-copy { padding: 17px 10px 9px; }
.card-copy h3 { min-height: 48px; margin: 0; color: #181615; font-size: 16px; font-weight: 700; line-height: 1.42; }
.included-state { margin-top: 12px; padding: 13px 0 2px; border-top: 1px solid #ded8d5; color: #24211f; font-size: 12px; }
.included-state i { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: #19ad5c; }
.no-results { padding: 40px; text-align: center; background: rgba(255,255,255,.4); }
footer { min-height: 720px; background: #1d1d1d; color: #f5f1ef; scroll-margin-top: 175px; }
.footer-main { min-height: 590px; padding: 64px 0 45px; display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 75px; align-items: start; }
.footer-company > p { margin: 0; font-size: 15px; line-height: 1.65; }
.trustpilot-block { margin: 48px 0 0 13px; color: #fff; font-family: Arial, Helvetica, sans-serif; }
.trustpilot-brand { height: 35px; display: flex; align-items: center; gap: 3px; }
.trustpilot-brand svg { width: 35px; height: 35px; fill: #00b67a; }
.trustpilot-brand strong { font-size: 25px; line-height: 1; letter-spacing: -.7px; }
.trustpilot-stars { margin-top: 7px; display: flex; gap: 4px; }
.trustpilot-stars span { width: 43px; height: 42px; display: grid; place-items: center; background: #00b67a; }
.trustpilot-stars svg { width: 39px; height: 39px; fill: #fff; }
.trustpilot-block > p { margin: 7px 0 0; font-size: 15px; line-height: 1.35; white-space: nowrap; }
.trustpilot-block > p b { font-weight: 700; }
.trustpilot-block > p i { margin: 0 8px; font-style: normal; }
.trustpilot-block > p a { color: #fff; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.responsibility-badges { margin-top: 14px; display: grid; justify-items: start; gap: 12px; }
.responsibility-badges > img { width: 100px; height: 100px; margin-left: 3px; object-fit: contain; }
.responsibility-badges > div { display: flex; gap: 3px; }
.responsibility-badges > div img { width: 100px; height: 33px; object-fit: contain; }
.footer-column { padding-top: 172px; font-size: 11px; line-height: 1.55; }
.footer-column h2 { margin: 0 0 12px; font-size: 12px; font-weight: 700; }
.footer-column p { margin: 0 0 13px; }
.footer-column a { color: #fff; text-decoration-color: rgba(255,255,255,.6); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a { margin-bottom: 5px; }
.footer-links span { height: 18px; }
.payment-row { min-height: 65px; display: flex; align-items: center; gap: 8px; }
.payment-row img { width: 60px; height: 32px; object-fit: contain; }
.copyright-row { min-height: 60px; border-top: 1px solid #252525; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 9px; }
.copyright-row p { margin: 0; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; width: min(520px, calc(100% - 34px)); transform: translateX(-50%); padding: 15px 20px; border-radius: 3px; background: #211e1c; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); text-align: center; font-size: 13px; }
.toast[hidden] { display: none; }

@media (max-width: 1180px) {
  .utility-bar, .header-main, .category-nav, .product-shell, .details-wrap, .collection, .footer-main, .payment-row, .copyright-row { width: min(100% - 40px, 1030px); }
  .header-main { grid-template-columns: 150px minmax(300px, 1fr) 1fr; gap: 18px; }
  .service-nav { gap: 10px; }
  .service-nav a:nth-child(-n+2) { display: none; }
  .category-nav a { padding-inline: 11px; font-size: 13px; }
  .product-grid { gap: 18px; }
  .taste-panel { padding-inline: 18px; }
  .purchase-panel { padding-inline: 20px; }
  .stock-price { align-items: flex-start; flex-direction: column; }
  .bottle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 950px) and (min-width: 768px) {
  .bottle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .site-header { height: 58px; }
  .utility-bar, .header-main, .category-nav { display: none; }
  .mobile-header { height: 58px; padding: 0 18px 0 21px; display: flex; align-items: center; justify-content: space-between; background: var(--paper); }
  .mobile-header .brand img { width: 111px; }
  .mobile-actions { display: flex; gap: 7px; }
  .mobile-actions button { width: 36px; height: 38px; border: 0; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
  .mobile-menu { position: absolute; top: 58px; left: 0; right: 0; padding: 15px 20px 22px; background: #fff; box-shadow: 0 18px 25px rgba(0,0,0,.15); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 13px 4px; border-bottom: 1px solid #ece7e4; text-decoration: none; font-weight: 700; }
  .mobile-search { position: absolute; top: 58px; left: 0; right: 0; padding: 16px 20px 20px; background: #fff; box-shadow: 0 18px 25px rgba(0,0,0,.15); }
  .mobile-search:not([hidden]) { display: grid; gap: 7px; }
  .mobile-search label { font-size: 12px; font-weight: 700; }
  .mobile-search input { height: 44px; padding: 0 14px; border: 1px solid var(--red); border-radius: 23px; outline: none; }
  .product-shell, .details-wrap, .collection, .footer-main, .payment-row, .copyright-row { width: calc(100% - 20px); }
  .product-shell { padding: 26px 0 42px; scroll-margin-top: 68px; }
  .breadcrumb { display: none; }
  .title-row { min-height: 58px; display: flex; gap: 7px; align-items: baseline; overflow: hidden; }
  .title-row h1 { font-size: 23px; white-space: nowrap; letter-spacing: -.35px; }
  .title-row p { font-size: 11px; white-space: nowrap; }
  .title-row i { margin: 0 3px; }
  .product-grid { display: flex; flex-direction: column; gap: 20px; }
  .gallery-panel { order: 1; width: 100%; min-height: auto; }
  .gallery-stage { height: auto; aspect-ratio: 1 / 1; padding: 16px 10px 2px; }
  .gallery-panel > p { margin: 4px 14px 10px; }
  .gallery-tabs { padding: 4px 8px 14px; gap: 4px; }
  .gallery-tabs button { padding: 5px 8px; font-size: 9px; }
  .purchase-column { order: 2; width: 100%; }
  .purchase-panel { min-height: auto; padding: 29px 31px 27px; }
  .stock-price { flex-direction: row; align-items: center; }
  .stock-price strong { font-size: 23px; }
  .buy-row { height: 45px; grid-template-columns: 46px 1fr; }
  .delivery-row { margin-top: 19px; grid-template-columns: 49px 1fr; gap: 11px; }
  .delivery-row img { width: 49px; height: 49px; }
  .download-row { margin-top: 22px; }
  .recent-panel { display: none; }
  .taste-panel { order: 3; width: 100%; min-height: auto; padding: 28px 17px 30px; }
  .taste-product { margin-bottom: 13px; }
  .flavour-list { min-height: 0; }
  .flavour { min-width: 25%; }
  .flavour span { width: 61px; height: 61px; font-size: 29px; }
  .metric-list { padding-top: 28px; gap: 6px; }
  .metric-ring { width: 75px; }
  .details-wrap { margin-bottom: 55px; }
  .detail-card { width: 100%; padding: 25px 20px 24px; }
  .detail-card h2 { margin-bottom: 14px; font-size: 26px; }
  .description-copy { font-size: 13px; }
  .description-copy.is-collapsed > p:first-child { max-height: 66px; margin-bottom: 0; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%); mask-image: linear-gradient(to bottom, #000 62%, transparent 100%); }
  .description-copy.is-collapsed .more-button { margin-top: -17px; }
  .description-toggle-icon.material-icons { width: 40px; height: 40px; font-size: 17px; }
  .specs-grid { grid-template-columns: 1fr; gap: 12px; }
  .collection { padding-bottom: 58px; scroll-margin-top: 70px; }
  .collection { width: calc(100% - 56px); padding: 37px 5px 26px; }
  .collection > h2 { margin-bottom: 22px; font-size: 24px; }
  .bottle-grid { grid-template-columns: 1fr; gap: 16px; }
  .bottle-card { padding: 10px; }
  .card-visual, .bottle-image { height: 258px; }
  .card-visual { grid-template-columns: 38% 62%; }
  .bottle-image { padding: 12px 2px 6px; }
  .card-profile { padding-top: 19px; }
  .card-flavours img { width: 54px; height: 54px; }
  .mini-ring { width: 59px; }
  .card-copy h3 { min-height: 47px; font-size: 18px; }
  footer { min-height: 0; }
  .footer-main { min-height: 0; padding: 45px 10px 35px; grid-template-columns: 1fr; gap: 32px; }
  .footer-company > p { font-size: 14px; }
  .trustpilot-block { margin-top: 48px; }
  .responsibility-badges { margin-top: 14px; }
  .footer-column { padding-top: 0; font-size: 12px; }
  .footer-column h2 { font-size: 13px; }
  .payment-row { padding: 10px; flex-wrap: wrap; }
  .payment-row img { width: 52px; height: auto; }
  .copyright-row { min-height: 76px; padding: 10px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

@media (max-width: 420px) {
  .product-shell, .details-wrap, .collection, .footer-main, .payment-row, .copyright-row { width: calc(100% - 16px); }
  .collection { width: calc(100% - 56px); }
  .title-row h1 { font-size: 21px; }
  .purchase-panel { padding-inline: 28px; }
  .stock-price span { font-size: 12px; }
  .stock-price strong { font-size: 22px; }
  .flavour span { width: 56px; height: 56px; }
  .metric-ring { width: 69px; }
  .card-flavours img { width: 50px; height: 50px; }
  .mini-ring { width: 56px; }
}

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