@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";:root{--hf-bg: #050607;--hf-bg-soft: #0a0c10;--hf-card: rgba(255, 255, 255, .045);--hf-border: rgba(255, 255, 255, .1);--hf-text: #ececf0;--hf-text-soft: rgba(255, 255, 255, .68);--hf-text-muted: rgba(255, 255, 255, .5);--hf-accent: #BB133E}html{scroll-behavior:smooth;background:var(--hf-bg)}body{margin:0;font-family:Roboto,sans-serif;color:var(--hf-text);background:radial-gradient(52% 34% at 88% 0%,rgba(187,19,62,.14),transparent 56%),radial-gradient(36% 26% at 12% 86%,rgba(255,255,255,.035),transparent 60%),linear-gradient(180deg,#030405,#06070a 28%,#050607);overflow-x:hidden}h1,h2,h3,h4,h5,.hf-heading{font-family:Oswald,sans-serif;letter-spacing:-.02em}::selection{background:var(--hf-accent);color:#fff}a{color:inherit;text-decoration:none}.hf-site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.05);background:#050608b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 40px #00000040}.hf-site-header__inner{max-width:1280px;min-height:72px;height:auto;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:space-between}.hf-site-header__left{display:flex;align-items:center;gap:40px}.hf-site-header__brand{display:flex;align-items:center;gap:12px;color:#fff}.hf-site-header__mark{width:32px;height:32px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--hf-accent);color:#fff;font-family:Oswald,sans-serif;font-weight:700;letter-spacing:-.05em;box-shadow:0 12px 28px #bb133e59}.hf-site-header__name{font-family:Oswald,sans-serif;font-size:18px;line-height:1;font-weight:600;letter-spacing:-.02em}.hf-site-header__nav{display:none;align-items:center;gap:28px;font-size:14px}.hf-site-header__nav-link{position:relative;color:#ffffffa8;transition:color .2s ease}.hf-site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--hf-accent),transparent);opacity:0;transform:scaleX(.72);transition:opacity .22s ease,transform .22s ease}.hf-site-header__nav-link:hover,.hf-site-header__nav-link[aria-current=page]{color:#fff}.hf-site-header__nav-link:hover:after,.hf-site-header__nav-link[aria-current=page]:after{opacity:1;transform:scaleX(1)}.hf-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 20px;overflow:hidden;border-radius:999px;color:#fff;font-size:14px;font-weight:500;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease}.hf-button:hover{transform:translateY(-2px)}.hf-button--primary{background:linear-gradient(135deg,var(--hf-accent),#d92759);box-shadow:0 18px 44px #bb133e3d,inset 0 1px #ffffff24}.hf-button--secondary{border-color:#ffffff29;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:1024px){.hf-site-header__nav{display:flex}}@media(max-width:640px){.hf-site-header__inner{padding:0 18px}.hf-site-header__name{font-size:16px}.hf-site-header__cta{display:none}}.hf-site-header__logo{display:block;width:clamp(220px,18vw,280px);height:auto;max-width:280px;object-fit:contain}@media(max-width:640px){.hf-site-header__inner{min-height:64px;padding:8px 18px}.hf-site-header__logo{width:190px;height:auto;max-width:190px}}.hf-site-footer{border-top:1px solid rgba(255,255,255,.05);background:radial-gradient(40% 32% at 85% 0%,rgba(187,19,62,.08),transparent 60%),linear-gradient(180deg,#ffffff04,#00000029)}.hf-site-footer__inner{max-width:1280px;margin:0 auto;padding:56px 24px 28px}.hf-site-footer__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:48px}.hf-site-footer__brand{display:inline-flex;align-items:center;color:#fff}.hf-site-footer__logo{display:block;width:320px;height:auto;max-width:100%;object-fit:contain}.hf-site-footer__description{max-width:420px;margin:18px 0 0;color:#ffffff80;font-size:14px;line-height:1.7}.hf-site-footer__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.hf-site-footer__heading{margin:0 0 14px;color:#ffffff6b;font-size:11px;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-site-footer__list{display:grid;gap:10px}.hf-site-footer__link{color:#ffffff94;font-size:14px;line-height:1.4;transition:color .18s ease,transform .18s ease}.hf-site-footer__link:hover{color:#fff;transform:translate(2px)}.hf-site-footer__bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.05);color:#fff6;font-size:12px;text-align:center}@media(max-width:900px){.hf-site-footer__grid{grid-template-columns:1fr}.hf-site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hf-site-footer__inner{padding:44px 18px 24px}.hf-site-footer__logo{width:240px;max-width:100%}.hf-site-footer__links{grid-template-columns:1fr}}.hf-page{min-height:100vh}.hf-section{position:relative;border-bottom:1px solid rgba(255,255,255,.05)}.hf-section--dark{background:#090b10}.hf-container{max-width:1280px;margin:0 auto;padding:0 24px}.hf-hero{position:relative;overflow:hidden}.hf-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.55;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}.hf-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(58% 45% at 82% 0%,rgba(187,19,62,.2),transparent 60%),radial-gradient(30% 25% at 10% 90%,rgba(255,255,255,.03),transparent 60%);pointer-events:none}.hf-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:56px;align-items:center;padding:92px 0 88px}.hf-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 26px;color:#ffffff8f;font-size:12px;line-height:1;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-eyebrow__accent{color:var(--hf-accent)}.hf-eyebrow__line{width:80px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent)}.hf-hero__title{max-width:860px;margin:0;font-family:Oswald,sans-serif;font-size:clamp(44px,6vw,82px);line-height:.96;font-weight:600;letter-spacing:-.04em;color:#fff}.hf-accent{color:var(--hf-accent)}.hf-hero__copy{max-width:680px;margin:24px 0 0;color:#ffffffad;font-size:18px;line-height:1.75}.hf-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hf-hero__panel{position:relative;min-height:430px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:34px;background:radial-gradient(85% 62% at 86% 10%,rgba(187,19,62,.33),transparent 42%),radial-gradient(50% 58% at 16% 88%,rgba(255,255,255,.04),transparent 56%),linear-gradient(135deg,#ffffff0b,#ffffff04),#0f1218;box-shadow:0 26px 68px #00000057}.hf-hero__panel-inner{position:relative;z-index:1;padding:28px}.hf-quote-card{display:grid;gap:18px}.hf-quote-card__top{display:flex;justify-content:space-between;gap:16px;color:#ffffff8c;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.hf-quote-card__mock{margin-top:56px;display:grid;gap:14px}.hf-quote-row{height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:#ffffff0b;box-shadow:inset 0 1px #ffffff0d}.hf-quote-row--short{width:68%}.hf-quote-row--accent{width:52%;background:linear-gradient(135deg,#bb133ef2,#d92759d9);box-shadow:0 18px 40px #bb133e38}.hf-hero__panel-note{position:absolute;left:28px;right:28px;bottom:28px}.hf-hero__panel-note h2{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:30px;line-height:1.05;font-weight:500}.hf-hero__panel-note p{max-width:380px;margin:10px 0 0;color:#fff9;font-size:14px;line-height:1.6}.hf-card-grid{display:grid;gap:20px}.hf-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hf-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-content-section{padding:88px 0}.hf-section-heading{max-width:820px;margin-bottom:42px}.hf-section-title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:clamp(34px,4vw,56px);line-height:1;font-weight:600;letter-spacing:-.035em}.hf-section-copy{max-width:720px;margin:18px 0 0;color:#ffffffa3;font-size:17px;line-height:1.75}.hf-info-card{border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 18px 46px #0000003d;padding:28px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hf-info-card:hover{transform:translateY(-3px);border-color:#bb133e40;box-shadow:0 24px 54px #0000004d}.hf-info-card__label{margin:0 0 16px;color:var(--hf-accent);font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-info-card__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:30px;line-height:1.05;font-weight:500}.hf-info-card__copy{margin:14px 0 0;color:#fff9;font-size:15px;line-height:1.7}.hf-mini-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.hf-mini-pill{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff09;color:#ffffff9e;font-size:12px;line-height:1}.hf-cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:34px;border:1px solid rgba(187,19,62,.18);border-radius:30px;background:linear-gradient(180deg,#bb133e1f,#ffffff05);box-shadow:0 18px 44px #0000003d}.hf-cta-band h2{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:38px;line-height:1;font-weight:500}.hf-cta-band p{max-width:720px;margin:12px 0 0;color:#ffffffa3;font-size:16px;line-height:1.7}.hf-cta-band__actions{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:1024px){.hf-hero__inner{grid-template-columns:1fr;padding:76px 0 78px}.hf-hero__panel{min-height:360px}.hf-card-grid--3,.hf-card-grid--2,.hf-cta-band{grid-template-columns:1fr}}@media(max-width:640px){.hf-container{padding:0 18px}.hf-content-section{padding:68px 0}.hf-hero__inner{padding:62px 0 66px}.hf-hero__copy{font-size:16px}.hf-hero__actions{align-items:stretch;flex-direction:column}.hf-button{width:100%}.hf-hero__panel{min-height:330px;border-radius:28px}.hf-hero__panel-inner,.hf-hero__panel-note{left:22px;right:22px}.hf-info-card{padding:24px}.hf-cta-band{padding:26px}.hf-cta-band h2{font-size:32px}}.hf-page-hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05)}.hf-page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}.hf-page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(58% 45% at 82% 0%,rgba(187,19,62,.2),transparent 60%),radial-gradient(30% 25% at 10% 90%,rgba(255,255,255,.03),transparent 60%);pointer-events:none}.hf-page-hero__inner{position:relative;z-index:1;padding:88px 0 64px}.hf-page-hero__title{max-width:980px;margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:clamp(42px,5.5vw,76px);line-height:.96;font-weight:600;letter-spacing:-.04em}.hf-page-hero__copy{max-width:780px;margin:24px 0 0;color:#ffffffad;font-size:18px;line-height:1.75}.hf-page-hero__note{max-width:780px;margin:14px 0 0;color:#ffffff8a;font-size:14px;line-height:1.6}.hf-embed-shell{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:32px;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.12),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:0 24px 64px #0000004d}.hf-embed-shell__header{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.08)}.hf-embed-shell__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:28px;line-height:1;font-weight:500}.hf-embed-shell__note{margin:7px 0 0;color:#ffffff8f;font-size:14px;line-height:1.5}.hf-embed-shell__body{padding:26px}.hf-seekmake-placeholder{display:grid;place-items:center;min-height:620px;border:1px dashed rgba(255,255,255,.18);border-radius:24px;background:linear-gradient(180deg,#ffffff09,#ffffff05);text-align:center}.hf-seekmake-placeholder__inner{max-width:560px;padding:32px}.hf-seekmake-placeholder__kicker{margin:0 0 14px;color:var(--hf-accent);font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-seekmake-placeholder__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:38px;line-height:1;font-weight:500}.hf-seekmake-placeholder__copy{margin:16px 0 0;color:#ffffff94;font-size:15px;line-height:1.7}.hf-table-wrap{overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff06;box-shadow:0 16px 40px #00000038}.hf-table{width:100%;min-width:720px;border-collapse:collapse}.hf-table__caption{padding:18px 20px;color:#fff;font-family:Oswald,sans-serif;font-size:24px;line-height:1;font-weight:500;text-align:left;background:#ffffff06}.hf-table th,.hf-table td{padding:18px 20px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.07)}.hf-table th{color:#ffffff75;font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:#ffffff06}.hf-table td{color:#ffffffad;font-size:14px;line-height:1.55}.hf-table tr:last-child td{border-bottom:0}.hf-table strong{color:#fff;font-weight:600}@media(max-width:640px){.hf-page-hero__inner{padding:64px 0 48px}.hf-page-hero__copy{font-size:16px}.hf-embed-shell__header{align-items:flex-start;flex-direction:column;padding:20px}.hf-embed-shell__body{padding:18px}.hf-seekmake-placeholder{min-height:460px}}.hf-form-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:34px;align-items:start}.hf-form-panel{border:1px solid rgba(255,255,255,.1);border-radius:30px;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.1),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:0 22px 56px #00000047;padding:30px}.hf-form{display:grid;gap:18px}.hf-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hf-field{display:grid;gap:8px}.hf-field label{color:#ffffff9e;font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-field input,.hf-field select,.hf-field textarea{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff0b;color:#fff;font:inherit;font-size:15px;padding:13px 14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.hf-field textarea{min-height:160px;resize:vertical}.hf-field select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.62) 50%),linear-gradient(135deg,rgba(255,255,255,.62) 50%,transparent 50%);background-position:calc(100% - 20px) 21px,calc(100% - 14px) 21px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.hf-field input:focus,.hf-field select:focus,.hf-field textarea:focus{border-color:#bb133e94;box-shadow:0 0 0 4px #bb133e21;background:#ffffff0f}.hf-field__hint{color:#ffffff6b;font-size:13px;line-height:1.45}.hf-form-message{border-radius:18px;padding:14px 16px;font-size:14px;line-height:1.5}.hf-form-message--success{border:1px solid rgba(71,196,116,.28);background:#47c4741a;color:#ffffffd1}.hf-form-message--error{border:1px solid rgba(187,19,62,.28);background:#bb133e1a;color:#ffffffd1}.hf-form-message--error ul{margin:8px 0 0;padding-left:20px}@media(max-width:980px){.hf-form-shell{grid-template-columns:1fr}}@media(max-width:640px){.hf-form-panel{padding:22px}.hf-form__row{grid-template-columns:1fr}}.hf-shop-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:34px}.hf-shop-toolbar__count{color:#ffffff80;font-size:14px;line-height:1.5}.hf-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hf-product-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 18px 46px #0000003d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hf-product-card:hover{transform:translateY(-3px);border-color:#bb133e40;box-shadow:0 24px 54px #0000004d}.hf-product-card__media{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:radial-gradient(70% 60% at 85% 0%,rgba(187,19,62,.18),transparent 58%),linear-gradient(135deg,#ffffff0f,#ffffff05)}.hf-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hf-product-card:hover .hf-product-card__media img{transform:scale(1.035)}.hf-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#ffffff52;font-family:Oswald,sans-serif;font-size:28px;letter-spacing:-.03em}.hf-product-card__badge{position:absolute;left:16px;top:16px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:7px 11px;border-radius:999px;background:#050608bd;border:1px solid rgba(255,255,255,.12);color:#ffffffc2;font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hf-product-card__content{padding:22px}.hf-product-card__type{margin:0 0 10px;color:var(--hf-accent);font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-product-card__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:26px;line-height:1.05;font-weight:500}.hf-product-card__title a{color:inherit}.hf-product-card__title a:hover{color:#fff}.hf-product-card__price{margin:14px 0 0;color:#ffffffb8;font-size:15px;line-height:1.4}.hf-product-card__compare{margin-left:8px;color:#ffffff5c;text-decoration:line-through}.hf-product-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hf-empty-state{border:1px dashed rgba(255,255,255,.16);border-radius:30px;background:#ffffff06;padding:48px;text-align:center}.hf-empty-state h2{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:38px;line-height:1;font-weight:500}.hf-empty-state p{max-width:620px;margin:16px auto 0;color:#ffffff94;font-size:16px;line-height:1.7}@media(max-width:1024px){.hf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.hf-shop-toolbar{align-items:start;flex-direction:column}.hf-product-grid{grid-template-columns:1fr}.hf-empty-state{padding:34px 22px}}.hf-product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:46px;align-items:start}.hf-product-media{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:32px;background:radial-gradient(70% 60% at 85% 0%,rgba(187,19,62,.15),transparent 58%),linear-gradient(135deg,#ffffff0f,#ffffff05);box-shadow:0 22px 56px #00000047}.hf-product-media__main{aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;padding:24px;box-sizing:border-box}.hf-product-media__main img{width:100%;height:100%;object-fit:contain;display:block}.hf-product-media__placeholder{color:#ffffff52;font-family:Oswald,sans-serif;font-size:44px;letter-spacing:-.04em}.hf-product-info{position:sticky;top:104px}.hf-product-info__panel{border:1px solid rgba(255,255,255,.1);border-radius:32px;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.1),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:0 22px 56px #00000047;padding:30px}.hf-product-info__type{margin:0 0 14px;color:var(--hf-accent);font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-product-info__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:clamp(36px,4vw,56px);line-height:.98;font-weight:600;letter-spacing:-.04em}.hf-product-info__price{margin:20px 0 0;color:#fffc;font-size:22px;line-height:1.3;font-weight:600}.hf-product-info__compare{margin-left:10px;color:#ffffff61;font-size:16px;text-decoration:line-through}.hf-product-info__description{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);color:#ffffffa8;font-size:15px;line-height:1.75}.hf-product-info__description p:first-child{margin-top:0}.hf-product-info__description p:last-child{margin-bottom:0}.hf-product-form{display:grid;gap:18px;margin-top:26px}.hf-product-form__label{color:#ffffff9e;font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-product-form__field{display:grid;gap:8px}.hf-product-form select,.hf-product-form input[type=number]{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff0b;color:#fff;font:inherit;font-size:15px;padding:13px 14px;outline:none}.hf-product-form select:focus,.hf-product-form input[type=number]:focus{border-color:#bb133e94;box-shadow:0 0 0 4px #bb133e21}.hf-product-form__button{width:100%;min-height:52px;cursor:pointer}.hf-product-form__button[disabled]{opacity:.48;cursor:not-allowed;transform:none}.hf-product-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hf-product-note{margin-top:22px;color:#ffffff75;font-size:13px;line-height:1.55}@media(max-width:980px){.hf-product-layout{grid-template-columns:1fr}.hf-product-info{position:static}}@media(max-width:640px){.hf-product-info__panel{padding:22px}.hf-product-media{border-radius:26px}}.hf-product-gallery{display:grid;gap:14px}.hf-product-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:10px}.hf-product-thumb{aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff09;cursor:pointer;padding:0}.hf-product-thumb[aria-current=true]{border-color:#bb133ea6;box-shadow:0 0 0 3px #bb133e24}.hf-product-thumb img{width:100%;height:100%;object-fit:contain;display:block;padding:6px;box-sizing:border-box}.hf-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.42fr);gap:34px;align-items:start}.hf-cart-items{display:grid;gap:18px}.hf-cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 16px 40px #00000038;padding:18px}.hf-cart-item__media{display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:18px;background:radial-gradient(70% 60% at 85% 0%,rgba(187,19,62,.16),transparent 58%),linear-gradient(135deg,#ffffff0f,#ffffff05)}.hf-cart-item__media img{width:100%;height:100%;object-fit:cover}.hf-cart-item__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#ffffff4d;font-family:Oswald,sans-serif;font-size:18px}.hf-cart-item__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:24px;line-height:1.08;font-weight:500}.hf-cart-item__title a{color:inherit}.hf-cart-item__variant{margin:8px 0 0;color:#ffffff80;font-size:13px;line-height:1.4}.hf-cart-item__properties{margin:10px 0 0;color:#ffffff75;font-size:13px;line-height:1.5}.hf-cart-item__controls{display:grid;justify-items:end;gap:12px}.hf-cart-item__price{color:#ffffffc7;font-size:16px;font-weight:700}.hf-cart-item__quantity{width:84px;min-height:42px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0b;color:#fff;font:inherit;font-size:15px;padding:10px 12px;outline:none}.hf-cart-item__remove{color:#ffffff7a;font-size:13px;text-decoration:underline;text-underline-offset:3px}.hf-cart-item__remove:hover{color:#fff}.hf-cart-summary{position:sticky;top:104px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.1),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:0 22px 56px #00000047;padding:28px}.hf-cart-summary__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:32px;line-height:1;font-weight:500}.hf-cart-summary__row{display:flex;justify-content:space-between;gap:16px;margin-top:20px;color:#ffffffa3;font-size:15px;line-height:1.4}.hf-cart-summary__total{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#fff;font-size:22px;font-weight:700}.hf-cart-summary__note{margin:18px 0 0;color:#ffffff75;font-size:13px;line-height:1.6}.hf-cart-summary__actions{display:grid;gap:12px;margin-top:24px}.hf-cart-summary__actions .hf-button{width:100%;cursor:pointer}.hf-cart-empty{border:1px dashed rgba(255,255,255,.16);border-radius:30px;background:#ffffff06;padding:48px;text-align:center}.hf-cart-empty h2{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:38px;line-height:1;font-weight:500}.hf-cart-empty p{max-width:620px;margin:16px auto 0;color:#ffffff94;font-size:16px;line-height:1.7}@media(max-width:980px){.hf-cart-layout{grid-template-columns:1fr}.hf-cart-summary{position:static}}@media(max-width:700px){.hf-cart-item{grid-template-columns:88px minmax(0,1fr)}.hf-cart-item__controls{grid-column:1 / -1;justify-items:stretch}.hf-cart-item__quantity{width:100%}}.hf-default-page-content{max-width:880px;color:#ffffffad;font-size:16px;line-height:1.8}.hf-default-page-content h1,.hf-default-page-content h2,.hf-default-page-content h3,.hf-default-page-content h4{color:#fff;font-family:Oswald,sans-serif;line-height:1.05;letter-spacing:-.03em}.hf-default-page-content h2{margin-top:42px;font-size:38px}.hf-default-page-content h3{margin-top:32px;font-size:28px}.hf-default-page-content p{margin:0 0 18px}.hf-default-page-content a{color:#fff;text-decoration:underline;text-decoration-color:#bb133ebf;text-underline-offset:4px}.hf-default-page-content ul,.hf-default-page-content ol{margin:0 0 22px;padding-left:24px}.hf-default-page-content li{margin-bottom:8px}.hf-default-page-content strong{color:#fff}.hf-site-header__actions{display:flex;align-items:center;gap:10px}.hf-site-header__cart{min-height:40px;padding:10px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff09;color:#ffffffd1;font-size:14px;font-weight:500;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,color .22s ease}.hf-site-header__cart:hover{transform:translateY(-2px);border-color:#bb133e57;background:#ffffff0e;color:#fff}@media(max-width:640px){.hf-site-header__actions{gap:8px}.hf-site-header__cart{min-height:36px;padding:9px 12px;font-size:13px}}.hf-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;max-width:760px;margin-top:34px}.hf-search-form__input{width:100%;min-height:52px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0b;color:#fff;font:inherit;font-size:16px;padding:14px 18px;outline:none}.hf-search-form__input:focus{border-color:#bb133e94;box-shadow:0 0 0 4px #bb133e21;background:#ffffff0f}.hf-search-meta{color:#ffffff85;font-size:15px;line-height:1.6}.hf-search-result-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 18px 46px #0000003d;padding:26px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hf-search-result-card:hover{transform:translateY(-3px);border-color:#bb133e40;box-shadow:0 24px 54px #0000004d}.hf-search-result-card__type{margin:0 0 12px;color:var(--hf-accent);font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.hf-search-result-card__title{margin:0;color:#fff;font-family:Oswald,sans-serif;font-size:28px;line-height:1.05;font-weight:500}.hf-search-result-card__title a{color:inherit}.hf-search-result-card__excerpt{margin:14px 0 0;color:#fff9;font-size:15px;line-height:1.7}.hf-pagination{display:flex;justify-content:center;gap:10px;margin-top:42px}.hf-pagination a,.hf-pagination span{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff09;color:#ffffffad;font-size:14px}.hf-pagination .current{border-color:#bb133e61;background:#bb133e29;color:#fff}@media(max-width:640px){.hf-search-form{grid-template-columns:1fr}}.shopify-policy__container{max-width:1080px!important;margin:0 auto!important;padding:92px 24px 100px!important;color:var(--hf-text)!important}.shopify-policy__title{max-width:980px!important;margin:0 auto 34px!important;text-align:left!important}.shopify-policy__title h1{margin:0!important;color:#fff!important;font-family:Oswald,sans-serif!important;font-size:clamp(44px,6vw,76px)!important;line-height:.96!important;font-weight:600!important;letter-spacing:-.05em!important;text-transform:uppercase!important}.shopify-policy__body{max-width:980px!important;margin:0 auto!important}.shopify-policy__body .rte{border:1px solid rgba(255,255,255,.1)!important;border-radius:32px!important;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.08),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05)!important;box-shadow:0 22px 56px #00000042!important;padding:clamp(28px,4vw,52px)!important;color:#ffffffb8!important;font-size:16px!important;line-height:1.85!important;text-align:left!important}.shopify-policy__body .rte>*:first-child{margin-top:0!important}.shopify-policy__body .rte>*:last-child{margin-bottom:0!important}.shopify-policy__body .rte h1,.shopify-policy__body .rte h2,.shopify-policy__body .rte h3,.shopify-policy__body .rte h4,.shopify-policy__body .rte h5,.shopify-policy__body .rte h6{color:#fff!important;font-family:Oswald,sans-serif!important;line-height:1.08!important;letter-spacing:-.03em!important;text-align:left!important}.shopify-policy__body .rte h1{margin:0 0 28px!important;font-size:clamp(38px,5vw,60px)!important}.shopify-policy__body .rte h2{margin:46px 0 16px!important;font-size:clamp(28px,3vw,40px)!important}.shopify-policy__body .rte h3{margin:34px 0 14px!important;font-size:clamp(22px,2.4vw,30px)!important}.shopify-policy__body .rte h4{margin:28px 0 12px!important;font-size:22px!important}.shopify-policy__body .rte p{margin:0 0 22px!important;color:#ffffffb8!important}.shopify-policy__body .rte p:empty{display:none!important}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{margin:0 0 26px!important;padding-left:28px!important}.shopify-policy__body .rte li{margin:0 0 10px!important;padding-left:4px!important;color:#ffffffb8!important}.shopify-policy__body .rte li::marker{color:#bb133ef2!important}.shopify-policy__body .rte a{color:#fff!important;text-decoration:underline!important;text-decoration-color:#bb133ebf!important;text-underline-offset:4px!important}.shopify-policy__body .rte strong,.shopify-policy__body .rte b{color:#fff!important;font-weight:700!important}.shopify-policy__body .rte em{color:#ffffffd6!important}.shopify-policy__body .rte hr{border:0!important;border-top:1px solid rgba(255,255,255,.1)!important;margin:36px 0!important}.shopify-policy__body .rte br{display:block!important;content:""!important;margin-top:10px!important}@media(max-width:640px){.shopify-policy__container{padding:72px 18px 82px!important}.shopify-policy__body .rte{border-radius:26px!important;padding:24px 20px!important;font-size:15px!important;line-height:1.75!important}}.hf-product-info__title{font-size:clamp(30px,3vw,42px);line-height:1.02;letter-spacing:-.035em}.hf-product-info__sku{margin:10px 0 0;color:#ffffff85;font-size:13px;line-height:1.4;font-weight:500}.hf-product-info__collection{display:inline-flex;width:fit-content;margin-top:12px;color:#ffffffad;font-size:13px;line-height:1.4;text-decoration:underline;text-decoration-color:#bb133eb8;text-underline-offset:4px}.hf-product-info__collection:hover{color:#fff}.hf-product-status{display:inline-flex;align-items:center;gap:8px;margin:16px 0 0;color:#fff;font-size:14px;line-height:1.4;font-weight:700}.hf-product-status__dot{width:9px;height:9px;border-radius:999px;background:#fff;box-shadow:0 0 0 4px #ffffff14}.hf-product-status--low .hf-product-status__dot{background:var(--hf-accent);box-shadow:0 0 0 4px #bb133e29}.hf-product-status--out{color:#ffffff94}.hf-product-status--out .hf-product-status__dot{background:#ffffff61;box-shadow:none}.hf-product-purchase-row{display:grid;grid-template-columns:minmax(105px,1fr) minmax(0,2fr);gap:12px;align-items:end}.hf-product-form__field--qty{gap:8px}.hf-product-form__label{color:#fff}.hf-product-form input[type=number].hf-product-form__quantity{min-height:48px;text-align:center;font-weight:700}.hf-product-form__button{min-height:48px;font-size:17px;font-weight:800;letter-spacing:.01em}.hf-product-info__description{color:#ffffffdb;font-size:16px;line-height:1.78}.hf-product-info__description p{margin:0 0 20px}.hf-product-info__description ul,.hf-product-info__description ol{margin:0 0 24px;padding-left:24px}.hf-product-info__description li{margin-bottom:9px}.hf-product-info__description li::marker{color:var(--hf-accent)}.hf-product-info__description strong,.hf-product-info__description b{color:#fff}.hf-product-assurance{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.hf-product-assurance__title{margin:0 0 10px;color:#fff;font-family:Oswald,sans-serif;font-size:22px;line-height:1;font-weight:500}.hf-product-assurance__copy{margin:0;color:#ffffffb3;font-size:14px;line-height:1.65}.hf-product-policy-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.hf-product-policy-links a{color:#fff;font-size:13px;line-height:1.4;text-decoration:underline;text-decoration-color:#bb133eb8;text-underline-offset:4px}@media(max-width:640px){.hf-product-purchase-row{grid-template-columns:1fr}.hf-product-info__title{font-size:32px}}.shopify-section>.hf-page,.shopify-section>.hf-site-header,.shopify-section>.hf-site-footer{width:100vw;max-width:none;margin-inline:calc(50% - 50vw)}.shopify-section-group-header-group{position:sticky!important;top:0;z-index:100}.hf-eyebrow{display:none!important}.hf-hero__title{font-size:clamp(34px,4.5vw,62px)}.hf-page-hero__title{font-size:clamp(32px,4vw,56px)}.hf-section-title{font-size:clamp(28px,3vw,42px)}.hf-site-header__nav-link{color:#fff;font-weight:500;transition:color .16s ease,font-weight .16s ease}.hf-site-header__nav-link:hover,.hf-site-header__nav-link:focus-visible,.hf-site-header__nav-link[aria-current=page],.hf-site-header__nav-link.is-active{color:#fff;font-weight:700}.hf-site-footer__description,.hf-site-footer__heading,.hf-site-footer__bottom{color:#fff}.shopify-policy__title{display:block!important;max-width:none!important;margin:0 0 34px!important}.shopify-policy__container:has(.shopify-policy__body .rte h1)>.shopify-policy__title{display:none!important}.shopify-policy__container{max-width:980px!important;margin:64px auto 100px!important;padding:clamp(28px,4vw,52px)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:32px!important;background:radial-gradient(70% 50% at 90% 0%,rgba(187,19,62,.08),transparent 58%),linear-gradient(180deg,#ffffff0b,#ffffff05)!important;box-shadow:0 22px 56px #00000042!important;box-sizing:border-box!important}.shopify-policy__body .rte{border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;padding:0!important}.hf-table-wrap{overflow-x:visible}.hf-table{width:100%;min-width:0;table-layout:fixed}.hf-table th{color:#fff;font-weight:700}.hf-table td,.hf-table td strong,.hf-table td b{color:#fff}.hf-table td{font-weight:400;overflow-wrap:anywhere}.hf-table-stack{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}@media(max-width:640px){.hf-hero__title{font-size:clamp(34px,11vw,48px)}.hf-page-hero__title{font-size:clamp(32px,10vw,44px)}.hf-section-title{font-size:clamp(28px,8vw,36px)}.shopify-policy__container{width:calc(100% - 36px)!important;margin:44px 18px 82px!important;padding:24px 20px!important;border-radius:26px!important}.hf-table th,.hf-table td{padding:11px 6px}.hf-table th{font-size:8px;letter-spacing:.04em}.hf-table td{font-size:11px;overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}}.hf-hero__panel{aspect-ratio:1 / 1;min-height:0;padding:28px;box-sizing:border-box}.hf-hero__panel-media{width:100%;height:100%;overflow:hidden;border-radius:22px;background:#ffffff09}.hf-hero__panel-image,.hf-hero__panel-placeholder{display:block;width:100%;height:100%;object-fit:cover}.hf-quote-tool-section{padding-top:44px}.hf-site-header__cart{display:inline-flex;align-items:center;justify-content:center;gap:9px}.hf-site-header__cart-icon{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:#fff}.hf-shop-content{padding-top:48px}.hf-container.hf-content-section{padding-right:24px;padding-left:24px;box-sizing:border-box}.hf-product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}.hf-product-card{border-radius:16px;background:#ffffff07;box-shadow:0 10px 26px #0000002e;transition:none}.hf-product-card:hover{transform:none;border-color:#ffffff1a;box-shadow:0 10px 26px #0000002e}.hf-product-card__media{display:grid;place-items:center;aspect-ratio:1 / 1;padding:12px;box-sizing:border-box}.hf-product-card__media img{display:block;width:100%;height:100%;object-fit:contain;transition:none}.hf-product-card:hover .hf-product-card__media img{transform:none}.hf-product-card__badge{left:10px;top:10px;min-height:24px;padding:6px 9px;font-size:9px}.hf-product-card__badge--sale{background:var(--hf-accent);color:#fff}.hf-product-card__content{padding:14px}.hf-product-card__type{margin-bottom:8px;font-size:10px}.hf-product-card__title{font-family:inherit;font-size:16px;line-height:1.35;font-weight:600}.hf-product-card__price{margin-top:10px;color:#fff;font-size:15px;font-weight:700}.hf-product-card__compare{margin-left:6px;color:#ffffff70;font-size:13px;font-weight:400}.hf-product-accordions{display:grid;gap:12px;margin-top:56px}.hf-product-accordions__heading{margin:0 0 8px;color:#fff;font-family:Oswald,sans-serif;font-size:clamp(28px,3vw,38px);line-height:1;font-weight:600}.hf-product-accordion{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff07}.hf-product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:58px;padding:16px 20px;color:#fff;font-size:17px;line-height:1.35;font-weight:700;cursor:pointer;list-style:none}.hf-product-accordion summary::-webkit-details-marker{display:none}.hf-product-accordion__icon{position:relative;width:18px;height:18px;flex:0 0 auto}.hf-product-accordion__icon:before,.hf-product-accordion__icon:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:999px;background:#fff;transform:translate(-50%,-50%)}.hf-product-accordion__icon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .16s ease}.hf-product-accordion[open] .hf-product-accordion__icon:after{transform:translate(-50%,-50%) rotate(0)}.hf-product-accordion__content{padding:0 20px 20px;border-top:1px solid rgba(255,255,255,.08);color:#ffffffc7;font-size:15px;line-height:1.7}.hf-product-detail-list{margin:0}.hf-product-detail-list>div{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);gap:24px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.hf-product-detail-list>div:last-child{border-bottom:0;padding-bottom:0}.hf-product-detail-list dt{color:#ffffff94;font-weight:600}.hf-product-detail-list dd{margin:0;color:#fff}.hf-product-accordion__richtext{padding-top:18px}.hf-product-accordion__richtext>:first-child{margin-top:0}.hf-product-accordion__richtext>:last-child{margin-bottom:0}.hf-product-accordion__richtext table{width:100%;border-collapse:collapse}.hf-product-accordion__richtext th,.hf-product-accordion__richtext td{padding:12px 10px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}@media(max-width:1024px){.hf-hero__panel{width:min(100%,560px);min-height:0}}@media(max-width:700px){.hf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hf-product-card__content{padding:12px}}@media(max-width:640px){.hf-site-header__inner{gap:10px}.hf-site-header__left{min-width:0;gap:16px}.hf-site-header__logo{width:160px;max-width:160px}.hf-site-header__actions{flex:0 0 auto;margin-left:auto}.hf-site-header__cart{padding-right:10px;padding-left:10px}.hf-hero__panel{min-height:0;padding:20px}.hf-hero__panel-media{border-radius:18px}.hf-product-accordions{margin-top:40px}.hf-container.hf-content-section{padding-right:18px;padding-left:18px}.hf-page-hero__title{font-size:clamp(30px,9vw,38px);overflow-wrap:anywhere}.hf-product-detail-list>div{grid-template-columns:1fr;gap:4px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hf-theme.css.map */
