:root {
  --navy: #003b67;
  --navy-deep: #002c4d;
  --blue: #0077c8;
  --cyan: #19a9e5;
  --red: #ed174c;
  --green: #16845b;
  --yellow: #ffc600;
  --ink: #152330;
  --muted: #657482;
  --line: #dfe5e9;
  --soft: #f4f6f8;
  --white: #fff;
  --shadow: 0 7px 24px rgba(9, 37, 58, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Tahoma, Arial, "Segoe UI", sans-serif; font-size: 15px; direction: rtl; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
main { min-height: 48vh; }
[hidden] { display: none !important; }

.top-notice { color: #d9e8f3; background: var(--navy-deep); font-size: 12px; }
.top-notice > div { width: min(1460px, calc(100% - 48px)); min-height: 33px; margin: auto; display: flex; align-items: center; gap: 25px; }
.top-notice span { margin-inline-end: auto; }
.top-notice a:hover { color: #fff; }
.site-header { position: relative; z-index: 20; background: var(--navy); color: #fff; }
.header-main { width: min(1460px, calc(100% - 48px)); min-height: 84px; margin: auto; display: grid; grid-template-columns: 160px minmax(300px, 1fr) auto; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; justify-content: flex-start; width: max-content; }
.wordmark span { color: #fff; font-size: 40px; font-weight: 950; font-style: italic; letter-spacing: -3px; transform: skew(-7deg); }
.wordmark img { width: 136px; max-height: 55px; object-fit: contain; filter: brightness(0) invert(1); }
.search-box { height: 48px; display: grid; grid-template-columns: 1fr 58px; overflow: hidden; background: #fff; border-radius: 3px; box-shadow: 0 1px 0 rgba(255,255,255,.2); }
.search-box input { min-width: 0; padding: 0 20px; border: 0; outline: 0; color: var(--ink); text-align: right; }
.search-box input::placeholder { color: #7f8991; }
.search-submit { border: 0; color: #fff; background: var(--red); font-size: 27px; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 19px; white-space: nowrap; }
.language-link { padding-inline-end: 18px; border-inline-end: 1px solid rgba(255,255,255,.3); font-size: 13px; }
.header-icon { position: relative; display: grid; justify-items: center; gap: 3px; min-width: 37px; color: #fff; }
.header-icon > span { font-size: 23px; line-height: 1; }
.header-icon small { font-size: 10px; }
.bag-link > b { position: absolute; top: -9px; right: -5px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 20px; background: var(--red); font-size: 10px; }
.mobile-menu-button { display: none; border: 0; color: white; background: none; font-size: 25px; cursor: pointer; }
.category-nav { min-height: 46px; display: flex; align-items: stretch; justify-content: center; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.14); background: var(--navy); scrollbar-width: none; }
.category-nav a { display: flex; align-items: center; padding: 0 13px; border-inline-start: 1px solid rgba(255,255,255,.09); font-size: 12px; white-space: nowrap; }
.category-nav a:hover { background: rgba(255,255,255,.1); }
.category-nav .all-categories { padding-inline: 24px; background: var(--blue); font-weight: 800; }
.category-nav .offers-link { color: #fff; background: var(--red); font-weight: 800; }
.service-strip { min-height: 61px; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 3px 8px rgba(11,44,68,.05); }
.service-strip a { display: grid; align-content: center; gap: 4px; padding: 8px 24px; text-align: center; border-inline-start: 1px solid var(--line); }
.service-strip b { color: var(--navy); font-size: 13px; }
.service-strip small { color: var(--muted); font-size: 10px; }

.hero-wrap { padding: 20px 24px 0; background: var(--soft); }
.campaign-hero { width: min(1460px, 100%); min-height: 450px; margin: auto; display: grid; grid-template-columns: 43% 57%; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--navy-deep), var(--hero-bg, #0b5d8b)); box-shadow: var(--shadow); }
.hero-copy { align-self: center; padding: 55px 70px; }
.hero-copy > span { display: inline-block; margin-bottom: 15px; padding: 8px 13px; color: var(--navy); background: var(--yellow); border-radius: 2px; font-size: 13px; font-weight: 900; }
.hero-copy h1 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1.17; letter-spacing: -.8px; }
.hero-copy p { max-width: 560px; margin: 22px 0 30px; color: #dfedf7; font-size: 16px; line-height: 1.8; }
.hero-button, .primary-button, .outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 28px; border: 1px solid transparent; border-radius: 2px; font-weight: 800; }
.hero-button, .primary-button { color: #fff; background: var(--red); }
.hero-button:hover, .primary-button:hover { background: #cf0e3c; }
.hero-art { position: relative; min-width: 0; background: #061e30; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(0,44,77,.62)); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

.category-promos { width: min(1460px, calc(100% - 48px)); margin: 24px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-promo { position: relative; min-height: 210px; display: grid; grid-template-columns: 52% 48%; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0079c9, #00a9e7); }
.category-promo:nth-child(2n) { background: linear-gradient(135deg, #14378f, #005dbe); }
.category-promo:nth-child(3n) { background: linear-gradient(135deg, #5b188b, #a31dc1); }
.category-promo > div { position: relative; z-index: 2; align-self: center; padding: 28px; }
.category-promo small { opacity: .85; }
.category-promo h2 { margin: 8px 0 18px; font-size: 24px; line-height: 1.25; }
.category-promo span { padding-bottom: 3px; border-bottom: 1px solid #fff; font-weight: 800; }
.category-promo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; }
.category-promo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(0,0,0,.2)); pointer-events: none; }

.circle-categories, .product-section { width: min(1460px, calc(100% - 48px)); margin: 55px auto; }
.section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 4px 0 0; color: var(--navy); font-size: 30px; }
.section-heading small { color: var(--red); font-weight: 800; }
.section-heading > a { color: var(--blue); border-bottom: 1px solid currentColor; font-weight: 800; }
.circle-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 19px; }
.circle-row a { display: grid; justify-items: center; gap: 12px; text-align: center; }
.circle-row a span { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--soft); transition: transform .18s ease, box-shadow .18s ease; }
.circle-row img { width: 100%; height: 100%; object-fit: cover; }
.circle-row a:hover span { transform: translateY(-3px); box-shadow: var(--shadow); }
.circle-row b { font-size: 13px; }

.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 12px 12px 15px; border: 1px solid var(--line); background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { z-index: 2; transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image-shell { position: relative; }
.product-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #f7f8f9; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 10px; right: 10px; max-width: calc(100% - 58px); padding: 6px 10px; color: #fff; background: var(--green); border-radius: 20px; font-size: 10px; font-weight: 900; }
.wishlist-button { position: absolute; z-index: 3; top: 9px; left: 9px; width: 38px; height: 38px; padding: 0; border: 1px solid #d7dee3; border-radius: 50%; color: var(--navy); background: #fff; font-size: 22px; line-height: 1; cursor: pointer; }
.wishlist-button:hover, .wishlist-button.active { color: #fff; background: var(--red); border-color: var(--red); }
.product-name { min-height: 43px; margin-top: 13px; overflow: hidden; font-size: 13px; font-weight: 700; line-height: 1.55; }
.product-name:hover { color: var(--blue); }
.rating-row { margin: 6px 0; display: flex; align-items: center; gap: 6px; direction: ltr; }
.rating-row span, .detail-rating span { color: #f4a500; font-size: 11px; letter-spacing: 1px; }
.rating-row small { color: var(--muted); font-size: 9px; }
.product-price { color: var(--navy); font-size: 19px; direction: ltr; text-align: right; }
.stock-text { margin-top: 5px; color: var(--green); font-size: 10px; }
.card-cart-button { min-height: 40px; margin-top: 13px; border: 1px solid var(--blue); color: var(--blue); background: #fff; font-weight: 900; cursor: pointer; }
.card-cart-button:hover { color: #fff; background: var(--blue); }

.brand-promise { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--navy); }
.brand-promise div { min-height: 120px; display: grid; align-content: center; gap: 8px; padding: 24px 8%; border-inline-start: 1px solid rgba(255,255,255,.15); }
.brand-promise b { font-size: 17px; }
.brand-promise span { color: #bed2e2; font-size: 12px; }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--blue); }
.listing-hero { padding: 35px max(24px, calc((100% - 1460px)/2)); background: var(--soft); border-bottom: 1px solid var(--line); }
.listing-hero h1 { margin: 20px 0 7px; color: var(--navy); font-size: 34px; }
.listing-hero p { margin: 0; color: var(--muted); }
.catalogue-layout { width: min(1460px, calc(100% - 48px)); margin: 35px auto 75px; display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 30px; }
.filters-card { align-self: start; border: 1px solid var(--line); background: #fff; }
.filter-title { padding: 19px; display: flex; justify-content: space-between; color: #fff; background: var(--navy); }
.filter-group { padding: 20px; display: grid; gap: 14px; border-bottom: 1px solid var(--line); }
.filter-group label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.filter-group input { width: 17px; height: 17px; accent-color: var(--blue); }
.filter-group a { color: var(--blue); font-size: 13px; }
.sort-row { min-height: 58px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.sort-row label { color: var(--muted); }
.sort-row select { min-width: 220px; height: 40px; margin-inline-start: 10px; padding: 0 12px; border: 1px solid #b9c3ca; background: #fff; }
.catalogue-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.product-breadcrumbs { width: min(1460px, calc(100% - 48px)); margin: 28px auto; }
.product-detail { width: min(1460px, calc(100% - 48px)); margin: 0 auto 55px; display: grid; grid-template-columns: 75px minmax(390px, 1fr) minmax(360px, 470px); gap: 24px; align-items: start; }
.thumb-column { display: grid; gap: 10px; }
.thumb-column button { aspect-ratio: 1; padding: 4px; border: 2px solid var(--blue); background: #fff; cursor: pointer; }
.thumb-column img { width: 100%; height: 100%; object-fit: cover; }
.product-main-image { position: relative; min-height: 640px; display: grid; place-items: center; overflow: hidden; background: #f6f7f8; }
.product-main-image > img { width: 100%; height: 640px; object-fit: contain; }
.detail-badge { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 7px 13px; color: #fff; background: var(--green); border-radius: 20px; font-size: 11px; font-weight: 900; }
.product-info { padding: 12px 10px 10px 0; }
.product-brand, .page-kicker, .cart-kicker, .summary-kicker { color: var(--blue); font-size: 12px; font-weight: 900; }
.product-info h1 { margin: 10px 0; font-size: 30px; line-height: 1.4; }
.detail-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.product-info > small { color: var(--muted); }
.detail-price { display: block; margin-top: 25px; color: var(--navy); font-size: 32px; direction: ltr; text-align: right; }
.installment-copy { margin: 7px 0 23px; color: var(--muted); }
.variant-label { display: grid; gap: 8px; margin: 20px 0; font-weight: 800; }
.variant-label select { height: 47px; padding: 0 12px; border: 1px solid #aab5bd; background: #fff; }
.delivery-box { margin: 20px 0; padding: 20px; border: 1px solid var(--line); }
.delivery-box h3 { margin: 0 0 15px; font-size: 17px; }
.delivery-box label { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; }
.delivery-box label + label { border-top: 1px solid var(--line); }
.delivery-box input { margin-top: 4px; accent-color: var(--blue); }
.delivery-box span { display: grid; gap: 5px; }
.delivery-box small { color: var(--muted); }
.checkout-button { min-height: 49px; padding: 0 24px; border: 0; border-radius: 2px; color: #fff; background: var(--red); font-weight: 900; cursor: pointer; }
.checkout-button:hover { background: #cf0e3c; }
.checkout-button:disabled { opacity: .6; cursor: wait; }
.product-info > .checkout-button { width: 100%; font-size: 16px; }
.detail-stock { display: block; margin: 10px 0; }
.mini-benefits { margin-top: 20px; padding: 15px 0; display: flex; flex-wrap: wrap; gap: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.product-copy { width: min(1460px, calc(100% - 48px)); margin: 0 auto 80px; padding: 32px; border-top: 3px solid var(--blue); background: var(--soft); }
.product-copy h2 { margin-top: 0; color: var(--navy); }
.product-copy p { max-width: 1000px; color: #4c5a65; line-height: 1.8; }

.cart-shell, .checkout-shell { width: min(1280px, calc(100% - 48px)); margin: 55px auto 90px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 38px; align-items: start; }
.cart-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.cart-heading h1, .checkout-title h1 { margin: 7px 0; color: var(--navy); font-size: 34px; }
.cart-heading p, .checkout-title p { margin: 0; color: var(--muted); }
.cart-heading > a { color: var(--blue); border-bottom: 1px solid; font-weight: 800; }
.cart-delivery-banner { min-height: 72px; margin-bottom: 18px; padding: 13px 18px; display: flex; align-items: center; gap: 14px; color: var(--navy); background: #e9f6fc; border: 1px solid #c3e5f4; }
.cart-delivery-banner > span { font-size: 24px; }
.cart-delivery-banner div { display: grid; gap: 5px; }
.cart-delivery-banner small { color: var(--muted); }
.cart-row { min-height: 170px; padding: 18px 0; display: grid; grid-template-columns: 145px minmax(0, 1fr) auto; gap: 22px; border-bottom: 1px solid var(--line); }
.cart-product-image { display: grid; place-items: center; overflow: hidden; background: var(--soft); }
.cart-product-image img { width: 100%; height: 135px; object-fit: contain; }
.cart-product-copy { display: grid; align-content: start; justify-items: start; gap: 8px; }
.cart-product-copy > a { font-size: 15px; }
.cart-item-badge { padding: 4px 8px; color: var(--green); background: #e5f4ed; border-radius: 20px; font-size: 9px; font-weight: 900; }
.cart-unit-price { margin: 0; color: var(--muted); direction: ltr; }
.cart-product-copy label { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.cart-product-copy select { width: 72px; height: 36px; border: 1px solid #aab5bd; background: white; }
.cart-row-end { display: grid; align-content: space-between; justify-items: end; min-width: 100px; }
.cart-row-end b { color: var(--navy); font-size: 17px; direction: ltr; }
.cart-row-end button { border: 0; color: #c30c37; background: none; cursor: pointer; }
.summary-card { padding: 28px; border: 1px solid var(--line); background: #fff; box-shadow: 0 4px 16px rgba(12,43,64,.06); }
.summary-card h2 { margin: 8px 0 25px; color: var(--navy); font-size: 24px; }
.summary-card > div:not(.summary-benefits):not([data-checkout-items]) { margin: 14px 0; display: flex; justify-content: space-between; gap: 20px; }
.summary-card hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
.summary-total { align-items: center; font-size: 20px; }
.summary-total b { color: var(--navy); font-size: 24px; direction: ltr; }
.summary-card > .checkout-button { width: 100%; margin-top: 17px; display: flex; align-items: center; justify-content: center; }
.summary-benefits { margin-top: 20px; display: grid !important; gap: 8px; color: var(--muted); font-size: 11px; }
.empty-state { min-height: 310px; display: grid; place-content: center; justify-items: center; gap: 9px; padding: 35px; text-align: center; border: 1px dashed #c4cdd3; background: var(--soft); }
.empty-state h2, .empty-state p { margin: 0; }
.empty-state p { color: var(--muted); }
.empty-bag-icon { font-size: 52px; }
.cart-shell.is-empty { grid-template-columns: 1fr; }

.checkout-shell { width: min(1180px, calc(100% - 48px)); grid-template-columns: minmax(0, 1fr) 350px; }
.checkout-title { margin-bottom: 27px; }
.checkout-card { margin-bottom: 18px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.checkout-step { margin-bottom: 23px; display: flex; align-items: center; gap: 12px; }
.checkout-step > span { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-weight: 900; }
.checkout-step h2 { margin: 0; color: var(--navy); font-size: 21px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .account-card input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid #9ca8b1; border-radius: 2px; background: #fff; outline: 0; }
.form-grid input:focus, .form-grid select:focus, .account-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(0,119,200,.12); }
.safe-note { margin: -7px 0 20px; padding: 12px 15px; color: #176245; background: #eaf7f1; border-right: 3px solid var(--green); font-size: 12px; }
.member-date-fields { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.checkout-error { margin: 14px 0; color: #c20c36; font-weight: 800; }
#checkout-form > .checkout-button { min-width: 230px; }
.checkout-summary { position: sticky; top: 20px; }
.checkout-summary [data-checkout-items] { display: grid; gap: 14px; }
.checkout-summary [data-checkout-items] > div { padding-bottom: 13px; display: grid; grid-template-columns: 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.checkout-summary [data-checkout-items] b { direction: ltr; }
.checkout-summary > p { color: var(--muted); font-size: 11px; line-height: 1.6; }

.result-shell { width: min(680px, calc(100% - 48px)); min-height: 470px; margin: 60px auto 90px; padding: 55px; display: grid; place-content: center; justify-items: center; gap: 17px; text-align: center; border: 1px solid var(--line); box-shadow: var(--shadow); }
.result-shell h1 { margin: 0; color: var(--navy); font-size: 30px; }
.result-shell p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.8; }
.result-icon, .phone-icon { width: 70px; height: 70px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 35px; font-weight: 900; }
.success-result .result-icon { background: var(--green); }
.declined-result .result-icon { background: var(--red); }
.order-reference, .status-pill { padding: 12px 18px; background: var(--soft); }
.loading-ring { width: 58px; height: 58px; border: 5px solid #d9e9f3; border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.status-code-form { width: min(350px, 100%); display: grid; gap: 13px; }
.status-code-form input { height: 54px; padding: 0 15px; border: 1px solid #9aa7b0; text-align: center; font-size: 25px; letter-spacing: 8px; direction: ltr; }
.status-code-form label { font-size: 13px; font-weight: 800; }
.status-code-form .checkout-button { width: 100%; }
.status-hint { margin: 0; color: var(--muted); font-size: 11px; }
.result-shell > .checkout-error { margin: 0; font-weight: 800; }
.member-date-fields select { min-width: 0; }

.account-shell { width: min(980px, calc(100% - 48px)); margin: 65px auto 90px; display: grid; grid-template-columns: 1fr 330px; gap: 30px; align-items: start; }
.account-card, .support-card { padding: 35px; border: 1px solid var(--line); background: #fff; }
.account-card h1 { margin: 8px 0; color: var(--navy); font-size: 30px; }
.account-card > p, .support-card p { color: var(--muted); line-height: 1.7; }
.account-card form { margin-top: 25px; display: grid; gap: 17px; }
.account-card label { display: grid; gap: 8px; font-weight: 800; }
.account-actions { margin-top: 27px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.account-actions > a:not(.primary-button) { color: var(--blue); font-weight: 800; }
.support-card { border-top: 4px solid var(--blue); background: var(--soft); }
.support-card b { color: var(--navy); font-size: 20px; }
.support-card a { color: var(--blue); font-weight: 800; }
.wishlist-shell { width: min(1460px, calc(100% - 48px)); margin: 55px auto 90px; }
.page-heading { margin-bottom: 30px; }
.page-heading h1 { margin: 8px 0; color: var(--navy); font-size: 34px; }
.page-heading p { margin: 0; color: var(--muted); }
.legal-page { width: min(900px, calc(100% - 48px)); margin: 60px auto 90px; line-height: 1.9; }
.legal-page h1 { color: var(--navy); font-size: 38px; }
.legal-page h2 { margin-top: 35px; color: var(--navy); font-size: 21px; }
.legal-page p { color: #4e5d68; }

.site-footer { color: #d5e5f1; background: var(--navy-deep); }
.footer-newsletter { padding: 33px max(24px, calc((100% - 1460px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: var(--blue); }
.footer-newsletter h2, .footer-newsletter p { margin: 0; }
.footer-newsletter p { margin-top: 7px; color: #d6effd; }
.footer-newsletter form { min-width: min(530px, 50%); height: 46px; display: grid; grid-template-columns: 1fr 125px; }
.footer-newsletter input { padding: 0 15px; border: 0; outline: 0; }
.footer-newsletter button { border: 0; color: #fff; background: var(--red); font-weight: 900; cursor: pointer; }
.footer-columns { width: min(1460px, calc(100% - 48px)); margin: auto; padding: 50px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.footer-columns > div { display: grid; align-content: start; gap: 12px; }
.footer-columns b { margin-bottom: 7px; color: #fff; font-size: 16px; }
.footer-columns a, .footer-columns span { color: #b7cad8; font-size: 12px; }
.footer-columns a:hover { color: #fff; }
.footer-brand strong { color: #fff; font-size: 37px; font-style: italic; letter-spacing: -3px; }
.footer-bottom { min-height: 55px; padding: 0 max(24px, calc((100% - 1460px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9eb5c6; font-size: 11px; }

@media (max-width: 1200px) {
  .header-main { grid-template-columns: 120px minmax(260px, 1fr) auto; gap: 17px; }
  .wordmark span { font-size: 34px; }
  .header-actions { gap: 12px; }
  .header-icon small { display: none; }
  .campaign-hero { min-height: 400px; }
  .hero-copy { padding: 45px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .circle-row { grid-template-columns: repeat(6, 1fr); }
  .circle-row a:nth-child(n+7) { display: none; }
  .product-detail { grid-template-columns: 65px minmax(340px, 1fr) 380px; }
  .product-main-image, .product-main-image > img { min-height: 520px; height: 520px; }
}

@media (max-width: 900px) {
  .top-notice, .language-link { display: none; }
  .header-main { width: calc(100% - 30px); min-height: 125px; grid-template-columns: auto 1fr auto; grid-template-rows: 58px 50px; gap: 0 13px; }
  .mobile-menu-button { display: block; grid-column: 3; grid-row: 1; }
  .wordmark { grid-column: 2; grid-row: 1; justify-self: start; }
  .wordmark span { font-size: 30px; }
  .header-actions { grid-column: 1; grid-row: 1; }
  .header-icon:not(.bag-link) { display: none; }
  .search-box { grid-column: 1 / -1; grid-row: 2; height: 42px; }
  .category-nav { position: absolute; top: 125px; right: 0; left: 0; max-height: 0; display: grid; justify-content: stretch; overflow: hidden; background: var(--navy-deep); transition: max-height .25s ease; }
  .category-nav.open { max-height: 70vh; overflow-y: auto; }
  .category-nav a { min-height: 43px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip a:nth-child(n+3) { display: none; }
  .campaign-hero { min-height: 540px; grid-template-columns: 1fr; grid-template-rows: auto 250px; }
  .hero-copy { padding: 38px; }
  .hero-copy h1 { font-size: 41px; }
  .hero-art::after { background: linear-gradient(0deg, transparent, rgba(0,44,77,.6)); }
  .category-promos { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .catalogue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .circle-row { grid-template-columns: repeat(4, 1fr); }
  .circle-row a:nth-child(n+5) { display: none; }
  .brand-promise { grid-template-columns: repeat(2, 1fr); }
  .catalogue-layout { grid-template-columns: 1fr; }
  .filters-card { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-title { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 70px minmax(0, 1fr); }
  .product-info { grid-column: 1 / -1; padding: 15px 0; }
  .cart-shell, .checkout-shell { grid-template-columns: 1fr; }
  .summary-card, .checkout-summary { position: static; }
  .account-shell { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); }
  .footer-newsletter { align-items: stretch; flex-direction: column; }
  .footer-newsletter form { width: 100%; min-width: 0; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .service-strip { min-height: 53px; }
  .service-strip a { padding: 7px; }
  .service-strip small { display: none; }
  .hero-wrap { padding: 12px 12px 0; }
  .campaign-hero { min-height: 500px; grid-template-rows: auto 210px; }
  .hero-copy { padding: 27px 24px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { margin: 15px 0 22px; font-size: 13px; }
  .category-promos, .circle-categories, .product-section, .catalogue-layout, .product-detail, .product-breadcrumbs, .product-copy, .wishlist-shell { width: calc(100% - 24px); }
  .category-promos { grid-template-columns: 1fr; gap: 12px; }
  .category-promo { min-height: 170px; }
  .category-promo h2 { font-size: 21px; }
  .circle-categories, .product-section { margin-top: 38px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 24px; }
  .section-heading > a { font-size: 11px; }
  .circle-row { gap: 11px; }
  .circle-row b { font-size: 10px; }
  .product-grid, .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-card { padding: 8px; }
  .product-name { font-size: 11px; }
  .product-price { font-size: 15px; }
  .card-cart-button { min-height: 36px; font-size: 11px; }
  .rating-row { display: none; }
  .brand-promise { grid-template-columns: 1fr; }
  .brand-promise div { min-height: 90px; }
  .listing-hero { padding: 28px 15px; }
  .listing-hero h1 { font-size: 27px; }
  .filters-card { grid-template-columns: 1fr; }
  .filter-title { grid-column: auto; }
  .filter-group:nth-child(n+3) { display: none; }
  .sort-row { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 15px; }
  .sort-row label { width: 100%; display: grid; gap: 7px; }
  .sort-row select { width: 100%; min-width: 0; margin: 0; }
  .product-breadcrumbs { margin: 20px auto; }
  .product-detail { grid-template-columns: 50px minmax(0, 1fr); gap: 10px; }
  .product-main-image, .product-main-image > img { min-height: 330px; height: 330px; }
  .product-info h1 { font-size: 24px; }
  .detail-price { font-size: 27px; }
  .product-copy { padding: 22px; }
  .cart-shell, .checkout-shell { width: calc(100% - 24px); margin: 35px auto 65px; gap: 25px; }
  .cart-heading { align-items: flex-start; flex-direction: column; }
  .cart-row { grid-template-columns: 100px minmax(0, 1fr); gap: 13px; }
  .cart-product-image img { height: 100px; }
  .cart-row-end { grid-column: 2; display: flex; justify-content: space-between; width: 100%; }
  .summary-card, .checkout-card { padding: 21px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .result-shell { width: calc(100% - 24px); min-height: 400px; margin-top: 35px; padding: 28px 20px; }
  .result-shell h1 { font-size: 25px; }
  .account-shell { width: calc(100% - 24px); margin-top: 35px; }
  .account-card, .support-card { padding: 24px; }
  .footer-newsletter form { grid-template-columns: 1fr 105px; }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 15px; padding-bottom: 15px; }
}
