.products-page{background:#0a0908;color:#f5efe5;min-height:100vh}.products-header{width:min(1320px,100%);margin:auto;padding:22px 5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.return-home,.mail-widget,.cart-widget{color:#f5efe5;text-decoration:none;font-size:13px}.return-home{justify-self:start;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(232,184,75,.42);border-radius:999px;padding:8px 13px;background:rgba(232,184,75,.08);color:#ffdc8a}.return-home:hover,.return-home:focus-visible{background:rgba(232,184,75,.18);outline:2px solid #ffdc8a;outline-offset:2px}.products-actions{justify-self:end;display:flex;align-items:center;gap:8px}.mail-widget{display:grid;place-items:center;width:38px;height:34px;border:1px solid rgba(232,184,75,.35);border-radius:999px;background:rgba(232,184,75,.08);font-size:17px}.mail-widget:hover,.mail-widget:focus-visible{background:rgba(232,184,75,.18);color:#ffdc8a;outline:2px solid #ffdc8a;outline-offset:2px}.cart-widget{display:inline-flex;align-items:center;border:1px solid rgba(232,184,75,.35);border-radius:999px;padding:8px 12px;background:rgba(232,184,75,.08)}.cart-widget strong{margin-left:7px;background:#ffdc8a;color:#1a1309;padding:2px 6px;border-radius:999px}.products-shell{width:min(1320px,100%);margin:auto;padding:20px 5vw 80px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px}.products-hero{grid-column:1/-1;max-width:none}.products-hero h1,.status-card h1{margin:0;white-space:nowrap;font:300 clamp(34px,5.2vw,72px)/1 Newsreader,Georgia,serif}.product-groups{display:grid;gap:40px}.product-group h2{font:400 28px Newsreader,Georgia,serif;color:#ffdc8a}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-card{height:218px;perspective:1000px;outline:none}.product-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card-inner,.product-card:focus-within .product-card-inner,.product-card:focus .product-card-inner,.product-card.is-flipped .product-card-inner{transform:rotateY(180deg)}.product-face{position:absolute;inset:0;display:flex;flex-direction:column;padding:16px;border:1px solid rgba(232,184,75,.18);border-radius:14px;background:#17120e;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden}.product-front{justify-content:space-between}.product-back{transform:rotateY(180deg);justify-content:space-between;border-color:rgba(255,220,138,.38);background:linear-gradient(145deg,#1c1510,#17120e)}.product-card.product-selected .product-face{border-color:#ffdc8a;box-shadow:0 0 0 2px rgba(255,220,138,.18),0 0 28px rgba(232,184,75,.18)}.product-kind{color:#e8b84b;font-size:9px;text-transform:uppercase;letter-spacing:.13em;margin:0 0 8px}.product-card h3{margin:0;font:400 22px/1.08 Newsreader,Georgia,serif}.product-back .product-kind{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-description{color:#d2c7b8;font-size:12px;line-height:1.4;margin:.35rem 0;overflow:auto}.product-price{color:#ffdc8a;font-size:12px;margin:.5rem 0}.billing-note{color:#a69a8b;font-size:10px;margin:.35rem 0}.flip-hint{color:#a69a8b;font-size:10px;letter-spacing:.04em}.add-to-cart,.checkout-button{border:1px solid rgba(255,220,138,.4);border-radius:999px;background:rgba(232,184,75,.12);color:#f5efe5;padding:8px 11px;cursor:pointer;font-size:12px}.consult-link,.consultation-note a{color:#ffdc8a;text-decoration:none;font-size:12px}.cart-panel{position:sticky;top:22px;align-self:start;padding:22px;border:1px solid rgba(232,184,75,.3);border-radius:18px;background:#17120e}.cart-title-row,.cart-summary>div{display:flex;justify-content:space-between;gap:12px}.cart-title-row h2{margin:0;font:400 32px Newsreader,Georgia,serif}.cart-title-row h2 a{color:#f5efe5;text-decoration:none}.cart-title-row h2 a:hover,.cart-title-row h2 a:focus-visible{color:#ffdc8a;text-decoration:underline}.cart-items{display:grid;gap:12px;margin:24px 0}.empty-cart,.cart-item p,.consultation-note p{color:#a69a8b;font-size:12px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid rgba(232,184,75,.18);padding-bottom:12px}.cart-item h3{margin:0;font:400 17px Newsreader,Georgia,serif}.cart-controls{display:flex;gap:7px;align-items:center}.quantity-control,.remove-item{border:0;background:transparent;color:#ffdc8a;cursor:pointer}.remove-item{grid-column:2;color:#d8a391}.cart-summary{border-top:1px solid rgba(232,184,75,.18);padding-top:15px}.checkout-button{width:100%;margin-top:16px}.checkout-button:disabled{opacity:.45;cursor:not-allowed}.checkout-message{color:#e8b9a9;font-size:11px;min-height:18px}.consultation-note{border-top:1px solid rgba(232,184,75,.18);margin-top:22px;padding-top:16px}.status-page{display:grid;place-items:center;padding:24px}.status-card{width:min(560px,100%);padding:40px;background:#17120e;border:1px solid rgba(232,184,75,.18);border-radius:20px;text-align:center}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.products-shell{grid-template-columns:1fr}.cart-panel{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.products-header{grid-template-columns:1fr auto;padding:16px 16px;gap:10px}.return-home{padding:7px 10px;font-size:12px}.products-actions{gap:6px}.mail-widget{width:34px;height:32px;font-size:15px}.cart-widget{padding:7px 9px;font-size:12px}.products-shell{width:100%;padding:14px 16px 56px;display:block}.products-hero{width:100%;margin-bottom:30px}.products-hero h1,.status-card h1{white-space:normal;font-size:clamp(34px,10vw,48px);line-height:1.05;overflow-wrap:normal}.product-groups{gap:30px}.product-group h2{font-size:25px;line-height:1.1}.product-grid{grid-template-columns:1fr;gap:10px}.product-card{height:240px}.product-face{padding:15px}.product-card h3{font-size:24px}.product-description{font-size:13px;line-height:1.42}.cart-panel{margin-top:30px;padding:18px}.cart-title-row h2{font-size:29px}}@media(max-width:767px){html,body{max-width:100%;overflow-x:hidden}.products-header{width:100%;grid-template-columns:1fr auto;padding:14px 14px}.products-shell{width:100%;max-width:100%;box-sizing:border-box;padding:14px 14px 48px;display:block}.products-hero{width:100%;max-width:100%;margin-bottom:28px}.products-hero h1,.status-card h1{white-space:normal;max-width:100%;font-size:clamp(32px,10vw,46px);line-height:1.06;overflow-wrap:break-word}.product-groups{width:100%;max-width:100%;gap:28px}.product-grid{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);gap:10px}.product-card{width:100%;max-width:100%;height:240px}.cart-panel{width:100%;max-width:100%;box-sizing:border-box;margin-top:28px;position:static}.product-face{min-width:0}.product-description{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){.product-card-inner{transition:none}}