:root{--hf-radius: 1.2rem;--hf-transition: .3s ease}.himalayan-footer{background:rgb(var(--color-background));color:rgb(var(--color-foreground));margin-top:3rem}.hf-container{max-width:var(--page-width);margin:0 auto;padding:3rem}.hf-top{display:grid;grid-template-columns:320px 1fr;gap:1rem;align-items:start}.hf-company{display:flex;flex-direction:column}.hf-logo{display:inline-flex;margin-bottom:2rem}.hf-logo img{max-width:80px;height:40px}.hf-logo-text{font-size:2.8rem;font-weight:700;color:rgb(var(--color-foreground))}.hf-company-title{margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.hf-company-description{color:rgba(var(--color-foreground),.75);line-height:1.8}.hf-right{width:100%}.hf-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.hf-column h3{margin:0 0 1.8rem;font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.hf-column ul{list-style:none;margin:0;padding:0}.hf-column li{margin-bottom:1rem}.hf-column a{color:rgba(var(--color-foreground),.75);text-decoration:none;transition:all var(--hf-transition);display:inline-flex;align-items:center}.hf-column a:hover{color:rgb(var(--color-button));transform:translate(6px)}.hf-contact-list{display:flex;flex-direction:column;gap:1.8rem}.hf-contact-item{display:flex;align-items:flex-start;gap:1.4rem}.hf-contact-icon{width:4.6rem;height:4.6rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-foreground),.06);border:1px solid rgba(var(--color-foreground),.12);color:rgb(var(--color-button));transition:all var(--hf-transition)}.hf-contact-item:hover .hf-contact-icon{transform:translateY(-3px);background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.hf-contact-icon svg{width:2rem;height:2rem}.hf-contact-text{color:rgba(var(--color-foreground),.75);line-height:1.7}.hf-contact-text strong{display:block;margin-bottom:.3rem;color:rgb(var(--color-foreground))}.hf-divider{height:1px;background:rgba(var(--color-foreground),.12);margin:5rem 0}.hf-newsletter{margin-bottom:5rem}.hf-newsletter-content{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.hf-newsletter-text h2{margin:0 0 1rem;color:rgb(var(--color-foreground));font-size:2.8rem;font-weight:700}.hf-newsletter-text p{margin:0;color:rgba(var(--color-foreground),.75)}.hf-newsletter-form{width:100%;max-width:52rem}.hf-newsletter-wrapper{display:flex;align-items:center;gap:1rem}.hf-newsletter-input{flex:1;height:5.2rem;padding:0 1.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.8rem;outline:none;transition:all .3s ease}.hf-newsletter-input:focus{border-color:rgb(var(--color-button))}.hf-newsletter-button{min-width:15rem;height:5.2rem;border:none;border-radius:.8rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));cursor:pointer;transition:all .3s ease}.hf-newsletter-button:hover{opacity:.9;transform:translateY(-2px)}.hf-success{margin-top:1rem;color:#2e7d32}.hf-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.hf-feature{padding:2.5rem;text-align:center;border-radius:1rem;background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.12);transition:all .3s ease}.hf-feature:hover{transform:translateY(-6px);border-color:rgb(var(--color-button))}.hf-feature h4{margin:0 0 .8rem;color:rgb(var(--color-foreground))}.hf-feature p{margin:0;color:rgba(var(--color-foreground),.75)}.hf-dealer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:3rem;border-radius:1.2rem;margin-bottom:5rem;background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.12)}.hf-dealer h2{margin:0 0 1rem;color:rgb(var(--color-foreground))}.hf-dealer p{margin:0;color:rgba(var(--color-foreground),.75)}.hf-dealer-button{display:inline-flex;align-items:center;justify-content:center;min-width:18rem;padding:1.4rem 2.8rem;border-radius:.8rem;text-decoration:none;font-weight:600;background:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:all .3s ease}.hf-dealer-button:hover{transform:translateY(-3px)}.hf-social{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.2rem;margin-bottom:4rem}.hf-social a{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;background:rgba(var(--color-foreground),.06);border:.1rem solid rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground));transition:all var(--hf-transition)}.hf-social a:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:translateY(-4px)}.hf-social svg{width:2rem;height:2rem}.hf-payment-icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.2rem;margin-bottom:4rem}.hf-payment-icons svg{width:4.6rem;height:auto}.hf-copyright{color:rgba(var(--color-foreground),.75)}.hf-policy-links{display:flex;gap:2rem;flex-wrap:wrap}.hf-policy-links a{color:rgba(var(--color-foreground),.75);text-decoration:none;transition:color var(--hf-transition)}.hf-policy-links a:hover{color:rgb(var(--color-button))}.hf-mobile-toggle{display:none;width:100%;background:none;border:none;padding:1.8rem 0;cursor:pointer;align-items:center;justify-content:space-between;color:rgb(var(--color-foreground));font-size:1.7rem;font-weight:600}.hf-mobile-toggle svg{width:1.8rem;height:1.8rem;transition:transform .3s ease}.hf-mobile-toggle.active svg{transform:rotate(180deg)}.hf-column-content{display:block}@media screen and (max-width:990px){.hf-container{padding:4rem 3rem}.hf-top{grid-template-columns:1fr;gap:2rem}.hf-columns,.hf-features{grid-template-columns:repeat(2,1fr)}.hf-newsletter-content{grid-template-columns:1fr}}@media screen and (max-width:749px){.hf-container{padding:3rem 2rem}.hf-columns{grid-template-columns:1fr;gap:0}.hf-column{border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.hf-column h3{display:none}.hf-mobile-toggle{display:flex}.hf-column-content{display:none;padding-bottom:2rem}.hf-column-content.active{display:block}.hf-newsletter-wrapper{flex-direction:column}.hf-newsletter-button{width:100%}.hf-features{grid-template-columns:1fr}.hf-dealer{flex-direction:column;text-align:center}.hf-dealer-button{width:100%}.hf-bottom{flex-direction:column;text-align:center}.hf-policy-links{justify-content:center}}@media screen and (max-width:480px){.hf-logo img{max-width:180px}.hf-company-title,.hf-newsletter-text h2{font-size:2.4rem}.hf-social a{width:4.4rem;height:4.4rem}.hf-contact-icon{width:4rem;height:4rem}}.himalayan-footer a:focus-visible,.himalayan-footer button:focus-visible,.himalayan-footer input:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.3rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/himalayan-footer.css.map */
