@import"https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#f8f9fb}body{font-family:Nunito,sans-serif;background-color:transparent;color:#1a1a2e;min-height:100vh;background-image:linear-gradient(70deg,#b0b0c0 1px,transparent 1px),linear-gradient(160deg,#b0b0c0 1px,transparent 1px);background-size:40px 40px;background-attachment:fixed}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f0f0f5}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e05520}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{width:100%;max-width:1440px;margin:0 auto;padding:40px clamp(24px,5vw,80px) 80px;flex:1}.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e8e8f0;padding:0;box-shadow:0 2px 12px #0000000f}.navbar__inner{max-width:1440px;margin:0 auto;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;gap:24px;height:128px;width:100%}.navbar__logo{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;padding:0;text-decoration:none}.navbar__logo-img{width:112px;height:112px;object-fit:contain}.navbar__logo-text{font-size:64px;font-weight:900;color:#1a1a2e;font-family:Fredoka One,cursive;letter-spacing:-.5px}.navbar__logo-text span{color:#ff6b35}.navbar__nav{display:flex;gap:4px;margin-left:8px}.navbar__nav-btn{background:none;border:none;cursor:pointer;color:#555570;font-size:23px;font-weight:700;padding:6px 14px;border-radius:8px;transition:color .15s,background .15s;font-family:Nunito,sans-serif}.navbar__nav-btn:hover{color:#ff6b35;background:#fff0e8}.navbar__actions{margin-left:auto;display:flex;align-items:center;gap:12px}.navbar__search{background:#f0f0f7;border:1px solid #e0e0ee;border-radius:10px;padding:8px 14px;display:flex;align-items:center;gap:8px;cursor:text}.navbar__search-placeholder{color:#aaa;font-size:20px;font-family:Nunito,sans-serif}.navbar__cart-btn{background:linear-gradient(135deg,#ff6b35,#ff9f1c);border:none;border-radius:10px;padding:9px 18px;color:#fff;font-weight:800;cursor:pointer;font-size:25px;position:relative;font-family:Nunito,sans-serif;letter-spacing:.3px;box-shadow:0 4px 12px #ff6b354d;transition:opacity .15s}.navbar__cart-btn:hover{opacity:.88}.navbar__cart-badge{position:absolute;top:-6px;right:-6px;background:#1a1a2e;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900}.breadcrumb{margin:0 0 28px}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:10px 16px;background:#fff;border-radius:10px;border:1px solid #e8e8f0;width:fit-content;max-width:100%;box-shadow:0 1px 4px #0000000d}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__separator{margin:0 8px;color:#bbb;font-size:14px;-webkit-user-select:none;user-select:none}.breadcrumb__current{font-size:13px;font-weight:800;color:#ff6b35;letter-spacing:.2px}.breadcrumb__link{background:none;border:none;cursor:pointer;font-size:13px;color:#777790;font-weight:600;padding:3px 7px;border-radius:6px;transition:color .15s,background .15s;font-family:Nunito,sans-serif;letter-spacing:.2px}.breadcrumb__link:hover{color:#ff6b35;background:#fff0e8}.product-card{background:#fff;border:1px solid #e8e8f0;border-radius:16px;display:flex;flex-direction:column;gap:0;transition:transform .2s,box-shadow .2s;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-card__tag{position:absolute;top:12px;left:12px;color:#fff;font-size:10px;font-weight:800;padding:3px 10px;border-radius:20px;letter-spacing:.8px;text-transform:uppercase;z-index:1}.product-card__tag--premium{background:linear-gradient(135deg,#f59e0b,#ff6b35)}.product-card__tag--nuevo{background:linear-gradient(135deg,#10b981,#3b82f6)}.product-card__tag--default{background:linear-gradient(135deg,#ff6b35,#ff9f1c)}.product-card__image-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5fa}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.product-card__name{font-size:14px;font-weight:800;color:#1a1a2e;line-height:1.3}.product-card__rating{font-size:12px;color:#f59e0b;font-weight:600}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:19px;font-weight:900;color:#ff6b35}.product-card__btn{border:none;border-radius:9px;padding:8px 14px;font-size:12px;font-weight:800;cursor:pointer;transition:all .2s;font-family:Nunito,sans-serif;letter-spacing:.2px}.product-card__btn--add{background:linear-gradient(135deg,#ff6b35,#ff9f1c);color:#fff;box-shadow:0 4px 10px #ff6b354d}.product-card__btn--add:hover{opacity:.88}.product-card__btn--added{background:#10b981;color:#fff;transform:scale(.97)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:48px}.subcategories-grid,.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.category-card{border-radius:16px;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s;border-width:1px;border-style:solid;background:#fff;font-family:Nunito,sans-serif;overflow:hidden;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.category-card__image-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5fa}.category-card__image-wrap--wide{aspect-ratio:3 / 2}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px}.category-card__label{font-weight:800;font-size:15px;color:#1a1a2e}.category-card__hint{font-size:12px;color:#aaa;font-weight:600}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;background:linear-gradient(135deg,#fff8f5,#fff 60%,#f5eeff);border:1px solid #f0e0d8;border-radius:24px;padding:clamp(36px,5vw,72px) clamp(32px,5vw,64px);margin-bottom:56px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d;min-height:380px}.hero__content{display:flex;flex-direction:column;gap:0}.hero__image-wrap{width:100%;height:100%;min-height:280px;border-radius:16px;overflow:hidden;background:#f0e0d0}.hero__bg-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.hero__label{font-size:11px;font-weight:800;color:#ff6b35;letter-spacing:3px;text-transform:uppercase;margin-bottom:14px}.hero__title{font-size:clamp(32px,3.5vw,54px);font-weight:900;line-height:1.1;color:#1a1a2e;font-family:Fredoka One,cursive;margin-bottom:20px}.hero__title span{color:#ff6b35}.hero__description{color:#666680;font-size:16px;max-width:480px;margin-bottom:32px;line-height:1.6}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__btn-primary{background:linear-gradient(135deg,#ff6b35,#ff9f1c);border:none;border-radius:12px;padding:14px 32px;color:#fff;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #ff6b3559;font-family:Nunito,sans-serif;transition:opacity .15s}.hero__btn-primary:hover{opacity:.88}.hero__btn-secondary{background:#fff;border:1.5px solid #e0e0ee;border-radius:12px;padding:14px 28px;color:#444460;font-size:15px;font-weight:700;cursor:pointer;font-family:Nunito,sans-serif;transition:border-color .15s,color .15s}.hero__btn-secondary:hover{border-color:#ff6b35;color:#ff6b35}@media (max-width: 768px){.hero{grid-template-columns:1fr}.hero__image-wrap{min-height:200px;order:-1}}.section-title{font-size:22px;font-weight:900;color:#1a1a2e;margin-bottom:20px}.section-subtitle{color:#888;margin-bottom:32px;font-size:15px}.page-title{font-size:28px;font-weight:900;color:#1a1a2e;margin-bottom:8px}.premium-banner{background:linear-gradient(135deg,#fffbeb,#fff8f0);border:1.5px solid #fde68a;border-radius:14px;padding:16px 24px;cursor:pointer;display:flex;align-items:center;gap:16px;margin-bottom:28px;transition:border-color .2s,box-shadow .2s;width:100%;text-align:left;font-family:Nunito,sans-serif;box-shadow:0 2px 8px #f59e0b1a}.premium-banner:hover{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b33}.premium-banner__image{width:56px;height:56px;object-fit:contain;border-radius:10px;background:#fef3c7;flex-shrink:0}.premium-banner__title{color:#92400e;font-weight:800;font-size:15px;margin-bottom:2px}.premium-banner__subtitle{color:#b45309;font-size:12px;font-weight:600}.premium-banner__arrow{margin-left:auto;color:#f59e0b;font-size:20px;font-weight:900}.empty-state{background:#fff;border:1.5px dashed #ddd;border-radius:18px;padding:60px;text-align:center;box-shadow:0 2px 8px #00000008}.empty-state__image{width:80px;height:80px;object-fit:contain;opacity:.4;margin:0 auto 16px;display:block}.empty-state__text{color:#aaa;font-size:16px;font-weight:600}.footer{background:#fff;border-top:1px solid #e8e8f0;padding:28px 32px;text-align:center;color:#aaa;font-size:13px}.footer__logo{width:32px;height:32px;object-fit:contain;opacity:.5;margin-bottom:8px}.footer__text{color:#bbb}@media (max-width: 1024px){.navbar__inner{height:90px}.navbar__logo-img{width:78px;height:78px}.navbar__logo-text{font-size:44px}.navbar__nav-btn{font-size:18px}.navbar__search-placeholder{font-size:16px}.navbar__cart-btn{font-size:18px}.hero{gap:32px;padding:40px 32px;min-height:300px}.hero__title{font-size:clamp(26px,3vw,42px)}}@media (max-width: 768px){.navbar__inner{height:72px;padding:0 20px}.navbar__logo-img{width:52px;height:52px}.navbar__logo-text{font-size:28px}.navbar__nav,.navbar__actions{display:none}.navbar__hamburger{display:flex;margin-left:auto;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:0}.navbar__hamburger-icon{display:flex;flex-direction:column;gap:5px}.navbar__hamburger-icon span{display:block;width:26px;height:3px;background:#1a1a2e;border-radius:3px;transition:all .2s}.navbar__hamburger-icon--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__hamburger-icon--open span:nth-child(2){opacity:0}.navbar__hamburger-icon--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar__mobile-menu{background:#fff;border-top:1px solid #e8e8f0;padding:16px 20px 24px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 24px #00000014}.navbar__mobile-btn{background:none;border:none;cursor:pointer;text-align:left;padding:12px 16px;font-size:17px;font-weight:700;color:#1a1a2e;font-family:Nunito,sans-serif;border-radius:10px;transition:background .15s,color .15s}.navbar__mobile-btn:hover{background:#fff0e8;color:#ff6b35}.navbar__mobile-actions{display:flex;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f5;align-items:center}.navbar__search--mobile{flex:1}.main-content{padding:24px 16px 60px}.hero{grid-template-columns:1fr;gap:24px;padding:28px 24px;min-height:unset;margin-bottom:36px}.hero__image-wrap{min-height:200px;order:-1}.hero__title{font-size:clamp(26px,7vw,38px)}.hero__description{font-size:14px;margin-bottom:20px}.hero__btn-primary,.hero__btn-secondary{padding:12px 20px;font-size:14px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px}.subcategories-grid,.store-grid{grid-template-columns:repeat(2,1fr);gap:12px}.section-title{font-size:18px;margin-bottom:14px}.page-title{font-size:22px}.section-subtitle{font-size:13px;margin-bottom:20px}.breadcrumb__list{padding:8px 12px}.breadcrumb__link,.breadcrumb__current{font-size:12px}.product-card__name{font-size:13px}.product-card__price{font-size:16px}.product-card__btn{padding:6px 10px;font-size:11px}.product-card__body{padding:10px 12px 12px;gap:8px}.premium-banner{padding:12px 16px;gap:12px}.premium-banner__image{width:44px;height:44px}.empty-state{padding:40px 20px}.footer{padding:20px 16px}}@media (max-width: 400px){.products-grid{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__btn-primary,.hero__btn-secondary{width:100%;text-align:center}}@media (min-width: 769px){.navbar__hamburger,.navbar__mobile-menu{display:none}}.carousel{position:relative;width:100%;height:100%;min-height:280px;border-radius:16px;overflow:hidden;background:#f0e0d0}.carousel__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease;border-radius:16px}.carousel__img--active{opacity:1}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;border-radius:50%;width:36px;height:36px;font-size:22px;line-height:1;cursor:pointer;color:#1a1a2e;box-shadow:0 2px 8px #00000026;transition:background .15s,transform .15s;display:flex;align-items:center;justify-content:center;z-index:2}.carousel__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.carousel__arrow--left{left:12px}.carousel__arrow--right{right:12px}.carousel__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .2s,transform .2s;padding:0}.carousel__dot--active{background:#fff;transform:scale(1.3)}.nf-wrapper{min-height:100vh;display:flex;flex-direction:column}.nf-main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px clamp(24px,5vw,80px)}.nf-card{background:#fff;border:1px solid #e8e8f0;border-radius:28px;box-shadow:0 8px 40px #00000014;padding:clamp(40px,6vw,72px) clamp(32px,6vw,80px);max-width:560px;width:100%;text-align:center}.nf-card__code{font-family:Fredoka One,cursive;font-size:clamp(80px,18vw,140px);line-height:1;letter-spacing:-4px;-webkit-user-select:none;user-select:none;margin-bottom:4px;background:linear-gradient(135deg,#f0f0f5 35%,#ff6b35,#f0f0f5 65%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nf-card__divider{width:48px;height:3px;background:linear-gradient(90deg,#ff6b35,#ff9f1c);border-radius:2px;margin:0 auto 24px}.nf-card__title{font-family:Fredoka One,cursive;font-size:clamp(22px,4vw,30px);color:#1a1a2e;margin-bottom:12px}.nf-card__description{font-size:15px;color:#888;line-height:1.6;margin-bottom:36px;max-width:380px;margin-left:auto;margin-right:auto}.nf-card__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width: 480px){.nf-card__actions{flex-direction:column;align-items:stretch}}
