:root{--shumuz-cream: #faf9f6;--shumuz-cream-warm: #f4efe6;--shumuz-ebony: #1a0f08;--shumuz-ebony-soft: #2a1e14;--shumuz-olive: #a1af50;--shumuz-olive-deep: #8a9841;--shumuz-gold: #d4af37;--shumuz-gold-soft: #e5c461;--shumuz-beige: #f0e8d8;--shumuz-muted: #6b5d4f;--shumuz-line: rgba(26, 15, 8, .12);--shumuz-line-strong: rgba(26, 15, 8, .25);--shumuz-danger: #b8452e}.shumuz-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--shumuz-popup-overlay, rgba(26, 15, 8, .55));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:120;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;padding:24px}.shumuz-backdrop.is-visible{opacity:1;visibility:visible}.shumuz-modal{background:var(--shumuz-popup-modal-bg, var(--shumuz-cream-warm));border-radius:12px;max-width:440px;width:100%;padding:48px 32px 32px;position:relative;transform:scale(.95) translateY(20px);transition:transform .45s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 60px -20px #1a0f0840;border:1px solid var(--shumuz-popup-border, rgba(212, 175, 55, .25))}.shumuz-backdrop.is-visible .shumuz-modal{transform:scale(1) translateY(0)}.shumuz-modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:0;background:transparent}.shumuz-modal__ornament{text-align:center;color:var(--shumuz-popup-accent, var(--shumuz-gold));letter-spacing:8px;font-size:12px;margin-bottom:16px}.shumuz-modal__title{font-family:var(--font-heading-family);font-size:32px;font-weight:500;text-align:center;color:var(--shumuz-popup-title, var(--shumuz-ebony));margin:0 0 10px;line-height:1.15}.shumuz-modal__text{font-family:var(--font-body-family);text-align:center;color:var(--shumuz-popup-text, var(--shumuz-muted));font-size:14px;margin:0 0 24px}.shumuz-email-input{font-family:var(--font-body-family);width:100%;padding:14px 18px;border:1px solid var(--shumuz-line-strong);background:var(--shumuz-cream);border-radius:4px;font-size:14px;margin-bottom:12px}.shumuz-email-input.is-invalid{border-color:var(--shumuz-danger)}.shumuz-modal__actions{display:grid;gap:12px}.shumuz-claim-btn{font-family:var(--font-body-family);width:100%;padding:16px;background:var(--shumuz-popup-primary-bg, var(--shumuz-olive));color:var(--shumuz-popup-primary-text, #fff);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:4px;border:0}.shumuz-modal-dismiss{font-family:var(--font-body-family);display:block;margin:0 auto;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--shumuz-popup-secondary-text, var(--shumuz-muted));text-decoration:underline;text-underline-offset:3px;border:0;background:transparent}.shumuz-form-message{background:#b8452e14;border:1px solid rgba(184,69,46,.25);color:var(--shumuz-danger);font-size:12px;border-radius:6px;padding:10px 12px;margin:0 0 12px;text-align:center}.shumuz-code-row{margin:0 0 18px;text-align:center}.shumuz-code-label{font-family:var(--font-body-family);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--shumuz-muted);margin-bottom:10px}.shumuz-code-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px dashed var(--shumuz-line-strong);background:#ffffff8c}.shumuz-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:.08em;color:var(--shumuz-ebony)}.shumuz-code-copy{font-family:var(--font-body-family);font-size:12px;font-weight:600;border:0;padding:8px 12px;border-radius:999px;background:var(--shumuz-ebony);color:#fff;cursor:pointer}.shumuz-code-status{font-family:var(--font-body-family);font-size:12px;color:var(--shumuz-olive-deep);margin-top:10px}.shumuz-why{text-align:center;padding:96px 0 64px}.shumuz-why-stars{color:var(--shumuz-gold);letter-spacing:4px;font-size:16px;margin-bottom:16px}.shumuz-video-reels__header h2{font-family:var(--font-heading-family);font-size:clamp(36px,4vw,52px);font-weight:500;margin:0 0 10px}.shumuz-why-sub{font-family:var(--font-body-family);font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--shumuz-muted);margin-bottom:48px}.shumuz-reels{position:relative;max-width:var(--shumuz-reels-max, 1000px);margin:0 auto;padding-left:var(--shumuz-reels-pad, 0px);padding-right:var(--shumuz-reels-pad, 0px)}.shumuz-feed-wrap{--shumuz-reels-per-view: var(--shumuz-reels-desktop, 3);display:block;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 auto;padding:2px}.shumuz-feed-wrap::-webkit-scrollbar{display:none}.shumuz-feed-track{display:flex;gap:var(--shumuz-reels-gap, 24px)}.shumuz-video-card{border:0;padding:0;background:transparent;cursor:pointer;flex:0 0 calc((100% - (var(--shumuz-reels-per-view) - 1) * var(--shumuz-reels-gap, 24px)) / var(--shumuz-reels-per-view));scroll-snap-align:start;min-width:220px}.shumuz-video-card__media{aspect-ratio:9 / 16;border-radius:15px;overflow:hidden;position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.shumuz-video-card__media:hover{transform:scale(1.025) translateY(-4px);box-shadow:0 24px 60px -20px #1a0f0840}.shumuz-video-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.55) 100%)}.shumuz-vc-1{background:radial-gradient(ellipse 50% 60% at 50% 45%,#c4896a,transparent 70%),linear-gradient(180deg,#8b6b4e,#5a3e28,#3d2817)}.shumuz-vc-2{background:radial-gradient(ellipse 40% 50% at 60% 40%,#6b8a5e,transparent 70%),linear-gradient(180deg,#4a5a3e,#2e3823,#1a1f14)}.shumuz-vc-3{background:radial-gradient(ellipse 45% 55% at 50% 45%,#e8c9a0,transparent 70%),linear-gradient(180deg,#a88560,#705038,#402818)}.shumuz-video-card__media img,.shumuz-video-card__media video{width:100%;height:100%;object-fit:cover}.shumuz-video-duration{position:absolute;top:12px;right:12px;z-index:2;background:#00000080;color:#fff;font-size:10px;padding:3px 8px;border-radius:4px}.shumuz-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;background:#fffffff2;z-index:2;display:grid;place-items:center}.shumuz-play-btn svg{width:24px;height:24px}.shumuz-play-btn--static{cursor:default}.shumuz-quote-chip{position:absolute;bottom:16px;left:16px;z-index:2;background:#fffffff2;color:var(--shumuz-ebony);font-size:12px;font-weight:500;padding:8px 14px;border-radius:100px;max-width:calc(100% - 32px)}.shumuz-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:121;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .4s ease;padding:24px}.shumuz-lightbox.is-open{opacity:1;visibility:visible}.shumuz-lightbox-content{width:min(380px,90vw);aspect-ratio:9/16;border-radius:12px;overflow:hidden;position:relative;background:linear-gradient(180deg,#8b6b4e,#3d2817)}.shumuz-lightbox-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff1a;color:#fff;z-index:5}.shumuz-lightbox-mute{position:absolute;top:12px;left:12px;width:40px;height:40px;border:0;border-radius:50%;background:#ffffff1a;color:#fff;display:grid;place-items:center;z-index:5}.shumuz-reels-icon{width:18px;height:18px;display:grid;place-items:center}.shumuz-reels-icon svg{width:18px;height:18px}.shumuz-lightbox-content:not(.is-muted) .shumuz-reels-sound-off{display:none}.shumuz-lightbox-content.is-muted .shumuz-reels-sound-on{display:none}.shumuz-reels__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:#1a0f08b8;color:#fff;display:grid;place-items:center;z-index:2}.shumuz-reels__arrow svg{width:20px;height:20px}.shumuz-reels__arrow--prev{left:-18px}.shumuz-reels__arrow--next{right:-18px}.shumuz-video-reels__modal-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.shumuz-video-reels__modal-video-wrap video{width:100%;height:100%;object-fit:cover}.shumuz-lightbox-caption{position:absolute;left:20px;right:20px;bottom:24px;color:#fff;z-index:3}.shumuz-lightbox-caption strong{display:block;font-size:20px;margin-bottom:4px}.shumuz-lightbox-caption span{font-size:13px;opacity:.85}.shumuz-corner-video{position:fixed;bottom:24px;right:24px;width:var(--shumuz-cv-w, 180px);height:var(--shumuz-cv-h, 320px);border-radius:14px;overflow:hidden;z-index:80;box-shadow:0 10px 30px #0003;opacity:0;transform:translate(120%) scale(.9);transition:all .5s cubic-bezier(.16,1,.3,1);cursor:pointer}.shumuz-corner-video[data-side=left]{left:24px;right:auto}.shumuz-corner-video.is-visible{opacity:1;transform:translate(0) scale(1)}.shumuz-corner-video.is-minimized{width:var(--shumuz-cv-w-min, 120px);height:var(--shumuz-cv-h-min, 200px)}.shumuz-corner-video video{width:100%;height:100%;object-fit:cover}.shumuz-cv-progress{position:absolute;top:0;left:0;height:3px;width:0;background:var(--shumuz-gold);animation:shumuz-cv-progress 18s linear infinite;z-index:3}.shumuz-cv-toggle{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:transparent;z-index:2;cursor:pointer}@keyframes shumuz-cv-progress{0%{width:0}to{width:100%}}.shumuz-cv-controls{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:4}.shumuz-cv-btn{width:28px;height:28px;border:0;border-radius:50%;background:#0000008c;color:#fff;display:grid;place-items:center}.shumuz-cv-icon{width:16px;height:16px;display:inline-grid;place-items:center}.shumuz-cv-icon svg{width:16px;height:16px}.shumuz-corner-video:not(.is-muted) .shumuz-cv-sound-off{display:none}.shumuz-corner-video.is-muted .shumuz-cv-sound-on{display:none}.shumuz-cv-play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#ffffffe6;display:grid;place-items:center;z-index:3;opacity:0}.shumuz-cv-play-indicator svg{width:22px;height:22px;color:#1a0f08;transform:translate(1px)}.shumuz-corner-video.is-paused .shumuz-cv-play-indicator{opacity:1}.shumuz-cv-caption{position:absolute;left:12px;right:12px;bottom:14px;color:#fff;font-size:11px;z-index:4}.shumuz-cv-caption strong{display:block;font-size:14px;margin-bottom:2px}.shumuz-toast-wrap{position:fixed;left:24px;bottom:24px;z-index:70;display:none}.shumuz-toast-wrap.is-visible{display:block}.shumuz-toast{background:var(--shumuz-cream);border:1px solid var(--shumuz-line);border-radius:8px;padding:12px;box-shadow:0 10px 30px #1a0f081f;display:flex;gap:12px;align-items:center;min-width:280px;max-width:340px;opacity:0;transform:translate(-120%);transition:all .5s cubic-bezier(.16,1,.3,1)}.shumuz-toast.is-showing{opacity:1;transform:translate(0)}.shumuz-toast-thumb{width:48px;height:48px;border-radius:4px;overflow:hidden;background:var(--shumuz-cream-warm)}.shumuz-toast-thumb img{width:100%;height:100%;object-fit:cover}.shumuz-toast-body{font-family:var(--font-body-family);font-size:12px;line-height:1.5}.shumuz-toast-time{display:block;color:var(--shumuz-muted);font-size:10px;margin-top:2px}.shumuz-toast-verified{color:var(--shumuz-olive)}.shumuz-flash-sale{margin-top:14px;padding:var(--shumuz-fs-pad-y, 14px) var(--shumuz-fs-pad-x, 18px);background:var(--shumuz-fs-bg, linear-gradient(95deg, #2a1e14, #1a0f08));color:var(--shumuz-fs-text, var(--shumuz-cream));border-radius:var(--shumuz-fs-radius, 8px);display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid color-mix(in srgb,var(--shumuz-fs-border, var(--shumuz-gold)) 35%,transparent);position:relative}.shumuz-flash-sale:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:var(--shumuz-fs-accent, var(--shumuz-danger))}.shumuz-flash-sale__left{display:flex;align-items:center;gap:10px}.shumuz-flash-sale__pulse{width:8px;height:8px;border-radius:50%;background:var(--shumuz-fs-accent, var(--shumuz-danger))}.shumuz-flash-sale__label{font-family:var(--font-body-family);letter-spacing:.1em;text-transform:uppercase;font-size:var(--shumuz-fs-label-size, 11px)}.shumuz-flash-sale__timer{font-family:var(--font-heading-family);font-weight:600;font-size:var(--shumuz-fs-timer-size, 18px);letter-spacing:.08em;font-variant-numeric:tabular-nums}.shumuz-flash-sale__badge{font-family:var(--font-body-family);background:var(--shumuz-fs-badge-bg, var(--shumuz-olive));color:var(--shumuz-fs-badge-text, #fff);font-size:var(--shumuz-fs-badge-size, 11px);font-weight:600;padding:6px 12px;border-radius:100px;white-space:nowrap}.shumuz-subscriptions{margin-top:24px}.shumuz-subscriptions__tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;padding-top:14px}.shumuz-subscriptions__tab{position:relative;padding:18px 12px;border:1px solid var(--shumuz-line);border-radius:8px;background:var(--shumuz-cream);text-align:center}.shumuz-subscriptions__tab.is-active{border-color:var(--shumuz-ebony);border-width:2px;background:var(--shumuz-beige);padding:17px 11px}.shumuz-subscriptions__tab[data-shumuz-tab=subscribe].is-active{border-color:var(--shumuz-gold);background:#f9f3e2}.shumuz-subscriptions__tab-title{font-family:var(--font-body-family);display:block;font-size:15px;font-weight:500;margin-bottom:3px}.shumuz-subscriptions__tab-sub{font-family:var(--font-body-family);display:block;font-size:11px;color:var(--shumuz-muted)}.shumuz-subscriptions__popular{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--shumuz-gold);color:#fff;font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.shumuz-subscriptions__panel{display:none;margin-top:24px;background:var(--shumuz-cream-warm);border-radius:8px;padding:24px}.shumuz-subscriptions__panel.is-active{display:block}.shumuz-subscriptions__panel-title{font-family:var(--font-body-family);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin-bottom:16px;color:var(--shumuz-ebony-soft)}.shumuz-subscriptions__option{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--shumuz-cream);border:1px solid transparent;border-radius:8px;margin-bottom:10px;cursor:pointer}.shumuz-subscriptions__option:last-child{margin-bottom:0}.shumuz-subscriptions__option.is-selected{border:2px solid var(--shumuz-ebony);background:var(--shumuz-beige);padding:15px 19px}.shumuz-subscriptions__opt-label{font-family:var(--font-body-family);display:block;font-size:16px;font-weight:500;margin-bottom:2px}.shumuz-subscriptions__opt-sub{font-family:var(--font-body-family);display:block;font-size:12px;color:var(--shumuz-muted)}.shumuz-subscriptions__opt-price{font-family:var(--font-heading-family);font-size:18px;font-weight:600;text-align:right}@media(max-width:960px){.shumuz-feed-wrap{--shumuz-reels-per-view: var(--shumuz-reels-mobile, 1);max-width:100%;padding-right:var(--shumuz-reels-mobile-pad-right, 0px)}.shumuz-video-card{min-width:200px;flex-basis:var(--shumuz-reels-mobile-card, calc((100% - (var(--shumuz-reels-per-view) - 1) * var(--shumuz-reels-gap, 24px)) / var(--shumuz-reels-per-view)))}.shumuz-reels__arrow{display:none}.shumuz-corner-video{width:var(--shumuz-cv-w-m, 140px);height:var(--shumuz-cv-h-m, 250px);bottom:16px;right:16px}.shumuz-corner-video[data-side=left]{left:16px}.shumuz-toast-wrap{left:16px;right:16px;bottom:16px}}@media(max-width:540px){.shumuz-subscriptions__tabs{grid-template-columns:1fr}.shumuz-subscriptions__popular{position:static;transform:none;display:inline-block;margin-bottom:8px}.shumuz-flash-sale{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/shumuz-components.css.map */
