@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";.hdt-co{--cream: #FAF7F2;--warm-white: #FFFFFF;--linen: #F5F0E8;--sand: #E8DFD0;--caramel: #C4A97D;--caramel-light: #D4BC94;--espresso: #3C2A1A;--charcoal: #2D2D2D;--warm-gray: #6B6159;--soft-gray: #9B9189;--accent-green: #5C7A5E;--accent-green-light: #E8F0E8;--accent-rose: #A63328;--accent-rose-light: #F5E8E6;--border-light: rgba(60,42,26,.08);--shadow-sm: 0 1px 3px rgba(60,42,26,.06);--shadow-md: 0 4px 16px rgba(60,42,26,.08);--shadow-lg: 0 8px 32px rgba(60,42,26,.12);--shadow-xl: 0 16px 48px rgba(60,42,26,.14);font-family:"Source Sans 3",-apple-system,sans-serif!important;background:var(--cream);color:var(--charcoal);line-height:1.6;font-size:16px!important;-webkit-font-smoothing:antialiased;overflow-x:hidden}.hdt-co *{box-sizing:border-box}.hdt-co h1,.hdt-co h2,.hdt-co h3,.hdt-co h4,.hdt-co .serif{font-family:Playfair Display,Georgia,serif!important}.hdt-co a{text-decoration:none;color:inherit}.hdt-co button{font-family:inherit;cursor:pointer;border:none;background:none}.hdt-co img{max-width:100%;height:auto}.hdt-co .serif{font-family:Playfair Display,Georgia,serif}.hdt-co .container{max-width:1200px;margin:0 auto;padding:0 24px}.hdt-co .container-wide{max-width:1400px;margin:0 auto;padding:0 24px}.hdt-co .promo-bar{background:var(--espresso);color:var(--cream);text-align:center;padding:11px 16px;font-size:13px!important;font-weight:500;letter-spacing:.4px}.hdt-co .promo-bar a{color:var(--caramel-light);text-decoration:underline;text-underline-offset:2px}.hdt-co .promo-bar .sep{display:inline-block;width:1px;height:12px;background:#fff3;margin:0 14px;vertical-align:middle}.hdt-co .hero{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#f5ede0,#ede4d4 40%,#e5dacb);overflow:hidden;min-height:85vh}.hdt-co .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C4A97D' fill-opacity='0.035'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hdt-co .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1400px;margin:0 auto;padding:72px 40px;width:100%}.hdt-co .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#5c4033;color:#f5f1ec;padding:7px 16px;border-radius:40px;font-size:12px!important;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:20px}.hdt-co .hero-badge .pulse-dot{width:7px;height:7px;background:#c9a84c;border-radius:50%;animation:pulse 1.8s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hdt-co .hero h1{font-family:Playfair Display,serif;font-size:clamp(36px,4.8vw,60px)!important;font-weight:600;line-height:1.08;color:var(--espresso);margin-bottom:18px}.hdt-co .hero h1 em{font-style:italic;color:var(--accent-rose)}.hdt-co .hero-subtitle{font-size:18px!important;color:var(--warm-gray);line-height:1.7;max-width:500px;margin-bottom:28px}.hdt-co .hero-offers{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.hdt-co .hero-offer-chip{display:flex;align-items:center;gap:7px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:9px 16px;border-radius:8px;font-size:13px!important;font-weight:600;color:var(--espresso);border:1px solid rgba(60,42,26,.06)}.hdt-co .hero-offer-chip svg{flex-shrink:0}.hdt-co .hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hdt-co .btn-primary{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:var(--accent-rose);color:#fff;font-family:"Source Sans 3",sans-serif;font-size:15px!important;font-weight:700;letter-spacing:.3px;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}.hdt-co .btn-primary:hover{background:#8c2a20;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hdt-co .btn-primary.dark{background:var(--espresso)}.hdt-co .btn-primary.dark:hover{background:#4a3828}.hdt-co .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:transparent;color:var(--espresso);font-family:"Source Sans 3",sans-serif;font-size:15px!important;font-weight:600;letter-spacing:.3px;text-decoration:none;border-radius:8px;border:2px solid var(--espresso);transition:all .3s ease;cursor:pointer}.hdt-co .btn-secondary:hover{background:var(--espresso);color:var(--cream);transform:translateY(-2px)}.hdt-co .btn-secondary.light{border-color:#ffffff4d;color:var(--cream)}.hdt-co .btn-secondary.light:hover{background:#ffffff1f;border-color:#ffffff80}.hdt-co .hero-visual{position:relative}.hdt-co .hero-image-main{width:100%;max-width:540px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:4/5}.hdt-co .hero-image-main img{width:100%;height:100%;object-fit:cover}.hdt-co .hero-float{position:absolute;background:#fff;border-radius:14px;padding:14px 18px;box-shadow:var(--shadow-lg);animation:floatY 4s ease-in-out infinite}.hdt-co .hero-float.tr{top:8px;right:-20px;animation-delay:.3s}.hdt-co .hero-float.bl{bottom:60px;left:-28px}.hdt-co .float-label{font-size:10px!important;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--soft-gray);margin-bottom:2px}.hdt-co .float-val{font-family:Playfair Display,serif;font-size:24px!important;font-weight:700}.hdt-co .float-val.rose{color:var(--accent-rose)}.hdt-co .float-val.green{color:var(--accent-green)}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hdt-co .trust-bar{background:var(--warm-white);border-bottom:1px solid var(--border-light);padding:16px 0;overflow:hidden}.hdt-co .trust-bar-inner{display:flex;gap:40px;animation:scroll 28s linear infinite;width:max-content}.hdt-co .trust-chip{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px!important;font-weight:600;color:var(--warm-gray)}.hdt-co .trust-chip .dot{width:5px;height:5px;border-radius:50%;background:var(--caramel);flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hdt-co .section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px!important;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--caramel);margin-bottom:12px}.hdt-co .section-eyebrow:before{content:"";width:20px;height:2px;background:var(--caramel)}.hdt-co .section-title{font-family:Playfair Display,serif;font-size:clamp(26px,3.2vw,42px)!important;font-weight:600;color:var(--espresso);line-height:1.15;margin-bottom:12px}.hdt-co .section-sub{font-size:16px!important;color:var(--warm-gray);line-height:1.7;max-width:580px}.hdt-co .section-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:16px}.hdt-co .color-shop{padding:64px 0 72px;background:var(--warm-white)}.hdt-co .color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:36px}.hdt-co .color-card{text-decoration:none;display:block;border-radius:14px;overflow:hidden;border:2px solid transparent;transition:all .35s ease;background:var(--cream)}.hdt-co .color-card:hover{border-color:var(--caramel);transform:translateY(-4px);box-shadow:var(--shadow-md)}.hdt-co .color-card-img{aspect-ratio:1;overflow:hidden;background:var(--linen)}.hdt-co .color-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hdt-co .color-card:hover .color-card-img img{transform:scale(1.06)}.hdt-co .color-card-body h4{font-size:13px!important;font-weight:600;color:var(--espresso);line-height:1.3}.hdt-co .color-card-body .from-price{font-size:12px!important;color:var(--accent-rose);font-weight:700;margin-top:2px}.hdt-co .bestsellers{padding:72px 0;background:var(--cream)}.hdt-co .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hdt-co .product-card{text-decoration:none;display:block;border-radius:14px;overflow:hidden;background:var(--warm-white);border:1px solid var(--border-light);transition:all .4s ease}.hdt-co .product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.hdt-co .product-card-img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--linen)}.hdt-co .product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hdt-co .product-card:hover .product-card-img img{transform:scale(1.06)}.hdt-co .sale-tag{position:absolute;top:10px;left:10px;background:var(--accent-rose);color:#fff;font-size:11px!important;font-weight:700;letter-spacing:.5px;padding:4px 10px;border-radius:5px}.hdt-co .product-card-body h4{font-family:Playfair Display,serif;font-size:15px!important;font-weight:600;color:var(--espresso);margin-bottom:6px}.hdt-co .price-row{display:flex;align-items:center;gap:8px}.hdt-co .price-now{font-size:17px!important;font-weight:700;color:var(--accent-rose)}.hdt-co .price-was{font-size:13px!important;color:var(--soft-gray);text-decoration:line-through}.hdt-co .product-card .quick-shop-btn{display:block;width:100%;margin-top:10px;padding:9px;text-align:center;background:var(--espresso);color:var(--cream);font-size:13px!important;font-weight:600;letter-spacing:.3px;border-radius:6px;transition:background .3s;text-decoration:none}.hdt-co .product-card .quick-shop-btn:hover{background:#4a3828}.hdt-co .offers-banner{padding:56px 0;background:linear-gradient(135deg,var(--espresso) 0%,#4A3828 100%);color:var(--cream)}.hdt-co .offers-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hdt-co .offer-tile{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 22px;text-align:center;transition:all .3s ease}.hdt-co .offer-tile:hover{background:#ffffff1a;transform:translateY(-3px)}.hdt-co .offer-tile-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:14px!important;font-weight:700;line-height:1.1}.hdt-co .offer-tile-icon.green{background:#5c7a5e33;color:#8fbf8f}.hdt-co .offer-tile-icon.gold{background:#d4bc9433;color:var(--caramel-light)}.hdt-co .offer-tile-icon.rose{background:#a6332833;color:#e8908c}.hdt-co .offer-tile-icon.blue{background:#78a0d233;color:#90b8e0}.hdt-co .offer-tile h3{font-family:Playfair Display,serif;font-size:17px!important;font-weight:600;color:var(--cream);margin-bottom:6px}.hdt-co .offer-tile p{font-size:13px!important;color:#faf7f28c;line-height:1.5}.hdt-co .offer-tile .offer-cond{display:inline-block;margin-top:8px;font-size:11px!important;font-weight:700;letter-spacing:.5px;color:var(--caramel-light);background:#d4bc941f;padding:3px 10px;border-radius:4px}.hdt-co .collection-showcase{padding:72px 0;background:var(--warm-white)}.hdt-co .showcase-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:560px}.hdt-co .showcase-card{position:relative;border-radius:16px;overflow:hidden;text-decoration:none;display:block}.hdt-co .showcase-card:first-child{grid-row:1/3}.hdt-co .showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hdt-co .showcase-card:hover img{transform:scale(1.05)}.hdt-co .showcase-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,20,10,.75) 0%,rgba(30,20,10,.05) 55%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.hdt-co .showcase-tag{display:inline-block;width:fit-content;background:var(--accent-rose);color:#fff;padding:4px 12px;border-radius:4px;font-size:11px!important;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:8px}.hdt-co .showcase-card h3{font-family:Playfair Display,serif;font-size:22px!important;font-weight:600;color:#fff;margin-bottom:2px}.hdt-co .showcase-card p{font-size:13px!important;color:#ffffffb3}.hdt-co .showcase-card .shop-arrow{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.hdt-co .showcase-card:hover .shop-arrow{opacity:1}.hdt-co .more-products{padding:72px 0;background:var(--cream)}.hdt-co .why-strip{padding:72px 0;background:var(--warm-white);border-top:1px solid var(--border-light)}.hdt-co .why-grid-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}.hdt-co .why-compact-card{display:flex;gap:16px;align-items:flex-start;background:var(--cream);border:1px solid var(--border-light);border-radius:14px;padding:24px;transition:all .3s ease}.hdt-co .why-compact-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.hdt-co .why-icon{flex-shrink:0;width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,var(--linen),var(--sand));display:flex;align-items:center;justify-content:center}.hdt-co .why-compact-card h4{font-size:15px!important;font-weight:700;color:var(--espresso);margin-bottom:4px}.hdt-co .why-compact-card p{font-size:13px!important;color:var(--warm-gray);line-height:1.5}.hdt-co .reviews{padding:72px 0;background:var(--cream)}.hdt-co .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hdt-co .review-card{background:var(--warm-white);border:1px solid var(--border-light);border-radius:14px;padding:28px;transition:all .3s ease}.hdt-co .review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hdt-co .review-stars{display:flex;gap:2px;margin-bottom:14px}.hdt-co .star{width:16px;height:16px;fill:var(--caramel)}.hdt-co .review-card blockquote{font-size:14px!important;color:var(--charcoal);line-height:1.7;font-style:italic;margin-bottom:16px}.hdt-co .review-meta{display:flex;align-items:center;gap:10px}.hdt-co .review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--caramel),var(--caramel-light));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px!important}.hdt-co .review-name{font-weight:600;font-size:13px!important;color:var(--espresso)}.hdt-co .review-loc{font-size:11px!important;color:var(--soft-gray)}.hdt-co .verified-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px!important;font-weight:700;color:var(--accent-green);margin-top:2px}.hdt-co .upsell{padding:72px 0;background:var(--warm-white)}.hdt-co .upsell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hdt-co .upsell-card{text-decoration:none;display:block;border-radius:12px;overflow:hidden;background:var(--cream);border:1px solid var(--border-light);transition:all .35s ease;text-align:center}.hdt-co .upsell-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:var(--caramel)}.hdt-co .upsell-card-img{aspect-ratio:1;overflow:hidden}.hdt-co .upsell-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.hdt-co .upsell-card:hover .upsell-card-img img{transform:scale(1.06)}.hdt-co .upsell-card-body h4{font-size:14px!important;font-weight:600;color:var(--espresso);margin-bottom:4px}.hdt-co .upsell-card-body .upsell-price{font-size:13px!important;color:var(--accent-rose);font-weight:700}.hdt-co .seen-in{padding:28px 0;background:var(--warm-white);border-bottom:1px solid var(--border-light)}.hdt-co .seen-in-label{text-align:center;font-size:11px!important;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--soft-gray);margin-bottom:14px}.hdt-co .seen-in-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.hdt-co .seen-in-logo{height:24px;width:auto;opacity:.55;transition:opacity .2s}.hdt-co .seen-in-logo:hover{opacity:1}.hdt-co .faq{padding:72px 0;background:var(--warm-white)}.hdt-co .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:880px;margin:0 auto}.hdt-co .faq-item{background:var(--cream);border:1px solid var(--border-light);border-radius:12px;padding:22px}.hdt-co .faq-q{font-weight:700;font-size:14px!important;color:var(--espresso);margin-bottom:6px;display:flex;align-items:flex-start;gap:8px}.hdt-co .faq-q:before{content:"Q";flex-shrink:0;width:22px;height:22px;border-radius:5px;background:var(--caramel);color:#fff;font-size:11px!important;font-weight:800;display:flex;align-items:center;justify-content:center}.hdt-co .faq-a{font-size:13px!important;color:var(--warm-gray);line-height:1.6;padding-left:30px}.hdt-co .final-cta{padding:88px 0;background:linear-gradient(135deg,#f5ede0,#e8dfd0);text-align:center;position:relative;overflow:hidden}.hdt-co .final-cta:before{content:"";position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:#c4a97d1a}.hdt-co .final-cta:after{content:"";position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;border-radius:50%;background:#c4a97d12}.hdt-co .final-cta .container{position:relative;z-index:2}.hdt-co .final-perks{display:flex;justify-content:center;gap:28px;margin:20px 0 36px;flex-wrap:wrap}.hdt-co .final-perk{display:flex;align-items:center;gap:7px;font-size:14px!important;font-weight:600;color:var(--espresso)}.hdt-co .final-perk svg{flex-shrink:0}.hdt-co .page-footer{background:var(--espresso);color:#faf7f28c;padding:44px 0 20px;text-align:center;font-size:13px!important}.hdt-co .footer-phone{font-family:Playfair Display,serif;font-size:20px!important;color:var(--cream);margin-bottom:6px}.hdt-co .footer-phone a{color:var(--cream);text-decoration:none}.hdt-co .footer-links{display:flex;justify-content:center;gap:28px;margin:16px 0;flex-wrap:wrap}.hdt-co .footer-links a{color:#faf7f28c;text-decoration:none;transition:color .3s}.hdt-co .footer-links a:hover{color:var(--caramel-light)}@media(max-width:1080px){.hdt-co .hero-inner{grid-template-columns:1fr;gap:36px;padding:56px 24px;text-align:center}.hdt-co .hero-content{display:flex;flex-direction:column;align-items:center}.hdt-co .hero-subtitle{margin-left:auto;margin-right:auto}.hdt-co .hero-offers,.hdt-co .hero-ctas{justify-content:center}.hdt-co .hero-visual{order:-1}.hdt-co .hero-image-main{max-width:400px}.hdt-co .hero-float.tr{right:10px}.hero-float.bl{left:10px}.hdt-co .color-grid{grid-template-columns:repeat(3,1fr)}.hdt-co .product-grid,.hdt-co .offers-row{grid-template-columns:repeat(2,1fr)}.hdt-co .showcase-grid{grid-template-columns:1fr 1fr;height:auto}.hdt-co .showcase-card:first-child{grid-row:auto}.hdt-co .showcase-grid .showcase-card{min-height:220px}.hdt-co .why-grid-compact{grid-template-columns:repeat(2,1fr)}.hdt-co .review-grid{grid-template-columns:1fr 1fr}.hdt-co .upsell-grid{grid-template-columns:repeat(3,1fr)}.hdt-co .faq-grid{grid-template-columns:1fr}.hdt-co .seen-in-inner{gap:24px}.hdt-co .seen-in-logo{height:22px}.hdt-co .section-header-row{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){.hdt-co .hero{min-height:auto}.hdt-co .hero-inner{padding:40px 20px;gap:28px}.hdt-co .hero h1{font-size:32px}.hdt-co .hero-subtitle{font-size:16px}.hdt-co .hero-image-main{max-width:320px}.hdt-co .hero-float{display:none}.hdt-co .hero-offers{flex-direction:row!important;flex-wrap:wrap;justify-content:center;gap:8px}.hdt-co .hero-ctas{flex-direction:column;width:100%;max-width:320px}.hdt-co .hero-ctas .btn-primary,.hdt-co .hero-ctas .btn-secondary{width:100%;justify-content:center}.hdt-co .color-grid{grid-template-columns:repeat(3,1fr);gap:10px}.hdt-co .color-card-body h4{font-size:12px}.hdt-co .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px}.hdt-co .product-card-body h4{font-size:13px}.hdt-co .offers-row{grid-template-columns:1fr 1fr!important;gap:12px}.hdt-co .offer-tile{padding:20px 16px}.hdt-co .offer-tile h3{font-size:15px}.hdt-co .showcase-grid{grid-template-columns:1fr!important;height:auto}.hdt-co .showcase-grid .showcase-card{min-height:200px}.hdt-co .showcase-card h3{font-size:18px}.hdt-co .why-grid-compact{grid-template-columns:1fr!important;gap:12px}.hdt-co .why-compact-card{padding:18px}.hdt-co .review-grid{grid-template-columns:1fr;gap:14px}.hdt-co .review-card{padding:22px}.hdt-co .upsell-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hdt-co .seen-in{padding:22px 0}.hdt-co .seen-in-inner{gap:16px}.hdt-co .seen-in-logo{height:20px}.hdt-co .seen-in-label{font-size:10px!important;margin-bottom:10px}.hdt-co .section-title{font-size:24px}.hdt-co .final-cta{padding:56px 0}.hdt-co .final-perks{gap:14px!important;flex-direction:column;align-items:center}.hdt-co .final-cta .section-title{font-size:26px}.hdt-co .promo-bar{font-size:11px!important;padding:10px 12px;line-height:1.6}.hdt-co .promo-bar .sep{display:none}.hdt-co .trust-bar{padding:12px 0}.hdt-co .trust-chip{font-size:12px}.hdt-co .footer-links{gap:16px}.hdt-co .footer-phone{font-size:18px}.hdt-co .btn-primary,.hdt-co .btn-secondary{padding:13px 24px!important;font-size:14px}}@media(max-width:480px){.hdt-co .color-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px}.hdt-co .color-card-body h4{font-size:11px}.hdt-co .color-card-body .from-price{font-size:10px}.hdt-co .product-grid{grid-template-columns:1fr 1fr!important;gap:10px}.hdt-co .product-card-body h4{font-size:12px}.hdt-co .price-now{font-size:15px}.hdt-co .price-was{font-size:11px}.hdt-co .product-card .quick-shop-btn{font-size:12px!important;padding:7px}.hdt-co .offers-row{grid-template-columns:1fr;gap:10px}.hdt-co .upsell-grid{grid-template-columns:1fr 1fr;gap:10px}.hdt-co .upsell-card-body h4{font-size:12px}.hdt-co .seen-in-inner{gap:12px}.hdt-co .seen-in-logo{height:18px}.hdt-co .hero h1{font-size:28px}.hdt-co .hero-badge{font-size:11px}.hdt-co .section-eyebrow{font-size:11px!important;letter-spacing:1.5px}}@media(max-width:768px){.hdt-co .hero-offer-chip{padding:7px 12px!important;font-size:12px!important;gap:5px}.hdt-co .seen-in-inner .seen-in-logo:nth-child(n+4){display:none}.hdt-co .seen-in-inner{flex-direction:row;justify-content:center;gap:20px}}@media(max-width:480px){.hdt-co .hero-offer-chip{padding:6px 10px!important;font-size:11px!important}}
/*# sourceMappingURL=/cdn/shop/t/138/assets/clearance-offer.css.map */
