:root{--mk-navy: #0F2A43;--mk-navy-700: #15324F;--mk-gold: #E8A317;--mk-gold-600: #C98A0D;--mk-gold-600-a11y: #906309;--mk-line: #E6E9EE;--mk-text: #1A1F26;--mk-muted: #6B7280;--mk-radius: 14px;--mk-shadow-lg: 0 14px 40px rgba(15,42,67,.16);--mk-ease: cubic-bezier(.2,.7,.3,1)}.mk-search{position:relative}.mk-search input:focus-visible,.mk-search button:focus-visible,.mk-search a:focus-visible{outline:2px solid var(--mk-navy);outline-offset:2px;border-radius:4px}.mk-search__clear{position:absolute;top:50%;right:var(--mk-search-clear-right, 132px);transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:none;background:#eef1f4;color:var(--mk-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.mk-search__clear svg{width:13px;height:13px}.mk-search__clear:hover{background:#e2e6eb;color:var(--mk-text)}.mk-search__back{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--mk-navy);cursor:pointer;position:absolute;left:-46px;top:0}.mk-search__back svg{width:22px;height:22px}.mk-search__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#08172666;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mk-search__panel{position:absolute;top:100%;left:0;right:0;margin-top:10px;background:#fff;border:1px solid var(--mk-line);border-radius:var(--mk-radius);box-shadow:var(--mk-shadow-lg);z-index:100;max-height:70vh;overflow-y:auto;padding:14px;opacity:0;transform:translateY(-6px) scale(.99);transition:opacity .18s var(--mk-ease),transform .18s var(--mk-ease)}.mk-search__panel.is-open{opacity:1;transform:translateY(0) scale(1)}.mk-search__panel::-webkit-scrollbar{width:6px}.mk-search__panel::-webkit-scrollbar-thumb{background:var(--mk-line);border-radius:999px}.mk-search__section{margin-bottom:14px;animation:mkSearchRowIn .3s var(--mk-ease) both}.mk-search__section:last-of-type{margin-bottom:6px}.mk-search__section-head{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--mk-muted);margin-bottom:9px}.mk-search__section-head svg{width:14px;height:14px;color:var(--mk-gold-600-a11y);flex:0 0 auto}.mk-search__section-head--between{justify-content:space-between}.mk-search__clear-history{border:none;background:none;color:var(--mk-gold-600-a11y);font-size:11.5px;font-weight:700;text-transform:none;letter-spacing:0;cursor:pointer;padding:0}.mk-search__clear-history:hover{text-decoration:underline}.mk-search__chips{display:flex;flex-wrap:wrap;gap:8px}.mk-search__chip{display:inline-flex;align-items:stretch;border-radius:999px;background:#f4f6f8;overflow:hidden;transition:background .15s var(--mk-ease)}.mk-search__chip.is-active,.mk-search__chip:hover{background:#e9edf2}.mk-search__chip-btn{border:none;background:none;padding:7px 6px 7px 14px;font-size:12.5px;font-weight:600;color:var(--mk-text);cursor:pointer}.mk-search__chip-remove{border:none;background:none;width:26px;display:flex;align-items:center;justify-content:center;color:var(--mk-muted);cursor:pointer}.mk-search__chip-remove svg{width:11px;height:11px}.mk-search__chip-remove:hover{color:var(--mk-deal, #E63946)}.mk-search__suggest-chip{border:1px solid var(--mk-line);background:#fff;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600;color:var(--mk-text);cursor:pointer;transition:border-color .15s var(--mk-ease),background .15s var(--mk-ease)}.mk-search__suggest-chip.is-active,.mk-search__suggest-chip:hover{border-color:var(--mk-gold);background:#e8a31714}.mk-search__suggest-chip mark,.mk-search__suggest-chip b{background:none;color:var(--mk-gold-600-a11y);font-weight:800}.mk-search__products{display:flex;flex-direction:column;gap:2px}.mk-search__product{display:flex;align-items:center;gap:12px;padding:8px;border-radius:10px;text-decoration:none;color:var(--mk-text);transition:background .12s var(--mk-ease)}.mk-search__product.is-active,.mk-search__product:hover{background:#f4f6f8}.mk-search__product-img{flex:0 0 auto;width:44px;height:44px;border-radius:8px;overflow:hidden;background:#f4f6f8;border:1px solid var(--mk-line);display:flex;align-items:center;justify-content:center}.mk-search__product-img img{width:100%;height:100%;object-fit:contain;padding:3px;display:block}.mk-search__product-info{display:flex;flex-direction:column;gap:2px;min-width:0}.mk-search__product-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-search__product-price{font-size:12px;font-weight:700;color:var(--mk-navy)}.mk-search__product-title mark{background:#e8a31740;color:var(--mk-navy);border-radius:3px;padding:0 2px;font-weight:800}.mk-search__collections{display:flex;flex-direction:column;gap:2px}.mk-search__collection{display:block;padding:8px 10px;border-radius:10px;font-size:13px;font-weight:600;color:var(--mk-text);text-decoration:none;transition:background .12s var(--mk-ease)}.mk-search__collection.is-active,.mk-search__collection:hover{background:#f4f6f8;color:var(--mk-gold-600-a11y)}.mk-search__collection mark{background:#e8a31740;color:var(--mk-navy);border-radius:3px;padding:0 2px}.mk-search__empty{padding:20px 10px;text-align:center;font-size:13px;color:var(--mk-muted)}.mk-search__skeleton{display:flex;flex-direction:column;gap:4px}.mk-search__skel-row{display:flex;align-items:center;gap:12px;padding:8px}.mk-search__skel-img{width:44px;height:44px;border-radius:8px;background:#eef1f4;flex:0 0 auto;overflow:hidden;position:relative}.mk-search__skel-lines{flex:1;display:flex;flex-direction:column;gap:8px}.mk-search__skel-lines span{display:block;height:9px;border-radius:5px;background:#eef1f4;overflow:hidden;position:relative}.mk-search__skel-lines span:first-child{width:70%}.mk-search__skel-lines span:last-child{width:35%}.mk-search__skel-img:after,.mk-search__skel-lines span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:mkSearchShimmer 1.3s infinite}.mk-search__seeall{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;margin-top:4px;border-top:1px solid var(--mk-line);font-size:13px;font-weight:700;color:var(--mk-gold-600-a11y);text-decoration:none;transition:gap .2s var(--mk-ease)}.mk-search__seeall.is-active,.mk-search__seeall:hover{gap:11px;color:var(--mk-navy)}.mk-search__seeall svg{width:15px;height:15px;transition:transform .2s var(--mk-ease)}@keyframes mkSearchRowIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes mkSearchShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.mk-search__panel,.mk-search__section{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}.mk-search__skel-img:after,.mk-search__skel-lines span:after{animation:none!important}}html.mk-search-lock,html.mk-search-lock body{overflow:hidden;height:100%}@media(max-width:749px){.mk-search__clear{right:var(--mk-search-clear-right, 54px)}.mk-search.is-mobile-active .mk-search__panel{position:fixed;top:var(--mk-panel-top, 60px);left:0;right:0;bottom:0;margin-top:0;border-radius:16px 16px 0 0;max-height:none;z-index:110;padding:16px 14px 0}.mk-search.is-mobile-active .mk-search__back{display:flex}.mk-search.is-mobile-active .mk-search__backdrop{z-index:95}.mk-search.is-mobile-active .mk-search__seeall{position:sticky;bottom:0;z-index:1;margin:8px -14px 0;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:#fff;box-shadow:0 -6px 12px #0f2a4314}.mk-search__product,.mk-search__collection,.mk-search__chip-btn,.mk-search__suggest-chip{min-height:44px}.mk-search__product{padding:10px 8px}}.mk-img-fallback{width:100%;height:100%;min-height:100%;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(160deg,#081726,#0f2a43 55%,#15324f);background-size:16px 16px,cover;overflow:hidden}.mk-img-fallback--own-ratio{height:auto;min-height:0}.mk-img-fallback__mark{font-family:Poppins,sans-serif;font-weight:800;letter-spacing:-.02em;color:#e8a317;line-height:1;-webkit-user-select:none;user-select:none}.mk-img-fallback--xs .mk-img-fallback__mark{font-size:13px}.mk-img-fallback--sm .mk-img-fallback__mark{font-size:22px}.mk-img-fallback--md .mk-img-fallback__mark{font-size:34px}.mk-img-fallback--lg .mk-img-fallback__mark{font-size:clamp(48px,9vw,88px)}.mk-img-fallback__flag{position:absolute;left:6px;bottom:6px;z-index:2;max-width:calc(100% - 12px);background:#b3261e;color:#fff;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;line-height:1.25;padding:3px 7px;border-radius:6px;box-shadow:0 2px 6px #00000040;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mk-img-fallback--xs .mk-img-fallback__flag{display:none}
/*# sourceMappingURL=/cdn/shop/t/17/assets/marcado-search.css.map */
