.suntex-header{--sxh-bg: #F8F4EE;--sxh-border: #E8E2DA;--sxh-text: #1A1A1A;--sxh-muted: #6B645B;--sxh-accent: #8B6F47;--sxh-sable: #EEEAE2;--sxh-card: #FFFFFF;--sxh-btn: #1A1A1A;--sxh-btn-hover: #333333;--sxh-shadow: 0 18px 45px rgba(26, 26, 26, .05);--sxh-easing: cubic-bezier(.4, 0, .2, 1);--sxh-font: "Inter", "Helvetica Neue", system-ui, -apple-system, sans-serif;--sxh-height: 72px;background:var(--sxh-bg);border-bottom:1px solid var(--sxh-border);font-family:var(--sxh-font);color:var(--sxh-text);position:sticky;top:0;z-index:100;-webkit-font-smoothing:antialiased}.suntex-header__inner{max-width:1440px;margin:0 auto;padding:0 clamp(16px,3vw,32px);height:var(--sxh-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.suntex-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--sxh-text)}.suntex-header__logo-text{font-size:22px;font-weight:700;letter-spacing:.12em;color:var(--sxh-text)}.suntex-header__logo-img{max-height:36px;width:auto;display:block}.suntex-header__nav{display:none}@media(min-width:980px){.suntex-header__nav{display:block;justify-self:center}}.suntex-header__menu{display:flex;align-items:center;gap:clamp(20px,2vw,36px);list-style:none;padding:0;margin:0}.suntex-header__item{position:relative;display:flex;align-items:center;height:100%}.suntex-header__item>a{position:relative;display:inline-flex;align-items:center;gap:5px;padding:0;height:100%;font-size:14.5px;font-weight:500;letter-spacing:.005em;color:var(--sxh-text);text-decoration:none;transition:color .18s var(--sxh-easing);cursor:pointer}.suntex-header__item>a:after{content:"";position:absolute;bottom:14px;left:0;right:0;height:2px;background:var(--sxh-accent);transform:scaleX(0);transform-origin:center;transition:transform .22s var(--sxh-easing)}.suntex-header__item:hover>a,.suntex-header__item:focus-within>a,.suntex-header__item.is-open>a{color:var(--sxh-accent)}.suntex-header__item:hover>a:after,.suntex-header__item:focus-within>a:after,.suntex-header__item.is-open>a:after{transform:scaleX(1)}.suntex-header__item--mega:after{content:"";position:absolute;top:100%;left:-8px;right:-8px;height:1px;pointer-events:none;transition:height .15s var(--sxh-easing)}.suntex-header__item--mega:hover:after,.suntex-header__item--mega:focus-within:after,.suntex-header__item--mega.is-open:after{height:12px;pointer-events:auto}.suntex-header__caret{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s var(--sxh-easing);margin-top:-3px;opacity:.6}.suntex-header__item--mega:hover .suntex-header__caret{transform:rotate(225deg);margin-top:2px}.suntex-mega{position:fixed;top:var(--sxh-height);left:0;right:0;width:100%;background:var(--sxh-bg);border-top:1px solid var(--sxh-border);border-bottom:1px solid var(--sxh-border);box-shadow:var(--sxh-shadow);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s var(--sxh-easing),visibility .2s var(--sxh-easing),transform .2s var(--sxh-easing);pointer-events:none;z-index:50}.suntex-header__item--mega:hover .suntex-mega,.suntex-header__item--mega:focus-within .suntex-mega,.suntex-header__item--mega.is-open .suntex-mega{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.suntex-mega__inner{max-width:1440px;margin:0 auto;padding:32px clamp(20px,3vw,48px);display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.suntex-mega__inner--compact{grid-template-columns:1fr 1fr;max-width:900px}.suntex-mega__col{display:flex;flex-direction:column;gap:12px}.suntex-mega__col--visual{display:block}.suntex-mega__title{font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sxh-accent);margin:0 0 4px}.suntex-mega__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}.suntex-mega__links a{display:inline-block;padding:6px 0;font-size:14.5px;font-weight:400;color:var(--sxh-text);text-decoration:none;letter-spacing:.005em;transition:color .15s var(--sxh-easing),transform .15s var(--sxh-easing)}.suntex-mega__links a:hover{color:var(--sxh-accent);transform:translate(2px)}.suntex-mega__card{display:block;position:relative;border-radius:16px;overflow:hidden;background:var(--sxh-sable);aspect-ratio:4 / 5;text-decoration:none;color:#fff;transition:transform .25s var(--sxh-easing)}.suntex-mega__card:hover{transform:scale(1.02)}.suntex-mega__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.suntex-mega__card-body{position:absolute;inset:auto 0 0 0;padding:20px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.65) 100%);display:flex;flex-direction:column;gap:4px}.suntex-mega__card-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.suntex-mega__card-title{font-size:17px;font-weight:600;letter-spacing:-.005em;line-height:1.2}.suntex-mega__card-cta{font-size:13px;margin-top:6px;opacity:.85}.suntex-mega__cta-card{background:linear-gradient(180deg,var(--sxh-sable) 0%,#E8D3B8 100%);border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:10px;height:100%}.suntex-mega__cta-card h4{font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0;color:var(--sxh-text)}.suntex-mega__cta-card p{font-size:13.5px;color:var(--sxh-muted);margin:0;line-height:1.5}.suntex-mega__cta-btn{display:inline-block;margin-top:auto;padding:11px 18px;background:var(--sxh-btn);color:#fff;border-radius:10px;font-size:13.5px;font-weight:600;text-decoration:none;text-align:center;transition:background .18s var(--sxh-easing)}.suntex-mega__cta-btn:hover{background:var(--sxh-btn-hover)}.suntex-header__right{display:flex;align-items:center;gap:4px}.suntex-header__icon-btn{position:relative;display:inline-grid;place-items:center;width:40px;height:40px;background:transparent;border:0;border-radius:50%;color:var(--sxh-text);cursor:pointer;text-decoration:none;transition:background .18s var(--sxh-easing)}.suntex-header__icon-btn:hover{background:var(--sxh-sable)}.suntex-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--sxh-accent);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;line-height:1}.suntex-header__cta{display:none}@media(min-width:980px){.suntex-header__cta{display:inline-flex;align-items:center;margin-left:8px;padding:9px 16px;background:var(--sxh-btn);color:#fff;border-radius:10px;font-size:13.5px;font-weight:600;letter-spacing:.005em;text-decoration:none;transition:background .18s var(--sxh-easing)}.suntex-header__cta:hover{background:var(--sxh-btn-hover)}}.suntex-header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:10px;background:transparent;border:0;cursor:pointer;margin-left:4px}@media(min-width:980px){.suntex-header__burger{display:none}}.suntex-header__burger-line{display:block;width:100%;height:1.5px;background:var(--sxh-text);border-radius:1px;transition:transform .25s var(--sxh-easing),opacity .25s var(--sxh-easing)}.suntex-header__burger[aria-expanded=true] .suntex-header__burger-line:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.suntex-header__burger[aria-expanded=true] .suntex-header__burger-line:nth-child(2){opacity:0}.suntex-header__burger[aria-expanded=true] .suntex-header__burger-line:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.suntex-search-overlay{position:absolute;top:100%;left:0;right:0;background:var(--sxh-bg);border-bottom:1px solid var(--sxh-border);padding:24px clamp(16px,4vw,32px);box-shadow:var(--sxh-shadow);z-index:49}.suntex-search-overlay__form{max-width:760px;margin:0 auto;display:flex;align-items:center;gap:8px}.suntex-search-overlay__input{flex:1;padding:14px 16px;border:1px solid var(--sxh-border);border-radius:12px;font-size:15px;font-family:inherit;background:var(--sxh-card);color:var(--sxh-text);outline:none;transition:border-color .18s var(--sxh-easing)}.suntex-search-overlay__input:focus{border-color:var(--sxh-text)}.suntex-search-overlay__btn,.suntex-search-overlay__close{display:grid;place-items:center;width:44px;height:44px;background:var(--sxh-text);color:#fff;border:0;border-radius:10px;cursor:pointer;transition:background .18s var(--sxh-easing)}.suntex-search-overlay__btn:hover{background:var(--sxh-btn-hover)}.suntex-search-overlay__close{background:var(--sxh-card);color:var(--sxh-text);border:1px solid var(--sxh-border)}.suntex-search-overlay__close:hover{background:var(--sxh-sable)}.suntex-mobile-menu{position:fixed;top:0;left:0;bottom:0;width:min(92vw,380px);background:var(--sxh-bg);border-right:1px solid var(--sxh-border);z-index:200;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s var(--sxh-easing);box-shadow:0 24px 60px #2115082e;overflow-y:auto}.suntex-mobile-menu.is-open{transform:translate(0)}body.suntex-mobile-menu-open{overflow:hidden}body.suntex-mobile-menu-open:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#14100866;z-index:199;animation:sxh-fadein .25s ease}@keyframes sxh-fadein{0%{opacity:0}to{opacity:1}}.suntex-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--sxh-border)}.suntex-mobile-menu__title{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sxh-muted)}.suntex-mobile-menu__close{display:grid;place-items:center;width:38px;height:38px;background:transparent;border:0;border-radius:50%;color:var(--sxh-text);cursor:pointer}.suntex-mobile-menu__close:hover{background:var(--sxh-sable)}.suntex-mobile-menu__nav{flex:1;padding:8px 0}.suntex-mobile-menu__list{list-style:none;padding:0;margin:0}.suntex-mobile-menu__list>li{border-bottom:1px solid var(--sxh-border)}.suntex-mobile-menu__link,.suntex-mobile-menu__group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 22px;background:transparent;border:0;color:var(--sxh-text);font-size:15.5px;font-weight:500;text-align:left;cursor:pointer;text-decoration:none;font-family:inherit}.suntex-mobile-menu__chevron{width:10px;height:10px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);transition:transform .2s var(--sxh-easing);opacity:.5}.suntex-mobile-menu__group-btn[aria-expanded=true] .suntex-mobile-menu__chevron{transform:rotate(45deg)}.suntex-mobile-menu__sub{list-style:none;padding:4px 22px 16px;margin:0;background:var(--sxh-sable);display:none}.suntex-mobile-menu__sub.is-open{display:block}.suntex-mobile-menu__sub li a{display:block;padding:10px 0 10px 16px;color:var(--sxh-text);text-decoration:none;font-size:14.5px;border-left:2px solid var(--sxh-accent)}.suntex-mobile-menu__cta{padding:22px;border-top:1px solid var(--sxh-border);display:flex;flex-direction:column;gap:10px}.suntex-mobile-menu__cta-btn{display:block;padding:13px 22px;background:var(--sxh-btn);color:#fff;border-radius:10px;font-size:14.5px;font-weight:600;text-align:center;text-decoration:none;transition:background .18s var(--sxh-easing)}.suntex-mobile-menu__cta-btn:hover{background:var(--sxh-btn-hover)}.suntex-mobile-menu__cta-btn--outline{background:transparent;color:var(--sxh-text);border:1px solid var(--sxh-border)}.suntex-mobile-menu__cta-btn--outline:hover{background:var(--sxh-sable)}@media(max-width:979px){.suntex-header__inner{grid-template-columns:auto auto auto;justify-content:space-between}.suntex-header__logo{justify-self:center}}@media(max-width:640px){.suntex-header{--sxh-height: 60px}.suntex-header__logo-text{font-size:18px}.suntex-header__icon-btn{width:36px;height:36px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/suntex-header.css.map */
