@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=Libre+Caslon+Text:wght@400;700&family=Roboto+Mono:wght@400;700&display=swap";.bottom-navigation{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;align-items:center;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 10px #0000001a;z-index:1000;border-top:1px solid #f0f0f0;animation:slideUpNav .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;height:70px}@media (max-width: 480px){.bottom-navigation{height:65px;padding:6px 0;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px))}}@keyframes slideUpNav{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;padding:8px 12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;position:relative;min-width:60px;flex:1}@media (max-width: 480px){.nav-item{padding:8px;min-width:50px}.nav-item svg{width:22px;height:22px}.nav-item span{font-size:.7rem}}.nav-item svg{color:#2e2e2e;transition:color .2s ease}.nav-item span{font-size:.75rem;color:#2e2e2e;font-family:Sora,sans-serif;font-weight:500;transition:color .2s ease}.nav-item.active svg,.nav-item.active span{color:#ea1d2c}.nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#ea1d2c;border-radius:0 0 3px 3px;animation:slideInIndicator .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInIndicator{0%{width:0;opacity:0}to{width:40px;opacity:1}}.nav-item:hover:not(.active){background:#ea1d2c0d;transform:translateY(-2px)}.nav-item:active{transform:translateY(0) scale(.95)}.bottom-cart-bar{position:fixed;bottom:80px;left:0;right:0;background:#ea1d2c;color:#fff;padding:12px 20px;display:flex;align-items:center;gap:12px;z-index:999;cursor:pointer;box-shadow:0 -4px 20px #ea1d2c4d;animation:slideUpBottomCart .4s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.bottom-cart-bar{bottom:70px;padding:10px 16px;gap:10px}.cart-icon-wrapper svg{width:22px;height:22px}.cart-items-text{font-size:.8rem}.cart-total-text{font-size:1rem}.cart-action{font-size:.9rem}.cart-action svg{width:18px;height:18px}}.bottom-cart-bar:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 -6px 24px #ea1d2c66}.bottom-cart-bar:active{transform:translateY(0)}.cart-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.cart-badge{position:absolute;top:-8px;right:-8px;background:#4cd964;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 4px #0003}.cart-info{flex:1;display:flex;flex-direction:column;gap:2px}.cart-items-text{font-size:.85rem;opacity:.9;font-family:Sora,sans-serif}.cart-total-text{font-size:1.1rem;font-weight:700;font-family:Sora,sans-serif}.cart-action{display:flex;align-items:center;gap:4px;font-weight:600;font-size:.95rem;font-family:Sora,sans-serif}.promotion-banner{background:#ea1d2c;color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:100;animation:slideDownBanner .5s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ea1d2c33}.promotion-content{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;font-family:Sora,sans-serif;flex:1}@media (max-width: 480px){.promotion-content{font-size:.8rem;gap:4px}}@keyframes slideDownBanner{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.promotion-text{font-size:.9rem;font-weight:600;font-family:Sora,sans-serif;flex:1}.promotion-close{background:none;border:none;color:#fff;padding:4px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.8;transition:all .2s ease;border-radius:4px;margin-left:12px}.promotion-close:hover{opacity:1;background:#ffffff1a}@media (max-width: 480px){.promotion-banner{padding:10px 16px}.promotion-content{font-size:.85rem;gap:6px}.promotion-close{padding:4px 6px;margin-left:8px}.promotion-close svg{width:14px;height:14px}}.restaurant-header-section{margin-bottom:24px;background:#fff}.pizza-hero-image{position:relative;width:100%;height:240px;overflow:hidden;border-radius:0 0 16px 16px}@media (max-width: 480px){.pizza-hero-image{height:200px;border-radius:0 0 12px 12px}}.pizza-hero-image img{width:100%;height:100%;object-fit:cover}.pizza-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;justify-content:space-between;align-items:flex-end;gap:10px}@media (max-width: 480px){.pizza-hero-overlay{padding:10px 12px;flex-wrap:wrap}.pizza-hero-icons{order:-1;width:100%;justify-content:flex-end;margin-bottom:6px}}.restaurant-logo-overlay{background:#fff;padding:6px;border-radius:10px;width:70px;height:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 480px){.restaurant-logo-overlay{width:50px;height:50px;padding:4px;border-radius:8px}}.restaurant-logo-overlay img{width:100%;height:100%;object-fit:contain}.pizza-hero-icons{display:flex;gap:8px}.icon-btn{width:40px;height:40px;border-radius:50%;border:2px solid white;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}@media (max-width: 480px){.icon-btn{width:36px;height:36px}.icon-btn svg{width:18px;height:18px}}.icon-btn:hover{background:#ffffff4d;transform:scale(1.1)}.icon-btn.instagram{border-color:#e4405f;background:#e4405fcc}.restaurant-info-card{background:#fff;padding:14px 16px;margin-top:-10px;border-radius:16px 16px 0 0;box-shadow:0 -2px 10px #0000000d;position:relative;z-index:10}.restaurant-name-row{display:flex;align-items:center;gap:6px;margin-bottom:12px}.restaurant-name-row h1{font-size:1.3rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;line-height:1.2}@media (max-width: 480px){.restaurant-info-card{padding:12px 14px}.restaurant-name-row{margin-bottom:10px}.restaurant-name-row h1{font-size:1.15rem}.restaurant-name-row svg{width:16px;height:16px}}.restaurant-details{display:flex;flex-direction:column;gap:8px}.detail-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#2e2e2e;font-family:Sora,sans-serif;flex-wrap:wrap;line-height:1.3}.detail-item svg{flex-shrink:0;width:16px;height:16px}@media (max-width: 480px){.restaurant-details{gap:6px}.detail-item{font-size:.8rem;gap:5px}.detail-item svg{width:14px;height:14px}}.status-text{color:#ea1d2c;font-weight:600}.free-text{color:#ea1d2c;font-weight:600;margin-left:8px}.delivery-info-card{background:#f8f8f8;padding:12px 16px;border-radius:10px;margin:12px 16px;display:flex;flex-direction:column;gap:8px}.delivery-info-item{font-size:.85rem}.delivery-info-item svg{width:16px;height:16px}@media (max-width: 480px){.delivery-info-card{margin:12px;padding:10px 12px;gap:6px}.delivery-info-item{font-size:.8rem;gap:6px}.delivery-info-item svg{width:14px;height:14px}}.delivery-info-item{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#2e2e2e;font-family:Sora,sans-serif}.delivery-info-item strong{font-weight:700}.free-delivery-text{color:#4cd964;font-weight:600}.super-restaurant-badge{background:linear-gradient(135deg,#ff6b9d,#ff8fab);color:#fff;padding:10px 16px;border-radius:10px;margin:0 16px 12px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:600;font-size:.9rem;font-family:Sora,sans-serif;box-shadow:0 4px 12px #ff6b9d4d}.super-restaurant-badge svg{width:18px;height:18px}@media (max-width: 480px){.super-restaurant-badge{margin:0 12px 12px;padding:8px 14px;font-size:.85rem;gap:5px}.super-restaurant-badge svg{width:16px;height:16px}}.reviews-section{padding:12px 16px;background:#f5f5f5}@media (max-width: 480px){.reviews-section{padding:12px}.reviews-summary-card{padding:16px;margin-bottom:12px}.rating-number{font-size:2rem}.rating-stars{gap:2px}.rating-stars svg{width:18px;height:18px}.reviews-count{font-size:.85rem;margin-top:2px}.total-reviews{font-size:.8rem}}.reviews-summary-card{background:#fff;border:2px solid #ffb3d1;border-radius:12px;padding:16px;margin-bottom:16px;text-align:center}.rating-display{display:flex;flex-direction:column;align-items:center;gap:4px}.rating-number{font-size:2.5rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;line-height:1}.rating-stars{display:flex;gap:2px}.rating-stars svg{width:20px;height:20px}.reviews-count{font-size:.85rem;color:#2e2e2e;font-family:Sora,sans-serif;margin-top:2px}.total-reviews{font-size:.8rem;color:#717171;font-family:Sora,sans-serif}.reviews-list{display:flex;flex-direction:column;gap:12px}.review-card{background:#fff;border-radius:10px;padding:12px;display:flex;gap:10px;box-shadow:0 1px 3px #0000000a}@media (max-width: 480px){.reviews-list{gap:10px}.review-card{padding:10px;gap:10px;flex-direction:row;align-items:flex-start}.review-image{width:70px;height:70px;flex-shrink:0;order:0}.review-header{flex-direction:row;align-items:center;gap:8px;margin-bottom:4px}}.review-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px;gap:8px;flex-wrap:wrap}.reviewer-name{font-size:.9rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.review-rating{display:flex;align-items:center;gap:4px;flex-shrink:0}.rating-value{font-size:.85rem;font-weight:600;color:#2e2e2e;font-family:Sora,sans-serif}.stars-small{display:flex;gap:1px}.stars-small svg{width:14px;height:14px}.review-text{font-size:.85rem;color:#717171;line-height:1.4;font-family:Sora,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.review-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.review-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 480px){.reviewer-name{font-size:.85rem}.rating-value{font-size:.8rem}.stars-small svg{width:12px;height:12px}.review-text{font-size:.8rem;line-height:1.3;-webkit-line-clamp:2}}.instagram-section{padding:12px 16px;background:#f5f5f5}@media (max-width: 480px){.instagram-section{padding:12px}.instagram-profile-card{padding:10px;margin-bottom:10px}}.instagram-profile-card{background:#fff;border-radius:10px;padding:12px;margin-bottom:12px;box-shadow:0 1px 3px #0000000a}.instagram-profile-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px}.profile-picture{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-picture img{width:100%;height:100%;object-fit:cover}.profile-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.profile-name-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.profile-username{font-size:.95rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-name-row svg{width:16px;height:16px;flex-shrink:0}.profile-display-name{font-size:.8rem;color:#717171;font-family:Sora,sans-serif;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.follow-button{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcaf45);color:#fff;border:none;padding:5px 12px;border-radius:5px;font-weight:600;font-size:.75rem;cursor:pointer;font-family:Sora,sans-serif;transition:all .3s ease;white-space:nowrap;flex-shrink:0;align-self:flex-start;margin-top:2px}.follow-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #833ab44d}@media (max-width: 480px){.instagram-profile-header{gap:6px;margin-bottom:8px;align-items:flex-start}.profile-picture{width:40px;height:40px}.profile-username{font-size:.8rem}.profile-name-row svg{width:12px;height:12px}.profile-display-name{font-size:.7rem}.follow-button{padding:4px 10px;font-size:.7rem;border-radius:4px;margin-top:0}}.instagram-stats{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:8px;border-top:1px solid #f0f0f0}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-number{font-size:1.2rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;line-height:1}.stat-label{font-size:.75rem;color:#717171;font-family:Sora,sans-serif}.stat-divider{width:1px;height:28px;background:#e0e0e0}@media (max-width: 480px){.instagram-stats{gap:10px;padding-top:6px}.stat-number{font-size:1.1rem}.stat-label{font-size:.7rem}.stat-divider{height:24px}}.stories-section{margin-bottom:16px}.stories-header{margin-bottom:10px}.stories-header h3{font-size:.95rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;text-align:center}@media (max-width: 480px){.stories-section{margin-bottom:12px}.stories-header h3{font-size:.9rem}.swipe-hint{font-size:.75rem}}.stories-scroll-container{display:flex;gap:12px;overflow-x:auto;padding:12px 20px;margin:0 -20px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.stories-scroll-container::-webkit-scrollbar{display:none}.story-frame{min-width:180px;width:180px;height:320px;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 4px 12px #0003;flex-shrink:0;scroll-snap-align:start}@media (max-width: 480px){.stories-scroll-container{padding:12px 16px;margin:0 -16px 12px;gap:10px}.story-frame{min-width:150px;width:150px;height:260px}.posts-grid{margin:0 -16px 20px}}.story-frame img{width:100%;height:100%;object-fit:cover}.swipe-hint{text-align:center;font-size:.85rem;color:#717171;font-family:Sora,sans-serif}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:20px;background:#fff;border-radius:12px;overflow:hidden;padding:2px}.post-item{aspect-ratio:1;overflow:hidden}.post-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-item:hover img{transform:scale(1.05)}.view-profile-link{display:flex;align-items:center;justify-content:center;gap:8px;color:#ea1d2c;text-decoration:none;font-weight:600;font-size:.95rem;font-family:Sora,sans-serif;padding:12px;transition:all .3s ease}.view-profile-link:hover{color:#d41a29;transform:translate(4px)}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.location-modal{background:#fff;border-radius:20px;padding:30px 24px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #0000004d}@media (max-width: 480px){.location-modal{max-width:90%;padding:24px 20px;border-radius:16px;max-height:95vh}.location-modal-header h2{font-size:1.3rem}.location-modal-header p{font-size:.9rem}.location-icon-circle{width:50px;height:50px}.location-icon-circle svg{width:20px;height:20px}.location-spinner{width:40px;height:40px;border-width:3px}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.location-modal-header{text-align:center;margin-bottom:24px}.location-icon-circle{width:60px;height:60px;background:#fff5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.location-modal-header h2{font-size:1.3rem;font-weight:700;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.location-modal-header p{font-size:.9rem;color:#717171;line-height:1.5}.location-form{margin-bottom:24px}.location-form .form-group{margin-bottom:16px}.location-form label{display:block;font-size:.9rem;font-weight:500;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.select-wrapper{position:relative}.select-wrapper select{width:100%;padding:12px 40px 12px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:Sora,sans-serif;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.select-wrapper select:focus{outline:none;border-color:#ea1d2c;box-shadow:0 0 0 3px #ea1d2c1a;transform:translateY(-1px)}.select-wrapper select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.select-wrapper svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#717171}.confirm-location-button{width:100%;background:#4cd964;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4cd9644d}.confirm-location-button:hover:not(:disabled){background:#3db850;transform:translateY(-2px);box-shadow:0 6px 16px #4cd96466}.confirm-location-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #4cd9644d}.confirm-location-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detecting-location{text-align:center;padding:40px 20px}.location-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#ea1d2c;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}.detecting-location p{color:#717171;font-size:.95rem;font-family:Sora,sans-serif}.location-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.location-success-modal{background:#fff;border-radius:20px;padding:40px 24px;max-width:400px;width:100%;text-align:center;animation:slideUpSuccess .5s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px #0000004d}@media (max-width: 480px){.location-success-modal{padding:32px 20px;max-width:90%;border-radius:16px}.success-icon{width:70px;height:70px;margin-bottom:20px}.success-icon svg{width:36px;height:36px}}@keyframes slideUpSuccess{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.success-icon{width:80px;height:80px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .5s cubic-bezier(.4,0,.2,1),pulseSuccess 2s ease-in-out infinite .5s}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulseSuccess{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.location-success-modal h2{font-size:1.2rem;font-weight:700;color:#2e2e2e;margin-bottom:12px;font-family:Sora,sans-serif;line-height:1.4}.location-success-modal p{font-size:.95rem;color:#717171;margin-bottom:24px;line-height:1.5}.view-menu-button{width:100%;background:#4cd964;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4cd9644d;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .3s both}.view-menu-button:hover{background:#3db850;transform:translateY(-2px);box-shadow:0 6px 16px #4cd96466}.view-menu-button:active{transform:translateY(0);box-shadow:0 2px 8px #4cd9644d}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:3000;display:flex;align-items:flex-end;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-modal{background:#fff;width:100%;max-height:90vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUpModal .4s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 20px #00000026;overflow:hidden}@media (max-width: 480px){.product-modal{max-height:95vh;border-radius:16px 16px 0 0}.product-modal-header{padding:12px 16px}.product-modal-content{padding:16px 16px 100px}}.product-modal-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:flex-end}.close-button{background:none;border:none;font-size:24px;color:#717171;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-button:hover{background:#f5f5f5;color:#2e2e2e}.product-modal-content{flex:1;overflow-y:auto;padding:20px 20px 100px}.product-modal-info{margin-bottom:24px}.product-modal-info h2{font-size:1.5rem;font-weight:700;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.product-modal-description{color:#717171;font-size:.95rem;margin-bottom:12px}.product-modal-price{display:flex;align-items:baseline;gap:12px}.product-modal-price .old-price{font-size:.9rem;color:#999;text-decoration:line-through}.product-modal-price .current-price{font-size:1.5rem;font-weight:700;color:#ea1d2c;font-family:Sora,sans-serif}.customization-section{margin-bottom:24px}.customization-section.highlighted{background:#f5f5f5;border-radius:12px;margin:16px -20px;padding:16px 20px}.customization-section label{display:block;font-size:1rem;font-weight:600;color:#2e2e2e;margin-bottom:12px;font-family:Sora,sans-serif}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.section-header h3{font-size:1rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.selection-counter{background:#f0f0f0;color:#717171;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.section-subtitle{font-size:.85rem;color:#717171;margin-bottom:12px;display:flex;align-items:center;gap:8px}.required{color:#ea1d2c;font-weight:600}.quantity-selector{display:flex;align-items:center;gap:16px;background:#f5f5f5;border-radius:12px;padding:8px;width:fit-content}@media (max-width: 480px){.quantity-selector{gap:12px;padding:6px}.quantity-selector button{width:28px;height:28px;font-size:1rem}.quantity-selector span{min-width:36px;font-size:1rem}}.quantity-selector button{background:#fff;border:none;width:32px;height:32px;border-radius:8px;font-size:1.2rem;font-weight:600;color:#2e2e2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-selector button:hover:not(:disabled){background:#ea1d2c;color:#fff}.quantity-selector button:disabled{opacity:.4;cursor:not-allowed}.quantity-selector span{min-width:40px;text-align:center;font-weight:600;font-size:1.1rem}.options-list{display:flex;flex-direction:column;gap:8px}.option-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #f0f0f0;transition:all .3s ease}.option-item.limit-reached{opacity:.5;pointer-events:none}.option-item.limit-reached .quantity-selector-small{opacity:.5}.option-item span{font-size:.95rem;color:#2e2e2e;font-family:Sora,sans-serif}.quantity-selector-small{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:20px;padding:4px}@media (max-width: 480px){.quantity-selector-small{gap:6px;padding:3px}.quantity-selector-small .qty-btn{width:26px;height:26px;font-size:.9rem}.quantity-selector-small .qty-value{min-width:20px;font-size:.9rem}}.quantity-selector-small .qty-btn{background:#fff;border:none;width:28px;height:28px;border-radius:50%;font-size:1rem;font-weight:600;color:#717171;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-selector-small .qty-btn:hover:not(:disabled){background:#ea1d2c;color:#fff}.quantity-selector-small .qty-btn:disabled,.quantity-selector-small .qty-btn.disabled{opacity:.4;cursor:not-allowed;background:#f5f5f5;color:#999}.quantity-selector-small .qty-btn.disabled:hover{background:#f5f5f5;color:#999}.quantity-selector-small .qty-value{min-width:24px;text-align:center;font-weight:600;font-size:.95rem;color:#2e2e2e}.observation-input{width:100%;min-height:100px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:Sora,sans-serif;resize:vertical;transition:all .3s ease}.observation-input:focus{outline:none;border-color:#ea1d2c;box-shadow:0 0 0 3px #ea1d2c1a}.char-counter{display:block;text-align:right;font-size:.8rem;color:#999;margin-top:4px}.add-to-cart-modal-button{position:sticky;bottom:0;width:100%;background:#ea1d2c;color:#fff;border:none;padding:16px 20px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 12px #ea1d2c33;z-index:10}@media (max-width: 480px){.add-to-cart-modal-button{padding:14px 16px;font-size:.95rem}.add-to-cart-modal-button svg{width:18px;height:18px}}.add-to-cart-modal-button:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 -6px 16px #ea1d2c4d}.add-to-cart-modal-button:active{transform:translateY(0)}.add-to-cart-modal-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6;transform:none;box-shadow:0 -4px 12px #0000001a}.add-to-cart-modal-button:disabled:hover{background:#ccc;transform:none;box-shadow:0 -4px 12px #0000001a}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cardapio-page{min-height:100vh;background:linear-gradient(180deg,#f8f8f8,#f5f5f5);padding-bottom:180px}.cardapio-header{display:none}.cardapio-title{font-size:1.5rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.cart-button{background:#ea1d2c;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;position:relative;font-size:1rem}.cart-badge{position:absolute;top:-8px;right:-8px;background:#4cd964;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.category-tabs{display:flex;gap:8px;padding:12px 14px;overflow-x:auto;background:#fff;margin-bottom:12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}@media (max-width: 480px){.category-tabs{padding:10px 12px;gap:6px;margin-bottom:10px}.tab-btn{padding:6px 12px;font-size:.85rem;border-radius:20px}}.category-tabs::-webkit-scrollbar{display:none}.tab-btn{background:none;border:none;padding:10px 18px;font-size:.95rem;font-weight:500;color:#717171;cursor:pointer;white-space:nowrap;font-family:Sora,sans-serif;border-radius:24px;transition:all .2s ease}.tab-btn.active{background:#ea1d2c;color:#fff;font-weight:600}.products-container{padding:0 14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}@media (max-width: 480px){.products-container{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px}}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform}.product-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #0000001f}.product-card:active{transform:translateY(-2px) scale(1.01);transition:all .1s ease}.product-card .add-to-cart-button{display:none}.product-info{padding:10px;display:flex;flex-direction:column;gap:3px}.product-name{font-size:.85rem;font-weight:600;color:#2e2e2e;margin:0;font-family:Sora,sans-serif;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-size:.75rem;color:#717171;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Sora,sans-serif}.product-price-section{display:flex;align-items:baseline;gap:6px;margin-top:4px}.product-old-price{font-size:.7rem;color:#999;text-decoration:line-through;font-family:Sora,sans-serif}.product-price{font-size:.95rem;font-weight:700;color:#ea1d2c;font-family:Sora,sans-serif}@media (max-width: 480px){.product-info{padding:8px;gap:2px}.product-name{font-size:.8rem}.product-description{font-size:.7rem}.product-price-section{gap:4px;margin-top:2px}.product-old-price{font-size:.65rem}.product-price{font-size:.9rem}}.add-to-cart-button{width:100%;background:#ea1d2c;color:#fff;border:none;padding:10px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ea1d2c33;position:relative;overflow:hidden}.add-to-cart-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.add-to-cart-button:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 4px 12px #ea1d2c4d}.add-to-cart-button:active{transform:translateY(0);box-shadow:0 1px 4px #ea1d2c33}.add-to-cart-button:active:before{width:300px;height:300px}.bottom-cart{position:fixed;bottom:0;left:0;right:0;background:#ea1d2c;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;z-index:1000;cursor:pointer;box-shadow:0 -4px 20px #00000026;animation:slideUpBottomCart .4s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUpBottomCart{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.bottom-cart:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 -6px 24px #0003}.bottom-cart:active{transform:translateY(0)}.bottom-cart-text{font-size:1rem;font-weight:600}.bottom-cart-total{font-size:1.1rem;font-weight:700}.cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;align-items:flex-end;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{background:#fff;width:100%;max-height:80vh;border-radius:20px 20px 0 0;padding:20px;overflow-y:auto;animation:slideUpModal .4s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 20px #00000026}@keyframes slideUpModal{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cart-modal-header h2{font-size:1.3rem;font-weight:700;color:#2e2e2e}.cart-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.cart-total{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0;font-size:1.2rem;font-weight:700;color:#2e2e2e;text-align:right}.checkout-button{width:100%;background:#ea1d2c;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:20px;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ea1d2c4d}.checkout-button:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 6px 16px #ea1d2c66}.checkout-button:active{transform:translateY(0);box-shadow:0 2px 8px #ea1d2c4d}.checkout-page{min-height:100vh;background:#f5f5f5;padding-bottom:40px;animation:fadeInPage .4s ease}@media (max-width: 480px){.checkout-page{padding-bottom:30px}.checkout-section{padding:14px;margin-bottom:12px}.checkout-section h2{font-size:1rem}.form-group input{padding:10px;font-size:.9rem}.delivery-option{padding:10px}}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkout-header{background:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;flex-wrap:wrap}.checkout-header h1{flex:1;min-width:0}.ifood-logo-header{display:flex;align-items:center;gap:6px;flex-shrink:0}.ifood-logo-header img{height:20px;width:auto;object-fit:contain}.ifood-logo-header span{font-size:.7rem;color:#ea1d2c;font-weight:600;font-family:Sora,sans-serif;white-space:nowrap}@media (max-width: 480px){.checkout-header{padding:10px 12px;gap:8px}.checkout-header h1{font-size:1.1rem}.ifood-logo-header{width:100%;justify-content:center;margin-top:4px}.ifood-logo-header img{height:18px}.ifood-logo-header span{font-size:.65rem}}.checkout-header h1{font-size:1.2rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.checkout-form{max-width:600px;margin:0 auto;padding:20px}.checkout-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 1px 4px #0000000a;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-section:nth-child(1){animation-delay:.1s}.checkout-section:nth-child(2){animation-delay:.2s}.checkout-section:nth-child(3){animation-delay:.3s}.checkout-section:nth-child(4){animation-delay:.4s}.checkout-section:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.checkout-section h2{font-size:1.1rem;font-weight:600;color:#2e2e2e;margin-bottom:16px;font-family:Sora,sans-serif}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.form-group input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.form-group input:focus{outline:none;border-color:#ea1d2c;box-shadow:0 0 0 3px #ea1d2c1a;transform:translateY(-1px)}.form-group input:hover:not(:focus){border-color:silver}.email-autocomplete-wrapper{position:relative}.email-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:4px;max-height:250px;overflow-y:auto;animation:slideDown .2s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.email-suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-bottom:1px solid #f0f0f0}.email-suggestion-item:last-child{border-bottom:none}.email-suggestion-item:hover{background:#fff5f5;transform:translate(4px)}.email-suggestion-item i{font-size:1.2rem;color:#ea1d2c;width:20px;text-align:center;flex-shrink:0}.suggestion-domain{font-weight:600;color:#2e2e2e;font-family:Sora,sans-serif;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-name{font-size:.85rem;color:#717171;font-family:Sora,sans-serif;flex-shrink:0}@media (max-width: 480px){.email-suggestions{max-height:200px}.email-suggestion-item{padding:10px 12px;gap:10px}.email-suggestion-item i{font-size:1rem;width:18px}.suggestion-domain{font-size:.9rem}.suggestion-name{font-size:.8rem}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.delivery-options{display:flex;flex-direction:column;gap:12px}.delivery-option{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.delivery-option:hover{border-color:#ea1d2c;background:#fff5f5;transform:translate(4px)}.delivery-option:active{transform:translate(2px)}.delivery-option input[type=radio]:checked+span{color:#ea1d2c;font-weight:600}.delivery-option input[type=radio]{accent-color:#EA1D2C}.checkout-summary{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#2e2e2e}.summary-row.total{font-size:1.2rem;font-weight:700;padding-top:12px;border-top:1px solid #e0e0e0;color:#4cd964}.submit-button{width:100%;background:#ea1d2c;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;font-family:Sora,sans-serif;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#d41a29}.submit-button:disabled{opacity:.6;cursor:not-allowed}.payment-options{display:flex;flex-direction:column;gap:12px}.payment-option{display:flex;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.payment-option input[type=radio]{display:none}.payment-option-content{display:flex;align-items:center;gap:12px;padding:14px;border:2px solid #e0e0e0;border-radius:10px;width:100%;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.payment-option:hover .payment-option-content{border-color:#ea1d2c;background:#fff5f5;transform:translate(4px)}.payment-option input[type=radio]:checked+.payment-option-content{border-color:#ea1d2c;background:#fff5f5;box-shadow:0 0 0 3px #ea1d2c1a}.pix-icon{width:40px;height:40px;object-fit:contain;flex-shrink:0}.payment-option-text{display:flex;flex-direction:column;gap:2px;flex:1}.payment-option-title{font-size:1rem;font-weight:600;color:#2e2e2e;font-family:Sora,sans-serif}.payment-option-subtitle{font-size:.85rem;color:#717171;font-family:Sora,sans-serif}@media (max-width: 480px){.payment-options{gap:10px}.payment-option-content{padding:12px;gap:10px}.pix-icon{width:35px;height:35px}.payment-option-title{font-size:.95rem}.payment-option-subtitle{font-size:.8rem}}.checkout-footer{background:#fff;padding:20px;margin-top:20px;text-align:center;border-radius:12px;box-shadow:0 1px 4px #0000000a}.ifood-logo-footer{height:30px;width:auto;object-fit:contain;margin-bottom:8px}.checkout-footer p{font-size:.85rem;color:#717171;font-family:Sora,sans-serif;margin:0}@media (max-width: 480px){.checkout-footer{padding:16px;margin-top:16px}.ifood-logo-footer{height:24px}.checkout-footer p{font-size:.8rem}}.payment-page{min-height:100vh;background:#fff;padding-bottom:180px;animation:fadeInPage .4s ease}@media (max-width: 480px){.payment-page{padding-bottom:150px}.pix-circle{width:180px;height:180px}.timer-display{font-size:2rem}.pix-code-field{padding:12px}}.payment-page.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.loading-spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #EA1D2C;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-header{background:#fff;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.payment-header h1{font-size:1.3rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.payment-content{max-width:600px;margin:0 auto;padding:20px}.pix-illustration{text-align:center;padding:40px 20px}.pix-circle{width:220px;height:220px;margin:0 auto;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleInPix .6s cubic-bezier(.4,0,.2,1),pulsePix 2s ease-in-out infinite .6s;box-shadow:0 8px 24px #0000001a}@keyframes scaleInPix{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulsePix{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pix-icon{font-size:80px}.payment-status{text-align:center;padding:0 20px 30px}.payment-status h2{font-size:1.3rem;font-weight:700;color:#2e2e2e;margin-bottom:12px;font-family:Sora,sans-serif}.payment-status p{font-size:.95rem;color:#424242;line-height:1.5}.pix-code-container{padding:0 20px 30px}.pix-code-field{background:#f5f5f5;border:none;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .3s both}.pix-code-field:hover{background:#eee;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.pix-code-text{flex:1;font-size:.8rem;color:#2e2e2e;word-break:break-all;font-family:Courier New,monospace;text-align:left;line-height:1.4}.copy-button{background:none;border:none;padding:8px;cursor:pointer;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px}.copy-button:hover{background:#ea1d2c1a;transform:scale(1.1)}.copy-button:active{transform:scale(.95)}.payment-timer{text-align:center;padding:20px}.timer-label{font-size:.9rem;color:#717171;margin-bottom:12px}.timer-display{font-size:2.5rem;font-weight:700;color:#2e2e2e;font-family:Roboto Mono,monospace;letter-spacing:2px;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .4s both;transition:color .3s ease}.timer-display.warning{color:#ea1d2c;animation:pulseWarning 1s ease-in-out infinite}@keyframes pulseWarning{0%,to{opacity:1}50%{opacity:.7}}.order-details{background:#fff;margin:0 20px 30px;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.order-details h3{font-size:1.1rem;font-weight:600;color:#2e2e2e;margin-bottom:16px;font-family:Sora,sans-serif}.order-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid #f0f0f0}.order-total span:first-child{font-size:1rem;color:#2e2e2e;font-weight:500}.order-total span:last-child{font-size:1.1rem;color:#2e2e2e;font-weight:700}.payment-actions{padding:0 20px 30px}.copy-code-button{width:100%;background:#ea1d2c;border:none;color:#fff;padding:16px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ea1d2c4d;position:relative;overflow:hidden}.copy-code-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.copy-code-button:hover{background:#d01726;transform:translateY(-2px);box-shadow:0 6px 16px #ea1d2c66}.copy-code-button:active{transform:translateY(0);box-shadow:0 2px 8px #ea1d2c4d}.copy-code-button:active:before{width:300px;height:300px}.conta-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px}.conta-header{background:#fff;padding:16px 20px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.conta-header h1{font-size:1.5rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.conta-content{padding:20px}.conta-header-card{background:#f5f5f5;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;margin-bottom:20px}.profile-icon{width:60px;height:60px;background:#fff5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-info h2{font-size:1.2rem;font-weight:700;color:#2e2e2e;margin-bottom:4px;font-family:Sora,sans-serif}.profile-info p{font-size:.9rem;color:#717171;font-family:Sora,sans-serif}.conta-options-card{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 4px #0000000a}.conta-option{width:100%;background:none;border:none;padding:16px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:background-color .2s ease;font-family:Sora,sans-serif}.conta-option:hover{background:#f9f9f9}.conta-option:active{background:#f5f5f5}.option-icon{flex-shrink:0}.conta-option span{flex:1;text-align:left;font-size:.95rem;font-weight:500;color:#2e2e2e}.conta-option svg:last-child{flex-shrink:0}.option-divider{height:1px;background:#f0f0f0;margin:0 20px}.meus-pedidos-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px}.meus-pedidos-header{background:#fff;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.meus-pedidos-header h1{font-size:1.3rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.meus-pedidos-content{padding:20px}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.order-header h3{font-size:1.1rem;font-weight:600;color:#2e2e2e;margin-bottom:4px;font-family:Sora,sans-serif}.order-date{font-size:.85rem;color:#717171}.order-status{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;font-family:Sora,sans-serif}.order-status.paid{background:#f0fdf4;color:#4cd964}.order-status.pending{background:#fff5f5;color:#ea1d2c}.order-items{margin-bottom:16px}.order-item{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem;color:#2e2e2e}.order-total{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f0f0;font-size:1.1rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.enderecos-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px}.enderecos-header{background:#fff;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.back-button{background:none;border:none;color:#ea1d2c;font-size:1rem;cursor:pointer;font-family:Sora,sans-serif}.enderecos-header h1{font-size:1.3rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.enderecos-content{padding:20px}.empty-state{text-align:center;padding:60px 20px}.empty-state svg{margin-bottom:24px;opacity:.5}.empty-state h2{font-size:1.3rem;font-weight:700;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.empty-state p{font-size:.95rem;color:#717171;margin-bottom:32px}.go-to-menu-button{background:#ea1d2c;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif}.addresses-list{display:flex;flex-direction:column;gap:16px}.address-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000a}.address-header{margin-bottom:12px}.address-header h3{font-size:1rem;font-weight:600;color:#2e2e2e;font-family:Sora,sans-serif}.address-details p{font-size:.9rem;color:#717171;margin-bottom:4px;line-height:1.5}.buscar-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px}.buscar-header{background:#fff;padding:16px 20px;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.buscar-header h1{font-size:1.5rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif}.search-container{padding:20px;background:#fff}.search-input-wrapper{display:flex;align-items:center;gap:12px;background:#f5f5f5;border-radius:12px;padding:12px 16px}.search-input{flex:1;background:none;border:none;font-size:.95rem;font-family:Sora,sans-serif;color:#2e2e2e}.search-input:focus{outline:none}.search-input::placeholder{color:#999}.search-results{padding:20px}.empty-search,.no-results{text-align:center;padding:60px 20px;color:#717171}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000a;cursor:pointer;transition:all .3s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.product-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.product-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:8px;right:8px;background:#ea1d2c;color:#fff;font-size:.7rem;font-weight:600;padding:4px 8px;border-radius:6px}.product-info{padding:12px}.product-name{font-size:.9rem;font-weight:600;color:#2e2e2e;margin-bottom:4px;font-family:Sora,sans-serif}.product-description{font-size:.8rem;color:#717171;margin-bottom:8px;line-height:1.4}.product-price-section{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.product-old-price{font-size:.8rem;color:#999;text-decoration:line-through}.product-price{font-size:1rem;font-weight:600;color:#4cd964}.add-to-cart-button{width:100%;background:#ea1d2c;color:#fff;border:none;padding:10px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;transition:all .2s ease}.add-to-cart-button:hover{background:#d41a29}.carrinho-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px;animation:fadeInPage .4s ease}@media (max-width: 480px){.carrinho-page{padding-bottom:70px}.carrinho-header{padding:12px 16px}.carrinho-header h1{font-size:1.3rem}.back-button svg{width:20px;height:20px}.cart-items-list{padding:16px;gap:12px}.cart-item-card{padding:12px}.cart-summary{margin:16px;padding:16px}.checkout-button-cart{margin:0 16px 16px;padding:14px;font-size:1rem}}.carrinho-header{background:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:100}.back-button{background:none;border:none;padding:8px;cursor:pointer;color:#2e2e2e;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.back-button:hover{background:#f5f5f5}.carrinho-header h1{font-size:1.5rem;font-weight:700;color:#2e2e2e;font-family:Sora,sans-serif;flex:1;text-align:center}.clear-button{background:none;border:none;color:#ea1d2c;font-size:.9rem;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .3s ease;font-family:Sora,sans-serif}.clear-button:hover{background:#fff5f5}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-cart-icon{margin-bottom:24px;opacity:.5}.empty-cart h2{font-size:1.5rem;font-weight:700;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.empty-cart p{color:#717171;font-size:.95rem;margin-bottom:24px}.continue-shopping-button{background:#ea1d2c;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Sora,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ea1d2c4d}.continue-shopping-button:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 6px 16px #ea1d2c66}.cart-items-list{padding:20px;display:flex;flex-direction:column;gap:16px}.cart-item-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 4px #0000000a;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1);transition:all .3s ease}.cart-item-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.cart-item-info{margin-bottom:12px}.cart-item-name{font-size:1rem;font-weight:600;color:#2e2e2e;margin-bottom:8px;font-family:Sora,sans-serif}.cart-item-customizations{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.customization-tag{font-size:.85rem;color:#717171;background:#f5f5f5;padding:4px 8px;border-radius:6px;display:inline-block;width:fit-content}.customization-tag.observation{font-style:italic}.cart-item-price{font-size:1.1rem;font-weight:700;color:#ea1d2c;font-family:Sora,sans-serif}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #f0f0f0}.quantity-selector-cart{display:flex;align-items:center;gap:12px;background:#f5f5f5;border-radius:12px;padding:6px}.quantity-btn{background:#fff;border:none;width:32px;height:32px;border-radius:8px;font-size:1.2rem;font-weight:600;color:#2e2e2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-btn:hover{background:#ea1d2c;color:#fff}.quantity-value{min-width:30px;text-align:center;font-weight:600;font-size:1rem}.remove-button{background:#fff5f5;border:none;width:40px;height:40px;border-radius:8px;color:#ea1d2c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-button:hover{background:#ea1d2c;color:#fff}.cart-summary{background:#fff;margin:20px;padding:20px;border-radius:12px;box-shadow:0 1px 4px #0000000a}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:.95rem;color:#717171;border-bottom:1px solid #f0f0f0}.summary-row:last-child{border-bottom:none}.summary-row.total{font-size:1.2rem;font-weight:700;color:#2e2e2e;padding-top:16px;margin-top:8px;border-top:2px solid #f0f0f0;font-family:Sora,sans-serif}.free-delivery{color:#4cd964;font-weight:600}.checkout-button-cart{width:calc(100% - 40px);margin:0 20px 20px;background:#ea1d2c;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;font-family:Sora,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ea1d2c4d}.checkout-button-cart:hover{background:#d41a29;transform:translateY(-2px);box-shadow:0 6px 16px #ea1d2c66}.checkout-button-cart:active{transform:translateY(0)}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Sora,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100%;width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:linear-gradient(180deg,#f8f8f8,#f5f5f5)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}button,a{transition:all .3s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}*{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid #EA1D2C;outline-offset:2px}#root{min-height:100vh}.desktop-block{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ea1d2c;display:flex;align-items:center;justify-content:center;z-index:10001}.desktop-block-content{text-align:center;padding:40px 20px;max-width:400px}.phone-icon-block{width:100px;height:100px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center}.phone-icon-block svg{width:100%;height:100%}.desktop-block-title{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:15px;font-family:Sora,sans-serif}.desktop-block-text{font-size:1rem;color:#fff;line-height:1.5;font-family:Sora,sans-serif}
