.footer-teaser{padding:60px 0;background-color:#2a2a2a;color:#fff;--footer-teaser-accent: #d4a574;border-top:1px solid #404040}.footer-teaser__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:start}.footer-teaser__newsletter{grid-column:span 2}.footer-teaser__newsletter-content{max-width:600px}.footer-teaser__newsletter-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:0 0 1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading, "Arial", sans-serif)}.footer-teaser__newsletter-description{font-size:1rem;line-height:1.6;margin:0 0 2rem;color:#ccc;opacity:.9}.footer-teaser__newsletter-form{width:100%}.footer-teaser__form-group{margin-bottom:1rem}.footer-teaser__input-wrapper{display:flex;background:#333;border:2px solid #404040;border-radius:8px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;position:relative}.footer-teaser__input-wrapper:focus-within{border-color:var(--footer-teaser-accent);box-shadow:0 0 0 3px #d4a57433}.footer-teaser__email-input{flex:1;padding:1rem 1.25rem;background:transparent;border:none;color:#fff;font-size:1rem;outline:none;font-family:inherit}.footer-teaser__email-input::placeholder{color:#888;opacity:1}.footer-teaser__submit-btn{padding:1rem 1.5rem;background:linear-gradient(135deg,var(--footer-teaser-accent),#b8935f);color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:120px;position:relative;overflow:hidden}.footer-teaser__submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.footer-teaser__submit-btn:hover{background:linear-gradient(135deg,#b8935f,var(--footer-teaser-accent));transform:translateY(-1px)}.footer-teaser__submit-btn:hover:before{left:100%}.footer-teaser__submit-icon{transition:transform .3s ease}.footer-teaser__submit-btn:hover .footer-teaser__submit-icon{transform:translate(2px)}.footer-teaser__form-feedback{margin-top:.5rem;font-size:.9rem;min-height:1.2rem}.footer-teaser__form-feedback.success{color:#28a745}.footer-teaser__form-feedback.error{color:#dc3545}.footer-teaser__privacy-text{font-size:.85rem;color:#888;margin:1rem 0 0;line-height:1.4}.footer-teaser__links-title{font-size:1.2rem;font-weight:500;margin:0 0 1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--footer-teaser-accent);padding-bottom:.5rem}.footer-teaser__links-list{list-style:none;padding:0;margin:0}.footer-teaser__link-item{margin-bottom:.75rem}.footer-teaser__link{display:flex;align-items:center;gap:.5rem;color:#ccc;text-decoration:none;font-size:.95rem;transition:all .3s ease;border-left:3px solid transparent;padding:.5rem 0 .5rem 1rem;margin-left:-1rem}.footer-teaser__link:hover{color:var(--footer-teaser-accent);border-left-color:var(--footer-teaser-accent);transform:translate(5px)}.footer-teaser__link-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.footer-teaser__link-icon svg{width:100%;height:100%;fill:currentColor}.footer-teaser__external-icon{opacity:.6;margin-left:auto}.footer-teaser__social-title{font-size:1.2rem;font-weight:500;margin:0 0 1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--footer-teaser-accent);padding-bottom:.5rem}.footer-teaser__social-list{display:flex;gap:1rem;flex-wrap:wrap}.footer-teaser__social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#333;border:2px solid #404040;border-radius:50%;color:#ccc;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.footer-teaser__social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--footer-teaser-accent);opacity:0;transition:opacity .3s ease;z-index:1}.footer-teaser__social-link svg{position:relative;z-index:2;transition:transform .3s ease}.footer-teaser__social-link:hover{border-color:var(--footer-teaser-accent);color:#fff;transform:translateY(-2px)}.footer-teaser__social-link:hover:before{opacity:1}.footer-teaser__social-link:hover svg{transform:scale(1.1)}.footer-teaser__social-link--facebook:hover{background:#1877f2;border-color:#1877f2}.footer-teaser__social-link--instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e6683c}.footer-teaser__social-link--linkedin:hover{background:#0077b5;border-color:#0077b5}.footer-teaser__social-link--twitter:hover{background:#1da1f2;border-color:#1da1f2}.footer-teaser__contact-title{font-size:1.2rem;font-weight:500;margin:0 0 1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--footer-teaser-accent);padding-bottom:.5rem}.footer-teaser__contact-items{display:flex;flex-direction:column;gap:1rem}.footer-teaser__contact-item{display:flex;align-items:center;gap:.75rem;color:#ccc;text-decoration:none;font-size:.95rem;padding:.75rem;background:#333;border-radius:6px;border:1px solid #404040;transition:all .3s ease}.footer-teaser__contact-item:hover{color:var(--footer-teaser-accent);border-color:var(--footer-teaser-accent);background:#d4a5741a;transform:translateY(-2px)}.footer-teaser__contact-icon{color:var(--footer-teaser-accent);flex-shrink:0}.footer-teaser__submit-btn.loading{opacity:.7;pointer-events:none}.footer-teaser__submit-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.footer-teaser__submit-btn.success{background:linear-gradient(135deg,#28a745,#20c997)}@keyframes spin{to{transform:rotate(360deg)}}.footer-teaser__newsletter[data-aos]{opacity:0;transform:translateY(30px)}.footer-teaser__newsletter[data-aos].aos-animate{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.footer-teaser__content{grid-template-columns:1fr 1fr}.footer-teaser__newsletter{grid-column:span 2}}@media (max-width: 768px){.footer-teaser{padding:40px 0}.footer-teaser__content{grid-template-columns:1fr;gap:2.5rem}.footer-teaser__newsletter{grid-column:span 1}.footer-teaser__input-wrapper{flex-direction:column}.footer-teaser__email-input{border-bottom:1px solid #404040}.footer-teaser__submit-btn{border-radius:0 0 8px 8px}.footer-teaser__social-list{justify-content:center}.footer-teaser__contact-items{align-items:center}.footer-teaser__contact-item{width:100%;max-width:300px;justify-content:center}}@media (max-width: 480px){.footer-teaser{padding:30px 0}.footer-teaser__content{gap:2rem}.footer-teaser__newsletter-title{font-size:1.5rem}.footer-teaser__social-link{width:44px;height:44px}.footer-teaser__contact-item{font-size:.9rem;padding:.625rem}}.footer-teaser--keyboard-nav .footer-teaser__email-input:focus,.footer-teaser--keyboard-nav .footer-teaser__submit-btn:focus,.footer-teaser--keyboard-nav .footer-teaser__link:focus,.footer-teaser--keyboard-nav .footer-teaser__social-link:focus,.footer-teaser--keyboard-nav .footer-teaser__contact-item:focus{outline:2px solid var(--footer-teaser-accent);outline-offset:2px}@media (prefers-color-scheme: light){.footer-teaser{background-color:#f8f8f8;color:#333;border-top-color:#e0e0e0}.footer-teaser__newsletter-title,.footer-teaser__links-title,.footer-teaser__social-title,.footer-teaser__contact-title{color:#333}.footer-teaser__newsletter-description,.footer-teaser__link,.footer-teaser__contact-item{color:#666}.footer-teaser__input-wrapper{background:#fff;border-color:#ccc}.footer-teaser__email-input{color:#333}.footer-teaser__email-input::placeholder{color:#999}.footer-teaser__privacy-text{color:#777}.footer-teaser__social-link{background:#fff;border-color:#ccc;color:#666}.footer-teaser__contact-item{background:#fff;border-color:#ccc}}@media (prefers-contrast: high){.footer-teaser__input-wrapper{border:3px solid currentColor}.footer-teaser__submit-btn{border:2px solid currentColor}.footer-teaser__social-link{border:3px solid currentColor}.footer-teaser__contact-item{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.footer-teaser__input-wrapper,.footer-teaser__submit-btn,.footer-teaser__link,.footer-teaser__social-link,.footer-teaser__contact-item{transition:none!important;animation:none!important}.footer-teaser__submit-btn:before{display:none}.footer-teaser__link:hover,.footer-teaser__social-link:hover,.footer-teaser__contact-item:hover{transform:none}}@media print{.footer-teaser{background:#fff!important;color:#000!important;border-top:1px solid #ccc;padding:20px 0}.footer-teaser__newsletter-form,.footer-teaser__social-list{display:none}.footer-teaser__newsletter-title,.footer-teaser__links-title,.footer-teaser__contact-title{color:#000!important}.footer-teaser__link,.footer-teaser__contact-item{color:#000!important;background:transparent!important;border:1px solid #ccc}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/footer-teaser.css.map */
