html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.dh4{
--o-50:#FDF6E6;--o-300:#F3C868;--o-400:#F7CE72;--o-500:#F3BA43;--o-600:#C99327;--o-700:#8A6410;
--b-50:#EEEFF7;--b-400:#5C60A0;--b-500:#454880;--b-600:#333663;--b-800:#27294C;--b-900:#1C1E38;--b-950:#15172E;
--n-0:#FFFFFF;--n-50:#F5F6FA;--n-100:#ECEDF4;--n-200:#E0E1EC;--n-500:#6D7196;--n-900:#27294C;
--dh4-primary:var(--o-500);--dh4-primary-strong:var(--o-600);
--dh4-fg:var(--n-900);--dh4-fg-muted:var(--n-500);
--dh4-bg:var(--n-0);--dh4-surface:var(--n-50);--dh4-line:var(--n-200);--dh4-dark:var(--b-900);
--s2:8px;--s3:12px;--s4:16px;--s5:24px;--s6:32px;--s7:48px;--s8:64px;--s9:96px;
--r-sm:10px;--r-md:18px;--r-lg:28px;
--e2:0 6px 20px rgba(28,30,56,.07);--e3:0 22px 54px rgba(28,30,56,.16);
--max:1340px;--ease:cubic-bezier(.22,.61,.36,1);--nav:48px;
--glass-hi:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -1px 0 rgba(0,0,0,.05);
color:var(--dh4-fg);
}
.dh4,.dh4 *{box-sizing:border-box}
.dh4 a{text-decoration:none}
.dh4 button{font:inherit}
.dh4-wrap{max-width:var(--max);margin:0 auto;padding-left:var(--s5);padding-right:var(--s5)}
.dh4-sec{padding-top:var(--s9);padding-bottom:var(--s9);background:var(--dh4-bg);position:relative}
.dh4-sec--tint{background:var(--dh4-surface)}
.dh4-sec--dark{background:linear-gradient(165deg,#1C1E38,#27294C 60%,#15172E);color:#fff}
.dh4-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s5);margin-bottom:var(--s7)}
.dh4-head--min{align-items:center;margin-bottom:var(--s6)}
.dh4-head__txt{min-width:0}
.dh4-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--dh4-primary)}
.dh4-eyebrow::before{content:"";width:10px;height:10px;background:var(--dh4-primary);transform:rotate(45deg)}
.dh4-title{margin:16px 0 0;font-size:clamp(28px,3.4vw,46px);line-height:1.06;letter-spacing:-.032em;font-weight:800}
.dh4-sec--dark .dh4-title{color:#fff}
.dh4-title--sm{margin:0;font-size:clamp(22px,2.3vw,30px)}
.dh4-title em{font-style:normal;color:var(--dh4-primary)}
.dh4-sub{margin:14px 0 0;max-width:60ch;font-size:16px;line-height:1.75;color:var(--dh4-fg-muted)}
.dh4-sec--dark .dh4-sub{color:#A8ABC7}
.dh4-btn{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 30px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);box-shadow:var(--glass-hi),0 10px 26px rgba(28,30,56,.14);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s,color .3s}
.dh4-btn>*{position:relative;z-index:3}
.dh4-btn::before{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:radial-gradient(160px 90px at var(--mx,50%) var(--my,110%),rgba(255,255,255,.7),rgba(255,255,255,0) 68%);opacity:0;transition:opacity .4s var(--ease)}
.dh4-btn:hover::before{opacity:.85}
.dh4-btn::after{content:"";position:absolute;left:0;right:0;top:0;height:46%;z-index:2;border-radius:999px 999px 40% 40%/999px 999px 22px 22px;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));pointer-events:none}
.dh4-btn:hover{transform:translateY(-3px);box-shadow:var(--glass-hi),0 18px 40px rgba(28,30,56,.2)}
.dh4-btn:active{transform:translateY(-1px) scale(.985)}
.dh4-btn--primary{background:linear-gradient(140deg,var(--o-400),var(--o-600));color:#fff;border-color:rgba(255,255,255,.36);box-shadow:var(--glass-hi),0 12px 30px rgba(243,186,67,.4)}
.dh4-btn--primary:hover{color:#fff;box-shadow:var(--glass-hi),0 20px 44px rgba(243,186,67,.5)}
.dh4-btn--ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.32)}
.dh4-btn--ghost:hover{color:#fff;background:rgba(255,255,255,.18)}
.dh4-btn--line{background:rgba(255,255,255,.72);color:var(--dh4-fg);border-color:rgba(39,41,76,.1)}
.dh4-btn--line:hover{color:var(--dh4-primary);border-color:rgba(243,186,67,.4)}
.dh4-btn--solidlight{background:rgba(255,255,255,.86);color:var(--b-900)}
.dh4-btn--solidlight:hover{color:var(--o-600)}
.dh4-navs{display:flex;gap:10px;flex:none}
.dh4-nav{position:relative;overflow:hidden;width:var(--nav);height:var(--nav);min-width:var(--nav);border-radius:50%;border:1px solid rgba(39,41,76,.1);background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);box-shadow:var(--glass-hi),0 6px 18px rgba(28,30,56,.1);color:var(--dh4-fg);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:.28s var(--ease)}
.dh4-nav svg{width:18px;height:18px;position:relative;z-index:2}
.dh4-nav:hover:not([disabled]){background:linear-gradient(140deg,var(--o-400),var(--o-600));border-color:rgba(255,255,255,.4);color:#fff;transform:translateY(-3px);box-shadow:var(--glass-hi),0 14px 30px rgba(243,186,67,.36)}
.dh4-nav[disabled]{opacity:.32;cursor:default}
.dh4-nav--abs{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.3);color:#fff}
.dh4-nav--abs:hover:not([disabled]){transform:translateY(-50%) scale(1.06)}
.dh4-nav--l{left:28px}
.dh4-nav--r{right:28px}
.dh4-sec--dark .dh4-nav{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24);color:#fff}
.dh4-rail{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:var(--s6);overflow-x:auto;scroll-snap-type:x mandatory;padding:22px 2px 14px;scrollbar-width:none;-ms-overflow-style:none}
.dh4-rail::-webkit-scrollbar{display:none}
.dh4-rail>*{scroll-snap-align:start}
.dh4-dots{display:flex;gap:9px;align-items:center}
.dh4-dots--center{position:absolute;left:0;right:0;bottom:28px;justify-content:center;z-index:5}
.dh4-dot{width:30px;height:4px;border-radius:99px;border:0;padding:0;background:rgba(255,255,255,.3);cursor:pointer;transition:.3s var(--ease)}
.dh4-dot.is-on{background:var(--dh4-primary);width:58px}
.dh4-hero{position:relative;overflow:hidden;color:#fff;background:#171932}
.dh4-hero__bg{position:absolute;inset:0;background:radial-gradient(760px 520px at 74% 22%,rgba(243,186,67,.34),transparent 62%),radial-gradient(700px 520px at 10% 84%,rgba(69,72,128,.34),transparent 60%),linear-gradient(155deg,#1C1E38,#27294C 55%,#15172E)}
.dh4-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:radial-gradient(72% 72% at 26% 44%,#000,transparent);mask-image:radial-gradient(72% 72% at 26% 44%,#000,transparent)}
.dh4-hero__track{position:relative;z-index:2;min-height:680px}
.dh4-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:var(--s8);padding:var(--s9) 0 130px;opacity:0;visibility:hidden;transform:translate3d(0,22px,0);transition:opacity .7s var(--ease),transform .7s var(--ease),visibility .7s}
.dh4-slide.is-on{opacity:1;visibility:visible;transform:none}
.dh4-slide__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--o-300)}
.dh4-slide__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--o-500);box-shadow:0 0 0 4px rgba(243,186,67,.25)}
.dh4-slide h2{margin:24px 0 0;font-size:clamp(38px,5.4vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:800;color:#fff}
.dh4-slide h2 em{font-style:normal;background:linear-gradient(100deg,var(--o-400),var(--o-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.dh4-slide p{margin:22px 0 0;max-width:44ch;font-size:17px;line-height:1.72;color:#B6B9D1}
.dh4-slide__cta{display:flex;flex-wrap:wrap;gap:var(--s3);margin-top:var(--s6)}
.dh4-slide__media{position:relative;display:grid;place-items:center;min-height:380px}
.dh4-slide__glow{position:absolute;width:min(520px,90%);aspect-ratio:1;border-radius:50%;background:conic-gradient(from 200deg,rgba(243,186,67,.6),rgba(69,72,128,.5),rgba(243,186,67,.6));filter:blur(56px);opacity:.75;animation:dh4spin 24s linear infinite}
@keyframes dh4spin{to{transform:rotate(360deg)}}
.dh4-slide__plate{position:relative;width:min(460px,88%);aspect-ratio:1;border-radius:38px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 40px 80px rgba(0,0,0,.45);display:grid;place-items:center;overflow:hidden;animation:dh4float 8s ease-in-out infinite}
@keyframes dh4float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-16px,0)}}
.dh4-slide__plate img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 26px 40px rgba(0,0,0,.5))}
.dh4-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:11px 17px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(18px) saturate(170%);backdrop-filter:blur(18px) saturate(170%);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 12px 28px rgba(0,0,0,.3);font-size:13px;font-weight:700;color:#fff;white-space:nowrap}
.dh4-chip b{color:var(--o-400)}
.dh4-chip--a{top:11%;left:-2%;animation:dh4float 9s ease-in-out infinite}
.dh4-chip--b{bottom:16%;right:-1%;animation:dh4float 7.5s ease-in-out .8s infinite}
.dh4-hero__ui{position:absolute;left:0;right:0;bottom:44px;z-index:4}
.dh4-hero__ui .dh4-wrap{display:flex;align-items:center;justify-content:space-between;gap:var(--s5)}
.dh4-sec--cats{padding-top:var(--s8);padding-bottom:var(--s8)}
.dh4-cat{display:grid;justify-items:center;align-content:start;gap:16px;width:154px;text-align:center;color:var(--dh4-fg)}
.dh4-cat__ico{position:relative;width:100px!important;height:100px!important;min-width:100px;min-height:100px;aspect-ratio:1/1;flex:none;padding:0;line-height:0;border-radius:50%;background:var(--dh4-surface);border:1px solid var(--dh4-line);color:var(--dh4-primary);display:flex;align-items:center;justify-content:center;transition:background .38s var(--ease),color .38s var(--ease),transform .38s var(--ease),border-color .38s,box-shadow .38s}
.dh4-cat__ico::after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--dh4-primary);opacity:0;transform:scale(.84);transition:opacity .38s var(--ease),transform .38s var(--ease)}
.dh4-cat__ico svg{width:48px;height:48px;stroke-width:1.35;transition:transform .38s var(--ease)}
.dh4-cat:hover .dh4-cat__ico{background:linear-gradient(140deg,var(--o-400),var(--o-600));border-color:transparent;color:#fff;transform:translateY(-6px);box-shadow:0 18px 34px rgba(243,186,67,.34)}
.dh4-cat:hover .dh4-cat__ico::after{opacity:1;transform:scale(1)}
.dh4-cat:hover .dh4-cat__ico svg{transform:rotate(-8deg) scale(1.06)}
.dh4-cat__name{display:flex;align-items:flex-start;justify-content:center;min-height:2.9em;font-size:14.5px;font-weight:700;line-height:1.45;transition:color .3s var(--ease)}
.dh4-cat:hover .dh4-cat__name{color:var(--dh4-primary)}
.dh4-sec--svc{padding-top:var(--s7);padding-bottom:var(--s7);background:var(--dh4-surface);border-top:1px solid var(--dh4-line);border-bottom:1px solid var(--dh4-line)}
.dh4-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.dh4-svc{display:flex;align-items:flex-start;gap:20px;padding:0 var(--s6);border-left:1px solid var(--dh4-line)}
.dh4-svc:first-child{border-left:0;padding-left:0}
.dh4-svc:last-child{padding-right:0}
.dh4-svc__ico{position:relative;flex:none;width:64px!important;height:64px!important;min-width:64px;aspect-ratio:1/1;border-radius:50%;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--dh4-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--glass-hi),var(--e2);transition:.38s var(--ease)}
.dh4-svc__ico svg{width:28px;height:28px}
.dh4-svc:hover .dh4-svc__ico{background:linear-gradient(140deg,var(--o-400),var(--o-600));color:#fff;transform:translateY(-4px) rotate(-6deg);box-shadow:0 16px 30px rgba(243,186,67,.34)}
.dh4-svc h3{margin:6px 0 0;font-size:17.5px;font-weight:800;letter-spacing:-.012em}
.dh4-svc p{margin:8px 0 0;font-size:14px;line-height:1.65;color:var(--dh4-fg-muted)}
.dh4-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--s8);align-items:center}
.dh4-intro p{margin:18px 0 0;font-size:16px;line-height:1.85;color:var(--dh4-fg-muted)}
.dh4-intro__cta{margin-top:var(--s6)}
.dh4-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s4)}
.dh4-stat{position:relative;background:var(--dh4-surface);border:1px solid var(--dh4-line);border-radius:var(--r-md);padding:30px 26px;overflow:hidden;transition:.34s var(--ease)}
.dh4-stat::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--o-400),var(--o-600));transform:scaleY(0);transform-origin:bottom;transition:transform .38s var(--ease)}
.dh4-stat:hover{transform:translateY(-5px);box-shadow:var(--e2);border-color:transparent;background:#fff}
.dh4-stat:hover::before{transform:scaleY(1)}
.dh4-stat__n{font-size:40px;font-weight:800;letter-spacing:-.035em;color:var(--dh4-primary);line-height:1}
.dh4-stat__l{margin-top:10px;font-size:13.5px;line-height:1.5;color:var(--dh4-fg-muted)}
.dh4-prods ul.products{margin-bottom:0}
.dh4-prods ul.products>li{list-style:none}
.dh4-prods .product-wapper{background:#fff;border:1px solid var(--dh4-line);border-radius:var(--r-md);padding:10px;transition:transform .34s var(--ease),box-shadow .34s var(--ease),border-color .34s}
.dh4-prods ul.products>li:hover .product-wapper{transform:translateY(-8px);border-color:var(--o-300);box-shadow:0 22px 46px rgba(28,30,56,.16)}
.dh4-prods ul.products>li:hover .product-title a{color:var(--dh4-primary)}
.dh4-prods .product-title a{transition:color .25s var(--ease)}
.dh4-prail ul.products{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:10px}
.dh4-prail ul.products::-webkit-scrollbar{display:none}
.dh4-prail ul.products>li{width:300px;min-width:300px;max-width:300px;flex:none;margin-bottom:0;scroll-snap-align:start}
.dh4-arr{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:var(--s5)}
.dh4-arr::-webkit-scrollbar{display:none}
.dh4-arr__page{scroll-snap-align:start;min-width:0}
.dh4-arr__page ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--s5);margin:0!important;padding:0;list-style:none}
.dh4-arr__page ul.products>li{width:auto!important;min-width:0!important;max-width:none!important;flex:none!important;margin:0!important;padding:0!important;list-style:none}
.dh4-vrail{grid-auto-columns:calc((100% - (var(--s5) * 2)) / 3);gap:var(--s5)}
.dh4-vid{position:relative;display:block;border-radius:var(--r-md);overflow:hidden;background:transparent;cursor:pointer;border:0;padding:0;width:100%;text-align:left;transition:transform .38s var(--ease),box-shadow .38s var(--ease)}
.dh4-vid:hover{transform:translateY(-9px);box-shadow:0 30px 60px rgba(0,0,0,.4)}
.dh4-vid__fig{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#27294C}
.dh4-vid__fig img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),filter .4s}
.dh4-vid:hover .dh4-vid__fig img{transform:scale(1.09)}
.dh4-vid__fig::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,23,46,.15),rgba(21,23,46,.78))}
.dh4-vid__play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:74px;height:74px;min-width:74px;aspect-ratio:1/1;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--glass-hi),0 16px 36px rgba(0,0,0,.4);transition:transform .38s var(--ease),background .38s}
.dh4-vid__play::after{content:"";position:absolute;inset:-1px;border-radius:50%;border:2px solid rgba(247,206,114,.8);animation:dh4pulse 2.6s var(--ease) infinite}
@keyframes dh4pulse{0%{transform:scale(1);opacity:.75}100%{transform:scale(1.65);opacity:0}}
.dh4-vid:hover .dh4-vid__play{transform:translate(-50%,-50%) scale(1.12);background:linear-gradient(140deg,var(--o-400),var(--o-600))}
.dh4-vid__play svg{width:24px;height:24px;margin-left:3px}
.dh4-vid__dur{position:absolute;z-index:3;right:14px;top:14px;padding:6px 12px;border-radius:999px;background:rgba(21,23,46,.55);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11.5px;font-weight:700;color:#fff}
.dh4-vid__body{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:22px}
.dh4-vid__cat{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--o-400)}
.dh4-vid__title{margin:8px 0 0;font-size:17px;font-weight:700;line-height:1.35;color:#fff}
.dh4-lb{position:fixed;inset:0;z-index:999999;display:none;place-items:center;background:rgba(21,23,46,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:26px}
.dh4-lb.is-open{display:grid}
.dh4-lb__box{position:relative;width:min(1040px,100%);aspect-ratio:16/9}
.dh4-lb__box iframe{width:100%;height:100%;border:0;border-radius:16px;background:#000}
.dh4-lb__ph{width:100%;height:100%;border-radius:16px;display:grid;place-items:center;text-align:center;padding:32px;color:#fff;background:linear-gradient(150deg,#27294C,#15172E);border:1px solid rgba(255,255,255,.14)}
.dh4-lb__x{position:absolute;top:-58px;right:0;width:46px;height:46px;aspect-ratio:1/1;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;font-size:20px;line-height:1}
.dh4-lb__x:hover{background:var(--dh4-primary);border-color:var(--dh4-primary)}
.dh4-ads{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--s5)}
.dh4-ad{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;min-height:460px;padding:36px 32px;border-radius:var(--r-lg);overflow:hidden;color:#fff;transition:transform .38s var(--ease),box-shadow .38s var(--ease)}
.dh4-ad:hover{transform:translateY(-9px);box-shadow:var(--e3)}
.dh4-ad__img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.dh4-ad:hover .dh4-ad__img{transform:scale(1.08)}
.dh4-ad__veil{position:absolute;inset:0;z-index:2}
.dh4-ad--dark .dh4-ad__veil{background:linear-gradient(180deg,rgba(28,30,56,.25),rgba(21,23,46,.92))}
.dh4-ad--blue .dh4-ad__veil{background:linear-gradient(180deg,rgba(51,54,99,.3),rgba(28,30,56,.93))}
.dh4-ad--orange .dh4-ad__veil{background:linear-gradient(180deg,rgba(243,186,67,.25),rgba(138,100,16,.92))}
.dh4-ad__in{position:relative;z-index:3}
.dh4-ad__kicker{display:inline-block;padding:7px 15px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.26);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.dh4-ad h3{margin:18px 0 0;font-size:28px;line-height:1.12;letter-spacing:-.03em;font-weight:800;color:#fff}
.dh4-ad p{margin:12px 0 0;max-width:28ch;font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.86)}
.dh4-ad__link{margin-top:var(--s5);display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:800;color:#fff}
.dh4-ad__link svg{width:16px;height:16px;transition:transform .3s var(--ease)}
.dh4-ad:hover .dh4-ad__link svg{transform:translateX(6px)}
.dh4-banner{position:relative;height:540px;overflow:hidden;color:#fff}
.dh4-banner__track{position:relative;height:100%}
.dh4-bslide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.05);transition:opacity .7s var(--ease),transform 1.1s var(--ease),visibility .7s}
.dh4-bslide.is-on{opacity:1;visibility:visible;transform:none}
.dh4-bslide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dh4-bslide__veil{position:absolute;inset:0}
.dh4-bslide__in{position:relative;z-index:3;height:100%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:var(--s7)}
.dh4-bslide__kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:11.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff}
.dh4-bslide h2{margin:22px 0 0;font-size:clamp(32px,4.2vw,54px);line-height:1.02;letter-spacing:-.038em;font-weight:800;color:#fff}
.dh4-bslide p{margin:16px 0 0;max-width:44ch;font-size:16px;line-height:1.7;color:#C3C6DC}
.dh4-bslide .dh4-btn{margin-top:var(--s5)}
.dh4-bslide__media{position:relative;display:grid;place-items:center;height:100%}
.dh4-bslide__plate{width:min(360px,82%);aspect-ratio:1;border-radius:32px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 30px 60px rgba(0,0,0,.4);display:grid;place-items:center;overflow:hidden}
.dh4-bslide__plate img{width:86%;height:86%;object-fit:contain}
.dh4-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.dh4-marquee__track{display:flex;align-items:center;gap:var(--s9);width:max-content;animation:dh4marq 34s linear infinite}
.dh4-marquee:hover .dh4-marquee__track{animation-play-state:paused}
@keyframes dh4marq{to{transform:translateX(-50%)}}
.dh4-partner{display:flex;align-items:center;justify-content:center;height:74px;color:var(--n-500);font-size:24px;font-weight:800;letter-spacing:-.02em;text-transform:uppercase;filter:grayscale(1);opacity:.55;transition:.32s var(--ease)}
.dh4-partner img{max-height:56px;width:auto;object-fit:contain}
.dh4-partner:hover{filter:none;opacity:1;color:var(--dh4-primary);transform:scale(1.06)}
.dh4-footer{background:var(--b-950);color:#B6B9D1;font-size:15px}
.dh4-footer a{color:#B6B9D1;transition:color .25s var(--ease)}
.dh4-footer a:hover{color:var(--dh4-primary)}
.dh4-cta{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--o-600),var(--o-500) 55%,var(--o-400));color:#fff}
.dh4-cta::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(118deg,rgba(255,255,255,.09) 0 2px,transparent 2px 20px)}
.dh4-cta__in{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:var(--s6);padding:var(--s8) 0}
.dh4-cta h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.03em;font-weight:800;color:#fff}
.dh4-cta p{margin:12px 0 0;max-width:52ch;font-size:16px;line-height:1.65;color:rgba(255,255,255,.92)}
.dh4-cta__btns{display:flex;flex-wrap:wrap;gap:var(--s3);flex:none}
.dh4-fgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:var(--s7);padding:var(--s9) 0 var(--s8)}
.dh4-fcol h3{margin:0 0 22px;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#fff}
.dh4-fbrand__logo{display:inline-flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:#fff}
.dh4-fbrand__logo span{width:36px;height:36px;aspect-ratio:1/1;border-radius:10px;background:linear-gradient(140deg,var(--o-400),var(--o-600));display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}
.dh4-fbrand p{margin:20px 0 0;line-height:1.8;max-width:38ch}
.dh4-social{display:flex;gap:10px;margin-top:26px}
.dh4-social a,.dh4-social span{width:42px;height:42px;min-width:42px;aspect-ratio:1/1;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;transition:.28s var(--ease)}
.dh4-social a:hover{background:linear-gradient(140deg,var(--o-400),var(--o-600));border-color:transparent;color:#fff;transform:translateY(-3px)}
.dh4-social svg{width:17px;height:17px}
.dh4-flist{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.dh4-flist a{display:inline-flex;align-items:center;gap:8px}
.dh4-flist a::before{content:"";width:0;height:2px;background:var(--dh4-primary);transition:width .28s var(--ease)}
.dh4-flist a:hover::before{width:14px}
.dh4-floc{display:grid;gap:22px}
.dh4-floc__item{display:flex;gap:14px;line-height:1.65}
.dh4-floc__ico{flex:none;width:38px;height:38px;min-width:38px;aspect-ratio:1/1;border-radius:50%;background:rgba(255,255,255,.07);color:var(--dh4-primary);display:flex;align-items:center;justify-content:center}
.dh4-floc__ico svg{width:17px;height:17px}
.dh4-floc__item strong{display:block;color:#fff;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}
.dh4-fbot{border-top:1px solid rgba(255,255,255,.09);padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:var(--s5);font-size:13.5px}
.dh4-fbot nav{display:flex;gap:24px;flex-wrap:wrap}
.dh4-rise{opacity:0;transform:translate3d(0,30px,0);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.dh4-rise.is-in{opacity:1;transform:none}
@media (max-width:1200px){
.dh4-sec{padding-top:var(--s8);padding-bottom:var(--s8)}
.dh4-hero__track{min-height:600px}
.dh4-svc{padding:0 var(--s5)}
.dh4-fgrid{grid-template-columns:1fr 1fr;gap:var(--s6)}
.dh4-arr__page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:992px){
.dh4-slide{grid-template-columns:1fr;gap:var(--s6);padding:var(--s8) 0 126px;text-align:center;align-content:center}
.dh4-slide p{margin-left:auto;margin-right:auto}
.dh4-slide__cta{justify-content:center}
.dh4-slide__media{min-height:0;order:-1}
.dh4-slide__plate{width:min(260px,70%);border-radius:28px}
.dh4-chip{display:none}
.dh4-hero__track{min-height:720px}
.dh4-intro{grid-template-columns:1fr;gap:var(--s6)}
.dh4-ads{grid-template-columns:1fr;gap:var(--s4)}
.dh4-ad{min-height:340px}
.dh4-head{flex-direction:column;align-items:flex-start}
.dh4-head--min{flex-direction:row;align-items:center}
.dh4-services{grid-template-columns:1fr;gap:var(--s5)}
.dh4-svc{padding:0;border-left:0}
.dh4-vrail{grid-auto-columns:calc((100% - var(--s4)) / 2)}
.dh4-bslide__in{grid-template-columns:1fr;gap:var(--s5);text-align:center;align-content:center;padding-top:var(--s7);padding-bottom:84px}
.dh4-bslide p{margin-left:auto;margin-right:auto}
.dh4-bslide__media{height:auto;order:-1}
.dh4-bslide__plate{width:min(200px,60%);border-radius:24px}
.dh4-banner{height:auto;min-height:620px}
.dh4-nav--l{left:12px}.dh4-nav--r{right:12px}
.dh4-cta__in{flex-direction:column;align-items:flex-start;padding:var(--s7) 0}
.dh4-arr__page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:768px){
.dh4-sec{padding-top:var(--s7);padding-bottom:var(--s7)}
.dh4-cat{width:128px;gap:12px}
.dh4-cat__ico{width:84px!important;height:84px!important;min-width:84px;min-height:84px}
.dh4-cat__ico svg{width:40px;height:40px}
.dh4-rail{gap:var(--s5)}
.dh4-prail ul.products>li{width:238px;min-width:238px;max-width:238px}
.dh4-vrail{grid-auto-columns:86%}
.dh4-hero__track{min-height:680px}
.dh4-slide h2{font-size:36px}
.dh4-fgrid{grid-template-columns:1fr;gap:var(--s6);padding:var(--s8) 0 var(--s7)}
.dh4-fbot{flex-direction:column;align-items:flex-start}
.dh4-marquee__track{gap:var(--s7)}
.dh4-partner{font-size:19px;height:58px}
}
@media (max-width:480px){
.dh4-stats{grid-template-columns:1fr}
.dh4-btn{height:50px;padding:0 24px;font-size:14px}
.dh4-head--min{flex-direction:column;align-items:flex-start;gap:var(--s4)}
.dh4-arr__page ul.products{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
.dh4 *,.dh4 *::before,.dh4 *::after{animation:none!important;transition-duration:.01ms!important}
.dh4-rise{opacity:1;transform:none}
}.dh4-fab{position:fixed;right:22px;bottom:22px;z-index:99998;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.dh4-fab__row{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.dh4-fab__btn{position:relative;overflow:hidden;width:58px;height:58px;min-width:58px;aspect-ratio:1/1;border-radius:50%;padding:0;border:1px solid rgba(255,255,255,.36);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(0,0,0,.08),0 12px 28px rgba(28,30,56,.3);transition:transform .32s var(--ease),box-shadow .32s var(--ease)}
.dh4-fab__btn::after{content:"";position:absolute;left:0;right:0;top:0;height:46%;border-radius:50% 50% 40% 40%/60% 60% 22px 22px;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,0));pointer-events:none}
.dh4-fab__btn svg{width:26px;height:26px;position:relative;z-index:2}
.dh4-fab__btn:hover{transform:translateY(-3px) scale(1.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 18px 40px rgba(28,30,56,.4)}
.dh4-fab__wa{background:linear-gradient(140deg,#4AE08A,#0F8C6E)}
.dh4-fab__mail{background:linear-gradient(140deg,var(--b-400),var(--b-600))}
.dh4-fab__findbtn{background:linear-gradient(140deg,var(--o-400),var(--o-600))}
.dh4-fab__tip{white-space:nowrap;overflow:hidden;max-width:0;opacity:0;padding:0;border-radius:999px;font-size:13px;font-weight:700;color:#fff;background:rgba(28,30,56,.72);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:max-width .42s var(--ease),opacity .3s var(--ease),padding .42s var(--ease)}
.dh4-fab__row:hover .dh4-fab__tip{max-width:240px;opacity:1;padding:11px 18px}
.dh4-fab__socials{display:flex;align-items:center;gap:9px;overflow:hidden;max-width:0;opacity:0;transform:translateX(16px);transition:max-width .5s var(--ease),opacity .34s var(--ease),transform .5s var(--ease)}
.dh4-fab__find:hover .dh4-fab__socials,.dh4-fab__find:focus-within .dh4-fab__socials{max-width:300px;opacity:1;transform:none}
.dh4-fab__soc{width:46px;height:46px;min-width:46px;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 8px 20px rgba(28,30,56,.26);opacity:0;transform:scale(.6) translateX(10px);transition:opacity .38s var(--ease),transform .38s var(--ease)}
.dh4-fab__find:hover .dh4-fab__soc,.dh4-fab__find:focus-within .dh4-fab__soc{opacity:1;transform:none}
.dh4-fab__find:hover .dh4-fab__soc:nth-child(1){transition-delay:.04s}
.dh4-fab__find:hover .dh4-fab__soc:nth-child(2){transition-delay:.09s}
.dh4-fab__find:hover .dh4-fab__soc:nth-child(3){transition-delay:.14s}
.dh4-fab__find:hover .dh4-fab__soc:nth-child(4){transition-delay:.19s}
.dh4-fab__soc:hover{transform:translateY(-4px) scale(1.08)}
.dh4-fab__soc svg{width:20px;height:20px}
.dh4-fab__soc--fb{background:linear-gradient(140deg,#5C60A0,#333663)}
.dh4-fab__soc--ig{background:linear-gradient(140deg,#F3BA43,#D6249F 55%,#8A3AB9)}
.dh4-fab__soc--yt{background:linear-gradient(140deg,#FF5A5A,#C4302B)}
.dh4-fab__soc--tt{background:linear-gradient(140deg,#2B2D45,#171932)}
.dh4-modal{position:fixed;inset:0;z-index:999999;display:none;place-items:center;padding:24px;background:rgba(21,23,46,.78);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.dh4-modal.is-open{display:grid}
.dh4-modal__box{position:relative;width:min(520px,100%);border-radius:26px;padding:38px 34px;color:#fff;background:linear-gradient(160deg,rgba(34,36,70,.92),rgba(20,22,44,.95));border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(26px) saturate(170%);backdrop-filter:blur(26px) saturate(170%);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 40px 90px rgba(0,0,0,.55)}
.dh4-modal h3{margin:0;font-size:26px;font-weight:800;letter-spacing:-.03em;color:#fff}
.dh4-modal__sub{margin:10px 0 26px;font-size:14.5px;line-height:1.65;color:#A8ABC7}
.dh4-modal__x{position:absolute;top:18px;right:18px;width:38px;height:38px;aspect-ratio:1/1;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;cursor:pointer;font-size:18px;line-height:1}
.dh4-modal__x:hover{background:var(--o-500);border-color:var(--o-500)}
.dh4-field{margin-bottom:14px}
.dh4-field input,.dh4-field textarea{width:100%;padding:15px 18px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:14.5px;font-family:inherit;transition:border-color .25s,background .25s}
.dh4-field textarea{min-height:118px;resize:vertical}
.dh4-field input::placeholder,.dh4-field textarea::placeholder{color:#8083A5}
.dh4-field input:focus,.dh4-field textarea:focus{outline:0;border-color:var(--o-400);background:rgba(255,255,255,.11)}
.dh4-modal .dh4-btn{width:100%;margin-top:8px}
.dh4-modal__note{margin:18px 0 0;font-size:13px;color:#9093B5;text-align:center}
.dh4-modal__note a{color:var(--o-400)}
.dh4-modal__msg{margin:14px 0 0;font-size:14px;text-align:center;min-height:20px}
.dh4-modal__msg.ok{color:#4AE08A}
.dh4-modal__msg.err{color:#FF8A8A}
.dh4-hp{position:absolute;left:-9999px}
@media (max-width:768px){
.dh4-fab{right:14px;bottom:14px;gap:10px}
.dh4-fab__btn{width:52px;height:52px;min-width:52px}
.dh4-fab__soc{width:40px;height:40px;min-width:40px}
.dh4-fab__row:hover .dh4-fab__tip{max-width:0;opacity:0;padding:0}
}
.dh4-slide__plate{background:linear-gradient(160deg,rgba(255,255,255,.97),rgba(237,238,248,.92));border-color:rgba(255,255,255,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 44px 90px rgba(0,0,0,.5)}
.dh4-slide__plate img{width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(28,30,56,.22))}
.dh4-bslide__plate{background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(237,238,248,.9));border-color:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 32px 64px rgba(0,0,0,.44)}
.dh4-bslide__plate img{filter:drop-shadow(0 14px 26px rgba(28,30,56,.2))}
.dh4-story{display:grid;grid-template-columns:1.02fr .98fr;gap:var(--s8);align-items:center}
.dh4-story p{margin:18px 0 0;font-size:16px;line-height:1.85;color:var(--dh4-fg-muted)}
.dh4-story__stats{display:flex;flex-wrap:wrap;gap:var(--s7);margin-top:var(--s6);padding-top:var(--s6);border-top:1px solid var(--dh4-line)}
.dh4-story__stat b{display:block;font-size:34px;font-weight:800;letter-spacing:-.035em;line-height:1;color:var(--dh4-primary)}
.dh4-story__stat span{display:block;margin-top:7px;font-size:13px;line-height:1.45;color:var(--dh4-fg-muted)}
.dh4-story__cta{margin-top:var(--s6)}
.dh4-vthumb{position:relative;display:block;width:100%;padding:0;border:0;cursor:pointer;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3;background:#27294C;box-shadow:var(--e3);transition:transform .42s var(--ease),box-shadow .42s var(--ease)}
.dh4-vthumb:hover{transform:translateY(-9px);box-shadow:0 40px 80px rgba(28,30,56,.28)}
.dh4-vthumb img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}
.dh4-vthumb:hover img{transform:scale(1.07)}
.dh4-vthumb__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,23,46,.12) 35%,rgba(21,23,46,.82))}
.dh4-vthumb__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:88px;height:88px;min-width:88px;aspect-ratio:1/1;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.36);-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 18px 40px rgba(0,0,0,.4);transition:transform .4s var(--ease),background .4s}
.dh4-vthumb__play::after{content:"";position:absolute;inset:-1px;border-radius:50%;border:2px solid rgba(247,206,114,.85);animation:dh4pulse 2.6s var(--ease) infinite}
.dh4-vthumb:hover .dh4-vthumb__play{transform:translate(-50%,-50%) scale(1.1);background:linear-gradient(140deg,var(--o-400),var(--o-600))}
.dh4-vthumb__play svg{width:28px;height:28px;margin-left:4px}
.dh4-vthumb__badge{position:absolute;top:20px;left:20px;padding:8px 15px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#fff}
.dh4-vthumb__label{position:absolute;left:26px;right:26px;bottom:24px;text-align:left}
.dh4-vthumb__label b{display:block;font-size:19px;font-weight:800;letter-spacing:-.02em;color:#fff}
.dh4-vthumb__label span{display:block;margin-top:6px;font-size:13px;color:#B6B9D1}
@media (max-width:992px){
.dh4-story{grid-template-columns:1fr;gap:var(--s6)}
.dh4-story__stats{gap:var(--s6)}
}
.dh4-hero__track{min-height:700px}
.dh4-slide__media{position:relative;display:grid;place-items:center;min-height:440px}
.dh4-slide__plate{display:none}
.dh4-slide__aura{position:absolute;width:min(540px,94%);aspect-ratio:1;border-radius:50%;background:conic-gradient(from 210deg,rgba(243,186,67,.62),rgba(69,72,128,.5),rgba(247,206,114,.6),rgba(243,186,67,.62));filter:blur(64px);opacity:.72;animation:dh4spin 26s linear infinite}
.dh4-slide__ring{position:absolute;width:min(452px,84%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.14)}
.dh4-slide__ring::after{content:"";position:absolute;inset:34px;border-radius:50%;border:1px dashed rgba(255,255,255,.16);animation:dh4spin 42s linear infinite reverse}
.dh4-slide__floor{position:absolute;bottom:9%;width:56%;height:44px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.6),rgba(0,0,0,0) 70%);filter:blur(12px)}
.dh4-slide__shot{position:relative;z-index:2;max-height:452px;max-width:88%;width:auto;object-fit:contain;filter:drop-shadow(0 42px 62px rgba(0,0,0,.66));animation:dh4float 8s ease-in-out infinite}
.dh4-hero__count{display:flex;align-items:center;font-size:12.5px;font-weight:700;letter-spacing:.14em;color:#8083A5;margin-right:6px}
.dh4-hero__count b{color:#fff;margin-right:5px}
.dh4-dots{flex-wrap:wrap;max-width:58%}
.dh4-sec--story{position:relative;overflow:hidden;background:radial-gradient(700px 460px at 88% 12%,rgba(243,186,67,.26),transparent 62%),radial-gradient(620px 460px at 4% 88%,rgba(69,72,128,.3),transparent 60%),linear-gradient(158deg,#1C1E38,#27294C 55%,#15172E);color:#fff}
.dh4-sec--story::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(76% 76% at 22% 40%,#000,transparent);mask-image:radial-gradient(76% 76% at 22% 40%,#000,transparent)}
.dh4-sec--story .dh4-wrap{position:relative;z-index:2}
.dh4-sec--story .dh4-title{color:#fff}
.dh4-sec--story .dh4-story p{color:#B6B9D1}
.dh4-sec--story .dh4-story__stats{border-top-color:rgba(255,255,255,.14)}
.dh4-sec--story .dh4-story__stat span{color:#9093B5}
.dh4-bento{display:grid;grid-template-columns:2.05fr 1fr;grid-template-rows:repeat(3,1fr);gap:var(--s4);height:646px}
.dh4-tile{position:relative;display:block;overflow:hidden;border-radius:var(--r-md);background:#27294C;text-decoration:none;isolation:isolate}
.dh4-tile img{width:100%;height:100%;object-fit:cover}
.dh4-tile__veil{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(21,23,46,.06) 40%,rgba(21,23,46,.84));transition:background .45s var(--ease)}
.dh4-tile__in{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;color:#fff}
.dh4-tile__k{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--o-400)}
.dh4-tile__t{display:block;margin-top:6px;font-size:17px;font-weight:800;letter-spacing:-.02em;line-height:1.25}
.dh4-tile__go{position:absolute;z-index:3;top:16px;right:16px;width:40px;height:40px;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transform:translate(6px,-6px) scale(.8);transition:opacity .4s var(--ease),transform .4s var(--ease),background .4s,border-color .4s}
.dh4-tile__go svg{width:16px;height:16px}
.dh4-tile--sm img{transition:transform .9s var(--ease)}
.dh4-tile--sm .dh4-tile__in{transition:transform .5s var(--ease)}
.dh4-tile--sm::after{content:"";position:absolute;inset:0;z-index:4;border-radius:inherit;border:2px solid transparent;transition:border-color .45s var(--ease);pointer-events:none}
.dh4-tile--sm:hover img{transform:scale(1.12) rotate(-1.2deg)}
.dh4-tile--sm:hover .dh4-tile__in{transform:translateY(-6px)}
.dh4-tile--sm:hover .dh4-tile__go{opacity:1;transform:none;background:linear-gradient(140deg,var(--o-400),var(--o-600));border-color:transparent}
.dh4-tile--sm:hover::after{border-color:rgba(247,206,114,.85)}
.dh4-tile--sm:hover .dh4-tile__veil{background:linear-gradient(180deg,rgba(138,100,16,.2) 30%,rgba(21,23,46,.88))}
.dh4-bento__big{grid-column:1;grid-row:1/3;position:relative;overflow:hidden;border-radius:var(--r-lg);background:#27294C}
.dh4-bento__pair{grid-column:1;grid-row:3;display:grid;grid-template-columns:1fr 1fr;gap:var(--s4);min-height:0}
.dh4-bento__side{grid-column:2;min-height:0}
.dh4-bx{position:absolute;inset:0;opacity:0;visibility:hidden;will-change:transform,opacity;transition:opacity .85s var(--ease),transform 1s var(--ease),filter .85s var(--ease),clip-path 1s var(--ease),visibility 1s}
.dh4-bx img{width:100%;height:100%;object-fit:cover}
.dh4-bx[data-tr=slide]{transform:translateX(9%)}
.dh4-bx[data-tr=zoom]{transform:scale(1.16)}
.dh4-bx[data-tr=wipe]{clip-path:circle(0% at 50% 55%)}
.dh4-bx[data-tr=blur]{filter:blur(20px);transform:scale(1.09)}
.dh4-bx.is-on{opacity:1;visibility:visible;transform:none;filter:none}
.dh4-bx[data-tr=wipe].is-on{clip-path:circle(78% at 50% 55%)}
.dh4-bento__big .dh4-tile__in{left:32px;right:150px;bottom:30px}
.dh4-bento__big .dh4-tile__t{font-size:26px}
.dh4-bento__dots{position:absolute;z-index:5;right:30px;bottom:32px;display:flex;gap:8px}
@media (max-width:992px){
.dh4-bento{grid-template-columns:1fr;grid-template-rows:auto;height:auto}
.dh4-bento__big{grid-column:1;grid-row:auto;aspect-ratio:16/10}
.dh4-bento__pair{grid-column:1;grid-row:auto;height:190px}
.dh4-bento__side{grid-column:1;height:190px}
.dh4-hero__track{min-height:740px}
.dh4-slide__shot{max-height:250px}
.dh4-dots{max-width:100%}
}
@media (max-width:600px){
.dh4-bento__pair{grid-template-columns:1fr;height:auto}
.dh4-bento__pair .dh4-tile{height:170px}
.dh4-bento__big .dh4-tile__in{right:32px;bottom:64px}
}
.dh4-bento{display:grid;grid-template-columns:2.55fr 1fr;grid-template-rows:1fr 1fr 0.92fr;gap:var(--s4);height:660px;align-items:stretch}
.dh4-bento>*{min-width:0;min-height:0}
.dh4-bento .dh4-tile{height:100%;width:100%}
.dh4-bento__big{grid-column:1;grid-row:1 / 3}
.dh4-bento__pair{grid-column:1;grid-row:3;display:grid;grid-template-columns:1fr 1fr;gap:var(--s4);min-height:0}
.dh4-bento__pair>*{min-width:0;min-height:0}
.dh4-bento__s1{grid-column:2;grid-row:1}
.dh4-bento__s2{grid-column:2;grid-row:2}
.dh4-bento__s3{grid-column:2;grid-row:3}
.dh4-bento__s1 .dh4-tile__in,.dh4-bento__s2 .dh4-tile__in,.dh4-bento__s3 .dh4-tile__in{left:16px;right:16px;bottom:14px}
.dh4-bento__s1 .dh4-tile__t,.dh4-bento__s2 .dh4-tile__t,.dh4-bento__s3 .dh4-tile__t{font-size:14.5px;margin-top:4px}
.dh4-bento__s1 .dh4-tile__k,.dh4-bento__s2 .dh4-tile__k,.dh4-bento__s3 .dh4-tile__k{font-size:9.5px;letter-spacing:.14em}
.dh4-bento__s1 .dh4-tile__go,.dh4-bento__s2 .dh4-tile__go,.dh4-bento__s3 .dh4-tile__go{width:32px;height:32px;top:12px;right:12px}
.dh4-bento__s1 .dh4-tile__go svg,.dh4-bento__s2 .dh4-tile__go svg,.dh4-bento__s3 .dh4-tile__go svg{width:13px;height:13px}
.dh4-bento__pair .dh4-tile__t{font-size:16px}
@media (max-width:1200px){.dh4-bento{height:600px;grid-template-columns:2.3fr 1fr}}
@media (max-width:992px){
.dh4-bento{grid-template-columns:1fr;grid-template-rows:auto;height:auto}
.dh4-bento__big{grid-column:1;grid-row:auto;aspect-ratio:16/10}
.dh4-bento__pair{grid-column:1;grid-row:auto;height:180px}
.dh4-bento__s1,.dh4-bento__s2,.dh4-bento__s3{grid-column:1;grid-row:auto;height:180px}
}
@media (max-width:600px){
.dh4-bento__pair{grid-template-columns:1fr;height:auto}
.dh4-bento__pair .dh4-tile{height:170px}
}
:root{--dh4-sans:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;--dh4-display:'Sora',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
body,button,input,select,textarea,.dh4{font-family:var(--dh4-sans)}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--dh4-display);text-transform:none!important;letter-spacing:-.028em}
.dh4-title,.dh4-title--sm,.dh4-slide h2,.dh4-bslide h2,.dh4-ad h3,.dh4-svc h3,.dh4-modal h3,.dh4-cta h2,.dh4-stat__n,.dh4-story__stat b,.dh4-fbrand__logo,.dh4-tile__t,.dh4-vid__title,.dh4-vthumb__label b{font-family:var(--dh4-display);font-weight:800;text-transform:none}
.dh4-btn,.dh4-fab__tip{font-family:var(--dh4-sans);font-weight:700;text-transform:none}
.products .product-title,.products .product-title a,.product-wapper .product-title,.product-wapper .product-title a,.entry-title,.entry-title a{font-family:var(--dh4-display)!important;text-transform:none!important;font-weight:700;letter-spacing:-.02em}
.products-list.grid .product-wapper .products-content .cat-products a{text-transform:none!important;letter-spacing:.02em}
.dh4-eyebrow,.dh4-slide__eyebrow,.dh4-tile__k,.dh4-vid__cat,.dh4-ad__kicker,.dh4-bslide__kicker,.dh4-vthumb__badge,.dh4-fcol h3,.dh4-floc__item strong,.dh4-card__cat,.dh4-hero__count{text-transform:none!important;letter-spacing:.05em}
.dh4-eyebrow,.dh4-slide__eyebrow{font-size:13px;font-weight:700}
.dh4-fcol h3{font-size:14px;letter-spacing:.02em;font-family:var(--dh4-display);font-weight:700}
.dh4-floc__item strong{font-size:13.5px;letter-spacing:.01em}
.dh4-tile__k,.dh4-vid__cat,.dh4-ad__kicker{font-size:12px}
.dh4-partner{text-transform:none;font-family:var(--dh4-display)}
.dh4-slide h2{line-height:1.02;letter-spacing:-.04em}
.dh4-title{letter-spacing:-.03em}
.dh4-par{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;will-change:transform;transform:translate3d(0,0,0)}
.dh4-par--shot{z-index:2}
.dh4-par--chip{z-index:3}
.dh4-slide__media{perspective:900px}
.dh4-slide__shot{transform-style:preserve-3d}
.dh4-flow{position:relative;height:580px;overflow:hidden;color:#fff;background:#171932}
.dh4-flow__bg{position:absolute;inset:0;z-index:1;background:radial-gradient(760px 520px at 78% 26%,rgba(243,186,67,.3),transparent 62%),radial-gradient(680px 500px at 8% 82%,rgba(69,72,128,.34),transparent 60%),linear-gradient(150deg,#1C1E38,#27294C 52%,#15172E);background-size:140% 140%;animation:dh4drift 26s ease-in-out infinite alternate}
@keyframes dh4drift{0%{background-position:0% 50%}100%{background-position:100% 50%}}
.dh4-flow__grid{position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:70px 70px;-webkit-mask-image:radial-gradient(72% 72% at 70% 45%,#000,transparent);mask-image:radial-gradient(72% 72% at 70% 45%,#000,transparent)}
.dh4-flow__track{position:relative;z-index:2;height:100%}
.dh4-fslide{position:absolute;left:var(--s5);right:var(--s5);top:0;bottom:0;opacity:0;visibility:hidden;transition:opacity .9s var(--ease),visibility .9s}
.dh4-fslide.is-on{opacity:1;visibility:visible}
.dh4-fslide__in{position:relative;z-index:3;height:100%;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:var(--s7)}
.dh4-fslide__txt>*{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.dh4-fslide.is-on .dh4-fslide__txt>*{opacity:1;transform:none}
.dh4-fslide.is-on .dh4-fslide__txt>*:nth-child(1){transition-delay:.14s}
.dh4-fslide.is-on .dh4-fslide__txt>*:nth-child(2){transition-delay:.24s}
.dh4-fslide.is-on .dh4-fslide__txt>*:nth-child(3){transition-delay:.34s}
.dh4-fslide.is-on .dh4-fslide__txt>*:nth-child(4){transition-delay:.44s}
.dh4-fslide__kicker{display:inline-flex;align-items:center;gap:10px;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:12px;font-weight:700;letter-spacing:.05em;color:#fff}
.dh4-fslide__kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--o-500);box-shadow:0 0 0 4px rgba(243,186,67,.25)}
.dh4-fslide h2{margin:22px 0 0;font-family:var(--dh4-display);font-size:clamp(32px,4.4vw,56px);line-height:1.02;letter-spacing:-.04em;font-weight:800;color:#fff}
.dh4-fslide h2 em{font-style:normal;background:linear-gradient(100deg,var(--o-400),var(--o-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.dh4-fslide p{margin:18px 0 0;max-width:44ch;font-size:16.5px;line-height:1.72;color:#B6B9D1}
.dh4-fslide__cta{margin-top:var(--s6);display:flex;flex-wrap:wrap;gap:var(--s3)}
.dh4-fslide__media{position:relative;height:100%;display:grid;place-items:center;perspective:900px}
.dh4-fslide__aura{position:absolute;width:min(500px,92%);aspect-ratio:1;border-radius:50%;filter:blur(60px);opacity:.7;animation:dh4spin 24s linear infinite}
.dh4-fslide__ring{position:absolute;width:min(420px,84%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.14)}
.dh4-fslide__ring::after{content:"";position:absolute;inset:30px;border-radius:50%;border:1px dashed rgba(255,255,255,.16);animation:dh4spin 40s linear infinite reverse}
.dh4-fslide__floor{position:absolute;bottom:12%;width:54%;height:40px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.6),rgba(0,0,0,0) 70%);filter:blur(12px)}
.dh4-fslide__shot{position:relative;z-index:2;max-height:400px;max-width:86%;width:auto;object-fit:contain;filter:drop-shadow(0 38px 56px rgba(0,0,0,.62));animation:dh4float 9s ease-in-out infinite}
.dh4-fslide__tag{position:absolute;z-index:4;top:14%;right:2%;display:flex;align-items:center;gap:9px;padding:11px 17px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(18px) saturate(170%);backdrop-filter:blur(18px) saturate(170%);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 12px 28px rgba(0,0,0,.3);font-size:13px;font-weight:700;color:#fff;white-space:nowrap}
.dh4-fslide__tag b{color:var(--o-400)}
.dh4-flow__ui{position:absolute;z-index:6;left:0;right:0;bottom:34px}
.dh4-flow__ui .dh4-wrap{display:flex;align-items:center;justify-content:space-between;gap:var(--s5)}
.dh4-flow__bar{position:absolute;left:0;bottom:0;z-index:7;height:3px;width:0;background:linear-gradient(90deg,var(--o-400),var(--o-600));box-shadow:0 0 18px rgba(243,186,67,.6)}
.dh4-flow .dh4-nav{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24);color:#fff}
@media (max-width:992px){
.dh4-flow{height:auto;min-height:680px}
.dh4-fslide{position:absolute}
.dh4-fslide__in{grid-template-columns:1fr;gap:var(--s5);text-align:center;align-content:center;padding:var(--s8) 0 100px}
.dh4-fslide p{margin-left:auto;margin-right:auto}
.dh4-fslide__cta{justify-content:center}
.dh4-fslide__media{order:-1;height:auto;min-height:220px}
.dh4-fslide__shot{max-height:190px}
.dh4-fslide__tag{display:none}
}
.dh4-fab__find{position:relative}
.dh4-fab__panel{position:relative;display:flex;align-items:center;justify-content:center;height:58px;width:58px;padding:0;border-radius:999px;overflow:hidden;cursor:pointer;color:#fff;background:linear-gradient(140deg,var(--o-400),var(--o-600));border:1px solid rgba(255,255,255,.36);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(0,0,0,.08),0 12px 28px rgba(28,30,56,.3);transition:width .55s var(--ease),background .5s var(--ease),box-shadow .5s var(--ease),border-color .5s}
.dh4-fab__find:hover .dh4-fab__panel,.dh4-fab__find:focus-within .dh4-fab__panel{width:298px;background:linear-gradient(140deg,#F0BE55,var(--o-600));border-color:rgba(255,255,255,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 18px 46px rgba(243,186,67,.5)}
.dh4-fab__panel::after{content:"";position:absolute;left:0;right:0;top:0;height:46%;border-radius:999px 999px 40% 40%/999px 999px 22px 22px;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,0));pointer-events:none;opacity:1;transition:opacity .5s}
.dh4-fab__find:hover .dh4-fab__panel::after{opacity:.35}
.dh4-fab__pin{position:absolute;display:flex;align-items:center;justify-content:center;transition:opacity .3s var(--ease),transform .45s var(--ease)}
.dh4-fab__pin svg{width:26px;height:26px}
.dh4-fab__find:hover .dh4-fab__pin,.dh4-fab__find:focus-within .dh4-fab__pin{opacity:0;transform:scale(.55) rotate(-25deg)}
.dh4-fab .dh4-fab__socials{display:flex;align-items:center;justify-content:center;gap:6px;max-width:none;overflow:visible;opacity:0;transform:translateX(16px);transition:opacity .4s var(--ease) .08s,transform .5s var(--ease) .08s}
.dh4-fab__find:hover .dh4-fab__socials,.dh4-fab__find:focus-within .dh4-fab__socials{opacity:1;transform:none}
.dh4-fab .dh4-fab__soc,
.dh4-fab .dh4-fab__soc--fb,
.dh4-fab .dh4-fab__soc--ig,
.dh4-fab .dh4-fab__soc--yt,
.dh4-fab .dh4-fab__soc--tt{position:relative;width:60px;min-width:60px;height:50px;aspect-ratio:auto;border-radius:15px;background:none;background-image:none;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:#1C1E38;opacity:1;transform:none;display:flex;align-items:center;justify-content:center;transition:transform .35s var(--ease),color .35s var(--ease),filter .35s var(--ease)}
.dh4-fab .dh4-fab__soc svg{position:relative;z-index:2;width:21px;height:21px}
.dh4-fab .dh4-fab__soc::before{content:"";position:absolute;inset:4px;border-radius:14px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.95),rgba(255,255,255,0) 72%);opacity:0;transform:scale(.7);transition:opacity .4s var(--ease),transform .4s var(--ease)}
.dh4-fab .dh4-fab__soc:hover::before{opacity:.85;transform:scale(1)}
.dh4-fab .dh4-fab__soc:hover{transform:translateY(-4px) scale(1.16);color:#15172E;filter:drop-shadow(0 0 6px var(--glow)) drop-shadow(0 0 16px var(--glow))}
.dh4-fab .dh4-fab__soc{--glow:rgba(255,255,255,.95)}
.dh4-fab .dh4-fab__soc[aria-disabled=true]{opacity:.55;cursor:default}
.dh4-fab__pin{color:#fff}
.dh4-footer .dh4-social a,.dh4-footer .dh4-social span{position:relative;border:1px solid rgba(255,255,255,.14);background:none;transition:transform .35s var(--ease),border-color .35s var(--ease),filter .35s var(--ease)}
.dh4-footer .dh4-social a:hover{background:none;border-color:var(--glow,rgba(255,255,255,.4));transform:translateY(-4px) scale(1.06);filter:drop-shadow(0 0 7px var(--glow)) drop-shadow(0 0 16px var(--glow))}
@media (max-width:768px){
.dh4-fab__panel{height:52px;width:52px}
.dh4-fab__find:hover .dh4-fab__panel,.dh4-fab__find:focus-within .dh4-fab__panel{width:252px}
.dh4-fab .dh4-fab__soc{width:52px;min-width:52px;height:44px}
}
.products-list.grid,
.dh4-prods ul.products{align-items:stretch}
.products-list.grid>li,
.dh4-prods ul.products>li{display:flex!important;align-items:stretch}
.products-list.grid>li>.product-wapper,
.dh4-prods ul.products>li>.product-wapper{display:flex!important;flex-direction:column;width:100%;height:100%}
.products-list.grid .product-wapper .products-thumb,
.dh4-prods .products-list.grid .product-wapper .products-thumb{position:relative;flex:0 0 auto;aspect-ratio:1/1;height:auto!important;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:12px}
.products-list.grid .product-wapper .products-thumb>a.woocommerce-LoopProduct-link,
.dh4-prods .products-list.grid .product-wapper .products-thumb>a.woocommerce-LoopProduct-link{display:flex!important;align-items:center;justify-content:center;width:100%;height:100%;padding:12px}
.products-list.grid .product-wapper .products-thumb img,
.dh4-prods .products-list.grid .product-wapper .products-thumb img{width:auto!important;height:auto!important;max-width:100%;max-height:100%;object-fit:contain;margin:0 auto}
.products-list.grid .product-wapper .products-content,
.dh4-prods .products-list.grid .product-wapper .products-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}
.products-list.grid .product-wapper .products-content .contents,
.dh4-prods .products-list.grid .product-wapper .products-content .contents{position:relative;flex:1 1 auto;display:flex;flex-direction:column;padding-bottom:24px}
.products-list.grid .product-wapper .products-content .cat-products,
.dh4-prods .products-list.grid .product-wapper .products-content .cat-products{min-height:19px;line-height:19px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.products-list.grid .product-wapper .products-content .product-title,
.dh4-prods .products-list.grid .product-wapper .products-content .product-title{margin:7px 0 0;min-height:2.9em;line-height:1.45}
.products-list.grid .product-wapper .products-content .product-title a,
.dh4-prods .products-list.grid .product-wapper .products-content .product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.products-list.grid .product-wapper .products-content .reviews-wrap,
.dh4-prods .products-list.grid .product-wapper .products-content .reviews-wrap{min-height:22px;margin:4px 0 0}
.products-list.grid .product-wapper .products-content .contents .dost-sku,
.dh4-prods .products-list.grid .product-wapper .products-content .contents .dost-sku{position:absolute;left:0;right:0;bottom:0;margin:0;line-height:20px}
@media (max-width:768px){
.products-list.grid .product-wapper .products-content .product-title,
.dh4-prods .products-list.grid .product-wapper .products-content .product-title{min-height:2.9em;font-size:14px}
.products-list.grid .product-wapper .products-thumb>a.woocommerce-LoopProduct-link{padding:8px}
}
.header-vertical-categories{display:none!important}
.header-bottom .header-container,.header-menu,.wpbingo-menu-mobile,.header-menu-bg,.primary-navigation,.bwp-navigation{overflow:visible!important}
.dh4-mega{position:relative;list-style:none}
.dh4-mega__btn{display:flex;align-items:center;gap:11px;height:52px;padding:0 24px;margin:0 22px 0 0;border:0;border-radius:14px;cursor:pointer;color:#fff;font-family:var(--dh4-sans);font-size:15px;font-weight:700;letter-spacing:.01em;text-transform:none;background:linear-gradient(140deg,#F7CE72,#C99327);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 10px 24px rgba(243,186,67,.34);transition:transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s,filter .28s}
.dh4-mega__btn:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 16px 34px rgba(243,186,67,.44)}
.dh4-mega__bars{display:flex;flex-direction:column;justify-content:center;gap:4px;width:18px}
.dh4-mega__bars span{display:block;height:2px;border-radius:2px;background:#fff}
.dh4-mega__bars span:nth-child(2){width:72%}
.dh4-mega__chev{width:16px;height:16px;transition:transform .3s}
.dh4-mega:hover .dh4-mega__chev,.dh4-mega.is-open .dh4-mega__chev{transform:rotate(180deg)}
.dh4-mega__panel{position:absolute;top:calc(100% + 10px);left:0;z-index:99990;display:grid;grid-template-columns:296px minmax(0,1fr);grid-template-rows:1fr auto;width:1060px;max-width:calc(100vw - 48px);height:520px;background:#fff;border:1px solid #E0E1EC;border-radius:20px;box-shadow:0 44px 96px rgba(28,30,56,.24);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1),visibility .3s}
.dh4-mega:hover .dh4-mega__panel,.dh4-mega.is-open .dh4-mega__panel{opacity:1;visibility:visible;transform:none}
.dh4-mega__cats{grid-row:1;overflow-y:auto;padding:14px 0;background:#F5F6FA;border-right:1px solid #E0E1EC}
.dh4-mega__cat{display:flex!important;align-items:center;gap:12px;padding:10px 18px;color:#27294C;font-size:14.5px;font-weight:600;text-decoration:none;text-transform:none;border-left:3px solid transparent;transition:background .25s,color .25s,border-color .25s}
.dh4-mega__cat:hover,.dh4-mega__cat.is-on{background:#fff;color:#C99327;border-left-color:#F3BA43}
.dh4-mega__ico{flex:none;width:34px;height:34px;min-width:34px;aspect-ratio:1/1;border-radius:10px;background:#FDF6E6;color:#F3BA43;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s}
.dh4-mega__cat:hover .dh4-mega__ico,.dh4-mega__cat.is-on .dh4-mega__ico{background:linear-gradient(140deg,#F7CE72,#C99327);color:#fff}
.dh4-mega__ico svg{width:18px;height:18px}
.dh4-mega__nm{flex:1 1 auto;min-width:0;line-height:1.3}
.dh4-mega__ct{flex:none;font-size:11.5px;font-weight:700;color:#6D7196;background:#ECEDF4;border-radius:99px;padding:2px 8px}
.dh4-mega__go{flex:none;width:14px;height:14px;opacity:0;transform:translateX(-4px);transition:opacity .25s,transform .25s}
.dh4-mega__cat:hover .dh4-mega__go,.dh4-mega__cat.is-on .dh4-mega__go{opacity:1;transform:none}
.dh4-mega__body{grid-row:1;min-width:0;overflow:hidden;display:flex}
.dh4-mega__pane{flex:1 1 auto;min-width:0;overflow-y:auto;padding:22px 26px 26px}
.dh4-mega__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #E0E1EC}
.dh4-mega__head h4{margin:0;font-family:var(--dh4-display);font-size:19px;font-weight:800;letter-spacing:-.02em;color:#27294C;text-transform:none}
.dh4-mega__all{flex:none;font-size:13px;font-weight:700;color:#C99327;text-decoration:none}
.dh4-mega__all:hover{text-decoration:underline}
.dh4-mega__list{columns:3;column-gap:28px}
.dh4-mega__list a{display:block;padding:6px 0;font-size:13.5px;line-height:1.45;color:#3B3E63;text-decoration:none;break-inside:avoid;transition:color .2s,padding-left .2s}
.dh4-mega__list a:hover{color:#C99327;padding-left:6px}
.dh4-mega__loading{padding:30px 4px;color:#6D7196;font-size:14px}
.dh4-mega__foot{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;justify-content:flex-end;padding:14px 26px;border-top:1px solid #E0E1EC;background:#F5F6FA}
.dh4-mega__foot a{font-size:13.5px;font-weight:700;color:#C99327;text-decoration:none}
.dh4-mega__foot a:hover{text-decoration:underline}
@media (max-width:1200px){.dh4-mega__panel{width:900px}.dh4-mega__list{columns:2}}
@media (max-width:991px){.dh4-mega{display:none!important}}
#bwp-topbar{background:#1C1E38;border-bottom:1px solid rgba(255,255,255,.08)}
#bwp-topbar .topbar-container{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px}
#bwp-topbar .topbar-left,#bwp-topbar .topbar-right{flex:0 1 auto}
.dh4-tb{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.dh4-tb--right{justify-content:flex-end}
.dh4-tb__i{display:inline-flex;align-items:center;gap:9px;font-family:var(--dh4-sans);font-size:13.5px;font-weight:500;line-height:1;color:#A8ABC7;text-decoration:none;transition:color .25s}
.dh4-tb__i svg{width:16px;height:16px;flex:none;color:#F7CE72}
.dh4-tb__i span{white-space:nowrap}
a.dh4-tb__i:hover{color:#fff}
@media (max-width:767px){
#bwp-topbar .topbar-container{justify-content:center;min-height:0;padding:8px 0}
.dh4-tb{gap:16px;justify-content:center}
.dh4-tb__i{font-size:12.5px}
}
.dh4-hp{display:flex;align-items:center;gap:11px;font-family:var(--dh4-sans);line-height:1.25}
.dh4-hp svg{width:22px;height:22px;flex:none;color:#F3BA43}
.dh4-hp b{display:block;font-size:11.5px;font-weight:600;color:#6D7196;letter-spacing:.02em}
.dh4-hp a{display:block;font-family:var(--dh4-display);font-size:16px;font-weight:800;letter-spacing:-.01em;color:#27294C;text-decoration:none}
.dh4-hp a:hover{color:#C99327}
.content-flash{display:none!important}
.header-bottom .header-container{align-items:center}
.header-menu .bwp-navigation>ul,.header-menu ul.menu,.primary-navigation>ul{display:flex!important;align-items:center}
.dh4-mega{display:flex;align-items:center}
.dh4-mega__btn{height:44px;padding:0 20px;margin:0 26px 0 0;border-radius:8px;gap:10px;font-size:14.5px;font-weight:700;background:#F3BA43;box-shadow:none!important;filter:none;transition:background .25s cubic-bezier(.22,.61,.36,1),transform .25s cubic-bezier(.22,.61,.36,1)}
.dh4-mega__btn::after{display:none}
.dh4-mega__btn:hover{background:#C99327;transform:none;box-shadow:none!important;filter:none}
.dh4-mega__bars{width:16px;gap:3px}
.dh4-mega__bars span{height:2px}
.dh4-mega__chev{width:14px;height:14px}
.dh4-mega__panel{top:calc(100% + 14px);box-shadow:0 24px 60px rgba(28,30,56,.16);border-radius:14px}
.dh4-mega__cat{border-left-width:2px}
.dh4-mega__ico{border-radius:8px;box-shadow:none}
.dh4-mega__cat:hover .dh4-mega__ico,.dh4-mega__cat.is-on .dh4-mega__ico{background:#F3BA43;box-shadow:none}
@media (max-width:1200px){.dh4-mega__btn{padding:0 16px;margin-right:18px;font-size:14px}}
.dh4-mega__panel{width:1148px;height:562px;grid-template-columns:284px minmax(0,1fr);border-radius:18px;border-color:#E5E6EF;box-shadow:0 28px 70px rgba(28,30,56,.18),0 2px 6px rgba(28,30,56,.05);overflow:hidden}
.dh4-mega__panel::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:9;background:linear-gradient(90deg,#F3BA43,#F7CE72 38%,#454880)}
.dh4-mega__cats{background:linear-gradient(180deg,#F9FAFD,#F1F2F8);border-right:1px solid #E5E6EF;padding:12px 0}
.dh4-mega__cat{position:relative;padding:9px 16px;border-left:0;gap:12px;opacity:0;transform:translateX(-8px);transition:background .25s,color .25s,opacity .4s cubic-bezier(.22,.61,.36,1),transform .4s cubic-bezier(.22,.61,.36,1)}
.dh4-mega:hover .dh4-mega__cat,.dh4-mega.is-open .dh4-mega__cat{opacity:1;transform:none}
.dh4-mega:hover .dh4-mega__cat:nth-child(1){transition-delay:.02s}
.dh4-mega:hover .dh4-mega__cat:nth-child(2){transition-delay:.045s}
.dh4-mega:hover .dh4-mega__cat:nth-child(3){transition-delay:.07s}
.dh4-mega:hover .dh4-mega__cat:nth-child(4){transition-delay:.095s}
.dh4-mega:hover .dh4-mega__cat:nth-child(5){transition-delay:.12s}
.dh4-mega:hover .dh4-mega__cat:nth-child(6){transition-delay:.145s}
.dh4-mega:hover .dh4-mega__cat:nth-child(7){transition-delay:.17s}
.dh4-mega:hover .dh4-mega__cat:nth-child(8){transition-delay:.19s}
.dh4-mega__cat::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:#F3BA43;transform:scaleY(0);transition:transform .3s cubic-bezier(.22,.61,.36,1)}
.dh4-mega__cat:hover,.dh4-mega__cat.is-on{background:#fff}
.dh4-mega__cat:hover::before,.dh4-mega__cat.is-on::before{transform:scaleY(1)}
.dh4-mega__ico{width:32px;height:32px;min-width:32px;border-radius:9px}
.dh4-mega__ico svg{width:17px;height:17px}
.dh4-mega__nm{font-size:14px;font-weight:600}
.dh4-mega__ct{background:transparent;color:#9497B6;font-size:11.5px;padding:0}
.dh4-mega__cat.is-on .dh4-mega__ct{color:#F7CE72}
.dh4-mega__pane{padding:0}
.dh4-mega__grid{display:grid;grid-template-columns:minmax(0,1fr) 268px;height:100%;min-height:0}
.dh4-mega__main{min-width:0;display:flex;flex-direction:column;padding:22px 24px 0;overflow:hidden}
.dh4-mega__head{align-items:flex-start;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #ECEDF4}
.dh4-mega__eyebrow{display:block;font-size:10.5px;font-weight:800;letter-spacing:.14em;color:#F7CE72;margin-bottom:5px}
.dh4-mega__head h4{font-size:21px}
.dh4-mega__all{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:8px;background:#FDF6E6;font-size:12.5px}
.dh4-mega__all span{transition:transform .25s}
.dh4-mega__all:hover{background:#F3BA43;color:#fff;text-decoration:none}
.dh4-mega__all:hover span{transform:translateX(3px)}
.dh4-mega__feat{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.dh4-mega__card{display:block;text-decoration:none;border:1px solid #ECEDF4;border-radius:11px;overflow:hidden;background:#fff;transition:border-color .28s,transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s}
.dh4-mega__card:hover{border-color:#F7DCA6;transform:translateY(-3px);box-shadow:0 10px 22px rgba(28,30,56,.09)}
.dh4-mega__fig{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#F5F6FA;overflow:hidden}
.dh4-mega__fig img{max-width:82%;max-height:82%;width:auto;height:auto;object-fit:contain;transition:transform .45s cubic-bezier(.22,.61,.36,1)}
.dh4-mega__card:hover .dh4-mega__fig img{transform:scale(1.07)}
.dh4-mega__cn{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:9px 10px 11px;font-size:12px;line-height:1.35;font-weight:600;color:#3B3E63}
.dh4-mega__card:hover .dh4-mega__cn{color:#C99327}
.dh4-mega__sub{font-size:10.5px;font-weight:800;letter-spacing:.14em;color:#9497B6;margin-bottom:8px;flex:none}
.dh4-mega__list{flex:1 1 auto;min-height:0;overflow-y:auto;columns:3;column-gap:22px;padding-bottom:20px;scrollbar-width:thin}
.dh4-mega__list a{padding:5px 0;font-size:12.8px}
.dh4-mega__promo{position:relative;overflow:hidden;background:#27294C;display:flex;align-items:flex-end}
.dh4-mega__promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,.61,.36,1)}
.dh4-mega__promo:hover img{transform:scale(1.06)}
.dh4-mega__pveil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,30,56,.15) 30%,rgba(21,23,46,.92))}
.dh4-mega__pin{position:relative;z-index:2;padding:22px 20px;color:#fff;width:100%}
.dh4-mega__pk{display:inline-block;padding:5px 11px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-size:10px;font-weight:800;letter-spacing:.13em;color:#fff}
.dh4-mega__pin b{display:block;margin-top:11px;font-family:var(--dh4-display);font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1.2}
.dh4-mega__pc{display:block;margin-top:5px;font-size:12.5px;color:#A8ABC7}
.dh4-mega__pbtn{display:inline-flex;align-items:center;justify-content:center;margin-top:15px;height:38px;padding:0 20px;border-radius:8px;background:#F3BA43;color:#fff;font-size:13px;font-weight:700;text-decoration:none;transition:background .25s}
.dh4-mega__pbtn:hover{background:#C99327;color:#fff}
.dh4-mega__foot{padding:11px 24px;background:#F9FAFD}
.dh4-mega__loading{padding:34px 24px;color:#9497B6}
@media (max-width:1330px){.dh4-mega__panel{width:1040px}.dh4-mega__grid{grid-template-columns:minmax(0,1fr) 236px}}
@media (max-width:1200px){.dh4-mega__panel{width:920px}.dh4-mega__promo{display:none}.dh4-mega__grid{grid-template-columns:minmax(0,1fr)}.dh4-mega__feat{grid-template-columns:repeat(3,minmax(0,1fr))}.dh4-mega__list{columns:2}}
.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image{border-radius:18px;overflow:hidden}
.single-product .woocommerce-product-gallery__image{background:#F3F4F8}
.single-product .woocommerce-product-gallery__image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;padding:22px;background:#F3F4F8}
.single-product .flex-control-thumbs li img,.single-product .woocommerce-product-gallery .flex-control-nav img{border-radius:12px!important;background:#F3F4F8;padding:8px;aspect-ratio:1/1;object-fit:contain}
.single-product div.product .product_title{font-family:var(--dh4-display);font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em;color:#27294C;text-transform:none}
.single-product div.product .price{display:none!important}
.dh4-sp{margin-top:22px}
.dh4-sp__model{display:flex;align-items:baseline;gap:10px;padding:14px 0;border-top:1px solid #ECEDF4;border-bottom:1px solid #ECEDF4}
.dh4-sp__model span{font-size:12px;font-weight:700;letter-spacing:.12em;color:#9497B6}
.dh4-sp__model b{font-family:var(--dh4-display);font-size:20px;font-weight:800;color:#27294C}
.dh4-sp__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.dh4-sp__btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 32px;border-radius:999px;font-family:var(--dh4-sans);font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;border:1px solid transparent;transition:background .25s,color .25s,border-color .25s,transform .25s}
.dh4-sp__btn--fill{background:#F3BA43;color:#fff}
.dh4-sp__btn--fill:hover{background:#C99327;color:#fff;transform:translateY(-2px)}
.dh4-sp__btn--line{background:#fff;color:#27294C;border-color:#DBDCE8}
.dh4-sp__btn--line:hover{border-color:#F3BA43;color:#F3BA43;transform:translateY(-2px)}
.dh4-sp__info{margin-top:24px;border:1px solid #E5E6EF;border-radius:14px;overflow:hidden}
.dh4-sp__row{display:flex;gap:14px;padding:16px 18px}
.dh4-sp__row+.dh4-sp__row{border-top:1px solid #E5E6EF}
.dh4-sp__ico{flex:none;width:36px;height:36px;min-width:36px;aspect-ratio:1/1;border-radius:10px;background:#FDF6E6;color:#F3BA43;display:flex;align-items:center;justify-content:center}
.dh4-sp__ico svg{width:18px;height:18px}
.dh4-sp__row b{display:block;font-size:14.5px;font-weight:700;color:#27294C}
.dh4-sp__row span{display:block;margin-top:3px;font-size:13px;line-height:1.5;color:#6D7196}
.dh4-spec{max-width:1340px;margin:56px auto 0;padding:0 24px}
.dh4-spec__h{font-family:var(--dh4-display);font-size:22px;font-weight:800;letter-spacing:-.02em;color:#27294C;margin:0 0 18px;text-transform:none}
.dh4-spec__copy{max-width:78ch;color:#4A4D70;font-size:15.5px;line-height:1.8}
.dh4-spec__copy p{margin:0 0 14px}
.dh4-spec__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.dh4-spec__card{background:#F5F6FA;border:1px solid #ECEDF4;border-radius:16px;padding:22px 24px 26px}
.dh4-spec__card h3{margin:0 0 14px;font-family:var(--dh4-display);font-size:16px;font-weight:800;color:#27294C;text-transform:none}
.dh4-spec__card dl{margin:0}
.dh4-spec__card dl>div{display:grid;grid-template-columns:minmax(120px,38%) minmax(0,1fr);gap:16px;padding:11px 14px;border-radius:8px}
.dh4-spec__card dl>div:nth-child(odd){background:#fff}
.dh4-spec__card dt{margin:0;font-size:13px;font-weight:700;color:#3B3E63}
.dh4-spec__card dd{margin:0;font-size:13px;color:#6D7196;line-height:1.5}
@media (max-width:900px){.dh4-spec__grid{grid-template-columns:1fr}}
@media (max-width:600px){.dh4-sp__btn{flex:1 1 100%}}
.dh4-spec__card dl>div.dh4-spec__full{grid-template-columns:1fr}.dh4-spec__card dl>div.dh4-spec__full dd{color:#3B3E63;font-weight:600}
.dh4-nh{padding:26px 0 42px;background:linear-gradient(160deg,#EEEFF5 0%,#F5F6FA 45%,#FBF7EC 100%)}
.dh4-nh__grid{display:grid;grid-template-columns:minmax(0,1fr) 328px;gap:18px;align-items:stretch}
.dh4-nh__main{position:relative;min-height:558px;border-radius:26px;background:linear-gradient(155deg,#FFFFFF 0%,#F6F7FB 60%,#EEEFF6 100%);box-shadow:0 2px 4px rgba(39,41,76,.05);overflow:hidden}
.dh4-nh__slide{position:absolute;inset:0;padding:40px 44px 96px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:24px;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1),visibility .7s}
.dh4-nh__slide.is-on{opacity:1;visibility:visible;transform:none}
.dh4-nh__badge{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border-radius:999px;background:#fff;box-shadow:0 1px 3px rgba(39,41,76,.09);font-size:13px;font-weight:600;color:#27294C}
.dh4-nh__badge::before{content:"";width:8px;height:8px;border-radius:50%;background:#F3BA43}
.dh4-nh__slide h1{margin:22px 0 0;font-family:var(--dh4-display);font-size:clamp(32px,3.8vw,52px);line-height:1.04;letter-spacing:-.04em;font-weight:800;color:#27294C;text-transform:none;max-width:12ch}
.dh4-nh__slide h1 em{font-style:normal;color:#F3BA43}
.dh4-nh__note{display:flex;align-items:center;gap:16px;margin-top:26px}
.dh4-nh__num{font-family:var(--dh4-display);font-size:34px;font-weight:800;color:transparent;-webkit-text-stroke:1.4px #C4C6D8;letter-spacing:-.03em}
.dh4-nh__dash{flex:none;width:74px;height:1px;background-image:linear-gradient(90deg,#BABDD0 55%,transparent 0);background-size:7px 1px}
.dh4-nh__ntxt b{display:block;font-size:16px;font-weight:700;color:#27294C}
.dh4-nh__ntxt p{margin:5px 0 0;font-size:13.5px;line-height:1.6;color:#6D7196;max-width:34ch}
.dh4-nh__cta{display:inline-flex;align-items:center;gap:8px;margin-top:30px;padding:7px 7px 7px 26px;border-radius:999px;background:#F3BA43;color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s}
.dh4-nh__cta:hover{background:#C99327;color:#fff;transform:translateY(-2px)}
.dh4-nh__cta i{display:flex;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;border-radius:50%;background:#27294C;color:#fff}
.dh4-nh__cta i svg{width:16px;height:16px;transition:transform .3s}
.dh4-nh__cta:hover i svg{transform:translate(2px,-2px)}
.dh4-nh__media{position:relative;display:flex;align-items:center;justify-content:center;height:100%}
.dh4-nh__media img{position:relative;z-index:2;max-width:88%;max-height:390px;width:auto;object-fit:contain;filter:drop-shadow(0 30px 42px rgba(39,41,76,.22));animation:dh4float 8s ease-in-out infinite}
.dh4-nh__ring{position:absolute;width:min(410px,86%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(39,41,76,.07)}
.dh4-nh__dot{position:absolute;border-radius:50%}
.dh4-nh__dot--1{width:12px;height:12px;top:16%;right:20%;background:#CACCDC}
.dh4-nh__dot--2{width:9px;height:9px;bottom:20%;left:12%;background:#262A4C}
.dh4-nh__dot--3{width:14px;height:14px;top:32%;left:4%;background:#F7CE72}
.dh4-nh__follow{position:absolute;left:44px;bottom:34px;z-index:4;display:flex;align-items:center;gap:10px}
.dh4-nh__follow>span:first-child{font-size:13px;color:#6D7196;margin-right:2px}
.dh4-nh__follow a,.dh4-nh__soc{width:36px;height:36px;min-width:36px;aspect-ratio:1/1;border-radius:50%;background:#fff;color:#27294C;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(39,41,76,.1);transition:background .25s,color .25s,transform .25s}
.dh4-nh__follow a:hover{background:#F3BA43;color:#fff;transform:translateY(-2px)}
.dh4-nh__follow svg{width:15px;height:15px}
.dh4-nh__dots{position:absolute;right:44px;bottom:34px;z-index:4;display:flex;gap:7px}
.dh4-nh__d{width:26px;height:4px;border:0;padding:0;border-radius:99px;background:#D4D6E3;cursor:pointer;transition:.3s}
.dh4-nh__d.is-on{background:#F3BA43;width:44px}
.dh4-nh__side{display:flex;flex-direction:column;gap:18px}
.dh4-nh__card{border-radius:22px;background:#fff;box-shadow:0 2px 4px rgba(39,41,76,.05);padding:22px}
.dh4-nh__cats h3{margin:0 0 16px;font-family:var(--dh4-display);font-size:17px;font-weight:800;color:#27294C;text-transform:none}
.dh4-nh__pills{display:flex;gap:9px}
.dh4-nh__pills a{width:44px;height:44px;min-width:44px;aspect-ratio:1/1;border-radius:50%;background:#F3F4F9;color:#27294C;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,transform .25s}
.dh4-nh__pills a:hover{background:#F3BA43;color:#fff;transform:translateY(-3px)}
.dh4-nh__pills svg{width:21px;height:21px}
.dh4-nh__tile{position:relative;display:block;border-radius:22px;overflow:hidden;background:#E7E8F0;text-decoration:none}
.dh4-nh__tile--sm{height:178px;flex:none}
.dh4-nh__tile--tall{flex:1 1 auto;min-height:248px}
.dh4-nh__tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,.61,.36,1)}
.dh4-nh__tile:hover img{transform:scale(1.06)}
.dh4-nh__tile--sm img{left:auto;width:56%}
.dh4-nh__tt{position:absolute;z-index:2;left:22px;top:22px}
.dh4-nh__tt b{font-family:var(--dh4-display);font-size:19px;font-weight:800;line-height:1.2;color:#27294C}
.dh4-nh__veil{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(21,23,46,.05) 40%,rgba(21,23,46,.8))}
.dh4-nh__cap{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;color:#fff}
.dh4-nh__cap b{display:block;font-family:var(--dh4-display);font-size:17px;font-weight:800;line-height:1.25}
.dh4-nh__cap span{display:block;margin-top:4px;font-size:12.5px;color:#C5C7DA}
.dh4-nh__arrow{position:absolute;z-index:4;left:20px;bottom:20px;width:44px;height:44px;min-width:44px;aspect-ratio:1/1;border-radius:50%;background:#fff;color:#27294C;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(39,41,76,.14);transition:background .25s,color .25s,transform .25s}
.dh4-nh__arrow--top{left:auto;bottom:auto;right:18px;top:18px}
.dh4-nh__arrow svg{width:17px;height:17px}
.dh4-nh__tile:hover .dh4-nh__arrow,.dh4-nh__pop:hover .dh4-nh__arrow{background:#F3BA43;color:#fff;transform:rotate(45deg)}
.dh4-nh__row{display:grid;grid-template-columns:1.15fr .85fr 1.6fr;gap:18px;margin-top:18px}
.dh4-nh__more{text-decoration:none;color:inherit;display:block}
.dh4-nh__mh{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.dh4-nh__mh b{display:block;font-family:var(--dh4-display);font-size:18px;font-weight:800;color:#27294C}
.dh4-nh__mh span span{display:block;margin-top:3px;font-size:13px;color:#6D7196}
.dh4-nh__heart{width:38px;height:38px;min-width:38px;aspect-ratio:1/1;border-radius:50%;background:#FDF4E2;color:#FF3D3D;display:flex;align-items:center;justify-content:center}
.dh4-nh__heart svg{width:17px;height:17px}
.dh4-nh__thumbs{display:flex;gap:10px;margin-top:16px}
.dh4-nh__thumbs>span{flex:1 1 0;min-width:0;aspect-ratio:1/1;border-radius:14px;background:#F3F4F9;display:flex;align-items:center;justify-content:center;overflow:hidden}
.dh4-nh__thumbs img{max-width:82%;max-height:82%;width:auto;object-fit:contain}
.dh4-nh__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
.dh4-nh__bubble{width:104px;height:104px;min-width:104px;aspect-ratio:1/1;border-radius:50%;background:linear-gradient(150deg,#454880,#27294C);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.dh4-nh__bubble b{font-family:var(--dh4-display);font-size:28px;font-weight:800;line-height:1}
.dh4-nh__bubble span{font-size:11.5px;margin-top:2px;color:#C6C9DD}
.dh4-nh__srow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:#F3F4F9;font-size:12.5px;font-weight:600;color:#3B3E63}
.dh4-nh__srow svg{width:15px;height:15px;color:#F3BA43}
.dh4-nh__pop{position:relative;display:flex;align-items:center;overflow:hidden;text-decoration:none;color:inherit}
.dh4-nh__pt{position:relative;z-index:2;max-width:52%}
.dh4-nh__tag{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:999px;background:#FDF4E2;font-size:11.5px;font-weight:700;color:#C99327}
.dh4-nh__pop b{display:block;margin-top:12px;font-family:var(--dh4-display);font-size:19px;font-weight:800;line-height:1.25;color:#27294C}
.dh4-nh__pop img{position:absolute;right:0;top:0;height:100%;width:44%;object-fit:cover}
@media (max-width:1200px){
.dh4-nh__grid{grid-template-columns:minmax(0,1fr) 288px}
.dh4-nh__row{grid-template-columns:1fr 1fr}
.dh4-nh__pop{grid-column:1 / -1}
}
@media (max-width:991px){
.dh4-nh__grid{grid-template-columns:1fr}
.dh4-nh__main{min-height:0}
.dh4-nh__slide{position:relative;grid-template-columns:1fr;text-align:center;padding:30px 22px 100px}
.dh4-nh__slide:not(.is-on){display:none}
.dh4-nh__slide h1{max-width:none;margin-left:auto;margin-right:auto}
.dh4-nh__note{justify-content:center}
.dh4-nh__media{order:-1}
.dh4-nh__media img{max-height:230px}
.dh4-nh__follow{left:50%;transform:translateX(-50%);bottom:30px}
.dh4-nh__dots{right:auto;left:50%;transform:translateX(-50%);bottom:80px}
.dh4-nh__side{flex-direction:row;flex-wrap:wrap}
.dh4-nh__cats,.dh4-nh__tile{flex:1 1 260px}
.dh4-nh__tile--sm,.dh4-nh__tile--tall{height:200px;min-height:200px}
}
@media (max-width:640px){
.dh4-nh__row{grid-template-columns:1fr}
.dh4-nh__pop{flex-direction:column;align-items:stretch}
.dh4-nh__pt{max-width:none}
.dh4-nh__pop img{position:relative;width:100%;height:150px;margin-top:14px;border-radius:14px}
}.woocommerce .dh4-nh,.archive .dh4-nh{margin:0 0 4px}.woocommerce .dh4-sec--cats,.archive .dh4-sec--cats{padding-top:34px;padding-bottom:14px;background:transparent}.woocommerce .dh4-sec--cats .dh4-head--min,.archive .dh4-sec--cats .dh4-head--min{margin-bottom:18px}.woocommerce .woocommerce-breadcrumb,.archive .woocommerce-breadcrumb{margin-top:0}
.header-top .header-container{display:flex!important;align-items:center;gap:26px;flex-wrap:nowrap}
.header-top .header-logo{order:1;flex:none;width:auto!important;max-width:none!important;padding:0!important;text-align:left!important}
.header-top .header-search-form{order:2;flex:1 1 auto;min-width:0;max-width:560px;width:auto!important;padding:0!important}
.header-top .header-icon{order:3;flex:none;margin-left:auto;width:auto!important;max-width:none!important;padding:0!important;text-align:right!important}
.header-search-form form,.header-search-form .searchform,.header-search-form .search-form{position:relative;display:flex;align-items:center;width:100%;background:#F1F2F7;border:1px solid #E5E6EF;border-radius:999px;padding:5px 6px 5px 22px;transition:border-color .25s,background .25s}
.header-search-form form:focus-within{background:#fff;border-color:#F7CE72}
.header-search-form input[type=text],.header-search-form input[type=search],.header-search-form .search-field{flex:1 1 auto;min-width:0;height:42px;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-family:var(--dh4-sans);font-size:14.5px;color:#27294C}
.header-search-form input::placeholder{color:#9497B6}
.header-search-form button,.header-search-form .btn-search,.header-search-form input[type=submit]{flex:none;width:42px;height:42px;min-width:42px;aspect-ratio:1/1;border-radius:50%!important;border:0!important;background:#27294C!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;font-size:0;cursor:pointer;transition:background .25s,transform .25s}
.header-search-form button:hover{background:#F3BA43!important;transform:scale(1.05)}
.header-search-form button i,.header-search-form button svg{font-size:15px!important;line-height:1;color:#fff}
.header-search-form select,.header-search-form .select-category{display:none!important}
.header-bottom .header-container{display:flex!important;align-items:center;gap:22px}
.header-bottom .header-flex{order:1;margin-right:auto}
.header-bottom .header-menu{order:2;margin-left:auto;width:auto!important;max-width:none!important;flex:0 0 auto;padding:0!important}
.header-bottom .header-menu .wpbingo-menu-mobile,.header-bottom .header-menu .header-menu-bg{display:flex;justify-content:flex-end}
.header-bottom .bwp-navigation>ul,.header-bottom ul.menu,.header-bottom .primary-navigation>ul{justify-content:flex-end}
.header-bottom .header-menu ul.menu>li>a{font-size:14.5px;font-weight:600}
@media (max-width:1200px){
.header-top .header-container{gap:18px}
.header-top .header-search-form{max-width:380px}
}
@media (max-width:991px){
.header-top .header-container{flex-wrap:wrap}
.header-top .header-search-form{order:3;flex:1 1 100%;max-width:none;margin-top:12px}
.header-top .header-icon{order:2}
}
.header-top .header-container{display:flex!important;align-items:center;gap:24px;flex-wrap:nowrap}
.header-top .header-logo{order:1;flex:none;width:auto!important;max-width:none!important;padding:0!important;text-align:left!important}
.header-top .header-icon{order:3;flex:none;width:auto!important;max-width:none!important;padding:0!important;text-align:right!important}
.header-top .header-flex{order:2;margin-left:auto;flex:none}
.header-bottom .header-container{display:flex!important;align-items:center;gap:22px}
.header-bottom .header-menu{order:1;flex:1 1 auto;min-width:0;width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
.header-bottom .header-menu .wpbingo-menu-mobile,.header-bottom .header-menu .header-menu-bg,.header-bottom .bwp-navigation{width:100%}
.header-bottom .bwp-navigation>ul,.header-bottom ul.menu,.header-bottom .primary-navigation>ul{display:flex!important;align-items:center;justify-content:center;position:relative;padding-left:220px}
.dh4-mega{position:absolute!important;left:0;top:50%;transform:translateY(-50%)}
.dh4-mega__btn{margin:0!important}
.header-bottom .header-search-form{order:2;flex:0 0 auto;width:330px!important;max-width:330px;padding:0!important;margin:0!important}
@media (max-width:1400px){.header-bottom .header-search-form{width:270px!important}.header-bottom ul.menu{padding-left:200px}}
@media (max-width:1200px){.header-bottom .header-search-form{width:210px!important}.header-bottom ul.menu{padding-left:190px;gap:0}}
.header-search-form form.search-from{display:flex!important;align-items:center;gap:6px;width:100%;background:#F2F3F8;border:1px solid #E3E4EE;border-radius:999px;padding:4px 5px 4px 20px;transition:background .25s,border-color .25s,box-shadow .25s}
.header-search-form form.search-from:focus-within{background:#fff;border-color:#F5D294;box-shadow:0 0 0 4px rgba(243,186,67,.1)}
.header-search-form .search-box{position:relative;flex:1 1 auto;min-width:0}
.header-search-form input.input-search,.header-search-form input[type=text]{width:100%;height:40px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-family:var(--dh4-sans);font-size:14px;color:#27294C}
.header-search-form input.input-search::placeholder{color:#9497B6}
.header-search-form button#searchsubmit2,.header-search-form button.btn{flex:none;width:40px;height:40px;min-width:40px;aspect-ratio:1/1;padding:0!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#F3BA43!important;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px rgba(39,41,76,.1);transition:background .25s,color .25s,transform .25s}
.header-search-form button#searchsubmit2:hover{background:#F3BA43!important;color:#fff!important;transform:scale(1.06)}
.header-search-form button .search-icon{display:flex;align-items:center;justify-content:center}
.header-search-form button i{font-size:15px!important;line-height:1;color:inherit!important}
.header-search-form button>span:not(.search-icon){display:none!important}
.header-search-form .result-search-products-content{position:absolute;top:calc(100% + 16px);left:-20px;right:-51px;z-index:99995;background:#fff;border:1px solid #E5E6EF;border-radius:16px;box-shadow:0 26px 64px rgba(28,30,56,.2);padding:8px;max-height:440px;overflow-y:auto;scrollbar-width:thin}
.header-search-form .result-search-products-content::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,#F3BA43,#F7CE72 40%,#454880)}
.header-search-form .result-search-products{margin:6px 0 0!important;padding:0!important;list-style:none!important}
.header-search-form .result-search-products li{list-style:none;margin:0!important;padding:0!important;border:0!important}
.header-search-form .result-search-products li+li{border-top:1px solid #F0F1F7!important}
.header-search-form .result-search-products li a{display:flex!important;align-items:center;gap:14px;padding:10px 12px!important;border-radius:12px;text-decoration:none;transition:background .2s}
.header-search-form .result-search-products li a:hover{background:#F6F7FB}
.header-search-form .result-search-products img{width:52px!important;height:52px!important;min-width:52px;aspect-ratio:1/1;object-fit:contain;background:#F3F4F9;border-radius:10px;padding:5px}
.header-search-form .result-search-products li a>*:not(img){min-width:0}
.header-search-form .result-search-products .product-title,.header-search-form .result-search-products h3,.header-search-form .result-search-products .title{margin:0!important;font-family:var(--dh4-sans);font-size:14px!important;font-weight:600;line-height:1.4;color:#27294C!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.header-search-form .result-search-products .price{display:none!important}
.header-search-form .close-search-popup{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:#F0F1F7;cursor:pointer;z-index:2}
.header-search-form .close-search-popup::before,.header-search-form .close-search-popup::after{content:"";position:absolute;left:9px;top:13px;width:10px;height:1.6px;background:#6D7196;border-radius:2px}
.header-search-form .close-search-popup::before{transform:rotate(45deg)}
.header-search-form .close-search-popup::after{transform:rotate(-45deg)}
.header-search-form .close-search-popup:hover{background:#F3BA43}
.header-search-form .close-search-popup:hover::before,.header-search-form .close-search-popup:hover::after{background:#fff}
.dh4-mega__panel{border-radius:20px}
.dh4-mega__cats{padding:10px}
.dh4-mega__cats::before{content:"Browse categories";display:block;padding:6px 10px 12px;font-size:10.5px;font-weight:800;letter-spacing:.14em;color:#9497B6}
.dh4-mega__cat{padding:9px 12px;border-radius:12px;margin-bottom:2px}
.dh4-mega__cat::before{left:4px;top:9px;bottom:9px;border-radius:3px}
.dh4-mega__cat:hover,.dh4-mega__cat.is-on{background:#fff;box-shadow:0 1px 3px rgba(39,41,76,.07)}
.dh4-mega__card{border-radius:13px}
.dh4-mega__fig{background:#F6F7FB}
.dh4-mega__all{border:1px solid #FBE7BB}
.dh4-mega__promo{border-radius:0}
.dh4-mega__pbtn{border-radius:10px;height:40px}
#bwp-topbar .topbar-container{display:flex!important;align-items:center;min-height:44px}
#bwp-topbar .topbar-left,#bwp-topbar .topbar-center,#bwp-topbar .topbar-right{flex:1 1 0;min-width:0}
#bwp-topbar .topbar-center{display:flex;justify-content:center}
#bwp-topbar .topbar-right{display:flex;justify-content:flex-end}
.dh4-tb--mid{justify-content:center}
@media (max-width:900px){
#bwp-topbar .topbar-container{flex-wrap:wrap;justify-content:center;gap:6px 18px;padding:8px 0}
#bwp-topbar .topbar-left,#bwp-topbar .topbar-center,#bwp-topbar .topbar-right{flex:0 0 auto}
#bwp-topbar .topbar-right{justify-content:center}
}
.header-top .header-container{position:relative;display:flex!important;align-items:center;gap:20px;min-height:78px}
.header-top .header-logo{order:2;position:absolute!important;left:50%;top:50%;transform:translate(-50%,-50%);margin:0!important;text-align:center!important;z-index:2}
.header-top .header-flex{order:1;margin:0 auto 0 0;flex:none;position:relative;z-index:3}
.header-top .header-icon{order:3;margin-left:auto;flex:none;position:relative;z-index:3}
.header-top .wishlist-box,.header-top .maker-topcart,.header-top .remove-cart-shadow{display:none!important}
.header-bottom .header-container{display:flex!important;align-items:center;gap:18px}
.header-bottom .header-menu{order:1;flex:1 1 auto;min-width:0}
.header-bottom .bwp-navigation>ul,.header-bottom ul.menu,.header-bottom .primary-navigation>ul{display:flex!important;align-items:center;justify-content:center;position:relative;padding-left:200px;padding-right:0}
.dh4-mega{position:absolute!important;left:0;top:50%;transform:translateY(-50%)}
.dh4-mega__btn{margin:0!important;height:42px;padding:0 18px;font-size:14px}
.dh4-mega__panel{top:calc(100% + 12px)}
.header-bottom .header-search-form{order:2;flex:0 0 auto;width:238px!important;max-width:238px;margin-left:auto!important}
.header-search-form form.search-from{padding:3px 4px 3px 16px;border-radius:999px}
.header-search-form input.input-search,.header-search-form input[type=text]{height:34px;font-size:13.5px}
.header-search-form button#searchsubmit2,.header-search-form button.btn{width:34px;height:34px;min-width:34px}
.header-search-form button i{font-size:13px!important}
.header-search-form .result-search-products-content{left:-16px;right:-42px}
@media (max-width:1400px){
.header-bottom .header-search-form{width:210px!important;max-width:210px}
.header-bottom ul.menu{padding-left:186px}
}
@media (max-width:1200px){
.header-bottom .header-search-form{width:180px!important;max-width:180px}
.header-bottom ul.menu{padding-left:172px}
.dh4-mega__btn{padding:0 14px;font-size:13.5px}
}
@media (max-width:991px){
.header-top .header-logo{position:static!important;transform:none!important;order:1}
.header-top .header-container{min-height:0;padding-top:10px;padding-bottom:10px}
}
#bwp-topbar .container,.header-top .container,.header-bottom .container,.bwp-header .container{max-width:1340px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important}
.bwp-header,.header-desktop,.header-wrapper{width:100%}
.header-top{display:none!important}
.header-bottom{border-top:0}
.header-bottom .header-container{display:flex!important;align-items:center;gap:26px;min-height:76px;position:relative}
.header-bottom .header-logo{order:1;flex:none;width:auto!important;max-width:none!important;position:static!important;transform:none!important;padding:0!important;margin:0!important;text-align:left!important}
.header-bottom .header-logo img{max-height:42px;width:auto}
.header-bottom .header-menu{order:2;flex:1 1 auto;min-width:0;width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
.header-bottom .bwp-navigation>ul,.header-bottom ul.menu,.header-bottom .primary-navigation>ul{display:flex!important;align-items:center;justify-content:flex-start!important;position:static!important;padding-left:0!important;gap:4px}
.dh4-mega{position:relative!important;left:auto;top:auto;transform:none!important;margin-right:10px}
.dh4-mega__panel{top:calc(100% + 14px)}
.header-bottom .header-search-form{order:3;flex:0 0 auto;width:250px!important;max-width:250px;margin-left:auto!important}
.header-bottom .header-icon{order:4;flex:none;width:auto!important;max-width:none!important;padding:0!important;margin:0!important}
.header-bottom .header-flex,.header-bottom .content-flash{display:none!important}
.header-bottom .wishlist-box,.header-bottom .maker-topcart,.header-bottom .remove-cart-shadow{display:none!important}
@media (max-width:1300px){
.header-bottom .header-container{gap:18px}
.header-bottom .header-search-form{width:200px!important;max-width:200px}
}
@media (max-width:1100px){
.header-bottom .header-search-form{width:170px!important;max-width:170px}
.header-bottom .header-logo img{max-height:36px}
}
@media (max-width:991px){
.header-top{display:block!important}
.header-bottom .header-container{min-height:0}
}
.content-title-heading,.page-title-heading,.bwp-page-title{display:none!important}
.breadcrumb,.woocommerce-breadcrumb,#breadcrumb{margin:0 0 4px!important;padding:0!important;background:transparent!important;border:0!important}
.bwp-breadcrumb,.woocommerce-breadcrumb{display:inline-flex!important;align-items:center;flex-wrap:wrap;gap:4px;padding:8px 8px 8px 14px!important;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid #E5E6EF;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--dh4-sans);font-size:12.8px;line-height:1;color:#6D7196}
.bwp-breadcrumb::before,.woocommerce-breadcrumb::before{content:"";flex:none;width:15px;height:15px;margin-right:4px;background-color:#F3BA43;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5.5 9.5V21h13V9.5'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5.5 9.5V21h13V9.5'/%3E%3C/svg%3E") center/contain no-repeat}
.bwp-breadcrumb a,.woocommerce-breadcrumb a{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;color:#6D7196!important;text-decoration:none;transition:background .22s,color .22s}
.bwp-breadcrumb a:hover,.woocommerce-breadcrumb a:hover{background:#FDF4E1;color:#C99327!important}
.bwp-breadcrumb .delimiter{display:inline-block;width:12px;height:12px;position:relative;opacity:.55}
.bwp-breadcrumb .delimiter::before{content:"";position:absolute;left:3px;top:3px;width:5px;height:5px;border-right:1.6px solid #9497B6;border-top:1.6px solid #9497B6;transform:rotate(45deg)}
.bwp-breadcrumb .current,.woocommerce-breadcrumb>span:last-child{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:linear-gradient(140deg,#F7CE72,#C99327);color:#fff!important;font-weight:700}
@media (max-width:600px){.bwp-breadcrumb,.woocommerce-breadcrumb{font-size:12px;padding:6px 6px 6px 11px!important}}
.header-bottom .header-search-form{order:3;flex:0 0 auto;width:44px!important;max-width:44px!important;margin-left:auto!important;transition:width .38s cubic-bezier(.22,.61,.36,1),max-width .38s cubic-bezier(.22,.61,.36,1)}
.header-bottom .header-search-form:hover,.header-bottom .header-search-form:focus-within,.header-bottom .header-search-form.is-open{width:262px!important;max-width:262px!important}
.header-search-form form.search-from{display:flex!important;align-items:center;gap:0;width:100%;padding:1px;border-radius:999px;background:transparent;border:1px solid transparent;box-shadow:none;transition:background .32s,border-color .32s,padding .32s}
.header-bottom .header-search-form:hover form.search-from,.header-bottom .header-search-form:focus-within form.search-from,.header-bottom .header-search-form.is-open form.search-from{background:#F2F3F8;border-color:#E3E4EE;padding:3px 3px 3px 18px}
.header-bottom .header-search-form:focus-within form.search-from{background:#fff;border-color:#F5D294;box-shadow:0 0 0 4px rgba(243,186,67,.1)}
.header-search-form .search-box{flex:0 0 auto;width:0;min-width:0;opacity:0;overflow:hidden;transition:opacity .28s,width .38s cubic-bezier(.22,.61,.36,1)}
.header-bottom .header-search-form:hover .search-box,.header-bottom .header-search-form:focus-within .search-box,.header-bottom .header-search-form.is-open .search-box{flex:1 1 auto;width:auto;opacity:1;overflow:visible}
.header-search-form input.input-search,.header-search-form input[type=text]{width:100%;height:36px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-family:var(--dh4-sans);font-size:13.5px;color:#27294C}
.header-search-form button#searchsubmit2,.header-search-form button.btn{flex:none;width:40px;height:40px;min-width:40px;aspect-ratio:1/1;margin:0;padding:0!important;border:1px solid #E3E4EE!important;border-radius:50%!important;background:#fff!important;color:#F3BA43!important;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transition:background .25s,color .25s,border-color .25s,transform .25s}
.header-search-form button#searchsubmit2:hover{background:#F3BA43!important;color:#fff!important;border-color:#F3BA43!important;transform:scale(1.05)}
.header-bottom .header-search-form:hover button#searchsubmit2,.header-bottom .header-search-form:focus-within button#searchsubmit2{border-color:transparent!important}
.header-search-form button>span:not(.search-icon){display:none!important}
.header-search-form button i{font-size:14px!important;line-height:1;color:inherit!important}
.header-search-form .result-search-products-content{left:auto;right:-3px;width:330px;min-width:330px}
@media (max-width:1200px){
.header-bottom .header-search-form:hover,.header-bottom .header-search-form:focus-within,.header-bottom .header-search-form.is-open{width:230px!important;max-width:230px!important}
}
@media (max-width:991px){
.header-bottom .header-search-form{width:100%!important;max-width:none!important}
.header-bottom .header-search-form form.search-from{background:#F2F3F8;border-color:#E3E4EE;padding:3px 3px 3px 18px}
.header-bottom .header-search-form .search-box{flex:1 1 auto;width:auto;opacity:1;overflow:visible}
.header-search-form .result-search-products-content{left:0;right:0;width:auto;min-width:0}
}
html,body{overflow-x:hidden}
#page,.bwp-header,.header-desktop,.header-wrapper,.header-bottom,.header-bottom .header-container{max-width:100%}
.bwp-header .header-search-form{order:3;flex:0 0 auto!important;width:44px!important;max-width:44px!important;min-width:0!important;margin-left:auto!important;position:relative;transition:width .34s cubic-bezier(.22,.61,.36,1),max-width .34s cubic-bezier(.22,.61,.36,1)}
.bwp-header .header-search-form:hover,.bwp-header .header-search-form:focus-within,.bwp-header .header-search-form.is-open{width:250px!important;max-width:250px!important}
.bwp-header .header-search-form form.search-from{display:flex!important;align-items:center;width:100%!important;max-width:100%!important;padding:1px;margin:0;border-radius:999px;background:transparent;border:1px solid transparent;box-shadow:none;transition:background .3s,border-color .3s,padding .3s}
.bwp-header .header-search-form:hover form.search-from,.bwp-header .header-search-form:focus-within form.search-from,.bwp-header .header-search-form.is-open form.search-from{background:#F2F3F8;border-color:#E3E4EE;padding:3px 3px 3px 18px}
.bwp-header .header-search-form:focus-within form.search-from{background:#fff;border-color:#F5D294}
.bwp-header .header-search-form .search-box{position:relative;flex:0 0 auto;width:0!important;min-width:0!important;max-width:100%;opacity:0;overflow:hidden;transition:opacity .26s,width .34s cubic-bezier(.22,.61,.36,1)}
.bwp-header .header-search-form:hover .search-box,.bwp-header .header-search-form:focus-within .search-box,.bwp-header .header-search-form.is-open .search-box{flex:1 1 auto;width:auto!important;opacity:1;overflow:visible}
.bwp-header .header-search-form input.input-search{width:100%!important;max-width:100%!important;height:36px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-family:var(--dh4-sans);font-size:13.5px;color:#27294C}
.bwp-header .header-search-form button#searchsubmit2{flex:none;width:40px!important;height:40px!important;min-width:40px;aspect-ratio:1/1;margin:0;padding:0!important;border:1px solid #E3E4EE!important;border-radius:50%!important;background:#fff!important;color:#F3BA43!important;display:flex!important;align-items:center;justify-content:center;box-shadow:none;transition:background .25s,color .25s,border-color .25s}
.bwp-header .header-search-form button#searchsubmit2:hover{background:#F3BA43!important;color:#fff!important;border-color:#F3BA43!important}
.bwp-header .header-search-form button#searchsubmit2>span:not(.search-icon){display:none!important}
.bwp-header .header-search-form button#searchsubmit2 i{font-size:14px!important;color:inherit!important}
.bwp-header .header-search-form .result-search-products-content{position:absolute!important;top:calc(100% + 14px)!important;left:auto!important;right:0!important;width:340px!important;max-width:calc(100vw - 40px)!important;background:#fff;border:1px solid #E5E6EF;border-radius:16px;box-shadow:0 26px 64px rgba(28,30,56,.2);padding:6px;z-index:99995}
.bwp-header .header-search-form .result-search-products-content:before{display:none!important}
.bwp-header .header-search-form .result-search-products{max-height:420px;padding:6px!important;margin:0!important;overflow-y:auto;overflow-x:hidden;list-style:none}
.bwp-header .header-search-form .result-search-products .item-search{display:flex!important;align-items:center;gap:12px;width:auto!important;padding:9px 10px!important;border-bottom:1px solid #F0F1F7!important;border-radius:12px}
.bwp-header .header-search-form .result-search-products .item-search:hover{background:#F6F7FB}
.bwp-header .header-search-form .result-search-products .item-search .item-image{display:block!important;width:52px!important;min-width:52px;flex:none}
.bwp-header .header-search-form .result-search-products .item-search .item-image img{width:52px!important;height:52px!important;aspect-ratio:1/1;object-fit:contain;background:#F3F4F9;border-radius:10px;padding:4px}
.bwp-header .header-search-form .result-search-products .item-search .item-content{display:block!important;min-width:0;padding-left:0!important;line-height:1.4!important}
.bwp-header .header-search-form .result-search-products .item-search .item-content .price{display:none!important}
.bwp-header .header-search-form .result-search-products-content .close-search-popup{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;background:transparent;z-index:-1!important}
@media (max-width:1200px){
.bwp-header .header-search-form:hover,.bwp-header .header-search-form:focus-within,.bwp-header .header-search-form.is-open{width:220px!important;max-width:220px!important}
}
@media (max-width:991px){
.bwp-header .header-search-form{width:100%!important;max-width:100%!important;margin-left:0!important}
.bwp-header .header-search-form form.search-from{background:#F2F3F8;border-color:#E3E4EE;padding:3px 3px 3px 18px}
.bwp-header .header-search-form .search-box{flex:1 1 auto;width:auto!important;opacity:1;overflow:visible}
.bwp-header .header-search-form .result-search-products-content{left:0!important;right:0!important;width:auto!important}
}
.dh4-mega__panel{max-width:calc(100vw - 40px)!important}
.bwp-header .login-header,
.bwp-header .header-page-link .login-header,
.bwp-header .active-login,
.bwp-header .wp-dropdown-my-account,
.bwp-header .customer-login-form,
.bwp-header .maker-login-form,
.bwp-header .login-form-popup,
.bwp-header .header-icon .icon-user,
.wpbingo-menu-mobile .login-header,
.mobile-menu .login-header{display:none!important}
.bwp-header .header-icon,.bwp-header .header-page-link{display:none!important}
.header-bottom .header-container .header-search-form{margin-right:0!important}
.wpbingo-menu-mobile .wishlist-box,.mobile-menu .wishlist-box,
.wpbingo-menu-mobile .maker-topcart,.mobile-menu .maker-topcart,
.wpbingo-menu-mobile .active-login,.mobile-menu .active-login,
.header-mobile .login-header,.header-mobile .wishlist-box,.header-mobile .maker-topcart{display:none!important}
.woocommerce-MyAccount-navigation,
.dh4-footer a[href*="my-account"],
.dh4-footer a[href*="/account"]{display:none!important}
.bwp-header .header-search-form .result-search-products-content{position:absolute!important;top:calc(100% + 14px)!important;left:auto!important;right:0!important;width:360px!important;max-width:calc(100vw - 32px)!important;padding:0!important;border-radius:20px!important;background:linear-gradient(160deg,rgba(255,255,255,.82),rgba(245,246,251,.72))!important;border:1px solid rgba(255,255,255,.7)!important;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 30px 70px rgba(28,30,56,.22)!important;overflow:hidden}
.bwp-header .header-search-form .result-search-products-content::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F3BA43,#F7CE72 40%,#454880);z-index:3}
.bwp-header .header-search-form .result-search-products{max-height:min(440px,60vh);padding:14px 10px 10px!important;margin:0!important;overflow-y:auto;overflow-x:hidden;list-style:none;background:transparent}
.bwp-header .header-search-form .result-search-products::-webkit-scrollbar{width:5px}
.bwp-header .header-search-form .result-search-products::-webkit-scrollbar-thumb{background:rgba(39,41,76,.18);border-radius:9px}
.bwp-header .header-search-form .result-search-products .item-search{display:flex!important;align-items:center;gap:13px;width:auto!important;padding:9px 11px!important;margin-bottom:3px;border:0!important;border-radius:14px;transition:background .24s,transform .24s}
.bwp-header .header-search-form .result-search-products .item-search:hover{background:rgba(255,255,255,.86);transform:translateX(3px)}
.bwp-header .header-search-form .result-search-products .item-search .item-image{display:block!important;width:54px!important;min-width:54px;flex:none}
.bwp-header .header-search-form .result-search-products .item-search .item-image img{width:54px!important;height:54px!important;aspect-ratio:1/1;object-fit:contain;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.9);border-radius:12px;padding:4px}
.bwp-header .header-search-form .result-search-products .item-search .item-content{display:block!important;min-width:0;padding-left:0!important;line-height:1.4!important;font-size:13.5px;font-weight:600;color:#27294C}
.bwp-header .header-search-form .result-search-products .item-search .item-content .price,.bwp-header .header-search-form .result-search-products .item-search .item-content del,.bwp-header .header-search-form .result-search-products .item-search .item-content ins{display:none!important}
.bwp-header .header-search-form .result-search-products.loading{min-height:110px}
.products-list.grid .product-button .button,.products-list.grid .product-button .product_type_simple,.products-list.grid .product-button .added_to_cart{display:none!important}
.products-list.grid .product-button .dh4-cmp__btn,.products-list.grid .product-button .woosw-btn,.products-list.grid .product-button .quickview{width:38px!important;height:38px!important;min-width:38px;aspect-ratio:1/1;border-radius:50%!important;border:0!important;background:rgba(255,255,255,.82)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#27294C!important;display:flex!important;align-items:center;justify-content:center;font-size:0!important;box-shadow:0 3px 10px rgba(28,30,56,.14);cursor:pointer;transition:background .24s,color .24s,transform .24s}
.products-list.grid .product-button .dh4-cmp__btn:hover,.products-list.grid .product-button .woosw-btn:hover,.products-list.grid .product-button .quickview:hover{background:#F3BA43!important;color:#fff!important;transform:translateY(-2px) scale(1.06)}
.products-list.grid .product-button .dh4-cmp__btn svg{width:17px;height:17px}
.products-list.grid .product-button .dh4-cmp__btn.is-on{background:#27294C!important;color:#fff!important}
.products-list.grid .product-button i{font-size:15px!important;line-height:1}
.products-list.grid .product-wapper .products-content .contents{padding-bottom:56px}
.dh4-rm{position:absolute;left:0;bottom:26px;display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 18px;border-radius:999px;background:#27294C;color:#fff!important;font-family:var(--dh4-sans);font-size:12.5px;font-weight:700;text-decoration:none;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .32s cubic-bezier(.22,.61,.36,1),transform .32s cubic-bezier(.22,.61,.36,1),background .24s}
.dh4-rm::after{content:"\2192";font-size:13px;transition:transform .25s}
.dh4-rm:hover{background:#F3BA43;color:#fff!important}
.dh4-rm:hover::after{transform:translateX(3px)}
.products-list.grid>li:hover .dh4-rm,.products-list.grid>li:focus-within .dh4-rm{opacity:1;transform:none;pointer-events:auto}
.dh4-tray{position:fixed;left:50%;bottom:22px;transform:translate(-50%,140%);z-index:99997;opacity:0;transition:transform .45s cubic-bezier(.22,.61,.36,1),opacity .35s;pointer-events:none}
.dh4-tray.is-on{transform:translate(-50%,0);opacity:1;pointer-events:auto}
.dh4-tray__in{display:flex;align-items:center;gap:14px;padding:10px 12px 10px 20px;border-radius:999px;background:rgba(39,41,76,.86);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 60px rgba(21,23,46,.4);color:#fff}
.dh4-tray__n{font-size:13px;font-weight:600;color:#C5C7DA;white-space:nowrap}
.dh4-tray__n b{color:#fff}
.dh4-tray__thumbs{display:flex;gap:6px}
.dh4-tray__thumbs img{width:36px;height:36px;aspect-ratio:1/1;object-fit:contain;background:rgba(255,255,255,.9);border-radius:9px;padding:3px}
.dh4-tray__go{height:38px;padding:0 20px;border:0;border-radius:999px;background:#F3BA43;color:#fff;font-family:var(--dh4-sans);font-size:13.5px;font-weight:700;cursor:pointer;transition:background .24s}
.dh4-tray__go:hover{background:#C99327}
.dh4-tray__clear{background:transparent;border:0;color:#9093B5;font-size:12.5px;cursor:pointer;padding:0 6px}
.dh4-tray__clear:hover{color:#fff}
.dh4-cmpwrap{position:fixed;inset:0;z-index:999999;display:none;place-items:center;padding:24px;background:rgba(21,23,46,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.dh4-cmpwrap.is-open{display:grid}
.dh4-cmpwrap__box{position:relative;width:min(1040px,100%);max-height:86vh;overflow:auto;border-radius:22px;padding:28px;background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(245,246,251,.84));border:1px solid rgba(255,255,255,.7);-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);box-shadow:0 40px 90px rgba(21,23,46,.4)}
.dh4-cmpwrap__box h3{margin:0 0 18px;font-family:var(--dh4-display);font-size:22px;font-weight:800;color:#27294C;text-transform:none}
.dh4-cmpwrap__x{position:absolute;top:18px;right:18px;width:38px;height:38px;aspect-ratio:1/1;border-radius:50%;border:1px solid rgba(39,41,76,.12);background:rgba(255,255,255,.7);color:#27294C;font-size:18px;cursor:pointer}
.dh4-cmpwrap__x:hover{background:#F3BA43;color:#fff;border-color:#F3BA43}
.dh4-cmp__row{display:grid;grid-template-columns:150px repeat(var(--n,2),minmax(0,1fr));gap:10px;padding:9px 10px;border-radius:10px}
.dh4-cmp__row:nth-child(even){background:rgba(255,255,255,.6)}
.dh4-cmp__row--head{background:transparent!important;align-items:end;padding-bottom:14px}
.dh4-cmp__lbl{font-size:12.5px;font-weight:700;color:#3B3E63}
.dh4-cmp__cell{font-size:12.5px;color:#6D7196}
.dh4-cmp__cell i{color:#B7BACE}
.dh4-cmp__col{position:relative;text-align:center}
.dh4-cmp__col a{text-decoration:none}
.dh4-cmp__fig{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:rgba(255,255,255,.8);border-radius:14px;margin-bottom:8px;overflow:hidden}
.dh4-cmp__fig img{max-width:82%;max-height:82%;object-fit:contain}
.dh4-cmp__col b{display:block;font-size:13px;font-weight:700;color:#27294C;line-height:1.35}
.dh4-cmp__mod{display:block;margin-top:3px;font-size:11.5px;color:#8C90AC}
.dh4-cmp__x{position:absolute;top:-8px;right:-8px;width:26px;height:26px;aspect-ratio:1/1;border-radius:50%;border:0;background:#27294C;color:#fff;font-size:14px;line-height:1;cursor:pointer}
.dh4-cmp__x:hover{background:#F3BA43}
@media (max-width:991px){
.dh4-wrap{padding-left:18px;padding-right:18px}
#bwp-topbar .container,.header-top .container,.header-bottom .container,.bwp-header .container{padding-left:18px!important;padding-right:18px!important}
.dh4-sec{padding-top:44px;padding-bottom:44px}
.dh4-title{font-size:clamp(22px,5.4vw,30px)}
.dh4-sub{font-size:15px}
.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:100%!important;float:none!important;margin:0 0 22px!important}
.dh4-spec{margin-top:34px;padding:0 18px}
.dh4-spec__card dl>div{grid-template-columns:minmax(96px,44%) minmax(0,1fr);gap:10px;padding:9px 10px}
.dh4-tray{left:14px;right:14px;bottom:14px;transform:translate(0,140%);width:auto}
.dh4-tray.is-on{transform:translate(0,0)}
.dh4-tray__in{padding:9px 10px 9px 14px;gap:10px}
.dh4-tray__thumbs{display:none}
.dh4-cmpwrap{padding:14px}
.dh4-cmpwrap__box{padding:20px 16px}
.dh4-cmp__row{grid-template-columns:110px repeat(var(--n,2),minmax(96px,1fr));gap:8px;font-size:12px}
.dh4-cmpwrap__box{overflow-x:auto}
}
@media (max-width:767px){
.dh4-sec{padding-top:36px;padding-bottom:36px}
.dh4-head{gap:16px;margin-bottom:26px}
.dh4-rm{position:static;opacity:1;transform:none;pointer-events:auto;margin-top:10px;height:32px;font-size:12px}
.products-list.grid .product-wapper .products-content .contents{padding-bottom:24px}
.products-list.grid .dost-sku{position:static!important;margin-top:6px!important}
.products-list.grid .product-button{opacity:1!important;visibility:visible!important}
.dh4-services{gap:18px}
.dh4-svc{gap:14px}
.dh4-stat{padding:20px 18px}
.dh4-stat__n{font-size:30px}
.dh4-fbot{gap:14px}
.dh4-cta__in{padding:38px 0}
.dh4-spec__h{font-size:19px}
}
@media (max-width:480px){
.dh4-wrap{padding-left:14px;padding-right:14px}
.dh4-tray__n{display:none}
.dh4-tray__go{flex:1 1 auto}
.dh4-cmp__row{grid-template-columns:92px repeat(var(--n,2),minmax(88px,1fr))}
}
:root{--dh4-hd:120px}
body{padding-top:var(--dh4-hd)}
body.admin-bar #bwp-header{top:32px}
#bwp-header{position:fixed!important;top:0;left:0;right:0;z-index:99990;background:transparent!important;border:0!important;box-shadow:none!important;transition:transform .4s cubic-bezier(.22,.61,.36,1)}
#bwp-topbar{overflow:hidden;max-height:44px;opacity:1;background:rgba(28,30,56,.92);-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);transition:max-height .38s cubic-bezier(.22,.61,.36,1),opacity .3s}
#bwp-header.is-stuck #bwp-topbar{max-height:0;opacity:0}
.header-bottom{background:transparent!important;border:0!important;padding:10px 0 0}
.header-bottom .container{max-width:1180px!important;transition:max-width .4s cubic-bezier(.22,.61,.36,1)}
.header-bottom .header-container{position:relative;min-height:66px!important;padding:0 26px!important;border-radius:22px;
background:linear-gradient(155deg,rgba(255,255,255,.78),rgba(245,246,251,.66));
border:1px solid rgba(255,255,255,.75);
-webkit-backdrop-filter:blur(22px) saturate(185%);backdrop-filter:blur(22px) saturate(185%);
box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 30px rgba(28,30,56,.1);
transition:min-height .35s cubic-bezier(.22,.61,.36,1),background .45s,border-color .45s,box-shadow .45s,border-radius .35s}
#bwp-header.is-stuck .header-bottom .container{max-width:1080px!important}
#bwp-header.is-stuck .header-bottom .header-container{min-height:58px!important;border-radius:999px;
background:linear-gradient(155deg,rgba(255,255,255,.9),rgba(243,244,250,.8));
box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 16px 44px rgba(28,30,56,.16)}
#bwp-header.on-dark .header-bottom .header-container{
background:linear-gradient(155deg,rgba(30,32,60,.6),rgba(20,22,44,.5));
border-color:rgba(255,255,255,.18);
box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 16px 44px rgba(21,23,46,.34)}
#bwp-header.on-dark .header-bottom ul.menu>li>a,#bwp-header.on-dark .header-bottom .header-menu a{color:#E9EAF3!important}
#bwp-header.on-dark .header-bottom ul.menu>li>a:hover{color:#F7CE72!important}
#bwp-header.on-dark .header-search-form button#searchsubmit2{background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.24)!important;color:#F7CE72!important}
#bwp-header.on-dark .header-search-form:hover form.search-from,#bwp-header.on-dark .header-search-form:focus-within form.search-from,#bwp-header.on-dark .header-search-form.is-open form.search-from{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.26)}
#bwp-header.on-dark .header-search-form input.input-search{color:#fff}
#bwp-header.on-dark .header-search-form input.input-search::placeholder{color:rgba(255,255,255,.6)}
#bwp-header.on-dark .header-logo img{filter:brightness(0) invert(1)}
.dh4-mega__panel{top:calc(100% + 16px)}
.bwp-header .header-search-form .result-search-products-content{top:calc(100% + 16px)!important}
@media (max-width:991px){
:root{--dh4-hd:0px}
body{padding-top:0}
#bwp-header{position:relative!important}
#bwp-header.is-stuck #bwp-topbar{max-height:44px;opacity:1}
.header-bottom{padding:0}
.header-bottom .header-container{border-radius:0;background:#fff;border:0;box-shadow:0 2px 10px rgba(28,30,56,.08);padding:0 18px!important;min-height:0!important}
}
#bwp-header,
#bwp-header .header-desktop,
#bwp-header .header-wrapper,
#bwp-header .header-top,
#bwp-header .header-bottom,
#bwp-header .header-bottom .container,
.bwp-header.header-v3,
.bwp-header .header-desktop,
.bwp-header .header-wrapper{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important}
#bwp-header .header-wrapper::before,#bwp-header .header-wrapper::after,#bwp-header .header-desktop::before,#bwp-header .header-desktop::after{display:none!important}
.header-bottom{padding:12px 0 0!important}
.header-bottom .header-container{border-radius:999px!important;padding:0 12px 0 26px!important;min-height:64px!important;flex-wrap:nowrap!important}
#bwp-header.is-stuck .header-bottom .header-container{border-radius:999px!important;min-height:56px!important;padding:0 10px 0 22px!important}
.header-bottom .header-menu,.header-bottom .wpbingo-menu-mobile,.header-bottom .header-menu-bg,.header-bottom .bwp-navigation{min-width:0!important;overflow:visible}
.header-bottom .bwp-navigation>ul,.header-bottom ul.menu,.header-bottom .primary-navigation>ul{flex-wrap:nowrap!important;white-space:nowrap;gap:2px;min-width:0}
.header-bottom ul.menu>li{flex:0 0 auto!important;white-space:nowrap}
.header-bottom ul.menu>li>a{padding-left:11px!important;padding-right:11px!important;font-size:14px;transition:font-size .3s cubic-bezier(.22,.61,.36,1),padding .3s cubic-bezier(.22,.61,.36,1)}
.header-bottom .header-logo img{transition:max-height .3s cubic-bezier(.22,.61,.36,1)}
#bwp-header.is-stuck .header-bottom ul.menu>li>a{font-size:13.2px;padding-left:8px!important;padding-right:8px!important}
#bwp-header.is-stuck .header-bottom .header-logo img{max-height:32px}
#bwp-header.is-stuck .dh4-mega__btn{height:38px;padding:0 14px;font-size:13.2px;margin-right:6px!important}
#bwp-header.is-stuck .header-bottom .header-container{gap:14px}
#bwp-header.is-stuck .bwp-header .header-search-form button#searchsubmit2,#bwp-header.is-stuck .header-search-form button#searchsubmit2{width:36px!important;height:36px!important;min-width:36px}
@media (max-width:1280px){
.header-bottom .header-container{padding:0 10px 0 20px!important}
.header-bottom ul.menu>li>a{font-size:13.4px;padding-left:8px!important;padding-right:8px!important}
.header-bottom .header-logo img{max-height:34px}
.dh4-mega__btn{padding:0 14px;font-size:13.4px}
}
@media (max-width:1120px){
.header-bottom ul.menu>li>a{font-size:12.8px;padding-left:6px!important;padding-right:6px!important}
.dh4-mega__btn{padding:0 12px;font-size:12.8px}
.dh4-mega__btn .dh4-mega__label{display:none}
.dh4-mega__btn{width:42px;padding:0;justify-content:center}
}
@media (max-width:991px){
#bwp-header .header-bottom .header-container{background:#fff!important;border-radius:0!important;padding:0 18px!important;flex-wrap:wrap!important}
.header-bottom{padding:0!important}
}
body.dh4-overlay{padding-top:0!important}
body.dh4-overlay .dh4-hero{padding-top:calc(var(--dh4-hd) - 34px)}
body.dh4-overlay .dh4-nh{padding-top:calc(var(--dh4-hd) + 6px)}
body.dh4-overlay .dh4-hero__track{min-height:calc(700px - var(--dh4-hd) + 120px)}
body:not(.dh4-overlay){padding-top:var(--dh4-hd)}
#page{background:transparent}
@media (max-width:991px){
body.dh4-overlay,body:not(.dh4-overlay){padding-top:0!important}
body.dh4-overlay .dh4-hero{padding-top:0}
body.dh4-overlay .dh4-nh{padding-top:20px}
body.dh4-overlay .dh4-hero__track{min-height:640px}
}
#bwp-header .header-bottom .container,
#bwp-header.is-stuck .header-bottom .container{max-width:1340px!important;width:100%!important;padding-left:24px!important;padding-right:24px!important;margin-left:auto!important;margin-right:auto!important}
#bwp-header .header-bottom .header-container,
#bwp-header.is-stuck .header-bottom .header-container{min-height:64px!important;border-radius:999px!important;padding:0 12px 0 24px!important;gap:18px!important;flex-wrap:nowrap!important}
#bwp-header .header-bottom .header-logo,
#bwp-header .header-bottom .header-logo .wpbingoLogo,
#bwp-header .header-bottom .header-logo a{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;float:none!important;display:block!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;text-align:left!important}
#bwp-header .header-bottom .header-logo{order:1;flex:0 0 auto!important;margin-right:6px!important;line-height:0}
#bwp-header .header-bottom .header-logo img{display:block;max-height:38px;width:auto!important;max-width:150px;object-fit:contain;transition:max-height .3s cubic-bezier(.22,.61,.36,1)}
#bwp-header .header-bottom .header-menu{order:2;flex:1 1 auto!important;min-width:0!important}
#bwp-header .header-bottom .header-search-form{order:3;flex:0 0 auto!important;margin-left:auto!important}
#bwp-header .header-bottom ul.menu{justify-content:flex-start!important;flex-wrap:nowrap!important;white-space:nowrap;gap:0}
#bwp-header .header-bottom ul.menu>li{flex:0 0 auto!important}
.dh4-mega{position:relative!important;left:auto!important;top:auto!important;transform:none!important;flex:0 0 auto;margin-right:12px!important}
#bwp-header .header-bottom ul.menu>li>a{font-size:14px;padding:0 11px!important;transition:font-size .3s cubic-bezier(.22,.61,.36,1),padding .3s cubic-bezier(.22,.61,.36,1)}
#bwp-header.is-stuck .header-bottom ul.menu>li>a{font-size:12.8px;padding:0 8px!important}
#bwp-header.is-stuck .header-bottom .header-logo img{max-height:30px;max-width:124px}
#bwp-header .dh4-mega__btn{height:40px;padding:0 16px;font-size:13.6px;transition:height .3s cubic-bezier(.22,.61,.36,1),padding .3s,font-size .3s}
#bwp-header.is-stuck .dh4-mega__btn{height:34px;padding:0 12px;font-size:12.6px}
#bwp-header .dh4-mega__bars{width:15px}
#bwp-header.is-stuck .dh4-mega__bars{width:13px}
#bwp-header.is-stuck .dh4-mega__chev{width:12px;height:12px}
#bwp-header .header-search-form button#searchsubmit2{transition:width .3s,height .3s}
#bwp-header.is-stuck .header-search-form button#searchsubmit2{width:34px!important;height:34px!important;min-width:34px}
#bwp-header.is-stuck .header-search-form input.input-search{height:32px;font-size:13px}
@media (max-width:1240px){
#bwp-header .header-bottom ul.menu>li>a{font-size:13.2px;padding:0 8px!important}
#bwp-header .header-bottom .header-logo img{max-height:34px;max-width:128px}
}
@media (max-width:1080px){
#bwp-header .header-bottom ul.menu>li>a{font-size:12.6px;padding:0 6px!important}
#bwp-header .dh4-mega__btn{width:40px;padding:0;justify-content:center}
#bwp-header .dh4-mega__label{display:none}
}
@media (max-width:991px){
#bwp-header .header-bottom .header-container,#bwp-header.is-stuck .header-bottom .header-container{border-radius:0!important;min-height:0!important;padding:0 18px!important;flex-wrap:wrap!important;gap:12px!important}
#bwp-header .header-bottom .header-logo img{max-height:32px}
}
#bwp-topbar,.topbar-v2,#bwp-header .campbar{display:none!important}
#bwp-header .dh4-mega__btn{position:relative;display:inline-flex;align-items:center;gap:11px;height:42px;padding:0 20px 0 6px;border-radius:999px;overflow:visible;
background:linear-gradient(135deg,#F7CE72,#C99327);
border:1px solid rgba(255,255,255,.34);
box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 6px 18px rgba(243,186,67,.32);
color:#fff;font-weight:700;letter-spacing:.005em;
transition:box-shadow .3s cubic-bezier(.22,.61,.36,1),filter .3s,height .3s,padding .3s,font-size .3s}
#bwp-header .dh4-mega__btn:hover{filter:brightness(1.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 10px 26px rgba(243,186,67,.44)}
#bwp-header .dh4-mega__bars{width:32px!important;height:32px;min-width:32px;aspect-ratio:1/1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3.5px;
background:rgba(255,255,255,.94);box-shadow:inset 0 -1px 0 rgba(39,41,76,.06);transition:transform .4s cubic-bezier(.22,.61,.36,1)}
#bwp-header .dh4-mega__bars span{display:block;height:2px;width:14px;border-radius:2px;background:#C99327;transition:width .3s,transform .3s}
#bwp-header .dh4-mega__bars span:nth-child(2){width:9px}
#bwp-header .dh4-mega:hover .dh4-mega__bars{transform:rotate(90deg)}
#bwp-header .dh4-mega:hover .dh4-mega__bars span:nth-child(2){width:14px}
#bwp-header.is-stuck .dh4-mega__btn{height:36px;padding:0 16px 0 5px;font-size:12.8px}
#bwp-header.is-stuck .dh4-mega__bars{width:27px!important;height:27px;min-width:27px;gap:3px}
#bwp-header.is-stuck .dh4-mega__bars span{width:12px}
#bwp-header .dh4-mega__chev{opacity:.9}
#bwp-header .dh4-mega__panel{
background:linear-gradient(160deg,rgba(255,255,255,.94),rgba(243,244,250,.88))!important;
border:1px solid rgba(255,255,255,.85)!important;
-webkit-backdrop-filter:blur(30px) saturate(190%);backdrop-filter:blur(30px) saturate(190%);
box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 34px 80px rgba(28,30,56,.26)!important}
#bwp-header .dh4-mega__cats{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(237,238,247,.45))!important;border-right:1px solid rgba(255,255,255,.8)!important}
#bwp-header .dh4-mega__panel,
#bwp-header.on-dark .dh4-mega__panel{color:#27294C!important}
#bwp-header .dh4-mega__panel a,
#bwp-header.on-dark .dh4-mega__panel a,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__panel a{color:#3B3E63!important}
#bwp-header .dh4-mega__cat,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__cat{color:#27294C!important;font-weight:650}
#bwp-header .dh4-mega__cat:hover,#bwp-header .dh4-mega__cat.is-on,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__cat:hover,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__cat.is-on{color:#C99327!important;background:rgba(255,255,255,.94)!important}
#bwp-header .dh4-mega__ct{color:#7E819F!important}
#bwp-header .dh4-mega__head h4,#bwp-header.on-dark .dh4-mega__head h4{color:#27294C!important}
#bwp-header .dh4-mega__eyebrow{color:#C99327!important}
#bwp-header .dh4-mega__sub{color:#7E819F!important}
#bwp-header .dh4-mega__list a,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__list a{color:#3D4064!important;font-weight:500}
#bwp-header .dh4-mega__list a:hover,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__list a:hover{color:#C99327!important}
#bwp-header .dh4-mega__cn,#bwp-header.on-dark .dh4-mega__cn{color:#2A2C48!important}
#bwp-header .dh4-mega__card{background:rgba(255,255,255,.86)!important;border-color:rgba(255,255,255,.9)!important}
#bwp-header .dh4-mega__card:hover{border-color:#F7DCA6!important}
#bwp-header .dh4-mega__fig{background:rgba(245,246,251,.9)!important}
#bwp-header .dh4-mega__all,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__all{color:#C99327!important;background:rgba(253,246,230,.9)!important;border-color:rgba(247,220,166,.9)!important}
#bwp-header .dh4-mega__all:hover,#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__all:hover{background:#F3BA43!important;color:#fff!important}
#bwp-header .dh4-mega__foot{background:rgba(255,255,255,.55)!important;border-top-color:rgba(255,255,255,.8)!important}
#bwp-header .dh4-mega__foot a,#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__foot a{color:#C99327!important}
#bwp-header .dh4-mega__loading{color:#7E819F!important}
#bwp-header .dh4-mega__promo,#bwp-header .dh4-mega__promo *,
#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__promo *{color:#fff!important}
#bwp-header .dh4-mega__pc,#bwp-header.on-dark .dh4-mega__pc{color:#C5C7DA!important}
#bwp-header .dh4-mega__pbtn,#bwp-header.on-dark .header-bottom .header-menu .dh4-mega__pbtn{background:#F3BA43!important;color:#fff!important}
#bwp-header.on-dark .header-search-form .result-search-products a,
#bwp-header.on-dark .header-search-form .result-search-products .item-content{color:#27294C!important}
.products-list.grid .product-wapper .products-content .contents{position:relative;display:flex!important;flex-direction:column;padding-bottom:2px!important}
.products-list.grid .product-wapper .products-content .reviews-wrap{order:1;min-height:20px;margin:6px 0 0!important}
.products-list.grid .dh4-rm{order:2;position:static!important;left:auto!important;bottom:auto!important;align-self:flex-start;
height:34px;margin:10px 0 10px!important;
opacity:0;transform:translateY(8px);pointer-events:none;
transition:opacity .3s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1),background .24s}
.products-list.grid>li:hover .dh4-rm,.products-list.grid>li:focus-within .dh4-rm{opacity:1;transform:none;pointer-events:auto}
.products-list.grid .product-wapper .products-content .contents .dost-sku{order:3;position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0!important;min-height:18px;line-height:18px}
@media (max-width:767px){
.products-list.grid .dh4-rm{opacity:1;transform:none;pointer-events:auto;height:32px;margin:8px 0!important}
.products-list.grid .product-wapper .products-content .contents{padding-bottom:2px!important}
}
:root{
--dh4-sans:'Instrument Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
--dh4-display:'Sora',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
--dh4-num:'Instrument Sans',ui-monospace,'SF Mono','Roboto Mono',Menlo,monospace;
}
html{-webkit-text-size-adjust:100%}
body,button,input,select,textarea,.dh4,.woocommerce,.woocommerce-page{
font-family:var(--dh4-sans);
font-optical-sizing:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-rendering:optimizeLegibility;
}
body{font-size:16px;line-height:1.66;letter-spacing:-.003em}
p,li,dd,blockquote,.dh4-sub,.dh4 p{text-wrap:pretty}
h1,h2,h3,h4,h5,h6,.dh4-title,.dh4-title--sm,.product-title{text-wrap:balance}
.dh4-sub,.dh4 p,.woocommerce-product-details__short-description p,.entry-content p{
font-size:16px;line-height:1.75;letter-spacing:-.002em}
.dh4-story__txt p{font-size:16.5px;line-height:1.78}
.dh4-ad p,.dh4-fcard p{letter-spacing:0}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--dh4-display);text-transform:none!important}
.dh4-title{letter-spacing:-.034em;line-height:1.05}
.dh4-title--sm{letter-spacing:-.028em;line-height:1.14}
.product-title,.product-title a,.product-wapper .product-title a{font-family:var(--dh4-display)!important;font-weight:600;letter-spacing:-.018em}
.dost-sku,.dh4-cmp__mod,.dh4-spec dd,.dh4-stat__n,.dh4-story__stat b,.dh4-fcard__meta b,.dh4-count{
font-family:var(--dh4-num);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"zero" 1}
.dh4-eyebrow,.dh4-slide__eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.16em}
.cat-products,.cat-products a{font-size:11.5px;font-weight:600;letter-spacing:.055em}
.dh4-btn,.button,.wp-element-button,input,select,textarea{font-family:var(--dh4-sans)}
.dh4-btn{font-weight:600;letter-spacing:-.005em}
em,i,.dh4 em{font-style:italic}
.dh4-title em{font-style:normal}
html.dh4-mo .dh4-sec .dh4-head,html.dh4-mo .dh4-intro,html.dh4-mo .dh4-spec,html.dh4-mo .dh4-cta__btns,html.dh4-mo .dh4-svc,html.dh4-mo .dh4-stat,html.dh4-mo .dh4-cat,html.dh4-mo .dh4-vid,html.dh4-mo .dh4-tile,html.dh4-mo .dh4-ad,html.dh4-mo .dh4-fcard,html.dh4-mo .dh4-bento__big,html.dh4-mo .dh4-bento__side,html.dh4-mo .dh4-nh__card,html.dh4-mo .dh4-sp,html.dh4-mo .products-list.grid > li,html.dh4-mo .dh4-prods ul.products > li,html.dh4-mo .dh4-story__txt,html.dh4-mo .dh4-story__media{opacity:0;transition:opacity .74s cubic-bezier(.22,.61,.36,1),transform .74s cubic-bezier(.22,.61,.36,1);transition-delay:var(--rvd,0ms);will-change:opacity,transform}html.dh4-mo .dh4-sec .dh4-head,html.dh4-mo .dh4-intro,html.dh4-mo .dh4-spec,html.dh4-mo .dh4-cta__btns,html.dh4-mo .dh4-svc,html.dh4-mo .dh4-stat,html.dh4-mo .dh4-cat,html.dh4-mo .dh4-vid,html.dh4-mo .dh4-tile,html.dh4-mo .dh4-ad,html.dh4-mo .dh4-fcard,html.dh4-mo .dh4-bento__big,html.dh4-mo .dh4-bento__side,html.dh4-mo .dh4-nh__card,html.dh4-mo .dh4-sp,html.dh4-mo .products-list.grid > li,html.dh4-mo .dh4-prods ul.products > li{transform:translate3d(0,30px,0)}html.dh4-mo .dh4-story__txt{transform:translate3d(-34px,0,0)}html.dh4-mo .dh4-story__media{transform:translate3d(34px,0,0)}html.dh4-mo .dh4-rv-in{opacity:1!important;transform:none!important;will-change:auto}
html.dh4-mo .dh4-ads>*:nth-child(2),html.dh4-mo .dh4-services>*:nth-child(2),html.dh4-mo .dh4-stats>*:nth-child(2){--rvd:90ms}
html.dh4-mo .dh4-ads>*:nth-child(3),html.dh4-mo .dh4-services>*:nth-child(3),html.dh4-mo .dh4-stats>*:nth-child(3){--rvd:180ms}
html.dh4-mo .dh4-services>*:nth-child(4),html.dh4-mo .dh4-stats>*:nth-child(4){--rvd:270ms}
html.dh4-mo .products-list.grid>li:nth-child(4n+2),html.dh4-mo .dh4-prods ul.products>li:nth-child(4n+2){--rvd:70ms}
html.dh4-mo .products-list.grid>li:nth-child(4n+3),html.dh4-mo .dh4-prods ul.products>li:nth-child(4n+3){--rvd:140ms}
html.dh4-mo .products-list.grid>li:nth-child(4n+4),html.dh4-mo .dh4-prods ul.products>li:nth-child(4n+4){--rvd:210ms}
html.dh4-mo .dh4-cat:nth-child(2n){--rvd:60ms}
html.dh4-mo .dh4-cat:nth-child(3n){--rvd:120ms}
html.dh4-mo .dh4-vid:nth-child(2),html.dh4-mo .dh4-tile:nth-child(2),html.dh4-mo .dh4-nh__card:nth-child(2){--rvd:80ms}
html.dh4-mo .dh4-vid:nth-child(3),html.dh4-mo .dh4-tile:nth-child(3),html.dh4-mo .dh4-nh__card:nth-child(3){--rvd:160ms}
html.dh4-mo .dh4-story__media{--rvd:110ms}
.dh4-prog{position:fixed;top:0;left:0;right:0;height:3px;z-index:99998;pointer-events:none;background:linear-gradient(90deg,#F3BA43 0%,#F7CE72 42%,#454880 100%);transform:scaleX(0);transform-origin:0 50%;transition:transform .12s linear,opacity .3s;opacity:0}
.dh4-prog.is-on{opacity:1}
[data-dh4-px]{transform:translate3d(0,var(--py,0px),0) scale(var(--pz,1.06));will-change:transform}
[id]{scroll-margin-top:calc(var(--dh4-hd,96px) + 18px)}
@media (prefers-reduced-motion:reduce){
.dh4-prog{display:none}
[data-dh4-px]{transform:none!important}
}
.products-list.grid>li{margin-bottom:20px}
.products-list.grid>li>.product-wapper{--co-tint:#FDF4E0;--co-line:rgba(243,186,67,.3);--co-mark:#F3BA43;--co-ink:#8A6410;position:relative;background:#fff;border:1px solid #E5E6EF!important;border-radius:20px;overflow:hidden;box-shadow:0 1px 2px rgba(39,41,76,.04),0 4px 12px rgba(39,41,76,.05);transition:transform .42s cubic-bezier(.22,.61,.36,1),box-shadow .42s cubic-bezier(.22,.61,.36,1),border-color .32s}
.products-list.grid>li:hover>.product-wapper,.products-list.grid>li:focus-within>.product-wapper,.products-list.grid .product-wapper:hover{transform:translate3d(0,-6px,0);border:1px solid var(--co-line)!important;box-shadow:0 2px 6px rgba(39,41,76,.05),0 14px 30px rgba(39,41,76,.09)}
.products-list.grid .product-wapper .products-thumb{position:relative;z-index:2;margin:8px 8px 0;aspect-ratio:5/4;border-radius:14px;background:#fff;transition:background .42s}
.products-list.grid .product-wapper .products-thumb>a.woocommerce-LoopProduct-link{padding:8px}
.products-list.grid>li:hover .product-wapper .products-thumb{background:#fff}
.products-list.grid .product-wapper .products-thumb img{transition:transform .62s cubic-bezier(.22,.61,.36,1)}
.products-list.grid>li:hover .product-wapper .products-thumb img{transform:scale(1.07)}
.products-list.grid .product-wapper .products-thumb .onsale,.products-list.grid .product-wapper .product-stock,.products-list.grid .product-wapper .product-lable,.products-list.grid .product-wapper .vgwc-label{display:none!important}
.products-list.grid .product-wapper .products-thumb .product-button{position:absolute!important;top:12px;right:12px;left:auto;bottom:auto;z-index:5;width:auto;margin:0;padding:0;display:flex!important;flex-direction:column;align-items:flex-end;gap:8px;opacity:1!important;visibility:visible!important;transform:none!important;background:none!important}
.products-list.grid .product-wapper .products-thumb .product-button>*{display:block;width:auto;height:auto;min-width:0;margin:0;padding:0;background:none!important;border:0!important;box-shadow:none!important;opacity:0;transform:translate3d(14px,0,0);transition:opacity .32s cubic-bezier(.22,.61,.36,1),transform .32s cubic-bezier(.22,.61,.36,1)}
.products-list.grid>li:hover .products-thumb .product-button>*,.products-list.grid>li:focus-within .products-thumb .product-button>*{opacity:1;transform:none}
.products-list.grid>li:hover .products-thumb .product-button>*:nth-child(2){transition-delay:.05s}
.products-list.grid>li:hover .products-thumb .product-button>*:nth-child(3){transition-delay:.1s}
.products-list.grid .products-thumb .product-button .dh4-cmp__btn,.products-list.grid .products-thumb .product-button .quickview,.products-list.grid .products-thumb .product-button .woosw-btn{width:38px!important;height:38px!important;min-width:38px;margin:0!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;border:1px solid #E5E6EF!important;box-shadow:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#27294C!important;display:flex!important;align-items:center;justify-content:center;font-size:0!important;transition:background .24s,border-color .24s,color .24s,transform .24s}
.products-list.grid .products-thumb .product-button .dh4-cmp__btn::before,.products-list.grid .products-thumb .product-button .quickview::before,.products-list.grid .products-thumb .product-button .woosw-btn::before{font-size:15px!important;line-height:1}
.products-list.grid .products-thumb .product-button .dh4-cmp__btn:hover,.products-list.grid .products-thumb .product-button .quickview:hover,.products-list.grid .products-thumb .product-button .woosw-btn:hover{background:#F3BA43!important;border-color:#F3BA43!important;color:#fff!important;transform:translate3d(0,-2px,0) scale(1.06)}
.products-list.grid .products-thumb .product-button .dh4-cmp__btn.is-on{background:#27294C!important;border-color:#27294C!important;color:#fff!important}
.products-list.grid .product-wapper .products-content{position:relative;z-index:2;padding:12px 14px 0}
.products-list.grid .product-wapper .products-content .contents{display:flex!important;flex-direction:column;width:100%;padding:0!important}
.products-list.grid .products-content .cat-products{order:0;margin:0;min-height:17px;line-height:17px}
.products-list.grid .products-content .cat-products a{color:var(--co-mark)!important;font-size:11.5px;font-weight:600;letter-spacing:.055em}
.products-list.grid .products-content .cat-products a:hover{color:var(--co-ink)!important}
.products-list.grid .products-content .product-title{order:1;margin:6px 0 0!important;min-height:2.76em;line-height:1.38;font-size:15px}
.products-list.grid .products-content .product-title a{color:#27294C;transition:color .26s}
.products-list.grid .products-content .product-title a:hover{color:var(--co-ink)}
.products-list.grid .products-content .reviews-wrap{order:2;min-height:18px;margin:8px 0 0!important}
.products-list.grid .products-content .reviews-wrap .rating.none{display:none}
.products-list.grid .products-content .reviews-wrap:has(.rating.none){display:none!important;min-height:0!important;margin:0!important}
.products-list.grid .products-content .contents .dost-sku{order:3;position:static!important;left:auto!important;right:auto!important;bottom:auto!important;align-self:flex-start;display:inline-flex!important;align-items:center;gap:7px;height:23px;margin:8px 0 0!important;padding:0 9px;border-radius:7px;background:#F2F3F8;border:1px solid #E5E6EF;color:#5C5F86!important;font-size:10.5px;font-weight:600;letter-spacing:.07em;line-height:1;transition:background .3s,border-color .3s,color .3s}
.products-list.grid .products-content .contents .dost-sku::before{content:"";flex:none;width:6px;height:6px;border-radius:1px;background:var(--co-mark);transform:rotate(45deg)}
.products-list.grid>li:hover .products-content .contents .dost-sku{background:var(--co-tint);border-color:var(--co-line);color:var(--co-ink)!important}
.products-list.grid .products-content .contents .dh4-rm{order:9;position:static!important;left:auto!important;bottom:auto!important;align-self:auto;opacity:1!important;transform:none!important;pointer-events:auto!important;margin:auto -14px 0!important;height:44px;padding:0 14px;border-radius:0;display:flex!important;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #ECEDF4;background:transparent;color:#3B3E63!important;font-size:12.5px;font-weight:600;letter-spacing:.01em;transition:background .32s,color .32s}
.products-list.grid .products-content .contents .dh4-rm::after{content:"\2192";display:flex;align-items:center;justify-content:center;flex:none;width:30px;height:30px;border-radius:50%;background:#F2F3F8;border:1px solid #E5E6EF;color:#3B3E63;font-size:15px;line-height:1;transform:rotate(0deg);transition:transform .34s cubic-bezier(.22,.61,.36,1),background .3s,border-color .3s,color .3s}
.products-list.grid>li:hover .products-content .contents .dh4-rm{background:transparent;color:var(--co-ink)!important}
.products-list.grid>li:hover .products-content .contents .dh4-rm::after{background:var(--co-mark);border-color:var(--co-mark);color:#fff;transform:rotate(-45deg)}
@media (max-width:767px){
.products-list.grid>li{margin-bottom:18px}
.products-list.grid>li>.product-wapper{border-radius:16px}
.products-list.grid .product-wapper .products-thumb{margin:8px 8px 0;border-radius:12px}
.products-list.grid .product-wapper .products-content{padding:12px 12px 0}
.products-list.grid .products-content .product-title{font-size:14px}
.products-list.grid .products-content .contents .dost-sku{margin:10px 0 0!important;height:23px;font-size:10.5px}
.products-list.grid .products-thumb .product-button>*{opacity:1;transform:none;width:34px;height:34px;min-width:34px}
.products-list.grid .products-content .contents .dh4-rm{margin:auto -12px 0!important;height:44px;padding:0 12px;font-size:12px}
.products-list.grid .products-content .contents .dh4-rm::after{width:26px;height:26px;font-size:13px}
}
.dh4-prods .products-list.grid>li{margin-bottom:20px}
.dh4-prods .products-list.grid>li>.product-wapper{--co-tint:#FDF4E0;--co-line:rgba(243,186,67,.3);--co-mark:#F3BA43;--co-ink:#8A6410;position:relative;background:#fff;border:1px solid #E5E6EF!important;border-radius:20px;overflow:hidden;box-shadow:0 1px 2px rgba(39,41,76,.04),0 4px 12px rgba(39,41,76,.05);transition:transform .42s cubic-bezier(.22,.61,.36,1),box-shadow .42s cubic-bezier(.22,.61,.36,1),border-color .32s}
.dh4-prods .products-list.grid>li:hover>.product-wapper,.dh4-prods .products-list.grid>li:focus-within>.product-wapper,.dh4-prods .products-list.grid .product-wapper:hover{transform:translate3d(0,-6px,0);border:1px solid var(--co-line)!important;box-shadow:0 2px 6px rgba(39,41,76,.05),0 14px 30px rgba(39,41,76,.09)}
.dh4-prods .products-list.grid .product-wapper .products-thumb{position:relative;z-index:2;margin:8px 8px 0;aspect-ratio:5/4;border-radius:14px;background:#fff;transition:background .42s}
.dh4-prods .products-list.grid .product-wapper .products-thumb>a.woocommerce-LoopProduct-link{padding:8px}
.dh4-prods .products-list.grid>li:hover .product-wapper .products-thumb{background:#fff}
.dh4-prods .products-list.grid .product-wapper .products-thumb img{transition:transform .62s cubic-bezier(.22,.61,.36,1)}
.dh4-prods .products-list.grid>li:hover .product-wapper .products-thumb img{transform:scale(1.07)}
.dh4-prods .products-list.grid .product-wapper .products-thumb .onsale,.dh4-prods .products-list.grid .product-wapper .product-stock,.dh4-prods .products-list.grid .product-wapper .product-lable,.dh4-prods .products-list.grid .product-wapper .vgwc-label{display:none!important}
.dh4-prods .products-list.grid .product-wapper .products-thumb .product-button{position:absolute!important;top:12px;right:12px;left:auto;bottom:auto;z-index:5;width:auto;margin:0;padding:0;display:flex!important;flex-direction:column;align-items:flex-end;gap:8px;opacity:1!important;visibility:visible!important;transform:none!important;background:none!important}
.dh4-prods .products-list.grid .product-wapper .products-thumb .product-button>*{display:block;width:auto;height:auto;min-width:0;margin:0;padding:0;background:none!important;border:0!important;box-shadow:none!important;opacity:0;transform:translate3d(14px,0,0);transition:opacity .32s cubic-bezier(.22,.61,.36,1),transform .32s cubic-bezier(.22,.61,.36,1)}
.dh4-prods .products-list.grid>li:hover .products-thumb .product-button>*,.dh4-prods .products-list.grid>li:focus-within .products-thumb .product-button>*{opacity:1;transform:none}
.dh4-prods .products-list.grid>li:hover .products-thumb .product-button>*:nth-child(2){transition-delay:.05s}
.dh4-prods .products-list.grid>li:hover .products-thumb .product-button>*:nth-child(3){transition-delay:.1s}
.dh4-prods .products-list.grid .products-thumb .product-button .dh4-cmp__btn,.dh4-prods .products-list.grid .products-thumb .product-button .quickview,.dh4-prods .products-list.grid .products-thumb .product-button .woosw-btn{width:38px!important;height:38px!important;min-width:38px;margin:0!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;border:1px solid #E5E6EF!important;box-shadow:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#27294C!important;display:flex!important;align-items:center;justify-content:center;font-size:0!important;transition:background .24s,border-color .24s,color .24s,transform .24s}
.dh4-prods .products-list.grid .products-thumb .product-button .dh4-cmp__btn::before,.dh4-prods .products-list.grid .products-thumb .product-button .quickview::before,.dh4-prods .products-list.grid .products-thumb .product-button .woosw-btn::before{font-size:15px!important;line-height:1}
.dh4-prods .products-list.grid .products-thumb .product-button .dh4-cmp__btn:hover,.dh4-prods .products-list.grid .products-thumb .product-button .quickview:hover,.dh4-prods .products-list.grid .products-thumb .product-button .woosw-btn:hover{background:#F3BA43!important;border-color:#F3BA43!important;color:#fff!important;transform:translate3d(0,-2px,0) scale(1.06)}
.dh4-prods .products-list.grid .products-thumb .product-button .dh4-cmp__btn.is-on{background:#27294C!important;border-color:#27294C!important;color:#fff!important}
.dh4-prods .products-list.grid .product-wapper .products-content{position:relative;z-index:2;padding:12px 14px 0}
.dh4-prods .products-list.grid .product-wapper .products-content .contents{display:flex!important;flex-direction:column;width:100%;padding:0!important}
.dh4-prods .products-list.grid .products-content .cat-products{order:0;margin:0;min-height:17px;line-height:17px}
.dh4-prods .products-list.grid .products-content .cat-products a{color:var(--co-mark)!important;font-size:11.5px;font-weight:600;letter-spacing:.055em}
.dh4-prods .products-list.grid .products-content .cat-products a:hover{color:var(--co-ink)!important}
.dh4-prods .products-list.grid .products-content .product-title{order:1;margin:6px 0 0!important;min-height:2.76em;line-height:1.38;font-size:15px}
.dh4-prods .products-list.grid .products-content .product-title a{color:#27294C;transition:color .26s}
.dh4-prods .products-list.grid .products-content .product-title a:hover{color:var(--co-ink)}
.dh4-prods .products-list.grid .products-content .reviews-wrap{order:2;min-height:18px;margin:8px 0 0!important}
.dh4-prods .products-list.grid .products-content .reviews-wrap .rating.none{display:none}
.dh4-prods .products-list.grid .products-content .reviews-wrap:has(.rating.none){display:none!important;min-height:0!important;margin:0!important}
.dh4-prods .products-list.grid .products-content .contents .dost-sku{order:3;position:static!important;left:auto!important;right:auto!important;bottom:auto!important;align-self:flex-start;display:inline-flex!important;align-items:center;gap:7px;height:23px;margin:8px 0 0!important;padding:0 9px;border-radius:7px;background:#F2F3F8;border:1px solid #E5E6EF;color:#5C5F86!important;font-size:10.5px;font-weight:600;letter-spacing:.07em;line-height:1;transition:background .3s,border-color .3s,color .3s}
.dh4-prods .products-list.grid .products-content .contents .dost-sku::before{content:"";flex:none;width:6px;height:6px;border-radius:1px;background:var(--co-mark);transform:rotate(45deg)}
.dh4-prods .products-list.grid>li:hover .products-content .contents .dost-sku{background:var(--co-tint);border-color:var(--co-line);color:var(--co-ink)!important}
.dh4-prods .products-list.grid .products-content .contents .dh4-rm{order:9;position:static!important;left:auto!important;bottom:auto!important;align-self:auto;opacity:1!important;transform:none!important;pointer-events:auto!important;margin:auto -14px 0!important;height:44px;padding:0 14px;border-radius:0;display:flex!important;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #ECEDF4;background:transparent;color:#3B3E63!important;font-size:12.5px;font-weight:600;letter-spacing:.01em;transition:background .32s,color .32s}
.dh4-prods .products-list.grid .products-content .contents .dh4-rm::after{content:"\2192";display:flex;align-items:center;justify-content:center;flex:none;width:30px;height:30px;border-radius:50%;background:#F2F3F8;border:1px solid #E5E6EF;color:#3B3E63;font-size:15px;line-height:1;transform:rotate(0deg);transition:transform .34s cubic-bezier(.22,.61,.36,1),background .3s,border-color .3s,color .3s}
.dh4-prods .products-list.grid>li:hover .products-content .contents .dh4-rm{background:transparent;color:var(--co-ink)!important}
.dh4-prods .products-list.grid>li:hover .products-content .contents .dh4-rm::after{background:var(--co-mark);border-color:var(--co-mark);color:#fff;transform:rotate(-45deg)}
@media (max-width:767px){
.dh4-prods .products-list.grid>li{margin-bottom:18px}
.dh4-prods .products-list.grid>li>.product-wapper{border-radius:16px}
.dh4-prods .products-list.grid .product-wapper .products-thumb{margin:8px 8px 0;border-radius:12px}
.dh4-prods .products-list.grid .product-wapper .products-content{padding:12px 12px 0}
.dh4-prods .products-list.grid .products-content .product-title{font-size:14px}
.dh4-prods .products-list.grid .products-content .contents .dost-sku{margin:10px 0 0!important;height:23px;font-size:10.5px}
.dh4-prods .products-list.grid .products-thumb .product-button>*{opacity:1;transform:none;width:34px;height:34px;min-width:34px}
.dh4-prods .products-list.grid .products-content .contents .dh4-rm{margin:auto -12px 0!important;height:44px;padding:0 12px;font-size:12px}
.dh4-prods .products-list.grid .products-content .contents .dh4-rm::after{width:26px;height:26px;font-size:13px}
}
form.cart,.single_add_to_cart_button,.woocommerce div.product form.cart,
.woocommerce .quantity,.wc-block-components-quantity-selector,
.add_to_cart_button,.added_to_cart,.product_type_simple,.product_type_variable,
.woocommerce-cart-form,.cart-collaterals,.wc-proceed-to-checkout,
.woocommerce-checkout,.woocommerce-checkout-payment,.payment_methods,
.place-order,#place_order,.woocommerce-form-coupon,.woocommerce-form-coupon-toggle,
.woocommerce-form-register,.woocommerce-form-login,.register,
.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content,
.woocommerce-store-notice,.woocommerce-message .button,
.widget_shopping_cart,.widget_shopping_cart_content,.maker-topcart,.cart-icon,
.login-header,.my-account,.wpbingo-menu-mobile .my-account,.header-mobile .my-account,
.woocommerce div.product p.price,.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,.products .price,.products-entry .price,
.product-stock,.products-thumb .onsale,span.onsale,
.btn-atc,.button-atc-mobile,.form-variable,.select-option-mobile,
.dh4-mega__card .button,.woosw-copy,.woosw-continue{display:none!important}
.quickview-container form.cart,.quickview-container .price{display:none!important}
.dh4-feat{position:relative;overflow:hidden}
.dh4-feat__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(700px 400px at 6% -6%,rgba(243,186,67,.1),transparent 62%),radial-gradient(760px 440px at 98% 8%,rgba(69,72,128,.1),transparent 62%)}
.dh4-feat__rule{position:absolute;left:0;right:0;top:0;height:1px;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(39,41,76,.1) 22%,rgba(39,41,76,.1) 78%,transparent)}
.dh4-feat .dh4-wrap{position:relative;z-index:2}
.dh4-fcards{display:grid;grid-template-columns:1.22fr .92fr;grid-template-rows:repeat(2,minmax(232px,1fr));gap:20px}
.dh4-fcard--lead{grid-row:span 2;min-height:566px}
.dh4-fcard{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:272px;padding:32px;border-radius:26px;background:#27294C;color:#fff;transition:transform .44s var(--ease),box-shadow .44s var(--ease)}
.dh4-fcard:hover,.dh4-fcard:focus-visible{transform:translate3d(0,-8px,0);box-shadow:0 30px 66px rgba(28,30,56,.28)}
.dh4-fcard:focus-visible{outline:2px solid #F7CE72;outline-offset:3px}
.dh4-fcard__fig{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:inherit;transform:scale(1.01);transition:transform .72s var(--ease)}
.dh4-fcard:hover .dh4-fcard__fig{transform:scale(1.07)}
.dh4-fcard__img{position:absolute;left:0;top:-9%;width:100%;height:118%;object-fit:cover;--pz:1}
.dh4-fcard__veil{position:absolute;inset:0;z-index:2;transition:opacity .44s}
.dh4-fcard--a .dh4-fcard__veil{background:linear-gradient(158deg,rgba(28,30,56,.16) 0%,rgba(28,30,56,.7) 48%,rgba(21,23,46,.95) 100%)}
.dh4-fcard--b .dh4-fcard__veil{background:linear-gradient(158deg,rgba(51,54,99,.3) 0%,rgba(28,30,56,.8) 56%,rgba(21,23,46,.95) 100%)}
.dh4-fcard--c .dh4-fcard__veil{background:linear-gradient(158deg,rgba(243,186,67,.28) 0%,rgba(138,100,16,.76) 56%,rgba(97,70,10,.95) 100%)}
.dh4-fcard__spot{position:absolute;inset:0;z-index:3;opacity:0;pointer-events:none;background:radial-gradient(340px 340px at var(--mx,50%) var(--my,50%),rgba(255,255,255,.22),rgba(255,255,255,0) 66%);transition:opacity .4s}
.dh4-fcard:hover .dh4-fcard__spot{opacity:1}
.dh4-fcard__no{position:absolute;top:22px;right:26px;z-index:3;font-family:var(--dh4-display);font-size:80px;font-weight:800;line-height:1;letter-spacing:-.06em;color:rgba(255,255,255,.15);transition:transform .5s var(--ease),-webkit-text-stroke-color .4s}
@supports (-webkit-text-stroke:1px #000){
.dh4-fcard__no{color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.32)}
.dh4-fcard:hover .dh4-fcard__no{-webkit-text-stroke-color:rgba(255,255,255,.62)}
}
.dh4-fcard:hover .dh4-fcard__no{transform:translate3d(0,-5px,0)}
.dh4-fcard--lead .dh4-fcard__no{top:26px;right:32px;font-size:132px}
.dh4-fcard__in{position:relative;z-index:4;display:flex;flex-direction:column;align-items:flex-start}
.dh4-fcard__kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11.5px;font-weight:600;letter-spacing:.1em;color:#fff}
.dh4-fcard__kicker::before{content:"";flex:none;width:6px;height:6px;border-radius:1px;background:#F7CE72;transform:rotate(45deg)}
.dh4-fcard h3{margin:18px 0 0;font-family:var(--dh4-display);font-size:25px;font-weight:700;line-height:1.14;letter-spacing:-.03em;color:#fff}
.dh4-fcard--lead h3{font-size:clamp(29px,2.9vw,42px);line-height:1.06}
.dh4-fcard p{margin:12px 0 0;max-width:33ch;font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.82)}
.dh4-fcard--lead p{max-width:44ch;font-size:16px;line-height:1.74}
.dh4-fcard__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:20px}
.dh4-fcard__fact{display:inline-flex;align-items:baseline;gap:7px;font-size:12.5px;letter-spacing:.01em;color:rgba(255,255,255,.66)}
.dh4-fcard__fact b{font-family:var(--dh4-display);font-size:19px;font-weight:700;color:#fff}
.dh4-fcard__meta i{display:inline-block;width:1px;height:15px;background:rgba(255,255,255,.24)}
.dh4-fcard__go{display:inline-flex;align-items:center;gap:10px;margin-top:24px;font-size:13.5px;font-weight:600;color:#fff}
.dh4-fcard__go em{position:relative;font-style:normal}
.dh4-fcard__go em::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:1.5px;background:#F7CE72;transform:scaleX(0);transform-origin:0 50%;transition:transform .42s var(--ease)}
.dh4-fcard:hover .dh4-fcard__go em::after{transform:scaleX(1)}
.dh4-fcard__go svg{width:15px;height:15px;transition:transform .34s var(--ease)}
.dh4-fcard:hover .dh4-fcard__go svg{transform:translate3d(6px,0,0)}
.dh4-fcard__rule{position:absolute;left:0;right:0;bottom:0;height:4px;z-index:5;background:linear-gradient(90deg,#F3BA43,#F7CE72 58%,#454880);transform:scaleX(0);transform-origin:0 50%;transition:transform .58s var(--ease)}
.dh4-fcard:hover .dh4-fcard__rule{transform:scaleX(1)}
@media (max-width:1100px){
.dh4-fcards{grid-template-columns:1fr;grid-template-rows:none}
.dh4-fcard--lead{grid-row:auto;min-height:450px}
.dh4-fcard{min-height:330px}
.dh4-fcard--lead p,.dh4-fcard p{max-width:52ch}
}
@media (max-width:640px){
.dh4-fcards{gap:14px}
.dh4-fcard{padding:24px;border-radius:20px;min-height:300px}
.dh4-fcard--lead{min-height:380px}
.dh4-fcard h3{font-size:22px}
.dh4-fcard--lead h3{font-size:27px}
.dh4-fcard p{font-size:14px}
.dh4-fcard--lead p{font-size:14.5px}
.dh4-fcard__no{top:16px;right:18px;font-size:60px}
.dh4-fcard--lead .dh4-fcard__no{top:18px;right:20px;font-size:84px}
.dh4-fcard__go{margin-top:20px}
}
@media (prefers-reduced-motion:reduce){
.dh4-fcard,.dh4-fcard__fig,.dh4-fcard__no,.dh4-fcard__rule,.dh4-fcard__go svg{transition:none}
.dh4-fcard:hover{transform:none}
.dh4-fcard:hover .dh4-fcard__fig{transform:scale(1.01)}
}
.products-list.grid .products-content .contents .dh4-cdesc{order:4;margin:8px 0 0!important;padding:0;font-size:12px;line-height:1.4;letter-spacing:0;color:#666A90;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.products-list.grid .products-content .contents .dh4-fx{order:5;display:block;margin:8px 0 8px!important;padding:0}
.products-list.grid .contents .dh4-fx .dh4-fx__r{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:12px;align-items:baseline;margin:0;padding:4px 0;border-top:1px solid #F0F1F7}
.products-list.grid .contents .dh4-fx .dh4-fx__r:first-child{border-top:0;padding-top:0}
.products-list.grid .contents .dh4-fx dt{margin:0;font-size:11px;font-weight:600;letter-spacing:.03em;color:#9195B3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.products-list.grid .contents .dh4-fx dd{margin:0;font-size:11.5px;font-weight:600;color:#3B3E63;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}
.products-list.grid .contents .dh4-fx .dh4-fx__r--solo{grid-template-columns:minmax(0,1fr)}
.products-list.grid .contents .dh4-fx .dh4-fx__r--solo dd{text-align:left;font-weight:500;color:#666A90}
.products-list.grid .contents .dh4-fx--none dd{color:#9195B3;font-weight:500;font-style:italic}
@media (max-width:1200px){
.products-list.grid .contents .dh4-fx .dh4-fx__r{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
}
@media (max-width:767px){
.products-list.grid .products-content .contents .dh4-cdesc{margin:10px 0 0!important;font-size:11.5px;min-height:2.94em}
.products-list.grid .products-content .contents .dh4-fx{margin:8px 0 8px!important}
.products-list.grid .contents .dh4-fx .dh4-fx__r:nth-child(3){display:none}
.products-list.grid .contents .dh4-fx dt{font-size:10.5px}
.products-list.grid .contents .dh4-fx dd{font-size:11px}
}
.dh4-prods .products-list.grid .products-content .contents .dh4-cdesc{order:4;margin:8px 0 0!important;padding:0;font-size:12px;line-height:1.4;letter-spacing:0;color:#666A90;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dh4-prods .products-list.grid .products-content .contents .dh4-fx{order:5;display:block;margin:8px 0 8px!important;padding:0}
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:12px;align-items:baseline;margin:0;padding:4px 0;border-top:1px solid #F0F1F7}
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r:first-child{border-top:0;padding-top:0}
.dh4-prods .products-list.grid .contents .dh4-fx dt{margin:0;font-size:11px;font-weight:600;letter-spacing:.03em;color:#9195B3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dh4-prods .products-list.grid .contents .dh4-fx dd{margin:0;font-size:11.5px;font-weight:600;color:#3B3E63;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r--solo{grid-template-columns:minmax(0,1fr)}
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r--solo dd{text-align:left;font-weight:500;color:#666A90}
.dh4-prods .products-list.grid .contents .dh4-fx--none dd{color:#9195B3;font-weight:500;font-style:italic}
@media (max-width:1200px){
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
}
@media (max-width:767px){
.dh4-prods .products-list.grid .products-content .contents .dh4-cdesc{margin:10px 0 0!important;font-size:11.5px;min-height:2.94em}
.dh4-prods .products-list.grid .products-content .contents .dh4-fx{margin:8px 0 8px!important}
.dh4-prods .products-list.grid .contents .dh4-fx .dh4-fx__r:nth-child(3){display:none}
.dh4-prods .products-list.grid .contents .dh4-fx dt{font-size:10.5px}
.dh4-prods .products-list.grid .contents .dh4-fx dd{font-size:11px}
}
.dh4-story2{position:relative;overflow:hidden}
.dh4-story2__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(720px 420px at 2% 0%,rgba(243,186,67,.08),transparent 60%),radial-gradient(680px 400px at 100% 90%,rgba(69,72,128,.09),transparent 62%)}
.dh4-story2 .dh4-wrap{position:relative;z-index:1}
.dh4-story2 .dh4-story__txt{position:relative;padding-left:26px}
.dh4-story2 .dh4-story__txt::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;border-radius:2px;background:linear-gradient(180deg,#F3BA43,rgba(243,186,67,.12) 62%,transparent)}
.dh4-story2 .dh4-story__txt>p{max-width:56ch}
.dh4-pillars{display:grid;gap:0;margin:34px 0 0;border-top:1px solid var(--dh4-line)}
.dh4-pillar{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start;padding:20px 0;border-bottom:1px solid var(--dh4-line)}
.dh4-pillar__n{font-family:var(--dh4-display);font-size:13px;font-weight:700;letter-spacing:.06em;color:#F3BA43;padding-top:3px;font-variant-numeric:tabular-nums}
.dh4-pillar h3{margin:0;font-family:var(--dh4-display);font-size:16.5px;font-weight:600;letter-spacing:-.018em;color:var(--dh4-fg)}
.dh4-pillar p{margin:6px 0 0!important;font-size:14.5px;line-height:1.65;color:var(--dh4-fg-muted);max-width:54ch}
.dh4-pillar:hover .dh4-pillar__n{color:#8A6410}
.dh4-story2 .dh4-story__cta{margin-top:30px}
@media (max-width:900px){
.dh4-story2 .dh4-story__txt{padding-left:18px}
.dh4-pillar{grid-template-columns:auto minmax(0,1fr);gap:14px;padding:16px 0}
.dh4-pillar h3{font-size:15.5px}
.dh4-pillar p{font-size:14px}
}
.dh4-stock{position:relative}
.dh4-stock .dh4-head{position:relative}
.dh4-vids{position:relative;overflow:hidden;background:linear-gradient(168deg,#1C1E38 0%,#27294C 52%,#15172E 100%)}
.dh4-vids__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(760px 420px at 4% -8%,rgba(243,186,67,.16),transparent 58%),radial-gradient(820px 480px at 98% 108%,rgba(69,72,128,.22),transparent 60%)}
.dh4-vids__grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at 50% 20%,#000,transparent 76%);mask-image:radial-gradient(circle at 50% 20%,#000,transparent 76%)}
.dh4-vids .dh4-wrap{position:relative;z-index:1}
.dh4-vids .dh4-navs{display:flex;align-items:center;gap:14px}
.dh4-vids__count{font-size:12.5px;letter-spacing:.06em;color:#9094B4;white-space:nowrap}
.dh4-vids__count b{color:#fff;font-family:var(--dh4-display);font-weight:700;font-variant-numeric:tabular-nums}
.dh4-vrail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}
.dh4-vrail::-webkit-scrollbar{display:none}
.dh4-vid{position:relative;flex:0 0 348px;scroll-snap-align:start;display:flex;flex-direction:column;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.04);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden;cursor:pointer;text-align:left;transition:transform .42s var(--ease),border-color .34s,background .34s}
.dh4-vid:hover,.dh4-vid:focus-visible{transform:translate3d(0,-7px,0);border-color:rgba(247,206,114,.46);background:rgba(255,255,255,.07)}
.dh4-vid:focus-visible{outline:2px solid #F7CE72;outline-offset:3px}
.dh4-vid__fig{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#1C1E38}
.dh4-vid__fig img{width:100%;height:100%;object-fit:cover;transition:transform .74s var(--ease)}
.dh4-vid:hover .dh4-vid__fig img{transform:scale(1.07)}
.dh4-vid__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,23,46,.1) 0%,rgba(21,23,46,.62) 100%)}
.dh4-vid__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;transition:background .34s,border-color .34s,transform .42s var(--ease)}
.dh4-vid__play svg{width:22px;height:22px;margin-left:2px}
.dh4-vid:hover .dh4-vid__play{background:#F3BA43;border-color:#F3BA43;transform:translate(-50%,-50%) scale(1.08)}
.dh4-vid__ring{position:absolute;inset:-9px;border-radius:50%;border:1px solid rgba(255,255,255,.28);opacity:0;transform:scale(.8);transition:opacity .44s,transform .44s var(--ease)}
.dh4-vid:hover .dh4-vid__ring{opacity:1;transform:scale(1)}
.dh4-vid__dur{position:absolute;right:12px;bottom:12px;padding:4px 10px;border-radius:999px;background:rgba(21,23,46,.66);border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11.5px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}
.dh4-vid__no{position:absolute;left:14px;top:12px;font-family:var(--dh4-display);font-size:13px;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.62);font-variant-numeric:tabular-nums}
.dh4-vid__body{display:block;padding:18px 20px 22px}
.dh4-vid__cat{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;color:#F7CE72}
.dh4-vid__title{display:block;margin-top:8px;font-family:var(--dh4-display);font-size:16px;font-weight:600;line-height:1.34;letter-spacing:-.018em;color:#fff}
.dh4-vid__rule{position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#F3BA43,#F7CE72 60%,#5C60A0);transform:scaleX(0);transform-origin:0 50%;transition:transform .55s var(--ease)}
.dh4-vid:hover .dh4-vid__rule{transform:scaleX(1)}
@media (max-width:640px){
.dh4-vid{flex-basis:280px;border-radius:18px}
.dh4-vid__body{padding:15px 16px 18px}
.dh4-vid__title{font-size:15px}
.dh4-vids__count{display:none}
}
@media (prefers-reduced-motion:reduce){
.dh4-vid,.dh4-vid__fig img,.dh4-vid__play,.dh4-vid__ring,.dh4-vid__rule{transition:none}
.dh4-vid:hover{transform:none}
}
.dh4-range{position:relative;overflow:hidden;background:linear-gradient(160deg,#15172E 0%,#232544 54%,#15172E 100%);color:#fff}
.dh4-range__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(820px 460px at 0% 0%,rgba(243,186,67,.14),transparent 58%),radial-gradient(760px 460px at 100% 100%,rgba(69,72,128,.2),transparent 60%)}
.dh4-range__in{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.dh4-range .dh4-title{color:#fff;margin-top:18px}
.dh4-range .dh4-sub{color:#9296B6;max-width:44ch}
.dh4-range .dh4-eyebrow{color:#F7CE72}
.dh4-range .dh4-eyebrow::before{background:#F7CE72}
.dh4-range__list{margin:38px 0 0;border-top:1px solid rgba(255,255,255,.12)}
.dh4-rrow{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 4px;border-bottom:1px solid rgba(255,255,255,.12);text-decoration:none;transition:padding-left .42s var(--ease)}
.dh4-rrow::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0) 62%);opacity:0;transition:opacity .38s}
.dh4-rrow.is-on::before{opacity:1}
.dh4-rrow>*{position:relative;z-index:1}
.dh4-rrow.is-on{padding-left:16px}
.dh4-rrow__n{font-family:var(--dh4-display);font-size:12.5px;font-weight:700;letter-spacing:.1em;color:#61658E;font-variant-numeric:tabular-nums;transition:color .34s}
.dh4-rrow.is-on .dh4-rrow__n{color:#F7CE72}
.dh4-rrow__t{display:block;font-family:var(--dh4-display);font-size:22px;font-weight:600;letter-spacing:-.026em;line-height:1.16;color:#E7E8F2;transition:color .34s}
.dh4-rrow.is-on .dh4-rrow__t{color:#fff}
.dh4-rrow__s{display:block;margin-top:5px;font-size:13.5px;line-height:1.55;color:#7F83A6;max-width:40ch}
.dh4-rrow__c{font-family:var(--dh4-display);font-size:13px;font-weight:600;color:#9094B4;font-variant-numeric:tabular-nums;letter-spacing:.02em}
.dh4-rrow__go{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);color:#fff;opacity:0;transform:translate3d(-8px,0,0);transition:opacity .38s,transform .38s var(--ease),background .3s,border-color .3s}
.dh4-rrow__go svg{width:15px;height:15px}
.dh4-rrow.is-on .dh4-rrow__go{opacity:1;transform:none}
.dh4-rrow:hover .dh4-rrow__go{background:#F3BA43;border-color:#F3BA43}
.dh4-range__all{margin-top:38px}
.dh4-range__stage{position:relative;aspect-ratio:4/5;border-radius:28px;overflow:hidden;background:#15172E}
.dh4-rshot{position:absolute;inset:0;opacity:0;transform:scale(1.06);transition:opacity .7s var(--ease),transform 1.1s var(--ease)}
.dh4-rshot.is-on{opacity:1;transform:scale(1)}
.dh4-rshot img{width:100%;height:100%;object-fit:cover}
.dh4-rshot__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,23,46,.06) 0%,rgba(21,23,46,.42) 52%,rgba(21,23,46,.9) 100%)}
.dh4-rshot__cap{position:absolute;left:28px;bottom:26px;font-family:var(--dh4-display);font-size:26px;font-weight:600;letter-spacing:-.028em;color:#fff}
.dh4-range__frame{position:absolute;inset:14px;border:1px solid rgba(255,255,255,.18);border-radius:18px;pointer-events:none}
@media (max-width:1100px){
.dh4-range__in{grid-template-columns:1fr;gap:40px}
.dh4-range__stage{aspect-ratio:16/10;order:-1}
.dh4-rrow__s{max-width:none}
}
@media (max-width:640px){
.dh4-range__stage{border-radius:20px;aspect-ratio:4/3}
.dh4-rrow{grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding:16px 2px}
.dh4-rrow__go{display:none}
.dh4-rrow__t{font-size:18px}
.dh4-rrow__s{font-size:12.5px}
.dh4-rshot__cap{left:18px;bottom:16px;font-size:20px}
}
@media (prefers-reduced-motion:reduce){
.dh4-rrow,.dh4-rshot,.dh4-rrow__go{transition:none}
}
.dh4-banner2{position:relative;overflow:hidden}
.dh4-banner2 .dh4-bslide__grid{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.45;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:78px 78px;-webkit-mask-image:linear-gradient(100deg,#000 0%,transparent 62%);mask-image:linear-gradient(100deg,#000 0%,transparent 62%)}
.dh4-banner2 .dh4-bslide__no{display:inline-flex;align-items:center;gap:10px;font-family:var(--dh4-display);font-size:12.5px;font-weight:700;letter-spacing:.14em;color:rgba(255,255,255,.62);font-variant-numeric:tabular-nums;margin-bottom:16px}
.dh4-banner2 .dh4-bslide__no i{display:inline-block;width:26px;height:1px;background:rgba(255,255,255,.42)}
.dh4-banner2 .dh4-bslide__kicker{display:inline-flex;align-items:center;gap:9px;padding:7px 15px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11.5px;font-weight:600;letter-spacing:.1em;color:#fff}
.dh4-banner2 .dh4-bslide__kicker::before{content:"";width:6px;height:6px;border-radius:1px;background:#F7CE72;transform:rotate(45deg)}
.dh4-banner2 .dh4-bslide__txt h2{margin:20px 0 0;font-family:var(--dh4-display);font-size:clamp(30px,4vw,56px);font-weight:700;line-height:1.02;letter-spacing:-.04em;color:#fff}
.dh4-banner2 .dh4-bslide__txt p{margin:16px 0 0;max-width:46ch;font-size:16px;line-height:1.72;color:rgba(255,255,255,.84)}
.dh4-banner2 .dh4-bslide__txt .dh4-btn{margin-top:30px}
.dh4-banner2 .dh4-bslide__media{position:relative;display:flex;align-items:center;justify-content:center}
.dh4-banner2 .dh4-bslide__halo{position:absolute;width:min(560px,86%);aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 66%)}
.dh4-banner2 .dh4-bslide__plate{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}
.dh4-banner2 .dh4-bslide__plate img{max-width:100%;max-height:min(56vh,470px);object-fit:contain;filter:drop-shadow(0 34px 46px rgba(21,23,46,.5))}
.dh4-banner2 .dh4-bslide__floor{position:absolute;bottom:8%;width:58%;height:26px;border-radius:50%;background:radial-gradient(ellipse,rgba(21,23,46,.5) 0%,rgba(21,23,46,0) 70%)}
.dh4-btabs{position:absolute;left:0;right:0;bottom:24px;z-index:6;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding:0 20px}
.dh4-btab{position:relative;display:inline-flex;flex-direction:column;gap:8px;width:auto;height:auto;padding:0;border:0;background:transparent;cursor:pointer;border-radius:0;opacity:.62;transition:opacity .3s}
.dh4-btab.is-on,.dh4-btab:hover{opacity:1}
.dh4-btab__l{font-size:11.5px;font-weight:600;letter-spacing:.06em;color:#fff;white-space:nowrap}
.dh4-btab__bar{display:block;width:78px;height:2px;border-radius:2px;background:rgba(255,255,255,.28);overflow:hidden}
.dh4-btab__bar::after{content:"";display:block;height:100%;width:100%;border-radius:2px;background:linear-gradient(90deg,#F3BA43,#F7CE72);transform:scaleX(0);transform-origin:0 50%;transition:transform .4s var(--ease)}
.dh4-btab.is-on .dh4-btab__bar::after{transform:scaleX(1)}
@media (max-width:900px){
.dh4-btabs{bottom:14px;gap:8px}
.dh4-btab__l{display:none}
.dh4-btab__bar{width:34px}
.dh4-banner2 .dh4-bslide__no{margin-bottom:12px}
.dh4-banner2 .dh4-bslide__txt p{font-size:14.5px}
}
@media (prefers-reduced-motion:reduce){
.dh4-btab__bar::after{transition:none}
}
.dh4-footer2{position:relative;overflow:hidden;background:linear-gradient(168deg,#1C1E38 0%,#27294C 46%,#171932 100%);color:#fff;padding:0}
.dh4-f2__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(880px 480px at 4% -6%,rgba(243,186,67,.16),transparent 58%),radial-gradient(820px 520px at 100% 40%,rgba(69,72,128,.22),transparent 60%)}
.dh4-footer2 .dh4-wrap{position:relative;z-index:1}
.dh4-f2__top{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:start;padding:84px 0 66px;border-bottom:1px solid rgba(255,255,255,.1)}
.dh4-f2__pitch .dh4-eyebrow{color:#F7CE72}
.dh4-f2__pitch .dh4-eyebrow::before{background:#F7CE72}
.dh4-f2__pitch .dh4-title{color:#fff;margin-top:18px;font-size:clamp(28px,3vw,42px)}
.dh4-f2__pitch>p{margin:18px 0 0;max-width:50ch;font-size:16px;line-height:1.74;color:#9DA0C0}
.dh4-f2__rows{display:grid;gap:0;margin-top:32px;border-top:1px solid rgba(255,255,255,.1)}
.dh4-f2__row{display:flex;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none;color:#fff;transition:padding-left .34s var(--ease)}
.dh4-f2__row:hover{padding-left:8px}
.dh4-f2__ico{flex:none;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);color:#F7CE72;transition:background .3s,border-color .3s,color .3s}
.dh4-f2__ico svg{width:17px;height:17px}
.dh4-f2__row:hover .dh4-f2__ico{background:#F3BA43;border-color:#F3BA43;color:#fff}
.dh4-f2__row>span:last-child{display:block;font-size:14.5px;color:#C3C6DC}
.dh4-f2__row b{display:block;font-size:11px;font-weight:600;letter-spacing:.1em;color:#7E82A6;margin-bottom:3px}
.dh4-enq{position:relative;padding:30px 30px 28px;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.dh4-enq h3{margin:0 0 20px;font-family:var(--dh4-display);font-size:19px;font-weight:600;letter-spacing:-.022em;color:#fff}
.dh4-enq__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.dh4-enq__f{display:flex;flex-direction:column;gap:7px;min-width:0}
.dh4-enq__f--wide{grid-column:1/-1}
.dh4-enq__f>span{font-size:11.5px;font-weight:600;letter-spacing:.07em;color:#9094B4}
.dh4-enq input,.dh4-enq textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(21,23,46,.34);color:#fff;font-family:var(--dh4-sans);font-size:14.5px;line-height:1.5;transition:border-color .26s,background .26s,box-shadow .26s}
.dh4-enq textarea{resize:vertical;min-height:84px}
.dh4-enq input:focus,.dh4-enq textarea:focus{outline:none;border-color:#F7CE72;background:rgba(21,23,46,.5);box-shadow:0 0 0 3px rgba(247,206,114,.18)}
.dh4-enq .is-bad{border-color:#E0603A}
.dh4-enq__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.dh4-enq__go{width:100%;margin-top:18px;height:50px}
.dh4-enq__note{margin:14px 0 0!important;font-size:12.5px;line-height:1.5;color:#9094B4;text-align:center}
.dh4-enq__note.is-ok{color:#7FD6A8}
.dh4-enq__note.is-bad{color:#FFAE8A}
.dh4-enq.is-sending{opacity:.72;pointer-events:none}
.dh4-f2__row--soc{align-items:center}
.dh4-f2__row--soc>span:last-child{display:block}
.dh4-footer2 .dh4-f2__row--soc .dh4-social{display:flex;gap:8px;margin-top:6px}
.dh4-footer2 .dh4-f2__row--soc .dh4-social a,.dh4-footer2 .dh4-f2__row--soc .dh4-social span{width:32px;height:32px}
.dh4-footer2 .dh4-f2__row--soc .dh4-social svg{width:14px;height:14px}
.dh4-f2__cols{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:38px 0 34px;border-bottom:1px solid rgba(255,255,255,.1)}
.dh4-f2__col h3{margin:0 0 18px;font-family:var(--dh4-display);font-size:13px;font-weight:600;letter-spacing:.08em;color:#fff}
.dh4-footer2 .dh4-flist{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.dh4-footer2 .dh4-flist a{font-size:14px;color:#9DA0C0;text-decoration:none;transition:color .24s,padding-left .28s var(--ease)}
.dh4-footer2 .dh4-flist a:hover{color:#fff;padding-left:5px}
.dh4-f2__brand p{margin:16px 0 0;font-size:14px;line-height:1.7;color:#9094B4;max-width:38ch}
.dh4-footer2 .dh4-fbrand__logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--dh4-display);font-size:20px;font-weight:700;letter-spacing:-.02em;color:#fff;text-decoration:none}
.dh4-footer2 .dh4-fbrand__logo span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(140deg,#F7CE72,#8A6410);font-size:16px}
.dh4-footer2 .dh4-social{display:flex;gap:9px;margin-top:22px}
.dh4-footer2 .dh4-social a,.dh4-footer2 .dh4-social span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);color:#9DA0C0;transition:background .26s,border-color .26s,color .26s,transform .26s}
.dh4-footer2 .dh4-social svg{width:16px;height:16px}
.dh4-footer2 .dh4-social a:hover{background:#F3BA43;border-color:#F3BA43;color:#fff;transform:translate3d(0,-2px,0)}
.dh4-footer2 .dh4-floc{display:grid;gap:16px}
.dh4-footer2 .dh4-floc__item{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.6;color:#9DA0C0}
.dh4-footer2 .dh4-floc__ico{flex:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.16);color:#F7CE72}
.dh4-footer2 .dh4-floc__ico svg{width:15px;height:15px}
.dh4-footer2 .dh4-floc__item strong{display:block;font-size:11px;font-weight:600;letter-spacing:.08em;color:#7E82A6;margin-bottom:3px}
.dh4-f2__bot{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:24px 0 30px;font-size:13px;color:#7E82A6}
.dh4-f2__by a{color:#9DA0C0;text-decoration:none;font-weight:600;transition:color .24s}
.dh4-f2__by a:hover{color:#F7CE72}
.dh4-f2__bot a{color:#7E82A6;text-decoration:none;transition:color .24s}
.dh4-f2__bot a:hover{color:#fff}
@media (max-width:1100px){
.dh4-f2__top{grid-template-columns:1fr;gap:40px;padding:60px 0 48px}
.dh4-f2__cols{grid-template-columns:1fr;gap:24px;padding:32px 0 28px}
}
@media (max-width:640px){
.dh4-f2__cols{grid-template-columns:1fr;gap:30px}
.dh4-enq{padding:22px 20px 20px;border-radius:20px}
.dh4-enq__grid{grid-template-columns:1fr}
.dh4-f2__pitch>p{font-size:15px}
.dh4-f2__bot{justify-content:flex-start}
}
#bwp-header .dh4-mega__panel{
width:min(1340px,calc(100vw - 40px))!important;
max-width:calc(100vw - 40px)!important;
height:auto!important;
max-height:min(560px,calc(100vh - 160px))!important;
grid-template-columns:264px minmax(0,1fr)!important;
top:calc(100% + 10px)!important;
border-radius:14px!important;
background:#fff!important;
border:1px solid #E2E3EE!important;
box-shadow:0 18px 44px rgba(39,41,76,.14)!important;
overflow:hidden!important;
}
#bwp-header .dh4-mega__panel::before,#bwp-header .dh4-mega__panel::after{display:none!important;content:none!important}
#bwp-header .dh4-mega__cats{
background:#F9FAFD!important;border-right:1px solid #ECEDF4!important;box-shadow:none!important;
padding:8px 0!important;overflow-y:auto}
#bwp-header .dh4-mega__cat{
padding:9px 18px!important;gap:11px!important;border-radius:0!important;
background:transparent!important;box-shadow:none!important;transition:background .16s,color .16s}
#bwp-header .dh4-mega__cat:hover,#bwp-header .dh4-mega__cat.is-on{background:#fff!important;box-shadow:inset 2px 0 0 #F3BA43!important}
#bwp-header .dh4-mega__ico{
width:20px!important;height:20px!important;min-width:20px!important;
background:none!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:#9195B3!important}
#bwp-header .dh4-mega__ico svg{width:18px;height:18px;stroke-width:1.5}
#bwp-header .dh4-mega__cat.is-on .dh4-mega__ico,#bwp-header .dh4-mega__cat:hover .dh4-mega__ico{color:#F3BA43!important}
#bwp-header .dh4-mega__nm{font-size:13.5px!important;font-weight:500;color:#3B3E63}
#bwp-header .dh4-mega__cat.is-on .dh4-mega__nm{color:#27294C;font-weight:600}
#bwp-header .dh4-mega__main{padding:20px 24px 22px!important;overflow-y:auto}
#bwp-header .dh4-mega__grid{grid-template-columns:minmax(0,1fr)!important;display:block!important}
#bwp-header .dh4-mega__head{
display:flex;align-items:baseline;justify-content:space-between;gap:16px;
padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #ECEDF4!important;background:none!important}
#bwp-header .dh4-mega__eyebrow{display:none}
#bwp-header .dh4-mega__head h4{margin:0;font-family:var(--dh4-display);font-size:16px;font-weight:600;letter-spacing:-.02em;color:#27294C}
#bwp-header .dh4-mega__all{font-size:12.5px;font-weight:600;color:#8A6410;white-space:nowrap;text-decoration:none}
#bwp-header .dh4-mega__all:hover{color:#F3BA43}
#bwp-header .dh4-mega__feat{
display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px}
#bwp-header .dh4-mega__card{
display:block;padding:7px 7px 9px;border:1px solid #ECEDF4!important;border-radius:10px;
background:#fff!important;box-shadow:none!important;text-decoration:none;
transition:border-color .2s,transform .24s cubic-bezier(.22,.61,.36,1)}
#bwp-header .dh4-mega__card:hover{border-color:rgba(243,186,67,.4)!important;transform:translateY(-3px)}
#bwp-header .dh4-mega__fig{
display:flex!important;align-items:center;justify-content:center;aspect-ratio:1/1;margin-bottom:7px;
border-radius:7px;background:#F6F7FB!important;overflow:hidden}
#bwp-header .dh4-mega__fig img{max-width:84%;max-height:84%;object-fit:contain;transition:transform .4s cubic-bezier(.22,.61,.36,1)}
#bwp-header .dh4-mega__card:hover .dh4-mega__fig img{transform:scale(1.06)}
#bwp-header .dh4-mega__cn{
display:block;padding:0!important;font-size:11px;font-weight:500;line-height:1.35;color:#3B3E63;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#bwp-header .dh4-mega__card:hover .dh4-mega__cn{color:#8A6410}
#bwp-header .dh4-mega__sub{
display:block!important;margin-bottom:10px;padding-top:4px;
font-size:11px;font-weight:600;letter-spacing:.08em;color:#9195B3;border-top:1px solid #ECEDF4}
#bwp-header .dh4-mega__list{columns:4!important;column-gap:24px}
#bwp-header .dh4-mega__list a{
display:flex!important;align-items:baseline;gap:8px;padding:4px 0!important;
font-size:12.5px!important;line-height:1.4;break-inside:avoid;text-decoration:none;color:#4C5077}
#bwp-header .dh4-mega__list a:hover{color:#8A6410}
#bwp-header .dh4-mega__ln{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}
#bwp-header .dh4-mega__lm{flex:none;font-size:10px;font-weight:600;letter-spacing:.04em;color:#A9ACC3;font-variant-numeric:tabular-nums}
#bwp-header .dh4-mega__foot{display:none!important}
@media (max-width:1200px){
#bwp-header .dh4-mega__panel{grid-template-columns:228px minmax(0,1fr)!important}
#bwp-header .dh4-mega__feat{grid-template-columns:repeat(4,minmax(0,1fr))}
#bwp-header .dh4-mega__list{columns:3!important}
}
@media (hover:hover) and (pointer:fine){
html,body{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2034%2034'%3E%3Cg%20transform='rotate(-45%2017%2017)'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cg%20stroke='%23ffffff'%20stroke-width='5.2'%20opacity='.95'%3E%3Cpath%20d='M17%203.4V9'/%3E%3Crect%20x='14.2'%20y='9'%20width='5.6'%20height='3.6'%20rx='1.1'/%3E%3Crect%20x='10.6'%20y='12.6'%20width='12.8'%20height='9.2'%20rx='3'/%3E%3Cpath%20d='M13.8%2021.8v5.4a3.2%203.2%200%200%200%206.4%200v-5.4'/%3E%3C/g%3E%3Cg%20stroke='%2327294C'%20stroke-width='2.2'%3E%3Cpath%20d='M17%203.4V9'/%3E%3Crect%20x='14.2'%20y='9'%20width='5.6'%20height='3.6'%20rx='1.1'/%3E%3Crect%20x='10.6'%20y='12.6'%20width='12.8'%20height='9.2'%20rx='3'/%3E%3Cpath%20d='M13.8%2021.8v5.4a3.2%203.2%200%200%200%206.4%200v-5.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 6 6, auto}
body a,body button,body [role=button],body summary,body label,body select,
body .dh4-btn,body .dh4-nav,body .dh4-dot,body .dh4-vid,body .dh4-cat,
body .dh4-mega__btn,body .dh4-mega__cat,body .products-list.grid>li,
body .dh4-rrow,body .dh4-fcard,body .dh4-vthumb,body .dh4-rp,
body .dh4-pd__thumb{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2034%2034'%3E%3Cg%20transform='rotate(-45%2017%2017)'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cg%20stroke='%23ffffff'%20stroke-width='5.2'%20opacity='.95'%3E%3Cpath%20d='M17%203.4V9'/%3E%3Crect%20x='14.2'%20y='9'%20width='5.6'%20height='3.6'%20rx='1.1'/%3E%3Crect%20x='10.6'%20y='12.6'%20width='12.8'%20height='9.2'%20rx='3'/%3E%3Cpath%20d='M13.8%2021.8v5.4a3.2%203.2%200%200%200%206.4%200v-5.4'/%3E%3C/g%3E%3Cg%20stroke='%23F3BA43'%20stroke-width='2.2'%3E%3Cpath%20d='M17%203.4V9'/%3E%3Crect%20x='14.2'%20y='9'%20width='5.6'%20height='3.6'%20rx='1.1'/%3E%3Crect%20x='10.6'%20y='12.6'%20width='12.8'%20height='9.2'%20rx='3'/%3E%3Cpath%20d='M13.8%2021.8v5.4a3.2%203.2%200%200%200%206.4%200v-5.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 6 6, pointer}
body input[type=text],body input[type=email],body input[type=tel],
body input[type=search],body input[type=number],body input[type=password],
body textarea{cursor:text}
body input[type=range],body [draggable=true]{cursor:grab}
}
.dh4-cmpwrap__box{width:min(1180px,100%)!important;max-height:88vh!important;padding:26px 26px 22px!important;border-radius:26px!important}
.dh4-cmpwrap__box h3{margin:0 0 18px!important;font-size:21px!important}
.dh4-cmp2{display:block;min-width:0}
.dh4-cmp2__row{display:grid;grid-template-columns:168px repeat(var(--slots,2),minmax(150px,1fr));gap:14px;align-items:start;padding:9px 10px;border-radius:10px}
.dh4-cmp2__row:nth-of-type(even){background:rgba(255,255,255,.62)}
.dh4-cmp2__row.is-diff{background:rgba(243,186,67,.06)}
.dh4-cmp2__row.is-diff .dh4-cmp2__lbl{color:#8A6410}
.dh4-cmp2__row.is-diff .dh4-cmp2__lbl::after{content:"differs";display:block;margin-top:2px;font-size:9.5px;font-weight:700;letter-spacing:.1em;color:#F7CE72}
.dh4-cmp2__row--head{background:transparent!important;align-items:end;padding-bottom:16px;margin-bottom:6px;border-bottom:1px solid rgba(39,41,76,.1);position:sticky;top:0;z-index:3;
backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.dh4-cmp2__count{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;color:#8C90AC}
.dh4-cmp2__lbl{font-size:12.5px;font-weight:600;color:#3B3E63;line-height:1.4;padding-top:2px}
.dh4-cmp2__cell{font-size:12.5px;line-height:1.5;color:#4C5077;min-width:0;overflow-wrap:anywhere}
.dh4-cmp2__cell i{color:#B7BACE;font-style:normal}
.dh4-cmp2__col{position:relative;text-align:center;min-width:0}
.dh4-cmp2__col a{text-decoration:none;display:block}
.dh4-cmp2__fig{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:rgba(255,255,255,.8);border:1px solid rgba(39,41,76,.07);border-radius:14px;margin-bottom:9px;overflow:hidden}
.dh4-cmp2__fig img{max-width:82%;max-height:82%;object-fit:contain}
.dh4-cmp2__col b{display:block;font-family:var(--dh4-display);font-size:13.5px;font-weight:600;color:#27294C;line-height:1.32}
.dh4-cmp2__mod{display:inline-block;margin-top:5px;padding:2px 8px;border-radius:6px;background:#F2F3F8;border:1px solid #E5E6EF;font-size:10.5px;font-weight:600;letter-spacing:.06em;color:#5C5F86;font-variant-numeric:tabular-nums}
.dh4-cmp2__x{position:absolute;top:-8px;right:-6px;z-index:4;width:26px;height:26px;border-radius:50%;border:1px solid #E5E6EF;background:#fff;color:#3B3E63;font-size:15px;line-height:1;cursor:pointer;transition:background .24s,color .24s,border-color .24s}
.dh4-cmp2__x:hover{background:#F3BA43;border-color:#F3BA43;color:#fff}
.dh4-cmp2__col--add{display:flex;align-items:center;justify-content:center}
.dh4-cmp2--empty{padding:8px 0 4px}
.dh4-cmp2__hint{margin:0 0 18px!important;font-size:14px;line-height:1.6;color:#6D7196;max-width:52ch}
.dh4-cs{position:relative;width:100%;text-align:left}
.dh4-cs__field{position:relative;display:flex;align-items:center}
.dh4-cs__ico{position:absolute;left:12px;display:flex;align-items:center;justify-content:center;width:17px;height:17px;color:#8C90AC;pointer-events:none}
.dh4-cs__ico svg{width:17px;height:17px}
.dh4-cs__in{width:100%;height:44px;padding:0 38px 0 38px;border-radius:12px;border:1px dashed rgba(39,41,76,.2);background:rgba(255,255,255,.72);color:#27294C;font-family:var(--dh4-sans);font-size:13.5px;transition:border-color .24s,background .24s,box-shadow .24s}
.dh4-cs__in::placeholder{color:#9195B3}
.dh4-cs__in:focus{outline:none;border-style:solid;border-color:#F7CE72;background:#fff;box-shadow:0 0 0 3px rgba(247,206,114,.16)}
.dh4-cs__in::-webkit-search-cancel-button{-webkit-appearance:none}
.dh4-cs__spin{position:absolute;right:13px;width:15px;height:15px;border-radius:50%;border:2px solid rgba(39,41,76,.15);border-top-color:#F3BA43;opacity:0;animation:dh4csSpin .7s linear infinite}
.dh4-cs.is-busy .dh4-cs__spin{opacity:1}
@keyframes dh4csSpin{to{transform:rotate(360deg)}}
.dh4-cs__res{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;max-height:300px;overflow-y:auto;padding:6px;border-radius:14px;
background:linear-gradient(160deg,rgba(255,255,255,.94),rgba(245,246,251,.9));
border:1px solid rgba(255,255,255,.9);
-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);
box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 24px 54px rgba(28,30,56,.22);
display:none}
.dh4-cs__res.is-on{display:block}
.dh4-cs__hit{display:flex;align-items:center;gap:11px;width:100%;padding:8px 9px;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background .2s}
.dh4-cs__hit:hover,.dh4-cs__hit:focus-visible{background:rgba(243,186,67,.1)}
.dh4-cs__hit img{width:40px;height:40px;flex:none;object-fit:contain;background:#fff;border:1px solid #ECEDF4;border-radius:9px;padding:3px}
.dh4-cs__hit span{display:block;min-width:0}
.dh4-cs__hit b{display:block;font-size:12.5px;font-weight:600;color:#27294C;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dh4-cs__hit em{display:block;margin-top:2px;font-size:10.5px;font-style:normal;letter-spacing:.05em;color:#8C90AC;font-variant-numeric:tabular-nums}
.dh4-cs__none{padding:12px 10px;font-size:12.5px;color:#8C90AC}
@media (max-width:900px){
.dh4-cmpwrap__box{padding:18px 14px 16px!important;border-radius:20px!important}
.dh4-cmp2{overflow-x:auto}
.dh4-cmp2__row{grid-template-columns:126px repeat(var(--slots,2),minmax(132px,1fr));gap:10px;padding:8px 6px}
.dh4-cmp2__lbl,.dh4-cmp2__cell{font-size:11.5px}
.dh4-cmp2__row--head{position:static}
}
.woocommerce-shipping-fields,.shipping,.cart-shipping,.woocommerce-shipping-totals,.shipping_address,.woocommerce-shipping-calculator,.wc-proceed-to-checkout,.product_meta .sku_wrapper,.woocommerce-tabs li.shipping_tab,.woocommerce-tabs li.additional_information_tab{display:none!important}
.single-product .site-content,.single-product .page-content,.single-product .container{max-width:none!important;padding:0!important}
.single-product .bwp-breadcrumb,.single-product .page-header,.single-product .woocommerce-breadcrumb{display:none!important}
.dh4-pd{padding:26px 0 0;background:#fff}
.dh4-crumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:6px 0 26px;font-size:13.5px}
.dh4-crumb a{color:#4C5077;text-decoration:none;transition:color .22s}
.dh4-crumb a:hover{color:#8A6410}
.dh4-crumb__sep{color:#B4B7CD;font-size:15px;line-height:1}
.dh4-crumb__pill{display:inline-block;padding:6px 13px;border-radius:8px;background:#F0F1F7;color:#3B3E63!important;font-weight:500;transition:background .22s,color .22s}
a.dh4-crumb__pill:hover{background:#FDF4E0;color:#8A6410!important}
.dh4-crumb__now{color:#9195B3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:46ch}
.dh4-pd__cols{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);gap:58px;align-items:start;padding-bottom:76px}
.dh4-pd__left{position:relative}
.dh4-pd__stagebox{position:relative;width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ECEDF4;border-radius:16px;overflow:hidden}
.dh4-pd__frames{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.dh4-pd__frame{position:absolute;inset:0;margin:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.97);pointer-events:none;transition:opacity .45s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1)}
.dh4-pd__frame.is-on{opacity:1;transform:none;pointer-events:auto}
.dh4-pd__frame img{max-width:86%;max-height:86%;width:auto;height:auto;object-fit:contain}
.dh4-pd__none{font-size:14px;color:#9195B3}
.dh4-pd__nav{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid #E5E6EF;color:#27294C;cursor:pointer;transition:background .24s,color .24s,border-color .24s}
.dh4-pd__nav svg{width:17px;height:17px}
.dh4-pd__nav--l{left:14px}
.dh4-pd__nav--r{right:14px}
.dh4-pd__nav:hover{background:#F3BA43;border-color:#F3BA43;color:#fff}
.dh4-pd__thumbs{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-top:16px}
.dh4-pd__thumb{position:relative;width:78px;height:78px;padding:7px;border:1px solid #ECEDF4;border-radius:10px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .24s}
.dh4-pd__thumb img{max-width:100%;max-height:100%;object-fit:contain}
.dh4-pd__thumb::after{content:"";position:absolute;left:8px;right:8px;bottom:-7px;height:3px;border-radius:3px;background:#F3BA43;transform:scaleX(0);transition:transform .3s cubic-bezier(.22,.61,.36,1)}
.dh4-pd__thumb:hover{border-color:#D5D7E5}
.dh4-pd__thumb.is-on{border-color:#DBDCE8}
.dh4-pd__thumb.is-on::after{transform:scaleX(1)}
.dh4-pd__eyebrow{display:inline-block;font-size:13px;font-weight:500;color:#8C90AC;text-decoration:none}
.dh4-pd__eyebrow:hover{color:#8A6410}
.dh4-pd__title{margin:8px 0 0;font-family:var(--dh4-display);font-size:clamp(24px,2.3vw,34px);font-weight:700;line-height:1.16;letter-spacing:-.03em;color:#27294C}
.dh4-pd__rating{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:13px;color:#8C90AC}
.dh4-pd__rating .star-rating{font-size:14px;color:#F3BA43}
.dh4-pd__meta{display:flex;align-items:center;gap:14px;margin-top:14px;font-size:13.5px;color:#5C5F86}
.dh4-pd__brand{font-family:var(--dh4-display);font-weight:700;letter-spacing:-.01em;color:#27294C}
.dh4-pd__metasep{width:1px;height:15px;background:#DBDCE8}
.dh4-pd__code b{color:#27294C;font-weight:600;font-variant-numeric:tabular-nums}
.dh4-pd__hr{height:1px;background:#ECEDF4;margin:22px 0}
.dh4-pd__tools{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.dh4-pd__tool{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;font-family:var(--dh4-sans);font-size:13.5px;font-weight:500;color:#4C5077;text-decoration:none;cursor:pointer;transition:color .22s}
.dh4-pd__tool svg{width:17px;height:17px}
.dh4-pd__tool:hover{color:#8A6410}
.dh4-pd__tool.is-on{color:#8A6410}
.dh4-pd__bullets{margin:22px 0 0;padding:0 0 0 20px}
.dh4-pd__bullets li{margin:0 0 7px;font-size:14.5px;line-height:1.6;color:#4C5077}
.dh4-pd__bullets li::marker{color:#B4B7CD}
.dh4-pd__bullets b{font-weight:600;color:#3B3E63}
.dh4-pd__lede{margin:16px 0 0!important;font-size:14.5px;line-height:1.7;color:#6D7196}
.dh4-acc{margin-top:26px;border-top:1px solid #ECEDF4}
.dh4-acc__item{border-bottom:1px solid #ECEDF4}
.dh4-acc__head{display:flex;align-items:center;gap:14px;width:100%;padding:18px 2px;border:0;background:transparent;cursor:pointer;text-align:left}
.dh4-acc__n{font-family:var(--dh4-display);font-size:11.5px;font-weight:700;letter-spacing:.1em;color:#B4B7CD;font-variant-numeric:tabular-nums;transition:color .3s}
.dh4-acc__t{flex:1 1 auto;font-family:var(--dh4-display);font-size:14px;font-weight:600;letter-spacing:.01em;color:#27294C}
.dh4-acc__i{position:relative;flex:none;width:26px;height:26px;border-radius:50%;border:1px solid #E5E6EF;transition:background .3s,border-color .3s,transform .4s cubic-bezier(.22,.61,.36,1)}
.dh4-acc__i::before,.dh4-acc__i::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.6px;border-radius:2px;background:#3B3E63;transform:translate(-50%,-50%);transition:transform .4s cubic-bezier(.22,.61,.36,1),background .3s}
.dh4-acc__i::after{transform:translate(-50%,-50%) rotate(90deg)}
.dh4-acc__head:hover .dh4-acc__i{border-color:#F7DCA6}
.dh4-acc__item.is-open .dh4-acc__n{color:#F3BA43}
.dh4-acc__item.is-open .dh4-acc__i{background:#F3BA43;border-color:#F3BA43;transform:rotate(180deg)}
.dh4-acc__item.is-open .dh4-acc__i::before,.dh4-acc__item.is-open .dh4-acc__i::after{background:#fff}
.dh4-acc__item.is-open .dh4-acc__i::after{transform:translate(-50%,-50%) rotate(0deg)}
.dh4-acc__wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .5s cubic-bezier(.22,.61,.36,1),opacity .38s ease .04s}
.dh4-acc__item.is-open .dh4-acc__wrap{grid-template-rows:1fr;opacity:1}
.dh4-acc__body{min-height:0;overflow:hidden}
.dh4-acc__item.is-open .dh4-acc__body{padding-bottom:24px}
.dh4-pd__specs{margin:0;padding:0}
.dh4-pd__specs>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:14px;padding:8px 0;border-top:1px solid #F3F4F9}
.dh4-pd__specs>div:first-child{border-top:0;padding-top:0}
.dh4-pd__specs dt{margin:0;font-size:13px;font-weight:600;color:#9195B3}
.dh4-pd__specs dd{margin:0;font-size:13px;font-weight:600;color:#3B3E63;text-align:right;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}
.dh4-pd__specs--all{margin-top:20px}
.dh4-pd__note{margin:0!important;font-size:13.5px;color:#9195B3}
.dh4-pd__prose{font-size:14px;line-height:1.75;color:#5C5F86}
.dh4-pd__prose p{margin:0 0 12px}
.dh4-pd__prose ul{margin:0 0 12px;padding-left:18px}
.dh4-pd__models{display:grid;gap:2px}
.dh4-pd__model{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:10px 6px;border-radius:10px;text-decoration:none;transition:background .26s,padding-left .3s cubic-bezier(.22,.61,.36,1)}
.dh4-pd__model:hover{background:#FDF6E6;padding-left:12px}
.dh4-pd__model img{width:42px;height:42px;object-fit:contain;background:#F5F6FA;border:1px solid #ECEDF4;border-radius:9px;padding:3px}
.dh4-pd__model b{display:block;font-size:13px;font-weight:600;color:#27294C;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dh4-pd__model em{display:block;margin-top:2px;font-size:10.5px;font-style:normal;letter-spacing:.05em;color:#9195B3;font-variant-numeric:tabular-nums}
.dh4-pd__model svg{width:15px;height:15px;color:#B4B7CD;transition:transform .28s,color .28s}
.dh4-pd__model:hover svg{color:#F3BA43;transform:translateX(3px)}
.dh4-pd__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.dh4-pd__btn{display:inline-flex;align-items:center;justify-content:center;flex:1 1 190px;height:54px;padding:0 26px;border-radius:12px;border:1px solid transparent;font-family:var(--dh4-sans);font-size:14.5px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .26s,color .26s,border-color .26s,transform .26s}
.dh4-pd__btn--fill{background:#F3BA43;color:#fff}
.dh4-pd__btn--fill:hover{background:#C99327;transform:translateY(-2px)}
.dh4-pd__btn--line{background:#fff;color:#27294C;border-color:#DBDCE8}
.dh4-pd__btn--line:hover{border-color:#F3BA43;color:#8A6410;transform:translateY(-2px)}
.dh4-pd__more{padding:70px 0 74px;background:#fff;border-top:1px solid #ECEDF4}
.dh4-pd__more--tint{background:#F5F6FA;border-top:0}
.dh4-pd__more .dh4-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.dh4-pd__all{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#8A6410;text-decoration:none;white-space:nowrap}
.dh4-pd__all svg{width:14px;height:14px;transition:transform .28s}
.dh4-pd__all:hover svg{transform:translateX(4px)}
.dh4-rp__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.dh4-rp{display:block;padding:12px 12px 16px;border:1px solid #E5E6EF;border-radius:16px;background:#fff;text-decoration:none;box-shadow:0 1px 2px rgba(39,41,76,.04),0 4px 12px rgba(39,41,76,.05);transition:transform .32s cubic-bezier(.22,.61,.36,1),border-color .28s,box-shadow .32s}
.dh4-rp:hover{transform:translateY(-5px);border-color:rgba(243,186,67,.34);box-shadow:0 2px 6px rgba(39,41,76,.05),0 14px 30px rgba(39,41,76,.09)}
.dh4-rp__fig{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;margin-bottom:12px;border-radius:12px;background:linear-gradient(180deg,#F4F5FA,#fff 74%);overflow:hidden}
.dh4-rp__fig img{max-width:86%;max-height:86%;object-fit:contain;transition:transform .5s cubic-bezier(.22,.61,.36,1)}
.dh4-rp:hover .dh4-rp__fig img{transform:scale(1.06)}
.dh4-rp__cat{display:block;font-size:11px;font-weight:600;letter-spacing:.05em;color:#F3BA43}
.dh4-rp__nm{display:block;margin-top:6px;font-family:var(--dh4-display);font-size:13.5px;font-weight:600;line-height:1.36;color:#27294C;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.72em}
.dh4-rp__mod{display:inline-block;margin-top:8px;padding:2px 8px;border-radius:6px;background:#F2F3F8;border:1px solid #E5E6EF;font-size:10.5px;font-weight:600;letter-spacing:.05em;color:#5C5F86;font-variant-numeric:tabular-nums}
@media (max-width:1100px){
.dh4-pd__cols{grid-template-columns:1fr;gap:34px;padding-bottom:52px}
.dh4-pd__left{max-width:560px}
.dh4-rp__row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dh4-pd__more{padding:50px 0 56px}
}
@media (max-width:640px){
.dh4-crumb{font-size:12.5px;gap:7px;padding-bottom:18px}
.dh4-crumb__now{max-width:100%;white-space:normal}
.dh4-pd__thumb{width:62px;height:62px}
.dh4-rp__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dh4-rp__nm{font-size:12.5px}
.dh4-pd__btn{flex:1 1 100%}
}
@media (prefers-reduced-motion:reduce){
.dh4-pd__frame,.dh4-acc__wrap,.dh4-rp,.dh4-rp__fig img{transition:none}
}
.woosw-wishlist,.woosw-btn,.wishlist-box,.woosw-area{display:none!important}
:root{
--brand-navy:#27294C;
--brand-navy-900:#15172E;
--brand-navy-800:#1C1E38;
--brand-navy-600:#333663;
--brand-navy-500:#454880;
--brand-amber:#F3BA43;
--brand-amber-400:#F7CE72;
--brand-amber-600:#C99327;
--brand-amber-ink:#8A6410;
--brand-grad:linear-gradient(135deg,#F7CE72 0%,#F3BA43 48%,#E3A82E 100%);
--brand-grad-deep:linear-gradient(140deg,#F3BA43 0%,#C99327 38%,#27294C 100%);
--brand-grad-dark:linear-gradient(160deg,#27294C 0%,#1C1E38 56%,#15172E 100%);
}
.dh4-btn--primary,.dh4-pd__btn--fill,.dh4-enq__go,
.dh4-pd__nav:hover,.dh4-cmp2__x:hover,
.dh4-rrow:hover .dh4-rrow__go,
.dh4-vid:hover .dh4-vid__play,
.dh4-f2__row:hover .dh4-f2__ico,
.dh4-footer2 .dh4-social a:hover,
.dh4-fbrand__logo span,
.products-list.grid>li:hover .products-content .contents .dh4-rm::after,
.dh4-prods .products-list.grid>li:hover .products-content .contents .dh4-rm::after,
.products-list.grid .products-thumb .product-button .dh4-cmp__btn:hover,
.products-list.grid .products-thumb .product-button .quickview:hover,
.dh4-prods .products-list.grid .products-thumb .product-button .dh4-cmp__btn:hover,
.dh4-prods .products-list.grid .products-thumb .product-button .quickview:hover,
#bwp-header .dh4-mega__cat.is-on .dh4-mega__ico,
#bwp-header .dh4-mega__cat:hover .dh4-mega__ico{color:#27294C!important}
.dh4-eyebrow{color:#8A6410}
.dh4-sec--dark .dh4-eyebrow,.dh4-vids .dh4-eyebrow,.dh4-range .dh4-eyebrow,
.dh4-footer2 .dh4-eyebrow,.dh4-cta .dh4-eyebrow,.dh4-hero .dh4-eyebrow,
.dh4-banner .dh4-eyebrow,.dh4-fcard .dh4-eyebrow,.dh4-f2__pitch .dh4-eyebrow{color:#F3BA43}
.products-list.grid .products-content .cat-products a,
.dh4-prods .products-list.grid .products-content .cat-products a,
.dh4-rp__cat,.dh4-pillar__n,.dh4-acc__item.is-open .dh4-acc__n,
.dh4-pd__all,.dh4-mega__all,.dh4-cs__hit:hover b{color:#8A6410!important}
.dh4-btn--primary,.dh4-pd__btn--fill,.dh4-enq__go{
background:linear-gradient(135deg,#F7CE72 0%,#F3BA43 48%,#E3A82E 100%)!important;
border-color:transparent!important}
.dh4-btn--primary:hover,.dh4-pd__btn--fill:hover,.dh4-enq__go:hover{
background:linear-gradient(135deg,#F3BA43 0%,#E3A82E 48%,#C99327 100%)!important}
.dh4-fbrand__logo span{background:linear-gradient(140deg,#F7CE72,#C99327)!important}
.dh4-fcard__rule,.dh4-vid__rule,.dh4-prog{
background:linear-gradient(90deg,#F3BA43 0%,#C99327 46%,#454880 100%)!important}
.dh4-footer2,.dh4-range,.dh4-vids{
background:linear-gradient(160deg,#27294C 0%,#1C1E38 56%,#15172E 100%)!important}
.star-rating,.star-rating span::before,.dh4-pd__rating .star-rating{color:#F3BA43}