/* One continuous, larger product showcase. All overrides stay inside its reel. */
.product-reel .product-flow-rows{position:relative;display:block;isolation:isolate}
.product-reel .product-flow-rows:after{content:'';position:absolute;inset-block:0;inset-inline-end:0;width:28px;background:linear-gradient(90deg,transparent,var(--stone));pointer-events:none;z-index:2}
[dir=rtl] .product-reel .product-flow-rows:after{background:linear-gradient(-90deg,transparent,var(--stone))}
.product-reel .product-reel-track{grid-auto-columns:calc((100% - 64px)/4.25);gap:20px;padding-block:12px 17px;scroll-snap-type:none;cursor:grab;outline-offset:3px}
.product-reel .product-reel-track.is-dragging{cursor:grabbing;user-select:none}
.product-reel .product-card{position:relative;background:#f3f5ef;box-shadow:0 1px 0 #29434b24,0 5px 12px #17343f08;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s;user-select:none;-webkit-user-drag:none}
.product-reel .product-image{aspect-ratio:1.22;background:radial-gradient(ellipse at 45% 38%,#fffefa 0%,#edf1e9 80%);transition:background .35s}
.product-reel .product-photo-frame{width:86%}
.product-reel .product-info{display:block;padding:16px 17px 18px;border-top:1px solid #b6c6bc5c;min-height:82px}
.product-reel .product-info>span{font-size:10px;letter-spacing:.1em;color:#617773}
.product-reel .product-info h3{font-size:14px;line-height:1.45;margin-top:5px;overflow-wrap:anywhere;color:#193743}
.product-reel .card-arrow{width:28px;height:28px;right:12px;bottom:12px;border-radius:50%;background:#193743;color:#eef4ec;font-size:18px;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}
.product-reel .product-card:focus-visible{outline:2px solid #315d69;outline-offset:3px}
.product-reel .product-card:focus-visible .card-arrow{opacity:1;transform:translateY(0)}
.product-reel .reel-footer{margin-top:8px;padding-top:16px;border-top:1px solid #9dac9f5c}
.product-reel .reel-progress{height:3px;background:#b8c5b957}
.product-reel .reel-progress>span{background:#315c66;min-width:13px;transition:none}
.product-reel .reel-controls{gap:7px}
.product-reel .reel-controls button{width:39px;height:39px;border-radius:50%;border-color:#9caea3;transition:background .2s,color .2s,transform .2s}
.product-reel .reel-controls .reel-pause{background:#193743;border-color:#193743;color:#f2f6ee}
.product-reel .reel-controls button:active{transform:scale(.94)}
@media(hover:hover){
 .product-reel .product-card:hover{transform:translateY(-5px);box-shadow:0 1px 0 #29434b2b,0 11px 20px #17343f13}
 .product-reel .product-card:hover .card-arrow{opacity:1;transform:translateY(0)}
 .product-reel .product-card:hover .product-object{transform:scale(1.045)}
 .product-reel .reel-controls button:hover{background:#315c66;color:#f2f6ee}
}
@media(min-width:1600px){.product-reel .product-info h3{font-size:16px}.product-reel .product-info>span{font-size:11px}.product-reel .product-info{min-height:88px}}
@media(max-width:1179px){.product-reel .product-reel-track{grid-auto-columns:calc((100% - 46px)/3.25);gap:18px}}
@media(max-width:800px){.product-reel .product-reel-track{grid-auto-columns:calc((100% - 22px)/2.25);gap:16px}.product-reel .product-info{padding:14px 15px 16px;min-height:80px}.product-reel .reel-controls button{width:36px;height:36px}}
@media(max-width:520px){.product-reel .product-reel-track{grid-auto-columns:calc((100% - 8px)/1.55);gap:14px}.product-reel .product-image{aspect-ratio:1.15}.product-reel .product-info h3{font-size:13px}.product-reel .product-info{padding:13px 14px 15px;min-height:78px}.product-reel .product-flow-rows:after{width:18px}.product-reel .reel-controls{gap:5px}.product-reel .reel-controls button{width:34px;height:34px}.product-reel .reel-footer{gap:12px}}
@media(prefers-reduced-motion:reduce){.product-reel .product-card:hover,.product-reel .product-card:hover .product-object,.product-reel .reel-controls button:active{transform:none}.product-reel .product-card,.product-reel .card-arrow{transition:none}}
