.product-upsell-btn-wrapper{padding-top:.75rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.product-upsell-btn-wrapper.hidden{display:none}.product-upsell-browse-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem 1rem;background-color:#f0f7ff;color:#2563eb;border:1px dashed #93bbfd;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.product-upsell-browse-btn:hover{background-color:#dbeafe;border-color:#2563eb}.product-upsell-browse-btn i{font-size:.875rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.product-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#3b82f6}.product-card--out-of-stock{opacity:.6}.product-card--out-of-stock .product-card__btn{background-color:#9ca3af;cursor:not-allowed}.product-card--out-of-stock .product-card__btn:hover{background-color:#9ca3af}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:#f3f4f6}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:2rem}.product-card__body{padding:.75rem}.product-card__name{font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:.25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price{font-size:.875rem;font-weight:600;color:#2563eb;margin-bottom:.5rem}.product-card__price-prefix{font-weight:400;color:#6b7280;font-size:.75rem}.product-card__btn{display:block;width:100%;padding:.375rem 0;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;text-align:center;transition:background-color .15s ease}.product-card__btn:hover{background-color:#1d4ed8}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1rem}.product-modal{background:#fff;border-radius:.75rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040}.product-modal--browse{max-width:600px}@media (max-width: 575px){.product-modal{max-width:100%;max-height:100vh;border-radius:0;height:100%}.product-modal--browse{max-width:100%}}.product-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;gap:.75rem}.product-modal__back{background:none;border:none;font-size:1rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0}.product-modal__back:hover{color:#1f2937}.product-modal__title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;flex:1;min-width:0}.product-modal__close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;line-height:1;flex-shrink:0}.product-modal__close:hover{color:#1f2937}.product-modal__image{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover}.product-modal__body{padding:1.25rem}.product-modal__description{font-size:.875rem;color:#4b5563;margin-bottom:1rem;line-height:1.5}.product-modal__price{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-attribute-selector{margin-bottom:1rem}.product-attribute-selector__label{font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.5rem;display:block}.product-attribute-selector__options{display:flex;flex-wrap:wrap;gap:.5rem}.product-attribute-btn{padding:.375rem .875rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.product-attribute-btn:hover{border-color:#3b82f6;color:#3b82f6}.product-attribute-btn.active{background-color:#2563eb;border-color:#2563eb;color:#fff}.product-attribute-btn.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-quantity-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-quantity-controls__label{font-size:.8125rem;font-weight:500;color:#374151}.product-quantity-controls__wrapper{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.375rem;overflow:hidden}.product-quantity-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f3f4f6;color:#374151;font-size:1.125rem;cursor:pointer;transition:background-color .15s ease}.product-quantity-btn:hover{background:#e5e7eb}.product-quantity-btn:disabled{opacity:.3;cursor:not-allowed}.product-quantity-value{width:48px;text-align:center;font-size:.9375rem;font-weight:600;border:none;outline:none;background:transparent}.product-modal__footer{padding:1rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem}.product-modal__add-btn{flex:1;padding:.625rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.product-modal__add-btn:hover{background-color:#1d4ed8}.product-modal__add-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.product-modal__cancel-btn{padding:.625rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.product-modal__cancel-btn:hover{background:#f3f4f6}.product-out-of-stock{color:#ef4444;font-size:.8125rem;font-weight:500;margin-bottom:.5rem}.product-cart-summary.hidden{display:none}.product-cart-summary__title{font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.product-cart-item{display:flex;align-items:center;padding:.5rem 0;font-size:.8125rem;gap:.5rem}.product-cart-item__thumb{width:36px;height:36px;border-radius:.25rem;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.product-cart-item__thumb-placeholder{width:36px;height:36px;border-radius:.25rem;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af;font-size:.75rem}.product-cart-item__info{flex:1;min-width:0;color:#374151}.product-cart-item__name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-cart-item__variant,.product-cart-item__qty{color:#6b7280;font-size:.75rem}.product-cart-item__price{font-weight:500;color:#1f2937;white-space:nowrap;flex-shrink:0}.product-cart-item__remove{background:none;border:none;color:#ef4444;font-size:.875rem;cursor:pointer;padding:.125rem;flex-shrink:0;line-height:1}.product-cart-item__remove:hover{color:#dc2626}.product-delivery-info{font-size:.75rem;color:#6b7280;padding:.5rem 0;display:flex;align-items:center;gap:.375rem}.product-delivery-info__icon{font-size:.875rem}.product-disclaimer{font-size:.6875rem;color:#9ca3af;font-style:italic;margin-top:.25rem;line-height:1.4}.product-added-toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%) translateY(-20px);background:#065f46;color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;z-index:1100;box-shadow:0 10px 25px #0003;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;white-space:nowrap;max-width:90vw}.product-added-toast i{font-size:1rem;color:#34d399}.product-added-toast span{overflow:hidden;text-overflow:ellipsis}.product-added-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}
