mg-carousel{display:block}.mg-product-carousel{--mg-pc-card-w: 22.5rem;--mg-pc-gap: 1.5rem;--mg-pc-radius: var(--style-border-radius-lg);color:var(--color-foreground);font-family:var(--font-body--family)}.mg-product-carousel__inner{width:100%}.mg-product-carousel__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.25rem;flex-wrap:wrap}.mg-product-carousel__eyebrow{font-family:var(--font-accent--family);font-size:var(--font-size--xs);letter-spacing:.32em;text-transform:uppercase;color:var(--color-primary);margin:0 0 1rem}.mg-product-carousel__title{font-family:var(--font-heading--family);font-weight:700;font-size:var(--font-size--h2);line-height:1;letter-spacing:var(--letter-spacing--heading-tight);color:var(--color-foreground-heading);max-width:16ch;margin:0}.mg-product-carousel__sub{color:var(--color-foreground);font-size:var(--font-size--md);line-height:var(--line-height--body-loose);max-width:52ch;margin:1rem 0 0}.mg-product-carousel__nav{display:flex;gap:.75rem}.mg-product-carousel__arrow{width:3.25rem;height:3.25rem;border-radius:50%;background:var(--color-background);border:1px solid rgb(var(--color-border-rgb) / .45);color:var(--color-foreground-heading);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--animation-speed-slow) ease,border-color var(--animation-speed-slow) ease,opacity var(--animation-speed-slow) ease}.mg-product-carousel__arrow:hover{background:rgb(var(--color-foreground-rgb) / .1);border-color:rgb(var(--color-border-rgb) / .7)}.mg-product-carousel__arrow:disabled{opacity:.35;cursor:default}.mg-product-carousel__viewport{overflow:hidden;padding:.375rem .125rem 1.5rem}.mg-product-carousel__rail{display:flex;gap:var(--mg-pc-gap);transition:transform .42s cubic-bezier(.4,0,.2,1);will-change:transform}@media(prefers-reduced-motion:reduce){.mg-product-carousel__rail{transition:none}}.mg-product-carousel__card{flex:0 0 var(--mg-pc-card-w);background:var(--color-variant-background);border:1px solid rgb(var(--color-border-rgb) / .2);border-radius:var(--mg-pc-radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.mg-product-carousel__card:hover{transform:translateY(-5px);border-color:rgb(var(--color-border-rgb) / .45);box-shadow:0 20px 40px #0e0e0e66}.mg-product-carousel__media{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-variant-background)}.mg-product-carousel__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mg-product-carousel__card:hover .mg-product-carousel__img{transform:scale(1.04)}.mg-product-carousel__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-accent--family);font-size:var(--font-size--xs);text-transform:uppercase;letter-spacing:.2em;color:rgb(var(--color-foreground-rgb) / .5);background:repeating-linear-gradient(135deg,rgb(var(--color-foreground-rgb) / .03),rgb(var(--color-foreground-rgb) / .03) 11px,transparent 11px,transparent 22px)}.mg-product-carousel__placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;fill:rgb(var(--color-foreground-rgb) / .12)}.mg-product-carousel__hex{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4.625rem;background:rgb(var(--color-primary-rgb) / .1);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);pointer-events:none}.mg-product-carousel__badge{position:absolute;top:.875rem;left:.875rem;font-family:var(--font-accent--family);font-size:var(--font-size--xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--color-primary-button-background);color:var(--color-primary-button-text);padding:.375rem .6875rem;border-radius:var(--style-border-radius-buttons);z-index:5}.mg-product-carousel__body{padding:1.375rem;display:flex;flex-direction:column;flex:1}.mg-product-carousel__cat{font-family:var(--font-accent--family);font-size:var(--font-size--xs);letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5625rem}.mg-product-carousel__name{font-family:var(--font-heading--family);font-weight:700;font-size:var(--font-size--lg);color:var(--color-foreground-heading);margin:0 0 .375rem}.mg-product-carousel__name a{color:inherit;text-decoration:none}.mg-product-carousel__name a:hover{color:var(--color-primary)}.mg-product-carousel__blurb{color:var(--color-foreground);font-size:var(--font-size--sm);line-height:1.5;margin:0 0 1.125rem;flex:1}.mg-product-carousel__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mg-product-carousel__price{font-family:var(--font-accent--family);font-size:var(--font-size--lg);font-weight:600;color:var(--color-foreground-heading)}.mg-product-carousel__form{margin:0}.mg-product-carousel__add{font-family:var(--font-accent--family);font-weight:700;font-size:var(--font-size--sm);background:var(--color-primary-button-background);color:var(--color-primary-button-text);border:none;border-radius:var(--style-border-radius-buttons-primary);padding:.6875rem 1.125rem;cursor:pointer;transition:background-color var(--animation-speed-slow) ease}.mg-product-carousel__add:hover{background:var(--color-primary-button-hover-background)}.mg-product-carousel__add:disabled{opacity:.4;cursor:not-allowed}.mg-product-carousel__dots{display:flex;gap:.5rem;margin-top:.375rem}.mg-product-carousel__dot{width:.5rem;height:.5rem;border-radius:999px;background:rgb(var(--color-foreground-rgb) / .25);border:none;padding:0;cursor:pointer;transition:width .2s ease,background-color .2s ease}.mg-product-carousel__dot.is-active{width:1.625rem;background:var(--color-primary)}@media screen and (max-width:749px){.mg-product-carousel{--mg-pc-card-w: 78vw}.mg-product-carousel__title{font-size:var(--font-size--h3)}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/mg-product-carousel.css.map */
