.mhf-reels{--mhf-purple: #8481c4;--mhf-purple-dark: #6f6bb3;--mhf-gold: #ddc296;--mhf-ink: #1c1c1c;--mhf-muted: #767676;--mhf-card-radius: 18px;--mhf-gap: 20px}.mhf-reels__head{text-align:center;margin-bottom:32px}.mhf-reels__title{font-size:clamp(24px,3vw,34px);margin:0 0 8px;font-weight:700;color:var(--mhf-ink)}.mhf-reels__subtitle{margin:0;color:var(--mhf-muted);font-size:15px}.mhf-reels__wrap,.mhf-reels__frame{position:relative}.mhf-reels--framed .mhf-reels__frame{border:1px solid var(--mhf-gold);border-radius:24px;padding:22px 22px 18px}.mhf-reels__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--mhf-reels-cols) - 1) * var(--mhf-gap)) / var(--mhf-reels-cols));gap:var(--mhf-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:0 0 4px;list-style:none}.mhf-reels__track::-webkit-scrollbar{display:none}@media screen and (max-width:749px){.mhf-reels__track{grid-auto-columns:78%;gap:14px}.mhf-reels--framed .mhf-reels__frame{padding:16px 16px 14px;border-radius:18px}}.mhf-reels__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 6px 18px #14141424;display:flex;align-items:center;justify-content:center;color:var(--mhf-ink);cursor:pointer;z-index:3;padding:0;transition:transform .15s ease,opacity .15s ease}.mhf-reels__nav:hover{transform:translateY(-50%) scale(1.06)}.mhf-reels__nav--prev{left:-20px}.mhf-reels__nav--next{right:-20px}.mhf-reels__nav[hidden]{display:none}@media screen and (max-width:989px){.mhf-reels__nav{display:none!important}}.mhf-reel{display:flex;flex-direction:column;border-radius:var(--mhf-card-radius);overflow:hidden;background:#fff;box-shadow:0 10px 30px #14100a12;border:1px solid rgba(20,16,10,.05);scroll-snap-align:start}.mhf-reel__media{position:relative;aspect-ratio:3 / 4;background:#efece6;overflow:hidden}.mhf-reel__video{width:100%;height:100%;object-fit:cover;display:block}.mhf-reel__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#0000008c);pointer-events:none}.mhf-reel__wishlist{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:#ffffffe0;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;color:#2b2b2b;cursor:pointer;z-index:2;padding:0;transition:transform .15s ease,color .15s ease,background .15s ease}.mhf-reel__wishlist:hover{transform:scale(1.08)}.mhf-reel__wishlist.is-active{color:#fff;background:#e0526b;border-color:#e0526b}.mhf-reel__wishlist.is-active svg{fill:currentColor}.mhf-reel__toggle{position:absolute;left:12px;bottom:12px;width:30px;height:30px;border-radius:50%;background:#ffffffe0;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;color:#2b2b2b;cursor:pointer;z-index:2;padding:0}.mhf-reel__icon{display:flex}.mhf-reel__icon--on,.mhf-reel__toggle[aria-pressed=true] .mhf-reel__icon--muted{display:none}.mhf-reel__toggle[aria-pressed=true] .mhf-reel__icon--on{display:flex}.mhf-reel__overlay{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;color:#fff;text-align:left}.mhf-reel__caption{margin:0;font-weight:700;font-size:15px;line-height:1.25;text-shadow:0 2px 10px rgba(0,0,0,.35)}.mhf-reel__caption-sub{margin:3px 0 0;font-style:italic;font-size:13px;opacity:.92;text-shadow:0 2px 10px rgba(0,0,0,.35)}.mhf-reel__overlay--link{bottom:14px}.mhf-reel__shop{display:inline-flex;align-items:center;gap:6px;background:#ffffffeb;color:var(--mhf-ink);font-weight:700;font-size:12.5px;padding:8px 14px;border-radius:999px;text-decoration:none}.mhf-reel__card{padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.mhf-reel__product{display:flex;gap:10px;align-items:flex-start}.mhf-reel__product-thumb{flex:0 0 auto;width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f2f0ea;display:block}.mhf-reel__product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mhf-reel__product-info{min-width:0;flex:1 1 auto}.mhf-reel__product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:600;font-size:13.5px;line-height:1.3;color:var(--mhf-ink);text-decoration:none}.mhf-reel__product-title:hover{text-decoration:underline}.mhf-reel__product-price{margin-top:4px;display:flex;align-items:baseline;gap:8px}.mhf-reel__price{font-weight:700;font-size:14.5px;color:var(--mhf-ink)}.mhf-reel__price-compare{font-size:12px;color:var(--mhf-muted);text-decoration:line-through}.mhf-reel__product-tax{margin:2px 0 0;font-size:10.5px;color:var(--mhf-muted)}.mhf-reel__actions{display:flex;align-items:center;gap:8px;margin-top:auto}.mhf-reel__form{flex:1 1 auto;min-width:0;display:block}.mhf-reel__form form{margin:0}.mhf-reel__atc{position:relative;width:100%;height:42px;border-radius:999px;border:none;background:var(--mhf-purple);color:#fff;font-weight:700;font-size:13.5px;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s ease,transform .1s ease}.mhf-reel__atc:hover:not([disabled]){background:var(--mhf-purple-dark)}.mhf-reel__atc:active:not([disabled]){transform:scale(.98)}.mhf-reel__atc[disabled]{background:#c9c9c9;cursor:not-allowed}.mhf-reel__atc.is-loading{opacity:.85;cursor:progress}.mhf-reel__atc.is-added{background:#3d9a5c}.mhf-reel__atc.loading>span,.mhf-reel__atc.is-adding>span{visibility:hidden}.mhf-reel__atc.loading:after,.mhf-reel__atc.is-adding:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:mhf-atc-spin .6s linear infinite}@keyframes mhf-atc-spin{to{transform:rotate(360deg)}}.mhf-reel__atc .loading__spinner{display:none!important}.mhf-reel__atc.loading,.mhf-reel__atc.is-adding,.mhf-reel__atc[aria-disabled=true]{cursor:progress}.mhf-reel__bag{flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--mhf-purple);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s ease}.mhf-reel__bag:hover{background:var(--mhf-purple-dark)}.mhf-reels__cta{text-align:center;margin-top:28px}.mhf-reels__follow{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;border:1px solid rgba(0,0,0,.12);text-decoration:none;color:var(--mhf-ink);font-weight:600;font-size:14px;transition:border-color .15s ease,color .15s ease}.mhf-reels__follow:hover{border-color:var(--mhf-purple);color:var(--mhf-purple)}.mhf-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,12px);background:#1c1c1c;color:#fff;font-size:13px;font-weight:600;padding:10px 18px;border-radius:999px;z-index:9999;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;max-width:90vw;text-align:center}.mhf-toast.is-visible{opacity:1;transform:translate(-50%)}.mhf-toast[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/14/assets/mhf-instagram.css.map */
