#CoffeeList{font-family:sans-serif}#CoffeeList .fixed.right-0{transform:translate(0)}#CoffeeList .transition-shadow{transition:box-shadow .3s ease-in-out}#CoffeeList .transition-colors{transition:background-color .2s ease-in-out,color .2s ease-in-out}#CoffeeList input:focus,#CoffeeList textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}.loader{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.8rem;color:#6b7280}.error{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.8rem;color:#dc2626;text-align:center;padding:1rem}.coffee-list{min-height:100vh;padding:1rem}.coffee-app-container .coffee-list{flex:1;min-height:100vh;padding:1rem}.coffee-list__products{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (min-width: 768px){.coffee-list__products{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 1024px){.coffee-list__products{grid-template-columns:repeat(5,1fr);gap:1.5rem}}.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500;text-decoration:none;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1.4rem;line-height:1.25rem;flex-grow:1}.button--primary{background-color:#1e3a8a;color:#fff}.button--primary:hover{background-color:#1e40af}.button--secondary{background-color:#4b5563;color:#fff}.button--secondary:hover{background-color:#374151}.button--full-width{width:100%;text-align:center;padding:.75rem 1rem;font-weight:500}.product-card{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:box-shadow .3s ease-in-out;display:flex;flex-direction:column;height:100%;min-height:420px}.product-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-card__image{width:100%;min-height:15rem;object-fit:contain}.product-card__content{display:flex;flex-direction:column;flex:1 1 auto;padding:1rem}.product-card__title{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;color:#1f2937;min-height:2.4em;display:flex;align-items:flex-start}.product-card__price{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#111827}.product-card__compare-price{color:#9ca3af;margin-left:.5rem;text-decoration:line-through;font-size:1.8rem}.product-card__actions{margin-top:auto;display:flex;align-items:center;gap:1rem}.product-card__quantity-label{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.product-card__quantity-label{display:none}}.product-card__quantity-input{width:4rem;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;text-align:center}.product-card__quantity-controls{display:flex;align-items:center;justify-content:center;width:100%}.cart-line{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb}.cart-line__image-container{flex-shrink:0}.cart-line__image{width:4rem;height:4rem;object-fit:cover;border-radius:.375rem}.cart-line__content{flex:1;min-width:0}.cart-line__title{font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0;margin-bottom:0}.cart-line__actions{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-line__quantity{display:flex;align-items:center;gap:.5rem}.cart-line__price{font-weight:600;color:#111827;margin:0}.sticky-cart-summary{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50}.sticky-cart-summary__container{max-width:140rem;margin:0 auto;padding:0 1rem}.sticky-cart-summary__content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0}@media (min-width: 768px){.sticky-cart-summary__content{flex-direction:row}}.sticky-cart-summary__info{display:flex;gap:1rem;align-items:center}.sticky-cart-summary__items{font-weight:700;color:#111827}.sticky-cart-summary__pricing{display:flex;align-items:center;gap:.5rem}.sticky-cart-summary__original-price{font-size:1.4rem;color:#6b7280;text-decoration:line-through}.sticky-cart-summary__total{font-size:1.8rem;font-weight:600;color:#111827}.sticky-cart-summary__discount{font-size:1.4rem;font-weight:500;color:#059669}.sticky-cart-summary__buttons{display:flex;gap:1rem}.drawer-cart-summary__overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;display:block!important}.drawer-cart-summary{position:fixed;right:0;top:0;height:100%;width:100%;max-width:38rem;background-color:#fff;box-shadow:-10px 0 15px -3px #0000001a,-4px 0 6px -2px #0000000d;z-index:50;transform:translate(0);transition:transform .3s ease-in-out}.drawer-cart-summary__container{display:flex;flex-direction:column;height:100%}.drawer-cart-summary__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb}.drawer-cart-summary__title{font-size:2rem;font-weight:600;color:#111827}.drawer-cart-summary__close{color:#9ca3af;font-size:2.4rem;font-weight:700;background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.drawer-cart-summary__close:hover{color:#4b5563}.drawer-cart-summary__discount-section{padding:1rem;border-bottom:1px solid #f3f4f6}.drawer-cart-summary__items-container{flex:1;overflow-y:auto}.drawer-cart-summary__items{padding:1rem}.drawer-cart-summary__footer{padding:1rem;border-top:1px solid #e5e7eb}.drawer-cart-summary__totals{margin-bottom:1rem}.drawer-cart-summary__subtotal{display:flex;justify-content:space-between;font-size:1.4rem;color:#4b5563;margin-bottom:.5rem}.drawer-cart-summary__discount-line{display:flex;justify-content:space-between;font-size:1.4rem;color:#059669;font-weight:500;margin-bottom:.5rem}.drawer-cart-summary__final-total{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:600;color:#111827;border-top:1px solid #e5e7eb;padding-top:.5rem}.discount-badge{display:flex;flex-direction:column;gap:.5rem}.discount-badge__current{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:1.4rem;font-weight:500;border:1px solid;width:fit-content}.discount-badge__icon{width:1.5rem;height:1.5rem;margin-right:.25rem}.discount-badge__code{font-weight:700}.discount-badge__amount{margin-left:.25rem}.discount-badge__progress{background-color:#f9fafb;border-radius:.5rem;padding:.75rem;border:1px solid #e5e7eb}.discount-badge__progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.discount-badge__progress-text{font-size:1.4rem;font-weight:500;color:#374151}.discount-badge__progress-code{font-size:1.4rem;font-weight:700;color:#059669}.discount-badge__progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem}.discount-badge__progress-fill{background-color:#10b981;height:.5rem;border-radius:9999px;transition:all .3s ease-in-out;display:block!important}.discount-badge__progress-description{font-size:1.2rem;color:#6b7280;margin-top:.25rem;margin-bottom:0}.discount-badge__message{background-color:#eff6ff;border-radius:.5rem;padding:.75rem;border:1px solid #bfdbfe}.discount-badge__message-content{display:flex;align-items:center}.discount-badge__message-icon{width:1rem;height:1rem;margin-right:.5rem;color:#2563eb}.discount-badge__message-text{font-size:1.4rem;color:#1e40af}.discount-badge__current--green{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.discount-badge__current--blue{background-color:#dbeafe;color:#1e40af;border-color:#bfdbfe}.discount-badge__current--purple{background-color:#f3e8ff;color:#7c3aed;border-color:#ddd6fe}.discount-badge__current--orange{background-color:#fed7aa;color:#ea580c;border-color:#fdba74}.no-data-found{text-align:center;padding:3rem 0}.no-data-found__title{font-size:2.4rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.no-data-found__content{color:#4b5563}.no-data-found__message{color:#6b7280;text-align:center}.minus-plus-input{display:flex;align-items:center}.minus-plus-input__button{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#374151;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease-in-out;border-radius:50%}.minus-plus-input__button:hover{background-color:#e5e7eb}.minus-plus-input__button:disabled{opacity:.5;cursor:not-allowed}.minus-plus-input__quantity{padding:.25rem .75rem;text-align:center;min-width:2rem;font-weight:500}.page{width:100%;max-width:140rem;margin:0 auto}.page__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;margin-top:.5rem}.page__header-content{flex:1}.page__title{font-size:2rem;font-weight:600;margin-bottom:.5rem}.page__description{margin-bottom:1.25rem;color:#4b5563}.drawer__title{text-align:center}.coffee-box-addon{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin:8px 0;transition:all .2s ease}.coffee-box-addon:hover{border-color:#8b4513;box-shadow:0 2px 8px #0000001a}.coffee-box-addon__container{display:flex;align-items:center;gap:12px}.coffee-box-addon__image-container{flex-shrink:0}.coffee-box-addon__image{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid #e9ecef}.coffee-box-addon__image--loading{background:#f8f9fa;animation:pulse 1.5s ease-in-out infinite}.coffee-box-addon__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px}.coffee-box-addon__content{flex:1;min-width:0}.coffee-box-addon__title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 4px;line-height:1.2}.coffee-box-addon__description{font-size:12px;color:#6c757d;margin:0 0 8px;line-height:1.3}.coffee-box-addon__title--loading{height:14px;background:#f8f9fa;border-radius:3px;animation:pulse 1.5s ease-in-out infinite}.coffee-box-addon__description--loading{height:12px;width:80%;background:#f8f9fa;border-radius:3px;animation:pulse 1.5s ease-in-out infinite;margin-bottom:8px}.coffee-box-addon__price{margin-bottom:8px}.coffee-box-addon__price-amount{font-size:16px;font-weight:700;color:#8b4513}.coffee-box-addon__price--loading{height:16px;width:50px;background:#f8f9fa;border-radius:3px;animation:pulse 1.5s ease-in-out infinite}.coffee-box-addon__add-btn{width:100%;height:32px;border:none;background:#8b4513;color:#fff;font-size:13px;font-weight:600;border-radius:5px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.coffee-box-addon__add-btn:hover{background:sienna}.coffee-box-addon__in-cart{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#d4edda;border:1px solid #28a745;border-radius:5px;color:#155724}.coffee-box-addon__in-cart-icon{font-size:12px}.coffee-box-addon__in-cart-text{font-weight:600;font-size:12px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.coffee-box-addon__container{gap:10px}.coffee-box-addon__title{font-size:13px}.coffee-box-addon__description{font-size:11px}.coffee-box-addon__price-amount{font-size:15px}.coffee-box-addon__add-btn{height:30px;font-size:12px}}.coffee-app-container{display:flex;gap:2rem;min-height:100vh}.desktop-cart-sidebar{display:none}.mobile-cart-container{display:block}.desktop-cart{background-color:#fff;border:1px solid #e5e7eb;height:100vh;overflow-y:auto}.desktop-cart__container{display:flex;flex-direction:column;height:100%;width:350px}.desktop-cart__header{padding:1.5rem 1rem 1rem;border-bottom:1px solid #e5e7eb}.desktop-cart__title{font-size:1.8rem;font-weight:600;color:#111827;margin:0}.desktop-cart__discount-section{padding:1rem;border-bottom:1px solid #f3f4f6}.desktop-cart__items-container{flex:1;overflow-y:auto}.desktop-cart__items{padding:0}.desktop-cart__empty{padding:2rem 1rem;text-align:center;color:#6b7280}.desktop-cart__empty p{margin:0;font-size:1.4rem}.desktop-cart__addon-section{padding:1rem;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.desktop-cart__footer{padding:1rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.desktop-cart__totals{margin-bottom:1rem}.desktop-cart__subtotal{display:flex;justify-content:space-between;font-size:1.4rem;color:#4b5563;margin-bottom:.5rem}.desktop-cart__discount-line{display:flex;justify-content:space-between;font-size:1.4rem;color:#059669;font-weight:500;margin-bottom:.5rem}.desktop-cart__final-total{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:600;color:#111827;border-top:1px solid #e5e7eb;padding-top:.5rem}@media (min-width: 1024px){.desktop-cart-sidebar{display:block}.mobile-cart-container{display:none}.coffee-list{padding:1rem 2rem}.coffee-app-container{gap:0}}
