:root{
  --ink:#101820;
  --muted:#6c737a;
  --blue:#062f4a;
  --blue-2:#0e4667;
  --cream:#f5eee6;
  --paper:#fff;
  --line:#e6e8e9;
  --gold:#d9ad62;
  --shadow:0 18px 55px rgba(17,31,44,.12);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f5f6f7}
button,input,select{font:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.top-strip{background:#f1e5dc;color:#54483e;font-size:12px}
.top-strip__inner{height:30px;display:flex;align-items:center;justify-content:space-between}
.site-header{background:#fff;position:relative;z-index:20;box-shadow:0 1px 0 rgba(20,30,40,.05)}
.header-main{min-height:84px;display:grid;grid-template-columns:190px 1fr 250px;gap:28px;align-items:center}
.brand{display:inline-flex;align-items:center;gap:10px;width:max-content}
.brand-logo{width:56px;height:56px;object-fit:contain;display:block;flex:0 0 56px}
.brand-wordmark{display:inline-block}
.brand strong{display:block;font-size:21px;letter-spacing:.04em;line-height:1.05}
.brand small{display:block;font-size:10px;letter-spacing:.25em;color:#85898c;margin-top:4px}
.shop-menu-wrap{position:relative}
.mega-menu{position:absolute;left:0;top:100%;display:none;grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px;padding:18px;border:1px solid #e5e8eb;background:#fff;border-radius:0 0 12px 12px;box-shadow:var(--shadow);min-width:680px;z-index:40}
.shop-menu-wrap:hover .mega-menu,.shop-menu-wrap:focus-within .mega-menu,.mega-menu.is-open{display:grid}
.mega-menu .mega-group{display:flex;flex-direction:column;gap:8px}
.mega-menu .mega-title{font-size:11px;font-weight:800;letter-spacing:.08em;color:#6d7680;text-transform:uppercase;margin-bottom:6px}
.mega-menu a{display:block;padding:8px 10px;border-radius:7px;color:#1d2b34;font-size:12px}
.mega-menu a:hover{background:#f2f7fa;color:#0d4a6c}
.search{height:46px;border:1px solid #dce0e3;border-radius:5px;display:grid;grid-template-columns:1fr 48px;overflow:hidden;background:#fafafa}
.search:focus-within{border-color:#6d8798;box-shadow:0 0 0 3px rgba(6,47,74,.08)}
.search input{min-width:0;border:0;outline:0;background:transparent;padding:0 16px;color:#1a242c}
.search button{border:0;background:var(--blue);color:#fff;font-size:25px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px}
.icon-action{position:relative;border:0;background:transparent;display:grid;place-items:center;gap:1px;min-width:52px;color:#1f2a33}
.icon-action span{font-size:23px;line-height:1}
.icon-action small{font-size:9px}
.icon-action i{position:absolute;top:-2px;right:6px;width:17px;height:17px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px;display:grid;place-items:center;font-style:normal}
.cart-symbol{font-size:18px!important}
.nav-row{background:var(--blue);color:#fff}
.nav-row__inner{height:50px;display:grid;grid-template-columns:225px 1fr auto;align-items:center;gap:24px}
.category-toggle{align-self:stretch;border:0;background:#0d4a6c;color:#fff;font-weight:700;text-align:left;padding:0 16px}
.main-nav{display:flex;align-items:center;gap:34px;font-size:12px}
.main-nav a{opacity:.9}
.main-nav a:hover{opacity:1}
.support{font-size:11px;opacity:.9}
.shell.hero-layout{width:min(1180px,calc(100% - 32px))}
.hero-layout{display:grid;grid-template-columns:1fr;background:#fff;box-shadow:var(--shadow);border-radius:0 0 var(--radius) var(--radius);overflow:hidden}
.hero-slider{width:100%;height:auto;aspect-ratio:16/9;position:relative;overflow:hidden;background:#0a3149}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:46% 54%;opacity:0;pointer-events:none;transition:opacity .6s ease}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-slide img.hero-primary-image{object-position:center}
.hero-slide img[src="images/Hero1.jpeg"],.hero-slide img[src="images/Hero2.png"]{object-fit:contain;object-position:center}
.hero-slide.image-only .hero-copy{display:none}
.hero-copy{position:relative;z-index:2;color:#fff;align-self:center;padding:0 0 0 52px;max-width:440px}
.hero-copy .eyebrow{color:#e2ba75;font-size:11px;font-weight:800;letter-spacing:.08em}
.hero-copy h1{font-size:42px;line-height:1.05;letter-spacing:-.035em;margin:13px 0 16px}
.hero-copy p{font-size:13px;line-height:1.7;color:rgba(255,255,255,.82);max-width:350px}
.primary-btn{border:0;background:#f0dcc7;color:#1a2b38;padding:13px 18px;border-radius:6px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:24px}
.primary-btn:hover{transform:translateY(-1px)}
.hero-dots{position:absolute;z-index:3;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:11px}
.hero-dots button{width:9px;height:9px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:transparent;padding:0}
.hero-dots button.is-active{width:27px;border-radius:10px;background:#fff;border-color:#fff}
.section{padding-top:28px}
.section-heading h2{font-size:20px;margin:0 0 4px;letter-spacing:-.02em}
.section-heading p{font-size:11px;color:var(--muted);margin:0}
.centered{text-align:center}
.row-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.spark{color:#f1be45}
.heading-controls{display:flex;align-items:center;gap:10px}
.heading-controls select{height:34px;border:1px solid #dfe3e5;border-radius:6px;background:#fff;padding:0 10px;font-size:11px;color:#51595f}
.text-link{border:0;background:transparent;font-size:11px;font-weight:700;color:#394650;padding:6px}
.text-link:hover{color:#0c4b6f}
.category-circles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:10px}
.category-circle{min-width:0;padding:0;border:0;background:transparent;display:flex;flex-direction:column;gap:6px;align-items:center;color:#29343c;text-align:center}
.category-circle .circle-img{display:block;width:100%;border-radius:14px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.category-circle img{display:block;width:100%;height:auto}
.category-circle span{font-size:15px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}
.category-circle:hover .circle-img{transform:translateY(-4px);box-shadow:0 10px 25px rgba(20,30,40,.1)}
.category-circle:focus-visible{outline:2px solid #0c4b6f;outline-offset:5px}
.categories-actions{display:flex;justify-content:center;margin-top:12px}
.subcategory-cards{align-items:start}
.subcategory-cards .circle-img{aspect-ratio:1;background:#fff}
.subcategory-cards .circle-img img{width:100%;height:100%;object-fit:cover}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.product-card{position:relative;background:#fff;border:1px solid #edf0f1;border-radius:10px;overflow:hidden;min-width:0;transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(18,35,47,.09)}
.product-image{position:relative;aspect-ratio:1.08;background:#f0efed;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.04)}
.product-badge{position:absolute;top:8px;left:8px;background:#fff;color:#18364a;border-radius:20px;padding:4px 7px;font-size:8px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.wish-btn{position:absolute;right:8px;top:8px;border:0;width:29px;height:29px;border-radius:50%;background:rgba(255,255,255,.9);font-size:17px;display:grid;place-items:center}
.wish-btn.is-active{background:#173d56;color:#fff}
.product-info{padding:10px 10px 12px}
.product-name{display:block;border:0;background:transparent;padding:0;text-align:left;font-weight:700;font-size:11px;color:#1d2830;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}
.product-meta{font-size:9px;color:#8a9094;margin-top:4px}
.product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:8px;gap:6px}
.price strong{display:block;font-size:12px}
.price del{display:block;font-size:8px;color:#999}
.rating{font-size:9px;color:#6c7277;margin-top:5px}
.rating b{color:#e4af38}
.add-btn{width:30px;height:30px;border:1px solid #cfd6d9;border-radius:6px;background:#fff;color:#22323c;font-size:15px;display:grid;place-items:center}
.add-btn:hover{background:#0b3c59;color:#fff;border-color:#0b3c59}
.stock{font-size:8px;margin-top:5px;color:#4b7a58}
.stock.low{color:#b36b3d}
.empty-state{text-align:center;background:#fff;padding:40px;border-radius:12px;border:1px dashed #d9dfe2}
.empty-state strong{font-size:17px}
.empty-state p{font-size:12px;color:#7a8288}
.empty-state .primary-btn{background:#123e59;color:#fff}
.voucher-section{padding-top:42px;padding-bottom:48px}
.voucher-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.voucher-card{--voucher-bg:#0d3d59;--voucher-accent:#f3d7b5;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;min-height:210px;border-radius:18px;background:var(--voucher-bg);color:#fff;box-shadow:0 18px 45px rgba(20,30,40,.14)}
.voucher-card::before,.voucher-card::after{content:"";position:absolute;right:138px;width:32px;height:32px;border-radius:50%;background:#f5f6f7;transform:translateX(50%)}
.voucher-card::before{top:-16px}.voucher-card::after{bottom:-16px}
.voucher-copy{padding:30px 34px;display:flex;flex-direction:column;align-items:flex-start}
.voucher-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--voucher-accent);font-weight:900}
.voucher-copy h3{font-size:25px;margin:8px 0 8px}.voucher-copy p{font-size:12px;line-height:1.65;margin:0 0 20px;opacity:.82}
.voucher-code{margin-top:auto;border:1px dashed var(--voucher-accent);border-radius:8px;padding:9px 12px;font-size:14px;font-weight:900;letter-spacing:.08em;color:var(--voucher-accent)}
.voucher-side{width:138px;border-left:1px dashed rgba(255,255,255,.45);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;text-align:center}
.voucher-value{font-size:27px;font-weight:900;color:var(--voucher-accent);line-height:1}.voucher-side small{font-size:9px;opacity:.76;line-height:1.5}
.voucher-use{border:0;border-radius:999px;background:var(--voucher-accent);color:#172731;padding:9px 13px;font-size:10px;font-weight:900}
.brand-band{margin-top:32px;margin-bottom:32px;background:#fff;border:1px solid #e5e8ea;border-radius:9px;min-height:85px;display:flex;align-items:center;justify-content:space-around;gap:20px;flex-wrap:wrap;padding:20px;color:#788087;font-weight:900;letter-spacing:.08em;font-size:13px}
.page-shell{padding:32px 0 60px}
.page-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}
.page-header h1{margin:0 0 8px;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}
.page-header p{margin:0;color:#5f6870;font-size:14px;line-height:1.7}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 0 20px;color:#66727b;font-size:12px}
.breadcrumb a{color:#0e4b67;font-weight:700}
.breadcrumb-current{color:#1d2a33;font-weight:800}
.breadcrumb-separator{color:#9ca4ab}
.category-page-header{flex-direction:column;align-items:center;text-align:center}
.category-main-image{display:block;width:min(640px,100%);height:auto;border-radius:14px}
.page-banner{width:min(320px,100%);height:180px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}
.section-block{padding-top:24px}
.category-card-grid,.subcategory-grid{display:grid;gap:18px}
.category-card-grid{grid-template-columns:repeat(3,1fr)}
.category-card-item,.subcategory-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #edf0f1;box-shadow:0 8px 26px rgba(15,23,32,.04)}
.category-card-item img,.subcategory-card img{width:100%;height:210px;object-fit:cover;display:block}
.category-card-copy,.subcategory-card div{padding:16px 18px 18px}
.category-card-copy h3,.subcategory-card h3{margin:0 0 8px;font-size:18px}
.category-card-copy p,.subcategory-card p{margin:0 0 16px;color:#6a7076;line-height:1.6;font-size:12px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:12px 18px;font-weight:800;border:0;cursor:pointer;text-decoration:none}
.primary-btn{background:#0d3d59;color:#fff}
.secondary-btn{background:#eef4f7;color:#0f2f41;border:1px solid #dfeaf0}
.small-btn{padding:10px 14px;font-size:11px}
.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:22px;padding-top:14px}
.filter-sidebar{display:flex;flex-direction:column;gap:16px}
.filter-card{background:#fff;border:1px solid #edf0f1;border-radius:12px;padding:16px}
.filter-card h3{margin:0 0 12px;font-size:13px}
.filter-card select,.toolbar-search input,.toolbar-field select{width:100%;height:38px;border:1px solid #dfe4e7;border-radius:8px;padding:0 12px;background:#fff;color:#25313b}
.filter-card label{display:flex;align-items:center;gap:8px;font-size:12px;color:#4e5860;margin:8px 0}
.toolbar-search input{min-width:0}
.listing-toolbar{display:grid;grid-template-columns:1fr 180px auto;gap:12px;margin:18px 0 20px;align-items:end}
.toolbar-field{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#58656e}
.results-bar{margin-bottom:12px;padding:10px 12px;background:#eef5f8;border-radius:8px;color:#28343d;font-size:12px}
.product-page-shell{padding-top:26px}
.product-detail-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:minmax(0,680px);gap:28px;padding-top:12px}
.product-gallery{position:relative;min-height:0;height:100%;overflow:hidden;border:1px solid #edf0f1;border-radius:12px;background:#f5f3f0}
.product-gallery-track{position:relative;width:100%;height:100%}
.product-gallery-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;visibility:hidden;transition:opacity .2s ease;background:#f5f3f0}
.product-gallery-image.is-active{opacity:1;visibility:visible}
.gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;border:1px solid #dbe2e6;border-radius:50%;background:rgba(255,255,255,.94);color:#0d3d59;font-size:24px;cursor:pointer;box-shadow:0 4px 14px rgba(16,44,62,.12)}
.gallery-arrow:hover{background:#0d3d59;color:#fff}.gallery-arrow--prev{left:16px}.gallery-arrow--next{right:16px}
.gallery-counter{position:absolute;z-index:2;left:50%;bottom:16px;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:rgba(16,44,62,.82);color:#fff;font-size:11px;font-weight:800}
.product-detail-copy{background:#fff;border:1px solid #edf0f1;border-radius:16px;padding:28px;min-height:0;overflow-y:auto}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;color:#6f7d87;text-transform:uppercase}
.product-detail-copy h1{font-size:clamp(30px,4vw,40px);margin:10px 0 14px;letter-spacing:-.04em}
.rating-row{display:flex;align-items:center;gap:8px;color:#55616c;font-size:12px}
.price-block{display:flex;align-items:center;gap:12px;margin:16px 0}
.price-block strong{font-size:28px}
.price-block del{color:#8d979d}
.discount-pill{background:#edf5ef;color:#295d39;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}
.product-description{margin:0;color:#5d6872;line-height:1.8;font-size:14px;white-space:pre-line}
.product-description-wrap.is-collapsed .product-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.description-toggle{margin-top:7px;padding:0;border:0;background:none;color:#0d3d59;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.description-toggle:hover{text-decoration:underline}
.product-variations{margin:18px 0}.product-variations>strong{display:block;margin-bottom:10px;font-size:15px}.variation-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.variation-option{display:flex;align-items:center;gap:9px;padding:7px;text-align:left;background:#fff;border:1px solid #dfe4e7;border-radius:9px;cursor:pointer;color:#172733}.variation-option:hover,.variation-option.is-selected{border-color:#0d3d59;box-shadow:0 0 0 2px rgba(13,61,89,.12)}.variation-option img{width:48px;height:48px;object-fit:cover;border-radius:7px;flex:0 0 auto}.variation-option span{display:grid;gap:3px;min-width:0}.variation-option b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variation-option small{color:#687680}.selected-variation{margin-top:12px;padding:12px 14px;border-radius:9px;background:#eaf2f6;color:#0d3d59;font-size:15px;font-weight:900;border-left:4px solid #0d3d59}
.product-meta-row{display:flex;flex-wrap:wrap;gap:12px 22px;padding:10px 0 14px;color:#4b5a61;font-size:12px}
.product-actions{display:flex;align-items:center;gap:12px;margin:18px 0}
.qty-control{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f3f6f8;border-radius:10px}
.qty-control button{width:28px;height:28px;border:1px solid #dfe4e7;background:#fff;border-radius:6px;font-size:20px;cursor:pointer}
.qty-control span{display:inline-block;min-width:18px;text-align:center;font-weight:700}
.product-wish{min-width:48px;height:48px;border:1px solid #dfe4e7;border-radius:10px;background:#fff;font-size:22px}
.product-share-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:16px 0;border-top:1px solid #edf0f1;color:#75818a;font-size:14px}
.share-link-btn{border:0;background:none;padding:4px 0;color:#0d3d59;font:inherit;font-weight:800;cursor:pointer}.share-link-btn:hover{text-decoration:underline}
.related-block{padding-top:28px}
.static-page .static-content{background:#fff;border:1px solid #edf0f1;border-radius:14px;padding:26px 24px;line-height:1.8;color:#44515a}
.not-found-box{padding:30px 0 10px}
.checkout-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
.checkout-form,.checkout-summary{background:#fff;border:1px solid #edf0f1;border-radius:14px;padding:22px}
.checkout-section{margin-bottom:22px}
.checkout-section h3{margin:0 0 12px}
.input-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.input-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#556067}
.input-grid .full{grid-column:1/-1}
.input-grid input{height:40px;border:1px solid #dfe5e8;border-radius:8px;padding:0 12px}
.payment-options{display:flex;flex-direction:column;gap:10px;color:#44515a;font-size:13px}
.voucher-entry{margin:16px 0;padding:14px;background:#f5f8fa;border:1px solid #e2e8eb;border-radius:10px}
.voucher-entry label{display:block;font-size:11px;font-weight:800;margin-bottom:7px}.voucher-entry-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.voucher-entry input{min-width:0;height:40px;border:1px solid #d9e0e4;border-radius:8px;padding:0 12px;text-transform:uppercase}.voucher-entry button{border:0;border-radius:8px;background:#0d3d59;color:#fff;padding:0 15px;font-weight:800}
.voucher-message{display:block;margin-top:7px;font-size:11px}.voucher-message.success{color:#26703b}.voucher-message.error{color:#a12c2c}
.summary-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf0f1}
.total-row{font-size:18px;font-weight:800}
.block-btn{width:100%;margin-top:14px}
.cart-page-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:22px;padding-top:14px}
.cart-items-page{display:flex;flex-direction:column;gap:16px}
.cart-page-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;padding:18px;background:#fff;border:1px solid #edf0f1;border-radius:14px;align-items:center}
.cart-page-item img{width:120px;height:120px;object-fit:cover;border-radius:10px}
.cart-page-copy h3{margin:0 0 6px;font-size:18px}
.cart-page-copy p{margin:0;color:#68737b;font-size:12px}
.cart-inline-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}
.cart-summary-panel{background:#fff;border:1px solid #edf0f1;border-radius:14px;padding:22px;height:max-content}
.cart-summary-panel h3{margin-top:0}
.service-bar{background:var(--blue);color:#fff;margin-top:34px}
.service-grid{min-height:74px;display:grid;grid-template-columns:repeat(4,1fr)}
.service-grid>div{display:flex;align-items:center;gap:12px;padding:10px 22px;border-right:1px solid rgba(255,255,255,.12)}
.service-grid>div:last-child{border:0}
.service-grid b{font-size:20px}
.service-grid strong,.service-grid small{display:block}
.service-grid strong{font-size:10px}
.service-grid small{font-size:8px;opacity:.75;margin-top:2px}
footer{background:#071f2e;color:#dce4e8;padding:42px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1.2fr;gap:48px}
.brand--light{color:#fff}
.brand--light small{color:#c3d0d7}
.footer-grid p{font-size:11px;line-height:1.7;color:#9fb0ba}
.footer-grid h4{font-size:12px;color:#fff;margin:0 0 12px}
.footer-grid a:not(.brand){display:block;font-size:10px;color:#aebac2;margin:8px 0}
.footer-grid form{display:grid;grid-template-columns:1fr 55px;height:38px}
.footer-grid input{min-width:0;border:1px solid #264151;border-right:0;background:#0e2b3d;color:#fff;padding:0 10px;outline:0}
.footer-grid form button{border:0;background:#e7cfb5;color:#172731;font-size:10px;font-weight:800}
.footer-bottom{border-top:1px solid #1f3745;margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;color:#738a97;font-size:9px}
.orders-list{display:grid;gap:16px}
.order-card{background:#fff;border:1px solid #e3e8eb;border-radius:14px;padding:20px}
.order-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;border-bottom:1px solid #edf0f1}
.order-card-head h3{margin:0 0 4px}.order-card-head small,.order-customer{color:#69757d}
.status-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef4f7;color:#0d3d59;font-size:12px;font-weight:800}
.status-badge[data-status="delivered"]{background:#e4f5e8;color:#1b6b32}.status-badge[data-status="cancelled"]{background:#fde8e8;color:#9d2525}.status-badge[data-status="shipped"]{background:#e7efff;color:#2455a4}
.order-lines{display:grid;gap:10px;padding:14px 0}.order-line{display:flex;justify-content:space-between;gap:20px;font-size:13px}.order-card-foot{display:flex;justify-content:space-between;gap:20px;padding-top:12px;border-top:1px solid #edf0f1}
.account-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.auth-card,.account-card{background:#fff;border:1px solid #e2e7ea;border-radius:14px;padding:24px}.auth-card h2,.account-card h2{margin-top:0}.auth-card form{display:grid;gap:13px}.auth-card label{display:grid;gap:6px;font-size:12px;color:#56636c}.auth-card input{height:42px;border:1px solid #dce2e5;border-radius:8px;padding:0 12px}.auth-message{grid-column:1/-1;padding:11px 13px;border-radius:8px;background:#fde8e8;color:#922b2b;font-size:12px}
.account-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.account-meta{color:#67737b;font-size:13px;line-height:1.7}.account-actions{display:flex;gap:10px}.danger-outline{border:1px solid #d9a7a7;background:#fff;color:#9a2e2e;border-radius:8px;padding:10px 14px;font-weight:800}
@media(max-width:600px){.order-card-head,.order-card-foot{align-items:flex-start;flex-direction:column}}
.toast{position:fixed;z-index:80;left:50%;bottom:28px;transform:translate(-50%,25px);background:#102c3e;color:#fff;border-radius:8px;padding:11px 16px;font-size:10px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:1000px){
  .header-main{grid-template-columns:170px 1fr 130px;gap:16px}
  .header-actions{gap:6px}.hide-mobile{display:none}
  .nav-row__inner{grid-template-columns:210px 1fr}.support{display:none}.main-nav{justify-content:flex-end}
  .category-circles{grid-template-columns:repeat(4,1fr)}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .voucher-grid{grid-template-columns:1fr}
  .product-detail-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:18px}
  .product-gallery{height:auto;aspect-ratio:1/1}
  .product-detail-copy{overflow:visible}
}
@media (max-width:760px){
  .top-strip__links{display:none}
  .header-main{grid-template-columns:1fr auto;min-height:72px}
  .search{grid-column:1/-1;grid-row:2;margin-bottom:13px}
  .brand{grid-column:1}.header-actions{grid-column:2}
  .nav-row__inner{height:46px;display:flex;justify-content:space-between}
  .category-toggle{padding:0 12px}.main-nav{display:none}
  .hero-layout{display:block}
  .hero-slider{height:auto}
  .hero-copy{padding-left:28px;max-width:68%}.hero-copy h1{font-size:34px}.hero-copy p{font-size:11px}
  .category-circles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .account-layout{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid>div:nth-child(2){border-right:0}.service-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}
}
@media (max-width:520px){
  .shell{width:min(100% - 20px,1180px)}
  .header-actions small{display:none}.header-actions{gap:0}.icon-action{min-width:42px}
  .shell.hero-layout{width:min(1180px,calc(100% - 20px))}
  .hero-slider{height:auto}.hero-slide img{object-position:66% center}
  .hero-copy{padding-left:22px;max-width:76%;align-self:end;padding-bottom:82px}.hero-copy h1{font-size:30px}.hero-copy p{display:none}
  .category-circles{gap:12px}
  .category-circle span{font-size:13px}
  .row-heading{align-items:flex-start}.heading-controls select{display:none}
  .product-grid{gap:9px}.product-info{padding:9px}
  .voucher-card{grid-template-columns:1fr}.voucher-card::before,.voucher-card::after{display:none}.voucher-side{width:auto;border-left:0;border-top:1px dashed rgba(255,255,255,.45);flex-direction:row}.account-hero{align-items:flex-start;flex-direction:column}
  .brand-band{justify-content:flex-start;padding:18px}
  .service-grid>div{padding:12px}
  .footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}
  .footer-bottom{gap:12px;flex-direction:column}
}
