:root{--bg: #fff8f4;--bg-soft: #fff1ea;--surface: rgba(255, 255, 255, .78);--surface-strong: #ffffff;--surface-peach: #ffd9c8;--surface-peach-2: #ffc4ab;--surface-lilac: #eadcf8;--surface-rose: #f9d7d2;--text: #442c22;--text-soft: #7d6256;--heading: #9f552f;--accent: #f29b72;--accent-dark: #d8754d;--accent-2: #caa6f3;--border: rgba(185, 120, 86, .18);--shadow-sm: 0 8px 24px rgba(157, 101, 73, .08);--shadow-md: 0 18px 50px rgba(157, 101, 73, .13);--shadow-lg: 0 30px 80px rgba(157, 101, 73, .16);--radius-sm: 16px;--radius-md: 26px;--radius-lg: 42px;--radius-xl: 70px;--container: 1240px;--transition: all .28s ease}*,*:before,*:after{box-sizing:border-box}html{margin:0;padding:0;scroll-behavior:smooth}body{margin:0;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(255,215,198,.8),transparent 24%),radial-gradient(circle at 85% 18%,rgba(234,220,248,.65),transparent 22%),linear-gradient(180deg,#fffaf7,#fff4ee 48%,#fffaf7);font-size:16px;line-height:1.65}body:before,body:after{content:"";position:fixed;z-index:-1;border-radius:999px;filter:blur(40px);opacity:.55}body:before{width:320px;height:320px;top:120px;left:-120px;background:#ffc2a880}body:after{width:360px;height:360px;bottom:60px;right:-140px;background:#d6baf66b}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none;transition:var(--transition)}p{margin:0 0 1rem;color:var(--text-soft)}.footer-text{color:#fff}ul{margin:0;padding:0;list-style:none}input,select,textarea,button{font:inherit}button{cursor:pointer}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{position:relative;padding:78px 0}.section--tight{padding:56px 0}.section-heading{text-align:center;margin:0 auto 34px;max-width:760px}.section-heading h2{margin:0 0 10px;color:var(--heading);font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif}.section-heading p{font-size:1.02rem}.eyebrow{display:inline-block;margin-bottom:14px;color:var(--accent-dark);font-size:.82rem;text-transform:uppercase;letter-spacing:.24em;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 26px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-weight:700;letter-spacing:.04em;box-shadow:0 10px 30px #d8754d47;transition:var(--transition)}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px #d8754d57}.btn--secondary{background:#ffffffa6;color:var(--heading);border:1px solid rgba(216,117,77,.22);box-shadow:none}.btn--secondary:hover{background:#fff}.text-link{color:var(--accent-dark);font-weight:700}.topbar{background:linear-gradient(90deg,#ffd4c4,#ffe4d8 45%,#f4dff9);color:#9a5b3b;text-align:center;padding:10px 15px;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid rgba(185,120,86,.08)}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf7d1;border-bottom:1px solid rgba(185,120,86,.08)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:96px}.site-header__left,.site-header__right{display:flex;align-items:center;gap:16px}.site-header__right{justify-content:flex-end}.site-branding{text-align:center}.site-logo{display:inline-block;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:.04em;font-weight:700;line-height:1}.site-tagline{margin:4px 0 0;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}.site-nav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;padding:16px 0 18px}.site-nav a{position:relative;font-size:.84rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8b6858}.site-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:var(--transition)}.site-nav a:hover{color:var(--heading)}.site-nav a:hover:after{width:100%}.header-icon{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffb8;border:1px solid rgba(185,120,86,.12);box-shadow:var(--shadow-sm);font-size:.95rem}.hero{position:relative;padding:44px 0 38px}.hero__wrap{position:relative;overflow:hidden;border-radius:36px;padding:72px 48px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.72),transparent 24%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.52),transparent 20%),linear-gradient(135deg,#ffe8dd,#fff3ec 44%,#f1e5fd);box-shadow:var(--shadow-lg)}.hero__wrap:before,.hero__wrap:after{content:"";position:absolute;border-radius:999px;z-index:0}.hero__wrap:before{width:420px;height:420px;left:-140px;bottom:-180px;background:linear-gradient(135deg,#f6a57e,#ffd5c0);opacity:.82}.hero__wrap:after{width:280px;height:280px;right:-60px;top:-60px;background:linear-gradient(135deg,#eadcf8,#ffdfe3);opacity:.9}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.2fr .8fr;gap:28px;align-items:center}.hero__media,.hero__feature{position:relative}.hero__image-shell,.hero__product-shell{overflow:hidden;border:10px solid rgba(255,255,255,.55);box-shadow:var(--shadow-md);background:#fff6}.hero__image-shell{border-radius:220px 220px 30px 30px}.hero__product-shell{border-radius:34px 110px}.hero__image-shell img,.hero__product-shell img{width:100%;height:100%;object-fit:cover}.hero__content{text-align:center}.hero__script{display:block;color:#d48a76;font-family:Brush Script MT,cursive;font-size:clamp(2.3rem,4vw,4rem);line-height:1;margin-bottom:8px}.hero__content h1{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;letter-spacing:-.05em;text-transform:lowercase}.hero__content p{max-width:560px;margin:0 auto;font-size:1.05rem}.hero__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}.hero__badge{position:absolute;right:18px;bottom:18px;background:#ffffffe0;padding:10px 14px;border-radius:999px;box-shadow:var(--shadow-sm);color:var(--heading);font-weight:700;font-size:.85rem}.sparkles,.sparkles:before,.sparkles:after{position:absolute;content:"\2726";color:#d78a638c;font-size:20px}.sparkles{top:16%;left:47%}.sparkles:before{top:140px;left:-420px}.sparkles:after{top:210px;left:360px}.wave-divider{position:relative;margin-top:-10px}.wave-divider:after{content:"";display:block;height:72px;background:radial-gradient(70px 36px at 50% 0,transparent 67%,#fffaf7 68%) repeat-x;background-size:160px 72px}.category-grid,.benefits-grid,.blog-grid,.product-grid,.footer-grid,.collection-banner-grid{display:grid;gap:24px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{position:relative;min-height:210px;border-radius:28px;overflow:hidden;padding:28px;display:flex;align-items:flex-end;color:#fff;box-shadow:var(--shadow-md);isolation:isolate}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0a,#0000002e),radial-gradient(circle at top left,rgba(255,255,255,.32),transparent 28%);z-index:-1}.category-card:nth-child(1){background:linear-gradient(135deg,#ffd5cc,#f4ae8f)}.category-card:nth-child(2){background:linear-gradient(135deg,#ffd8e2,#f7b4c0)}.category-card:nth-child(3){background:linear-gradient(135deg,#eadcf8,#c8a8ee)}.category-card:nth-child(4){background:linear-gradient(135deg,#ffd7ba,#ee884a)}.category-card:nth-child(5){background:linear-gradient(135deg,#ffe8b9,#f0b25b)}.category-card:nth-child(6){background:linear-gradient(135deg,#f6d8ce,#d99688)}.category-card__inner{width:100%}.category-card__label{display:block;margin-bottom:6px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;opacity:.9}.category-card__title{font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1;font-weight:700}.category-card__arrow{margin-top:18px;width:42px;height:42px;border-radius:999px;background:#ffffff38;display:inline-flex;align-items:center;justify-content:center}.collection-banner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-banner{min-height:180px;border-radius:30px;padding:24px;box-shadow:var(--shadow-md);display:flex;align-items:flex-end;color:#fff}.collection-banner h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1}.collection-banner--peach{background:linear-gradient(135deg,#ffd8c9,#f19b74)}.collection-banner--lilac{background:linear-gradient(135deg,#eddfff,#c8a8ee)}.collection-banner--rose{background:linear-gradient(135deg,#ffd8e0,#efa0af)}.card-surface{background:#ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(185,120,86,.1);box-shadow:var(--shadow-md);border-radius:34px}.product-showcase{position:relative}.product-showcase:before{content:"";position:absolute;inset:50px 0 auto;height:180px;background:linear-gradient(90deg,#f4dff9,#ffe5d8);border-radius:999px;z-index:0;opacity:.45}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#ffffffe0;border:1px solid rgba(185,120,86,.09);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-sm)}.product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-card__image-wrap{position:relative;display:block;overflow:hidden}.product-card__content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;padding:18px 18px 22px;text-align:center}.product-card__title{min-height:64px;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.3;color:var(--heading)}.product-card__price{min-height:28px;margin-bottom:16px}.product-card .btn{margin-top:auto;align-self:center}.product-card__placeholder{min-height:320px;display:flex;align-items:center;justify-content:center;color:var(--text-soft)}.price{font-weight:700;font-size:1rem;color:var(--text)}.price--sale{color:#b84d33;margin-right:8px}.price--compare{color:var(--text-soft);text-decoration:line-through}.badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.badge--sale{color:#fff;background:linear-gradient(135deg,#ef7d5f,#d85638);box-shadow:0 10px 22px #d856383d}.story{overflow:hidden}.story__panel{position:relative;padding:40px;border-radius:38px;background:linear-gradient(135deg,#fff2eceb,#efe2fbe0);box-shadow:var(--shadow-lg)}.story__panel:before{content:"";position:absolute;width:240px;height:240px;right:-60px;top:-60px;border-radius:999px;background:#ffffff57}.story__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.story__text h2{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:clamp(2rem,4vw,3.3rem);line-height:1.02}.story__box{background:#ffffffd1;border:1px solid rgba(185,120,86,.08);border-radius:28px;padding:28px;box-shadow:var(--shadow-sm)}.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-card{position:relative;padding:30px 26px;border-radius:28px;background:#ffffffb8;border:1px solid rgba(185,120,86,.08);box-shadow:var(--shadow-sm);overflow:hidden}.benefit-card:before{content:"";position:absolute;width:120px;height:120px;top:-40px;right:-40px;border-radius:999px;background:linear-gradient(135deg,#f29b722e,#caa6f32e)}.benefit-card h3{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:1.5rem}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-card{background:#fffc;border:1px solid rgba(185,120,86,.08);border-radius:28px;padding:26px;box-shadow:var(--shadow-sm)}.blog-card__meta{margin-bottom:10px;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dark)}.blog-card h2,.blog-card h3{margin-top:0;font-family:Georgia,Times New Roman,serif;color:var(--heading)}.page-header{padding:34px 0 22px;text-align:center}.page-header h1{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:clamp(2rem,4vw,3.6rem);line-height:1.04}.page-description,.rte,.article-content{color:var(--text-soft)}.collection-page,.product-page,.cart-page,.search-page,.page-template,.blog-page,.article-page,.not-found-page{padding-bottom:72px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.product-page__image,.product-page__placeholder{width:100%;border-radius:34px;background:#ffffffc7;border:1px solid rgba(185,120,86,.1);box-shadow:var(--shadow-md)}.product-page__placeholder{min-height:520px;display:flex;align-items:center;justify-content:center}.product-details{background:#ffffffb8;border:1px solid rgba(185,120,86,.08);border-radius:30px;padding:28px;box-shadow:var(--shadow-sm)}.product-breadcrumb{margin-bottom:10px;color:var(--accent-dark);font-size:.9rem}.product-price{margin-bottom:18px;font-size:1.15rem}.product-form__field{margin-bottom:16px}.product-form__field label{display:block;margin-bottom:8px;font-weight:700;color:var(--heading)}.product-form__field input,.product-form__field select,.contact-form input,.contact-form textarea,.search-form input{width:100%;min-height:52px;padding:12px 16px;border:1px solid rgba(185,120,86,.14);border-radius:18px;background:#ffffffe6;outline:none}.contact-form textarea{min-height:140px;padding-top:14px;resize:vertical}.cart-table-wrap{overflow-x:auto}.cart-table{width:100%;border-collapse:collapse;background:#ffffffd1;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm)}.cart-table th,.cart-table td{padding:18px 16px;border-bottom:1px solid rgba(185,120,86,.08);text-align:left;vertical-align:top}.cart-product__inner{display:flex;gap:16px;align-items:flex-start}.cart-product__inner img{width:84px;border-radius:16px}.cart-summary{margin-top:24px;display:flex;justify-content:flex-end}.cart-summary__box{width:100%;max-width:380px;padding:28px;border-radius:28px;background:#ffffffd1;border:1px solid rgba(185,120,86,.08);box-shadow:var(--shadow-sm)}.empty-state{padding:42px;border-radius:28px;text-align:center;background:#ffffffd1;border:1px solid rgba(185,120,86,.08);box-shadow:var(--shadow-sm)}.pagination{margin-top:34px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.pagination span,.pagination a{min-width:44px;padding:10px 14px;border-radius:999px;text-align:center;background:#ffffffd6;border:1px solid rgba(185,120,86,.1);box-shadow:var(--shadow-sm)}.pagination .active{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff}.site-footer{position:relative;margin-top:40px;padding-top:70px;color:#fff8f4;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.08),transparent 16%),linear-gradient(135deg,#7b4a37,#4a2c24 60%,#39201b)}.site-footer:before{content:"";position:absolute;top:-34px;left:0;width:100%;height:60px;background:radial-gradient(70px 36px at 50% 100%,transparent 67%,#7b4a37 68%) repeat-x;background-size:160px 60px}.footer-grid{grid-template-columns:1.2fr .9fr .9fr}.site-footer h3,.site-footer h4{margin-top:0;font-family:Georgia,Times New Roman,serif}.footer-links li{margin-bottom:10px}.site-footer a:hover{color:#ffd6c6}.site-footer__bottom{margin-top:28px;padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.1);color:#fff8f4c7}@media(max-width:1100px){.hero__inner,.story__inner,.product-page__grid,.site-header__inner{grid-template-columns:1fr}.site-header__left,.site-header__right,.site-branding{justify-content:center;text-align:center}.hero__content{order:1}.hero__media{order:2}.hero__feature{order:3}.product-grid,.category-grid,.benefits-grid,.blog-grid,.footer-grid,.collection-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__wrap{padding:52px 28px}}@media(max-width:720px){.section{padding:56px 0}.container{padding:0 16px}.site-nav{gap:14px;padding-top:10px}.hero__wrap{border-radius:28px;padding:38px 18px}.hero__content h1{font-size:3rem}.product-grid,.category-grid,.benefits-grid,.blog-grid,.footer-grid,.collection-banner-grid{grid-template-columns:1fr}.category-card{min-height:180px}.page-header h1{font-size:2.2rem}}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}}.contact-page{padding-bottom:80px}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}.contact-card{background:#ffffffd1;border:1px solid rgba(185,120,86,.1);border-radius:30px;padding:30px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-card h2{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:2rem}.contact-info-list{margin-top:24px;display:grid;gap:18px}.contact-info-list li{padding:16px 18px;background:#fff8f4e6;border:1px solid rgba(185,120,86,.08);border-radius:18px;color:var(--text)}.contact-info-list a{color:var(--accent-dark);font-weight:600}.contact-form-wrap .contact-form p{margin-bottom:16px}.contact-form label{display:block;margin-bottom:8px;font-weight:700;color:var(--heading)}.contact-success{padding:14px 16px;margin-bottom:18px;border-radius:16px;background:#edf8f0;color:#2f6b45;border:1px solid #cde8d5}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}}.blog-card{position:relative}.blog-card a{position:relative;z-index:3}.blog-card:before,.blog-card:after{pointer-events:none}.mobile-menu-toggle,.mobile-nav{display:none}@media(max-width:900px){.desktop-nav,.desktop-search{display:none!important}.mobile-menu-toggle{display:inline-flex}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center}.site-branding{text-align:center}.site-logo{font-size:2rem}.site-tagline{font-size:.68rem;letter-spacing:.12em}.mobile-nav{display:none;flex-direction:column;gap:0;padding:10px 0 16px;border-top:1px solid rgba(185,120,86,.08)}.mobile-nav.is-open{display:flex}.mobile-nav a{display:block;padding:14px 4px;border-bottom:1px solid rgba(185,120,86,.08);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;color:var(--text)}.mobile-nav a:hover{color:var(--heading)}}.mobile-menu-toggle{display:none;position:relative}.mobile-menu-toggle__close,.mobile-menu-toggle.is-active .mobile-menu-toggle__open{display:none}.mobile-menu-toggle.is-active .mobile-menu-toggle__close{display:inline}.mobile-nav{display:none}@media(max-width:900px){.desktop-nav,.desktop-search{display:none!important}.mobile-menu-toggle{display:inline-flex}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center}.site-branding{text-align:center}.mobile-nav{display:flex;flex-direction:column;gap:0;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);pointer-events:none;transition:max-height .35s ease,opacity .25s ease,transform .25s ease,padding .25s ease;padding:0;border-top:1px solid rgba(185,120,86,0)}.mobile-nav.is-open{max-height:700px;opacity:1;transform:translateY(0);pointer-events:auto;padding:10px 0 16px;border-top:1px solid rgba(185,120,86,.08)}.mobile-nav a{display:block;padding:14px 4px;border-bottom:1px solid rgba(185,120,86,.08);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;color:var(--text);opacity:0;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,color .2s ease}.mobile-nav.is-open a{opacity:1;transform:translateY(0)}.mobile-nav a:nth-child(1){transition-delay:.04s}.mobile-nav a:nth-child(2){transition-delay:.06s}.mobile-nav a:nth-child(3){transition-delay:.08s}.mobile-nav a:nth-child(4){transition-delay:.1s}.mobile-nav a:nth-child(5){transition-delay:.12s}.mobile-nav a:nth-child(6){transition-delay:.14s}.mobile-nav a:nth-child(7){transition-delay:.16s}.mobile-nav a:nth-child(8){transition-delay:.18s}.mobile-nav a:nth-child(9){transition-delay:.2s}.mobile-nav a:nth-child(10){transition-delay:.22s}.mobile-nav a:nth-child(11){transition-delay:.24s}.mobile-nav a:hover{color:var(--heading)}}.collection-template{padding-bottom:80px}.collection-hero{margin:24px 0 22px;padding:56px 40px;border-radius:34px;background:linear-gradient(#ffeeea8c,#ffeeea8c),radial-gradient(circle at right center,rgba(232,212,246,.55),transparent 28%),linear-gradient(135deg,#ffe4dc,#fff4ef,#f1e5fb);box-shadow:var(--shadow-md)}.collection-hero__content{max-width:680px}.collection-hero h1{margin:0 0 12px;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1.02}.collection-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;color:var(--text-soft);font-size:.92rem}.collection-layout{display:grid;grid-template-columns:290px 1fr;gap:34px;align-items:start}.collection-sidebar{position:sticky;top:120px}.filter-card{background:#ffe9e5b3;border:1px solid rgba(185,120,86,.08);border-radius:24px;padding:22px;box-shadow:var(--shadow-sm);margin-bottom:20px}.filter-card h3{margin:0 0 16px;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:1.4rem}.collection-search-form{display:grid;gap:12px}.collection-search-form input,.collection-sort select{width:100%;min-height:48px;padding:12px 14px;border:1px solid rgba(185,120,86,.12);border-radius:16px;background:#ffffffe6}.filter-list,.filter-tags{display:grid;gap:10px}.filter-list a,.filter-tags a{color:var(--text)}.filter-list a:hover,.filter-tags a:hover{color:var(--accent-dark)}.collection-main{min-width:0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:18px 22px;background:#ffffffc2;border-radius:22px;box-shadow:var(--shadow-sm)}.collection-count{margin:0}.collection-sort{display:flex;align-items:center;gap:10px}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1024px){.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:static}}@media(max-width:720px){.collection-hero{padding:34px 22px}.collection-toolbar{flex-direction:column;align-items:stretch}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-grid--collection{grid-template-columns:1fr}}.product-gallery__main{margin-bottom:16px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-gallery__thumb{padding:0;border:1px solid rgba(185,120,86,.14);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer;transition:.2s ease}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--accent-dark);box-shadow:0 0 0 2px #d8754d1f}.product-gallery__thumb img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.newsletter{padding:70px 20px 80px;background:#fff8f3;text-align:center}.newsletter .container{max-width:1000px;margin:0 auto}.newsletter__box{background:#fff;border-radius:34px;padding:52px 28px;box-shadow:0 14px 35px #4b2d2314;border:1px solid #f1ded5}.newsletter__script{display:block;margin-bottom:10px;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#a35a35}.newsletter__title{margin:0 0 14px;color:#9b4f2e;font-size:34px;line-height:1.2}.newsletter__text{max-width:600px;margin:0 auto 28px;color:#6d4a3d;font-size:16px;line-height:1.7}.newsletter__small{margin-top:18px;font-size:13px;color:#9c7f73}.newsletter .klaviyo-form-RReamA{max-width:600px;margin:0 auto}.newsletter form{max-width:600px!important;margin:0 auto!important}.newsletter input[type=email],.newsletter input[type=text]{border-radius:999px!important}.newsletter button{border-radius:999px!important;font-weight:700!important}@media screen and (max-width:640px){.newsletter{padding:50px 16px 60px}.newsletter__box{padding:38px 20px;border-radius:26px}.newsletter__title{font-size:28px}.newsletter__text{font-size:15px}}.stock-status{margin:8px 0 12px;font-size:14px;line-height:1.4;font-weight:700}.stock-status--low{color:#a45b22}.stock-status--out{color:#a63d32}.product-stock-status:empty{display:none}.badge--sold-out{background:#6d4a3d;color:#fff}.product-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{border-color:#b978562e}.product-card__media{position:relative}.product-card__image-wrap{aspect-ratio:1 / 1;background:#fff8f3}.product-card__image{transition:transform .35s ease}.product-card__badges{position:absolute;top:14px;left:14px;z-index:2;display:flex;flex-wrap:wrap;gap:7px;max-width:calc(100% - 72px)}.product-card__badges .badge{position:static;min-height:28px;padding:5px 10px;font-size:.66rem;box-shadow:0 7px 16px #4b2d231a}.badge--new{color:#6d4334;background:#ffe7dc}.badge--low-stock{color:#7d451c;background:#fff0c7}.badge--popular{color:#5d3e65;background:#f3e4f7}.product-card__favorite{position:absolute;top:13px;right:13px;z-index:4;width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid rgba(185,120,86,.12);border-radius:999px;background:#ffffffed;color:#9b4f2e;box-shadow:0 7px 18px #4b2d231a;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.product-card__favorite:hover{transform:scale(1.06);background:#fff}.favorite-icon{font-size:23px;line-height:1}.favorite-icon--filled,.product-card__favorite.is-favorite .favorite-icon--empty{display:none}.product-card__favorite.is-favorite .favorite-icon--filled{display:block}.product-card__favorite.is-favorite{color:#c64f5e}.product-card__content{padding:18px 18px 20px}.product-card__title{min-height:0;margin-bottom:7px}.product-card__price{min-height:26px;margin-bottom:4px}.product-card__stock{min-height:36px;display:flex;align-items:center;justify-content:center}.product-card__stock .stock-status{margin:5px 0 8px;font-size:.82rem}.product-card__actions{display:grid;gap:9px;margin-top:auto}.product-card__cart-form{margin:0}.product-card__cart-btn{width:100%;min-height:46px;margin:0!important}.product-card__cart-btn:disabled{cursor:not-allowed;opacity:.62}.product-card__details-link{display:inline-flex;justify-content:center;padding:2px 6px;color:var(--text-soft);font-size:.82rem;font-weight:700;text-decoration:none}.product-card__details-link:hover{color:var(--accent-dark);text-decoration:underline}.site-header__right{display:flex;align-items:center;gap:5px}.header-favorites{border:0;background:transparent;cursor:pointer;font:inherit}.header-cart,.header-favorites{position:relative}.header-count{position:absolute;top:-4px;right:-5px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#b85c42;color:#fff;font-size:10px;font-weight:800;line-height:1}body.drawer-open{overflow:hidden}.favorites-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:#39231c4d;opacity:0;transition:opacity .22s ease}.favorites-overlay.is-visible{opacity:1}.favorites-drawer{position:fixed;top:0;right:0;z-index:999;width:min(430px,92vw);height:100dvh;display:flex;flex-direction:column;background:#fffaf7;box-shadow:-20px 0 55px #4b2d232e;transform:translate(105%);transition:transform .26s ease}.favorites-drawer.is-open{transform:translate(0)}.favorites-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 24px 18px;border-bottom:1px solid rgba(185,120,86,.11)}.favorites-drawer__eyebrow{display:block;margin-bottom:3px;color:#a35a35;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.favorites-drawer__header h2{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--heading)}.favorites-drawer__close{width:40px;height:40px;border:1px solid rgba(185,120,86,.12);border-radius:999px;background:#fff;cursor:pointer}.favorites-drawer__content{flex:1;overflow-y:auto;padding:16px 24px 30px}.favorites-empty{padding:80px 20px;text-align:center;color:var(--text-soft)}.favorites-empty>span{display:block;margin-bottom:14px;font-size:48px;color:#c8866a}.favorites-empty h3{margin:0 0 8px;color:var(--heading)}.favorites-empty p{margin:0;line-height:1.6}.favorite-item{display:grid;grid-template-columns:76px 1fr 34px;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid rgba(185,120,86,.1)}.favorite-item__image,.favorite-item__placeholder{width:76px;height:76px;border-radius:16px;overflow:hidden;background:#fff0e9}.favorite-item__image img{width:100%;height:100%;object-fit:cover}.favorite-item__placeholder{display:grid;place-items:center;color:#b96e50;font-size:24px}.favorite-item__info{min-width:0;display:grid;gap:4px}.favorite-item__title{color:var(--heading);font-weight:800;text-decoration:none}.favorite-item__info span{color:var(--text-soft);font-size:.9rem}.favorite-item__remove{width:34px;height:34px;border:0;background:transparent;color:var(--text-soft);cursor:pointer}.shop-toast{position:fixed;left:50%;bottom:28px;z-index:1200;max-width:calc(100vw - 32px);padding:12px 18px;border-radius:999px;background:#5f4035;color:#fff;box-shadow:0 14px 35px #4b2d2333;font-size:.9rem;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:opacity .2s ease,transform .2s ease}.shop-toast.is-visible{opacity:1;transform:translate(-50%)}@media(max-width:720px){.product-card__badges{top:10px;left:10px;gap:5px}.product-card__favorite{top:9px;right:9px;width:38px;height:38px}.product-card__content{padding:15px 14px 17px}.favorites-drawer__header,.favorites-drawer__content{padding-left:18px;padding-right:18px}}.header-cart{border:0;background:transparent;cursor:pointer;font:inherit}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1008;background:#39231c57;opacity:0;transition:opacity .22s ease}.cart-drawer-overlay.is-visible{opacity:1}.cart-drawer{position:fixed;top:0;right:0;z-index:1009;width:min(470px,94vw);height:100dvh;display:flex;flex-direction:column;background:#fffaf7;box-shadow:-20px 0 55px #4b2d2333;transform:translate(105%);transition:transform .26s ease}.cart-drawer.is-open{transform:translate(0)}.cart-drawer.is-loading{cursor:progress}.cart-drawer.is-loading .cart-drawer__content{opacity:.62;pointer-events:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px 16px;border-bottom:1px solid rgba(185,120,86,.11)}.cart-drawer__eyebrow{display:block;margin-bottom:3px;color:#a35a35;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cart-drawer__header h2{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--heading)}.cart-drawer__title-count{color:var(--text-soft);font-family:inherit;font-size:.82rem;font-weight:500}.cart-drawer__close{flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(185,120,86,.12);border-radius:999px;background:#fff;color:var(--heading);cursor:pointer}.cart-drawer__shipping{padding:15px 24px 16px;background:#fff3ed;border-bottom:1px solid rgba(185,120,86,.1)}.shipping-progress__row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:9px;color:var(--heading);font-size:.79rem}.shipping-progress__row strong{line-height:1.35}.shipping-progress__row span{flex:0 0 auto;color:var(--text-soft);font-size:.73rem}.shipping-progress__track{height:8px;overflow:hidden;border-radius:999px;background:#b86f5226}.shipping-progress__bar{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c77b5d,#9f5c43);transition:width .35s ease}.cart-drawer__content{flex:1;min-height:0;overflow-y:auto;padding:8px 24px 18px;transition:opacity .18s ease}.cart-drawer-item{display:grid;grid-template-columns:92px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid rgba(185,120,86,.1)}.cart-drawer-item__image{width:92px;height:92px;overflow:hidden;border-radius:16px;background:#fff0e9}.cart-drawer-item__image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item__placeholder{display:grid;place-items:center;text-decoration:none;color:#b96e50;font-size:24px}.cart-drawer-item__info{min-width:0;display:flex;flex-direction:column}.cart-drawer-item__title{color:var(--heading);font-weight:800;text-decoration:none;line-height:1.35}.cart-drawer-item__title:hover{text-decoration:underline}.cart-drawer-item__variant{margin-top:3px;color:var(--text-soft);font-size:.78rem}.cart-drawer-item__price{margin-top:6px;color:var(--heading);font-size:.9rem;font-weight:800}.cart-drawer-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px}.cart-quantity{display:inline-grid;grid-template-columns:34px 38px 34px;align-items:center;min-height:34px;overflow:hidden;border:1px solid rgba(185,120,86,.18);border-radius:999px;background:#fff}.cart-quantity button{height:34px;border:0;background:transparent;color:var(--heading);cursor:pointer;font-size:1.05rem}.cart-quantity button:hover{background:#fff0e9}.cart-quantity span{text-align:center;color:var(--heading);font-size:.84rem;font-weight:800}.cart-drawer-item__remove{border:0;background:transparent;color:#9e6250;cursor:pointer;font-size:.78rem;font-weight:700;text-decoration:underline}.cart-drawer__footer{flex:0 0 auto;padding:17px 24px 22px;border-top:1px solid rgba(185,120,86,.12);background:#fffaf7;box-shadow:0 -12px 28px #4b2d230a}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:5px;color:var(--heading);font-size:1rem}.cart-drawer__subtotal strong{font-size:1.12rem}.cart-drawer__note{margin:0 0 13px;color:var(--text-soft);font-size:.74rem;line-height:1.45}.cart-drawer__checkout{width:100%;text-align:center}.cart-drawer__continue,.cart-drawer__full-cart{display:block;width:100%;margin-top:9px;border:0;background:transparent;color:var(--text-soft);text-align:center;font:inherit;font-size:.79rem;font-weight:700;cursor:pointer}.cart-drawer__full-cart{margin-top:7px;color:#9e6250}.cart-drawer__empty{display:grid;justify-items:center;padding:64px 20px;text-align:center;color:var(--text-soft)}.cart-drawer__empty>span{margin-bottom:12px;font-size:42px}.cart-drawer__empty h3{margin:0 0 7px;color:var(--heading)}.cart-drawer__empty p{margin:0 0 18px}@media(max-width:720px){.cart-drawer{width:min(440px,100vw)}.cart-drawer__header,.cart-drawer__shipping,.cart-drawer__content,.cart-drawer__footer{padding-left:18px;padding-right:18px}.cart-drawer-item{grid-template-columns:78px 1fr;gap:12px}.cart-drawer-item__image{width:78px;height:78px;border-radius:14px}.shipping-progress__row{align-items:flex-start;flex-direction:column;gap:3px}.cart-drawer-item__bottom{align-items:flex-end}}.product-short-description{margin:0 0 18px;line-height:1.7}.product-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 22px}.product-trust-item{min-width:0;padding:13px 10px;border:1px solid rgba(185,120,86,.12);border-radius:18px;background:#fff8f3bf;text-align:center}.product-trust-item>span{display:block;margin-bottom:4px;color:var(--accent-dark);font-size:18px}.product-trust-item strong,.product-trust-item small{display:block}.product-trust-item strong{color:var(--heading);font-size:13px}.product-trust-item small{margin-top:2px;color:var(--text-soft);font-size:11px;line-height:1.3}.product-main-form .btn{width:100%;min-height:54px;font-size:15px}.product-accordions{margin-top:24px;border-top:1px solid rgba(185,120,86,.14)}.product-accordion{border-bottom:1px solid rgba(185,120,86,.14)}.product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 2px;color:var(--heading);font-weight:700;cursor:pointer;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary span{font-size:21px;font-weight:400;transition:transform .2s ease}.product-accordion[open] summary span{transform:rotate(45deg)}.product-accordion__content{padding:0 2px 18px;color:var(--text-soft);line-height:1.7}.product-accordion__content>:first-child{margin-top:0}.product-accordion__content>:last-child{margin-bottom:0}.product-related{margin-top:70px;padding-top:10px}.product-related__heading{margin-bottom:24px;text-align:center}.product-related__heading>span{color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-related__heading h2{margin:7px 0 0;font-family:Georgia,Times New Roman,serif;color:var(--heading);font-size:clamp(1.7rem,3vw,2.5rem)}.product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.product-sticky-bar{display:none}@media(min-width:901px){.product-details{position:sticky;top:110px}}@media(max-width:900px){body.template-product{padding-bottom:86px}.product-page__grid{gap:24px}.product-details{padding:22px}.product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}.product-sticky-bar{position:fixed;z-index:90;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 15px;border:1px solid rgba(185,120,86,.14);border-radius:20px;background:#fffffff5;box-shadow:0 12px 36px #4b2d232e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-sticky-bar__info{min-width:0;display:flex;flex-direction:column}.product-sticky-bar__info strong{max-width:42vw;overflow:hidden;color:var(--heading);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.product-sticky-bar__info span{margin-top:2px;color:var(--accent-dark);font-size:13px;font-weight:700}.product-sticky-bar__button{flex:0 0 auto;min-height:46px;padding:10px 16px;white-space:nowrap}}@media(max-width:560px){.product-trust-row{gap:6px}.product-trust-item{padding:11px 5px;border-radius:15px}.product-trust-item small{display:none}.product-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.product-related{margin-top:48px}}.hobbyhorse-portal{margin-left:10px;padding:9px 15px;border:1px solid rgba(139,92,176,.32);border-radius:999px;color:#6d3f8e!important;background:linear-gradient(135deg,#efddffb8,#d6b9f78a);box-shadow:0 0 #9058b700;animation:hobbyPortalGlow 3.2s ease-in-out infinite}.hobbyhorse-portal:after{display:none!important}.hobbyhorse-portal span{font-size:.72em}.hobbyhorse-portal:hover{color:#4f286d!important;transform:translateY(-1px);background:linear-gradient(135deg,#f4e8ff,#d9bdf2)}.hobbyhorse-portal-mobile{color:#6b3d8b!important;font-weight:800!important;background:#e2c7f759}@keyframes hobbyPortalGlow{0%,to{box-shadow:0 0 #9159b900,0 6px 18px #5c357714}50%{box-shadow:0 0 0 5px #9159b914,0 8px 28px #723f9438}}body.template-page-keppihevoset{--hh-bg:#110d17;--hh-bg-2:#1a1124;--hh-surface:#21162c;--hh-surface-2:#2d1d3a;--hh-purple:#9d72bd;--hh-purple-light:#c7a6df;--hh-pink:#d7a6ca;--hh-text:#f5eef8;--hh-muted:#c6b7ce;--hh-line:rgba(208,174,231,.14);color:var(--hh-text);background:radial-gradient(circle at 15% 10%,rgba(111,70,143,.25),transparent 28%),radial-gradient(circle at 88% 18%,rgba(167,103,149,.16),transparent 24%),linear-gradient(180deg,#0f0b14,#17101f 48%,#100b16)}body.template-page-keppihevoset:before{background:#6539843d}body.template-page-keppihevoset:after{background:#a65c962e}body.template-page-keppihevoset .topbar{background:linear-gradient(90deg,#170f20,#2b1937,#17101f);color:#cfb5dd;border-color:#d0aee71a}body.template-page-keppihevoset .site-header{background:#110d17e0;border-color:var(--hh-line);box-shadow:0 14px 36px #00000026}body.template-page-keppihevoset .site-logo{color:#f0e2f7}body.template-page-keppihevoset .hobby-site-logo span{display:block;margin-top:7px;color:#b88dd3;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;font-size:.34em;font-weight:700;letter-spacing:.22em;text-transform:uppercase}body.template-page-keppihevoset .site-tagline{color:#a997b2}body.template-page-keppihevoset .header-icon{color:#e9dbf0;background:#2b1d38b8;border-color:var(--hh-line);box-shadow:0 8px 24px #00000029}body.template-page-keppihevoset .site-nav a{color:#bca9c7}body.template-page-keppihevoset .site-nav a:hover{color:#fff}body.template-page-keppihevoset .site-nav a:after{background:linear-gradient(90deg,#8f67ae,#d59bc8)}body.template-page-keppihevoset .hobby-back-link{margin-left:14px;color:#d6b8e8}body.template-page-keppihevoset .mobile-nav{background:#17101f;border-color:var(--hh-line)}body.template-page-keppihevoset .mobile-nav a{color:#e5d8ec;border-color:var(--hh-line)}body.template-page-keppihevoset main{min-height:70vh}.hobby-home{overflow:hidden}.hobby-hero{padding:48px 0 52px}.hobby-hero__panel{position:relative;min-height:610px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:42px;padding:72px;border:1px solid rgba(213,180,232,.13);border-radius:42px;background:radial-gradient(circle at 86% 22%,rgba(157,114,189,.22),transparent 26%),radial-gradient(circle at 18% 85%,rgba(165,91,147,.14),transparent 28%),linear-gradient(135deg,#241730f5,#150e1df5);box-shadow:0 34px 90px #00000057,inset 0 1px #ffffff09}.hobby-hero__panel:before{content:"";position:absolute;width:430px;height:430px;left:-180px;bottom:-250px;border:1px solid rgba(196,158,220,.12);border-radius:50%;box-shadow:0 0 80px #774a9429}.hobby-hero__stars{position:absolute;top:24px;right:34px;color:#9e78b8;font-size:18px;letter-spacing:.5em;opacity:.7}.hobby-hero__content{position:relative;z-index:2;max-width:620px}.hobby-eyebrow{display:inline-flex;margin-bottom:20px;color:#c8a8dc;font-size:.76rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.hobby-hero__content h1{margin:0 0 24px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.1rem,6vw,6rem);line-height:.94;letter-spacing:-.055em}.hobby-hero__content h1 em{color:#c49ed8;font-weight:400}.hobby-hero__content p{max-width:590px;margin:0 0 30px;color:#c9bccf;font-size:1.06rem;line-height:1.8}.hobby-hero__actions{display:flex;flex-wrap:wrap;gap:13px}.hobby-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 25px;border-radius:999px;font-weight:800;letter-spacing:.025em}.hobby-btn--primary{color:#160e1d;background:linear-gradient(135deg,#d6b8e8,#b487cf);box-shadow:0 14px 34px #9663b53d}.hobby-btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px #9663b554}.hobby-btn--ghost{color:#dfcde9;border:1px solid rgba(211,176,231,.22);background:#ffffff06}.hobby-btn--ghost:hover{color:#fff;background:#cdace112}.hobby-hero__visual{position:relative;z-index:1;min-height:420px;display:grid;place-items:center}.hobby-horse-placeholder{position:relative;z-index:3;width:min(360px,84%);aspect-ratio:4/5;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(218,185,236,.18);border-radius:48% 48% 28% 28%;color:#d8c4e4;background:linear-gradient(160deg,#4b2f5d94,#1f132acc),radial-gradient(circle at 50% 32%,rgba(188,139,213,.19),transparent 28%);box-shadow:0 30px 70px #00000052,inset 0 0 50px #be91d70d}.hobby-horse-placeholder span{margin-bottom:16px;font-size:38px}.hobby-horse-placeholder strong{font-size:.82rem;letter-spacing:.22em}.hobby-horse-placeholder small{margin-top:5px;color:#9888a0;text-transform:uppercase;letter-spacing:.14em}.hobby-orbit{position:absolute;border:1px solid rgba(193,151,218,.14);border-radius:50%}.hobby-orbit--one{width:410px;height:410px;animation:hobbySpin 28s linear infinite}.hobby-orbit--two{width:310px;height:310px;border-style:dashed;animation:hobbySpin 22s linear infinite reverse}.hobby-orbit:after{content:"\2726";position:absolute;top:-11px;left:50%;color:#a77fc0;font-size:20px}@keyframes hobbySpin{to{transform:rotate(360deg)}}.hobby-categories{padding:46px 0 76px}.hobby-section-heading{max-width:700px;margin:0 auto 30px;text-align:center}.hobby-section-heading span{color:#a982bf;font-size:.76rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hobby-section-heading h2{margin:8px 0 0;color:#f4ecf7;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.5rem)}.hobby-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hobby-category-card{position:relative;min-height:260px;padding:32px;overflow:hidden;border:1px solid var(--hh-line);border-radius:28px;background:linear-gradient(145deg,#2b1c38eb,#1a1123eb);box-shadow:0 18px 48px #00000030}.hobby-category-card:after{content:"";position:absolute;width:150px;height:150px;right:-70px;bottom:-70px;border-radius:50%;background:#9969b81f;transition:.35s ease}.hobby-category-card:hover{transform:translateY(-5px);border-color:#cda7e445}.hobby-category-card:hover:after{transform:scale(1.35)}.hobby-category-card__icon{display:block;margin-bottom:35px;color:#bd93d3;font-size:28px}.hobby-category-card h3{margin:0 0 8px;color:#f5edf8;font-family:Georgia,Times New Roman,serif;font-size:1.65rem}.hobby-category-card p{margin:0 0 18px;color:#b9aabd}.hobby-category-card strong{color:#c9a7db;font-size:.84rem}.hobby-feature-strip{padding:0 0 78px}.hobby-feature-strip__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 36px;padding:23px 26px;border:1px solid var(--hh-line);border-radius:24px;color:#bfaec7;background:#1d1327b3;font-size:.82rem;font-weight:700;letter-spacing:.045em}body.template-page-keppihevoset .site-footer{background:linear-gradient(180deg,#17101f,#0e0a12);border-color:var(--hh-line)}@media(max-width:1050px){.hobby-hero__panel{padding:58px 44px}}@media(max-width:900px){.hobby-hero{padding-top:26px}.hobby-hero__panel{grid-template-columns:1fr;min-height:auto;padding:48px 28px}.hobby-hero__content{text-align:center;margin:0 auto}.hobby-hero__actions{justify-content:center}.hobby-hero__visual{min-height:340px}.hobby-horse-placeholder{width:min(310px,72vw)}.hobby-orbit--one{width:330px;height:330px}.hobby-orbit--two{width:250px;height:250px}.hobby-category-grid{grid-template-columns:1fr}.hobby-category-card{min-height:220px}}@media(max-width:560px){.hobby-hero__panel{border-radius:28px;padding:42px 20px 34px}.hobby-hero__content h1{font-size:clamp(2.7rem,15vw,4.4rem)}.hobby-hero__visual{min-height:300px}.hobby-horse-placeholder{width:min(260px,78vw);border-radius:44% 44% 24% 24%}.hobby-orbit--one{width:285px;height:285px}.hobby-orbit--two{width:215px;height:215px}.hobby-btn{width:100%}.hobby-feature-strip__inner{align-items:center;flex-direction:column;text-align:center}}body.hobby-theme{--hh-bg:#110d17;--hh-bg-2:#1a1124;--hh-surface:#21162c;--hh-surface-2:#2d1d3a;--hh-purple:#9d72bd;--hh-purple-light:#c7a6df;--hh-pink:#d7a6ca;--hh-text:#f5eef8;--hh-muted:#c6b7ce;--hh-line:rgba(208,174,231,.14);color:var(--hh-text);background:radial-gradient(circle at 92% 16%,rgba(122,76,153,.16),transparent 28%),radial-gradient(circle at 8% 72%,rgba(137,72,122,.1),transparent 30%),linear-gradient(180deg,#110d17,#17101f 52%,#100c15)}body.hobby-theme .topbar{background:linear-gradient(90deg,#25172f,#432453,#25172f);color:#eadcf1}body.hobby-theme .site-header{background:#140e1bf5;border-color:var(--hh-line)}body.hobby-theme .site-logo{color:#f0e2f7}body.hobby-theme .hobby-site-logo span{color:#c7a6df}body.hobby-theme .site-tagline{color:#a997b2}body.hobby-theme .header-icon{color:#e8dbef;background:#21162c;border-color:var(--hh-line)}body.hobby-theme .site-nav a{color:#bca9c7}body.hobby-theme .site-nav a:hover{color:#fff}body.hobby-theme .hobby-back-link{color:#d6b8e8}body.hobby-theme .mobile-nav{background:#17101f;border-color:var(--hh-line)}body.hobby-theme .mobile-nav a{color:#e5d8ec;border-color:var(--hh-line)}body.hobby-theme .site-footer{background:linear-gradient(180deg,#17101f,#0e0a12);border-color:var(--hh-line)}body.hobby-theme .collection-template{background:transparent;color:var(--hh-text)}body.hobby-theme .collection-hero{border:1px solid var(--hh-line);background:radial-gradient(circle at 82% 20%,rgba(157,114,189,.23),transparent 30%),linear-gradient(135deg,#2b1c38,#181020);box-shadow:0 24px 65px #00000047}body.hobby-theme .collection-hero .eyebrow{color:#c7a6df}body.hobby-theme .collection-hero h1{color:#f8f1fb}body.hobby-theme .collection-hero p{color:#c6b7ce}body.hobby-theme .collection-breadcrumbs,body.hobby-theme .collection-breadcrumbs a{color:#bca9c7}body.hobby-theme .collection-breadcrumbs a:hover{color:#eadcf1}body.hobby-theme .filter-card,body.hobby-theme .collection-toolbar,body.hobby-theme .empty-state{background:#21162ce0;border-color:var(--hh-line);color:var(--hh-text);box-shadow:0 16px 42px #00000029}body.hobby-theme .filter-card h3,body.hobby-theme .collection-count,body.hobby-theme .collection-sort label{color:#eadff0}body.hobby-theme .filter-list a,body.hobby-theme .filter-tags a{color:#c6b7ce}body.hobby-theme .filter-list a:hover,body.hobby-theme .filter-tags a:hover{color:#fff}body.hobby-theme .collection-search-form input,body.hobby-theme .collection-sort select{color:#f5eef8;background:#17101f;border-color:#d0aee733}body.hobby-theme .collection-search-form input::placeholder{color:#8f8098}body.hobby-theme .product-card{background:linear-gradient(145deg,#2b1c38f5,#1b1224f5);border-color:var(--hh-line);box-shadow:0 18px 46px #0003}body.hobby-theme .product-card:hover{border-color:#cda7e44d;box-shadow:0 24px 55px #0000004d}body.hobby-theme .product-card__title,body.hobby-theme .product-card__title a{color:#f5edf8}body.hobby-theme .product-card__price{color:#d4b8e3}body.hobby-theme .product-card__stock{color:#b9aabd}body.hobby-theme .product-card__details-link{color:#c9a7db}body.hobby-theme .product-card__cart-btn,body.hobby-theme .collection-template .btn{color:#160e1d;background:linear-gradient(135deg,#d6b8e8,#b487cf);border-color:transparent}body.hobby-theme .pagination a,body.hobby-theme .pagination span{color:#d8c4e4;border-color:var(--hh-line);background:#21162c}.collection-mobile-filter-toggle{display:none}@media(max-width:900px){.topbar{padding:8px 10px;font-size:.66rem;letter-spacing:.12em;line-height:1.35}.site-header .container{padding-left:12px;padding-right:12px}.site-header__inner{min-height:74px;gap:8px}.site-header__left,.site-header__right{gap:5px}.header-icon{width:40px;height:40px;flex:0 0 40px}.site-branding{min-width:0}.site-logo{max-width:100%;font-size:clamp(1.35rem,6vw,1.9rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-tagline{max-width:48vw;margin:3px auto 0;font-size:.55rem;line-height:1.35;letter-spacing:.09em}.mobile-nav{margin:0 -12px;padding-left:12px!important;padding-right:12px!important;max-height:0;overflow-y:auto;overscroll-behavior:contain}.mobile-nav.is-open{max-height:min(72vh,640px);padding-top:10px!important;padding-bottom:14px!important}.mobile-nav a{min-height:48px;display:flex;align-items:center;padding:13px 10px;border-radius:12px}.hobbyhorse-portal-mobile{margin:7px 0;justify-content:center;border:1px solid rgba(139,92,176,.22)}.favorites-drawer,.cart-drawer{width:min(100%,430px)}}@media(max-width:620px){.site-header__inner{min-height:68px}.site-tagline{display:none}.site-logo{font-size:clamp(1.2rem,6.5vw,1.65rem)}.header-icon{width:38px;height:38px;flex-basis:38px}.header-count{top:-3px;right:-4px}body.hobby-theme .hobby-site-logo{white-space:normal;line-height:.92}body.hobby-theme .hobby-site-logo span{margin-top:5px;font-size:.3em;letter-spacing:.15em}}@media(max-width:380px){.site-header .container{padding-left:8px;padding-right:8px}.site-header__inner{gap:4px}.site-header__left,.site-header__right{gap:2px}.header-icon{width:35px;height:35px;flex-basis:35px;font-size:.86rem}.site-logo{font-size:1.12rem}body.hobby-theme .site-logo{font-size:1.04rem}}@media(max-width:900px){.hobby-home .container{padding-left:16px;padding-right:16px}.hobby-hero{padding:20px 0 34px}.hobby-hero__panel{gap:18px;padding:42px 24px 30px}.hobby-hero__visual{min-height:300px}.hobby-categories{padding:28px 0 54px}.hobby-category-grid{gap:14px}.hobby-category-card{min-height:0;padding:24px}.hobby-category-card__icon{margin-bottom:20px}.hobby-feature-strip{padding-bottom:54px}.hobby-feature-strip__inner{gap:12px 18px}}@media(max-width:560px){.hobby-hero__panel{padding:34px 18px 24px;border-radius:24px}.hobby-eyebrow{font-size:.66rem;letter-spacing:.18em}.hobby-hero__content h1{margin-top:12px;font-size:clamp(2.45rem,13vw,3.55rem);line-height:.96}.hobby-hero__content p{margin:18px auto 22px;font-size:.98rem;line-height:1.65}.hobby-hero__actions{gap:10px}.hobby-btn{min-height:50px;padding:14px 18px}.hobby-hero__visual{min-height:250px}.hobby-horse-placeholder{width:min(230px,72vw)}.hobby-orbit--one{width:255px;height:255px}.hobby-orbit--two{width:190px;height:190px}.hobby-section-heading{margin-bottom:22px}.hobby-section-heading h2{font-size:2.15rem}.hobby-category-card{padding:22px 20px;border-radius:22px}.hobby-category-card h3{font-size:1.45rem}.hobby-feature-strip__inner{padding:22px 18px}}@media(max-width:1024px){.collection-mobile-filter-toggle{width:100%;min-height:52px;margin:0 0 16px;padding:13px 16px;display:flex;align-items:center;gap:10px;border:1px solid rgba(185,120,86,.12);border-radius:18px;background:#ffffffd1;color:var(--heading);box-shadow:var(--shadow-sm);font:inherit;font-weight:800;cursor:pointer}.collection-mobile-filter-toggle__chevron{margin-left:auto;transition:transform .22s ease}.collection-mobile-filter-toggle.is-active .collection-mobile-filter-toggle__chevron{transform:rotate(180deg)}.collection-sidebar{display:none;margin-bottom:18px}.collection-sidebar.is-mobile-open{display:block}.collection-sidebar .filter-card:last-child{margin-bottom:0}body.hobby-theme .collection-mobile-filter-toggle{color:#eadff0;background:#21162c;border-color:var(--hh-line)}}@media(max-width:720px){.collection-template{padding-bottom:56px}.collection-template>.container{padding-left:14px;padding-right:14px}.collection-hero{margin:16px 0;padding:28px 20px;border-radius:24px}.collection-hero h1{font-size:clamp(2.15rem,11vw,3.1rem)}.collection-hero p{line-height:1.6}.collection-breadcrumbs{gap:6px;margin-bottom:16px;font-size:.78rem}.collection-toolbar{gap:12px;margin-bottom:16px;padding:14px;border-radius:18px}.collection-sort{width:100%;flex-direction:column;align-items:stretch;gap:6px}.collection-sort select{min-height:48px}.filter-card{padding:18px;border-radius:18px;margin-bottom:12px}.collection-search-form .btn{width:100%}.product-grid--collection{gap:12px}.product-grid--collection .product-card__content{padding:13px 11px 14px}.product-grid--collection .product-card__title{font-size:.92rem}.product-grid--collection .product-card__stock{min-height:30px}.product-grid--collection .product-card__cart-btn{min-height:44px;padding-left:8px;padding-right:8px;font-size:.78rem}}@media(max-width:430px){.product-grid--collection{grid-template-columns:1fr;gap:16px}.product-grid--collection .product-card__content{padding:15px 14px 17px}.product-grid--collection .product-card__title{font-size:1rem}.collection-hero{padding:24px 17px}}@media(hover:none){.hobbyhorse-portal:hover,.hobby-category-card:hover,.hobby-btn--primary:hover,body.hobby-theme .product-card:hover{transform:none}}@supports (padding: max(0px)){.cart-drawer__footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}.favorites-drawer__content{padding-bottom:max(30px,env(safe-area-inset-bottom))}.shop-toast{bottom:max(18px,env(safe-area-inset-bottom))}}body.autumn-theme{--autumn-cream:#fbf3e8;--autumn-pumpkin:#b9673f;--autumn-copper:#8c4f35;--autumn-plum:#5c3b52;--autumn-gold:#bd8a4b;background:radial-gradient(circle at 7% 8%,rgba(189,138,75,.07),transparent 28%),radial-gradient(circle at 95% 35%,rgba(92,59,82,.045),transparent 24%),var(--autumn-cream)}body.autumn-theme .topbar{background:linear-gradient(90deg,#6b4334,#8c4f35 48%,#6d4054);color:#fff8ef;letter-spacing:.055em;text-shadow:0 1px 0 rgba(0,0,0,.12)}body.autumn-theme .site-header{background:#fff9f1f0;border-bottom-color:#8c4f351f}body.autumn-theme .site-logo,body.autumn-theme .site-nav a:hover,body.autumn-theme .mobile-nav a:hover{color:var(--autumn-copper)}body.autumn-theme .btn:not(.hobby-btn),body.autumn-theme button.btn{background:var(--autumn-pumpkin);border-color:var(--autumn-pumpkin);box-shadow:0 8px 22px #8c4f3529}body.autumn-theme .btn:not(.hobby-btn):hover,body.autumn-theme button.btn:hover{background:var(--autumn-copper);border-color:var(--autumn-copper)}body.autumn-theme .btn--secondary{background:#fff8f0;color:var(--autumn-copper);border-color:#8c4f3538}body.autumn-theme .hero__wrap{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(189,138,75,.17),transparent 24%),linear-gradient(135deg,#fffaf2f0,#f6e5d2eb);border-color:#8c4f351f}body.autumn-theme .hero__wrap:before{content:"\1f341";position:absolute;top:20px;left:24px;font-size:clamp(1.7rem,4vw,3rem);transform:rotate(-17deg);opacity:.72;filter:drop-shadow(0 4px 8px rgba(92,59,82,.09));pointer-events:none}body.autumn-theme .hero__wrap:after{content:"\1f383";position:absolute;right:28px;bottom:20px;font-size:clamp(1.8rem,4vw,3.2rem);transform:rotate(7deg);opacity:.78;filter:drop-shadow(0 5px 10px rgba(92,59,82,.12));pointer-events:none}body.autumn-theme .hero__script,body.autumn-theme .eyebrow{color:var(--autumn-plum)}body.autumn-theme .hero h1{color:#704635}body.autumn-theme .hero__badge{background:#6f4252;color:#fff8f0}body.autumn-theme .product-card,body.autumn-theme .collection-hero,body.autumn-theme .filter-card{border-color:#8c4f351f}body.autumn-theme .product-card:hover{box-shadow:0 16px 36px #5c3b521c}body.autumn-theme .product-card__title a:hover{color:var(--autumn-copper)}.autumn-decor{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;pointer-events:none;overflow:hidden}.autumn-leaf{position:absolute;top:-60px;opacity:.52;filter:drop-shadow(0 3px 5px rgba(70,40,30,.12));animation:autumn-fall 15s linear infinite;will-change:transform}.autumn-leaf--1{left:8%;font-size:1.35rem;animation-delay:-2s;animation-duration:17s}.autumn-leaf--2{left:76%;font-size:1.15rem;animation-delay:-9s;animation-duration:20s}.autumn-leaf--3{left:92%;font-size:1.45rem;animation-delay:-14s;animation-duration:23s}@keyframes autumn-fall{0%{transform:translate3d(0,-8vh,0) rotate(0)}45%{transform:translate3d(34px,48vh,0) rotate(170deg)}to{transform:translate3d(-18px,110vh,0) rotate(350deg)}}.autumn-bat{position:absolute;width:8px;height:7px;color:transparent;background:#5c3b52;transform:rotate(45deg);opacity:.24}.autumn-bat:before,.autumn-bat:after{content:"";position:absolute;width:14px;height:8px;top:-4px;background:#5c3b52;border-radius:80% 0 70%}.autumn-bat:before{right:5px;transform:rotate(-28deg);transform-origin:right bottom}.autumn-bat:after{left:5px;transform:scaleX(-1) rotate(-28deg);transform-origin:left bottom}.autumn-bat--1{top:18%;right:5%;transform:rotate(37deg) scale(.8)}.autumn-bat--2{top:31%;right:8%;transform:rotate(52deg) scale(.55);opacity:.16}body.autumn-theme footer,body.autumn-theme .site-footer{position:relative;border-top-color:#8c4f351f}body.autumn-theme footer:before,body.autumn-theme .site-footer:before{content:"\1f342   \2726   \1f341   \2726   \1f342";display:block;width:max-content;max-width:90%;margin:0 auto 14px;color:var(--autumn-copper);font-size:.92rem;letter-spacing:.35em;opacity:.58}@media(max-width:720px){body.autumn-theme .topbar{font-size:.67rem;line-height:1.35;padding-left:12px;padding-right:12px}body.autumn-theme .hero__wrap:before{top:12px;left:12px;opacity:.58}body.autumn-theme .hero__wrap:after{right:14px;bottom:12px;opacity:.62}.autumn-leaf--3,.autumn-bat--2{display:none}.autumn-leaf{opacity:.34}.autumn-bat--1{opacity:.14;right:3%}}@media(prefers-reduced-motion:reduce){.autumn-leaf{animation:none;display:none}}body.autumn-theme .site-footer{margin-top:56px;padding:52px 0 46px;color:#fff8f1;background:radial-gradient(circle at 12% 0%,rgba(255,236,211,.08),transparent 24%),linear-gradient(135deg,#5b382f,#4a2d2c 52%,#382329);border-top:0;box-shadow:0 -16px 42px #5c3b520f}body.autumn-theme .site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;margin:0;max-width:none;display:block;background:linear-gradient(90deg,#b96843,#d29a69 45%,#8b5367);opacity:.9;letter-spacing:normal}body.autumn-theme .site-footer:after{content:"\2726   \1f342   \2726";position:absolute;top:15px;left:50%;transform:translate(-50%);width:max-content;color:#ffeedaad;font-size:.72rem;letter-spacing:.28em;pointer-events:none}body.autumn-theme .footer-grid{align-items:start;gap:clamp(34px,5vw,78px)}body.autumn-theme .site-footer h3,body.autumn-theme .site-footer h4{margin-bottom:16px;color:#fff7ee;letter-spacing:.01em}body.autumn-theme .site-footer h3{font-size:clamp(1.45rem,2vw,1.8rem)}body.autumn-theme .site-footer h4{font-size:1.08rem}body.autumn-theme .footer-text{max-width:460px;margin:0;color:#fff8f1d1;line-height:1.75}body.autumn-theme .footer-links{margin:0;padding:0}body.autumn-theme .footer-links li{margin-bottom:8px}body.autumn-theme .site-footer a{color:#fff8f1e6;text-decoration:none;transition:color .18s ease,transform .18s ease}body.autumn-theme .site-footer a:hover{color:#f5c6a8}body.autumn-theme .filter-card,body.autumn-theme .collection-hero{background:#fff7efd1;box-shadow:0 12px 32px #5c3b520e}@media(max-width:720px){body.autumn-theme .site-footer{margin-top:40px;padding:48px 0 34px}body.autumn-theme .site-footer:after{top:14px;font-size:.66rem}body.autumn-theme .footer-grid{gap:28px}body.autumn-theme .footer-text{max-width:34rem}}body.autumn-theme .site-nav .season-nav-link{display:inline-flex;align-items:center;gap:.35rem;padding:.58rem .9rem;border:1px solid rgba(163,86,53,.24);border-radius:999px;background:linear-gradient(135deg,#ffebdce6,#efdaebc7);color:#9a4f32;box-shadow:0 7px 20px #884b3017;text-decoration:none}body.autumn-theme .site-nav .season-nav-link:after{display:none}body.autumn-theme .site-nav .season-nav-link:hover{color:#713923;transform:translateY(-1px);box-shadow:0 9px 24px #884b3024}@media(max-width:900px){body.autumn-theme .mobile-nav .season-nav-link--mobile{margin:.35rem .6rem;padding:.85rem 1rem;border:1px solid rgba(163,86,53,.24);border-radius:16px;background:linear-gradient(135deg,#ffebdcf2,#efdaebdb);color:#8d482f;font-weight:700;text-align:center;justify-content:center;box-shadow:0 7px 18px #884b3014}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.language-selector{margin:0}.language-selector--desktop{position:relative;display:inline-flex;align-items:center;min-width:76px;height:40px;padding:0 8px 0 10px;border:1px solid rgba(185,120,86,.14);border-radius:999px;background:#ffffffc2;box-shadow:var(--shadow-sm)}.language-selector__globe{flex:0 0 auto;margin-right:4px;font-size:.82rem;line-height:1}.language-selector__select{min-width:0;border:0;outline:0;background:transparent;color:#725546;font:inherit;font-size:.73rem;font-weight:800;letter-spacing:.08em;cursor:pointer;-webkit-appearance:auto;appearance:auto}.language-selector--desktop:focus-within{border-color:#99593d61;box-shadow:0 0 0 3px #b96f5217,var(--shadow-sm)}.mobile-language-selector{display:none}body.hobby-theme .language-selector--desktop{background:#21162c;border-color:var(--hh-line);box-shadow:0 8px 24px #0000002e}body.hobby-theme .language-selector__select{color:#e8dbef}body.autumn-theme .language-selector--desktop{border-color:#a356352e;background:#fff7efe6}@media(max-width:900px){.language-selector--desktop{display:none}.mobile-language-selector{display:block;margin:8px 0 2px;padding:12px 10px 4px;border-top:1px solid rgba(185,120,86,.1)}.mobile-language-selector__label{display:block;margin:0 0 8px 2px;color:#8b6858;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.language-selector--mobile{width:100%}.language-selector__select--mobile{width:100%;min-height:46px;padding:0 42px 0 14px;border:1px solid rgba(185,120,86,.16);border-radius:14px;background:#ffffffc7;color:#725546;font-size:.9rem;font-weight:700;letter-spacing:.01em}body.hobby-theme .mobile-language-selector{border-top-color:var(--hh-line)}body.hobby-theme .mobile-language-selector__label{color:#cdb8da}body.hobby-theme .language-selector__select--mobile{background:#21162c;border-color:var(--hh-line);color:#eadff0}body.autumn-theme .language-selector__select--mobile{background:#fff7eff2;border-color:#a356352e}}@media(max-width:380px){.site-header__right .language-selector--desktop{display:none}}.footer-grid{grid-template-columns:1.25fr .8fr .8fr 1.05fr}.footer-policy-links{max-width:18rem}.footer-cookie-button{-webkit-appearance:none;appearance:none;border:0;padding:0;margin:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer}.footer-cookie-button:hover,.footer-cookie-button:focus-visible{color:#ffd6c6}.footer-cookie-button:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:2px}body.autumn-theme .footer-cookie-button{color:#fff8f1e6}body.autumn-theme .footer-cookie-button:hover,body.autumn-theme .footer-cookie-button:focus-visible{color:#f5c6a8}body.hobby-theme .footer-cookie-button,body.template-page-keppihevoset .footer-cookie-button{color:inherit}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.footer-grid{grid-template-columns:1fr;gap:26px}.footer-policy-links{max-width:none}.site-footer__bottom{text-align:center}}.product-form__field--custom{padding:14px;border:1px solid rgba(185,120,86,.12);border-radius:18px;background:#fff8f394}.product-form__field--custom label{margin-bottom:9px}.product-form__field--custom select:required:invalid{color:var(--text-soft)}.cart-item-properties{margin:6px 0 8px}.cart-item-properties p{margin:2px 0;color:var(--text-soft);font-size:.82rem;line-height:1.4}.cart-drawer-item__property{display:block;margin-top:3px;color:var(--text-soft);font-size:.76rem;line-height:1.35}.cart-drawer-item__property strong{color:var(--heading);font-weight:700}body.is-hobbyhorse .product-form__field--custom{border-color:#c8a7db38;background:#ffffff0b}@media(max-width:560px){.product-form__field--custom{padding:12px;border-radius:16px}}.collections-dropdown{position:relative;display:flex;align-items:center;flex:0 0 auto}.collections-dropdown summary{list-style:none;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:.84rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8b6858;-webkit-user-select:none;user-select:none}.collections-dropdown summary::-webkit-details-marker{display:none}.collections-dropdown summary::marker{content:""}.collections-dropdown summary:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:var(--transition)}.collections-dropdown summary:hover,.collections-dropdown[open] summary{color:var(--heading)}.collections-dropdown summary:hover:after,.collections-dropdown[open] summary:after{width:100%}.collections-dropdown__chevron{display:inline-block;margin-left:1px;font-size:.76em;transition:transform .2s ease}.collections-dropdown[open] .collections-dropdown__chevron{transform:rotate(180deg)}.collections-dropdown__menu{position:absolute;z-index:80;top:calc(100% + 16px);left:50%;transform:translate(-50%);width:min(340px,calc(100vw - 32px));max-height:min(60vh,460px);overflow-y:auto;padding:10px;border:1px solid rgba(185,120,86,.14);border-radius:18px;background:#fffaf7fc;box-shadow:0 18px 42px #4a2e2429;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.collections-dropdown__menu a{display:block;width:100%;padding:11px 12px;border-radius:11px;font-size:.79rem;line-height:1.35;letter-spacing:.035em;text-transform:none;white-space:normal;color:#725546}.collections-dropdown__menu a:after{display:none!important}.collections-dropdown__menu a:hover{background:#b9785614;color:var(--heading)}.desktop-nav .collections-dropdown__menu{flex-direction:column}.mobile-collections-dropdown{border-bottom:1px solid rgba(185,120,86,.08)}.mobile-collections-dropdown summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 4px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;color:var(--text)}.mobile-collections-dropdown summary::-webkit-details-marker{display:none}.mobile-collections-dropdown summary::marker{content:""}.mobile-collections-dropdown__chevron{display:inline-block;margin-left:10px;transition:transform .2s ease}.mobile-collections-dropdown[open] .mobile-collections-dropdown__chevron{transform:rotate(180deg)}.mobile-collections-dropdown__menu{padding:2px 0 10px 12px}.mobile-nav .mobile-collections-dropdown__menu a{padding:11px 10px;border-bottom:0;border-radius:10px;font-size:.8rem;letter-spacing:.025em;text-transform:none;opacity:1;transform:none}.mobile-nav .mobile-collections-dropdown__menu a:hover{background:#b9785612}@media(max-width:900px){.mobile-nav.is-open{max-height:min(82vh,1000px);overflow-y:auto;overscroll-behavior:contain}}body.autumn-theme .collections-dropdown__menu{background:#fff9f4;border-color:#94533f2e}body.autumn-theme .collections-dropdown__menu a:hover{background:#9f5b4217}@media(min-width:901px){.site-nav.desktop-nav{flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(10px,1.45vw,24px);padding-left:14px;padding-right:14px;white-space:nowrap}.site-nav.desktop-nav>a,.site-nav.desktop-nav .collections-dropdown,.site-nav.desktop-nav .collections-dropdown summary{flex:0 0 auto}.site-nav.desktop-nav>a,.site-nav.desktop-nav .collections-dropdown summary{font-size:clamp(.72rem,.92vw,.84rem);letter-spacing:clamp(.07em,.1vw,.14em);line-height:1}.site-nav.desktop-nav .season-nav-link,.site-nav.desktop-nav .hobbyhorse-portal{display:inline-flex;align-items:center;justify-content:center;margin:0}}@media(min-width:901px)and (max-width:1180px){.site-nav.desktop-nav{gap:11px}.site-nav.desktop-nav>a,.site-nav.desktop-nav .collections-dropdown summary{font-size:.72rem;letter-spacing:.065em}.site-nav.desktop-nav .hobbyhorse-portal{padding-left:15px;padding-right:15px}.site-nav.desktop-nav .season-nav-link{padding-left:14px;padding-right:14px}}.site-nav>a.is-active,.site-nav .collections-dropdown.is-active>summary{color:var(--heading)}.site-nav>a.is-active:after,.site-nav .collections-dropdown.is-active>summary:after{width:100%}body.autumn-theme .site-nav .season-nav-link{padding:0;border:0;border-radius:0;background:transparent;color:#8b6858;box-shadow:none;transform:none}body.autumn-theme .site-nav .season-nav-link:after{display:block}body.autumn-theme .site-nav .season-nav-link:hover,body.autumn-theme .site-nav .season-nav-link.is-active{color:var(--autumn-copper);transform:none;box-shadow:none}body.autumn-theme .site-nav .season-nav-link:hover:after,body.autumn-theme .site-nav .season-nav-link.is-active:after{width:100%}@media(max-width:900px){.mobile-nav>a.is-active,.mobile-collections-dropdown.is-active>summary{color:var(--heading);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px;text-decoration-color:var(--accent)}body.autumn-theme .mobile-nav .season-nav-link--mobile{margin:0;padding:14px 4px;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--text);text-align:left;justify-content:flex-start}body.autumn-theme .mobile-nav .season-nav-link--mobile:hover,body.autumn-theme .mobile-nav .season-nav-link--mobile.is-active{color:var(--autumn-copper);background:transparent;box-shadow:none}}.theme-toggle{font-size:18px}.tt-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0 0 22px;color:var(--text-soft);font-size:.9rem}.tt-breadcrumbs a:hover{color:var(--accent-dark)}.tt-breadcrumbs span[aria-current=page]{color:var(--text);font-weight:700}.product-page__favorite{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;min-height:48px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-weight:700}.product-page__favorite.is-favorite{color:#9e3f59;border-color:#9e3f5947;background:#f9d7d273}.back-in-stock-card{margin-top:22px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.back-in-stock-card h3{margin:0 0 8px;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.back-in-stock-form label{display:block;margin-bottom:7px;font-weight:700}.back-in-stock-form__row{display:flex;gap:10px}.back-in-stock-form__row input{flex:1;min-width:0;padding:13px 15px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--text)}.back-in-stock-success{padding:10px 12px;border-radius:14px;background:#88b88c29;color:var(--text)}.recently-viewed-section[hidden]{display:none!important}.recently-viewed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.recent-product-card{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-sm)}.recent-product-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.recent-product-card div{display:flex;flex-direction:column;gap:4px;padding:14px}.recent-product-card strong{color:var(--text)}.recent-product-card span{color:var(--accent-dark);font-weight:700}.recent-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.gift-finder-callout__inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:32px 38px;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,#ffd9c88f,#eadcf88f);box-shadow:var(--shadow-sm)}.gift-finder-callout h2{margin:0 0 8px;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.7rem)}.gift-finder-callout p{margin:0;max-width:720px}.footer-link-button{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.footer-link-button:hover{opacity:.75}.gift-finder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#2617127a;opacity:0;transition:opacity .25s ease}.gift-finder-overlay.is-visible{opacity:1}.gift-finder-modal{position:fixed;z-index:131;top:0;right:0;width:min(680px,100%);height:100dvh;overflow:auto;padding:28px;background:var(--bg);color:var(--text);transform:translate(105%);transition:transform .3s ease;box-shadow:-25px 0 70px #26171233}.gift-finder-modal.is-open{transform:translate(0)}.gift-finder-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;position:sticky;top:-28px;z-index:2;padding:22px 0 18px;background:var(--bg)}.gift-finder-modal__header h2{margin:0;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:2rem}.gift-finder-modal__close{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text)}.gift-finder-form fieldset{margin:22px 0;padding:0;border:0}.gift-finder-form legend{margin-bottom:11px;color:var(--text);font-weight:800}.gift-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gift-choice-grid label{cursor:pointer}.gift-choice-grid input{position:absolute;opacity:0;pointer-events:none}.gift-choice-grid span{display:flex;min-height:48px;align-items:center;padding:11px 13px;border:1px solid var(--border);border-radius:16px;background:var(--surface);transition:var(--transition)}.gift-choice-grid input:checked+span{border-color:var(--accent-dark);background:var(--bg-soft);box-shadow:0 0 0 2px #d8754d14}.gift-finder-submit{width:100%}.gift-finder-results{margin-top:30px}.gift-finder-results h3{color:var(--heading);font-family:Georgia,Times New Roman,serif}.gift-finder-results__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gift-result-card{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.gift-result-card img{width:100%;aspect-ratio:1.2/1;object-fit:cover}.gift-result-card div{display:flex;flex-direction:column;padding:12px}.gift-result-card span{color:var(--accent-dark);font-weight:700}.gift-result-card em{margin-top:7px;color:var(--text-soft);font-style:normal;font-size:.88rem}body.gift-finder-open{overflow:hidden}.favorites-drawer__actions{display:flex;gap:10px;padding:14px 22px;border-bottom:1px solid var(--border)}.favorites-drawer__actions[hidden]{display:none!important}.favorites-share{min-height:42px;padding:8px 14px;font-size:.88rem}.favorites-clear{margin-left:auto;padding:8px 10px;border:0;background:transparent;color:var(--text-soft);text-decoration:underline}.product-sticky-bar{opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .22s ease,transform .22s ease}.product-sticky-bar.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}html[data-theme=dark] body:not(.hobby-theme){--bg:#17131a;--bg-soft:#241b25;--surface:rgba(42,32,43,.92);--surface-strong:#2b212d;--surface-peach:#3a292a;--surface-peach-2:#4a302d;--surface-lilac:#31263f;--surface-rose:#39272d;--text:#f4e9e3;--text-soft:#c8b7af;--heading:#f1b18f;--accent:#d98562;--accent-dark:#e59a74;--accent-2:#b99adf;--border:rgba(241,205,185,.14);background:radial-gradient(circle at 15% 8%,rgba(112,58,45,.25),transparent 28%),radial-gradient(circle at 85% 20%,rgba(80,58,108,.25),transparent 25%),#17131a}html[data-theme=dark] body:not(.hobby-theme) .site-header,html[data-theme=dark] body:not(.hobby-theme) .mobile-nav,html[data-theme=dark] body:not(.hobby-theme) .product-details,html[data-theme=dark] body:not(.hobby-theme) .filter-card,html[data-theme=dark] body:not(.hobby-theme) .collection-hero,html[data-theme=dark] body:not(.hobby-theme) .product-card,html[data-theme=dark] body:not(.hobby-theme) .favorites-drawer,html[data-theme=dark] body:not(.hobby-theme) .cart-drawer{background:#211920;color:var(--text)}html[data-theme=dark] body:not(.hobby-theme) .site-nav a,html[data-theme=dark] body:not(.hobby-theme) .collections-dropdown summary{color:var(--text-soft)}html[data-theme=dark] body:not(.hobby-theme) .site-logo{color:#f2b28e}html[data-theme=dark] body:not(.hobby-theme) .product-sticky-bar{background:#231b23f5}html[data-theme=dark] body:not(.hobby-theme) input,html[data-theme=dark] body:not(.hobby-theme) select,html[data-theme=dark] body:not(.hobby-theme) textarea{background:#2a202a;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .gift-finder-callout__inner{background:linear-gradient(135deg,#5b322f61,#422f576b)}@media(max-width:900px){.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-finder-callout__inner{flex-direction:column;align-items:flex-start;padding:25px}.gift-finder-callout__inner .btn{width:100%}.product-sticky-bar{display:flex}}@media(max-width:560px){.back-in-stock-form__row{flex-direction:column}.back-in-stock-form__row .btn{width:100%}.gift-choice-grid,.gift-finder-results__grid{grid-template-columns:1fr}.gift-finder-modal{padding:20px}.gift-finder-modal__header{top:-20px}}.header-account{position:relative;border:0;background:transparent}.header-account svg{width:22px;height:22px;display:block}.header-account__dot{position:absolute;right:3px;top:3px;width:7px;height:7px;border-radius:50%;background:var(--accent-dark);box-shadow:0 0 0 2px var(--surface-strong)}.account-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1018;background:#1b161957;opacity:0;transition:opacity .22s ease}.account-overlay.is-visible{opacity:1}.account-drawer{position:fixed;inset:0 0 0 auto;z-index:1019;width:min(460px,94vw);height:100dvh;display:flex;flex-direction:column;background:var(--surface-strong);color:var(--text);box-shadow:-24px 0 64px #3d29232e;transform:translate(105%);transition:transform .26s ease}.account-drawer.is-open{transform:translate(0)}.account-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 24px 18px;border-bottom:1px solid var(--border)}.account-drawer__eyebrow{display:block;margin-bottom:3px;color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.account-drawer__header h2{margin:0;color:var(--heading);font-family:Georgia,Times New Roman,serif}.account-drawer__close{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text)}.account-drawer__content{flex:1;overflow-y:auto;padding:22px 24px 34px}.account-welcome{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(135deg,var(--bg-soft),var(--surface-lilac))}.account-welcome__icon,.account-signed-out__icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:50%;background:var(--surface-strong);color:var(--accent-dark);box-shadow:var(--shadow-sm);font-size:24px}.account-welcome__kicker{margin:0 0 2px;color:var(--text-soft);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.account-welcome h3{margin:0;color:var(--heading);font-size:1.2rem}.account-welcome p:last-child{margin:3px 0 0;font-size:.88rem}.account-benefit{display:grid;grid-template-columns:auto 1fr;gap:13px;margin-top:16px;padding:17px;border:1px dashed rgba(190,111,145,.35);border-radius:20px;background:#f9d7e247}.account-benefit>span{font-size:24px}.account-benefit strong{color:var(--heading)}.account-benefit p{margin:4px 0 10px;font-size:.9rem}.account-benefit__code,.newsletter__code{display:inline-flex;align-items:center;gap:11px;padding:9px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-strong);color:var(--text);font-weight:800;letter-spacing:.04em}.account-benefit__code small,.newsletter__code small{color:var(--accent-dark);font-size:.72rem;font-weight:800;text-transform:uppercase}.account-benefit__code.is-copied,.newsletter__code.is-copied{border-color:var(--accent-dark)}.account-menu{display:grid;gap:9px;margin:18px 0}.account-menu a,.account-menu button{width:100%;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;min-height:66px;padding:12px 14px;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);text-align:left;transition:var(--transition)}.account-menu a:hover,.account-menu button:hover{border-color:#be6f9147;background:var(--bg-soft);transform:translateY(-1px)}.account-menu>*>span{font-size:21px;text-align:center}.account-menu strong{display:block;color:var(--text)}.account-menu small{display:block;margin-top:2px;color:var(--text-soft);font-size:.78rem}.account-menu b{color:var(--text-soft);font-size:22px;font-weight:400}.account-newsletter-status{display:grid;grid-template-columns:auto 1fr;gap:11px;padding:15px;border-radius:18px;background:var(--bg-soft)}.account-newsletter-status p{margin:2px 0 0;font-size:.86rem}.account-newsletter-status a{color:var(--accent-dark);font-size:.86rem;font-weight:800}.account-logout{display:inline-block;margin-top:18px;color:var(--text-soft);font-size:.88rem;text-decoration:underline;text-underline-offset:3px}.account-sync-note{margin-top:18px;padding-top:14px;border-top:1px solid var(--border);font-size:.76rem;line-height:1.5}.account-signed-out{text-align:center;padding:25px 8px 12px}.account-signed-out__icon{margin:0 auto 14px;width:62px;height:62px;font-size:28px}.account-signed-out h3{margin:0 0 8px;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:1.55rem}.account-signed-out p{max-width:330px;margin:0 auto 17px}.account-login-button{width:100%}.account-login-perk{margin-top:12px;padding:10px 12px;border-radius:14px;background:var(--bg-soft);color:var(--text);font-size:.84rem;font-weight:800}.account-guest-features{display:grid;gap:9px;margin-top:20px}.account-guest-features>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:13px;border:1px solid var(--border);border-radius:17px;background:var(--surface)}.account-guest-features>div>span{font-size:20px;text-align:center}.account-guest-features p{margin:0}.account-guest-features strong,.account-guest-features small{display:block}.account-guest-features small{margin-top:2px;color:var(--text-soft);font-size:.78rem}.newsletter{background:transparent}.newsletter__box{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffffdb,#fff1f7eb);border-color:var(--border);box-shadow:var(--shadow-md)}.newsletter__box:before{content:"";position:absolute;width:230px;height:230px;right:-80px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(202,166,243,.28),transparent 70%);pointer-events:none}.newsletter__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.newsletter__offer-badge{display:inline-flex;align-items:center;gap:7px;margin:0 auto 14px;padding:7px 12px;border:1px solid rgba(190,111,145,.2);border-radius:999px;background:#f9d7e26b;color:#9b536f;font-size:.8rem;font-weight:800}.newsletter__form{max-width:620px!important;margin:0 auto!important}.newsletter__form-row{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter__form-row input[type=email]{width:100%;min-height:54px;padding:13px 18px;border:1px solid var(--border)!important;border-radius:999px!important;background:var(--surface-strong);color:var(--text);outline:none}.newsletter__form-row input[type=email]:focus{border-color:var(--accent-dark)!important;box-shadow:0 0 0 3px #be6f911f}.newsletter__success{display:grid;grid-template-columns:auto 1fr;gap:13px;max-width:560px;margin:0 auto;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface-strong);text-align:left}.newsletter__success>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#87b88f2e;font-weight:900}.newsletter__success strong{color:var(--heading)}.newsletter__success p{margin:3px 0 10px}.newsletter .errors{max-width:620px;margin:0 auto 12px;color:#a04444}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark] body:not(.hobby-theme){--bg: #121216;--bg-soft: #19191f;--surface: #1c1c22;--surface-strong: #222229;--surface-peach: #272126;--surface-peach-2: #30252b;--surface-lilac: #24212f;--surface-rose: #2b2128;--text: #f4f1f5;--text-soft: #b7b1bc;--heading: #f2dce6;--accent: #d98cab;--accent-dark: #c87498;--accent-2: #a994dc;--border: rgba(255,255,255,.09);--shadow-sm: 0 8px 24px rgba(0,0,0,.18);--shadow-md: 0 18px 50px rgba(0,0,0,.28);--shadow-lg: 0 30px 80px rgba(0,0,0,.34);background:radial-gradient(circle at 12% 5%,rgba(177,97,133,.1),transparent 28%),radial-gradient(circle at 88% 18%,rgba(127,105,181,.1),transparent 26%),linear-gradient(180deg,#121216,#15151a 52%,#121216)}html[data-theme=dark] body:not(.hobby-theme):before{background:#b8698d17;opacity:.55}html[data-theme=dark] body:not(.hobby-theme):after{background:#8b74c414;opacity:.55}html[data-theme=dark] body:not(.hobby-theme) .topbar{background:linear-gradient(90deg,#211b20,#241d24 52%,#201e29);color:#dcb7c7;border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .site-header{background:#121216e0;border-color:var(--border);box-shadow:0 8px 30px #0000001f}html[data-theme=dark] body:not(.hobby-theme) .site-logo{color:#f0d7e2}html[data-theme=dark] body:not(.hobby-theme) .site-tagline,html[data-theme=dark] body:not(.hobby-theme) .site-nav a,html[data-theme=dark] body:not(.hobby-theme) .collections-dropdown summary{color:#c5bec8}html[data-theme=dark] body:not(.hobby-theme) .site-nav a:hover,html[data-theme=dark] body:not(.hobby-theme) .site-nav a.is-active,html[data-theme=dark] body:not(.hobby-theme) .collections-dropdown summary:hover,html[data-theme=dark] body:not(.hobby-theme) .collections-dropdown.is-active>summary{color:#f1dbe5}html[data-theme=dark] body:not(.hobby-theme) .collections-dropdown__menu,html[data-theme=dark] body:not(.hobby-theme) .mobile-nav,html[data-theme=dark] body:not(.hobby-theme) .account-drawer,html[data-theme=dark] body:not(.hobby-theme) .favorites-drawer,html[data-theme=dark] body:not(.hobby-theme) .cart-drawer,html[data-theme=dark] body:not(.hobby-theme) .gift-finder-modal{background:#18181e;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .hero-card,html[data-theme=dark] body:not(.hobby-theme) .product-card,html[data-theme=dark] body:not(.hobby-theme) .product-details,html[data-theme=dark] body:not(.hobby-theme) .collection-hero,html[data-theme=dark] body:not(.hobby-theme) .filter-card,html[data-theme=dark] body:not(.hobby-theme) .benefit-card,html[data-theme=dark] body:not(.hobby-theme) .back-in-stock-card,html[data-theme=dark] body:not(.hobby-theme) .recent-product-card,html[data-theme=dark] body:not(.hobby-theme) .gift-result-card,html[data-theme=dark] body:not(.hobby-theme) .account-menu a,html[data-theme=dark] body:not(.hobby-theme) .account-menu button,html[data-theme=dark] body:not(.hobby-theme) .account-guest-features>div{background:var(--surface);border-color:var(--border);color:var(--text)}html[data-theme=dark] body:not(.hobby-theme) .newsletter__box{background:linear-gradient(135deg,#1d1b21,#211b22 58%,#1d1b25);border-color:var(--border);box-shadow:var(--shadow-md)}html[data-theme=dark] body:not(.hobby-theme) .newsletter__offer-badge{background:#d88cab1a;border-color:#d88cab2e;color:#e3b1c6}html[data-theme=dark] body:not(.hobby-theme) .newsletter__title,html[data-theme=dark] body:not(.hobby-theme) .newsletter__script{color:var(--heading)}html[data-theme=dark] body:not(.hobby-theme) .newsletter__text,html[data-theme=dark] body:not(.hobby-theme) .newsletter__small{color:var(--text-soft)}html[data-theme=dark] body:not(.hobby-theme) .account-welcome{background:linear-gradient(135deg,#211d23,#211f2d)}html[data-theme=dark] body:not(.hobby-theme) .account-benefit{background:#b4618417;border-color:#d88cab40}html[data-theme=dark] body:not(.hobby-theme) .account-newsletter-status,html[data-theme=dark] body:not(.hobby-theme) .account-login-perk{background:#1c1b22}html[data-theme=dark] body:not(.hobby-theme) .product-gallery__thumb,html[data-theme=dark] body:not(.hobby-theme) input,html[data-theme=dark] body:not(.hobby-theme) select,html[data-theme=dark] body:not(.hobby-theme) textarea,html[data-theme=dark] body:not(.hobby-theme) .favorites-drawer__close,html[data-theme=dark] body:not(.hobby-theme) .cart-drawer__close,html[data-theme=dark] body:not(.hobby-theme) .account-drawer__close,html[data-theme=dark] body:not(.hobby-theme) .gift-finder-modal__close,html[data-theme=dark] body:not(.hobby-theme) .btn--secondary{background:#23232a;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .btn{background:linear-gradient(135deg,#d98cab,#b96890);color:#fff;box-shadow:0 10px 28px #b968902e}html[data-theme=dark] body:not(.hobby-theme) .btn:hover{box-shadow:0 14px 32px #b9689040}html[data-theme=dark] body:not(.hobby-theme) .product-page__favorite.is-favorite{background:#d88cab1a;color:#efb8ce;border-color:#d88cab3d}html[data-theme=dark] body:not(.hobby-theme) .gift-finder-callout__inner{background:linear-gradient(135deg,#6f485b29,#50457729)}html[data-theme=dark] body:not(.hobby-theme) .product-sticky-bar{background:#141419f5;border-color:var(--border);box-shadow:0 -12px 34px #0000003d}html[data-theme=dark] body:not(.hobby-theme) .shop-toast{background:#29252d;color:#fff}html[data-theme=dark] body:not(.hobby-theme) .footer-text{color:inherit}html[data-theme=dark] body:not(.hobby-theme) img{opacity:.96}@media(max-width:640px){.newsletter__form-row{grid-template-columns:1fr}.newsletter__form-row .btn{width:100%}.account-drawer__header,.account-drawer__content{padding-left:18px;padding-right:18px}}html[data-theme=dark] body:not(.hobby-theme){--bg: #0f0f13;--bg-soft: #15151b;--surface: #19191f;--surface-strong: #202027;--surface-peach: #211a1e;--surface-peach-2: #261d22;--surface-lilac: #1e1a27;--surface-rose: #231a21;--text: #f7f2f6;--text-soft: #c8c0ca;--heading: #f3dce7;--border: rgba(255,255,255,.1);background:#0f0f13;color:var(--text)}html[data-theme=dark] body:not(.hobby-theme) .hero__wrap{background:radial-gradient(circle at 18% 18%,rgba(206,126,160,.1),transparent 25%),radial-gradient(circle at 82% 22%,rgba(164,139,219,.1),transparent 24%),linear-gradient(135deg,#17171d,#1c1920 48%,#191720);border:1px solid var(--border);box-shadow:0 26px 70px #00000057}html[data-theme=dark] body:not(.hobby-theme) .hero__wrap:before{background:linear-gradient(135deg,#3a202c,#241922);opacity:.62}html[data-theme=dark] body:not(.hobby-theme) .hero__wrap:after{background:linear-gradient(135deg,#2a2239,#241b29);opacity:.66}html[data-theme=dark] body:not(.hobby-theme) .hero__image-shell,html[data-theme=dark] body:not(.hobby-theme) .hero__product-shell{border-color:#ffffff1a;background:#18181e}html[data-theme=dark] body:not(.hobby-theme) .hero__badge{background:#202027;color:var(--text);border:1px solid var(--border)}html[data-theme=dark] body:not(.hobby-theme) .hero__script,html[data-theme=dark] body:not(.hobby-theme) .eyebrow{color:#dfa3bc}html[data-theme=dark] body:not(.hobby-theme) .hero__content h1,html[data-theme=dark] body:not(.hobby-theme) .hero__content p{color:var(--text)}html[data-theme=dark] body:not(.hobby-theme) .hero__content p{color:var(--text-soft)}html[data-theme=dark] body:not(.hobby-theme) .wave-divider:after{background:radial-gradient(70px 36px at 50% 0,transparent 67%,#0f0f13 68%) repeat-x;background-size:160px 72px}html[data-theme=dark] body:not(.hobby-theme) .category-card{color:#f8f4f7;border:1px solid var(--border);box-shadow:0 16px 38px #0000003d}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(1){background:linear-gradient(135deg,#2a1c20,#392329)}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(2){background:linear-gradient(135deg,#291a23,#3a2130)}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(3){background:linear-gradient(135deg,#211b2c,#332743)}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(4){background:linear-gradient(135deg,#291d19,#3a251e)}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(5){background:linear-gradient(135deg,#282219,#382a1b)}html[data-theme=dark] body:not(.hobby-theme) .category-card:nth-child(6){background:linear-gradient(135deg,#281d20,#372424)}html[data-theme=dark] body:not(.hobby-theme) .category-card:before{background:linear-gradient(180deg,#ffffff09,#0000002e)}html[data-theme=dark] body:not(.hobby-theme) .category-card__arrow{background:#ffffff17;color:#fff}html[data-theme=dark] body:not(.hobby-theme) .product-showcase:before{background:linear-gradient(90deg,#24212b,#2b2228);opacity:.92;border:1px solid rgba(255,255,255,.055)}html[data-theme=dark] body:not(.hobby-theme) .card-surface,html[data-theme=dark] body:not(.hobby-theme) .story__panel,html[data-theme=dark] body:not(.hobby-theme) .story__box,html[data-theme=dark] body:not(.hobby-theme) .benefit-card,html[data-theme=dark] body:not(.hobby-theme) .blog-card,html[data-theme=dark] body:not(.hobby-theme) .cart-table,html[data-theme=dark] body:not(.hobby-theme) .cart-summary__box,html[data-theme=dark] body:not(.hobby-theme) .empty-state,html[data-theme=dark] body:not(.hobby-theme) .collection-toolbar,html[data-theme=dark] body:not(.hobby-theme) .product-page__placeholder,html[data-theme=dark] body:not(.hobby-theme) .product-card__image-wrap,html[data-theme=dark] body:not(.hobby-theme) .newsletter,html[data-theme=dark] body:not(.hobby-theme) .newsletter__box{background:#19191f;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .story__panel{background:linear-gradient(135deg,#18181e,#201b24)}html[data-theme=dark] body:not(.hobby-theme) .story__panel:before{background:#ffffff06}html[data-theme=dark] body:not(.hobby-theme) .benefit-card:before{background:linear-gradient(135deg,#d88cab14,#a994dc14)}html[data-theme=dark] body:not(.hobby-theme) .collection-hero{background:radial-gradient(circle at right center,rgba(169,148,220,.09),transparent 30%),linear-gradient(135deg,#18181e,#1d1a20,#1d1a25);color:var(--text);border:1px solid var(--border)}html[data-theme=dark] body:not(.hobby-theme) .filter-card,html[data-theme=dark] body:not(.hobby-theme) .collection-toolbar{background:#19191f;color:var(--text);border:1px solid var(--border)}html[data-theme=dark] body:not(.hobby-theme) .collection-banner--peach{background:linear-gradient(135deg,#2b1d20,#3a2527)}html[data-theme=dark] body:not(.hobby-theme) .collection-banner--lilac{background:linear-gradient(135deg,#211b2c,#342746)}html[data-theme=dark] body:not(.hobby-theme) .collection-banner--rose{background:linear-gradient(135deg,#2a1c24,#3b2330)}html[data-theme=dark] body:not(.hobby-theme) .product-form__field input,html[data-theme=dark] body:not(.hobby-theme) .product-form__field select,html[data-theme=dark] body:not(.hobby-theme) .contact-form input,html[data-theme=dark] body:not(.hobby-theme) .contact-form textarea,html[data-theme=dark] body:not(.hobby-theme) .search-form input,html[data-theme=dark] body:not(.hobby-theme) .collection-search-form input,html[data-theme=dark] body:not(.hobby-theme) .collection-sort select,html[data-theme=dark] body:not(.hobby-theme) .pagination span,html[data-theme=dark] body:not(.hobby-theme) .pagination a{background:#202027;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .header-icon,html[data-theme=dark] body:not(.hobby-theme) .language-selector,html[data-theme=dark] body:not(.hobby-theme) .language-selector__select,html[data-theme=dark] body:not(.hobby-theme) .mobile-language-selector{background:#202027;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .language-selector option{background:#202027;color:var(--text)}html[data-theme=dark] body:not(.hobby-theme) .product-card__favorite,html[data-theme=dark] body:not(.hobby-theme) .product-card__favorite:hover,html[data-theme=dark] body:not(.hobby-theme) .product-gallery__thumb,html[data-theme=dark] body:not(.hobby-theme) .cart-quantity button,html[data-theme=dark] body:not(.hobby-theme) .favorites-item,html[data-theme=dark] body:not(.hobby-theme) .cart-drawer__item{background:#202027;color:var(--text);border-color:var(--border)}html[data-theme=dark] body:not(.hobby-theme) .badge--new{background:#352129;color:#f2c5d5}html[data-theme=dark] body:not(.hobby-theme) .badge--low-stock{background:#33291b;color:#efd5a0}html[data-theme=dark] body:not(.hobby-theme) .badge--popular{background:#29213a;color:#d8c5ef}html[data-theme=dark] body:not(.hobby-theme) .newsletter__box{background:linear-gradient(135deg,#18181e,#1d1920 58%,#1b1922)}html[data-theme=dark] body:not(.hobby-theme) .newsletter__box:before{background:radial-gradient(circle,rgba(169,148,220,.1),transparent 70%)}html[data-theme=dark] body:not(.hobby-theme) .site-footer{background:linear-gradient(135deg,#141419,#17151b 60%,#111116);color:#f3edf2}html[data-theme=dark] body:not(.hobby-theme) .site-footer:before{background:radial-gradient(70px 36px at 50% 100%,transparent 67%,#141419 68%) repeat-x;background-size:160px 60px}html[data-theme=dark] body:not(.hobby-theme) h1,html[data-theme=dark] body:not(.hobby-theme) h2,html[data-theme=dark] body:not(.hobby-theme) h3,html[data-theme=dark] body:not(.hobby-theme) h4,html[data-theme=dark] body:not(.hobby-theme) .product-card__title,html[data-theme=dark] body:not(.hobby-theme) .price,html[data-theme=dark] body:not(.hobby-theme) .section-heading h2{color:var(--heading)}html[data-theme=dark] body:not(.hobby-theme) p,html[data-theme=dark] body:not(.hobby-theme) .section-heading p,html[data-theme=dark] body:not(.hobby-theme) .page-description,html[data-theme=dark] body:not(.hobby-theme) .rte,html[data-theme=dark] body:not(.hobby-theme) .article-content{color:var(--text-soft)}.receipt-vault{margin:16px 0;padding:16px;border:1px solid rgba(100,65,90,.13);border-radius:20px;background:linear-gradient(145deg,#fffafc,#f8eff4)}.receipt-vault__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.receipt-vault__heading>div{display:flex;align-items:center;gap:10px;min-width:0}.receipt-vault__heading strong{display:block;color:var(--heading)}.receipt-vault__heading small{display:block;margin-top:2px;color:var(--text-soft);font-size:.76rem;line-height:1.35}.receipt-vault__heading>a{flex:none;color:var(--accent-dark);font-size:.8rem;font-weight:800;text-decoration:none}.receipt-vault__icon{font-size:24px}.receipt-vault__list{display:grid;gap:7px}.receipt-vault__item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid rgba(100,65,90,.1);border-radius:13px;background:#ffffffb8;color:var(--text);text-decoration:none;transition:.18s ease}.receipt-vault__item:hover{transform:translateY(-1px);border-color:#c2709759}.receipt-vault__item span:first-child{display:grid;gap:1px}.receipt-vault__item strong{color:var(--heading);font-size:.9rem}.receipt-vault__item small{color:var(--text-soft);font-size:.75rem}.receipt-vault__total{color:var(--text);font-size:.82rem;font-weight:800}.receipt-vault__item b{color:var(--text-soft);font-size:20px;font-weight:400}.receipt-vault__empty{padding:12px;border-radius:13px;background:#ffffff9e;color:var(--text-soft);font-size:.84rem;line-height:1.5;text-align:center}html[data-theme=dark] body:not(.hobby-theme) .receipt-vault{background:linear-gradient(145deg,#1d1b21,#242027);border-color:#ffffff14}html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__item,html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__empty{background:#17161b;border-color:#ffffff12}html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__heading strong,html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__item strong{color:#f7edf3}html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__heading small,html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__item small,html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__empty{color:#c9bec6}html[data-theme=dark] body:not(.hobby-theme) .receipt-vault__total{color:#f1e7ee}@media(max-width:520px){.receipt-vault{padding:13px;border-radius:16px}.receipt-vault__heading{align-items:flex-start}.receipt-vault__heading small{max-width:190px}.receipt-vault__item{grid-template-columns:1fr auto auto;padding:9px}}.variant-native-select{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.variant-picker{display:grid;gap:18px;margin:8px 0 20px}.variant-picker__group{margin:0;padding:0;border:0;min-width:0}.variant-picker__group legend{margin:0 0 9px;padding:0;color:var(--heading);font-weight:800;font-size:.95rem}.variant-picker__choices{display:flex;flex-wrap:wrap;gap:9px}.variant-choice{position:relative;display:inline-flex;cursor:pointer}.variant-choice input{position:absolute;opacity:0;pointer-events:none}.variant-choice span{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid rgba(112,77,94,.18);border-radius:999px;background:#ffffffd1;color:var(--text);font-weight:750;line-height:1.15;box-shadow:0 3px 12px #462a370a;transition:.18s ease}.variant-choice:hover span{border-color:var(--accent);transform:translateY(-1px)}.variant-choice.is-selected span{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 5px 16px #b5648b33}.variant-choice.is-unavailable{cursor:not-allowed}.variant-choice.is-unavailable span{opacity:.38;text-decoration:line-through;transform:none}.variant-picker__message{min-height:1.2em;margin:-8px 0 8px;color:#a33f4d;font-size:.86rem;font-weight:700}html[data-theme=dark] body:not(.hobby-theme) .variant-choice span{background:#202027;border-color:#ffffff1c;color:#eee7ec;box-shadow:none}html[data-theme=dark] body:not(.hobby-theme) .variant-choice:hover span{border-color:#c88eae}html[data-theme=dark] body:not(.hobby-theme) .variant-choice.is-selected span{background:#a9688c;border-color:#c98eae;color:#fff}html[data-theme=dark] body:not(.hobby-theme) .variant-picker__group legend{color:#f6edf3}html[data-theme=dark] body:not(.hobby-theme) .variant-picker__message{color:#ef9aaa}@media(max-width:600px){.variant-picker{gap:15px}.variant-picker__choices{gap:7px}.variant-choice span{min-height:41px;padding:9px 13px;font-size:.88rem}}.tt-force-language-form{display:none!important}.hobby-hero__visual{position:relative;overflow:hidden;border-radius:38% 38% 32% 32%/26% 26% 36% 36%;min-height:520px}.hobby-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.hobby-hero__image-caption{position:absolute;z-index:4;left:24px;right:24px;bottom:22px;padding:15px 18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#110a18b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8effb;display:flex;flex-direction:column;gap:2px}.hobby-hero__image-caption strong{font-size:.82rem;letter-spacing:.06em}.hobby-hero__image-caption span{color:#cbb8d4;font-size:.75rem}.hobby-section-heading p{color:#a999b0;line-height:1.7}.hobby-section-heading--left{max-width:760px;margin-left:0;text-align:left}.hobby-category-card small{display:block;margin-bottom:8px;color:#9d7caf;font-size:.68rem;font-weight:800;letter-spacing:.17em}.hobby-products-section{padding:64px 0 88px}.hobby-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hobby-product-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.hobby-products-section .product-card{background:linear-gradient(145deg,#2b1c38f0,#181020f5);border:1px solid var(--hh-line);box-shadow:0 18px 48px #0003}.hobby-products-section .product-card__title a,.hobby-products-section .price{color:#f5edf8}.hobby-products-section .product-card__details-link,.hobby-products-section .product-card__stock{color:#bdaec4}.hobby-products-section .product-card__cart-btn{background:#b889d0;color:#160e1d}.hobby-section-action{margin-top:28px}.hobby-latest{padding:28px 0 92px}.hobby-latest__card{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid var(--hh-line);border-radius:38px;background:linear-gradient(135deg,#25182f,#17101f);box-shadow:0 28px 70px #0000003d}.hobby-latest__image{min-height:500px}.hobby-latest__image img{width:100%;height:100%;object-fit:cover;display:block}.hobby-latest__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:58px}.hobby-latest__copy h2,.hobby-process h2,.hobby-story h2{margin:0 0 18px;color:#f7eff9;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.hobby-latest__copy p,.hobby-story p{color:#bfaec7;line-height:1.8}.hobby-latest__price{margin:6px 0 24px;color:#e5c9f2;font-size:1.25rem}.hobby-process{padding:74px 0 92px;background:linear-gradient(180deg,rgba(43,27,55,.22),transparent)}.hobby-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hobby-process__grid article{padding:28px;border:1px solid var(--hh-line);border-radius:25px;background:#271932b8}.hobby-process__grid b{color:#a77fc0;font-size:.74rem;letter-spacing:.16em}.hobby-process__grid h3{margin:24px 0 9px;color:#f5edf8;font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.hobby-process__grid p{margin:0;color:#ae9db6;line-height:1.7}.hobby-story{padding:20px 0 94px}.hobby-story__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:52px;border:1px solid var(--hh-line);border-radius:34px;background:radial-gradient(circle at 15% 10%,rgba(167,111,197,.13),transparent 35%),#1c1225cc}.hobby-story__inner a{color:#d1aee3;font-weight:800}.hobby-products-section--gear{padding-top:10px}@media(max-width:900px){.hobby-product-grid,.hobby-product-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.hobby-latest__card,.hobby-story__inner{grid-template-columns:1fr}.hobby-latest__image{min-height:390px}.hobby-latest__copy{padding:38px}.hobby-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hobby-story__inner{gap:20px;padding:36px}}@media(max-width:560px){.hobby-product-grid,.hobby-product-grid--three,.hobby-process__grid{grid-template-columns:1fr}.hobby-latest__image{min-height:330px}.hobby-latest__copy,.hobby-story__inner{padding:28px}.hobby-hero__image-caption{left:12px;right:12px;bottom:12px}}.tt-about-page--story{max-width:1240px;padding-top:54px}.tt-about-hero--editorial{grid-template-columns:1.02fr .98fr;gap:64px;min-height:560px}.tt-about-hero--editorial h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;letter-spacing:-.045em;color:var(--heading)}.tt-about-lead{max-width:650px;font-size:1.04rem}.tt-about-hero__actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.tt-about-text-link{color:var(--heading);font-weight:800;text-decoration:none}.tt-about-hero__gallery{position:relative;min-height:520px}.tt-about-photo{position:absolute;margin:0;overflow:hidden;border:8px solid rgba(255,255,255,.72);box-shadow:0 22px 55px #4b30371f;background:#eadfd8}.tt-about-photo img{width:100%;height:100%;object-fit:cover;display:block}.tt-about-photo--large{top:0;right:70px;bottom:65px;left:0;border-radius:42% 42% 26% 26%}.tt-about-photo--small{width:46%;height:45%;right:0;bottom:0;border-radius:28px}.tt-about-photo-note{position:absolute;right:20px;top:20px;padding:10px 14px;border-radius:999px;background:#3a2b2ee0;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.08em}.tt-about-intro-card{margin:30px 0 28px;padding:48px;border:1px solid rgba(128,83,94,.09);border-radius:34px;background:linear-gradient(135deg,#fffaf6,#f7ede7)}.tt-about-intro-card__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.tt-about-intro-card h2,.tt-about-making h2,.tt-about-section-heading h2,.tt-about-closing h2{margin:0;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1.06}.tt-about-intro-card p,.tt-about-making p{margin-top:0;color:var(--text);line-height:1.8}.tt-about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 70px}.tt-about-value{padding:32px;border:1px solid rgba(128,83,94,.08);border-radius:28px;background:#fffaf7b8}.tt-about-value>span{color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.16em}.tt-about-value h3{margin:26px 0 10px;color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.tt-about-value p{margin:0;color:var(--text);line-height:1.7}.tt-about-making{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start;margin:0 0 76px}.tt-about-making__copy{position:sticky;top:140px}.tt-about-steps{list-style:none;margin:0;padding:0;display:grid;gap:12px}.tt-about-steps li{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:20px 22px;border:1px solid rgba(128,83,94,.09);border-radius:22px;background:#fffaf7}.tt-about-steps li>span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#b8708f1f;color:var(--accent);font-weight:900}.tt-about-steps strong{display:block;color:var(--heading);font-size:1rem}.tt-about-steps small{display:block;margin-top:4px;color:var(--text);line-height:1.5}.tt-about-categories{margin-bottom:72px}.tt-about-section-heading{max-width:720px;margin-bottom:26px}.tt-about-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tt-about-category-grid a{min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;border:1px solid rgba(128,83,94,.08);border-radius:26px;background:linear-gradient(145deg,#fff9f5,#f4e8e2);text-decoration:none;transition:.2s ease}.tt-about-category-grid a:hover{transform:translateY(-4px);box-shadow:0 16px 35px #55333d14}.tt-about-category-grid span{margin-bottom:auto;color:var(--accent);font-size:1.5rem}.tt-about-category-grid strong{color:var(--heading);font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.tt-about-category-grid small{margin-top:7px;color:var(--text);line-height:1.5}.tt-about-closing{padding:68px 28px;border-radius:36px;text-align:center;background:linear-gradient(135deg,#4a343b,#2f2529);color:#f9eef2}.tt-about-closing>span{font-size:.72rem;font-weight:900;letter-spacing:.22em;color:#d9afc1}.tt-about-closing h2{margin:13px auto 12px;color:#fff}.tt-about-closing p{max-width:660px;margin:0 auto 22px;color:#eadde2;line-height:1.7}.tt-about-closing .tt-button{background:#f1c7d7;color:#33252a}html[data-theme=dark] body:not(.hobby-theme) .tt-about-intro-card,html[data-theme=dark] body:not(.hobby-theme) .tt-about-value,html[data-theme=dark] body:not(.hobby-theme) .tt-about-steps li,html[data-theme=dark] body:not(.hobby-theme) .tt-about-category-grid a{background:#1d1b21;border-color:#ffffff14}html[data-theme=dark] body:not(.hobby-theme) .tt-about-photo{border-color:#27232a}html[data-theme=dark] body:not(.hobby-theme) .tt-about-intro-card h2,html[data-theme=dark] body:not(.hobby-theme) .tt-about-making h2,html[data-theme=dark] body:not(.hobby-theme) .tt-about-section-heading h2,html[data-theme=dark] body:not(.hobby-theme) .tt-about-value h3,html[data-theme=dark] body:not(.hobby-theme) .tt-about-category-grid strong,html[data-theme=dark] body:not(.hobby-theme) .tt-about-steps strong{color:#f7edf3}html[data-theme=dark] body:not(.hobby-theme) .tt-about-intro-card p,html[data-theme=dark] body:not(.hobby-theme) .tt-about-making p,html[data-theme=dark] body:not(.hobby-theme) .tt-about-value p,html[data-theme=dark] body:not(.hobby-theme) .tt-about-category-grid small,html[data-theme=dark] body:not(.hobby-theme) .tt-about-steps small{color:#c9bec6}@media(max-width:900px){.tt-about-hero--editorial,.tt-about-intro-card__grid,.tt-about-making{grid-template-columns:1fr}.tt-about-hero--editorial{gap:28px}.tt-about-hero__gallery{min-height:460px}.tt-about-intro-card__grid{gap:20px}.tt-about-values{grid-template-columns:1fr}.tt-about-making{gap:30px}.tt-about-making__copy{position:static}.tt-about-category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.tt-about-page--story{padding-top:28px}.tt-about-hero--editorial h1{font-size:clamp(2.45rem,12vw,3.7rem)}.tt-about-hero__gallery{min-height:380px}.tt-about-photo--large{top:0;right:34px;bottom:55px;left:0}.tt-about-photo--small{width:50%;height:40%}.tt-about-intro-card{padding:28px}.tt-about-category-grid{grid-template-columns:1fr}.tt-about-category-grid a{min-height:170px}.tt-about-closing{padding:48px 20px}}.tt-about-page.tt-about-page--story{width:min(1240px,calc(100% - 48px));max-width:1240px;margin:0 auto;padding:54px 0 90px;box-sizing:border-box}.tt-about-hero.tt-about-hero--editorial{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:64px;align-items:center;width:100%;min-height:560px}.tt-about-hero__text{min-width:0}.tt-about-hero__text .tt-kicker{margin:0 0 18px}.tt-about-hero__text h1{margin:0 0 28px;max-width:720px}.tt-about-lead{margin:0 0 26px;line-height:1.75}.tt-about-hero__gallery{width:100%;min-width:0}.tt-about-intro-card,.tt-about-values,.tt-about-making,.tt-about-categories,.tt-about-closing{width:100%;box-sizing:border-box}@media(max-width:900px){.tt-about-page.tt-about-page--story{width:min(100% - 32px,760px);padding-top:36px}.tt-about-hero.tt-about-hero--editorial{grid-template-columns:1fr;gap:34px;min-height:0}}@media(max-width:560px){.tt-about-page.tt-about-page--story{width:calc(100% - 24px);padding:28px 0 64px}}body.halloween-theme{--bg:#0d0b10;--surface:#17131a;--surface-2:#211723;--text:#e9dde5;--heading:#fff1e5;--accent:#d56a2f;--accent-2:#8d4fa5;--line:rgba(238,146,77,.16);background:radial-gradient(circle at 12% 12%,rgba(104,43,118,.13),transparent 30%),radial-gradient(circle at 88% 32%,rgba(201,82,34,.08),transparent 28%),#0d0b10;color:var(--text)}body.halloween-theme .autumn-topbar.halloween-topbar{background:linear-gradient(90deg,#4a1d51,#9a3f25,#4a1d51);color:#fff5e9;border:0;letter-spacing:.06em;box-shadow:0 4px 22px #0000004d}body.halloween-theme .site-header,body.halloween-theme .header-main,body.halloween-theme .site-nav,body.halloween-theme .mobile-nav{background:#100d13!important;border-color:#ffffff12!important}body.halloween-theme .brand,body.halloween-theme .brand a,body.halloween-theme .site-logo,body.halloween-theme .site-nav a,body.halloween-theme .site-nav summary{color:#f7e9ef!important}body.halloween-theme .site-nav>a:after,body.halloween-theme .site-nav summary:after{background:#e37837!important}body.halloween-theme .season-nav-link{color:#f19a58!important;text-shadow:0 0 18px rgba(227,120,55,.25)}body.halloween-theme .icon-button,body.halloween-theme .header-icon,body.halloween-theme .search-toggle{background:#1b161e!important;color:#f7e9ef!important;border-color:#ffffff14!important}body.halloween-theme .hero__wrap{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 30%,rgba(160,64,40,.22),transparent 35%),radial-gradient(circle at 80% 25%,rgba(112,54,128,.26),transparent 38%),linear-gradient(135deg,#171019,#0d0b10)!important;border:1px solid rgba(226,119,54,.18);box-shadow:0 30px 80px #00000057}body.halloween-theme .hero__wrap:before{content:"\1f578";position:absolute;right:-20px;top:-42px;font-size:180px;opacity:.08;transform:rotate(12deg);pointer-events:none}body.halloween-theme .hero__wrap:after{content:"\2726   \1f987   \2727";position:absolute;left:7%;bottom:5%;color:#c57dce;opacity:.28;letter-spacing:1.1rem;pointer-events:none}body.halloween-theme .hero h1{color:#fff0df!important;text-shadow:0 4px 30px rgba(211,92,38,.12)}body.halloween-theme .hero p{color:#cdbfc8!important}body.halloween-theme .hero .eyebrow{color:#e98b4d!important}body.halloween-theme .hero__script{color:#c889db!important}body.halloween-theme .hero__image-shell,body.halloween-theme .hero__product-shell{border-color:#342237!important;background:#1b151d!important;box-shadow:0 20px 55px #0000006b,0 0 0 1px #e173331f}body.halloween-theme .hero__image-shell img,body.halloween-theme .hero__product-shell img{filter:saturate(.82) contrast(1.06) brightness(.78)}body.halloween-theme .hero__badge{background:#7d3426!important;color:#fff3e9!important}body.halloween-theme .btn{background:linear-gradient(135deg,#d36b31,#a94527)!important;color:#fff8ef!important;border-color:transparent!important;box-shadow:0 10px 28px #bc4b223d}body.halloween-theme .btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px #d15c2852}body.halloween-theme .btn--secondary{background:#241a27!important;border:1px solid rgba(199,126,215,.28)!important;color:#eadcf0!important}body.halloween-theme .wave-divider{background:#0d0b10!important}body.halloween-theme main section:not(.hero):not(.hobby-hero),body.halloween-theme .collection-page,body.halloween-theme .product-page,body.halloween-theme .cart-page,body.halloween-theme .search-page{background-color:transparent}body.halloween-theme .category-card,body.halloween-theme .product-card,body.halloween-theme .benefit-card,body.halloween-theme .story-card,body.halloween-theme .collection-sidebar,body.halloween-theme .collection-toolbar,body.halloween-theme .product-info,body.halloween-theme .newsletter__inner,body.halloween-theme .gift-finder-card,body.halloween-theme .recently-viewed__inner{background:linear-gradient(145deg,#1d171f,#141116)!important;border:1px solid rgba(230,128,61,.12)!important;box-shadow:0 18px 48px #0003!important}body.halloween-theme h1,body.halloween-theme h2,body.halloween-theme h3,body.halloween-theme h4,body.halloween-theme .product-card__title a,body.halloween-theme .price{color:#fff0e5!important}body.halloween-theme p,body.halloween-theme .muted,body.halloween-theme label{color:#cdbfc8}body.halloween-theme .category-card{background:linear-gradient(145deg,#28182b,#1a121c)!important}body.halloween-theme .category-card:nth-child(3n+1){background:linear-gradient(145deg,#2b1717,#1a1114)!important}body.halloween-theme .category-card:nth-child(3n+2){background:linear-gradient(145deg,#21162a,#151119)!important}body.halloween-theme .category-card:hover,body.halloween-theme .product-card:hover{border-color:#e77e3b57!important;box-shadow:0 20px 55px #bf471c21!important}body.halloween-theme input,body.halloween-theme select,body.halloween-theme textarea{background:#17131a!important;color:#f1e5eb!important;border-color:#ffffff1a!important}body.halloween-theme input::placeholder{color:#8f828b}body.halloween-theme .product-card__image img{filter:brightness(.9) saturate(.9)}body.halloween-theme .stock-badge,body.halloween-theme .product-badge{background:#372016!important;color:#f2b27f!important;border-color:#734226!important}body.halloween-theme .site-footer{background:#09070b!important;color:#c9bbc5!important;border-top:1px solid rgba(229,124,59,.14)!important}body.halloween-theme .site-footer a,body.halloween-theme .site-footer h2,body.halloween-theme .site-footer h3{color:#eee1e9!important}body.halloween-theme .collections-dropdown__menu{background:#171219!important;border-color:#e17e402e!important;box-shadow:0 22px 50px #00000073!important}body.halloween-theme .collections-dropdown__menu a{color:#e8dbe4!important}body.halloween-theme .collections-dropdown__menu a:hover{background:#241823!important;color:#f09a5c!important}body.halloween-theme .tt-about-intro-card,body.halloween-theme .tt-about-value,body.halloween-theme .tt-about-steps li,body.halloween-theme .tt-about-category-grid a{background:#181419!important;border-color:#e781411c!important}body.halloween-theme .tt-about-photo{border-color:#241b24!important}body.halloween-theme .tt-about-closing{background:linear-gradient(135deg,#35172d,#171018)!important}.halloween-decor{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:8;overflow:hidden}.halloween-float{position:absolute;opacity:.2;filter:drop-shadow(0 0 8px rgba(189,95,205,.25));animation:halloweenDrift 8s ease-in-out infinite}.hf-1{left:2%;top:32%;font-size:22px}.hf-2{right:7%;top:25%;font-size:18px;animation-delay:-2s}.hf-3{right:1%;bottom:6%;font-size:40px;opacity:.1;animation-delay:-4s}.hf-4{right:3%;top:62%;font-size:20px;animation-delay:-6s}.hf-5{left:5%;bottom:14%;font-size:18px;animation-delay:-3s}@keyframes halloweenDrift{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-14px) rotate(6deg)}}@media(max-width:700px){.halloween-decor .hf-3{display:none}body.halloween-theme .hero__wrap:before{font-size:110px}.halloween-float{opacity:.12}}@media(prefers-reduced-motion:reduce){.halloween-float{animation:none!important}}body.halloween-theme{--hw-ink:#0b0910;--hw-plum:#17101c;--hw-card:#1c1520;--hw-bone:#f2e9dc;--hw-muted:#b9aab7;--hw-wine:#6f263f;--hw-ember:#d56f43;--hw-lilac:#aa7bc4;--bg:var(--hw-ink);--surface:var(--hw-card);--text:var(--hw-muted);--heading:var(--hw-bone);--accent:var(--hw-ember);--accent-2:var(--hw-lilac);--line:rgba(242,233,220,.1);background:var(--hw-ink)!important;color:var(--hw-muted)}body.halloween-theme .halloween-decor{display:none!important}body.halloween-theme .halloween-atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 86% 10%,rgba(111,38,63,.16),transparent 34%),radial-gradient(ellipse at 8% 70%,rgba(94,55,117,.1),transparent 32%)}body.halloween-theme .autumn-topbar.halloween-topbar{background:#100c12!important;color:#d9c8d4!important;border-bottom:1px solid rgba(213,111,67,.24)!important;box-shadow:none!important;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}body.halloween-theme .site-header,body.halloween-theme .header-main,body.halloween-theme .site-nav,body.halloween-theme .mobile-nav{background:#0b0910!important;border-color:#f2e9dc14!important}body.halloween-theme .brand,body.halloween-theme .brand a,body.halloween-theme .site-logo{color:var(--hw-bone)!important}body.halloween-theme .site-nav a,body.halloween-theme .site-nav summary{color:#cfc1cb!important}body.halloween-theme .site-nav>a:after,body.halloween-theme .site-nav summary:after{height:1px!important;background:var(--hw-ember)!important}body.halloween-theme .season-nav-link{color:var(--hw-ember)!important;text-shadow:none!important}body.halloween-theme .icon-button,body.halloween-theme .header-icon,body.halloween-theme .search-toggle{background:transparent!important;color:#e8dde4!important;border:1px solid rgba(242,233,220,.12)!important;box-shadow:none!important}body.halloween-theme .hero{padding:42px 0 58px;background:transparent!important}body.halloween-theme .hero .container{max-width:1320px}body.halloween-theme .hero__wrap{position:relative;overflow:hidden;background:#120e16!important;border:1px solid rgba(242,233,220,.11)!important;border-radius:2px!important;box-shadow:0 35px 90px #00000052!important;min-height:650px}body.halloween-theme .hero__wrap:before{content:"OCTOBER";position:absolute!important;right:-.03em!important;top:-.16em!important;font-family:Georgia,serif!important;font-size:clamp(7rem,18vw,16rem)!important;font-weight:700!important;line-height:1!important;letter-spacing:-.07em!important;color:transparent!important;-webkit-text-stroke:1px rgba(242,233,220,.055)!important;opacity:1!important;transform:none!important;pointer-events:none}body.halloween-theme .hero__wrap:after{content:""!important;position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(var(--hw-wine),var(--hw-ember),var(--hw-lilac));opacity:.9}body.halloween-theme .hero__inner{display:grid!important;grid-template-columns:.8fr 1.35fr .65fr!important;align-items:center!important;gap:clamp(28px,4vw,70px)!important;min-height:650px;padding:clamp(42px,6vw,84px)!important;position:relative;z-index:2}body.halloween-theme .hero__content{text-align:left!important;max-width:650px!important;order:2}body.halloween-theme .hero .eyebrow{display:block;color:var(--hw-ember)!important;font-size:.75rem!important;letter-spacing:.28em!important;margin-bottom:24px;text-transform:uppercase}body.halloween-theme .hero__script{display:none!important}body.halloween-theme .hero h1{font-family:Georgia,Times New Roman,serif!important;color:var(--hw-bone)!important;font-size:clamp(3.2rem,6.2vw,6.7rem)!important;line-height:.88!important;letter-spacing:-.055em!important;font-weight:500!important;text-shadow:none!important;margin:0 0 28px!important;max-width:720px}body.halloween-theme .hero p{color:var(--hw-muted)!important;font-size:1.04rem!important;line-height:1.8!important;max-width:540px!important;margin:0 0 32px!important}body.halloween-theme .halloween-hero-mark{display:flex;align-items:center;gap:12px;margin:0 0 24px;color:#8f7788;width:150px}body.halloween-theme .halloween-hero-mark span{height:1px;background:#f2e9dc2e;flex:1}body.halloween-theme .halloween-hero-mark b{font:400 .7rem/1 Georgia,serif;color:var(--hw-lilac);letter-spacing:.12em}body.halloween-theme .hero__actions{justify-content:flex-start!important;gap:12px!important}body.halloween-theme .btn{background:var(--hw-bone)!important;color:#160f17!important;border:1px solid var(--hw-bone)!important;border-radius:0!important;box-shadow:none!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:.75rem!important;padding:16px 22px!important;transform:none!important}body.halloween-theme .btn:hover{background:var(--hw-ember)!important;border-color:var(--hw-ember)!important;color:#130d10!important;transform:none!important;box-shadow:none!important}body.halloween-theme .btn--secondary{background:transparent!important;color:#ddd0d9!important;border-color:#f2e9dc38!important}body.halloween-theme .btn--secondary:hover{background:#f2e9dc0f!important;color:var(--hw-bone)!important;border-color:#f2e9dc66!important}body.halloween-theme .hero__media{order:1;align-self:stretch;display:flex;align-items:flex-end!important}body.halloween-theme .hero__image-shell{width:100%!important;height:72%!important;min-height:390px!important;border:0!important;border-radius:120px 120px 2px 2px!important;background:#211823!important;overflow:hidden;box-shadow:none!important;position:relative}body.halloween-theme .hero__image-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f111d0d,#130a105c);pointer-events:none}body.halloween-theme .hero__image-shell img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.62) sepia(.12) contrast(1.08) brightness(.72)!important}body.halloween-theme .hero__feature{order:3;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding-top:22%!important}body.halloween-theme .hero__product-shell{width:100%!important;aspect-ratio:3/4!important;border:1px solid rgba(242,233,220,.12)!important;border-radius:2px!important;background:#181219!important;box-shadow:none!important;overflow:hidden!important}body.halloween-theme .hero__product-shell img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.55) contrast(1.08) brightness(.68)!important}body.halloween-theme .hero__badge{position:static!important;margin-top:12px!important;background:transparent!important;color:var(--hw-ember)!important;border:0!important;padding:0!important;text-align:left!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:.68rem!important;box-shadow:none!important}body.halloween-theme .sparkles{display:none!important}body.halloween-theme .wave-divider{height:1px!important;background:#f2e9dc14!important}body.halloween-theme main section:not(.hero):not(.hobby-hero),body.halloween-theme .collection-page,body.halloween-theme .product-page,body.halloween-theme .cart-page,body.halloween-theme .search-page{background:transparent!important}body.halloween-theme .category-card,body.halloween-theme .product-card,body.halloween-theme .benefit-card,body.halloween-theme .story-card,body.halloween-theme .collection-sidebar,body.halloween-theme .collection-toolbar,body.halloween-theme .product-info,body.halloween-theme .newsletter__inner,body.halloween-theme .gift-finder-card,body.halloween-theme .recently-viewed__inner{background:#151117!important;border:1px solid rgba(242,233,220,.09)!important;border-radius:2px!important;box-shadow:none!important}body.halloween-theme .category-card:nth-child(n){background:#151117!important}body.halloween-theme .category-card:hover,body.halloween-theme .product-card:hover{border-color:#d56f437a!important;box-shadow:0 14px 40px #0003!important;transform:translateY(-2px)}body.halloween-theme h1,body.halloween-theme h2,body.halloween-theme h3,body.halloween-theme h4,body.halloween-theme .product-card__title a,body.halloween-theme .price{color:var(--hw-bone)!important}body.halloween-theme p,body.halloween-theme .muted,body.halloween-theme label{color:var(--hw-muted)!important}body.halloween-theme input,body.halloween-theme select,body.halloween-theme textarea{background:#100d12!important;color:#eee4e9!important;border:1px solid rgba(242,233,220,.12)!important;border-radius:2px!important}body.halloween-theme .stock-badge,body.halloween-theme .product-badge{background:#21151a!important;color:#e7a27e!important;border:1px solid rgba(213,111,67,.28)!important;border-radius:999px!important}body.halloween-theme .site-footer{background:#08070a!important;border-top:1px solid rgba(242,233,220,.09)!important;color:#a99ba5!important}body.halloween-theme .collections-dropdown__menu{background:#100d12!important;border:1px solid rgba(242,233,220,.1)!important;border-radius:2px!important;box-shadow:0 24px 60px #0000006b!important}body.halloween-theme .collections-dropdown__menu a{color:#d9ccd5!important}body.halloween-theme .collections-dropdown__menu a:hover{background:#1b141b!important;color:#efa47f!important}body.halloween-theme .tt-about-intro-card,body.halloween-theme .tt-about-value,body.halloween-theme .tt-about-steps li,body.halloween-theme .tt-about-category-grid a{background:#151117!important;border-color:#f2e9dc17!important;border-radius:2px!important}body.halloween-theme .tt-about-closing{background:linear-gradient(120deg,#23131b,#151117)!important;border-radius:2px!important}@media(max-width:1000px){body.halloween-theme .hero__inner{grid-template-columns:.75fr 1.25fr!important;min-height:auto!important}body.halloween-theme .hero__feature{display:none!important}body.halloween-theme .hero__image-shell{height:460px!important}}@media(max-width:700px){body.halloween-theme .hero{padding:20px 0 36px}body.halloween-theme .hero__wrap{min-height:0!important}body.halloween-theme .hero__inner{grid-template-columns:1fr!important;padding:34px 24px!important;gap:28px!important}body.halloween-theme .hero__content{order:1!important}body.halloween-theme .hero__media{order:2!important}body.halloween-theme .hero h1{font-size:clamp(3rem,15vw,4.6rem)!important}body.halloween-theme .hero__image-shell{height:390px!important;min-height:0!important;border-radius:100px 100px 2px 2px!important}body.halloween-theme .hero__actions{flex-direction:column!important;align-items:stretch!important}body.halloween-theme .hero__actions .btn{text-align:center!important}body.halloween-theme .hero__wrap:before{font-size:7rem!important;top:1rem!important}}html[data-halloween=true]{color-scheme:dark;background:#09080c}html[data-halloween=true] body.halloween-theme{--hw-bg:#09080c;--hw-panel:#111016;--hw-panel-2:#17131b;--hw-ink:#f4eee7;--hw-muted:#aaa0aa;--hw-line:#302936;--hw-plum:#6f496f;--hw-mauve:#b58bb6;--hw-copper:#b8663d;--hw-candle:#e4b77d;background:#09080c!important;color:var(--hw-ink)!important;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:42px 42px!important}html[data-halloween=true] body.halloween-theme:before,html[data-halloween=true] body.halloween-theme:after{display:none!important}body.halloween-theme .halloween-atmosphere{display:none!important}body.halloween-theme .halloween-topbar{background:#0d0b10!important;color:#b9acb7!important;border-bottom:1px solid #2b242f!important;letter-spacing:.18em!important;font-size:.7rem!important;box-shadow:none!important}body.halloween-theme .site-header,body.halloween-theme .header-main,body.halloween-theme .site-nav,body.halloween-theme .mobile-nav{background:#09080c!important;border-color:#29232e!important}body.halloween-theme .site-header{border-bottom:1px solid #29232e!important}body.halloween-theme .site-logo{color:#f4eee7!important;letter-spacing:.015em}body.halloween-theme .site-tagline{color:#8e858f!important}body.halloween-theme .site-nav a,body.halloween-theme .site-nav summary{color:#bdb3bd!important}body.halloween-theme .site-nav a:hover,body.halloween-theme .site-nav a.is-active,body.halloween-theme .site-nav summary:hover{color:#f4eee7!important}body.halloween-theme .site-nav>a:after,body.halloween-theme .site-nav summary:after{height:1px!important;background:#b8663d!important}body.halloween-theme .season-nav-link{color:#d39b79!important;text-shadow:none!important}body.halloween-theme .header-icon,body.halloween-theme .search-toggle{background:#0e0c11!important;color:#e9e1e7!important;border:1px solid #2d2731!important;box-shadow:none!important}body.halloween-theme .hobby-portal-link{background:#17121b!important;color:#cbb6d0!important;border:1px solid #4b3652!important;box-shadow:none!important}body.halloween-theme .hero{padding:54px 0 64px!important;background:transparent!important}body.halloween-theme .hero .container{max-width:1180px!important}body.halloween-theme .hero__wrap{min-height:600px!important;background:#0d0b10!important;border:1px solid #332a37!important;border-radius:28px!important;box-shadow:0 32px 80px #00000059!important;overflow:hidden!important;position:relative!important}body.halloween-theme .hero__wrap:before{content:""!important;display:block!important;position:absolute!important;width:270px!important;height:270px!important;left:50%!important;top:58px!important;transform:translate(-50%)!important;border:1px solid rgba(181,139,182,.32)!important;border-radius:50%!important;background:radial-gradient(circle at 38% 35%,#d9c8d7 0 7%,#a985aa 8% 13%,#241b29 14% 15%,transparent 16%),radial-gradient(circle at 50% 50%,rgba(111,73,111,.2),transparent 68%)!important;opacity:1!important}body.halloween-theme .hero__wrap:after{content:"\2726    TULITUIKKU   \b7    OCTOBER EDITION   \b7    2026   \2726"!important;display:block!important;position:absolute!important;left:50%!important;bottom:34px!important;top:auto!important;right:auto!important;width:auto!important;height:auto!important;transform:translate(-50%)!important;background:none!important;color:#776a78!important;font:500 .66rem/1.2 system-ui,sans-serif!important;letter-spacing:.22em!important;white-space:nowrap!important;opacity:1!important}body.halloween-theme .hero__inner{display:flex!important;align-items:center!important;justify-content:center!important;min-height:600px!important;padding:235px 32px 100px!important;position:relative!important;z-index:2!important}body.halloween-theme .hero__media,body.halloween-theme .hero__feature{display:none!important}body.halloween-theme .hero__content{order:initial!important;text-align:center!important;max-width:780px!important;margin:0 auto!important}body.halloween-theme .hero .eyebrow{color:#b8663d!important;font-size:.72rem!important;letter-spacing:.3em!important;margin:0 0 18px!important;text-transform:uppercase!important}body.halloween-theme .hero__script,body.halloween-theme .halloween-hero-mark{display:none!important}body.halloween-theme .hero h1{font-family:Georgia,Times New Roman,serif!important;color:#f4eee7!important;font-size:clamp(3rem,6vw,5.7rem)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:500!important;max-width:760px!important;margin:0 auto 24px!important;text-shadow:none!important}body.halloween-theme .hero p{color:#aaa0aa!important;font-size:1.05rem!important;line-height:1.75!important;max-width:620px!important;margin:0 auto 30px!important}body.halloween-theme .hero__actions{justify-content:center!important;gap:12px!important}body.halloween-theme .btn{background:#f0e7df!important;color:#151117!important;border:1px solid #f0e7df!important;border-radius:999px!important;box-shadow:none!important;text-transform:none!important;letter-spacing:.02em!important;font-size:.9rem!important;padding:14px 24px!important;transform:none!important}body.halloween-theme .btn:hover{background:#d6a67b!important;border-color:#d6a67b!important;color:#120e12!important;transform:translateY(-1px)!important}body.halloween-theme .btn--secondary{background:transparent!important;color:#d6cbd4!important;border-color:#3b333e!important}body.halloween-theme .btn--secondary:hover{background:#17131b!important;color:#f4eee7!important;border-color:#5b4b5e!important}body.halloween-theme .wave-divider{height:1px!important;background:#29232e!important}body.halloween-theme main,body.halloween-theme main section:not(.hobby-hero),body.halloween-theme .collection-page,body.halloween-theme .product-page,body.halloween-theme .cart-page,body.halloween-theme .search-page{background:transparent!important;color:#eee7eb!important}body.halloween-theme h1,body.halloween-theme h2,body.halloween-theme h3,body.halloween-theme h4,body.halloween-theme h5,body.halloween-theme .price,body.halloween-theme .product-card__title a{color:#f4eee7!important}body.halloween-theme p,body.halloween-theme label,body.halloween-theme .muted,body.halloween-theme .section-subtitle{color:#aaa0aa!important}body.halloween-theme .category-card,body.halloween-theme .product-card,body.halloween-theme .benefit-card,body.halloween-theme .story-card,body.halloween-theme .collection-sidebar,body.halloween-theme .collection-toolbar,body.halloween-theme .collection-hero,body.halloween-theme .product-info,body.halloween-theme .product-details,body.halloween-theme .newsletter__inner,body.halloween-theme .gift-finder-card,body.halloween-theme .recently-viewed__inner,body.halloween-theme .filter-card,body.halloween-theme .back-in-stock-card,body.halloween-theme .tt-about-intro-card,body.halloween-theme .tt-about-value,body.halloween-theme .tt-about-steps li,body.halloween-theme .tt-about-category-grid a{background:#111016!important;border:1px solid #2d2731!important;border-radius:18px!important;box-shadow:none!important;color:#eee7eb!important}body.halloween-theme .category-card:nth-child(n){background:#111016!important}body.halloween-theme .category-card:hover,body.halloween-theme .product-card:hover{border-color:#59465d!important;box-shadow:0 16px 40px #0000003d!important;transform:translateY(-2px)}body.halloween-theme .product-card__image,body.halloween-theme .product-gallery__main{background:#0d0b10!important;border-color:#29232e!important}body.halloween-theme .product-card__image img{filter:brightness(.86) saturate(.72) contrast(1.04)!important}body.halloween-theme .stock-badge,body.halloween-theme .product-badge{background:#21171a!important;color:#d7a17d!important;border:1px solid #53352c!important}body.halloween-theme input,body.halloween-theme select,body.halloween-theme textarea,body.halloween-theme .variant-option-button{background:#0d0b10!important;color:#eee7eb!important;border-color:#332c37!important}body.halloween-theme input::placeholder,body.halloween-theme textarea::placeholder{color:#756c77!important}body.halloween-theme .variant-option-button.is-selected,body.halloween-theme .variant-option-button[aria-pressed=true]{background:#332338!important;border-color:#9b719e!important;color:#fff!important}body.halloween-theme .collections-dropdown__menu,body.halloween-theme .account-drawer,body.halloween-theme .favorites-drawer,body.halloween-theme .cart-drawer,body.halloween-theme .gift-finder-modal{background:#0f0d12!important;border-color:#302936!important;color:#eee7eb!important;box-shadow:0 24px 70px #0000008c!important}body.halloween-theme .collections-dropdown__menu a{color:#cfc4cd!important}body.halloween-theme .collections-dropdown__menu a:hover{background:#19141c!important;color:#f4eee7!important}body.halloween-theme .newsletter__inner{background:linear-gradient(135deg,#17121a,#0f0d12)!important}body.halloween-theme .site-footer{background:#070609!important;color:#968d98!important;border-top:1px solid #29232e!important}body.halloween-theme .site-footer a,body.halloween-theme .site-footer h2,body.halloween-theme .site-footer h3{color:#d8ced6!important}body.halloween-theme .tt-about-closing{background:#151117!important;border:1px solid #332c37!important}body.halloween-theme .breadcrumb,body.halloween-theme .breadcrumb a{color:#8f8490!important}@media(max-width:700px){body.halloween-theme .hero{padding:26px 0 38px!important}body.halloween-theme .hero__wrap{min-height:570px!important;border-radius:22px!important}body.halloween-theme .hero__wrap:before{width:205px!important;height:205px!important;top:44px!important}body.halloween-theme .hero__inner{min-height:570px!important;padding:205px 22px 88px!important}body.halloween-theme .hero h1{font-size:clamp(2.7rem,13vw,4.4rem)!important}body.halloween-theme .hero p{font-size:.96rem!important}body.halloween-theme .hero__actions{flex-direction:column!important;align-items:stretch!important}body.halloween-theme .hero__wrap:after{font-size:.54rem!important;letter-spacing:.12em!important;bottom:26px!important}}html[data-winter=true]{color-scheme:dark;background:#071018}html[data-winter=true] body.winter-theme{--winter-ink:#071018;--winter-panel:#0b1720;--winter-panel-2:#10212b;--winter-line:#28404b;--winter-snow:#f5f1e9;--winter-mist:#b8c8ce;--winter-ice:#9fc8d3;--winter-pine:#23483f;--winter-berry:#8f3e4a;--winter-gold:#d5b97a;background:radial-gradient(circle at 50% -10%,#17313d 0,#0b1821 28%,#071018 64%)!important;color:var(--winter-snow)!important}body.winter-theme:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.16) 0 1px,transparent 1.4px),radial-gradient(circle,rgba(159,200,211,.1) 0 1px,transparent 1.3px);background-size:74px 74px,113px 113px;background-position:8px 12px,38px 55px;opacity:.42}body.winter-theme main,body.winter-theme .site-header,body.winter-theme .site-footer{position:relative;z-index:1}body.winter-theme .winter-atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden;color:#e0eff13d}body.winter-theme .winter-atmosphere span{position:absolute;font-family:Georgia,serif;font-size:1rem}.winter-atmosphere span:nth-child(1){top:17%;left:5%}.winter-atmosphere span:nth-child(2){top:36%;right:8%}.winter-atmosphere span:nth-child(3){top:62%;left:8%;font-size:1.35rem}.winter-atmosphere span:nth-child(4){top:76%;right:13%}.winter-atmosphere span:nth-child(5){top:48%;right:3%;font-size:1.25rem}body.winter-theme .winter-topbar{background:linear-gradient(90deg,#17382f,#294b43 48%,#6d3540)!important;color:#f8f3eb!important;border:0!important;letter-spacing:.14em!important;font-size:.7rem!important;box-shadow:none!important}body.winter-theme .site-header,body.winter-theme .header-main,body.winter-theme .site-nav,body.winter-theme .mobile-nav{background:#060e14f5!important;border-color:#223742!important}body.winter-theme .site-header{border-bottom:1px solid #223742!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}body.winter-theme .site-logo{color:#f7f1e7!important}.winter-theme .site-tagline{color:#9eb0b7!important}body.winter-theme .site-nav a,body.winter-theme .site-nav summary{color:#c4d0d3!important}body.winter-theme .site-nav a:hover,body.winter-theme .site-nav a.is-active,body.winter-theme .site-nav summary:hover{color:#fffaf2!important}body.winter-theme .site-nav>a:after,body.winter-theme .site-nav summary:after{height:1px!important;background:linear-gradient(90deg,#9fc8d3,#d5b97a)!important}body.winter-theme .season-nav-link{color:#d5b97a!important;text-shadow:none!important}body.winter-theme .header-icon,body.winter-theme .search-toggle{background:#0b1720!important;color:#eef4f3!important;border:1px solid #28404b!important;box-shadow:none!important}body.winter-theme .hobby-portal-link{background:#15202b!important;color:#d9c8e0!important;border:1px solid #4a4054!important;box-shadow:none!important}body.winter-theme .hero{padding:54px 0 68px!important;background:transparent!important}body.winter-theme .hero .container{max-width:1240px!important}body.winter-theme .hero__wrap{min-height:620px!important;position:relative!important;overflow:hidden!important;border:1px solid #2a4551!important;border-radius:36px!important;background:linear-gradient(135deg,#102632,#091720 48%,#10201d)!important;box-shadow:0 34px 90px #00000057!important}body.winter-theme .hero__wrap:before{content:""!important;position:absolute!important;display:block!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle at 78% 22%,rgba(210,231,234,.18) 0 2%,transparent 2.3%),radial-gradient(circle at 80% 24%,rgba(159,200,211,.1) 0 15%,transparent 15.4%),linear-gradient(115deg,transparent 0 58%,rgba(35,72,63,.22) 58% 100%)!important;opacity:1!important}body.winter-theme .hero__wrap:after{content:"TALVI  \b7   JOULU  \b7   K\c4SINTEHTY"!important;position:absolute!important;display:block!important;right:42px!important;bottom:32px!important;left:auto!important;top:auto!important;width:auto!important;height:auto!important;background:none!important;color:#76929b!important;font:600 .65rem/1.2 system-ui,sans-serif!important;letter-spacing:.24em!important;opacity:1!important}body.winter-theme .hero__inner{display:grid!important;grid-template-columns:minmax(0,.82fr) minmax(0,1.45fr) minmax(0,.82fr)!important;align-items:center!important;gap:38px!important;min-height:620px!important;padding:62px 54px!important;position:relative!important;z-index:2!important}body.winter-theme .hero__media,body.winter-theme .hero__feature{display:block!important;position:relative!important}body.winter-theme .hero__image-shell,body.winter-theme .hero__product-shell{overflow:hidden!important;border:1px solid #36535e!important;background:#0b1720!important;box-shadow:0 20px 50px #00000047!important}body.winter-theme .hero__image-shell{border-radius:140px 140px 28px 28px!important}.winter-theme .hero__product-shell{border-radius:28px 28px 140px 140px!important}body.winter-theme .hero__image-shell img,body.winter-theme .hero__product-shell img{width:100%!important;height:390px!important;object-fit:cover!important;filter:brightness(.78) saturate(.72) contrast(1.05)!important}body.winter-theme .hero__content{text-align:center!important;max-width:650px!important;margin:auto!important}body.winter-theme .hero .eyebrow{color:#d5b97a!important;font-size:.7rem!important;letter-spacing:.28em!important;margin-bottom:20px!important}body.winter-theme .hero__script,body.winter-theme .halloween-hero-mark{display:none!important}body.winter-theme .winter-hero-mark{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;color:#9fc8d3!important;margin:18px auto!important}.winter-theme .winter-hero-mark span{display:block;width:54px;height:1px;background:#36535e}.winter-theme .winter-hero-mark b{font-weight:400}body.winter-theme .hero h1{font-family:Georgia,Times New Roman,serif!important;color:#f7f1e7!important;font-size:clamp(2.9rem,5vw,5rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;font-weight:500!important;margin:0 auto 20px!important;text-shadow:none!important}body.winter-theme .hero p{color:#b6c5c9!important;font-size:1rem!important;line-height:1.75!important;max-width:590px!important;margin:0 auto 28px!important}body.winter-theme .hero__actions{justify-content:center!important;gap:12px!important}body.winter-theme .btn{background:#f3eee5!important;color:#10201d!important;border:1px solid #f3eee5!important;border-radius:999px!important;box-shadow:none!important;padding:14px 24px!important}.winter-theme .btn:hover{background:#d5b97a!important;border-color:#d5b97a!important;transform:translateY(-1px)!important}body.winter-theme .btn--secondary{background:transparent!important;color:#dce7e7!important;border-color:#36535e!important}.winter-theme .btn--secondary:hover{background:#132730!important;border-color:#5f7d86!important;color:#fff!important}body.winter-theme .hero__badge{background:#6f3540!important;color:#fff5ed!important;border:1px solid #a45d67!important;box-shadow:none!important}body.winter-theme .wave-divider{height:1px!important;background:#223742!important}body.winter-theme main,body.winter-theme main section:not(.hobby-hero),body.winter-theme .collection-page,body.winter-theme .product-page,body.winter-theme .cart-page,body.winter-theme .search-page{background:transparent!important;color:#eef3f2!important}body.winter-theme h1,body.winter-theme h2,body.winter-theme h3,body.winter-theme h4,body.winter-theme h5,body.winter-theme .price,body.winter-theme .product-card__title a{color:#f7f1e7!important}body.winter-theme p,body.winter-theme label,body.winter-theme .muted,body.winter-theme .section-subtitle{color:#afbec2!important}body.winter-theme .category-card,body.winter-theme .product-card,body.winter-theme .benefit-card,body.winter-theme .story-card,body.winter-theme .collection-sidebar,body.winter-theme .collection-toolbar,body.winter-theme .collection-hero,body.winter-theme .product-info,body.winter-theme .product-details,body.winter-theme .newsletter__inner,body.winter-theme .gift-finder-card,body.winter-theme .recently-viewed__inner,body.winter-theme .filter-card,body.winter-theme .back-in-stock-card,body.winter-theme .tt-about-intro-card,body.winter-theme .tt-about-value,body.winter-theme .tt-about-steps li,body.winter-theme .tt-about-category-grid a{background:linear-gradient(145deg,#10202a,#0b171f)!important;border:1px solid #28404b!important;border-radius:20px!important;box-shadow:none!important;color:#eef3f2!important}body.winter-theme .category-card:nth-child(n){background:linear-gradient(145deg,#10202a,#0b171f)!important}body.winter-theme .category-card:hover,body.winter-theme .product-card:hover{border-color:#57737c!important;box-shadow:0 18px 44px #0000003d!important;transform:translateY(-2px)}body.winter-theme .product-card__image,body.winter-theme .product-gallery__main{background:#0a151c!important;border-color:#28404b!important}.winter-theme .product-card__image img{filter:brightness(.9) saturate(.82)!important}body.winter-theme .stock-badge,body.winter-theme .product-badge{background:#17382f!important;color:#e4d7ad!important;border:1px solid #3f6659!important}body.winter-theme input,body.winter-theme select,body.winter-theme textarea,body.winter-theme .variant-option-button{background:#09151c!important;color:#eef3f2!important;border-color:#304954!important}.winter-theme input::placeholder,.winter-theme textarea::placeholder{color:#738991!important}body.winter-theme .variant-option-button.is-selected,body.winter-theme .variant-option-button[aria-pressed=true]{background:#24483f!important;border-color:#6f9b8d!important;color:#fff!important}body.winter-theme .collections-dropdown__menu,body.winter-theme .account-drawer,body.winter-theme .favorites-drawer,body.winter-theme .cart-drawer,body.winter-theme .gift-finder-modal{background:#0b171f!important;border-color:#304954!important;color:#eef3f2!important;box-shadow:0 24px 70px #0000008c!important}body.winter-theme .collections-dropdown__menu a{color:#c8d4d6!important}.winter-theme .collections-dropdown__menu a:hover{background:#132730!important;color:#fff!important}body.winter-theme .newsletter__inner{background:linear-gradient(135deg,#17382f,#0c1a21)!important}body.winter-theme .site-footer{background:#050c11!important;color:#91a3a8!important;border-top:1px solid #223742!important}.winter-theme .site-footer a,.winter-theme .site-footer h2,.winter-theme .site-footer h3{color:#dce6e5!important}body.winter-theme .tt-about-closing{background:#10201d!important;border:1px solid #2d4b43!important}.winter-theme .breadcrumb,.winter-theme .breadcrumb a{color:#91a7ae!important}@media(max-width:900px){body.winter-theme .hero__inner{grid-template-columns:1fr!important;padding:44px 28px 78px!important;gap:24px!important}.winter-theme .hero__media,.winter-theme .hero__feature{display:none!important}.winter-theme .hero__wrap{min-height:auto!important}.winter-theme .hero h1{font-size:clamp(2.7rem,10vw,4.5rem)!important}.winter-theme .hero__wrap:after{right:24px!important;bottom:22px!important;font-size:.55rem!important;letter-spacing:.14em!important}}@media(max-width:600px){body.winter-theme .hero{padding:26px 0 38px!important}.winter-theme .hero__wrap{border-radius:24px!important}.winter-theme .hero__inner{padding:50px 22px 72px!important}.winter-theme .hero h1{font-size:clamp(2.55rem,13vw,4rem)!important}.winter-theme .hero p{font-size:.95rem!important}.winter-theme .hero__actions{flex-direction:column!important;align-items:stretch!important}}
/*# sourceMappingURL=/cdn/shop/t/458/assets/style.css.map */
