.product-card:where(.astro-e5lvscu2){background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:where(.astro-e5lvscu2):hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.product-card__image-container:where(.astro-e5lvscu2){position:relative;height:220px;overflow:hidden}.product-card__image:where(.astro-e5lvscu2){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:where(.astro-e5lvscu2):hover .product-card__image:where(.astro-e5lvscu2){transform:scale(1.05)}.product-card__badge:where(.astro-e5lvscu2){position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;z-index:2}.product-card__badge--low-stock:where(.astro-e5lvscu2){background:#ffc107}.product-card__badge--unavailable:where(.astro-e5lvscu2){background:#dc3545}.product-card__content:where(.astro-e5lvscu2){padding:20px;display:flex;flex-direction:column;flex-grow:1}.product-card__rating:where(.astro-e5lvscu2){color:#ffc107;margin-bottom:10px}.product-card__title:where(.astro-e5lvscu2){margin:0 0 10px;font-size:18px;font-weight:600;line-height:1.3}.product-card__title:where(.astro-e5lvscu2) a:where(.astro-e5lvscu2){color:#333;text-decoration:none;transition:color .3s ease}.product-card__title:where(.astro-e5lvscu2) a:where(.astro-e5lvscu2):hover{color:var(--boskery-primary, #e67e22)}.product-card__description:where(.astro-e5lvscu2){color:#666;font-size:14px;margin:0 0 15px;flex-grow:1}.product-card__price:where(.astro-e5lvscu2){font-size:22px;font-weight:700;color:#28a745;margin-bottom:15px}.product-card__actions:where(.astro-e5lvscu2){display:flex;gap:10px;align-items:center}.product-card__quantity:where(.astro-e5lvscu2){display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden;width:100px}.product-card__quantity-btn:where(.astro-e5lvscu2){background:#f8f9fa;border:none;width:30px;height:36px;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.product-card__quantity-btn:where(.astro-e5lvscu2):hover{background:#e9ecef}.product-card__quantity-input:where(.astro-e5lvscu2){border:none;text-align:center;width:40px;height:36px;font-weight:600}.product-card__add-to-cart-btn:where(.astro-e5lvscu2){display:flex;align-items:center;gap:5px;padding:0 15px;height:36px;background:var(--boskery-primary, #e67e22);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;flex-grow:1;justify-content:center}.product-card__add-to-cart-btn:where(.astro-e5lvscu2):hover:not(:disabled){background:#d35400}.product-card__add-to-cart-btn:where(.astro-e5lvscu2):disabled{background:#6c757d;cursor:not-allowed}.floating-cart:where(.astro-e5lvscu2){position:fixed;bottom:30px;right:30px;z-index:1000;pointer-events:none}.floating-cart:where(.astro-e5lvscu2) :where(.astro-e5lvscu2){pointer-events:auto}.floating-cart__toggle:where(.astro-e5lvscu2){width:60px;height:60px;background:var(--boskery-primary, #e67e22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 5px 15px #0003;transition:all .3s ease;position:relative;z-index:1001}.floating-cart__toggle:where(.astro-e5lvscu2):hover{transform:scale(1.1)}.floating-cart__count:where(.astro-e5lvscu2){position:absolute;top:-5px;right:-5px;background:#dc3545;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.floating-cart__content:where(.astro-e5lvscu2){position:absolute;bottom:80px;right:0;width:380px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;max-height:500px;display:flex;flex-direction:column;z-index:1002}.floating-cart__content:where(.astro-e5lvscu2).show{opacity:1;visibility:visible;transform:translateY(0)}.floating-cart__header:where(.astro-e5lvscu2){display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.floating-cart__header:where(.astro-e5lvscu2) h4:where(.astro-e5lvscu2){margin:0 0 5px;font-size:18px}.floating-cart__items-count:where(.astro-e5lvscu2){font-size:13px;color:#666;font-weight:500}.floating-cart__header-actions:where(.astro-e5lvscu2){display:flex;gap:10px;align-items:center}.floating-cart__clear-btn:where(.astro-e5lvscu2){background:none;border:none;color:#dc3545;cursor:pointer;font-size:14px;padding:5px 10px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;gap:5px;font-weight:500}.floating-cart__clear-btn:where(.astro-e5lvscu2):hover:not(:disabled){background:#fff5f5}.floating-cart__clear-btn:where(.astro-e5lvscu2):disabled{opacity:.4;cursor:not-allowed}.floating-cart__view-cart-btn:where(.astro-e5lvscu2){background:none;border:none;color:var(--boskery-primary, #e67e22);cursor:pointer;font-size:18px;padding:5px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.floating-cart__view-cart-btn:where(.astro-e5lvscu2):hover{background:#fff5f0;transform:scale(1.1)}.floating-cart__close:where(.astro-e5lvscu2){background:none;border:none;font-size:18px;cursor:pointer;color:#666;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.floating-cart__close:where(.astro-e5lvscu2):hover{color:#333}.floating-cart__items:where(.astro-e5lvscu2){max-height:300px;overflow-y:auto;padding:15px 20px;flex:1;min-height:100px}.floating-cart__empty:where(.astro-e5lvscu2){text-align:center;color:#666;padding:40px 20px;font-size:14px}.floating-cart__item:where(.astro-e5lvscu2){display:flex;align-items:flex-start;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee;transition:all .3s ease}.floating-cart__item:where(.astro-e5lvscu2):last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.floating-cart__item-image:where(.astro-e5lvscu2){width:60px;height:60px;object-fit:cover;border-radius:8px;margin-right:12px;flex-shrink:0}.floating-cart__item-details:where(.astro-e5lvscu2){flex-grow:1;min-width:0}.floating-cart__item-name:where(.astro-e5lvscu2){font-weight:600;margin-bottom:5px;font-size:14px;line-height:1.3}.floating-cart__item-price:where(.astro-e5lvscu2){color:#666;font-size:13px;margin-bottom:5px}.floating-cart__item-subtotal:where(.astro-e5lvscu2){font-weight:600;color:#28a745;font-size:14px}.floating-cart__item-quantity:where(.astro-e5lvscu2){display:flex;align-items:center;gap:5px}.floating-cart__item-quantity-btn:where(.astro-e5lvscu2){width:24px;height:24px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}.floating-cart__item-quantity-btn:where(.astro-e5lvscu2):hover{background:#f8f9fa;border-color:#adb5bd}.floating-cart__item-quantity-input:where(.astro-e5lvscu2){width:32px;text-align:center;border:none;font-weight:600;font-size:13px}.floating-cart__item-remove:where(.astro-e5lvscu2){background:none;border:none;color:#dc3545;cursor:pointer;font-size:16px;padding:5px;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.floating-cart__item-remove:where(.astro-e5lvscu2):hover{background:#fff5f5;transform:scale(1.1)}.floating-cart__item--removing:where(.astro-e5lvscu2){animation:slideOutRight .3s ease forwards}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.floating-cart__footer:where(.astro-e5lvscu2){padding:15px 20px;border-top:1px solid #eee;background:#fff;border-radius:0 0 12px 12px;flex-shrink:0}.floating-cart__total:where(.astro-e5lvscu2){display:flex;justify-content:space-between;margin-bottom:15px;font-weight:600;font-size:18px}.floating-cart__footer-actions:where(.astro-e5lvscu2){display:flex;gap:10px}.floating-cart__checkout-btn:where(.astro-e5lvscu2){display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px;background:var(--boskery-primary, #e67e22);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.floating-cart__checkout-btn:where(.astro-e5lvscu2):hover{background:#d35400;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e67e224d}.floating-cart__footer-clear-btn:where(.astro-e5lvscu2){display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px;background:#fff;color:#dc3545;text-align:center;border-radius:8px;border:2px solid #dc3545;font-weight:600;transition:all .3s ease;cursor:pointer}.floating-cart__footer-clear-btn:where(.astro-e5lvscu2):hover:not(:disabled){background:#dc3545;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.floating-cart__footer-clear-btn:where(.astro-e5lvscu2):disabled{opacity:.5;cursor:not-allowed;border-color:#ccc;color:#999}.confirm-modal:where(.astro-e5lvscu2){position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease}.confirm-modal:where(.astro-e5lvscu2).show{opacity:1;visibility:visible}.confirm-modal__content:where(.astro-e5lvscu2){background:#fff;padding:30px;border-radius:12px;max-width:400px;width:90%;box-shadow:0 10px 40px #0003;transform:scale(.9);transition:transform .3s ease}.confirm-modal:where(.astro-e5lvscu2).show .confirm-modal__content:where(.astro-e5lvscu2){transform:scale(1)}.confirm-modal__title:where(.astro-e5lvscu2){margin:0 0 15px;font-size:20px;font-weight:600;color:#333}.confirm-modal__message:where(.astro-e5lvscu2){color:#666;margin-bottom:25px;line-height:1.5}.confirm-modal__actions:where(.astro-e5lvscu2){display:flex;gap:10px;justify-content:flex-end}.confirm-modal__btn:where(.astro-e5lvscu2){padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:14px}.confirm-modal__btn--cancel:where(.astro-e5lvscu2){background:#e9ecef;color:#495057}.confirm-modal__btn--cancel:where(.astro-e5lvscu2):hover{background:#dee2e6}.confirm-modal__btn--confirm:where(.astro-e5lvscu2){background:#dc3545;color:#fff}.confirm-modal__btn--confirm:where(.astro-e5lvscu2):hover{background:#c82333}.cart-notification:where(.astro-e5lvscu2){position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:9999;transform:translate(100%);transition:transform .3s ease;max-width:300px}.cart-notification--success:where(.astro-e5lvscu2){background:linear-gradient(135deg,#28a745,#218838);color:#fff}.cart-notification--warning:where(.astro-e5lvscu2){background:linear-gradient(135deg,#ffc107,#e0a800);color:#212529}.cart-notification--error:where(.astro-e5lvscu2){background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.cart-notification--info:where(.astro-e5lvscu2){background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.cart-notification:where(.astro-e5lvscu2).show{transform:translate(0)}.notification-content:where(.astro-e5lvscu2){display:flex;align-items:flex-start;gap:10px}.notification-text:where(.astro-e5lvscu2){flex:1}.notification-title:where(.astro-e5lvscu2){font-weight:600;margin-bottom:5px}.notification-details:where(.astro-e5lvscu2){font-size:.9rem;opacity:.9}@media (max-width: 768px){.floating-cart:where(.astro-e5lvscu2){bottom:20px;right:20px}.floating-cart__toggle:where(.astro-e5lvscu2){width:55px;height:55px;font-size:22px}.floating-cart__content:where(.astro-e5lvscu2){width:calc(100vw - 40px);max-width:340px;right:-20px}.product-card__actions:where(.astro-e5lvscu2){flex-direction:column;gap:10px}.product-card__quantity:where(.astro-e5lvscu2){width:100%}.product-card__add-to-cart-btn:where(.astro-e5lvscu2){width:100%}.cart-notification:where(.astro-e5lvscu2){right:10px;left:10px;max-width:none}}
