html{scroll-behavior:smooth}body{font-family:sans-serif;margin:0;padding:0;background:#fefffe;color:#4a5c4a}*{box-sizing:border-box}nav{background:rgba(255,255,255,.95);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(106,142,106,.1)}nav>div{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}nav h1{margin:0}nav h1 a{color:#6a8e6a;text-decoration:none;padding:12px 0;display:flex}nav h1 a img{height:50px;width:auto}nav ul{list-style:none;margin:0;padding:0;display:flex;gap:5px}nav ul a{color:#6a8e6a;text-decoration:none;padding:16px 20px;display:block;font-weight:500}nav ul a:hover{text-decoration:underline}main{min-height:calc(100vh - 60px);max-width:1400px;margin:0 auto;padding:40px 30px;line-height:1.6}.content-article{max-width:800px;margin:0 auto}h1,h2,h3{color:#6a8e6a;font-weight:600}h1{font-size:2.5em;margin-bottom:20px}h2{font-size:1.8em;margin:30px 0 16px}h3{font-size:1.3em;margin:24px 0 12px}h4{margin:0 0 8px;color:#4a5c4a;font-weight:600}p{margin-bottom:16px}a{color:#6a8e6a}strong{color:#6a8e6a}.btn{display:inline-block;padding:14px 24px;border-radius:6px;text-decoration:none;font-weight:600;cursor:pointer;border:none;font-size:1em}.btn-primary{background:#6a8e6a;color:#fff}.btn-primary:hover{background:#5a7e5a;color:#fff}.btn-secondary{background:#f0f0f0;color:#4a5c4a}.btn-secondary:hover{background:#e0e0e0;color:#4a5c4a}img{max-width:100%;height:auto}.polaroid{display:block;margin:30px auto;padding:15px;background:#fff;border:1px solid #eee;max-width:80%}.polaroid img{width:100%}.slideshow-banner{position:relative;width:100vw;left:50%;margin-left:-50vw;margin-top:-40px;margin-bottom:40px}.slideshow-container{position:relative;width:100%;height:60vh;min-height:400px;max-height:600px;overflow:hidden}.slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .8s}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.hero-content{text-align:center;color:#fff;max-width:600px;padding:0 20px}.hero-content h1{font-size:2.8em;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:16px}.hero-content p{font-size:1.2em;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:24px}.hero-button{display:inline-block;background:#fff;color:#6a8e6a;padding:14px 28px;border-radius:6px;font-weight:600;text-decoration:none}.hero-button:hover{background:#f8f8f8;color:#5a7e5a}.dots-nav{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer}.dot.active{background:#fff}.webshop-layout{display:flex;gap:30px}.webshop-content{flex:1;min-width:0}.section-sidebar{width:200px;flex-shrink:0;position:sticky;top:80px}.sidebar-content{background:#fff;border-radius:8px;border:1px solid rgba(106,142,106,.2);padding:16px}.sidebar-content h3{margin:0 0 12px;font-size:.9em;color:#6a8e6a;text-transform:uppercase}.sidebar-link{display:block;padding:12px 10px;margin-bottom:6px;background:#f8f8f8;border-radius:6px;text-decoration:none;color:#333;border-left:3px solid transparent}.sidebar-link:hover,.sidebar-link.active{background:#e8f4e8;border-left-color:#6a8e6a;color:#333}.sidebar-icon{font-size:1.2em;display:block;margin-bottom:2px}.sidebar-text{font-weight:600;font-size:.9em;display:block}.sidebar-subtitle{font-size:.75em;color:#666;display:block}.sidebar-divider{height:1px;background:rgba(106,142,106,.2);margin:12px 0}.sidebar-link-help{background:0 0}.sidebar-link-help .sidebar-text{color:#666;font-weight:500}.section-nav-mobile{display:none}.section-nav-link{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f5f5f5;border-radius:6px;text-decoration:none;color:#333;font-weight:500;flex:1;justify-content:center}.section-nav-link:hover{background:#e8f4e8;color:#333}.section-nav-link-help{background:0 0;border:1px dashed rgba(106,142,106,.3)}.section-nav-icon{font-size:1.1em}.section-nav-text{white-space:nowrap}.product-section{margin-bottom:40px}.section-header h2{margin:0 0 8px}.section-subtitle{color:#666;margin:0 0 20px;font-size:.95em}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product{background:#fff;border:1px solid rgba(106,142,106,.2);border-radius:8px;padding:16px}.product-image{margin:-16px -16px 12px;overflow:hidden;border-radius:8px 8px 0 0}.product-image img{width:100%;height:150px;object-fit:cover}.product h4{margin:0 0 6px}.product .description{font-size:.9em;color:#666;margin:0 0 10px}.product-details,.packaging-info{display:flex;justify-content:space-between;align-items:center;font-size:.9em;margin-bottom:8px}.price,.price-per-kg{font-weight:700;color:#6a8e6a}.weight,.packaging-size{color:#666}.expected-price{font-weight:600;color:#6a8e6a}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #eee}.qty-btn{width:36px;height:36px;border:2px solid #6a8e6a;background:#fff;color:#6a8e6a;border-radius:50%;font-size:1.2em;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#6a8e6a;color:#fff}.qty-display{font-weight:700;font-size:1.1em;min-width:30px;text-align:center}.cart-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #6a8e6a;padding:12px 20px;z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.cart-bar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.cart-bar-info{font-weight:600;color:#4a5c4a}.cart-bar-btn{background:#6a8e6a;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600}.cart-bar-btn:hover{background:#5a7e5a;color:#fff}.cart-page{max-width:900px;margin:0 auto}.cart-empty{text-align:center;padding:60px 20px}.empty-cart-icon{font-size:4em;margin-bottom:16px}.cart-section{margin-bottom:30px}.cart-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid rgba(106,142,106,.2)}.cart-section-header h2{margin:0;font-size:1.3em}.pickup-info{color:#666;font-size:.9em}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:14px;background:#f9f9f9;border-radius:6px}.cart-item-name{font-weight:600}.cart-item-price{color:#666;font-size:.9em}.cart-item-controls{display:flex;align-items:center;gap:10px}.cart-item-subtotal{font-weight:700;color:#6a8e6a;text-align:right;min-width:70px}.cart-summary{margin:30px 0;padding:20px;background:rgba(106,142,106,5%);border-radius:8px}.cart-summary-total{display:flex;justify-content:space-between;font-size:1.3em;font-weight:700;color:#6a8e6a}.cart-summary-count{color:#666;margin-top:8px}.cart-actions{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.checkout-page{max-width:1e3px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.checkout-left,.checkout-right{display:flex;flex-direction:column;gap:20px}.checkout-summary{background:rgba(106,142,106,5%);padding:20px;border-radius:8px}.checkout-summary h2{margin:0 0 16px;font-size:1.2em}.summary-section{margin-bottom:12px}.summary-section h3{margin:0 0 6px;font-size:1em}.summary-items{list-style:none;padding:0;margin:0}.summary-item{display:flex;justify-content:space-between;padding:6px 0;font-size:.95em}.checkout-total{display:flex;justify-content:space-between;font-size:1.2em;font-weight:700;color:#6a8e6a;padding-top:12px;margin-top:12px;border-top:2px solid rgba(106,142,106,.2)}.edit-cart-link{display:block;text-align:center;margin-top:16px;font-size:.9em}.checkout-section{background:#fff;padding:20px;border-radius:8px;border:1px solid rgba(106,142,106,.15)}.checkout-section h2{margin:0 0 16px;font-size:1.2em}.section-description{color:#666;margin-bottom:16px;font-size:.95em}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-option{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#f9f9f9;border-radius:6px;cursor:pointer}.radio-option:hover{background:#f0f0f0}.radio-option input{margin-top:4px}.radio-label strong{display:block;margin-bottom:4px}.radio-description{font-size:.9em;color:#666}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:.95em}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid rgba(106,142,106,.2);border-radius:6px;font-size:16px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6a8e6a}.field-error{display:none;color:#e53935;font-size:.85em;margin-top:4px}.field-invalid{border-color:#e53935!important}.checkbox-group{margin-top:20px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;line-height:1.4}.checkbox-label input{width:18px;height:18px;margin:0;flex-shrink:0}.checkbox-label span{flex:1}.form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:24px;flex-wrap:wrap}.checkout-loading,.checkout-error{grid-column:1/-1;text-align:center;padding:40px}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#6a8e6a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.checkout-error{background:#fff5f5;border-radius:8px}.error-actions{display:flex;justify-content:center;gap:16px;margin-top:16px}.confirmation-page{max-width:600px;margin:0 auto;padding:20px}.confirmation-success{text-align:center;margin-bottom:32px}.success-icon{font-size:4em;margin-bottom:16px}.confirmation-success h1{color:#6a8e6a;margin:0 0 12px}.order-id{font-size:1.1em;color:#666}.confirmation-message{background:rgba(106,142,106,.1);padding:20px;border-radius:8px;margin-bottom:32px;text-align:center}.confirmation-next-steps{background:#f9f9f9;padding:24px;border-radius:8px;margin-bottom:32px}.confirmation-next-steps h2{margin:0 0 16px;font-size:1.2em}.confirmation-next-steps ol{margin:0;padding-left:20px}.confirmation-next-steps li{margin-bottom:16px}.confirmation-next-steps li:last-child{margin-bottom:0}.confirmation-next-steps li strong{display:block;margin-bottom:4px}.confirmation-next-steps li p{margin:0;color:#666;font-size:.95em}.confirmation-contact{text-align:center;margin-bottom:32px}.confirmation-contact h2{margin:0 0 12px;font-size:1.1em}.confirmation-contact p{margin:0 0 8px}.confirmation-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.product-detail{max-width:900px;margin:0 auto;padding:20px}.breadcrumb{margin-bottom:24px;font-size:.9em;color:#666}.breadcrumb a{color:#6a8e6a}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.product-detail-image img{width:100%;border-radius:8px}.product-detail-info h1{margin:0 0 16px;color:#333}.product-detail-price{margin-bottom:20px}.price-expected{display:block;font-size:1.8em;font-weight:700;color:#6a8e6a}.price-per-kg{display:block;font-size:.95em;color:#666}.price-main{display:block;font-size:1.8em;font-weight:700;color:#6a8e6a}.price-weight{display:block;font-size:.95em;color:#666}.product-detail-packaging{background:#f5f5f5;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:.9em;color:#666}.product-detail-packaging span{display:inline-block;margin-right:16px}.product-detail-description{line-height:1.7;margin-bottom:24px}.product-detail-actions{margin-top:24px}.product-detail-extra{margin-top:40px;padding-top:40px;border-top:1px solid #eee}.not-found{text-align:center;padding:60px 20px}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:24px}}footer{background:#4a5c4a;color:rgba(255,255,255,.9);padding:40px 20px 20px;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.footer-section h3{color:#fff;font-size:1.1em;margin:0 0 12px}.footer-section p{margin:0 0 8px;font-size:.95em;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:6px}.footer-section a{color:rgba(255,255,255,.9);text-decoration:none}.footer-section a:hover{color:#fff;text-decoration:underline}.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);text-align:center;font-size:.9em}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;padding:16px 20px;z-index:1000;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cookie-consent-text h3{margin:0 0 4px;font-size:1em}.cookie-consent-text p{margin:0;font-size:.9em;color:#666}.cookie-consent-buttons{display:flex;gap:10px}.pos-body{background:#fff;margin:0;min-height:100vh;color:#000}.pos-container{max-width:1400px;margin:0 auto;padding:12px}.pos-grid{display:grid;grid-template-columns:1fr 320px;gap:12px;align-items:start}.products-section h2{margin:0 0 10px;font-size:1.1em;color:#000}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.product-card{background:#fff;border:3px solid #000;padding:14px 10px;cursor:pointer;text-align:center;touch-action:manipulation}.product-card:hover,.product-card:active{background:#eee}.product-name{font-weight:700;margin-bottom:6px;font-size:1em;color:#000}.product-price{color:#000;font-weight:700;font-size:1.5em}.product-weight{color:#666;font-size:.85em;margin-top:4px}.sale-panel{background:#f5f5f5;border:3px solid #000;padding:12px;position:sticky;top:12px}.sale-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:3px solid #000}.sale-header h2{margin:0;font-size:1.1em;color:#000}.header-buttons{display:flex;gap:8px;align-items:center}.btn-prijslijst{font-size:1.3em;text-decoration:none;padding:6px}.btn-new-sale{background:#c00;color:#fff;border:none;padding:10px 14px;font-weight:700;cursor:pointer;font-size:.9em}.sale-items{min-height:80px;margin-bottom:10px}.empty-sale{color:#666;text-align:center;padding:24px 10px}.sale-item{padding:10px 0;border-bottom:2px solid #ccc}.sale-item-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.sale-item-name{font-weight:600;color:#000;font-size:1.1em}.sale-item-details{display:flex;gap:8px;align-items:center;font-size:.95em;color:#666}.sale-item-quantity{min-width:60px}.sale-item-price{color:#666}.sale-item-subtotal{font-weight:700;color:#000;margin-left:auto}.btn-remove{background:#c00;border:none;color:#fff;cursor:pointer;font-size:1.3em;padding:8px 12px;font-weight:700}.sale-total{display:flex;justify-content:space-between;align-items:center;font-size:1.6em;font-weight:700;color:#000;padding:12px 0;border-top:4px solid #000;margin-top:8px}.sale-actions{display:flex;gap:8px;margin-top:10px}.btn-payment,.btn-print{flex:1;padding:18px;border:none;font-size:1.1em;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.btn-payment{background:#000;color:#fff}.btn-print{background:#666;color:#fff}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);align-items:center;justify-content:center;z-index:1000}.modal.active{display:flex}.modal-content{background:#fff;border:4px solid #000;padding:24px;width:90%;max-width:340px}.modal-content h3{margin:0 0 8px;color:#000;font-size:1.4em}.modal-content p{margin:0 0 16px;color:#666}.input-group{margin-bottom:16px}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:#000}.input-group input{width:100%;padding:16px;border:3px solid #000;background:#fff;color:#000;font-size:2em;text-align:center;font-family:monospace}.input-group input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.2)}.modal-subtotal{text-align:center;font-size:1.5em;font-weight:700;color:#000;margin:16px 0;padding:12px;background:#f5f5f5;border:3px solid #000}.modal-buttons{display:flex;gap:10px}.modal-buttons button{flex:1;padding:18px;border:none;font-size:1.1em;font-weight:700;cursor:pointer}.btn-cancel{background:#ccc;color:#000}.btn-add{background:#000;color:#fff}.payment-modal .modal-content{max-width:380px;text-align:center;position:relative}.btn-close-payment{position:absolute;top:10px;right:10px;background:0 0;border:none;font-size:1.8em;cursor:pointer;color:#666}.payment-instructions{color:#666;margin-bottom:16px}.qr-container{margin:16px auto;background:#fff;padding:12px;display:inline-block;border:2px solid #000}.qr-container canvas,.qr-container img{max-width:180px}.payment-total{font-size:2em;font-weight:700;color:#000;margin:16px 0}.payment-details{text-align:left;background:#f5f5f5;padding:12px;font-size:.9em;margin-bottom:16px;color:#333;border:2px solid #000}.payment-details div{margin-bottom:6px}.payment-buttons{margin-top:12px}.btn-payment-done{width:100%;padding:18px;background:#000;color:#fff;border:none;font-size:1.2em;font-weight:700;cursor:pointer}.label-modal .modal-content{max-width:350px;position:relative}.btn-close-label{position:absolute;top:10px;right:10px;background:0 0;border:none;font-size:1.8em;cursor:pointer;color:#666}.label-form{margin:16px 0}.label-field{margin-bottom:12px}.label-field label{display:block;margin-bottom:4px;font-weight:600;color:#333}.label-field span{font-size:1.1em;color:#000}.label-field input{width:100%;padding:10px;border:2px solid #000;font-size:1em}.label-buttons{margin-top:16px}.btn-print-label{width:100%;padding:16px;background:#000;color:#fff;border:none;font-size:1.1em;font-weight:700;cursor:pointer}.product-card{cursor:pointer}.label-print{display:none}.receipt-print{display:none}@media print{body *{visibility:hidden}.receipt-print,.receipt-print *{visibility:visible}.receipt-print{display:block;position:absolute;left:0;top:0;width:58mm;font-family:courier new,monospace;font-size:12px;line-height:1.3;color:#000}.receipt-header{text-align:center;margin-bottom:6px}.receipt-logo{font-weight:700;font-size:16px;letter-spacing:1px}.receipt-date{margin-top:4px}.receipt-divider{text-align:center;margin:6px 0;border-top:1px dashed #000;font-size:0;height:0;overflow:hidden}.receipt-items{margin:8px 0}.receipt-item{margin-bottom:8px}.receipt-item-line1{display:flex;justify-content:space-between;font-weight:700}.receipt-item-line2{display:flex;justify-content:space-between;font-size:10px;color:#333;padding-left:8px}.receipt-total{margin:8px 0}.receipt-total-line{display:flex;justify-content:space-between;font-weight:700;font-size:14px}.receipt-vat-line{display:flex;justify-content:space-between;font-size:10px;margin-top:4px}.receipt-footer{text-align:center;font-size:10px;margin-top:6px;line-height:1.5}.receipt-thanks{margin-top:10px;font-weight:700;font-size:12px}body.printing-label *{visibility:hidden}body.printing-label .receipt-print,body.printing-label .receipt-print *{visibility:hidden}body.printing-label .label-print,body.printing-label .label-print *{visibility:visible}body.printing-label .label-print{display:block;position:absolute;left:0;top:0;width:62mm;height:29mm;padding:2mm;font-family:Arial,sans-serif;font-size:7pt;line-height:1.2;color:#000;overflow:hidden}.label-content{height:100%;display:flex;flex-direction:column}.label-header{text-align:center;margin-bottom:1mm}.label-header img{height:5mm;width:auto}.label-product{font-weight:700;font-size:9pt;text-align:center;margin-bottom:1mm}.label-price{font-weight:700;font-size:8pt;text-align:center;margin-bottom:1mm}.label-info{font-size:6pt;margin-bottom:1mm;flex:1;overflow:hidden}.label-meta{display:flex;justify-content:space-between;font-size:6pt;color:#333}.label-storage{font-size:6pt;font-style:italic;margin-top:1mm}}@media(max-width:768px){nav>div{flex-direction:column;padding:0 15px}nav h1 a{padding:10px 0}nav h1 a img{height:40px}nav ul{width:100%;justify-content:space-around;flex-wrap:wrap}nav ul a{padding:10px 12px;font-size:.9em}main{padding:30px 15px}h1{font-size:2em}h2{font-size:1.5em}.slideshow-container{height:50vh;min-height:300px}.hero-content h1{font-size:2em}.hero-content p{font-size:1em}.webshop-layout{flex-direction:column}.section-sidebar{display:none}.section-nav-mobile{display:flex;gap:8px;margin-bottom:20px;padding:10px;background:#fff;border-radius:8px;border:1px solid rgba(106,142,106,.2);position:sticky;top:60px;z-index:90;flex-wrap:wrap}.section-nav-link{padding:10px;flex:1 1 calc(50% - 4px);font-size:.85em}.products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.product{padding:12px}.product-image img{height:120px}.cart-bar-content{flex-direction:column;gap:10px}.cart-bar-btn{width:100%;text-align:center}.cart-item{grid-template-columns:1fr;gap:10px}.cart-item-subtotal{text-align:left}.cart-actions{flex-direction:column}.cart-actions .btn{width:100%;text-align:center}.checkout-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}.pos-grid{grid-template-columns:1fr}.sale-panel{position:static}.cookie-consent-content{flex-direction:column;text-align:center}}@media(max-width:480px){main{padding:20px 12px}.products{grid-template-columns:1fr 1fr;gap:10px}.product{padding:10px}.product h4{font-size:.95em}.product .description{display:none}.section-nav-link{padding:8px;font-size:.8em}}@media(min-width:769px) and (max-width:1024px){.pos-grid{grid-template-columns:1fr 280px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media(max-width:768px){.pos-container{padding:8px}.pos-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr);gap:6px}.product-card{padding:10px 6px}.product-name{font-size:.9em}.product-price{font-size:1.3em}.sale-panel{position:fixed;bottom:0;left:0;right:0;max-height:45vh;overflow-y:auto;z-index:100;border-top:4px solid #000}.products-section{padding-bottom:220px}}