:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#f1f5f9;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--dark:#1e293b;--gray:#64748b;--light:#f8fafc;--white:#fff;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 40px #0000001a;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;background:var(--light);color:#1e293b;color:var(--dark);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.app{display:flex;min-height:100vh}.sidebar{background:#fff;background:var(--white);border-right:1px solid #e2e8f0;height:100vh;overflow-y:auto;padding:24px 16px;position:fixed;width:260px}.sidebar-logo{color:#6366f1;color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:32px;padding:0 12px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{align-items:center;border-radius:12px;border-radius:var(--radius);color:#64748b;color:var(--gray);display:flex;font-weight:500;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s}.nav-item.active,.nav-item:hover{background:#6366f1;background:var(--primary);color:#fff;color:var(--white)}.main-content{flex:1 1;margin-left:260px;min-height:100vh;padding:32px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.page-title{color:#1e293b;color:var(--dark);font-size:1.75rem;font-weight:700}.card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);padding:24px}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px}.stat-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);padding:24px}.stat-card .label{color:#64748b;color:var(--gray);font-size:.875rem;margin-bottom:8px}.stat-card .value{color:#1e293b;color:var(--dark);font-size:2rem;font-weight:700}.stat-card.primary{border-left:4px solid #6366f1;border-left:4px solid var(--primary)}.stat-card.success{border-left:4px solid #10b981;border-left:4px solid var(--success)}.stat-card.warning{border-left:4px solid #f59e0b;border-left:4px solid var(--warning)}.stat-card.danger{border-left:4px solid #ef4444;border-left:4px solid var(--danger)}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.btn-primary{background:#6366f1;background:var(--primary);color:#fff;color:var(--white)}.btn-primary:hover{background:#4f46e5;background:var(--primary-dark)}.btn-secondary{background:#f1f5f9;background:var(--secondary);color:#1e293b;color:var(--dark)}.btn-success{background:#10b981;background:var(--success)}.btn-danger,.btn-success{color:#fff;color:var(--white)}.btn-danger{background:#ef4444;background:var(--danger)}.btn-sm{font-size:.8rem;padding:8px 16px}.form-group{margin-bottom:20px}.form-label{color:#1e293b;color:var(--dark);display:block;font-weight:500;margin-bottom:8px}.form-input,.form-select,.form-textarea{border:2px solid #e2e8f0;border-radius:12px;border-radius:var(--radius);font-size:1rem;padding:12px 16px;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#6366f1;border-color:var(--primary);outline:none}.table-container{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);overflow:hidden}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e2e8f0;padding:16px;text-align:left}.table th{color:#64748b;color:var(--gray);font-size:.875rem;font-weight:600;text-transform:uppercase}.table th,.table tr:hover{background:#f8fafc;background:var(--light)}.badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 12px}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-primary{background:#e0e7ff;color:#3730a3}.badge-gray{background:#f1f5f9;color:#475569}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.modal-title{font-size:1.25rem;font-weight:700}.auth-container{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);display:flex;justify-content:center;min-height:100vh}.auth-card{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 40px #0000001a;box-shadow:var(--shadow-lg);max-width:420px;padding:48px;width:100%}.auth-title{font-size:1.75rem;font-weight:700;margin-bottom:8px;text-align:center}.auth-subtitle{margin-bottom:32px}.auth-subtitle,.empty-state{color:#64748b;color:var(--gray);text-align:center}.empty-state{padding:64px 32px}.empty-state svg{margin-bottom:16px;opacity:.5}.grid{grid-gap:24px;display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.sidebar{display:none}.main-content{margin-left:0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.text-sm{font-size:.875rem}.text-gray{color:#64748b;color:var(--gray)}.text-center{text-align:center}.font-medium{font-weight:500}.font-bold{font-weight:700}.image-upload{margin-bottom:1rem}.image-upload label{display:block;font-weight:500;margin-bottom:.5rem}.image-upload__btn{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:flex;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s;width:100%}.image-upload__btn:hover{background:#f0f0ff;border-color:#6366f1}.image-upload__btn:disabled{cursor:not-allowed;opacity:.6}.image-upload__preview{display:inline-block;position:relative}.image-upload__preview img{border-radius:8px;max-height:150px;max-width:200px;object-fit:cover}.image-upload__remove{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.spin{animation:spin 1s linear infinite}.dashboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.period-filter{background:#f1f5f9;border-radius:8px;display:flex;gap:8px;padding:4px}.period-btn{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;padding:8px 16px;transition:all .2s}.period-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1e293b}.period-btn:hover:not(.active){color:#1e293b}.metrics-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.metric-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;gap:16px;padding:20px}.metric-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.metric-content{display:flex;flex-direction:column;gap:4px}.metric-label{color:#64748b;font-size:.875rem}.metric-value{color:#1e293b;font-size:1.5rem;font-weight:700}.metric-change{font-size:.75rem;font-weight:500}.metric-change.positive{color:#16a34a}.metric-change.negative{color:#dc2626}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:24px;padding:24px}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.chart-header h3{color:#64748b;font-size:1rem;margin:0}.chart-total{color:#1e293b;font-size:1.5rem;font-weight:700}.chart-container{height:200px}.chart-bars{align-items:flex-end;display:flex;gap:4px;height:100%;justify-content:space-between;padding-bottom:24px;position:relative}.chart-bar-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%}.chart-bar{background:linear-gradient(180deg,#6366f1,#818cf8);border-radius:4px 4px 0 0;max-width:40px;min-height:4px;position:relative;transition:all .3s;width:100%}.chart-bar:hover{background:linear-gradient(180deg,#4f46e5,#6366f1)}.chart-tooltip{background:#1e293b;border-radius:4px;bottom:100%;color:#fff;font-size:.7rem;left:50%;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap}.chart-bar:hover .chart-tooltip{opacity:1}.chart-label{color:#94a3b8;font-size:.65rem;margin-top:8px;white-space:nowrap}:root{--store-primary:#2e2a39;--store-accent:#dd1d1d;--store-bg:#fdfbf7;--store-card:#fff;--store-text:#2e2a39;--store-text-light:#64748b;--store-border:#e2e8f0;--store-radius:12px;--store-shadow:0 4px 20px #00000014}.store{background:#fdfbf7;background:var(--store-bg);color:#2e2a39;color:var(--store-text);font-family:Inter,-apple-system,sans-serif;min-height:100vh}.store-loading{align-items:center;display:flex;justify-content:center;min-height:100vh}.store-loading__spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#dd1d1d;border:3px solid var(--store-border);border-radius:50%;border-top-color:var(--store-accent);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.store-error{align-items:center;color:#64748b;color:var(--store-text-light);display:flex;justify-content:center;min-height:50vh}.store-header{background:#fff;background:var(--store-card);box-shadow:0 1px 0 #e2e8f0;box-shadow:0 1px 0 var(--store-border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.store-header__inner{align-items:center;display:flex;gap:20px;height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.store-header__logo{color:#2e2a39;color:var(--store-primary);font-size:1.4rem;font-weight:700;text-decoration:none}.store-header__logo img{height:40px;width:auto}.store-header__menu-btn{background:none;border:none;cursor:pointer;display:none}.store-header__nav{display:flex;gap:8px}.store-header__nav a{border-radius:20px;color:#64748b;color:var(--store-text-light);font-size:.9rem;padding:8px 16px;text-decoration:none;transition:all .2s}.store-header__nav a.active,.store-header__nav a:hover{background:#fdfbf7;background:var(--store-bg);color:#2e2a39;color:var(--store-text)}.store-header__nav-close{display:none}.store-header__cart{background:#2e2a39;background:var(--store-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;height:44px;position:relative;width:44px}.store-header__cart,.store-header__cart-count{align-items:center;display:flex;justify-content:center}.store-header__cart-count{background:#dd1d1d;background:var(--store-accent);border-radius:9px;font-size:11px;font-weight:700;height:18px;min-width:18px;position:absolute;right:-4px;top:-4px}.store-hero{background:linear-gradient(135deg,#2e2a39,#1a1625);background:linear-gradient(135deg,var(--store-primary) 0,#1a1625 100%);background-position:50%;background-size:cover;color:#fff;padding:80px 20px;position:relative;text-align:center}.store-hero__overlay{background:#00000080;inset:0;position:absolute}.store-hero__content{margin:0 auto;max-width:600px;position:relative;z-index:1}.store-hero__badge{background:#ffffff26;border-radius:20px;display:inline-block;font-size:.85rem;margin-bottom:20px;padding:6px 16px}.store-hero__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 12px}.store-hero__subtitle{font-size:1.1rem;margin:0 0 28px;opacity:.85}.store-hero__cta{align-items:center;background:#dd1d1d;background:var(--store-accent);border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:transform .2s}.store-hero__cta:hover{transform:translateY(-2px)}.store-section{padding:48px 20px}.store-section--gray{background:#f8f8f8}.store-section__inner{margin:0 auto;max-width:1200px}.store-section__title{font-size:1.5rem;font-weight:700;margin:0 0 28px;text-align:center}.store-section__cta{margin-top:32px;text-align:center}.btn-secondary{background:#fff;background:var(--store-card);border:2px solid #2e2a39;border:2px solid var(--store-primary);border-radius:30px;color:#2e2a39;color:var(--store-primary);display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:#2e2a39;background:var(--store-primary);color:#fff}.store-categories-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.category-card{background:#fff;background:var(--store-card);border-radius:12px;border-radius:var(--store-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--store-shadow);color:#2e2a39;color:var(--store-text);padding:20px;text-align:center;text-decoration:none;transition:transform .2s}.category-card:hover{transform:translateY(-4px)}.category-card__image{align-items:center;display:flex;font-size:2rem;height:60px;justify-content:center;margin:0 auto 12px;width:60px}.category-card__image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.category-card h3{font-size:.95rem;margin:0}.store-categories{background:#fff;background:var(--store-card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--store-border);overflow-x:auto;padding:16px 20px}.store-categories__inner{display:flex;gap:10px;margin:0 auto;max-width:1200px}.store-categories__item{background:#fdfbf7;background:var(--store-bg);border:1px solid #e2e8f0;border:1px solid var(--store-border);border-radius:25px;color:#64748b;color:var(--store-text-light);font-size:.9rem;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .2s;white-space:nowrap}.store-categories__item.active,.store-categories__item:hover{background:#2e2a39;background:var(--store-primary);border-color:#2e2a39;border-color:var(--store-primary);color:#fff}.store-products__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card{background:#fff;background:var(--store-card);border-radius:12px;border-radius:var(--store-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--store-shadow);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s}.product-card:hover{transform:translateY(-4px)}.product-card__link{color:inherit;text-decoration:none}.product-card__image{aspect-ratio:1;background:#f8f8f8;overflow:hidden;position:relative}.product-card__image img{height:100%;object-fit:cover;transition:transform .4s;width:100%}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__placeholder{align-items:center;color:#ccc;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.product-card__badge{background:#dd1d1d;background:var(--store-accent);border-radius:6px;color:#fff;font-size:.75rem;font-weight:700;left:12px;padding:4px 10px;position:absolute;top:12px}.product-card__info{flex:1 1;padding:16px}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 8px;overflow:hidden}.product-card__prices{align-items:center;display:flex;gap:10px}.product-card__price{color:#dd1d1d;color:var(--store-accent);font-size:1.25rem;font-weight:700}.product-card__compare{color:#64748b;color:var(--store-text-light);font-size:.9rem;text-decoration:line-through}.product-card__btn{align-items:center;background:#2e2a39;background:var(--store-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;margin:0 16px 16px;padding:12px;transition:background .2s;width:calc(100% - 32px)}.product-card__btn:hover{background:#1a1625}.store-breadcrumb{background:#fff;background:var(--store-card);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--store-border);padding:12px 20px}.store-breadcrumb__inner{align-items:center;color:#64748b;color:var(--store-text-light);display:flex;font-size:.85rem;gap:8px;margin:0 auto;max-width:1200px}.store-breadcrumb a{color:#64748b;color:var(--store-text-light);text-decoration:none}.store-breadcrumb a:hover{color:#2e2a39;color:var(--store-primary)}.category-header{background:#fff;background:var(--store-card);padding:32px 20px;text-align:center}.category-header h1{font-size:2rem;margin:0 0 8px}.category-header p{color:#64748b;color:var(--store-text-light);margin:0}.product-detail{padding:32px 20px}.product-detail__inner{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.product-gallery__main{aspect-ratio:1;background:#fff;background:var(--store-card);border-radius:12px;border-radius:var(--store-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--store-shadow);overflow:hidden;position:relative}.product-gallery__main img{height:100%;object-fit:cover;width:100%}.product-gallery__placeholder{color:#ccc;font-size:5rem;height:100%;width:100%}.product-gallery__nav,.product-gallery__placeholder{align-items:center;display:flex;justify-content:center}.product-gallery__nav{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;height:40px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.product-gallery__nav--prev{left:12px}.product-gallery__nav--next{right:12px}.product-gallery__thumbs{display:flex;gap:12px;margin-top:16px}.product-gallery__thumb{background:#fff;background:var(--store-card);border:2px solid #e2e8f0;border:2px solid var(--store-border);border-radius:8px;cursor:pointer;height:80px;overflow:hidden;width:80px}.product-gallery__thumb.active{border-color:#2e2a39;border-color:var(--store-primary)}.product-gallery__thumb img{height:100%;object-fit:cover;width:100%}.product-info__title{font-size:2rem;margin:0 0 16px}.product-info__prices{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.product-info__price{color:#dd1d1d;color:var(--store-accent);font-size:2rem;font-weight:700}.product-info__compare{color:#64748b;color:var(--store-text-light);font-size:1.25rem;text-decoration:line-through}.product-info__discount{background:#dcfce7;border-radius:20px;color:#166534;font-size:.85rem;font-weight:600;padding:4px 12px}.product-info__description{color:#64748b;color:var(--store-text-light);line-height:1.7;margin-bottom:20px}.product-info__stock{font-size:.9rem;margin-bottom:24px}.product-info__stock .in-stock{align-items:center;color:#16a34a;display:flex;gap:6px}.product-info__stock .out-stock{color:#dd1d1d;color:var(--store-accent)}.product-info__actions{display:flex;gap:16px;margin-bottom:32px}.product-info__quantity{align-items:center;background:#fdfbf7;background:var(--store-bg);border-radius:8px;display:flex;gap:16px;padding:8px 16px}.product-info__quantity button{background:none;border:none;cursor:pointer;padding:4px}.product-info__quantity span{font-weight:600;min-width:24px;text-align:center}.product-info__add{align-items:center;background:#dd1d1d;background:var(--store-accent);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:10px;justify-content:center;padding:16px 32px;transition:background .2s}.product-info__add:hover{background:#c41919}.product-info__features{background:#fdfbf7;background:var(--store-bg);border-radius:12px;border-radius:var(--store-radius);display:flex;flex-direction:column;gap:12px;padding:20px}.product-info__feature{align-items:center;display:flex;font-size:.9rem;gap:10px}.store-features{background:#fff;background:var(--store-card);border-top:1px solid #e2e8f0;border-top:1px solid var(--store-border);padding:48px 20px}.store-features__inner{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;text-align:center}.store-features__item h4{font-size:1rem;margin:12px 0 4px}.store-features__item p{color:#64748b;color:var(--store-text-light);font-size:.85rem;margin:0}.store-features__icon{font-size:2rem}.store-footer{background:#2e2a39;background:var(--store-primary);color:#fff;padding:24px 20px}.store-footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px}.store-footer p{font-size:.9rem;margin:0;opacity:.8}.store-footer__whatsapp{background:#25d366;border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;padding:10px 20px;text-decoration:none}.cart-drawer{background:#00000080;inset:0;opacity:0;position:fixed;transition:all .3s;visibility:hidden;z-index:1000}.cart-drawer.open{opacity:1;visibility:visible}.cart-drawer__content{background:#fff;background:var(--store-card);bottom:0;display:flex;flex-direction:column;max-width:100%;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s;width:400px}.cart-drawer.open .cart-drawer__content{transform:translateX(0)}.cart-drawer__header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--store-border);display:flex;justify-content:space-between;padding:20px}.cart-drawer__header h3{font-size:1.1rem;margin:0}.cart-drawer__header button{background:none;border:none;color:#64748b;color:var(--store-text-light);cursor:pointer}.cart-drawer__empty{align-items:center;color:#64748b;color:var(--store-text-light);display:flex;flex:1 1;flex-direction:column;gap:12px;justify-content:center}.cart-drawer__items{flex:1 1;overflow-y:auto;padding:16px}.cart-item{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--store-border);display:flex;gap:12px;padding:12px 0;position:relative}.cart-item__image{align-items:center;background:#f8f8f8;border-radius:8px;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.cart-item__image img{height:100%;object-fit:cover;width:100%}.cart-item__info{flex:1 1}.cart-item__info h4{font-size:.9rem;margin:0 0 4px}.cart-item__price{color:#dd1d1d;color:var(--store-accent);font-size:.9rem;font-weight:600}.cart-item__qty{align-items:center;display:flex;gap:12px;margin-top:8px}.cart-item__qty button{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--store-border);border-radius:50%;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.cart-item__remove{background:none;border:none;color:#64748b;color:var(--store-text-light);cursor:pointer;position:absolute;right:0;top:12px}.cart-drawer__footer{border-top:1px solid #e2e8f0;border-top:1px solid var(--store-border);padding:20px}.cart-drawer__total{display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:8px}.cart-drawer__total strong{color:#dd1d1d;color:var(--store-accent)}.cart-drawer__cod{color:#64748b;color:var(--store-text-light);font-size:.85rem;margin:0 0 16px}.cart-drawer__checkout{background:#dd1d1d;background:var(--store-accent);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;width:100%}.checkout-form__total{display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:4px}.checkout-form__total strong{color:#dd1d1d;color:var(--store-accent)}.checkout-form__summary p{color:#64748b;color:var(--store-text-light);font-size:.85rem;margin:0}.checkout-form__submit{align-items:center;background:#10b981;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;padding:14px;width:100%}.checkout-form__submit:disabled{cursor:not-allowed;opacity:.7}.store-empty{color:#64748b;color:var(--store-text-light);padding:48px;text-align:center}@media (max-width:768px){.store-header__menu-btn{display:block}.store-header__nav{background:#fff;background:var(--store-card);bottom:0;flex-direction:column;left:0;padding:20px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s;width:280px;z-index:1000}.store-header__nav.open{transform:translateX(0)}.store-header__nav-close{background:none;border:none;cursor:pointer;display:block;position:absolute;right:16px;top:16px}.store-header__nav a{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--store-border);border-radius:0;padding:12px 0}.store-hero__title{font-size:1.8rem}.store-products__grid{gap:12px;grid-template-columns:repeat(2,1fr)}.product-card__info{padding:12px}.product-card__name{font-size:.85rem}.product-card__price{font-size:1rem}.product-card__btn{font-size:.8rem;padding:10px}.product-detail__inner{gap:24px;grid-template-columns:1fr}.product-info__price,.product-info__title{font-size:1.5rem}.product-info__actions{flex-direction:column}.store-footer__inner{justify-content:center;text-align:center}}.cart-overlay{background:#00000080;inset:0;opacity:0;position:fixed;transition:all .3s;visibility:hidden;z-index:1000}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer-v2{background:#fff;bottom:0;display:flex;flex-direction:column;max-width:440px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:100%}.cart-overlay.open .cart-drawer-v2{transform:translateX(0)}.cart-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px 24px}.cart-header h3{font-size:18px;font-weight:600}.cart-close{background:none;border:none;color:#666;cursor:pointer;padding:4px}.cart-empty{align-items:center;color:#999;display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:center;padding:40px}.cart-empty p{font-size:16px}.cart-items{flex:1 1;overflow-y:auto;padding:16px 24px}.cart-item-v2{border-bottom:1px solid #f0f0f0;display:flex;gap:16px;padding:16px 0;position:relative}.cart-item-image{align-items:center;background:#f5f5f5;border-radius:12px;display:flex;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{flex:1 1}.cart-item-details h4{font-size:14px;font-weight:500;margin-bottom:4px;padding-right:24px}.cart-item-price{color:#dd1d1d;color:var(--store-accent,#e53e3e);font-size:16px;font-weight:600;margin-bottom:8px}.cart-item-qty{align-items:center;border:1px solid #ddd;border-radius:8px;display:inline-flex}.cart-item-qty button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.cart-item-qty span{font-weight:500;text-align:center;width:32px}.cart-item-remove{background:none;border:none;color:#999;cursor:pointer;position:absolute;right:0;top:16px}.cart-trust{background:#f9f9f9;color:#666;display:flex;flex-wrap:wrap;font-size:12px;gap:20px;justify-content:center;padding:16px}.cart-trust div{align-items:center;display:flex;gap:6px}.cart-trust svg{color:#10b981}.cart-footer{border-top:1px solid #eee;padding:20px 24px}.cart-subtotal{display:flex;font-size:16px;justify-content:space-between;margin-bottom:8px}.cart-subtotal span:last-child{font-weight:600}.cart-shipping-note{color:#999;font-size:12px;margin-bottom:16px}.cart-btn-primary{align-items:center;background:#dd1d1d;background:var(--store-accent,#e53e3e);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px;transition:all .2s;width:100%}.cart-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.cart-btn-primary:disabled{cursor:not-allowed;opacity:.6}.cart-btn-secondary{background:#fff;border:1px solid #ddd;border-radius:12px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:14px;transition:all .2s;width:100%}.cart-btn-secondary:hover{background:#f5f5f5}.cart-btn-whatsapp{background:#25d366;border:none;border-radius:12px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;margin-bottom:12px;padding:14px;text-align:center;text-decoration:none;width:100%}.checkout-form-v2{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.checkout-progress{gap:0;margin-bottom:8px}.checkout-progress,.progress-step{align-items:center;display:flex;justify-content:center}.progress-step{border:2px solid #ddd;border-radius:50%;color:#999;font-size:12px;font-weight:600;height:28px;width:28px}.progress-step.active{border-color:#dd1d1d;border-color:var(--store-accent,#e53e3e);color:#dd1d1d;color:var(--store-accent,#e53e3e)}.progress-step.completed{background:#10b981;border-color:#10b981;color:#fff}.progress-line{background:#ddd;height:2px;width:40px}.progress-line.completed{background:#10b981}.checkout-section h4{color:#333;font-size:14px;font-weight:600;margin-bottom:12px}.form-group{margin-bottom:12px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:10px;font-size:14px;padding:14px 16px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#dd1d1d;border-color:var(--store-accent,#e53e3e);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.checkout-summary{background:#f9f9f9;border-radius:12px;padding:16px}.summary-row{display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.summary-row.total{border-top:1px solid #ddd;font-size:18px;font-weight:600;margin-top:8px;padding-top:12px}.summary-row .free{color:#10b981;font-weight:500}.payment-method{align-items:center;border-top:1px solid #ddd;color:#666;display:flex;font-size:14px;gap:8px;margin-top:12px;padding-top:12px}.checkout-actions{display:flex;gap:12px;margin-top:auto}.checkout-actions .cart-btn-secondary{flex:0 0 auto;padding:14px 20px;width:auto}.checkout-actions .cart-btn-primary{flex:1 1}.checkout-success{flex:1 1;flex-direction:column;padding:40px 24px;text-align:center}.checkout-success,.success-icon{align-items:center;display:flex;justify-content:center}.success-icon{background:#10b981;border-radius:50%;color:#fff;height:80px;margin-bottom:24px;width:80px}.checkout-success h2{font-size:24px;margin-bottom:8px}.order-number{color:#dd1d1d;color:var(--store-accent,#e53e3e);font-size:18px;font-weight:600;margin-bottom:16px}.success-message{color:#666;line-height:1.5;margin-bottom:24px}.success-details{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.success-details div{align-items:center;color:#666;display:flex;font-size:14px;gap:8px}.success-details svg{color:#10b981}@media (max-width:480px){.cart-drawer-v2{max-width:100%}.form-row{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.checkout-actions .cart-btn-secondary{width:100%}}.checkout-modal-overlay{-webkit-overflow-scrolling:touch;background:#00000080;inset:0;overflow-y:auto;padding:60px 8px 100px;position:fixed;z-index:2000}.checkout-modal{background:#fff;border-radius:12px;margin:0 auto;max-width:460px;position:relative;width:100%}.checkout-modal-close{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:8px;top:8px;width:28px;z-index:10}.checkout-modal-header{padding:16px 16px 8px;text-align:center}.checkout-modal-header h2{font-size:18px;font-weight:700;margin:0 0 4px}.checkout-modal-header p{color:#666;font-size:13px;margin:0}.checkout-products-summary{background:#f5f5f5;border-radius:8px;margin:0 12px 8px;padding:10px}.checkout-product-item{align-items:center;display:flex;gap:10px;padding:6px 0}.checkout-product-item img{border-radius:6px;height:40px;object-fit:cover;width:40px}.checkout-product-item>div{flex:1 1}.checkout-product-item .product-name{display:block;font-size:13px;font-weight:500}.checkout-product-item .product-qty{color:#888;font-size:11px}.checkout-product-item .product-price{color:#dd1d1d;color:var(--store-accent,#e53e3e);font-size:14px;font-weight:600}.checkout-total-row{border-top:1px solid #ddd;display:flex;font-size:15px;font-weight:600;justify-content:space-between;margin-top:6px;padding-top:8px}.checkout-fields{padding:8px 12px 12px}.checkout-field{margin-bottom:10px}.checkout-field label{color:#333;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.checkout-field label .required{color:#e53e3e}.checkout-field input,.checkout-field textarea{-webkit-appearance:none;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px;width:100%}.checkout-field input:focus,.checkout-field textarea:focus{border-color:#dd1d1d;border-color:var(--store-accent,#6366f1);outline:none}.checkout-field textarea{min-height:60px;resize:none}.checkout-modal-footer{padding:0 12px 16px}.checkout-payment-info{align-items:center;background:#f0fdf4;border-radius:8px;color:#166534;display:flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;margin-bottom:12px;padding:10px}.checkout-btn-primary{background:#dd1d1d;background:var(--store-accent,#e53e3e);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;width:100%}.checkout-btn-primary:disabled{cursor:not-allowed;opacity:.6}.checkout-btn-secondary{background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;cursor:pointer;font-size:14px;margin-top:10px;padding:12px;width:100%}.checkout-btn-whatsapp{background:#25d366;border:none;border-radius:10px;color:#fff;display:block;font-size:15px;font-weight:600;margin-bottom:10px;padding:14px;text-align:center;text-decoration:none;width:100%}.checkout-success-modal{padding:32px 16px;text-align:center}.checkout-success-modal .success-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 16px;width:60px}.checkout-success-modal h2{font-size:20px;margin:0 0 8px}.checkout-success-modal .order-number{color:#dd1d1d;color:var(--store-accent,#e53e3e);font-size:18px;font-weight:700;margin-bottom:12px}.checkout-success-modal .success-message{color:#666;font-size:14px;line-height:1.4;margin-bottom:24px}
/*# sourceMappingURL=main.cb75853f.css.map*/