:root{--hb-bg:#fff;--hb-cream:#f8f6f2;--hb-beige:#c4baac;--hb-ink:#0f172a;--hb-muted:#64748b;--hb-border:#e7e2da;--hb-accent:#b08d45;--hb-radius:16px;--hb-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hb-bg);color:var(--hb-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.page-width{width:min(calc(100% - 32px),var(--hb-max));margin:0 auto}.hb-section{padding:56px 0}.hb-section--cream{background:var(--hb-cream)}.hb-heading{font-size:clamp(25px,4vw,38px);line-height:1.12;margin:0 0 9px;letter-spacing:-.03em}.hb-sub{color:var(--hb-muted);margin:0}.hb-center{text-align:center}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:12px;background:var(--hb-ink);color:#fff;font-weight:700;border:1px solid var(--hb-ink);transition:.2s}.hb-btn:hover{transform:translateY(-1px);opacity:.94}.hb-btn--light{background:#fff;color:var(--hb-ink);border-color:#fff}.hb-btn--outline{background:transparent;color:var(--hb-ink);border-color:var(--hb-border)}.hb-announcement{background:var(--hb-ink);color:#fff;font-size:12px;letter-spacing:.03em;white-space:nowrap;overflow:hidden}.hb-announcement__track{display:flex;justify-content:center;gap:26px;padding:8px 16px}.hb-header{position:sticky;top:0;z-index:30;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hb-border)}.hb-header__row{min-height:70px;display:flex;align-items:center;gap:20px}.hb-logo{font-size:24px;font-weight:850;letter-spacing:-.05em}.hb-logo span{color:var(--hb-accent)}.hb-nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px;font-weight:650}.hb-nav a:hover{color:var(--hb-accent)}.hb-actions{display:flex;align-items:center;gap:7px}.hb-icon{width:40px;height:40px;border:1px solid transparent;border-radius:11px;display:grid;place-items:center}.hb-icon:hover{background:var(--hb-cream)}.hb-menu{display:none}.hb-hero{background:linear-gradient(120deg,#f8f6f2,#fff 58%,#eee9e1);overflow:hidden}.hb-hero__grid{min-height:570px;display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center;padding:60px 0}.hb-hero h1{font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px;max-width:680px}.hb-hero p{font-size:18px;color:var(--hb-muted);max-width:560px;margin:0 0 28px}.hb-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.hb-hero__visual{position:relative;min-height:390px;border-radius:28px;overflow:hidden;background:#ece8e1;display:flex;align-items:center;justify-content:center}.hb-hero__visual img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hb-hero__fallback{font-weight:800;font-size:30px;color:#fff;background:linear-gradient(135deg,#c4baac,#8e857a);width:100%;height:100%;display:grid;place-items:center}.hb-trust{border-bottom:1px solid var(--hb-border);border-top:1px solid var(--hb-border);background:#fff}.hb-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.hb-trust__item{padding:19px 14px;text-align:center;border-right:1px solid var(--hb-border);font-size:13px;font-weight:750}.hb-trust__item:last-child{border-right:0}.hb-trust__item small{display:block;color:var(--hb-muted);font-weight:500;margin-top:2px}.hb-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.hb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hb-card{min-width:0}.hb-card__media{position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:var(--hb-cream);border:1px solid var(--hb-border)}.hb-card__media img{width:100%;height:100%;object-fit:cover}.hb-card__placeholder{height:100%;display:grid;place-items:center;color:#9c9083;font-size:14px}.hb-badge{position:absolute;left:10px;top:10px;background:#fff;border:1px solid var(--hb-border);padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}.hb-card h3{font-size:15px;line-height:1.25;margin:11px 0 6px}.hb-card__price{font-weight:800}.hb-card__price s{color:#94a3b8;font-weight:500;margin-left:6px}.hb-card__meta{font-size:12px;color:#f59e0b;margin-top:5px}.hb-collection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.hb-collection{aspect-ratio:1/1;border-radius:18px;overflow:hidden;position:relative;background:var(--hb-cream);border:1px solid var(--hb-border)}.hb-collection img{width:100%;height:100%;object-fit:cover;transition:.3s}.hb-collection:hover img{transform:scale(1.04)}.hb-collection__label{position:absolute;left:10px;right:10px;bottom:10px;background:#ffffffeb;padding:10px 11px;border-radius:11px;font-weight:800;font-size:13px}.hb-feature{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.hb-feature__panel{border-radius:22px;background:var(--hb-ink);color:#fff;padding:42px}.hb-feature__panel p{color:#cbd5e1}.hb-feature__visual{border-radius:22px;overflow:hidden;background:var(--hb-cream);min-height:330px}.hb-feature__visual img{width:100%;height:100%;object-fit:cover}.hb-faq{max-width:860px;margin:0 auto}.hb-faq details{border-top:1px solid var(--hb-border);padding:19px 0}.hb-faq details:last-child{border-bottom:1px solid var(--hb-border)}.hb-faq summary{cursor:pointer;font-weight:750;list-style:none;display:flex;justify-content:space-between}.hb-faq summary::-webkit-details-marker{display:none}.hb-faq p{color:var(--hb-muted);margin:12px 0 0}.hb-footer{background:var(--hb-ink);color:#fff;padding:52px 0 26px}.hb-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.hb-footer p,.hb-footer a{color:#cbd5e1}.hb-footer h4{margin:0 0 12px}.hb-footer ul{padding:0;margin:0;list-style:none;display:grid;gap:8px;font-size:14px}.hb-footer__bottom{border-top:1px solid #334155;margin-top:35px;padding-top:18px;font-size:12px;color:#94a3b8}.hb-product{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding:45px 0}.hb-product__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.hb-product__gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;background:var(--hb-cream)}.hb-product__info{position:sticky;top:100px;height:max-content}.hb-product__info h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 14px;letter-spacing:-.04em}.hb-price{font-size:24px;font-weight:850;margin:20px 0}.hb-form{display:grid;gap:12px}.hb-form select,.hb-form input{height:48px;border:1px solid var(--hb-border);border-radius:12px;padding:0 12px;background:#fff}.hb-qty{display:flex;gap:8px;align-items:center}.hb-qty input{width:80px}.hb-cart{padding:45px 0}.hb-cart table{width:100%;border-collapse:collapse}.hb-cart th,.hb-cart td{text-align:left;padding:15px 8px;border-bottom:1px solid var(--hb-border)}.hb-cart__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.hb-empty{text-align:center;padding:90px 20px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:30px}.pagination a,.pagination span{padding:9px 13px;border:1px solid var(--hb-border);border-radius:10px}.hb-mobile-only{display:none}@media(max-width:900px){.hb-nav{display:none}.hb-menu{display:grid}.hb-header__row{min-height:62px;gap:8px}.hb-logo{font-size:22px}.hb-actions{margin-left:auto}.hb-hero__grid{grid-template-columns:1fr;min-height:auto;padding:38px 0 30px}.hb-hero h1{font-size:44px}.hb-hero p{font-size:16px}.hb-hero__visual{min-height:300px;order:-1}.hb-trust__grid{grid-template-columns:repeat(2,1fr)}.hb-trust__item:nth-child(2){border-right:0}.hb-trust__item:nth-child(-n+2){border-bottom:1px solid var(--hb-border)}.hb-grid{grid-template-columns:repeat(2,1fr);gap:14px}.hb-collection-grid{grid-template-columns:repeat(3,1fr)}.hb-feature{grid-template-columns:1fr}.hb-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.page-width{width:min(calc(100% - 24px),var(--hb-max))}.hb-section{padding:40px 0}.hb-announcement__track{justify-content:flex-start;overflow:hidden;animation:hb-marquee 18s linear infinite;width:max-content}.hb-header__row{min-height:58px}.hb-logo{font-size:21px}.hb-icon{width:36px;height:36px}.hb-hero__grid{padding:28px 0 22px}.hb-hero__visual{min-height:245px;border-radius:20px}.hb-hero h1{font-size:39px}.hb-hero p{font-size:15px;margin-bottom:20px}.hb-btn{min-height:46px;padding:0 16px}.hb-head{align-items:start;flex-direction:column;margin-bottom:20px}.hb-heading{font-size:27px}.hb-grid{gap:11px}.hb-card__media{border-radius:13px}.hb-card h3{font-size:13px;margin:8px 0 4px}.hb-card__price{font-size:14px}.hb-collection-grid{grid-template-columns:repeat(2,1fr)}.hb-feature__panel{padding:28px;border-radius:18px}.hb-feature__visual{min-height:240px;border-radius:18px}.hb-footer{padding:40px 0 22px}.hb-footer__grid{grid-template-columns:1fr 1fr;gap:24px}.hb-footer__grid>div:first-child{grid-column:1/-1}.hb-product{grid-template-columns:1fr;gap:25px;padding:25px 0}.hb-product__gallery{grid-template-columns:1fr 1fr}.hb-product__info{position:static}.hb-cart{padding:25px 0}.hb-cart table,.hb-cart thead{display:block}.hb-cart thead{display:none}.hb-cart tbody,.hb-cart tr,.hb-cart td{display:block}.hb-cart tr{padding:12px 0;border-bottom:1px solid var(--hb-border)}.hb-cart td{border:0;padding:5px 0}.hb-cart__actions{flex-direction:column}.hb-cart__actions .hb-btn{width:100%}}@keyframes hb-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hb-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--hb-accent)}.hb-empty{text-align:center;padding-top:80px;padding-bottom:80px}.hb-search{display:flex;gap:10px;max-width:680px;margin:25px auto 0}.hb-search input{flex:1;min-width:0;height:48px;border:1px solid var(--hb-border);border-radius:12px;padding:0 15px;font:inherit}.hb-blog-list{display:grid;gap:16px;margin-top:28px}.hb-card{border:1px solid var(--hb-border);border-radius:16px;padding:22px;background:#fff}.hb-card h2{margin:0 0 8px;font-size:20px}.hb-card a{text-decoration:none;color:inherit}.hb-link{font-weight:800}.hb-article-content{font-size:17px;line-height:1.8}.hb-article-content img{max-width:100%;height:auto;border-radius:14px}@media(max-width:749px){.page-width{padding-left:16px;padding-right:16px}.hb-header__row{min-height:64px}.hb-nav{display:none}.hb-actions{gap:4px}.hb-icon{width:38px;height:38px}.hb-hero{padding:38px 0 28px}.hb-hero__grid{grid-template-columns:1fr;gap:24px}.hb-hero h1{font-size:38px;line-height:1.05}.hb-hero__visual{min-height:230px}.hb-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hb-product{grid-template-columns:1fr;gap:24px;padding-top:22px}.hb-product__gallery{position:static}.hb-product__info h1{font-size:28px}.hb-feature{grid-template-columns:1fr}.hb-feature__visual{min-height:220px}.hb-trust__grid{grid-template-columns:repeat(2,1fr);gap:10px}.hb-search{flex-direction:column}.hb-search .hb-btn{width:100%}}@media(min-width:750px){.hb-menu{display:none}}.hb-header .hb-logo img{max-height:42px;width:auto;display:block}.hb-cart{position:relative}.hb-cart-count{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;border-radius:99px;background:var(--hb-accent);color:#fff;font-size:9px;display:grid;place-items:center;padding:0 3px}.hb-mobile-menu{padding-bottom:14px}.hb-mobile-menu nav{display:grid;gap:10px;padding:10px 0}.hb-kicker{font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin:0 0 14px;color:var(--hb-accent)}.hb-hero--center .hb-hero__copy{text-align:center}.hb-hero--center .hb-hero__actions{justify-content:center}.hb-grid--1{grid-template-columns:1fr}.hb-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-grid-desktop--3{--hb-cols:3}.hb-grid-desktop--4{--hb-cols:4}.hb-grid-desktop--5{--hb-cols:5}.hb-collection-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-collection-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hb-collection-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.hb-collection-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.hb-feature__fallback{height:100%;min-height:330px;display:grid;place-items:center;background:var(--hb-cream);color:#9c9083;font-weight:800}.hb-announcement:hover .hb-announcement__track{animation-play-state:paused}@media(min-width:769px){.hb-grid[class*=hb-grid-desktop]{grid-template-columns:repeat(var(--hb-cols,4),minmax(0,1fr))}}@media(max-width:768px){.hb-nav{display:none}.hb-grid-desktop--3,.hb-grid-desktop--4,.hb-grid-desktop--5{grid-template-columns:inherit}.hb-collection-grid--4,.hb-collection-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-hero__grid{grid-template-columns:1fr}.hb-hero__visual{order:-1}.hb-hero--center .hb-hero__copy{text-align:center}.hb-feature{grid-template-columns:1fr}.hb-footer__grid{grid-template-columns:1fr 1fr}.hb-header__row{min-height:64px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
