.delivery-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;overflow-y:auto}.delivery-modal-content{background:rgb(var(--background));border-radius:1rem;max-width:700px;width:100%;max-height:90vh;box-shadow:0 20px 40px rgba(0,0,0,.2);overflow:hidden;display:flex;flex-direction:column}.delivery-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgb(var(--border));flex-shrink:0}.delivery-modal-title{font-size:1.5rem;font-weight:600;color:rgb(var(--text-primary));margin:0}.delivery-modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;cursor:pointer;color:rgb(var(--text-secondary));transition:all .2s ease;border-radius:.5rem}.delivery-modal-close:hover{background:rgb(var(--surface));color:rgb(var(--text-primary))}.delivery-modal-close .icon{width:1.25rem;height:1.25rem}.delivery-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.delivery-modal-notice{background:rgb(var(--primary)/.1);border-left:4px solid rgb(var(--primary));padding:1rem;margin-bottom:1.5rem;border-radius:.5rem}.delivery-modal-notice p{margin:0;color:rgb(var(--text-primary));font-weight:500}.delivery-modal-section{margin-bottom:1rem}.delivery-modal-section:last-child{margin-bottom:0}.delivery-modal-subtitle{font-size:1rem;font-weight:600;color:rgb(var(--text-primary));margin:0 0 1rem}.delivery-modal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.delivery-modal-item{padding:.5rem 1rem;background:rgb(var(--surface));border-radius:.5rem;border:1px solid rgb(var(--border))}.delivery-modal-item strong{display:block;font-size:1rem;font-weight:600;color:rgb(var(--text-primary))}.delivery-modal-item p{margin:.5rem 0 0;color:rgb(var(--text-secondary));font-size:.9375rem;line-height:1.5}.delivery-modal-item p:first-of-type{margin-top:0}.delivery-modal-item em{color:rgb(var(--primary));font-style:normal;font-weight:500}.delivery-modal-warning{padding:.75rem;background:rgb(var(--warning)/.1);border-left:3px solid rgb(var(--warning));border-radius:.25rem}.delivery-modal-warning p{margin:0 0 .5rem;color:rgb(var(--warning));font-weight:600;font-size:.875rem}.delivery-modal-warning ul{list-style:disc;padding-left:1.25rem;margin:0}.delivery-modal-warning li{color:rgb(var(--text-secondary));font-size:.875rem;line-height:1.6;margin-bottom:.25rem}.delivery-modal-warning li:last-child{margin-bottom:0}[data-theme=dark] .delivery-modal-content{box-shadow:0 20px 40px rgba(0,0,0,.4)}[data-theme=dark] .delivery-modal-overlay{background:rgba(0,0,0,.7)}@media (max-width:768px){.delivery-modal-content{max-width:100%;max-height:95vh}.delivery-modal-header{padding:1.25rem}.delivery-modal-title{font-size:1.25rem}.delivery-modal-body{padding:1.25rem}.delivery-modal-subtitle{font-size:1.125rem}.delivery-modal-item{padding:.875rem}}@media (max-width:480px){.delivery-modal-overlay{padding:.5rem}.delivery-modal-header{padding:1rem}.delivery-modal-title{font-size:1.125rem}.delivery-modal-body{padding:1rem}.delivery-modal-subtitle{font-size:1rem}.delivery-modal-item{padding:.75rem}.delivery-modal-item strong{font-size:.9375rem}.delivery-modal-item p{font-size:.875rem}}.footer{background-color:rgb(var(--background-secondary));border-top:1px solid rgb(var(--border));padding:48px 0 32px;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-content{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:3rem}.footer-section{display:flex;flex:1;flex-direction:row;justify-content:space-around;gap:1rem;@media (max-width:768px){flex-direction:column;gap:2rem;align-items:center}}.footer-brand{gap:24px}.footer-logo-text{color:rgb(var(--text-primary));letter-spacing:2px}.footer-social{display:flex;flex-direction:column;gap:12px}.footer-social-title{color:rgb(var(--text-secondary));@media (max-width:768px){display:none}}.footer-social-links{display:flex;gap:12px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgb(var(--background-tertiary));color:rgb(var(--text-secondary));text-decoration:none;transition:all .2s ease}.footer-social-link:hover{transform:translateY(-2px)}.footer-social-link[href*=facebook]:hover{color:#1877f2}.footer-social-link[href*=instagram]:hover{color:#e4405f}.footer-social-link[href*=youtube]:hover{color:#ff0000}.footer-section-title{color:rgb(var(--text-primary));margin-bottom:8px}.footer-contact{display:flex;flex-direction:row;gap:3rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem}.footer-contact-item svg{color:rgb(var(--text-secondary));flex-shrink:0}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem}.footer-contact-hours{color:rgb(var(--text-tertiary))}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav-link{text-decoration:none;color:rgb(var(--text-secondary));transition:color .2s ease}.footer-nav-link:hover{color:rgb(var(--primary))}.footer-nav-button{background:none;border:none;padding:0;cursor:pointer;text-align:left;width:100%}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:768px){.footer{padding:32px 0 24px}.footer-container{padding:0 16px}.footer-content{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{grid-column:1/-1;flex-direction:column;align-items:flex-start;gap:16px}.footer-social{flex-direction:row;align-items:center;gap:16px}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:1}.footer-social{flex-direction:column;align-items:flex-start;gap:12px}}