.mg-product-carousel{--mg-carousel-frame-max: 2031px;--mg-carousel-frame: min( calc(100vw - 96px) , var(--mg-carousel-frame-max));--mg-carousel-side: 56px;--mg-carousel-gap: 24px;--mg-carousel-card: clamp( 423px, calc((var(--mg-carousel-frame) - (var(--mg-carousel-side) * 2) - (var(--mg-carousel-gap) * 3)) / 4), 508px );position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;background:var(--mg-ink, #050505);color:#f2f2f2;padding:30px 0 26px}.mg-product-carousel .mg-product-carousel__frame{position:relative;width:var(--mg-carousel-frame);max-width:var(--mg-carousel-frame);margin:0 auto}.mg-product-carousel .mg-product-carousel__viewport{width:100%;overflow:hidden;padding:0 var(--mg-carousel-side);box-sizing:border-box;cursor:grab;scrollbar-width:none;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain}.mg-product-carousel .mg-product-carousel__viewport::-webkit-scrollbar{display:none}.mg-product-carousel .mg-product-carousel__viewport.is-dragging{cursor:grabbing}.mg-product-carousel .mg-product-carousel__track{display:flex;align-items:flex-start;gap:var(--mg-carousel-gap);width:max-content;transform:translateZ(0);will-change:transform}.mg-product-carousel .mg-product-card{flex:0 0 var(--mg-carousel-card);min-width:0}.mg-product-carousel .mg-product-card__image-button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in;text-align:inherit;-webkit-tap-highlight-color:transparent}.mg-product-carousel .mg-product-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--mg-ink, #050505);border-radius:34px}.mg-product-carousel .mg-product-card__image,.mg-product-carousel .mg-product-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.mg-product-carousel .mg-product-card__zoom-badge{position:absolute;top:14px;right:14px;z-index:3;display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#0505056b;color:#f2f2f2;box-shadow:0 12px 32px #00000057;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none}.mg-product-carousel .mg-product-card__zoom-icon{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media(hover:hover)and (pointer:fine){.mg-product-carousel .mg-product-card__image-button:hover .mg-product-card__image{transform:scale(1.025)}}.mg-product-carousel .mg-product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-top:14px}.mg-product-carousel .mg-product-card__text{min-width:0;flex:1 1 auto}.mg-product-carousel .mg-product-card__title{margin:0 0 6px;color:#f2f2f2;font-size:clamp(17px,1vw,21px);line-height:1.22;font-weight:400;word-break:break-word}.mg-product-carousel .mg-product-card__price{color:#dadce6;font-size:clamp(15px,.85vw,18px);line-height:1.25}.mg-product-carousel .mg-product-card__button{flex:0 0 auto;min-width:108px;height:40px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--mg-accent, #00c7c7);color:#111;text-decoration:none;font-size:14px;line-height:1;font-weight:700;transition:transform .16s ease,opacity .16s ease,background .16s ease}.mg-product-carousel .mg-product-card__button:hover{transform:translateY(-1px);opacity:.96;background:var(--mg-accent-hover, #22d6d6)}.mg-product-carousel .mg-product-carousel__arrow{position:absolute;top:50%;z-index:5;width:34px;height:150px;padding:0;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);font-size:72px;line-height:1;cursor:pointer;opacity:.95;text-shadow:0 0 12px rgba(0,0,0,.7);transition:opacity .16s ease,color .16s ease}.mg-product-carousel .mg-product-carousel__arrow:hover{color:var(--mg-accent, #00c7c7);opacity:1}.mg-product-carousel .mg-product-carousel__arrow--prev{left:4px}.mg-product-carousel .mg-product-carousel__arrow--next{right:4px}.mg-product-carousel .mg-product-carousel__empty{padding:40px 28px;color:#bfc1cc;background:var(--mg-ink, #050505)}.mg-product-carousel .mg-product-quickview[hidden]{display:none!important}.mg-product-carousel .mg-product-quickview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:36px;background:#000000d1;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility 0s linear .18s;overscroll-behavior:none;touch-action:none}.mg-product-carousel .mg-product-quickview.is-open{opacity:1;visibility:visible;transition:opacity .18s ease,visibility 0s linear 0s}.mg-product-carousel .mg-product-quickview__dialog{position:relative;width:min(calc(100vw - 72px),1320px);max-height:calc(100dvh - 72px);padding:34px 34px 30px;background:var(--mg-ink, #050505);color:#f2f2f2;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 80px #0009;overflow:hidden;overscroll-behavior:none}.mg-product-carousel .mg-product-quickview__close{position:absolute;top:14px;right:16px;z-index:8;width:42px;height:42px;padding:0;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer;opacity:.92;transition:color .16s ease,opacity .16s ease}.mg-product-carousel .mg-product-quickview__close:hover{color:var(--mg-accent, #00c7c7);opacity:1}.mg-product-carousel .mg-product-quickview__stage{position:relative;width:100%;height:min(68dvh,740px);min-height:420px;background:var(--mg-ink, #050505);overflow:hidden;touch-action:none;overscroll-behavior:none}.mg-product-carousel .mg-product-quickview__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center center;background:var(--mg-ink, #050505);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;opacity:0;transform:scale(1.006);transition:opacity .26s ease,transform .42s ease;will-change:opacity,transform}.mg-product-carousel .mg-product-quickview__image.is-active{opacity:1;transform:scale(1);z-index:2}.mg-product-carousel .mg-product-quickview__image.is-leaving{opacity:0;transform:scale(.998);z-index:1}.mg-product-carousel .mg-product-quickview__arrow{position:absolute;top:50%;z-index:7;width:46px;height:160px;padding:0;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);font-size:80px;line-height:1;cursor:pointer;opacity:.95;text-shadow:0 0 12px rgba(0,0,0,.75);transition:opacity .16s ease,color .16s ease}.mg-product-carousel .mg-product-quickview__arrow:hover{color:var(--mg-accent, #00c7c7);opacity:1}.mg-product-carousel .mg-product-quickview__arrow--prev{left:18px}.mg-product-carousel .mg-product-quickview__arrow--next{right:18px}.mg-product-carousel .mg-product-quickview__thumbs{display:flex;justify-content:center;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;padding:16px 0 0;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}.mg-product-carousel .mg-product-quickview__thumbs::-webkit-scrollbar{display:none}.mg-product-carousel .mg-product-quickview__thumb{flex:0 0 auto;width:54px;height:54px;padding:0;border:1px solid transparent;background:var(--mg-ink, #050505);cursor:pointer;overflow:hidden;opacity:.62;transition:opacity .16s ease,border-color .16s ease,transform .16s ease}.mg-product-carousel .mg-product-quickview__thumb img{display:block;width:100%;height:100%;object-fit:cover}.mg-product-carousel .mg-product-quickview__thumb:hover,.mg-product-carousel .mg-product-quickview__thumb.is-active{opacity:1;border-color:var(--mg-accent, #00c7c7)}.mg-product-carousel .mg-product-quickview__thumb.is-active{transform:translateY(-2px)}.mg-product-carousel .mg-product-quickview__button{width:fit-content;min-width:136px;height:42px;margin:18px auto 0;padding:0 22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--mg-accent, #00c7c7);color:var(--mg-ink, #050505);text-decoration:none;font-size:14px;line-height:1;font-weight:700;transition:transform .16s ease,background .16s ease}.mg-product-carousel .mg-product-quickview__button:hover{background:var(--mg-accent-hover, #22d6d6);transform:translateY(-1px)}body.mg-product-quickview-lock{overflow:hidden;touch-action:none;overscroll-behavior:none}@media screen and (max-width:749px){.mg-product-carousel{--mg-carousel-frame: 100%;--mg-carousel-gap: 14px;--mg-carousel-card: 84vw;--mg-carousel-side: max(14px, calc((100vw - var(--mg-carousel-card)) / 2));width:100%;max-width:100%;margin-left:0;margin-right:0;padding:18px 0 16px}.mg-product-carousel .mg-product-carousel__frame{width:100%;max-width:none;margin:0}.mg-product-carousel .mg-product-carousel__viewport{width:100%;padding:0 var(--mg-carousel-side) 6px;cursor:auto}.mg-product-carousel .mg-product-carousel__track{gap:var(--mg-carousel-gap)}.mg-product-carousel .mg-product-card__image-wrap{aspect-ratio:4 / 5;border-radius:28px}.mg-product-carousel .mg-product-card__zoom-badge{display:inline-flex}.mg-product-carousel .mg-product-card__bottom{gap:12px;padding-top:12px}.mg-product-carousel .mg-product-card__title{font-size:16px}.mg-product-carousel .mg-product-card__price{font-size:15px}.mg-product-carousel .mg-product-card__button{min-width:104px;height:38px;padding:0 15px;font-size:13px}.mg-product-carousel .mg-product-carousel__arrow{display:none}.mg-product-carousel .mg-product-quickview{padding:0;align-items:stretch}.mg-product-carousel .mg-product-quickview__dialog{width:100%;max-height:none;min-height:100dvh;padding:58px 14px 22px;border:0;display:flex;flex-direction:column;justify-content:center}.mg-product-carousel .mg-product-quickview__close{top:8px;right:10px;width:44px;height:44px;font-size:40px}.mg-product-carousel .mg-product-quickview__stage{height:62dvh;min-height:280px;max-height:620px}.mg-product-carousel .mg-product-quickview__arrow{display:none}.mg-product-carousel .mg-product-quickview__thumbs{justify-content:flex-start;gap:8px;padding-top:14px}.mg-product-carousel .mg-product-quickview__thumb{width:46px;height:46px}.mg-product-carousel .mg-product-quickview__button{margin-top:16px;height:40px}}@media screen and (orientation:landscape)and (max-width:989px)and (max-height:520px){.mg-product-carousel{--mg-carousel-frame: 100%;--mg-carousel-gap: 12px;--mg-carousel-card: 38vw;--mg-carousel-side: max(12px, calc((100vw - var(--mg-carousel-card)) / 2));width:100%;max-width:100%;margin-left:0;margin-right:0;padding:14px 0 12px}.mg-product-carousel .mg-product-carousel__frame{width:100%;max-width:none;margin:0}.mg-product-carousel .mg-product-carousel__viewport{width:100%;padding:0 var(--mg-carousel-side) 4px;cursor:auto}.mg-product-carousel .mg-product-carousel__track{gap:var(--mg-carousel-gap)}.mg-product-carousel .mg-product-card__image-wrap{aspect-ratio:4 / 3;border-radius:20px}.mg-product-carousel .mg-product-card__zoom-badge{top:9px;right:9px;display:inline-flex;width:32px;height:32px}.mg-product-carousel .mg-product-card__zoom-icon{width:17px;height:17px;stroke-width:2}.mg-product-carousel .mg-product-card__bottom{gap:8px;padding-top:8px}.mg-product-carousel .mg-product-card__title{margin-bottom:3px;font-size:12px;line-height:1.15}.mg-product-carousel .mg-product-card__price{font-size:11px;line-height:1.15}.mg-product-carousel .mg-product-card__button{min-width:76px;height:26px;padding:0 9px;font-size:10px}.mg-product-carousel .mg-product-carousel__arrow{display:none}.mg-product-carousel .mg-product-quickview{padding:0}.mg-product-carousel .mg-product-quickview__dialog{width:100%;max-height:none;min-height:100dvh;padding:42px 14px 16px;border:0}.mg-product-carousel .mg-product-quickview__stage{height:54dvh;min-height:190px;max-height:330px}.mg-product-carousel .mg-product-quickview__arrow{display:none}.mg-product-carousel .mg-product-quickview__thumb{width:40px;height:40px}.mg-product-carousel .mg-product-quickview__button{height:34px;margin-top:12px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/minigear-clean-cards.css.map */
