.product-page{padding:42px 0 clamp(48px,6vw,82px)}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);grid-template-areas:"gallery summary" "info summary";gap:22px clamp(38px,7vw,90px);align-items:start}.product-gallery-column{grid-area:gallery}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery>button:first-child{grid-column:1/-1}.product-gallery button{display:grid;overflow:hidden;min-height:180px;padding:0;place-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;cursor:zoom-in}.product-gallery button:focus-visible,.product-gallery button:hover{border-color:var(--accent-dark);outline:3px solid rgba(255,199,44,.25)}.product-gallery img{width:100%;height:100%;max-height:720px;-o-object-fit:contain;object-fit:contain;padding:22px}.product-lightbox{width:min(1080px,100% - 40px);max-width:none;height:min(780px,100dvh - 40px);max-height:none;padding:0;overflow:hidden;background:#fff;border:0;border-radius:20px;box-shadow:0 28px 90px rgba(0,0,0,.35)}.product-lightbox::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(3px)}.product-lightbox-inner{display:grid;height:100%;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center}.product-lightbox figure{display:grid;min-width:0;min-height:0;height:100%;grid-template-rows:minmax(0,1fr) 42px;margin:0;place-items:center}.product-lightbox figure img{width:auto;max-width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;padding:34px 24px 12px}.product-lightbox figcaption{align-self:center;padding:8px;color:var(--muted);font-size:.75rem}.product-lightbox-close,.product-lightbox-nav{display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:50%}.product-lightbox-close{position:absolute;z-index:2;top:16px;right:16px;width:44px;height:44px;font-size:1.6rem}.product-lightbox-nav{width:44px;height:44px;justify-self:center;font-size:1.1rem}.product-buy-column{position:sticky;top:24px;grid-area:summary}.product-summary{padding:clamp(25px,4vw,42px);background:var(--mist);border-radius:22px}.product-summary h1{font-size:clamp(2.1rem,3.6vw,3.5rem)}.product-sku{color:var(--muted);font-size:.7rem}.product-page-price{display:grid;margin:22px 0;font-size:1.7rem;font-weight:900}.product-page-price small{color:var(--muted);font-size:.68rem;font-weight:600}.product-lead{color:var(--muted)}.stock-line{display:flex;align-items:center;gap:9px;padding:15px 0;margin:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.8rem}.stock-dot{width:10px;height:10px;background:#35a853;border-radius:50%;box-shadow:0 0 0 4px rgba(53,168,83,.13)}.stock-dot.is-unavailable{background:#c83737;box-shadow:0 0 0 4px rgba(200,55,55,.13)}.product-form{display:grid;gap:16px}.quantity-label{font-size:.72rem;font-weight:800}.product-purchase-row{display:grid;grid-template-columns:124px 1fr;gap:12px}.quantity-picker{display:grid;grid-template-columns:36px 1fr 36px;overflow:hidden;min-height:50px;background:#fff;border:1px solid var(--line);border-radius:999px}.quantity-picker button,.quantity-picker input{width:100%;padding:0;text-align:center;background:transparent;border:0}.quantity-picker input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;font-weight:800}.buy-now-button{width:100%}.product-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:24px}.product-trust-grid>span{display:grid;min-width:0;min-height:68px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;padding:13px 14px;background:#fff;border-radius:10px}.product-trust-grid>span:last-child{grid-column:1/-1}.product-trust-grid>span>span{display:grid;min-width:0}.product-trust-grid svg{width:21px;height:21px;color:#8b6800;fill:none;stroke:currentColor;stroke-width:1.7}.product-trust-grid strong{font-size:.7rem;line-height:1.3}.product-trust-grid small{color:var(--muted);font-size:.62rem;line-height:1.4;overflow-wrap:anywhere}.product-info-accordion{grid-area:info;align-self:start;overflow:hidden;padding:8px clamp(18px,2.5vw,28px);background:var(--mist);border:1px solid var(--line);border-radius:18px}.product-info-panel{border-bottom:1px solid var(--line)}.product-info-panel:last-child{border-bottom:0}.product-info-panel summary{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:18px;padding:13px 2px;font-size:.84rem;font-weight:800;cursor:pointer;list-style:none}.product-info-panel summary::-webkit-details-marker{display:none}.product-info-panel summary:hover,.product-info-panel[open] summary{color:#806000}.product-info-panel summary:focus-visible{outline:3px solid rgba(255,199,44,.38);outline-offset:3px;border-radius:6px}.product-info-heading{display:flex;align-items:center;gap:10px}.product-info-heading svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.product-info-toggle{position:relative;width:16px;height:16px;flex:0 0 16px}.product-info-toggle:after,.product-info-toggle:before{position:absolute;top:50%;left:50%;width:12px;height:1.5px;content:"";background:currentColor;transform:translate(-50%,-50%);transition:transform .18s ease}.product-info-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.product-info-panel[open] .product-info-toggle:after{transform:translate(-50%,-50%) rotate(0)}.product-info-body{max-width:none;padding:2px 32px 24px;color:var(--muted);font-size:.76rem;line-height:1.72}.product-info-body>:first-child{margin-top:2px}.product-info-body>:last-child{margin-bottom:0}.product-info-body ul{display:grid;gap:7px;padding-left:20px}.product-content{padding-block:clamp(70px,9vw,120px)}.product-content h2{max-width:760px}.rich-text{max-width:850px;color:var(--muted)}@media (max-width:900px){.product-layout{grid-template-columns:1fr;grid-template-areas:"gallery" "summary" "info";gap:22px}.product-buy-column{position:static}}@media (max-width:520px){.product-page{padding-top:18px}.product-summary{padding:22px 18px}.product-purchase-row,.product-trust-grid{grid-template-columns:1fr}.product-trust-grid>span:last-child{grid-column:auto}.product-info-body{padding-inline:2px}.product-lightbox{width:calc(100% - 24px);height:min(560px,100dvh - 24px);border-radius:16px}.product-lightbox-inner{grid-template-columns:38px minmax(0,1fr) 38px}.product-lightbox-nav{width:34px;height:34px}.product-lightbox-close{top:12px;right:12px;width:40px;height:40px}.product-lightbox figure{grid-template-rows:minmax(0,1fr) 36px}.product-lightbox figure img{padding:58px 8px 8px}}@media (prefers-reduced-motion:reduce){.product-info-toggle:after,.product-info-toggle:before{transition:none}}