:root{--neuro-bg: #fbe9d5;--neuro-dark-shadow: rgba(88, 46, 26, .15);--neuro-light-shadow: rgba(255, 255, 255, .9);--neuro-text: #582e1a;--neuro-text-muted: #aa856d;--neuro-accent: #fabd52;--neuro-accent-soft: #d1592b;--neuro-radius: 20px;--neuro-radius-sm: 12px;--neuro-radius-round: 50%}.frietchalet-footer{background:var(--neuro-bg);color:var(--neuro-text);margin-top:0;padding-top:0;box-shadow:-10px -10px 30px var(--neuro-light-shadow),10px 10px 30px var(--neuro-dark-shadow)}.frietchalet-footer__main{padding:60px 20px;border-bottom:1px solid rgba(64,64,67,.3);background:var(--neuro-bg)}.frietchalet-footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:40px;align-items:start}.frietchalet-footer__column{display:flex;flex-direction:column;background:var(--neuro-bg);padding:25px;border-radius:var(--neuro-radius);box-shadow:inset 3px 3px 8px var(--neuro-dark-shadow),inset -3px -3px 8px var(--neuro-light-shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.frietchalet-footer__column:hover{box-shadow:-5px -5px 15px var(--neuro-light-shadow),5px 5px 15px var(--neuro-dark-shadow);transform:translateY(-2px)}.frietchalet-footer__column--logo{padding:30px;box-shadow:-8px -8px 20px var(--neuro-light-shadow),8px 8px 20px var(--neuro-dark-shadow)}.frietchalet-footer__logo{display:inline-block;margin-bottom:20px;padding:15px 20px;border-radius:var(--neuro-radius-sm);background:var(--neuro-bg);box-shadow:inset 4px 4px 10px var(--neuro-dark-shadow),inset -4px -4px 10px var(--neuro-light-shadow);transition:all .3s ease}.frietchalet-footer__logo:hover{box-shadow:-3px -3px 10px var(--neuro-light-shadow),3px 3px 10px var(--neuro-dark-shadow)}.frietchalet-footer__logo img{max-width:200px;height:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.frietchalet-footer__logo-text{font-size:32px;font-weight:400;color:var(--neuro-text);text-decoration:none;text-transform:uppercase;font-family:Bevan,Georgia,serif;letter-spacing:.02em;display:inline-block;margin-bottom:20px;text-shadow:2px 2px 4px rgba(88,46,26,.2),-1px -1px 2px rgba(255,255,255,.5);transition:all .3s ease}.frietchalet-footer__logo-text:hover{color:var(--neuro-accent-soft);letter-spacing:.03em;text-shadow:3px 3px 6px rgba(88,46,26,.25),-2px -2px 4px rgba(255,255,255,.6)}.frietchalet-footer__description{font-size:15px;line-height:1.8;color:var(--neuro-text-muted);margin:0 0 15px;padding:15px;border-radius:var(--neuro-radius-sm);background:var(--neuro-bg);box-shadow:inset 2px 2px 5px #1a1a1d80,inset -2px -2px 5px #4040434d}.frietchalet-footer__contact-info{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.frietchalet-footer__contact-link{color:var(--neuro-text-muted);text-decoration:none;font-size:15px;padding:10px 15px;border-radius:var(--neuro-radius-sm);background:var(--neuro-bg);box-shadow:inset 2px 2px 5px var(--neuro-dark-shadow),inset -2px -2px 5px var(--neuro-light-shadow);transition:all .3s ease;display:inline-block;font-family:Crimson Text,Georgia,serif;font-weight:600;font-style:normal}.frietchalet-footer__contact-link:hover{color:var(--neuro-accent);box-shadow:-3px -3px 8px var(--neuro-light-shadow),3px 3px 8px var(--neuro-dark-shadow);transform:translate(3px)}.frietchalet-footer__social{display:flex;gap:15px;margin-top:10px}.frietchalet-footer__social a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--neuro-bg);border-radius:var(--neuro-radius-round);color:var(--neuro-text);box-shadow:-5px -5px 12px var(--neuro-light-shadow),5px 5px 12px var(--neuro-dark-shadow);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.frietchalet-footer__social a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--neuro-radius-round);background:linear-gradient(145deg,var(--neuro-light-shadow),var(--neuro-dark-shadow));opacity:0;transition:opacity .3s ease}.frietchalet-footer__social a:hover{box-shadow:inset 5px 5px 10px var(--neuro-dark-shadow),inset -5px -5px 10px var(--neuro-light-shadow);color:var(--neuro-accent);transform:scale(.95)}.frietchalet-footer__social a:active{transform:scale(.9)}.frietchalet-footer__social a svg{position:relative;z-index:1;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3))}.frietchalet-footer__title{font-size:18px;font-weight:400;color:var(--neuro-text);text-transform:uppercase;margin:0 0 20px;letter-spacing:.05em;padding-bottom:12px;border-bottom:2px solid transparent;font-family:Bevan,Georgia,serif;background:linear-gradient(90deg,var(--neuro-accent) 0%,transparent 100%) bottom / 60% 2px no-repeat;text-shadow:1px 1px 3px rgba(88,46,26,.2),-1px -1px 2px rgba(255,255,255,.5)}.frietchalet-footer__list{list-style:none;padding:0;margin:0}.frietchalet-footer__list--split{column-count:2;column-gap:20px;widows:2;orphans:2}.frietchalet-footer__list--split li{break-inside:avoid-column;page-break-inside:avoid;margin-bottom:16px;display:inline-block;width:100%}.frietchalet-footer__list li{margin-bottom:16px;font-size:15px;line-height:1.6;padding:8px 12px;border-radius:var(--neuro-radius-sm);background:var(--neuro-bg);box-shadow:inset 1px 1px 3px #1a1a1d4d,inset -1px -1px 3px #40404333;transition:all .3s ease}.frietchalet-footer__list li:last-child{margin-bottom:0}.frietchalet-footer__list li:hover{box-shadow:-2px -2px 6px var(--neuro-light-shadow),2px 2px 6px var(--neuro-dark-shadow);transform:translate(5px)}.frietchalet-footer__list a{color:var(--neuro-text-muted);text-decoration:none;transition:color .3s ease;display:block;font-family:Crimson Text,Georgia,serif;font-weight:400;font-style:normal}.frietchalet-footer__list a:hover{color:var(--neuro-accent)}.frietchalet-footer__address{color:var(--neuro-text-muted);font-style:normal}.frietchalet-footer__hours li{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:10px 15px;border-radius:var(--neuro-radius-sm);background:var(--neuro-bg);box-shadow:inset 2px 2px 5px var(--neuro-dark-shadow),inset -2px -2px 5px var(--neuro-light-shadow);transition:all .3s ease}.frietchalet-footer__hours li:hover{box-shadow:-3px -3px 8px var(--neuro-light-shadow),3px 3px 8px var(--neuro-dark-shadow)}.frietchalet-footer__hours .day{font-family:Crimson Text,Georgia,serif;font-weight:700;font-style:normal;color:var(--neuro-text);min-width:90px;flex-shrink:0;text-shadow:1px 1px 2px rgba(88,46,26,.1)}.frietchalet-footer__hours .time{font-family:Crimson Text,Georgia,serif;font-weight:600;font-style:normal;color:var(--neuro-accent-soft);text-align:right;line-height:1.4;text-shadow:1px 1px 2px rgba(88,46,26,.1)}.frietchalet-footer__bottom{padding:25px 20px;background:var(--neuro-bg);box-shadow:inset 0 4px 12px var(--neuro-dark-shadow),inset 0 -2px 8px var(--neuro-light-shadow)}.frietchalet-footer__bottom .frietchalet-footer__container{display:block}.frietchalet-footer__bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:15px 25px;border-radius:var(--neuro-radius);background:var(--neuro-bg);box-shadow:-3px -3px 10px var(--neuro-light-shadow),3px 3px 10px var(--neuro-dark-shadow)}.frietchalet-footer__copyright{font-size:14px;color:var(--neuro-text-muted);text-shadow:1px 1px 2px rgba(88,46,26,.1)}.frietchalet-footer__payment{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.frietchalet-footer__payment .payment-icon{height:32px;width:auto;padding:6px 10px;border-radius:8px;background:var(--neuro-bg);box-shadow:-3px -3px 8px var(--neuro-light-shadow),3px 3px 8px var(--neuro-dark-shadow);transition:all .3s ease;filter:brightness(1.1)}.frietchalet-footer__payment .payment-icon:hover{box-shadow:inset 3px 3px 6px var(--neuro-dark-shadow),inset -3px -3px 6px var(--neuro-light-shadow);transform:scale(.95);filter:brightness(1.2)}.frietchalet-footer a:focus,.frietchalet-footer button:focus{outline:2px solid var(--neuro-accent);outline-offset:3px;border-radius:4px}@media(prefers-contrast:high){:root{--neuro-text: #3a1d10;--neuro-text-muted: #582e1a;--neuro-accent: #d1592b}.frietchalet-footer__column,.frietchalet-footer__list li{border:2px solid rgba(88,46,26,.5)}}@media(max-width:1024px){.frietchalet-footer__container{grid-template-columns:repeat(2,1fr);gap:30px}.frietchalet-footer__column--logo{grid-column:1 / -1;text-align:center}.frietchalet-footer__social{justify-content:center}.frietchalet-footer__logo,.frietchalet-footer__logo-text{margin-left:auto;margin-right:auto}}@media(max-width:768px){.frietchalet-footer{box-shadow:none;border-top:1px solid rgba(88,46,26,.1);overflow-x:hidden;width:100%}.frietchalet-footer__main{padding:30px 10px;width:100%;box-sizing:border-box}.frietchalet-footer__container{grid-template-columns:1fr;gap:25px;width:100%;margin:0;box-sizing:border-box;display:block}.frietchalet-footer__column{width:100%;max-width:100%;box-sizing:border-box;text-align:center;padding:20px 15px;margin-bottom:20px;box-shadow:inset 2px 2px 6px var(--neuro-dark-shadow),inset -2px -2px 6px var(--neuro-light-shadow)}.frietchalet-footer__column:last-child{margin-bottom:0}.frietchalet-footer__column--logo{box-shadow:none;background:transparent;padding:10px 10px 30px;margin-bottom:10px}.frietchalet-footer__logo img{max-width:80%;height:auto}.frietchalet-footer__logo-text{font-size:24px;word-wrap:break-word;padding:0 10px}.frietchalet-footer__list{text-align:center;width:100%}.frietchalet-footer__list--split{column-count:1;column-gap:0}.frietchalet-footer__list li{justify-content:center;width:100%;box-sizing:border-box}.frietchalet-footer__list li:hover{transform:none;transform:scale(1.02)}.frietchalet-footer__hours li{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:10px;padding:10px 12px;width:100%;box-sizing:border-box}.frietchalet-footer__hours .day{text-align:left;font-size:14px;flex:1}.frietchalet-footer__hours .time{text-align:right;font-size:14px;flex:1}.frietchalet-footer__bottom{padding:20px 10px;box-shadow:none;border-top:1px solid rgba(88,46,26,.05);width:100%;box-sizing:border-box}.frietchalet-footer__bottom-content{display:flex;flex-direction:column;text-align:center;gap:20px;padding:20px 15px;width:100%;max-width:100%;box-sizing:border-box;box-shadow:none;border:1px solid rgba(88,46,26,.05);border-radius:12px;align-items:center}.frietchalet-footer__copyright{font-size:13px;line-height:1.5;word-break:break-word;width:100%;padding:0 5px}.frietchalet-footer__payment{justify-content:center;flex-wrap:wrap;gap:10px;width:100%;display:flex}.frietchalet-footer__payment .payment-icon{max-width:50px;height:auto}.frietchalet-footer__social{justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:10px}.frietchalet-footer__social a{width:48px;height:48px}}@media(max-width:480px){:root{--neuro-radius: 15px;--neuro-radius-sm: 10px}.frietchalet-footer__column{padding:15px}.frietchalet-footer__social a{width:42px;height:42px}}@media(prefers-reduced-motion:no-preference){.frietchalet-footer__column,.frietchalet-footer__list li,.frietchalet-footer__social a,.frietchalet-footer__payment .payment-icon{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),color .3s ease}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.frietchalet-footer{box-shadow:none;background:#fff;color:#582e1a}.frietchalet-footer__column{box-shadow:none;border:2px solid #582e1a}.frietchalet-footer__social,.frietchalet-footer__payment{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/footer-neumorphism.css.map */
