.footer{border-top:none;background:rgb(var(--color-background));color:rgb(var(--color-foreground));position:relative;overflow:hidden}.footer:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-background),.95),rgba(var(--color-background),.98));pointer-events:none;z-index:0}.footer>*{position:relative;z-index:1}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(var(--color-foreground),.2) 50%,transparent 100%);z-index:1}.footer__content-top{padding-bottom:4rem;padding-top:2rem}.footer__main-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;padding:3rem 0}@media screen and (max-width: 989px){.footer__main-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media screen and (max-width: 749px){.footer__main-grid{grid-template-columns:1fr;gap:3rem}.footer__content-top{padding-left:2rem;padding-right:2rem}}.footer__brand-section{display:flex;flex-direction:column;gap:1.5rem}.footer__brand-logo img{max-width:180px;height:auto;filter:brightness(1.1)}.footer__brand-name{font-size:2.4rem;font-weight:700;margin:0;color:rgb(var(--color-foreground))}.footer__brand-description{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);max-width:320px}.footer__brand-description p{margin:0}.footer__social-wrapper{margin-top:1rem}.footer__social-heading{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:rgba(var(--color-foreground),.9);text-transform:uppercase;letter-spacing:.5px}.footer__list-social{display:flex;gap:1.2rem;list-style:none;padding:0;margin:0}.footer__list-social li{margin:0}.footer__list-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--color-foreground),.1)}.footer__list-social a:hover{background:rgba(var(--color-foreground),.2);transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--color-foreground),.2);border-color:rgba(var(--color-foreground),.3)}.footer__list-social svg{width:18px;height:18px;fill:currentColor}.footer__menu-section{display:flex;flex-direction:column}.footer__menu-heading{font-size:1.6rem;font-weight:700;margin:0 0 1.5rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:.8rem}.footer__menu-heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:rgba(var(--color-foreground),.5);border-radius:2px}.footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__menu-item{margin:0}.footer__menu-link{color:rgba(var(--color-foreground),.75);text-decoration:none;font-size:1.4rem;line-height:1.6;transition:all .3s ease;display:inline-block;position:relative}.footer__menu-link:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:rgba(var(--color-foreground),.5);transition:width .3s ease}.footer__menu-link:hover{color:rgb(var(--color-foreground));transform:translate(4px)}.footer__menu-link:hover:before{width:100%}.footer__newsletter-section{display:flex;flex-direction:column;gap:1rem}.footer__newsletter-heading{font-size:1.6rem;font-weight:700;margin:0 0 .5rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.5px}.footer__newsletter-subheading{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0 0 1rem}.footer__newsletter-form{width:100%}.footer__newsletter-wrapper{display:flex;flex-direction:column;gap:1rem}.footer__newsletter-field{display:flex;gap:0;background:rgba(var(--color-foreground),.1);border-radius:50px;padding:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--color-foreground),.15);transition:all .3s ease}.footer__newsletter-field:focus-within{border-color:rgba(var(--color-foreground),.5);box-shadow:0 0 0 3px rgba(var(--color-foreground),.1)}.footer__newsletter-input{flex:1;background:transparent;border:none;padding:1.2rem 1.8rem;color:rgb(var(--color-foreground));font-size:1.4rem;outline:none}.footer__newsletter-input::placeholder{color:rgba(var(--color-foreground),.5)}.footer__newsletter-button{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;padding:1.2rem 2.4rem;border-radius:50px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 15px rgba(var(--color-button),.3)}.footer__newsletter-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--color-button),.5);opacity:.9}.footer__newsletter-button:active{transform:translateY(0)}.footer__newsletter-error{color:#ff6b6b;font-size:1.2rem;margin-top:.5rem;display:block}.footer__newsletter-success{color:#51cf66;font-size:1.3rem;padding:1rem;background:#51cf661a;border-radius:8px;border:1px solid rgba(81,207,102,.3)}.footer__bottom{border-top:1px solid rgba(var(--color-foreground),.1);padding:2rem 0;background:rgba(var(--color-background),.5)}.footer__bottom-wrapper{display:flex;justify-content:center;align-items:center;gap:2rem;text-align:center}@media screen and (max-width: 749px){.footer__bottom-wrapper{flex-direction:column;text-align:center;gap:2rem}}.footer__bottom-left{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 749px){.footer__bottom-left{align-items:center}}.footer__copyright{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:0}.footer__policies{display:flex;gap:2rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}@media screen and (max-width: 749px){.footer__policies{justify-content:center}}.footer__policy-item{margin:0}.footer__policy-link{color:rgba(var(--color-foreground),.65);text-decoration:none;font-size:1.2rem;transition:color .3s ease}.footer__policy-link:hover{color:rgb(var(--color-foreground));text-decoration:underline}.footer__bottom-right{display:flex;align-items:center}.footer__payment{display:flex;align-items:center;gap:1.5rem}.footer__payment-label{font-size:1.3rem;color:rgba(var(--color-foreground),.7);font-weight:500}.footer__payment-list{display:flex;gap:.8rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.footer__payment-item{margin:0;background:rgb(var(--color-background));padding:.4rem .8rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(var(--color-foreground),.2)}.footer__payment-item:hover{background:rgba(var(--color-foreground),.05);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-foreground),.15)}.footer__payment-icon{width:auto;height:20px;display:block}@media screen and (max-width: 749px){.footer__newsletter-field{flex-direction:column;border-radius:12px;padding:0}.footer__newsletter-input{border-radius:12px 12px 0 0;padding:1.4rem 1.8rem}.footer__newsletter-button{border-radius:0 0 12px 12px;padding:1.4rem 2.4rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer__brand-section,.footer__menu-section,.footer__newsletter-section{animation:fadeInUp .6s ease-out}.footer__menu-section:nth-child(2){animation-delay:.1s}.footer__menu-section:nth-child(3){animation-delay:.2s}.footer__newsletter-section{animation-delay:.3s}.footer:not(.color-scheme-1){border-top:none}.footer-block:only-child:last-child{text-align:center;max-width:76rem;margin:0 auto}.footer-block:empty{display:none}.footer__blocks-wrapper,.footer-block--newsletter,.footer__content-bottom-wrapper .footer__column{display:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-footer.css.map */
