@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');a,button,[role="button"],.btn,.nav-link,.item{cursor:pointer}html{scroll-behavior:smooth}body{background:#fffaf5;color:#6b4423;max-width:768px;margin:auto;font-family:'Quicksand',sans-serif;font-size:17px;position:relative;line-height:1.6}#adminCompactToolbar{position:sticky;top:8px;z-index:1010;background:rgba(255,250,245,0.92);backdrop-filter:blur(4px);padding:8px;border-radius:10px}#admin-content .section-toggle-btn{min-height:34px;min-width:34px;padding:.3rem .55rem;color:#6b4423;border-color:#d9c5b1;background:#fff}#admin-content .card-header .section-toggle-btn:hover{background:#f6ede6;border-color:#caa484}.hide{display:none !important}.btn{border-radius:12px;min-height:44px;min-width:44px;font-weight:600;transition:all .25s ease}a{text-decoration:none;color:inherit}.loading-app{position:fixed;display:flex;align-items:center;justify-content:center;width:100%;height:100%;left:0;top:0;z-index:5;font-size:50px;background-color:#fffaf5;color:#6b4423}header{background-size:cover;background-position:center;height:250px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}.store-name{font-size:2.8em;color:#6b4423;font-weight:700;letter-spacing:1px;text-shadow:-1px -1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,1px 1px 1px #FFF,3px 3px 5px rgba(0,0,0,0.25)}.store-slogan{font-size:1.1em;font-weight:500;color:#6b4423;margin-top:8px;text-shadow:-1px -1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,1px 1px 1px #FFF,2px 2px 3px rgba(0,0,0,0.2)}header p{margin-bottom:0;font-family:'Quicksand',sans-serif;color:#5c3d2e !important;font-weight:500;text-shadow:1px 1px 3px rgba(255,255,255,0.7)}header .container{position:relative}header:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.3);opacity:1}.copyright .store-links{display:flex;justify-content:center;gap:24px;font-size:14px;margin-bottom:16px}.copyright .store-links a{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#8b7355;border-bottom:0;transition:color .2s ease;font-weight:500;min-width:44px;min-height:44px}.copyright .store-links a:hover{color:#6b4423}.copyright .store-links a i{font-size:18px}section.copyright{margin-top:32px;text-align:center;margin-bottom:120px;font-size:13px;font-family:'Quicksand',sans-serif;color:#8b7355;padding:0 16px}section.copyright a{color:#6b4423;border-bottom:1px dotted;font-family:'Quicksand',sans-serif;transition:color .2s ease}section.copyright a:hover{color:#e67e50}.categories-list{position:sticky;top:0;display:flex;overflow:auto;flex-wrap:nowrap;text-wrap:nowrap;width:100%;scrollbar-width:none;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:rgba(245,230,211,0.894);border-bottom:1px solid #e8dcc8;z-index:3;padding:8px 0}.categories-list::-webkit-scrollbar{display:none}.categories-list:active{cursor:grabbing}.categories-list .nav-link{color:#8b7355;font-weight:700;font-size:14px;border-bottom:3px solid transparent;-webkit-user-drag:none;transition:all .25s ease;font-family:'Quicksand',sans-serif;padding:12px 16px;white-space:nowrap}.categories-list .nav-link:hover{color:#6b4423}.categories-list .nav-link.active{border-color:#e67e50;color:#6b4423}section.category{padding:32px 16px;scroll-margin-top:40px}section.category h4{margin-bottom:24px;font-weight:700;font-size:1.3em;font-family:'Quicksand',sans-serif;color:#6b4423}section.category .scroll-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;scrollbar-width:none;font-family:'Quicksand',sans-serif;padding:0}@media(min-width:480px){section.category .scroll-container{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){section.category .scroll-container{grid-template-columns:repeat(3,1fr)}}section.category .scroll-container img,section.category .scroll-container a{-webkit-user-drag:none}section.category .scroll-container::-webkit-scrollbar{display:none}section.category .scroll-container .item{background:#fff;border-radius:14px;box-shadow:0 2px 10px rgba(107,68,35,0.08);padding:12px 12px 11px;border:1px solid #efe3d3;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;overflow:hidden;position:relative}section.category .scroll-container .item::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#d86a3d,#efa16b)}section.category .scroll-container .item:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 24px rgba(107,68,35,0.12)}section.category .scroll-container .item.out-of-stock{opacity:.5;cursor:not-allowed;pointer-events:none}section.category .item img{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-bottom:10px;border-radius:8px}section.category .item .item-name{margin-bottom:2px;font-family:'Quicksand',sans-serif;color:#6b4423;font-weight:700;font-size:.96em;line-height:1.25;letter-spacing:.1px;min-height:2.4em}section.category .item .item-price{font-weight:700;color:#e67e50;font-size:1.08em;margin-top:auto;padding-top:10px}section.category .item .item-description{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:6px 0;font-family:'Quicksand',sans-serif;color:#8b7355;font-weight:400;font-size:.84em;line-height:1.35;flex-grow:1}.footer-overlay{z-index:4;pointer-events:none;position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:rgba(0,0,0,0.4);opacity:0;transition:.3s opacity}.footer-overlay.show{opacity:.5;pointer-events:all}footer{position:fixed;z-index:5;bottom:0;left:50%;width:100%;padding:8px 16px;color:inherit;transition:all .3s ease;max-width:768px;margin:auto;transform:translateX(-50%);font-family:'Quicksand',sans-serif;background-color:transparent;border-top:0;height:auto}footer .container{display:none}footer .container .cart-container{flex:1;overflow:auto}footer>.d-flex{display:flex;justify-content:flex-end}#btnOpenFinish{border-radius:12px;min-height:44px;padding:10px 16px;font-weight:700}#btnCopyPix{white-space:normal;word-break:break-word}footer.expand{height:calc(100% - 40px);padding:24px 16px 20px 16px;border-radius:16px 16px 0 0;background-color:#fff;color:#6b4423;border:1px solid #e8dcc8;box-shadow:0 -8px 24px rgba(107,68,35,0.1)}footer.expand .btn-footer-toggle .fa-chevron-down{display:inline-block}footer.expand .btn-footer-toggle .fa-chevron-up{display:none}footer .empty-message{text-align:center;margin:12px 0;font-family:'Quicksand',sans-serif;color:#fff;font-weight:500}footer .items-message{display:none;justify-content:space-between;align-items:center;margin-bottom:0;font-family:'Quicksand',sans-serif;color:#fff}footer.expand .items-message{display:flex}footer .cart-container{display:flex;flex-flow:column;gap:20px}footer .cart-container p{font-size:14px;font-family:'Quicksand',sans-serif;color:#6b4423}footer .cart-container img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px}footer .cart-container .product-observations{font-size:13px;margin-top:5px;font-family:'Quicksand',sans-serif;color:#8b7355}.modal .modal-title{font-size:1.3em;font-family:'Quicksand',sans-serif;color:#6b4423;font-weight:700}.modal .modal-content{border-radius:16px;font-size:15px;font-family:'Quicksand',sans-serif;background-color:#fff;color:#6b4423;border:0}@media(max-height:700px){.modal .modal-dialog{margin:0}.modal .modal-dialog-centered{align-items:flex-end}.modal .modal-content{border-radius:16px 16px 0 0}}.modal .modal-content input,.modal .modal-content select,.modal .modal-content textarea{font-size:15px;font-family:'Quicksand',sans-serif;background-color:#fffaf5;color:#6b4423;border:1px solid #e8dcc8;border-radius:8px;padding:10px 12px;transition:border-color .25s ease}.modal .modal-content input:focus,.modal .modal-content select:focus,.modal .modal-content textarea:focus{border-color:#e67e50;background-color:#fff;box-shadow:0 0 0 3px rgba(230,126,80,0.1)}.modal .modal-content .quantity{display:flex;align-items:center;gap:8px;flex:0 0 auto;font-family:'Quicksand',sans-serif}.modal .modal-footer{background-color:#fffaf5;border-top:1px solid #e8dcc8;padding:16px}.modal .modal-content .btn-dark{background-color:#6b4423;border-color:#6b4423;color:white;min-height:44px}.modal .modal-content .btn-dark:hover{background-color:#523220;border-color:#523220;transform:translateY(-2px)}.modal .modal-content .btn-danger{background-color:#e67e50;border-color:#e67e50;color:#fff;font-weight:700;min-height:44px}.modal .modal-content .btn-danger:hover{background-color:#d96e38;border-color:#d96e38;transform:translateY(-2px)}.modal .modal-content .quantity{gap:6px}.modal .modal-content .quantity input[type="number"]{width:60px;max-width:80px;padding:6px 8px;height:36px;text-align:center;border-radius:8px;font-size:.95rem}.modal .modal-content .quantity .btn{min-width:36px;min-height:36px;padding:6px 8px;display:inline-flex;align-items:center;justify-content:center}.modal .modal-content .quantity .btn i{font-size:.9rem}.finish-cart-list{display:flex;flex-direction:column;gap:6px}.finish-cart-item{background:#fffaf5;border-radius:6px;padding:8px 10px;border:1px solid #e8dcc8;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.finish-cart-item>div:first-child{flex:1;min-width:0;line-height:1.3}.finish-cart-item>div:last-child{display:flex;align-items:center;gap:6px;flex-shrink:0}.finish-cart-item .btn{padding:.15rem .3rem;margin:0;font-size:.7rem;flex-shrink:0;min-height:auto;min-width:auto;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.finish-cart-totals{font-size:.95rem}.finish-cart .fw-bold{font-size:1.03rem}.finish-modal .modal-body{padding-bottom:.5rem}section.about-us{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(107,68,35,0.08);border:1px solid #e8dcc8;margin-bottom:32px}section.about-us h2{font-weight:700;color:#6b4423;font-size:1.8em}section.about-us .lead{font-weight:500;color:#8b7355;font-size:1.05em}section.about-us p{font-weight:400;line-height:1.8;color:#6b4423}.details-modal .modal-content{border-radius:18px;overflow:hidden}.details-modal .modal-header{background:linear-gradient(180deg,#fff8f1 0,#fff 100%);border-bottom:1px solid #efe3d3}.details-modal .modal-title{font-size:1.28rem;letter-spacing:.1px}.details-modal .modal-body{padding-top:14px}.details-modal .modal-body img{width:100% !important;height:auto !important;max-width:100% !important;max-height:55vh !important;object-fit:cover !important;display:block;margin:0 auto 1rem;border-radius:10px;box-shadow:0 4px 14px rgba(107,68,35,0.12)}.details-modal .product-title{font-size:1.34rem !important;line-height:1.25;margin-top:2px;color:#5b351b}.details-modal .product-description{color:#7b5a42 !important;font-size:.96rem;line-height:1.45;margin-top:4px;margin-bottom:10px}.details-modal .product-price{font-size:1.22rem;color:#d86a3d;letter-spacing:.2px;margin-bottom:8px}.details-modal .modal-footer{background:#fff8f1;border-top:1px solid #efe3d3}.details-modal .modal-footer .btn-add{font-size:1rem;letter-spacing:.2px}.details-modal .modal-body img.w-100{width:100% !important;max-width:100% !important;height:auto !important;max-height:55vh !important}@media(max-width:480px){.details-modal .modal-body img,.details-modal .modal-body img.w-100{max-height:45vh !important}.details-modal .modal-body{padding-left:12px;padding-right:12px}.details-modal .product-title{font-size:1.2rem !important}.details-modal .product-description{font-size:.92rem}.details-modal .product-price{font-size:1.12rem}}.order-info-banner{background-color:#fffbf0;color:#5c3d2e;border:1px solid #e0d8d4;border-radius:8px;font-weight:500;box-shadow:0 2px 8px rgba(92,61,46,0.08)}.recadinho-card{background:#fffaf5;border-radius:12px;box-shadow:0 2px 8px rgba(107,68,35,0.08);border:1px solid #e8dcc8;padding:20px}.recadinho-card ul li{color:#6b4423;font-weight:500;line-height:1.8;margin-bottom:12px;font-size:15px}.recadinho-card ul li i{color:#e67e50;width:20px;text-align:center}.general-notes .card-body{background-color:#f8f4e3;border-radius:10px;padding:20px;margin:0 20px;box-shadow:0 4px 8px rgba(0,0,0,0.1);color:#5a4a42}.general-notes .card-body ul{list-style:none;padding:0;margin:0}.general-notes .card-body ul li{margin-bottom:10px;line-height:1.5;display:flex;align-items:flex-start}.general-notes .card-body ul li i{margin-right:10px;color:#a0522d;font-size:1.2em;flex-shrink:0}.general-notes .card-body ul li strong{color:#8b4513}.general-notes .card-body ul li:last-child{margin-bottom:0}.general-notes h2{color:#8b4513;text-align:center;margin-bottom:25px;font-size:1.8em}.disabled-link{pointer-events:none;opacity:.6;color:inherit !important;text-decoration:none !important}.btn-success{background-color:#2d6a4f;border-color:#2d6a4f;color:#fff;min-height:44px}.btn-success:hover{background-color:#224b3a;border-color:#224b3a;transform:translateY(-2px)}.btn-outline-primary{color:#e67e50;border-color:#e67e50;min-height:44px}.btn-outline-primary:hover{background-color:#e67e50;border-color:#e67e50;color:#fff}.swal2-popup{font-family:'Quicksand',sans-serif !important;background:#fff !important;color:#6b4423 !important;border-radius:12px !important;box-shadow:0 8px 24px rgba(107,68,35,0.08) !important;padding:22px !important}.swal2-title{font-weight:700 !important;color:#6b4423 !important;font-size:1.25rem !important}.swal2-html-container{color:#8b7355 !important;font-size:.97rem !important}.swal2-textarea{background-color:#fffaf5 !important;border:1px solid #e8dcc8 !important;color:#6b4423 !important;padding:10px 12px !important;border-radius:8px !important;font-family:'Quicksand',sans-serif !important;resize:vertical !important}.swal2-confirm{background-color:#e67e50 !important;border:none !important;color:#fff !important;border-radius:10px !important;padding:8px 14px !important;font-weight:700 !important}.swal2-cancel{background-color:transparent !important;border:1px solid #e67e50 !important;color:#e67e50 !important;border-radius:10px !important;padding:8px 14px !important}.swal2-actions{display:flex !important;justify-content:center !important;gap:12px !important}.swal2-icon .swal2-success-line,.swal2-icon.swal2-info,.swal2-icon.swal2-warning{color:#e67e50 !important}.back-to-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;padding:0;border-radius:50%;display:none;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,0.2);transition:all .3s ease;background:linear-gradient(135deg,#e67e50,#d4663b);border:0;color:white}.back-to-top-btn:hover{background:linear-gradient(135deg,#d4663b,#c0562d);box-shadow:0 6px 16px rgba(0,0,0,0.3);transform:translateY(-3px)}.back-to-top-btn.show{display:flex}@media(max-width:768px){.back-to-top-btn{bottom:20px;right:20px;width:45px;height:45px}}