@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap";:root{--color-primary: #65a30d;--color-primary-dark: #4f7c0c;--color-primary-light: #a3e635;--color-secondary: #4f46e5;--color-secondary-dark: #3730a3;--color-secondary-light: #a5b4fc;--color-accent: #fbbf24;--color-accent-dark: #b45309;--color-accent-light: #fde68a;--color-danger: #ef4444;--color-success: #22c55e;--color-info: #0ea5e9;--color-warning: #f59e42;--gray-900: #18181b;--gray-800: #27272a;--gray-700: #3f3f46;--gray-600: #52525b;--gray-500: #71717a;--gray-400: #a1a1aa;--gray-300: #d4d4d8;--gray-200: #e5e7eb;--gray-100: #f4f4f5;--white: #ffffff;--black: #000000;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 2px 6px rgba(0, 0, 0, .04);--shadow-md: 0 6px 18px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .08);--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--transition-fast: .2s ease;--transition: .3s ease;--transition-slow: .5s ease;--bg: #f8f9fa;--bg-gradient: linear-gradient(135deg, #e0fce9 0%, #f8fafc 100%);--surface: #ffffff;--surface-hover: #f4f4f5;--text: #22292f;--text-muted: #6b7280;--text-inverse: #ffffff;--border: #e5e7eb;--overlay: rgba(0, 0, 0, .7);--text-on-primary: #ffffff;--text-on-secondary: #ffffff;--text-on-accent: #ffffff}[data-theme=dark]{--bg: #18181b;--bg-gradient: linear-gradient(135deg, #18181b 0%, #27272a 100%);--surface: #27272a;--surface-hover: #3f3f46;--text: #f4f4f5;--text-muted: #a1a1aa;--text-inverse: #000000;--border: #3f3f46;--overlay: rgba(0, 0, 0, .85);--text-on-primary: #ffffff;--text-on-secondary: #ffffff;--text-on-accent: #000000}:root{--scrollbar-width: 5px;--scrollbar-height: 5px;--scrollbar-track-bg: transparent;--scrollbar-thumb-bg: var(--gray-400);--scrollbar-thumb-hover: var(--color-primary-light);--scrollbar-thumb-radius: 20px;--scrollbar-min-width: 10px;--scrollbar-min-height: 10px}.ui-scroll::-webkit-scrollbar,.modal-content::-webkit-scrollbar,.container-options-menu::-webkit-scrollbar,.genericForm::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--scrollbar-track-bg);min-width:var(--scrollbar-min-width);min-height:var(--scrollbar-min-height)}.ui-scroll::-webkit-scrollbar:vertical,.modal-content::-webkit-scrollbar:vertical,.container-options-menu::-webkit-scrollbar:vertical,.genericForm::-webkit-scrollbar:vertical{width:var(--scrollbar-width);max-width:var(--scrollbar-width)}.ui-scroll::-webkit-scrollbar:horizontal,.modal-content::-webkit-scrollbar:horizontal,.container-options-menu::-webkit-scrollbar:horizontal,.genericForm::-webkit-scrollbar:horizontal{height:var(--scrollbar-height);max-height:var(--scrollbar-height)}.ui-scroll::-webkit-scrollbar-button,.modal-content::-webkit-scrollbar-button,.container-options-menu::-webkit-scrollbar-button,.genericForm::-webkit-scrollbar-button{display:none}.ui-scroll::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb,.container-options-menu::-webkit-scrollbar-thumb,.genericForm::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg);border-radius:var(--scrollbar-thumb-radius);border:2px solid transparent;background-clip:content-box}.ui-scroll::-webkit-scrollbar-thumb:hover,.modal-content::-webkit-scrollbar-thumb:hover,.container-options-menu::-webkit-scrollbar-thumb:hover,.genericForm::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.ui-scroll::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track,.container-options-menu::-webkit-scrollbar-track,.genericForm::-webkit-scrollbar-track{background-color:transparent;border-radius:var(--scrollbar-thumb-radius)}.ui-scroll::-webkit-scrollbar-thumb:active,.modal-content::-webkit-scrollbar-thumb:active,.container-options-menu::-webkit-scrollbar-thumb:active,.genericForm::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-hover);opacity:.8}.ui-scroll{overflow:auto}.ui-sticky{position:sticky!important}.animat-icon-cart{position:fixed;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#dc2626;font-size:1.5rem;z-index:9999;pointer-events:none;transition:all 1.2s cubic-bezier(.4,0,.2,1);opacity:1;transform:scale(2)}.animat-clone{position:fixed;z-index:9999;pointer-events:none;transition:all 1.2s cubic-bezier(.4,0,.2,1)}.animat-particle{position:fixed;pointer-events:none;z-index:9998;font-size:14px;opacity:1;transition:all .8s ease-out}.ui-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-xl);font-weight:600;font-size:.75rem}.ui-badge-inactive{background-color:#dc26261a;color:var(--color-danger)}.ui-badge-active{background-color:#10b9811a;color:var(--color-success)}.ui-badge-paused{background-color:#f59e0b1a;color:var(--color-warning)}.ui-badge-custom{padding:.25rem .75rem;border-radius:var(--radius-xl);font-weight:600;font-size:.75rem}.status-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-weight:800;letter-spacing:.3px;pointer-events:none}.status-badge--off{background:#ef4444;color:#fff;font-size:.56rem;padding:2px 6px;border-radius:999px}.status-badge--out{background:#7c3aed;color:#fff;font-size:.56rem;padding:2px 6px;border-radius:999px}.is-off[data-badge]{position:relative}.is-off[data-badge]:after{content:attr(data-badge);position:absolute;top:-9px;right:-6px;font-size:.52rem;font-weight:800;background:var(--color-danger);border-radius:999px;padding:2px 5px;line-height:1;letter-spacing:.3px;color:#fff!important}.app-modal{width:100vw;height:100dvh;background-color:#00000094;position:fixed;inset:0;display:flex;align-items:center;justify-content:center}.app-sidepanel{width:100vw;height:100dvh;background-color:#00000094;position:fixed;inset:0;display:flex;justify-content:flex-end}.sidepanel-inner{width:400px;height:100%;background-color:var(--surface);box-shadow:var(--shadow-lg);position:relative;display:flex;flex-direction:column;padding:20px}.modal-inner{background:var(--white);border-radius:20px;width:100%;max-width:960px;max-height:92dvh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 32px 80px #00000040}.ui-header-back{background-color:var(--bg);border:1px solid var(--gray-400);border-radius:var(--radius-sm);color:var(--color-danger)}.ui-header-back i{color:var(--color-danger)}.ui-header-back:hover{transform:scale(1.05);color:var(--color-danger);border:1px solid var(--gray-400)}body.mobile .modal-inner,body[data-device=mobile] .modal-inner{max-height:100dvh;height:100dvh;border-radius:0;max-width:100%;width:100%}body.tablet .modal-inner,body[data-device=tablet] .modal-inner{max-width:min(100%,calc(100vw - 2rem));max-height:calc(100dvh - 2rem)}.footer{background:#0f0f14;color:#fff;border-top:1px solid rgba(255,255,255,.07);padding:3rem 0 1.5rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4f46e5,#6366f1,#818cf8,#4f46e5);background-size:200% auto;animation:footerLine 4s linear infinite}@keyframes footerLine{to{background-position:200% center}}.footer__container{padding-bottom:0}.footer__brand{display:flex;flex-direction:column;margin-bottom:1rem}.footer__brand-name{font-size:1.6rem;font-weight:800;letter-spacing:.08em;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.footer__brand-subtitle{font-size:.75rem;color:#fff6;letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.footer__description{font-size:.85rem;color:#ffffff80;line-height:1.7;margin-bottom:1.25rem}.footer__social{display:flex;gap:8px}.footer__social-link{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.footer__social-link:hover{transform:translateY(-3px);color:#fff}.footer__social-link--whatsapp{background:#25d366}.footer__social-link--tiktok{background:#010101;border:1px solid rgba(255,255,255,.1)}.footer__social-link--facebook{background:#1877f2}.footer__social-link--instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.footer__social-link--whatsapp:hover{box-shadow:0 4px 14px #25d36666}.footer__social-link--tiktok:hover{box-shadow:0 4px 14px #ffffff26}.footer__social-link--facebook:hover{box-shadow:0 4px 14px #1877f266}.footer__social-link--instagram:hover{box-shadow:0 4px 14px #dd2a7b66}.footer__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6;margin-bottom:1rem;position:relative;padding-bottom:.6rem}.footer__title:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;border-radius:9999px;background:#4f46e5}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.85rem;color:#ffffff73;text-decoration:none;transition:color .2s ease,padding-left .2s ease;display:inline-block}.footer__link:hover{color:#a5b4fc;padding-left:6px}.footer__input-group{display:flex;gap:0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.footer__input{flex:1;padding:.6rem .9rem;background:#ffffff0d;border:none;color:#fff;font-size:.85rem;outline:none}.footer__input::placeholder{color:#ffffff4d}.footer__button{padding:0 1rem;background:#4f46e5;border:none;color:#fff;font-size:.9rem;cursor:pointer;transition:background .2s ease;flex-shrink:0}.footer__button:hover{background:#3730a3}.footer__contact{display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff73}.footer__contact-item i{color:#6366f1;font-size:.9rem;flex-shrink:0}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.07)}.footer__copyright{font-size:.78rem;color:#ffffff4d;margin:0}.footer__payments{display:flex;align-items:center;gap:10px}.footer__payments img{height:22px;object-fit:contain;opacity:.55;filter:grayscale(30%);transition:opacity .2s ease}.footer__payments img:hover{opacity:1}.infinite-scroll-footer .footer{margin-top:2rem;border-radius:16px;overflow:hidden}.infinite-scroll-footer .footer:before{border-radius:16px 16px 0 0}.header__container{position:fixed;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem 0 2rem;z-index:1000;background:#00000040;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 24px #0000002e}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo img{height:40px;object-fit:contain;transition:transform .3s ease,opacity .3s ease}.header__logo:hover img{transform:scale(1.06);opacity:.85}.nav__list{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.nav--fab{z-index:1001}.nav__item a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 8px;border-radius:10px;text-decoration:none;transition:background .2s ease,transform .2s ease}.nav__item a:hover{background:#ffffff14;transform:translateY(-1px)}.nav__icon{font-size:1.15rem;transition:transform .3s ease,filter .3s ease,color .25s ease}.nav__text{font-size:.72rem;text-transform:uppercase;font-weight:600;letter-spacing:.04em}.nav__item i,.nav__item .nav__text{color:#ffffffbf;transition:color .25s ease}.nav__item.nav__item--active{background-color:#ffffff40;border-radius:.5rem}.nav__item.nav__item--active .nav__icon{transform:scale(1.15);color:var(--home-accent)!important;filter:none}.nav__item.nav__item--active .nav__text{color:var(--home-accent)!important;font-weight:700}.nav__item.nav__item--active a:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:9999px;background:var(--home-accent);box-shadow:none}.nav__icon-wrap{position:relative;display:inline-flex}.nav__badge{position:absolute;top:-6px;right:-8px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid transparent}.floating-cart{position:fixed;bottom:100px;right:20px;z-index:1002}.floating-cart__btn{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;box-shadow:0 8px 25px #dc262666,0 0 0 1px #ffffff1a inset;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:float 3s ease-in-out infinite}.floating-cart__btn:hover{transform:scale(1.1);box-shadow:0 12px 35px #dc262680}.floating-cart__btn:active{transform:scale(.95)}.floating-cart__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.floating-cart__btn i{font-size:1.5rem;color:#fff}.floating-cart__badge{position:absolute;top:-8px;right:-8px;background:#fbbf24;color:#1f2937;font-size:.7rem;font-weight:800;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px #0003;animation:pulse 2s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mobile .floating-cart{bottom:120px;right:15px}.mobile .floating-cart__btn{width:55px;height:55px}.mobile .floating-cart__btn i{font-size:1.3rem}.mobile .floating-cart__badge{min-width:18px;height:18px;font-size:.65rem}.nav__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid transparent;transition:border-color .2s ease}.nav__item a:hover .nav__avatar{border-color:#3b82f6}.mobile .header__container{bottom:0;padding:0;display:block}.tablet .header__container{top:0}.mobile .header__container .container__logo{display:none;bottom:0}.mobile .header__container .nav__list{width:100%;justify-content:space-around;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 -1px #ffffff3f,0 -8px 32px #0006;gap:0;border-top:1px solid rgba(0,0,0,.12);padding:.2rem 0}.mobile .nav__item:nth-child(1){order:3}.mobile .nav__item:nth-child(2){order:2}.mobile .nav__item:nth-child(3){order:1}.mobile .nav__item:nth-child(4){order:4}.mobile .nav__item:nth-child(5){order:5}.mobile .nav__icon{font-size:1.3rem}.mobile .nav__text{font-size:.58rem}.skeleton .swiper-slide{width:200px;margin:.5rem}.skeleton .tienda_producto_item .producto-imagen,.skeleton .tienda_producto_item .producto-titulo,.skeleton .tienda_producto_item .producto-precio,.skeleton .imgItemCategoria,.skeleton .categoria-texto,.skeleton .product-card--skeleton .product-card__skel-line,.skeleton .product-card--skeleton .product-card__badge{border:10px;background-color:#ededed;pointer-events:none;color:transparent;background:linear-gradient(100deg,#fff0 40%,#ffffff80,#fff0 60%) #ededed;background-size:200% 100%;background-position:180% 0;animation:skeleton 1s ease-in-out infinite}.skeleton .pd__gallery img,.skeleton .pd__category,.skeleton .pd__title,.skeleton .pd__sku strong,.skeleton .pd__stars,.skeleton .pd__rating-text,.skeleton .pd__price,.skeleton .pd__price-old,.skeleton .pd__discount,.skeleton .pd__price-note,.skeleton .pd__section-header span,.skeleton .pd__section-header small,.skeleton .pd__section-header strong,.skeleton .pd__sizes .pd__size,.skeleton .pd__variants,.skeleton .pd__variants .variant-item,.skeleton .pd__variants .pd__variant-dot,.skeleton .pd__variants .image-variant,.skeleton .pd__stock-badge,.skeleton .pd__stock-limit,.skeleton .pd__qty-btn,.skeleton .pd__qty-val,.skeleton .pd__btn-cart,.skeleton .pd__btn-view-cart,.skeleton .pd__cart-badge,.skeleton .pd__tab,.skeleton .pd__tab-pane,.skeleton .pd__desc-text,.skeleton .pd__desc-cat-name,.skeleton .pd__guide-label,.skeleton #selectedSize,.skeleton #selectedVariant,.skeleton #productDescText{pointer-events:none;color:transparent!important;border-color:transparent!important;text-shadow:none!important;background:linear-gradient(100deg,#fff0 40%,#ffffff80,#fff0 60%) #ededed;background-size:200% 100%;background-position:180% 0;animation:skeleton 1s ease-in-out infinite}.skeleton .pd__gallery img{min-height:180px;border-radius:18px}.skeleton .pd__title,.skeleton .pd__price,.skeleton .pd__price-old,.skeleton .pd__discount,.skeleton .pd__price-note,.skeleton .pd__stock-badge,.skeleton .pd__stock-limit,.skeleton #productDescText{border-radius:8px}.skeleton .pd__category,.skeleton .pd__sku strong,.skeleton .pd__rating-text,.skeleton .pd__section-header span,.skeleton .pd__section-header small,.skeleton .pd__section-header strong,.skeleton #selectedSize,.skeleton #selectedVariant,.skeleton .pd__tab,.skeleton .pd__cart-badge{border-radius:999px}.skeleton .pd__title{width:70%}.skeleton .pd__category{width:120px}.skeleton .pd__sku strong,.skeleton .pd__rating-text,.skeleton .pd__price-note,.skeleton .pd__stock-limit,.skeleton #selectedSize,.skeleton #selectedVariant{display:inline-block}.skeleton .pd__price{min-width:140px}.skeleton .pd__price-old,.skeleton .pd__discount{min-width:70px}.skeleton .pd__sizes .pd__size,.skeleton .pd__variants .variant-item,.skeleton .pd__variants .pd__variant-dot,.skeleton .pd__variants .image-variant,.skeleton .pd__qty-btn,.skeleton .pd__qty-val,.skeleton .pd__btn-cart,.skeleton .pd__btn-view-cart,.skeleton .pd__tab{box-shadow:none!important}.skeleton .pd__variants .variant-item,.skeleton .pd__variants .pd__variant-dot,.skeleton .pd__variants .image-variant{border-radius:999px}.skeleton .pd__variants{gap:.6rem}.skeleton .pd__variants .variant-item{width:2rem;height:2rem}.skeleton .pd__tab-pane{min-height:120px}.skeleton .pd__close{pointer-events:none;opacity:.5}.skeleton .product-card--skeleton{pointer-events:none;cursor:default;transform:none!important;box-shadow:none!important}.skeleton .product-card--skeleton .product-card__name,.skeleton .product-card--skeleton .product-card__price,.skeleton .product-card--skeleton .product-card__price-old,.skeleton .product-card--skeleton .product-card__qty-val,.skeleton .product-card--skeleton .product-card__size,.skeleton .product-card--skeleton .product-card__btn,.skeleton .product-card--skeleton .product-card__qty-btn{color:transparent!important}.skeleton .product-card--skeleton .product-card__img{min-height:100%}.skeleton .product-card--skeleton .product-card__name{display:flex;flex-direction:column;gap:.3rem}.skeleton .product-card--skeleton .product-card__name .product-card__skel-line{display:block}.skeleton .product-card--skeleton .product-card__btn,.skeleton .product-card--skeleton .product-card__qty-btn,.skeleton .product-card--skeleton .product-card__qty-val,.skeleton .product-card--skeleton .product-card__size,.skeleton .product-card--skeleton .product-card__price,.skeleton .product-card--skeleton .product-card__price-old,.skeleton .product-card--skeleton .product-card__badge{border-color:transparent!important}.skeleton .product-card--skeleton .product-card__skel-line{border-radius:6px}.skeleton .product-card--skeleton .skel-pill{border-radius:999px}.skeleton .product-card--skeleton .skel-h-10{height:10px}.skeleton .product-card--skeleton .skel-h-12{height:12px}.skeleton .product-card--skeleton .skel-w-22{width:22px}.skeleton .product-card--skeleton .skel-w-30{width:30%}.skeleton .product-card--skeleton .skel-w-35{width:35%}.skeleton .product-card--skeleton .skel-w-40{width:40%}.skeleton .product-card--skeleton .skel-w-45{width:45%}.skeleton .product-card--skeleton .skel-w-65{width:65%}.skeleton .product-card--skeleton .skel-w-90{width:90%}.skeleton .product-card--skeleton .skel-w-100{width:100%}@keyframes skeleton{to{background-position:-20% 0}}.desktop .skeleton .swiper-slide{width:900px}.tablet .skeleton .swiper-slide{width:150px}.store-page{width:100%;height:100%;background:var(--bg);padding:1rem}.store-page>.row{min-height:100%;align-items:stretch}.store-page>.row>[class*=col]{display:flex;flex-direction:column}.sidebar{background:var(--white);border-right:1px solid var(--border);overflow:hidden;padding:0!important;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar__header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border);flex-shrink:0}.sidebar__main{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.sidebar__header-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--color-secondary),#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.sidebar__title{font-size:1rem;font-weight:700;color:var(--text);margin:0}.sidebar__subtitle{font-size:.75rem;color:var(--text-muted);margin:0}.sidebar__divider{border-color:var(--border);opacity:.6}.category-list{display:flex;flex-direction:column;gap:5px;padding:2px 0}.category-item{display:flex;align-items:center;gap:.6rem;padding:11px 14px;border-radius:12px;font-size:.875rem;font-weight:500;color:var(--gray-700);text-decoration:none;background:var(--gray-100);border:1.5px solid transparent;transition:all .18s ease;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:44px;overflow:hidden}.category-item__emoji{font-size:1rem;line-height:1;flex-shrink:0;width:22px;text-align:center}.category-item__text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.category-item:hover{background:var(--white);border-color:var(--color-secondary-light);color:var(--color-secondary);box-shadow:0 2px 10px #4f46e51f}.category-item--active{background:linear-gradient(135deg,var(--color-secondary) 0%,#6366f1 100%);border-color:transparent;color:var(--text-on-primary)!important;font-weight:700;box-shadow:0 4px 16px #4f46e559}.category-item--active:hover{box-shadow:0 6px 20px #4f46e573;color:var(--color-secondary)!important}.category-item--sale{background:#fff5f5;border-color:#fecaca;color:#dc2626;font-weight:600}.category-item--sale:hover{background:#fee2e2;border-color:#ef4444;color:#b91c1c;box-shadow:0 2px 10px #ef444426}.category-item__price{font-size:.7rem;font-weight:700;color:var(--color-secondary);background:#4f46e51a;padding:2px 8px;border-radius:9999px;flex-shrink:0;margin-left:auto}.category-item__arrow{font-size:.7rem;color:var(--gray-400);flex-shrink:0;margin-left:auto;transition:transform .18s ease,color .18s ease}.category-item:hover .category-item__arrow{transform:translate(2px);color:var(--color-secondary)}.category-item--active .category-item__arrow{color:#fff9}.category-item--sale .category-item__arrow{color:#fca5a5}a.category-item.is-off{opacity:.5}.category-item.is-off[data-badge]:after{top:0;right:20px}.category-list__divider{margin:10px 2px 6px;padding:0 2px;font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:8px}.category-list__divider:before,.category-list__divider:after{content:"";height:1px;background:#e2e8f0;flex:1}.store-content{padding:0}.store-header{position:sticky;z-index:50;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 12px #0000000d;border-radius:0;top:0}.store-header__left{display:flex;flex-direction:column;gap:.15rem}.store-result-count{font-size:.75rem;color:var(--text-muted);font-weight:500}.store-category-label{font-size:.82rem;font-weight:700;color:var(--text)}.store-btn-menu{display:flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:8px;border:1.5px solid var(--border);background:var(--white);color:var(--text);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.store-btn-menu:hover{background:var(--gray-100)}.store-btn-icon{width:34px;height:34px;border-radius:8px;border:1.5px solid var(--border);background:var(--white);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:.95rem;cursor:pointer;transition:all .2s ease}.store-btn-icon:hover{background:var(--gray-100)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:29999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-overlay.active{display:block}.store-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;gap:.5rem}.store-empty__icon{width:72px;height:72px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--gray-400);margin-bottom:.5rem}.store-empty__title{font-size:1rem;font-weight:700;color:var(--text);margin:0}.store-empty__desc{font-size:.85rem;color:var(--text-muted);margin:0}.store-empty__btn{margin-top:.75rem;padding:.5rem 1.5rem;border-radius:9999px;border:1.5px solid var(--color-secondary);background:transparent;color:var(--color-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.store-empty__btn:hover{background:var(--color-secondary);color:var(--white)}.search-form{display:flex;align-items:center;gap:.5rem}.search-form__input-wrap{position:relative;display:flex;align-items:center}.search-form__icon{position:absolute;left:.85rem;color:var(--gray-400);font-size:.9rem;pointer-events:none}.search-form__input{padding:.5rem 1rem .5rem 2.25rem;border-radius:9999px;border:1.5px solid var(--border);font-size:.9rem;width:220px;background:var(--gray-100);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,width .3s ease;outline:none}.search-form__input:focus{border-color:var(--color-secondary);background:var(--white);box-shadow:0 0 0 3px #4f46e51a;width:280px}.search-form__btn-filter{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.search-form__btn-filter:hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--white)}.product-grid{position:relative;padding:.2rem;min-height:200px}.product-card{background:var(--white);border-radius:10px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:transparent}.product-card__img-wrap{position:relative;width:100%;aspect-ratio:3/4;max-height:240px;overflow:hidden;background:var(--gray-100)}.product-card__img-wrap.is-loading:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200, #e5e7eb) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:img-shimmer 1.4s ease infinite}.product-card__img-wrap.is-loading .product-card__img{opacity:0}.product-card__img-wrap:not(.is-loading) .product-card__img{opacity:1;transition:opacity .25s ease,transform .4s ease}@keyframes img-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card__name-overlay{position:absolute;bottom:0;left:0;right:0;padding:.45rem .6rem;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-card__name{font-size:.75rem;font-weight:600;color:#fff;margin:0;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-card__img{width:100%;height:100%;object-fit:cover;display:block}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:7px;right:7px;background:var(--gray-900);color:#fff;font-size:.58rem;font-weight:700;padding:2px 7px;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;z-index:1}.product-card__badge--offer{background:#ef4444;display:none}.product-card__badge--stock.out{background-color:#fef2f2;color:#b91c1c}.product-card__badge--stock.ok{background-color:#d1fae5;color:#065f46}.product-card__sizes{display:flex;gap:6px;row-gap:8px;flex-wrap:wrap;margin-top:.35rem;padding-top:2px}.product-card__size{min-width:2rem;height:1.5rem;border-radius:5px;margin:0 .1rem;border:1.5px solid var(--border);background:var(--white);color:var(--text);font-size:.65rem;font-weight:700;cursor:pointer;transition:all .15s ease}.product-card__size:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.product-card__size-wrap{position:relative;display:inline-flex;padding-top:6px}.product-card__size.active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.product-card__btn:disabled{background:var(--gray-300);cursor:not-allowed;opacity:.6}.product-card__body{padding:.6rem .7rem .7rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-card__pricing{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.product-card__price{font-size:.88rem;font-weight:800;color:var(--text);line-height:1}.product-card__price--offer{color:#ef4444}.product-card__price-old{font-size:.68rem;color:var(--gray-400);text-decoration:line-through;font-weight:400}.product-card__btn{flex-shrink:0;height:30px;padding:0 .65rem;border-radius:8px;border:none;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.3rem;transition:background .2s ease,transform .15s,box-shadow .2s;box-shadow:0 3px 10px #65a30d4d;white-space:nowrap}.product-card__btn:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 5px 14px #65a30d66}.product-card__actions{display:flex;flex-direction:row;align-items:center;gap:.4rem;margin-top:.35rem}.product-card__qty{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:8px;overflow:hidden;flex:1}.mobile .product-card__qty-btn{width:22px;height:26px;font-size:.85rem}.mobile .product-card__qty-val{font-size:.7rem}.product-card__qty-val span.ok{color:var(--color-success)}.product-card__qty-val span.out{color:var(--color-danger)}.mobile .product-card__btn{height:30px;padding:0 .7rem;font-size:.7rem}.mobile .product-card__btn i{display:none}.mobile .product-card__btn span{font-size:.7rem}.product-card__qty-btn{width:28px;height:30px;border:none;background:var(--gray-100);color:var(--text);font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.product-card__qty-btn:hover{background:var(--gray-200)}.product-card__qty-val{flex:1;text-align:center;font-size:.78rem;font-weight:700;color:var(--text);-webkit-user-select:none;user-select:none}.sidebar__social{margin-top:1.25rem;padding:1rem;border-radius:14px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe}.sidebar__social-header{display:flex;flex-direction:column;gap:2px;margin-bottom:.85rem}.sidebar__social-title{font-size:.875rem;font-weight:700;color:var(--text)}.sidebar__social-sub{font-size:.75rem;color:var(--text-muted)}.social-links{display:flex;gap:8px}.social-link{flex:1;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.social-link--facebook{background:#1877f2}.social-link--instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.social-link--tiktok{background:#010101}.social-link--whatsapp{background:#25d366}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-close-sidebar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1.5px solid var(--border);background:var(--gray-100);color:var(--text);font-size:.9rem;cursor:pointer;transition:all .2s ease;margin-left:auto;flex-shrink:0}.btn-close-sidebar:hover{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.store-category{text-align:center;padding:.5rem}.store-category .ui-badge{background-color:#52f21878;width:80%}.store-header__toolbar{padding:.75rem 1rem}.mobile .store-header{width:100%;overflow:hidden;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.mobile .store-header__toolbar{padding:.75rem 1rem .1rem}.mobile .sidebar{position:fixed;top:0;left:0;width:280px;height:100%;transform:translate(-100%);transition:all .3s ease;z-index:30000;box-shadow:4px 0 24px #0000001f}.mobile .sidebar.active{transform:translate(0)}.mobile li.breadcrumb-item{display:none}.mobile li.breadcrumb-item:before{display:none}.mobile .store-result-count,.mobile .search-form__input-wrap,.tablet .store-btn-menu,.desktop .store-btn-menu,.tablet .store-category,.desktop .store-category{display:none}.menu-backdrop{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:29999}.mobile #categorySidebar.active~.menu-backdrop{display:flex}.pd{--pd-select-color: #0f766e;--pd-select-color-soft: #ccfbf1;--pd-select-color-contrast: #ffffff;--pd-select-ring: rgba(15, 118, 110, .35);display:flex;flex-direction:column;height:100%;overflow:hidden}.pd__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);flex-shrink:0;gap:1rem;background:var(--white)}.pd__header-left{display:flex;flex-direction:column;gap:.1rem;overflow:hidden}.pd__category{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary)}.pd__title{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd__close{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--gray-200);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:.95rem;cursor:pointer;color:var(--gray-500);transition:background .2s,color .2s,border-color .2s}.pd__close:hover{background:var(--color-danger);border-color:var(--color-danger);color:var(--white)}.pd__body{display:grid;grid-template-columns:5fr 6fr;flex:1;min-height:0;min-width:0;overflow:hidden}.pd__gallery{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;background:var(--gray-100);min-width:0;overflow:hidden}.pd__swiper-main{border-radius:14px;width:100%;max-width:100%;min-width:0;overflow:hidden;flex:1;min-height:0}.pd__swiper-main .swiper-wrapper,.pd__swiper-main .swiper-slide,.pd__swiper-thumbs .swiper-wrapper{min-width:0}.pd__swiper-main .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block}.pd__swiper-main .swiper-slide{aspect-ratio:3 / 4}.pd__swiper-thumbs{flex-shrink:0}.pd__swiper-thumbs .swiper-slide{width:60px!important;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.55;transition:opacity .2s,border-color .2s}.pd__swiper-thumbs .swiper-slide-thumb-active{border-color:var(--color-primary);opacity:1}.pd__swiper-thumbs .swiper-slide img{width:100%;height:100%;object-fit:cover}.pd__info{display:flex;flex-direction:column;gap:1.1rem;padding:1.5rem;min-width:0;overflow-y:auto}.pd__meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pd__sku{font-size:.72rem;color:var(--gray-400)}.pd__sku strong{color:var(--gray-600)}.pd__rating{display:flex;align-items:center;gap:.35rem}.pd__stars{color:var(--color-accent);font-size:.8rem;letter-spacing:1px}.pd__rating-text{font-size:.7rem;color:var(--gray-400)}.pd__pricing{display:flex;flex-direction:column;gap:.2rem;padding:1rem;background:linear-gradient(135deg,#f0fdf4,#f8fafc);border-radius:12px;border:1px solid #d1fae5}.pd__price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pd__price{font-size:2rem;font-weight:800;color:var(--color-primary-dark);line-height:1}.pd__price-old{font-size:1rem;color:var(--gray-400);text-decoration:line-through;font-weight:400}.pd__discount{background:var(--color-danger);color:var(--white);font-size:.68rem;font-weight:700;padding:.2rem .55rem;border-radius:20px}.pd__price-note{font-size:.7rem;color:var(--gray-400);margin:0}.pd__section{display:flex;flex-direction:column;gap:.5rem}.pd__section-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em}.pd__section-header a,.pd__section-header small{font-weight:500;color:var(--color-primary);text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-transform:none;letter-spacing:0;font-size:.72rem;cursor:pointer;transition:color .15s}.pd__section-header a:hover{color:var(--color-primary-dark)}.pd__sizes{display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:0}.pd__size{min-width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--gray-300);border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease;padding:0 .7rem;color:var(--gray-700);background:var(--white);-webkit-user-select:none;user-select:none}.pd__size:hover{border-color:var(--pd-select-color);color:var(--pd-select-color);background:var(--pd-select-color-soft)}.pd__size.active{background:var(--pd-select-color);border-color:var(--pd-select-color);color:var(--pd-select-color-contrast);box-shadow:0 4px 12px var(--pd-select-ring)}.pd__stock{display:flex;align-items:center;gap:.75rem}.pd__stock-badge{font-size:.72rem;padding:.3rem .68rem;letter-spacing:.03em;text-transform:uppercase}.pd__stock-badge.ui-badge{border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.pd__stock-badge.ui-badge-active{background-color:#16a34a24;color:#166534;border-color:#16a34a47}.pd__stock-badge.ui-badge-inactive{background-color:#dc262624;color:#991b1b;border-color:#dc26264d}.pd__stock-badge.ui-badge-paused{background-color:#f59e0b24;color:#92400e;border-color:#f59e0b4d}.pd__stock-limit{font-size:.75rem;color:var(--gray-400)}.pd__actions{display:flex;align-items:center;gap:.75rem}.pd__qty{display:flex;align-items:center;border:1.5px solid var(--gray-300);border-radius:12px;overflow:hidden;flex-shrink:0}.pd__qty-btn{width:40px;height:46px;border:none;background:var(--gray-100);font-size:1.2rem;font-weight:600;cursor:pointer;color:var(--gray-700);transition:background .15s;display:flex;align-items:center;justify-content:center}.pd__qty-btn:hover{background:var(--gray-200)}.pd__qty-val{min-width:46px;width:auto;height:46px;padding:0 .5rem;text-align:center;border:none;border-left:1.5px solid var(--gray-300);border-right:1.5px solid var(--gray-300);font-size:clamp(.72rem,1.8vw,.95rem);font-weight:700;background:var(--white);color:var(--gray-900);display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;white-space:nowrap}.pd__btn-cart{flex:1;height:46px;background:var(--color-primary);color:var(--white);border:none;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #65a30d4d}.pd__btn-cart:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 18px #65a30d66}.pd__btn-cart:active{transform:translateY(0)}.pd__btn-cart.pd__btn-cart--icon{flex:none;width:46px;padding:0}.pd__btn-view-cart{position:relative;flex-shrink:0;width:46px;height:46px;background:#7c3aed;color:var(--white);border:none;border-radius:12px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #7c3aed59}.pd__btn-view-cart:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 6px 18px #7c3aed73}.pd__btn-view-cart:active{transform:translateY(0)}.pd__cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;background:var(--color-danger);color:var(--white);font-size:.62rem;font-weight:700;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;pointer-events:none}.pd__tabs{border-top:1px solid var(--gray-200);padding-top:1rem;margin-top:.25rem}.pd__tabs-nav{display:flex;gap:0;border-bottom:1.5px solid var(--gray-200);margin-bottom:1rem}.pd__tab{background:none;border:none;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;color:var(--gray-400);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1.5px;transition:color .2s,border-color .2s}.pd__tab:hover{color:var(--gray-700)}.pd__tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.pd__tab-content{font-size:.85rem;color:var(--gray-600);line-height:1.65;display:grid;grid-template-rows:1fr}.pd__tab-pane{grid-row:1;grid-column:1;visibility:hidden;opacity:0;height:0;overflow:hidden;transition:opacity .2s}.pd__tab-pane.active{visibility:visible;opacity:1;height:auto;overflow:visible}.pd__desc-text{font-size:.84rem;color:var(--gray-700);line-height:1.75;margin:0 0 .75rem;padding:.85rem 1rem;background:#f8fafc;border-left:3px solid var(--color-primary);border-radius:0 10px 10px 0;white-space:pre-line}.pd__desc-cat{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:var(--gray-100);border-radius:10px;margin-bottom:.75rem}.pd__desc-cat-img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--white);box-shadow:0 2px 6px #0000001f;flex-shrink:0}.pd__desc-cat-name{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500)}.pd__desc-img{width:100%;border-radius:10px;object-fit:cover;display:block;margin-bottom:.75rem}.pd__guide{margin-top:.5rem}.pd__guide-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin:0 0 .4rem}.pd__tab-empty{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem 1rem;color:var(--gray-400);text-align:center}.pd__tab-empty i{font-size:1.6rem}.pd__tab-empty p{font-size:.8rem;margin:0}#pd-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.pd-lightbox__overlay{position:absolute;inset:0;background:#000000eb}.pd-lightbox__inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pd-lightbox__close{position:absolute;top:1rem;right:1rem;z-index:10;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pd-lightbox__close:hover{background:#ffffff40}.pd-lightbox__swiper{position:relative;width:100%;height:100%}.pd-lightbox__swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.pd-lightbox__swiper .swiper-slide img{max-width:100%;max-height:100dvh;object-fit:contain;display:block}.pd-lightbox__swiper .swiper-button-next,.pd-lightbox__swiper .swiper-button-prev{color:#fff}.pd-lightbox__swiper .swiper-pagination-bullet-active{background:#fff}.pd__review-form{display:flex;flex-direction:column;gap:.6rem}#reviewText{width:100%;min-height:90px;border:1.5px solid var(--gray-300);border-radius:10px;padding:.6rem .85rem;font-size:.85rem;resize:vertical;outline:none;transition:border-color .2s;font-family:inherit}#reviewText:focus{border-color:var(--color-primary)}#submitReview{align-self:flex-end;padding:.45rem 1.4rem;background:var(--color-primary);color:var(--white);border:none;border-radius:8px;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .2s}#submitReview:hover{background:var(--color-primary-dark)}.mobile .pd__actions{position:sticky;bottom:0;background:var(--white);padding:.75rem 1rem;margin:0 -1rem -1rem;border-top:1px solid var(--gray-200);box-shadow:0 -4px 16px #00000014;z-index:10;gap:.5rem}.mobile .pd__qty-btn{width:32px;height:40px}.mobile .pd__qty-val{min-width:44px;width:auto;max-width:74px;height:40px;padding:0 .35rem;font-size:.74rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile .pd__qty{min-width:0;border-right:none;border-radius:12px 0 0 12px}.mobile .pd__btn-cart{height:40px;font-size:.82rem;white-space:nowrap;border-radius:0 12px 12px 0;margin-left:-1px}.mobile .pd__btn-view-cart{width:40px;height:40px;font-size:1rem}.tablet .pd__body{grid-template-columns:minmax(0,4.5fr) minmax(0,5.5fr)}.tablet .pd__gallery{padding:1rem}.tablet .pd__info{padding:1.15rem}.tablet .pd__price{font-size:1.8rem}.mobile .pd__body{grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow-y:auto;overflow-x:hidden}.mobile .pd__gallery{padding:.75rem;min-height:320px;height:360px;flex-shrink:0}.mobile .pd__swiper-main{flex:1;min-height:0}.mobile .pd__swiper-thumbs{display:none}.mobile .pd__swiper-main .swiper-slide{aspect-ratio:unset;height:100%}.mobile .pd__swiper-thumbs .swiper-slide{width:50px!important;height:50px}.mobile .pd__info{overflow-y:visible;padding:1rem}.mobile .pd__price{font-size:1.6rem}.mobile .pd__title{font-size:.95rem}.pd__section .variant-item--dot{border-radius:50%}.pd__section .variantOptions{display:flex}.pd__section .pd__variants{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0}.pd__section .variant-item{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:.7rem;border:1.5px solid transparent;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pd__section .variant-item--img{overflow:visible;min-width:2.08rem;min-height:3.08rem}.pd__section .variant-item--img.is-loading:before{content:"";position:absolute;inset:0;border-radius:.48rem;background:linear-gradient(100deg,#fff0 40%,#ffffff8c,#fff0 60%) #e5e7eb;background-size:200% 100%;background-position:180% 0;animation:variantSilhouetteShimmer 1s ease-in-out infinite;z-index:1}.pd__section .variant-item--img .variant-loading-indicator{display:none}.pd__section .variant-item--img.is-loading .variant-loading-indicator{position:absolute;left:50%;top:50%;width:.9rem;height:.9rem;border-radius:50%;border:2px solid rgba(148,163,184,.4);border-top-color:#475569d9;transform:translate(-50%,-50%);animation:variantSilhouetteSpin .85s linear infinite;z-index:2;display:inline-block;pointer-events:none}.pd__section .variant-item--img.is-loading .image-variant{opacity:0}.pd__section .variant-item.is-off[data-badge]:after{right:-.35rem;top:-.55rem;font-size:.54rem;z-index:3;white-space:nowrap;border:1.5px solid rgba(255,255,255,.85)}.pd__section .variant-item:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1c;border-color:var(--pd-select-color)}.pd__section .image-variant{width:2rem;height:3rem;object-fit:cover;border-radius:.48rem;background:#fff;padding:1px;transition:transform .18s ease}.pd__section .variant-item--img .image-variant{opacity:1;transition:opacity .18s ease}.pd__section .pd__variant-dot{width:2rem;height:2rem;border-radius:50%;border:2px solid rgba(255,255,255,.95);box-shadow:0 0 0 1px #94a3b873;outline:none}.pd__section .variant-item .pd__variant-dot:hover,.pd__section .variant-item .pd__variant-dot.active{transform:none;outline-color:transparent}.pd__section .variant-active{transform:translateY(-1px) scale(1.05);z-index:2;border-width:2px;border-style:solid;border-color:var(--pd-select-color);box-shadow:0 0 0 3px #0f766e29,0 8px 16px #0f172a24}.pd__section .variant-active .pd__variant-dot{box-shadow:0 0 0 1px #94a3b873}.pd__section .variant-active .image-variant{border:1px solid rgba(15,118,110,.28)}.pd__section .variant-selected-badge--solo{position:absolute;right:-.32rem;bottom:-.32rem;width:1.08rem;height:1.08rem;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--pd-select-color);color:var(--pd-select-color-contrast);font-size:.68rem;font-weight:800;line-height:1;border:2px solid #ffffff;box-shadow:0 4px 10px #0f172a47;z-index:8;pointer-events:none}.pd__section .variant-item.is-off .image-variant,.pd__section .variant-item.is-off .pd__variant-dot{filter:grayscale(.95);opacity:.62}.pd__section .variant-item.is-off:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#2a0f0f}.mobile .pd__section .pd__variants{gap:.45rem}.mobile .pd__section .variant-item{width:2.5rem;height:2.5rem}.mobile .pd__section .image-variant{width:2.15rem;height:2.15rem}.mobile .pd__section .pd__variant-dot{width:1.85rem;height:1.85rem}@keyframes variantSilhouetteShimmer{to{background-position:-20% 0}}@keyframes variantSilhouetteSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.mabex-page{overflow-x:hidden}.mabex-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:url(../../assets/images/bg-hero-vs1.jpg.jpg) center/cover no-repeat}.mabex-hero__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#0f0f1ee0,#1e143cd1)}.mabex-hero__content{position:relative;z-index:1;padding:2rem 1rem}.mabex-hero__logo{width:120px;filter:brightness(0) invert(1);margin-bottom:1.5rem;opacity:.9}.mabex-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#a5b4fc;background:#6366f126;border:1px solid rgba(99,102,241,.3);padding:4px 14px;border-radius:9999px;margin-bottom:1.25rem}.mabex-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.02em}.mabex-hero__desc{font-size:clamp(.95rem,2vw,1.15rem);color:#ffffffa6;max-width:520px;margin:0 auto 2rem;line-height:1.7}.mabex-hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;border:1.5px solid rgba(255,255,255,.3);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14}.mabex-hero__btn:hover{background:#ffffff26;border-color:#ffffff80;color:#fff}.mabex-section{padding:5rem 0}.mabex-section--light{background:#f8f9fa}.mabex-section__eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#4f46e5;margin-bottom:.75rem}.mabex-section__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#18181b;margin-bottom:.75rem;letter-spacing:-.02em}.mabex-section__subtitle{font-size:.95rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.7}.mabex-section__lead{font-size:1.05rem;font-weight:600;color:#18181b;margin-bottom:.75rem}.mabex-section__text{font-size:.9rem;color:#6b7280;line-height:1.8;margin-bottom:1rem}.mabex-img-card{height:420px;border-radius:20px;background:url(../../assets/images/bg-home-seccion_1.jpg.jpg) center/cover no-repeat;box-shadow:0 20px 60px #0000001f}.mabex-highlight{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border-radius:12px;background:#f0f0ff;border:1px solid #e0e7ff;font-size:.88rem;font-weight:600;color:#3730a3;margin-top:1.5rem}.mabex-highlight__icon{font-size:1.1rem;color:#4f46e5;flex-shrink:0}.mabex-value-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000d;transition:transform .25s ease,box-shadow .25s ease;height:100%}.mabex-value-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #4f46e51f;border-color:#c7d2fe}.mabex-value-card__icon-wrap{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#6366f1);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;margin:0 auto 1.1rem}.mabex-value-card__title{font-size:1rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.mabex-value-card__text{font-size:.85rem;color:#6b7280;line-height:1.7;margin:0}.mabex-fabric-card{display:flex;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000d;background:#fff;transition:transform .25s ease,box-shadow .25s ease;height:100%;text-align:left}.mabex-fabric-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.mabex-fabric-card__img{width:42%;flex-shrink:0;background-size:cover;background-position:center;min-height:200px}.mabex-fabric-card__body{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.mabex-fabric-card__title{font-size:1.1rem;font-weight:700;color:#18181b;margin:0}.mabex-fabric-card__text{font-size:.85rem;color:#6b7280;line-height:1.7;margin:0}.mabex-fabric-card__tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;background:#4f46e514;padding:3px 10px;border-radius:9999px;margin-top:.25rem;width:fit-content}.mabex-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000d;transition:transform .25s ease,box-shadow .25s ease;height:100%}.mabex-product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.mabex-product-card__img-wrap{position:relative;overflow:hidden;height:280px}.mabex-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.mabex-product-card:hover .mabex-product-card__img{transform:scale(1.06)}.mabex-product-card__badge{position:absolute;top:10px;left:10px;background:#4f46e5;color:#fff;font-size:.65rem;font-weight:700;padding:3px 10px;border-radius:9999px;text-transform:uppercase;letter-spacing:.06em}.mabex-product-card__body{padding:1.25rem;text-align:left}.mabex-product-card__title{font-size:1rem;font-weight:700;color:#18181b;margin-bottom:.35rem}.mabex-product-card__text{font-size:.83rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}.mabex-product-card__btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:#4f46e5;text-decoration:none;transition:gap .2s ease}.mabex-product-card__btn:hover{gap:.65rem;color:#3730a3}.mabex-cta{position:relative;padding:6rem 0;background:url(../../assets/images/bg-hero-vs1.jpg.jpg) center/cover no-repeat}.mabex-cta__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#4f46e5eb,#6366f1e0)}.mabex-cta__content{position:relative;z-index:1}.mabex-cta__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.mabex-cta__desc{font-size:.95rem;color:#ffffffbf;margin-bottom:2rem}.mabex-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border-radius:9999px;background:#fff;color:#4f46e5;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #00000026}.mabex-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0003;color:#3730a3}.tablet .mabex-fabric-card,.mobile .mabex-fabric-card{flex-direction:column}.tablet .mabex-fabric-card__img,.mobile .mabex-fabric-card__img{width:100%;min-height:220px}.tablet .mabex-section{padding:4rem 0}.tablet .mabex-img-card{height:320px}.tablet .mabex-product-card__img-wrap{height:250px}.mobile .mabex-section{padding:3.5rem 0}.mobile .mabex-img-card{height:280px}.mobile .mabex-product-card__img-wrap{height:220px}:root{--home-ink: #122031;--home-muted: #5c6d80;--home-paper: #f2f6f8;--home-accent: #086788;--home-accent-dark: #06516b;--home-glow: rgba(8, 103, 136, .2);--home-border: rgba(18, 32, 49, .12)}.home-page{background:radial-gradient(circle at 10% 8%,rgba(255,179,71,.26),transparent 32%),radial-gradient(circle at 88% 3%,rgba(8,103,136,.25),transparent 36%),linear-gradient(180deg,#f9fcff,#edf3f7 60%,#f8fbfd);color:var(--home-ink);padding-bottom:3rem}.section-gap{padding:3.5rem 0}.home-hero{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;position:relative;display:grid;align-items:center;overflow:hidden;background:url(./bg-home-vs1-juRzIed3.jpg) center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(110deg,#050a14cc,#050a144d)}.home-hero__content{position:relative;z-index:1;color:#f5fbff;max-width:720px;text-align:left}.hero-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:#ffd79d;margin-bottom:.7rem}.hero-title{font-size:clamp(2.15rem,5.2vw,4rem);line-height:1.08;font-weight:700;margin-bottom:.95rem}.hero-desc{margin:0;max-width:60ch;font-size:clamp(.98rem,2.2vw,1.15rem);color:#f5fbffe6}.hero-cta{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:.8rem}.btn-hero-primary,.btn-hero-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;padding:.8rem 1.5rem;font-weight:700;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.btn-hero-primary{background:var(--home-accent);border:1px solid transparent;color:#fff;box-shadow:0 10px 28px var(--home-glow)}.btn-hero-primary:hover{color:#fff;background:var(--home-accent-dark);transform:translateY(-2px)}.btn-hero-outline{background:#ffffff1f;border:1px solid rgba(255,255,255,.4);color:#fff}.btn-hero-outline:hover{color:#fff;transform:translateY(-2px);background:#fff3}.hero-trust{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.9rem}.hero-trust span{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;padding:.45rem .7rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.24)}.hero-scroll-hint{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:2;display:inline-flex;flex-direction:column;align-items:center;gap:.2rem;background:none;border:none;cursor:pointer;padding:0;color:#f5fbffe6;text-shadow:0 4px 16px rgba(5,10,20,.4);animation:homeScrollHintFloat 1.6s ease-in-out infinite}.hero-scroll-hint__text{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:lowercase}.hero-scroll-hint i{font-size:1.2rem}.hero-scroll-hint:hover{color:#fff}@keyframes homeScrollHintFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}body.desktop .home-hero__content,body[data-device=desktop] .home-hero__content{text-align:left;margin-left:3rem}body.desktop .hero-cta,body[data-device=desktop] .hero-cta,body.desktop .hero-trust,body[data-device=desktop] .hero-trust{justify-content:flex-start}.section-head{margin-bottom:1rem}.section-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--home-accent);margin:0}.section-title{margin:.35rem 0 0;font-size:clamp(1.45rem,3.1vw,2rem);color:var(--home-ink)}.home-benefits__grid,.collections-grid,.testimonials-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-card,.collection-card,.testimonial-card{background:#ffffffc7;border:1px solid var(--home-border);border-radius:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.benefit-card{padding:1rem;box-shadow:0 10px 24px #1220310f}.benefit-card i{font-size:1.4rem;color:var(--home-accent)}.benefit-card h3{margin:.7rem 0 .35rem;font-size:1.08rem}.benefit-card p{margin:0;color:var(--home-muted)}.home-categories-swiper,.home-top-products-swiper,.home-testimonials-swiper{padding:.25rem 0 2rem}.home-categories-swiper .swiper-slide,.home-top-products-swiper .swiper-slide,.home-testimonials-swiper .swiper-slide{height:auto}.home-categories-swiper .swiper-slide{display:flex}.home-categories-swiper__pagination,.home-top-products-swiper__pagination,.home-testimonials-swiper__pagination{position:relative;bottom:0!important;margin-top:.55rem}.home-categories-swiper__pagination .swiper-pagination-bullet,.home-top-products-swiper__pagination .swiper-pagination-bullet,.home-testimonials-swiper__pagination .swiper-pagination-bullet{width:9px;height:9px;opacity:.8;background:#96b4c2}.home-categories-swiper__pagination .swiper-pagination-bullet-active,.home-top-products-swiper__pagination .swiper-pagination-bullet-active,.home-testimonials-swiper__pagination .swiper-pagination-bullet-active{background:var(--home-accent)}.collection-card{position:relative;overflow:hidden;height:100%;width:100%;display:flex;flex-direction:column;border-radius:24px;border:1px solid rgba(18,32,49,.1);background:linear-gradient(180deg,#fffffff5,#f6fafcfa);box-shadow:0 18px 44px #12203114;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px #12203124;border-color:#0867882e}.collection-card__media{position:relative;height:170px;background-size:cover;background-position:center}.collection-card__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#07121b14,#07121b29 38%,#07121b94)}.collection-card__media-top{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;z-index:1}.collection-card__pill,.collection-card__index{display:inline-flex;align-items:center;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.collection-card__pill{padding:.42rem .72rem;background:#ffffff2e;border:1px solid rgba(255,255,255,.32);color:#fff;font-size:.68rem;letter-spacing:.04em;text-transform:lowercase;font-weight:700}.collection-card__index{min-width:2.5rem;justify-content:center;padding:.42rem .65rem;background:#ffffffd6;color:#173142;font-size:.78rem;font-weight:800}.collection-card__media--a{background-image:linear-gradient(160deg,#1220311a,#12203173),url(../../../assets/images/img-categoria-seccion-mabex-polera.jpg)}.collection-card__media--b{background-image:linear-gradient(160deg,#12203114,#1220316b),url(../../../assets/images/seccion-mabex-material1.jpg)}.collection-card__media--c{background-image:linear-gradient(160deg,#1220311a,#12203173),url(../../../assets/images/seccion-mabex-material2.jpg)}.collection-card__body{padding:.9rem .95rem;display:flex;flex-direction:column;flex:1;gap:0}.collection-card__body h3{margin:0;font-size:1.05rem;line-height:1.05;color:#122031;text-transform:lowercase}.collection-card__body p{margin:.2rem 0 .45rem;color:var(--home-muted)}.collection-card__desc-wrap{height:3.4rem;margin:.18rem 0 .55rem;overflow:hidden}.collection-card__desc{margin:0;line-height:1.2;color:#5c6d80;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;font-size:.78rem;text-overflow:ellipsis;text-transform:lowercase}.collection-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding-top:0}.collection-card__link{color:var(--home-accent-dark);font-weight:700;text-decoration:none;font-size:.9rem;text-transform:lowercase}.collection-card__link:hover{color:#04384a}.collection-card__link-icon{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e3f1f6;color:#0c5b76;font-size:.92rem;font-weight:800}.home-top-products{padding-top:0}.home-product-card{border:1px solid #c8d9e2;border-radius:20px;overflow:hidden;height:100%;box-shadow:0 12px 28px #1220311a;display:flex;flex-direction:column}.home-product-card--a{background:linear-gradient(165deg,#f7fbff,#ebf4fb)}.home-product-card--b{background:linear-gradient(165deg,#f9fff8,#eaf8ed)}.home-product-card--c{background:linear-gradient(165deg,#fffaf3,#fff1df)}.home-product-card__top{display:flex;justify-content:space-between;align-items:center;padding:.8rem .95rem 0}.home-product-card__rank{font-size:.82rem;font-weight:800;color:#1b3b4d;background:#ffffffbf;border:1px solid rgba(18,32,49,.12);border-radius:999px;padding:.22rem .52rem}.home-product-card__body{padding:.7rem .95rem 1rem}.home-product-card__badge{display:inline-flex;font-size:.72rem;font-weight:700;color:#0a4d66;background:#dff5ff;border-radius:999px;padding:.22rem .55rem}.home-product-card__media{width:100%;height:120px;border-radius:14px;margin-bottom:.65rem;background-size:cover;background-position:center;border:1px solid rgba(18,32,49,.08)}.home-product-card__media--a{background-image:linear-gradient(165deg,#12203114,#12203157),url(../../../assets/images/seccion-mabex-material1.jpg)}.home-product-card__media--b{background-image:linear-gradient(165deg,#1220311a,#12203161),url(../../../assets/images/img-categoria-seccion-mabex-polera.jpg)}.home-product-card__media--c{background-image:linear-gradient(165deg,#1220311a,#12203166),url(../../../assets/images/seccion-mabex-material2.jpg)}.home-product-card__body h3{margin:.55rem 0 .2rem;font-size:1.06rem}.home-product-card__body p{margin:0;color:var(--home-muted);font-size:.93rem}.home-product-card__meta{margin-top:.55rem;display:flex;flex-wrap:wrap;gap:.42rem}.home-product-card__meta span{font-size:.74rem;font-weight:600;color:#385364;padding:.18rem .45rem;border-radius:999px;background:#ffffffd9;border:1px solid rgba(18,32,49,.12)}.home-product-card__body a{display:inline-block;margin-top:.72rem;font-weight:700;color:var(--home-accent-dark)}.home-product-card--dynamic{background:linear-gradient(165deg,#f7fbff,#edf5fb)}.home-product-card__photo{width:100%;height:170px;border-radius:14px;margin-bottom:.65rem;background:#dbe8f1 center/cover no-repeat;border:1px solid rgba(18,32,49,.08)}.home-product-card__category{margin:0;font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#4f6a7b;font-weight:700}.home-product-card__price-wrap{margin-top:.45rem;display:flex;align-items:center;gap:.45rem}.home-product-card__price{color:#0f3e53;font-size:1.02rem}.home-product-card__old-price{font-size:.84rem;text-decoration:line-through;color:#7f95a3}.home-promo__inner{padding:2rem;border-radius:22px;color:#fff;background:radial-gradient(circle at 90% 20%,rgba(255,193,7,.36),transparent 42%),linear-gradient(120deg,#0d3a50,#086788);box-shadow:0 14px 40px #08678859}.home-promo__tag{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:#ffe4a8}.home-promo__inner h2{margin:.6rem 0 .4rem}.home-promo__inner p{margin-bottom:1.2rem}.testimonial-card{margin:0;padding:1rem;color:#203547;font-size:.95rem;line-height:1.4}.testimonial-card cite{margin-top:.8rem;display:block;font-style:normal;font-weight:700}.home-testimonials-swiper .testimonial-card{border:1px solid var(--home-border);background:#ffffffe0;min-height:164px}.home-final-cta{padding:2.2rem 0 0}.home-final-cta__inner{border:1px solid var(--home-border);border-radius:22px;padding:2rem;text-align:center;background:#ffffffdb}.home-final-cta__inner h2{margin:0}.home-final-cta__inner p{margin:.6rem 0 1.1rem;color:var(--home-muted)}body.mobile .home-page,body[data-device=mobile] .home-page{padding-bottom:4rem}body.mobile .home-hero,body[data-device=mobile] .home-hero{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh}body.mobile .home-hero__content,body[data-device=mobile] .home-hero__content{max-width:100%;padding:0 .65rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}body.mobile .hero-cta,body[data-device=mobile] .hero-cta{flex-direction:column;width:100%;margin-top:.8rem;align-items:center}body.mobile .btn-hero-primary,body.mobile .btn-hero-outline,body[data-device=mobile] .btn-hero-primary,body[data-device=mobile] .btn-hero-outline{width:100%;max-width:320px;min-height:46px;padding:.72rem 1.1rem;font-size:.94rem}body.mobile .hero-kicker,body[data-device=mobile] .hero-kicker{font-size:.68rem;margin-bottom:.35rem}body.mobile .hero-title,body[data-device=mobile] .hero-title{font-size:clamp(1.65rem,8vw,2.25rem);line-height:1.14;margin-bottom:.45rem}body.mobile .hero-desc,body[data-device=mobile] .hero-desc{max-width:34ch;margin:0 auto;font-size:.96rem}body.mobile .hero-trust,body[data-device=mobile] .hero-trust{justify-content:center;gap:.55rem;margin-top:.45rem}body.mobile .hero-trust span,body[data-device=mobile] .hero-trust span{font-size:.8rem;padding:.35rem .55rem}body.mobile .home-benefits__grid,body.mobile .collections-grid,body.mobile .testimonials-grid,body.tablet .home-benefits__grid,body.tablet .collections-grid,body.tablet .testimonials-grid,body[data-device=mobile] .home-benefits__grid,body[data-device=mobile] .collections-grid,body[data-device=mobile] .testimonials-grid,body[data-device=tablet] .home-benefits__grid,body[data-device=tablet] .collections-grid,body[data-device=tablet] .testimonials-grid{grid-template-columns:1fr}body.tablet .home-hero__content,body[data-device=tablet] .home-hero__content{max-width:100%;text-align:center}body.tablet .hero-cta,body[data-device=tablet] .hero-cta,body.tablet .hero-trust,body[data-device=tablet] .hero-trust{justify-content:center}body.mobile .collection-card__media,body[data-device=mobile] .collection-card__media,body.mobile .home-product-card__media,body[data-device=mobile] .home-product-card__media{height:165px}body.mobile .home-product-card__photo,body[data-device=mobile] .home-product-card__photo{height:150px}body.mobile .collection-card__body h3,body[data-device=mobile] .collection-card__body h3,body.mobile .home-product-card__body h3,body[data-device=mobile] .home-product-card__body h3{font-size:1rem}.cart-page{display:flex;flex-direction:column;height:100dvh;background:var(--bg)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;height:56px;background:var(--surface);border-bottom:1px solid var(--border)}.cart-category-content{background-color:var(--bg-gradient);padding:0 .5rem;margin-bottom:.5rem}.cart-header__icon-wrap{position:relative;display:inline-flex;align-items:center}.cart-header__count{position:absolute;top:-8px;right:-8px;background:var(--color-danger);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);box-shadow:0 2px 4px #0000001a}.cart-header__count:empty{display:none}.cart-header__title{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;margin:0}.cart-header__actions{display:flex;align-items:center;gap:1.1rem}.cart-header__ghost{width:32px;height:32px;border-radius:50%;border:1px solid color-mix(in srgb,var(--color-info) 50%,transparent);background:color-mix(in srgb,var(--color-info) 10%,transparent);color:var(--color-info);opacity:.85;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-header__ghost:hover{opacity:1;background:color-mix(in srgb,var(--color-info) 20%,transparent)}.cart-header__close{width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-hover);cursor:pointer}.cart-admin-tools{display:flex;align-items:center;gap:.4rem;padding:.45rem .65rem;background:var(--surface-hover);border-bottom:1px solid var(--border)}.cart-admin-tools__label{font-size:.78rem;color:var(--text-muted);margin:0;white-space:nowrap}.cart-admin-tools__input{flex:1;min-width:0;height:30px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 .55rem;font-size:.8rem}.cart-admin-tools__btn{height:30px;border:1px solid var(--border);border-radius:8px;padding:0 .65rem;background:var(--surface);color:var(--text);font-size:.78rem;font-weight:600;cursor:pointer}.cart-body{flex:1;overflow-y:auto;padding:.45rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.cart-loader{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#ffffffb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}.cart-loader__spinner{width:38px;height:38px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--color-primary);animation:cart-spin .8s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-items{display:flex;flex-direction:column;gap:.5rem}.cart-category-section{background:var(--surface);border-radius:.75rem;overflow:hidden}.cart-category-header{display:flex;justify-content:space-between;align-items:center;padding:.4rem .5rem;background:linear-gradient(to right,var(--color-secondary),var(--color-secondary-dark));color:var(--text-on-secondary)}.cart-category-title{font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:8px;margin:0;padding:0}.cart-category-toggle{background:none;border:none;cursor:pointer}.cart-product-card{margin-top:.35rem;padding:.35rem;border-top:4px solid var(--color-info);border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);border-bottom:2px solid var(--color-info);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.cart-product-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px;border-bottom:1px solid var(--border);transition:all .3s ease}.cart-product-card-header span{font-weight:600;font-size:.84rem;color:var(--color-secondary);display:flex;align-items:center;gap:.35rem;padding:.35rem 0}.cart-product-card-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-product-card-content{transition:height .25s ease;overflow:hidden}.cart-item-card{border:1px solid var(--border);border-radius:.5rem;padding:.5rem;margin:.35rem 0;background:var(--bg)}.cart-item-main{display:flex;gap:.55rem;align-items:center}.product-section{display:flex;gap:.55rem;align-items:center;flex:1}.quantity-stepper{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.stepper-btn{width:28px;height:28px;border-radius:7px;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:filter .15s,opacity .15s;border:none}.stepper-btn.increment-qty,.stepper-btn.increment-variant{background:transparent;color:var(--color-success)}.stepper-btn.increment-qty:hover,.stepper-btn.increment-variant:hover{color:color-mix(in srgb,var(--color-success) 70%,black)}.stepper-btn.decrement-qty,.stepper-btn.decrement-variant{background:transparent;color:var(--color-danger)}.stepper-btn.decrement-qty:hover:not(:disabled),.stepper-btn.decrement-variant:hover:not(:disabled){color:color-mix(in srgb,var(--color-danger) 70%,black)}.stepper-btn:disabled{opacity:.25;cursor:not-allowed}.stepper-value{font-size:.82rem;font-weight:700;line-height:1;min-width:20px;text-align:center;color:var(--text)}.cart-item-image img{width:50px;height:50px;object-fit:cover;border-radius:.4rem}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-product-name{display:flex;flex-direction:column;gap:.2rem}.cart-product-prices{display:flex;flex-direction:column;gap:.1rem;margin-top:.15rem}.cart-price-base{font-size:.75rem;color:var(--color-danger);line-height:1.2}.cart-price-discount{font-size:.75rem;color:var(--color-success);font-weight:600;line-height:1.2}.size-badge{background:var(--color-success);color:var(--text-inverse);font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:20px;align-self:flex-start;line-height:1.4}.cart-item-actions{display:flex;align-items:flex-start;padding-top:.1rem}.remove-item-btn{border:none;background:none;cursor:pointer;color:var(--color-danger);padding:0}.cart-item-variants{margin-top:.5rem;padding:0!important;max-width:89%;position:relative;margin:0 0 0 auto!important;right:0}.cart-item-variants .variant-item{margin-top:.35rem;display:flex;align-items:center;gap:.5rem;padding:0 .4rem;background:var(--surface-hover);border-radius:.4rem;border-left:var(--color-primary) 3px solid}.variant-image{width:34px;height:42px;object-fit:cover}.variant-info{flex:1}.variant-name{font-weight:600;font-size:.85rem}.variant-detail{font-size:.7rem;color:var(--text-muted)}.remove-variant-btn{border:none;background:none;cursor:pointer;color:var(--color-danger)}.item-subtotal{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:6px 0 0;margin-top:6px;border-top:1.5px dashed var(--color-secondary);gap:6px}.subtotal-label{font-size:.75rem;font-weight:500;color:var(--text-muted)}.subtotal-value{font-size:.82rem;font-weight:700;color:var(--color-secondary)}.cart-footer{padding:.65rem;background:var(--surface);border-top:1px solid var(--border)}.cart-footer__summary{display:flex;justify-content:space-between;align-items:center;gap:.45rem;margin-bottom:.4rem}.cart-footer__label{font-size:.82rem;font-weight:500;color:var(--text-muted)}.cart-footer__total{font-size:1rem;font-weight:700;color:var(--text)}.cart-footer__actions{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.cart-footer__checkbox{display:flex;align-items:center;cursor:pointer;position:relative}.cart-footer__checkbox input[type=checkbox]{width:20px;height:20px;margin:0;opacity:0;cursor:pointer}.cart-footer__checkmark{position:absolute;top:0;left:0;width:20px;height:20px;background:var(--surface);border:2px solid var(--border);border-radius:4px;transition:all .2s ease}.cart-footer__checkbox input[type=checkbox]:checked+.cart-footer__checkmark{background:var(--color-success);border-color:var(--color-success)}.cart-footer__checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.cart-footer__checkbox input[type=checkbox]:checked+.cart-footer__checkmark:after{display:block}.cart-footer__btn{flex:1;padding:.62rem;border-radius:10px;border:none;background:var(--color-success);color:var(--white);font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease}button#cart-update-btn{background-color:#f9ad02}.cart-footer__btn:hover{background:color-mix(in srgb,var(--color-success) 90%,black);transform:translateY(-1px)}.cart-header__ghost{width:40px;height:40px;border-radius:10px;border:1px solid color-mix(in srgb,var(--color-info) 50%,transparent);background:color-mix(in srgb,var(--color-info) 10%,transparent);color:var(--color-info);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.cart-header__ghost:hover{background:color-mix(in srgb,var(--color-info) 20%,transparent);transform:translateY(-1px)}.cart-temp-code-inline__value{max-width:52%;height:24px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);padding:0 .6rem;font-size:.7rem;line-height:1;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.cart-temp-code-inline__value:hover{background:var(--surface-hover)}.cart-temp-code-inline__value:active{transform:scale(.99)}.cart-clear{display:flex;justify-content:flex-end;margin:.1rem 0 .35rem}.cart-clear__btn{display:inline-flex;align-items:center;gap:.38rem;height:34px;padding:0 .75rem;border:1px solid color-mix(in srgb,var(--color-danger) 35%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--color-danger) 10%,var(--surface));color:var(--color-danger);font-size:.76rem;font-weight:700;cursor:pointer;transition:transform .12s ease,background-color .15s ease,filter .15s ease}.cart-clear__btn:hover{background:color-mix(in srgb,var(--color-danger) 16%,var(--surface));filter:saturate(1.04)}.cart-clear__btn:active{transform:translateY(1px)}.cart-empty{min-height:42dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.38rem;padding:1rem .85rem 1.3rem;border:1px dashed var(--border);border-radius:14px;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--color-info) 15%,transparent),transparent 52%),radial-gradient(circle at 88% 82%,color-mix(in srgb,var(--color-secondary) 14%,transparent),transparent 50%),var(--surface)}.cart-empty__icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:var(--color-secondary);background:color-mix(in srgb,var(--color-secondary) 14%,var(--surface));border:1px solid color-mix(in srgb,var(--color-secondary) 26%,var(--border))}.cart-empty__icon i{font-size:1.3rem}.cart-empty__title{margin:.35rem 0 0;font-size:.96rem;font-weight:700;color:var(--text)}.cart-empty__desc{margin:0;font-size:.79rem;line-height:1.4;color:var(--text-muted);max-width:24ch}.cart-empty__btn{margin-top:.55rem;height:36px;padding:0 .95rem;border:none;border-radius:10px;background:var(--color-secondary);color:var(--text-on-secondary);font-size:.8rem;font-weight:700;cursor:pointer;transition:filter .15s ease,transform .12s ease}.cart-empty__btn:hover{filter:brightness(1.04)}.cart-empty__btn:active{transform:translateY(1px)}#login-view-container{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow-y:auto;animation:auth-fade-in .2s ease}@keyframes auth-fade-in{0%{opacity:0}to{opacity:1}}.auth-card{position:relative;width:100%;max-width:400px;background:#fff;border-radius:1.5rem;padding:0;color:#1e293b;box-shadow:0 24px 80px #0006,0 0 0 1px #0000000f;text-align:center;overflow:hidden;animation:auth-slide-up .3s cubic-bezier(.34,1.56,.64,1)}@keyframes auth-slide-up{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card-header{background:linear-gradient(135deg,#14532d,#166534,#15803d);padding:2.25rem 2rem 3.5rem;position:relative;overflow:hidden}.auth-card-header:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff0f}.auth-card-header:after{content:"";position:absolute;bottom:-50px;left:-30px;width:160px;height:160px;border-radius:50%;background:#ffffff0a}.auth-logo-wrap{margin-bottom:1rem;position:relative;z-index:1}.auth-logo{width:68px;height:68px;object-fit:contain;border-radius:1rem;background:#ffffff26;padding:.5rem;box-shadow:0 4px 20px #00000040,0 0 0 1px #fff3}.auth-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 .3rem;letter-spacing:-.02em;position:relative;z-index:1}.auth-subtitle{font-size:.83rem;color:#ffffffa6;margin:0;position:relative;z-index:1}.auth-card-body{padding:2rem 2rem 1.75rem;position:relative;margin-top:-1.5rem;background:#fff;border-radius:1.5rem 1.5rem 0 0}.auth-close{position:absolute;top:1rem;right:1rem;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;transition:background .2s,color .2s}.auth-close:hover{background:#ef444440;color:#fff;border-color:#ef444480}.auth-hint{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.82rem;color:#64748b;margin:0 0 1.25rem;animation:auth-hint-pulse 1.8s ease-in-out infinite}.auth-hint svg{transform:rotate(-90deg);color:#65a30d;flex-shrink:0}@keyframes auth-hint-pulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}.auth-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}#auth-google-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;min-width:0;overflow:hidden}#auth-google-container>div{width:100%!important;max-width:340px!important;min-width:0!important;display:flex!important;justify-content:center}#auth-google-container iframe{display:block!important;width:100%!important;max-width:340px!important;min-width:0!important;margin:0!important;border-radius:2rem!important}#auth-google-container .S9gUrf-YoZ4jf,#auth-google-container .L5Fo6c-sM5MNb{width:100%!important;max-width:340px!important;min-width:0!important;overflow:hidden!important;border-radius:2rem!important}#auth-google-container .L5Fo6c-PQbLGe{margin-left:0!important;margin-right:0!important}.auth-sep{display:flex;align-items:center;gap:.75rem;width:100%;max-width:350px;color:#cbd5e1;font-size:.75rem}.auth-sep:before,.auth-sep:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-btn-facebook{position:relative;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:350px;padding:.62rem 1.25rem;border-radius:2rem;border:1.5px solid #e2e8f0;background:#f8fafc;color:#94a3b8;font-weight:600;font-size:.9rem;cursor:not-allowed;font-family:inherit;opacity:.6}.auth-btn-facebook img{width:20px;height:20px;border-radius:50%;object-fit:cover;filter:grayscale(1);opacity:.5}.auth-btn-soon{position:absolute;right:1rem;font-size:.65rem;font-weight:700;background:#e2e8f0;color:#94a3b8;padding:.15rem .5rem;border-radius:2rem;letter-spacing:.03em;text-transform:uppercase}.auth-ssl{font-size:.74rem;color:#86efac;margin:0;letter-spacing:.01em}.tablet .auth-card-header{padding:2.25rem 1.75rem 3rem}.tablet .auth-card-body{padding:1.9rem 1.5rem 1.6rem}.tablet .auth-title{font-size:1.28rem}.mobile .auth-card-header{padding:2rem 1.5rem 3rem}.mobile .auth-card-body{padding:1.75rem 1.25rem 1.5rem}.mobile .auth-title{font-size:1.2rem}.sidepanel-inner{padding:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.gradient-header{background:linear-gradient(135deg,var(--color-secondary-dark) 0%,var(--color-secondary) 100%)}.avatar-lg{width:60px;height:60px;background:linear-gradient(135deg,var(--white) 0%,var(--gray-400) 100%);border:3px solid rgba(255,255,255,.3)}.avatar-sm{width:70px;height:70px;background:#fff3;border:2px solid rgba(255,255,255,.3)}.avatar-lg i,.avatar-sm i{color:var(--color-secondary)}.badge-custom{background:#fff3;font-size:.65rem}.menu-hamburger{background:#ffffff26;border:none;width:36px;height:36px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .3s ease}.menu-hamburger:hover{background:#ffffff40;transform:scale(1.05)}.menu-hamburger:active{transform:scale(.95)}.menu-hamburger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.menu-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.menu-hamburger.active span:nth-child(2){opacity:0}.menu-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.side-menu-item{cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;display:flex;align-items:center;gap:var(--space-sm);font-size:.86rem}.side-menu-item:hover{background-color:var(--surface-hover);color:var(--color-secondary-dark)}.side-menu-item:active{transform:scale(.98)}.side-menu-item.active{background:linear-gradient(90deg,var(--color-secondary-dark) 0%,var(--color-secondary) 100%);border-left-color:var(--color-secondary);color:var(--text-on-secondary);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-secondary-light) 35%,transparent)}.side-menu-item i{color:var(--color-secondary);width:18px;font-size:.9rem;text-align:center;transition:color var(--transition-fast)}.side-menu-item.active i{color:var(--color-accent-light)}.menu-icon{width:36px;height:36px;background-color:var(--bs-gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.stat-item{cursor:pointer;transition:all .2s ease}.stat-item:active{background-color:var(--gray-100);transform:scale(.98)}.info-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem 0;border-bottom:1px solid var(--gray-200);min-width:0}.info-row:last-child{border-bottom:none}.info-row>*{min-width:0}.info-row>*:first-child{flex-shrink:0}.info-row>*:last-child{text-align:right;word-break:break-word;overflow-wrap:anywhere;flex-shrink:1}.profile-grid,.profile-readonly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.profile-view{display:grid;gap:.82rem;padding-bottom:.5rem;width:100%;max-width:100%;min-width:0}.profile-card{background:linear-gradient(180deg,#fffffffa,#f8fbfffa);border:1px solid color-mix(in srgb,var(--white) 72%,var(--border));border-radius:24px;padding:1.1rem;box-shadow:0 10px 26px #1018280d,0 3px 10px #1018280a;width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.profile-card--readonly{background:linear-gradient(180deg,#fffffffa,#f3f8fefa)}.profile-section-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid color-mix(in srgb,var(--color-secondary-light) 18%,var(--border));min-width:0}.profile-section-header>div{flex:1;min-width:0;overflow:hidden}.profile-section-header__icon{width:36px;height:36px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--color-secondary-light) 45%,white),color-mix(in srgb,var(--color-secondary) 12%,white));color:var(--color-secondary-dark);flex-shrink:0}.profile-section-header h3{margin:0;font-size:.92rem;font-weight:700;color:color-mix(in srgb,var(--color-secondary-dark) 82%,var(--text));letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-section-header p{margin:.2rem 0 0;font-size:.74rem;line-height:1.45;color:var(--text-muted);overflow-wrap:anywhere;word-break:break-word}.profile-field{display:flex;flex-direction:column;gap:.38rem}.profile-field--full{grid-column:1 / -1}.profile-field__label{font-size:.72rem;color:#607187;text-transform:uppercase;letter-spacing:.04em;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}.profile-static-field{display:flex;flex-direction:column;gap:.4rem;padding:.85rem .95rem;border:1px solid #e5ebf2;border-radius:18px;background:linear-gradient(180deg,#f9fbfe,#f4f8fc)}.profile-static-field__value{color:#1b2d3f;font-weight:600;line-height:1.35;word-break:break-word;font-size:.92rem}.profile-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;width:fit-content;min-width:94px;padding:.34rem .74rem;border-radius:999px;font-size:.76rem;font-weight:700}.profile-status-badge i{font-size:.48rem}.profile-status-badge--active{background:color-mix(in srgb,var(--color-success) 18%,transparent);color:color-mix(in srgb,var(--color-success) 72%,black);border:1px solid color-mix(in srgb,var(--color-success) 35%,transparent)}.profile-status-badge--blocked{background:color-mix(in srgb,var(--color-danger) 16%,transparent);color:color-mix(in srgb,var(--color-danger) 72%,black);border:1px solid color-mix(in srgb,var(--color-danger) 35%,transparent)}.profile-status-badge--neutral{background:color-mix(in srgb,var(--gray-400) 18%,transparent);color:var(--gray-700);border:1px solid color-mix(in srgb,var(--gray-500) 30%,transparent)}.profile-field__input{width:100%;border:1px solid #dfe7f0;border-radius:18px;background:#fff;color:#1f2e3f;padding:.74rem .95rem;outline:none;box-shadow:inset 0 1px #fff9;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);font-size:.86rem;font-weight:600}.profile-field__input:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-secondary) 16%,transparent);transform:translateY(-1px)}.profile-field select.profile-field__input{appearance:none}.profile-field--readonly .profile-field__input{background:var(--gray-100);color:var(--text-muted);cursor:not-allowed}.profile-phone{display:grid;grid-template-columns:72px 1fr;gap:.55rem;min-width:0}.profile-phone__code{text-align:center}.profile-phone-list{display:grid;gap:.9rem}.profile-phone-carousel{padding:.08rem 0 .7rem;width:100%;max-width:100%;min-width:0;overflow:hidden}.profile-phone-carousel .swiper-wrapper{max-width:100%;min-width:0}.profile-phone-carousel .swiper-slide{height:auto;display:flex;width:100%!important;max-width:100%;min-width:0;flex-shrink:0;box-sizing:border-box}.profile-phone-carousel .profile-phone-card{width:100%;height:100%;margin:0}.profile-phone-carousel__pagination{position:relative;bottom:0!important;margin-top:.45rem;text-align:center;min-height:12px}.profile-phone-carousel__pagination .swiper-pagination-bullet{width:6px;height:6px;margin:0 3px!important;opacity:.45;background:#9ab2c8;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.profile-phone-carousel__pagination .swiper-pagination-bullet-active{background:var(--color-secondary);opacity:1;transform:scale(1.5)}.profile-phone-carousel__pagination .swiper-pagination-bullet-active-main{opacity:.75;transform:scale(1.15)}.profile-phone-card{border:1px solid #e8eef5;border-radius:22px;padding:1rem;background:linear-gradient(180deg,#fff,#f9fbfe);display:grid;gap:.75rem}.profile-phone-card--main{border-color:color-mix(in srgb,var(--color-secondary) 28%,#dbe4ee);box-shadow:0 8px 24px #2c6e9e14}.profile-phone-card__head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.profile-phone-card__title{color:#2b5776;font-weight:700;font-size:.88rem;display:inline-flex;align-items:center;gap:.45rem}.profile-chip{font-size:.68rem;padding:.22rem .72rem;border-radius:999px;background:#e6f2fb;color:#1f6a95;font-weight:700}.profile-switch-line{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin:0}.profile-switch-line--panel{margin-top:.9rem;padding:.75rem .9rem;border:1px solid #edf2f8;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f7fbff)}.profile-switch-line--compact{padding-top:.15rem}.profile-toggle-copy{display:inline-flex;align-items:center;gap:.55rem;color:#2d485d;font-size:.8rem;font-weight:600;line-height:1.35;flex:1;min-width:0;overflow-wrap:anywhere}.profile-toggle-copy i{color:#4180b0}.profile-switch{position:relative;display:inline-flex;width:46px;min-width:46px;height:24px;flex-shrink:0}.profile-switch input{opacity:0;width:0;height:0;position:absolute}.profile-switch__slider{position:absolute;inset:0;background:#cbd6e3;border-radius:999px;cursor:pointer;transition:background-color .2s ease}.profile-switch__slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a2e;transition:transform .2s ease}.profile-switch input:checked+.profile-switch__slider{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%)}.profile-switch input:checked+.profile-switch__slider:before{transform:translate(22px)}.profile-save-btn{width:100%;border:none;border-radius:999px;padding:.88rem 1rem;margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(95deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%);color:var(--text-on-secondary);font-size:.9rem;font-weight:700;box-shadow:0 10px 18px #1f55802e;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.profile-save-btn:hover{filter:brightness(.98);transform:translateY(-1px);box-shadow:0 12px 20px #1f558033}.profile-save-btn:active{transform:translateY(0)}.home-mini-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding-bottom:.55rem;border-bottom:1px solid #eaf1f8;margin-bottom:.65rem}.home-mini-title{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;font-weight:700;color:#1f4f73}.home-mini-status{font-size:.64rem;font-weight:700;color:#1a7340;background:#e5f5ec;border:1px solid #cae9d9;border-radius:999px;padding:.18rem .5rem}.home-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.home-mini-grid>div{border:1px solid #e7eef6;border-radius:12px;background:#f9fbfd;padding:.48rem .58rem;display:grid;gap:.08rem}.home-mini-label{font-size:.58rem;text-transform:uppercase;letter-spacing:.04em;color:#7e95aa;font-weight:700}.home-mini-grid strong{font-size:.76rem;color:#20374a;line-height:1.2}.home-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.home-quick-item{border:1px solid #e4edf5;border-radius:12px;padding:.54rem .58rem;background:linear-gradient(180deg,#fff,#f6faff);display:inline-flex;align-items:center;gap:.45rem;font-size:.73rem;font-weight:600;color:#254d6b}.home-quick-item i{color:#2f77a8;width:14px;text-align:center}.order-card-list,.orders-view{display:grid;gap:.72rem}.orders-title-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .15rem}.orders-title-row h3{margin:0;color:#1f4f73;font-size:1.02rem;font-weight:700;display:inline-flex;align-items:center;gap:.42rem}.orders-count-chip{font-size:.68rem;font-weight:700;color:#2d6a95;background:#ebf3fc;border:1px solid #d4e5f4;border-radius:999px;padding:.2rem .52rem}.orders-footer-note{color:#8fa6ba;font-size:.6rem;text-align:center;display:inline-flex;justify-content:center;align-items:center;gap:.35rem;padding-top:.25rem}.order-card{background:#fff;border-radius:18px;margin-bottom:0;padding:.72rem .76rem;border:1px solid rgba(31,85,128,.08);box-shadow:0 2px 8px #00000008,0 1px 2px #00000008;animation:fadeUp .28s ease forwards;opacity:0}.order-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid #edf2f8}.order-header-actions{display:inline-flex;align-items:center;gap:.32rem;flex-shrink:0}.order-code-area{display:flex;flex-direction:column;gap:.12rem;flex:1;min-width:0;overflow:hidden}.order-label-tiny{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#7790a8;display:inline-flex;align-items:center;gap:.28rem}.order-code{margin:0;color:#1a4f77;font-size:.76rem;font-weight:600;background:#eff5fc;border:1px solid #dfebf7;border-radius:999px;padding:.14rem .46rem;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-status{font-size:.64rem;font-weight:700;padding:.14rem .46rem;border-radius:999px;display:inline-flex;align-items:center;gap:.22rem}.order-status i{font-size:.44rem}.order-status--neutral{background:#f0f2f6;color:#5f6f84}.order-status--active{background:#e3f5ec;color:#1a7340}.order-status--cancel{background:#feece9;color:#bc4e3a}.order-stats{display:flex;flex-wrap:wrap;gap:.46rem;row-gap:.4rem}.order-stat{flex:1 1 calc(50% - .5rem);min-width:0;display:flex;flex-direction:column;gap:.1rem;overflow:hidden}.order-stat__label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#8ca1b8}.order-stat__value{color:#1f3448;font-weight:700;font-size:.8rem;display:flex;align-items:center;gap:.24rem;line-height:1.2;overflow-wrap:anywhere;min-width:0}.order-stat__value i{font-size:.66rem;color:#6092b9}.order-stat__value--price{color:#1c6e4f;font-weight:800}.order-view-btn{border:1px solid #d6e5f4;background:#f4f9ff;color:#2b648d;border-radius:999px;padding:.14rem .42rem;font-size:.64rem;font-weight:700;display:inline-flex;align-items:center;gap:.22rem}.order-view-btn:hover{background:#eaf3fd}@keyframes fadeUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.offcanvas-body::-webkit-scrollbar{width:4px}.offcanvas-body::-webkit-scrollbar-track{background:var(--gray-200)}.offcanvas-body::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:2px}@media(max-width:300px){.avatar-lg{width:50px;height:50px}.avatar-lg i{font-size:2rem}.display-6{font-size:1rem}.fs-6{font-size:.75rem!important}.fs-7{font-size:.65rem!important}.badge-custom{font-size:.6rem}.stat-value{font-size:.95rem}.stat-label{font-size:.55rem}.content-card{padding:.875rem!important}.info-row{font-size:.75rem;padding:.5rem 0}.offcanvas{width:260px}.menu-icon{width:32px;height:32px}}.account-header__back,.account-header__action-btn{background:#ffffff26;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:var(--transition)}#accountSidebar{position:absolute;left:0;top:0;bottom:0;height:100%;display:flex;flex-direction:column;overflow-y:auto;z-index:5;transform:translate(-100%);transition:transform .28s ease}.account-sidebar-backdrop{position:absolute;inset:0;background:color-mix(in srgb,var(--overlay) 55%,transparent);z-index:4;opacity:0;pointer-events:none;transition:opacity .24s ease}#app-main-account.menu-open #accountSidebar{transform:translate(0)}#app-main-account.menu-open .account-sidebar-backdrop{opacity:1;pointer-events:auto}#accountSidebar .side-menu-items{flex:1;min-height:0;overflow-y:auto}#resizableContainer{height:100%;display:flex;flex-direction:column;min-height:0}#app-main-account{position:relative;flex:1;min-height:0;overflow:hidden}#app-main-account:not(.menu-open) #accountSidebar{transform:translate(-110%);pointer-events:none}#app-main-account:not(.menu-open) .account-sidebar-backdrop{opacity:0;pointer-events:none}#app-main-account>.flex-grow-1{display:flex;flex-direction:column;flex:1;min-height:0}#accountContent{flex:1;min-height:0;overflow-y:auto;background:linear-gradient(180deg,#edf2f8,#e4ebf3)}.support-rdx{display:grid;gap:.78rem;padding:.1rem 0 .45rem}.support-rdx__bar{display:flex;justify-content:flex-end}.support-rdx__terms{display:inline-flex;align-items:center;gap:.34rem;padding:.23rem .55rem;border-radius:12px;border:1px solid #d8e9f2;background:linear-gradient(180deg,#f9fdff,#eef7fb);color:#296487;text-decoration:none;font-size:.71rem;font-weight:700}.support-rdx__quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.64rem}.support-rdx__tile,.support-rdx__contact{border-radius:20px;border:1px solid #deebf5;background:radial-gradient(circle at 90% 8%,#ffffffe6,#f6fafff2 32%,#f0f7fdf5);box-shadow:0 7px 18px #122a3e12;padding:.88rem;min-width:0}.support-rdx__tile--cache{border-color:#efc0ba;background:radial-gradient(circle at 90% 10%,#fff,#fff3f1 35%,#ffe9e6)}.support-rdx__tile-head,.support-rdx__contact-head{display:flex;align-items:flex-start;gap:.62rem;min-width:0}.support-rdx__glyph{width:30px;height:30px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:#0d668f;background:#ddedf7;flex-shrink:0}.support-rdx__tile--cache .support-rdx__glyph{color:#b54030;background:#ffdeda}.support-rdx h4{margin:0;font-size:.85rem;color:#193f5a}.support-rdx p{margin:.18rem 0 0;font-size:.74rem;line-height:1.35;color:#5a7288}.support-rdx__cta{margin-top:.68rem;border:0;border-radius:14px;width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.36rem;font-size:.8rem;font-weight:700}.support-rdx__cta--danger{background:linear-gradient(104deg,#c84b3a,#a63c2e);color:#fff;box-shadow:0 9px 16px #a539293d}.support-rdx__cta--soft{background:linear-gradient(104deg,#e9f4ff,#d8eaf9);color:#1b5f87;border:1px solid #c7def1}.support-rdx__cta--primary{width:auto;min-width:180px;background:linear-gradient(104deg,#0f73a6,#0a5b87);color:#fff;border-radius:999px;padding:.56rem .95rem}.support-rdx__grid{margin-top:.56rem}.support-rdx__textarea{resize:vertical;min-height:112px}.support-rdx__form-actions{margin-top:.42rem;display:flex;justify-content:flex-end}.support-faq-container{width:100%;max-width:100%;min-width:0;margin-top:.56rem;padding-top:.56rem;border-top:1px dashed #d7e7f5}.support-faq-container .faq-item{border:1px solid #d9e9f6;border-radius:12px;padding:.54rem .64rem;margin-bottom:.42rem;background:#fbfeff}.support-faq-container .faq-question{margin:0;font-size:.79rem;font-weight:600}.support-faq-container .faq-answer{margin:.45rem 0 0;font-size:.75rem;color:#4f6578;display:none;line-height:1.35}.mobile .profile-grid,.mobile .profile-readonly-grid{grid-template-columns:1fr}.mobile .profile-field--full{grid-column:auto}.mobile .profile-card{padding:1rem;border-radius:20px}.mobile .profile-switch-line{align-items:flex-start}.mobile .order-card__grid{grid-template-columns:1fr}.mobile .order-card{padding:.66rem .68rem;border-radius:16px}.mobile .order-header{margin-bottom:.5rem;padding-bottom:.4rem}.mobile .order-stat{flex:1 1 calc(50% - .5rem);min-width:0}.mobile .order-header-actions{width:100%;justify-content:space-between}.mobile .orders-title-row h3{font-size:.96rem}.mobile .orders-count-chip{font-size:.64rem}.mobile .home-mini-grid,.mobile .home-quick-links,.mobile .support-rdx__quick{grid-template-columns:1fr}.mobile .support-rdx__cta--primary{width:100%;min-width:0}.card-content{padding:1.5rem}.coupon-group{margin-bottom:1.5rem}.coupon-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.coupon-input-wrapper{display:flex;gap:.75rem;align-items:center}#fe-cupon{flex:1;padding:.625rem .875rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;font-family:inherit;color:#0f172a;background:#fff;transition:all .15s ease;outline:none}#fe-cupon:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}#fe-cupon::placeholder{color:#94a3b8}#fe-btn-apply-cupon{background:#0f172a;color:#fff;border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:background .15s ease;font-family:inherit;white-space:nowrap}#fe-btn-apply-cupon:hover{background:#1e293b}#fe-btn-apply-cupon:active{transform:scale(.98)}.divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0;color:#cbd5e1;font-size:.75rem}.divider-line{flex:1;height:1px;background:#e2e8f0}.whatsapp-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;cursor:pointer}.whatsapp-info{display:flex;align-items:center;gap:.75rem}.whatsapp-icon{width:2rem;height:2rem;background:#f0fdf4;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.whatsapp-icon i{font-size:1.125rem;color:#22c55e}.whatsapp-text{font-size:.875rem;font-weight:500;color:#0f172a}.whatsapp-sub{font-size:.75rem;color:#64748b;margin-top:.125rem}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.2s;border-radius:24px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.2s;border-radius:50%}.fe-link-field{display:flex;align-items:center;background:#fff;border:1.5px solid #E2E8F0;border-radius:.7rem;overflow:hidden;transition:border-color .2s,box-shadow .2s}.fe-link-field:focus-within{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee14}.fe-link-field__input{flex:1;border:none;outline:none;padding:.58rem .75rem;font-size:.86rem;color:#0f172a;background:transparent;min-width:0}.fe-link-field__input::placeholder{color:#94a3b8}.fe-link-field__btn{display:flex;align-items:center;gap:.3rem;padding:0 .85rem;align-self:stretch;border:none;border-left:1.5px solid #E2E8F0;background:#f8faff;color:#4361ee;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap;flex-shrink:0}.fe-link-field__btn:hover{background:#eef2ff;color:#3149c8}.container-seccion-forEnvio{max-width:1400px;background:var(--gray-100);display:flex;flex-direction:column;min-height:0;overflow:visible}.order-header-hero{background-color:var(--bg);display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000000a;position:sticky;top:0;z-index:3000}.order-header-content{display:flex;align-items:center;gap:.75rem;flex-direction:row;flex-wrap:nowrap}.order-header-icon{width:40px;height:40px;background:#4361ee;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.order-header-icon i{font-size:clamp(.9rem,2vw,1.2rem);color:#fff}.order-header-title{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;color:#0f172a;letter-spacing:-.3px}.order-main-row{margin:0;flex:1;min-height:0}.fe-card{background-color:var(--bg);border-radius:1.25rem;border:1px solid #E9ECEF;box-shadow:0 1px 2px #00000008}.border-top-purple{border-top:3px solid #4361EE}.fe-title{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;margin-left:1rem}#fe-main-content{overflow:hidden}.fe-section{background:#f8faff;border-radius:1rem;padding:1.25rem;border:1px solid #E8EEFF;box-shadow:0 2px 8px #4361ee0a}.fe-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #E9ECEF}.icon-box{width:2rem;height:2rem;background:#eef2ff;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-box i{font-size:.9rem;color:#4361ee}.fe-section-header h3{font-size:.85rem;font-weight:600;letter-spacing:.3px;color:#4361ee;margin:0;text-transform:uppercase}.fe-input-icon{position:relative;display:flex;align-items:center}.fe-input-icon>i{position:absolute;left:.75rem;color:#94a3b8;font-size:.82rem;pointer-events:none;transition:color .2s;z-index:1}.fe-input-icon .fe-input{padding-left:2.2rem}.fe-input-icon:focus-within>i{color:#4361ee}.fe-group{margin-bottom:1rem}.fe-group label{font-size:.75rem;font-weight:600;color:#5a6a85;margin-bottom:.4rem;display:block;text-transform:uppercase;letter-spacing:.3px}.fe-group label:after{content:" *";color:#ef4444;font-size:.7rem}.fe-input,.form-control.fe-input,.form-select.fe-input{background:#fff;border:1.5px solid #E2E8F0;border-radius:.65rem;padding:.62rem .9rem;font-size:.86rem;color:#0f172a;transition:all .2s;width:100%;box-shadow:0 1px 2px #0000000a}.fe-input:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee14;outline:none}.fe-input::placeholder{color:#94a3b8}.fe-shipping-top{display:flex;align-items:flex-end;gap:.75rem;margin-bottom:1rem;flex-wrap:nowrap}.fe-shipping-main{flex:1;min-width:0}.fe-select-native{width:100%;flex:1 1 auto;min-width:0;max-width:100%;box-sizing:border-box;padding:.62rem .9rem;border-radius:.65rem;border:1.5px solid #E2E8F0;background:#fff;color:#0f172a;font-size:.86rem;font-family:inherit;outline:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000a}.fe-select-native:hover{border-color:#4361ee}.fe-select-native:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a;outline:none}.fe-destino-cost{flex-shrink:0;background:#eef2ff;color:#4361ee;font-size:.8rem;font-weight:700;padding:.3rem 1.5rem;border-radius:2rem;white-space:nowrap;border:1px solid #C7D2FE;display:inline-flex;align-items:center}.fe-select{position:relative;width:100%;min-width:0}.fe-select__btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:#fff;border:1.5px solid #E2E8F0;border-radius:.65rem;padding:.62rem .9rem;font-size:.86rem;color:#94a3b8;cursor:pointer;text-align:left;box-shadow:0 1px 2px #0000000a;transition:border-color .2s,box-shadow .2s}.fe-select__btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.fe-select__btn i{font-size:.7rem;color:#94a3b8;flex-shrink:0;transition:transform .2s}.fe-select.has-value .fe-select__btn{color:#0f172a}.fe-select.is-open .fe-select__btn,.fe-select__btn:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee14;outline:none}.fe-select.is-open .fe-select__btn i{transform:rotate(180deg)}.fe-select__list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #E2E8F0;border-radius:.75rem;list-style:none;margin:0;padding:.3rem;z-index:9999;max-height:200px;overflow-y:auto;box-shadow:0 8px 24px #0f172a1a;display:none}.fe-select.is-open .fe-select__list{display:block}.fe-select__item{padding:.5rem .75rem;border-radius:.5rem;font-size:.86rem;color:#334155;cursor:pointer;transition:background .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-select__item:hover{background:#eef2ff;color:#3149c8}.fe-select__item.is-active{background:#eef2ff;color:#3149c8;font-weight:600}.fe-shipping-controls #fe-shipping-method{flex:1 1 auto;min-width:0;max-width:100%}.fe-shipping-main .fe-group,.fe-group--shipping,.fe-group--shipping label{margin-bottom:0}.fe-shipping-controls{display:flex;align-items:flex-end;gap:.6rem;margin-top:.4rem}.fe-shipping-meta{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.badge-products{background:#eef2ff;color:#4361ee;padding:.4rem 1rem;border-radius:2rem;font-weight:600;font-size:.8rem;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.fe-subsection{background:transparent;border-radius:0;padding:0;margin-top:0;border:0}.fe-choice-wrap{margin-top:1rem}.fe-choice-title{font-size:.75rem;font-weight:700;color:#5a6a85;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px}.fe-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.fe-choice-grid--turno{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}#fe-day-options{grid-template-columns:repeat(6,minmax(0,1fr));gap:.2rem;border:1.5px solid #E2E8F0;border-radius:.75rem;padding:.4rem}.fe-choice-pill{border:1px solid #D7E1EE;background:#fff;color:#334155;border-radius:.65rem;padding:.6rem .45rem;font-size:.82rem;font-weight:600;transition:all .2s ease;cursor:pointer}.fe-choice-pill:hover{border-color:#9db2ff;color:#3149c8}.day-pill{border:0;background:transparent;padding:.1rem .08rem;border-radius:.55rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.35rem;min-height:32px}.day-pill__dot{width:16px;height:16px;border-radius:50%;border:1.4px solid #CBD5E1;background:#fff;box-shadow:inset 0 0 0 1.2px #fff;transition:all .2s ease}.day-pill__name{font-size:.62rem;line-height:1.1;color:#475569;font-weight:600;text-align:center}.day-pill:hover .day-pill__dot{border-color:#22c55e;transform:translateY(-1px)}.day-pill.active .day-pill__dot{border-color:#16a34a;background:#16a34a;box-shadow:inset 0 0 0 2.6px #fff}.day-pill.active .day-pill__name{color:#15803d;font-weight:700}.day-pill.active{background:#f0fdf4;border:1.5px solid #16A34A;border-radius:.55rem;padding:.3rem .5rem}.mobile .day-pill{min-height:46px}.mobile .day-pill__dot{width:14px;height:14px}.mobile .day-pill__name{font-size:.58rem}.tablet .day-pill{min-height:48px}.tablet .day-pill__name{font-size:.6rem}.fe-choice-pill.active{border-color:#4361ee;background:#4361ee;color:#fff}.day-pill--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-outline-custom{background:#fff;border:1px solid #E2E8F0;color:#4361ee;border-radius:.6rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-outline-custom:hover{background:#eef2ff;border-color:#4361ee}.btn-location{background:#eef2ff;border:1px solid #E2E8F0;color:#4361ee;font-weight:500;padding:.7rem;border-radius:.6rem;width:100%;transition:all .2s;font-size:.85rem}.btn-location:hover{background:#e2e8ff}.fe-map-link-row{display:flex;align-items:center;gap:.45rem}.fe-map-link-row .fe-input{flex:1;min-width:0}.fe-map-link-actions{display:inline-flex;align-items:center;gap:.25rem}.fe-map-locate-btn{margin-top:.5rem;width:100%;justify-content:center;font-size:.95rem;font-weight:500;padding:.65rem .8rem;background:#eef2ff;border:1px solid #E2E8F0;color:#4361ee;border-radius:.6rem;transition:all .2s}.fe-map-locate-btn:hover{background:#e2e8ff;color:#3149c8}.fe-map-locate-btn i{margin-right:.5em}.fe-map-action-btn{width:34px;height:34px;border-radius:.55rem;border:1px solid #E2E8F0;background:#fff;color:#4361ee;font-size:.86rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fe-map-action-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:#3149c8}.fe-map-action-btn:active{background:#e0e7ff}.input-group-flex{display:flex;gap:.5rem;align-items:center}.input-group-flex .fe-input{flex:1}.turn-btn{border:1px solid #CBD5E1;background:#fff;color:#334155;border-radius:.62rem;padding:.5rem .3rem;font-size:.72rem;font-weight:700;letter-spacing:.2px}.turn-btn:hover{border-color:#8fa5ff;color:#2f49bf}.turn-btn.active{border-color:#2f49bf!important;background:linear-gradient(180deg,#4a66f0,#3552df)!important;color:#fff!important;box-shadow:0 6px 14px #4361ee40}.turn-pill{border:1.5px solid #E2E8F0;background:#fff;padding:.3rem .5rem;border-radius:.55rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.35rem;min-height:32px;transition:all .2s ease;cursor:pointer}.turn-pill__dot{width:16px;height:16px;border-radius:50%;border:1.4px solid #CBD5E1;background:#fff;box-shadow:inset 0 0 0 1.2px #fff;transition:all .2s ease;flex-shrink:0}.turn-pill__name{font-size:.62rem;line-height:1.1;color:#475569;font-weight:600}.turn-pill:hover .turn-pill__dot{border-color:#22c55e}.turn-pill.active{background:#f0fdf4;border-color:#16a34a}.turn-pill.active .turn-pill__dot{border-color:#16a34a;background:#16a34a;box-shadow:inset 0 0 0 2.6px #fff}.turn-pill.active .turn-pill__name{color:#15803d;font-weight:700}.turn-pill--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.mobile .fe-group--shipping{position:relative;gap:0}.mobile .fe-shipping-controls{display:block;margin-top:.3rem}.mobile .fe-shipping-controls .fe-select{width:100%}.mobile .badge-products{padding:.32rem .7rem;font-size:.72rem}.mobile .fe-shipping-meta{position:absolute;top:.4rem;right:0;justify-content:flex-end}.mobile .fe-group--shipping label{padding:.9rem 5.4rem .5rem 0;line-height:1.2}.mobile #fe-shipping-method{display:block;width:100%;font-size:.82rem;padding:.58rem .8rem}.mobile #fe-day-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem}.mobile .fe-choice-grid--turno{gap:.35rem}.mobile .turn-btn{font-size:.7rem;padding:.48rem .4rem}.mobile .fe-map-link-row{flex-direction:column;align-items:stretch;gap:.4rem}.mobile .fe-map-link-actions{width:100%;justify-content:flex-end}.tablet .order-main-row{padding:.9rem}.tablet .fe-section{padding:1rem}.tablet .fe-shipping-top{align-items:center}.tablet .fe-shipping-controls{gap:.45rem}.tablet .badge-products{padding:.36rem .8rem;font-size:.76rem}.tablet #fe-day-options{grid-template-columns:repeat(5,minmax(0,1fr))}.tablet .fe-choice-grid--turno{grid-template-columns:repeat(2,minmax(0,1fr))}.fe-summary-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem;padding:.65rem .8rem;border:1px solid #E2E8F0;border-radius:.8rem;background:linear-gradient(180deg,#f8faff,#fff);color:#1e293b;font-size:.86rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.fe-summary-option__meta{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.fe-summary-option__meta i{color:#b45309;font-size:.9rem;text-shadow:0 1px 0 rgba(255,255,255,.7)}.fe-summary-option__text{overflow:hidden;text-overflow:ellipsis}.fe-summary-check-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.fe-summary-switch{position:relative;width:40px;height:22px;border-radius:999px;border:1px solid #CBD5E1;background:#f1f5f9;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease;cursor:pointer}.fe-summary-switch__slider{position:absolute;top:1px;left:1px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform .2s ease;pointer-events:none}.fe-summary-check-input:checked~.fe-summary-switch__slider,.fe-summary-check-input:checked+.fe-summary-switch__slider{transform:translate(18px)}.fe-summary-switch:has(.fe-summary-check-input:checked){background:#4361ee;border-color:#3b57d8}.fe-summary-item{display:flex;justify-content:space-between;padding:.75rem 0;color:#475569;border-bottom:1px solid #EDF2F7;font-size:.9rem}.cost--disabled{text-decoration:line-through;color:#94a3b8}.fe-summary-total{display:flex;justify-content:space-between;padding-top:1rem;margin-top:.5rem;border-top:2px solid #E9ECEF;font-size:1.1rem;font-weight:700;color:#0f172a}.fe-summary-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.fe-summary-title i{color:#4361ee;margin-right:.4rem}.fe-coupon-group{margin-top:1rem;margin-bottom:1rem}.fe-coupon-label{font-size:.75rem;font-weight:600;color:#5a6a85;text-transform:uppercase;letter-spacing:.3px;display:block;margin-bottom:.4rem}.fe-coupon-controls{display:flex;gap:.5rem}.fe-coupon-controls .fe-input{flex:1}.fe-coupon-btn{background:#4361ee;color:#fff;border:none;border-radius:.65rem;padding:0 1rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.fe-coupon-btn:hover{background:#3149c8}.fe-divider{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;color:#94a3b8;font-size:.75rem}.fe-divider span:first-child,.fe-divider span:last-child{flex:1;height:1px;background:#e2e8f0}.fe-whatsapp-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .8rem;border:1px solid #E2E8F0;border-radius:.8rem;background:#f8faff;margin-bottom:.75rem}.fe-whatsapp-info{display:flex;align-items:center;gap:.6rem}.fe-whatsapp-icon{width:2rem;height:2rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.fe-whatsapp-text{font-size:.82rem;font-weight:600;color:#1e293b}.fe-whatsapp-sub{font-size:.7rem;color:#94a3b8}.btn-submit{background:linear-gradient(135deg,#4361ee,#3a0ca3);border:none;color:#fff;font-weight:700;padding:.9rem;border-radius:.75rem;margin-top:1.25rem;transition:all .2s;font-size:.95rem;width:100%;letter-spacing:.3px;box-shadow:0 4px 14px #4361ee59}.btn-submit:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #4361ee73}.fe-map-wrapper{position:relative;margin-bottom:.75rem}.fe-map-fullscreen-btn{position:absolute;top:.5rem;right:.5rem;z-index:1000;display:inline-flex;align-items:center;gap:.35rem;background:#ffffffeb;border:1px solid #E2E8F0;border-radius:.5rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;color:#4361ee;text-decoration:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,color .2s;cursor:pointer}.fe-map-fullscreen-btn:hover{background:#eef2ff;color:#3149c8}#fe-map-container{background:#f1f5f9;border-radius:.75rem;height:140px;display:flex;align-items:center;justify-content:center;border:1px solid #E2E8F0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2394A3B8" viewBox="0 0 24 24" width="36" height="36"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:32px;position:relative}.map-spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.spinner{width:32px;height:32px;border:3px solid #E2E8F0;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.autocomplete-wrapper{position:relative}.autocomplete-list{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:.5rem;margin-top:.25rem;list-style:none;padding:.25rem 0;z-index:1100;border:1px solid #E2E8F0;max-height:200px;overflow-y:auto;box-shadow:0 4px 6px #0000000d}.autocomplete-list:not(:empty){display:block}.autocomplete-list li{padding:.6rem 1rem;color:#334155;cursor:pointer;font-size:.85rem}.autocomplete-list li:hover{background:#eef2ff}.fe-field--disabled{opacity:.45;pointer-events:none}.fe-input--error,.fe-link-field:has(.fe-input--error){border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.fe-input--hint{display:block;font-size:.65rem;color:#ef4444;margin-top:.25rem;padding-left:.1rem;font-weight:600;letter-spacing:.2px;animation:fe-fadein .3s ease}@keyframes fe-fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fe-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.fe-input--shake{animation:fe-shake .6s ease}.d-none{display:none!important}.sticky-top{position:sticky;top:1.5rem}.station-badge{background:#eef2ff;border-radius:.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;color:#4361ee}.fe-card{padding:1rem}.mobile .fe-card.border-top-purple{padding:0rem}.mobile #fe-form-container{padding:0rem;margin-top:.3rem}.mobile .order-main-row{padding:.3rem}.mobile div#fe-field-destino{position:relative}.mobile #fe-field-destino .fe-destino-cost{position:absolute;top:-6px;right:0}.mobile #fe-field-destino label{padding:.9rem 5.4rem .5rem 0;line-height:1.2}*{box-sizing:border-box}li{list-style:none}body,html{height:100dvh;margin:0;position:relative;font-family:Work Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;width:100%;max-width:100%;overflow:hidden}.ui-hidden{display:none!important}ContenedorPaginas:before main#ContenedorPaginas{min-height:60vh;width:100%;margin:0 auto;padding:60px .5rem 0;box-sizing:border-box}body.mobile,body[data-device=mobile]{padding-bottom:70px}body.mobile main#ContenedorPaginas,body[data-device=mobile] main#ContenedorPaginas{padding-top:0;padding-bottom:10px}div#app-root{width:100%;height:100%}.swal2-container,.swal2-container.swal2-top,.swal2-container.swal2-top-end,.swal2-container.swal2-center,.swal2-container.swal2-bottom,.swal2-container.swal2-bottom-start{z-index:2147483000!important}.swal2-popup,.swal2-popup.swal2-toast,.swal2-popup.app-swal-alert,.swal2-popup.app-swal-toast{z-index:2147483001!important}.is-hidden{display:none!important}.ui-inherit{all:inherit;width:100%}.iti{z-index:99999999999999;width:100%}
