/**
 * Ezy Commerce Shell CSS v1.8
 */

:root {
    --ezy-primary: #0f172a;
    --ezy-secondary: #3b82f6;
    --ezy-accent: #10b981;
    --ezy-text: #1e293b;
    --ezy-text-light: #64748b;
    --ezy-bg: #ffffff;
    --ezy-surface: #f8fafc;
    --ezy-border: #e2e8f0;
    --ezy-error: #ef4444;
    --ezy-success: #22c55e;
    --ezy-font-heading: 'Outfit', system-ui, sans-serif;
    --ezy-font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
    --ezy-radius: 12px;
    --ezy-safe-bottom: env(safe-area-inset-bottom, 0px);
    --ezy-bottom-nav-height: calc(70px + var(--ezy-safe-bottom));
    --ezy-header-height: 60px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body.ezy-app { font-family: var(--ezy-font-body); background: var(--ezy-bg); color: var(--ezy-text); line-height: 1.6; min-height: 100vh; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; height: auto; display: block; }

.ezy-app-container { display: flex; flex-direction: column; min-height: 100vh; }
.ezy-main { flex: 1; padding-bottom: var(--ezy-bottom-nav-height); }
.ezy-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Announcement */
.ezy-announcement { background: var(--ezy-primary); color: white; padding: 10px 0; font-size: 13px; font-weight: 500; overflow: hidden; }
.ezy-announcement__marquee { display: flex; animation: marquee 20s linear infinite; white-space: nowrap; }
.ezy-announcement__text { padding: 0 50px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ezy-announcement__content { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.ezy-announcement__content strong { color: #fbbf24; }
.ezy-announcement__divider { opacity: 0.5; }

/* Header */
.ezy-header { position: sticky; top: 0; z-index: 100; height: var(--ezy-header-height); background: white; border-bottom: 1px solid var(--ezy-border); }
.ezy-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 16px; position: relative; }
.ezy-header__back { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.ezy-header__logo { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; }
.ezy-header__logo img { max-height: 40px; width: auto; }
.ezy-header__logo-icon { color: var(--ezy-secondary); }
.ezy-header__logo-text { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; }
.ezy-header__actions { display: flex; align-items: center; gap: 4px; }
.ezy-header__btn { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: var(--ezy-radius); position: relative; }
.ezy-header__cart-count { position: absolute; top: 6px; right: 6px; min-width: 18px; height: 18px; background: var(--ezy-secondary); color: white; font-size: 11px; font-weight: 600; border-radius: 9px; display: none; align-items: center; justify-content: center; }
.ezy-header__cart-count.is-visible { display: flex; }

/* Currency Toggle */
.ezy-currency-toggle { display: flex; align-items: center; gap: 2px; background: var(--ezy-surface); padding: 8px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--ezy-text-light); }
.ezy-currency-toggle__active { color: var(--ezy-secondary); }
.ezy-currency-toggle__sep { opacity: 0.5; }
.ezy-currency-toggle__alt { opacity: 0.6; }
.ezy-currency-toggle[data-active="JMD"] .ezy-currency-toggle__active { color: var(--ezy-text-light); }
.ezy-currency-toggle[data-active="JMD"] .ezy-currency-toggle__alt { color: var(--ezy-secondary); opacity: 1; }

/* Bottom Navigation */
.ezy-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; height: var(--ezy-bottom-nav-height); background: white; border-top: 1px solid var(--ezy-border); display: flex; align-items: flex-start; justify-content: space-around; padding-top: 8px; padding-bottom: var(--ezy-safe-bottom); z-index: 100; }
.ezy-bottom-nav__item { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 4px 12px; color: var(--ezy-text-light); font-size: 10px; font-weight: 600; transition: all 0.2s; text-decoration: none; }
.ezy-bottom-nav__item span:last-child { line-height: 1.2; }
.ezy-bottom-nav__item:hover { color: var(--ezy-primary); }
.ezy-bottom-nav__item.is-active { color: var(--ezy-secondary); }
.ezy-bottom-nav__item.is-active svg { color: var(--ezy-secondary); }
.ezy-bottom-nav__item svg { color: inherit; transition: transform 0.2s; }
.ezy-bottom-nav__item:active svg { transform: scale(0.9); }
.ezy-bottom-nav__icon-wrap { width: 40px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 14px; transition: background 0.2s; }
.ezy-bottom-nav__item.is-active .ezy-bottom-nav__icon-wrap { background: rgba(var(--ezy-secondary-rgb, 59, 130, 246), 0.12); }
.ezy-bottom-nav__cart-wrap { position: relative; }
.ezy-bottom-nav__badge { position: absolute; top: -4px; right: -8px; min-width: 16px; height: 16px; background: var(--ezy-secondary); color: white; font-size: 9px; font-weight: 600; border-radius: 8px; display: none; align-items: center; justify-content: center; }
.ezy-bottom-nav__badge.is-visible { display: flex; }

/* Buttons */
.ezy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; font-family: var(--ezy-font-heading); font-size: 15px; font-weight: 600; border-radius: var(--ezy-radius); transition: all 0.2s ease; }
.ezy-btn:active { transform: scale(0.98); }
.ezy-btn--primary { background: var(--ezy-primary); color: white; }
.ezy-btn--secondary { background: var(--ezy-secondary); color: white; }
.ezy-btn--outline { background: transparent; border: 2px solid var(--ezy-border); color: var(--ezy-text); }
.ezy-btn--white { background: white; color: var(--ezy-primary); }
.ezy-btn--lg { padding: 16px 32px; font-size: 16px; }
.ezy-btn--full { width: 100%; }

/* ========== HERO SLIDER ========== */
.ezy-hero-slider { position: relative; height: 400px; overflow: hidden; }
.ezy-hero-slider__wrapper { position: relative; height: 100%; }
.ezy-hero-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s ease; display: flex; align-items: center; justify-content: center; text-align: center; color: white; padding: 20px; }
.ezy-hero-slide.is-active { opacity: 1; visibility: visible; }
.ezy-hero-slide__content { max-width: 500px; }
.ezy-hero-slide__title { font-family: var(--ezy-font-heading); font-size: clamp(1.75rem, 6vw, 2.5rem); font-weight: 800; line-height: 1.15; margin-bottom: 12px; }
.ezy-hero-slide__text { font-size: 15px; opacity: 0.95; margin-bottom: 20px; }
.ezy-hero-slider__dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.ezy-hero-slider__dot { width: 10px; height: 10px; background: rgba(255,255,255,0.4); border-radius: 5px; transition: all 0.3s ease; }
.ezy-hero-slider__dot.is-active { width: 28px; background: white; }

/* ========== SECTIONS ========== */
.ezy-section { padding: 32px 0; }
.ezy-section--alt { background: var(--ezy-surface); }
.ezy-section--highlight { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.ezy-section__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.ezy-section__header--center { flex-direction: column; text-align: center; gap: 4px; }
.ezy-section__title { font-family: var(--ezy-font-heading); font-size: 1.375rem; font-weight: 700; }
.ezy-section__subtitle { font-size: 14px; color: var(--ezy-text-light); }
.ezy-section__link { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; color: var(--ezy-secondary); }

/* ========== PRODUCTS CAROUSEL ========== */
.ezy-products-carousel { padding: 0 16px; overflow: hidden; }
.ezy-products-carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scrollbar-width: none; }
.ezy-products-carousel__track::-webkit-scrollbar { display: none; }
.ezy-products-carousel__track .ezy-product-card { flex: 0 0 160px; scroll-snap-align: start; }
@media (min-width: 640px) { .ezy-products-carousel__track .ezy-product-card { flex: 0 0 200px; } }

/* ========== CATEGORIES ========== */
.ezy-categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (min-width: 640px) { .ezy-categories-grid { grid-template-columns: repeat(6, 1fr); } }
.ezy-category-card { text-align: center; }
.ezy-category-card__image { aspect-ratio: 1; border-radius: 16px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.ezy-category-card__icon { color: white; }
.ezy-category-card__name { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.ezy-category-card__count { font-size: 12px; color: var(--ezy-text-light); }

/* ========== PRODUCT CARD ========== */
.ezy-product-card { position: relative; background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-product-card__link { display: block; }
.ezy-product-card__image { position: relative; aspect-ratio: 4/5; background: var(--ezy-surface); overflow: hidden; }
.ezy-product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-product-card__badges { position: absolute; top: 8px; left: 8px; display: flex; flex-direction: column; gap: 4px; }
.ezy-badge { padding: 4px 10px; font-size: 11px; font-weight: 600; border-radius: 6px; }
.ezy-badge--sale { background: var(--ezy-error); color: white; }
.ezy-badge--new { background: var(--ezy-secondary); color: white; }

/* Sold Out Overlay */
.ezy-product-card.is-sold-out .ezy-product-card__image img { opacity: 0.5; filter: grayscale(50%); }
.ezy-product-card__sold-out { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.4); }
.ezy-product-card__sold-out span { background: #000; color: #fff; padding: 8px 16px; font-size: 12px; font-weight: 700; letter-spacing: 1px; border-radius: 4px; }
.ezy-product-card__info { padding: 12px; }
.ezy-product-card__name { font-size: 14px; font-weight: 600; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.ezy-product-card__rating { display: flex; gap: 2px; margin-bottom: 6px; color: #fbbf24; }
.ezy-product-card__price { display: flex; align-items: center; gap: 8px; }
.ezy-product-card__price-old { font-size: 13px; color: var(--ezy-text-light); text-decoration: line-through; }
.ezy-product-card__price-sale { font-size: 16px; font-weight: 700; color: var(--ezy-error); }
.ezy-product-card__price-regular { font-size: 16px; font-weight: 700; color: var(--ezy-text); }
.ezy-product-card__add { position: absolute; bottom: 70px; right: 8px; width: 36px; height: 36px; background: var(--ezy-primary); color: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* ========== TESTIMONIALS ========== */
.ezy-testimonials-carousel { padding: 0 16px; overflow: hidden; }
.ezy-testimonials-carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scrollbar-width: none; }
.ezy-testimonials-carousel__track::-webkit-scrollbar { display: none; }
.ezy-testimonial-card { flex: 0 0 280px; background: white; border-radius: 16px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); scroll-snap-align: start; }
.ezy-testimonial-card__rating { display: flex; gap: 2px; color: #fbbf24; margin-bottom: 12px; }
.ezy-testimonial-card__text { font-size: 15px; line-height: 1.6; margin-bottom: 16px; }
.ezy-testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.ezy-testimonial-card__avatar { width: 40px; height: 40px; border-radius: 20px; background: var(--ezy-secondary); color: white; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.ezy-testimonial-card__name { font-weight: 600; font-size: 14px; }
.ezy-testimonial-card__role { font-size: 13px; color: var(--ezy-text-light); }

/* ========== NEWSLETTER ========== */
.ezy-section--newsletter { background: linear-gradient(135deg, var(--ezy-primary) 0%, #1e40af 100%); color: white; }
.ezy-newsletter { text-align: center; padding: 20px 0; }
.ezy-newsletter__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.ezy-newsletter__text { opacity: 0.9; margin-bottom: 20px; }
.ezy-newsletter__form { max-width: 420px; margin: 0 auto; }
.ezy-newsletter__input-wrap { display: flex; gap: 8px; background: white; border-radius: 14px; padding: 6px; }
.ezy-newsletter__input { flex: 1; padding: 12px 16px; border: none; background: transparent; font-size: 15px; color: var(--ezy-text); border-radius: 10px; min-width: 0; }
.ezy-newsletter__input:focus { outline: none; }

/* ========== FOOTER ========== */
.ezy-footer { background: var(--ezy-surface); padding: 32px 0 calc(32px + var(--ezy-bottom-nav-height)); }
.ezy-footer__main { display: grid; gap: 32px; margin-bottom: 24px; }
@media (min-width: 640px) { .ezy-footer__main { grid-template-columns: 1fr 1fr; } }
.ezy-footer__logo { font-family: var(--ezy-font-heading); font-size: 1.375rem; font-weight: 700; margin-bottom: 8px; display: block; }
.ezy-footer__about { font-size: 14px; color: var(--ezy-text-light); }
.ezy-footer__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ezy-footer__col h4 { font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.ezy-footer__col a { display: block; font-size: 14px; color: var(--ezy-text-light); padding: 6px 0; }
.ezy-footer__bottom { padding-top: 20px; border-top: 1px solid var(--ezy-border); display: flex; flex-direction: column; gap: 8px; text-align: center; font-size: 13px; color: var(--ezy-text-light); }
@media (min-width: 640px) { .ezy-footer__bottom { flex-direction: row; justify-content: space-between; } }
.ezy-footer__bottom a { color: var(--ezy-secondary); }

/* ========== DRAWER ========== */
.ezy-drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.ezy-drawer.is-open { visibility: visible; }
.ezy-drawer__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s ease; }
.ezy-drawer.is-open .ezy-drawer__overlay { opacity: 1; }
.ezy-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: 100%; max-width: 400px; background: white; transform: translateX(100%); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.ezy-drawer.is-open .ezy-drawer__panel { transform: translateX(0); }
.ezy-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-bottom: 1px solid var(--ezy-border); }
.ezy-drawer__title { font-family: var(--ezy-font-heading); font-size: 1.125rem; font-weight: 600; }
.ezy-drawer__close { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--ezy-text-light); border-radius: var(--ezy-radius); }
.ezy-drawer__close:hover { background: var(--ezy-surface); color: var(--ezy-text); }
.ezy-drawer__body { flex: 1; overflow-y: auto; padding: 16px; }
.ezy-drawer__footer { padding: 16px; border-top: 1px solid var(--ezy-border); }

/* Cart Drawer */
.ezy-cart-loading, .ezy-cart-empty { text-align: center; padding: 48px 16px; color: var(--ezy-text-light); }
.ezy-cart-empty svg { margin-bottom: 16px; opacity: 0.4; }
.ezy-cart-empty p { margin-bottom: 20px; }
.ezy-cart-summary { margin-bottom: 16px; }
.ezy-cart-summary__row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.ezy-cart-summary__row--total { font-weight: 700; font-size: 17px; border-top: 1px solid var(--ezy-border); padding-top: 12px; margin-top: 8px; }
.ezy-cart-actions { display: flex; flex-direction: column; gap: 10px; }

/* ========== SEARCH OVERLAY ========== */
.ezy-search-overlay { position: fixed; inset: 0; z-index: 300; background: white; transform: translateY(-100%); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.ezy-search-overlay.is-open { transform: translateY(0); }
.ezy-search-overlay__header { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--ezy-border); }
.ezy-search-overlay__input-wrap { flex: 1; display: flex; align-items: center; gap: 8px; background: var(--ezy-surface); padding: 0 16px; border-radius: var(--ezy-radius); }
.ezy-search-overlay__input { flex: 1; padding: 14px 0; border: none; background: transparent; font-size: 16px; }
.ezy-search-overlay__input:focus { outline: none; }
.ezy-search-overlay__cancel { font-size: 15px; font-weight: 500; color: var(--ezy-secondary); }
.ezy-search-overlay__results { flex: 1; overflow-y: auto; padding: 16px; }
.ezy-search-hint { text-align: center; padding: 48px 16px; color: var(--ezy-text-light); }
.ezy-search-result { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--ezy-radius); }
.ezy-search-result:hover { background: var(--ezy-surface); }
.ezy-search-result__image { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; background: var(--ezy-surface); }
.ezy-search-result__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-search-result__info h4 { font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.ezy-search-result__info span { font-size: 14px; color: var(--ezy-text-light); }

/* ========== TOAST ========== */
.ezy-toast-container { position: fixed; bottom: calc(var(--ezy-bottom-nav-height) + 16px); left: 16px; right: 16px; z-index: 400; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.ezy-toast { background: var(--ezy-primary); color: white; padding: 14px 18px; border-radius: 14px; font-size: 15px; font-weight: 500; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); pointer-events: auto; animation: toastIn 0.3s ease; }
.ezy-toast--success { background: var(--ezy-success); }
.ezy-toast--error { background: var(--ezy-error); }
.ezy-toast.is-hiding { opacity: 0; transform: translateY(10px); transition: all 0.2s ease; }
@keyframes toastIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Spinner */
.ezy-spinner { width: 32px; height: 32px; border: 3px solid var(--ezy-border); border-top-color: var(--ezy-secondary); border-radius: 50%; animation: spin 0.8s linear infinite; margin: 0 auto; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ========== PRODUCT PAGE ========== */
.ezy-product-gallery { background: var(--ezy-surface); }
.ezy-product-gallery__main { position: relative; }
.ezy-product-gallery__slide { display: none; aspect-ratio: 4/5; }
.ezy-product-gallery__slide.is-active { display: block; }
.ezy-product-gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
.ezy-product-gallery__badges { position: absolute; top: 16px; left: 16px; display: flex; flex-direction: column; gap: 6px; }
.ezy-product-gallery__thumbs { display: flex; gap: 8px; padding: 12px 16px; overflow-x: auto; }
.ezy-product-gallery__thumb { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; opacity: 0.6; flex-shrink: 0; }
.ezy-product-gallery__thumb.is-active { border-color: var(--ezy-primary); opacity: 1; }
.ezy-product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ezy-product-gallery__dots { display: flex; justify-content: center; gap: 6px; padding: 12px; }
.ezy-product-gallery__dot { width: 8px; height: 8px; border-radius: 4px; background: var(--ezy-border); }
.ezy-product-gallery__dot.is-active { width: 20px; background: var(--ezy-primary); }

.ezy-product-info { padding: 24px 0; }
.ezy-product-info__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.ezy-product-info__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #fbbf24; font-size: 14px; }
.ezy-product-info__price { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.ezy-product-info__price-old { font-size: 16px; color: var(--ezy-text-light); text-decoration: line-through; }
.ezy-product-info__price-sale { font-size: 1.75rem; font-weight: 700; color: var(--ezy-error); }
.ezy-product-info__price-regular { font-size: 1.75rem; font-weight: 700; }
.ezy-product-info__save { background: #fef2f2; color: var(--ezy-error); padding: 4px 10px; border-radius: 6px; font-size: 13px; font-weight: 600; }
.ezy-product-info__excerpt { font-size: 15px; color: var(--ezy-text-light); line-height: 1.7; margin-bottom: 16px; }
.ezy-product-info__stock { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; margin-bottom: 20px; }
.ezy-product-info__stock.in-stock { color: var(--ezy-success); }
.ezy-product-info__stock.out-of-stock { color: var(--ezy-error); }

.ezy-product-form { margin-bottom: 32px; }
.ezy-product-form__qty { margin-bottom: 16px; }
.ezy-product-form__qty label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.ezy-qty-selector { display: inline-flex; align-items: center; background: var(--ezy-surface); border-radius: var(--ezy-radius); }
.ezy-qty-btn { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.ezy-qty-btn--sm { width: 32px; height: 32px; }
.ezy-qty-input { width: 50px; text-align: center; border: none; background: transparent; font-size: 16px; font-weight: 600; }
.ezy-product-form__submit { position: relative; }
.ezy-product-form__price { margin-left: auto; opacity: 0.8; }

/* Variation Selector */
.ezy-product-variations { margin-bottom: 20px; }
.ezy-product-variation { margin-bottom: 16px; }
.ezy-product-variation__label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 10px; color: var(--ezy-text); }
.ezy-product-variation__options { display: flex; flex-wrap: wrap; gap: 8px; }
.ezy-variation-btn { padding: 10px 18px; border: 2px solid var(--ezy-border); border-radius: var(--ezy-radius); font-size: 14px; font-weight: 500; background: white; color: var(--ezy-text); transition: all 0.2s ease; cursor: pointer; }
.ezy-variation-btn:hover { border-color: var(--ezy-primary); }
.ezy-variation-btn.is-selected { border-color: var(--ezy-primary); background: var(--ezy-primary); color: white; }
.ezy-variation-btn.is-unavailable { opacity: 0.4; text-decoration: line-through; cursor: not-allowed; }
.ezy-variation-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* Accordion */
.ezy-accordion-group { border-top: 1px solid var(--ezy-border); }
.ezy-accordion { border-bottom: 1px solid var(--ezy-border); }
.ezy-accordion__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; font-weight: 600; cursor: pointer; list-style: none; }
.ezy-accordion__header::-webkit-details-marker { display: none; }
.ezy-accordion__header svg { transition: transform 0.2s ease; }
.ezy-accordion[open] .ezy-accordion__header svg { transform: rotate(180deg); }
.ezy-accordion__body { padding-bottom: 16px; font-size: 15px; color: var(--ezy-text-light); line-height: 1.7; }

/* ========== CART PAGE ========== */
.ezy-cart-page { padding: 24px 0; }
.ezy-cart-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.ezy-cart-header__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; }
.ezy-cart-header__count { font-size: 15px; color: var(--ezy-text-light); }
.ezy-cart-items { margin-bottom: 24px; }
.ezy-cart-item { display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--ezy-border); }
.ezy-cart-item__image { width: 80px; height: 100px; border-radius: 10px; overflow: hidden; background: var(--ezy-surface); flex-shrink: 0; }
.ezy-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-cart-item__details { flex: 1; min-width: 0; }
.ezy-cart-item__name { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.ezy-cart-item__price { font-size: 14px; color: var(--ezy-text-light); margin-bottom: 10px; }
.ezy-cart-item__qty { display: inline-flex; align-items: center; background: var(--ezy-surface); border-radius: 8px; }
.ezy-cart-item__qty-value { padding: 0 12px; font-size: 14px; font-weight: 600; }
.ezy-cart-item__total { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.ezy-cart-item__line-total { font-weight: 700; }
.ezy-cart-item__remove { color: var(--ezy-text-light); padding: 8px; }
.ezy-cart-coupon { margin-bottom: 24px; }
.ezy-cart-coupon__form { display: flex; gap: 8px; }
.ezy-cart-coupon__input { flex: 1; padding: 12px 16px; border: 2px solid var(--ezy-border); border-radius: var(--ezy-radius); font-size: 15px; }
.ezy-cart-coupon__input:focus { outline: none; border-color: var(--ezy-secondary); }
.ezy-cart-page .ezy-cart-summary { background: var(--ezy-surface); padding: 20px; border-radius: 16px; margin-bottom: 24px; }
.ezy-cart-page .ezy-cart-actions { display: flex; flex-direction: column; gap: 12px; }

/* Empty State */
.ezy-empty-state { text-align: center; padding: 48px 16px; }
.ezy-empty-state__icon { color: var(--ezy-border); margin-bottom: 16px; }
.ezy-empty-state__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.ezy-empty-state__text { color: var(--ezy-text-light); margin-bottom: 24px; }

/* ========== SHOP PAGE ========== */
.ezy-shop-header { padding: 24px 0; text-align: center; background: var(--ezy-surface); }
.ezy-shop-header__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; }
.ezy-shop-filters { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: white; border-bottom: 1px solid var(--ezy-border); position: sticky; top: var(--ezy-header-height); z-index: 50; }
.ezy-shop-filters__btn { display: flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid var(--ezy-border); border-radius: 8px; font-size: 14px; font-weight: 500; }
.ezy-shop-filters__sort select { padding: 8px 12px; border: 1px solid var(--ezy-border); border-radius: 8px; font-size: 14px; background: white; }
.ezy-shop-products { padding: 16px; }
.ezy-products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px) { .ezy-products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .ezy-products-grid { grid-template-columns: repeat(4, 1fr); } }

/* ========== MENU DRAWER ========== */
.ezy-drawer__panel--left { left: 0; right: auto; transform: translateX(-100%); }
.ezy-drawer.is-open .ezy-drawer__panel--left { transform: translateX(0); }

.ezy-menu { display: flex; flex-direction: column; }
.ezy-menu__item { display: flex; align-items: center; gap: 12px; padding: 14px 0; font-size: 15px; font-weight: 500; color: var(--ezy-text); border-bottom: 1px solid var(--ezy-border); }
.ezy-menu__item svg { color: var(--ezy-text-light); }
.ezy-menu__count { margin-left: auto; font-size: 13px; color: var(--ezy-text-light); background: var(--ezy-surface); padding: 2px 8px; border-radius: 10px; }
.ezy-menu__divider { height: 1px; background: var(--ezy-border); margin: 8px 0; }
.ezy-menu__label { font-size: 12px; font-weight: 600; color: var(--ezy-text-light); text-transform: uppercase; letter-spacing: 0.5px; padding: 12px 0 8px; }

/* ========== SHOP BANNER ========== */
.ezy-shop-banner { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px 16px; text-align: center; }
.ezy-shop-banner__title { font-family: var(--ezy-font-heading); font-size: 1.75rem; font-weight: 800; margin-bottom: 8px; }
.ezy-shop-banner__text { font-size: 15px; opacity: 0.9; }

/* ========== SHOP CATEGORY SECTIONS ========== */
.ezy-shop-category-section { padding: 24px 0; border-bottom: 1px solid var(--ezy-border); }
.ezy-section__header-left { display: flex; align-items: center; gap: 10px; }
.ezy-section__icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; }

/* ========== ACCOUNT PAGE ========== */
.ezy-account-page { padding-bottom: 32px; }
.ezy-auth-card { background: white; border-radius: 20px; padding: 24px; margin-top: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.ezy-auth-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
.ezy-auth-tab { flex: 1; padding: 12px; background: var(--ezy-surface); border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--ezy-text-light); transition: all 0.2s ease; }
.ezy-auth-tab.is-active { background: var(--ezy-primary); color: white; }
.ezy-form-group { margin-bottom: 16px; }
.ezy-form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--ezy-text); }
.ezy-input { width: 100%; padding: 14px 16px; border: 2px solid var(--ezy-border); border-radius: 12px; font-size: 15px; transition: border-color 0.2s ease; }
.ezy-input:focus { outline: none; border-color: var(--ezy-secondary); }
.ezy-textarea { resize: vertical; min-height: 80px; }
.ezy-form-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.ezy-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ezy-checkbox { display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; }
.ezy-checkbox input { width: 18px; height: 18px; accent-color: var(--ezy-secondary); }
.ezy-link { font-size: 14px; color: var(--ezy-secondary); font-weight: 500; }
.ezy-form-note { font-size: 13px; color: var(--ezy-text-light); margin-bottom: 20px; }

.ezy-account-header { background: linear-gradient(135deg, var(--ezy-primary), #1e40af); color: white; padding: 32px 16px; text-align: center; }
.ezy-account-avatar { margin-bottom: 12px; }
.ezy-account-avatar img { width: 80px; height: 80px; border-radius: 40px; margin: 0 auto; border: 3px solid rgba(255,255,255,0.3); }
.ezy-account-name { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 4px; }
.ezy-account-email { font-size: 14px; opacity: 0.9; }
.ezy-account-menu { margin: 24px 0; }
.ezy-account-menu__item { display: flex; align-items: center; gap: 14px; padding: 16px; background: white; border-radius: 14px; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-account-menu__item svg { color: var(--ezy-secondary); flex-shrink: 0; }
.ezy-account-menu__item svg:last-child { color: var(--ezy-text-light); margin-left: auto; }
.ezy-account-menu__content { flex: 1; }
.ezy-account-menu__title { display: block; font-weight: 600; font-size: 15px; margin-bottom: 2px; }
.ezy-account-menu__desc { font-size: 13px; color: var(--ezy-text-light); }
.ezy-logout-btn { margin-top: 16px; }

/* ========== CHECKOUT PAGE ========== */
.ezy-checkout-page { padding: 16px 0; }
.ezy-checkout-section { background: white; border-radius: 16px; margin: 0 16px 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); overflow: hidden; }
.ezy-checkout-section__title { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--ezy-surface); font-family: var(--ezy-font-heading); font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--ezy-border); }
.ezy-checkout-section__num { width: 28px; height: 28px; background: var(--ezy-secondary); color: white; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.ezy-checkout-section__body { padding: 16px; }
.ezy-checkout-items { margin-bottom: 16px; }
.ezy-checkout-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--ezy-border); }
.ezy-checkout-item:last-child { border-bottom: none; }
.ezy-checkout-item__image { position: relative; width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: var(--ezy-surface); flex-shrink: 0; }
.ezy-checkout-item__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-checkout-item__qty { position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; background: var(--ezy-primary); color: white; font-size: 11px; font-weight: 600; border-radius: 11px; display: flex; align-items: center; justify-content: center; }
.ezy-checkout-item__details { flex: 1; min-width: 0; }
.ezy-checkout-item__name { font-size: 14px; font-weight: 500; }
.ezy-checkout-item__price { font-weight: 600; flex-shrink: 0; }
.ezy-checkout-totals { border-top: 1px solid var(--ezy-border); padding-top: 12px; }
.ezy-checkout-totals__row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.ezy-checkout-totals__row--total { font-size: 18px; font-weight: 700; border-top: 1px solid var(--ezy-border); padding-top: 12px; margin-top: 8px; }
.ezy-payment-options { display: flex; flex-direction: column; gap: 10px; }
.ezy-payment-option { cursor: pointer; }
.ezy-payment-option input { display: none; }
.ezy-payment-option__content { display: flex; align-items: center; gap: 14px; padding: 16px; border: 2px solid var(--ezy-border); border-radius: 12px; transition: all 0.2s ease; }
.ezy-payment-option input:checked + .ezy-payment-option__content { border-color: var(--ezy-secondary); background: #eff6ff; }
.ezy-payment-option__content svg { color: var(--ezy-secondary); }
.ezy-payment-option__title { display: block; font-weight: 600; font-size: 15px; }
.ezy-payment-option__desc { font-size: 13px; color: var(--ezy-text-light); }
.ezy-checkout-submit { padding: 16px; }
.ezy-checkout-note { text-align: center; font-size: 12px; color: var(--ezy-text-light); margin-top: 12px; }

/* ========== QUICK VIEW MODAL ========== */
.ezy-quickview { position: fixed; inset: 0; z-index: 300; display: flex; align-items: flex-end; justify-content: center; visibility: hidden; }
.ezy-quickview.is-open { visibility: visible; }
.ezy-quickview__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s ease; }
.ezy-quickview.is-open .ezy-quickview__overlay { opacity: 1; }
.ezy-quickview__panel { position: relative; width: 100%; max-width: 500px; max-height: 85vh; background: white; border-radius: 20px 20px 0 0; transform: translateY(100%); transition: transform 0.3s ease; overflow: hidden; display: flex; flex-direction: column; }
.ezy-quickview.is-open .ezy-quickview__panel { transform: translateY(0); }
.ezy-quickview__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; background: rgba(0,0,0,0.1); border-radius: 20px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.ezy-quickview__content { flex: 1; overflow-y: auto; padding: 20px; }
.ezy-quickview__product { }
.ezy-quickview__image { aspect-ratio: 1; border-radius: 16px; overflow: hidden; margin-bottom: 20px; background: var(--ezy-surface); }
.ezy-quickview__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-quickview__title { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; }
.ezy-quickview__price { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ezy-quickview__price-old { font-size: 16px; color: var(--ezy-text-light); text-decoration: line-through; }
.ezy-quickview__price-sale { font-size: 1.5rem; font-weight: 700; color: var(--ezy-error); }
.ezy-quickview__price-regular { font-size: 1.5rem; font-weight: 700; }
.ezy-quickview__desc { font-size: 14px; color: var(--ezy-text-light); line-height: 1.6; margin-bottom: 20px; }
.ezy-quickview__actions { display: flex; flex-direction: column; gap: 10px; }
.ezy-quickview__outofstock { color: var(--ezy-error); font-weight: 600; }

/* Product Card Actions */
.ezy-product-card__actions { position: absolute; top: 8px; right: 8px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(10px); transition: all 0.2s ease; }
.ezy-product-card:hover .ezy-product-card__actions { opacity: 1; transform: translateX(0); }
.ezy-product-card__btn { width: 36px; height: 36px; background: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); color: var(--ezy-text); transition: all 0.2s ease; }
.ezy-product-card__btn:hover { background: var(--ezy-primary); color: white; }
.ezy-product-card__btn--add { background: var(--ezy-primary); color: white; }
.ezy-product-card__btn--add:hover { background: var(--ezy-secondary); }

/* Shop filters count */
.ezy-shop-filters__count { font-size: 14px; color: var(--ezy-text-light); }

/* ========== POPUPS ========== */
.ezy-popup { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 20px; visibility: hidden; }
.ezy-popup.is-open { visibility: visible; }
.ezy-popup__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); opacity: 0; transition: opacity 0.3s ease; }
.ezy-popup.is-open .ezy-popup__overlay { opacity: 1; }
.ezy-popup__content { position: relative; width: 100%; max-width: 400px; background: white; border-radius: 24px; overflow: hidden; transform: scale(0.9) translateY(20px); opacity: 0; transition: all 0.3s ease; }
.ezy-popup.is-open .ezy-popup__content { transform: scale(1) translateY(0); opacity: 1; }
.ezy-popup__close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; background: rgba(255,255,255,0.9); border-radius: 18px; display: flex; align-items: center; justify-content: center; z-index: 10; color: #c2185b; }
.ezy-popup__image { height: 180px; background: linear-gradient(135deg, var(--ezy-secondary), #8b5cf6); }
.ezy-popup__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-popup__body { padding: 24px; text-align: center; }
.ezy-popup__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.ezy-popup__text { font-size: 15px; color: var(--ezy-text-light); margin-bottom: 20px; line-height: 1.6; }
.ezy-popup__form { display: flex; flex-direction: column; gap: 10px; }
.ezy-popup__input { padding: 14px 16px; border: 2px solid var(--ezy-border); border-radius: 12px; font-size: 15px; text-align: center; }
.ezy-popup__input:focus { outline: none; border-color: var(--ezy-secondary); }
.ezy-popup__discount { background: var(--ezy-surface); padding: 16px; border-radius: 12px; margin-top: 16px; }
.ezy-popup__discount-label { font-size: 13px; color: var(--ezy-text-light); display: block; margin-bottom: 4px; }
.ezy-popup__discount-code { font-family: monospace; font-size: 1.25rem; font-weight: 700; letter-spacing: 2px; color: var(--ezy-secondary); }
.ezy-popup__copy { background: var(--ezy-secondary); color: white; padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 600; margin-left: 10px; }
.ezy-popup__actions { margin-top: 16px; }
.ezy-popup__skip { display: block; width: 100%; padding: 12px; font-size: 14px; color: var(--ezy-text-light); margin-top: 10px; }

/* Valentine's Theme Popup */
.ezy-popup--valentine .ezy-popup__content { background: linear-gradient(180deg, #fce4ec 0%, #ffffff 30%); overflow: visible; }
.ezy-popup--valentine .ezy-popup__title { color: #c2185b; font-size: 1.75rem; }
.ezy-popup--valentine .ezy-popup__text { color: #880e4f; }
.ezy-popup--valentine .ezy-popup__image { background: linear-gradient(135deg, #ec407a, #f48fb1); }
.ezy-btn--valentine { display: inline-block; background: linear-gradient(135deg, #e91e63, #c2185b); color: white; padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 16px; text-decoration: none; box-shadow: 0 4px 20px rgba(233, 30, 99, 0.4); transition: all 0.3s ease; }
.ezy-btn--valentine:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(233, 30, 99, 0.5); }

/* Floating hearts animation */
.ezy-popup__hearts { position: absolute; top: 0; left: 0; right: 0; height: 100px; overflow: hidden; pointer-events: none; }
.ezy-popup__heart { position: absolute; top: -30px; left: var(--x, 50%); font-size: 20px; animation: floatHeart 4s ease-in-out infinite; animation-delay: var(--delay, 0s); opacity: 0.8; }
@keyframes floatHeart {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.8; }
    50% { transform: translateY(80px) rotate(15deg); opacity: 0.6; }
    90% { opacity: 0; }
}

/* ========== WISHLIST ========== */
.ezy-wishlist-items { display: flex; flex-direction: column; gap: 12px; }
.ezy-wishlist-item { display: flex; align-items: center; gap: 12px; padding: 12px; background: var(--ezy-surface); border-radius: 12px; }
.ezy-wishlist-item__image { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.ezy-wishlist-item__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-wishlist-item__info { flex: 1; min-width: 0; }
.ezy-wishlist-item__info h4 { font-size: 14px; font-weight: 600; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ezy-wishlist-item__info span { font-size: 14px; color: var(--ezy-secondary); font-weight: 600; }
.ezy-wishlist-item__remove { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--ezy-text-light); flex-shrink: 0; }

/* Wishlist button active state */
.ezy-product-card__btn--wishlist.is-active { background: #fef2f2; color: var(--ezy-error); }
.ezy-product-card__btn--wishlist.is-active svg { fill: currentColor; }

/* ========== MENU LOYALTY PREVIEW ========== */
.ezy-menu-loyalty { padding: 14px; border-radius: 12px; margin-bottom: 16px; }
.ezy-menu-loyalty__tier { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.ezy-menu-loyalty__points { font-size: 1.25rem; font-weight: 700; display: block; margin: 4px 0; }
.ezy-menu-loyalty__link { font-size: 13px; color: var(--ezy-secondary); font-weight: 500; }

/* ========== LOYALTY PAGE (for account) ========== */
.ezy-loyalty-card { background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-radius: 20px; padding: 24px; margin-bottom: 24px; }
.ezy-loyalty-card__tier { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; }
.ezy-loyalty-card__points { font-size: 2.5rem; font-weight: 800; margin: 8px 0; }
.ezy-loyalty-card__value { font-size: 14px; opacity: 0.9; }
.ezy-loyalty-progress { margin-top: 20px; }
.ezy-loyalty-progress__bar { height: 8px; background: rgba(255,255,255,0.3); border-radius: 4px; overflow: hidden; }
.ezy-loyalty-progress__fill { height: 100%; background: white; border-radius: 4px; transition: width 0.5s ease; }
.ezy-loyalty-progress__text { font-size: 12px; opacity: 0.9; margin-top: 8px; }
.ezy-loyalty-benefits { background: white; border-radius: 16px; padding: 20px; margin-bottom: 24px; }
.ezy-loyalty-benefits__title { font-family: var(--ezy-font-heading); font-size: 1rem; font-weight: 600; margin-bottom: 12px; }
.ezy-loyalty-benefits__list { list-style: none; }
.ezy-loyalty-benefits__list li { padding: 8px 0; font-size: 14px; display: flex; align-items: center; gap: 10px; }
.ezy-loyalty-benefits__list li:before { content: '✓'; color: var(--ezy-success); font-weight: bold; }
.ezy-loyalty-history { background: white; border-radius: 16px; padding: 20px; }
.ezy-loyalty-history__title { font-family: var(--ezy-font-heading); font-size: 1rem; font-weight: 600; margin-bottom: 12px; }
.ezy-loyalty-history__item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--ezy-border); font-size: 14px; }
.ezy-loyalty-history__item:last-child { border-bottom: none; }
.ezy-loyalty-history__points { font-weight: 600; }
.ezy-loyalty-history__points.earn { color: var(--ezy-success); }
.ezy-loyalty-history__points.redeem { color: var(--ezy-error); }

/* ========== INFO PAGES ========== */
.ezy-page { padding-bottom: 32px; }
.ezy-page-header { background: linear-gradient(135deg, var(--ezy-primary), #1e40af); color: white; padding: 40px 16px; text-align: center; }
.ezy-page-header__icon { width: 64px; height: 64px; background: rgba(255,255,255,0.2); border-radius: 20px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }
.ezy-page-header__title { font-family: var(--ezy-font-heading); font-size: 1.75rem; font-weight: 800; }
.ezy-page-content { background: white; border-radius: 16px; padding: 24px; margin: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-page-content h2 { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin: 24px 0 12px; color: var(--ezy-primary); }
.ezy-page-content h2:first-child { margin-top: 0; }
.ezy-page-content h3 { font-size: 1rem; font-weight: 600; margin: 20px 0 8px; }
.ezy-page-content p { font-size: 15px; line-height: 1.7; color: var(--ezy-text-light); margin-bottom: 12px; }
.ezy-page-content ul, .ezy-page-content ol { padding-left: 20px; margin-bottom: 16px; }
.ezy-page-content li { font-size: 15px; line-height: 1.6; color: var(--ezy-text-light); margin-bottom: 8px; }

/* ========== CONTACT PAGE ========== */
.ezy-contact-page { padding: 16px; }
.ezy-contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 24px; }
.ezy-contact-card { background: white; border-radius: 16px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-contact-card__icon { width: 48px; height: 48px; background: var(--ezy-surface); border-radius: 14px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; color: var(--ezy-secondary); }
.ezy-contact-card h3 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.ezy-contact-card p { font-size: 13px; color: var(--ezy-text-light); }
.ezy-contact-card--whatsapp { background: #25d366; color: white; grid-column: span 2; }
.ezy-contact-card--whatsapp .ezy-contact-card__icon { background: rgba(255,255,255,0.2); color: white; }
.ezy-contact-card--whatsapp p { color: rgba(255,255,255,0.9); }
.ezy-contact-form-wrap { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-contact-form-wrap h2 { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 20px; }

/* ========== FAQ PAGE ========== */
.ezy-faq-page { padding: 16px; }
.ezy-faq-list { margin-bottom: 24px; }
.ezy-faq-item { background: white; border-radius: 12px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-faq-item__question { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.ezy-faq-item__question::-webkit-details-marker { display: none; }
.ezy-faq-item__question svg { flex-shrink: 0; color: var(--ezy-text-light); transition: transform 0.2s ease; }
.ezy-faq-item[open] .ezy-faq-item__question svg { transform: rotate(180deg); }
.ezy-faq-item__answer { padding: 0 20px 16px; font-size: 14px; line-height: 1.6; color: var(--ezy-text-light); border-top: 1px solid var(--ezy-border); }
.ezy-faq-item__answer p { margin: 12px 0 0; }
.ezy-faq-cta { background: linear-gradient(135deg, var(--ezy-secondary), #8b5cf6); color: white; border-radius: 16px; padding: 32px 24px; text-align: center; }
.ezy-faq-cta h3 { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.ezy-faq-cta p { opacity: 0.9; margin-bottom: 20px; }
.ezy-faq-cta .ezy-btn { background: white; color: var(--ezy-secondary); }

/* ========== WHATSAPP BUTTON ========== */
.ezy-whatsapp-btn { position: fixed; z-index: 100; display: flex; align-items: center; gap: 10px; background: #25d366; color: white; padding: 12px 20px; border-radius: 50px; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); font-weight: 600; font-size: 14px; transition: all 0.3s ease; }
.ezy-whatsapp-btn:hover { transform: scale(1.05); box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5); }
.ezy-whatsapp-btn--bottom-right { bottom: 90px; right: 16px; }
.ezy-whatsapp-btn--bottom-left { bottom: 90px; left: 16px; }
.ezy-whatsapp-btn span { display: none; }
@media (min-width: 640px) {
    .ezy-whatsapp-btn span { display: inline; }
}

/* ========== CHECKOUT COUPON ========== */
.ezy-checkout-coupon { padding: 12px 0; border-bottom: 1px solid var(--ezy-border); }
.ezy-checkout-coupon__input { display: flex; gap: 8px; }
.ezy-checkout-coupon__input input { flex: 1; }
.ezy-checkout-coupon__input .ezy-btn { flex-shrink: 0; }
.ezy-checkout-totals__row--discount { color: var(--ezy-success); }
.ezy-payment-notice { text-align: center; padding: 20px; color: var(--ezy-text-light); }
.ezy-payment-fields { padding: 16px; background: var(--ezy-surface); border-radius: 8px; margin-top: 12px; }
.ezy-order-item__image { width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: var(--ezy-surface); position: relative; flex-shrink: 0; }
.ezy-order-item__image img { width: 100%; height: 100%; object-fit: cover; }
.ezy-order-item__qty { position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; background: var(--ezy-secondary); color: white; font-size: 11px; font-weight: 600; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.ezy-order-item__info { flex: 1; min-width: 0; }
.ezy-order-item__name { font-weight: 500; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ezy-order-item__price { font-size: 14px; color: var(--ezy-secondary); font-weight: 600; }
.ezy-order-summary__row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.ezy-order-summary__row--total { font-size: 1.125rem; font-weight: 700; border-top: 2px solid var(--ezy-border); padding-top: 12px; margin-top: 8px; }
.ezy-order-address { font-size: 14px; line-height: 1.6; }
.ezy-order-actions { margin-top: 16px; }
.ezy-btn--whatsapp { background: #25d366; color: white; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* Address Form */
.ezy-address-section { background: white; border-radius: 16px; padding: 20px; margin-bottom: 16px; }
.ezy-address-section h3 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; }

/* Account Details Form */
.ezy-details-form h3 { font-size: 1rem; font-weight: 700; }
.ezy-form-note { font-size: 13px; color: var(--ezy-text-light); margin-bottom: 16px; }

/* Account Dashboard */
.ezy-account-dashboard { padding: 16px; padding-bottom: 100px; }
.ezy-account-header { background: linear-gradient(135deg, var(--ezy-primary), #1e40af); color: white; border-radius: 20px; padding: 24px; display: flex; align-items: center; gap: 16px; margin-bottom: 24px; border-left: 5px solid; }
.ezy-account-header__avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,0.2); flex-shrink: 0; }
.ezy-account-header__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ezy-account-header__info h2 { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin-bottom: 4px; }
.ezy-account-header__info p { opacity: 0.9; font-size: 13px; }
.ezy-account-header__tier { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; margin-top: 8px; }
.ezy-account-menu { display: flex; flex-direction: column; gap: 10px; }
.ezy-account-menu__item { display: flex; align-items: center; gap: 14px; background: white; border-radius: 16px; padding: 16px; text-decoration: none; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ezy-account-menu__icon { width: 44px; height: 44px; background: var(--ezy-surface); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--ezy-secondary); flex-shrink: 0; }
.ezy-account-menu__text { flex: 1; min-width: 0; }
.ezy-account-menu__title { font-weight: 600; display: block; }
.ezy-account-menu__desc { font-size: 13px; color: var(--ezy-text-light); }
.ezy-account-menu__item svg:last-child { color: var(--ezy-text-light); flex-shrink: 0; }
.ezy-account-menu__item--danger { background: #fef2f2; }
.ezy-account-menu__item--danger .ezy-account-menu__icon { background: #fee2e2; color: var(--ezy-error); }
.ezy-account-menu__item--danger .ezy-account-menu__title { color: var(--ezy-error); }

/* Auth Form Updates */
.ezy-account-auth { padding: 24px 16px; padding-bottom: 100px; }
.ezy-auth-note { font-size: 13px; color: var(--ezy-text-light); text-align: center; margin-bottom: 16px; }

/* Empty State */
.ezy-empty-state { text-align: center; padding: 48px 24px; }
.ezy-empty-state svg { color: var(--ezy-text-light); margin-bottom: 16px; }
.ezy-empty-state h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; }
.ezy-empty-state p { color: var(--ezy-text-light); margin-bottom: 24px; }

/* ========== HOME PAGE ENHANCEMENTS ========== */
/* Trust Badges */
.ezy-trust-badges { background: white; padding: 16px 0; border-bottom: 1px solid var(--ezy-border); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ezy-trust-badges__inner { display: flex; gap: 24px; padding: 0 16px; justify-content: center; min-width: max-content; }
.ezy-trust-badge { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--ezy-text-light); white-space: nowrap; }
.ezy-trust-badge svg { color: var(--ezy-secondary); flex-shrink: 0; }

/* Promo Banners */
.ezy-promo-banners { display: flex; flex-direction: column; gap: 12px; padding: 0 16px; margin: 24px 0; }
.ezy-promo-banner { display: flex; align-items: center; padding: 20px; border-radius: 16px; color: white; position: relative; overflow: hidden; text-decoration: none; }
.ezy-promo-banner__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.ezy-promo-banner__content { flex: 1; position: relative; z-index: 1; }
.ezy-promo-banner__title { font-family: var(--ezy-font-heading); font-size: 1.125rem; font-weight: 700; display: block; }
.ezy-promo-banner__subtitle { font-size: 13px; opacity: 0.9; }
.ezy-promo-banner__arrow { width: 36px; height: 36px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Feature Banner */
.ezy-feature-banner { background: linear-gradient(135deg, var(--ezy-secondary), #8b5cf6); color: white; padding: 48px 24px; text-align: center; margin: 32px 0; }
.ezy-feature-banner__tag { display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.ezy-feature-banner__title { font-family: var(--ezy-font-heading); font-size: 1.75rem; font-weight: 800; margin-bottom: 8px; }
.ezy-feature-banner__text { opacity: 0.9; margin-bottom: 24px; max-width: 400px; margin-left: auto; margin-right: auto; }
.ezy-btn--white { background: white !important; color: var(--ezy-secondary) !important; }

/* Benefits Section */
.ezy-benefits-section { padding: 48px 16px; background: var(--ezy-surface); }
.ezy-benefits-section__title { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 800; text-align: center; margin-bottom: 32px; }
.ezy-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ezy-benefit-card { background: white; border-radius: 16px; padding: 24px 16px; text-align: center; }
.ezy-benefit-card__icon { width: 56px; height: 56px; background: var(--ezy-secondary); color: white; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ezy-benefit-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.ezy-benefit-card p { font-size: 13px; color: var(--ezy-text-light); line-height: 1.5; }

/* Newsletter Section */
.ezy-newsletter-section { background: var(--ezy-primary); color: white; padding: 48px 24px; text-align: center; margin-bottom: 0; }
.ezy-newsletter-section h2 { font-family: var(--ezy-font-heading); font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.ezy-newsletter-section p { opacity: 0.9; margin-bottom: 24px; }
.ezy-newsletter-form { display: flex; flex-direction: column; gap: 10px; max-width: 400px; margin: 0 auto; }
.ezy-newsletter-form input { padding: 14px 16px; border-radius: 12px; border: none; font-size: 15px; text-align: center; }
.ezy-newsletter-form .ezy-btn { background: white; color: var(--ezy-primary); }

/* ========== HERO SLIDER FIXES ========== */
.ezy-hero-slider { position: relative; height: 280px; overflow: hidden; }
.ezy-hero-slider__track { height: 100%; }
.ezy-hero-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.5s ease; }
.ezy-hero-slide.is-active { opacity: 1; z-index: 1; }
.ezy-hero-slide__content { text-align: center; padding: 24px; color: white; max-width: 400px; }
.ezy-hero-slide__tag { display: inline-block; background: rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.ezy-hero-slide__headline { font-family: var(--ezy-font-heading); font-size: 1.75rem; font-weight: 800; line-height: 1.2; margin-bottom: 8px; }
.ezy-hero-slide__subtext { font-size: 14px; opacity: 0.9; margin-bottom: 20px; }
.ezy-hero-slider__dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.ezy-hero-slider__dot { width: 8px; height: 8px; border-radius: 4px; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: all 0.3s; }
.ezy-hero-slider__dot.is-active { width: 24px; background: white; }

/* ========== SECTION SPACING FIXES ========== */
.ezy-section { margin-bottom: 32px; }
.ezy-section__header { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; margin-bottom: 16px; }
.ezy-section__header.ezy-container { padding: 0 16px; }
.ezy-section__title { font-family: var(--ezy-font-heading); font-size: 1.25rem; font-weight: 700; margin: 0; }
.ezy-section__link { font-size: 13px; font-weight: 600; color: var(--ezy-secondary); text-decoration: none; white-space: nowrap; }

/* ========== CATEGORY CAROUSEL (Pills) ========== */
.ezy-categories-carousel { display: flex; gap: 12px; padding: 0 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.ezy-categories-carousel::-webkit-scrollbar { display: none; }
.ezy-category-pill { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: inherit; flex-shrink: 0; width: 72px; }
.ezy-category-pill__icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ezy-category-pill__icon img { width: 100%; height: 100%; object-fit: cover; }
.ezy-category-pill__name { font-size: 11px; font-weight: 500; text-align: center; color: var(--ezy-text-light); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

/* ========== CONTAINER FIX ========== */
.ezy-container { padding-left: 16px; padding-right: 16px; }

/* ========== PROMO BANNERS FIX ========== */
.ezy-promo-banners { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.ezy-promo-banners.ezy-container { padding: 0 16px; }

/* ========== FEATURE BANNER FIX ========== */
.ezy-feature-banner { margin: 32px 0; padding: 40px 24px; }
.ezy-feature-banner__title { font-size: 1.5rem; }
.ezy-feature-banner__text { font-size: 14px; }

/* ========== BENEFITS FIX ========== */
.ezy-benefits-section { padding: 40px 0; margin-bottom: 0; }
.ezy-benefits-section .ezy-container { padding: 0 16px; }
.ezy-benefits-section__title { font-size: 1.25rem; margin-bottom: 24px; }
.ezy-benefit-card { padding: 20px 12px; }
.ezy-benefit-card__icon { width: 48px; height: 48px; border-radius: 14px; margin-bottom: 12px; }
.ezy-benefit-card h3 { font-size: 13px; margin-bottom: 4px; }
.ezy-benefit-card p { font-size: 11px; }

/* ========== NEWSLETTER FIX ========== */
.ezy-newsletter-section { padding: 40px 0; margin-bottom: 0; }
.ezy-newsletter-section .ezy-container { padding: 0 16px; }
.ezy-newsletter-section h2 { font-size: 1.25rem; margin-bottom: 6px; }
.ezy-newsletter-section p { font-size: 13px; margin-bottom: 20px; }

/* ========== PRODUCTS CAROUSEL FIX ========== */
.ezy-products-carousel { padding-left: 16px; }
.ezy-products-carousel__track { padding-right: 16px; }

/* ========== LAZY LOADING ========== */
img[loading="lazy"] { background: var(--ezy-surface); }

/* ========== FOOTER BRANDING ========== */
.ezy-footer-brand { text-align: center; padding: 16px; margin-bottom: 70px; font-size: 12px; color: var(--ezy-text-light); background: var(--ezy-surface); line-height: 1.8; }
.ezy-footer-brand a { color: var(--ezy-primary); text-decoration: none; }
.ezy-footer-brand a:hover { text-decoration: underline; }
.ezy-footer-version { display: block; margin-top: 4px; opacity: 0.7; }
.ezy-footer-brand a { color: var(--ezy-secondary); text-decoration: none; font-weight: 600; }
.ezy-footer-version { display: block; margin-top: 4px; font-size: 10px; opacity: 0.7; }

/* ========== FLASH SALES ========== */
.ezy-flash-sale { background: linear-gradient(135deg, #ef4444, #dc2626); margin: 20px 0; padding: 20px 16px; color: white; }
.ezy-flash-sale__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.ezy-flash-sale__title { display: flex; align-items: center; gap: 8px; font-family: var(--ezy-font-heading); font-size: 1.125rem; font-weight: 700; }
.ezy-flash-sale__icon { font-size: 1.25rem; }
.ezy-timer { display: flex; align-items: center; gap: 4px; }
.ezy-timer__block { text-align: center; background: rgba(0,0,0,0.2); padding: 6px 8px; border-radius: 6px; min-width: 40px; }
.ezy-timer__num { font-size: 1.125rem; font-weight: 700; display: block; }
.ezy-timer__label { font-size: 9px; text-transform: uppercase; opacity: 0.8; }
.ezy-timer__sep { font-weight: 700; opacity: 0.6; }
.ezy-flash-sale__progress { margin-bottom: 16px; }
.ezy-flash-sale__progress-bar { height: 6px; background: rgba(255,255,255,0.3); border-radius: 3px; overflow: hidden; }
.ezy-flash-sale__progress-fill { height: 100%; background: white; border-radius: 3px; transition: width 0.3s; }
.ezy-flash-sale__progress-text { font-size: 11px; opacity: 0.9; margin-top: 4px; display: block; }

/* ========== FREQUENTLY BOUGHT TOGETHER ========== */
.ezy-fbt { background: white; border-radius: 16px; padding: 20px; margin: 20px 0; }
.ezy-fbt__title { font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
.ezy-fbt__products { display: flex; align-items: center; gap: 8px; overflow-x: auto; padding-bottom: 12px; }
.ezy-fbt__product { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; width: 80px; text-align: center; position: relative; }
.ezy-fbt__product img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; }
.ezy-fbt__product span { font-size: 11px; color: var(--ezy-text-light); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ezy-fbt__check { position: absolute; top: -4px; right: 4px; width: 18px; height: 18px; }
.ezy-fbt__price { font-weight: 600; color: var(--ezy-text) !important; }
.ezy-fbt__plus { font-size: 1.25rem; font-weight: 700; color: var(--ezy-text-light); flex-shrink: 0; }
.ezy-fbt__footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--ezy-border); margin-top: 12px; }
.ezy-fbt__total { font-size: 14px; }
.ezy-fbt__total strong { font-size: 1.125rem; color: var(--ezy-secondary); }

/* ========== CART UPSELLS ========== */
.ezy-cart-upsells { padding: 16px; border-top: 1px solid var(--ezy-border); }
.ezy-cart-upsells__title { font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.ezy-cart-upsells__list { display: flex; gap: 12px; overflow-x: auto; }
.ezy-cart-upsell { flex-shrink: 0; width: 120px; text-align: center; }
.ezy-cart-upsell img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; margin-bottom: 8px; }
.ezy-cart-upsell__name { font-size: 12px; font-weight: 500; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ezy-cart-upsell__price { font-size: 13px; font-weight: 600; color: var(--ezy-secondary); }

/* ========== FUN ANIMATIONS ========== */
@keyframes ezy-bounce { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }
@keyframes ezy-shake { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-10deg); } 75% { transform: rotate(10deg); } }
@keyframes ezy-pop { 0% { transform: scale(0.8); opacity: 0; } 50% { transform: scale(1.1); } 100% { transform: scale(1); opacity: 1; } }
@keyframes ezy-slide-up { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes ezy-confetti { 0% { transform: translateY(0) rotate(0); opacity: 1; } 100% { transform: translateY(-100px) rotate(720deg); opacity: 0; } }
@keyframes ezy-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes ezy-wiggle { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-3deg); } 75% { transform: rotate(3deg); } }
@keyframes ezy-heart-beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.3); } 30% { transform: scale(1); } 45% { transform: scale(1.3); } 60% { transform: scale(1); } }
@keyframes ezy-fly-to-cart { 0% { transform: scale(1) translate(0, 0); opacity: 1; } 100% { transform: scale(0.3) translate(100px, -100px); opacity: 0; } }
@keyframes ezy-cart-bump { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }

/* Animation classes */
.ezy-anim-enabled .ezy-anim-bounce { animation: ezy-bounce 0.4s ease; }
.ezy-anim-enabled .ezy-anim-shake { animation: ezy-shake 0.4s ease; }
.ezy-anim-enabled .ezy-anim-pop { animation: ezy-pop 0.3s ease; }
.ezy-anim-enabled .ezy-anim-slide-up { animation: ezy-slide-up 0.4s ease; }
.ezy-anim-enabled .ezy-anim-pulse { animation: ezy-pulse 0.5s ease; }
.ezy-anim-enabled .ezy-anim-wiggle { animation: ezy-wiggle 0.5s ease; }
.ezy-anim-enabled .ezy-anim-heart { animation: ezy-heart-beat 0.8s ease; }

/* Add to cart animation */
.ezy-anim-enabled .ezy-cart-flying { animation: ezy-fly-to-cart 0.5s ease forwards; }
.ezy-anim-enabled .ezy-cart-bumped { animation: ezy-cart-bump 0.3s ease; }

/* Wishlist heart animation */
.ezy-anim-enabled [data-action="toggle-wishlist"].is-active svg { animation: ezy-heart-beat 0.8s ease; }

/* Toast animation */
.ezy-anim-enabled .ezy-toast { animation: ezy-slide-up 0.3s ease; }

/* Product card hover */
.ezy-anim-enabled .ezy-product-card:active { transform: scale(0.98); }

/* Button press effect */
.ezy-anim-enabled .ezy-btn:active { transform: scale(0.95); }

/* Success checkmark */
.ezy-anim-enabled .ezy-success-check { animation: ezy-pop 0.4s ease; }

/* Confetti particles */
.ezy-confetti-particle { position: fixed; width: 10px; height: 10px; border-radius: 2px; pointer-events: none; z-index: 9999; animation: ezy-confetti 1s ease-out forwards; }

/* Floating product image for add to cart */
.ezy-flying-product { position: fixed; width: 60px; height: 60px; border-radius: 10px; object-fit: cover; pointer-events: none; z-index: 9999; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }

/* ========== ORDER TRACKING ========== */
.ezy-tracking-timeline { position: relative; padding: 20px 0; }
.ezy-tracking-step { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; position: relative; }
.ezy-tracking-step__icon { width: 40px; height: 40px; border-radius: 50%; background: var(--ezy-surface); border: 2px solid var(--ezy-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; transition: all 0.3s; }
.ezy-tracking-step.is-completed .ezy-tracking-step__icon { border-color: transparent; }
.ezy-tracking-step.is-current .ezy-tracking-step__icon { transform: scale(1.1); box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2); }
.ezy-tracking-step__content { flex: 1; padding-top: 8px; }
.ezy-tracking-step__label { display: block; font-weight: 600; font-size: 14px; }
.ezy-tracking-step__desc { font-size: 12px; color: var(--ezy-text-light); }
.ezy-tracking-step__line { position: absolute; left: 19px; top: 52px; width: 2px; height: calc(100% - 40px); background: var(--ezy-border); }
.ezy-tracking-step__line.is-completed { background: var(--ezy-secondary); }
.ezy-tracking-step:last-child .ezy-tracking-step__line { display: none; }
.ezy-tracking-info { background: var(--ezy-surface); border-radius: 12px; padding: 16px; margin-top: 20px; }
.ezy-tracking-info__row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--ezy-border); }
.ezy-tracking-info__row:last-child { border-bottom: none; }

/* ========== PICKUP LOCATIONS ========== */
.ezy-pickup-selector { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--ezy-border); }
.ezy-pickup-selector h4 { font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.ezy-pickup-locations { display: flex; flex-direction: column; gap: 10px; }
.ezy-pickup-location { display: flex; align-items: flex-start; gap: 12px; padding: 14px; background: var(--ezy-surface); border-radius: 12px; cursor: pointer; transition: all 0.2s; }
.ezy-pickup-location:has(input:checked) { background: rgba(59, 130, 246, 0.1); outline: 2px solid var(--ezy-secondary); }
.ezy-pickup-location input { margin-top: 4px; }
.ezy-pickup-location__content { flex: 1; }
.ezy-pickup-location__content strong { display: block; font-size: 14px; margin-bottom: 4px; }
.ezy-pickup-location__content span { display: block; font-size: 13px; color: var(--ezy-text-light); }
.ezy-pickup-location__content small { font-size: 11px; color: var(--ezy-secondary); }

/* ========== DESKTOP RESPONSIVE FIXES ========== */
@media (min-width: 768px) {
    /* Constrain app width on desktop */
    .ezy-app-container { max-width: 100%; }
    
    /* Product cards - limit image height on desktop */
    .ezy-product-card__image { aspect-ratio: 1/1; max-height: 280px; }
    .ezy-products-grid .ezy-product-card__image { max-height: 250px; }
    
    /* Reduce bottom padding/margin */
    .ezy-main { padding-bottom: 80px; }
    .ezy-section { margin-bottom: 24px; }
    
    /* Better grid spacing */
    .ezy-products-grid { gap: 20px; }
    
    /* Footer less spacing */
    .ezy-footer { margin-top: 20px; }
}

@media (min-width: 1024px) {
    /* Even more columns on large screens */
    .ezy-products-grid { grid-template-columns: repeat(5, 1fr); gap: 24px; }
    .ezy-categories-grid { grid-template-columns: repeat(8, 1fr); }
    
    /* Smaller product cards on desktop */
    .ezy-product-card__image { max-height: 220px; }
    .ezy-product-card__info { padding: 10px; }
    .ezy-product-card__name { font-size: 13px; }
    .ezy-product-card__price-regular, 
    .ezy-product-card__price-sale { font-size: 14px; }
    
    /* Carousel items smaller on desktop */
    .ezy-products-carousel__track .ezy-product-card { flex: 0 0 180px; }
}

@media (min-width: 1280px) {
    .ezy-products-grid { grid-template-columns: repeat(6, 1fr); }
    .ezy-product-card__image { max-height: 200px; }
}

/* Shipping Methods */
.ezy-shipping-methods { display: flex; flex-direction: column; gap: 10px; }
.ezy-shipping-method { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ezy-surface); border: 2px solid var(--ezy-border); border-radius: 12px; cursor: pointer; transition: all 0.2s; }
.ezy-shipping-method:has(input:checked) { border-color: var(--ezy-primary); background: var(--ezy-primary-light, rgba(236, 72, 153, 0.05)); }
.ezy-shipping-method input { margin: 0; width: 18px; height: 18px; accent-color: var(--ezy-primary); }
.ezy-shipping-method__content { display: flex; justify-content: space-between; align-items: center; flex: 1; }
.ezy-shipping-method__title { font-weight: 500; color: var(--ezy-text); }
.ezy-shipping-method__cost { font-weight: 600; color: var(--ezy-primary); }
.ezy-shipping-loading, .ezy-shipping-notice { color: var(--ezy-text-light); font-size: 14px; padding: 10px 0; }


/* Seed Attributes */
.ezy-seed-attributes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; padding: 15px; background: var(--ezy-surface); border-radius: 12px; }
.ezy-seed-attr { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.ezy-seed-attr svg { color: var(--ezy-primary); flex-shrink: 0; }
.ezy-seed-attr__label { color: var(--ezy-text-light); }
.ezy-seed-attr__value { font-weight: 600; color: var(--ezy-text); margin-left: auto; }
@media (max-width: 480px) { .ezy-seed-attributes { grid-template-columns: 1fr; } }


/* ============================================
   DESKTOP RESPONSIVE STYLES (1024px+)
   ============================================ */
@media (min-width: 1024px) {
    /* Container max width */
    .ezy-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
    
    /* Hide mobile bottom nav on desktop */
    .ezy-bottom-nav { display: none; }
    
    /* Remove bottom padding for main content */
    .ezy-main { padding-bottom: 0; }
    
    /* Header - show full nav */
    .ezy-header { height: 80px; }
    .ezy-header__inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
    .ezy-header__logo { position: relative; left: auto; transform: none; }
    .ezy-header__logo img { max-height: 50px; }
    .ezy-header__btn { width: 48px; height: 48px; }
    
    /* Hero slider larger */
    .ezy-home-slider { height: 500px; border-radius: 20px; margin: 20px 40px; }
    .ezy-home-slide__content { max-width: 50%; padding: 60px; }
    .ezy-home-slide__headline { font-size: 3rem; }
    .ezy-home-slide__subtext { font-size: 1.25rem; }
    
    /* Trust badges in row */
    .ezy-home-badges { display: flex; justify-content: center; gap: 40px; padding: 30px 40px; }
    .ezy-home-badge { flex: none; }
    
    /* Categories grid */
    /* Categories grid - larger on desktop */
    .ezy-home-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; padding: 0 40px; overflow: visible; }
    .ezy-home-cat { width: auto; padding: 24px; background: var(--ezy-surface); border-radius: 16px; transition: all 0.3s; }
    .ezy-home-cat:hover { background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.1); transform: translateY(-6px); }
    .ezy-home-cat__icon { width: 80px; height: 80px; margin: 0 auto 12px; border-radius: 20px; }
    .ezy-home-cat__name { font-size: 14px; font-weight: 600; color: var(--ezy-text); }
    
    /* Product grids larger */
    .ezy-products-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 0 40px; }
    .ezy-products-carousel { padding: 0 40px; }
    .ezy-products-carousel__track .ezy-product-card { flex: 0 0 280px; }
    
    /* Product cards enhanced */
    .ezy-product-card { border-radius: 16px; }
    .ezy-product-card__image { height: 280px; max-height: none; }
    .ezy-product-card__info { padding: 16px; }
    .ezy-product-card__title { font-size: 15px; }
    .ezy-product-card__price { font-size: 17px; }
    
    /* Benefits row */
    .ezy-home-benefits { display: flex; justify-content: center; gap: 60px; padding: 50px 40px; }
    .ezy-home-benefit { flex: none; text-align: center; }
    .ezy-home-benefit__icon { width: 70px; height: 70px; margin: 0 auto 16px; }
    
    /* Deal section */
    .ezy-home-deal { margin: 40px; border-radius: 20px; padding: 50px; }
    .ezy-home-deal__title { font-size: 2rem; }
    
    /* Newsletter */
    .ezy-home-newsletter { margin: 40px; border-radius: 20px; padding: 50px; }
    .ezy-home-newsletter__title { font-size: 1.75rem; }
    .ezy-home-newsletter__form { max-width: 500px; margin: 0 auto; }
    
    /* Shop page */
    .ezy-shop-header { padding: 40px; }
    .ezy-shop-categories { padding: 0 40px; }
    
    /* Product page */
    .ezy-product-gallery { height: 500px; }
    .ezy-product-info { padding: 40px; }
    .ezy-product-info__title { font-size: 2rem; }
    .ezy-product-info__price-regular, .ezy-product-info__price-sale { font-size: 1.75rem; }
    
    /* Cart & Checkout */
    .ezy-cart-page, .ezy-checkout-page { max-width: 800px; margin: 0 auto; padding: 40px; }
    
    /* Footer */
    .ezy-footer { padding: 60px 40px; }
    .ezy-footer-brand { margin-bottom: 0; padding: 30px; }
    
    /* Drawers wider */
    .ezy-drawer__panel { max-width: 450px; }
    
    /* Section headers */
    .ezy-home-section { padding: 0 40px; margin-bottom: 50px; }
    .ezy-home-section__title { font-size: 1.5rem; }
    
    /* Promo banners */
    .ezy-home-banners { padding: 0 40px; gap: 20px; }
    .ezy-home-banner { border-radius: 16px; padding: 30px; }
}

/* Extra large screens */
@media (min-width: 1400px) {
    .ezy-container, .ezy-header__inner { max-width: 1400px; }
    .ezy-products-grid { grid-template-columns: repeat(5, 1fr); }
    .ezy-home-cats { grid-template-columns: repeat(6, 1fr); gap: 30px; }
    .ezy-home-cat__icon { width: 100px; height: 100px; }
}

/* Hero Video */
.ezy-home-hero--video { position: relative; height: 280px; overflow: hidden; }
.ezy-home-hero__poster { position: absolute; inset: 0; z-index: 0; transition: opacity 0.5s; }
.ezy-home-hero__video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); object-fit: cover; z-index: 1; }
.ezy-home-hero__video-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)); display: flex; align-items: center; justify-content: center; z-index: 2; }
.ezy-home-hero__mute { position: absolute; bottom: 20px; right: 20px; width: 44px; height: 44px; background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); border: none; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; transition: background 0.2s; }
.ezy-home-hero__mute:hover { background: rgba(255,255,255,0.3); }

@media (min-width: 1024px) {
    .ezy-home-hero--video { height: 500px; border-radius: 20px; margin: 20px 40px; }
}
