:root{--ink:#17130f;--muted:#756d64;--cream:#f7f3ed;--line:#e8e0d7;--gold:#a67c42;--white:#fff}*{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:var(--white)}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{font-size:12px;text-align:center;padding:8px;background:var(--ink);color:#fff;letter-spacing:.06em}.header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20}.brand{font-family:Georgia,serif;font-size:25px;letter-spacing:.13em}.nav{display:flex;gap:26px;font-size:14px}.actions{display:flex;align-items:center;gap:10px}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}.cart-button,.account-button{position:relative;width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:50%;padding:0;cursor:pointer;color:var(--ink);transition:background .18s,border-color .18s}.cart-button:hover,.account-button:hover{background:var(--cream);border-color:#d8cfc4}.cart-icon,.account-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-icon{width:24px;height:24px}.account-dot{position:absolute;right:2px;bottom:3px;width:10px;height:10px;border-radius:50%;background:#4f7b55;border:2px solid #fff}.cart-count{position:absolute;top:-5px;right:-5px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--ink);color:#fff;border:2px solid #fff;font-size:11px;font-weight:700;line-height:1}.product-header{display:flex;justify-content:space-between;align-items:center}.promo-float{position:fixed;left:20px;bottom:22px;z-index:40;border:0;background:transparent;padding:0;display:flex;align-items:center;cursor:grab;filter:drop-shadow(0 10px 22px #17130f33);text-align:left;touch-action:none;user-select:none;-webkit-user-select:none;will-change:transform}.promo-float.dragging{cursor:grabbing;filter:drop-shadow(0 14px 28px #17130f44)}.promo-float-badge{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;border:2px solid #c69a5c;font-size:12px;font-weight:800;letter-spacing:.05em;padding:8px;text-align:center;line-height:1.1;position:relative;z-index:2}.promo-float-details{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;background:#fff;color:var(--ink);border:1px solid #dfd2c2;border-left:0;border-radius:0 18px 18px 0;margin-left:-9px;padding:0;height:58px;display:flex;flex-direction:column;justify-content:center;transition:max-width .25s ease,opacity .2s ease,padding .25s ease;box-shadow:0 8px 24px #17130f18}.promo-float.open .promo-float-details{max-width:270px;opacity:1;padding:7px 18px 7px 20px}.promo-float-details strong{font-family:Georgia,serif;font-size:15px;font-weight:600}.promo-float-details>span{font-size:11px;color:var(--muted);margin-top:3px}.promo-float-details b{color:var(--gold);font-variant-numeric:tabular-nums}.hero{min-height:520px;background:linear-gradient(110deg,#efe7dc 0%,#f8f5f0 55%,#e6d8c5 100%);display:grid;place-items:center}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--gold);font-weight:700}.hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(44px,6vw,76px);line-height:.98;margin:16px 0}.hero p{color:var(--muted);max-width:560px;font-size:17px;line-height:1.7}.cta{display:inline-block;background:var(--ink);color:#fff;padding:14px 22px;border-radius:999px;margin-top:12px}.bottle{height:330px;width:220px;margin:auto;border-radius:32px 32px 22px 22px;background:linear-gradient(150deg,#fefefe,#d8c3a8);box-shadow:0 30px 70px #9f826c55;position:relative}.bottle:before{content:"ABBRISHOP";position:absolute;inset:42% 12px auto;text-align:center;font-family:Georgia,serif;letter-spacing:.12em}.bottle:after{content:"";position:absolute;width:95px;height:48px;background:#211d19;top:-42px;left:62px;border-radius:7px 7px 2px 2px}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section h2{font-family:Georgia,serif;font-size:36px;font-weight:400;margin:4px 0}.section-head p{color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #392b1e12}.photo{aspect-ratio:1/1;background:var(--cream);display:grid;place-items:center;overflow:hidden;position:relative;padding:22px}.photo img{width:88%;height:88%;object-fit:contain;display:block}.sale-badge{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.12em}.product-photo{border-radius:24px;padding:28px;aspect-ratio:1/1;background:var(--cream);display:grid;place-items:center;overflow:hidden}.product-photo img{width:78%;height:78%;max-width:620px;max-height:620px;object-fit:contain;display:block}.placeholder{font-family:Georgia,serif;color:#a89b8c;font-size:24px}.card-body{padding:16px}.card-brand{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.card h3{font-size:15px;margin:7px 0 4px}.meta{font-size:12px;color:var(--muted)}.price-row{display:flex;align-items:center;gap:8px;margin:12px 0}.price{font-weight:700}.sale-price{color:#8a4f21}.product-price{font-size:24px}.compare{text-decoration:line-through;color:#9c948b;font-size:13px}.product-title{font-family:Georgia,serif;font-weight:400;font-size:48px;margin:12px 0}.product-description{color:var(--muted);line-height:1.7}.product-tools{display:flex;gap:10px;margin:18px 0}.tool-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer}.tool-button:hover{background:var(--cream)}.tool-button.saved{background:var(--ink);border-color:var(--ink);color:#fff}.tool-button [data-wishlist-icon]{font-size:20px;line-height:1}.share-status{min-height:20px;margin-top:8px;color:var(--muted);font-size:12px}.buy-row{display:grid;grid-template-columns:1fr auto;gap:8px}.add,.buy{border:0;border-radius:10px;padding:11px;cursor:pointer}.add{background:var(--ink);color:#fff}.buy{background:var(--cream);padding-inline:14px}.load{display:block;margin:28px auto 0;border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 20px;cursor:pointer}.cart{position:fixed;inset:0 0 0 auto;width:min(420px,100%);background:#fff;z-index:50;box-shadow:-20px 0 50px #0002;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column}.cart.open{transform:none}.cart-head,.cart-foot{padding:20px;border-bottom:1px solid var(--line)}.cart-head{display:flex;justify-content:space-between}.cart-items{padding:10px 20px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.cart-foot{border-top:1px solid var(--line);border-bottom:0}.subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:12px}.checkout{width:100%;border:0;background:var(--ink);color:#fff;padding:14px;border-radius:10px}.empty{text-align:center;color:var(--muted);padding:50px 0}.footer{background:var(--ink);color:#eee;padding:38px 0;margin-top:30px}.footer p{color:#aaa;font-size:13px}@media(max-width:900px){.nav{display:none}.hero-inner{grid-template-columns:1fr;text-align:center}.hero p{margin-inline:auto}.bottle{height:250px;width:165px}.bottle:after{left:46px;width:72px}.grid{grid-template-columns:repeat(2,1fr)}.product-tools{justify-content:center}}@media(max-width:540px){.shell{width:min(100% - 22px,1180px)}.header{height:62px}.brand{font-size:19px}.cart-button,.account-button{width:44px;height:44px}.cart-icon{width:23px;height:23px}.account-icon{width:22px;height:22px}.actions{gap:7px}.promo-float{left:14px;bottom:18px}.promo-float-badge{width:62px;height:62px;font-size:11px}.promo-float-details{height:52px}.promo-float.open .promo-float-details{max-width:235px;padding-right:14px}.hero{min-height:500px}.hero-inner{padding:48px 0}.hero h1{font-size:46px}.product-title{font-size:42px}.bottle{height:190px;width:125px}.bottle:after{left:35px;width:55px;height:34px;top:-30px}.section{padding:46px 0}.section h2{font-size:30px}.grid{gap:10px}.card{border-radius:14px}.card .photo{aspect-ratio:1/1;height:auto;padding:14px}.card .photo img{width:86%;height:86%;object-fit:contain}.card-body{padding:12px}.product-photo{width:min(100%,560px);aspect-ratio:1/1;min-height:0;margin-inline:auto;padding:24px;border-radius:20px}.product-photo img{width:82%;height:82%;max-height:none}.buy-row{grid-template-columns:1fr}.buy{display:none}.product-tools{display:grid;grid-template-columns:1fr 1fr;width:100%}.tool-button{width:100%}}