.search-bar-wrapper{position:relative;width:100%;margin-bottom:8px;border-bottom:1px solid #E5E7EB;z-index:1}@media (min-width: 1024px){.search-bar-wrapper{border-bottom:none}}.search-bar-card{background:#fff;border-radius:32px;padding:16px;transition:all .2s ease}.search-bar-card:focus-within{background:#fff}.search-bar-container{display:flex;align-items:center;gap:12px;position:relative}.search-icon{width:20px;height:20px;flex-shrink:0;opacity:.6}.search-input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:16px;line-height:1.4;color:#171717;background:transparent;padding:0}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-loading{display:flex;align-items:center;justify-content:center}.search-spinner{width:16px;height:16px;border:2px solid #E5E7EB;border-top-color:#171717;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:32px;box-shadow:0 10px 25px #0000000d,0 4px 10px #0000000d;max-height:500px;overflow:hidden;z-index:5;animation:slideDown .2s ease;border:1px solid #E5E7EB}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results{max-height:400px;overflow-y:auto;overflow-x:hidden}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:transparent}.search-results::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.search-results::-webkit-scrollbar-thumb:hover{background:#9ca3af}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;border:none;background:transparent;cursor:pointer;transition:all .15s ease;text-align:left;position:relative}.search-result-item:hover{background-color:#f9fafb;transform:translate(2px)}.search-result-item:active{background-color:#f3f4f6;transform:translate(0)}.search-result-item:not(:last-child){border-bottom:1px solid #F3F4F6}.search-result-image{flex-shrink:0;width:60px;height:60px;border-radius:10px;overflow:hidden;background:#f9fafb;border:1px solid #F3F4F6}.product-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-info{flex:1;min-width:0}.search-result-name{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1f2937;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.search-result-weight{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:0;line-height:1.4}.search-result-price{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.price-with-discount{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.original-price-small{font-family:Inter,sans-serif;font-size:11px;color:#9ca3af;text-decoration:line-through}.discounted-price-small{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#ef4444}.regular-price{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#171717}.search-dropdown-footer{padding:12px 16px;border-top:1px solid #E5E7EB;background:#fafbfc}.search-show-all-btn{width:100%;padding:16px;border:none;border-radius:32px;background:#4bb755;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.search-show-all-btn:hover{background:#3a9b44;transform:scale(.98)}.search-show-all-btn:active{background:#2e7d35;transform:scale(.95)}.search-no-results{padding:32px 24px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#6b7280;line-height:1.5}@media (min-width: 1024px){.search-bar-card{padding:16px}.search-icon{width:22px;height:22px}.search-result-name{font-size:15px}.search-result-weight{font-size:13px}.regular-price,.discounted-price-small{font-size:15px}}@media (max-width: 768px){.search-bar-card{padding:16px}.search-result-item{padding:10px}.search-result-image{width:50px;height:50px}.search-result-name{font-size:13px}.search-result-weight{font-size:11px}}@media (max-width: 480px){.search-bar-card{padding:16px}.search-icon{width:18px;height:18px}.search-result-image{width:45px;height:45px}}.image-carousel{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px}.image-carousel-container{position:relative;width:100%;height:100%;overflow:hidden;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-carousel-container:active{cursor:grabbing}.carousel-track{display:flex;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#00000080;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .2s ease,background-color .15s ease;opacity:0;will-change:transform}.image-carousel:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{background:#000000b3;transform:translateY(-50%) scale(.98)}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}.arrow-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.arrow-icon-right{transform:scaleX(-1)}.carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-dot:hover{background:#fffc;transform:scale(1.1)}.carousel-dot:active{transform:scale(.95)}.carousel-dot.active{background:#fff;transform:scale(1.3)}@media (max-width: 768px){.image-carousel{border-radius:0;width:100%;height:100%}.image-carousel-container{width:100%;height:100%}.carousel-image{border-radius:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-arrow{width:36px;height:36px;opacity:.7;display:flex!important}.image-carousel:hover .carousel-arrow{opacity:.7}.carousel-arrow-left{left:12px}.carousel-arrow-right{right:12px}.arrow-icon{width:18px;height:18px}.carousel-dots{bottom:12px;display:flex!important}.carousel-dot{width:6px;height:6px}}@media (max-width: 480px){.carousel-arrow{width:32px;height:32px;display:flex!important}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.arrow-icon{width:16px;height:16px}.carousel-dots{bottom:8px;display:flex!important}.carousel-dot{width:5px;height:5px}}.image-carousel .carousel-arrow,.image-carousel .carousel-dots{display:flex}.image-carousel.single-image .carousel-arrow,.image-carousel.single-image .carousel-dots{display:none!important}.image-carousel .image-carousel-container{width:100%;height:100%}.image-carousel .carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.checklist-title{font-size:16px;font-weight:600;color:#333;margin:0 0 4px;display:flex;align-items:center;gap:4px}.required-asterisk{color:#dc3545;font-weight:700}.checklist-subtitle{font-size:12px;color:#666;margin:0;font-style:italic}.checklist-options{display:flex;flex-direction:column;gap:8px;scroll-margin:0;scroll-padding:0}.checklist-option{display:flex;align-items:center;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1);position:relative;will-change:transform;touch-action:manipulation;-webkit-tap-highlight-color:transparent;scroll-margin:0;scroll-padding:0}.checklist-option:hover:not(.disabled){transform:scale(.98)}.checklist-option:active:not(.disabled){transform:scale(.96)}.checklist-option.disabled{opacity:.5;cursor:not-allowed}.checklist-input{margin:0 12px 0 0;width:20px;height:20px;border-radius:50%;border:2px solid #e9ecef;background:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease,border-color .15s ease;will-change:transform;touch-action:manipulation;-webkit-tap-highlight-color:transparent;scroll-margin:0;scroll-padding:0}.checklist-input:hover:not(:disabled){transform:scale(1.05)}.checklist-input:active:not(:disabled){transform:scale(.98)}.checklist-input:checked{background:#28a745;border-color:#28a745}.checklist-input:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.checklist-option.disabled .checklist-input{cursor:not-allowed}.checklist-option-content{flex:1;display:flex;flex-direction:column;gap:2px}.checklist-option-label{font-size:14px;font-weight:600;color:#333;line-height:1.3}.checklist-option-description{font-size:12px;color:#666;line-height:1.2}.checklist-option.selected .checklist-option-label,.checklist-option.selected .checklist-option-description{color:#333}.checklist-option-price{font-size:14px;font-weight:700;color:#333;margin-left:auto;flex-shrink:0}@keyframes checkPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.checklist-title{font-size:15px}.checklist-option{padding:10px 14px}.checklist-option-label{font-size:13px}.checklist-option-description{font-size:11px}}@media (max-width: 480px){.checklist-option{padding:8px 12px}}.preference-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.preference-item:hover{background-color:#f3f4f6;border-color:#d1d5db}.preference-text{font-size:14px;font-weight:500;color:#374151;text-align:left}.preference-arrow{width:16px;height:16px;opacity:.6;transition:opacity .2s ease}.preference-item:hover .preference-arrow{opacity:1}.preference-modal-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.preference-modal{background-color:#fff;border-radius:16px 16px 0 0;width:100%;max-width:500px;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.preference-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #E5E7EB}.preference-modal-header h3{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#111827;margin:0}.preference-modal-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.preference-modal-close:hover{background-color:#f3f4f6;color:#374151}.preference-modal-options{padding:8px 0 24px}.preference-modal-option{display:flex;align-items:center;gap:12px;width:100%;padding:16px 24px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-family:Inter,sans-serif;font-size:16px;color:#374151}.preference-modal-option:hover{background-color:#f9fafb}.preference-modal-option.active{background-color:#f0fdf4;color:#16a34a}.preference-option-label{flex:1;font-weight:500}.preference-option-check{font-size:16px;color:#10b981;font-weight:600}.preference-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.preference-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0}@media (min-width: 1025px){.preference-modal-backdrop{align-items:center;padding:20px}.preference-modal{border-radius:16px;max-width:400px;max-height:70vh;animation:fadeInScale .2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}}.product-modal-overlay{position:fixed;inset:0;background-color:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalOverlayFadeIn .2s cubic-bezier(.4,0,.2,1)}.product-modal{background:#fff;border-radius:16px;width:100%;max-width:1000px;height:610px;position:relative;display:flex;flex-direction:row;animation:modalScaleIn .25s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #0000004d}.product-modal-close{position:absolute;right:-50px;width:32px;height:32px;border-radius:50%;background:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#666;cursor:pointer;z-index:10;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.product-modal-close:hover{background:#c5c5c5;color:#333;transform:scale(.98)}.product-modal-close:active{background:#b0b0b0;transform:scale(.95)}.close-icon{width:16px;height:16px}.product-modal-back-btn{display:none;position:absolute;top:16px;left:16px;width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.product-modal-back-btn:hover{transform:scale(.98)}.product-modal-back-btn:active{transform:scale(.95)}.back-icon{width:16px;height:16px}.product-modal-left{width:610px;height:100%;flex-shrink:0}.product-modal-image-container{width:100%;height:100%;overflow:hidden;border-radius:16px 0 0 16px;position:relative}.product-modal-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-modal-carousel{width:100%;height:100%}.product-modal-right{flex:1;height:100%;display:flex;flex-direction:column}.product-modal-scrollable{width:100%;max-width:390px;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.product-modal-scrollable::-webkit-scrollbar{display:none}.product-modal-header{padding:20px 20px 0;border-bottom:1px solid #e9ecef;margin-bottom:0}.product-modal-title{font-size:24px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3}.product-modal-weight{font-size:16px;color:#666;margin-bottom:8px}.product-modal-price{font-size:20px;font-weight:600;color:#2c5530}.product-modal-price-promotion{display:flex;align-items:center;gap:8px;position:relative}.product-modal-price-promotion .original-price{font-size:18px;font-weight:500;color:#9ca3af;text-decoration:line-through}.product-modal-price-promotion .discounted-price{font-size:20px;font-weight:700;color:#16a34a}.promotion-badge{background-color:#16a34a;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;position:absolute;top:-8px;right:-8px;white-space:nowrap}.product-modal-nutrition{padding:20px;border-bottom:1px solid #e9ecef;margin-bottom:0}.nutrition-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.nutrition-values{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.nutrition-item{display:flex;align-items:center}.nutrition-value{font-size:14px;color:#666;font-weight:500}.product-modal-description{display:flex;width:100%;padding:16px;border-bottom:1px solid #e9ecef;margin-bottom:0}.product-modal-description p{font-size:16px;line-height:1.5;color:#555;margin:0}.product-modal-options{padding:20px;border-bottom:1px solid #e9ecef;margin-bottom:0}.product-options-header{display:flex;align-items:center;justify-content:space-between}.product-options-title{font-size:18px;font-weight:700;color:#333;margin:0}.optional-indicator{background-color:#e0e0e0;color:#555;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}.product-modal-additions{padding:20px;border-bottom:1px solid #e9ecef;margin-bottom:0;box-sizing:border-box;overflow:hidden}.additions-header{width:100%}.additions-title{font-size:18px;font-weight:700;color:#333;margin:0}.additions-subtitle{padding-top:12px;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.unavailable-preference-section{padding:20px;border-top:1px solid #e9ecef}.preference-title{font-size:18px;font-weight:700;color:#333;margin:0}.preference-item{width:100%;padding:8px;background:transparent;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:transform .15s cubic-bezier(.4,0,.2,1);font-size:14px;font-family:Inter,sans-serif;line-height:20px;font-weight:400;color:#333;will-change:transform}.preference-item:hover{transform:scale(.98)}.preference-item:active{transform:scale(.96)}.preference-text{flex:1;text-align:left}.preference-arrow{width:15px;height:15px;flex-shrink:0;opacity:.5}.additions-placeholder{display:flex;gap:8px}.addition-placeholder-item{width:60px;height:40px;background:#e9ecef;border-radius:8px;border:2px dashed #dee2e6}.product-modal-footer{padding:20px;background:#fff;border-radius:0 0 16px;flex-shrink:0;border-top:1px solid #e9ecef}.product-modal-add-btn{width:100%;background:#28a745;color:#fff;border:none;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.product-modal-add-btn:hover:not(.disabled){background:#218838;transform:scale(.98)}.product-modal-add-btn:active:not(.disabled){background:#1e7e34;transform:scale(.95)}.product-modal-add-btn.disabled{background:#6c757d;cursor:not-allowed;opacity:.6;transform:none}.cart-icon{width:18px;height:18px;filter:brightness(0) invert(1)}.product-modal-quantity-controls{display:flex;align-items:center;gap:8px;width:100%}.product-modal-quantity-btn{width:56px;height:56px;border:none;background:#28a745;color:#fff;border-radius:8px;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.product-modal-quantity-btn:hover{background:#218838;transform:scale(.98)}.product-modal-quantity-btn:active{background:#1e7e34;transform:scale(.95)}.product-modal-quantity-display-btn{flex:1;background:#f8f9fa;border:none;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:56px}.product-modal-quantity-text{font-size:18px;font-weight:600;color:#28a745}.product-modal-quantity-price{font-size:14px;font-weight:500;color:#6c757d}@media (max-width: 1024px){.product-modal-overlay{padding:0;align-items:stretch;position:fixed;inset:0;z-index:1000;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.product-modal{max-width:100%;margin:0;border-radius:0;height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;flex-direction:column;display:flex;overflow:hidden}.product-modal-close{display:none}.product-modal-back-btn{display:flex;outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-modal-back-btn:focus{outline:none!important;box-shadow:none!important}.product-modal-back-btn:active{outline:none!important;box-shadow:none!important}.product-modal-left{width:100%;height:250px;flex-shrink:0}.product-modal-image-container,.product-modal-carousel{border-radius:0}.product-modal-right{flex:1;border-radius:0;overflow:hidden}.product-modal-scrollable{width:100%;max-width:none;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.product-modal-footer{border-radius:0;flex-shrink:0;position:sticky;bottom:0;z-index:10;background:#fff;box-shadow:0 -2px 10px #0000001a}.product-modal-quantity-btn{width:52px;height:52px;font-size:18px}.product-modal-quantity-display-btn{height:52px;padding:14px 20px}.product-modal-quantity-text{font-size:16px}.product-modal-quantity-price{font-size:13px}}@media (max-width: 768px){.product-modal-title{font-size:20px}.nutrition-values{grid-template-columns:1fr}}@media (max-width: 480px){.product-modal-overlay{z-index:1000;transform:translateZ(0);will-change:transform}.product-modal-left{height:200px}.product-modal-header{padding:16px 16px 0}.product-modal-nutrition,.product-modal-description{padding:16px}.product-modal-additions{padding:16px;box-sizing:border-box;overflow:hidden}.product-modal-footer{padding:16px;position:sticky;bottom:0;z-index:10;background:#fff;box-shadow:0 -2px 10px #0000001a;transform:translateZ(0);will-change:transform}.product-modal-add-btn{padding:14px 20px;font-size:15px}}.additions-subtitle{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.toppings-grid{display:flex;flex-wrap:wrap;width:100%;gap:12px;padding-bottom:8px}.toppings-grid::-webkit-scrollbar{display:none}.topping-card{min-width:120px;flex:1;max-width:150px;height:140px;background-color:#f0f0f0;border-radius:16px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:start;justify-content:space-between;text-align:center;position:relative;border:2px solid transparent;box-sizing:border-box}.topping-card:hover,.topping-card.selected{background-color:#e8f5e8;border-color:#4bb755}.topping-price{font-size:18px;font-weight:700;color:#333;margin-bottom:4px;flex-shrink:0}@supports (-webkit-touch-callout: none){.product-modal-overlay{z-index:9999!important;transform:translateZ(0);will-change:transform}.product-modal{transform:translateZ(0);will-change:transform}}.topping-name{font-size:14px;font-weight:600;font-style:normal;color:#333;margin-bottom:4px;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;flex:1;display:block;text-align:left;overflow-wrap:break-word;max-width:100%;white-space:normal;overflow:hidden}.topping-add-btn{width:100%;height:32px;background-color:#c9eacc;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-top:auto}.topping-add-btn:hover{background-color:#b8e0bb}.add-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.selected-toppings-section{margin-top:16px;padding-top:16px;border-top:1px solid #E0E0E0}.selected-toppings-title{font-size:16px;font-weight:600;color:#333;margin:0 0 12px}.selected-toppings-list{list-style:none;padding:0;margin:0}.selected-topping-item{display:flex;align-items:center;margin-bottom:8px;padding:4px 0;border-radius:4px;transition:background-color .2s ease}.selected-topping-item:hover{background-color:#f5f5f5}.topping-bullet{color:#666;font-size:16px;margin-right:8px;flex-shrink:0}.topping-item-name{color:#666;font-size:14px;flex:1}.topping-item-price{color:#333;font-size:14px;font-weight:700;margin-left:8px;flex-shrink:0}.unavailable-preference-section .preference-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.unavailable-preference-section .preference-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0}@media (max-width: 480px){.product-modal-quantity-btn{width:48px;height:48px;font-size:16px}.product-modal-quantity-display-btn{height:48px;padding:12px 16px}.product-modal-quantity-text{font-size:14px}.product-modal-quantity-price{font-size:12px}}
