*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#222;-webkit-font-smoothing:antialiased;line-height:1.5;background:var(--htfh-pink-tint,#FEF2F2)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.htfh-hero{position:relative;background:radial-gradient(ellipse 80% 100% at 100% 0%,rgba(225,29,72,.25),transparent 60%),radial-gradient(ellipse 60% 80% at 0% 100%,rgba(225,29,72,.18),transparent 60%),linear-gradient(180deg,#1a0f14,#0b0509);color:#fff;padding:0;overflow:hidden}.htfh-hero-collage{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 88% 28%,rgba(225,29,72,.32) 0%,transparent 25%),radial-gradient(circle at 92% 70%,rgba(225,29,72,.22) 0%,transparent 28%),radial-gradient(circle at 96% 92%,rgba(225,29,72,.18) 0%,transparent 22%);pointer-events:none;z-index:0}.htfh-nav{position:relative;z-index:2;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 36px}.htfh-logo{font-weight:700;font-size:28px;letter-spacing:-.02em;color:#fff}.htfh-logo .pink{color:var(--htfh-pink,#E11D48)}.htfh-logo .dotcom{font-weight:500;opacity:.85;color:#fff}.htfh-nav-menu{display:flex;align-items:center;gap:42px;flex-wrap:wrap}.htfh-nav-menu a{font-size:15px;font-weight:500;color:#fff;opacity:.92;letter-spacing:.005em;position:relative;padding:6px 0;transition:opacity .15s}.htfh-nav-menu a:hover{opacity:1}.htfh-nav-menu a.htfh-current{color:var(--htfh-pink,#E11D48);opacity:1;font-weight:600}.htfh-nav-menu a.htfh-current:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--htfh-pink,#E11D48);border-radius:2px}.htfh-nav-icons{display:flex;align-items:center;gap:22px}.htfh-nav-icons .htfh-icon{width:22px;height:22px;color:#fff;opacity:.92;cursor:pointer;transition:opacity .15s}.htfh-nav-icons a:hover .htfh-icon{opacity:1}.htfh-nav-icons .htfh-cart-badge{position:absolute;top:-8px;right:-10px;background:var(--htfh-pink,#E11D48);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.htfh-trust-bar{position:relative;z-index:2;padding:14px 22px;background:#0000008c;border:1px solid rgba(255,255,255,.08);border-radius:999px;overflow:hidden;max-width:1248px;margin:8px 36px 28px}.htfh-trust-track{display:flex;gap:54px;white-space:nowrap;animation:htfh-marquee 38s linear infinite;width:max-content}.htfh-trust-item{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:500;letter-spacing:.005em}.htfh-trust-item svg{width:18px;height:18px;color:var(--htfh-pink,#E11D48);flex-shrink:0}@keyframes htfh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.htfh-products{background:var(--htfh-pink-tint,#FEF2F2);padding:64px 36px 80px}.htfh-products-inner{max-width:1320px;margin:0 auto}.htfh-products-head{display:flex;align-items:flex-end;gap:14px;margin-bottom:42px}.htfh-products-head h2{font-size:48px;font-weight:700;color:#222;letter-spacing:-.025em;margin:0;line-height:1}.htfh-products-head .heart-doodle{color:var(--htfh-pink,#E11D48);font-family:Caveat,cursive;font-size:54px;line-height:1;transform:translateY(6px) rotate(-10deg);display:inline-block}.htfh-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.htfh-card{background:#fff;border:1px solid #FECACA;border-radius:16px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.htfh-card:hover{transform:translateY(-2px);box-shadow:0 18px 48px #e11d481a}.htfh-card-img{position:relative;background:radial-gradient(circle at 25% 30%,#F87171 0%,transparent 38%),radial-gradient(circle at 75% 70%,#FCA5A5 0%,transparent 42%),linear-gradient(135deg,#fecaca,#fee2e2);aspect-ratio:1.55/1;overflow:hidden;display:flex;align-items:center;justify-content:center}.htfh-card-real-img{object-fit:cover;width:100%;height:100%}.htfh-best-pill{position:absolute;top:18px;right:18px;background:var(--htfh-pink,#E11D48);color:#fff;font-size:12px;font-weight:600;padding:6px 16px;border-radius:20px;box-shadow:0 4px 12px #e11d4852;z-index:3}.htfh-books{position:relative;width:78%;height:78%;display:flex;align-items:flex-end;justify-content:center;z-index:2}.htfh-book{background:#0b0509;color:#fff;border-radius:6px;box-shadow:0 24px 38px #00000052,0 2px #0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 14px;text-align:center;position:relative}.htfh-book.main{width:46%;height:96%;z-index:2;transform:translate(8%) rotate(-1.5deg);border:2px solid #1A0F14}.htfh-book.tablet{width:42%;height:86%;z-index:1;transform:translate(-12%) rotate(1deg);border-radius:8px;background:linear-gradient(180deg,#0b0509,#1a0f14)}.htfh-book .h2{font-weight:800;font-size:22px;line-height:1.05;letter-spacing:-.01em;color:#fff;margin:0 0 6px}.htfh-book .h2 .pink{color:var(--htfh-pink,#E11D48)}.htfh-book .sub{font-family:Caveat,cursive;font-size:18px;color:#fff;opacity:.92;margin:4px 0 16px;line-height:1}.htfh-book .heart-stack{font-family:Caveat,cursive;color:var(--htfh-pink,#E11D48);font-size:42px;line-height:1;margin-top:4px}.htfh-motif{position:absolute;font-family:Caveat,cursive;color:#0b05098c;font-size:14px;line-height:1.2;transform:rotate(-8deg);pointer-events:none}.htfh-motif.m-tl{top:14%;left:6%}.htfh-motif.m-tr{top:18%;right:6%;text-align:right}.htfh-motif.m-br{bottom:14%;right:7%;font-size:18px}.htfh-motif.star{font-size:22px;color:#fff}.htfh-card-body{padding:26px 26px 28px;text-align:center}.htfh-card-title{font-size:22px;font-weight:700;margin:0 0 10px;color:#222;letter-spacing:-.01em}.htfh-card-desc{font-size:14.5px;color:#555;line-height:1.55;margin:0 0 18px}.htfh-price-row{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:20px}.htfh-price{font-size:22px;font-weight:700;color:var(--htfh-pink,#E11D48)}.htfh-price-was{font-size:15px;color:#999;text-decoration:line-through}.htfh-card-btn{display:inline-flex;align-items:center;gap:8px;background:#0b0509;color:#fff;padding:12px 28px;border-radius:30px;font-size:14px;font-weight:600;letter-spacing:.005em;border:none;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}.htfh-card-btn:hover{background:var(--htfh-pink,#E11D48);transform:translateY(-1px)}.htfh-card-btn .arrow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#fff;color:#0b0509;font-size:11px;font-weight:700}.htfh-card-buy-form{margin:0}.htfh-card-buy-form .htfh-card-btn{width:100%;justify-content:center}.htfh-card-link{display:inline-block;margin-top:12px;font-size:13px;color:#666;border-bottom:1px dotted #bbb;text-decoration:none;transition:color .15s,border-color .15s}.htfh-card-link:hover{color:var(--htfh-pink,#E11D48);border-bottom-color:var(--htfh-pink,#E11D48)}.htfh-card-img{cursor:pointer;display:flex;text-decoration:none}.htfh-card-img:hover{opacity:.96}.htfh-trust-strip{margin-top:48px;padding:28px 32px;background:#fff;border:1px solid #FECACA;border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.htfh-trust-cell{display:flex;align-items:flex-start;gap:14px}.htfh-trust-cell svg{width:24px;height:24px;color:var(--htfh-pink,#E11D48);flex-shrink:0;margin-top:3px}.htfh-trust-cell .tc-title{font-size:14.5px;font-weight:700;color:#222;margin:0 0 4px;letter-spacing:-.005em}.htfh-trust-cell .tc-sub{font-size:13px;color:#666;line-height:1.45;margin:0}.htfh-page-wrap{max-width:880px;margin:0 auto;padding:60px 28px 80px;background:var(--htfh-pink-tint,#FEF2F2)}.htfh-page-wrap h1{font-size:42px;font-weight:700;letter-spacing:-.02em;margin:0 0 18px;color:#1a0f14}.htfh-page-wrap h2{font-size:24px;font-weight:700;margin:36px 0 14px;color:#1a0f14}.htfh-page-wrap p{font-size:17px;color:#444;line-height:1.65;margin:0 0 18px}.htfh-page-wrap a{color:var(--htfh-pink,#E11D48);border-bottom:1px solid transparent;transition:border-color .15s}.htfh-page-wrap a:hover{border-bottom-color:var(--htfh-pink,#E11D48)}.htfh-product{max-width:1280px;margin:0 auto;padding:64px 36px 100px;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:start}.htfh-product-media{background:radial-gradient(circle at 30% 30%,#F87171 0%,transparent 45%),linear-gradient(135deg,#fecaca,#fee2e2);border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:48px;border:1px solid #FECACA}.htfh-product-media img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 24px 48px #0000002e}.htfh-product-info h1{font-size:42px;font-weight:700;letter-spacing:-.025em;margin:0 0 14px;color:#1a0f14;line-height:1.1}.htfh-product-info .price-block{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.htfh-product-info .price{font-size:32px;font-weight:700;color:var(--htfh-pink,#E11D48)}.htfh-product-info .price-was{font-size:18px;color:#999;text-decoration:line-through}.htfh-product-info .desc{font-size:16px;color:#444;line-height:1.7;margin-bottom:32px}.htfh-product-info .desc h3{font-size:18px;font-weight:700;margin:24px 0 10px;color:#1a0f14}.htfh-product-info .desc ul{padding-left:22px;margin:10px 0 14px}.htfh-product-info .desc li{margin-bottom:6px}.htfh-buy-form{display:flex;flex-direction:column;gap:14px;padding:24px;background:#fff;border:1px solid #FECACA;border-radius:12px}.htfh-buy-form button{background:#0b0509;color:#fff;padding:16px 32px;border-radius:30px;font-size:15px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;width:100%}.htfh-buy-form button:hover{background:var(--htfh-pink,#E11D48);transform:translateY(-1px)}.htfh-buy-form .secondary{background:#fff;color:#0b0509;border:2px solid #0B0509}.htfh-buy-form .secondary:hover{background:#0b0509;color:#fff}.htfh-coll{max-width:1320px;margin:0 auto;padding:56px 36px 80px}.htfh-coll h1{font-size:42px;font-weight:700;margin:0 0 32px;color:#1a0f14;letter-spacing:-.025em}.htfh-cart{max-width:880px;margin:0 auto;padding:56px 28px 80px}.htfh-cart h1{font-size:38px;font-weight:700;margin:0 0 24px;color:#1a0f14}.htfh-cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid #FECACA;align-items:center}.htfh-cart-item img{border-radius:8px}.htfh-cart-foot{margin-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.htfh-cart-total{font-size:22px;font-weight:700}.htfh-cart-checkout{background:#0b0509;color:#fff;padding:14px 32px;border-radius:30px;font-weight:700;font-size:14px;border:none;cursor:pointer;font-family:inherit}.htfh-cart-checkout:hover{background:var(--htfh-pink,#E11D48)}.htfh-footer{background:#0b0509;color:#fff;padding:56px 36px 32px;margin-top:60px}.htfh-footer-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;gap:48px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}.htfh-footer-logo{font-weight:700;font-size:24px;color:#fff;margin-bottom:10px}.htfh-footer-logo .pink{color:var(--htfh-pink,#E11D48)}.htfh-footer-logo .dotcom{font-weight:500;opacity:.7}.htfh-footer-tag{color:#fff9;font-size:14px;line-height:1.5;margin:0}.htfh-footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.htfh-footer-col{display:flex;flex-direction:column;gap:9px}.htfh-footer-h{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--htfh-pink,#E11D48);margin-bottom:6px}.htfh-footer-col a{font-size:14px;color:#fffc;transition:color .15s}.htfh-footer-col a:hover{color:#fff}.htfh-footer-base{max-width:1320px;margin:24px auto 0;display:flex;justify-content:space-between;font-size:12px;color:#ffffff80;flex-wrap:wrap;gap:12px}.htfh-form{display:flex;flex-direction:column;gap:14px;max-width:540px}.htfh-form label{display:flex;flex-direction:column;gap:6px;font-size:13.5px;font-weight:600;color:#1a0f14}.htfh-form input,.htfh-form textarea{padding:13px 16px;font-size:15px;border:1px solid #FCA5A5;border-radius:8px;font-family:inherit;background:#fff}.htfh-form input:focus,.htfh-form textarea:focus{outline:none;border-color:var(--htfh-pink,#E11D48)}.htfh-form button{background:#0b0509;color:#fff;padding:14px 28px;border:none;border-radius:30px;font-size:14.5px;font-weight:600;cursor:pointer;font-family:inherit;align-self:flex-start;transition:background .15s}.htfh-form button:hover{background:var(--htfh-pink,#E11D48)}@media(max-width:880px){.htfh-nav-menu{display:none}.htfh-grid{grid-template-columns:1fr}.htfh-trust-strip{grid-template-columns:1fr 1fr}.htfh-products-head h2{font-size:36px}.htfh-products{padding:48px 22px 60px}.htfh-trust-bar{margin-left:14px;margin-right:14px}.htfh-product{grid-template-columns:1fr;gap:36px;padding:40px 22px 60px}.htfh-product-info h1{font-size:32px}.htfh-footer-inner{grid-template-columns:1fr}.htfh-footer-cols{grid-template-columns:1fr 1fr}}@media(max-width:500px){.htfh-trust-strip{grid-template-columns:1fr}.htfh-nav{padding:18px 22px}.htfh-logo{font-size:22px}.htfh-footer-cols{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
