@import"https://fonts.googleapis.com/css2?family=Sora:wght@600;700&display=swap";.profile-menu{position:absolute;right:16px;top:56px;width:300px;background:#fff;border:1px solid #e6eef6;border-radius:8px;box-shadow:0 6px 24px #10182814;padding:12px;z-index:60}.auth-user-btn{background:transparent;border:0;color:var(--dark-blue);font-weight:700;cursor:pointer}.profile-header{padding:8px 4px;border-bottom:1px solid #f1f5f9;margin-bottom:8px}.profile-header strong{display:block;color:var(--dark-blue)}.profile-email{font-size:13px;color:var(--text-muted)}.profile-form{display:flex;flex-direction:column;gap:8px;padding-top:6px}.profile-form label{font-size:13px;color:var(--text-muted)}.profile-form input{padding:8px;border:1px solid #eef3f7;border-radius:6px}.profile-actions{display:flex;gap:8px;justify-content:space-between;margin-top:6px}.btn-ghost{background:#fff;border:1px solid #e6eef6;padding:8px 12px;border-radius:6px}:root{--primary:#1e6fb8;--muted:#6b7280;--bg:#f8fafc;--card:#ffffff;--header-surface:#ffffff;--header-border:#e8edf3}*{box-sizing:border-box}body{font-family:Inter,system-ui,Arial,sans-serif;background:var(--bg);color:#111;margin:0}.container{max-width:1000px;margin:20px auto;padding:0 16px}.header{background:var(--header-surface);box-shadow:0 1px 8px #0000000f;padding:8px 0 4px;position:static}.header .container{margin:0 auto}.header .inner{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:24px}.logo{display:inline-flex;align-items:center;line-height:0;overflow:visible}.logo img,.logo .site-logo{height:208px;width:auto;display:block;margin-top:-20px;margin-bottom:-20px}.header-brand{display:flex;align-items:center;justify-content:flex-start}.header-search-area{display:flex;align-items:center;justify-content:center;min-width:0}.search-box{position:relative;width:100%;max-width:560px}.search-shell{width:100%;max-width:560px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--header-border);border-radius:999px;padding:0 18px;box-shadow:0 1px 2px #00000008}.search-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--muted)}.search-icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.search{width:100%;min-width:0;padding:16px 0;border:0;background:transparent;font-size:18px;color:#111;outline:none}.search::placeholder{color:#7b8794}.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid var(--header-border);border-radius:18px;box-shadow:0 16px 30px #0f172a1f;padding:10px;z-index:1300}.search-suggestion-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:12px;text-decoration:none;color:#111}.search-suggestion-item:hover{background:#f4f7fb}.search-suggestion-name{font-weight:700;font-size:14px}.search-suggestion-meta{font-size:12px;color:var(--muted)}.search-suggestion-empty{padding:12px 14px;color:var(--muted);font-size:14px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.header-shop-actions{display:flex;align-items:center;gap:12px}.login-link,.register-link{color:var(--muted);text-decoration:none;font-weight:600;margin-left:8px}.cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#f6f7f9;border:1px solid var(--header-border);color:#111;min-width:140px;height:56px;border-radius:999px;position:relative;cursor:pointer;padding:0 18px}.cart-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.cart-btn-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.cart-total{font-size:15px;font-weight:700;white-space:nowrap}.cart-count{position:absolute;top:4px;right:4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.favorite-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;border:1px solid var(--header-border);background:#f6f7f9;color:#e53935;text-decoration:none;position:relative;flex:0 0 56px}.favorite-nav-btn:hover{background:#fff0f0}.favorite-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.favorite-nav-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.favorite-nav-count{position:absolute;top:4px;right:4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.categories{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;overflow:visible;width:100%;max-width:none;padding:8px 32px;margin:2px 0 0;background:var(--primary);border-radius:0}.cat-item{display:flex;align-items:center;justify-content:center}.cat-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:6px;text-align:center;text-decoration:none;color:#fff;background:transparent;border:0;font-family:Sora,sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;line-height:1.15;white-space:nowrap}.cat-btn:hover{background:#ffffff14;color:#fff}.auth-btn,.auth-user-btn{display:inline-flex;align-items:center;gap:10px;background:#f6f7f9;padding:14px 18px;border-radius:999px;border:1px solid var(--header-border);color:#2b3642;text-decoration:none;font-weight:700;font-size:15px}.auth-btn:hover,.auth-user-btn:hover{background:#eef2f6}.auth-user-btn{cursor:pointer}.auth-btn-icon{font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.whatsapp-inline{background:transparent;border:0;padding:6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.whatsapp-inline img{display:block}.whatsapp-inline:hover{background:#e6f7f2}.whatsapp-inline{gap:8px;padding:6px 10px}.whatsapp-inline-text{color:var(--primary);font-weight:700;font-size:14px}.btn-whatsapp{background:var(--primary);color:#fff;border:none;padding:10px 14px;border-radius:8px;font-weight:600}.section-title{margin:20px 0;font-size:20px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.card{background:var(--card);padding:12px;border-radius:10px;box-shadow:0 1px 4px #0000000d}.card img{width:100%;height:140px;object-fit:cover;border-radius:8px}.card .title{font-weight:600;margin:8px 0}.card .price{color:var(--primary);font-weight:700}.color-dot{width:22px;height:22px;border-radius:50%;display:inline-block;border:1px solid #ddd;margin-right:6px}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-fab{position:fixed;right:16px;bottom:90px;background:var(--primary);color:#fff;padding:14px;border-radius:50%;box-shadow:0 6px 18px #1e6fb84d;border:none}.footer{background:#fff;padding:20px 16px;margin-top:40px;border-top:1px solid #eee}.btn-whatsapp{cursor:pointer}.cart-drawer-input{width:100%;padding:8px;border:1px solid #e6e6e6;border-radius:8px}.cart-drawer-textarea{width:100%;min-height:80px;padding:8px;border:1px solid #e6e6e6;border-radius:8px}.whatsapp-fab{position:fixed;left:16px;bottom:24px;background:var(--primary);color:#fff;padding:12px 16px;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 8px 24px #1478b82e;z-index:1200}.back-to-top{position:fixed;right:16px;bottom:24px;background:var(--primary);color:#fff;border:0;padding:12px 14px;border-radius:8px;font-size:18px;z-index:1200;box-shadow:0 8px 24px #1478b82e}.site-access-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#eef6fc,#dfeef9)}.site-access-card{width:min(100%,420px);background:#fff;border:1px solid #d7e5f1;border-radius:24px;padding:32px 28px;box-shadow:0 24px 60px #1e6fb829;text-align:center}.site-access-logo{width:min(100%,220px);height:auto;display:block;margin:0 auto 8px}.site-access-card h1{margin:0 0 10px;font-family:Sora,sans-serif;font-size:28px;color:#12344d}.site-access-card p{margin:0 0 20px;color:#5b6b79;font-size:15px}.site-access-form{display:flex;flex-direction:column;gap:12px}.site-access-form input{width:100%;padding:15px 16px;border:1px solid #d7e5f1;border-radius:14px;font-size:16px;outline:none}.site-access-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1e6fb81f}.site-access-submit{width:100%;padding:15px 16px;background:var(--primary);color:#fff;border:0;border-radius:14px;font-weight:700;font-size:16px;cursor:pointer}.site-access-error{margin-top:14px;color:#c62828;font-size:14px;font-weight:600}.category-layout{position:relative}.category-content{display:flex;gap:24px;align-items:flex-start}.category-mobile-toolbar{display:none}.category-filter-toggle{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid #d9e4ef;border-radius:14px;color:#18344f;font-family:Sora,sans-serif;font-size:15px;font-weight:700;box-shadow:0 10px 24px #0f172a14;cursor:pointer}.category-filter-overlay{display:none}.category-sidebar{width:240px;position:sticky;top:90px;flex:0 0 240px}.category-sidebar-card{background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 6px #0000000a}.category-sidebar-mobile-header{display:none}.category-sidebar-close{background:transparent;border:0;color:#18344f;font-weight:700;font-size:15px;cursor:pointer}.category-main{flex:1;min-width:0}.category-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.product-favorite-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid #f2d0d0;background:#fff;color:#d05b5b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0f172a14}.product-favorite-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-favorite-btn.is-active{color:#e53935;background:#fff1f1;border-color:#f3b4b4}.favorites-page{padding-bottom:24px}.favorites-empty{background:#fff;padding:24px;border-radius:14px;box-shadow:0 1px 6px #0000000a;text-align:center}@media (max-width:900px){.header .inner{grid-template-columns:1fr;gap:16px}.header-brand,.header-search-area,.header-actions{justify-content:center}.logo img,.logo .site-logo{height:168px;margin-top:-16px;margin-bottom:-16px}.search-box,.search-shell{max-width:none}.header-actions{flex-wrap:wrap}.category-content{flex-direction:column}.category-mobile-toolbar{display:block;margin-bottom:12px}.category-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(86vw,320px);max-width:320px;transform:translate(-100%);transition:transform .24s ease;z-index:1600;overflow-y:auto;flex:none}.category-sidebar.is-open{transform:translate(0)}.category-sidebar-card{min-height:100%;padding:0;border-radius:0;box-shadow:16px 0 40px #0f172a2e}.category-sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:22px 18px;border-bottom:1px solid #edf2f7;margin-bottom:18px}.category-sidebar-card>div:not(.category-sidebar-mobile-header){padding-left:18px;padding-right:18px}.category-sidebar-card>div:last-child{padding-bottom:24px}.category-filter-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:1500}.category-filter-overlay.is-open{opacity:1;pointer-events:auto}.category-main{width:100%}}@media (max-width:600px){.card img{height:120px}.logo img,.logo .site-logo{height:136px;margin-top:-12px;margin-bottom:-12px}.search{font-size:16px;padding:14px 0}.search-shell{padding:0 14px}.auth-btn,.auth-user-btn,.cart-btn{width:100%;justify-content:center}.header-actions{width:100%;margin-bottom:10px}.header-shop-actions{width:100%}.header-shop-actions .cart-btn{width:auto;flex:1}.favorite-nav-btn{width:56px;min-width:56px}.site-access-card{padding:28px 20px;border-radius:20px}.site-access-card h1{font-size:24px}.container{padding:0 12px}.category-mobile-toolbar{margin-bottom:10px}.category-filter-toggle{width:100%;justify-content:center}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:420px){.logo img,.logo .site-logo{height:96px;margin-top:-8px;margin-bottom:-8px}.whatsapp-inline-text,.auth-btn-icon{display:none}}.login-page{padding:40px 0}.login-card{display:flex;gap:28px;background:#fff;padding:28px;border-radius:8px;box-shadow:0 1px 4px #1018280a}.login-left,.login-right{flex:1}.login-left h3,.login-right h3{color:var(--dark-blue);margin-bottom:12px}.form-vertical{display:flex;flex-direction:column;gap:10px}.form-vertical label{font-size:13px;color:var(--text-muted)}.form-vertical input{padding:10px 12px;border:1px solid #e6eef6;border-radius:6px}.btn-primary{background:var(--primary-blue);color:#fff;padding:10px 14px;border-radius:8px;border:0;font-weight:700;margin-top:6px}.btn-google{background:#fff;border:1px solid #e6eef6;padding:8px 12px;border-radius:6px;margin:6px auto 0;display:inline-flex;align-items:center;gap:10px;color:#202124;font-weight:600}.btn-google .google-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background:transparent}.btn-google svg{display:block}.or-sep{margin:12px 0;text-align:center;color:var(--text-muted)}.password-field{display:flex;align-items:center;gap:8px}.password-field input{flex:1}.pwd-toggle{background:transparent;border:0;cursor:pointer;font-size:16px}@media (max-width:900px){.login-card{flex-direction:column}}:root{--primary-blue:#1478B8;--dark-blue:#0E5F91;--light-bg:#F5F7FA;--text-dark:#1F2933;--text-muted:#6B7280;--white:#ffffff}.site-footer{background:var(--white);color:var(--text-dark);border-top:1px solid #e6eef6}.footer-main{background:var(--light-bg);padding:56px 0}.footer-container{display:grid;grid-template-columns:1.2fr 1fr .9fr .9fr;gap:48px;align-items:stretch}.col{display:flex;flex-direction:column;justify-content:center}.col-1{align-items:flex-start}.footer-logo{height:64px}.contacts{margin-top:12px;color:var(--text-muted);font-size:14px}.btn-small{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:8px 12px;background:var(--primary-blue);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;border:0}.btn-small .wa-icon{width:18px;height:18px;object-fit:contain;display:block}.col h4{color:var(--dark-blue);margin-bottom:10px}.links{list-style:none;padding:0;margin:0}.links li{margin-bottom:8px}.links a{color:var(--text-muted);text-decoration:none}.seals{display:flex;gap:18px;align-items:center;justify-content:center}.seal-img{height:64px;display:block}.seal-link{display:inline-flex;align-items:center}.seal-img{height:48px;display:block}.payments{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.payments-under-seals{justify-content:center;margin-top:14px}.pay{background:#fff;padding:8px 12px;border-radius:8px;border:1px solid #e6eef6;color:var(--text-muted);display:inline-flex;align-items:center}.payments-title{color:var(--dark-blue);margin-top:8px;margin-bottom:8px;font-weight:700;text-align:left;font-size:16px}.seals+.payments-title{margin-top:14px}.footer-social{padding:18px 0;border-top:1px solid #eef3f7}.footer-social-inner{display:flex;justify-content:space-between;align-items:center}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e6eef6;color:var(--text-muted);text-decoration:none;margin-right:8px}.social-icon .social-img{width:20px;height:20px;object-fit:contain;display:block}.social-icon svg,.social-icon .social-svg{width:20px;height:20px;display:block;fill:var(--text-muted)}.social-left{display:flex;align-items:center}.social-right{color:var(--text-muted);text-align:right}.footer-legal{background:#f8fafc;padding:10px 0;text-align:center;color:var(--text-muted);font-size:14px;border-top:1px solid #eef3f7}.footer-dev{background:transparent;padding:12px 0;text-align:center;color:var(--text-muted);font-size:13px}.footer-dev .dev-link{color:var(--dark-blue);text-decoration:none;font-weight:600}.footer-dev .dev-link strong{font-weight:800}@media (max-width:900px){.footer-container{grid-template-columns:1fr 1fr}.footer-social-inner{flex-direction:column;gap:12px;text-align:center}.social-right{text-align:center}}@media (max-width:600px){.footer-container{grid-template-columns:1fr;gap:18px}.col-1{align-items:center}.footer-logo{height:56px;margin:0 auto;display:block}.contacts{text-align:center}.btn-small{margin:10px auto 0}.social-inline{display:flex;justify-content:center}.social-left{justify-content:center}}
