.alpine-product-carousel-wrapper{width:100%;max-width:100%;padding:var(--component-space-y,clamp(34px,5vw,80px)) 0;background:var(--component-bg,#fff);overflow:hidden}
.alpine-product-carousel-wrapper .product-carousel-container{width:min(1180px,92vw);margin:0 auto}
.alpine-product-carousel-wrapper .product-carousel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}
.alpine-product-carousel-wrapper .product-carousel-title{margin:0;color:#17202a;font-size:clamp(25px,3vw,38px);font-weight:800;line-height:1.16}
.alpine-product-carousel-wrapper .product-carousel-description{max-width:680px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.65}
.alpine-product-carousel-wrapper .product-carousel-view-all{flex-shrink:0;color:var(--component-accent,#9b7413);font-size:13px;font-weight:700;text-decoration:none}
.alpine-product-carousel-wrapper .product-carousel-view-all:hover{text-decoration:underline}
.alpine-product-carousel-wrapper .product-carousel-stage{position:relative}
.alpine-product-carousel-wrapper .carousel-static-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 12px);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:2px 2px 16px;scrollbar-width:none;-ms-overflow-style:none}
.alpine-product-carousel-wrapper .carousel-static-grid::-webkit-scrollbar{display:none}
.alpine-product-carousel-wrapper .product-card--static{display:flex;min-width:0;min-height:100%;flex-direction:column;overflow:hidden;scroll-snap-align:start;border:1px solid #e5e9ef;border-radius:13px;background:#fff;box-shadow:0 4px 16px rgba(15,23,42,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.alpine-product-carousel-wrapper .product-card--static:hover{transform:translateY(-3px);border-color:var(--component-accent,#b8860b);box-shadow:0 12px 26px rgba(15,23,42,.11)}
.alpine-product-carousel-wrapper .product-card-media{position:relative;display:flex;flex:0 0 auto;aspect-ratio:4/3;align-items:center;justify-content:center;overflow:hidden;background:#f7f8fa}
.alpine-product-carousel-wrapper .product-card-media img{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .25s ease}
.alpine-product-carousel-wrapper .product-card--static:hover .product-card-media img{transform:scale(1.045)}
.alpine-product-carousel-wrapper .product-card-fallback{display:grid;place-items:center;width:76px;height:76px;border-radius:15px;background:#fff;color:#7d8da0}
.alpine-product-carousel-wrapper .product-card-fallback svg{width:52px;height:52px}
.alpine-product-carousel-wrapper .product-card-content{display:flex;flex:1;flex-direction:column;gap:8px;padding:15px}
.alpine-product-carousel-wrapper .product-card-meta{color:#667487;font-size:11px;font-weight:700;line-height:1.4}
.alpine-product-carousel-wrapper .product-card-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.8em;margin:0;color:#17202a;font-size:15px;font-weight:750;line-height:1.4}
.alpine-product-carousel-wrapper .product-card-title a{color:inherit;text-decoration:none}
.alpine-product-carousel-wrapper .product-card-title a:hover{color:var(--component-accent,#9b7413)}
.alpine-product-carousel-wrapper .product-card-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;color:#64748b;font-size:12px;line-height:1.5}
.alpine-product-carousel-wrapper .product-card-action{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;min-height:37px;margin-top:auto;padding:8px 11px;border:1px solid var(--component-accent,#b8860b);border-radius:7px;color:var(--component-accent,#9b7413);font-size:12px;font-weight:750;text-decoration:none;transition:background-color .2s ease,color .2s ease}
.alpine-product-carousel-wrapper .product-card-action:hover{background:var(--component-accent,#b8860b);color:#fff;text-decoration:none}
.alpine-product-carousel-wrapper .product-carousel-arrow{position:absolute;top:38%;z-index:2;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #d9dfe7;border-radius:50%;background:#fff;color:#17202a;box-shadow:0 5px 16px rgba(15,23,42,.14);cursor:pointer;transform:translateY(-50%)}
.alpine-product-carousel-wrapper .product-carousel-arrow--previous{left:-20px}
.alpine-product-carousel-wrapper .product-carousel-arrow--next{right:-20px}
.alpine-product-carousel-wrapper .product-carousel-arrow svg{width:22px;height:22px}
.alpine-product-carousel-wrapper .product-carousel-arrow:hover{border-color:var(--component-accent,#b8860b);color:var(--component-accent,#9b7413)}
.alpine-product-carousel-wrapper .product-carousel-arrow:disabled{opacity:.35;cursor:default}
.alpine-product-carousel-wrapper .product-carousel-arrow[hidden]{display:none!important}
.alpine-product-carousel-wrapper :is(a,button,[tabindex]):focus-visible{outline:2px solid var(--component-accent,#b8860b);outline-offset:3px}
@media(max-width:900px){.alpine-product-carousel-wrapper .carousel-static-grid{grid-auto-columns:calc(50% - 8px)}}
@media(max-width:640px){.alpine-product-carousel-wrapper .product-carousel-head{align-items:flex-start;flex-direction:column;gap:8px}.alpine-product-carousel-wrapper .carousel-static-grid{grid-auto-columns:min(72vw,245px);gap:12px}.alpine-product-carousel-wrapper .product-carousel-arrow{width:36px;height:36px}.alpine-product-carousel-wrapper .product-carousel-arrow--previous{left:-10px}.alpine-product-carousel-wrapper .product-carousel-arrow--next{right:-10px}}
@media(prefers-reduced-motion:reduce){.alpine-product-carousel-wrapper .product-card--static,.alpine-product-carousel-wrapper .product-card-media img,.alpine-product-carousel-wrapper .product-card-action{transition:none}}
