.mw-divider{--mw-color:#111111;--mw-accent:#c9a227;--mw-bg:transparent;--mw-panel:#e6e7ee;--mw-width:60%;--mw-thickness:1px;--mw-height:22px;--mw-radius:16px;--mw-pad-d:56px;--mw-pad-m:32px;--mw-dot-gap:16px;--mw-speed:6s;--mw-blur:12px;--mw-glass-a:.14;--mw-depth:8px;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;background:var(--mw-bg);padding-block:var(--mw-pad-m);padding-inline:0}@media(min-width:750px){.mw-divider{padding-block:var(--mw-pad-d)}}.mw-divider *,.mw-divider *:before,.mw-divider *:after{box-sizing:border-box}.mw-divider__inner{position:relative;width:var(--mw-width);display:flex;align-items:center;justify-content:center;gap:14px}.mw-divider__line{flex:1 1 auto;height:var(--mw-thickness);background:var(--mw-color);border-radius:99px}.mw-divider__line--short{flex:none;width:64px}.mw-band{width:100%}.mw-divider__svgicon{width:15px;height:15px;color:var(--mw-color);flex:none}.mw-divider--double .mw-divider__inner{flex-direction:column;gap:7px}.mw-divider--double .mw-divider__line:last-child{width:68%;margin-inline:auto;flex:none;opacity:.85}.mw-divider--gradient .mw-divider__line{background:linear-gradient(90deg,transparent,var(--mw-color),transparent)}.mw-divider--dotted .mw-divider__line{height:max(var(--mw-thickness),3px);background:transparent;background-image:radial-gradient(circle closest-side,var(--mw-color) 99%,transparent);background-size:var(--mw-dot-gap) 100%;background-repeat:repeat-x;background-position:center;border-radius:0}.mw-divider__diamond{width:9px;height:9px;flex:none;background:var(--mw-color);transform:rotate(45deg)}.mw-animated .mw-divider--diamond .mw-divider__diamond{animation:mw-diamond var(--mw-speed) ease-in-out infinite alternate}@keyframes mw-diamond{0%{transform:rotate(45deg) scale(1)}to{transform:rotate(135deg) scale(1.18)}}.mw-divider__circle{width:11px;height:11px;flex:none;border-radius:50%;border:1.5px solid var(--mw-color)}.mw-animated .mw-divider--circle .mw-divider__circle{animation:mw-pulse var(--mw-speed) ease-in-out infinite}@keyframes mw-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}}.mw-animated .mw-divider--arrow .mw-divider__arrow{animation:mw-arrow var(--mw-speed) ease-in-out infinite}@keyframes mw-arrow{0%,to{transform:translate(-2px)}50%{transform:translate(2px)}}.mw-divider--wave .mw-divider__inner{overflow:hidden}.mw-wave{height:var(--mw-height);overflow:hidden;color:var(--mw-color)}.mw-wave svg{display:block;width:200%;height:100%;will-change:transform}.mw-animated .mw-divider--wave .mw-wave svg{animation:mw-wave-x var(--mw-speed) linear infinite}@keyframes mw-wave-x{to{transform:translate(-50%)}}.mw-curved{height:var(--mw-height);color:var(--mw-color)}.mw-curved svg{display:block;width:100%;height:100%}.mw-animated .mw-divider--curved .mw-curved{animation:mw-bob var(--mw-speed) ease-in-out infinite}@keyframes mw-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.mw-brush{height:var(--mw-height);color:var(--mw-color)}.mw-brush svg{display:block;width:100%;height:100%}.mw-animated .mw-divider--brush .mw-brush{animation:mw-brush var(--mw-speed) ease-in-out infinite;transform-origin:left center}@keyframes mw-brush{0%,to{transform:skew(0);opacity:.92}50%{transform:skew(-1.2deg);opacity:1}}.mw-divider--editorial .mw-divider__line{max-width:130px;opacity:.7}.mw-divider__label{flex:none;font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:500;white-space:nowrap;color:var(--mw-color)}.mw-gold{display:block;width:100%;height:max(var(--mw-thickness),2px);border-radius:99px;background:linear-gradient(90deg,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c,#fcf6ba,#bf953f);background-size:200% 100%}.mw-animated .mw-divider--gold .mw-gold{animation:mw-gold var(--mw-speed) linear infinite}@keyframes mw-gold{to{background-position:-200% 0}}.mw-divider--geometric .mw-divider__inner{overflow:hidden}.mw-geo{height:var(--mw-height);overflow:hidden;color:var(--mw-color)}.mw-geo svg{display:block;width:200%;height:100%;will-change:transform}.mw-animated .mw-divider--geometric .mw-geo svg{animation:mw-wave-x var(--mw-speed) linear infinite}.mw-trans{height:calc(var(--mw-height) * 2.2);border-radius:99px;background:#0000000d;background:radial-gradient(60% 130% at 50% 50%,color-mix(in srgb,var(--mw-color) 22%,transparent),transparent 72%);position:relative}.mw-trans:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;transform:translateY(-50%);background:linear-gradient(90deg,transparent,var(--mw-color),transparent);opacity:.5}.mw-animated .mw-divider--transition .mw-trans{animation:mw-breathe var(--mw-speed) ease-in-out infinite}@keyframes mw-breathe{0%,to{opacity:.85;transform:scaleX(.97)}50%{opacity:1;transform:scaleX(1)}}.mw-glass{height:var(--mw-height);border-radius:var(--mw-radius);background:rgba(255,255,255,var(--mw-glass-a));-webkit-backdrop-filter:blur(var(--mw-blur));backdrop-filter:blur(var(--mw-blur));border:1px solid rgba(255,255,255,.35);box-shadow:0 4px 24px #00000014,inset 0 1px #ffffff73;position:relative;overflow:hidden}.mw-animated .mw-divider--glass .mw-glass:after{content:"";position:absolute;top:0;bottom:0;left:0;width:42%;transform:translate(-160%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:mw-sweep var(--mw-speed) linear infinite;will-change:transform}@keyframes mw-sweep{0%{transform:translate(-160%)}to{transform:translate(320%)}}.mw-neu{height:var(--mw-height);border-radius:var(--mw-radius);background:var(--mw-panel);box-shadow:var(--mw-depth) var(--mw-depth) calc(var(--mw-depth) * 2) #a3b1c68c,calc(var(--mw-depth) * -1) calc(var(--mw-depth) * -1) calc(var(--mw-depth) * 2) #ffffffe6}.mw-neu--inset .mw-neu{box-shadow:inset var(--mw-depth) var(--mw-depth) calc(var(--mw-depth) * 2) #a3b1c68c,inset calc(var(--mw-depth) * -1) calc(var(--mw-depth) * -1) calc(var(--mw-depth) * 2) #ffffffe6}.mw-animated .mw-divider--neu .mw-neu{animation:mw-neu-light var(--mw-speed) ease-in-out infinite}@keyframes mw-neu-light{0%,to{box-shadow:7px 7px 14px #a3b1c68c,-7px -7px 14px #ffffffe6}50%{box-shadow:11px 11px 22px #a3b1c6a6,-11px -11px 22px #fffffff2}}.mw-animated .mw-divider--neu.mw-neu--inset .mw-neu{animation:mw-neu-light-inset var(--mw-speed) ease-in-out infinite}@keyframes mw-neu-light-inset{0%,to{box-shadow:inset 7px 7px 14px #a3b1c68c,inset -7px -7px 14px #ffffffe6}50%{box-shadow:inset 11px 11px 22px #a3b1c6a6,inset -11px -11px 22px #fffffff2}}.mw-liquid{height:var(--mw-height);border-radius:var(--mw-radius);background:rgba(255,255,255,var(--mw-glass-a));-webkit-backdrop-filter:blur(var(--mw-blur)) saturate(160%);backdrop-filter:blur(var(--mw-blur)) saturate(160%);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 30px #0000001f,inset 0 1px 1px #fff9,inset 0 -8px 18px #ffffff2e;position:relative;overflow:hidden}.mw-liquid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(42% 130% at 30% 18%,rgba(255,255,255,.6),transparent 60%)}.mw-liquid:after{content:"";position:absolute;top:-50%;bottom:-50%;left:0;width:28%;transform:translate(-220%) rotate(8deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent)}.mw-animated .mw-divider--liquid .mw-liquid:before{animation:mw-float var(--mw-speed) ease-in-out infinite;will-change:transform}.mw-animated .mw-divider--liquid .mw-liquid:after{animation:mw-shimmer var(--mw-speed) ease-in-out infinite;will-change:transform}@keyframes mw-float{0%,to{transform:translate(0)}50%{transform:translate(22%,12%)}}@keyframes mw-shimmer{0%{transform:translate(-220%) rotate(8deg)}to{transform:translate(420%) rotate(8deg)}}.mw-aurora{height:var(--mw-height);border-radius:99px;position:relative;overflow:hidden;filter:blur(1.5px);background:linear-gradient(90deg,var(--mw-color),var(--mw-accent),#6ee7f0,#a78bfa,var(--mw-color));background-size:300% 100%;box-shadow:0 0 24px color-mix(in srgb,var(--mw-accent) 45%,transparent)}.mw-animated .mw-divider--aurora .mw-aurora{animation:mw-aurora var(--mw-speed) linear infinite}@keyframes mw-aurora{to{background-position:300% 0}}.mw-holo{height:var(--mw-height);border-radius:99px;position:relative;overflow:hidden;background:linear-gradient(90deg,#ff8ad8,#a78bfa,#5eead4,#fde68a,#ff8ad8);background-size:200% 100%}.mw-holo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.65) 50%,transparent 58%);transform:translate(-100%)}.mw-animated .mw-divider--holo .mw-holo{animation:mw-holo var(--mw-speed) linear infinite}.mw-animated .mw-divider--holo .mw-holo:after{animation:mw-holo-sweep var(--mw-speed) ease-in-out infinite;will-change:transform}@keyframes mw-holo{to{background-position:200% 0}}@keyframes mw-holo-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.mw-reveal .mw-divider__inner{animation:mw-reveal-in linear both;animation-timeline:view();animation-range:entry 0% entry 55%}}}@keyframes mw-reveal-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.mw-divider *,.mw-divider *:before,.mw-divider *:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map */
