:root{--emikeyt-yellow: #FFD21F;--emikeyt-blue: #2563EB;--emikeyt-graphite: #1F2937;--emikeyt-white: #FFFFFF;--emikeyt-soft-white: #F9FAFB;--emikeyt-green: #22C55E;--emikeyt-text-primary: var(--emikeyt-graphite);--emikeyt-text-secondary: #6B7280;--emikeyt-border: #E5E7EB;--emikeyt-success: var(--emikeyt-green);--emikeyt-action: var(--emikeyt-yellow);--emikeyt-radius-sm: 8px;--emikeyt-radius-md: 16px;--emikeyt-radius-lg: 24px;--emikeyt-radius-pill: 999px;--emikeyt-shadow-sm: 0 2px 8px rgba(0,0,0,.06);--emikeyt-shadow-md: 0 8px 24px rgba(0,0,0,.08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--emikeyt-transition: .2s ease-in-out;--emikeyt-nav-height: 44px}.header-wrapper{background:var(--emikeyt-white);width:100%}.section-header{width:100%;z-index:150}@media screen and (min-width:990px){.header.emikeyt-header-full{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;min-height:68px;padding:0 2rem!important;box-sizing:border-box;background:var(--emikeyt-white);border-bottom:1px solid var(--emikeyt-border);position:relative}header-drawer{display:none!important}.header__heading{flex:0 0 auto;margin:0;z-index:2}.header__heading-link{display:inline-flex;align-items:center;color:var(--emikeyt-graphite);text-decoration:none}.header__heading-logo{display:block;max-width:170px;max-height:42px;object-fit:contain}.header__heading-link .h2{margin:0;font-size:2rem;font-weight:700;color:var(--emikeyt-graphite)}.emikeyt-header-search{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(620px,45vw);margin:0;z-index:1}.header__icons{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:.4rem;z-index:2}.header__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--emikeyt-graphite);transition:background-color var(--emikeyt-transition),color var(--emikeyt-transition)}.header__icon:hover{background:var(--emikeyt-yellow);color:var(--emikeyt-graphite)}.header__icon svg{width:21px;height:21px}.cart-count-bubble{background:var(--emikeyt-blue);color:var(--emikeyt-white);font-size:.9rem;font-weight:700}.header__inline-menu{position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);width:100%;height:var(--emikeyt-nav-height);display:flex;align-items:center;justify-content:center;background:var(--emikeyt-white);border-top:1px solid var(--emikeyt-border);border-bottom:1px solid var(--emikeyt-border);z-index:100;box-sizing:border-box}.header__inline-menu .list-menu--inline{display:flex;align-items:center;justify-content:center;gap:.2rem;width:100%;padding:0 2rem}.header__inline-menu .header__menu-item{display:flex;align-items:center;min-height:40px;padding:.5rem 1.2rem;border-radius:7px;color:var(--emikeyt-graphite);font-size:1.25rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color var(--emikeyt-transition),background-color var(--emikeyt-transition)}.header__inline-menu .header__menu-item:hover{color:var(--emikeyt-blue);background:#2563eb0f}.section-header{margin-bottom:var(--emikeyt-nav-height)}}@media screen and (max-width:989px){.header.emikeyt-header-full{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;min-height:56px;padding:0 1rem!important;box-sizing:border-box;position:relative}.header.emikeyt-header-full .emikeyt-header-search{display:none!important}.header__icons{display:flex!important;align-items:center;gap:.2rem;flex:0 0 auto}.header__icon--account,.header__icon--cart{display:inline-flex!important;width:40px;height:40px;align-items:center;justify-content:center}.header__icon--account.small-hide{display:inline-flex!important}.header__icons .desktop-localization-wrapper{display:none!important}.emikeyt-mobile-search-bar{display:flex;justify-content:center;align-items:center;width:100%;padding:8px 16px;background:var(--emikeyt-white);border-bottom:1px solid var(--emikeyt-border);box-sizing:border-box;position:sticky;top:56px;z-index:149}.emikeyt-mobile-search-bar .emikeyt-search-form{width:100%;max-width:480px}.emikeyt-mobile-search-bar .emikeyt-search-field,.emikeyt-mobile-search-bar .emikeyt-search-input{display:flex;align-items:center;width:100%;flex:1}}@media screen and (min-width:990px){.emikeyt-mobile-search-bar{display:none!important}}@media screen and (max-width:749px){.emikeyt-header-search{padding-left:1rem!important;padding-right:1rem!important}}.emikeyt-search-field{position:relative;display:flex;align-items:center;width:100%;height:48px;background:var(--emikeyt-soft-white);border:2px solid var(--emikeyt-border);border-radius:10px;overflow:hidden;box-sizing:border-box;transition:border-color var(--emikeyt-transition),box-shadow var(--emikeyt-transition)}.emikeyt-search-field:hover{border-color:#d1d5db}.emikeyt-search-field:focus-within{border-color:var(--emikeyt-blue);box-shadow:0 0 0 3px #2563eb1a}.emikeyt-search-input{flex:1;width:100%;height:100%;border:none;outline:none;background:transparent;padding:0 60px 0 18px;color:var(--emikeyt-graphite);font-size:1.4rem;font-weight:400;box-sizing:border-box}.emikeyt-search-input::placeholder{color:#9ca3af}.emikeyt-search-button{position:absolute;top:0;right:0;width:50px;height:100%;display:flex;align-items:center;justify-content:center;border:none;border-left:1px solid var(--emikeyt-border);background:var(--emikeyt-yellow);color:var(--emikeyt-graphite);cursor:pointer;transition:background-color var(--emikeyt-transition),color var(--emikeyt-transition)}.emikeyt-search-button:hover{background:var(--emikeyt-graphite);color:var(--emikeyt-white)}.emikeyt-search-button .svg-wrapper{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.emikeyt-search-button svg{width:20px;height:20px}.utility-bar__grid.page-width{max-width:100%!important;width:100%!important;padding-left:2rem!important;padding-right:2rem!important;box-sizing:border-box}.header__heading-link:focus-visible,.header__icon:focus-visible,.header__menu-item:focus-visible{outline:2px solid var(--emikeyt-blue);outline-offset:2px}@media(prefers-reduced-motion:reduce){.card-wrapper.product-card-wrapper,.card-wrapper.product-card-wrapper .card,.card-wrapper.product-card-wrapper .card__media img,.card-wrapper.product-card-wrapper .card__heading a,.emikeyt-add-btn,.header__icon,.header__menu-item,.emikeyt-search-field{transition:none!important;transform:none!important}}.card-wrapper.product-card-wrapper .card{background:#f8faff!important;border:none!important;border-radius:20px!important;box-shadow:0 4px 24px #0000001a!important;overflow:hidden!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}@media screen and (min-width:750px){.card-wrapper.product-card-wrapper:hover .card{transform:translateY(-4px)!important;box-shadow:0 8px 32px #00000024!important}.card-wrapper.product-card-wrapper:hover .card__media img{transform:scale(1.04)!important}}.card-wrapper.product-card-wrapper .card__inner{background:#fff!important}.card-wrapper.product-card-wrapper .card__inner .card__content{display:none!important}.card-wrapper.product-card-wrapper .card__media{background:#fff!important;overflow:hidden!important}.card-wrapper.product-card-wrapper .card__media img{object-fit:contain!important;padding:8px!important;transition:transform .4s ease!important}.card-wrapper.product-card-wrapper .card>.card__content{display:block!important;background:#f8faff!important}.card-wrapper.product-card-wrapper .card__information,.card-wrapper.product-card-wrapper .card-information{padding:10px 12px 12px!important;background:transparent!important;height:auto!important;min-height:unset!important;display:block!important;border-top:none!important}.card-wrapper.product-card-wrapper .card__heading a{font-weight:700!important;color:#1a2340!important;font-size:1.3rem!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.emikeyt-bottom-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:6px!important;flex-wrap:nowrap!important}.emikeyt-prices{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}.emikeyt-price-current{font-size:1.4rem!important;font-weight:800!important;color:#1a2340!important;white-space:nowrap!important}.emikeyt-price-compare s{font-size:1.05rem!important;color:#9aa5b4!important;font-weight:400!important;text-decoration:line-through!important}.emikeyt-add-btn{flex-shrink:0!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;background:#f4a7b9!important;color:#fff!important;border:none!important;box-shadow:0 3px 10px #f4a7b980!important;font-size:1.6rem!important;font-weight:300!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;padding:0!important;text-decoration:none!important;line-height:1!important}.emikeyt-add-btn:hover{background:#ef8fa6!important;transform:scale(1.08)!important;color:#fff!important}.emikeyt-add-btn--disabled{background:#d1d5db!important;box-shadow:none!important;cursor:not-allowed!important;transform:none!important}.emikeyt-badge{display:inline-block!important;border-radius:999px!important;padding:3px 9px!important;font-size:1rem!important;font-weight:700!important;line-height:1.3!important}.emikeyt-badge--sale{background:#e63946!important;color:#fff!important}.emikeyt-badge--top{background:#ffd21f!important;color:#1f2937!important}.card-wrapper.product-card-wrapper .card__badge{position:absolute!important;top:10px!important;left:10px!important;bottom:auto!important;display:flex!important;flex-wrap:wrap!important;gap:4px!important;z-index:2!important}.card-wrapper.product-card-wrapper .card__badge .badge{border-radius:999px!important;padding:3px 9px!important;font-size:1rem!important;font-weight:700!important}.price__sale{display:none!important}.price--on-sale .price__sale{display:flex!important}.price--on-sale .price__regular,.emikeyt-stars{display:none!important}@media screen and (max-width:749px){.card-wrapper.product-card-wrapper .card{border-radius:16px!important}}.card-wrapper.product-card-wrapper .card{border:1px solid #E5E7EB!important}.card-wrapper.product-card-wrapper{border-radius:20px!important;overflow:hidden!important}.card-wrapper.product-card-wrapper .card{border:1px solid #E5E7EB!important;border-radius:20px!important;overflow:hidden!important}.card-wrapper.product-card-wrapper .card__inner{border-radius:20px 20px 0 0!important;overflow:hidden!important}.card-wrapper.product-card-wrapper .card__media img{padding:0!important;object-fit:cover!important}.card-wrapper.product-card-wrapper .card__information,.card-wrapper.product-card-wrapper .card-information{height:90px!important;min-height:90px!important;max-height:90px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.card-wrapper.product-card-wrapper .card__heading a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-bottom:4px!important}.emikeyt-bottom-row{margin-top:auto!important}@media screen and (max-width:749px){.card-wrapper.product-card-wrapper .card__information,.card-wrapper.product-card-wrapper .card-information{height:85px!important;min-height:85px!important;max-height:85px!important}}.card-wrapper.product-card-wrapper .card__information,.card-wrapper.product-card-wrapper .card-information{height:110px!important;min-height:110px!important;max-height:110px!important}@media screen and (max-width:749px){.card-wrapper.product-card-wrapper .card__information,.card-wrapper.product-card-wrapper .card-information{height:105px!important;min-height:105px!important;max-height:105px!important}}.emikeyt-whatsapp{position:fixed;bottom:28px;right:24px;z-index:9999;display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}.emikeyt-whatsapp__bubble{background:#fff;color:#1f2937;font-size:1.3rem;font-weight:600;padding:10px 16px;border-radius:20px;box-shadow:0 4px 20px #0000001f;white-space:nowrap;opacity:0;transform:translate(10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.emikeyt-whatsapp:hover .emikeyt-whatsapp__bubble{opacity:1;transform:translate(0);pointer-events:auto}.emikeyt-whatsapp__btn{width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666,0 0 0 6px #25d36614;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;position:relative}.emikeyt-whatsapp:hover .emikeyt-whatsapp__btn{transform:scale(1.06);box-shadow:0 6px 20px #25d36680,0 0 0 7px #25d3661a}.emikeyt-whatsapp__btn svg{width:30px;height:30px;fill:#fff}.emikeyt-whatsapp__btn:before{display:none}@media screen and (max-width:749px){.emikeyt-whatsapp{bottom:20px;right:16px}.emikeyt-whatsapp__btn{width:52px;height:52px;box-shadow:0 4px 14px #25d36666,0 0 0 5px #25d36614}.emikeyt-whatsapp__bubble{display:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/emikeyt.css.map */
