:root{--primary:#ec407a;--primary-dark:#c2185b;--primary-light:#ff8db4;--black:#141214;--dark:#1f1b20;--dark-soft:#2c252d;--background:#fff8fb;--background-secondary:#fff1f6;--surface:#fff;--border:#f1dce5;--text:#231f23;--text-secondary:#6f6570;--success:#20b45a;--warning:#ffb300;--danger:#e53935;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 0 0,#f16bc9 0,#0000 35%),#bc859d;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090101f0;border-bottom:1px solid #f0dce5;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 32px);min-height:82px;margin:0 auto;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{color:#fff;background:linear-gradient(135deg,#ec407a,#ab47bc);border-radius:16px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:800;display:grid;box-shadow:0 10px 24px #ec407a3d}.admin-button{color:#fff;background:#2a242a;border:1px solid #4a3f49}.cart-button{background:linear-gradient(135deg, var(--primary), var(--primary-dark))}.cart-button:hover{background:#ec407a;transform:translateY(-2px)}.cart-icon{font-size:18px}.cart-count{color:#332b34;background:#fff;border-radius:999px;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:12px;font-weight:800;display:grid}.hero{background-color:#0000;background-image:linear-gradient(90deg,#2e232ff5,#2e232f9e),url(https://placehold.co/1400x700?text=Tienda+Maia);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:34px;align-items:center;width:min(1180px,100% - 32px);min-height:430px;margin:36px auto 0;padding:60px;display:flex;overflow:hidden;box-shadow:0 30px 70px #432c3b2e}.hero-content{color:#fff;max-width:650px}.hero-label,.section-label{color:#ff9bc0;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:800}.hero h2{max-width:620px;font-size:clamp(36px,6vw,64px);line-height:1.03}.hero-content>p:not(.hero-label){color:#f7ebf1;max-width:590px;margin-top:22px;font-size:17px;line-height:1.7}.hero-button{color:#332b34;background:#fff;border-radius:15px;justify-content:center;align-items:center;width:fit-content;min-height:50px;margin-top:28px;padding:0 24px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero-button:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0003}.search-section{z-index:5;width:min(900px,100% - 32px);margin:-34px auto 0;position:relative}.search-container{background:#fff;border:1px solid #f2dce5;border-radius:22px;padding:22px;box-shadow:0 18px 45px #48303f1f}.search-container label{color:#4f444d;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.search-box{background:#fffafb;border:2px solid #f0dce5;border-radius:15px;align-items:center;gap:12px;min-height:52px;padding:0 17px;display:flex}.search-box:focus-within{border-color:#ec407a;box-shadow:0 0 0 4px #ec407a1a}.search-box input{color:#332b34;background:0 0;border:0;outline:none;width:100%;font-size:16px}.products-section{width:min(1180px,100% - 32px);margin:78px auto}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-heading h2{color:#342d34;font-size:clamp(28px,4vw,42px)}.section-heading>span{color:#85425d;background:#ffe4ee;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.product-card{background:#fff;border:1px solid #f1dde5;border-radius:24px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 12px 35px #3f2a3714}.product-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px #3f2a3726}.product-image-container{background:#f7eef2;height:230px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.05)}.product-category{color:#332b34;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;position:absolute;top:14px;left:14px}.product-info{padding:22px}.product-info h3{color:#342d34;font-size:20px}.product-stock{color:#827680;margin-top:8px;font-size:14px}.product-price{color:#d72e6b;margin-top:18px;font-size:25px;font-weight:900}.add-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#c23385);border:0;border-radius:14px;width:100%;min-height:47px;margin-top:18px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 22px #dc337138}.add-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #dc33714d}.add-button:disabled{cursor:not-allowed;opacity:.5}.empty-results{text-align:center;background:#fff;border:2px dashed #e9ced9;border-radius:24px;padding:70px 20px}.empty-results span{font-size:44px}.empty-results h3{color:#342d34;margin-top:12px}.empty-results p{color:#83777f;margin-top:6px}.footer p+p{color:#bfb1ba;margin-top:7px;font-size:14px}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:390px;padding:42px}}@media (width<=620px){.header-container{min-height:72px}.brand p,.cart-button>span:nth-child(2){display:none}.brand-icon{border-radius:13px;width:42px;height:42px}.brand h1{font-size:18px}.cart-button{padding:0 11px}.hero{border-radius:24px;min-height:410px;margin-top:18px;padding:30px 24px}.hero h2{font-size:39px}.hero-content>p:not(.hero-label){font-size:15px}.search-section{margin-top:22px}.search-container{padding:16px}.products-section{margin-top:55px}.section-heading{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:1fr}.product-image-container{height:250px}}body:has(.cart-drawer-open){overflow:hidden}.cart-overlay{z-index:90;visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1d161c8f;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.cart-overlay-open{visibility:visible;opacity:1}.cart-drawer{z-index:100;background:#fffafb;flex-direction:column;width:min(470px,100%);height:100vh;padding:24px;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(105%);box-shadow:-20px 0 60px #2a1b2538}.cart-drawer-open{transform:translate(0)}.cart-header{border-bottom:1px solid #ecdce3;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.cart-label{color:#d72e6b;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800}.cart-header h2{color:#342d34;font-size:30px}.cart-close-button{color:#493e47;cursor:pointer;background:#f5e8ed;border:0;border-radius:50%;width:42px;height:42px;font-size:18px;transition:transform .2s,background .2s}.cart-close-button:hover{background:#f0d5e0;transform:rotate(90deg)}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.cart-empty>span{font-size:70px}.cart-empty h3{color:#342d34;margin-top:20px;font-size:23px}.cart-empty p{color:#80747c;max-width:300px;margin-top:8px;line-height:1.5}.continue-shopping-button{color:#fff;cursor:pointer;background:#332b34;border:0;border-radius:14px;min-height:46px;margin-top:22px;padding:0 20px;font-weight:800}.cart-items{flex:1;margin:18px -8px 0 0;padding-right:8px;overflow-y:auto}.cart-item{border-bottom:1px solid #eadde3;grid-template-columns:88px 1fr;gap:14px;padding:14px 0;display:grid}.cart-item-image{object-fit:cover;background:#f4e8ed;border-radius:16px;width:88px;height:88px}.cart-item-info{min-width:0}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cart-item-top h3{color:#392f38;font-size:16px}.cart-item-top p{color:#d72e6b;margin-top:5px;font-size:15px;font-weight:800}.remove-item-button{cursor:pointer;background:#fff0f3;border:0;border-radius:10px;width:34px;height:34px}.quantity-controls{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.quantity-controls button{color:#453a43;cursor:pointer;background:#fff;border:1px solid #e5ced8;border-radius:10px;width:32px;height:32px;font-size:18px;font-weight:800}.quantity-controls button:disabled{cursor:not-allowed;opacity:.4}.quantity-controls>span{text-align:center;min-width:28px;font-weight:800}.quantity-controls p{color:#766a73;width:100%;font-size:13px}.cart-summary{border-top:1px solid #eadde3;padding-top:20px}.cart-summary-row,.cart-total{justify-content:space-between;align-items:center;display:flex}.cart-summary-row{color:#766b73;font-size:14px}.cart-total{color:#332b34;margin-top:12px;font-size:21px}.cart-total strong{color:#d72e6b;font-size:27px}.whatsapp-button,.clear-cart-button{cursor:pointer;border:0;border-radius:14px;width:100%;min-height:50px;font-weight:800}.whatsapp-button{color:#fff;background:#20b45a;margin-top:20px;box-shadow:0 12px 25px #20b45a38}.whatsapp-button span{margin-right:8px}.clear-cart-button{color:#8f3858;background:#ffe7ef;margin-top:10px}@media (width<=520px){.cart-drawer{padding:20px 16px}.cart-item{grid-template-columns:74px 1fr}.cart-item-image{width:74px;height:74px}.cart-total strong{font-size:23px}}.brand-button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.header-actions{align-items:center;gap:10px;display:flex}.admin-button{color:#544750;cursor:pointer;background:#fff;border:1px solid #ead7df;border-radius:14px;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-weight:700;transition:transform .2s,border-color .2s;display:flex}.admin-button:hover{border-color:#ec407a;transform:translateY(-2px)}.admin-page{width:min(1240px,100% - 32px);margin:0 auto;padding:44px 0 80px}.admin-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.admin-heading h1{color:#342d34;font-size:clamp(34px,5vw,52px)}.admin-heading>div>p:last-child{color:#776b74;max-width:650px;margin-top:10px;line-height:1.6}.back-store-button{color:#fff;cursor:pointer;background:#332b34;border:0;border-radius:14px;min-height:48px;padding:0 20px;font-weight:800}.admin-layout{grid-template-columns:minmax(340px,.85fr) minmax(440px,1.15fr);align-items:start;gap:28px;display:grid}.product-form,.admin-products{background:#fff;border:1px solid #efdce4;border-radius:26px;padding:28px;box-shadow:0 18px 45px #3f2a3714}.product-form{position:sticky;top:24px}.form-heading,.admin-products-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.form-heading h2,.admin-products-heading h2{color:#342d34;font-size:27px}.cancel-edit-button{color:#8f3858;cursor:pointer;background:#ffe8ef;border:0;border-radius:10px;padding:9px 13px;font-weight:700}.form-error{color:#a6264f;background:#fff0f4;border:1px solid #ffc4d2;border-radius:12px;margin-bottom:18px;padding:13px 15px;font-size:14px;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field-full{grid-column:1/-1}.form-field label{color:#51454e;font-size:14px;font-weight:800}.form-field input,.form-field textarea{color:#342d34;width:100%;font:inherit;background:#fffafb;border:2px solid #efdee5;border-radius:13px;outline:none;transition:border-color .2s,box-shadow .2s}.form-field input{min-height:48px;padding:0 14px}.form-field textarea{resize:vertical;min-height:105px;padding:13px 14px}.form-field input:focus,.form-field textarea:focus{border-color:#ec407a;box-shadow:0 0 0 4px #ec407a1a}.image-preview{margin-top:20px}.image-preview p{color:#51454e;margin-bottom:9px;font-size:14px;font-weight:800}.image-preview img{object-fit:cover;background:#f5e9ee;border-radius:16px;width:100%;height:210px}.save-product-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#b73589);border:0;border-radius:14px;width:100%;min-height:50px;margin-top:22px;font-weight:900;box-shadow:0 12px 25px #da2f6f3b}.admin-products-heading>span{color:#fff;background:#332b34;border-radius:50%;place-items:center;min-width:42px;height:42px;font-weight:900;display:grid}.admin-products-list{flex-direction:column;gap:14px;display:flex}.admin-product-card{background:#fffafb;border:1px solid #eedde4;border-radius:18px;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:14px;display:grid}.admin-product-card>img{object-fit:cover;background:#f3e6eb;border-radius:14px;width:100px;height:88px}.admin-product-info{min-width:0}.admin-product-info span{color:#bf356b;text-transform:uppercase;font-size:12px;font-weight:800}.admin-product-info h3{color:#372f36;margin-top:4px;font-size:18px}.admin-product-info>p{color:#d72e6b;margin-top:8px;font-size:18px;font-weight:900}.admin-stock{color:#257143;background:#dff6e8;border-radius:999px;width:fit-content;margin-top:7px;padding:5px 9px;font-size:12px;font-weight:800}.admin-stock-low{color:#8c5b08;background:#fff0c9}.admin-stock-empty{color:#a12b4d;background:#ffe0e9}.admin-product-actions{flex-direction:column;gap:8px;display:flex}.edit-product-button,.delete-product-button{cursor:pointer;border:0;border-radius:11px;min-width:84px;min-height:38px;font-weight:800}.edit-product-button{color:#4e3b47;background:#f0e3e9}.delete-product-button{color:#a32d51;background:#ffe2ea}.admin-empty{text-align:center;padding:70px 20px}.admin-empty span{font-size:54px}.admin-empty h3{color:#342d34;margin-top:14px}.admin-empty p{color:#7c7079;margin-top:7px}@media (width<=940px){.admin-layout{grid-template-columns:1fr}.product-form{position:static}}@media (width<=680px){.admin-button>span:last-child{display:none}.admin-button{justify-content:center;width:46px;padding:0}.admin-heading{flex-direction:column;align-items:flex-start}.back-store-button{width:100%}.product-form,.admin-products{border-radius:20px;padding:20px 16px}.form-grid{grid-template-columns:1fr}.form-field-full{grid-column:auto}.admin-product-card{grid-template-columns:74px 1fr}.admin-product-card>img{width:74px;height:74px}.admin-product-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}}.admin-heading-actions{align-items:center;gap:10px;display:flex}.logout-button{color:#a32d51;cursor:pointer;background:#fff0f4;border:1px solid #efcbd8;border-radius:14px;min-height:48px;padding:0 20px;font-weight:800}.save-product-button:disabled,.login-submit-button:disabled{cursor:wait;opacity:.65}.login-page{background:radial-gradient(circle at 0 0,#ffe3ef,#0000 38%),radial-gradient(circle at 100% 100%,#eadcf8,#0000 40%),#fff8fb;place-items:center;min-height:100vh;padding:32px 16px;display:grid}.login-card{background:#fffffff5;border:1px solid #ecd9e2;border-radius:28px;width:min(460px,100%);padding:36px;box-shadow:0 28px 70px #3e273626}.login-back-button{color:#756870;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.login-logo{color:#fff;background:linear-gradient(135deg,#ec407a,#a946ba);border-radius:22px;place-items:center;width:68px;height:68px;margin:32px auto 24px;font-size:31px;font-weight:900;display:grid;box-shadow:0 14px 30px #d72e6b40}.login-card>.section-label,.login-card>h1,.login-description{text-align:center}.login-card h1{color:#342d34;font-size:34px}.login-description{color:#796d75;margin:12px auto 0;line-height:1.6}.login-form{flex-direction:column;gap:18px;margin-top:28px;display:flex}.login-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#b73589);border:0;border-radius:14px;min-height:50px;font-weight:900;box-shadow:0 12px 25px #da2f6f38}.loading-page{flex-direction:column;justify-content:center;align-items:center;min-height:65vh;display:flex}.loading-page h2{color:#544750;margin-top:18px;font-size:20px}.loading-spinner{border:5px solid #f1dce5;border-top-color:#ec407a;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}.products-global-error{color:#9f294b;background:#fff0f4;border:1px solid #ffc7d5;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;width:min(1180px,100% - 32px);margin:22px auto 0;padding:16px 18px;display:flex}.products-global-error button{color:#fff;cursor:pointer;background:#a62f54;border:0;border-radius:10px;min-height:38px;padding:0 15px;font-weight:800}@media (width<=680px){.admin-heading-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.login-card{border-radius:22px;padding:28px 20px}.products-global-error{flex-direction:column;align-items:flex-start}}.image-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.image-upload-box{color:#684c5a;text-align:center;cursor:pointer;background:#fff7fa;border:2px dashed #e8bfd0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:140px;padding:24px;transition:border-color .2s,background .2s,transform .2s;display:flex}.image-upload-box:hover{background:#fff0f5;border-color:#ec407a;transform:translateY(-2px)}.image-upload-icon{font-size:37px}.image-upload-box>span:not(.image-upload-icon){font-weight:900}.image-upload-box small{color:#8b7a83;font-size:12px}.image-preview-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.image-preview-heading p{margin:0}.image-preview-heading button{color:#9d2f52;cursor:pointer;background:#ffe4ed;border:0;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:800}.checkout-overlay{z-index:150;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#20171ead;place-items:center;padding:24px 16px;display:grid;position:fixed;inset:0;overflow-y:auto}.checkout-modal{background:#fffafb;border:1px solid #eed9e2;border-radius:28px;width:min(560px,100%);max-height:calc(100vh - 48px);padding:28px;overflow-y:auto;box-shadow:0 30px 80px #1e141b52}.checkout-header{border-bottom:1px solid #eadce2;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.checkout-header h2{color:#342d34;font-size:30px}.checkout-close-button{color:#544750;cursor:pointer;background:#f3e5eb;border:0;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:17px}.checkout-close-button:disabled{cursor:wait;opacity:.5}.checkout-form{flex-direction:column;gap:18px;margin-top:22px;display:flex}.checkout-form select{color:#342d34;width:100%;min-height:48px;font:inherit;background:#fffafb;border:2px solid #efdee5;border-radius:13px;outline:none;padding:0 14px}.checkout-form select:focus{border-color:#ec407a;box-shadow:0 0 0 4px #ec407a1a}.checkout-fieldset{border:1px solid #ead8e0;border-radius:16px;grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.checkout-fieldset legend{color:#51454e;padding:0 7px;font-size:14px;font-weight:800}.checkout-option{cursor:pointer;background:#fff;border:2px solid #efdee5;border-radius:14px;align-items:flex-start;gap:10px;min-height:80px;padding:13px;display:flex}.checkout-option:has(input:checked){background:#fff0f5;border-color:#ec407a}.checkout-option input{accent-color:#ec407a;margin-top:4px}.checkout-option span{flex-direction:column;gap:4px;display:flex}.checkout-option strong{color:#453a43}.checkout-option small{color:#83757e;line-height:1.35}.checkout-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#20b45a,#138843);border:0;border-radius:15px;min-height:52px;font-weight:900;box-shadow:0 13px 27px #20b45a40}.checkout-submit-button:disabled{cursor:wait;opacity:.65}@media (width<=560px){.checkout-overlay{align-items:end;padding:0}.checkout-modal{border-radius:26px 26px 0 0;width:100%;max-height:94vh;padding:24px 18px}.checkout-fieldset{grid-template-columns:1fr}}.admin-navigation{background:#fff;border:1px solid #ecd9e1;border-radius:17px;gap:7px;margin-bottom:28px;padding:7px;display:flex;box-shadow:0 12px 30px #3f2a3712}.admin-navigation-button{color:#6d6068;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font-weight:800;display:flex}.admin-navigation-button.active{color:#fff;background:linear-gradient(135deg,#ec407a,#b73589);box-shadow:0 9px 20px #d8326f38}.orders-manager{background:#fff;border:1px solid #ecdce3;border-radius:26px;padding:28px;box-shadow:0 18px 45px #3f2a3714}.orders-manager-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.orders-manager-heading h2{color:#342d34;font-size:32px}.orders-manager-heading>div>p:last-child{color:#7b6e77;margin-top:7px}.refresh-orders-button{color:#574952;cursor:pointer;background:#fff8fb;border:1px solid #ead5de;border-radius:12px;min-height:43px;padding:0 16px;font-weight:800}.orders-loading{flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.orders-loading p{color:#756970;margin-top:16px;font-weight:700}.orders-empty{text-align:center;border:2px dashed #ead2dc;border-radius:20px;padding:70px 20px}.orders-empty span{font-size:55px}.orders-empty h3{color:#342d34;margin-top:15px}.orders-empty p{color:#7d7179;margin-top:7px}.orders-list{flex-direction:column;gap:18px;display:flex}.order-card{background:#fffafb;border:1px solid #ead9e0;border-radius:20px;padding:22px}.order-card-header{border-bottom:1px solid #eadde2;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.order-card-header>div>p{color:#81747d;margin-top:7px;font-size:13px}.order-card-header>strong{color:#d72e6b;font-size:25px}.order-number-row{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.order-number-row h3{color:#382f36;font-size:21px}.order-status{text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.order-status-pendiente{color:#855609;background:#fff0c5}.order-status-confirmado{color:#185784;background:#dcefff}.order-status-preparando{color:#7044a1;background:#eee1ff}.order-status-listo{color:#17673a;background:#d9f6e5}.order-status-entregado{color:#146132;background:#ccefd9}.order-status-cancelado{color:#a02b4c;background:#ffe0e9}.order-customer-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-top:19px;display:grid}.order-customer-grid>div,.order-address,.order-notes{background:#fff;border-radius:13px;padding:13px}.order-customer-grid span,.order-address span,.order-notes span{color:#8a7c84;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.order-customer-grid strong,.order-address strong{color:#453a42;margin-top:5px;display:block}.order-address,.order-notes{margin-top:13px}.order-notes p{color:#574a53;margin-top:6px;line-height:1.5}.order-status-control{flex-wrap:wrap;align-items:center;gap:12px;margin-top:17px;display:flex}.order-status-control label{color:#51454d;font-size:13px;font-weight:800}.order-status-control select{color:#433940;min-height:41px;font:inherit;background:#fff;border:1px solid #dec7d1;border-radius:11px;outline:none;padding:0 13px;font-weight:700}.order-updating{color:#a13960;font-size:12px;font-weight:800}.order-actions{gap:10px;margin-top:18px;display:flex}.order-detail-button,.order-whatsapp-button{cursor:pointer;border:0;border-radius:12px;min-height:43px;padding:0 16px;font-weight:800}.order-detail-button{color:#51434c;background:#eee2e7}.order-whatsapp-button{color:#fff;background:#1eaa55}.order-items{background:#fff;border-radius:15px;margin-top:19px;padding:18px}.order-items h4{color:#3e343b;margin-bottom:13px}.order-item-row{border-bottom:1px solid #eee2e7;justify-content:space-between;align-items:center;gap:18px;padding:12px 0;display:flex}.order-item-row>div{flex-direction:column;gap:4px;display:flex}.order-item-row span{color:#7c7078;font-size:13px}.order-item-row>strong{color:#c93168}.order-items-total{justify-content:space-between;align-items:center;padding-top:16px;display:flex}.order-items-total strong{color:#d72e6b;font-size:22px}@media (width<=800px){.order-customer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.admin-navigation{grid-template-columns:1fr 1fr;display:grid}.admin-navigation-button{padding:0 10px}.orders-manager{border-radius:20px;padding:20px 15px}.orders-manager-heading{flex-direction:column}.refresh-orders-button{width:100%}.order-card{padding:17px 14px}.order-card-header{flex-direction:column}.order-customer-grid{grid-template-columns:1fr}.order-actions{grid-template-columns:1fr;display:grid}.order-item-row{align-items:flex-start}}.admin-dashboard{flex-direction:column;gap:26px;display:flex}.dashboard-heading{background:#fff;border:1px solid #ecdce3;border-radius:26px;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex;box-shadow:0 18px 45px #3f2a3714}.dashboard-heading h2{color:#342d34;font-size:34px}.dashboard-heading>div>p:last-child{color:#7b6e77;margin-top:7px}.dashboard-refresh-button{color:#574952;cursor:pointer;background:#fff8fb;border:1px solid #ead5de;border-radius:12px;min-height:43px;padding:0 17px;font-weight:800}.dashboard-stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #ecdce3;border-radius:22px;align-items:center;gap:16px;min-height:135px;padding:22px;display:flex;box-shadow:0 14px 35px #3f2a3712}.dashboard-stat-icon{background:#ffe6ef;border-radius:17px;flex-shrink:0;place-items:center;width:55px;height:55px;font-size:26px;display:grid}.dashboard-stat-card>div:last-child{flex-direction:column;gap:7px;min-width:0;display:flex}.dashboard-stat-card span{color:#7f727a;font-size:13px;font-weight:700}.dashboard-stat-card strong{color:#382f36;overflow-wrap:anywhere;font-size:25px}.dashboard-content-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:22px;display:grid}.dashboard-panel{background:#fff;border:1px solid #ecdce3;border-radius:24px;padding:25px;box-shadow:0 16px 40px #3f2a3712}.dashboard-panel-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.dashboard-panel-heading h3{color:#342d34;font-size:25px}.dashboard-panel-heading button{color:#8f3858;cursor:pointer;background:#ffe7ef;border:0;border-radius:10px;min-height:38px;padding:0 13px;font-weight:800}.recent-orders-list,.stock-products-list{flex-direction:column;display:flex}.recent-order-row{border-bottom:1px solid #eee1e6;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;display:flex}.recent-order-row:last-child,.stock-product-row:last-child{border-bottom:0}.recent-order-row>div:first-child{flex-direction:column;gap:4px;display:flex}.recent-order-row strong{color:#40363d}.recent-order-row span{color:#70636b;font-size:13px}.recent-order-row small{color:#9a8d95}.recent-order-right{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.recent-order-right>strong{color:#d72e6b}.stock-alert-summary{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;display:grid}.stock-alert-box{color:#835606;background:#fff0c8;border-radius:15px;justify-content:space-between;align-items:center;padding:17px;display:flex}.stock-alert-box span{font-size:13px;font-weight:800}.stock-alert-box strong{font-size:23px}.stock-alert-danger{color:#9e2d4f;background:#ffe0e9}.stock-product-row{border-bottom:1px solid #eee1e6;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.stock-product-row img{object-fit:cover;background:#f3e7ec;border-radius:12px;width:54px;height:54px}.stock-product-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.stock-product-row strong{color:#40363d}.stock-product-row span{color:#877a82;font-size:12px}.stock-value{border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.stock-value-low{color:#855609;background:#fff0c5}.stock-value-empty{color:#a02b4c;background:#ffe0e9}.dashboard-empty{color:#82757d;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:170px;display:flex}.dashboard-empty span{margin-bottom:10px;font-size:38px}.dashboard-cancelled-notice{color:#766970;background:#fff;border:1px solid #ead9e0;border-radius:15px;align-items:center;gap:11px;padding:16px 18px;display:flex}.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.dashboard-loading p{color:#756970;margin-top:15px;font-weight:700}.dashboard-error{color:#9e2b4d;text-align:center;background:#fff0f4;border:1px solid #ffc5d3;border-radius:20px;padding:50px 20px}.dashboard-error button{color:#fff;cursor:pointer;background:#a42d52;border:0;border-radius:11px;min-height:41px;margin-top:16px;padding:0 16px;font-weight:800}@media (width<=1050px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=620px){.admin-navigation{grid-template-columns:1fr}.dashboard-heading{flex-direction:column;padding:22px 17px}.dashboard-refresh-button{width:100%}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-panel{padding:20px 15px}.recent-order-row{align-items:flex-start}.stock-alert-summary{grid-template-columns:1fr}.stock-product-row{grid-template-columns:48px 1fr}.stock-product-row img{width:48px;height:48px}.stock-value{grid-column:2;width:fit-content}}.store-settings{flex-direction:column;gap:24px;display:flex}.settings-heading,.settings-form{background:#fff;border:1px solid #ecdce3;border-radius:26px;padding:28px;box-shadow:0 18px 45px #3f2a3714}.settings-heading h2{color:#342d34;font-size:34px}.settings-heading>div>p:last-child{color:#7b6e77;margin-top:7px}.settings-form{flex-direction:column;gap:24px;display:flex}.settings-section{background:#fffafb;border:1px solid #eddee4;border-radius:19px;padding:22px}.settings-section-heading{align-items:center;gap:13px;margin-bottom:21px;display:flex}.settings-section-heading>span{background:#ffe6ef;border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:22px;display:grid}.settings-section-heading h3{color:#3d343b;font-size:20px}.settings-section-heading p{color:#83767e;margin-top:4px;font-size:13px}.field-help{color:#8d7f87;font-size:12px}.form-success{color:#19683a;background:#e6f8ed;border:1px solid #bce8ce;border-radius:13px;padding:14px 16px;font-size:14px;font-weight:800}.settings-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#b73589);border:0;border-radius:15px;width:100%;min-height:52px;font-weight:900;box-shadow:0 12px 25px #da2f6f3b}.settings-save-button:disabled{cursor:wait;opacity:.65}.settings-loading{flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.settings-loading p{color:#756970;margin-top:15px;font-weight:700}@media (width<=680px){.settings-heading,.settings-form{border-radius:20px;padding:21px 16px}.settings-section{padding:18px 14px}}.hero-slider{background:#332b34;border-radius:34px;align-items:center;width:min(1380px,100% - 32px);min-height:540px;margin:28px auto 0;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #35232f33}.hero-slider-background{background-position:50%;background-size:cover;transition:background-image .6s,transform 5s;position:absolute;inset:0;transform:scale(1.02)}.hero-slider:hover .hero-slider-background{transform:scale(1.07)}.hero-slider-overlay{background:linear-gradient(90deg,#221720f0 0%,#221720b8 42%,#22172038 75%,#22172014 100%);position:absolute;inset:0}.hero-slider-content{z-index:2;width:min(1180px,100% - 120px);margin:0 auto;position:relative}.hero-slide-copy{color:#fff;max-width:680px;animation:.55s hero-slide-enter}.hero-slide-label{color:#ff9fc3;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:17px;font-size:13px;font-weight:900}.hero-slide-copy h2{letter-spacing:-2.5px;max-width:680px;font-size:clamp(42px,6.5vw,76px);line-height:.98}.hero-slide-description{color:#ffffffdb;max-width:590px;margin-top:24px;font-size:18px;line-height:1.65}.hero-slide-button{color:#332b34;cursor:pointer;background:#fff;border:0;border-radius:15px;justify-content:center;align-items:center;gap:13px;min-height:54px;margin-top:30px;padding:0 25px;font-weight:900;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 15px 30px #0003}.hero-slide-button:hover{background:#ffe7f0;transform:translateY(-3px)}.hero-slide-button span{font-size:21px}.hero-slider-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f161d66;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:48px;height:48px;font-size:35px;line-height:1;transition:background .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-slider-arrow:hover{background:#ec407ae6;transform:translateY(-50%)scale(1.06)}.hero-slider-arrow-left{left:24px}.hero-slider-arrow-right{right:24px}.hero-slider-dots{z-index:4;align-items:center;gap:9px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero-slider-dot{cursor:pointer;background:#ffffff7a;border:0;border-radius:999px;width:10px;height:10px;padding:0;transition:width .25s,background .25s}.hero-slider-dot.active{background:#fff;width:34px}@keyframes hero-slide-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=780px){.hero-slider{border-radius:26px;min-height:520px;margin-top:18px}.hero-slider-overlay{background:linear-gradient(90deg,#221720e6,#22172094)}.hero-slider-content{width:calc(100% - 56px)}.hero-slide-copy{max-width:560px}.hero-slide-copy h2{letter-spacing:-1.5px;font-size:clamp(39px,11vw,61px)}.hero-slide-description{font-size:16px}.hero-slider-arrow{width:42px;height:42px;top:auto;bottom:17px;transform:none}.hero-slider-arrow:hover{transform:scale(1.06)}.hero-slider-arrow-left{left:18px}.hero-slider-arrow-right{right:18px}.hero-slider-dots{bottom:32px}}@media (width<=520px){.hero-slider{border-radius:22px;width:calc(100% - 20px);min-height:510px}.hero-slider-content{width:calc(100% - 40px);padding-bottom:55px}.hero-slide-label{font-size:11px}.hero-slide-copy h2{font-size:43px}.hero-slide-description{margin-top:18px;font-size:15px}.hero-slide-button{width:100%;margin-top:24px}}.categories-section{width:min(1180px,100% - 32px);margin:68px auto 0}.categories-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.categories-heading h2{color:#342d34;font-size:clamp(28px,4vw,40px)}.clear-category-button{color:#923858;cursor:pointer;background:#fff0f5;border:1px solid #e8ccd7;border-radius:11px;min-height:40px;padding:0 14px;font-weight:800}.categories-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.category-card{color:#53474f;cursor:pointer;background:#fff;border:1px solid #eddbe3;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:145px;padding:18px 12px;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;display:flex;box-shadow:0 12px 30px #402b3812}.category-card:hover{border-color:#ec407a;transform:translateY(-5px);box-shadow:0 18px 36px #402b3821}.category-card.active{color:#fff;background:linear-gradient(135deg,#ec407a,#b73589);border-color:#0000;box-shadow:0 18px 38px #d8326f3d}.category-icon{font-size:36px}.category-name{text-align:center;font-size:15px;font-weight:900}.category-card small{color:#93858e;font-size:11px;font-weight:700}.clear-search-button{color:#82556a;cursor:pointer;background:#f9e7ee;border:0;border-radius:50%;flex-shrink:0;width:34px;height:34px}.reset-filters-button{color:#fff;cursor:pointer;background:#332b34;border:0;border-radius:12px;min-height:44px;margin-top:20px;padding:0 18px;font-weight:800}@media (width<=1050px){.categories-list{grid-template-columns:repeat(3,1fr)}}@media (width<=620px){.categories-section{margin-top:48px}.categories-heading{flex-direction:column;align-items:flex-start}.clear-category-button{width:100%}.categories-list{scroll-snap-type:x mandatory;gap:12px;padding:3px 2px 14px;display:flex;overflow-x:auto}.category-card{scroll-snap-align:start;min-width:135px;min-height:130px}.category-icon{font-size:32px}}.product-image-button,.product-title-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.product-view-hint{color:#fff;opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#271d24c7;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;transition:opacity .25s,transform .25s;position:absolute;bottom:14px;right:14px;transform:translateY(8px)}.product-card:hover .product-view-hint{opacity:1;transform:translateY(0)}.product-low-stock-badge{color:#855609;background:#fff0c5;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;position:absolute;top:14px;right:14px}.product-out-stock-overlay{background:#2a20278f;place-items:center;display:grid;position:absolute;inset:0}.product-out-stock-overlay span{color:#fff;background:#291f26e6;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:900}.product-description-preview{color:#827680;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin-top:9px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-price-row{justify-content:space-between;align-items:center;gap:12px;margin-top:17px;display:flex}.product-price-row .product-price{margin-top:0}.product-stock-badge{color:#287044;white-space:nowrap;background:#e0f6e8;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.product-stock-badge.low{color:#855609;background:#fff0c5}.product-stock-badge.empty{color:#9f2c4e;background:#ffe0e9}.product-card-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid}.product-card-actions .add-button{margin-top:0}.product-details-button{color:#6c4b5a;cursor:pointer;background:#fff7fa;border:1px solid #e7ced8;border-radius:14px;min-height:47px;font-weight:800}.product-details-button:hover{color:#c22f67;background:#fff0f5;border-color:#ec407a}.product-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1d151bb3;place-items:center;padding:24px;animation:.2s product-modal-fade;display:grid;position:fixed;inset:0;overflow-y:auto}.product-modal{background:#fff;border:1px solid #fff3;border-radius:30px;grid-template-columns:1.05fr .95fr;width:min(980px,100%);max-height:calc(100vh - 48px);animation:.3s product-modal-enter;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 100px #140d1266}.product-modal-close{z-index:5;color:#493c45;cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;width:44px;height:44px;font-size:17px;position:absolute;top:17px;right:17px;box-shadow:0 8px 24px #1e141b2b}.product-modal-image-area{background:#f2e7ec;min-height:570px;position:relative;overflow:hidden}.product-modal-image{object-fit:cover;width:100%;height:100%}.product-modal-category,.product-modal-out-stock{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;position:absolute;top:20px;left:20px}.product-modal-category{color:#443740;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe8}.product-modal-out-stock{color:#fff;background:#a42d52;top:auto;bottom:20px}.product-modal-content{padding:54px 42px 38px;overflow-y:auto}.product-modal-label{color:#d52f6a;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:900}.product-modal-content h2{color:#342c33;margin-top:12px;font-size:clamp(31px,4vw,45px);line-height:1.05}.product-modal-description{color:#756972;margin-top:20px;font-size:16px;line-height:1.7}.product-modal-data{border-top:1px solid #eadde2;border-bottom:1px solid #eadde2;grid-template-columns:1fr 1fr;gap:18px;margin-top:27px;padding:20px 0;display:grid}.product-modal-data>div{flex-direction:column;gap:7px;display:flex}.product-modal-data span{color:#8a7d85;text-transform:uppercase;font-size:12px;font-weight:800}.product-modal-data strong{color:#d72e6b;font-size:24px}.product-modal-stock{color:#287044!important;font-size:17px!important}.product-modal-stock.low{color:#94600a!important}.product-modal-stock.empty{color:#a12b4e!important}.product-modal-quantity-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:26px;display:flex}.product-modal-quantity-label,.product-modal-subtotal span{color:#81747c;text-transform:uppercase;margin-bottom:9px;font-size:12px;font-weight:800;display:block}.product-modal-quantity{align-items:center;gap:13px;display:flex}.product-modal-quantity button{color:#4f4149;cursor:pointer;background:#fff;border:1px solid #e2cbd5;border-radius:12px;width:42px;height:42px;font-size:21px;font-weight:900}.product-modal-quantity button:disabled{cursor:not-allowed;opacity:.4}.product-modal-quantity strong{color:#3c3239;text-align:center;min-width:32px;font-size:20px}.product-modal-subtotal{text-align:right}.product-modal-subtotal strong{color:#d72e6b;font-size:25px}.product-modal-add-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#b73589);border:0;border-radius:15px;width:100%;min-height:54px;margin-top:28px;font-weight:900;box-shadow:0 14px 28px #d8326f40}.product-modal-add-button span{margin-right:8px}@keyframes product-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes product-modal-enter{0%{opacity:0;transform:translateY(25px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=800px){.product-modal{grid-template-columns:1fr;max-width:620px;overflow-y:auto}.product-modal-image-area{min-height:360px}.product-modal-content{overflow:visible}}@media (width<=560px){.product-modal-overlay{align-items:end;padding:0}.product-modal{border-radius:26px 26px 0 0;width:100%;max-height:95vh}.product-modal-image-area{min-height:290px}.product-modal-content{padding:32px 19px 28px}.product-modal-content h2{padding-right:30px;font-size:32px}.product-modal-data{grid-template-columns:1fr}.product-modal-quantity-row{flex-direction:column;align-items:flex-start}.product-modal-subtotal{text-align:left}.product-card-actions{grid-template-columns:1fr}.product-view-hint{display:none}}.favorites-header-button{color:#9d3158;cursor:pointer;background:#fff;border:1px solid #ead7df;border-radius:14px;align-items:center;gap:8px;min-height:46px;padding:0 14px;font-weight:800;transition:transform .2s,border-color .2s;display:flex}.favorites-header-button:hover{border-color:#ec407a;transform:translateY(-2px)}.favorites-header-button>span:first-child{font-size:23px;line-height:1}.favorites-count{color:#fff;background:#ec407a;border-radius:999px;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:12px;font-weight:900;display:grid}.product-favorite-button{z-index:8;color:#9e365c;cursor:pointer;background:#fffffff0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;font-size:24px;line-height:1;transition:transform .2s,color .2s,background .2s;display:grid;position:absolute;top:13px;right:13px;box-shadow:0 8px 20px #2f1f2929}.product-favorite-button:hover{transform:scale(1.1)}.product-card{position:relative}.product-low-stock-badge{top:64px}.search-header-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.search-header-row label{margin-bottom:0}.favorites-filter-button{color:#8d3c5c;cursor:pointer;background:#fff6f9;border:1px solid #e8ccd7;border-radius:11px;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:13px;font-weight:800;display:flex}.favorites-filter-button.active{color:#fff;background:#ec407a;border-color:#ec407a}.favorites-filter-button>span{font-size:19px}.favorites-filter-button strong{color:#8d3c5c;background:#fff;border-radius:999px;place-items:center;min-width:23px;height:23px;font-size:11px;display:grid}.product-modal-favorite{color:#97375a;cursor:pointer;background:#fff4f8;border:1px solid #e8ccd7;border-radius:12px;align-items:center;gap:8px;min-height:40px;margin-bottom:20px;padding:0 14px;font-weight:800;display:inline-flex}.product-modal-favorite span{font-size:21px}.product-modal-favorite.active{color:#fff;background:#ec407a;border-color:#ec407a}@media (width<=720px){.header-action-text{display:none}.favorites-header-button,.admin-button{justify-content:center;width:46px;padding:0;position:relative}.favorites-count{width:19px;min-width:19px;height:19px;padding:0;font-size:9px;position:absolute;top:-5px;right:-5px}}@media (width<=520px){.search-header-row{flex-direction:column;align-items:flex-start}.favorites-filter-button{justify-content:center;width:100%}}.footer{color:#ece3e9;text-align:left;background:#302830;padding:0}.footer-content{justify-content:space-between;align-items:flex-start;gap:40px;width:min(1180px,100% - 32px);margin:0 auto;padding:55px 0 38px;display:flex}.footer-content h3{color:#fff;font-size:25px}.footer-content p{color:#c7bac2;max-width:520px;margin-top:9px;line-height:1.6}.footer-address{color:#f1d6e1!important}.footer-links{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.footer-links a{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;border-radius:12px;align-items:center;min-height:42px;padding:0 15px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.footer-links a:hover{background:#ec407a57;transform:translateY(-2px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff17;padding:20px}.footer-bottom p{color:#c7bac2}.footer-bottom p+p{color:#978a92;margin-top:6px;font-size:13px}@media (width<=680px){.footer-content{flex-direction:column;padding-top:42px}.footer-links{grid-template-columns:1fr;width:100%;display:grid}.footer-links a{justify-content:center}}.product-options-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.product-option-card{cursor:pointer;background:#fffafb;border:2px solid #ecd9e1;border-radius:15px;align-items:flex-start;gap:11px;min-height:90px;padding:15px;display:flex}.product-option-card:has(input:checked){background:#fff0f5;border-color:#ec407a}.product-option-card input{accent-color:#ec407a;margin-top:4px}.product-option-card span{flex-direction:column;gap:4px;display:flex}.product-option-card strong{color:#4b3f47}.product-option-card small{color:#867982;line-height:1.4}.admin-product-flags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.admin-featured-badge,.admin-sale-badge,.admin-hidden-badge{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.admin-featured-badge{color:#7b5707;background:#fff1bd}.admin-sale-badge{color:#a52b50;background:#ffe0e9}.admin-hidden-badge{color:#5d5960;background:#e9e5e8}.product-featured-badge{color:#5d4308;background:#ffe89a;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;position:absolute;bottom:14px;left:14px}.product-sale-badge{color:#fff;background:#e82f68;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;position:absolute;top:64px;left:14px}.product-price-group{flex-direction:column;gap:3px;display:flex}.product-old-price{color:#998b93;font-size:13px;text-decoration:line-through}.product-price-group .product-price{margin-top:0}.product-modal-price-group{flex-direction:column;gap:4px;display:flex}.product-modal-price-group>span{color:#94868e;font-size:14px;text-decoration:line-through}@media (width<=560px){.product-options-grid{grid-template-columns:1fr}}.offers-section{background:radial-gradient(circle at 100% 0,#ffbcd657,#0000 38%),#342b33;border-radius:30px;width:min(1180px,100% - 32px);margin:70px auto 0;padding:32px;box-shadow:0 25px 60px #32232d2e}.offers-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:27px;display:flex}.offers-heading h2{color:#fff;max-width:720px;font-size:clamp(29px,4vw,43px)}.offers-heading>span{color:#562f3e;white-space:nowrap;background:#ffc5da;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:900}.offers-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;display:grid}.offer-card{background:#fff;border:1px solid #ffffff21;border-radius:20px;transition:transform .23s,box-shadow .23s;overflow:hidden;box-shadow:0 14px 35px #140d1233}.offer-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px #140d124d}.offer-image-button{cursor:pointer;background:#f2e8ed;border:0;width:100%;height:190px;padding:0;position:relative;overflow:hidden}.offer-image-button img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.offer-card:hover .offer-image-button img{transform:scale(1.05)}.offer-discount{color:#fff;background:#e72d67;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:900;position:absolute;top:12px;right:12px;box-shadow:0 8px 18px #cd225c4d}.offer-content{padding:18px}.offer-category{color:#c53468;letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:900}.offer-title-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin-top:7px;padding:0}.offer-title-button h3{color:#3e353c;font-size:18px}.offer-prices{flex-wrap:wrap;align-items:baseline;gap:9px;margin-top:17px;display:flex}.offer-prices span{color:#998b93;font-size:13px;text-decoration:line-through}.offer-prices strong{color:#d72e6b;font-size:23px}.offer-add-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#b73589);border:0;border-radius:12px;width:100%;min-height:44px;margin-top:17px;font-weight:900}.offer-add-button:disabled{cursor:not-allowed;opacity:.5}@media (width<=1050px){.offers-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.offers-section{border-radius:24px;width:calc(100% - 20px);margin-top:50px;padding:24px 15px}.offers-heading{flex-direction:column;align-items:flex-start}.offers-grid{scroll-snap-type:x mandatory;gap:13px;padding-bottom:9px;display:flex;overflow-x:auto}.offer-card{scroll-snap-align:start;min-width:255px}.offer-image-button{height:180px}}.catalog-controls-section{width:min(1180px,100% - 32px);margin:70px auto 0}.catalog-controls-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.catalog-controls-heading h2{color:#342d34;font-size:clamp(28px,4vw,40px)}.reset-all-filters-button{color:#963757;cursor:pointer;background:#fff0f5;border:1px solid #e7cbd6;border-radius:12px;min-height:42px;padding:0 15px;font-weight:800}.catalog-controls-panel{background:#fff;border:1px solid #ecdce3;border-radius:24px;grid-template-columns:minmax(280px,1fr) minmax(190px,.35fr);gap:18px;padding:22px;display:grid;box-shadow:0 17px 42px #3f2a3717}.catalog-search-area,.catalog-sort-area{flex-direction:column;gap:9px;display:flex}.catalog-search-area label,.catalog-sort-area label{color:#51454e;font-size:13px;font-weight:900}.catalog-sort-area select{color:#3e343b;width:100%;min-height:52px;font:inherit;cursor:pointer;background:#fffafb;border:2px solid #efdee5;border-radius:15px;outline:none;padding:0 14px;font-weight:700}.catalog-sort-area select:focus{border-color:#ec407a;box-shadow:0 0 0 4px #ec407a1a}.catalog-quick-filters{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px;display:flex}.catalog-filter-chip{color:#675861;cursor:pointer;background:#fff8fb;border:1px solid #e7d1da;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 15px;font-weight:800;transition:transform .2s,border-color .2s,color .2s,background .2s;display:inline-flex}.catalog-filter-chip:hover{border-color:#ec407a;transform:translateY(-2px)}.catalog-filter-chip.active{color:#fff;background:linear-gradient(135deg,#ec407a,#b73589);border-color:#ec407a;box-shadow:0 9px 20px #d8326f33}.catalog-filter-chip>span{font-size:17px}.catalog-filter-chip strong{color:#8e3657;background:#fff;border-radius:999px;place-items:center;min-width:23px;height:23px;font-size:10px;display:grid}.catalog-result-count{color:#8c3657;background:#ffe5ee;border-radius:16px;justify-content:center;align-items:baseline;gap:5px;min-width:85px;padding:10px 15px;display:flex}.catalog-result-count strong{font-size:21px}.catalog-result-count span{font-size:12px;font-weight:800}@media (width<=760px){.catalog-controls-heading{flex-direction:column;align-items:flex-start}.reset-all-filters-button{width:100%}.catalog-controls-panel{grid-template-columns:1fr}.catalog-quick-filters{grid-column:auto}}@media (width<=520px){.catalog-controls-section{width:calc(100% - 20px);margin-top:50px}.catalog-controls-panel{border-radius:20px;padding:17px 14px}.catalog-quick-filters{grid-template-columns:1fr;display:grid}.catalog-filter-chip{border-radius:13px;width:100%}.section-heading{align-items:flex-start}.catalog-result-count{width:fit-content}}:root{--pink-50:#fff3f8;--pink-100:#ffe3ee;--pink-200:#ffc7dc;--pink-300:#ff9fc2;--pink-400:#f6659a;--pink-500:#e83e7f;--pink-600:#c91f63;--pink-700:#a51650;--pink-800:#f16bc9;--pink-900:#590b2b;--black:#090709;--black-soft:#151015;--dark:#211821;--dark-soft:#342534;--surface:#fff;--surface-pink:#fff7fa;--surface-pink-dark:#f8d8e6;--text:#1d171c;--text-soft:#685661;--text-light:#fcecf3;--border:#e9b9cd;--border-dark:#713047;--primary:var(--pink-500);--primary-dark:var(--pink-800);--primary-soft:var(--pink-100);color:var(--text);background:var(--pink-800)}html{background:var(--pink-800)}body{color:var(--text);background-color:#0000;background-image:radial-gradient(circle at 5% 3%,#ffbbd86b,#0000 28%),radial-gradient(circle at 95% 18%,#51062657,#0000 30%),linear-gradient(145deg,#a91a55 0%,#86123f 38%,#6a0d34 70%,#430720 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.app{min-height:100vh}.header{background:#090709f5;border-bottom:1px solid #ff79aa4d;box-shadow:0 12px 35px #1f021059}.brand h1{color:#fff}.brand p{color:#f7bfd5}.brand-icon{color:#fff;background:linear-gradient(135deg, var(--pink-400), var(--pink-700));box-shadow:0 10px 26px #e83e7f66,inset 0 1px #ffffff4d}.brand-button:hover .brand-icon{transform:rotate(-4deg)scale(1.04)}.brand-icon{transition:transform .2s}.header-actions .admin-button,.favorites-header-button{color:#ffe7f1;background:#211820;border-color:#5e3347}.header-actions .admin-button:hover,.favorites-header-button:hover{color:#fff;border-color:var(--pink-400);background:#3b2030}.cart-button{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800));box-shadow:0 10px 24px #c91f6359}.cart-button:hover{background:linear-gradient(135deg, var(--pink-400), var(--pink-700))}.cart-count,.favorites-count{color:var(--pink-800);background:#fff}.categories-heading h2,.catalog-controls-heading h2,.section-heading h2{color:#fff;text-shadow:0 3px 12px #2801133d}.categories-heading .section-label,.catalog-controls-heading .section-label,.section-heading .section-label{color:#ffc2d9}.hero-slider{background:var(--black);border:1px solid #ffbcd747;box-shadow:0 32px 80px #23011185,0 0 0 1px #ffffff0a}.hero-slider-overlay{background:linear-gradient(90deg,#080508f5 0%,#2d0a1dd4 43%,#680b366b 75%,#1e04112e 100%)}.hero-slide-label{color:#ff91b9}.hero-slide-button{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800));box-shadow:0 15px 34px #2f021773}.hero-slide-button:hover{color:#fff;background:linear-gradient(135deg, var(--pink-400), var(--pink-700))}.hero-slider-arrow:hover{background:var(--pink-600)}.hero-slider-dot.active{background:var(--pink-300)}.category-card{color:#4c2638;background:linear-gradient(145deg,#fffffffa,#ffe2eef5);border-color:#ffbed8bf;box-shadow:0 14px 32px #36021b3b,inset 0 1px #fffc}.category-card:hover{border-color:var(--pink-400);box-shadow:0 22px 44px #36021b59,0 0 0 3px #ff81b01f}.category-card.active{color:#fff;background:linear-gradient(145deg, var(--pink-500), var(--pink-900));box-shadow:0 20px 44px #38021c6b}.category-card small{color:#87596e}.category-card.active small{color:#ffe2ed}.clear-category-button,.reset-all-filters-button{color:#fff;background:#210d19c2;border-color:#ffbcd78c}.clear-category-button:hover,.reset-all-filters-button:hover{border-color:var(--pink-300);background:var(--pink-700)}.catalog-controls-panel,.search-container{background:linear-gradient(145deg,#fffffffa,#ffe6f0f7);border-color:#ffbed8b3;box-shadow:0 20px 48px #2d01164d,inset 0 1px #ffffffe6}.catalog-search-area label,.catalog-sort-area label,.search-container label{color:#51273a}.search-box,.catalog-sort-area select{color:var(--text);background:#ffffffde;border-color:#dfa6bf}.search-box:focus-within,.catalog-sort-area select:focus{border-color:var(--pink-500);box-shadow:0 0 0 4px #e83e7f29}.catalog-filter-chip{color:#633044;background:#fff;border-color:#dca6be}.catalog-filter-chip:hover{color:var(--pink-700);border-color:var(--pink-500)}.catalog-filter-chip.active{color:#fff;border-color:var(--pink-500);background:linear-gradient(135deg, var(--pink-500), var(--pink-800))}.catalog-result-count,.section-heading>span{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800));box-shadow:0 9px 22px #34021940}.product-card{background:linear-gradient(160deg,#fff 0%,#fff4f8 100%);border-color:#ffbfd8c2;box-shadow:0 18px 42px #2c011547,inset 0 1px #fffffff2}.product-card:hover{border-color:var(--pink-400);box-shadow:0 28px 58px #2c011566,0 0 0 3px #ff74a91a}.product-image-container{background:#f4cade}.product-info h3,.product-title-button h3{color:#23151d}.product-description-preview{color:#755466}.product-price{color:var(--pink-700)}.product-old-price{color:#9f7b8c}.product-category{color:#fff;background:#1f0a15db}.product-featured-badge{color:#3b111f;background:#ffc4d9}.product-sale-badge,.offer-discount{color:#fff;background:linear-gradient(135deg,#f34883,#98123f)}.product-favorite-button{color:var(--pink-700);background:#fffffff0}.product-favorite-button.active{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800))}.product-details-button{color:#6f2946;background:#fff7fa;border-color:#dba2ba}.product-details-button:hover{color:#fff;border-color:var(--pink-600);background:var(--pink-700)}.add-button,.offer-add-button,.product-modal-add-button{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800));box-shadow:0 12px 26px #69073357}.add-button:hover,.offer-add-button:hover,.product-modal-add-button:hover{background:linear-gradient(135deg, var(--pink-400), var(--pink-700));transform:translateY(-2px);box-shadow:0 17px 34px #4e03276b}.offers-section{background:radial-gradient(circle at 100% 0,#ff66a147,#0000 40%),linear-gradient(145deg,#170b12,#3d1027 55%,#190912);border:1px solid #ffa7ca42;box-shadow:0 30px 68px #23011180,inset 0 1px #ffffff14}.offers-heading>span{color:#57142f;background:#ffc1d8}.offer-card{background:linear-gradient(160deg,#fff,#fff0f6);border-color:#ffb3d0b8}.offer-category,.offer-prices strong{color:var(--pink-700)}.product-modal-overlay,.checkout-overlay{background:#080407d1}.product-modal,.checkout-modal{background:linear-gradient(145deg,#fff,#fff1f7);border-color:#ffb4d180;box-shadow:0 36px 110px #19000c9e}.product-modal-content h2,.checkout-header h2{color:#24151d}.product-modal-label,.product-modal-data strong,.product-modal-subtotal strong{color:var(--pink-700)}.product-modal-favorite.active{color:#fff;border-color:var(--pink-600);background:var(--pink-700)}.cart-overlay{background:#080307c2}.cart-drawer{color:var(--text);background:linear-gradient(#fff8fb 0%,#f8dbe8 100%);box-shadow:-24px 0 70px #1a000c94}.cart-header{border-bottom-color:#dca7be}.cart-label,.cart-item-top p,.cart-total strong{color:var(--pink-700)}.continue-shopping-button{background:linear-gradient(135deg, var(--black-soft), var(--pink-900))}.clear-cart-button{color:#fff;background:var(--pink-800)}.whatsapp-button{background:linear-gradient(135deg,#25b962,#12743b)}.login-page{background:radial-gradient(circle at top left, #ffa2c661, transparent 33%), radial-gradient(circle at bottom right, #22021399, transparent 38%), linear-gradient(145deg, var(--pink-700), var(--pink-900), var(--black))}.login-card{background:linear-gradient(145deg,#fffffffa,#ffe4eff7);border-color:#ffb9d4a8;box-shadow:0 32px 90px #19000c85}.login-logo{background:linear-gradient(135deg, var(--pink-400), var(--pink-800))}.login-submit-button{background:linear-gradient(135deg, var(--pink-500), var(--pink-800))}.admin-page{color:var(--text)}.admin-heading h1{color:#fff}.admin-heading>div>p:last-child{color:#f3c5d8}.admin-navigation,.product-form,.admin-products,.orders-manager,.dashboard-heading,.dashboard-stat-card,.dashboard-panel,.settings-heading,.settings-form{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border-color:#ffbbd6ad;box-shadow:0 20px 48px #2b01154d}.admin-navigation-button.active{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800))}.back-store-button{color:#fff;background:linear-gradient(135deg, var(--black-soft), var(--pink-900))}.logout-button{color:#fff;border-color:var(--pink-700);background:var(--pink-800)}.save-product-button,.settings-save-button{color:#fff;background:linear-gradient(135deg, var(--pink-500), var(--pink-800))}.form-field input,.form-field textarea,.checkout-form select,.order-status-control select{color:var(--text);background:#ffffffe0;border-color:#d9a1b9}.form-field input:focus,.form-field textarea:focus,.checkout-form select:focus{border-color:var(--pink-500);box-shadow:0 0 0 4px #e83e7f26}.admin-product-card,.order-card,.settings-section,.order-customer-grid>div,.order-address,.order-notes,.order-items{background:#fffafce6;border-color:#dfb2c5}.footer{color:var(--text-light);background:radial-gradient(circle at top right, #af145240, transparent 36%), var(--black);border-top:1px solid #ff74a94d}.footer-content h3{color:#fff}.footer-content p,.footer-bottom p{color:#dcb7c7}.footer-links a{color:#fff;background:#e83e7f1a;border-color:#ff93bd47}.footer-links a:hover{border-color:var(--pink-400);background:var(--pink-700)}.empty-results,.orders-empty{color:var(--text);background:linear-gradient(145deg,#fff,#ffe8f1);border-color:#ffbad5c7;box-shadow:0 18px 44px #30011840}.empty-results h3,.orders-empty h3{color:var(--text)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:#2c091a}::-webkit-scrollbar-thumb{background:linear-gradient(var(--pink-400), var(--pink-800));border:2px solid #2c091a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--pink-500)}::selection{color:#fff;background:var(--pink-700)}@media (width<=720px){.header{background:#090709fa}.header-container,.categories-section,.products-section{width:calc(100% - 20px)}.category-card,.product-card,.catalog-controls-panel{box-shadow:0 15px 35px #2701134d}}.search-box{width:100%;min-width:0}.search-box input{appearance:none;min-width:0;font-size:16px}.catalog-search-area{min-width:0}@media (width<=520px){.catalog-controls-section{overflow:visible}.catalog-controls-panel{width:100%;min-width:0}.search-box{min-height:54px;padding:0 13px}.search-box input{width:100%;min-width:0;font-size:16px}.products-section{min-height:300px}}@media (width<=620px){.products-section{min-height:100vh}.products-grid,.empty-results{min-height:320px}main{min-height:100vh;overflow-x:hidden}}.categories-manager{flex-direction:column;gap:24px;display:flex}.categories-manager-heading{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex;box-shadow:0 20px 48px #2b01154d}.categories-manager-heading h2{color:#342d34;font-size:34px}.categories-manager-heading>div>p:last-child{color:#7b6e77;margin-top:7px}.refresh-categories-button{color:#6f2946;cursor:pointer;background:#fff;border:1px solid #dca8be;border-radius:12px;min-height:43px;padding:0 16px;font-weight:800}.categories-manager-layout{grid-template-columns:minmax(320px,.75fr) minmax(450px,1.25fr);align-items:start;gap:26px;display:grid}.category-form,.categories-admin-list{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;padding:28px;box-shadow:0 20px 48px #2b01154d}.category-form{position:sticky;top:105px}.category-form-preview{background:#fff;border:1px solid #e2b4c7;border-radius:16px;align-items:center;gap:14px;margin-top:20px;padding:17px;display:flex}.category-form-preview>span{background:#ffe2ee;border-radius:15px;place-items:center;width:52px;height:52px;font-size:28px;display:grid}.category-form-preview div{flex-direction:column;gap:4px;display:flex}.category-form-preview small{color:#8b7782}.category-form-preview strong{color:#3d3038;font-size:18px}.category-admin-cards{flex-direction:column;gap:13px;display:flex}.category-admin-card{background:#fffafcf0;border:1px solid #dfb2c5;border-radius:18px;grid-template-columns:64px 1fr auto;align-items:center;gap:15px;padding:15px;display:grid}.category-admin-card-hidden{opacity:.65;filter:grayscale(.35)}.category-admin-icon{background:#ffe3ee;border-radius:17px;place-items:center;width:64px;height:64px;font-size:32px;display:grid}.category-admin-info{min-width:0}.category-admin-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.category-admin-title h3{color:#3c3038;font-size:19px}.category-admin-title>span{color:#785267;background:#f5dce6;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.category-admin-info>p{color:#7f6c76;margin-top:7px;font-size:13px}.category-visible-badge{color:#17673a;background:#d9f6e5;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.category-admin-actions{flex-direction:column;gap:7px;display:flex}.toggle-category-button{color:#75520a;cursor:pointer;background:#fff0c5;border:0;border-radius:11px;min-width:84px;min-height:38px;font-weight:800}.categories-manager-loading{flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.categories-manager-loading p{color:#f8cadc;margin-top:15px;font-weight:800}@media (width<=940px){.categories-manager-layout{grid-template-columns:1fr}.category-form{position:static}}@media (width<=620px){.categories-manager-heading{flex-direction:column;padding:21px 16px}.refresh-categories-button{width:100%}.category-form,.categories-admin-list{border-radius:20px;padding:20px 15px}.category-admin-card{grid-template-columns:55px 1fr}.category-admin-icon{width:55px;height:55px;font-size:27px}.category-admin-actions{grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.category-admin-actions button{min-width:0}}.form-field select{color:#342d34;width:100%;min-height:48px;font:inherit;cursor:pointer;background-color:#ffffffe6;border:2px solid #d9a1b9;border-radius:13px;outline:none;padding:0 42px 0 14px;transition:border-color .2s,box-shadow .2s}.form-field select:focus{border-color:#e83e7f;box-shadow:0 0 0 4px #e83e7f26}.form-field select:disabled{cursor:wait;opacity:.65}.category-field-error{color:#a6264f;font-weight:700}.category-icon-picker{grid-template-columns:repeat(8,1fr);gap:9px;display:grid}.category-icon-option{cursor:pointer;background:#fff;border:2px solid #e2b4c7;border-radius:12px;place-items:center;min-width:0;height:48px;font-size:24px;transition:transform .2s,border-color .2s,background .2s;display:grid}.category-icon-option:hover{border-color:#e83e7f;transform:translateY(-2px)}.category-icon-option.active{background:#ffe3ee;border-color:#e83e7f;box-shadow:0 0 0 3px #e83e7f1f}.category-custom-icon{flex-direction:column;gap:8px;margin-top:15px;display:flex}@media (width<=620px){.category-icon-picker{grid-template-columns:repeat(4,1fr)}.category-icon-option{height:52px}}.categories-loading{background:#ffeef529;border:1px solid #ffbbd680;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:min(1180px,100% - 32px);min-height:190px;margin:68px auto 0;display:flex}.categories-loading p{color:#ffd3e3;margin-top:14px;font-weight:800}@media (width<=620px){.categories-loading{width:calc(100% - 20px);min-height:150px;margin-top:48px}}.home-sections-manager{flex-direction:column;gap:24px;display:flex}.home-sections-heading{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex;box-shadow:0 20px 48px #2b01154d}.home-sections-heading h2{color:#342d34;font-size:34px}.home-sections-heading>div>p:last-child{color:#7b6e77;margin-top:7px}.refresh-home-sections-button{color:#6f2946;cursor:pointer;background:#fff;border:1px solid #dca8be;border-radius:12px;min-height:43px;padding:0 16px;font-weight:800}.home-sections-layout{grid-template-columns:minmax(330px,.8fr) minmax(470px,1.2fr);align-items:start;gap:26px;display:grid}.home-section-form,.home-sections-list{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;padding:28px;box-shadow:0 20px 48px #2b01154d}.home-section-form{position:sticky;top:105px}.home-section-preview{background:#fff;border:1px solid #e2b4c7;border-radius:16px;align-items:center;gap:14px;margin-top:20px;padding:17px;display:flex}.home-section-preview>span{background:#ffe2ee;border-radius:16px;flex-shrink:0;place-items:center;width:58px;height:58px;font-size:30px;display:grid}.home-section-preview div{flex-direction:column;gap:4px;min-width:0;display:flex}.home-section-preview small{color:#8b7782}.home-section-preview strong{color:#3d3038;font-size:18px}.home-section-preview p{color:#816d78;font-size:13px}.home-section-cards{flex-direction:column;gap:13px;display:flex}.home-section-admin-card{background:#fffafcf0;border:1px solid #dfb2c5;border-radius:18px;grid-template-columns:64px 1fr auto;align-items:center;gap:15px;padding:15px;display:grid}.home-section-admin-card-hidden{opacity:.65;filter:grayscale(.35)}.home-section-admin-icon{background:#ffe3ee;border-radius:17px;place-items:center;width:64px;height:64px;font-size:32px;display:grid}.home-section-admin-info{min-width:0}.home-section-admin-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.home-section-admin-title h3{color:#3c3038;font-size:19px}.home-section-admin-title>span{color:#785267;background:#f5dce6;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.home-section-admin-info>p{color:#7f6c76;margin-top:6px;font-size:13px}.home-section-admin-meta{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.home-section-admin-meta span{color:#6f2946;background:#ffe3ee;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.home-section-admin-actions{flex-direction:column;gap:7px;display:flex}.home-sections-loading{flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.home-sections-loading p{color:#f8cadc;margin-top:15px;font-weight:800}@media (width<=980px){.home-sections-layout{grid-template-columns:1fr}.home-section-form{position:static}}@media (width<=620px){.home-sections-heading{flex-direction:column;padding:21px 16px}.refresh-home-sections-button{width:100%}.home-section-form,.home-sections-list{border-radius:20px;padding:20px 15px}.home-section-admin-card{grid-template-columns:55px 1fr}.home-section-admin-icon{width:55px;height:55px;font-size:27px}.home-section-admin-actions{grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.home-section-admin-actions button{min-width:0}}.dynamic-home-sections{width:100%}.dynamic-home-section{background:radial-gradient(circle at 100% 0,#ffb3d336,#0000 34%),linear-gradient(145deg,#190a13f5,#420d27f5);border:1px solid #ffbbd68c;border-radius:30px;width:min(1180px,100% - 32px);margin:72px auto 0;padding:30px;box-shadow:0 28px 65px #2601136b,inset 0 1px #ffffff14}.dynamic-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.dynamic-section-title{align-items:flex-start;gap:17px;display:flex}.dynamic-section-icon{background:linear-gradient(145deg,#ffe2eefa,#f8a7c8f0);border:1px solid #ffc3db61;border-radius:19px;flex-shrink:0;place-items:center;width:62px;height:62px;font-size:31px;display:grid;box-shadow:0 12px 28px #1c010e47}.dynamic-section-heading h2{color:#fff;font-size:clamp(28px,4vw,42px);line-height:1.08}.dynamic-section-subtitle{color:#e8cbd7;max-width:680px;margin-top:9px;line-height:1.55}.dynamic-section-count{color:#57142f;background:#ffc5dc;border:1px solid #ffc0d852;border-radius:16px;justify-content:center;align-items:baseline;gap:5px;min-width:94px;padding:11px 16px;display:flex}.dynamic-section-count strong{font-size:22px}.dynamic-section-count span{font-size:11px;font-weight:900}.dynamic-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.dynamic-sections-loading{background:#1808116b;border:1px solid #ffbcd661;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:min(1180px,100% - 32px);min-height:220px;margin:70px auto 0;display:flex}.dynamic-sections-loading p{color:#ffd1e2;margin-top:15px;font-weight:800}@media (width<=950px){.dynamic-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.dynamic-home-section{border-radius:24px;width:calc(100% - 20px);margin-top:50px;padding:22px 14px}.dynamic-section-heading{flex-direction:column;align-items:flex-start}.dynamic-section-title{gap:12px;width:100%}.dynamic-section-icon{border-radius:15px;width:52px;height:52px;font-size:26px}.dynamic-section-heading h2{font-size:29px}.dynamic-section-subtitle{font-size:14px}.dynamic-section-count{width:fit-content;min-width:0}.dynamic-products-grid{scroll-snap-type:x mandatory;gap:14px;padding:4px 1px 14px;display:flex;overflow-x:auto}.dynamic-products-grid .product-card{scroll-snap-align:start;min-width:278px}.dynamic-sections-loading{width:calc(100% - 20px);min-height:170px;margin-top:50px}}.automation-page{flex-direction:column;gap:26px;display:flex}.automation-header{background:radial-gradient(circle at 100% 0,#ffbed86b,#0000 36%),linear-gradient(145deg,#fffffffc,#ffe3effa);border:1px solid #ffbbd6ad;border-radius:26px;padding:28px;box-shadow:0 20px 48px #2b01154d}.automation-header h1{color:#342d34;font-size:clamp(32px,5vw,48px)}.automation-header p{color:#7b6e77;max-width:720px;margin-top:10px;line-height:1.6}.automation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.automation-card{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:24px;flex-direction:column;min-height:230px;padding:25px;display:flex;box-shadow:0 18px 42px #2b011542}.automation-card h2{color:#3a3037;font-size:25px}.automation-card p{color:#796b74;margin-top:12px;line-height:1.55}.automation-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec407a,#a91d60);border:0;border-radius:13px;width:100%;min-height:46px;margin-top:auto;font-weight:900;transition:transform .2s,box-shadow .2s;box-shadow:0 11px 24px #b61c5e38}.automation-card button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #b61c5e4d}@media (width<=920px){.automation-grid{grid-template-columns:1fr}.automation-card{min-height:190px}}@media (width<=620px){.automation-header{border-radius:21px;padding:22px 17px}.automation-card{border-radius:20px;padding:21px 17px}}.scheduler-card{background:#fff;border-radius:25px;flex-direction:column;gap:20px;padding:30px;display:flex;box-shadow:0 15px 35px #00000014}.scheduler-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.scheduler-grid label,.scheduler-options label{flex-direction:column;gap:8px;font-weight:600;display:flex}.scheduler-grid select,.scheduler-grid input{border:1px solid #ddd;border-radius:10px;padding:12px}.scheduler-options{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;display:grid}.scheduler-options label{flex-direction:row;align-items:center;gap:10px}.save-scheduler-button{color:#fff;cursor:pointer;background:#d81b60;border:none;border-radius:12px;padding:15px;font-size:16px;font-weight:700}.automation-manager-layout{grid-template-columns:minmax(350px,.85fr) minmax(460px,1.15fr);align-items:start;gap:26px;display:grid}.automation-form,.automation-list-panel{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;padding:28px;box-shadow:0 20px 48px #2b01154d}.automation-form{position:sticky;top:105px}.automation-platforms,.automation-options-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.automation-option-disabled{opacity:.55;cursor:not-allowed}.automation-product-preview{background:#fff;border:1px solid #e2b4c7;border-radius:16px;grid-template-columns:82px 1fr;align-items:center;gap:14px;margin-top:20px;padding:14px;display:grid}.automation-product-preview img{object-fit:cover;border-radius:14px;width:82px;height:82px}.automation-product-preview div{flex-direction:column;gap:5px;display:flex}.automation-product-preview small{color:#8a7882}.automation-product-preview strong{color:#3e3239;font-size:18px}.automation-product-preview span{color:#d72e6b;font-weight:900}.automation-jobs-list{flex-direction:column;gap:14px;display:flex}.automation-job-card{background:#fffafcf5;border:1px solid #dfb2c5;border-radius:18px;padding:18px}.automation-job-paused{opacity:.65}.automation-job-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.automation-job-platform{color:#bf356b;text-transform:uppercase;font-size:11px;font-weight:900}.automation-job-heading h3{color:#3c3038;margin-top:5px}.automation-status{text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.automation-status-scheduled{color:#185784;background:#dcefff}.automation-status-paused{color:#6d6068;background:#e9e5e8}.automation-status-failed{color:#a02b4c;background:#ffe0e9}.automation-status-published,.automation-status-completed{color:#17673a;background:#d9f6e5}.automation-status-processing{color:#7044a1;background:#eee1ff}.automation-job-caption{color:#766771;max-height:76px;margin-top:14px;font-size:13px;line-height:1.5;overflow:hidden}.automation-job-data{grid-template-columns:1fr 1fr .65fr;gap:10px;margin-top:16px;display:grid}.automation-job-data>div{background:#fff0f5;border-radius:12px;flex-direction:column;gap:5px;padding:11px;display:flex}.automation-job-data span{color:#8a7882;text-transform:uppercase;font-size:10px;font-weight:800}.automation-job-data strong{color:#493b44;font-size:12px}.automation-job-error{color:#9e2b4d;background:#ffe4ec;border-radius:11px;margin-top:13px;padding:11px;font-size:12px;font-weight:700}.automation-job-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.automation-list-loading{flex-direction:column;justify-content:center;align-items:center;min-height:330px;display:flex}.automation-list-loading p{color:#756970;margin-top:14px;font-weight:700}@media (width<=980px){.automation-manager-layout{grid-template-columns:1fr}.automation-form{position:static}}@media (width<=620px){.automation-form,.automation-list-panel{border-radius:20px;padding:20px 15px}.automation-platforms,.automation-options-grid,.automation-job-data{grid-template-columns:1fr}.automation-job-heading{flex-direction:column}}.automation-tabs{background:#fff;border:1px solid #ffbbd6ad;border-radius:16px;gap:8px;padding:7px;display:flex;box-shadow:0 12px 30px #2b01151f}.automation-tab{color:#735766;cursor:pointer;background:0 0;border:0;border-radius:11px;min-height:45px;padding:0 18px;font-weight:900}.automation-tab.active{color:#fff;background:linear-gradient(135deg,#ec407a,#a91d60)}.product-marketing{flex-direction:column;gap:22px;display:flex}.product-marketing-heading,.product-marketing-form{background:linear-gradient(150deg,#fffffffc,#ffe6f0fa);border:1px solid #ffbbd6ad;border-radius:26px;padding:28px;box-shadow:0 20px 48px #2b01154d}.product-marketing-heading h2{color:#342d34;font-size:34px}.product-marketing-heading p:last-child{color:#7b6e77;margin-top:8px}.product-marketing-form{flex-direction:column;gap:19px;display:flex}.product-marketing-product{background:#fff;border:1px solid #e2b4c7;border-radius:17px;grid-template-columns:90px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.product-marketing-product img{object-fit:cover;border-radius:14px;width:90px;height:90px}.product-marketing-product div{flex-direction:column;gap:5px;display:flex}.product-marketing-product small{color:#8b7782}.product-marketing-product strong{color:#3d3038;font-size:20px}.product-marketing-product span{color:#be3569;font-weight:800}.restore-ai-button{color:#893552;cursor:pointer;background:#fff2f7;border:1px solid #e0afc3;border-radius:12px;min-height:45px;font-weight:900}.product-marketing-loading{flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.product-marketing-loading p{color:#756970;margin-top:14px;font-weight:700}@media (width<=620px){.automation-tabs{grid-template-columns:1fr;display:grid}.product-marketing-heading,.product-marketing-form{border-radius:20px;padding:20px 15px}.product-marketing-product{grid-template-columns:72px 1fr}.product-marketing-product img{width:72px;height:72px}}
