:root{--footer-primary: #4a6cf7;--footer-secondary: #3b82f6;--footer-accent: #f97316;--footer-logo-height: 50px;--footer-logo-max-width: 200px}.pira-footer{background:linear-gradient(180deg,#f8f8f8,#f2f2f2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow:hidden;border-top:1px solid #e5e5e5}.footer-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.footer-newsletter{background:linear-gradient(45deg,var(--footer-primary) 0%,var(--footer-secondary) 100%);padding:50px 20px;text-align:center;position:relative;overflow:hidden}.footer-newsletter:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite;pointer-events:none}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.newsletter-content{max-width:600px;margin:0 auto;position:relative;z-index:2}.newsletter-title{font-size:2.5rem;font-weight:700;margin:0 0 10px;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.newsletter-subtitle{font-size:1.1rem;margin:0 0 30px;opacity:.9;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:15px;align-items:center}.newsletter-input-group{display:flex;gap:0;width:100%;max-width:380px;background:#fff;border-radius:6px;padding:4px;border:1px solid #e0e0e0;box-shadow:0 2px 5px #00000008}.newsletter-input{flex:1;padding:10px 15px;border:none;background:transparent;color:#333;font-size:.95rem;outline:none;border-radius:6px}.newsletter-input::placeholder{color:#aaa}.newsletter-btn{padding:8px 15px;background:var(--footer-accent);color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a;filter:brightness(1.05)}.newsletter-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter-label{display:block;font-size:.8rem;margin-top:8px;color:#888}.footer-main{padding:40px 20px 30px}.footer-content-wrapper{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-brand-container{flex:1;min-width:300px;max-width:400px}.footer-links-grid{display:flex;flex-wrap:wrap;gap:40px;flex:1;justify-content:space-around}.footer-column{display:flex;flex-direction:column;min-width:150px}.footer-title{font-size:1.1rem;font-weight:600;margin:0 0 15px;color:#333;position:relative;text-transform:uppercase;letter-spacing:.5px}.footer-title:after{content:"";position:absolute;bottom:-6px;left:0;width:30px;height:2px;background:var(--footer-accent);border-radius:2px}.footer-description{font-size:.95rem;line-height:1.5;margin:0 0 20px;color:#666}.footer-newsletter-compact{margin-bottom:20px}.footer-social{display:flex;gap:12px;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f2f2f2;border-radius:50%;color:#666;text-decoration:none;transition:all .3s ease;border:1px solid #e0e0e0}.social-link:hover{background:var(--footer-accent);color:#fff;transform:translateY(-3px);border-color:var(--footer-accent);box-shadow:0 4px 8px #0000001a}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-link{color:#666;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;display:inline-block}.footer-link:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--footer-accent);transition:width .3s ease}.footer-link:hover{color:var(--footer-accent);transform:translate(3px)}.footer-link:hover:before{width:100%}.footer-payments{padding:25px 20px;text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-top:20px;background:#f8f8f8}.payments-icons{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.payment-icon{padding:8px;background:#fff;border-radius:6px;transition:all .3s ease;border:1px solid #e0e0e0;box-shadow:0 2px 4px #00000005}.payment-text{font-size:.85rem;color:#666;margin-left:12px;font-weight:500}.payment-icon:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.footer-bottom{padding:20px;background:transparent;border-top:1px solid #e0e0e0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-copyright{color:#888;font-size:.9rem}.footer-copyright p{margin:0}.footer-legal{display:flex;gap:25px}.legal-link{color:#666;text-decoration:none;font-size:.85rem;transition:color .3s ease;font-weight:500}.legal-link:hover{color:var(--footer-accent)}.footer-logo{margin-bottom:15px}.footer-logo-image{max-height:var(--footer-logo-height, 50px);max-width:var(--footer-logo-max-width, 200px);height:auto;width:auto;object-fit:contain;transition:opacity .3s ease}.footer-logo--maintain-ratio .footer-logo-image{width:var(--footer-logo-height, 50px);height:var(--footer-logo-height, 50px);object-fit:contain}.footer-logo-image:hover{opacity:.8}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#333}.footer-logo--left{text-align:left}.footer-logo--center{text-align:center}.footer-logo--right{text-align:right}@media(max-width:900px){.footer-content-wrapper{flex-direction:column;gap:30px}.footer-brand-container{max-width:100%}.footer-links-grid{justify-content:flex-start;gap:30px}}@media(max-width:768px){.newsletter-input-group{max-width:100%}.footer-main{padding:35px 15px}.footer-links-grid{gap:25px}.footer-column{min-width:130px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-legal{flex-direction:column;gap:10px}}@media(max-width:480px){.footer-content-wrapper{gap:30px}.footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-column{width:100%}.footer-title:after{left:0;transform:none}.footer-logo{text-align:center}.footer-main{padding:30px 15px}.footer-payments,.footer-bottom{padding:20px 15px}.payment-icon{padding:6px}.payment-text{font-size:.8rem;display:block;margin:5px 0 0;width:100%}.footer-social{justify-content:flex-start;margin-top:8px}.newsletter-input-group{max-width:100%}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.footer-link:focus,.social-link:focus,.newsletter-btn:focus,.legal-link:focus{outline:2px solid var(--footer-primary);outline-offset:2px}@media(prefers-color-scheme:light){.pira-footer{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333}.footer-newsletter{background:linear-gradient(45deg,var(--footer-primary) 0%,var(--footer-secondary) 100%)}.footer-title{color:#333}.footer-description{color:#333c}.footer-link{color:#333333b3}.footer-link:hover{color:#333}.footer-copyright,.legal-link{color:#333333b3}.legal-link:hover{color:#333}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/pira-footer.css.map */
