:root{--brand:#ff5a1f;--brand-dark:#d93d08;--ink:#18171c;--cream:#fff7ed;--muted:#6d6974;--line:#ebe8ee;--white:#fff;--dark:#1e1c24;--radius:24px;--shadow:0 24px 70px rgba(33,25,20,.12);--container:min(1240px,calc(100% - 40px));--header-h:82px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px;overflow-x:hidden;overflow-x:clip}
body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{line-height:1.08;letter-spacing:-.04em}
h1{font-size:clamp(2.7rem,5.7vw,5.4rem)}
h2{font-size:clamp(2.2rem,4.2vw,4rem)}
h3{font-size:1.35rem}
p{color:var(--muted)}
.container{width:var(--container);margin-inline:auto}
.content-narrow{max-width:860px}
.section-pad{padding:clamp(72px,9vw,132px) 0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:20px;z-index:9999;background:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:20px}
.icon{width:24px;height:24px;flex:0 0 auto}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--brand-dark);font-size:.76rem;font-weight:800;letter-spacing:.15em}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;line-height:1;padding:15px 24px;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.button:hover{background:var(--brand-dark);transform:translateY(-2px);box-shadow:0 12px 30px rgba(217,61,8,.25)}
.button-large{padding:19px 28px}
.hero-mobile-copy .button{background:var(--brand-dark)}
.cookie-actions [data-cookie-accept]{background:var(--brand-dark)}
.button-dark{background:var(--ink)}
.button-dark:hover{background:#000}
.button-light{background:#fff;color:var(--ink)}
.button-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}
.text-link{display:inline-flex;align-items:center;gap:9px;font-weight:800}
.text-link .icon{width:20px;transition:transform .2s ease}
.text-link:hover .icon{transform:translateX(4px)}
.icon-button{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;border-radius:50%;cursor:pointer;transition:background .2s ease}
.icon-button:hover{background:var(--cream)}
.announcement{display:flex;align-items:center;justify-content:center;gap:12px;min-height:36px;padding:7px 20px;background:var(--ink);color:#fff;text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.02em}
.announcement .icon{width:17px;height:17px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid transparent;backdrop-filter:saturate(180%) blur(18px);transition:box-shadow .2s ease,border-color .2s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 12px 35px rgba(24,23,28,.06)}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px;min-height:var(--header-h)}
.site-branding img,.custom-logo{width:184px;height:auto;max-height:58px;object-fit:contain}
.primary-navigation{justify-self:center}
.primary-navigation ul{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}
.primary-navigation a{display:block;padding:12px 14px;border-radius:999px;font-size:.92rem;font-weight:750;transition:color .2s ease,background .2s ease}
.primary-navigation a:hover,.primary-navigation .current-menu-item>a{color:var(--brand-dark);background:var(--cream)}
.primary-navigation .sub-menu{position:absolute;display:none;min-width:220px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.primary-navigation li{position:relative}
.primary-navigation li:hover>.sub-menu{display:block}
.header-actions{display:flex;align-items:center;gap:2px}
.cart-count{position:absolute;right:-1px;top:0;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:99px;background:var(--brand);color:#fff;font-size:10px;font-weight:800}
.cart-button.has-cart-feedback{background:#fff1e8;color:var(--brand-dark);animation:hyo-cart-pulse .55s ease}
.woocommerce-message:has(.hyo-cart-toast-source){display:none!important}
.hyo-cart-toast{--toast-top:125px;--toast-right:20px;position:fixed;z-index:805;top:var(--toast-top);right:var(--toast-right);display:grid;grid-template-columns:44px minmax(0,1fr) auto 28px;align-items:center;gap:12px;width:min(390px,calc(100vw - 28px));padding:14px 12px 14px 14px;border:1px solid #eadfd8;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 22px 65px rgba(24,23,28,.18);opacity:0;transform:translateY(-8px) scale(.96);transform-origin:calc(100% - 25px) top;pointer-events:none;transition:opacity .2s ease,transform .2s ease;backdrop-filter:blur(18px)}
.hyo-cart-toast:before{content:"";position:absolute;right:17px;top:-7px;width:13px;height:13px;border-top:1px solid #eadfd8;border-left:1px solid #eadfd8;background:#fff;transform:rotate(45deg)}
.hyo-cart-toast.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.hyo-cart-toast-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:#e7f7ec;color:#238246;font-size:1.15rem;font-weight:950}
.hyo-cart-toast-copy{display:block;min-width:0;line-height:1.25}.hyo-cart-toast-copy strong,.hyo-cart-toast-copy small{display:block}.hyo-cart-toast-copy strong{font-size:.9rem}.hyo-cart-toast-copy small{margin-top:5px;overflow:hidden;color:var(--muted);font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}
.hyo-cart-toast-view{padding:9px 11px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:.72rem;font-weight:850;white-space:nowrap;cursor:pointer}
.hyo-cart-toast-close{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#8b8790;font-size:1.15rem;cursor:pointer}.hyo-cart-toast-close:hover{background:#f3f1f4;color:var(--ink)}
@keyframes hyo-cart-pulse{0%,100%{transform:scale(1)}45%{transform:scale(1.14)}}
.menu-toggle{display:none}
.menu-close-icon{display:none}
.search-drawer{position:absolute;left:0;right:0;top:100%;padding:18px 0 24px;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 35px rgba(24,23,28,.08)}
.search-form{display:flex;max-width:720px;margin:auto;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#f8f7f9}
.search-form label{flex:1}
.search-field{width:100%;height:58px;border:0;background:transparent;padding:0 22px;outline:0}
.search-submit{border:0;background:var(--brand);color:#fff;padding:0 28px;font-weight:800;cursor:pointer}
.hero{position:relative;overflow:hidden;padding-top:clamp(55px,7vw,100px);background:linear-gradient(135deg,#fff 0%,#fff9f3 55%,#fff 100%)}
.hero:after{content:"";position:absolute;right:-5%;bottom:5%;width:42vw;height:42vw;max-width:620px;max-height:620px;border-radius:50%;background:rgba(255,90,31,.07);filter:blur(2px);z-index:0}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(40px,6vw,90px);align-items:center}
.hero-copy h1{max-width:760px;margin-bottom:26px}
.hero-copy>p{max-width:630px;margin-bottom:32px;font-size:clamp(1.05rem,1.5vw,1.25rem)}
.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:14px;margin-top:42px}
.hero-trust p{margin:0;color:var(--ink);line-height:1.25}
.hero-trust small{display:block;margin-top:4px;color:var(--muted)}
.avatars{display:flex}
.avatars span{display:grid;place-items:center;width:38px;height:38px;margin-left:-9px;border:3px solid #fff;border-radius:50%;background:var(--cream);color:var(--brand-dark);font-size:.75rem;font-weight:900}.avatars span:first-child{margin-left:0}.avatars span:nth-child(2){background:#ffe2d3}.avatars span:nth-child(3){background:#e7e1ff}.avatars span:nth-child(4){background:#dff5e5}
.hero-image-wrap{position:relative;isolation:isolate}
.hero-image-wrap:before{content:"";position:absolute;inset:8% -5% -5% 8%;z-index:-1;border-radius:46% 54% 52% 48%/55% 40% 60% 45%;background:var(--brand)}
.hero-image-wrap img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:44% 56% 48% 52%/55% 40% 60% 45%;box-shadow:var(--shadow)}
.hero-badge{position:absolute;left:-30px;bottom:40px;display:flex;align-items:center;gap:10px;padding:13px 18px;background:#fff;border-radius:16px;box-shadow:0 18px 45px rgba(24,23,28,.18)}
.hero-badge strong{font-size:1.35rem;color:var(--brand)}.hero-badge span{max-width:75px;font-size:.76rem;font-weight:800;line-height:1.25}
.section-heading{margin-bottom:clamp(40px,5vw,70px)}
.section-heading.centered{max-width:760px;margin-inline:auto;text-align:center}
.section-heading.centered .eyebrow{justify-content:center}.section-heading.centered p{max-width:620px;margin-inline:auto;font-size:1.08rem}
.section-heading.split{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.section-heading.split h2{margin-bottom:0}
.benefits{background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.benefit-card{position:relative;min-height:360px;padding:38px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}
.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.benefit-card.featured{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-18px)}
.benefit-card.featured p{color:#c9c6ce}
.benefit-number{position:absolute;right:25px;top:20px;color:#dedbe2;font-size:2.8rem;font-weight:900;letter-spacing:-.08em}
.featured .benefit-number{color:#3d3a45}
.benefit-icon{display:grid;place-items:center;width:84px;height:84px;margin:36px 0 40px;border-radius:24px;background:var(--cream);font-size:2.6rem;transform:rotate(-4deg)}
.featured .benefit-icon{background:var(--brand)}
.benefit-card h3{font-size:1.6rem}.benefit-card p{margin-bottom:0}
.products-section{background:#f7f6f8}
.woocommerce ul.products,ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0!important;padding:0!important;list-style:none;clear:both}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product,ul.products li.product{display:flex!important;flex-direction:column;float:none!important;width:auto!important;margin:0!important;padding:12px 12px 20px!important;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.woocommerce ul.products li.product:hover,ul.products li.product:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(24,23,28,.11)}
.woocommerce ul.products li.product a.woocommerce-loop-product__link,ul.products li.product a.woocommerce-loop-product__link{display:flex;flex:1;flex-direction:column;min-width:0}
.woocommerce ul.products li.product a img,ul.products li.product a img{width:100%;aspect-ratio:1/1;object-fit:cover;margin:0 0 18px!important;border-radius:15px;background:#f2f1f4;transition:transform .35s ease}
.woocommerce ul.products li.product:hover a img,ul.products li.product:hover a img{transform:scale(1.025)}
.woocommerce ul.products li.product .woocommerce-loop-product__title,ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:2.65em;padding:0 8px!important;overflow:hidden;color:var(--ink);font-size:1.12rem!important;line-height:1.3;letter-spacing:-.025em;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.woocommerce ul.products li.product .price,ul.products li.product .price{display:block;margin-top:auto;padding:4px 8px 0!important;color:var(--brand-dark)!important;font-size:1.05rem!important;font-weight:850}
.product-card-excerpt{padding:0 8px;margin:2px 0 14px;font-size:.85rem;line-height:1.45}
.woocommerce ul.products li.product .product-card-excerpt,ul.products li.product .product-card-excerpt{display:-webkit-box;min-height:2.9em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.woocommerce ul.products li.product .button,ul.products li.product .button{margin:12px 8px 0!important;padding:13px 16px;width:calc(100% - 16px);background:var(--ink);font-size:.86rem}
.woocommerce span.onsale{top:24px!important;left:24px!important;min-width:0!important;min-height:0!important;line-height:1!important;margin:0!important;padding:9px 12px!important;background:var(--brand)!important;border-radius:999px!important;font-size:.72rem!important}
.steps{background:var(--cream)}
.steps-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(50px,8vw,120px);align-items:start}
.steps-intro{position:sticky;top:130px}.steps-intro p{max-width:430px;margin-bottom:30px}
.steps-list{margin:0;padding:0;list-style:none}
.steps-list li{display:grid;grid-template-columns:70px 1fr;gap:25px;padding:35px 0;border-bottom:1px solid #e8d8c9}.steps-list li:first-child{padding-top:0}.steps-list li>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--brand);color:#fff;font-size:1.35rem;font-weight:900}.steps-list h3{margin-bottom:9px;font-size:1.55rem}.steps-list p{margin-bottom:0}
.story{background:#fff}
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(45px,8vw,110px);align-items:center}
.story-visual{position:relative}.story-visual>picture{display:block}.story-visual>img,.story-visual>picture>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:32px 32px 120px 32px}.story-note{position:absolute;right:-35px;bottom:-35px;display:flex;gap:12px;max-width:300px;padding:24px;background:var(--ink);color:#fff;border-radius:20px;box-shadow:var(--shadow)}.story-note span{color:var(--brand);font-size:3rem;font-weight:900;line-height:.8}.story-note p{margin:0;color:#fff;font-size:.95rem}.story-copy p{font-size:1.04rem}.story-copy .text-link{margin-top:15px;color:var(--brand-dark)}
.reviews{background:var(--ink);color:#fff;overflow:hidden}
.reviews .eyebrow{color:#ff8b5f}.reviews .section-heading h2{color:#fff}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{margin:0;padding:32px;border:1px solid #3d3a44;border-radius:22px;background:#26242d}.review-card:nth-child(2){background:var(--brand);border-color:var(--brand);transform:translateY(-18px)}
.stars{margin-bottom:28px;color:#ffbd42;letter-spacing:.12em}.review-card:nth-child(2) .stars{color:#fff3a6}
.review-card>p{min-height:130px;margin-bottom:28px;color:#e7e4eb;font-size:1.04rem}.review-card:nth-child(2)>p{color:#fff}
.review-card footer{display:flex;align-items:center;gap:13px}.review-card footer>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--ink);font-size:.75rem;font-weight:900}.review-card footer strong,.review-card footer small{display:block}.review-card footer small{color:#aaa6b2}.review-card:nth-child(2) footer small{color:#ffe3d7}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(45px,8vw,120px)}
.faq-intro{align-self:start;position:sticky;top:130px}.faq-intro .text-link{color:var(--brand-dark)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0;font-size:1.16rem;font-weight:800;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--cream);color:var(--brand);font-size:1.4rem;transition:transform .2s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:700px;padding:0 55px 25px 0;margin:0}
.prefooter{padding:32px 0;border-top:1px solid var(--line);background:#fff}
.prefooter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.prefooter-grid>div{display:flex;align-items:center;justify-content:center;gap:14px}.prefooter-grid .icon{color:var(--brand);width:30px;height:30px}.prefooter-grid strong,.prefooter-grid small{display:block}.prefooter-grid small{color:var(--muted)}
.site-footer{padding-top:75px;background:#17161b;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr 1fr;gap:55px;padding-bottom:65px}.footer-brand img{width:210px;margin-bottom:25px}.footer-brand p{max-width:380px;color:#aaa6b2}.footer-social-links{display:flex;flex-wrap:wrap;gap:10px 18px}.social-link{display:inline-flex;align-items:center;gap:8px;color:#ff8b5f;font-weight:800}.social-link .icon{width:18px}.site-footer h2{font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin:11px 0}.site-footer li a,.footer-contact>a:not(.button){color:#b9b5c1;transition:color .2s}.site-footer li a:hover,.footer-contact>a:not(.button):hover{color:#fff}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-contact .button{margin-top:10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:24px 0;border-top:1px solid #35323b;color:#8e8a96;font-size:.8rem}.footer-bottom a{color:#fff}
.page-shell,.shop-shell{padding:clamp(60px,8vw,110px) 0}.page-header{margin-bottom:45px}.page-header h1{font-size:clamp(2.7rem,5vw,4.8rem)}.entry-content{font-size:1.04rem}.entry-content h2,.entry-content h3{margin-top:2.2em}.entry-content a{text-decoration:underline;text-decoration-color:var(--brand);text-underline-offset:3px}.entry-content table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}.entry-content th,.entry-content td{padding:12px;border:1px solid var(--line)}.single-cover{margin:0 0 50px}.single-cover img{border-radius:var(--radius)}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.post-card{border:1px solid var(--line);border-radius:20px;overflow:hidden}.post-card img{aspect-ratio:16/10;object-fit:cover}.post-card>div{padding:24px}.post-card time{font-size:.76rem;color:var(--brand-dark);font-weight:800}.post-card h2{font-size:1.5rem}.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;padding:80px 0}.not-found .container{max-width:720px}.not-found-code{display:block;color:var(--cream);font-size:clamp(8rem,25vw,18rem);font-weight:900;line-height:.6;letter-spacing:-.1em}.not-found p{font-size:1.1rem}
.shop-shell .woocommerce-breadcrumb{margin-bottom:35px;color:var(--muted)}.shop-shell .woocommerce-products-header{margin-bottom:40px}
.single-product .shop-shell{padding-top:38px}.single-product .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);gap:clamp(38px,6vw,82px);align-items:start}.single-product .woocommerce div.product div.images,.single-product .woocommerce div.product div.summary{float:none!important;width:auto!important;margin-bottom:0!important}.single-product .woocommerce div.product div.images{padding:clamp(16px,2vw,26px);border:1px solid var(--line);border-radius:30px;background:#f8f7f9}.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;overflow:hidden;border-radius:20px;background:#fff}.single-product .woocommerce div.product div.images img{border-radius:20px}.single-product .woocommerce div.product div.summary{position:sticky;top:130px;padding:clamp(28px,3.5vw,46px);border:1px solid #f0ded0;border-radius:30px;background:linear-gradient(145deg,#fffaf5,#fff);box-shadow:0 22px 65px rgba(33,25,20,.08)}
.single-product-kicker{margin:0 0 14px;color:var(--brand-dark);font-size:.76rem;font-weight:900;letter-spacing:.15em}.single-product .woocommerce div.product .product_title{margin-bottom:16px;font-size:clamp(2.45rem,4vw,4.2rem)}.single-product-status{display:flex;align-items:center;gap:8px;margin:-4px 0 14px;color:#237a42;font-size:.86rem;font-weight:800}.single-product-status span{width:9px;height:9px;border-radius:50%;background:#30a95b;box-shadow:0 0 0 5px rgba(48,169,91,.12)}.single-product .woocommerce div.product p.price{margin-bottom:22px;color:var(--brand-dark)!important;font-size:1.9rem!important;font-weight:900}.single-product .woocommerce-product-details__short-description{padding-bottom:6px}.single-product .woocommerce-product-details__short-description p{color:#59545f;font-size:1.02rem;line-height:1.7}.single-product .woocommerce div.product form.cart{display:grid;grid-template-columns:92px 1fr;gap:12px;margin:26px 0 18px!important;padding-top:24px;border-top:1px solid #eaded4}.woocommerce .quantity .qty{width:100%;min-height:56px;border:1px solid #ddd4cc;border-radius:999px;background:#fff}.single-product .woocommerce div.product form.cart .button{min-height:56px;padding-inline:24px;font-size:1rem}.single-product .product_meta{display:flex;gap:6px;margin-top:22px;color:var(--muted);font-size:.82rem}.single-product .product_meta a{color:var(--ink);font-weight:800}
.single-product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.single-product-assurances>div{display:flex;align-items:center;gap:8px;min-width:0;padding:12px 9px;border:1px solid #f0ded0;border-radius:14px;background:#fff}.single-product-assurances .icon{width:20px;height:20px;color:var(--brand);flex:0 0 20px}.single-product-assurances strong,.single-product-assurances small{display:block;line-height:1.2}.single-product-assurances strong{font-size:.72rem}.single-product-assurances small{margin-top:4px;color:var(--muted);font-size:.64rem}.single-product-shipping-note{margin:14px 0 0;text-align:center;color:var(--ink);font-size:.78rem;font-weight:750}
.single-product .woocommerce-tabs,.single-product .related.products,.single-product .upsells.products{grid-column:1/-1;width:100%;min-width:0}.single-product .woocommerce-tabs{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(32px,5vw,72px);margin-top:clamp(55px,7vw,95px);padding:clamp(28px,4vw,50px);border-radius:30px;background:#f7f6f8}.single-product .woocommerce-tabs ul.tabs{display:flex!important;flex-direction:column;gap:6px;margin:0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs:before,.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}.single-product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important}.single-product .woocommerce-tabs ul.tabs li a{display:block!important;padding:13px 16px!important;border-radius:12px;color:var(--muted)!important}.single-product .woocommerce-tabs ul.tabs li.active a{background:#fff;color:var(--ink)!important;box-shadow:0 8px 24px rgba(24,23,28,.07)}.single-product .woocommerce-tabs .panel{margin:0!important}.single-product .woocommerce-tabs .panel>h2:first-child{margin-bottom:24px;font-size:clamp(1.8rem,3vw,2.65rem)}.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{color:#59545f}.single-product .woocommerce-tabs .panel ul{padding-left:22px}.single-product .related.products,.single-product .upsells.products{display:block!important;margin-top:clamp(65px,8vw,110px)}.single-product .related.products>h2,.single-product .upsells.products>h2{margin-bottom:35px;font-size:clamp(2rem,4vw,3.5rem)}.woocommerce #reviews #comments ol.commentlist{padding:0}.woocommerce-message,.woocommerce-info{border-top-color:var(--brand)!important;background:var(--cream)}.woocommerce-message:before,.woocommerce-info:before{color:var(--brand)!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container .select2-selection--single{min-height:50px;border:1px solid var(--line);border-radius:12px;padding:11px}.woocommerce-checkout #payment{background:#f6f5f7!important;border-radius:18px!important}
.post-type-archive-product .shop-shell,.tax-product_cat .shop-shell{padding-top:32px}.post-type-archive-product .shop-shell .woocommerce-breadcrumb,.tax-product_cat .shop-shell .woocommerce-breadcrumb{margin-bottom:24px}.catalog-hero{--catalog-accent:#ff5a1f;position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:clamp(30px,5vw,72px);min-height:470px;padding:clamp(38px,5vw,72px);overflow:hidden;border:1px solid #f1dfd2;border-radius:34px;background:linear-gradient(135deg,#fffaf5 0%,#fff1e6 100%)}.catalog-hero:after{content:"";position:absolute;right:-8%;bottom:-36%;z-index:-1;width:480px;height:480px;border-radius:50%;background:color-mix(in srgb,var(--catalog-accent) 13%,transparent)}.catalog-tone-yasakli-kelime-oyunlari{--catalog-accent:#ff5a1f}.catalog-tone-parti-oyunlari{--catalog-accent:#8758e8;background:linear-gradient(135deg,#fbf9ff,#f0eaff);border-color:#e3daf8}.catalog-tone-kart-oyunlari{--catalog-accent:#168760;background:linear-gradient(135deg,#f6fffb,#e3f7ef);border-color:#d0eee2}.catalog-tone-cift-oyunlari{--catalog-accent:#e74778;background:linear-gradient(135deg,#fff8fa,#ffeaf1);border-color:#f6d6e1}.catalog-hero-copy{align-self:center;position:relative;z-index:2}.catalog-hero .eyebrow{color:color-mix(in srgb,var(--catalog-accent) 78%,#111)}.catalog-hero h1{max-width:650px;margin-bottom:24px;font-size:clamp(2.8rem,5vw,5rem)}.catalog-hero-description{max-width:610px}.catalog-hero-description p{margin-bottom:0;color:#58525d;font-size:1.06rem}.catalog-hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px;flex-wrap:wrap}.catalog-hero .button{background:var(--catalog-accent)}.catalog-hero .button:hover{background:color-mix(in srgb,var(--catalog-accent) 83%,#000)}.catalog-count{display:inline-flex;align-items:baseline;gap:5px;margin-left:auto;padding:10px 14px;border:1px solid rgba(24,23,28,.08);border-radius:999px;background:rgba(255,255,255,.72);color:var(--muted);font-size:.78rem}.catalog-count strong{color:var(--ink);font-size:1.25rem}.catalog-hero-visual{position:relative;align-self:stretch;min-height:350px}.catalog-hero-visual a{position:absolute;display:block;width:48%;overflow:hidden;border:7px solid rgba(255,255,255,.95);border-radius:24px;background:#fff;box-shadow:0 24px 55px rgba(34,24,20,.16);transition:transform .25s ease}.catalog-hero-visual a:hover{z-index:5;transform:translateY(-8px) rotate(0)!important}.catalog-hero-visual a:nth-child(1){z-index:3;left:24%;top:3%;transform:rotate(-2deg)}.catalog-hero-visual a:nth-child(2){z-index:2;left:0;bottom:0;width:42%;transform:rotate(-7deg)}.catalog-hero-visual a:nth-child(3){z-index:1;right:0;bottom:5%;width:42%;transform:rotate(7deg)}.catalog-hero-visual img{width:100%;aspect-ratio:1/1;object-fit:cover}.catalog-hero-visual.catalog-images-1 a:first-child{left:18%;top:0;width:64%;transform:rotate(2deg)}.catalog-hero-visual.catalog-images-2 a:first-child{left:7%;top:2%;width:53%}.catalog-hero-visual.catalog-images-2 a:nth-child(2){left:auto;right:4%;bottom:2%;width:53%;transform:rotate(6deg)}
.catalog-category-nav{margin:28px 0 70px}.catalog-category-label{display:block;margin-bottom:13px;color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.15em}.catalog-category-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.catalog-category-links a{display:flex;align-items:center;gap:10px;min-width:0;padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:#fff;font-size:.82rem;font-weight:800;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.catalog-category-links a:hover{transform:translateY(-2px);border-color:#d5ccd8;box-shadow:0 10px 25px rgba(24,23,28,.06)}.catalog-category-links a>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:var(--cream);color:var(--brand-dark);font-size:.8rem;font-weight:900}.catalog-category-links a small{margin-left:auto;color:var(--muted)}.catalog-category-links a.is-active{border-color:var(--ink);background:var(--ink);color:#fff}.catalog-category-links a.is-active>span{background:var(--brand);color:#fff}.catalog-category-links a.is-active small{color:#c7c3cc}.catalog-loop-heading{clear:both;margin-bottom:32px;scroll-margin-top:140px}.catalog-loop-heading .eyebrow{margin-bottom:13px}.catalog-loop-heading h2{margin:0;font-size:clamp(2.15rem,4vw,3.7rem)}.post-type-archive-product .woocommerce-result-count,.tax-product_cat .woocommerce-result-count{margin:6px 0 24px!important;color:var(--muted)}.post-type-archive-product .woocommerce-ordering,.tax-product_cat .woocommerce-ordering{margin:0 0 24px!important}.post-type-archive-product .woocommerce-ordering select,.tax-product_cat .woocommerce-ordering select{min-height:44px;padding:0 40px 0 16px;border:1px solid var(--line);border-radius:999px;background:#fff}.post-type-archive-product .woocommerce ul.products,.tax-product_cat .woocommerce ul.products{clear:both}.catalog-guide{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(40px,7vw,95px);margin-top:clamp(70px,9vw,120px);padding:clamp(34px,5vw,65px);border-radius:30px;background:var(--ink);color:#fff}.catalog-guide-intro p{max-width:420px;color:#c5c1ca}.catalog-guide-intro .eyebrow{color:#ff8b5f}.catalog-guide-intro h2{font-size:clamp(2.2rem,4vw,3.7rem)}.catalog-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.catalog-guide-grid article{padding:24px;border:1px solid #3d3944;border-radius:20px;background:#25232b}.catalog-guide-grid article>span{color:#ff8b5f;font-size:.78rem;font-weight:900;letter-spacing:.1em}.catalog-guide-grid h3{margin:40px 0 12px;font-size:1.2rem}.catalog-guide-grid p{margin:0;color:#bcb8c3;font-size:.88rem}
.cookie-banner{position:fixed;z-index:1000;left:24px;right:24px;bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:940px;margin:auto;padding:20px 22px;border:1px solid #34313a;border-radius:18px;background:rgba(24,23,28,.97);box-shadow:0 20px 70px rgba(0,0,0,.35);color:#fff}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:1.04rem}.cookie-banner p{margin:3px 0 0;color:#c3becb;font-size:.86rem}.cookie-actions{display:flex;gap:10px;flex:0 0 auto}.cookie-actions .button-ghost{color:#fff;border-color:#514d59}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}
@media(max-width:1024px){:root{--container:min(100% - 32px,960px)}.header-inner{gap:16px}.primary-navigation a{padding:10px}.hero-grid{grid-template-columns:1fr 1fr;gap:35px}.woocommerce ul.products,ul.products{grid-template-columns:repeat(3,1fr)}.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);gap:32px}.single-product-assurances{grid-template-columns:1fr}.single-product-assurances>div{padding:10px 12px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.story-note{right:-10px}.review-card{padding:26px}}
@media(max-width:820px){:root{--header-h:70px}.announcement{font-size:.72rem}.header-inner{grid-template-columns:44px 1fr auto}.menu-toggle{display:grid}.site-branding{justify-self:center}.site-branding img,.custom-logo{width:155px;max-height:50px}.primary-navigation{position:fixed;left:0;right:0;top:calc(36px + var(--header-h));height:calc(100dvh - 36px - var(--header-h));padding:28px 20px;background:#fff;transform:translateX(-105%);transition:transform .3s ease;overflow:auto}.primary-navigation.is-open{transform:translateX(0)}.primary-navigation ul{display:block}.primary-navigation li{border-bottom:1px solid var(--line)}.primary-navigation a{padding:15px 8px;font-size:1.2rem}.primary-navigation .sub-menu{position:static;display:block;padding:0 0 10px 15px;border:0;box-shadow:none}.menu-toggle[aria-expanded=true] .menu-open-icon{display:none}.menu-toggle[aria-expanded=true] .menu-close-icon{display:block}.desktop-action{display:none}.hero-grid,.steps-grid,.story-grid,.faq-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero-visual{max-width:650px;margin:20px auto 0}.benefit-grid,.review-grid{grid-template-columns:1fr}.benefit-card,.benefit-card.featured,.review-card:nth-child(2){min-height:0;transform:none}.woocommerce ul.products,ul.products{grid-template-columns:repeat(2,1fr)}.steps-intro,.faq-intro{position:static}.story-grid{gap:80px}.story-visual{max-width:680px}.review-card>p{min-height:0}.prefooter-grid{grid-template-columns:1fr}.prefooter-grid>div{justify-content:flex-start}.footer-grid{grid-template-columns:1.2fr 1fr}.footer-brand{grid-column:1/-1}.post-grid{grid-template-columns:repeat(2,1fr)}.single-product .woocommerce div.product{grid-template-columns:1fr}.single-product .woocommerce div.product div.summary{position:static}.single-product .woocommerce-tabs{grid-template-columns:1fr}.single-product .woocommerce-tabs ul.tabs{flex-direction:row;overflow-x:auto}.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}.cookie-actions .button{flex:1}}
@media(max-width:560px){:root{--container:calc(100% - 28px)}body{font-size:15px}.section-pad{padding:68px 0}.announcement{min-height:34px;padding-inline:12px}.announcement span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.announcement .icon{display:none}.header-inner{gap:5px}.site-branding img,.custom-logo{width:140px}.header-actions .icon-button{width:40px}.hero{padding-top:48px}.hero-grid{display:flex;flex-direction:column}.hero-copy h1{font-size:clamp(2.65rem,12vw,4rem)}.hero-actions{flex-direction:column;gap:18px}.hero-actions .button{width:100%}.hero-trust{margin-top:32px}.hero-image-wrap:before{inset:9% -3% -4% 6%}.hero-badge{left:5px;bottom:18px}.benefit-card{padding:30px}.benefit-icon{margin:20px 0 30px}.section-heading.split{align-items:flex-start;flex-direction:column}.woocommerce ul.products,ul.products{display:flex!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px!important;padding:4px 14px 20px!important;scrollbar-width:none}.woocommerce ul.products::-webkit-scrollbar,ul.products::-webkit-scrollbar{display:none}.woocommerce ul.products li.product,ul.products li.product{flex:0 0 78%;scroll-snap-align:start}.single-product .shop-shell{padding-top:24px}.single-product .shop-shell .woocommerce-breadcrumb{margin-bottom:22px;font-size:.76rem}.single-product .woocommerce div.product div.images{padding:10px;border-radius:22px}.single-product .woocommerce div.product div.summary{padding:25px 20px;border-radius:22px}.single-product .woocommerce div.product .product_title{font-size:2.5rem}.single-product .woocommerce div.product form.cart{grid-template-columns:80px 1fr}.single-product-assurances{grid-template-columns:1fr}.single-product .woocommerce-tabs{margin-top:45px;margin-inline:-14px;padding:25px 14px;border-radius:0}.single-product .woocommerce-tabs ul.tabs{margin-inline:-14px!important;padding:2px 14px 12px!important}.single-product .related.products,.single-product .upsells.products{margin-top:65px}.single-product .related.products>h2,.single-product .upsells.products>h2{font-size:2.45rem}.steps-list li{grid-template-columns:52px 1fr;gap:16px}.steps-list li>span{width:48px;height:48px}.story-visual>img{border-radius:24px 24px 75px 24px}.story-note{left:18px;right:-3px;bottom:-48px}.review-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding:4px 14px 20px;scrollbar-width:none}.review-card{flex:0 0 88%;scroll-snap-align:center}.prefooter-grid{gap:18px}.site-footer{padding-top:55px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 22px}.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column}.post-grid{grid-template-columns:1fr}.cookie-banner{left:12px;right:12px;bottom:12px;padding:17px}.cookie-actions{flex-direction:column}.not-found-code{font-size:9rem}}
@media(max-width:820px){.no-announcement .primary-navigation{top:var(--header-h);height:calc(100dvh - var(--header-h))}}
body{overflow-x:clip}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:var(--brand)}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:var(--brand-dark)}
@media(max-width:820px){.primary-navigation{width:100%;max-width:none;justify-self:stretch;transform:translateX(-100%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease}.primary-navigation.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}}
.benefit-number{color:#827d89}.featured .benefit-number{color:#aaa6b2}
.products-section .eyebrow{color:#ae3008}
.woocommerce ul.products li.product .button,ul.products li.product .button{background:var(--ink)!important;color:#fff!important}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #1769e0;outline-offset:3px}
@media(max-width:1024px){.catalog-hero{grid-template-columns:minmax(0,1fr) 360px;min-height:430px;padding:42px}.catalog-hero-visual{min-height:320px}.catalog-category-links{grid-template-columns:repeat(3,1fr)}.catalog-guide{grid-template-columns:1fr}.catalog-guide-intro{max-width:650px}.catalog-guide-grid h3{margin-top:28px}}
@media(max-width:820px){.catalog-hero{grid-template-columns:1fr;padding:38px;min-height:0}.catalog-hero-copy{order:1}.catalog-hero-visual{order:2;min-height:330px}.catalog-count{margin-left:0}.catalog-category-links{display:flex;overflow-x:auto;margin-inline:-16px;padding:3px 16px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.catalog-category-links::-webkit-scrollbar{display:none}.catalog-category-links a{flex:0 0 220px;scroll-snap-align:start}.catalog-guide-grid{grid-template-columns:1fr}.catalog-guide-grid article{display:grid;grid-template-columns:42px 1fr;gap:0 14px}.catalog-guide-grid article>span{grid-row:1/3}.catalog-guide-grid h3{margin:0 0 8px}.catalog-guide-grid p{grid-column:2}}
@media(max-width:560px){.post-type-archive-product .shop-shell,.tax-product_cat .shop-shell{padding-top:22px}.catalog-hero{margin-inline:-2px;padding:29px 20px 24px;border-radius:24px}.catalog-hero h1{font-size:2.65rem}.catalog-hero-description p{font-size:.96rem}.catalog-hero-actions{align-items:flex-start;flex-direction:column;gap:15px;margin-top:25px}.catalog-hero-actions .button{width:100%}.catalog-hero-visual{min-height:260px}.catalog-hero-visual a{border-width:5px;border-radius:17px}.catalog-category-nav{margin:24px 0 52px}.catalog-category-links{margin-inline:-14px;padding-inline:14px}.catalog-category-links a{flex-basis:205px}.catalog-loop-heading{margin-bottom:24px}.catalog-guide{margin:70px -14px 0;padding:44px 20px;border-radius:0}.catalog-guide-grid article{padding:20px}.post-type-archive-product .woocommerce-ordering,.tax-product_cat .woocommerce-ordering{float:none}.post-type-archive-product .woocommerce-ordering select,.tax-product_cat .woocommerce-ordering select{width:100%}}
.woocommerce .catalog-hero .button{background:var(--catalog-accent)!important;color:#fff!important}.woocommerce .catalog-hero .button:hover{background:color-mix(in srgb,var(--catalog-accent) 83%,#000)!important;color:#fff!important}

/* Corporate and legal content imported from the legacy storefront. */
.is-legal-page .content-narrow{max-width:1080px}
.is-legal-page .page-shell{padding-top:clamp(48px,6vw,82px)}
.is-legal-page .page-header{max-width:880px;margin-bottom:30px}
.is-legal-page .page-header h1{font-size:clamp(2.35rem,4.2vw,4rem);overflow-wrap:anywhere}
.hyo-legal-nav{display:flex;gap:8px;margin:0 0 28px;padding:4px 2px 14px;overflow-x:auto;scrollbar-width:thin}
.hyo-legal-nav a{flex:0 0 auto;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.75rem;font-weight:800;text-decoration:none;transition:border-color .2s,background .2s,color .2s}
.hyo-legal-nav a:hover{border-color:#cfc8d2;color:var(--ink)}
.hyo-legal-nav a.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.is-legal-page .entry-content{padding:clamp(28px,5vw,58px);border:1px solid var(--line);border-radius:28px;background:#faf9fb;box-shadow:0 18px 55px rgba(24,23,28,.045);font-size:1rem;line-height:1.78}
.is-legal-page .entry-content>p:first-child{margin-top:0}
.is-legal-page .entry-content p,.is-legal-page .entry-content li{color:#514d57}
.is-legal-page .entry-content h2{margin:2.2em 0 .72em;padding-top:.9em;border-top:1px solid var(--line);font-size:clamp(1.5rem,2.5vw,2.15rem)}
.is-legal-page .entry-content h3{margin:1.9em 0 .7em;font-size:1.25rem}
.is-legal-page .entry-content ul,.is-legal-page .entry-content ol{padding-left:1.35rem}
.is-legal-page .entry-content li{margin:.55em 0}
.is-legal-page .entry-content strong{color:var(--ink)}
.is-legal-page .entry-content table{width:100%;margin:25px 0;background:#fff}
.is-legal-page .entry-content th{background:#f0edf2;text-align:left}
.footer-corporate li{margin:8px 0}
.footer-corporate li a{font-size:.83rem;line-height:1.35}

@media(max-width:560px){
	.is-legal-page .page-header{margin-bottom:22px}
	.is-legal-page .page-header h1{font-size:2.35rem}
	.hyo-legal-nav{margin-inline:-14px;padding-inline:14px}
	.is-legal-page .entry-content{margin-inline:-4px;padding:23px 18px;border-radius:20px;font-size:.94rem;line-height:1.72}
	.is-legal-page .entry-content h2{font-size:1.55rem}
}

/* Storefront polish v1.2: cart drawer, product detail and checkout. */
body.cart-drawer-open{overflow:hidden}
.hyo-cart-overlay{position:fixed;inset:0;z-index:800;background:rgba(12,10,14,.52);opacity:0;backdrop-filter:blur(2px);transition:opacity .25s ease}
.hyo-cart-overlay.is-open{opacity:1}
.hyo-cart-drawer{position:fixed;z-index:810;top:0;right:0;display:flex;width:min(520px,100%);height:100dvh;flex-direction:column;background:#fff;box-shadow:-25px 0 80px rgba(17,14,20,.2);transform:translateX(105%);visibility:hidden;transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility .32s}
.hyo-cart-drawer.is-open{transform:translateX(0);visibility:visible}
.hyo-cart-drawer.is-updating .hyo-cart-drawer-content{opacity:.55;pointer-events:none}
.hyo-cart-drawer-header{display:flex;align-items:center;justify-content:space-between;min-height:110px;padding:22px 28px;border-bottom:1px solid var(--line)}
.hyo-cart-drawer-header span{display:block;margin-bottom:5px;color:var(--brand-dark);font-size:.68rem;font-weight:900;letter-spacing:.15em}
.hyo-cart-drawer-header h2{margin:0;font-size:1.75rem}
.hyo-cart-drawer-content{display:flex;min-height:0;flex:1;flex-direction:column;transition:opacity .2s ease}
.hyo-cart-empty{display:flex;max-width:380px;margin:auto;padding:42px 28px;align-items:center;flex-direction:column;text-align:center}
.hyo-cart-empty-icon{display:grid;width:76px;height:76px;margin-bottom:25px;place-items:center;border-radius:50%;background:var(--cream);color:var(--brand)}
.hyo-cart-empty-icon .icon{width:31px;height:31px}
.hyo-cart-empty h3{margin-bottom:10px;font-size:1.65rem}
.hyo-cart-empty p{margin-bottom:27px}
.hyo-cart-items{flex:1;padding:8px 28px;overflow:auto;overscroll-behavior:contain}
.hyo-cart-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}
.hyo-cart-item-image{overflow:hidden;border-radius:16px;background:#f7f5f3}
.hyo-cart-item-image img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain}
.hyo-cart-item-copy{min-width:0}
.hyo-cart-item-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.hyo-cart-item-heading>a:first-child{font-weight:900;line-height:1.25}
.hyo-cart-remove{color:var(--muted);font-size:.72rem;text-decoration:underline}
.hyo-cart-item .variation{margin:9px 0 12px;font-size:.72rem;line-height:1.35}
.hyo-cart-item .variation dt,.hyo-cart-item .variation dd{display:inline;margin:0;color:var(--muted)}
.hyo-cart-item .variation dd:after{content:"";display:block}
.hyo-cart-item .variation p{display:inline;margin:0;font-size:inherit}
.hyo-cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.hyo-cart-quantity{display:grid;grid-template-columns:32px 30px 32px;align-items:center;overflow:hidden;border:1px solid #ded8d2;border-radius:999px;text-align:center}
.hyo-cart-quantity button{height:34px;padding:0;border:0;background:#fff;cursor:pointer}
.hyo-cart-quantity button:hover{background:var(--cream)}
.hyo-cart-quantity span{font-size:.8rem;font-weight:800}
.hyo-cart-single-quantity{color:var(--muted);font-size:.8rem}
.hyo-cart-footer{padding:22px 28px calc(22px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff}
.hyo-cart-coupon{margin-bottom:17px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.hyo-cart-coupon-form label{display:block;margin:0 0 8px;color:var(--ink);font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hyo-cart-coupon-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.hyo-cart-coupon-fields input{width:100%;height:46px;padding:0 15px;border:1px solid #ded8d2;border-radius:13px;background:#fff;color:var(--ink);font:inherit;font-size:.86rem;transition:border-color .2s,box-shadow .2s}
.hyo-cart-coupon-fields input::placeholder{color:#8b858e}
.hyo-cart-coupon-fields input:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px rgba(255,90,31,.12)}
.hyo-cart-coupon-fields button{min-width:92px;height:46px;padding:0 17px;border:1px solid var(--ink);border-radius:13px;background:var(--ink);color:#fff;font-size:.78rem;font-weight:900;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
.hyo-cart-coupon-fields button:hover{border-color:var(--brand-dark);background:var(--brand-dark)}
.hyo-cart-coupon-fields button:active{transform:translateY(1px)}
.hyo-cart-coupon-fields input:disabled,.hyo-cart-coupon-fields button:disabled{cursor:wait;opacity:.58}
.hyo-cart-coupon-status{display:none;margin:8px 2px 0!important;font-size:.73rem!important;font-weight:750;line-height:1.4}
.hyo-cart-coupon-status:not(:empty){display:block}
.hyo-cart-coupon-status.is-error{color:#b42318}
.hyo-cart-coupon-status.is-success{color:#247a3b}
.hyo-cart-applied-coupons{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:10px}
.hyo-cart-coupon-chip{display:inline-flex;min-height:29px;padding:4px 5px 4px 10px;align-items:center;gap:7px;border:1px solid #cfe4d3;border-radius:999px;background:#f2faf4;color:#247a3b;font-size:.7rem;font-weight:900;letter-spacing:.04em}
.hyo-cart-coupon-chip button{display:grid;width:20px;height:20px;padding:0;place-items:center;border:0;border-radius:50%;background:#dcefe0;color:#226c35;font-size:1rem;line-height:1;cursor:pointer}
.hyo-cart-totals-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:1.08rem}
.hyo-cart-totals-row strong{font-size:1.25rem;white-space:nowrap}
.hyo-cart-discount-row{margin-top:6px;color:#247a3b;font-size:.78rem;font-weight:750}
.hyo-cart-discount-row strong{font-size:.86rem}
.hyo-cart-tax-note{margin:4px 0 17px!important;font-size:.76rem!important}
.hyo-cart-footer .hyo-checkout-button{display:flex!important;width:100%;min-height:56px;padding:0 22px!important;align-items:center!important;justify-content:center!important;gap:10px;border-radius:4px;box-sizing:border-box;background:var(--brand)!important;color:#fff!important;line-height:1.2!important;text-align:center}
.hyo-cart-footer .hyo-checkout-button .icon{width:20px;height:20px;margin:0;flex:0 0 20px;transform:none}
.hyo-cart-footer .hyo-checkout-button:hover{background:var(--brand-dark)!important}
.hyo-cart-footer .hyo-view-cart{display:block;margin-top:12px;text-align:center;font-size:.82rem;font-weight:800;text-decoration:underline}

/* Product imagery and purchase controls. */
.woocommerce ul.products li.product a img,ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#f7f5f3}
.single-product .woocommerce div.product{grid-template-columns:minmax(0,1.05fr) minmax(410px,.85fr);gap:clamp(34px,5vw,66px);align-items:start}
.single-product .woocommerce div.product div.images{padding:14px;border-radius:28px;background:#f7f5f3}
.single-product .woocommerce-product-gallery .flex-viewport{border-radius:18px;background:#f7f5f3}
.single-product .woocommerce-product-gallery__image img{width:100%;aspect-ratio:4/5;object-fit:contain;background:#f7f5f3}
.single-product .woocommerce-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(66px,1fr));gap:9px;margin:12px 0 0!important;padding:0!important}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{float:none!important;width:auto!important;margin:0!important}
.single-product .woocommerce-product-gallery .flex-control-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border:2px solid transparent;border-radius:12px;opacity:.58;transition:opacity .2s,border-color .2s}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover{border-color:var(--ink);opacity:1}
.single-product .woocommerce div.product div.summary{padding:clamp(25px,3vw,42px);border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 60px rgba(24,23,28,.06)}
.single-product .woocommerce div.product .product_title{max-width:620px;margin-bottom:17px;font-size:clamp(2.15rem,2.8vw,3rem);overflow-wrap:anywhere}
.single-product .woocommerce div.product form.cart{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;margin-top:24px}
.single-product .woocommerce div.product form.cart .quantity{width:100%;margin:0!important}
.single-product .woocommerce div.product form.cart .quantity{grid-column:1;float:none!important}
.single-product .woocommerce div.product form.cart .quantity .qty{width:100%;height:58px;border:1px solid #dcd5ce;border-radius:999px;background:#fff;font-weight:850}
.single-product .woocommerce div.product form.cart .single_add_to_cart_button{grid-column:2;float:none!important;width:100%!important;min-height:58px;margin:0!important;border-radius:999px!important;font-size:1rem!important}
.single-product .woocommerce div.product form.cart .hyo-personalization{margin-bottom:4px;padding:22px;border:1px solid #eadfd6;border-radius:20px;background:#fffaf6}
.single-product .woocommerce div.product form.cart .hyo-personalization legend{float:left;padding:0}
.single-product .woocommerce div.product form.cart .hyo-personalization .hyo-personalization-intro{clear:both}
.single-product-assurances{gap:9px;margin-top:18px}
.single-product-assurances>div{min-width:0;padding:13px;border-radius:15px;background:#fffaf6}
.single-product-assurances strong{font-size:.75rem;white-space:normal}
.single-product-assurances small{font-size:.66rem;white-space:normal}
.single-product-shipping-note{margin-top:13px;text-align:left;font-size:.78rem}
.single-product .product_meta{margin-top:22px;padding-top:17px;border-top:1px solid var(--line);font-size:.78rem}
.single-product .woocommerce-tabs{display:block;margin-top:clamp(55px,7vw,92px);padding:clamp(25px,4vw,48px);border:1px solid var(--line);border-radius:28px;background:#faf9fb}
.single-product .woocommerce-tabs ul.tabs{display:flex;flex-direction:row!important;gap:8px;margin:0 0 34px!important;padding:0!important;border:0!important;overflow-x:auto}
.single-product .woocommerce-tabs ul.tabs:before,.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{flex:0 0 auto;width:auto!important;margin:0!important;padding:0!important;border:1px solid var(--line)!important;border-radius:999px!important;background:#fff!important}
.single-product .woocommerce-tabs ul.tabs li.active{border-color:var(--ink)!important;background:var(--ink)!important;color:#fff!important}
.single-product .woocommerce-tabs ul.tabs li a{padding:12px 20px!important;font-size:.88rem}
.single-product .woocommerce-tabs .panel{max-width:900px;margin:0 auto!important;padding:0!important}
.single-product .woocommerce-tabs .panel h2:first-child{display:none}
.single-product .woocommerce-tabs .panel h3{font-size:clamp(1.35rem,2.2vw,1.9rem);letter-spacing:-.025em}

/* Classic cart page. */
.hyo-cart-page{padding:clamp(42px,5vw,68px) 0 100px;background:linear-gradient(180deg,#fff 0 225px,#faf9fb 225px)}
.hyo-cart-page-header{display:flex;max-width:none;margin-bottom:30px;align-items:flex-end;justify-content:space-between;gap:28px}
.hyo-cart-page-header .eyebrow{margin-bottom:9px}
.hyo-cart-page-header h1{margin-bottom:8px;font-size:clamp(2.65rem,4vw,3.85rem);line-height:1}
.hyo-cart-page-header p{margin:0}
.hyo-cart-page-count{display:inline-flex;min-height:38px;padding:0 15px;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.76rem;font-weight:850;white-space:nowrap;box-shadow:0 8px 24px rgba(24,23,28,.04)}
.woocommerce-cart .hyo-cart-page article>.entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}
.woocommerce-cart .hyo-cart-page .woocommerce>.woocommerce-notices-wrapper,.woocommerce-cart .hyo-cart-page .woocommerce>.cart-empty,.woocommerce-cart .hyo-cart-page .woocommerce>.return-to-shop{grid-column:1/-1}
.woocommerce-cart .woocommerce-cart-form{grid-column:1;float:none;width:100%;min-width:0;padding:0}
.woocommerce-cart .cart-collaterals{grid-column:2;float:none;width:100%;position:sticky;top:112px}
.woocommerce-cart .woocommerce-cart-form table.shop_table{display:block;width:100%;margin:0;border:0;border-radius:0;background:transparent;border-collapse:separate}
.woocommerce-cart .woocommerce-cart-form table.shop_table thead{display:none}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody{display:grid;gap:12px}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{display:grid;grid-template-columns:38px 96px minmax(0,1fr) 88px 108px 102px;grid-template-areas:"remove thumb name price quantity subtotal";gap:15px;min-width:0;padding:18px;align-items:center;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 38px rgba(24,23,28,.045)}
.woocommerce-cart .woocommerce-cart-form table.shop_table td{display:block;padding:0!important;border:0!important;background:transparent!important}
.woocommerce-cart .woocommerce-cart-form .product-remove{grid-area:remove}
.woocommerce-cart .hyo-cart-page-remove{display:grid!important;width:36px!important;height:36px!important;place-items:center;border:1px solid #ece5df!important;border-radius:50%!important;background:#fff!important;color:#9d2e20!important;text-decoration:none!important;transition:border-color .2s,background .2s,color .2s,transform .2s}
.woocommerce-cart .hyo-cart-page-remove:hover{border-color:#f2c8be!important;background:#fff1ed!important;color:#b42318!important;transform:translateY(-1px)}
.woocommerce-cart .hyo-cart-page-remove .icon{width:17px;height:17px}
.woocommerce-cart .hyo-cart-page-remove span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail{grid-area:thumb}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail a{display:block}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{display:block;width:96px!important;height:96px!important;margin:0;border:1px solid #eee8e3;border-radius:16px;background:#f7f5f3;object-fit:contain}
.woocommerce-cart .woocommerce-cart-form .product-name{grid-area:name;min-width:0;padding-right:5px!important}
.woocommerce-cart .woocommerce-cart-form .product-name>a{display:inline-block;margin-bottom:8px;color:var(--ink);font-size:1rem;font-weight:900;line-height:1.3;text-decoration:none}
.woocommerce-cart .woocommerce-cart-form .product-name>a:hover{color:var(--brand-dark)}
.woocommerce-cart .woocommerce-cart-form .variation{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:3px 7px;margin:0;color:var(--muted);font-size:.68rem;line-height:1.4}
.woocommerce-cart .woocommerce-cart-form .variation dt,.woocommerce-cart .woocommerce-cart-form .variation dd{float:none;clear:none;margin:0;padding:0}
.woocommerce-cart .woocommerce-cart-form .variation dt{color:#59545f;font-weight:800}
.woocommerce-cart .woocommerce-cart-form .variation dd{min-width:0;overflow-wrap:anywhere}
.woocommerce-cart .woocommerce-cart-form .variation p{margin:0;font-size:inherit;line-height:inherit}
.woocommerce-cart .woocommerce-cart-form .product-price{grid-area:price}
.woocommerce-cart .woocommerce-cart-form .product-quantity{grid-area:quantity}
.woocommerce-cart .woocommerce-cart-form .product-subtotal{grid-area:subtotal}
.woocommerce-cart .woocommerce-cart-form .product-price,.woocommerce-cart .woocommerce-cart-form .product-quantity,.woocommerce-cart .woocommerce-cart-form .product-subtotal{display:flex;min-width:0;flex-direction:column;gap:7px;color:var(--ink);font-size:.88rem;font-weight:850}
.woocommerce-cart .woocommerce-cart-form .product-price:before,.woocommerce-cart .woocommerce-cart-form .product-quantity:before,.woocommerce-cart .woocommerce-cart-form .product-subtotal:before{float:none!important;color:#8a848e;font-size:.6rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.woocommerce-cart .woocommerce-cart-form .product-price:before{content:"Birim fiyat"}
.woocommerce-cart .woocommerce-cart-form .product-quantity:before{content:"Adet"}
.woocommerce-cart .woocommerce-cart-form .product-subtotal:before{content:"Toplam"}
.woocommerce-cart .woocommerce-cart-form .product-subtotal{font-size:.96rem}
.woocommerce-cart .woocommerce-cart-form .quantity{width:100%;margin:0!important}
.woocommerce-cart .woocommerce-cart-form .quantity .qty{width:100%;height:42px;padding:0 7px;border:1px solid #ddd6d0;border-radius:12px;background:#fff;font-weight:850;text-align:center}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr:not(.cart_item){display:block;padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 38px rgba(24,23,28,.035)}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions{display:flex!important;padding:17px 18px!important;align-items:flex-end;justify-content:space-between;gap:18px}
.woocommerce-cart .woocommerce-cart-form .actions .coupon{display:grid;grid-template-columns:minmax(180px,260px) auto;gap:8px}
.woocommerce-cart .woocommerce-cart-form .actions .coupon:before{grid-column:1/-1;content:"İndirim kodunuz var mı?";color:var(--ink);font-size:.7rem;font-weight:900;letter-spacing:.03em}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text{width:100%!important;height:45px;padding:0 14px;border:1px solid #ddd6d0;border-radius:12px;background:#fff;font-size:.82rem}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .button,.woocommerce-cart .woocommerce-cart-form .actions>button[name=update_cart]{min-height:45px!important;margin:0!important;padding:0 17px!important;border-radius:12px!important;background:var(--ink)!important;color:#fff!important;font-size:.78rem!important;font-weight:850!important}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .button:hover,.woocommerce-cart .woocommerce-cart-form .actions>button[name=update_cart]:hover{background:var(--brand-dark)!important}
.woocommerce-cart .woocommerce-cart-form .actions>button[name=update_cart]:disabled{background:#ebe8ed!important;color:#8c8790!important;opacity:1}
.woocommerce-cart .cart_totals{width:100%!important;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(24,23,28,.07)}
.woocommerce-cart .cart_totals h2{margin-bottom:18px;font-size:1.45rem;letter-spacing:-.03em}
.woocommerce-cart .cart_totals table.shop_table{margin:0 0 17px;border:0;border-radius:0;border-collapse:collapse;background:transparent}
.woocommerce-cart .cart_totals table.shop_table th,.woocommerce-cart .cart_totals table.shop_table td{padding:13px 0!important;border:0;border-bottom:1px solid var(--line);background:transparent;font-size:.82rem}
.woocommerce-cart .cart_totals table.shop_table th{color:#6e6873;font-size:.67rem;letter-spacing:.06em;text-transform:uppercase}
.woocommerce-cart .cart_totals table.shop_table td{text-align:right;font-weight:850}
.woocommerce-cart .cart_totals table.shop_table .order-total th,.woocommerce-cart .cart_totals table.shop_table .order-total td{padding-top:17px!important;border-bottom:0;color:var(--ink)}
.woocommerce-cart .cart_totals table.shop_table .order-total td{font-size:1.18rem}
.woocommerce-cart .wc-proceed-to-checkout{padding:0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex!important;width:100%;min-height:54px;margin:0!important;padding:0 20px!important;align-items:center;justify-content:center;border-radius:15px!important;font-size:.95rem!important;font-weight:900!important;box-shadow:0 12px 26px rgba(255,90,31,.2)}
.hyo-cart-summary-note{display:flex;align-items:center;gap:11px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.hyo-cart-summary-note .icon{width:22px;height:22px;color:var(--brand);flex:0 0 22px}
.hyo-cart-summary-note strong,.hyo-cart-summary-note small{display:block;line-height:1.35}
.hyo-cart-summary-note strong{font-size:.76rem}.hyo-cart-summary-note small{margin-top:2px;color:var(--muted);font-size:.66rem}
.woocommerce-cart .cart-empty{margin:0;padding:34px;border:0;border-radius:18px;background:var(--cream);text-align:center}
.woocommerce-cart .cart-empty:before{display:none!important}
.woocommerce-cart .return-to-shop{text-align:center}
.woocommerce-cart .return-to-shop .button{border-radius:999px!important;background:var(--ink)!important;color:#fff!important}

/* Shopify-inspired checkout, retaining WooCommerce hooks and validation. */
.woocommerce-checkout{background:#fff}
.hyo-checkout-header{border-bottom:1px solid var(--line);background:#fff}
.hyo-checkout-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px}
.hyo-checkout-logo img{width:176px;height:auto}
.hyo-checkout-back,.hyo-checkout-secure{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.8rem;font-weight:800}
.hyo-checkout-back .icon{width:18px;transform:rotate(180deg)}
.hyo-checkout-secure{justify-self:end}
.hyo-checkout-secure .icon{width:19px;color:var(--brand)}
.hyo-checkout-page{padding:54px 0 85px}
.hyo-checkout-intro{max-width:610px;margin-bottom:36px}
.hyo-checkout-intro .eyebrow{margin-bottom:10px}
.hyo-checkout-intro h1{margin-bottom:10px;font-size:clamp(2.25rem,4vw,3.5rem)}
.hyo-checkout-intro p{margin:0}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);grid-template-rows:auto auto;column-gap:clamp(45px,7vw,100px);align-items:start}
.woocommerce-checkout #customer_details{grid-column:1;grid-row:1;display:block;width:100%}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%}
.woocommerce-checkout #customer_details .col-2{margin-top:32px}
.woocommerce-checkout #customer_details h3,.hyo-payment-heading h2{margin-bottom:20px;font-size:1.5rem;letter-spacing:-.025em}
.woocommerce-checkout #payment{grid-column:1;grid-row:2;margin-top:34px;padding:28px!important;border:1px solid var(--line);border-radius:20px!important;background:#fff!important}
.woocommerce-checkout #payment ul.payment_methods{padding:0!important;border:0!important}
.woocommerce-checkout #payment div.payment_box{background:#faf7f5!important}
.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#faf7f5!important}
.hyo-payment-heading{margin-bottom:22px}
.hyo-payment-heading h2{margin-bottom:6px}
.hyo-payment-heading p{margin:0;font-size:.82rem}
.woocommerce-checkout #place_order{width:100%;min-height:58px;border-radius:999px!important;font-size:1rem!important}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;z-index:2;align-self:start;margin:0;padding:30px;border:0;background:transparent;font-size:1.5rem;pointer-events:none}
.woocommerce-checkout #order_review{grid-column:2;grid-row:1;position:sticky;top:28px;min-height:180px;padding:82px 30px 30px;border:1px solid var(--line);border-radius:24px;background:#faf9fb}
.woocommerce-checkout-review-order-table{margin:0!important;border:0!important;border-collapse:collapse!important}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:16px 0!important;border-color:var(--line)!important}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{border-width:0 0 1px!important}
.woocommerce-checkout-review-order-table thead{display:none}
.hyo-checkout-product{display:flex;align-items:center;gap:14px;max-width:270px;font-weight:850;line-height:1.25}
.hyo-checkout-product>span:last-child{min-width:0}
.hyo-checkout-thumb{width:68px!important;height:68px!important;flex:0 0 68px;border:1px solid var(--line);border-radius:12px;object-fit:contain;background:#fff}
.woocommerce-checkout-review-order-table .product-quantity{display:block;color:var(--muted);font-size:.75rem;font-weight:700}
.woocommerce-checkout-review-order-table .variation{margin:5px 0 0;font-size:.67rem;line-height:1.35}
.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{padding-top:22px!important;font-size:1.15rem}
.woocommerce-checkout .form-row{margin-bottom:14px!important}
.woocommerce-checkout .form-row label{margin-bottom:6px;font-size:.78rem;font-weight:800}
.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .select2-container .select2-selection--single{min-height:54px;border-color:#d9d3ce;border-radius:10px;padding:12px 14px}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{padding:0;line-height:28px}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:52px}
.hyo-checkout-legal{padding:25px 0;border-top:1px solid var(--line);background:#faf9fb;color:var(--muted);font-size:.76rem}
.hyo-checkout-legal .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.hyo-checkout-legal nav{display:flex;gap:20px}
.hyo-checkout-legal a:hover{color:var(--ink)}

@media(max-width:1024px){
	.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(365px,.9fr);gap:28px}
	.single-product .woocommerce div.product div.summary{padding:28px 24px}
	.woocommerce-cart .hyo-cart-page article>.entry-content>.woocommerce{grid-template-columns:1fr}
	.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals{grid-column:1}
	.woocommerce-cart .cart-collaterals{position:static;width:100%;max-width:none;margin:4px 0 0}
	.woocommerce-checkout form.checkout{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);column-gap:36px}
}

@media(max-width:820px){
	.hyo-cart-drawer{width:min(480px,100%)}
	.single-product .woocommerce div.product{grid-template-columns:1fr}
	.single-product .woocommerce div.product div.summary{position:static}
	.woocommerce-checkout form.checkout{display:block}
	.woocommerce-checkout #payment{margin-top:30px}
	.woocommerce-checkout #order_review_heading{margin-top:45px;border:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0;background:#faf9fb;pointer-events:auto}
	.woocommerce-checkout #order_review{position:static;padding-top:0;border-top:0;border-radius:0 0 24px 24px}
}

@media(max-width:700px){
	.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{grid-template-columns:76px minmax(0,1fr) 34px;grid-template-areas:"thumb name remove" "thumb price price" "thumb quantity subtotal";gap:9px 12px;padding:14px;align-items:start;border-radius:17px}
	.woocommerce-cart .woocommerce-cart-form .product-remove{justify-self:end}
	.woocommerce-cart .hyo-cart-page-remove{width:32px!important;height:32px!important}
	.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:76px!important;height:76px!important;border-radius:13px}
	.woocommerce-cart .woocommerce-cart-form .product-name{padding-right:0!important}
	.woocommerce-cart .woocommerce-cart-form .product-name>a{margin:2px 0 7px;font-size:.94rem}
	.woocommerce-cart .woocommerce-cart-form .variation{grid-template-columns:1fr;gap:1px;font-size:.65rem}
	.woocommerce-cart .woocommerce-cart-form .variation dd{margin-bottom:3px}
	.woocommerce-cart .woocommerce-cart-form .product-price{align-self:end;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;font-size:.78rem}
	.woocommerce-cart .woocommerce-cart-form .product-quantity,.woocommerce-cart .woocommerce-cart-form .product-subtotal{align-self:end}
	.woocommerce-cart .woocommerce-cart-form .product-subtotal{align-items:flex-end;text-align:right}
	.woocommerce-cart .woocommerce-cart-form .product-price:before,.woocommerce-cart .woocommerce-cart-form .product-quantity:before,.woocommerce-cart .woocommerce-cart-form .product-subtotal:before{font-size:.56rem}
	.woocommerce-cart .woocommerce-cart-form .quantity .qty{width:82px;height:39px}
	.woocommerce-cart .woocommerce-cart-form table.shop_table tr:not(.cart_item){border-radius:17px}
	.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions{align-items:stretch;flex-direction:column;padding:15px!important}
	.woocommerce-cart .woocommerce-cart-form .actions .coupon{grid-template-columns:minmax(0,1fr) auto;width:100%}
	.woocommerce-cart .woocommerce-cart-form .actions .coupon .button{padding-inline:13px!important}
	.woocommerce-cart .woocommerce-cart-form .actions>button[name=update_cart]{width:100%}
}

@media(max-width:560px){
	.hyo-cart-drawer-header{min-height:88px;padding:17px 18px}
	.hyo-cart-drawer-header h2{font-size:1.5rem}
	.hyo-cart-items{padding-inline:18px}
	.hyo-cart-item{grid-template-columns:88px minmax(0,1fr);gap:13px;padding:18px 0}
	.hyo-cart-footer{padding:17px 18px calc(17px + env(safe-area-inset-bottom))}
	.hyo-cart-coupon{margin-bottom:14px;padding-bottom:14px}
	.hyo-cart-coupon-fields button{min-width:82px;padding-inline:13px}
	.single-product .woocommerce div.product div.images{padding:8px;border-radius:20px}
	.single-product .woocommerce-product-gallery .flex-control-thumbs{grid-template-columns:repeat(auto-fit,minmax(52px,1fr));gap:7px}
	.single-product .woocommerce div.product div.summary{padding:24px 18px;border-radius:22px}
	.single-product .woocommerce div.product .product_title{font-size:2rem}
	.single-product .woocommerce div.product form.cart{grid-template-columns:92px minmax(0,1fr)}
	.single-product .woocommerce div.product form.cart .hyo-personalization{padding:17px}
	.single-product-assurances{grid-template-columns:1fr 1fr}
	.single-product-assurances>div:last-child{grid-column:1/-1}
	.single-product .woocommerce-tabs{margin:42px -14px 0;padding:28px 14px;border-radius:0}
	.hyo-cart-page{padding:35px 0 70px;background:linear-gradient(180deg,#fff 0 200px,#faf9fb 200px)}
	.hyo-cart-page-header{margin-bottom:23px;align-items:flex-start;flex-direction:column;gap:13px}
	.hyo-cart-page-header h1{font-size:2.55rem}
	.hyo-cart-page-count{min-height:34px;padding-inline:12px}
	.woocommerce-cart .hyo-cart-page article>.entry-content>.woocommerce{gap:15px}
	.woocommerce-cart .woocommerce-cart-form table.shop_table tbody{gap:10px}
	.woocommerce-cart .cart_totals{padding:20px;border-radius:19px}
	.woocommerce-cart .cart_totals h2{font-size:1.35rem}
	.hyo-checkout-header-inner{grid-template-columns:42px 1fr 42px;min-height:74px}
	.hyo-checkout-logo{justify-self:center}
	.hyo-checkout-logo img{width:148px}
	.hyo-checkout-back span,.hyo-checkout-secure span{display:none}
	.hyo-checkout-secure{justify-self:end}
	.hyo-checkout-page{padding:37px 0 65px}
	.hyo-checkout-intro{margin-bottom:27px}
	.hyo-checkout-intro h1{font-size:2.35rem}
	.woocommerce-checkout #payment,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{margin-inline:-2px;padding-left:18px!important;padding-right:18px!important}
	.hyo-checkout-legal .container{align-items:flex-start;flex-direction:column}
	.hyo-checkout-legal nav{flex-wrap:wrap;gap:10px 17px}
}

/* Current storefront banner: full artwork on desktop, focused artwork and editable copy on mobile. */
.hero-banner{padding:clamp(22px,3vw,44px) 0 clamp(48px,6vw,82px);background:linear-gradient(180deg,#fff8f2 0%,#fff 100%)}
.hero-banner:after{display:none}
.hero-banner-media{display:block;overflow:hidden;border-radius:clamp(22px,3vw,38px);background:#f0e7de;box-shadow:0 28px 80px rgba(33,25,20,.13)}
.hero-banner-media img{width:100%;aspect-ratio:2/1;object-fit:cover}
.hero-mobile-copy{display:none}

/* Product personalization form. */
.hyo-has-personalization.single-product .woocommerce div.product div.summary{position:static}
.single-product .woocommerce div.product form.cart .hyo-personalization{grid-column:1/-1;min-width:0;margin:0 0 12px;padding:0;border:0}
.hyo-personalization legend{width:100%;margin:0 0 8px;color:var(--ink);font-size:1.2rem;font-weight:900;letter-spacing:-.02em}
.hyo-personalization legend span{display:block;margin-bottom:5px;color:var(--brand-dark);font-size:.68rem;letter-spacing:.15em}
.hyo-personalization-intro{margin:0 0 20px;font-size:.85rem;line-height:1.5}
.hyo-personalization-field{margin:0 0 17px}
.hyo-personalization-field>label{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:var(--ink);font-size:.84rem;font-weight:850;line-height:1.35}
.hyo-personalization-field>label small{margin-left:auto;color:var(--muted);font-size:.68rem;font-weight:650}
.hyo-personalization-field .required{border:0;color:var(--brand-dark);text-decoration:none}
.hyo-personalization-field input[type=text],.hyo-personalization-field textarea,.hyo-personalization-field select{display:block;width:100%;min-height:50px;padding:12px 14px;border:1px solid #ddd4cc;border-radius:13px;background:#fff;color:var(--ink);outline:0;transition:border-color .2s ease,box-shadow .2s ease}
.hyo-personalization-field textarea{min-height:92px;resize:vertical}
.hyo-personalization-field input:focus,.hyo-personalization-field textarea:focus,.hyo-personalization-field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,90,31,.12)}
.hyo-personalization-field input[type=file]{display:block;width:100%;padding:11px;border:1px dashed #d5bba9;border-radius:13px;background:#fff}
.hyo-personalization-field input[type=file]::file-selector-button{margin-right:10px;padding:9px 12px;border:0;border-radius:9px;background:var(--ink);color:#fff;font-size:.76rem;font-weight:800;cursor:pointer}
.hyo-field-help,.hyo-file-note{display:block;margin-top:7px;color:var(--muted);font-size:.72rem;line-height:1.45}
.woocommerce-cart-form .variation,.woocommerce-checkout-review-order .variation{font-size:.84rem}
.woocommerce-cart-form .variation dt,.woocommerce-checkout-review-order .variation dt{font-weight:850}

@media(max-width:600px){
	.hero-banner{padding:14px 0 58px}
	.hero-banner .container{width:100%}
	.hero-banner-media{border-radius:0;box-shadow:none}
	.hero-banner-media img{aspect-ratio:2/1;object-fit:cover}
	.hero-mobile-copy{display:block;width:calc(100% - 28px);margin:26px auto 0;text-align:center}
	.hero-mobile-copy .eyebrow{justify-content:center;margin-bottom:14px}
	.hero-mobile-copy h1{margin-bottom:17px;font-size:clamp(2.35rem,11vw,3.35rem)}
	.hero-mobile-copy p{margin:0 auto 23px;max-width:480px;font-size:1rem}
	.hero-mobile-copy .button{width:100%}
	.single-product .woocommerce div.product form.cart{grid-template-columns:72px minmax(0,1fr)}
	.hyo-personalization legend{font-size:1.1rem}
}

/* Product purchase controls. Body carries the WooCommerce class on product pages. */
body.single-product div.product form.cart{
	display:grid!important;
	grid-template-columns:120px minmax(0,1fr)!important;
	align-items:stretch;
	gap:12px;
	margin:24px 0 18px!important;
	padding:0!important;
	border:0!important;
}
body.single-product div.product form.cart .hyo-personalization{
	grid-column:1/-1;
	min-width:0;
	margin:0 0 8px!important;
	padding:22px!important;
	border:1px solid #eadfd6!important;
	border-radius:20px!important;
	background:linear-gradient(180deg,#fffaf6 0%,#fff 100%);
	box-shadow:0 12px 34px rgba(33,25,20,.045);
}
body.single-product div.product form.cart .hyo-personalization legend{
	float:left;
	width:100%;
	padding:0;
}
body.single-product div.product form.cart .hyo-personalization-intro{clear:both}
body.single-product div.product form.cart .quantity{
	grid-column:1;
	float:none!important;
	width:100%!important;
	margin:0!important;
}
body.single-product div.product form.cart .quantity .qty{
	display:block;
	width:100%!important;
	height:60px;
	min-height:60px;
	margin:0;
	padding:0 14px;
	border:1px solid #e4d9d0!important;
	border-radius:18px!important;
	background:#fff;
	color:var(--ink);
	font-size:1rem;
	font-weight:850;
	line-height:58px;
	text-align:center;
	box-shadow:0 7px 20px rgba(33,25,20,.04);
	outline:0;
	transition:border-color .2s ease,box-shadow .2s ease;
}
body.single-product div.product form.cart .quantity .qty:focus{
	border-color:var(--brand)!important;
	box-shadow:0 0 0 4px rgba(255,90,31,.12),0 7px 20px rgba(33,25,20,.04);
}
body.single-product div.product form.cart .single_add_to_cart_button{
	grid-column:2;
	float:none!important;
	width:100%!important;
	min-height:60px!important;
	margin:0!important;
	padding:0 28px!important;
	border:1px solid var(--brand)!important;
	border-radius:18px!important;
	background:linear-gradient(135deg,var(--brand) 0%,#ff7040 100%)!important;
	color:#fff!important;
	font-size:1rem!important;
	font-weight:900!important;
	letter-spacing:-.01em;
	line-height:58px!important;
	text-align:center;
	box-shadow:0 12px 26px rgba(255,90,31,.24);
	transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus-visible{
	transform:translateY(-1px);
	background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand) 100%)!important;
	box-shadow:0 16px 32px rgba(255,90,31,.3);
}
body.single-product div.product form.cart .single_add_to_cart_button:active{
	transform:translateY(0);
	box-shadow:0 8px 18px rgba(255,90,31,.22);
}
body.single-product div.product form.cart .single_add_to_cart_button.disabled,
body.single-product div.product form.cart .single_add_to_cart_button:disabled{
	transform:none;
	opacity:.58;
	box-shadow:none;
}

@media(max-width:600px){
	body.single-product div.product form.cart{
		grid-template-columns:96px minmax(0,1fr)!important;
		gap:10px;
		margin-top:20px!important;
	}
	body.single-product div.product form.cart .hyo-personalization{
		margin-bottom:6px!important;
		padding:17px!important;
		border-radius:17px!important;
	}
	body.single-product div.product form.cart .quantity .qty,
	body.single-product div.product form.cart .single_add_to_cart_button{
		height:56px;
		min-height:56px!important;
		border-radius:16px!important;
		line-height:54px!important;
	}
	body.single-product div.product form.cart .single_add_to_cart_button{
		padding:0 15px!important;
		font-size:.94rem!important;
	}
}

@media(max-width:360px){
	body.single-product div.product form.cart{
		grid-template-columns:84px minmax(0,1fr)!important;
		gap:8px;
	}
}

/* Product title scale. WooCommerce is a body class on single product pages. */
body.single-product div.product .product_title{
	max-width:620px;
	margin-bottom:17px;
	font-size:clamp(2.25rem,3.2vw,3rem);
	line-height:1.06;
	letter-spacing:-.035em;
	overflow-wrap:anywhere;
}

@media(max-width:560px){
	body.single-product div.product .product_title{
		font-size:2rem;
		line-height:1.08;
		letter-spacing:-.03em;
	}
}

/* Rich product experience: game guide, videos, FAQs and migrated reviews. */
.hyo-game-detail-grid{display:grid;gap:18px}
.hyo-game-detail-card{padding:clamp(20px,3vw,32px);border:1px solid #eadfd6;border-radius:22px;background:linear-gradient(145deg,#fffaf6,#fff)}
.hyo-detail-kicker{display:block;margin-bottom:9px;color:var(--brand-dark);font-size:.68rem;font-weight:900;letter-spacing:.15em}
.hyo-game-detail-card h3{margin:0 0 15px;font-size:clamp(1.35rem,2vw,1.75rem)}
.hyo-rich-content{color:#59545f;line-height:1.75}
.hyo-rich-content>:last-child{margin-bottom:0}
.hyo-rich-content p{margin-bottom:12px}
.hyo-product-section{grid-column:1/-1;width:100%;min-width:0;margin-top:clamp(58px,7vw,96px)}
.hyo-product-section-header,.hyo-reviews-header{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:clamp(32px,6vw,90px);margin-bottom:clamp(28px,4vw,48px)}
.hyo-product-section-header h2,.hyo-faq-intro h2,.hyo-reviews-header h2{max-width:760px;margin:10px 0 0;font-size:clamp(2.35rem,5vw,4.65rem);line-height:.98;letter-spacing:-.055em}
.hyo-product-section-header>p,.hyo-faq-intro>p{max-width:520px;margin:0;color:inherit;font-size:1rem;line-height:1.7;opacity:.72}
.hyo-product-videos{overflow:hidden;padding:clamp(30px,5vw,64px);border-radius:32px;background:#18171c;color:#fff}
.hyo-product-videos .eyebrow{color:#ff8a5f}
.hyo-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hyo-video-card{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:#232228}
.hyo-video-frame{display:grid;place-items:center;aspect-ratio:3/4;overflow:hidden;background:#08080a}
.hyo-video-frame video{display:block;width:100%;height:100%;margin:0;object-fit:contain;background:#08080a}
.hyo-video-caption{display:flex;align-items:center;gap:12px;padding:15px 17px;color:#f5f3f7}
.hyo-video-caption span{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:var(--brand);font-size:.72rem;font-weight:900}
.hyo-video-caption strong{font-size:.88rem}
.hyo-product-faq{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(34px,7vw,100px);padding:clamp(30px,5vw,64px);border:1px solid #eee3da;border-radius:32px;background:#fff8f2}
.hyo-faq-intro{align-self:start;position:sticky;top:125px}
.hyo-faq-intro h2{font-size:clamp(2.2rem,4.4vw,4rem)}
.hyo-faq-intro>p{margin-top:22px;color:#59545f;opacity:1}
.hyo-faq-note{display:flex;align-items:center;gap:12px;margin-top:28px;padding:15px;border:1px solid #f0ded0;border-radius:17px;background:#fff}
.hyo-faq-note .icon{width:24px;height:24px;color:var(--brand);flex:0 0 24px}
.hyo-faq-note strong,.hyo-faq-note small{display:block;line-height:1.35}
.hyo-faq-note strong{font-size:.82rem}.hyo-faq-note small{margin-top:3px;color:var(--muted);font-size:.71rem}
.hyo-faq-list{border-top:1px solid #e8dcd3}
.hyo-faq-list details{border-bottom:1px solid #e8dcd3}
.hyo-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0;list-style:none;color:var(--ink);font-size:clamp(.98rem,1.5vw,1.15rem);font-weight:850;line-height:1.4;cursor:pointer}
.hyo-faq-list summary::-webkit-details-marker{display:none}
.hyo-faq-toggle{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dfd1c7;border-radius:50%;background:#fff;color:var(--brand-dark);font-size:1.35rem;font-weight:500;line-height:1;flex:0 0 34px;transition:transform .2s ease,background .2s ease,color .2s ease}
.hyo-faq-list details[open] .hyo-faq-toggle{transform:rotate(45deg);background:var(--brand);color:#fff}
.hyo-faq-answer{padding:0 52px 23px 0;color:#59545f;line-height:1.75}
.hyo-faq-answer>:last-child{margin-bottom:0}
.hyo-product-reviews{padding-bottom:clamp(10px,2vw,30px)}
.hyo-reviews-header{align-items:center}
.hyo-review-score{display:grid;grid-template-columns:auto auto;align-items:baseline;justify-self:end;padding:22px 26px;border-radius:22px;background:var(--ink);color:#fff;box-shadow:0 18px 45px rgba(24,23,28,.16)}
.hyo-review-score strong{font-size:3rem;line-height:1;letter-spacing:-.06em}.hyo-review-score>span{margin-left:6px;color:#c9c6ce;font-weight:800}.hyo-review-score small{grid-column:1/-1;margin-top:7px;color:#c9c6ce;font-size:.74rem}
.hyo-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hyo-review-card{display:flex;min-height:285px;flex-direction:column;padding:clamp(23px,3vw,32px);border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(24,23,28,.055)}
.hyo-review-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:27px}
.hyo-review-rating{padding:7px 10px;border-radius:999px;background:#fff0e9;color:var(--brand-dark);font-size:.72rem;font-weight:900}
.hyo-review-verified{display:flex;align-items:center;gap:5px;color:#427a45;font-size:.7rem;font-weight:850}.hyo-review-verified .icon{width:16px;height:16px}
.hyo-review-card h3{margin:0 0 11px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.18;letter-spacing:-.025em}
.hyo-review-card>p{margin:0 0 28px;color:#625d68;line-height:1.7}
.hyo-review-card footer{display:flex;align-items:center;gap:11px;margin-top:auto;padding-top:18px;border-top:1px solid #ece9ee;font-size:.78rem}
.hyo-review-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:var(--ink);color:#fff;font-weight:900}

@media(max-width:820px){
	.hyo-product-section-header,.hyo-reviews-header{grid-template-columns:1fr;align-items:start;gap:22px}
	.hyo-product-section-header>p{max-width:620px}
	.hyo-product-faq{grid-template-columns:1fr;gap:38px}
	.hyo-faq-intro{position:static}
	.hyo-review-score{justify-self:start}
}

@media(max-width:600px){
	.hyo-cart-toast{grid-template-columns:40px minmax(0,1fr) auto 26px;gap:9px;width:calc(100vw - 20px);padding:12px 9px 12px 12px;border-radius:17px}
	.hyo-cart-toast-icon{width:40px;height:40px;border-radius:12px}
	.hyo-cart-toast-view{padding:8px 9px;font-size:.68rem}
	.story-visual>picture>img{border-radius:24px 24px 75px 24px}
	.hyo-product-section{margin-top:54px}
	.hyo-product-videos,.hyo-product-faq{padding:27px 18px;border-radius:24px}
	.hyo-product-section-header h2,.hyo-faq-intro h2,.hyo-reviews-header h2{font-size:2.55rem}
	.hyo-video-grid,.hyo-review-grid{grid-template-columns:1fr}
	.hyo-video-card{border-radius:19px}
	.hyo-video-frame{aspect-ratio:4/5}
	.hyo-faq-list summary{gap:14px;padding:20px 0;font-size:.98rem}
	.hyo-faq-answer{padding-right:38px}
	.hyo-review-score{padding:18px 21px}
	.hyo-review-score strong{font-size:2.5rem}
	.hyo-review-card{min-height:0;padding:23px;border-radius:20px}
}

@media(prefers-reduced-motion:reduce){.hyo-cart-toast,.cart-button.has-cart-feedback{animation:none;transition:none}}

/* Shopify one-page checkout v1.5. */
.woocommerce-checkout .hyo-checkout-header{border-bottom:1px solid #dedede;box-shadow:none}
.woocommerce-checkout .hyo-checkout-header-inner{min-height:74px}
.woocommerce-checkout .hyo-checkout-logo img{width:148px}
.woocommerce-checkout .hyo-checkout-back,.woocommerce-checkout .hyo-checkout-secure{font-size:.74rem}
.woocommerce-checkout .hyo-checkout-page{min-height:calc(100vh - 74px);padding:26px 0 70px;background:linear-gradient(90deg,#fff 0%,#fff calc(50% + 110px),#f5f5f5 calc(50% + 110px),#f5f5f5 100%)}
.woocommerce-checkout .hyo-checkout-page>.container{max-width:1180px}
.woocommerce-checkout .hyo-checkout-intro{max-width:650px;margin:0 0 22px}
.hyo-checkout-steps{display:flex;align-items:center;gap:8px;color:#737373;font-size:.75rem}
.hyo-checkout-steps a{color:var(--brand-dark);font-weight:750;text-decoration:none}
.hyo-checkout-steps strong{color:#4f4b52;font-weight:750}
.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,650px) minmax(360px,430px);grid-template-rows:auto auto;column-gap:clamp(48px,6vw,82px);align-items:start}
.woocommerce-checkout #customer_details{grid-column:1;grid-row:1;display:block;width:100%;min-width:0}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%}
.woocommerce-checkout #customer_details .col-2{margin-top:30px}
.hyo-checkout-section+.hyo-checkout-section{margin-top:31px}
.hyo-checkout-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
.hyo-checkout-section-heading h2,.woocommerce-checkout #customer_details h3,.hyo-payment-heading h2{margin:0;font-size:1.32rem;line-height:1.25;letter-spacing:-.025em}
.hyo-checkout-section-heading p{margin:4px 0 0;color:#737373;font-size:.76rem;line-height:1.45}
.hyo-checkout-section-heading>a{color:var(--brand-dark);font-size:.78rem;font-weight:750;text-decoration:underline}
.hyo-checkout-contact-fields,.hyo-checkout-address-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.hyo-checkout-contact-fields>.form-row{grid-column:1/-1}
.hyo-checkout-address-grid>.form-row{min-width:0}
.hyo-checkout-address-grid>.hyo-field-wide{grid-column:span 6}
.hyo-checkout-address-grid>.hyo-field-half{grid-column:span 3}
.hyo-checkout-address-grid>.hyo-field-third{grid-column:span 2}
.woocommerce-checkout form .form-row{position:relative;float:none!important;width:auto!important;margin:0!important;padding:0!important}
.woocommerce-checkout form .form-row label:not(.checkbox){position:absolute;z-index:3;top:7px;left:13px;margin:0;color:#6f6973;font-size:.63rem;font-weight:700;line-height:1;pointer-events:none}
.woocommerce-checkout form .form-row label .required{color:#a92717;text-decoration:none}
.woocommerce-checkout form .form-row input.input-text,.woocommerce-checkout form .form-row textarea,.woocommerce-checkout .select2-container .select2-selection--single{width:100%;min-height:58px!important;padding:21px 13px 6px!important;border:1px solid #cfcfcf!important;border-radius:9px!important;background:#fff!important;color:var(--ink);font-size:.88rem;line-height:1.35;box-shadow:none!important;transition:border-color .16s,box-shadow .16s}
.woocommerce-checkout form .form-row textarea{min-height:96px!important;padding-top:25px!important;resize:vertical}
.woocommerce-checkout form .form-row input.input-text:focus,.woocommerce-checkout form .form-row textarea:focus,.woocommerce-checkout .select2-container--focus .select2-selection--single{border-color:#1773ea!important;outline:0;box-shadow:0 0 0 1px #1773ea!important}
.woocommerce-checkout .select2-container{width:100%!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{padding:0!important;color:var(--ink);line-height:30px!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:56px!important;right:7px}
.woocommerce-checkout .woocommerce-invalid input.input-text,.woocommerce-checkout .woocommerce-invalid .select2-selection{border-color:#d72c0d!important;box-shadow:0 0 0 1px #d72c0d!important}
.woocommerce-checkout .woocommerce-additional-fields>h3{margin-bottom:14px!important}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:grid;gap:10px}
.woocommerce-checkout .hyo-payment-heading{grid-column:1;grid-row:2;z-index:2;align-self:start;margin:32px 0 0}
.woocommerce-checkout #payment{grid-column:1;grid-row:2;margin-top:0;padding:91px 0 0!important;border:0!important;border-radius:0!important;background:transparent!important}
.woocommerce-checkout .hyo-payment-heading h2{margin-bottom:4px}
.woocommerce-checkout .hyo-payment-heading p{margin:0;color:#737373;font-size:.76rem}
.woocommerce-checkout #payment ul.payment_methods{overflow:hidden;margin:0!important;padding:0!important;border:1px solid #cfcfcf!important;border-radius:10px;background:#fff}
.woocommerce-checkout #payment ul.payment_methods>li{margin:0;padding:16px;border-bottom:1px solid #ddd}
.woocommerce-checkout #payment ul.payment_methods>li:last-child{border-bottom:0}
.woocommerce-checkout #payment ul.payment_methods>li.woocommerce-notice{border:0;background:#fff8f2;color:#5c5550;font-size:.82rem;line-height:1.55}
.woocommerce-checkout #payment div.payment_box{margin:15px -16px -16px!important;padding:18px!important;border-top:1px solid #d9d9d9;background:#f5f5f5!important}
.woocommerce-checkout #payment div.payment_box:before{display:none}
.woocommerce-checkout #payment .place-order{padding:20px 0 0!important}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text{color:#6f6973;font-size:.71rem;line-height:1.55}
.woocommerce-checkout #place_order{width:100%;min-height:56px!important;margin-top:12px!important;border-radius:9px!important;background:var(--brand)!important;font-size:.96rem!important;font-weight:850!important;box-shadow:none}
.woocommerce-checkout #place_order:hover{background:var(--brand-dark)!important}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;z-index:2;align-self:start;margin:0;padding:0 0 18px;border:0!important;background:transparent!important;font-size:1.25rem;pointer-events:auto}
.woocommerce-checkout #order_review{grid-column:2;grid-row:1/3;position:sticky;top:24px;width:100%!important;min-width:0;max-width:none!important;min-height:180px;margin:0;padding:51px 0 0;border:0!important;border-radius:0!important;background:transparent!important;box-sizing:border-box}
.woocommerce-checkout-review-order-table{width:100%!important;max-width:none!important;margin:0!important;border:0!important;border-collapse:collapse!important;background:transparent;table-layout:fixed}
.woocommerce-checkout-review-order-table thead{display:none}
.woocommerce-checkout-review-order-table tbody,.woocommerce-checkout-review-order-table tfoot{display:table-row-group}
.woocommerce-checkout-review-order-table tr.cart_item td{padding:13px 0!important;border:0!important;border-bottom:1px solid #dedede!important;vertical-align:top}
.woocommerce-checkout-review-order-table tr.cart_item:first-child td{padding-top:0!important}
.woocommerce-checkout-review-order-table .product-name{padding-right:18px!important}
.woocommerce-checkout-review-order-table .product-total{width:92px;padding-top:22px!important;text-align:right;font-size:.83rem;font-weight:700;white-space:nowrap}
.hyo-checkout-product{display:flex;max-width:none;align-items:center;gap:12px;font-size:.86rem;font-weight:800;line-height:1.3}
.hyo-checkout-thumb{width:64px!important;height:64px!important;flex:0 0 64px;border:1px solid #dedede!important;border-radius:8px!important;background:#fff;object-fit:contain}
.woocommerce-checkout-review-order-table .product-quantity{display:inline-flex;margin-left:5px;color:#737373;font-size:.68rem;font-weight:700}
.woocommerce-checkout-review-order-table .variation{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:2px 6px;margin:7px 0 0 76px;color:#737373;font-size:.62rem;line-height:1.35}
.woocommerce-checkout-review-order-table .variation dt,.woocommerce-checkout-review-order-table .variation dd{float:none;clear:none;margin:0;padding:0}
.woocommerce-checkout-review-order-table .variation dt{font-weight:750}.woocommerce-checkout-review-order-table .variation p{margin:0;font-size:inherit;line-height:inherit}
.woocommerce-checkout-review-order-table .hyo-checkout-coupon-row td{padding:17px 0!important;border-bottom:1px solid #d9d9d9!important}
.hyo-checkout-coupon>label{display:block;margin-bottom:7px;color:#5c565f;font-size:.68rem;font-weight:750}
.hyo-checkout-coupon>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.hyo-checkout-coupon input{width:100%;height:48px;padding:0 13px;border:1px solid #c8c8c8;border-radius:8px;background:#fff;font:inherit;font-size:.82rem}
.hyo-checkout-coupon input:focus{border-color:#1773ea;outline:0;box-shadow:0 0 0 1px #1773ea}
.hyo-checkout-coupon button{min-width:86px;height:48px;padding:0 14px;border:1px solid #b8b8b8;border-radius:8px;background:#fff;color:#333;font-size:.78rem;font-weight:800;cursor:pointer}
.hyo-checkout-coupon button:hover{border-color:#777;background:#fafafa}
.hyo-checkout-coupon.is-updating{opacity:.55;pointer-events:none}
.hyo-checkout-coupon>p{display:none;margin:7px 0 0;font-size:.7rem;font-weight:700;line-height:1.4}
.hyo-checkout-coupon>p:not(:empty){display:block}.hyo-checkout-coupon>p.is-error{color:#b42318}.hyo-checkout-coupon>p.is-success{color:#247a3b}
.woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout-review-order-table tfoot td{padding:11px 0!important;border:0!important;border-bottom:1px solid #dedede!important;background:transparent!important;font-size:.78rem}
.woocommerce-checkout-review-order-table tfoot th{color:#525057;font-weight:650;text-align:left}
.woocommerce-checkout-review-order-table tfoot td{text-align:right;font-weight:750}
.woocommerce-checkout-review-order-table tfoot .order-total th,.woocommerce-checkout-review-order-table tfoot .order-total td{padding-top:18px!important;border-bottom:0!important;color:var(--ink);font-size:1.08rem}
.woocommerce-checkout-review-order-table tfoot .order-total td{font-size:1.24rem}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout form.checkout_coupon{display:none!important}
.woocommerce-checkout .woocommerce-error,.woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-message{margin:0 0 18px!important;padding:13px 16px 13px 43px!important;border:1px solid #e2d8d0!important;border-top-width:1px!important;border-radius:9px;background:#fff8f2;font-size:.78rem}
.hyo-checkout-legal{padding:20px 0;border-top:1px solid #dedede;background:#fff}

@media(max-width:900px){
	.woocommerce-checkout .hyo-checkout-page{background:#fff}
	.woocommerce-checkout form.checkout{display:flex!important;flex-direction:column;gap:0}
	.woocommerce-checkout #order_review_heading{order:-2;width:100%;margin:0 0 0;padding:17px 18px;border:1px solid #d9d9d9!important;border-radius:10px 10px 0 0!important;background:#f7f7f7!important;font-size:1rem;cursor:pointer}
	.woocommerce-checkout #order_review{order:-1;position:static;width:100%!important;margin:0 0 28px;padding:18px;border:1px solid #d9d9d9!important;border-top:0!important;border-radius:0 0 10px 10px!important;background:#f7f7f7!important}
	.woocommerce-checkout #order_review[hidden]{display:none!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table{display:block!important;width:100%!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody,.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot{display:block!important;width:100%!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr{display:grid!important;width:100%!important;grid-template-columns:minmax(0,1fr) auto;align-items:start}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td{display:block!important;width:auto!important;text-align:left!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td{text-align:right!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td:before{display:none!important;content:none!important}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .hyo-checkout-coupon-row{grid-template-columns:1fr}
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .hyo-checkout-coupon-row td{grid-column:1/-1;width:100%!important}
	.woocommerce-checkout #customer_details{order:1}
	.woocommerce-checkout .hyo-payment-heading{order:2;width:100%;margin:32px 0 14px}
	.woocommerce-checkout #payment{order:3;width:100%;padding-top:0!important}
}

@media(max-width:600px){
	.woocommerce-checkout .hyo-checkout-header-inner{min-height:66px}
	.woocommerce-checkout .hyo-checkout-logo img{width:132px}
	.woocommerce-checkout .hyo-checkout-page{padding:18px 0 48px}
	.woocommerce-checkout .hyo-checkout-intro{margin-bottom:16px}
	.hyo-checkout-address-grid>.hyo-field-half,.hyo-checkout-address-grid>.hyo-field-third{grid-column:span 6}
	.hyo-checkout-section+.hyo-checkout-section{margin-top:27px}
	.hyo-checkout-section-heading h2,.woocommerce-checkout #customer_details h3,.hyo-payment-heading h2{font-size:1.2rem}
	.woocommerce-checkout #payment,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{margin-inline:0;padding-left:15px!important;padding-right:15px!important}
	.woocommerce-checkout #payment{padding-left:0!important;padding-right:0!important}
	.hyo-checkout-legal .container{gap:12px}
}

/* Checkout order summary background continuity v1.7.2. */
.woocommerce-checkout form.checkout{
	background:transparent!important;
}
.woocommerce-checkout #order_review table.shop_table,
.woocommerce-checkout #order_review table.shop_table tbody,
.woocommerce-checkout #order_review table.shop_table tfoot,
.woocommerce-checkout #order_review table.shop_table tr,
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td{
	background:transparent!important;
	box-shadow:none!important;
}
.woocommerce-checkout .hyo-checkout-legal{
	position:relative;
	z-index:2;
	background:#fff!important;
}

/* Modern WooCommerce customer account v1.6. */
.hyo-account-page{padding:clamp(48px,6vw,84px) 0 clamp(70px,8vw,110px);background:linear-gradient(180deg,#fff8f3 0,rgba(255,248,243,.55) 230px,#fff 520px)}
.hyo-account-page>.container{max-width:1180px}
.hyo-account-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.hyo-account-page-header .eyebrow{margin-bottom:10px}
.hyo-account-page-header h1{margin:0;font-size:clamp(2.8rem,5vw,4.7rem);line-height:.96;letter-spacing:-.055em}
.hyo-account-page-header p{max-width:590px;margin:16px 0 0;color:var(--muted);font-size:1rem}
.hyo-account-status{display:inline-flex;min-height:38px;align-items:center;gap:9px;padding:0 14px;border:1px solid #dce9df;border-radius:999px;background:#f4fbf5;color:#24783b;font-size:.72rem;font-weight:850;white-space:nowrap}
.hyo-account-status i{width:8px;height:8px;border-radius:50%;background:#35a85a;box-shadow:0 0 0 4px rgba(53,168,90,.12)}
.woocommerce-account .hyo-account-page .entry-content{font-size:1rem}
.woocommerce-account .hyo-account-page .entry-content>.woocommerce{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1;grid-row:1;float:none!important;width:100%!important;margin:0;padding:13px;border-radius:22px;background:#18171c;box-shadow:0 22px 55px rgba(22,19,25,.13)}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;padding:0;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;min-height:48px;align-items:center;gap:12px;padding:0 14px;border-radius:12px;color:#c9c6ce!important;font-size:.82rem;font-weight:780;text-decoration:none!important;transition:background .18s,color .18s,transform .18s}
.woocommerce-account .woocommerce-MyAccount-navigation a:before{width:7px;height:7px;flex:0 0 7px;border:1.5px solid currentColor;border-radius:50%;content:"";opacity:.7}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:rgba(255,255,255,.08);color:#fff!important;transform:translateX(2px)}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--brand);color:#fff!important;box-shadow:0 10px 24px rgba(255,90,31,.22)}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{margin-top:7px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}
.woocommerce-account .woocommerce-MyAccount-content{grid-column:2;grid-row:1;float:none!important;width:100%!important;min-width:0;min-height:330px;padding:clamp(26px,3.4vw,44px);border:1px solid #e8e3e0;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(37,29,25,.07)}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0;color:var(--ink);font-size:1.05rem}
.woocommerce-account .woocommerce-MyAccount-content>p{max-width:760px;color:#6f6973;line-height:1.7}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button){color:var(--ink);font-weight:750;text-decoration-color:var(--brand)}
.hyo-account-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}
.hyo-account-shortcut{display:flex;min-width:0;min-height:142px;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;border:1px solid #ece7e4;border-radius:17px;background:#fbfafb;color:var(--ink)!important;text-decoration:none!important;transition:transform .2s,border-color .2s,box-shadow .2s}
.hyo-account-shortcut:hover{border-color:#ffc8b3;box-shadow:0 14px 32px rgba(50,35,28,.08);transform:translateY(-3px)}
.hyo-account-shortcut span,.hyo-account-shortcut strong,.hyo-account-shortcut small{display:block}
.hyo-account-shortcut strong{font-size:.9rem;line-height:1.3}
.hyo-account-shortcut small{margin-top:8px;color:#77717a;font-size:.7rem;font-weight:500;line-height:1.55}
.hyo-account-shortcut .icon{width:20px;flex:0 0 20px;color:var(--brand)}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{margin:0 0 20px;font-size:clamp(1.45rem,2.4vw,2rem);letter-spacing:-.035em}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{margin:0!important;padding:20px 22px!important;border:1px solid #eadfd8!important;border-radius:14px;background:#fff8f3}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:before,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message:before{display:none}
.woocommerce-account .woocommerce-MyAccount-content .button,.woocommerce-account .hyo-account-page form .button{min-height:46px;padding:0 20px!important;border-radius:999px!important;background:var(--ink)!important;color:#fff!important;font-size:.78rem!important;font-weight:850!important;text-decoration:none!important}
.woocommerce-account .woocommerce-MyAccount-content .button:hover,.woocommerce-account .hyo-account-page form .button:hover{background:var(--brand)!important}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table{display:table;width:100%;margin:0;border:1px solid #e7e2df;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,.woocommerce-account .woocommerce-MyAccount-content table.shop_table td{padding:15px!important;border:0;border-bottom:1px solid #eee9e6;background:#fff;text-align:left;font-size:.79rem}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th{background:#faf8f7;color:#68616a;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child td{border-bottom:0}
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}
.woocommerce-account .woocommerce-Addresses:before,.woocommerce-account .woocommerce-Addresses:after{display:none}
.woocommerce-account .woocommerce-Address{float:none!important;width:100%!important;margin:0;padding:22px;border:1px solid #e9e4e1;border-radius:17px;background:#fbfafb}
.woocommerce-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:15px}
.woocommerce-account .woocommerce-Address-title h2{margin:0!important;font-size:1.1rem!important}
.woocommerce-account .woocommerce-Address-title .edit{float:none;color:var(--brand)!important;font-size:.74rem}
.woocommerce-account .woocommerce-Address address{margin:16px 0 0;color:#706a73;font-size:.82rem;font-style:normal;line-height:1.7}
.woocommerce-account .hyo-account-page form .form-row{margin:0 0 15px!important}
.woocommerce-account .hyo-account-page form label{display:block;margin-bottom:7px;color:#4f4952;font-size:.74rem;font-weight:800}
.woocommerce-account .hyo-account-page form input.input-text,.woocommerce-account .hyo-account-page form textarea,.woocommerce-account .hyo-account-page .select2-selection--single{width:100%;min-height:52px;padding:12px 14px;border:1px solid #d9d3cf;border-radius:11px;background:#fff;box-shadow:none}
.woocommerce-account .hyo-account-page form input.input-text:focus,.woocommerce-account .hyo-account-page form textarea:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px rgba(255,90,31,.1)}
.woocommerce-account .hyo-account-page fieldset{margin:28px 0 0;padding:22px;border:1px solid #e8e2de;border-radius:16px;background:#fbfaf9}
.woocommerce-account .hyo-account-page legend{padding:0 8px;font-size:.82rem;font-weight:850}
.woocommerce-account .hyo-account-page .u-columns{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%}
.woocommerce-account .hyo-account-page .u-column1,.woocommerce-account .hyo-account-page .u-column2{float:none!important;width:100%!important;padding:clamp(24px,3vw,38px);border:1px solid #e8e3e0;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(37,29,25,.06)}
.woocommerce-account .hyo-account-page .u-columns h2{margin:0 0 20px;font-size:1.8rem}
.woocommerce-account .woocommerce-password-strength{margin-top:7px;border-radius:8px;font-size:.7rem}

@media(max-width:900px){
	.hyo-account-page-header{align-items:flex-start;flex-direction:column;margin-bottom:28px}
	.woocommerce-account .hyo-account-page .entry-content>.woocommerce{grid-template-columns:1fr;gap:17px}
	.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1;grid-row:1;overflow-x:auto;padding:9px;border-radius:16px;scrollbar-width:none}
	.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar{display:none}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{width:max-content;min-width:100%;flex-direction:row}
	.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:43px;padding:0 14px;white-space:nowrap}
	.woocommerce-account .woocommerce-MyAccount-navigation a:before{display:none}
	.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{margin:0 0 0 4px;padding:0 0 0 4px;border-top:0;border-left:1px solid rgba(255,255,255,.1)}
	.woocommerce-account .woocommerce-MyAccount-content{grid-column:1;grid-row:2;min-height:0}
}

@media(max-width:650px){
	.hyo-account-page{padding:38px 0 70px}
	.hyo-account-page-header h1{font-size:3rem}
	.hyo-account-page-header p{font-size:.88rem}
	.woocommerce-account .woocommerce-MyAccount-content{padding:22px 18px;border-radius:19px}
	.hyo-account-shortcuts{grid-template-columns:1fr}
	.hyo-account-shortcut{min-height:0}
	.woocommerce-account .woocommerce-Addresses,.woocommerce-account .hyo-account-page .u-columns{grid-template-columns:1fr}
	.woocommerce-account .woocommerce-MyAccount-content table.shop_table,.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody{display:block}
	.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr{display:block;padding:14px;border-bottom:1px solid #ece7e4}
	.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child{border-bottom:0}
	.woocommerce-account .woocommerce-MyAccount-content table.shop_table td{display:flex!important;align-items:center;justify-content:space-between;gap:15px;padding:7px 0!important;border:0;text-align:right!important}
	.woocommerce-account .woocommerce-MyAccount-content table.shop_table td:before{font-size:.66rem}
}

/* Keep the catalog hero CTA aligned despite WooCommerce button defaults. */
.woocommerce .catalog-hero-actions .button{display:inline-flex!important;min-height:52px;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0!important;padding:0 21px!important;border:0!important;border-radius:999px!important;line-height:1!important;vertical-align:middle;white-space:nowrap}
.woocommerce .catalog-hero-actions .button .icon{display:block;width:19px;height:19px;flex:0 0 19px;margin:0!important;transform:none!important}
.woocommerce .catalog-hero-actions .catalog-count{min-height:52px;align-items:center;padding-top:0;padding-bottom:0;line-height:1}

@media(max-width:560px){
	.woocommerce .catalog-hero-actions .button{width:100%!important}
	.woocommerce .catalog-hero-actions .catalog-count{align-self:flex-start}
}

/* Site-wide content page refinement v1.7. */
.hyo-page-lead{max-width:720px;margin:16px 0 0;color:#6c6670;font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.65}

/* FAQ: clear two-column hierarchy with native, accessible disclosure controls. */
.hyo-faq-page .page-shell{padding-top:clamp(50px,6vw,82px);background:linear-gradient(180deg,#fff8f3 0,#fff 520px)}
.hyo-faq-page .content-narrow{max-width:1120px}
.hyo-faq-page .page-header{max-width:850px;margin-bottom:48px}
.hyo-faq-page .page-header h1{font-size:clamp(2.85rem,5.2vw,4.8rem)}
.hyo-faq-page .entry-content{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:12px 48px;align-items:start}
.hyo-faq-page .entry-content>h2{grid-column:1;grid-row:1/span 7;position:sticky;top:140px;margin:0;padding:28px;border:1px solid #eadfd8;border-radius:22px;background:#18171c;color:#fff;font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.08}
.hyo-faq-page .entry-content>h2:after{display:block;width:52px;height:4px;margin-top:25px;border-radius:99px;background:var(--brand);content:""}
.hyo-faq-page .entry-content>details{grid-column:2;margin:0;border:1px solid #e8e3e0;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(35,28,25,.035);transition:border-color .2s,box-shadow .2s}
.hyo-faq-page .entry-content>details[open]{border-color:#ffc9b5;box-shadow:0 14px 34px rgba(60,38,28,.07)}
.hyo-faq-page .entry-content>details summary{min-height:66px;padding:20px 22px;color:var(--ink);font-size:.98rem;line-height:1.35;cursor:pointer}
.hyo-faq-page .entry-content>details summary::marker{color:var(--brand)}
.hyo-faq-page .entry-content>details summary strong{font-weight:850}
.hyo-faq-page .entry-content>details p{margin:0;padding:0 22px 22px;color:#6c6670;font-size:.9rem;line-height:1.7}
.hyo-faq-support{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-top:54px;padding:clamp(27px,4vw,44px);border-radius:25px;background:#18171c;color:#fff}
.hyo-faq-support span{display:block;margin-bottom:9px;color:#ff9a74;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hyo-faq-support h2{margin:0 0 8px;font-size:clamp(1.75rem,3vw,2.65rem)}
.hyo-faq-support p{max-width:590px;margin:0;color:#bbb6c0;font-size:.88rem}
.hyo-faq-support .button{flex:0 0 auto}

/* About: editorial story layout instead of an unstructured text column. */
.hyo-about-page .page-shell{padding-top:clamp(52px,6vw,84px);background:linear-gradient(180deg,#fff 0,#fff 260px,#fff9f5 260px,#fff 100%)}
.hyo-about-page .content-narrow{max-width:1080px}
.hyo-about-page .page-header{margin-bottom:34px}
.hyo-about-page .entry-content{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:17px clamp(38px,6vw,76px);padding:clamp(28px,4vw,48px);border:1px solid #eee4dd;border-radius:26px;background:#fff;box-shadow:0 22px 65px rgba(40,30,25,.06)}
.hyo-about-page .entry-content>.lead{grid-column:1/-1;margin:0 0 15px;padding-bottom:25px;border-bottom:1px solid #eee8e4;color:var(--brand-dark);font-size:1.14rem;font-weight:750}
.hyo-about-page .entry-content>h2{grid-column:1;grid-row:2/span 4;position:sticky;top:140px;margin:0;font-size:clamp(2rem,3.5vw,3.25rem)}
.hyo-about-page .entry-content>p:not(.lead){grid-column:2;margin:0;color:#625d66;font-size:.96rem;line-height:1.78}
.hyo-about-page .entry-content>blockquote{grid-column:1/-1;margin:20px 0 0;padding:27px 30px;border:0;border-radius:18px;background:#18171c;color:#fff}
.hyo-about-page .entry-content>blockquote p{margin:0;color:inherit;font-size:1.12rem}

/* Legal and contact pages: stable sidebar navigation without desktop overflow. */
.is-legal-page .content-narrow{max-width:1180px}
.hyo-legal-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:26px;align-items:start}
.is-legal-page .hyo-legal-nav{position:sticky;top:126px;display:flex;overflow:visible;margin:0;padding:12px;flex-direction:column;gap:4px;border-radius:20px;background:#18171c;scrollbar-width:none}
.is-legal-page .hyo-legal-nav>span{display:block;padding:9px 12px 12px;color:#9f9aa6;font-size:.64rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.is-legal-page .hyo-legal-nav a{display:flex;min-height:43px;align-items:center;flex:0 0 auto;padding:9px 12px;border:0;border-radius:11px;background:transparent;color:#c9c5ce;font-size:.71rem;line-height:1.35}
.is-legal-page .hyo-legal-nav a:hover{background:rgba(255,255,255,.08);color:#fff}
.is-legal-page .hyo-legal-nav a.is-active{border:0;background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(255,90,31,.2)}
.is-legal-page .hyo-legal-layout>.entry-content{min-width:0;margin:0;padding:clamp(29px,4vw,50px);border-radius:22px;background:#faf9fb}
.hyo-contact-page .hyo-legal-layout>.entry-content>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hyo-contact-page .hyo-legal-layout>.entry-content>div>p{margin:0;padding:18px;border:1px solid #e8e3e0;border-radius:14px;background:#fff;color:#4e4952;font-size:.88rem;line-height:1.6}
.hyo-contact-page .hyo-legal-layout>.entry-content>div>p:nth-child(4){grid-column:1/-1}
.hyo-contact-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:30px;padding:clamp(27px,4vw,42px);border:1px solid #f1ded2;border-radius:24px;background:#fff7ef}
.hyo-contact-actions .eyebrow{margin-bottom:9px}
.hyo-contact-actions h2{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.7rem)}
.hyo-contact-actions p{margin:0;font-size:.88rem}
.hyo-contact-actions>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}

/* Journal: intentional empty state until articles are published. */
.hyo-journal-page .page-shell{min-height:620px;padding-top:clamp(50px,6vw,82px);background:linear-gradient(180deg,#fff8f3 0,#fff 520px)}
.hyo-journal-page .page-header{max-width:780px;margin-bottom:38px}
.hyo-journal-page .post-grid{display:block}
.hyo-journal-empty{display:flex;min-height:300px;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(29px,5vw,58px);border:1px solid #eadfd8;border-radius:26px;background:#fff;box-shadow:0 20px 60px rgba(36,28,24,.06)}
.hyo-journal-empty h2{max-width:700px;margin:0 0 14px;font-size:clamp(2rem,4vw,3.5rem)}
.hyo-journal-empty p{max-width:620px;margin:0 0 25px}

@media(max-width:820px){
	.hyo-faq-page .entry-content{grid-template-columns:1fr;gap:10px}
	.hyo-faq-page .entry-content>h2{grid-column:1;grid-row:auto;position:static;margin-bottom:8px;padding:23px}
	.hyo-faq-page .entry-content>details{grid-column:1}
	.hyo-faq-support,.hyo-contact-actions{align-items:flex-start;flex-direction:column}
	.hyo-about-page .entry-content{grid-template-columns:1fr}
	.hyo-about-page .entry-content>.lead,.hyo-about-page .entry-content>h2,.hyo-about-page .entry-content>p:not(.lead),.hyo-about-page .entry-content>blockquote{grid-column:1;grid-row:auto}
	.hyo-about-page .entry-content>h2{position:static;margin-bottom:7px}
	.hyo-legal-layout{grid-template-columns:1fr;gap:18px}
	.is-legal-page .hyo-legal-nav{position:static;display:flex;overflow-x:auto;margin-inline:-16px;padding:9px 16px 14px;flex-direction:row;border-radius:0;background:transparent;scroll-snap-type:x mandatory}
	.is-legal-page .hyo-legal-nav>span{display:none}
	.is-legal-page .hyo-legal-nav a{min-height:42px;flex:0 0 auto;border:1px solid #e1dcd9;border-radius:999px;background:#fff;color:#5d5761;scroll-snap-align:start}
	.is-legal-page .hyo-legal-nav a.is-active{border-color:var(--ink);background:var(--ink);box-shadow:none}
}

@media(max-width:560px){
	.hyo-faq-page .page-header,.hyo-about-page .page-header{margin-bottom:28px}
	.hyo-faq-page .entry-content>details summary{min-height:60px;padding:18px;font-size:.91rem}
	.hyo-faq-page .entry-content>details p{padding:0 18px 19px;font-size:.85rem}
	.hyo-faq-support{margin-top:36px;padding:25px 20px;border-radius:20px}
	.hyo-faq-support .button{width:100%}
	.hyo-about-page .entry-content{padding:23px 18px;border-radius:20px}
	.hyo-contact-page .hyo-legal-layout>.entry-content>div{grid-template-columns:1fr}
	.hyo-contact-page .hyo-legal-layout>.entry-content>div>p:nth-child(4){grid-column:1}
	.hyo-contact-actions{padding:24px 19px;border-radius:20px}
	.hyo-contact-actions>div:last-child{width:100%;justify-content:stretch}
	.hyo-contact-actions .button{flex:1}
	.hyo-journal-empty{min-height:330px;padding:26px 20px;border-radius:20px}
}
