html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{min-width:320px;margin:0;background:#fff}.product-modal-backdrop{position:fixed;inset:0;z-index:30;padding:24px;background:#00000094;display:grid;place-items:center}.product-modal{position:relative;width:min(920px,100%);max-height:min(760px,100dvh - 48px);border-radius:8px;background:#fff;color:#111;display:grid;grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr);overflow:auto;box-shadow:0 28px 80px #00000052}.product-modal__close{position:absolute;top:14px;right:14px;z-index:1;width:42px;height:42px;border:1px solid #d7d7d7;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-size:1.5rem;line-height:1;cursor:pointer}.product-modal__close:focus-visible,.product-modal__cta:focus-visible{outline:3px solid #ffc400;outline-offset:3px}.product-modal__media{min-height:360px;padding:36px;background:#f6f7f8;display:grid;place-items:center}.product-modal__media img{width:auto;height:auto;max-width:100%;max-height:420px;object-fit:contain}.product-modal__content{padding:50px 42px 38px}.product-modal__category{margin:0;color:#745300;font-size:.78rem;font-weight:900;text-transform:uppercase}.product-modal h2{margin:10px 46px 14px 0;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.02;letter-spacing:0}.product-modal p{margin:0;color:#303030;line-height:1.5}.product-modal__specs{display:grid;gap:10px;margin:24px 0 0}.product-modal__specs div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px}.product-modal__specs dt,.product-modal__specs dd{margin:0}.product-modal__specs dt{color:#666;font-weight:800}.product-modal__specs dd{overflow-wrap:anywhere;font-weight:700}.product-modal__tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}.product-modal__tags li{padding:6px 10px;border-radius:999px;background:#f2f2f2;font-size:.78rem;font-weight:800}.product-modal__cta{width:fit-content;margin-top:26px}.product-card__detail{width:fit-content;min-height:34px;margin-top:12px;padding:0 14px;border:0;border-radius:6px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:900;cursor:pointer}.product-card__detail:focus-visible{outline:3px solid #ffc400;outline-offset:3px}@media(max-width:1160px){.product-modal{grid-template-columns:1fr}.product-modal__media{min-height:260px}}@media(max-width:720px){.product-modal-backdrop{padding:12px}.product-modal__content{padding:28px 24px 30px}.product-modal h2{margin-right:42px}.product-modal__specs div{grid-template-columns:1fr;gap:2px}}
