.store-product,.store-product *{box-sizing:border-box}.store-product{--sp-border:var(--bs-border-color,rgba(0,0,0,.14));--sp-soft:rgba(var(--bs-primary-rgb,13,110,253),.055);width:100%;max-width:1200px;margin:0 auto;padding:1rem 0 2.5rem;color:var(--bs-body-color,#212529);overflow-wrap:anywhere}.store-product__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.75rem);align-items:start}.store-product__gallery,.store-product__summary,.store-product__buy,.store-product__actions,.store-product__actions>*{min-width:0;max-width:100%}.store-product__main{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;height:min(52vw,560px);aspect-ratio:1;overflow:hidden;border:1px solid var(--sp-border);border-radius:1rem;background:var(--bs-tertiary-bg,var(--bs-body-bg,#fff))}.store-product__main img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain}.store-product__zoom{position:absolute;right:.85rem;bottom:.85rem;padding:.45rem .7rem;border-radius:2rem;background:rgba(0,0,0,.68);color:#fff;font-size:.8rem}.store-product__placeholder{flex-direction:column;gap:.65rem;color:var(--bs-secondary-color,#6c757d)}.store-product__placeholder i{font-size:3.5rem}.store-product__thumbs{display:flex;gap:.6rem;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;padding:.7rem .1rem .25rem}.store-product__thumb{flex:0 0 68px;width:68px;height:68px;padding:3px;border:2px solid transparent;border-radius:.65rem;background:var(--bs-body-bg,#fff)}.store-product__thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:.4rem}.store-product__thumb:hover,.store-product__thumb.is-active{border-color:var(--bs-primary,#0d6efd)}
.store-product__summary h1{font-size:clamp(1.85rem,3vw,2.25rem);line-height:1.15;margin:.65rem 0}.store-product__eyebrow{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.store-product__stock{font-size:.9rem;font-weight:600}.store-product__stock.is-in{color:var(--bs-success,#198754)}.store-product__stock.is-out{color:var(--bs-danger,#dc3545)}.store-product__lead{margin-bottom:1rem;color:var(--bs-secondary-color,#6c757d);font-size:1rem;line-height:1.55}.store-product__price{margin:1rem 0;padding:.85rem 1rem;border-left:3px solid var(--bs-primary,#0d6efd);border-radius:.55rem;background:var(--sp-soft)}.store-product__price-top{display:flex;align-items:center;gap:.6rem;color:var(--bs-secondary-color,#6c757d)}.store-product__price-current{font-size:clamp(1.8rem,4vw,2.35rem);line-height:1.2;font-weight:800;letter-spacing:-.025em}.store-product__converted{margin-top:.2rem;color:var(--bs-secondary-color,#6c757d)}.store-product__facts{display:flex;gap:1rem;flex-wrap:wrap;margin:0 0 1rem}.store-product__facts div{min-width:100px;padding:.4rem 0;border-bottom:1px solid var(--sp-border)}.store-product__facts dt{font-size:.72rem;text-transform:uppercase;color:var(--bs-secondary-color,#6c757d)}.store-product__facts dd{margin:0;font-weight:600}.store-product__buy{width:100%;padding:1rem;border:1px solid var(--sp-border);border-radius:.8rem;background:var(--bs-body-bg,#fff)}.store-product__quantity{display:grid;grid-template-columns:44px 64px 44px;width:max-content;max-width:100%}.store-product__quantity .btn,.store-product__quantity .form-control{height:44px;min-width:0;padding:.35rem;text-align:center}.store-product__quantity .form-control{border-radius:0;-moz-appearance:textfield}.store-product__quantity input::-webkit-inner-spin-button,.store-product__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.store-product__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;width:100%}.store-product__actions .btn{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-width:0;min-height:46px;padding:.65rem .75rem;white-space:normal;line-height:1.2}.store-product__secondary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.55rem}.store-product__secondary-actions .btn{min-width:0;padding:.45rem;color:var(--bs-body-color,#212529);text-decoration:none;white-space:normal}
.store-product__lower{display:grid;grid-template-columns:minmax(0,7fr) minmax(240px,3fr);grid-template-areas:"description seller";gap:1rem;margin-top:1.75rem;align-items:start}.store-product__description{grid-area:description}.store-product__seller{grid-area:seller}.store-product__lower .card,.store-product-card{min-width:0;border-color:var(--sp-border);background:var(--bs-body-bg,#fff)}.store-product__lower h2,.store-product__related h2{font-size:1.3rem}.store-product__copy{line-height:1.7}.store-product__seller-head{display:flex;gap:.8rem;align-items:center;min-width:0}.store-product__seller-head>div{min-width:0}.store-product__seller-head img,.store-product__seller-logo{flex:0 0 54px;width:54px;height:54px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--sp-soft);font-size:1.25rem}.store-product__seller-head h3{font-size:1rem;margin:.1rem 0}.store-product__fulfilment{display:flex;flex-direction:column;gap:.4rem;padding:.9rem 0;font-size:.9rem}.store-product__related{margin-top:2rem}.store-product-card .card-img-top,.store-product-card__empty{width:100%;aspect-ratio:4/3;object-fit:cover}.store-product-card__empty{display:flex;align-items:center;justify-content:center;background:var(--sp-soft);color:var(--bs-secondary-color,#6c757d);font-size:2rem}.store-product-card h3{font-size:1rem}.store-product-card strong{color:var(--bs-body-color,#212529)}
@media(max-width:991.98px){.store-product__hero{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:1.25rem}.store-product__main{height:min(48vw,500px)}.store-product__actions{grid-template-columns:1fr}.store-product__lower{grid-template-columns:minmax(0,2fr) minmax(230px,1fr)}}
@media(max-width:767.98px){.store-product{padding-top:.35rem}.store-product__hero{grid-template-columns:1fr;gap:1.15rem}.store-product__main{width:100%;height:auto;max-height:420px;aspect-ratio:1}.store-product__summary h1{font-size:clamp(1.5rem,7vw,1.8rem)}.store-product__actions{grid-template-columns:1fr}.store-product__actions .btn{width:100%}.store-product__lower{grid-template-columns:1fr;grid-template-areas:"seller" "description";margin-top:1.25rem}.store-product__thumb{flex-basis:64px;width:64px;height:64px}.store-product__price-current{font-size:clamp(1.65rem,8vw,2rem)}}
@media(max-width:359.98px){.store-product__buy{padding:.8rem}.store-product__zoom{display:none}.store-product__secondary-actions{gap:.25rem}.store-product-card .card-body{padding:.7rem}}
