.hct-hover-zone{position:fixed;top:0;left:0;right:0;height:18px;z-index:999998}.hct-shell{position:fixed;top:0;left:0;right:0;z-index:999999;color:var(--hct-text);font-family:inherit;transform:translateY(0);transition:transform .32s ease,background .25s ease,box-shadow .25s ease}.hct-shell.is-hidden{transform:translateY(-104%)}.hct-tv{height:30px;background:var(--hct-tv-bg);display:flex;align-items:center;overflow:hidden;white-space:nowrap}.hct-tv a{color:var(--hct-tv-text)!important;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.065em;text-transform:uppercase;line-height:1}.hct-tv a:hover{text-decoration:underline}.hct-tv-ticker{justify-content:flex-start}.hct-tv-ticker .hct-tv-track{display:flex;align-items:center;gap:64px;width:max-content;min-width:max-content;padding:0 32px;animation:hct-tv-marquee 22s linear infinite}.hct-tv-ticker:hover .hct-tv-track{animation-play-state:paused}@keyframes hct-tv-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.hct-tv-rotator{justify-content:center;padding:0 16px}.hct-tv-rotator .hct-tv-track{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hct-tv-rotator a{position:absolute;left:50%;top:50%;opacity:0;visibility:hidden;transform:translate(-50%,-38%);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.hct-tv-rotator a.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%);pointer-events:auto}.hct-bar{height:76px;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.13);backdrop-filter:blur(6px);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;padding:0 38px}.hct-shell:hover .hct-bar,.hct-shell.is-white .hct-bar{background:var(--hct-white);box-shadow:0 12px 30px rgba(15,23,42,.11);border-color:rgba(15,23,42,.08)}.hct-logo{position:absolute;left:38px;top:50%;transform:translateY(-50%);width:var(--hct-logo-width);height:100%;display:flex;align-items:center;justify-content:flex-start;text-decoration:none;z-index:2}.hct-logo img{width:100%;height:70px;display:block;object-fit:contain;object-position:left center}.hct-nav{display:flex;align-items:center;justify-content:center;gap:32px;height:100%;max-width:calc(100vw - 590px);min-width:0;margin:0 auto}.hct-nav-item{position:relative;height:100%;display:flex;align-items:center}.hct-nav-item>a{position:relative;display:flex;align-items:center;gap:7px;height:100%;color:var(--hct-text)!important;text-decoration:none;text-transform:uppercase;letter-spacing:.11em;font-size:13px;font-weight:900;white-space:nowrap}.hct-nav-item>a:after{content:'';position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--hct-accent);transform:scaleX(0);transition:transform .25s ease;transform-origin:center}.hct-nav-item:hover>a:after{transform:scaleX(1)}.hct-nav-item em{font-style:normal;font-size:17px;line-height:1;margin-top:1px}.hct-menu-icon{width:20px;height:20px;object-fit:contain;display:inline-block}.hct-dropdown{position:absolute;top:100%;left:50%;min-width:235px;transform:translate(-50%,10px);opacity:0;visibility:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.16);padding:10px;transition:all .22s ease;z-index:1000002}.hct-nav-item:hover .hct-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.hct-dropdown a{display:flex;align-items:center;gap:10px;color:#111!important;text-decoration:none;padding:11px 12px;border-radius:12px;font-size:14px;font-weight:750;white-space:nowrap}.hct-dropdown a:hover{background:#f7f1ec;color:#111!important}.hct-actions{position:absolute;right:38px;top:50%;transform:translateY(-50%);display:flex;justify-content:flex-end;align-items:center;gap:18px;z-index:2}.hct-actions a{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--hct-text)!important;text-decoration:none}.hct-actions svg{width:25px;height:25px;fill:currentColor}.hct-cart span{position:absolute;right:-10px;top:-9px;background:var(--hct-accent);color:#fff;border-radius:999px;min-width:18px;height:18px;line-height:18px;text-align:center;font-size:11px;font-weight:900}.hct-burger{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px;cursor:pointer;color:var(--hct-text)}.hct-burger span{display:block;height:2px;background:currentColor;margin:6px 0;border-radius:5px;transition:.2s}@media(max-width:1100px){.hct-nav{gap:24px;max-width:calc(100vw - 500px)}.hct-nav-item>a{font-size:12px;letter-spacing:.08em}.hct-logo{left:26px}.hct-actions{right:26px}}@media(max-width:920px){.hct-tv{height:28px}.hct-tv-ticker .hct-tv-track{gap:38px;animation-duration:18s}.hct-tv a{font-size:11px}.hct-bar{height:66px;display:grid;grid-template-columns:52px 1fr 88px;align-items:center;justify-content:stretch;padding:0 14px;background:var(--hct-white);box-shadow:0 10px 26px rgba(15,23,42,.08);border-color:rgba(15,23,42,.08)}.hct-logo{position:static;transform:none;justify-self:center;width:var(--hct-logo-width-mobile);height:100%;display:flex;align-items:center;justify-content:center}.hct-logo img{width:100%;height:60px;object-position:center}.hct-burger{display:block;justify-self:start}.hct-nav{position:fixed;top:94px;left:0;bottom:0;width:min(86vw,360px);height:calc(100vh - 94px);background:#fff;box-shadow:20px 0 45px rgba(15,23,42,.18);display:block;overflow:auto;padding:18px;transform:translateX(-110%);transition:transform .28s ease;z-index:1000000;max-width:none;margin:0}.hct-shell.is-menu-open .hct-nav{transform:translateX(0)}.hct-nav-item{height:auto;display:block;border-bottom:1px solid #eef2f7}.hct-nav-item>a{height:auto;padding:15px 4px;justify-content:space-between;letter-spacing:.07em}.hct-nav-item>a:after{display:none}.hct-dropdown{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:0;padding:0 0 12px;margin:0;background:#fff;min-width:0}.hct-dropdown a{padding:10px 16px;background:#f8fafc;margin:4px 0}.hct-actions{position:static;transform:none;justify-self:end;gap:12px}.hct-account svg,.hct-cart svg{width:23px;height:23px}.hct-shell.is-hidden{transform:translateY(-100%)}}@media(max-width:480px){.hct-actions{gap:10px}.hct-nav{top:94px;height:calc(100vh - 94px)}.hct-tv-rotator a{width:100%;text-align:center}}
.hct-footer{background:var(--hct-footer-bg);color:var(--hct-footer-text);padding:58px 36px 0;font-family:inherit}.hct-footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr 1fr 1.2fr;gap:36px;align-items:start}.hct-footer-col h3{margin:0 0 18px;color:var(--hct-footer-text);font-size:13px;line-height:1.2;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hct-footer-logo{display:inline-flex;margin:-12px 0 12px;text-decoration:none}.hct-footer-logo img{width:150px;max-width:100%;height:92px;object-fit:contain;object-position:left center;display:block}.hct-footer-links-front{list-style:none;margin:0;padding:0;display:grid;gap:12px}.hct-footer a{color:var(--hct-footer-muted)!important;text-decoration:none;transition:color .2s ease,transform .2s ease}.hct-footer a:hover{color:var(--hct-footer-accent)!important}.hct-footer-links-front a{font-size:13px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.hct-footer p{margin:0 0 11px;color:var(--hct-footer-muted);font-size:14px;line-height:1.75}.hct-footer-address-block p a{font-size:14px}.hct-footer-newsletter p{max-width:360px}.hct-newsletter-shortcode{color:var(--hct-footer-text)}.hct-newsletter-form{display:flex;gap:8px;margin-top:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:6px;max-width:390px}.hct-newsletter-form input{flex:1;min-width:0;border:0;background:transparent;color:var(--hct-footer-text);padding:0 12px;outline:none}.hct-newsletter-form input::placeholder{color:var(--hct-footer-muted)}.hct-newsletter-form button{border:0;border-radius:999px;padding:12px 18px;background:var(--hct-footer-accent);color:#fff;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.hct-footer-bottom{max-width:1240px;margin:42px auto 0;border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--hct-footer-muted);font-size:13px}.hct-footer-bottom a{font-weight:900}@media(max-width:980px){.hct-footer{padding:46px 22px 0}.hct-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.hct-footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.hct-footer-inner{grid-template-columns:1fr}.hct-newsletter-form{border-radius:18px;align-items:stretch;flex-direction:column}.hct-newsletter-form input{min-height:42px}.hct-footer-logo img{width:132px;height:80px}}
.hct-footer-brand .hct-footer-slogan{max-width:310px;color:var(--hct-footer-text);font-size:15px;line-height:1.75;font-weight:650;margin:8px 0 16px}.hct-footer-brand .hct-footer-address{padding-left:14px;border-left:2px solid var(--hct-footer-accent);max-width:310px}.hct-footer-social-newsletter .hct-newsletter-area{margin-top:28px}.hct-social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 22px}.hct-social-links a{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:var(--hct-footer-text)!important}.hct-social-links a:hover{background:var(--hct-footer-accent);color:#fff!important;transform:translateY(-2px)}.hct-social-links svg{width:20px;height:20px;fill:currentColor;display:block}.hct-footer-products .hct-footer-links-front,.hct-footer-info .hct-footer-links-front{gap:10px}@media(max-width:560px){.hct-social-links a{width:36px;height:36px}.hct-footer-brand .hct-footer-slogan,.hct-footer-brand .hct-footer-address{max-width:none}}
