.cura-reels{background:rgb(var(--color-background));padding-top:var(--cura-reels-pt, 48px);padding-bottom:var(--cura-reels-pb, 48px)}.cura-reels__inner{max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;gap:2.4rem}.cura-reels__heading{font-family:var(--font-heading-family);font-size:clamp(2.2rem,2vw + 1rem,3rem);font-weight:700;color:#1e3d1a;text-align:center;margin:0}.cura-reels__stage{position:relative}.cura-reels__track-wrap{overflow:hidden}.cura-reels__track{display:flex;gap:1.6rem;transition:transform .38s cubic-bezier(.4,0,.2,1);will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none}.cura-reels__track.is-dragging{cursor:grabbing;transition:none}.cura-reels__card{flex:0 0 220px;width:220px;border-radius:16px;overflow:hidden;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:transform .22s,box-shadow .22s;display:flex;flex-direction:column}.cura-reels__card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000021}.cura-reels__card:focus-visible{outline:2px solid #1E3D1A;outline-offset:3px}.cura-reels__media{position:relative;width:100%;aspect-ratio:9 / 14;overflow:hidden;background:#111;flex-shrink:0}.cura-reels__thumb{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .3s ease}.cura-reels__card:hover .cura-reels__thumb{transform:scale(1.05)}.cura-reels__thumb-ph{width:100%;height:100%;background:linear-gradient(160deg,#c8ddb0,#e6efd8)}.cura-reels__play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000026;transition:background .2s}.cura-reels__card:hover .cura-reels__play-overlay{background:#00000047}.cura-reels__play-circle{width:52px;height:52px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.cura-reels__card:hover .cura-reels__play-circle{transform:scale(1.08);background:#1e3d1abf}.cura-reels__views{position:absolute;bottom:.9rem;left:.9rem;background:#00000094;color:#fff;font-size:1.1rem;font-weight:600;padding:.3rem .9rem;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.02em}.cura-reels__card-body{padding:1.2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.cura-reels__card-product{display:flex;align-items:center;gap:.8rem}.cura-reels__card-pimg{width:4rem;height:4rem;border-radius:8px;object-fit:cover;flex-shrink:0;background:#e6efd8}.cura-reels__card-pinfo{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cura-reels__card-ptitle{font-size:1.2rem;font-weight:600;color:rgb(var(--color-foreground));display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cura-reels__card-prices{display:flex;align-items:center;gap:.5rem}.cura-reels__card-price{font-size:1.2rem;font-weight:700;color:rgb(var(--color-foreground))}.cura-reels__card-compare{font-size:1.1rem;color:rgb(var(--color-foreground));opacity:.4;text-decoration:line-through}.cura-reels__card-btn{display:block;text-align:center;padding:.9rem;background:#1e3d1a;color:#fff;font-size:1.2rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .18s,transform .18s;letter-spacing:.02em;margin-top:auto}.cura-reels__card-btn:hover{background:#2d5a27;transform:translateY(-1px)}.cura-reels__arrow{position:absolute;top:38%;transform:translateY(-50%);z-index:10;width:4.4rem;height:4.4rem;border-radius:50%;background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.15);box-shadow:0 2px 14px #00000024;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:background .18s,color .18s,border-color .18s}.cura-reels__arrow:hover{background:#1e3d1a;color:#fff;border-color:#1e3d1a}.cura-reels__arrow--prev{left:-1.6rem}.cura-reels__arrow--next{right:-1.6rem}.cura-reels__dots{display:flex;justify-content:center;gap:.6rem}.cura-reels__dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(var(--color-foreground),.18);border:none;cursor:pointer;padding:0;transition:background .18s,transform .18s}.cura-reels__dot.is-active{background:#1e3d1a;transform:scale(1.35)}.cura-rmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.cura-rmodal.is-open{opacity:1;pointer-events:auto}.cura-rmodal__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cura-rmodal__box{position:relative;z-index:1;display:flex;flex-direction:column;width:min(360px,94vw);border-radius:20px;overflow:hidden;background:#000;box-shadow:0 32px 80px #000000b3;transform:scale(.9) translateY(24px);transition:transform .3s cubic-bezier(.34,1.4,.64,1);max-height:94vh}.cura-rmodal.is-open .cura-rmodal__box{transform:scale(1) translateY(0)}.cura-rmodal__close{position:absolute;top:1rem;right:1rem;z-index:20;width:3.4rem;height:3.4rem;border-radius:50%;background:#0000008c;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s}.cura-rmodal__close:hover{background:#000000d9}.cura-rmodal__video-col{position:relative;width:100%;aspect-ratio:9/16;background:#000;flex-shrink:0}.cura-rmodal__video{width:100%;height:100%;object-fit:cover;display:block}.cura-rmodal__controls{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;background:linear-gradient(transparent,#000000b8);display:flex;align-items:center;gap:1rem}.cura-rmodal__ctrl{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;flex-shrink:0}.cura-rmodal__prog-wrap{flex:1;padding:.8rem 0;cursor:pointer}.cura-rmodal__prog-bg{width:100%;height:3px;background:#ffffff47;border-radius:999px;overflow:hidden}.cura-rmodal__prog-fill{height:100%;background:#fff;border-radius:999px;width:0%;transition:width .15s linear}.cura-rmodal__info{background:rgb(var(--color-background));padding:1.4rem 1.6rem;display:flex;align-items:center;gap:1rem}.cura-rmodal__pimg{width:5.2rem;height:5.2rem;border-radius:10px;object-fit:cover;flex-shrink:0;background:#e6efd8}.cura-rmodal__pdetails{flex:1;min-width:0}.cura-rmodal__ptitle{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cura-rmodal__prices{display:flex;align-items:center;gap:.6rem}.cura-rmodal__price{font-size:1.4rem;font-weight:800;color:rgb(var(--color-foreground))}.cura-rmodal__compare{font-size:1.2rem;color:rgb(var(--color-foreground));opacity:.4;text-decoration:line-through}.cura-rmodal__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.4rem;background:#1e3d1a;color:#fff;font-size:1.2rem;font-weight:700;border-radius:10px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .18s}.cura-rmodal__cta:hover{background:#2d5a27}@media(max-width:989px){.cura-reels__card{flex:0 0 200px;width:200px}.cura-reels__arrow--prev{left:-.8rem}.cura-reels__arrow--next{right:-.8rem}}@media(max-width:749px){.cura-reels__inner{padding:0 2rem;gap:2rem}.cura-reels__card{flex:0 0 160px;width:160px}.cura-reels__arrow{display:none}.cura-rmodal__box{width:70vw}.cura-rmodal__prices{flex-direction:column}.cura-rmodal__price{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.cura-reels__track,.cura-rmodal,.cura-rmodal__box{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cura-reels-carousel.css.map */
