.dty-footer{background:var(--dty-dark);color:var(--dty-white);margin-top:auto;width:100%;max-width:100%;overflow-x:clip}.dty-footer__main{padding:var(--space-12) 0 var(--space-8)}.dty-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-2)}@media(min-width:768px){.dty-footer__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}}@media(min-width:1024px){.dty-footer__grid{grid-template-columns:1fr 1fr 1fr 1.4fr;gap:var(--space-8)}}.dty-footer__column{border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.dty-footer__column{border-bottom:none}}.dty-footer__column-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-4) 0;font-family:var(--font-display);font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dty-white);background:none;border:none;cursor:pointer}.dty-footer__column-toggle .material-symbols-outlined{transition:transform var(--transition);font-size:20px}.dty-footer__column.is-open .dty-footer__column-toggle .material-symbols-outlined{transform:rotate(180deg)}@media(min-width:768px){.dty-footer__column-toggle{cursor:default;pointer-events:none;padding-top:0}.dty-footer__column-toggle .material-symbols-outlined{display:none}}.dty-footer__column-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.dty-footer__column.is-open .dty-footer__column-body{max-height:600px;padding-bottom:var(--space-4)}@media(min-width:768px){.dty-footer__column-body{max-height:none!important;overflow:visible;padding-bottom:0!important}}.dty-footer__links{display:flex;flex-direction:column;gap:var(--space-2)}.dty-footer__link{font-size:var(--text-sm);color:#ffffffbf;transition:color var(--transition);padding:var(--space-1) 0}.dty-footer__link:hover{color:var(--dty-blue)}.dty-footer__contact-item{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-2) 0;font-size:var(--text-sm);color:#ffffffd9}.dty-footer__contact-item .material-symbols-outlined{font-size:18px;color:var(--dty-blue);flex-shrink:0;margin-top:2px}.dty-footer__contact-item a{color:inherit;transition:color var(--transition)}.dty-footer__contact-item a:hover{color:var(--dty-blue)}.dty-footer__hours{margin-top:var(--space-4);padding:var(--space-3) var(--space-4);background:#ffffff0d;border-radius:var(--radius-lg);font-size:var(--text-sm);color:#ffffffb3;line-height:1.6}.dty-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:var(--space-6) 0}.dty-footer__bottom-inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-6);text-align:center}@media(min-width:768px){.dty-footer__bottom-inner{flex-direction:row;justify-content:space-between;text-align:left}}.dty-footer__localization{width:100%;max-width:280px}.dty-footer__localization .dty-localization__toggle{width:100%;justify-content:space-between;border-color:#fff3}.dty-footer__payments{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3)}.dty-footer__payment-icon{display:flex;align-items:center;justify-content:center;height:28px;padding:0 var(--space-2);background:var(--dty-white);border-radius:var(--radius-sm);font-size:10px;font-weight:700;color:var(--dty-dark);letter-spacing:.02em;min-width:44px}.dty-footer__social{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3)}.dty-footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;color:var(--dty-white);border-radius:var(--radius-full);transition:background var(--transition),color var(--transition),transform var(--transition)}.dty-footer__social-link svg{width:18px;height:18px}.dty-footer__social-link:hover{background:var(--dty-blue);color:var(--dty-white);transform:translateY(-1px)}.dty-footer__legal{font-size:var(--text-xs);color:#ffffff80;line-height:1.6;max-width:600px}.dty-footer__copyright{font-size:var(--text-xs);color:#ffffff80}.dty-footer__mission{background:rgba(var(--dty-dark-rgb),.96);border-bottom:1px solid rgba(255,255,255,.08);padding:var(--space-10) 0}.dty-footer__mission-inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-4);max-width:640px}@media(min-width:768px){.dty-footer__mission-inner{flex-direction:row;align-items:flex-start;max-width:100%;gap:var(--space-10)}}.dty-footer__mission-logo{flex-shrink:0}.dty-footer__mission-logo img,.dty-footer__mission-logo-img{opacity:.9}.dty-footer__mission-text{font-size:var(--text-sm);color:#ffffffbf;line-height:1.7;margin:0;max-width:520px}.dty-footer__newsletter-band{background:var(--dty-blue);padding:var(--space-8) 0}.dty-footer__newsletter-inner{display:flex;flex-direction:column;gap:var(--space-5);align-items:flex-start}@media(min-width:768px){.dty-footer__newsletter-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-8)}}.dty-footer__newsletter-copy{flex-shrink:0}.dty-footer__newsletter-heading{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;color:var(--dty-white);margin:0 0 var(--space-1)}.dty-footer__newsletter-sub{font-size:var(--text-sm);color:#ffffffd9;margin:0}.dty-footer__newsletter-form{flex:1;max-width:480px;width:100%}.dty-footer__newsletter-fields{display:flex;gap:var(--space-2)}.dty-footer__newsletter-input{flex:1;padding:var(--space-3) var(--space-4);border:none;border-radius:var(--radius-full);font-size:var(--text-sm);background:#ffffff26;color:var(--dty-white);outline:none;min-width:0;transition:background var(--transition)}.dty-footer__newsletter-input::placeholder{color:#ffffffa6}.dty-footer__newsletter-input:focus{background:#ffffff40}.dty-footer__newsletter-btn{flex-shrink:0;white-space:nowrap;padding:var(--space-3) var(--space-5);font-size:var(--text-sm)}.dty-footer__newsletter-success{font-size:var(--text-sm);color:var(--dty-white);font-weight:600;padding:var(--space-3) 0}.dty-footer__newsletter-error{font-size:var(--text-xs);color:#ffffffe6;margin-top:var(--space-2);background:#0003;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md)}.dty-footer__back-to-top{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;color:var(--dty-white);border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);transition:background var(--transition),border-color var(--transition),transform var(--transition);cursor:pointer;flex-shrink:0}.dty-footer__back-to-top:hover{background:var(--dty-blue);border-color:var(--dty-blue);transform:translateY(-2px)}.dty-footer__back-to-top .material-symbols-outlined{font-size:20px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/dty-footer.css.map */
