@charset "UTF-8";/*!
 * Design tokens — single source of truth.
 * SCSS variables eksportowane do CSS custom properties (z theme.json palette).
 */:root{--hn-color-primary: #5a6ddb;--hn-color-primary-dark: #4a59ad;--hn-color-secondary: #e75f00;--hn-color-text: #0f172a;--hn-color-text-muted: #64748b;--hn-color-text-inverse: #ffffff;--hn-color-bg: #ffffff;--hn-color-bg-soft: #f8fafc;--hn-color-bg-accent: #fef3c7;--hn-color-border: #e5e7eb;--hn-color-error: #dc2626;--hn-radius-sm: 4px;--hn-radius-md: 8px;--hn-radius-lg: 12px;--hn-radius-full: 9999px;--hn-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--hn-shadow-md: 0 2px 4px rgba(0, 0, 0, .06);--hn-shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--hn-container: 1140px;--hn-space-xs: .5rem;--hn-space-sm: 1rem;--hn-space-md: 1.5rem;--hn-space-lg: 2rem;--hn-space-xl: 3rem;--hn-space-2xl: 4rem;--hn-z-dropdown: 100;--hn-z-sticky: 200;--hn-z-modal: 1000;--hn-z-tooltip: 1100}/*!
 * Modern CSS reset (mini).
 */*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit}button{cursor:pointer;background:none;border:none;padding:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.hn-skip-link{position:absolute;top:-100px;left:0;background:#5a6ddb;color:#fff;padding:1rem 1.5rem;z-index:1100}.hn-skip-link:focus{top:0}.hn-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}body{font-family:system-ui,-apple-system,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#0f172a;background:#fff}h1,h2,h3,h4,h5,h6{font-family:Georgia,Times New Roman,serif;line-height:1.2;color:#0f172a;margin-bottom:1rem}h1{font-size:clamp(40px,4vw,56px)}h2{font-size:clamp(28px,3vw,40px)}h3{font-size:clamp(20px,2vw,28px)}h4{font-size:20px}h5{font-size:16px}h6{font-size:14px;text-transform:uppercase;letter-spacing:1px}p{margin-bottom:1rem}a{color:#5a6ddb;text-decoration:underline;text-underline-offset:2px;transition:all .2s ease}a:hover{color:#4a59ad}.hn-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:2px solid transparent;font-size:16px;line-height:1}.hn-btn:hover{transform:translateY(-1px)}.hn-btn:active{transform:translateY(0)}.hn-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.hn-btn--primary{background:#5a6ddb;color:#fff}.hn-btn--primary:hover{background:#4a59ad;color:#fff}.hn-btn--secondary{background:#fff;color:#5a6ddb;border-color:#5a6ddb}.hn-btn--secondary:hover{background:#5a6ddb;color:#fff}.hn-btn--ghost{background:transparent;color:#0f172a}.hn-btn--ghost:hover{background:#f8fafc}.hn-btn--small{padding:.5rem 1rem;font-size:14px}.hn-btn--large{padding:1.5rem 2rem;font-size:20px}.hn-btn--block{width:100%}input,textarea,select{width:100%;padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit;background:#fff;color:#0f172a;transition:all .1s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb26}input::placeholder,textarea::placeholder,select::placeholder{color:#64748b}label{display:block;margin-bottom:.5rem;font-weight:500;font-size:14px}:where(a,button,input,select,textarea,[tabindex]:not([tabindex="-1"]),[role=button],[role=link],summary,details,dialog):focus-visible{outline:2px solid var(--wp--preset--color--primary, #5a6ddb);outline-offset:2px;border-radius:4px}.hn-sidecart__qty-input:focus-visible,.hn-sidecart__coupon-input:focus-visible,.hn-product-card *:focus-visible,input:focus-visible,button:focus-visible{outline:2px solid var(--wp--preset--color--primary, #5a6ddb);outline-offset:2px}@media (forced-colors: active){:where(a,button,input,select,textarea):focus-visible{outline:2px solid CanvasText;outline-offset:2px}}.hn-skip-link,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.hn-skip-link:focus,.screen-reader-text:focus{background-color:var(--wp--preset--color--primary, #5a6ddb);border-radius:0 0 8px;box-shadow:0 0 4px #0009;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#fff;display:block;font-size:14px;font-weight:700;height:auto;left:8px;line-height:1.4;padding:14px 22px;text-decoration:none;top:8px;width:auto;z-index:100000}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hn-atc-floater{opacity:1!important}}.hn-touch-target{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.hn-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog[open]{display:flex;align-items:center;justify-content:center}.hn-status--success,.hn-text--success,[class*=--success]:not([class*=bg]){color:#15803d!important}.hn-status--warning,.hn-text--warning,[class*=--warning]:not([class*=bg]){color:#92400e!important}.hn-btn--secondary,.hn-btn[style*="background:#e75f00"],.hn-btn[style*="background:#E75F00"]{font-weight:700}.hn-email-pet-block a:not(.hn-btn),.hn-email-pet-block .hn-link,.hn-email-pet-block [class*=-link],.hn-thankyou__pet-cta a:not(.hn-btn),.hn-thankyou__pet-cta .hn-link,.hn-thankyou__pet-cta [class*=-link],.hn-bundle-cta a:not(.hn-btn),.hn-bundle-cta .hn-link,.hn-bundle-cta [class*=-link],[class*=--accent-bg] a:not(.hn-btn),[class*=--accent-bg] .hn-link,[class*=--accent-bg] [class*=-link]{color:#4a59ad!important}.hn-bg--soft a:not(.hn-btn),.hn-bg--accent a:not(.hn-btn){color:#4a59ad}.hn-topbar{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.5rem 0;font-size:14px;color:#64748b}.hn-topbar__inner{display:flex;justify-content:center}.hn-topbar__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;list-style:none;margin:0;padding:0}@media (max-width: 768px){.hn-topbar__list{gap:1rem 1.5rem;font-size:12px}}.hn-topbar__item{display:inline-flex;align-items:center;gap:.5rem}.hn-topbar__icon{font-size:14px;line-height:1}.hn-header{background:#fff;position:sticky;top:0;z-index:200;border-bottom:1px solid #e5e7eb}@media (max-width: 1024px){.hn-header{position:static;border-bottom:0}}.hn-header__main{padding:1rem 0}@media (max-width: 1024px){.hn-header__main{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 6px #0000000a}}.hn-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}@media (max-width: 768px){.hn-header__row{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:1rem}}.hn-header__brand{flex:0 0 auto}@media (max-width: 768px){.hn-header__brand{grid-area:brand}}.hn-header__brand a,.hn-header__brand img{display:block}.hn-header__brand img{max-height:60px;width:auto}.hn-header__site-name{text-decoration:none;color:#0f172a;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700}@media (max-width: 768px){.hn-header__search{grid-area:search;display:block;margin-top:.5rem}}.hn-header__actions{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){.hn-header__actions{grid-area:actions;justify-content:flex-end;gap:1rem}.hn-header__actions .hn-header__account-wrap{display:none}}.hn-header__account,.hn-header__cart{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a;font-size:14px;font-weight:500;transition:all .1s ease}.hn-header__account:hover,.hn-header__cart:hover{color:#5a6ddb}.hn-header__account-dropdown{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001a;padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;z-index:100}.hn-header__account-dropdown a{display:block;padding:8px 12px;border-radius:4px;text-decoration:none;color:#0f172a;font-size:14px;font-weight:500;transition:background .12s ease,color .12s ease;white-space:nowrap}.hn-header__account-dropdown a:hover,.hn-header__account-dropdown a:focus-visible{background:#f8fafc;color:#5a6ddb;outline:0}.hn-header__account-logout{color:#dc2626}.hn-header__account-sep{border:0;border-top:1px solid #e5e7eb;margin:6px 0}.hn-header__action-icon{flex:0 0 auto}.hn-header__search-toggle{display:none;background:transparent;border:0;padding:.5rem;cursor:pointer;color:#0f172a;align-items:center;justify-content:center}.hn-header__search-toggle:hover{color:#5a6ddb}@media (max-width: 768px){.hn-header__search-toggle{display:inline-flex}}@media (max-width: 1024px){.hn-header__action-label{display:none}}.hn-header__cart-meta{display:inline-flex;align-items:center;gap:.5rem}.hn-header__cart-total{font-weight:600}@media (max-width: 768px){.hn-header__cart-total{display:none}}.hn-header__cart-count{background:#e75f00;color:#fff;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:700;min-width:22px;text-align:center}.hn-header__nav-row{border-top:1px solid #e5e7eb;padding:.5rem 0}@media (max-width: 1024px){.hn-header__nav-row{display:none}}.hn-nav .hn-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;justify-content:center;flex-wrap:wrap}.hn-nav .hn-menu>li{position:relative}.hn-nav .hn-menu>li>a{display:inline-block;text-decoration:none;color:#0f172a;padding:1rem 0;font-weight:500;font-size:16px;transition:all .1s ease}.hn-nav .hn-menu>li>a:hover{color:#5a6ddb}.hn-nav .hn-menu>li>.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001a;padding:.5rem 0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .1s ease;z-index:100}.hn-nav .hn-menu>li>.sub-menu li a{display:block;padding:.5rem 1.5rem;text-decoration:none;color:#0f172a;font-size:14px;transition:all .1s ease}.hn-nav .hn-menu>li>.sub-menu li a:hover{background:#f8fafc;color:#5a6ddb}.hn-nav .hn-menu>li:hover>.sub-menu,.hn-nav .hn-menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hn-search{display:flex;align-items:stretch;max-width:480px;width:100%;margin:0 auto;background:#f8fafc;border:1px solid #e5e7eb;border-radius:9999px;overflow:hidden;transition:all .1s ease}.hn-search:focus-within{border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb1a}.hn-search__input{flex:1 1 auto;border:none;background:transparent;padding:.5rem 1.5rem;font-size:14px;color:#0f172a;outline:none}.hn-search__input::placeholder{color:#64748b}.hn-search__submit{flex:0 0 auto;background:#5a6ddb;color:#fff;border:none;padding:0 1.5rem;cursor:pointer;transition:all .1s ease}.hn-search__submit:hover{background:#4a59ad}.hn-mobile-toggle{display:none;background:transparent;border:none;color:#0f172a;padding:.5rem;cursor:pointer}@media (max-width: 1024px){.hn-mobile-toggle{display:inline-flex}}.hn-mobile-toggle:hover{color:#5a6ddb}.hn-mobile-drawer{border:none;background:#fff;color:#0f172a;width:100%;max-width:360px;height:100vh;margin:0 0 0 auto;padding:0}.hn-mobile-drawer::backdrop{background:#00000080}.hn-mobile-drawer__inner{padding:2rem;height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.hn-mobile-drawer__close{align-self:flex-end;background:transparent;border:none;cursor:pointer;color:#0f172a;padding:.5rem}.hn-mobile-drawer__close:hover{color:#5a6ddb}.hn-mobile-drawer__search{margin-bottom:1.5rem}.hn-mobile-drawer__nav{flex:1}.hn-mobile-drawer__actions{padding-top:1.5rem;border-top:1px solid #e5e7eb}.hn-mobile-drawer .hn-header__account-wrap{position:relative;width:100%}.hn-mobile-drawer .hn-header__account{display:flex;width:100%;padding:1rem 0;padding-right:32px;font-weight:700;gap:.5rem}.hn-mobile-drawer .hn-header__action-label{display:inline!important}.hn-mobile-drawer .hn-header__account-dropdown{display:none;position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0 0 0 1rem;min-width:0;margin:0;z-index:auto}.hn-mobile-drawer .hn-header__account-wrap.is-open .hn-header__account-dropdown{display:flex}.hn-mobile-drawer .hn-header__account-wrap.is-open .hn-mobile-menu__toggle svg{transform:rotate(180deg)}.hn-mobile-drawer .hn-header__account-dropdown a{padding:1rem 0;border-bottom:1px solid #e5e7eb;white-space:normal;font-size:14px}.hn-mobile-drawer .hn-header__account-sep{display:none}.hn-mobile-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.hn-mobile-menu>li{position:relative}.hn-mobile-menu li>a{display:block;padding:1rem 0;text-decoration:none;color:#0f172a;border-bottom:1px solid #e5e7eb;font-weight:500}.hn-mobile-menu li>a:hover,.hn-mobile-menu li>a:focus{color:#5a6ddb}.hn-mobile-menu__toggle{position:absolute;top:4px;right:0;background:transparent;border:none;cursor:pointer;padding:.5rem;color:#64748b;transition:all .1s ease}.hn-mobile-menu__toggle:hover{color:#5a6ddb}.hn-mobile-menu__toggle svg{transition:transform .2s ease}.hn-mobile-menu .menu-item-has-children>a{padding-right:3rem}.hn-mobile-menu .menu-item-has-children.is-open>.hn-mobile-menu__toggle svg{transform:rotate(180deg)}.hn-mobile-menu .sub-menu{list-style:none;padding-left:1.5rem;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.hn-mobile-menu .sub-menu li a{font-size:14px;font-weight:400;color:#64748b}.hn-mobile-menu .menu-item-has-children.is-open>.sub-menu{max-height:1000px}.hn-header__account-wrap{position:relative}.hn-header__account-dropdown{position:absolute;top:100%;right:0;min-width:220px;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-lg);padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;z-index:var(--hn-z-dropdown, 100)}.hn-header__account-wrap:hover .hn-header__account-dropdown,.hn-header__account-wrap:focus-within .hn-header__account-dropdown,.hn-header__account-wrap[data-open=true] .hn-header__account-dropdown{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.hn-header__account-wrap:after{content:"";position:absolute;top:100%;right:0;width:240px;height:12px}.hn-header__account-dropdown a{display:block;padding:8px 12px;border-radius:var(--hn-radius-sm);text-decoration:none;color:var(--hn-color-text);font-size:14px;font-weight:500;transition:background .12s ease,color .12s ease;white-space:nowrap}.hn-header__account-dropdown a:hover,.hn-header__account-dropdown a:focus-visible{background:var(--hn-color-bg-soft);color:var(--hn-color-primary);outline:0}.hn-header__account-dropdown .hn-header__account-logout{color:var(--hn-color-error)}.hn-header__account-sep{border:0;border-top:1px solid var(--hn-color-border);margin:6px 0}@media (max-width: 768px){.hn-header__account-dropdown{display:none}}.hn-nav-tools--parent>.sub-menu{padding:8px!important;min-width:380px!important;max-width:440px!important}.hn-nav-tools--parent>.sub-menu>li{display:block!important;margin:0!important}.hn-nav-tools--parent>.sub-menu>li>a,.hn-nav-tools--parent>.sub-menu>li>a.hn-menu__link{display:grid!important;grid-template-columns:36px 1fr!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:2px!important;padding:12px 14px!important;border-radius:10px!important;text-decoration:none!important;color:#0f172a!important;align-items:start!important;background:transparent!important;border:0!important;transition:background .15s!important;line-height:1.4!important;white-space:normal!important}.hn-nav-tools--parent>.sub-menu>li>a:hover,.hn-nav-tools--parent>.sub-menu>li>a:focus{background:#eef2ff!important;color:#0f172a!important}.hn-nav-tools--parent .hn-nav-tools__icon{grid-row:1/3!important;grid-column:1!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important;height:36px!important;width:36px!important}.hn-nav-tools--parent .hn-nav-tools__title{grid-row:1!important;grid-column:2!important;display:block!important;font-weight:600!important;font-size:14px!important;color:#0f172a!important;margin:0!important;line-height:1.3!important}.hn-nav-tools--parent .hn-nav-tools__desc{grid-row:2!important;grid-column:2!important;display:block!important;font-size:12px!important;color:#64748b!important;font-weight:400!important;line-height:1.4!important;margin:2px 0 0!important}.hn-topbar__list{gap:0!important;column-gap:0!important}.hn-topbar__list .hn-topbar__item{position:relative;padding:0 14px}.hn-topbar__list .hn-topbar__item:not(:last-child):after{content:"•";position:absolute;right:-4px;top:50%;transform:translateY(-50%);color:#cbd5e1;font-size:8px;line-height:1;pointer-events:none}@media (max-width: 640px){.hn-topbar__list .hn-topbar__item{padding:0 8px}}@media (max-width: 768px){.hn-topbar__list .hn-topbar__item--hide-mobile{display:none!important}}.hn-menu{gap:0!important;column-gap:0!important;align-items:center}.hn-menu>li{padding:0 14px}.hn-menu>li:not(:last-child):after{content:"•";position:absolute;right:-4px;top:50%;transform:translateY(-50%);color:#cbd5e1;font-size:8px;line-height:1;pointer-events:none}@media (max-width: 900px){.hn-menu>li{padding:0 6px}.hn-menu>li>a{font-size:14px!important}}.hn-menu{gap:0!important;column-gap:0!important}.hn-menu>li{padding:0 14px!important}.hn-menu>li>a{padding:10px 0!important;font-size:15px!important;font-weight:600!important}@media (max-width: 900px){.hn-menu>li{padding:0 8px!important}.hn-menu>li>a{font-size:14px!important}}.hn-header__main{padding:10px 0!important}.hn-header__row{gap:20px!important}@media (max-width: 900px){.hn-header__main{padding:8px 0!important}.hn-header__row{gap:12px!important}}.hn-brand-row{padding:10px 0!important;gap:20px!important}.hn-menu>li.has-mega-menu{position:static}.hn-menu>li.has-mega-menu>.hn-mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-top:none;box-shadow:0 8px 24px #0000001a;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .1s ease;z-index:100}.hn-menu>li.has-mega-menu:hover>.hn-mega-menu,.hn-menu>li.has-mega-menu:focus-within>.hn-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.hn-mega-menu{padding:2rem 0}.hn-mega-menu__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:2rem;align-items:stretch}@media (max-width: 1024px){.hn-mega-menu__inner{grid-template-columns:1fr 1fr}.hn-mega-menu__inner .hn-mega-menu__featured{display:none}}.hn-mega-menu__featured{position:relative;border-radius:8px;overflow:hidden;min-height:240px}.hn-mega-menu__featured-image{position:relative;width:100%;height:100%;min-height:240px;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:2rem;background-color:#f8fafc}.hn-mega-menu__featured-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5) 100%)}.hn-mega-menu__featured-title{position:relative;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:700;text-decoration:none;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hn-mega-menu__featured-title:hover{color:#fff;opacity:.9}.hn-mega-menu--custom{padding:2rem 0}.hn-mega-menu--custom .hn-mega-menu__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr 432px;gap:2rem;align-items:stretch}.hn-mega-menu--custom .hn-mega-menu__inner--four-col{grid-template-columns:1fr 1fr 1fr 432px}.hn-mega-menu--custom .hn-mega-menu__inner--one-col{grid-template-columns:1fr 432px}.hn-mega-menu--custom .hn-mega-menu__heading{display:block;margin:0 0 1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.hn-mega-menu--custom .hn-mega-menu__heading h2{font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.15}.hn-mega-menu--custom .hn-mega-menu__heading p{margin:0;font-size:13.5px;color:#64748b;line-height:1.4}.hn-mega-menu--custom .hn-mega-menu__sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hn-mega-menu--custom .hn-mega-menu__sub-col .hn-mega-menu__col-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin:0 0 1rem}@media (max-width: 1024px){.hn-mega-menu--custom .hn-mega-menu__inner,.hn-mega-menu--custom .hn-mega-menu__inner--four-col,.hn-mega-menu--custom .hn-mega-menu__inner--one-col{grid-template-columns:1fr 1fr}.hn-mega-menu--custom .hn-mega-menu__featured-card{display:none}}.hn-mega-menu__inner--single{grid-template-columns:1fr}.hn-mega-menu__col{display:flex;flex-direction:column;gap:1.5rem}.hn-mega-menu__col-title{font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid #5a6ddb;display:inline-block}.hn-mega-menu__col-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:2px}.hn-mega-menu__col-list li a{display:block;padding:6px .5rem;text-decoration:none;color:#0f172a;font-size:14px;border-radius:4px;transition:all .1s ease}.hn-mega-menu__col-list li a:hover{background:#f8fafc;color:#5a6ddb;padding-left:1rem}.hn-mega-menu__featured-card{position:relative;display:flex;align-items:flex-start;border-radius:8px;overflow:hidden;text-decoration:none;color:#fff;background-color:#5a6ddb;background-size:cover;background-position:center;height:288px;padding:1.5rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.hn-mega-menu__featured-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;color:#fff}.hn-mega-menu__featured-card:before{content:"";position:absolute;left:0;right:0;top:0;height:80px;background:#0000008c;transition:height .28s ease,background .28s ease}.hn-mega-menu__featured-card:hover:before{height:100%;background:#0000008c}.hn-mega-menu__featured-card .hn-btn{align-self:flex-start}.hn-mega-menu__featured-card--solid{background:linear-gradient(135deg,#5a6ddb,#4a59ad)}.hn-mega-menu__featured-card--solid:before{display:none}.hn-mega-menu__featured-card--full{height:288px;grid-column:1/-1}.hn-mega-menu__featured-card-content{position:relative;z-index:1;width:100%;text-align:center}.hn-mega-menu__featured-card-eyebrow,.hn-mega-menu__featured-card-desc,.hn-mega-menu__featured-card .hn-btn{max-height:0;opacity:0;overflow:hidden;margin:0!important;padding-top:0!important;padding-bottom:0!important;transition:max-height .28s ease,opacity .2s ease .05s,margin .28s ease,padding .28s ease}.hn-mega-menu__featured-card:hover .hn-mega-menu__featured-card-eyebrow{max-height:32px;opacity:1;margin:0 0 1rem!important}.hn-mega-menu__featured-card:hover .hn-mega-menu__featured-card-desc{max-height:100px;opacity:.9;margin:0 0 1rem!important}.hn-mega-menu__featured-card:hover .hn-btn{max-height:50px;opacity:1;margin:.5rem auto 0!important;padding:8px 18px!important}.hn-mega-menu__featured-card-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 10px;border-radius:9999px}.hn-mega-menu__featured-card-title{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700;margin:0;line-height:1.2}.hn-mega-menu__featured-card-desc{font-size:14px}.hn-mega-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.hn-mega-menu__list>li>a{display:block;padding:.5rem 1rem;text-decoration:none;color:#0f172a;font-size:16px;font-weight:500;border-radius:4px;transition:all .1s ease}.hn-mega-menu__list>li>a:hover{background:#f8fafc;color:#5a6ddb}.hn-mega-menu__list .sub-menu--nested{list-style:none;margin:0 0 0 1.5rem;padding:.5rem 0;display:flex;flex-direction:column;gap:2px}.hn-mega-menu__list .sub-menu--nested li a{display:block;padding:4px 1rem;font-size:14px;font-weight:400;color:#64748b;text-decoration:none}.hn-mega-menu__list .sub-menu--nested li a:hover{color:#5a6ddb}.hn-footer{background:#0f172a;color:#fff;padding:4rem 0 2rem;margin-top:4rem}.hn-footer__inner{display:flex;flex-direction:column;gap:2rem}.hn-footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.hn-footer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.hn-footer__menu li a:hover{opacity:1;color:#e75f00}.hn-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.hn-mascot{display:inline-block;width:var(--hn-mascot-size, 120px);height:var(--hn-mascot-size, 120px);position:relative}.hn-mascot__svg{width:100%;height:100%;overflow:visible}.hn-mascot__mouth--sad,.hn-mascot__mouth--excited,.hn-mascot__mouth--sleepy,.hn-mascot__eyes--happy,.hn-mascot__eyes--sleepy,.hn-mascot__eyes--sad,.hn-mascot__thought,.hn-mascot__hat--party,.hn-mascot__sparkles,.hn-mascot__zzz,.hn-mascot[data-state=happy] .hn-mascot__eyes--default{display:none}.hn-mascot[data-state=happy] .hn-mascot__eyes--happy{display:block}.hn-mascot[data-state=sad] .hn-mascot__mouth--default{display:none}.hn-mascot[data-state=sad] .hn-mascot__mouth--sad{display:block}.hn-mascot[data-state=sad] .hn-mascot__eyes--default{display:none}.hn-mascot[data-state=sad] .hn-mascot__eyes--sad{display:block}.hn-mascot[data-state=sad] .hn-mascot__ear--l{transform-origin:65px 65px;transform:rotate(-15deg)}.hn-mascot[data-state=sad] .hn-mascot__ear--r{transform-origin:135px 65px;transform:rotate(15deg)}.hn-mascot[data-state=excited] .hn-mascot__mouth--default{display:none}.hn-mascot[data-state=excited] .hn-mascot__mouth--excited{display:block}.hn-mascot[data-state=excited] .hn-mascot__eyes--default{display:none}.hn-mascot[data-state=excited] .hn-mascot__eyes--happy,.hn-mascot[data-state=excited] .hn-mascot__sparkles{display:block}.hn-mascot[data-state=sleepy] .hn-mascot__mouth--default{display:none}.hn-mascot[data-state=sleepy] .hn-mascot__mouth--sleepy{display:block}.hn-mascot[data-state=sleepy] .hn-mascot__eyes--default{display:none}.hn-mascot[data-state=sleepy] .hn-mascot__eyes--sleepy,.hn-mascot[data-state=sleepy] .hn-mascot__zzz{display:block}.hn-mascot[data-state=birthday] .hn-mascot__eyes--default{display:none}.hn-mascot[data-state=birthday] .hn-mascot__eyes--happy{display:block}.hn-mascot[data-state=birthday] .hn-mascot__mouth--default{display:none}.hn-mascot[data-state=birthday] .hn-mascot__mouth--excited,.hn-mascot[data-state=birthday] .hn-mascot__hat--party,.hn-mascot[data-state=birthday] .hn-mascot__sparkles,.hn-mascot[data-state=searching] .hn-mascot__thought{display:block}.hn-mascot[data-state=searching] .hn-mascot__head{transform-origin:100px 90px;transform:rotate(-8deg)}.hn-mascot.is-animated[data-state=happy] .hn-mascot__tail,.hn-mascot.is-animated[data-state=excited] .hn-mascot__tail,.hn-mascot.is-animated[data-state=birthday] .hn-mascot__tail{transform-origin:152px 110px;animation:hn-mascot-tail-wag .6s ease-in-out infinite alternate}.hn-mascot.is-animated[data-state=excited] .hn-mascot__svg{animation:hn-mascot-bounce .8s ease-in-out infinite}.hn-mascot.is-animated[data-state=sleepy] .hn-mascot__head{transform-origin:100px 90px;animation:hn-mascot-nod 2.4s ease-in-out infinite}.hn-mascot.is-animated[data-state=sleepy] .hn-mascot__zzz text{animation:hn-mascot-zzz-float 2s ease-in-out infinite}.hn-mascot.is-animated[data-state=sleepy] .hn-mascot__zzz text:nth-child(2){animation-delay:.4s}.hn-mascot.is-animated[data-state=sleepy] .hn-mascot__zzz text:nth-child(3){animation-delay:.8s}.hn-mascot.is-animated[data-state=excited] .hn-mascot__sparkles path,.hn-mascot.is-animated[data-state=birthday] .hn-mascot__sparkles path{transform-origin:center;animation:hn-mascot-sparkle 1.4s ease-in-out infinite}.hn-mascot.is-animated[data-state=excited] .hn-mascot__sparkles path:nth-child(2),.hn-mascot.is-animated[data-state=birthday] .hn-mascot__sparkles path:nth-child(2){animation-delay:.7s}.hn-mascot.is-animated[data-state=sad] .hn-mascot__head{transform-origin:100px 90px;animation:hn-mascot-sad-droop 3s ease-in-out infinite}.hn-mascot.is-animated[data-state=searching] .hn-mascot__head{animation:hn-mascot-search-tilt 2.4s ease-in-out infinite}.is-season-winter .hn-mascot .hn-mascot__head:after,body.is-season-winter .hn-mascot .hn-mascot__hat--party{display:none}@keyframes hn-mascot-tail-wag{0%{transform:rotate(-12deg)}to{transform:rotate(18deg)}}@keyframes hn-mascot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hn-mascot-nod{0%,to{transform:rotate(0)}50%{transform:rotate(6deg)}}@keyframes hn-mascot-zzz-float{0%{opacity:0;transform:translate(0)}20%{opacity:1}to{opacity:0;transform:translate(8px,-12px)}}@keyframes hn-mascot-sparkle{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.4;transform:scale(.7) rotate(20deg)}}@keyframes hn-mascot-sad-droop{0%,to{transform:rotate(0) translateY(0)}50%{transform:rotate(-3deg) translateY(2px)}}@keyframes hn-mascot-search-tilt{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@media (prefers-reduced-motion: reduce){.hn-mascot.is-animated *{animation:none!important}}.hn-paw-loader{display:inline-block;width:32px;height:32px;position:relative;flex-shrink:0}.hn-paw-loader:before,.hn-paw-loader:after{content:"";position:absolute;background:var(--hn-color-primary, #5a6ddb);border-radius:50%}.hn-paw-loader:before{width:14px;height:12px;bottom:4px;left:50%;transform:translate(-50%);border-radius:50% 50% 45% 45%;box-shadow:-11px -8px 0 -1px var(--hn-color-primary, #5a6ddb),11px -8px 0 -1px var(--hn-color-primary, #5a6ddb),-4px -14px 0 -1px var(--hn-color-primary, #5a6ddb),4px -14px 0 -1px var(--hn-color-primary, #5a6ddb);animation:hn-paw-pulse 1.2s ease-in-out infinite}.hn-paw-loader--orange:before{background:var(--hn-color-secondary, #e75f00);box-shadow:-11px -8px 0 -1px var(--hn-color-secondary, #e75f00),11px -8px 0 -1px var(--hn-color-secondary, #e75f00),-4px -14px 0 -1px var(--hn-color-secondary, #e75f00),4px -14px 0 -1px var(--hn-color-secondary, #e75f00)}.hn-paw-loader--lg{width:48px;height:48px}.hn-paw-loader--lg:before{width:20px;height:16px;box-shadow:-15px -12px 0 -1px var(--hn-color-primary, #5a6ddb),15px -12px 0 -1px var(--hn-color-primary, #5a6ddb),-6px -20px 0 -1px var(--hn-color-primary, #5a6ddb),6px -20px 0 -1px var(--hn-color-primary, #5a6ddb)}@keyframes hn-paw-pulse{0%,to{transform:translate(-50%) scale(.85);opacity:.6}50%{transform:translate(-50%) scale(1);opacity:1}}.hn-product-card{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}@media (hover: hover){.hn-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a14,0 4px 8px #0f172a0a}.hn-product-card:hover:after{content:"🐾";position:absolute;top:8px;right:8px;font-size:18px;opacity:0;animation:hn-peek-paw .4s .1s ease-out forwards;pointer-events:none;z-index:3}}@keyframes hn-peek-paw{0%{opacity:0;transform:translate(8px,-8px) rotate(15deg)}to{opacity:1;transform:translate(0) rotate(0)}}.hn-heart-bump{transition:transform .2s ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.hn-heart-bump.is-active{color:var(--hn-color-secondary, #e75f00)}.hn-heart-bump.is-bumped{animation:hn-heart-bump .45s cubic-bezier(.36,.07,.19,.97)}@keyframes hn-heart-bump{0%{transform:scale(1)}25%{transform:scale(1.45)}40%{transform:scale(.85)}60%{transform:scale(1.15)}to{transform:scale(1)}}.hn-product__sticky-cart-cta.is-wiggle{animation:hn-cta-wiggle .8s ease-in-out}@keyframes hn-cta-wiggle{0%,to{transform:rotate(0)}15%{transform:rotate(-3deg) scale(1.02)}30%{transform:rotate(3deg) scale(1.02)}45%{transform:rotate(-2deg) scale(1.02)}60%{transform:rotate(2deg) scale(1.02)}75%{transform:rotate(-1deg) scale(1.02)}}.hn-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.hn-confetti i{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:2px;opacity:0;background:var(--hn-color-primary, #5a6ddb)}.hn-confetti i:nth-child(1){background:#5a6ddb;--hn-confetti-x: 80px;--hn-confetti-y: 0;--hn-confetti-rot: 45deg}.hn-confetti i:nth-child(2){background:#e75f00;--hn-confetti-x: 69px;--hn-confetti-y: 40px;--hn-confetti-rot: 90deg}.hn-confetti i:nth-child(3){background:#fef3c7;--hn-confetti-x: 40px;--hn-confetti-y: 69px;--hn-confetti-rot: 135deg}.hn-confetti i:nth-child(4){background:#16a34a;--hn-confetti-x: 0;--hn-confetti-y: 80px;--hn-confetti-rot: 180deg}.hn-confetti i:nth-child(5){background:#f59e0b;--hn-confetti-x: -40px;--hn-confetti-y: 69px;--hn-confetti-rot: 225deg}.hn-confetti i:nth-child(6){background:#5a6ddb;--hn-confetti-x: -69px;--hn-confetti-y: 40px;--hn-confetti-rot: 270deg}.hn-confetti i:nth-child(7){background:#e75f00;--hn-confetti-x: -80px;--hn-confetti-y: 0;--hn-confetti-rot: 315deg}.hn-confetti i:nth-child(8){background:#fef3c7;--hn-confetti-x: -69px;--hn-confetti-y: -40px;--hn-confetti-rot: 360deg}.hn-confetti i:nth-child(9){background:#16a34a;--hn-confetti-x: -40px;--hn-confetti-y: -69px;--hn-confetti-rot: 405deg}.hn-confetti i:nth-child(10){background:#f59e0b;--hn-confetti-x: 0;--hn-confetti-y: -80px;--hn-confetti-rot: 450deg}.hn-confetti i:nth-child(11){background:#5a6ddb;--hn-confetti-x: 40px;--hn-confetti-y: -69px;--hn-confetti-rot: 495deg}.hn-confetti i:nth-child(12){background:#e75f00;--hn-confetti-x: 69px;--hn-confetti-y: -40px;--hn-confetti-rot: 540deg}.hn-confetti.is-burst i{animation:hn-confetti-burst 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes hn-confetti-burst{0%{opacity:1;transform:translate(-50%,-50%) scale(.6) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--hn-confetti-x, 40px)),calc(-50% + var(--hn-confetti-y, 40px) + 40px)) scale(1) rotate(var(--hn-confetti-rot, 180deg))}}.hn-toast-paw{display:inline-block;animation:hn-paw-drop .55s cubic-bezier(.34,1.56,.64,1)}@keyframes hn-paw-drop{0%{transform:translateY(-30px) rotate(-30deg);opacity:0}60%{transform:translateY(4px) rotate(10deg);opacity:1}to{transform:translateY(0) rotate(0);opacity:1}}.hn-cart-empty,.hn-404{text-align:center;padding:48px 24px}.hn-cart-empty .hn-mascot,.hn-404 .hn-mascot{margin:0 auto 24px}.hn-cart-empty__mascot,.hn-404__mascot,.hn-thankyou__mascot{display:flex;justify-content:center;margin:0 auto 16px}@media (prefers-reduced-motion: reduce){.hn-paw-loader:before,.hn-product-card:hover:after,.hn-heart-bump.is-bumped,.hn-product__sticky-cart-cta.is-wiggle,.hn-confetti.is-burst i,.hn-toast-paw{animation:none!important}}.hn-exit-intent{position:fixed;top:0;right:0;bottom:0;left:0;padding:0;margin:0;max-width:100vw;max-height:100vh;width:100%;height:100%;border:0;background:transparent}.hn-exit-intent[open]{display:flex;align-items:center;justify-content:center}.hn-exit-intent::backdrop{background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hn-exit-intent__inner{position:relative;background:var(--wp--preset--color--background, #fff);padding:36px 32px 28px;border-radius:16px;max-width:440px;width:calc(100% - 32px);box-shadow:0 20px 60px #0000002e;animation:hn-exit-pop .35s cubic-bezier(.34,1.56,.64,1)}.hn-exit-intent__close{position:absolute;top:12px;right:14px;background:transparent;border:0;font-size:26px;line-height:1;color:var(--wp--preset--color--text-muted, #64748b);cursor:pointer;padding:4px 8px}.hn-exit-intent__close:hover{color:var(--wp--preset--color--text, #0f172a)}.hn-exit-intent__visual{font-size:40px;text-align:center;margin:0 0 12px}.hn-exit-intent__title{font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.25;color:var(--wp--preset--color--text, #0f172a);margin:0 0 10px;text-align:center}.hn-exit-intent__lead{color:#475569;font-size:14px;line-height:1.5;margin:0 0 18px;text-align:center}.hn-exit-intent__field{display:block;margin:0 0 12px}.hn-exit-intent__field-label{display:block;font-size:12px;color:var(--wp--preset--color--text-muted, #64748b);margin:0 0 4px}.hn-exit-intent__field input{width:100%;padding:12px 14px;border:1px solid var(--wp--preset--color--border, #e5e7eb);border-radius:8px;font-size:15px;box-sizing:border-box}.hn-exit-intent__field input:focus{outline:none;border-color:var(--wp--preset--color--primary, #5a6ddb);box-shadow:0 0 0 3px #5a6ddb1f}.hn-exit-intent__submit{width:100%;padding:14px;font-size:15px}.hn-exit-intent__privacy{font-size:11px;color:var(--wp--preset--color--text-muted, #64748b);text-align:center;margin:12px 0 8px;line-height:1.4}.hn-exit-intent__privacy a{color:inherit}.hn-exit-intent__dismiss{text-align:center;margin:8px 0 0}.hn-exit-intent__dismiss-link{background:transparent;border:0;color:var(--wp--preset--color--text-muted, #64748b);font-size:12px;text-decoration:underline;cursor:pointer;padding:4px}.hn-exit-intent__dismiss-link:hover{color:var(--wp--preset--color--text, #0f172a)}@keyframes hn-exit-pop{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.hn-exit-intent__inner{padding:28px 20px 20px}.hn-exit-intent__title{font-size:19px}}.hn-product-card{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;position:relative;padding:var(--hn-space-md)}.hn-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:var(--hn-color-primary)}.hn-product-card .wcsatt-sub-options,.hn-product-card .wcsatt-add-cart-button-options{display:none}.hn-product-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;text-decoration:none;background:#fff;border-radius:var(--hn-radius-md);margin-bottom:var(--hn-space-sm)}.hn-product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--hn-space-xs)}.hn-product-card:hover .hn-product-card__image{transform:scale(1.05)}.hn-product-card__image--placeholder{background:linear-gradient(135deg,var(--hn-color-bg-soft),var(--hn-color-border))}.hn-product-card__badge{position:absolute;top:var(--hn-space-xs);left:var(--hn-space-xs);background:var(--hn-color-success);color:#fff;padding:4px 10px;border-radius:var(--hn-radius-sm);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;z-index:2;pointer-events:none}.hn-product-card__badge--sale{background:var(--hn-color-error)}.hn-product-card__badge--new{background:var(--hn-color-secondary)}.hn-product-card__badge--attr{background:var(--hn-color-success)}.hn-product-card__badge--primary{background:var(--hn-color-primary)}.hn-product-card__badge--success{background:var(--hn-color-success)}.hn-product-card__badge--dark{background:#1a1a1a}.hn-product-card__body{display:flex;flex-direction:column;flex:1;gap:var(--hn-space-xs)}.hn-product-card__title{font-size:15px;font-weight:600;font-family:Georgia,Times New Roman,serif;line-height:1.3;margin:0;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hn-product-card__title a{color:inherit;text-decoration:none}.hn-product-card__title a:hover{color:var(--hn-color-primary)}.hn-product-card__desc{font-size:13px;color:var(--hn-color-text-muted);margin:0;line-height:1.5}.hn-product-card__rating{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--hn-color-text-muted)}.hn-product-card__stars{position:relative;display:inline-block;font-size:14px;letter-spacing:1px;color:var(--hn-color-border)}.hn-product-card__stars:before{content:"★★★★★";position:absolute;left:0;top:0;width:var(--hn-stars-fill, 0%);overflow:hidden;color:var(--hn-color-secondary)}.hn-product-card__rating-num{font-weight:600;color:var(--hn-color-text)}.hn-product-card__rating-count{color:var(--hn-color-text-muted);font-weight:400;margin-left:2px}.hn-product-card__price{font-size:18px;font-weight:700;color:var(--hn-color-text);margin:var(--hn-space-xs) 0}.hn-product-card__price del{color:var(--hn-color-text-muted);font-weight:400;font-size:14px;margin-right:6px}.hn-product-card__price ins{text-decoration:none;color:var(--hn-color-error)}.hn-product-card__price .from{font-size:14px;color:var(--hn-color-text-muted);font-weight:400}.hn-product-card__cta{margin-top:auto;border-radius:var(--hn-radius-full)}.hn-product-card__variants-label{font-size:11px;font-weight:600;color:var(--hn-color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:var(--hn-space-xs) 0 4px}.hn-product-card__variants{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 var(--hn-space-xs)}.hn-product-card__variant{padding:4px 10px;font-size:12px;font-weight:500;background:#fff;color:var(--hn-color-text);border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-full);cursor:pointer;transition:all .15s ease;line-height:1.4}.hn-product-card__variant:hover{border-color:var(--hn-color-primary);color:var(--hn-color-primary)}.hn-product-card__variant.is-active{background:var(--hn-color-primary);color:#fff;border-color:var(--hn-color-primary)}.hn-product-card__cta.loading,.hn-product-card__cta.hn-loading{position:relative;color:transparent!important;pointer-events:none!important}.hn-product-card__cta.loading,.hn-product-card__cta.loading:hover,.hn-product-card__cta.hn-loading,.hn-product-card__cta.hn-loading:hover{transform:none!important}.hn-product-card__cta.loading:after,.hn-product-card__cta.hn-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:18px;height:18px;margin:auto;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:hn-card-cta-spin .7s linear infinite}@keyframes hn-card-cta-spin{to{transform:rotate(360deg)}}.hn-product-card a.added_to_cart{display:inline-block;margin-top:8px;font-size:13px;color:var(--hn-color-primary);text-decoration:underline;text-underline-offset:3px;font-weight:500;text-align:center;width:100%;padding:0;background:transparent!important;border:0!important;border-radius:0!important}.hn-product-card a.added_to_cart:hover{color:var(--hn-color-primary-dark);text-decoration-thickness:2px}@media (max-width: 768px){.hn-product__sticky-cart-inner{display:flex;align-items:center;gap:12px}.hn-product__sticky-cart-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hn-product__sticky-cart-title{font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--hn-color-text)}.hn-product__sticky-cart-price{font-size:15px;font-weight:800;color:var(--hn-color-primary)}.hn-product__sticky-cart-price del{color:var(--hn-color-text-muted);font-weight:400;font-size:12px;margin-right:4px}.hn-product__sticky-cart-cta{flex:0 0 auto;padding:14px 22px!important;font-weight:700!important;border-radius:9999px!important;font-size:14px!important;background:var(--hn-color-primary)!important;color:#fff!important;border:0!important;cursor:pointer;box-shadow:0 4px 12px #5a6ddb4d}.hn-product__sticky-cart-cta:hover{background:var(--hn-color-primary-dark)!important}body.single-product{padding-bottom:80px}}.hn-pet-match-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:9999px;font-size:11px;font-weight:600;margin:0 0 6px;line-height:1.4}.hn-pet-match-badge--good{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.hn-pet-match-badge--bad{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca}html.hn-sidecart-locked,html.hn-sidecart-locked body{overflow:hidden!important}.hn-sidecart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none;transition:visibility .3s}.hn-sidecart.is-open{visibility:visible;pointer-events:auto}.hn-sidecart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a80;opacity:0;transition:opacity .3s ease}.hn-sidecart.is-open .hn-sidecart__overlay{opacity:1}.hn-sidecart__panel{position:absolute;top:0;right:0;height:100%;width:min(440px,100vw);background:#fff;box-shadow:-12px 0 40px -8px #0f172a2e;transform:translate(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column}.hn-sidecart.is-open .hn-sidecart__panel{transform:translate(0)}.hn-sidecart__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.hn-sidecart__title{margin:0;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}.hn-sidecart__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--hn-color-primary, #5a6ddb);color:#fff;border-radius:9999px;font-size:12px;font-weight:700}.hn-sidecart__close{background:transparent;border:0;padding:6px;cursor:pointer;color:#475569;border-radius:8px;display:flex}.hn-sidecart__close:hover{background:#f1f5f9;color:#0f172a}.hn-sidecart__body{flex:1;overflow-y:auto;padding:0}.hn-sidecart__empty{padding:60px 24px;text-align:center}.hn-sidecart__empty-icon{font-size:48px;margin-bottom:12px}.hn-sidecart__empty-title{margin:0 0 8px;font-size:18px}.hn-sidecart__empty-text{margin:0 0 20px;color:#64748b;font-size:14px}.hn-sidecart__rewards{padding:18px 20px;background:linear-gradient(135deg,#eef1ff,#fef3e8);border-bottom:1px solid #e5e7eb}.hn-sidecart__rewards-intro{margin:0 0 14px;font-size:13px;line-height:1.4;color:#0f172a}.hn-sidecart__rewards-track{position:relative;height:6px;background:#e5e7eb;border-radius:9999px;margin-bottom:48px}.hn-sidecart__rewards-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--hn-color-primary, #5a6ddb),var(--hn-color-secondary, #e75f00));border-radius:9999px;transition:width .4s ease}.hn-sidecart__rewards-step{position:absolute;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:#fff;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .3s ease;cursor:default}.hn-sidecart__rewards-step.is-reached{border-color:var(--hn-color-primary, #5a6ddb);background:var(--hn-color-primary, #5a6ddb);color:#fff;box-shadow:0 0 0 4px #5a6ddb26}.hn-sidecart__rewards-step .hn-sidecart__rewards-icon{display:block;line-height:1}.hn-sidecart__rewards-label{position:absolute;top:34px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:11px;font-weight:700;color:#475569;text-align:center;line-height:1.2}.hn-sidecart__rewards-label small{display:block;font-size:10px;font-weight:500;color:#64748b;margin-top:2px;max-width:80px;white-space:normal}.hn-sidecart__rewards-step.is-reached .hn-sidecart__rewards-label{color:var(--hn-color-primary, #5a6ddb)}.hn-sidecart__items{list-style:none;margin:0;padding:0}.hn-sidecart__item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 20px;border-bottom:1px solid #f1f5f9;align-items:start}.hn-sidecart__item.is-freebie{background:linear-gradient(90deg,rgba(34,197,94,.08),transparent)}.hn-sidecart__item-thumb{display:block;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f8fafc}.hn-sidecart__item-thumb img{width:100%;height:100%;object-fit:contain}.hn-sidecart__item-name{display:block;font-size:13px;font-weight:600;color:#0f172a;text-decoration:none;line-height:1.3;margin-bottom:4px}.hn-sidecart__item-name:hover{color:var(--hn-color-primary, #5a6ddb)}.hn-sidecart__item-price{font-size:12px;color:#64748b;margin-bottom:6px}.hn-sidecart__item-price del{opacity:.6;font-size:11px}.hn-sidecart__item-qty{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.hn-sidecart__qty-btn{background:transparent;border:0;padding:0;width:26px;height:26px;cursor:pointer;font-size:14px;color:#475569;display:flex;align-items:center;justify-content:center;font-weight:600}.hn-sidecart__qty-btn:hover{background:#f1f5f9;color:#0f172a}.hn-sidecart__qty-input{width:32px;height:26px;text-align:center;border:0;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;font-size:13px;font-weight:600;background:#fff;-moz-appearance:textfield}.hn-sidecart__freebie-badge{display:inline-flex;align-items:center;padding:3px 8px;background:#22c55e;color:#fff;font-size:10px;font-weight:700;border-radius:9999px;letter-spacing:.04em}.hn-sidecart__item-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.hn-sidecart__item-total{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap}.hn-sidecart__remove{background:transparent;border:0;padding:4px;cursor:pointer;color:#94a3b8;border-radius:6px;display:flex}.hn-sidecart__remove:hover{background:#fef2f2;color:#dc2626}.hn-sidecart__footer{flex-shrink:0;padding:16px 20px;border-top:1px solid #e5e7eb;background:#f8fafc}.hn-sidecart__totals{margin-bottom:14px}.hn-sidecart__total-row{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;font-size:13px;color:#475569}.hn-sidecart__total-row--discount{color:#16a34a;font-weight:600}.hn-sidecart__total-row--grand{font-size:17px;font-weight:700;color:#0f172a;margin-top:8px;padding-top:10px;border-top:1px dashed #e2e8f0}.hn-sidecart__checkout{display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px!important;font-size:15px!important;font-weight:700!important;border-radius:12px!important}.hn-sidecart__view-cart{display:block;text-align:center;margin-top:10px;font-size:13px;color:#64748b;text-decoration:underline;text-underline-offset:3px}.hn-sidecart__view-cart:hover{color:var(--hn-color-primary, #5a6ddb)}.hn-header__cart{background:transparent;border:0;padding:0;cursor:pointer;color:inherit;font:inherit;display:flex;align-items:center;gap:8px}.hn-header__cart-count.is-empty{display:none}.fkcart-modal,#fkcart-modal,.fkcart-cart-toggler{display:none!important}.hn-sidecart__header{padding-top:28px!important}.hn-sidecart__header{padding:24px 24px 18px!important;border-bottom:1px solid #e5e7eb}.hn-sidecart__title{font-size:22px!important;font-weight:800!important;color:#0f172a;letter-spacing:-.01em}.hn-sidecart__count{background:transparent!important;color:#94a3b8!important;font-weight:600!important;font-size:18px!important;padding:0!important;min-width:0!important;height:auto!important;border-radius:0!important}.hn-sidecart__close{width:36px;height:36px;background:#f1f5f9!important;border-radius:9999px!important;padding:0!important;display:flex;align-items:center;justify-content:center;color:#475569}.hn-sidecart__close:hover{background:#e2e8f0!important;color:#0f172a}.hn-sidecart__rewards{padding:18px 24px!important;background:linear-gradient(135deg,#fef9e7,#fef3e8)!important;border-bottom:1px solid #fef3c7!important;position:relative}.hn-sidecart__rewards-text{margin:0 0 10px!important;font-size:14px!important;line-height:1.5!important;color:#0f172a!important;padding-right:32px}.hn-sidecart__rewards-text strong{font-weight:700;color:#0f172a}.hn-sidecart__rewards-icon{position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:24px;color:#0f172a}.hn-sidecart__rewards-track{position:relative;height:6px!important;background:#0f172a14!important;border-radius:9999px!important;margin:0 0 8px!important}.hn-sidecart__rewards-fill{position:absolute;top:0;left:0;height:100%!important;background:var(--hn-color-primary, #5a6ddb)!important;border-radius:9999px!important;transition:width .4s ease;box-shadow:none!important}.hn-sidecart__rewards-meta{margin:0!important;font-size:12px!important;color:#64748b!important;font-weight:500}.hn-sidecart__rewards--all{background:linear-gradient(135deg,#dcfce7,#fef3c7)!important}.hn-sidecart__items{padding:0!important}.hn-sidecart__item{grid-template-columns:80px 1fr auto!important;gap:16px!important;padding:18px 24px!important;border-bottom:1px solid #f1f5f9!important;align-items:center}.hn-sidecart__item-thumb{width:80px!important;height:80px!important;border-radius:12px!important;background:#f8fafc;flex-shrink:0}html body .hn-sidecart__item-thumb img{padding:6px}.hn-sidecart__item-name{font-size:15px!important;font-weight:700!important;color:#0f172a!important;line-height:1.3;margin-bottom:6px!important}.hn-sidecart__item-price{font-size:18px!important;font-weight:800!important;color:var(--hn-color-primary, #5a6ddb)!important;margin:0!important}html body .hn-sidecart__item-price del{color:#94a3b8;font-weight:500;font-size:14px}.hn-sidecart__item-side{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important}.hn-sidecart__qty{display:inline-flex;align-items:center;gap:0;border:1.5px solid #e2e8f0;border-radius:9999px;background:#fff;overflow:hidden;height:36px}.hn-sidecart__qty-btn{background:transparent!important;border:0;width:32px;height:34px;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;padding:0}.hn-sidecart__qty-btn:hover{background:#f8fafc!important;color:#0f172a}.hn-sidecart__qty-input{width:36px;height:34px;border:0!important;text-align:center;font-size:14px;font-weight:700;color:#0f172a;background:transparent;-moz-appearance:textfield;outline:0}.hn-sidecart__qty-input::-webkit-outer-spin-button,.hn-sidecart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hn-sidecart__remove-link{background:transparent;border:0;padding:0;color:#94a3b8;font-size:13px;cursor:pointer;font-weight:500;text-decoration:underline;text-underline-offset:3px}.hn-sidecart__remove-link:hover{color:#dc2626}.hn-sidecart__freebie-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#22c55e;color:#fff;font-size:11px;font-weight:700;border-radius:9999px;letter-spacing:.04em}.hn-sidecart__cross{padding:18px 24px;border-bottom:1px solid #f1f5f9}.hn-sidecart__cross-title{margin:0 0 14px;font-size:14px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.hn-sidecart__cross-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hn-sidecart__cross-item{position:relative}.hn-sidecart__cross-thumb{display:block;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f8fafc;margin-bottom:8px}.hn-sidecart__cross-thumb img{width:100%;height:100%;object-fit:cover}.hn-sidecart__cross-add{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:9999px;background:var(--hn-color-primary, #5a6ddb);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #5a6ddb4d;transition:transform .15s ease,background .15s ease}.hn-sidecart__cross-add:hover{background:var(--hn-color-primary-dark, #4a5dcb);transform:scale(1.05)}.hn-sidecart__cross-add.is-loading{pointer-events:none;color:transparent}.hn-sidecart__cross-add.is-loading>*{visibility:hidden}.hn-sidecart__cross-add.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:hn-sidecart-add-spin .7s linear infinite}@keyframes hn-sidecart-add-spin{to{transform:rotate(360deg)}}.hn-sidecart__cross-name{font-size:12px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:2px}.hn-sidecart__cross-price{font-size:14px;font-weight:800;color:var(--hn-color-primary, #5a6ddb)}.hn-sidecart__trust{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:14px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9;border-top:1px solid #f1f5f9}.hn-sidecart__trust-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#475569;font-weight:500}.hn-sidecart__trust-item svg{flex-shrink:0;color:#94a3b8}.hn-sidecart__footer{padding:20px 24px!important;background:#fff!important;border-top:1px solid #e5e7eb}.hn-sidecart__totals{margin-bottom:16px}.hn-sidecart__total-row{display:flex;justify-content:space-between;align-items:baseline}.hn-sidecart__total-label{font-size:18px;font-weight:800;color:#0f172a}.hn-sidecart__total-grand{font-size:26px!important;font-weight:800!important;color:var(--hn-color-primary, #5a6ddb)!important;letter-spacing:-.02em}.hn-sidecart__delivery-note{margin:6px 0 0;font-size:12px;color:#64748b;font-weight:500}.hn-sidecart__checkout{display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px!important;background:var(--hn-color-primary, #5a6ddb)!important;color:#fff!important;border:0!important;border-radius:9999px!important;font-size:16px!important;font-weight:700!important;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .15s ease;box-shadow:0 8px 24px -8px #5a6ddb80}.hn-sidecart__checkout:hover{background:var(--hn-color-primary-dark, #4a5dcb)!important;transform:translateY(-1px)}.hn-sidecart__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:14px}.hn-sidecart__payment{display:inline-flex;align-items:center;padding:5px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:11px;font-weight:600;color:#475569;background:#fff;letter-spacing:.01em}.hn-sidecart__continue{display:block;width:100%;background:transparent;border:0;padding:14px 0 0;font-size:13px;color:#64748b;cursor:pointer;font-weight:500;text-align:center}.hn-sidecart__continue:hover{color:var(--hn-color-primary, #5a6ddb)}@media (max-width: 768px){.hn-sidecart__panel{width:100vw}.hn-sidecart__header{padding:18px 16px 14px!important}.hn-sidecart__rewards{padding:14px 16px!important}.hn-sidecart__item{padding:14px 16px!important;grid-template-columns:64px 1fr auto!important;gap:12px!important}.hn-sidecart__item-thumb{width:64px!important;height:64px!important}.hn-sidecart__cross,.hn-sidecart__trust,.hn-sidecart__footer{padding-left:16px!important;padding-right:16px!important}}.hn-sidecart__qty{display:inline-flex!important;visibility:visible!important}html body .hn-sidecart__qty-input{display:inline-block!important;width:42px!important;min-width:42px!important;height:34px!important;padding:0!important;margin:0!important;text-align:center!important;font-size:14px!important;font-weight:700!important;color:#0f172a!important;background:#fff!important;border:0!important;border-left:1px solid #e2e8f0!important;border-right:1px solid #e2e8f0!important;border-radius:0!important;outline:0!important;box-sizing:border-box!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important;opacity:1!important;visibility:visible!important;line-height:34px!important}html body .hn-sidecart__qty-input::-webkit-outer-spin-button,.hn-sidecart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;display:none!important}html body .hn-sidecart__footer{position:sticky!important;bottom:0!important;z-index:5;background:#fff!important;box-shadow:0 -8px 24px -12px #0f172a1f}.hn-sidecart__body{padding-bottom:0!important}.hn-sidecart__coupon{padding:14px 24px;border-top:1px solid #f1f5f9;background:#fff}.hn-sidecart__coupon-toggle summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--hn-color-primary, #5a6ddb);padding:4px 0;-webkit-user-select:none;user-select:none}.hn-sidecart__coupon-toggle summary::-webkit-details-marker{display:none}.hn-sidecart__coupon-toggle summary:before{display:none}.hn-sidecart__coupon-summary svg{flex-shrink:0}.hn-sidecart__coupon-toggle[open] .hn-sidecart__coupon-summary{margin-bottom:8px}.hn-sidecart__coupon-form{display:flex;gap:8px;margin-top:6px}.hn-sidecart__coupon-input{flex:1;height:40px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:9999px;font-size:13px;font-weight:600;color:#0f172a;background:#fff;outline:0;text-transform:uppercase;letter-spacing:.04em}.hn-sidecart__coupon-input::placeholder{color:#94a3b8;font-weight:500;letter-spacing:0;text-transform:none}.hn-sidecart__coupon-input:focus{border-color:var(--hn-color-primary, #5a6ddb);box-shadow:0 0 0 4px #5a6ddb1f}.hn-sidecart__coupon-btn{height:40px;padding:0 18px;background:#0f172a;color:#fff;border:0;border-radius:9999px;font-size:13px;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:background .15s ease}.hn-sidecart__coupon-btn:hover{background:#1e293b}.hn-sidecart__coupon-msg{margin-top:8px;font-size:12px;font-weight:600;line-height:1.4}.hn-sidecart__coupon-msg.is-success{color:#16a34a}.hn-sidecart__coupon-msg.is-error{color:#dc2626}.hn-sidecart__coupon-applied{list-style:none;margin:0;padding:0}.hn-sidecart__coupon-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:linear-gradient(90deg,#22c55e14,#22c55e0a);border:1px dashed #86efac;border-radius:10px}.hn-sidecart__coupon-code{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#15803d;flex:1}.hn-sidecart__coupon-code strong{color:#0f172a;font-weight:800;letter-spacing:.02em}.hn-sidecart__coupon-discount{margin-left:auto;font-weight:700;color:#16a34a}.hn-sidecart__coupon-remove{background:transparent;border:0;padding:4px;cursor:pointer;color:#15803d;border-radius:6px;display:flex}.hn-sidecart__coupon-remove:hover{background:#22c55e26;color:#dc2626}@media (max-width: 768px){.hn-sidecart__coupon{padding-left:16px;padding-right:16px}}html body .hn-sidecart__rewards{position:relative;padding:24px!important;background:linear-gradient(135deg,#fef9e7,#fef3e8)!important;border-bottom:1px solid #fef3c7!important}.hn-sidecart__rewards-text,.hn-sidecart__rewards-icon,.hn-sidecart__rewards-track,.hn-sidecart__rewards-fill,.hn-sidecart__rewards-meta{display:none!important}.hn-sidecart__rewards-compact{display:none}.hn-sidecart__rewards-compact-text{margin:0 0 10px;font-size:14px;line-height:1.5;color:#0f172a}.hn-sidecart__rewards-compact-text strong{font-weight:700;color:#0f172a}.hn-sidecart__rewards-bar{position:relative;height:6px;background:#0f172a14;border-radius:9999px;margin-bottom:12px;overflow:hidden}.hn-sidecart__rewards-bar-fill{position:absolute;top:0;left:0;height:100%;background:var(--hn-color-primary, #5a6ddb);border-radius:9999px;transition:width .4s ease}.hn-sidecart__rewards-toggle{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:0;color:var(--hn-color-primary, #5a6ddb);font-size:13px;font-weight:600;cursor:pointer}.hn-sidecart__rewards-toggle svg{transition:transform .2s ease}.hn-sidecart__rewards.is-expanded .hn-sidecart__rewards-toggle svg{transform:rotate(180deg)}.hn-sidecart__rewards-full{position:relative}.hn-sidecart__paws{display:grid;grid-template-columns:repeat(var(--hn-paw-cols, 4),1fr);gap:0;align-items:start;position:relative}.hn-sidecart__paws:before{content:"";position:absolute;top:25px;left:8%;right:8%;height:0;border-top:2.5px dotted rgba(231,95,0,.3);z-index:0}.hn-sidecart__paw{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;z-index:1}.hn-sidecart__paw-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#fff;border:2.5px solid rgba(15,23,42,.18);color:#cbd5e1;transition:all .3s ease;box-shadow:0 2px 8px #0f172a0f}.hn-sidecart__paw-icon svg{width:24px;height:24px}.hn-sidecart__paw.is-reached .hn-sidecart__paw-icon{background:var(--hn-color-primary, #5a6ddb);border-color:var(--hn-color-primary, #5a6ddb);color:#fff;box-shadow:0 4px 14px #5a6ddb59;animation:hn-paw-pop .4s ease-out}.hn-sidecart__paw.is-next .hn-sidecart__paw-icon{border-color:var(--hn-color-primary, #5a6ddb);border-style:dashed;color:var(--hn-color-primary, #5a6ddb);background:#fff}@keyframes hn-paw-pop{0%{transform:scale(.8)}50%{transform:scale(1.15)}to{transform:scale(1)}}.hn-sidecart__paw-meta{display:flex;flex-direction:column;gap:2px;line-height:1.2;padding:0 4px}.hn-sidecart__paw-meta strong{font-size:13px;font-weight:800;color:#0f172a}.hn-sidecart__paw-meta small{font-size:10.5px;color:#64748b;font-weight:500;line-height:1.3;display:block}.hn-sidecart__cross-thumb{position:relative}.hn-sidecart__cross-match{position:absolute;left:8px;bottom:8px;right:8px;display:flex;align-items:center;gap:4px;justify-content:center;padding:5px 10px;background:#fffffff5;color:#be185d;font-size:10.5px;font-weight:700;border-radius:9999px;letter-spacing:.01em;box-shadow:0 2px 8px #0f172a1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hn-sidecart__social-proof{margin:14px 0 0;padding:10px 16px;background:linear-gradient(90deg,#fef3c780,#fef3c733);border-radius:9999px;font-size:12.5px;color:#475569;display:flex;align-items:center;gap:8px;justify-content:center}.hn-sidecart__social-proof strong{color:var(--hn-color-primary, #5a6ddb);font-weight:700}.hn-sidecart__social-icon,.hn-sidecart__cross-paws{font-size:14px}.hn-sidecart__empty{padding:60px 24px!important}@media (max-width: 768px){.hn-sidecart__rewards-compact{display:block!important}.hn-sidecart__rewards-full{display:none}.hn-sidecart__rewards.is-expanded .hn-sidecart__rewards-full{display:block;margin-top:16px;padding-top:16px;border-top:1px dashed rgba(15,23,42,.12)}.hn-sidecart__paw-meta strong{font-size:12px}.hn-sidecart__paw-meta small{font-size:9.5px}.hn-sidecart__paw-icon{width:42px;height:42px}.hn-sidecart__paw-icon svg{width:20px;height:20px}}html body .hn-sidecart__rewards{background:#fdf8ed!important;border-bottom:1px solid #f3e9d2!important}html body .hn-sidecart__paws{position:relative;padding-top:8px;padding-bottom:8px}html body .hn-sidecart__paws:before{content:"";position:absolute;top:32px;left:calc(50% / var(--hn-paw-cols, 4));right:calc(50% / var(--hn-paw-cols, 4));height:0;border-top:2px dotted #d4c4a4;z-index:0}html body .hn-sidecart__paws:after{content:"";position:absolute;top:31px;left:calc(50% / var(--hn-paw-cols, 4));width:calc(var(--hn-paw-progress, 0%) - 50% / var(--hn-paw-cols, 4));max-width:calc(100% - 100% / var(--hn-paw-cols, 4));height:2px;background:var(--hn-color-primary, #5a6ddb);z-index:1;border-radius:2px}html body .hn-sidecart__paw{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;background:transparent!important}html body .hn-sidecart__paw-icon{width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid #e8dcc4;color:#5d3f1f;box-shadow:0 4px 12px -4px #5d3f1f33,0 2px 4px -2px #5d3f1f1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:none!important}html body .hn-sidecart__paw-icon svg{width:26px;height:26px}html body .hn-sidecart__paw.is-reached .hn-sidecart__paw-icon{border-color:#d4c4a4;background:#fff;color:#5d3f1f;box-shadow:0 6px 16px -4px #5d3f1f40,0 2px 4px -2px #5d3f1f1f}html body .hn-sidecart__paw.is-next .hn-sidecart__paw-icon{border-color:var(--hn-color-primary, #5a6ddb);border-style:solid;color:#5d3f1f}html body .hn-sidecart__paw-meta{display:flex;flex-direction:column;gap:4px;line-height:1.3;padding:0 6px}html body .hn-sidecart__paw-meta strong{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.01em}html body .hn-sidecart__paw-meta small{font-size:12px;font-weight:500;color:#6b7280;line-height:1.35;display:block;max-width:100px;margin:0 auto}@media (max-width: 768px){html body .hn-sidecart__paw-icon{width:46px;height:46px}html body .hn-sidecart__paw-icon svg{width:22px;height:22px}html body .hn-sidecart__paws:before{top:27px}html body .hn-sidecart__paws:after{top:26px}html body .hn-sidecart__paw-meta strong{font-size:13px}html body .hn-sidecart__paw-meta small{font-size:11px;max-width:80px}}.hn-sidecart__panel{width:min(580px,100vw)!important}@media (max-width: 768px){.hn-sidecart__panel{width:100vw!important}}.hn-sidecart__freebie-picker{padding:18px 24px;background:linear-gradient(135deg,#22c55e14,#22c55e05);border-bottom:1px solid #f1f5f9;border-top:1px solid #f1f5f9}.hn-sidecart__freebie-picker-title{margin:0 0 4px;font-size:14px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:8px}.hn-sidecart__freebie-picker-title span{font-size:18px}.hn-sidecart__freebie-picker-help{margin:0 0 14px;font-size:12px;color:#64748b}.hn-sidecart__freebie-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.hn-sidecart__freebie-option{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font:inherit}.hn-sidecart__freebie-option:hover{border-color:var(--hn-color-primary, #5a6ddb);transform:translateY(-1px);box-shadow:0 6px 16px -8px #0f172a26}.hn-sidecart__freebie-option.is-active{border-color:#22c55e;background:linear-gradient(135deg,#22c55e14,#fff);box-shadow:0 0 0 3px #22c55e26}.hn-sidecart__freebie-option.is-loading{opacity:.6;pointer-events:none}.hn-sidecart__freebie-thumb{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f8fafc;display:block}.hn-sidecart__freebie-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.hn-sidecart__freebie-check{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #22c55e66}.hn-sidecart__freebie-name{font-size:11px;font-weight:600;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.hn-sidecart__freebie-picker{padding-left:16px;padding-right:16px}.hn-sidecart__freebie-options{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}}.hn-sidecart{z-index:2147483646!important}html body .hn-sidecart__overlay{z-index:1}html body .hn-sidecart__panel{z-index:2}.hn-sidecart__freebie-picker.is-locked{background:linear-gradient(135deg,#94a3b80f,#94a3b805)}.hn-sidecart__freebie-picker.is-locked .hn-sidecart__freebie-picker-title{color:#475569}.hn-sidecart__freebie-picker.is-locked .hn-sidecart__freebie-option{opacity:.7}.hn-sidecart__freebie-picker.is-locked .hn-sidecart__freebie-option.is-active{opacity:1;border-color:var(--hn-color-primary, #5a6ddb);background:linear-gradient(135deg,#5a6ddb0f,#fff);box-shadow:0 0 0 3px #5a6ddb1f}.hn-sidecart__freebie-picker.is-locked .hn-sidecart__freebie-check{background:var(--hn-color-primary, #5a6ddb);box-shadow:0 2px 6px #5a6ddb66}.hn-sidecart{z-index:2147483647!important;position:fixed!important}html.hn-sidecart-locked .tm-widget,html.hn-sidecart-locked .tm-frame,html.hn-sidecart-locked .tm-popup,html.hn-sidecart-locked [id*=trustmate],html.hn-sidecart-locked [class*=trustmate],html.hn-sidecart-locked iframe[src*=trustmate]{z-index:1!important;visibility:hidden!important;pointer-events:none!important}.hn-sidecart__remove-link--freebie{margin-top:4px;font-size:11px!important;color:#94a3b8!important}.hn-sidecart__remove-link--freebie:hover{color:#dc2626!important}.hn-footer{background:var(--hn-color-text);color:#fff;padding:var(--hn-space-2xl) 0 var(--hn-space-lg);margin-top:var(--hn-space-2xl)}.hn-footer__inner{display:flex;flex-direction:column;gap:var(--hn-space-lg)}.hn-footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--hn-space-lg)}.hn-footer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--hn-space-xs)}.hn-footer__menu li a{color:#fff;text-decoration:none;opacity:.85}.hn-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--hn-space-md);text-align:center}.hn-footer__copy{opacity:.7;font-size:14px;margin:0}.hn-main{padding:0;min-height:50vh}.hn-main--page,.hn-main--single,.hn-main--single-product,.hn-main--archive,.hn-main--search{padding:var(--hn-space-xl) 0}.hn-404__title{font-size:120px;text-align:center;color:var(--hn-color-primary);margin:0}.hn-404__lead{text-align:center;font-size:20px;margin-bottom:var(--hn-space-lg)}.hn-footer{background:var(--hn-color-text);color:#fff;padding:var(--hn-space-2xl) 0 0;margin-top:var(--hn-space-2xl)}.hn-footer__inner{padding-bottom:var(--hn-space-xl)}.hn-footer__columns{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--hn-space-xl)}@media (max-width: 1024px){.hn-footer__columns{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.hn-footer__columns{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-footer__col-title{font-family:Georgia,Times New Roman,serif;color:#fff;font-size:18px;margin-bottom:var(--hn-space-md)}.hn-footer__brand{color:#fff;font-size:24px;margin-bottom:var(--hn-space-sm)}.hn-footer__about-text{opacity:.85;font-size:14px;line-height:1.6;margin-bottom:var(--hn-space-md)}.hn-footer__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.hn-footer__menu li a{color:#fff;text-decoration:none;font-size:14px;opacity:.85;transition:opacity .15s ease}.hn-footer__menu li a:hover{opacity:1;color:var(--hn-color-secondary)}.hn-footer__contact{font-style:normal;font-size:14px;line-height:1.6;opacity:.85}.hn-footer__contact a{color:#fff;text-decoration:underline}.hn-footer__hours{margin-top:var(--hn-space-sm);font-size:13px}.hn-footer__social{list-style:none;padding:0;margin:var(--hn-space-md) 0 0;display:flex;gap:var(--hn-space-sm)}.hn-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .15s ease}.hn-footer__social a:hover{background:var(--hn-color-secondary);color:#fff}.hn-footer__bottom{background:#0000004d;padding:var(--hn-space-md) 0}.hn-footer__bottom-inner{max-width:var(--hn-container);margin:0 auto;padding:0 var(--hn-space-md);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--hn-space-sm)}.hn-footer__copy{margin:0;opacity:.7;font-size:13px}.hn-footer__payments{list-style:none;padding:0;margin:0;display:flex;gap:var(--hn-space-xs);flex-wrap:wrap}.hn-footer__payment{background:#ffffff1a;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.5px}.hn-checkout-trust{margin:var(--hn-space-md) 0;padding:var(--hn-space-md);background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-md);text-align:center;font-size:13px;color:var(--hn-color-text)}.hn-checkout-trust__row{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;line-height:1.3}.hn-checkout-trust__row--mini{font-size:12px;font-weight:500;color:var(--hn-color-text-muted);margin-top:8px;flex-wrap:wrap}.hn-checkout-trust__lock{display:inline-flex;color:var(--hn-color-success, #10b981)}.hn-checkout-trust__methods{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:10px}.hn-checkout-trust__method{padding:4px 10px;border:1px solid var(--hn-color-border);background:#fff;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--hn-color-text-muted)}.hn-kcal-page{max-width:760px}.hn-kcal-page__layout{display:block!important}.hn-kcal-page__form{margin:0 0 24px}.hn-kcal-page__row{grid-template-columns:repeat(3,1fr)!important}@media (max-width: 640px){.hn-kcal-page__row{grid-template-columns:1fr!important}}.hn-kcal-page__check{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;justify-content:flex-start!important;text-align:left!important;font-size:14px!important;color:#374151!important;font-weight:500!important;cursor:pointer;padding:8px 0;margin:0}.hn-kcal-page__check input[type=checkbox]{flex:0 0 auto;width:18px;height:18px;accent-color:#5a6ddb;margin:0}.hn-kcal-page__result{margin-top:24px}.hn-kcal-page__result[hidden]{display:none!important}.hn-kcal-page__form label{display:flex!important;flex-direction:column!important;gap:6px!important;align-items:stretch!important;text-align:left!important;font-size:13px!important;color:#374151!important;font-weight:600!important;margin:0!important}.hn-kcal-page__form label input,.hn-kcal-page__form label select{margin:0}.hn-kcal-page__row{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:12px!important}.hn-kcal-page__form{padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:14px;max-width:680px;margin:0 auto}.hn-kcal-page__form-title{font-size:18px;margin:0 0 4px;color:#0f172a}.hn-kcal-page__prefill{background:#eef2ff;padding:10px 14px;border-radius:8px;font-size:13px;color:#374151;margin:0 0 8px}.hn-kcal-page__cta{margin-top:8px;width:100%}.hn-pet-form__allergies{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.hn-pet-form__allergies legend{font-weight:600;font-size:13px;color:#374151;padding:0;margin:0 0 4px}.hn-pet-form__hint{margin:0;font-size:12px;color:#64748b;line-height:1.4}.hn-pet-form__allergy-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.hn-pet-form__allergy-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:9999px;font-size:13px;cursor:pointer;background:#fff;transition:all .15s;font-weight:500;color:#374151;margin:0!important;flex-direction:row!important}.hn-pet-form__allergy-chip:hover{border-color:#dc2626;background:#fef2f2}.hn-pet-form__allergy-chip input{margin:0;accent-color:#dc2626;width:14px;height:14px}.hn-pet-form__allergy-chip:has(input:checked){border-color:#dc2626;background:#fef2f2;color:#991b1b;font-weight:600}.hn-pet-form__allergy-chip span{font-size:13px}.hn-pet-card__alergies{display:flex;flex-wrap:wrap;gap:4px;align-items:center;margin:8px 0 0;padding:0;background:transparent;border-radius:0;font-size:12px}.hn-pet-card__alergies strong{color:#7c2d12;margin-right:4px;font-size:12px;font-weight:600}.hn-pet-card__allergy-chip{display:inline-block;padding:2px 8px;background:#fef2f2;color:#991b1b;border-radius:9999px;font-size:11px;font-weight:500;border:1px solid #fecaca}.hn-checkout-pet-picker{margin:16px 0;padding:14px 16px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px}.hn-checkout-pet-picker label{display:block;font-weight:600;font-size:14px;color:#0f172a;margin:0 0 6px}.hn-checkout-pet-picker select{width:100%;padding:10px 12px;border:1px solid #c7d2fe;border-radius:8px;font:inherit;background:#fff}.hn-checkout-pet-picker__hint{margin:6px 0 0;font-size:12px;color:#475569}.woocommerce ul.products.columns-1,.woocommerce-page ul.products.columns-1{grid-template-columns:1fr}.woocommerce ul.products.columns-2,.woocommerce-page ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products.columns-3,.woocommerce-page ul.products.columns-3{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products.columns-4,.woocommerce-page ul.products.columns-4{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products.columns-5,.woocommerce-page ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.woocommerce ul.products.columns-6,.woocommerce-page ul.products.columns-6{grid-template-columns:repeat(6,1fr)}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{margin:0!important;padding:0!important;float:none!important;width:auto!important;list-style:none}.woocommerce ul.products li.product:before,.woocommerce ul.products li.product:after,.woocommerce-page ul.products li.product:before,.woocommerce-page ul.products li.product:after{display:none!important}.hn-shop__header{background:transparent;padding:var(--hn-space-md) 0 var(--hn-space-sm);margin-bottom:var(--hn-space-md)}@media (max-width: 768px){.hn-shop__header{padding:var(--hn-space-sm) 0 var(--hn-space-xs);margin-bottom:var(--hn-space-xs)}}@media (max-width: 1024px){.hn-shop__layout--with-sidebar{grid-template-columns:1fr}}@media (max-width: 1024px){.hn-shop__sidebar{display:none}}.hn-shop__toolbar .orderby{padding:var(--hn-space-xs) var(--hn-space-sm);width:auto;max-width:240px;border-radius:var(--hn-radius-sm);font-size:16px}.hn-shop-filters{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);margin-bottom:var(--hn-space-md)}@media (max-width: 768px){.hn-shop-filters{margin-bottom:5px}}.hn-shop-filters__toggle{display:none;width:100%;align-items:center;gap:var(--hn-space-sm);background:transparent;border:0;padding:var(--hn-space-sm) var(--hn-space-md);font-size:15px;font-weight:600;color:var(--hn-color-text);cursor:pointer}@media (max-width: 768px){.hn-shop-filters__toggle{margin:10px 0}}.hn-shop-filters__toggle-icon-funnel{display:inline-flex;color:var(--hn-color-primary)}.hn-shop-filters__toggle-label{flex:1;text-align:left}.hn-shop-filters__toggle-icon{transition:transform .15s ease;color:var(--hn-color-text-muted)}.hn-shop-filters__drawer-head,.hn-shop-filters__drawer-foot,.hn-shop-filters__overlay{display:none}.hn-shop-filters__body{display:flex;flex-wrap:wrap;gap:var(--hn-space-sm);padding:var(--hn-space-sm) var(--hn-space-md)}.hn-shop-filters__widgets{display:contents}.hn-shop-filters__widget{flex:0 1 auto;min-width:180px}.hn-shop-filters__widget-title{font-size:13px;font-weight:600;margin:0 0 6px;color:var(--hn-color-text-muted);text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.hn-shop-filters__toggle{display:flex}}@media (max-width: 768px){.hn-shop-filters__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;z-index:2147483640}.hn-shop-filters__overlay.is-open{opacity:1;visibility:visible;transition:opacity .25s ease}.hn-shop-filters__body{position:fixed;top:0;right:0;bottom:0;width:min(360px,88vw);max-width:100vw;background:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);z-index:2147483641;box-shadow:-12px 0 40px -8px #0f172a40}.hn-shop-filters__body.is-open{transform:translate(0)}}@media (max-width: 768px){.hn-shop-filters__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:var(--hn-space-md);border-bottom:1px solid var(--hn-color-border);position:sticky;top:0;background:#fff;z-index:1}.hn-shop-filters__drawer-title{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;color:var(--hn-color-text)}.hn-shop-filters__drawer-close{background:var(--hn-color-bg-soft);border:0;width:32px;height:32px;border-radius:50%;font-size:22px;line-height:1;color:var(--hn-color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.hn-shop-filters__widgets{display:flex;flex-direction:column;gap:var(--hn-space-md);padding:var(--hn-space-md);flex:1}.hn-shop-filters__drawer-foot{display:block;padding:var(--hn-space-md);border-top:1px solid var(--hn-color-border);position:sticky;bottom:0;background:#fff}}body.hn-filters-open{overflow:hidden}.hn-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--hn-space-md)}.hn-products-grid--4col{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.hn-products-grid--4col{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hn-products-grid,.hn-products-grid--4col{grid-template-columns:repeat(2,1fr);gap:var(--hn-space-sm)}}.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-md);list-style:none;margin:0;padding:0}.woocommerce ul.products:before,.woocommerce ul.products:after,.woocommerce-page ul.products:before,.woocommerce-page ul.products:after{display:none!important;content:none!important}.hn-shop-filters .yith-wcan-filter-toggle{padding:8px 14px;border:1px solid var(--hn-color-border);border-radius:999px;font-size:14px;background:#fff}.hn-shop-filters .yith-wcan-reset-filters,.hn-shop-filters .yith-wcan-filters-reset{background:var(--hn-color-primary)!important;color:#fff!important;border-radius:999px!important;padding:8px 18px!important;font-weight:600!important}.woocommerce ul.products.columns-1{grid-template-columns:1fr}.woocommerce ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products.columns-3{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products.columns-4{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.woocommerce ul.products.columns-6{grid-template-columns:repeat(6,1fr)}@media (max-width: 1024px){.woocommerce ul.products,.woocommerce ul.products[class*=columns-]{grid-template-columns:repeat(3,1fr)!important}}@media (max-width: 768px){.woocommerce ul.products,.woocommerce ul.products[class*=columns-]{grid-template-columns:repeat(2,1fr)!important;gap:var(--hn-space-sm)}}.woocommerce ul.products li.product{margin:0!important;padding:0!important;float:none!important;width:auto!important;list-style:none}.woocommerce ul.products li.product:before,.woocommerce ul.products li.product:after{display:none!important}.hn-shop__title{font-size:clamp(22px,2vw,30px);margin:0 0 var(--hn-space-xs)}.hn-shop__desc{margin:var(--hn-space-sm) 0 0;color:var(--hn-color-text-muted)}.hn-breadcrumbs{font-size:13px;color:var(--hn-color-text-muted);margin-bottom:var(--hn-space-xs)}.hn-breadcrumbs a{color:var(--hn-color-text-muted);text-decoration:underline}.hn-breadcrumbs a:hover{color:var(--hn-color-primary)}.hn-shop__layout{display:grid;gap:var(--hn-space-lg)}.hn-shop__layout--with-sidebar{grid-template-columns:240px 1fr}.hn-shop__layout--full{grid-template-columns:1fr}@media (max-width: 1024px){.hn-shop__layout--with-sidebar{grid-template-columns:1fr}.hn-shop__sidebar{display:none}}.hn-shop__sidebar-title{font-family:Georgia,Times New Roman,serif;font-size:18px;margin-bottom:var(--hn-space-sm);padding-bottom:var(--hn-space-xs);border-bottom:2px solid var(--hn-color-primary)}.hn-shop__categories{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.hn-shop__categories li a{display:flex;justify-content:space-between;padding:6px var(--hn-space-xs);text-decoration:none;color:var(--hn-color-text);font-size:14px;border-radius:var(--hn-radius-sm);transition:all .1s ease}.hn-shop__categories li a:hover{background:var(--hn-color-bg-soft);color:var(--hn-color-primary)}.hn-shop__category-count{color:var(--hn-color-text-muted);font-size:12px}.hn-shop__toolbar{display:flex;justify-content:space-between;align-items:center;gap:var(--hn-space-md);margin-bottom:var(--hn-space-md);flex-wrap:wrap}.hn-shop__toolbar .woocommerce-result-count{margin:0;font-size:14px;color:var(--hn-color-text-muted)}.hn-shop__toolbar .orderby{padding:var(--hn-space-xs) var(--hn-space-sm);width:auto;max-width:240px;border-radius:var(--hn-radius-sm);font-size:14px}.hn-shop__empty{padding:var(--hn-space-xl);text-align:center;color:var(--hn-color-text-muted)}.hn-shop-filters{background:#fff;border:1px solid #e8ecf3;border-radius:var(--hn-radius-lg);padding:var(--hn-space-sm) var(--hn-space-md);margin-bottom:var(--hn-space-lg);box-shadow:0 1px 3px #0000000a}.hn-shop-filters__body{display:flex;flex-wrap:wrap;gap:10px;padding:0}.hn-shop-filters__widget{flex:1 1 180px;max-width:240px;min-width:160px}.hn-shop-filters select,.hn-shop-filters .fe-filter select,.hn-shop-filters .yith-wcan-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:11px 38px 11px 16px;font-size:14px;font-weight:500;color:var(--hn-color-text);background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 14px center;border:1.5px solid #e2e8f0;border-radius:var(--hn-radius-full);cursor:pointer;transition:all .15s ease;line-height:1.2}.hn-shop-filters select:hover{border-color:var(--hn-color-primary);box-shadow:0 2px 8px #5a6ddb1a}.hn-shop-filters select:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-shop-filters select:not([data-default=true]):not(:invalid){background-color:#5a6ddb0f;border-color:var(--hn-color-primary);color:var(--hn-color-primary);font-weight:600}.hn-shop-filters input[type=text],.hn-shop-filters input[type=number],.hn-shop-filters input[type=search]{padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:var(--hn-radius-full);font-size:14px;background:#fff;color:var(--hn-color-text);width:100%}.hn-shop-filters input:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-shop-filters__widget-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hn-color-text-muted);margin:0 0 6px}.hn-shop-filters .yith-wcan-filter-toggle{padding:9px 16px;border:1.5px solid #e2e8f0;border-radius:var(--hn-radius-full);font-size:14px;background:#fff;font-weight:500;transition:all .15s ease}.hn-shop-filters .yith-wcan-filter-toggle:hover{border-color:var(--hn-color-primary);color:var(--hn-color-primary)}.hn-shop-filters .yith-wcan-filter-toggle.is-active,.hn-shop-filters .yith-wcan-filter-toggle.active{background:var(--hn-color-primary);color:#fff;border-color:var(--hn-color-primary)}.hn-shop-filters .yith-wcan-reset-filters,.hn-shop-filters .yith-wcan-filters-reset{background:var(--hn-color-primary)!important;color:#fff!important;border:0!important;border-radius:var(--hn-radius-full)!important;padding:10px 22px!important;font-weight:600!important;font-size:13px!important;cursor:pointer;transition:all .15s ease}.hn-shop-filters .yith-wcan-reset-filters:hover,.hn-shop-filters .yith-wcan-filters-reset:hover{background:var(--hn-color-primary-dark)!important;transform:translateY(-1px)}@media (max-width: 768px){.hn-shop-filters__toggle{display:flex!important;width:100%;align-items:center;justify-content:space-between;gap:var(--hn-space-sm);background:transparent;border:0;padding:6px 0;font-size:15px;font-weight:600;color:var(--hn-color-text);cursor:pointer}.hn-shop-filters__body{display:none;padding-top:var(--hn-space-sm);border-top:1px solid var(--hn-color-border);margin-top:var(--hn-space-sm)}.hn-shop-filters[data-open=true] .hn-shop-filters__body{display:flex}.hn-shop-filters__widget{flex:1 1 100%;max-width:100%}}.woocommerce-result-count{color:var(--hn-color-text-muted);font-size:14px;margin:0;font-weight:500}.woocommerce-ordering select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:9px 36px 9px 14px;border:1.5px solid #e2e8f0;border-radius:var(--hn-radius-full);font-size:16px;color:var(--hn-color-text);font-weight:500;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 12px center;cursor:pointer}.woocommerce-ordering select:hover{border-color:var(--hn-color-primary)}.woocommerce-ordering select:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}body.woocommerce.archive .yith-wcan-filters,body.archive.tax-product_cat .yith-wcan-filters,body.archive.tax-product_brand .yith-wcan-filters,.yith-wcan-filters{background:#fff!important;border:1px solid #e8ecf3!important;border-radius:var(--hn-radius-lg)!important;padding:var(--hn-space-md)!important;box-shadow:0 1px 3px #0000000a!important;margin-bottom:var(--hn-space-lg)!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important}.yith-wcan-filters .yith-wcan-filter,.yith-wcan-filters .yith-wcan-filter-toggle{flex:1 1 180px!important;max-width:240px!important;min-width:160px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle,.yith-wcan-filters .yith-wcan-filter-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:11px 16px!important;background:#fff!important;border:1.5px solid #e2e8f0!important;border-radius:var(--hn-radius-full)!important;color:var(--hn-color-text)!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .15s ease!important;text-align:left!important}.yith-wcan-filters .yith-wcan-filter-toggle:hover,.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle:hover{border-color:var(--hn-color-primary)!important;box-shadow:0 2px 8px #5a6ddb1a!important;color:var(--hn-color-primary)!important}.yith-wcan-filters .yith-wcan-filter-toggle.opened,.yith-wcan-filters .yith-wcan-filter[data-opened=true]>.yith-wcan-filter-toggle,.yith-wcan-filters .yith-wcan-filter.opened>.yith-wcan-filter-toggle{border-color:var(--hn-color-primary)!important;background:#5a6ddb0f!important;color:var(--hn-color-primary)!important}.yith-wcan-filters .yith-wcan-filter.has-active-filters>.yith-wcan-filter-toggle,.yith-wcan-filters .yith-wcan-filter.is-active>.yith-wcan-filter-toggle{background:#5a6ddb14!important;border-color:var(--hn-color-primary)!important;color:var(--hn-color-primary)!important;font-weight:600!important}.yith-wcan-filters .yith-wcan-filter-toggle:after,.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle:after{content:""!important;display:inline-block!important;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-left:8px;margin-top:-4px;transition:transform .15s ease}.yith-wcan-filters .yith-wcan-filter.opened>.yith-wcan-filter-toggle:after,.yith-wcan-filters .yith-wcan-filter[data-opened=true]>.yith-wcan-filter-toggle:after{transform:rotate(-135deg);margin-top:2px}.yith-wcan-filters .yith-wcan-filter-options,.yith-wcan-filters .yith-wcan-dropdown-options{background:#fff!important;border:1px solid var(--hn-color-border)!important;border-radius:var(--hn-radius-md)!important;box-shadow:0 12px 32px #0f172a1f!important;padding:8px!important;margin-top:6px!important}.yith-wcan-filters .yith-wcan-filter-options label,.yith-wcan-filters .yith-wcan-filter-option{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-radius:var(--hn-radius-sm)!important;cursor:pointer!important;font-size:14px!important;color:var(--hn-color-text)!important;font-weight:500!important;transition:background .1s ease!important}.yith-wcan-filters .yith-wcan-filter-options label:hover{background:var(--hn-color-bg-soft)!important}.yith-wcan-filters .yith-wcan-filter-options input[type=checkbox],.yith-wcan-filters .yith-wcan-filter-options input[type=radio]{accent-color:var(--hn-color-primary)}.yith-wcan-reset-filters,.yith-wcan-filters-reset,.yith-wcan-apply-filters{background:var(--hn-color-primary)!important;color:#fff!important;border:0!important;border-radius:var(--hn-radius-full)!important;padding:10px 22px!important;font-weight:600!important;font-size:13px!important;cursor:pointer!important;transition:all .15s ease!important}.yith-wcan-reset-filters:hover,.yith-wcan-filters-reset:hover,.yith-wcan-apply-filters:hover{background:var(--hn-color-primary-dark)!important;transform:translateY(-1px)!important}.yith-wcan-filters select,.woocommerce select.yith-wcan,body.woocommerce select[name^=filter_]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:100%!important;padding:11px 38px 11px 16px!important;font-size:14px!important;font-weight:500!important;color:var(--hn-color-text)!important;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 14px center!important;border:1.5px solid #e2e8f0!important;border-radius:var(--hn-radius-full)!important;cursor:pointer!important;line-height:1.2!important}.yith-wcan-filters select:hover{border-color:var(--hn-color-primary)!important}.yith-wcan-filters select:focus{outline:none!important;border-color:var(--hn-color-primary)!important;box-shadow:0 0 0 3px #5a6ddb26!important}.hn-shop-filters:has(.yith-wcan-filters){background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.hn-shop-filters .yith-wcan-filters{margin-bottom:0!important}.yith-wcan-filters,.hn-shop-filters .yith-wcan-filters,body.woocommerce.archive .yith-wcan-filters{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin-bottom:var(--hn-space-md)!important}.hn-shop-filters{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.yith-wcan-filters{gap:6px!important;flex-wrap:wrap!important}.yith-wcan-filters .yith-wcan-filter,.yith-wcan-filters .yith-wcan-filter-toggle{flex:0 0 auto!important;max-width:none!important;min-width:0!important;width:auto!important}.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle,.yith-wcan-filters .yith-wcan-filter-toggle{padding:8px 14px!important;font-size:13.5px!important}.yith-wcan-filters .yith-wcan-filter-toggle:after,.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle:after{width:8px;height:8px;margin-left:6px}.yith-wcan-filters select,.yith-wcan-filters .yith-wcan-filter>select,.yith-wcan-filters .yith-wcan-filter-toggle,.yith-wcan-filters .yith-wcan-filter>.yith-wcan-filter-toggle,.yith-wcan-filters button,.yith-wcan-filter select{border-radius:9999px!important}.hn-shop-filters,.yith-wcan-filters,.hn-shop-filters .yith-wcan-filters{margin:0 0 var(--hn-space-sm)!important}.woocommerce-result-count,.woocommerce-ordering{margin:var(--hn-space-xs) 0 var(--hn-space-sm)!important}.woocommerce-products-header__title.page-title,.term-description{margin-bottom:var(--hn-space-sm)!important}.yith-wcan-filters .yith-wcan-apply-filters,.yith-wcan-filters .yith-wcan-filter-actions button,.yith-wcan-filters button[type=submit],.yith-wcan-filters .yith-wcan-filter-actions input[type=submit],.yith-wcan-active-filters button,button.yith-wcan-apply,.yith-wcan-filter button.apply-filters{background:var(--hn-color-primary)!important;background-color:var(--hn-color-primary)!important;color:#fff!important;border:0!important;border-radius:var(--hn-radius-full)!important;padding:10px 22px!important;font-weight:600!important;font-size:13px!important;cursor:pointer!important;box-shadow:0 4px 12px #5a6ddb33!important;transition:all .15s ease!important}.yith-wcan-filters .yith-wcan-apply-filters:hover,.yith-wcan-filters button[type=submit]:hover,button.yith-wcan-apply:hover{background:var(--hn-color-primary-dark)!important;background-color:var(--hn-color-primary-dark)!important;transform:translateY(-1px);box-shadow:0 6px 16px #5a6ddb4d!important}.yith-wcan-filters input[type=checkbox],.yith-wcan-filters input[type=radio],.yith-wcan-filter-options input[type=checkbox],.yith-wcan-filter-options input[type=radio]{accent-color:var(--hn-color-primary)!important;width:18px;height:18px;cursor:pointer}.hn-product__gallery{background:var(--hn-color-bg-soft, #f8fafc);border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:var(--hn-space-md);position:relative}.hn-product__featured-badge{position:absolute;top:var(--hn-space-md);left:var(--hn-space-md);z-index:3}.hn-product__featured-badge span{display:inline-block;background:var(--hn-color-error);color:#fff;padding:8px 18px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 12px #dc262640}.hn-product__price-wrap{align-items:center!important}.hn-product__price-wrap .price{display:inline-flex;align-items:center;gap:var(--hn-space-sm);line-height:1.1}.hn-product__discount-badge{align-self:center!important;line-height:1.2!important;padding:6px 12px!important;font-size:13px!important;flex:0 0 auto}.hn-product__gallery{background:#fff!important}.hn-product__price-wrap{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:12px!important}.hn-product__price-wrap .price,.hn-product__price-wrap p.price{margin:0!important;padding:0!important;line-height:1!important;display:inline-flex!important;align-items:center!important;gap:12px!important}.hn-product__discount-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;line-height:1!important;padding:7px 14px!important;font-size:13px!important;height:auto!important;flex:0 0 auto!important;margin:0!important;vertical-align:middle!important}.hn-product__cart-wrap button.single_add_to_cart_button,.hn-product__cart-wrap .single_add_to_cart_button,.hn-product__cart-wrap input[type=submit].single_add_to_cart_button,.hn-product__summary button.single_add_to_cart_button,.hn-product__summary .single_add_to_cart_button,.hn-product button.single_add_to_cart_button,button.single_add_to_cart_button,.woocommerce button.single_add_to_cart_button,.woocommerce .single_add_to_cart_button{background:var(--hn-color-primary)!important;background-color:var(--hn-color-primary)!important;color:#fff!important;border:0!important;border-radius:var(--hn-radius-md)!important;font-weight:600!important;font-size:16px!important;padding:var(--hn-space-sm) var(--hn-space-lg)!important;box-shadow:0 4px 12px #5a6ddb40;transition:all .15s ease}.hn-product__cart-wrap button.single_add_to_cart_button:hover,.hn-product__summary button.single_add_to_cart_button:hover,button.single_add_to_cart_button:hover,.woocommerce button.single_add_to_cart_button:hover{background:var(--hn-color-primary-dark)!important;background-color:var(--hn-color-primary-dark)!important;transform:translateY(-1px)!important;box-shadow:0 6px 16px #5a6ddb59}.hn-product__gallery,.hn-product__feature,.hn-accordion__item{border-color:#cbd5e1!important}.hn-main--single-product{padding-top:var(--hn-space-sm)!important}.hn-main--single-product .hn-breadcrumbs{margin-top:0!important;margin-bottom:var(--hn-space-md)!important}.woocommerce-pagination,nav.woocommerce-pagination{margin:32px 0;text-align:left}.woocommerce-pagination ul.page-numbers{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;border:0}.woocommerce-pagination ul.page-numbers li{margin:0;border:0}.woocommerce-pagination ul.page-numbers li a,.woocommerce-pagination ul.page-numbers li span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;font-size:14px;font-weight:600;color:#374151;text-decoration:none;line-height:1;transition:all .15s ease}.woocommerce-pagination ul.page-numbers li a:hover{background:#eef2ff;border-color:#5a6ddb;color:#5a6ddb;text-decoration:none}.woocommerce-pagination ul.page-numbers li span.current,.woocommerce-pagination ul.page-numbers li a.current{background:#5a6ddb;border-color:#5a6ddb;color:#fff}.woocommerce-pagination ul.page-numbers li .next,.woocommerce-pagination ul.page-numbers li .prev{font-size:18px;font-weight:400}.woocommerce-pagination ul.page-numbers li .dots{background:transparent;border:0;color:#94a3b8}.hn-shop__description{margin:48px 0 0;padding:32px 0 0;border-top:1px solid #e5e7eb;max-width:920px;font-size:15px;line-height:1.7;color:#374151}.hn-shop__description h2,.hn-shop__description h3{margin:24px 0 12px;font-size:22px;color:#0f172a;font-weight:700}.hn-shop__description h2:first-child,.hn-shop__description h3:first-child{margin-top:0}.hn-shop__description h3{font-size:18px}.hn-shop__description p{margin:0 0 14px}.hn-shop__description ul,.hn-shop__description ol{margin:0 0 14px;padding-left:24px}.hn-shop__description li{margin:0 0 6px}.hn-shop__description a{color:#5a6ddb;text-decoration:underline}.hn-shop__description strong{color:#0f172a}.hn-shop__header .hn-shop__desc{margin:8px 0 0;color:#64748b;font-size:15px;line-height:1.5;max-width:760px}.hn-shop__header .hn-shop__desc p{margin:0 0 8px}.hn-shop__header .hn-shop__desc p:last-child{margin:0}.woocommerce-pagination,nav.woocommerce-pagination{margin:32px 0!important;text-align:left!important;border:0!important;clear:both;display:block}.woocommerce-pagination ul.page-numbers{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important;border:0!important}.woocommerce-pagination ul.page-numbers li{margin:0!important;padding:0!important;border:0!important;display:inline-flex!important;list-style:none!important}.woocommerce-pagination ul.page-numbers li a.page-numbers,.woocommerce-pagination ul.page-numbers li span.page-numbers{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:44px!important;padding:0 14px!important;border-radius:10px!important;background:#fff!important;border:1px solid #e5e7eb!important;font-size:14px!important;font-weight:600!important;color:#374151!important;text-decoration:none!important;line-height:1!important;box-shadow:none!important;transition:all .15s ease!important}.woocommerce-pagination ul.page-numbers li a.page-numbers:hover{background:#eef2ff!important;border-color:#5a6ddb!important;color:#5a6ddb!important}.woocommerce-pagination ul.page-numbers li span.current,.woocommerce-pagination ul.page-numbers li a.current{background:#5a6ddb!important;border-color:#5a6ddb!important;color:#fff!important}.woocommerce-pagination ul.page-numbers li .next,.woocommerce-pagination ul.page-numbers li .prev{font-size:18px!important}.woocommerce-pagination ul.page-numbers li .dots{background:transparent!important;border:0!important;color:#94a3b8!important;min-width:24px!important}.hn-shop__title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin:8px 0 0}.hn-shop__title-col{flex:1;min-width:0}.hn-shop__count{flex-shrink:0;font-size:14px;color:#64748b;font-weight:500;line-height:1;padding-bottom:6px}.hn-shop__title{margin:0;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#0f172a}.hn-shop__desc{margin:8px 0 0;font-size:15px;color:#64748b;line-height:1.5;max-width:760px}.hn-shop__desc p{margin:0 0 8px}.hn-shop__desc p:last-child{margin:0}.hn-shop__chips{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 0;padding:0;list-style:none}.hn-shop__chip{display:inline-flex;align-items:center;padding:8px 18px;border:1.5px solid #c7d2fe;background:#fff;color:#5a6ddb;border-radius:9999px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s ease;white-space:nowrap}.hn-shop__chip:hover{background:#eef2ff;border-color:#5a6ddb;text-decoration:none}.hn-shop__chip.is-active{background:#5a6ddb;border-color:#5a6ddb;color:#fff}.hn-shop__chip.is-active:hover{background:#4a59ad;border-color:#4a59ad}@media (max-width: 640px){.hn-shop__chips{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;margin:16px -16px 0;padding:0 16px 4px;scrollbar-width:none}.hn-shop__chips::-webkit-scrollbar{display:none}.hn-shop__chip{scroll-snap-align:start;flex-shrink:0}.hn-shop__count{display:none}.hn-shop__title-row{align-items:flex-start}}.hn-shop-filters{margin:24px 0 16px;padding:0}.hn-shop-filters__toggle{display:none}@media (max-width: 900px){.hn-shop-filters__toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1.5px solid #c7d2fe;border-radius:9999px;color:#5a6ddb;font-size:14px;font-weight:600;cursor:pointer}.hn-shop-filters__toggle[aria-expanded=false]+.hn-shop-filters__body{display:none}.hn-shop-filters__body{margin-top:12px}}.hn-shop-filters__body{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.hn-shop-filters__body .yith-wcan-filters{display:flex;flex-wrap:wrap;gap:8px;width:100%;background:transparent!important;border:0!important;padding:0!important}.hn-shop-filters__body .yith-wcan-filter,.hn-shop-filters__body .yith-wcan-filters>div{position:relative;background:transparent!important;border:0!important;padding:0!important;margin:0!important}.hn-shop-filters__body .yith-wcan-filter .yith-wcan-filter__title,.hn-shop-filters__body .yith-wcan-filter h4,.hn-shop-filters__body .yith-wcan-filters h4.yith-wcan-filter__title{display:inline-flex;align-items:center;gap:6px;padding:9px 16px 9px 18px;background:#fff;border:1.5px solid #c7d2fe;border-radius:9999px;color:#5a6ddb;font-size:14px;font-weight:600;line-height:1;cursor:pointer;margin:0!important;transition:all .15s ease;white-space:nowrap;text-transform:none;letter-spacing:0}.hn-shop-filters__body .yith-wcan-filter .yith-wcan-filter__title:after{content:"";display:inline-block;width:0;height:0;margin-left:4px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;transition:transform .2s ease}.hn-shop-filters__body .yith-wcan-filter .yith-wcan-filter__title:hover,.hn-shop-filters__body .yith-wcan-filter .yith-wcan-filter__title:focus{background:#eef2ff;border-color:#5a6ddb;outline:0}.hn-shop-filters__body .yith-wcan-filter .yith-wcan-filter__content{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;max-width:360px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;box-shadow:0 12px 32px #0f172a1f;z-index:50;display:none}.hn-shop-filters__body .yith-wcan-filter.is-open>.yith-wcan-filter__content,.hn-shop-filters__body .yith-wcan-filter:focus-within>.yith-wcan-filter__content{display:block}.hn-shop-filters__body .yith-wcan-filter.is-open>.yith-wcan-filter__title:after{transform:rotate(180deg)}.hn-shop-filters__body .yith-wcan-filter__content ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.hn-shop-filters__body .yith-wcan-filter__content li{margin:0;padding:0}.hn-shop-filters__body .yith-wcan-filter__content label,.hn-shop-filters__body .yith-wcan-filter__content a{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:14px;color:#374151;font-weight:500;cursor:pointer;text-decoration:none}.hn-shop-filters__body .yith-wcan-filter__content label:hover,.hn-shop-filters__body .yith-wcan-filter__content a:hover{background:#f8fafc;color:#5a6ddb}.hn-shop-filters__body .yith-wcan-filter__content input[type=checkbox],.hn-shop-filters__body .yith-wcan-filter__content input[type=radio]{accent-color:#5a6ddb;width:14px;height:14px;margin:0;flex-shrink:0}.hn-shop-filters__body .yith-wcan-filter__content .yith-wcan-price-range,.hn-shop-filters__body .yith-wcan-filter__content .price_slider_wrapper{padding:8px 0}.hn-shop-allergen-notice{display:flex;align-items:center;gap:var(--hn-space-sm);flex-wrap:wrap;background:#fef3c7;border:1px solid #fde68a;color:#92400e;padding:var(--hn-space-sm) var(--hn-space-md);border-radius:var(--hn-radius-md);margin:0 0 var(--hn-space-md);font-size:14px;line-height:1.5}.hn-shop-allergen-notice strong{color:#7c2d12;font-weight:700}.hn-shop-allergen-notice__reset{margin-left:auto;color:var(--hn-color-primary);font-weight:600;text-decoration:underline;font-size:13px}.hn-shop-allergen-notice__reset:hover{color:var(--hn-color-primary-dark)}.woocommerce-product-gallery__trigger,.woocommerce-variation-price,.single_variation .price{display:none!important}.woocommerce-product-gallery .flex-control-thumbs{grid-column:1;grid-row:1;display:flex!important;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;order:0}.woocommerce-product-gallery .flex-control-thumbs li.flex-active,.woocommerce-product-gallery .flex-control-thumbs li img.flex-active{border-color:var(--hn-color-primary)}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{grid-column:2;grid-row:1;position:relative}.hn-product__summary .stock.in-stock,.hn-product__cart-wrap .stock.in-stock{display:none}.hn-product__summary form.cart,.hn-product__cart-wrap form.cart{display:flex;flex-flow:row wrap;align-items:stretch;gap:var(--hn-space-sm);margin:0}.hn-product__summary form.cart>table.variations,.hn-product__summary form.cart>.single_variation_wrap,.hn-product__cart-wrap form.cart>table.variations,.hn-product__cart-wrap form.cart>.single_variation_wrap{flex:1 0 100%}.hn-product__summary .single_variation_wrap,.hn-product__cart-wrap .single_variation_wrap{display:flex;flex-direction:column;gap:var(--hn-space-sm)}.hn-product__summary .woocommerce-variation-add-to-cart,.hn-product__summary .variations_button,.hn-product__cart-wrap .woocommerce-variation-add-to-cart,.hn-product__cart-wrap .variations_button{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:var(--hn-space-sm)}.hn-product__summary .quantity,.hn-product__cart-wrap .quantity{flex:0 0 auto}.hn-product__summary .quantity input[type=number],.hn-product__cart-wrap .quantity input[type=number]{height:100%}.hn-product__summary button.single_add_to_cart_button,.hn-product__cart-wrap button.single_add_to_cart_button{flex:1;min-width:200px}.hn-product__summary .product_title{font-family:var(--hn-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);font-size:clamp(20px,1.6vw,26px);line-height:1.3;font-weight:700;color:var(--hn-color-text);margin:0 0 var(--hn-space-xs)}.hn-accordion{margin-top:var(--hn-space-lg);display:flex;flex-direction:column;gap:12px}[open]>.hn-accordion__trigger .hn-accordion__chevron{transform:rotate(-135deg);margin-top:4px}.hn-accordion__title{font-weight:700;font-size:16px;flex:1}.wcsatt-options-prompt-label{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:14px 18px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;font-weight:500;color:var(--hn-color-text);line-height:1.4}.wcsatt-one-time-price{margin-left:auto;font-weight:600}.wcsatt-options-product{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}@media (max-width: 900px){.hn-product__layout{grid-template-columns:1fr}}.hn-product__gallery-col{position:relative;min-width:0}.hn-product__summary{position:sticky;top:var(--hn-space-md);align-self:start}@media (max-width: 900px){.hn-product__summary{position:static}}.hn-product__feature-icon{overflow:hidden}.hn-product__gallery-col{position:relative}.hn-product__featured-badge{display:flex;justify-content:center;margin-bottom:var(--hn-space-md)}.hn-product__featured-badge span{display:block;width:100%;background:var(--hn-color-secondary);color:#fff;padding:14px 24px;border-radius:var(--hn-radius-md);font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-align:center;box-shadow:0 4px 14px #e75f0040}.hn-product__features{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-sm);margin-top:var(--hn-space-md)}@media (max-width: 768px){.hn-product__features{display:none}}.hn-product__feature{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:var(--hn-space-sm);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--hn-space-xs);box-shadow:var(--hn-shadow-sm)}.hn-product__feature-icon{font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--hn-color-bg-soft);border-radius:50%;overflow:hidden}.hn-product__feature-icon img{width:60%;height:60%;object-fit:contain;display:block}.hn-product__feature-label{font-size:12px;font-weight:500;color:var(--hn-color-text-muted);line-height:1.3}.hn-product__brand{font-size:14px;color:var(--hn-color-text-muted);margin-bottom:var(--hn-space-sm)}.hn-product__brand a,.hn-product__brand strong{color:var(--hn-color-primary);text-decoration:underline;font-weight:600}.hn-product__short-desc{color:var(--hn-color-text-muted);line-height:1.6;margin-bottom:var(--hn-space-md)}.hn-product__price-wrap{display:flex;align-items:baseline;gap:var(--hn-space-sm);margin-bottom:var(--hn-space-md);flex-wrap:wrap}.hn-product__price-wrap .price{font-size:28px;font-weight:700;color:var(--hn-color-primary);margin:0;line-height:1}.hn-product__price-wrap .price .from{font-size:18px;color:var(--hn-color-text);font-weight:500;margin-right:4px}.hn-product__price-wrap .price del{color:var(--hn-color-text-muted);font-weight:400;font-size:18px;text-decoration:line-through;margin-right:6px}.hn-product__price-wrap .price ins{text-decoration:none;color:var(--hn-color-error);font-weight:700}.hn-product__price-wrap .wcsatt-sub-options-toggle-text{font-size:14px;color:var(--hn-color-error);font-weight:700}.hn-product__stock{font-weight:600;color:var(--hn-color-text);margin-bottom:var(--hn-space-md);font-size:14px;display:flex;align-items:center;gap:8px}.hn-product__stock:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--hn-color-success)}.hn-product__stock--out{color:var(--hn-color-error)}.hn-product__stock--out:before{background:var(--hn-color-error)}.hn-product__cart-wrap{margin-bottom:var(--hn-space-md)}.hn-product__cart-wrap .cart{display:grid;grid-template-columns:auto 1fr;gap:var(--hn-space-sm);align-items:stretch;margin:0}.hn-product__cart-wrap .cart>*{grid-column:1/-1}.hn-product__cart-wrap .cart>.quantity{grid-column:1;align-self:stretch}.hn-product__cart-wrap .cart>.single_add_to_cart_button,.hn-product__cart-wrap .cart>button.single_add_to_cart_button{grid-column:2}.hn-product__cart-wrap .single_variation_wrap{display:flex;flex-direction:column;gap:var(--hn-space-sm)}.hn-product__cart-wrap .woocommerce-variation-add-to-cart,.hn-product__cart-wrap .variations_button{display:grid;grid-template-columns:auto 1fr;gap:var(--hn-space-sm);align-items:stretch}.hn-product__cart-wrap .quantity input[type=number]{width:80px;padding:var(--hn-space-sm);text-align:center;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);font-size:16px;height:100%}.hn-product__cart-wrap button.single_add_to_cart_button{padding:var(--hn-space-sm) var(--hn-space-lg);background:var(--hn-color-primary);color:#fff;border:none;border-radius:var(--hn-radius-md);font-weight:600;font-size:16px;cursor:pointer;transition:all .15s ease}.hn-product__cart-wrap button.single_add_to_cart_button:hover{background:var(--hn-color-primary-dark);transform:translateY(-1px)}.hn-product__cart-wrap .wcsatt-options-product-wrap,.hn-product__cart-wrap .wcsatt-options-prompt-wrap{margin-bottom:var(--hn-space-md);width:100%}.hn-product__cart-wrap .wcsatt-options-product label,.hn-product__cart-wrap .wcsatt-options-prompt label{display:flex;align-items:center;gap:10px;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:10px 14px;margin-bottom:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .15s ease;background:#fff}.hn-product__cart-wrap .wcsatt-options-product label:hover,.hn-product__cart-wrap .wcsatt-options-prompt label:hover{border-color:var(--hn-color-primary)}.hn-product__cart-wrap .wcsatt-options-product input[type=radio]:checked+span,.hn-product__cart-wrap .wcsatt-options-prompt input[type=radio]:checked+span{color:var(--hn-color-primary);font-weight:700}.hn-product__cart-wrap .wcsatt-options-product label:has(input[type=radio]:checked),.hn-product__cart-wrap .wcsatt-options-prompt label:has(input[type=radio]:checked){border-color:var(--hn-color-primary);box-shadow:0 0 0 2px #5a6ddb26}.hn-product__delivery{padding:var(--hn-space-sm) 0;margin:var(--hn-space-md) 0;border-top:1px solid var(--hn-color-border);border-bottom:1px solid var(--hn-color-border)}.hn-product__delivery p{margin:0;display:flex;align-items:center;gap:8px;font-size:14px}.hn-product__delivery-icon{font-size:18px;line-height:1}.hn-product__delivery-note{color:var(--hn-color-success);font-weight:600;margin-top:4px!important}.hn-product__delivery-countdown{color:var(--hn-color-secondary, #e75f00);font-variant-numeric:tabular-nums;letter-spacing:.02em}.hn-product__trust{list-style:none;padding:0;margin:var(--hn-space-md) 0 0;display:flex;flex-direction:column;gap:8px}.hn-product__trust li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--hn-color-text)}.hn-product__trust-icon{font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--hn-color-bg-soft);border-radius:50%;flex:0 0 32px}.hn-product__pet-attrs{list-style:none;padding:0;margin:var(--hn-space-md) 0;display:flex;flex-direction:column;gap:8px;background:var(--hn-color-bg-soft);padding:var(--hn-space-md);border-radius:var(--hn-radius-md);border-left:3px solid var(--hn-color-primary)}.hn-product__pet-attr{display:flex;align-items:center;gap:var(--hn-space-xs);font-size:14px}.hn-product__pet-attr-icon{font-size:18px;line-height:1}.hn-product__pet-attr-label{color:var(--hn-color-text-muted);font-weight:500}.hn-product__pet-attr-value{color:var(--hn-color-text);font-weight:600}.hn-product__price-wrap{display:flex;align-items:center;gap:var(--hn-space-sm);margin-bottom:var(--hn-space-md)}.hn-product__discount-badge{background:var(--hn-color-error);color:#fff;padding:4px 12px;border-radius:var(--hn-radius-full);font-size:14px;font-weight:700}.hn-related,.hn-upsells{margin-top:var(--hn-space-2xl);padding-top:var(--hn-space-xl);border-top:1px solid var(--hn-color-border)}.hn-product__layout{display:grid;grid-template-columns:6fr 4fr;gap:var(--hn-space-xl);margin-bottom:var(--hn-space-2xl);align-items:start}@media (max-width: 1024px){.hn-product__layout{grid-template-columns:1fr}}.hn-product__gallery{position:relative}.hn-product__gallery .woocommerce-product-gallery{position:relative;width:100%}.hn-product__gallery .woocommerce-product-gallery__wrapper{display:block}.hn-product__gallery .woocommerce-product-gallery__image{display:block;width:100%;cursor:zoom-in}.glightbox-container .gslide-image img,.glightbox-container .gslide-media img{max-width:90vw!important;max-height:85vh!important;width:auto!important;height:auto!important;opacity:1!important;visibility:visible!important;display:block!important;border-radius:4px;background:transparent}.glightbox-container .gslide.current .gslide-image img{opacity:1!important}.glightbox-container .gslide-image{display:flex!important;align-items:center!important;justify-content:center!important}.glightbox-container .gslide-inner-content{background:transparent!important;width:auto!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.glightbox-container .ginner-container{background:transparent!important}.glightbox-clean .gslide-description{background:#000c!important;color:#fff}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{width:100%!important;height:auto!important;max-width:100%;border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-md);display:block}.hn-product__gallery .flex-control-thumbs{list-style:none;padding:0;margin:var(--hn-space-sm) 0 0;display:grid;grid-template-columns:repeat(5,1fr);gap:var(--hn-space-xs)}.hn-product__gallery .flex-control-thumbs li{margin:0;cursor:pointer}.hn-product__gallery .flex-control-thumbs img{border-radius:var(--hn-radius-sm);width:100%;aspect-ratio:1;object-fit:cover;opacity:.6;transition:opacity .15s ease}.hn-product__gallery .flex-control-thumbs img:hover,.hn-product__gallery .flex-control-thumbs img.flex-active{opacity:1}.hn-product__gallery .onsale,span.onsale,.woocommerce span.onsale{position:absolute!important;top:var(--hn-space-sm)!important;left:var(--hn-space-sm)!important;right:auto!important;background:var(--hn-color-error)!important;color:#fff!important;padding:5px 12px!important;border-radius:var(--hn-radius-full)!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.04em!important;text-transform:uppercase!important;min-width:0!important;min-height:0!important;width:auto!important;height:auto!important;z-index:2;margin:0!important}.hn-product .onsale,.hn-product__gallery .onsale{top:12px!important;left:12px!important}.hn-product__summary{padding-left:var(--hn-space-md)}.hn-product__summary>.hn-product__price-wrap{margin-bottom:var(--hn-space-xs)}.hn-product__summary .woocommerce-product-rating,.hn-product__summary .hn-product__rating{margin:0 0 var(--hn-space-sm)!important;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hn-product__summary .hn-product__rating-item{margin:0!important}.hn-product__summary form.cart{margin-top:var(--hn-space-xs)!important;margin-bottom:0!important}.hn-product__summary .wcsatt-options-product,.hn-product__summary .wcsatt-options-wrapper{margin-bottom:var(--hn-space-xs)!important}@media (max-width: 1024px){.hn-product__summary{padding-left:0}}.hn-product__summary .product_title{font-family:var(--hn-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);font-size:clamp(20px,1.6vw,26px);margin:0 0 var(--hn-space-xs);line-height:1.3;font-weight:700;color:var(--hn-color-text)}.hn-product__summary .price{font-size:24px;font-weight:700;color:var(--hn-color-primary);margin-bottom:var(--hn-space-md)}.hn-product__summary .price del{color:var(--hn-color-text-muted);font-weight:400;font-size:18px;margin-right:8px}.hn-product__summary .price ins{text-decoration:none;color:var(--hn-color-error)}.hn-product__summary .woocommerce-product-details__short-description{margin-bottom:var(--hn-space-md);color:var(--hn-color-text-muted);line-height:1.6}.hn-product__summary .stock.in-stock{display:none}.hn-product__summary .stock.out-of-stock{font-size:14px;font-weight:600;color:var(--hn-color-error);margin-bottom:var(--hn-space-sm)}.hn-product__summary form.cart{margin:var(--hn-space-md) 0;display:flex;flex-flow:row wrap;align-items:stretch;gap:var(--hn-space-sm)}.hn-product__summary form.cart>table.variations,.hn-product__summary form.cart>.single_variation_wrap{flex:1 0 100%}.hn-product__summary .woocommerce-variation-add-to-cart,.hn-product__summary .variations_button{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:var(--hn-space-sm)}.hn-product__summary .quantity input[type=number]{width:80px;padding:var(--hn-space-sm);text-align:center;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md)}.hn-product__summary button.single_add_to_cart_button{flex:1;min-width:200px;padding:var(--hn-space-sm) var(--hn-space-lg);background:var(--hn-color-primary);color:#fff;border:none;border-radius:var(--hn-radius-md);font-weight:600;font-size:16px;cursor:pointer;transition:all .15s ease}.hn-product__summary button.single_add_to_cart_button:hover{background:var(--hn-color-primary-dark);transform:translateY(-1px)}.hn-product__summary .product_meta{font-size:13px;color:var(--hn-color-text-muted);margin-top:var(--hn-space-md);padding-top:var(--hn-space-md);border-top:1px solid var(--hn-color-border)}.hn-product__summary .product_meta a{color:var(--hn-color-primary);text-decoration:underline}.hn-product__summary .product_meta>span{display:block;margin-bottom:6px}.hn-product__details{margin-top:var(--hn-space-md)}@media (max-width: 1024px){.hn-product__details{margin-top:var(--hn-space-sm)}}.hn-product__after{margin-top:var(--hn-space-2xl)}.hn-product__summary{position:sticky;top:calc(var(--hn-sticky-header, 140px) + 16px);align-self:start;max-height:calc(100vh - var(--hn-sticky-header, 140px) - 32px);overflow-y:auto;scrollbar-width:thin}@media (max-width: 1024px){.hn-product__summary{top:calc(var(--hn-sticky-header, 90px) + 12px);max-height:calc(100vh - var(--hn-sticky-header, 90px) - 24px)}}@media (max-width: 900px){.hn-product__summary{position:static;max-height:none;overflow:visible}.hn-product__layout{display:flex!important;flex-direction:column}.hn-product__gallery-col{display:contents}.hn-product__featured-badge{order:1}.hn-product__gallery{order:2}.hn-product__summary{order:3}.hn-product__features{order:4}.hn-product__details{order:5}}.hn-product__details .woocommerce-tabs ul.tabs{display:flex;list-style:none;padding:0;margin:0 0 var(--hn-space-md);border-bottom:2px solid var(--hn-color-border);gap:var(--hn-space-md);flex-wrap:wrap}.hn-product__details .woocommerce-tabs ul.tabs li{margin:0}.hn-product__details .woocommerce-tabs ul.tabs li a{display:block;padding:var(--hn-space-sm) 0;text-decoration:none;color:var(--hn-color-text-muted);font-weight:600;border-bottom:2px solid transparent;margin-bottom:-2px}.hn-product__details .woocommerce-tabs ul.tabs li.active a{color:var(--hn-color-primary);border-bottom-color:var(--hn-color-primary)}.hn-product__details .woocommerce-Tabs-panel{padding:var(--hn-space-md) 0}.hn-product__details .woocommerce-Tabs-panel h2{font-size:20px;margin-bottom:var(--hn-space-sm)}.hn-product__summary .wcsatt-options-product{background:var(--hn-color-bg-soft);padding:var(--hn-space-md);border-radius:var(--hn-radius-md);margin-bottom:var(--hn-space-md)}.hn-product__summary .wcsatt-options-product label{display:flex;align-items:center;gap:var(--hn-space-xs);font-weight:500;cursor:pointer;padding:6px 0}.wcsatt-options-wrapper{margin-bottom:var(--hn-space-md)}.wcsatt-options-prompt-text-label{display:none}.wcsatt-options-prompt-fieldset{border:0;margin:0;padding:0;min-width:0}.wcsatt-options-prompt-radios{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.wcsatt-options-prompt-radio{margin:0;padding:0;list-style:none}.wcsatt-options-prompt-label{position:relative;display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:14px 18px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;font-weight:500;color:var(--hn-color-text);line-height:1.4}.wcsatt-options-prompt-label:hover{border-color:var(--hn-color-primary)}.wcsatt-options-prompt-label .wcsatt-options-prompt-action-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.wcsatt-options-prompt-label:before{content:"";flex:0 0 20px;width:20px;height:20px;border-radius:50%;border:2px solid var(--hn-color-border);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.wcsatt-options-prompt-label:has(.wcsatt-options-prompt-action-input:checked){border-color:var(--hn-color-primary);box-shadow:0 0 0 1px var(--hn-color-primary)}.wcsatt-options-prompt-label:has(.wcsatt-options-prompt-action-input:checked):before{border-color:var(--hn-color-primary);box-shadow:inset 0 0 0 4px var(--hn-color-primary)}.wcsatt-options-prompt-action{flex:1;display:flex;align-items:center;justify-content:space-between;gap:var(--hn-space-sm);flex-wrap:wrap}.wcsatt-options-prompt-action .price{margin:0;font-size:inherit;font-weight:inherit;color:inherit}.wcsatt-options-prompt-action del{color:var(--hn-color-text-muted);text-decoration:line-through;font-weight:400;margin-right:4px}.wcsatt-options-prompt-action ins{text-decoration:none;color:var(--hn-color-error);font-weight:700}.wcsatt-one-time-price{margin-left:auto;font-weight:600;white-space:nowrap}.wcsatt-one-time-price del{color:var(--hn-color-text-muted);text-decoration:line-through;font-weight:400;margin-right:4px}.wcsatt-one-time-price ins{text-decoration:none;color:var(--hn-color-error);font-weight:700}.wcsatt-options-product-wrapper{margin-top:var(--hn-space-sm)}.wcsatt-options-product{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;background:transparent;border-radius:0}.wcsatt-options-product li{margin:0;padding:0;list-style:none}.wcsatt-options-product label{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:12px 16px;cursor:pointer;font-weight:500;transition:border-color .15s ease}.wcsatt-options-product label:hover{border-color:var(--hn-color-primary)}.wcsatt-options-product label:has(input[type=radio]:checked){border-color:var(--hn-color-primary);box-shadow:0 0 0 1px var(--hn-color-primary)}.hn-accordion{margin-top:var(--hn-space-md);display:flex;flex-direction:column;gap:12px}@media (max-width: 1024px){.hn-accordion{margin-top:var(--hn-space-sm)}}.hn-accordion__item{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.woocommerce-product-gallery__trigger{display:none!important}.hn-accordion__item[open]{border-color:var(--hn-color-primary);box-shadow:var(--hn-shadow-sm)}.hn-accordion__trigger{display:flex;align-items:center;gap:14px;width:100%;background:transparent;border:0;padding:18px 22px;cursor:pointer;text-align:left;font:inherit;color:var(--hn-color-text);list-style:none}.hn-accordion__trigger::-webkit-details-marker{display:none}.hn-accordion__trigger::marker{content:""}.hn-accordion__trigger:hover{color:var(--hn-color-primary)}.hn-accordion__trigger:focus-visible{outline:2px solid var(--hn-color-primary);outline-offset:-2px}.hn-accordion__chevron{flex:0 0 14px;width:14px;height:14px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-4px}.hn-accordion__item[open] .hn-accordion__chevron{transform:rotate(-135deg);margin-top:4px}.hn-accordion__title{font-weight:700;font-size:16px;line-height:1.4;flex:1;margin:0;padding:0;color:inherit}.hn-accordion__content{padding:0 22px 22px;line-height:1.6;color:var(--hn-color-text)}.hn-accordion__content h1,.hn-accordion__content h2{font-size:20px;font-weight:700;line-height:1.3;margin:var(--hn-space-md) 0 var(--hn-space-sm);font-family:var(--hn-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif)}.hn-accordion__content h3{font-size:17px;font-weight:600;margin:var(--hn-space-sm) 0 var(--hn-space-xs)}.hn-accordion__content h4{font-size:15px;font-weight:600;margin:var(--hn-space-sm) 0 var(--hn-space-xs)}.hn-accordion__content>:first-child{margin-top:0}.hn-accordion__content p{margin:0 0 var(--hn-space-sm)}.hn-accordion__content p:last-child{margin-bottom:0}.hn-accordion__content table{width:100%;border-collapse:collapse}.hn-accordion__content table th,.hn-accordion__content table td{padding:8px 12px;border-bottom:1px solid var(--hn-color-border);text-align:left}.woocommerce-variation-price,.single_variation .price{display:none!important}.woocommerce-product-gallery{display:grid;grid-template-columns:88px 1fr;gap:16px;align-items:start;opacity:1!important}.woocommerce-product-gallery .flex-control-thumbs{grid-column:1;grid-row:1;display:flex!important;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.woocommerce-product-gallery .flex-control-thumbs li{width:100%;margin:0;cursor:pointer;border:2px solid transparent;border-radius:var(--hn-radius-sm);overflow:hidden;transition:border-color .15s ease}.woocommerce-product-gallery .flex-control-thumbs li img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.woocommerce-product-gallery .flex-control-thumbs li.flex-active,.woocommerce-product-gallery .flex-control-thumbs img.flex-active{border-color:var(--hn-color-primary)}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{grid-column:2;grid-row:1}@media (max-width: 768px){.woocommerce-product-gallery{grid-template-columns:1fr}.woocommerce-product-gallery .flex-control-thumbs{grid-column:1;grid-row:2;flex-direction:row;flex-wrap:wrap}.woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 calc(20% - 8px)}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{grid-column:1;grid-row:1}}.hn-product__sticky-cart{display:none;position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fff;border-top:1px solid var(--hn-color-border);box-shadow:0 -8px 24px #00000014;padding:12px 16px calc(12px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .25s ease}.hn-product__sticky-cart[data-show=true]{transform:translateY(0)}@media (max-width: 768px){.hn-product__sticky-cart{display:block}}.hn-product__sticky-cart-inner{display:flex;align-items:center;gap:12px}.hn-product__sticky-cart-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hn-product__sticky-cart-title{font-size:13px;color:var(--hn-color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hn-product__sticky-cart-price{font-size:16px;font-weight:700;color:var(--hn-color-primary)}.hn-product__sticky-cart-price .price del{display:none}.hn-product__sticky-cart-price .price ins{text-decoration:none}.hn-product__sticky-cart-cta{flex:0 0 auto;padding:12px 20px;font-size:14px;white-space:nowrap}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{position:relative}.woocommerce-product-gallery .flex-direction-nav{list-style:none;margin:0;padding:0}.woocommerce-product-gallery .flex-direction-nav a{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:50%;box-shadow:var(--hn-shadow-sm);color:var(--hn-color-text);text-decoration:none;font-size:0;transition:background .15s ease;z-index:2}.woocommerce-product-gallery .flex-direction-nav a:hover{background:#fff}.woocommerce-product-gallery .flex-direction-nav a:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:12px}.woocommerce-product-gallery .flex-direction-nav .flex-prev:before{transform:rotate(-135deg);margin-left:4px}.woocommerce-product-gallery .flex-direction-nav .flex-next{right:12px}.woocommerce-product-gallery .flex-direction-nav .flex-next:before{transform:rotate(45deg);margin-right:4px}.hn-promo-bar{padding:var(--hn-space-2xl) 0;background:var(--hn-color-primary);color:#fff}.hn-promo-bar__heading{text-align:center;color:#fff;font-size:clamp(18px,2vw,24px);margin:0 0 var(--hn-space-xl)}.hn-promo-bar__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-xl);text-align:center}@media (max-width: 768px){.hn-promo-bar__grid{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-promo-bar__item{display:flex;flex-direction:column;align-items:center;gap:var(--hn-space-sm)}.hn-promo-bar__icon{display:inline-flex;color:#fff;opacity:.95}.hn-promo-bar__label{font-size:14px;font-weight:600;color:#fff;line-height:1.4;max-width:280px}.hn-why{padding:var(--hn-space-2xl) 0}.hn-why__box{background:var(--hn-color-primary);color:#fff;border-radius:var(--hn-radius-lg);padding:clamp(32px,5vw,64px)}.hn-why__header{margin-bottom:var(--hn-space-xl)}.hn-why__heading{color:#fff;margin:0;font-size:clamp(28px,3vw,40px);line-height:1.2}.hn-why__heading-strong{font-weight:800;letter-spacing:-.02em}.hn-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-lg)}@media (max-width: 1024px){.hn-why__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hn-why__grid{grid-template-columns:1fr}}.hn-why__title{color:#fff;font-size:18px;font-weight:700;margin:0 0 var(--hn-space-xs);font-family:inherit}.hn-why__desc{color:#ffffffeb;font-size:14px;line-height:1.6;margin:0}.hn-featured{padding:var(--hn-space-2xl) 0}.hn-featured__layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--hn-space-2xl);align-items:center}@media (max-width: 900px){.hn-featured__layout{grid-template-columns:1fr;gap:var(--hn-space-xl)}}.hn-featured__media{position:relative}.hn-featured__media:before{content:"";position:absolute;top:24px;right:-24px;bottom:-24px;left:24px;background:var(--hn-color-secondary);border-radius:var(--hn-radius-md);z-index:0;opacity:.85}.hn-featured__media img{position:relative;z-index:1;width:100%;height:auto;border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-lg)}.hn-featured__title{font-size:clamp(24px,2.5vw,32px);margin:0 0 var(--hn-space-sm)}.hn-featured__desc{color:var(--hn-color-text-muted);line-height:1.6;margin:0 0 var(--hn-space-md)}.hn-featured__benefits{list-style:none;padding:0;margin:0 0 var(--hn-space-lg);display:flex;flex-direction:column;gap:8px}.hn-featured__benefits li{display:flex;align-items:center;gap:var(--hn-space-sm);font-size:15px;color:var(--hn-color-text)}.hn-featured__benefits svg{flex:0 0 auto;color:var(--hn-color-primary)}.hn-featured__cta{display:inline-flex;align-items:center;padding:var(--hn-space-sm) var(--hn-space-lg);font-weight:600}.hn-main--subscription{padding:clamp(40px,5vw,80px) 0;background:linear-gradient(180deg,#f5f7ff,#fff)}.hn-sub-wizard{max-width:780px;margin:0 auto;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:clamp(24px,4vw,48px);box-shadow:var(--hn-shadow-md)}.hn-sub-wizard__header{text-align:center;margin-bottom:var(--hn-space-lg)}.hn-sub-wizard__eyebrow{display:inline-block;background:#5a6ddb1f;color:var(--hn-color-primary);padding:4px 12px;border-radius:var(--hn-radius-full);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 var(--hn-space-sm)}.hn-sub-wizard__title{font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.15;margin:0 0 var(--hn-space-sm);letter-spacing:-.02em}.hn-sub-wizard__lead{color:var(--hn-color-text-muted);margin:0;line-height:1.5}.hn-sub-wizard__progress{height:6px;background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-full);overflow:hidden;margin-bottom:var(--hn-space-xl)}.hn-sub-wizard__progress-bar{height:100%;background:linear-gradient(90deg,var(--hn-color-primary),var(--hn-color-secondary));transition:width .3s ease}.hn-sub-step{border:0;padding:0;margin:0;min-width:0;max-width:100%}.hn-sub-step__legend{display:block;margin-bottom:var(--hn-space-lg);width:100%}.hn-sub-step__num{display:block;font-size:13px;font-weight:600;color:var(--hn-color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.hn-sub-step__q{display:block;font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(20px,2.4vw,26px);font-weight:700;line-height:1.25}.hn-sub-step__hint{margin:var(--hn-space-sm) 0 var(--hn-space-md);color:var(--hn-color-text-muted);font-size:13px}.hn-sub-step__weight-input{display:flex;flex-direction:column;align-items:center;gap:var(--hn-space-md);margin-bottom:var(--hn-space-sm)}.hn-sub-step__weight-input input[type=range]{width:100%;accent-color:var(--hn-color-primary)}.hn-sub-step__weight-display{font-size:48px;font-weight:800;color:var(--hn-color-primary);line-height:1;font-variant-numeric:tabular-nums}.hn-sub-step__weight-display span{display:inline-block;min-width:1.5ch;text-align:right}.hn-sub-step__options{display:flex;flex-direction:column;gap:var(--hn-space-sm);margin-bottom:var(--hn-space-lg)}.hn-sub-step__option{position:relative;display:flex;align-items:center;gap:var(--hn-space-md);padding:var(--hn-space-md);background:#fff;border:2px solid var(--hn-color-border);border-radius:var(--hn-radius-md);cursor:pointer;transition:all .15s ease}.hn-sub-step__option:hover{border-color:var(--hn-color-primary)}.hn-sub-step__option input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.hn-sub-step__option:has(input:checked){background:linear-gradient(135deg,var(--hn-color-primary),var(--hn-color-primary-dark));color:#fff;border-color:var(--hn-color-primary);box-shadow:0 8px 24px #5a6ddb40}.hn-sub-step__option-icon{font-size:28px;line-height:1;flex:0 0 auto}.hn-sub-step__option-label{font-size:15px;font-weight:600;flex:1}.hn-sub-step__option-meta{font-size:12px;opacity:.85;flex:0 0 auto}.hn-sub-step__nav{display:flex;align-items:center;gap:var(--hn-space-sm);flex-wrap:wrap}.hn-sub-step__nav .hn-btn--ghost{margin-right:auto;background:transparent;color:var(--hn-color-text-muted);border:0;padding:8px 12px;cursor:pointer}.hn-sub-result__title{font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(24px,3vw,32px);font-weight:800;text-align:center;margin:0 0 var(--hn-space-md)}.hn-sub-result__summary{background:var(--hn-color-bg-soft);padding:var(--hn-space-md);border-radius:var(--hn-radius-md);margin-bottom:var(--hn-space-lg);text-align:center;line-height:1.6;color:var(--hn-color-text)}.hn-sub-result__price-box{background:linear-gradient(135deg,#f5f7ff,#fef3e8);border:2px solid var(--hn-color-primary);border-radius:var(--hn-radius-md);padding:var(--hn-space-lg);margin-bottom:var(--hn-space-md)}.hn-sub-result__price-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:var(--hn-color-text)}.hn-sub-result__price-row--main{font-size:18px;font-weight:700;border-top:1px solid rgba(90,109,219,.2);padding-top:var(--hn-space-sm);margin-top:var(--hn-space-xs)}.hn-sub-result__price-old{text-decoration:line-through;color:var(--hn-color-text-muted);font-weight:500}.hn-sub-result__price-new{color:var(--hn-color-primary);font-weight:800;font-size:24px}.hn-sub-result__savings{margin-top:var(--hn-space-md);text-align:center;color:var(--hn-color-secondary);font-size:15px;font-weight:600}.hn-sub-result__note{text-align:center;font-size:13px;color:var(--hn-color-text-muted);margin:0 0 var(--hn-space-md)}.hn-sub-result__cta{display:flex;width:100%;justify-content:center;font-weight:700}.hn-sub-result__restart{display:block;margin:var(--hn-space-md) auto 0;background:none;border:0;color:var(--hn-color-text-muted);text-decoration:underline;cursor:pointer;font-size:14px}.hn-bis{margin-top:var(--hn-space-md);padding:var(--hn-space-md);background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-md);border:1px solid #cbd5e1}.hn-bis__lead{margin:0 0 var(--hn-space-sm);font-size:14px;line-height:1.4;color:var(--hn-color-text)}.hn-bis__lead strong{display:block;margin-bottom:4px;font-size:15px}.hn-bis__form{display:flex;gap:8px;flex-wrap:wrap}.hn-bis__input{flex:1;min-width:200px;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:var(--hn-radius-full);font-size:14px;background:#fff}.hn-bis__input:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-bis__submit{flex:0 0 auto;padding:10px 18px!important;font-size:14px!important;border-radius:var(--hn-radius-full)!important}.hn-bis__success{background:#d1fae5;color:#065f46;padding:12px 16px;border-radius:var(--hn-radius-md);margin:var(--hn-space-sm) 0 0;font-size:14px;font-weight:500}.hn-bis__error{background:#fee2e2;color:#991b1b;padding:8px 12px;border-radius:var(--hn-radius-sm);margin:var(--hn-space-sm) 0 0;font-size:13px}.hn-unit-price{font-size:13px;color:var(--hn-color-text-muted);margin:-8px 0 var(--hn-space-md);font-weight:500}.hn-unit-price .woocommerce-Price-amount{font-weight:700}.hn-product-card__unit-price{font-size:11.5px;color:var(--hn-color-text-muted);margin:2px 0 var(--hn-space-xs);font-weight:500;line-height:1.2}.hn-product-card__unit-price .woocommerce-Price-amount{font-weight:700;color:var(--hn-color-text)}.hn-product-card__meta{display:flex;flex-wrap:wrap;gap:6px;margin:var(--hn-space-xs) 0}.hn-product-card__chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--hn-radius-full);font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1.3}.hn-product-card__chip--shipping{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.hn-product-card__chip--buyers{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.hn-product__buyers{display:inline-flex;align-items:center;gap:8px;margin:0 0 var(--hn-space-md);padding:8px 14px;background:#fef3c7;border:1px solid #fde68a;border-radius:var(--hn-radius-full);font-size:13px;color:#92400e;line-height:1.3}.hn-product__buyers-icon{font-size:16px;line-height:1}.hn-product__buyers strong{font-weight:600}.hn-product__summary{max-height:none!important;overflow:visible!important}.wcsatt-add-to-subscription-wrapper{margin:var(--hn-space-xs) 0 0!important;padding:0!important}.wcsatt-add-to-subscription-action-label{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;cursor:pointer;font-size:14px;color:var(--hn-color-text);line-height:1.3}.wcsatt-add-to-subscription-action-input{flex:0 0 auto!important;width:18px!important;height:18px!important;margin:0!important;padding:0!important;accent-color:var(--hn-color-primary);cursor:pointer}.wcsatt-add-to-subscription-action{flex:1!important;display:inline!important;font-size:14px!important;color:var(--hn-color-text)!important;line-height:1.3!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important}.wcsatt-options-product:has(input[type=radio]:checked[value*=subscription]):after,.wcsatt-options-prompt-radio:has(input[type=radio]:checked[value=subscription])~.hn-sub-info,.hn-product__cart-wrap:has(input[name=convert_to_sub]:checked:not([value=""])):not(:has(input[name=convert_to_sub][value="0"]:checked)) .hn-sub-info{display:block}.hn-sub-info{display:block;margin:0;padding:0 var(--hn-space-sm);background:#5a6ddb0f;border:1px solid transparent;border-radius:var(--hn-radius-md);font-size:13px;line-height:1.5;color:var(--hn-color-text);max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .35s ease,margin .3s ease,transform .3s ease,border-color .25s ease}.hn-sub-info.is-active{max-height:600px;opacity:1;padding:var(--hn-space-sm);margin:8px 0;transform:translateY(0);border-color:#5a6ddb33}.hn-sub-info[hidden]{display:none!important}.hn-sub-info strong{display:block;margin-bottom:6px;font-weight:700;font-size:14px;color:var(--hn-color-primary)}.hn-sub-info ul{margin:0 0 8px;padding:0 0 0 18px}.hn-sub-info ul li{margin-bottom:4px}.hn-sub-info a{color:var(--hn-color-primary);text-decoration:underline;font-weight:600}.hn-sub-info a:hover{color:var(--hn-color-primary-dark)}.hn-product__cart-wrap .wcsatt-options-wrapper{width:100%!important;max-width:100%!important;flex:1 0 100%!important}.woocommerce-product-gallery,.hn-product__gallery .woocommerce-product-gallery{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:12px!important}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{grid-column:auto!important;grid-row:auto!important;order:1;width:100%}.woocommerce-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr)!important;flex-direction:row!important;grid-column:auto!important;grid-row:auto!important;gap:10px!important;order:2;margin:0!important;padding:0!important;list-style:none}@media (max-width: 640px){.woocommerce-product-gallery .flex-control-thumbs{grid-template-columns:repeat(4,1fr)!important}}.woocommerce-product-gallery .flex-control-thumbs li{margin:0;cursor:pointer;border-radius:var(--hn-radius-sm);overflow:hidden;border:2px solid transparent;transition:all .15s ease}.woocommerce-product-gallery .flex-control-thumbs li:hover{border-color:#5a6ddb66}.woocommerce-product-gallery .flex-control-thumbs li.flex-active{border-color:var(--hn-color-primary)}.hn-product__benefits-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px;margin:0 0 var(--hn-space-md);padding:14px 16px;background:#f0f7ff;border-radius:var(--hn-radius-md);border:1px solid #c7e0f5}@media (max-width: 640px){.hn-product__benefits-quick{grid-template-columns:1fr}}.hn-product__benefits-quick li{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--hn-color-text);line-height:1.3}.hn-product__benefits-quick li:before{content:"";flex:0 0 auto;width:18px;height:18px;border-radius:50%;background:var(--hn-color-primary) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center}.wcsatt-options-product{position:relative;border:2px solid #e2e8f0!important;border-radius:var(--hn-radius-md)!important;padding:14px 16px!important;background:#fff!important;transition:all .2s ease}.wcsatt-options-product:has(input[value=yes]),.wcsatt-options-product.wcsatt-sub-option,.wcsatt-options-product:nth-of-type(2){border:2px solid var(--hn-color-primary)!important;background:linear-gradient(135deg,#5a6ddb0d,#e75f000a)!important;box-shadow:0 4px 16px #5a6ddb1f!important}.wcsatt-options-product:nth-of-type(2):before,.wcsatt-options-product:has(input[value=yes]):before{content:"⭐ Najczęściej wybierane";position:absolute;top:-11px;left:14px;background:var(--hn-color-secondary, #e75f00);color:#fff;padding:3px 10px;border-radius:var(--hn-radius-full);font-size:11px;font-weight:700;letter-spacing:.04em;white-space:nowrap;z-index:1}.wcsatt-options-product:has(input:checked){box-shadow:0 8px 24px #5a6ddb33!important}.wcsatt-options-product label{font-weight:600!important}.hn-product__cart-wrap button.single_add_to_cart_button,.hn-product__summary button.single_add_to_cart_button,.woocommerce button.single_add_to_cart_button{min-height:56px!important;padding:18px 28px!important;font-size:16px!important;font-weight:700!important;letter-spacing:-.01em!important;border-radius:var(--hn-radius-full)!important;box-shadow:0 8px 24px #5a6ddb59!important;transition:all .2s ease;position:relative}.hn-product__cart-wrap button.single_add_to_cart_button:hover,.hn-product__summary button.single_add_to_cart_button:hover{transform:translateY(-2px)!important;box-shadow:0 12px 32px #5a6ddb73!important}.hn-product__cart-delivery{margin-top:6px;text-align:center;font-size:13px;color:var(--hn-color-text-muted);font-weight:500}.hn-product__cart-delivery strong{color:var(--hn-color-text);font-weight:700}.hn-product__ideal-for{margin:var(--hn-space-md) 0;padding:14px 16px;background:#fff;border:1px solid var(--hn-color-primary);border-radius:var(--hn-radius-md);position:relative}.hn-product__ideal-for__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hn-color-primary);margin:0 0 8px}.hn-product__ideal-for__list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.hn-product__ideal-for__list li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--hn-color-text);font-weight:500;line-height:1.3}.hn-product__ideal-for__list li:before{content:"";flex:0 0 auto;width:14px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="3" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center}@media (max-width: 640px){.hn-product__gallery{padding:8px}.hn-product__layout{gap:var(--hn-space-md)!important}.hn-product__benefits-quick{padding:12px}.hn-product__trust-mini{margin:var(--hn-space-sm) 0}}.hn-product__cart-delivery{display:block!important}.hn-product__cart-wrap form.cart{gap:6px!important;row-gap:6px!important}.hn-product__cart-wrap .wcsatt-options-wrapper{margin:0 0 4px!important;padding-bottom:0!important}.hn-product__cart-wrap .wcsatt-options-product:last-of-type{margin-bottom:0!important}.hn-product__cart-wrap form.cart .quantity,.hn-product__cart-wrap form.cart button.single_add_to_cart_button{margin-top:0!important}.hn-sub-info{margin-top:8px!important;margin-bottom:8px!important}.wcsatt-add-to-subscription-wrapper{width:100%!important;flex:1 0 100%!important;justify-self:start!important;text-align:left!important;margin-left:0!important}.wcsatt-add-to-subscription-action-label{justify-content:flex-start!important;text-align:left!important}.hn-product__cart-wrap .wcsatt-add-to-subscription-wrapper{margin-top:0!important;padding-top:0!important}.hn-product__cart-wrap .wcsatt-add-to-subscription-action-label{padding-top:0!important;margin-top:0!important}.hn-product__cart-wrap .wcsatt-add-to-subscription-wrapper:before,.wcsatt-add-to-subscription-wrapper:before{margin:0!important;display:none!important;content:none!important}.wcsatt-options-product-prompt{margin-bottom:0!important}.hn-product__hook{font-size:15px;font-style:italic;color:var(--hn-color-primary);font-weight:600;margin:0 0 var(--hn-space-sm);line-height:1.4;letter-spacing:-.01em}.hn-product__ranking{display:inline-flex;align-items:center;gap:6px;margin:0 0 var(--hn-space-md);padding:4px 12px;background:#e75f0014;border:1px solid rgba(231,95,0,.25);border-radius:var(--hn-radius-full);font-size:12.5px;color:var(--hn-color-secondary, #e75f00);line-height:1.3}.hn-product__ranking strong{font-weight:700}@keyframes hn-sub-pulse{0%,to{box-shadow:0 4px 16px #5a6ddb1f}50%{box-shadow:0 12px 32px #5a6ddb52}}.wcsatt-options-product:has(input[name=subscribe-to-action-input][value=yes]),.wcsatt-options-product:nth-of-type(2){animation:hn-sub-pulse 2.5s ease-in-out 2}.wcsatt-options-product:has(input[name=subscribe-to-action-input][value=no]:not(:checked)),.wcsatt-options-product:nth-of-type(1):not(:has(input:checked)){opacity:.65;transition:opacity .15s ease}.wcsatt-options-product:has(input:checked){opacity:1!important}.wcsatt-options-product .subscription-details:after{content:" 💸";font-size:14px}.hn-product__gallery{background:radial-gradient(ellipse 70% 60% at 50% 40%,#5a6ddb0a,#fff 60%)!important;padding:8px!important;box-shadow:none!important;border:1px solid #cbd5e1!important}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{max-height:640px;filter:none!important;box-shadow:none!important}.hn-product__ideal-for--top{margin:0 0 var(--hn-space-md);padding:12px 14px;background:#5a6ddb0a;border:1px solid rgba(90,109,219,.18)}.hn-product__ideal-for--top .hn-product__ideal-for__title{font-size:11px;margin-bottom:6px}.hn-product__ideal-for--top .hn-product__ideal-for__list li{font-size:13.5px}@media (max-width: 640px){.hn-product__brand,.hn-unit-price{display:none}.hn-product__hook{font-size:14px;margin-bottom:8px}.hn-product__benefits-quick,.hn-product__ideal-for--top{padding:10px 12px}.hn-product__trust-mini{margin:8px 0}.hn-product__sticky-cart{box-shadow:0 -12px 32px #0f172a26!important}.hn-product__summary>*{margin-bottom:var(--hn-space-sm)}}.hn-product__cart-wrap .hn-sub-info,form.cart .hn-sub-info{flex:1 0 100%!important;width:100%!important;max-width:100%!important;order:2}.hn-product__cart-wrap form.cart .wcsatt-options-wrapper{order:1}.hn-product__cart-wrap form.cart .quantity,.hn-product__cart-wrap form.cart button.single_add_to_cart_button{order:3}.hn-product__cart-wrap form.cart .wcsatt-add-to-subscription-wrapper{order:4}.hn-product__buyers,.hn-product__ranking{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 14px!important;border-radius:var(--hn-radius-full)!important;font-size:13px!important;line-height:1.3!important;margin:0 0 8px!important;font-weight:500!important}.hn-product__buyers strong,.hn-product__ranking strong{font-weight:600}@media (max-width: 900px){body.single-product{overflow-x:hidden}.hn-main--single-product,.hn-main--single-product .hn-container{max-width:100%!important;overflow-x:clip}.hn-product__layout{width:100%!important;max-width:100%!important;min-width:0}.hn-product__layout>*{min-width:0;max-width:100%}.hn-product__summary,.hn-product__gallery-col{width:100%!important;max-width:100%!important;min-width:0;padding-left:0!important}.hn-product__gallery{width:100%!important;max-width:100%!important;box-sizing:border-box}.hn-product__trust-mini{width:100%!important;max-width:100%!important}.hn-product__trust-mini{flex-direction:column!important;overflow:visible!important}.hn-product__trust-mini-row{flex:1 1 100%!important;min-width:0!important;background:transparent!important;border:0!important;padding:6px 0!important}.hn-product__sticky-cart{width:100vw;left:0;right:0;box-sizing:border-box}.hn-product__sticky-cart-inner{max-width:100%;flex-wrap:nowrap}.hn-product .hn-tm-frame{max-width:100%}}.wcsatt-options-product:has(input[name=subscribe-to-action-input][value=yes]),.wcsatt-options-product:nth-of-type(2){position:relative}.wcsatt-options-product:has(input[name=subscribe-to-action-input][value=yes]):after,.wcsatt-options-product:nth-of-type(2):after{content:"⭐";position:absolute;top:8px;right:12px;font-size:18px;line-height:1;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(231,95,0,.3))}.wcsatt-options-product:has(input[name=subscribe-to-action-input][value=yes]) del,.wcsatt-options-product:nth-of-type(2) del{display:none!important}:root{--hn-container:1400px}.hn-product__summary:has(.wcsatt-options-product) .hn-product__price-wrap{display:none!important}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{transform:scale(1.1)!important;transform-origin:center center}.hn-product__gallery .woocommerce-product-gallery__wrapper{overflow:hidden}.hn-product__gallery .flex-viewport{width:100%!important;max-width:100%!important;overflow:hidden;box-sizing:border-box}.hn-product__gallery .woocommerce-product-gallery__image{aspect-ratio:1/1;display:flex!important;align-items:center;justify-content:center;overflow:hidden;background:transparent}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain;display:block;margin:0 auto}.hn-product__gallery{background:transparent!important;border:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important}.hn-product__gallery .woocommerce-product-gallery__image{padding:0!important;background:transparent!important}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{transform:scale(1.1)!important;filter:none!important}.hn-product__gallery .woocommerce-product-gallery__image{aspect-ratio:auto!important;display:block!important}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:initial!important;transform:scale(1.05)!important;transform-origin:center center;margin:0 auto}.hn-product__cart-wrap form.cart .hn-product__cart-delivery{flex:1 0 100%!important;width:100%!important;margin:6px 0 0!important;text-align:center;order:5}.hn-product__cart-wrap form.cart .wcsatt-add-to-subscription-wrapper{order:6!important}.hn-unit-price,.hn-product-card__unit-price{display:none!important}.hn-product__trust-mini-logos{display:inline-flex;flex-wrap:wrap;gap:5px;margin-left:8px;align-items:center;line-height:1}.hn-paylogo{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:3px;font-size:10px;font-weight:800;letter-spacing:.5px;line-height:20px;background:#fff;border:1px solid #e2e8f0;white-space:nowrap}.hn-paylogo--blik{background:#000;color:#ff67a8;border-color:#000;letter-spacing:.6px}.hn-paylogo--visa{background:#1a1f71;color:#fff;border-color:#1a1f71;font-style:italic;letter-spacing:1px}.hn-paylogo--mc{padding:0 4px;background:#fff;border-color:#e2e8f0}.hn-paylogo--mc svg{display:block}.hn-paylogo--gpay{background:#fff;color:#5f6368;border:1px solid #d2d6dc;font-weight:700;letter-spacing:.2px}.hn-paylogo--apay{background:#000;color:#fff;border-color:#000;gap:2px;font-weight:600;letter-spacing:.2px}.hn-paylogo--apay svg{vertical-align:-2px}@media (max-width: 640px){.hn-product__trust-mini-logos{margin-left:0;margin-top:4px;gap:4px}.hn-paylogo{height:18px;padding:0 5px;font-size:9px}}.hn-paylogo-img{display:inline-block;height:22px;width:auto;max-width:50px;object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:3px;padding:2px 4px;box-sizing:border-box;vertical-align:middle}@media (max-width: 640px){.hn-paylogo-img{height:18px;max-width:42px}}.hn-product__price-wrap{margin-top:var(--hn-space-md)!important}.hn-product__trust-mini-logos .hn-paylogo-img{display:inline-block!important;height:22px!important;width:auto!important;max-width:48px!important;max-height:22px!important;object-fit:contain!important;flex:0 0 auto!important}@media (max-width: 640px){.hn-product__trust-mini-logos .hn-paylogo-img{height:18px!important;max-height:18px!important;max-width:40px!important}}.hn-product__cart-wrap .reset_variations,.variations .reset_variations,form.cart .reset_variations{margin-left:12px!important;padding-left:0!important}.hn-product__price-wrap{margin-bottom:var(--hn-space-md)!important}.hn-product__trust-mini-logos .hn-paylogo-img{height:25px!important;max-height:25px!important;max-width:54px!important}@media (max-width: 640px){.hn-product__trust-mini-logos .hn-paylogo-img{height:22px!important;max-height:22px!important;max-width:48px!important}}.hn-product__trust-mini-text{display:inline-flex!important;align-items:center!important;flex-wrap:wrap;gap:8px}.hn-product__trust-mini-text>strong{display:inline-flex;align-items:center}.hn-product__trust-mini-logos{display:inline-flex!important;align-items:center!important;margin-left:0!important}.hn-product__trust-mini-logos .hn-paylogo-img{vertical-align:middle!important}.hn-product__trust-mini-logos .hn-paylogo-img{height:28px!important;max-height:28px!important;max-width:60px!important}@media (max-width: 640px){.hn-product__trust-mini-logos .hn-paylogo-img{height:24px!important;max-height:24px!important;max-width:52px!important}}.hn-paylogo-img--svg{display:inline-flex!important;align-items:center;justify-content:center;height:28px!important;max-height:28px!important;max-width:60px!important;background:#fff;border:1px solid #e2e8f0;border-radius:3px;padding:2px 6px;box-sizing:border-box;flex:0 0 auto}.hn-paylogo-img--svg svg{display:block;width:auto;height:100%;max-height:24px}@media (max-width: 640px){.hn-paylogo-img--svg{height:24px!important;max-height:24px!important;max-width:52px!important;padding:2px 4px}.hn-paylogo-img--svg svg{max-height:20px}}.hn-product-card__variant-dim{display:inline;margin-left:4px;font-size:.85em;font-weight:500;opacity:.85}.hn-product-card__variant.is-active .hn-product-card__variant-dim{opacity:.95}.hn-size-dim{margin-left:4px;font-size:.85em;font-weight:500;opacity:.85;display:inline-block}.hn-product-card__cta--out{background:#f1f5f9!important;color:#94a3b8!important;cursor:not-allowed;pointer-events:auto;border:0!important;box-shadow:none!important}.hn-product-card__cta--out:hover{background:#e2e8f0!important;color:#64748b!important;transform:none!important}.hn-product-card__variant.is-oos{position:relative;color:#94a3b8!important;background:#f8fafc!important;border-color:#e2e8f0!important;cursor:not-allowed!important;opacity:.7}.hn-product-card__variant.is-oos:hover{transform:none!important;box-shadow:none!important;border-color:#e2e8f0!important;color:#94a3b8!important}.hn-product-card__variant.is-oos:before{content:"";position:absolute;left:8px;right:8px;top:50%;height:1px;background:#94a3b8;pointer-events:none}.hn-product__cart-delivery{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:13px;color:var(--hn-color-text-muted);margin:6px 0 0!important;line-height:1.4}.hn-product__cart-delivery-date{color:var(--hn-color-text);font-weight:700}.hn-product__cart-delivery-countdown{color:var(--hn-color-secondary, #e75f00);font-weight:600}.hn-product__cart-delivery-countdown strong{font-weight:800;font-variant-numeric:tabular-nums}.hn-product__cart-delivery-sep{color:var(--hn-color-text-muted);opacity:.6}@media (max-width: 480px){.hn-product__cart-delivery{font-size:12px;gap:4px}.hn-product__cart-delivery-sep{display:none}}@media (max-width: 640px){.hn-product__cart-delivery{flex-wrap:wrap;gap:6px 12px;font-size:12.5px}.hn-product__cart-delivery-sep{display:none}}@media (max-width: 640px){.hn-product__features{gap:8px;margin-top:var(--hn-space-sm)}.hn-product__feature{padding:8px 6px;gap:4px;box-shadow:none}.hn-product__feature-icon{width:36px;height:36px;font-size:20px}.hn-product__feature-label{font-size:11.5px;line-height:1.25}}@media (max-width: 640px){.hn-topbar__list .hn-topbar__item:nth-child(2){display:none}.hn-topbar__list{justify-content:space-around;gap:8px}.hn-topbar__item{font-size:11.5px}}@media (max-width: 640px){.hn-product-card{padding:var(--hn-space-sm)}.hn-product-card__body{gap:6px}.hn-product-card__cta{padding:8px 10px!important;font-size:12.5px!important;white-space:nowrap;letter-spacing:-.01em}.hn-product-card__cta--out{padding:8px 10px!important}}.hn-product-card__title{font-size:13.5px!important;font-family:var(--hn-font-sans, system-ui, sans-serif)!important;font-weight:700!important;line-height:1.3!important;-webkit-line-clamp:3!important;min-height:0!important;letter-spacing:-.01em}@media (max-width: 640px){.hn-product-card__title{font-size:12.5px!important}}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{transform:scale(1.15)!important}.hn-product-card__image{transform:scale(1.15)}.hn-product-card:hover .hn-product-card__image{transform:scale(1.2)}.glightbox-container .gslide,.glightbox-container .gslide-media,.glightbox-container .gslide-image,.glightbox-container .ginner-container,.glightbox-container .gslide-inner-content,.glightbox-container .gslide-description{background:transparent!important;background-color:transparent!important}.glightbox-clean .gslide-media{box-shadow:none!important;background:transparent!important}.glightbox-container .gslide-image img{background:transparent!important;box-shadow:0 24px 60px #00000080}.hn-tm-placeholder{position:relative;background:transparent}.hn-tm-skeleton{display:block;width:120px;height:14px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;border-radius:3px;animation:hn-tm-shimmer 1.5s infinite}@keyframes hn-tm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hn-faq{margin:0;padding:0}.hn-faq__item{margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid #eee}.hn-faq__item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.hn-faq__q{font-weight:700;font-size:15px;line-height:1.4;margin:0 0 6px;color:#1a1a1a}.hn-faq__a{margin:0;color:#444;font-size:14px;line-height:1.55}.hn-faq__a p{margin:0 0 8px}.hn-pets__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 0 24px;flex-wrap:wrap}.hn-pets__title{font-size:24px;margin:0 0 4px}.hn-pets__lead{color:#64748b;margin:0;font-size:14px}.hn-pets__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.hn-pets__empty{grid-column:1/-1;background:#f8fafc;border:1px dashed #d1d5db;border-radius:12px;padding:32px;text-align:center;color:#64748b}.hn-pet-card{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.hn-pet-card__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:32px}.hn-pet-card__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.hn-pet-card__name{margin:0 0 4px;font-size:18px;color:#0f172a}.hn-pet-card__meta{list-style:none;display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;font-size:13px;color:#64748b}.hn-pet-card__meta li{position:relative}.hn-pet-card__alergies{margin:8px 0 0;font-size:13px;color:#7c2d12;background:#fef2f2;padding:6px 10px;border-radius:6px}.hn-pet-card__actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.hn-pet-card__delete{width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;font-size:18px;line-height:1;color:#64748b;cursor:pointer}.hn-pet-card__delete:hover{background:#fef2f2;color:#dc2626;border-color:#dc2626}.hn-pet-modal{border:0;border-radius:16px;padding:0;max-width:560px;width:90vw;box-shadow:0 20px 60px #0003}.hn-pet-modal::backdrop{background:#0f172a66}.hn-pet-form{padding:24px;display:flex;flex-direction:column;gap:14px}.hn-pet-form__title{margin:0 0 8px;font-size:20px}.hn-pet-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hn-pet-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151;font-weight:500}.hn-pet-form input[type=text],.hn-pet-form input[type=number],.hn-pet-form input[type=date],.hn-pet-form select,.hn-pet-form textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;width:100%}.hn-pet-form input:focus,.hn-pet-form select:focus,.hn-pet-form textarea:focus{outline:0;border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb26}.hn-pet-form__check{flex-direction:row!important;align-items:center;gap:8px;font-weight:500;color:#374151}.hn-pet-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.hn-pet-form__error{color:#dc2626;font-size:13px;margin:0;background:#fef2f2;padding:8px 12px;border-radius:6px}@media (max-width: 640px){.hn-pet-form__row{grid-template-columns:1fr}}.hn-btn--ghost{background:transparent;color:#374151;border:1px solid #d1d5db}.hn-btn--ghost:hover{background:#f3f4f6}.hn-product-card{position:relative}.hn-analyzer{padding:32px 16px;max-width:1200px}.hn-analyzer__header{text-align:center;margin:0 0 32px}.hn-analyzer__title{font-size:32px;margin:0 0 8px}.hn-analyzer__lead{color:#64748b;max-width:680px;margin:0 auto;font-size:15px}.hn-analyzer__forms{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0 0 16px}@media (max-width: 768px){.hn-analyzer__forms{grid-template-columns:1fr}}.hn-analyzer__form{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.hn-analyzer__form-label{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-weight:600}.hn-analyzer__form-text{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;resize:vertical;min-height:120px;line-height:1.5}.hn-analyzer__form-label:focus,.hn-analyzer__form-text:focus{outline:0;border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb26}.hn-analyzer__form-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:0;background:#fef2f2;color:#dc2626;font-size:18px;cursor:pointer;line-height:1}.hn-analyzer__actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 32px}.hn-analyzer__cta{font-size:16px;padding:14px 28px}.hn-analyzer__results{margin:32px 0}.hn-analyzer__results-title{text-align:center;font-size:24px;margin:0 0 24px}.hn-analyzer__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.hn-analyzer__card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;position:relative}.hn-analyzer__card.is-winner{border-color:#16a34a;box-shadow:0 4px 16px #16a34a26}.hn-analyzer__winner{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#16a34a;color:#fff;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:700}.hn-analyzer__card-header{display:flex;gap:14px;align-items:center;margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid #f3f4f6}.hn-analyzer__grade{flex:0 0 70px;width:70px;height:70px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.hn-analyzer__grade-letter{font-size:24px;font-weight:800;line-height:1}.hn-analyzer__grade-score{font-size:11px;font-weight:600;opacity:.9;margin-top:2px}.hn-analyzer__card-title{margin:0 0 4px;font-size:16px}.hn-analyzer__card-grade{margin:0;color:#64748b;font-size:13px}.hn-analyzer__pros,.hn-analyzer__cons,.hn-analyzer__top3{margin:0 0 12px}.hn-analyzer__pros h4,.hn-analyzer__cons h4,.hn-analyzer__top3 h4{margin:0 0 6px;font-size:13px;font-weight:700}.hn-analyzer__pros h4{color:#16a34a}.hn-analyzer__cons h4{color:#dc2626}.hn-analyzer__pros ul,.hn-analyzer__cons ul,.hn-analyzer__top3 ol{margin:0;padding-left:20px;font-size:13px;color:#374151;line-height:1.5}.hn-analyzer__pros li{color:#15803d}.hn-analyzer__cons li{color:#991b1b}.hn-analyzer__how{margin:48px 0;padding:24px;background:#f8fafc;border-radius:12px}.hn-analyzer__how h2{font-size:20px;margin:0 0 12px}.hn-analyzer__how ul{margin:0 0 16px;padding-left:24px;line-height:1.7}.hn-analyzer__how strong{color:#0f172a}.hn-analyzer__disclaimer{font-size:13px;color:#64748b;font-style:italic;margin:0}.hn-analyzer__error{padding:16px;background:#fef2f2;color:#991b1b;border-radius:8px;text-align:center}.hn-kcal-widget{background:linear-gradient(135deg,#eef2ff,#fef3c7);border-radius:12px;padding:16px;margin:16px 0;border:1px solid #e0e7ff}.hn-kcal-widget__header{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px;font-size:14px;color:#0f172a}.hn-kcal-widget__badge{font-size:11px;background:#fff;padding:2px 8px;border-radius:9999px;color:#5a6ddb;font-weight:600}.hn-kcal-widget__form{display:flex;flex-direction:column;gap:10px}.hn-kcal-widget__row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hn-kcal-widget label{display:flex;flex-direction:column;gap:3px;font-size:11px;color:#475569;font-weight:500}.hn-kcal-widget input,.hn-kcal-widget select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font:inherit;font-size:13px;background:#fff}.hn-kcal-widget__check{flex-direction:row!important;align-items:center;gap:6px;font-size:12px}.hn-kcal-widget__result{margin-top:12px;background:#fff;border-radius:8px;padding:14px;font-size:13px}.hn-kcal-result__big{display:flex;align-items:baseline;gap:6px;color:#0f172a}.hn-kcal-result__big strong{font-size:24px;color:#5a6ddb}.hn-kcal-result__big span{font-size:13px;color:#64748b}.hn-kcal-result__factor{margin:4px 0 12px;color:#64748b;font-size:12px}.hn-kcal-result__feeding h4{font-size:12px;font-weight:700;margin:0 0 6px;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.hn-kcal-result__feeding ul{margin:0;padding:0;list-style:none}.hn-kcal-result__feeding li{padding:4px 0;border-bottom:1px solid #f3f4f6;font-size:13px}.hn-kcal-result__feeding li:last-child{border-bottom:0}.hn-kcal-result__detail{margin-top:12px;font-size:12px;color:#64748b}.hn-kcal-result__detail summary{cursor:pointer;color:#5a6ddb}.hn-kcal-result__note{font-size:12px;color:#64748b;font-style:italic;margin:8px 0 0}.hn-kcal-error{color:#991b1b;background:#fef2f2;padding:8px;border-radius:6px;font-size:13px}.hn-kcal-page{padding:32px 16px;max-width:900px}.hn-kcal-page__header{text-align:center;margin:0 0 32px}.hn-kcal-page__title{font-size:32px;margin:0 0 8px}.hn-kcal-page__lead{color:#64748b;font-size:15px}.hn-kcal-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media (max-width: 768px){.hn-kcal-page__layout{grid-template-columns:1fr}}.hn-kcal-page__form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px}.hn-kcal-page__form-title{font-size:18px;margin:0}.hn-kcal-page__prefill{background:#eef2ff;padding:10px 14px;border-radius:8px;font-size:13px;color:#374151;margin:0}.hn-kcal-page__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hn-kcal-page__row>label:only-child,.hn-kcal-page__form>label{grid-column:1/-1}.hn-kcal-page label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151;font-weight:500}.hn-kcal-page input,.hn-kcal-page select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit}.hn-kcal-page__check{flex-direction:row!important;align-items:center;gap:8px}.hn-kcal-page__cta{margin-top:8px}.hn-kcal-page__result{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;min-height:200px}.hn-kcal-page__how{margin:48px 0;padding:24px;background:#f8fafc;border-radius:12px}.hn-kcal-page__how h2{font-size:20px;margin:0 0 12px}.hn-kcal-page__how p{margin:0 0 8px;font-size:14px;line-height:1.6}.hn-kcal-page__disclaimer{font-size:13px;color:#64748b;font-style:italic;margin-top:12px}.hn-bcs-page{padding:32px 16px;max-width:760px}.hn-bcs-page__header{text-align:center;margin:0 0 32px}.hn-bcs-page__title{font-size:32px;margin:0 0 8px}.hn-bcs-page__lead{color:#64748b;font-size:15px}.hn-bcs-quiz{display:flex;flex-direction:column;gap:20px}.hn-bcs-quiz__step{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:20px;margin:0}.hn-bcs-quiz__step legend{font-weight:700;font-size:16px;color:#0f172a;padding:0 8px}.hn-bcs-quiz__hint{color:#64748b;font-size:13px;margin:4px 0 12px}.hn-bcs-quiz__options{display:flex;flex-direction:column;gap:10px}.hn-bcs-quiz__options label{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s;font-size:14px}.hn-bcs-quiz__options label:hover{border-color:#5a6ddb;background:#eef2ff}.hn-bcs-quiz__options input[type=radio]:checked+*,.hn-bcs-quiz__options label:has(input:checked){border-color:#5a6ddb;background:#eef2ff;font-weight:600}.hn-bcs-result{margin:32px 0}.hn-bcs-result__card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px}.hn-bcs-result__header{display:flex;gap:16px;align-items:center;margin:0 0 24px}.hn-bcs-result__score{flex:0 0 80px;width:80px;height:80px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.hn-bcs-result__score strong{font-size:28px;font-weight:800;line-height:1}.hn-bcs-result__score span{font-size:11px;opacity:.9}.hn-bcs-result__header h3{margin:0 0 4px;font-size:20px}.hn-bcs-result__header p{margin:0;color:#64748b;font-size:14px}.hn-bcs-result__recs{list-style:none;padding:0;margin:0 0 16px}.hn-bcs-result__recs li{padding:12px 0;border-bottom:1px solid #f3f4f6}.hn-bcs-result__recs li:last-child{border-bottom:0}.hn-bcs-result__recs strong{display:block;color:#0f172a;font-size:15px;margin:0 0 4px}.hn-bcs-result__recs p{margin:0 0 6px;color:#64748b;font-size:13px}.hn-bcs-result__save{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.hn-bcs-result__save h4{margin:0 0 10px;font-size:14px}.hn-bcs-result__save select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;margin-right:8px;font:inherit}.hn-bcs-result__save-msg{margin:8px 0 0;font-size:13px;font-weight:600}.hn-bcs-result__login{margin-top:16px;padding:12px;background:#f8fafc;border-radius:8px;font-size:13px;color:#64748b;text-align:center}.hn-btn--sm{padding:6px 12px;font-size:12px}.hn-bcs-page__how{margin:48px 0;padding:24px;background:#f8fafc;border-radius:12px}.hn-bcs-page__how h2{font-size:20px;margin:0 0 12px}.hn-bcs-page__how p{font-size:14px;color:#374151;line-height:1.6;margin:0 0 12px}.hn-nav-tools--parent>a{cursor:default}.hn-nav-tools--parent>.sub-menu{position:absolute;top:100%;left:auto;right:0;min-width:340px;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px;margin:6px 0 0;box-shadow:0 12px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .15s,transform .15s,visibility .15s;list-style:none;z-index:300}.hn-nav-tools--parent:hover>.sub-menu,.hn-nav-tools--parent:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hn-nav-tools--parent .sub-menu li{margin:0}.hn-nav-tools--parent .sub-menu a{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;gap:0 12px;padding:10px 12px;border-radius:8px;color:#0f172a;text-decoration:none;align-items:center;transition:background .15s}.hn-nav-tools--parent .sub-menu a:hover{background:#eef2ff}.hn-nav-tools__icon{grid-row:1/3;grid-column:1;font-size:20px;line-height:1;text-align:center}.hn-nav-tools__title{grid-row:1;grid-column:2;font-weight:600;font-size:14px;color:#0f172a}.hn-nav-tools__desc{grid-row:2;grid-column:2;font-size:12px;color:#64748b;font-weight:400;line-height:1.4;margin-top:2px}@media (max-width: 900px){.hn-nav-tools--parent>.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:transparent;padding:0;min-width:0;max-width:100%}.hn-nav-tools--parent .sub-menu a{padding:8px 16px}}html{height:100%}body{min-height:100vh}.hn-main{flex:1 0 auto}.hn-footer{flex-shrink:0;margin-top:auto}.hn-dm-page{padding:32px 16px;max-width:1100px}.hn-dm-page__header{text-align:center;margin:0 0 32px}.hn-dm-page__title{font-size:32px;margin:0 0 8px}.hn-dm-page__lead{color:#64748b;font-size:15px;max-width:720px;margin:0 auto;line-height:1.6}.hn-dm-page .hn-wrap{max-width:none}.hn-dm-page .hn-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 4px 16px #0f172a0a;overflow:hidden}.hn-dm-page .hn-body{padding:24px}.hn-dm-page .hn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hn-dm-page .hn-field{border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;background:#fff;transition:border-color .15s}.hn-dm-page .hn-field:focus-within{border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb1f}.hn-dm-page .hn-field--wide{grid-column:1/-1}.hn-dm-page .hn-label{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:#0f172a;font-weight:600;margin:0 0 6px}.hn-dm-page .hn-hint{font-size:11px;color:#94a3b8;font-weight:400}.hn-dm-page .hn-input{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font:inherit;font-size:14px;background:#fff;color:#0f172a;outline:0}.hn-dm-page .hn-input:focus{border-color:#5a6ddb;box-shadow:0 0 0 2px #5a6ddb26}.hn-dm-page textarea.hn-input{resize:vertical;min-height:90px;line-height:1.5}.hn-dm-page .hn-input--sm{max-width:140px}.hn-dm-page .hn-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid #f3f4f6}.hn-dm-page .hn-actions--inline{margin-top:0;padding-top:0;border-top:0;justify-content:flex-start}.hn-dm-page .hn-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:1px solid transparent;transition:all .15s}.hn-dm-page .hn-btn--primary{background:#5a6ddb;color:#fff;border-color:#5a6ddb}.hn-dm-page .hn-btn--primary:hover{background:#4a59ad;border-color:#4a59ad}.hn-dm-page .hn-btn--secondary{background:#fff;color:#374151;border-color:#d1d5db}.hn-dm-page .hn-btn--secondary:hover{background:#f9fafb;border-color:#9ca3af}.hn-dm-page .hn-results{margin-top:24px;display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.hn-dm-page .hn-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.hn-dm-page .hn-box h3{margin:0 0 14px;font-size:16px;color:#0f172a;font-weight:700}.hn-dm-page .hn-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.hn-dm-page .hn-kpi .k{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600;margin:0 0 4px}.hn-dm-page .hn-kpi .v{font-size:18px;font-weight:700;color:#5a6ddb;line-height:1.2}.hn-dm-page .hn-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.hn-dm-page .hn-badges:empty{margin-top:0}.hn-dm-page .hn-badges>*{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:600;border:1px solid;background:#fff}.hn-dm-page .hn-section{padding:0}.hn-dm-page .hn-section+.hn-section{margin-top:14px;padding-top:14px;border-top:1px solid #e5e7eb}.hn-dm-page .hn-section-title{margin:0 0 8px;font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.hn-dm-page small{display:block;color:#64748b;font-size:12px;line-height:1.5;margin-top:6px}.hn-dm-page__how{margin:48px 0 0;padding:24px;background:#f8fafc;border-radius:12px}.hn-dm-page__how h2{font-size:20px;margin:24px 0 8px;color:#0f172a}.hn-dm-page__how h2:first-child{margin-top:0}.hn-dm-page__how p{margin:0 0 12px;font-size:14px;line-height:1.6;color:#374151}.hn-dm-page__how ul{margin:0 0 12px;padding-left:24px;line-height:1.7;color:#374151;font-size:14px}.hn-dm-page__disclaimer{font-size:13px;color:#64748b;font-style:italic;margin-top:16px!important}.hn-bcs-quiz__options{display:flex!important;flex-direction:column!important;gap:10px!important}.hn-bcs-quiz__options label{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;text-align:left!important;padding:14px 18px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;cursor:pointer!important;transition:all .15s!important;font-size:14px!important;font-weight:400!important;color:#374151!important;background:#fff!important;margin:0!important;width:100%!important}.hn-bcs-quiz__options label:hover{border-color:#5a6ddb!important;background:#eef2ff!important}.hn-bcs-quiz__options label:has(input:checked){border-color:#5a6ddb!important;background:#eef2ff!important;font-weight:600!important;color:#0f172a!important}.hn-bcs-quiz__options label>input[type=radio]{flex:0 0 auto!important;margin:0!important;width:18px!important;height:18px!important;accent-color:#5a6ddb;cursor:pointer}.hn-pet-warning{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:10px;margin:8px 0;font-size:14px;line-height:1.4;border:1px solid}.hn-pet-warning__icon{flex-shrink:0;font-size:18px;line-height:1.2}.hn-pet-warning__text{flex:1}.hn-pet-warning--danger{background:#fef2f2;border-color:#fecaca;color:#7f1d1d}.hn-pet-warning--danger .hn-pet-warning__icon{color:#dc2626}.hn-pet-warning--warning{background:#fefce8;border-color:#fde68a;color:#78350f}.hn-pet-warning--warning .hn-pet-warning__icon{color:#ca8a04}.hn-pet-warning--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.hn-pet-warning--success .hn-pet-warning__icon{color:#16a34a}.hn-recommended-for-pet{padding:32px 16px;margin:0 auto}.hn-recommended-for-pet__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 20px;padding:0 0 16px;border-bottom:1px solid #f3f4f6}.hn-recommended-for-pet__eyebrow{font-size:12px;color:#5a6ddb;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}.hn-recommended-for-pet__title{font-size:28px;margin:0 0 6px;color:#0f172a}.hn-recommended-for-pet__meta{font-size:13px;color:#64748b;margin:0}.hn-recommended-for-pet__edit{flex-shrink:0;font-size:13px;text-decoration:none}.hn-recommended-for-pet__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){.hn-recommended-for-pet__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.hn-recommended-for-pet__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.hn-product__summary{display:flex;flex-direction:column;gap:14px}.hn-product__summary>*{margin-top:0!important;margin-bottom:0!important}.hn-product__summary>.hn-product__title{font-size:28px!important;line-height:1.25!important;font-family:inherit!important}.hn-product__summary>.hn-product__hook{margin:0!important;padding:0}.hn-product__summary>.hn-product__short-desc{margin:0!important}.hn-product__summary>.hn-product__buyers{margin:0!important}.hn-product__summary>.hn-product__benefits-quick{margin:0!important}.hn-product__summary>.hn-product__ideal-for{margin:0!important}.hn-product__summary>.hn-product__price-wrap{margin:0!important}.hn-product__summary>.hn-product__cart-wrap{margin:0!important}.hn-product__summary>.hn-product__ranking{margin:0!important}.hn-product__summary>.hn-pet-warning{margin:0!important}@media (max-width: 900px){.hn-product__layout{align-items:stretch!important}.hn-product__features,.hn-product__gallery,.hn-product__details,.hn-product__summary,.hn-product__featured-badge{width:100%!important}}.wcsatt-options-product label,.hn-product__cart-wrap .wcsatt-options-prompt label{font-size:15px;padding:14px 18px;gap:12px}.wcsatt-options-prompt-action .price,.wcsatt-options-prompt-action .amount,.wcsatt-options-product label .price,.wcsatt-options-product label .amount{font-size:18px!important;font-weight:700!important}.wcsatt-options-prompt-action del .amount,.wcsatt-options-prompt-action del{font-size:15px!important;font-weight:500!important;color:#94a3b8!important;opacity:.85}.wcsatt-options-prompt-action ins,.wcsatt-options-prompt-action ins .amount{font-size:18px!important;font-weight:700!important;color:var(--hn-color-secondary)!important;text-decoration:none}.wcsatt-options-prompt-action .subscription-details,.wcsatt-options-prompt-action small{font-size:13px;color:var(--hn-color-text-muted);font-weight:500}.hn-product__gallery .woocommerce-product-gallery{max-width:520px;margin:0 auto}.hn-product__gallery .woocommerce-product-gallery__image{overflow:hidden;border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-md);background:#fff}.hn-product__gallery .woocommerce-product-gallery__image img,.hn-product__gallery img.wp-post-image{transform:scale(1.5);transform-origin:center center;border-radius:0!important;box-shadow:none!important;transition:transform .25s ease}.hn-product__gallery .woocommerce-product-gallery__image:hover img{transform:scale(1.55)}@media (max-width: 900px){.hn-product__gallery .woocommerce-product-gallery{max-width:100%}}.hn-product__cart-delivery{padding-bottom:14px!important}.hn-product__cart-wrap .stock.out-of-stock,.hn-product__cart-wrap>p.stock{display:none!important}html body .hn-product__gallery .woocommerce-product-gallery__image{box-shadow:0 16px 40px -12px #0f172a2e!important;border-radius:12px!important;background:#fff!important}html body .hn-product__gallery img.wp-post-image{box-shadow:none!important}.hn-topbar{padding:6px 0!important;font-size:12px!important}.hn-topbar__item{display:inline-flex!important;align-items:center!important;gap:6px!important}.hn-topbar__icon{display:inline-flex!important;align-items:center!important;line-height:0}html body .hn-topbar__icon svg{display:block;width:auto;height:14px}html body .hn-product-card__media{box-shadow:none!important;background:#fff!important;border-radius:12px!important}html body .hn-product-card:hover .hn-product-card__media{box-shadow:none!important}.tm-grade-label{font-size:6px!important}.hn-product__summary .hn-product__rating{margin:0!important}html body .woocommerce-product-gallery__wrapper{border-color:#cbd5e1!important;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md)}html,body{overflow-x:clip!important}.hn-product__gallery-col{position:relative!important}html body .hn-product__featured-badge{position:absolute!important;top:16px!important;left:16px!important;z-index:10!important;margin:0!important;width:auto!important;display:inline-flex!important;justify-content:flex-start!important}html body .hn-product__featured-badge span{display:inline-flex!important;width:auto!important;padding:8px 16px!important;border-radius:9999px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-align:center!important;box-shadow:0 4px 12px #0f172a2e!important;white-space:nowrap!important}html body .woocommerce-product-gallery__wrapper>.hn-product__featured-badge{position:absolute!important;top:16px!important;left:16px!important;right:auto!important;bottom:auto!important;z-index:10!important;margin:0!important;width:auto!important;pointer-events:none!important}html body .hn-product__summary{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;align-self:auto!important}html body .woocommerce-product-gallery__wrapper{border:0!important;border-radius:0!important;background:transparent!important}html body .hn-product__gallery .woocommerce-product-gallery__image{box-shadow:none!important;border-radius:0!important;background:transparent!important}@media (max-width: 768px){.hn-product{padding-top:0!important}}.hn-main--single-product .hn-breadcrumbs{margin-bottom:var(--hn-space-sm)!important}.hn-hero{padding:12px 0!important}@media (max-width: 768px){.hn-hero{padding:0!important}}.hn-product__trust-mini{display:flex;flex-direction:column;gap:8px;margin:1.5rem 0;padding:14px 16px;background:#f8fafc;border-radius:8px}.hn-product__trust-mini-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#0f172a;line-height:1.3}.hn-product__trust-mini-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#5a6ddb}.hn-product__trust-mini-text strong{display:inline;font-weight:700}.hn-product__trust-mini-meta{color:#64748b;font-weight:500;font-size:12px;margin-left:6px}@media (max-width: 640px){.hn-product__trust-mini{flex-direction:row;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.hn-product__trust-mini-row{flex:0 0 auto;scroll-snap-align:start;background:#fff;padding:8px 12px;border-radius:8px;min-width:200px;border:1px solid #e5e7eb}}.hn-orders-list{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.hn-order-card{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:20px;background:var(--wp--preset--color--background, #fff);border:1px solid var(--wp--preset--color--border, #e5e7eb);border-radius:12px;transition:box-shadow .15s ease,transform .15s ease}.hn-order-card:hover{box-shadow:0 4px 12px #0000000a}.hn-order-card__thumbs{display:flex;gap:4px;align-items:center}.hn-order-card__thumb{width:56px;height:56px;border-radius:8px;border:1px solid var(--wp--preset--color--border, #e5e7eb);object-fit:cover;background:var(--wp--preset--color--background-soft, #f8fafc)}.hn-order-card__more{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;background:var(--wp--preset--color--background-soft, #f8fafc);color:var(--wp--preset--color--text-muted, #64748b);font-size:13px;font-weight:600;border:1px dashed #cbd5e1}.hn-order-card__body{display:flex;flex-direction:column;gap:6px;min-width:0}.hn-order-card__row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hn-order-card__number{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:18px;color:var(--wp--preset--color--text, #0f172a);text-decoration:none}.hn-order-card__number:hover{color:var(--wp--preset--color--primary, #5a6ddb)}.hn-order-card__date{color:var(--wp--preset--color--text-muted, #64748b);font-size:13px}.hn-order-card__total{font-weight:700;color:var(--wp--preset--color--text, #0f172a);font-size:15px}.hn-order-card__items{color:var(--wp--preset--color--text-muted, #64748b);font-size:13px}.hn-order-card__status{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4}.hn-order-card__tracking{display:inline-flex;align-items:center;gap:6px;color:var(--wp--preset--color--primary, #5a6ddb);text-decoration:none;font-size:13px;font-weight:600}.hn-order-card__tracking:hover{text-decoration:underline}.hn-order-card__actions{display:flex;flex-direction:column;gap:8px}.hn-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none!important;transition:opacity .15s ease;white-space:nowrap;line-height:1;border:0;cursor:pointer}.hn-btn:hover{opacity:.9}.hn-btn--primary{background:var(--wp--preset--color--primary, #5a6ddb);color:#fff!important}.hn-btn--ghost{background:transparent;border:1px solid var(--wp--preset--color--border, #e5e7eb);color:var(--wp--preset--color--text, #0f172a)!important}.hn-orders-empty{text-align:center;padding:48px 24px;background:var(--wp--preset--color--background-soft, #f8fafc);border-radius:12px}.hn-orders-empty__title{font-family:Georgia,serif;font-size:22px;color:var(--wp--preset--color--text, #0f172a);margin:0 0 8px}.hn-orders-empty__desc{color:var(--wp--preset--color--text-muted, #64748b);margin:0 0 20px}.hn-orders-pagination{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.hn-orders-pagination__spacer{flex:1}.hn-view-order{display:flex;flex-direction:column;gap:24px}.hn-view-order__head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;padding:20px;background:var(--wp--preset--color--background-soft, #f8fafc);border-radius:12px}.hn-view-order__title{font-family:Georgia,serif;font-size:24px;margin:0 0 8px;color:var(--wp--preset--color--text, #0f172a)}.hn-view-order__meta{color:var(--wp--preset--color--text-muted, #64748b);font-size:14px;margin:0}.hn-view-order__tracking-box{background:#dbeafe;padding:14px 18px;border-radius:8px;border-left:4px solid #1e40af}.hn-view-order__tracking-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#1e40af;font-weight:700;margin:0 0 6px}.hn-view-order__tracking-number{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:16px;color:var(--wp--preset--color--text, #0f172a);margin:0 0 8px;word-break:break-all}.hn-view-order__tracking-link{color:#1e40af;font-weight:600}@media (max-width: 720px){.hn-order-card{grid-template-columns:1fr;gap:14px;padding:16px}.hn-order-card__thumbs{order:2}.hn-order-card__body{order:1}.hn-order-card__actions{order:3;flex-direction:row}.hn-order-card__actions .hn-btn{flex:1}.hn-order-card__thumb,.hn-order-card__more{width:48px;height:48px}}.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation){display:grid;grid-template-columns:240px 1fr;gap:var(--hn-space-xl);align-items:start}@media (max-width: 1024px){.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation){grid-template-columns:1fr}}.hn-account-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.hn-account-nav li{margin:0}.hn-account-nav a{display:block;padding:var(--hn-space-sm) var(--hn-space-md);text-decoration:none;color:var(--hn-color-text);background:#fff;border-radius:var(--hn-radius-md);transition:all .15s ease;font-weight:500;font-size:14px;border-left:3px solid transparent}.hn-account-nav a:hover{background:var(--hn-color-bg-soft);color:var(--hn-color-primary);border-left-color:var(--hn-color-primary)}.hn-account-nav .is-active a,.hn-account-nav li.is-active a{background:var(--hn-color-primary);color:#fff;border-left-color:var(--hn-color-primary-dark)}.hn-account-dashboard{padding:var(--hn-space-md)}.hn-account-dashboard__title{font-size:clamp(24px,3vw,32px);margin-bottom:var(--hn-space-sm)}.hn-account-dashboard__lead{color:var(--hn-color-text-muted);margin-bottom:var(--hn-space-xl);line-height:1.6}.hn-account-dashboard__lead a{color:var(--hn-color-primary);font-weight:600}.hn-account-dashboard__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--hn-space-md)}@media (max-width: 768px){.hn-account-dashboard__cards{grid-template-columns:1fr}}.hn-account-card{display:flex;flex-direction:column;gap:var(--hn-space-xs);padding:var(--hn-space-lg);background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);text-decoration:none;color:var(--hn-color-text);transition:all .2s ease}.hn-account-card:hover{transform:translateY(-2px);box-shadow:var(--hn-shadow-md);border-color:var(--hn-color-primary)}.hn-account-card__icon{font-size:40px;line-height:1}.hn-account-card__title{font-size:18px;margin:0;font-weight:600}.hn-account-card__desc{margin:0;color:var(--hn-color-text-muted);font-size:14px;line-height:1.4}.hn-account-card--primary{background:linear-gradient(135deg,var(--hn-color-primary),var(--hn-color-primary-dark));color:#fff;border-color:var(--hn-color-primary)}.hn-account-card--primary .hn-account-card__desc{color:#ffffffe6}.hn-login{padding:var(--hn-space-md);max-width:900px;margin:0 auto;width:100%}.hn-login__layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--hn-space-2xl)}@media (max-width: 1024px){.hn-login__layout{grid-template-columns:1fr;gap:var(--hn-space-xl)}}.hn-login__col{padding:var(--hn-space-lg);background:#fff;border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-sm)}.hn-login__title{font-size:24px;margin-bottom:var(--hn-space-sm)}.hn-login__lead{color:var(--hn-color-text-muted);margin-bottom:var(--hn-space-md);font-size:14px}.hn-login__form .form-row{margin-bottom:var(--hn-space-sm)}.hn-login__form label{display:block;font-weight:500;font-size:13px;margin-bottom:4px}.hn-login__form input.input-text,.hn-login__form input[type=email],.hn-login__form input[type=password],.hn-login__form input[type=text]{width:100%;padding:var(--hn-space-sm) var(--hn-space-md);border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);font-size:15px;background:#fff;color:var(--hn-color-text)}.hn-login__form input:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-login__form .woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:var(--hn-space-xs);font-weight:400;font-size:14px;margin:var(--hn-space-sm) 0}.hn-login__form .hn-btn{margin-top:var(--hn-space-sm)}.hn-login__lost{text-align:right;font-size:13px;margin-top:var(--hn-space-sm)}.hn-login__lost a{color:var(--hn-color-text-muted);text-decoration:underline}.hn-login__lost a:hover{color:var(--hn-color-primary)}.required{color:var(--hn-color-error)}.hn-account__header{margin-bottom:var(--hn-space-lg)}.hn-account__title{font-size:clamp(24px,3vw,32px);margin:0}.hn-account__content{display:block}.hn-account__content>.woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:var(--hn-space-xl);align-items:start}.hn-account__content>.woocommerce>.hn-account-nav{grid-column:1;min-width:0}.hn-account__content>.woocommerce>.woocommerce-MyAccount-content{grid-column:2;min-width:0}@media (max-width: 1024px){.hn-account__content>.woocommerce{grid-template-columns:1fr}}body.woocommerce-account .hn-account__content>.woocommerce,.hn-account__content>.woocommerce{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:var(--hn-space-lg)!important;align-items:start!important}.hn-account__content .hn-account-nav{width:100%;min-width:0}.hn-account__content .hn-account-nav ul{width:100%;display:flex;flex-direction:column;gap:2px;list-style:none;padding:0;margin:0}.hn-account__content .hn-account-nav li{width:100%;margin:0}.hn-account__content .hn-account-nav a{display:block;width:100%;padding:10px 14px;font-size:14px;font-weight:500;border-left:3px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hn-account-dashboard{padding:0}@media (max-width: 1024px){.hn-account__content>.woocommerce{grid-template-columns:1fr!important}.hn-account__content .hn-account-nav a{white-space:normal}}.hn-pet-cta__modal[open],.hn-pet-modal[open]{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;display:block}.woocommerce-account .woocommerce,.woocommerce-account main,.woocommerce-account .hn-main{max-width:none!important;width:100%!important}.hn-login{max-width:1100px!important;margin:0 auto!important;display:block!important;width:100%!important;box-sizing:border-box}.hn-login{max-width:1100px!important;margin:0 auto!important;padding:24px 16px!important;width:100%}.hn-login__layout{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px!important}.hn-login__col{padding:32px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:14px!important;box-shadow:0 4px 16px #0f172a0a!important}.hn-login__title{font-size:24px!important;margin:0 0 8px!important;color:#0f172a!important;font-family:inherit!important}.hn-login__lead{color:#64748b!important;font-size:14px!important;margin:0 0 16px!important}.hn-login__form{display:flex;flex-direction:column;gap:14px}.hn-login__form .form-row{margin:0!important;display:flex;flex-direction:column;gap:6px}.hn-login__form label{display:block!important;font-weight:600!important;font-size:13px!important;color:#374151!important;margin:0!important;text-align:left!important;justify-content:flex-start!important}.hn-login__form input.input-text,.hn-login__form input[type=email],.hn-login__form input[type=password],.hn-login__form input[type=text]{width:100%!important;padding:12px 14px!important;border:1px solid #d1d5db!important;border-radius:10px!important;font:inherit!important;font-size:15px!important;background:#fff!important;color:#0f172a!important;box-sizing:border-box}.hn-login__form input:focus{outline:0!important;border-color:#5a6ddb!important;box-shadow:0 0 0 3px #5a6ddb26!important}.hn-login__form button[type=submit],.hn-login__form .hn-btn{width:100%!important;padding:14px 24px!important;font-size:15px!important;font-weight:600!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;margin-top:8px!important}.woocommerce-form-login__rememberme,.hn-login__form .woocommerce-form__label-for-checkbox{flex-direction:row!important;align-items:center!important;gap:8px!important;font-size:13px!important;color:#64748b!important;font-weight:500!important;cursor:pointer}.hn-login__lost{margin:8px 0 0!important;text-align:right;font-size:13px}.hn-login__lost a{color:#64748b;text-decoration:underline}.hn-login__lost a:hover{color:#5a6ddb}.hn-login__social{margin-top:20px}.hn-login__divider{position:relative;text-align:center;margin:20px 0;font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.hn-login__divider:before,.hn-login__divider:after{content:"";position:absolute;top:50%;width:calc(50% - 30px);height:1px;background:#e5e7eb}.hn-login__divider:before{left:0}.hn-login__divider:after{right:0}.hn-login__divider span{background:#fff;padding:0 12px;position:relative;display:inline-block}.hn-login__social .nsl-container,.hn-login__social .wsl_connect_with_btn,.hn-login__social .heateor_login{margin:0!important}.hn-ugc__carousel{position:relative}.hn-ugc__strip{scrollbar-width:none!important;-ms-overflow-style:none!important;scroll-behavior:smooth}.hn-ugc__strip::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.hn-ugc__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;z-index:5;box-shadow:0 4px 12px #0f172a1f;transition:all .15s ease}.hn-ugc__nav:hover:not(:disabled){background:#5a6ddb;border-color:#5a6ddb;color:#fff}.hn-ugc__nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.hn-ugc__nav--prev{left:-12px}.hn-ugc__nav--next{right:-12px}@media (max-width: 640px){.hn-ugc__nav--prev{left:4px}.hn-ugc__nav--next{right:4px}}.hn-login__social .nsl-button,.hn-login__social .nsl-container button{width:100%!important;min-width:0!important;padding:12px 16px!important}.hn-login__social .nsl-button-label,.hn-login__social .nsl-button span{white-space:normal!important;overflow:visible!important;text-overflow:initial!important}.hn-login__col{min-width:0!important;overflow:visible!important}.hn-login{max-width:1100px!important;margin:0 auto!important;width:100%!important;box-sizing:border-box;padding:24px 16px!important;display:block!important}.hn-login__layout{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px!important;width:100%!important;align-items:start}.hn-login__col{min-width:0!important;width:100%!important;box-sizing:border-box}@media (max-width: 900px){.hn-login__layout{grid-template-columns:1fr!important}}.hn-main--account{padding:24px 0;width:100%}.hn-main--account .hn-container{max-width:1100px;width:100%;margin:0 auto;padding:0 16px}.hn-main--account .hn-login{padding:0!important;max-width:none!important;margin:0!important}body.woocommerce-account .hn-main--account{width:100%!important;max-width:none!important;display:block!important}body.woocommerce-account .hn-main--account>.hn-container{max-width:1100px!important;width:100%!important;margin:0 auto!important;padding:0 16px!important;display:block!important}body.woocommerce-account .woocommerce{max-width:none!important;width:100%!important;display:block!important}body.woocommerce-account .hn-login{max-width:none!important;width:100%!important;display:block!important;padding:0!important;margin:0!important}body.woocommerce-account .hn-login__layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:24px!important;width:100%!important}@media (max-width: 900px){body.woocommerce-account .hn-login__layout{grid-template-columns:1fr!important}}body.woocommerce-account .hn-login__col{min-width:0!important;width:100%!important;max-width:none!important;flex:1!important}.hn-login__form{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.hn-login__form .woocommerce-form-login__rememberme,.hn-login__form .woocommerce-form__label-for-checkbox{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:auto!important;margin:0!important;text-align:left!important;cursor:pointer}.hn-login__form .woocommerce-form-login__rememberme input,.hn-login__form .woocommerce-form__label-for-checkbox input{margin:0!important;flex-shrink:0;width:16px!important;height:16px!important;accent-color:#5a6ddb}.hn-login__form .form-row:has(.woocommerce-form-login__rememberme){display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.hn-login__form .form-row:has(.woocommerce-form-login__rememberme) button{width:auto!important;margin:0!important}.hn-login__form>.form-row,.hn-login__form>p.form-row{display:flex;flex-direction:column;gap:6px;margin:0}.hn-login__col>.hn-login__form{display:flex;flex-direction:column;gap:14px}body.woocommerce-account .hn-login__layout{align-items:stretch!important}.hn-login__col{display:flex!important;flex-direction:column!important}.hn-login__form .form-row:has(.woocommerce-form-login__rememberme){display:flex!important;flex-direction:column-reverse!important;align-items:stretch!important;justify-content:flex-start!important;gap:12px!important}.hn-login__form .form-row:has(.woocommerce-form-login__rememberme) button{width:100%!important;margin:0!important;padding:14px 24px!important;font-size:15px!important;font-weight:600!important}.hn-login__form .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__rememberme{align-self:flex-start!important}.hn-login__social,.hn-login__social .nsl-container,.hn-login__social .nsl-container-inline,.hn-login__social .nsl-container-block-fullwidth{width:100%!important;display:block!important}.hn-login__social .nsl-button,.hn-login__social .nsl-container .nsl-button,.hn-login__social .nsl-container button,.hn-login__social .nsl-container a.nsl-button{width:100%!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 0 8px!important;box-sizing:border-box!important}.hn-login__social .nsl-button:last-child{margin-bottom:0!important}.hn-login__social .nsl-button-svg-container{flex-shrink:0}.hn-cart-empty{text-align:center;padding:var(--hn-space-2xl) var(--hn-space-md);max-width:480px;margin:0 auto}.hn-cart-empty__icon{font-size:80px;margin-bottom:var(--hn-space-md);line-height:1}.hn-cart-empty__title{font-size:clamp(24px,3vw,36px);margin-bottom:var(--hn-space-sm)}.hn-cart-empty__lead{color:var(--hn-color-text-muted);margin-bottom:var(--hn-space-lg);font-size:16px}.hn-hero{position:relative;background:var(--hn-color-bg-soft);overflow:hidden}.hn-hero__slider{position:relative;min-height:480px}@media (max-width: 768px){.hn-hero__slider{min-height:380px}}.hn-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;background:linear-gradient(135deg,var(--hn-color-primary) 0%,var(--hn-color-primary-dark) 100%);background-size:cover;background-position:center;color:#fff;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.hn-hero__slide.is-active{opacity:1;visibility:visible}.hn-hero__slide:nth-child(2){background:linear-gradient(135deg,var(--hn-color-secondary),#b54a00)}.hn-hero__slide:nth-child(3){background:linear-gradient(135deg,#1e40af,#0f172a)}.hn-hero__content{max-width:600px;padding:var(--hn-space-xl) 0;position:relative;z-index:1}.hn-hero__eyebrow{display:inline-block;padding:6px 14px;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--hn-space-md)}.hn-hero__title{font-size:clamp(32px,4vw,56px);font-weight:700;line-height:1.1;margin:0 0 var(--hn-space-md);color:#fff}.hn-hero__subtitle{font-size:clamp(16px,1.5vw,20px);margin:0 0 var(--hn-space-lg);opacity:.95;line-height:1.5}.hn-hero__dots{position:absolute;bottom:var(--hn-space-md);left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.hn-hero__dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s ease;padding:0;border:none}.hn-hero__dot.is-active{background:#fff;width:30px;border-radius:5px}.hn-usp{padding:var(--hn-space-2xl) 0;background:var(--hn-color-primary);color:#fff}.hn-usp__header{text-align:center;margin-bottom:var(--hn-space-xl)}.hn-usp__heading{color:#fff;font-size:clamp(20px,2.5vw,28px);max-width:800px;margin:0 auto}.hn-usp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-lg)}@media (max-width: 1024px){.hn-usp__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hn-usp__grid{grid-template-columns:1fr}}.hn-usp__item{text-align:center}.hn-usp__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ffffff26;border-radius:50%;margin-bottom:var(--hn-space-sm);color:#fff}.hn-usp__title{color:#fff;font-size:14px;font-weight:500;margin:0;line-height:1.4}.hn-section-header{text-align:center;max-width:720px;margin:0 auto var(--hn-space-xl)}.hn-section-title{font-size:clamp(28px,3vw,40px);margin:0 0 var(--hn-space-xs)}.hn-section-subtitle{margin:0;color:var(--hn-color-text-muted);font-size:16px}.hn-featured-cats{padding:var(--hn-space-2xl) 0}.hn-featured-cats__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--hn-space-md)}@media (max-width: 1024px){.hn-featured-cats__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.hn-featured-cats__grid{grid-template-columns:repeat(2,1fr)}}.hn-featured-cat-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--hn-color-text);text-align:center;padding:var(--hn-space-sm);border-radius:var(--hn-radius-md);transition:all .2s ease}.hn-featured-cat-card:hover{transform:translateY(-4px);background:var(--hn-color-bg-soft)}.hn-featured-cat-card__image{width:100%;aspect-ratio:1;background:var(--hn-color-bg-soft);border-radius:50%;background-size:cover;background-position:center;margin-bottom:var(--hn-space-sm);display:flex;align-items:center;justify-content:center}.hn-featured-cat-card__placeholder{font-size:48px}.hn-featured-cat-card__name{font-size:14px;font-weight:600;margin:0 0 4px}.hn-featured-cat-card__count{font-size:12px;color:var(--hn-color-text-muted)}.hn-bestsellers{padding:var(--hn-space-2xl) 0;background:var(--hn-color-bg-soft)}.hn-bestsellers__cta{text-align:center;margin-top:var(--hn-space-xl)}.hn-testimonials{padding:var(--hn-space-2xl) 0}.hn-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-lg)}@media (max-width: 1024px){.hn-testimonials__grid{grid-template-columns:1fr}}.hn-testimonial{background:var(--hn-color-bg-soft);padding:var(--hn-space-lg);border-radius:var(--hn-radius-lg);margin:0;display:flex;flex-direction:column;gap:var(--hn-space-sm);position:relative}.hn-testimonial__avatar{font-size:48px;line-height:1}.hn-testimonial__quote{margin:0;font-size:14px;line-height:1.6;color:var(--hn-color-text);font-style:italic;border:none;padding:0}.hn-testimonial__author{font-size:13px;color:var(--hn-color-text-muted);font-weight:600;margin-top:auto}.hn-newsletter-section{padding:var(--hn-space-2xl) 0;background:linear-gradient(135deg,var(--hn-color-secondary),#b54a00);color:#fff;text-align:center}.hn-newsletter-section__inner{max-width:640px;margin:0 auto}.hn-newsletter-section__title{color:#fff;font-size:clamp(28px,3vw,40px);margin:0 0 var(--hn-space-sm)}.hn-newsletter-section__lead{margin:0 0 var(--hn-space-lg);opacity:.95;font-size:16px}.hn-newsletter-section__form{display:flex;gap:var(--hn-space-xs);flex-wrap:wrap;justify-content:center}.hn-newsletter-section__input{flex:1 1 280px;padding:var(--hn-space-sm) var(--hn-space-md);border-radius:var(--hn-radius-full);border:none;font-size:16px;color:var(--hn-color-text);background:#fff;width:auto;max-width:400px}.hn-newsletter-section__form .hn-btn{background:var(--hn-color-text);color:#fff;border-radius:var(--hn-radius-full);padding:var(--hn-space-sm) var(--hn-space-lg)}.hn-newsletter-section__form .hn-btn:hover{background:#000}.hn-newsletter-section__note{display:block;margin-top:var(--hn-space-sm);opacity:.8;font-size:12px}.hn-screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}.hn-hero{padding:var(--hn-space-xl) 0 var(--hn-space-2xl);background:linear-gradient(135deg,var(--hn-color-bg-soft),#fff)}.hn-hero__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--hn-space-xl);align-items:center}@media (max-width: 900px){.hn-hero__container{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-hero__headline{font-size:clamp(28px,4.5vw,52px);line-height:1.15;margin:0 0 var(--hn-space-md);color:var(--hn-color-text);font-weight:800;letter-spacing:-.02em}.hn-hero__subline{font-size:clamp(16px,1.6vw,18px);color:var(--hn-color-text-muted);line-height:1.5;margin:0 0 var(--hn-space-lg);max-width:520px}.hn-hero__ctas{display:flex;align-items:center;gap:var(--hn-space-md);flex-wrap:wrap;margin-bottom:var(--hn-space-lg)}.hn-hero__cta-primary{font-size:16px;padding:18px 28px;font-weight:700}.hn-hero__cta-secondary{color:var(--hn-color-primary);font-weight:600;text-decoration:underline;text-underline-offset:4px;font-size:15px}.hn-hero__pills{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto;scrollbar-width:none}.hn-hero__pills::-webkit-scrollbar{display:none}.hn-hero__pill{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-full);font-size:13px;font-weight:500;white-space:nowrap;flex-shrink:0}.hn-hero__pill-icon{font-size:16px}.hn-hero__media{position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.hn-hero__media:before,.hn-hero__media:after{content:none!important;display:none!important}.hn-hero__media img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:var(--hn-radius-lg);box-shadow:0 24px 60px #0f172a1f}@media (max-width: 900px){.hn-hero__media img{max-height:380px}}.hn-hero-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--hn-color-border);box-shadow:0 -4px 20px #00000014;z-index:var(--hn-z-sticky);padding:12px 0;transform:translateY(100%);transition:transform .25s ease;visibility:hidden}.hn-hero-sticky[data-show=true]{transform:translateY(0);visibility:visible}.hn-hero-sticky__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hn-space-md)}.hn-hero-sticky__label{font-size:14px;font-weight:600;color:var(--hn-color-text);flex:1;min-width:0}@media (max-width: 480px){.hn-hero-sticky__label{display:none}}.hn-hero-sticky__cta{padding:12px 20px;font-size:14px;white-space:nowrap}.hn-problem-nav{padding:var(--hn-space-2xl) 0}.hn-problem-nav__header{text-align:center;margin-bottom:var(--hn-space-xl)}.hn-problem-nav__heading{font-size:clamp(24px,3vw,36px);margin:0 0 var(--hn-space-sm);font-weight:800}.hn-problem-nav__lead{color:var(--hn-color-text-muted);max-width:600px;margin:0 auto}.hn-problem-nav__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--hn-space-md)}@media (max-width: 1024px){.hn-problem-nav__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.hn-problem-nav__grid{grid-template-columns:repeat(2,1fr)}}.hn-problem-nav__tile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--hn-space-lg) var(--hn-space-sm);background:#fff;border:2px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);text-decoration:none;color:var(--hn-color-text);font-weight:600;transition:all .2s ease;min-height:140px;gap:var(--hn-space-sm)}.hn-problem-nav__tile:hover{border-color:var(--hn-color-primary);transform:translateY(-2px);box-shadow:var(--hn-shadow-md);color:var(--hn-color-primary)}.hn-problem-nav__icon{font-size:48px;line-height:1}.hn-problem-nav__label{font-size:14px;line-height:1.3}.hn-quiz-hook{padding:var(--hn-space-xl) 0;background:var(--hn-color-bg-accent, #fef3c7)}.hn-quiz-hook__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hn-space-lg);flex-wrap:wrap}.hn-quiz-hook__text{flex:1;min-width:280px}.hn-quiz-hook__heading{font-size:clamp(18px,2vw,22px);margin:0 0 4px;font-weight:700}.hn-quiz-hook__lead{margin:0;color:var(--hn-color-text-muted);font-size:14px;line-height:1.4}.hn-quiz-hook__cta{flex:0 0 auto;font-weight:700;padding:14px 24px}.hn-bundle{padding:var(--hn-space-2xl) 0}.hn-bundle__layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--hn-space-2xl);align-items:center;background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-lg);padding:clamp(24px,4vw,48px)}@media (max-width: 900px){.hn-bundle__layout{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-bundle__media{aspect-ratio:1;background:#fff;border-radius:var(--hn-radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center}.hn-bundle__media img{width:100%;height:100%;object-fit:cover}.hn-bundle__media--placeholder{font-size:80px;color:var(--hn-color-text-muted)}.hn-bundle__eyebrow{display:inline-block;font-size:12px;font-weight:700;color:var(--hn-color-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--hn-space-xs)}.hn-bundle__heading{font-size:clamp(24px,3vw,36px);margin:0 0 var(--hn-space-sm);font-weight:800}.hn-bundle__lead{color:var(--hn-color-text-muted);line-height:1.5;margin:0 0 var(--hn-space-md)}.hn-bundle__price{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;font-size:14px;color:var(--hn-color-text-muted)}.hn-bundle__price-old{text-decoration:line-through}.hn-bundle__price--new{font-size:18px;color:var(--hn-color-text);margin-bottom:var(--hn-space-xs)}.hn-bundle__price-value{font-size:28px;font-weight:800;color:var(--hn-color-primary)}.hn-bundle__discount{display:inline-block;background:var(--hn-color-error);color:#fff;padding:2px 10px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700}.hn-bundle__savings{color:var(--hn-color-secondary);font-weight:700;font-size:14px;margin:0 0 var(--hn-space-md)}.hn-bundle__cta{margin-bottom:var(--hn-space-md)}.hn-bundle__sub{display:flex;flex-wrap:wrap;gap:8px}.hn-bundle__sub-link{padding:6px 12px;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-full);font-size:13px;color:var(--hn-color-text);text-decoration:none;transition:all .15s ease}.hn-bundle__sub-link:hover{border-color:var(--hn-color-primary);color:var(--hn-color-primary)}.hn-subscription{padding:var(--hn-space-2xl) 0;background:linear-gradient(135deg,var(--hn-color-primary),var(--hn-color-primary-dark));color:#fff}.hn-subscription__inner{max-width:780px;margin:0 auto;text-align:center}.hn-subscription__heading{color:#fff;font-size:clamp(22px,2.5vw,32px);margin:0 0 var(--hn-space-lg);font-weight:800;line-height:1.25}.hn-subscription__bullets{list-style:none;padding:0;margin:0 0 var(--hn-space-lg);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-md);text-align:left}@media (max-width: 640px){.hn-subscription__bullets{grid-template-columns:1fr}}.hn-subscription__bullet{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;color:#fffffff2}.hn-subscription__bullet-icon{flex:0 0 auto;font-size:20px;line-height:1}.hn-subscription__cta{background:#fff;color:var(--hn-color-primary);font-weight:700}.hn-subscription__cta:hover{background:#ffffffeb;color:var(--hn-color-primary-dark)}.hn-subscription__note{margin:var(--hn-space-sm) 0 0;font-size:13px;color:#ffffffd9}.hn-trust{padding:var(--hn-space-2xl) 0}.hn-trust__header{text-align:center;margin-bottom:var(--hn-space-xl)}.hn-trust__heading{font-size:clamp(22px,2.5vw,32px);margin:0;font-weight:800}.hn-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-lg)}@media (max-width: 768px){.hn-trust{padding:var(--hn-space-lg) 0}.hn-trust__header{margin-bottom:var(--hn-space-md)}.hn-trust__grid{grid-template-columns:repeat(2,1fr);gap:var(--hn-space-sm)}.hn-trust__claim{padding:var(--hn-space-sm)!important}.hn-trust__big{font-size:clamp(28px,8vw,40px);margin-bottom:4px}.hn-trust__label{margin:4px 0 2px}}.hn-trust__claim{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--hn-space-md);background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);text-decoration:none;color:var(--hn-color-text);transition:all .2s ease}a.hn-trust__claim:hover{border-color:var(--hn-color-primary);transform:translateY(-2px);box-shadow:var(--hn-shadow-md)}.hn-trust__big{font-size:clamp(36px,4vw,48px);font-weight:800;color:var(--hn-color-primary);line-height:1;margin-bottom:8px;font-family:Georgia,serif}.hn-trust__label{font-size:14px;font-weight:600;color:var(--hn-color-text);line-height:1.3;margin-bottom:6px}.hn-trust__sub{font-size:12px;color:var(--hn-color-text-muted);line-height:1.4}.hn-ugc{padding:var(--hn-space-2xl) 0;background:var(--hn-color-bg-soft)}.hn-ugc__header{text-align:center;margin-bottom:var(--hn-space-lg)}.hn-ugc__heading{font-size:clamp(22px,2.5vw,32px);margin:0 0 8px;font-weight:800}.hn-ugc__lead{color:var(--hn-color-text-muted);margin:0}.hn-ugc__strip{display:flex;gap:var(--hn-space-md);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}.hn-ugc__tile{flex:0 0 220px;scroll-snap-align:start;background:#fff;border-radius:var(--hn-radius-md);overflow:hidden;box-shadow:var(--hn-shadow-sm);margin:0}.hn-ugc__tile img,.hn-ugc__placeholder{width:100%;aspect-ratio:1;object-fit:cover;display:flex;align-items:center;justify-content:center;background:var(--hn-color-bg-soft);font-size:64px}.hn-ugc__caption{padding:10px 12px;font-size:12px;color:var(--hn-color-text);line-height:1.4;font-weight:500}.hn-faq{padding:var(--hn-space-2xl) 0}.hn-faq__container{max-width:820px}.hn-faq__header{text-align:center;margin-bottom:var(--hn-space-lg)}.hn-faq__heading{font-size:clamp(22px,2.5vw,32px);margin:0;font-weight:800}.hn-faq__list{display:flex;flex-direction:column;gap:8px}.hn-faq__item{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);overflow:hidden;transition:border-color .15s ease}.hn-faq__item[open]{border-color:var(--hn-color-primary);box-shadow:var(--hn-shadow-sm)}.hn-faq__q{padding:18px 20px;font-weight:600;font-size:15px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--hn-space-md)}.hn-faq__q::-webkit-details-marker{display:none}.hn-faq__q:after{content:"+";font-size:24px;font-weight:300;color:var(--hn-color-text-muted);transition:transform .2s ease;flex-shrink:0}.hn-faq__item[open] .hn-faq__q:after{transform:rotate(45deg);color:var(--hn-color-primary)}.hn-faq__a{padding:0 20px 18px;color:var(--hn-color-text-muted);line-height:1.6;font-size:14px}.hn-faq__a p:last-child{margin-bottom:0}.hn-final-cta{padding:var(--hn-space-2xl) 0;background:var(--hn-color-text);color:#fff}.hn-final-cta__container{max-width:680px;text-align:center}.hn-final-cta__heading{color:#fff;font-size:clamp(24px,3vw,36px);margin:0 0 var(--hn-space-md);font-weight:800}.hn-final-cta__lead{color:#ffffffd9;line-height:1.6;margin:0 0 var(--hn-space-lg);font-size:15px}.hn-final-cta__form{display:flex;gap:8px;max-width:480px;margin:0 auto var(--hn-space-sm);flex-wrap:wrap}.hn-final-cta__input{flex:1;min-width:240px;padding:14px 18px;border:1px solid rgba(255,255,255,.2);border-radius:var(--hn-radius-md);background:#ffffff14;color:#fff;font-size:15px}.hn-final-cta__input::placeholder{color:#ffffff80}.hn-final-cta__input:focus{outline:none;border-color:var(--hn-color-primary);background:#ffffff1f}.hn-final-cta__submit{flex:0 0 auto;font-weight:700}.hn-final-cta__note{margin:var(--hn-space-sm) 0 0;font-size:12px;color:#fff9}@media (max-width: 768px){body:has(.hn-hero-sticky[data-show=true]) .hn-final-cta{padding-bottom:calc(var(--hn-space-2xl) + 80px)}}.hn-btn--lg{padding:16px 28px;font-size:16px;font-weight:700}.hn-btn--secondary{background:var(--hn-color-secondary);color:#fff}.hn-btn--secondary:hover{background:#c14d00}.hn-hero{padding:clamp(56px,7vw,96px) 0;background:linear-gradient(120deg,#eef1ff,#f5f7ff 45%,#fef3e8);position:relative;overflow:hidden}.hn-hero:before{content:"";position:absolute;top:-120px;right:-120px;width:480px;height:480px;background:radial-gradient(circle,rgba(231,95,0,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.hn-hero:after{content:"";position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(90,109,219,.18) 0%,transparent 70%);pointer-events:none;z-index:0}.hn-hero__container{max-width:1200px;position:relative;z-index:1}.hn-hero__container:not(:has(.hn-hero__media)){grid-template-columns:1fr;text-align:left}.hn-hero__headline{font-family:var(--hn-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif)!important;font-size:clamp(32px,4.8vw,56px)!important;line-height:1.08!important;letter-spacing:-.025em;font-weight:800;color:var(--hn-color-text);margin:0 0 var(--hn-space-md);max-width:22ch}@media (min-width: 1024px){.hn-hero__headline{max-width:28ch}}.hn-hero__subline{font-size:clamp(16px,1.4vw,19px);line-height:1.55;color:var(--hn-color-text-muted);max-width:60ch;margin:0 0 var(--hn-space-lg)}.hn-hero__ctas{gap:var(--hn-space-lg)!important;align-items:center}.hn-hero__cta-primary{padding:16px 28px!important;font-size:16px!important;font-weight:700!important;border-radius:var(--hn-radius-full);box-shadow:0 8px 24px #5a6ddb59;transition:all .2s ease}.hn-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #5a6ddb73}.hn-hero__cta-secondary{font-size:14px}.hn-hero__pills{gap:6px}.hn-hero__pill{padding:6px 12px;font-size:12.5px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0000000a}.hn-hero__pill-icon{font-size:14px}@media (max-width: 640px){.hn-hero{padding:32px 0 40px}.hn-hero__headline{font-size:28px!important}.hn-hero__subline{font-size:15px}.hn-hero__cta-primary{width:100%;justify-content:center;display:flex}.hn-hero__ctas{flex-direction:column;align-items:stretch!important;gap:var(--hn-space-sm)!important}.hn-hero__cta-secondary{text-align:center;padding:8px 0}}.hn-main--quiz{padding:clamp(40px,5vw,80px) 0;background:linear-gradient(180deg,#f5f7ff,#fff)}.hn-quiz{max-width:780px;margin:0 auto;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:clamp(24px,4vw,48px);box-shadow:var(--hn-shadow-md)}.hn-quiz__header{text-align:center;margin-bottom:var(--hn-space-lg)}.hn-quiz__eyebrow{display:inline-block;background:var(--hn-color-bg-accent, #fef3c7);color:var(--hn-color-secondary);padding:4px 12px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 var(--hn-space-sm)}.hn-quiz__title{font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 var(--hn-space-sm)}.hn-quiz__lead{color:var(--hn-color-text-muted);margin:0;line-height:1.5}.hn-quiz__progress{height:6px;background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-full);overflow:hidden;margin-bottom:var(--hn-space-xl)}.hn-quiz__progress-bar{height:100%;background:linear-gradient(90deg,var(--hn-color-primary),var(--hn-color-secondary));transition:width .3s ease;width:0%}.hn-quiz__step{border:0;padding:0;margin:0;min-width:0;max-width:100%}.hn-quiz__step.is-error .hn-quiz__options{animation:hn-quiz-shake .3s ease}.hn-quiz__steps{min-width:0}@keyframes hn-quiz-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.hn-quiz__legend{display:block;margin-bottom:var(--hn-space-lg);width:100%}.hn-quiz__step-num{display:block;font-size:13px;font-weight:600;color:var(--hn-color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.hn-quiz__question{display:block;font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(20px,2.4vw,26px);font-weight:700;line-height:1.25;color:var(--hn-color-text);margin-bottom:6px}.hn-quiz__help{display:block;font-size:14px;color:var(--hn-color-text-muted);font-weight:400}.hn-quiz__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--hn-space-sm);margin-bottom:var(--hn-space-lg)}@media (max-width: 480px){.hn-quiz__options{grid-template-columns:1fr}}.hn-quiz__option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:var(--hn-space-md);background:#fff;border:2px solid var(--hn-color-border);border-radius:var(--hn-radius-md);cursor:pointer;transition:all .15s ease;text-align:center}.hn-quiz__option:hover{border-color:var(--hn-color-primary);transform:translateY(-2px);box-shadow:var(--hn-shadow-sm)}.hn-quiz__option input{position:absolute;opacity:0;pointer-events:none}.hn-quiz__option:has(input:checked){background:linear-gradient(135deg,var(--hn-color-primary),var(--hn-color-primary-dark));color:#fff;border-color:var(--hn-color-primary);box-shadow:0 8px 24px #5a6ddb40}.hn-quiz__option-icon{font-size:36px;line-height:1}.hn-quiz__option-label{font-size:14px;font-weight:600;line-height:1.3}.hn-quiz__nav{display:flex;align-items:center;gap:var(--hn-space-sm);flex-wrap:wrap}.hn-quiz__nav .hn-btn{flex:0 0 auto}.hn-quiz__nav [data-hn-quiz-next],.hn-quiz__nav [data-hn-quiz-submit]{margin-left:auto}.hn-quiz__skip{background:none;border:0;color:var(--hn-color-text-muted);text-decoration:underline;cursor:pointer;font-size:14px;padding:8px 12px}.hn-quiz__skip:hover{color:var(--hn-color-primary)}.hn-quiz__results-header{text-align:center;margin-bottom:var(--hn-space-xl)}.hn-quiz__results-title{font-family:var(--hn-font-sans, system-ui, sans-serif);font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 8px}.hn-quiz__results-lead{color:var(--hn-color-text-muted);margin:0;font-size:15px}.hn-quiz__results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-md);margin-bottom:var(--hn-space-lg)}@media (max-width: 768px){.hn-quiz__results-grid{grid-template-columns:1fr}}.hn-quiz__card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);overflow:hidden;text-decoration:none;color:var(--hn-color-text);transition:all .2s ease}.hn-quiz__card:hover{transform:translateY(-2px);box-shadow:var(--hn-shadow-md);border-color:var(--hn-color-primary)}.hn-quiz__card--top{border:2px solid var(--hn-color-primary);box-shadow:0 8px 24px #5a6ddb26}.hn-quiz__card-badge{position:absolute;top:8px;left:8px;background:var(--hn-color-primary);color:#fff;padding:4px 10px;border-radius:var(--hn-radius-full);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;z-index:1}.hn-quiz__card-image{width:100%;aspect-ratio:1;object-fit:cover;display:block}.hn-quiz__card-body{padding:var(--hn-space-md);display:flex;flex-direction:column;gap:6px;flex:1}.hn-quiz__card-title{font-size:14px;font-weight:600;margin:0;line-height:1.3;color:var(--hn-color-text)}.hn-quiz__card-price{font-size:16px;font-weight:700;color:var(--hn-color-primary)}.hn-quiz__card-match{font-size:12px;color:var(--hn-color-text-muted);font-weight:600;margin-bottom:auto}.hn-quiz__loading{padding:40px;text-align:center;color:var(--hn-color-text-muted)}.hn-quiz__results-empty{text-align:center;padding:var(--hn-space-lg);background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-md)}.hn-quiz__restart{display:block;margin:var(--hn-space-md) auto 0;background:none;border:0;color:var(--hn-color-text-muted);text-decoration:underline;cursor:pointer;font-size:14px}.hn-quiz__restart:hover{color:var(--hn-color-primary)}.hn-main--quiz{overflow-x:clip}.hn-quiz{overflow:hidden}.hn-quiz__option{position:relative}.hn-quiz__option input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;width:auto;height:auto}.hn-quiz__step[hidden]{display:none!important}.hn-quiz__nav{justify-content:flex-start}.hn-quiz__results-grid,.hn-quiz__card{min-width:0}.hn-quiz__card-image{max-width:100%}.hn-hero__eyebrow{display:inline-block;background:#5a6ddb1f;color:var(--hn-color-primary);padding:6px 16px;border-radius:var(--hn-radius-full);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 var(--hn-space-md)}.hn-hero__headline-accent{display:block;color:var(--hn-color-primary);font-weight:800;letter-spacing:-.025em}.hn-hero__cta-secondary{display:inline-flex;align-items:center;gap:4px;color:var(--hn-color-text);font-weight:600;text-decoration:none;border-bottom:2px solid var(--hn-color-text);padding-bottom:2px;font-size:15px}.hn-hero__cta-secondary:hover{color:var(--hn-color-primary);border-color:var(--hn-color-primary)}.hn-hero__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--hn-radius-full);box-shadow:0 1px 3px #0000000a;font-size:13px;font-weight:500;color:var(--hn-color-text)}.hn-hero__pill-icon{display:inline-flex;align-items:center;line-height:1}.hn-hero__pill-icon svg{display:block}.hn-problem-nav__tile{background:#fff;border:1px solid #e8ecf3;border-radius:var(--hn-radius-md);padding:var(--hn-space-md) var(--hn-space-sm);transition:all .2s ease;min-height:140px}.hn-problem-nav__tile:hover{border-color:var(--hn-color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #5a6ddb1f;color:var(--hn-color-text)}.hn-problem-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#5a6ddb1f;color:var(--hn-color-primary);border-radius:var(--hn-radius-md);margin-bottom:var(--hn-space-sm);font-size:0}.hn-problem-nav__icon svg{display:block}.hn-problem-nav__label{color:var(--hn-color-text);font-size:14px;font-weight:600;line-height:1.35}.hn-quiz-hook__cta{background:var(--hn-color-text)!important;color:#fff!important;border:0;padding:16px 28px;font-weight:700;border-radius:var(--hn-radius-full);box-shadow:0 8px 20px #0f172a33}.hn-quiz-hook__cta:hover{background:#1e293b!important;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a4d}.hn-subscription__layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--hn-space-2xl);align-items:center;text-align:left}@media (max-width: 768px){.hn-subscription__layout{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-subscription__col-text{max-width:520px}.hn-subscription__heading{text-align:left;margin-bottom:var(--hn-space-lg)}.hn-subscription__bullets{display:flex;flex-direction:column;gap:var(--hn-space-md);grid-template-columns:none}.hn-subscription__bullet{display:flex;align-items:center;gap:14px;font-size:15px;line-height:1.4;color:#fff}.hn-subscription__bullet-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#ffffff2e;border-radius:var(--hn-radius-md);color:#fff}.hn-subscription__bullet-icon svg{display:block}.hn-subscription__cta{background:#fff!important;color:var(--hn-color-primary)!important;border-radius:var(--hn-radius-full)}.hn-subscription__cta:hover{background:#f5f7ff!important}.hn-subscription__note{text-align:left;margin-top:var(--hn-space-sm)}.hn-trust__claim{background:#fff;border:1px solid #e8ecf3;border-radius:var(--hn-radius-lg);padding:var(--hn-space-lg);align-items:flex-start;text-align:left;gap:6px}.hn-trust__big{color:var(--hn-color-primary);font-family:var(--hn-font-sans, system-ui, sans-serif);font-weight:800;font-size:clamp(40px,5vw,56px);line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.hn-trust__big svg{display:inline-block}.hn-trust__label{color:var(--hn-color-text);font-size:14px;font-weight:700;margin:8px 0 4px}.hn-trust__sub{color:var(--hn-color-text-muted);font-size:13px}.hn-ugc__strip{padding:0 0 8px;scroll-padding:0 var(--hn-space-md)}.hn-ugc__tile{flex:0 0 240px;border-radius:var(--hn-radius-md)}.hn-ugc__tile img,.hn-ugc__placeholder{aspect-ratio:1;border-radius:var(--hn-radius-md) var(--hn-radius-md) 0 0}.hn-ugc__caption{padding:12px 14px;background:#fff;font-size:12.5px;line-height:1.4;color:var(--hn-color-text);font-weight:500;border-radius:0 0 var(--hn-radius-md) var(--hn-radius-md)}.hn-faq__q{padding:20px 24px;font-size:16px}.hn-faq__q:after{content:"";width:32px;height:32px;border-radius:50%;background:#5a6ddb1f url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="3" stroke-linecap="round"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>') no-repeat center;color:transparent;font-size:0;transform:rotate(0)}.hn-faq__item[open] .hn-faq__q:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%235a6ddb" stroke-width="3" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/></svg>');transform:rotate(0)}.hn-final-cta__submit{background:var(--hn-color-secondary, #e75f00)!important;color:#fff!important;border-radius:var(--hn-radius-full);box-shadow:0 0 32px #e75f0066,0 8px 20px #e75f004d}.hn-final-cta__submit:hover{background:#c14d00!important;box-shadow:0 0 40px #e75f008c,0 12px 28px #e75f0066}.hn-bundle__eyebrow{background:#e75f001f;padding:6px 14px;border-radius:var(--hn-radius-full);font-size:11px}.hn-testimonial{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:var(--hn-space-lg);margin:0;display:flex;flex-direction:column;gap:var(--hn-space-sm);box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.hn-testimonial:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.hn-testimonial__rating{color:#f59e0b;font-size:14px;letter-spacing:2px}.hn-testimonial__quote{font-style:italic;color:var(--hn-color-text);line-height:1.6;font-size:15px;margin:0;quotes:none}.hn-testimonial__author{display:flex;align-items:center;gap:12px;margin:0;padding-top:var(--hn-space-sm);border-top:1px solid var(--hn-color-border)}.hn-testimonial__avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--hn-color-bg-soft);border-radius:50%;font-size:24px;flex:0 0 auto}.hn-testimonial__person{display:flex;flex-direction:column;gap:2px;font-style:normal}.hn-testimonial__person strong{font-size:14px;color:var(--hn-color-text);font-weight:700}.hn-testimonial__person small{font-size:12px;color:var(--hn-color-text-muted);font-weight:500}@media (min-width: 900px){.hn-testimonials__grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width: 768px){.hn-testimonials__grid{padding:0!important}}html.fkcart-trigger-open,body.fkcart-trigger-open,.fkcart-trigger-open body{overflow:visible!important;position:static!important;height:auto!important}.hn-pet-cta{padding:40px 16px;margin:32px auto}.hn-pet-cta__inner{background:linear-gradient(135deg,#eef2ff,#fef3c7);border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr 1.4fr;gap:32px;align-items:center;box-shadow:0 4px 24px #0f172a0f}@media (max-width: 900px){.hn-pet-cta__inner{grid-template-columns:1fr;padding:24px}}.hn-pet-cta__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#5a6ddb;font-weight:700;margin:0 0 8px}.hn-pet-cta__title{font-size:clamp(22px,2.4vw,30px);margin:0 0 8px;color:#0f172a;line-height:1.25}.hn-pet-cta__lead{font-size:15px;color:#475569;margin:0;line-height:1.5}.hn-pet-cta__form{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0f172a0f;display:flex;flex-direction:column;gap:14px}.hn-pet-cta__row{display:grid;grid-template-columns:1.6fr 1fr;gap:10px}@media (max-width: 520px){.hn-pet-cta__row{grid-template-columns:1fr}}.hn-pet-cta__field{display:flex!important;flex-direction:column!important;gap:4px;font-size:12px;font-weight:600;color:#374151;text-align:left!important;justify-content:flex-start!important;margin:0!important}.hn-pet-cta__field input,.hn-pet-cta__field select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:14px;background:#fff}.hn-pet-cta__field input:focus,.hn-pet-cta__field select:focus{outline:0;border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb1f}.hn-pet-cta__allergies{border:0;padding:0;margin:0}.hn-pet-cta__allergies legend{font-size:12px;font-weight:600;color:#374151;margin:0 0 6px;padding:0}.hn-pet-cta__chips{display:flex;flex-wrap:wrap;gap:6px}.hn-pet-cta__chip{display:inline-flex!important;align-items:center!important;flex-direction:row!important;gap:6px;padding:5px 10px;border:1px solid #e5e7eb;border-radius:9999px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;background:#fff;margin:0!important;text-align:left!important;justify-content:flex-start!important}.hn-pet-cta__chip:hover{border-color:#dc2626;background:#fef2f2}.hn-pet-cta__chip input{margin:0;width:13px;height:13px;accent-color:#dc2626}.hn-pet-cta__chip:has(input:checked){border-color:#dc2626;background:#fef2f2;color:#991b1b;font-weight:600}.hn-pet-cta__submit{margin-top:6px;font-size:15px;padding:12px 24px}.hn-pet-cta__privacy{font-size:11px;color:#64748b;margin:0;text-align:center}.hn-pet-cta__modal{border:0;padding:0;border-radius:16px;max-width:480px;width:90vw;box-shadow:0 20px 60px #00000040;background:#fff}.hn-pet-cta__modal::backdrop{background:#0f172a80}.hn-pet-cta__modal-inner{padding:32px;position:relative}.hn-pet-cta__modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:0;background:#f3f4f6;color:#64748b;font-size:20px;cursor:pointer;line-height:1}.hn-pet-cta__modal-close:hover{background:#fee2e2;color:#dc2626}.hn-pet-cta__modal-title{font-size:22px;margin:0 0 8px;color:#0f172a}.hn-pet-cta__modal-lead{color:#475569;margin:0 0 16px;font-size:14px;line-height:1.5}.hn-pet-cta__modal-summary{padding:12px 14px;background:#eef2ff;border-radius:10px;font-size:13px;color:#374151;margin:0 0 20px}.hn-pet-cta__modal-summary p{margin:0}.hn-pet-cta__modal-actions{display:flex;flex-direction:column;gap:8px}.hn-pet-cta__modal-actions .hn-btn{display:flex;justify-content:center;text-decoration:none}.hn-pet-cta__modal-note{font-size:12px;color:#64748b;margin:14px 0 0;text-align:center;font-style:italic}.hn-pet-saved-toast{position:fixed;bottom:20px;right:20px;background:#16a34a;color:#fff;padding:14px 18px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 8px 24px #16a34a4d;z-index:9999;animation:hn-toast-in .3s ease;line-height:1.4}.hn-pet-saved-toast strong{font-weight:700}.hn-pet-saved-toast.is-fade{opacity:0;transition:opacity .8s ease;transform:translateY(10px)}@keyframes hn-toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hn-fop[open]{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;padding:0;border:0;border-radius:18px;max-width:480px;width:90vw;background:#fff;box-shadow:0 24px 80px #0f172a4d;overflow:visible}.hn-fop::backdrop{background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hn-fop__inner{padding:36px 32px;text-align:center;display:flex;flex-direction:column;gap:14px;position:relative}.hn-fop__close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;border:0;background:#f3f4f6;color:#64748b;font-size:22px;cursor:pointer;line-height:1;z-index:2}.hn-fop__close:hover{background:#fee2e2;color:#dc2626}.hn-fop__visual{font-size:48px;line-height:1;margin:0 auto;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#fef3c7);border-radius:50%}.hn-fop__title{margin:0;font-size:22px;font-weight:700;color:#0f172a;line-height:1.25}.hn-fop__lead{margin:0;color:#475569;font-size:14px;line-height:1.5}.hn-fop__field{display:flex;flex-direction:column;gap:6px;text-align:left;margin:8px 0 0}.hn-fop__field-label{font-weight:600;font-size:13px;color:#374151}.hn-fop__field input{padding:14px 16px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;font:inherit;background:#fff;width:100%;box-sizing:border-box}.hn-fop__field input:focus{outline:0;border-color:#5a6ddb;box-shadow:0 0 0 3px #5a6ddb26}.hn-fop__submit{width:100%!important;padding:14px!important;font-size:15px!important;font-weight:700!important}.hn-fop__privacy{font-size:11px;color:#94a3b8;margin:0;text-align:center}.hn-fop__success{text-align:center;padding:20px 0;display:flex;flex-direction:column;gap:14px;align-items:center}.hn-fop__success h3{margin:0;color:#16a34a;font-size:22px}.hn-fop__success p{margin:0;color:#64748b}.hn-fop__code{display:inline-block;background:#eef2ff;color:#5a6ddb;padding:14px 24px;font-size:18px;font-weight:700;border-radius:8px;letter-spacing:.05em;font-family:SF Mono,Monaco,Consolas,monospace}@media (max-width: 520px){.hn-fop__inner{padding:28px 20px}}.hn-pet-cta__modal-skip{background:transparent;border:0;color:#64748b;text-decoration:underline;font-size:13px;cursor:pointer;padding:8px;margin-top:4px;font:inherit;text-align:center;display:block;width:100%}.hn-pet-cta__modal-skip:hover{color:#5a6ddb;text-decoration:none}.hn-howitworks{padding:var(--hn-space-2xl) 0;background:#fff}.hn-howitworks__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-lg)}.hn-howitworks__step{position:relative;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:var(--hn-space-lg);display:flex;flex-direction:column;gap:8px;box-shadow:var(--hn-shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.hn-howitworks__step:hover{transform:translateY(-2px);box-shadow:var(--hn-shadow-md)}.hn-howitworks__num{font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700;line-height:1;color:var(--hn-color-secondary);letter-spacing:-.02em}.hn-howitworks__icon{font-size:32px;line-height:1}.hn-howitworks__title{font-size:18px;font-weight:700;margin:4px 0 0;color:var(--hn-color-text)}.hn-howitworks__desc{margin:0;color:var(--hn-color-text-muted);font-size:15px;line-height:1.55}@media (max-width: 1024px){.hn-howitworks__grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.hn-howitworks__grid{grid-template-columns:1fr}}.hn-brand-story{padding:var(--hn-space-2xl) 0;background:#fff}.hn-brand-story__layout{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--hn-space-2xl);align-items:center}.hn-brand-story__media{border-radius:var(--hn-radius-lg);overflow:hidden;background:var(--hn-color-bg-soft);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center}.hn-brand-story__media img{width:100%;height:100%;object-fit:cover;display:block}.hn-brand-story__media-placeholder{font-size:96px;opacity:.4}.hn-brand-story__eyebrow{display:inline-block;background:#fef3c7;color:var(--hn-color-secondary-dark, #b54a00);padding:4px 12px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 var(--hn-space-sm)}.hn-brand-story__heading{font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 var(--hn-space-md);color:var(--hn-color-text)}.hn-brand-story__paragraph{margin:0 0 var(--hn-space-sm);color:var(--hn-color-text);font-size:16px;line-height:1.65}.hn-brand-story__cta{display:inline-flex;align-items:center;gap:6px;margin:var(--hn-space-md) 0 var(--hn-space-lg);color:var(--hn-color-primary);font-weight:600;text-decoration:underline}.hn-brand-story__cta:hover{color:var(--hn-color-primary-dark)}.hn-brand-story__stats{list-style:none;padding:0;margin:0 0 var(--hn-space-lg);display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hn-space-md)}.hn-brand-story__stat{display:flex;flex-direction:column;gap:4px;padding:var(--hn-space-sm);border-left:3px solid var(--hn-color-secondary);background:transparent}.hn-brand-story__stat-value{font-size:clamp(20px,2vw,26px);font-weight:800;line-height:1;color:var(--hn-color-text)}.hn-brand-story__stat-label{font-size:12px;color:var(--hn-color-text-muted);line-height:1.35}.hn-brand-story__expert{display:flex;align-items:center;gap:var(--hn-space-md);padding:var(--hn-space-md);background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-md)}.hn-brand-story__expert-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:0 0 64px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:28px}.hn-brand-story__expert-photo--placeholder{font-size:32px}.hn-brand-story__expert-quote{margin:0;font-size:14px;line-height:1.5;color:var(--hn-color-text)}.hn-brand-story__expert-meta{margin:4px 0 0;font-size:13px;color:var(--hn-color-text-muted)}@media (max-width: 1024px){.hn-brand-story__layout{grid-template-columns:1fr;gap:var(--hn-space-lg)}.hn-brand-story__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hn-brand-story__expert{flex-direction:column;text-align:center}}.hn-bowl{padding:var(--hn-space-2xl) 0;background:#fff}.hn-bowl__layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--hn-space-2xl);align-items:center}.hn-bowl__media{border-radius:var(--hn-radius-lg);overflow:hidden;background:var(--hn-color-bg-soft);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.hn-bowl__media img{width:100%;height:100%;object-fit:cover;display:block}.hn-bowl__media-placeholder{font-size:96px;opacity:.4}.hn-bowl__eyebrow{display:inline-block;background:#fef3c7;color:var(--hn-color-secondary-dark, #b54a00);padding:4px 12px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 var(--hn-space-sm)}.hn-bowl__heading{font-size:clamp(24px,2.5vw,32px);font-weight:800;line-height:1.2;margin:0 0 var(--hn-space-sm);color:var(--hn-color-text)}.hn-bowl__lead{margin:0 0 var(--hn-space-lg);color:var(--hn-color-text-muted);font-size:15px;line-height:1.55}.hn-bowl__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--hn-space-sm)}.hn-bowl__item{display:grid;grid-template-columns:40px 1fr;gap:var(--hn-space-sm);align-items:start;padding:var(--hn-space-sm);background:var(--hn-color-bg-soft);border-radius:var(--hn-radius-md)}.hn-bowl__item-icon{font-size:24px;line-height:1;text-align:center}.hn-bowl__item-name{display:block;font-size:15px;color:var(--hn-color-text);margin-bottom:2px}.hn-bowl__item-desc{margin:0;font-size:13px;color:var(--hn-color-text-muted);line-height:1.5}@media (max-width: 1024px){.hn-bowl__layout{grid-template-columns:1fr;gap:var(--hn-space-lg)}}.hn-guarantee{padding:var(--hn-space-2xl) 0;background:#fff}.hn-guarantee__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hn-space-lg)}.hn-guarantee__item{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:var(--hn-space-lg);display:flex;flex-direction:column;gap:8px;box-shadow:var(--hn-shadow-sm)}.hn-guarantee__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--hn-color-secondary);color:#fff;font-weight:700}.hn-guarantee__title{font-size:17px;font-weight:700;margin:6px 0 0;color:var(--hn-color-text)}.hn-guarantee__desc{margin:0;color:var(--hn-color-text-muted);font-size:14px;line-height:1.55}@media (max-width: 900px){.hn-guarantee__grid{grid-template-columns:1fr}}.hn-subscription__lead{margin:0 0 var(--hn-space-md);font-size:16px;line-height:1.55;opacity:.95}.hn-subscription__bullet-title{display:block;font-weight:700;margin-bottom:2px}.hn-subscription__bullet-text{display:flex;flex-direction:column}.hn-section-eyebrow{display:inline-block;background:#fef3c7;color:var(--hn-color-secondary-dark, #b54a00);padding:4px 12px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 var(--hn-space-xs)}.hn-howitworks__image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--hn-radius-md);display:block;margin-bottom:var(--hn-space-sm)}.hn-howitworks__step{padding:0}.hn-howitworks__step .hn-howitworks__image{margin-bottom:var(--hn-space-md)}.hn-howitworks__step .hn-howitworks__num,.hn-howitworks__step .hn-howitworks__title,.hn-howitworks__step .hn-howitworks__desc{padding-left:var(--hn-space-lg);padding-right:var(--hn-space-lg)}.hn-howitworks__step .hn-howitworks__desc{padding-bottom:var(--hn-space-lg)}img.hn-testimonial__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 48px;display:block}.hn-multiselect{position:relative;display:block;width:100%}.hn-multiselect__toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:10px 14px;font:inherit;font-size:15px;color:var(--hn-color-text);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.hn-multiselect__toggle:hover{border-color:var(--hn-color-primary)}.hn-multiselect__toggle:focus-visible,.hn-multiselect.is-open .hn-multiselect__toggle{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-multiselect__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--hn-color-text-muted)}.hn-multiselect--has-selection .hn-multiselect__label{color:var(--hn-color-text);font-weight:500}.hn-multiselect__chevron{flex:0 0 16px;color:var(--hn-color-text-muted);transition:transform .2s ease}.hn-multiselect.is-open .hn-multiselect__chevron{transform:rotate(180deg)}.hn-multiselect__popover{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);box-shadow:var(--hn-shadow-lg);z-index:100;max-height:260px;overflow-y:auto;padding:6px}.hn-multiselect__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.hn-multiselect__item{margin:0}.hn-multiselect__option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--hn-radius-sm);cursor:pointer;color:var(--hn-color-text);font-size:14px;transition:background .12s ease}.hn-multiselect__option:hover{background:var(--hn-color-bg-soft)}.hn-multiselect__option input[type=checkbox]{flex:0 0 16px;width:16px;height:16px;margin:0;cursor:pointer;accent-color:var(--hn-color-primary)}.hn-multiselect__option-label{flex:1;line-height:1.3}/*!
 * HauNow theme — main stylesheet entry.
 *
 * Importy zorganizowane: variables → reset → typography → buttons → forms → components → pages → woocommerce.
 */.hn-dm-page{--hn-dm-warn-bg: #fff8db;--hn-dm-warn-border: #f2c200;--hn-dm-ok-bg: #ecfdf3;--hn-dm-ok-border: #34d399;--hn-dm-bad-bg: #fff1f2;--hn-dm-bad-border: #fb7185}.hn-dm-page .hn-wrap{max-width:980px;margin:0 auto}.hn-dm-page .hn-card{background:#fff;border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);box-shadow:var(--hn-shadow-md);overflow:hidden}.hn-dm-page .hn-head{padding:18px;border-bottom:1px solid var(--hn-color-border)}.hn-dm-page .hn-title{margin:0;font-size:18px;font-weight:700;color:var(--hn-color-text)}.hn-dm-page .hn-body{padding:18px}.hn-dm-page .hn-dm-tabs{display:flex;gap:4px;background:var(--hn-color-bg-soft);padding:4px;border-radius:var(--hn-radius-full);margin-bottom:var(--hn-space-md)}.hn-dm-page .hn-dm-tab{flex:1;padding:10px 16px;border:0;background:transparent;border-radius:var(--hn-radius-full);font-size:14px;font-weight:600;color:var(--hn-color-text-muted);cursor:pointer;transition:all .15s ease}.hn-dm-page .hn-dm-tab:hover{color:var(--hn-color-text)}.hn-dm-page .hn-dm-tab.is-active{background:#fff;color:var(--hn-color-primary);box-shadow:var(--hn-shadow-sm)}.hn-dm-page .hn-dm-panel[hidden]{display:none}.hn-dm-page .hn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 900px){.hn-dm-page .hn-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hn-dm-page .hn-grid{grid-template-columns:1fr}}.hn-dm-page .hn-field{border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:12px;background:#fff}.hn-dm-page .hn-field--wide,.hn-dm-page .hn-field--full{grid-column:1/-1}.hn-dm-page .hn-label{font-size:13px;font-weight:600;margin-bottom:6px;display:flex;justify-content:space-between;gap:10px}.hn-dm-page .hn-hint{font-size:12px;color:var(--hn-color-text-muted);font-weight:600}.hn-dm-page .hn-input{width:100%;max-width:260px;padding:10px;border-radius:var(--hn-radius-md);border:1px solid var(--hn-color-border);color:var(--hn-color-text);font-size:16px}.hn-dm-page .hn-input:focus{outline:none;border-color:var(--hn-color-primary);box-shadow:0 0 0 3px #5a6ddb26}.hn-dm-page .hn-input--wide{max-width:100%}.hn-dm-page .hn-input--sm{max-width:160px}.hn-dm-page textarea.hn-input{min-height:110px;resize:vertical}.hn-dm-page .hn-input.hn-invalid{border-color:var(--hn-dm-bad-border)!important;box-shadow:0 0 0 3px #fb71852e}.hn-dm-page .hn-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.hn-dm-page .hn-actions--inline{margin-top:10px}.hn-dm-page .hn-results{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;margin-top:18px}@media (max-width: 900px){.hn-dm-page .hn-results{grid-template-columns:1fr}}.hn-dm-page .hn-box{border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-lg);padding:14px}.hn-dm-page .hn-box h3{margin:0 0 12px;font-size:16px}.hn-dm-page .hn-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.hn-dm-page .hn-kpi{border:1px solid var(--hn-color-border);border-radius:var(--hn-radius-md);padding:10px}.hn-dm-page .hn-kpi .k{font-size:12px;color:var(--hn-color-text-muted);font-weight:700}.hn-dm-page .hn-kpi .v{font-size:18px;font-weight:900;color:var(--hn-color-text)}.hn-dm-page .hn-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hn-dm-page .hn-badge{padding:6px 10px;border-radius:var(--hn-radius-full);font-size:12px;font-weight:800;border:1px solid var(--hn-color-border)}.hn-dm-page .hn-badge.ok{background:var(--hn-dm-ok-bg);border-color:var(--hn-dm-ok-border)}.hn-dm-page .hn-badge.warn{background:var(--hn-dm-warn-bg);border-color:var(--hn-dm-warn-border)}.hn-dm-page .hn-badge.bad{background:var(--hn-dm-bad-bg);border-color:var(--hn-dm-bad-border)}.hn-dm-page .hn-alert{padding:10px 12px;margin-bottom:5px;border-radius:var(--hn-radius-md);border:1px solid var(--hn-color-border);font-size:13px;color:var(--hn-color-text)}.hn-dm-page .hn-alert.warn{background:var(--hn-dm-warn-bg);border-color:var(--hn-dm-warn-border)}.hn-dm-page .hn-alert.ok{background:var(--hn-dm-ok-bg);border-color:var(--hn-dm-ok-border)}.hn-dm-page .hn-alert.bad{background:var(--hn-dm-bad-bg);border-color:var(--hn-dm-bad-border)}.hn-dm-page .hn-section-title{margin:0 0 8px;font-size:13px;font-weight:800;color:var(--hn-color-text)}.hn-blog{padding:40px 0 80px}.hn-blog__header{margin:0 0 32px;max-width:800px}.hn-blog__title{font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:700;color:var(--hn-color-text, #0f172a);margin:0 0 8px;letter-spacing:-.5px;line-height:1.15}.hn-blog__lead{color:var(--hn-color-text-muted, #64748b);font-size:15px;line-height:1.5;margin:0}.hn-blog__layout{display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:start}.hn-blog__sidebar{position:sticky;top:120px}.hn-blog__sidebar-title{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;color:var(--hn-color-text, #0f172a);margin:0 0 14px}.hn-blog__cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.hn-blog__cat a{display:block;padding:6px 0;color:var(--hn-color-text, #0f172a);text-decoration:none;font-size:14.5px;line-height:1.4;transition:color .15s ease}.hn-blog__cat a:before{content:"•";margin-right:8px;color:var(--hn-color-text-muted, #64748b);font-weight:700}.hn-blog__cat a:hover{color:var(--hn-color-primary, #5a6ddb)}.hn-blog__cat.is-active a{color:var(--hn-color-primary, #5a6ddb);font-weight:700}.hn-blog__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hn-blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a0a,0 1px 2px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.hn-blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0f172a14,0 4px 8px #0f172a0f}.hn-blog-card__image{display:block;aspect-ratio:16/11;overflow:hidden;background:#f1f5f9}.hn-blog-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hn-blog-card:hover .hn-blog-card__image img{transform:scale(1.03)}.hn-blog-card__image--placeholder{background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}.hn-blog-card__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.hn-blog-card__cat{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.4px;color:var(--hn-color-primary, #5a6ddb);text-decoration:none;text-transform:uppercase;align-self:flex-start;transition:opacity .15s ease}.hn-blog-card__cat:hover{opacity:.75}.hn-blog-card__title{font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:700;line-height:1.3;margin:0;color:var(--hn-color-text, #0f172a)}.hn-blog-card__title a{color:inherit;text-decoration:none}.hn-blog-card__title a:hover{color:var(--hn-color-primary, #5a6ddb)}.hn-blog-card__more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:6px;color:var(--hn-color-text, #0f172a);font-size:12px;font-weight:700;letter-spacing:1.2px;text-decoration:none;text-transform:uppercase;transition:color .15s ease,gap .15s ease}.hn-blog-card__more:hover{color:var(--hn-color-primary, #5a6ddb);gap:10px}.hn-blog-card__more span{font-size:14px;line-height:1;transition:transform .15s ease}.hn-blog__pagination{margin-top:48px}.hn-blog__pagination .nav-links{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.hn-blog__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border-radius:10px;background:#fff;border:1px solid var(--hn-color-border, #e5e7eb);color:var(--hn-color-text, #0f172a);text-decoration:none;font-size:14px;font-weight:600;transition:all .15s ease}.hn-blog__pagination .page-numbers:hover{border-color:var(--hn-color-primary, #5a6ddb);color:var(--hn-color-primary, #5a6ddb)}.hn-blog__pagination .page-numbers.current{background:var(--hn-color-primary, #5a6ddb);border-color:var(--hn-color-primary, #5a6ddb);color:#fff}.hn-blog__pagination .page-numbers.dots{border:0;background:transparent;cursor:default}.hn-blog__empty{padding:60px 20px;text-align:center;color:var(--hn-color-text-muted, #64748b);font-size:15px}@media (max-width: 900px){.hn-blog__layout{grid-template-columns:1fr;gap:32px}.hn-blog__sidebar{position:static}.hn-blog__cats{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.hn-blog__cat a{padding:6px 12px;background:#f1f5f9;border-radius:9999px;font-size:13px}.hn-blog__cat a:before{display:none}.hn-blog__cat.is-active a{background:var(--hn-color-primary, #5a6ddb);color:#fff}}@media (max-width: 600px){.hn-blog{padding:24px 0 60px}.hn-blog__title{font-size:28px}.hn-blog__grid{grid-template-columns:1fr;gap:18px}.hn-blog-card__body{padding:18px 18px 20px}.hn-blog-card__title{font-size:17px}}.hn-post{padding:0 0 80px}.hn-post__hero{position:relative;width:100%;min-height:clamp(480px,72vh,760px);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;margin:0 0 40px;overflow:hidden}.hn-post__hero-overlay{width:100%;background:linear-gradient(to bottom,#0000,#00000040 30%,#000000a6,#000000d9 80%,#000000eb);padding:100px 0 36px}.hn-post__hero-inner{color:#fff;max-width:900px}.hn-post__hero-cat{display:inline-block;padding:5px 12px;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;text-decoration:none;border-radius:9999px;margin-bottom:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .15s ease}.hn-post__hero-cat:hover{background:#ffffff47;color:#fff}.hn-post__hero .hn-post__title--on-hero{color:#fff!important;margin:0 0 14px;text-shadow:0 2px 12px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.7);max-width:720px}.hn-post__hero .hn-post__meta--on-hero{color:#ffffffeb}.hn-post__hero .hn-post__meta--on-hero strong{color:#fff}.hn-post__hero .hn-post__meta--on-hero time{color:#fff}.hn-post__hero .hn-post__meta--on-hero .hn-post__meta-sep{color:#fff9}.hn-post__container{max-width:760px;position:relative;z-index:1}.hn-post__header{text-align:left;padding:28px 0;margin:0 0 28px;border-bottom:1px solid var(--hn-color-border, #e5e7eb)}.hn-post__title{font-family:Georgia,Times New Roman,serif;font-size:1.85rem;font-weight:600;line-height:1.5;color:var(--hn-color-text, #0f172a);margin:0 0 14px}.hn-post__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:var(--hn-color-text-muted, #64748b)}.hn-post__meta strong{color:var(--hn-color-text, #0f172a);font-weight:700}.hn-post__meta time{color:var(--hn-color-text, #0f172a);font-weight:600}.hn-post__meta-sep{opacity:.5}.hn-post__content{font-size:16px;line-height:1.75;color:var(--hn-color-text, #0f172a)}.hn-post__content>p{margin:0 0 20px}.hn-post__content>p:last-child{margin-bottom:0}.hn-post__content h2,.hn-post__content h3,.hn-post__content h4,.hn-post__content h5,.hn-post__content h6{font-family:Georgia,Times New Roman,serif;font-style:normal;line-height:1.5;color:var(--hn-color-text, #0f172a)}.hn-post__content h2{font-size:1.7rem;font-weight:600;margin:48px 0 16px;padding-top:24px;border-top:1px solid var(--hn-color-border, #e5e7eb)}.hn-post__content h2:first-child{margin-top:0;padding-top:0;border-top:0}.hn-post__content h3{font-size:1.5rem;font-weight:600;margin:32px 0 12px}.hn-post__content h4{font-size:1.35rem;font-weight:600;margin:24px 0 10px;color:var(--hn-color-text-muted, #64748b)}.hn-post__content h5{font-size:1.25rem;font-weight:500;margin:20px 0 10px;color:var(--hn-color-text-muted, #64748b)}.hn-post__content h6{font-size:1rem;font-weight:500;margin:18px 0 8px}.hn-post__content a{color:var(--hn-color-primary, #5a6ddb);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.hn-post__content a:hover{text-decoration-thickness:2px}.hn-post__content strong,.hn-post__content b{color:var(--hn-color-text, #0f172a);font-weight:700}.hn-post__content ul,.hn-post__content ol{margin:0 0 24px;padding-left:24px}.hn-post__content li{margin:6px 0;line-height:1.65}.hn-post__content blockquote{margin:28px 0;padding:16px 20px;border-left:4px solid var(--hn-color-primary, #5a6ddb);background:var(--hn-color-bg-soft, #f8fafc);border-radius:0 8px 8px 0;font-style:italic;color:var(--hn-color-text, #0f172a)}.hn-post__content blockquote p:last-child{margin-bottom:0}.hn-post__content img,.hn-post__content figure{max-width:100%;height:auto;margin:24px auto;display:block;border-radius:12px}.hn-post__content figure figcaption{text-align:center;font-size:13px;color:var(--hn-color-text-muted, #64748b);margin-top:8px;font-style:italic}.hn-post__content hr{border:0;height:1px;background:var(--hn-color-border, #e5e7eb);margin:40px auto;width:60px}.hn-post__content code{background:var(--hn-color-bg-soft, #f8fafc);padding:2px 6px;border-radius:4px;font-size:.9em}.hn-post__content pre{background:var(--hn-color-bg-soft, #f8fafc);padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}.hn-post__footer{margin-top:48px;padding-top:24px;border-top:1px solid var(--hn-color-border, #e5e7eb);display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px}.hn-post__footer-label{color:var(--hn-color-text-muted, #64748b);font-weight:600;margin-right:4px}.hn-post__cat-tag{display:inline-block;padding:4px 12px;background:var(--hn-color-bg-soft, #f8fafc);border:1px solid var(--hn-color-border, #e5e7eb);border-radius:9999px;color:var(--hn-color-text, #0f172a);text-decoration:none;font-size:12px;font-weight:600;transition:all .15s ease}.hn-post__cat-tag:hover{background:var(--hn-color-primary, #5a6ddb);color:#fff;border-color:var(--hn-color-primary, #5a6ddb)}.hn-post__nav{margin:60px 0 0;padding:28px 0;background:var(--hn-color-bg-soft, #f8fafc);border-top:1px solid var(--hn-color-border, #e5e7eb);border-bottom:1px solid var(--hn-color-border, #e5e7eb)}.hn-post__nav-inner{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch}.hn-post__nav-col{min-width:0}.hn-post__nav-col--prev{text-align:left}.hn-post__nav-col--next{text-align:right;padding-left:32px;border-left:1px solid var(--hn-color-border, #e5e7eb);margin-left:-32px}.hn-post__nav-link{display:block;text-decoration:none;color:var(--hn-color-text, #0f172a);transition:opacity .15s ease}.hn-post__nav-link:hover{opacity:.75}.hn-post__nav-label{display:block;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--hn-color-text-muted, #64748b);margin-bottom:8px}.hn-post__nav-title{display:block;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:600;line-height:1.4;color:var(--hn-color-text, #0f172a)}.hn-post__related{margin:0;padding:60px 0 80px;background:linear-gradient(135deg,#5a6ddb0f,#5a6ddb1f)}.hn-post__related-title{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:600;line-height:1.5;color:var(--hn-color-text, #0f172a);margin:0 0 28px}.hn-post__related-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.hn-post__related-card .hn-blog-card__title{font-size:15px;line-height:1.35}.hn-post__related-card .hn-blog-card__body{padding:16px 18px 18px;gap:8px}.hn-post__related-card .hn-blog-card__image{aspect-ratio:4/3}@media (max-width: 1100px){.hn-post__related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hn-post__related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hn-post__nav{padding:22px 0;margin-top:40px}.hn-post__nav-inner{grid-template-columns:1fr;gap:18px}.hn-post__nav-col--next{text-align:left;padding-left:0;margin-left:0;border-left:0;border-top:1px solid var(--hn-color-border, #e5e7eb);padding-top:18px}.hn-post__related{padding:40px 0 60px}.hn-post__related-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 1024px){.hn-post__title{font-size:1.9rem}.hn-post__content h2{font-size:1.7rem}.hn-post__content h3{font-size:1.5rem}.hn-post__content h4{font-size:1.3rem}.hn-post__content h5{font-size:1.1rem}}@media (max-width: 768px){.hn-post__hero{min-height:clamp(340px,60vh,540px);margin-bottom:28px}.hn-post__hero-overlay{padding:60px 0 24px}.hn-post__hero-cat{font-size:10px;padding:4px 10px;margin-bottom:12px}.hn-post__container{padding:0 18px}.hn-post__content{font-size:15.5px;line-height:1.7}}@media (max-width: 767px){.hn-post__title{font-size:1.5rem}.hn-post__content h2{font-size:1.4rem;margin-top:36px;padding-top:20px}.hn-post__content h3{font-size:1.3rem;margin-top:26px}.hn-post__content h4{font-size:1.2rem}.hn-post__content h5{font-size:1.1rem}}@media (max-width: 480px){.hn-post{padding-bottom:60px}}
