#search-modal{--zh-pink: #f0358c;--zh-pink-hot: #ff5ca8;--zh-pink-light: #fff9fc;--zh-pink-whisper: #fdf2f7;--zh-pink-muted: #e8a4be;--zh-pink-border: #f0d4e4;--zh-pink-border-soft: #e8cdd9;--zh-ink: #2d2028;--zh-muted: #8a7080;--zh-border: #ececec;--zh-border-focus: #e8a4be;--zh-pad: clamp(16px, 2vw, 32px);--zh-panel-width: min(1400px, 94vw);--zh-search-card-gap: 10px;--zh-search-card-width: calc((100% - (3 * var(--zh-search-card-gap))) / 4);--zh-bar-radius: 8px;--zh-btn-radius: 6px;--zh-tag-radius: 8px;font-family:var(--font-body--family);font-weight:var(--font-body--weight);font-style:var(--font-body--style);color:var(--color-foreground)}#search-modal .zh-search-dialog-proxy{display:none!important;visibility:hidden!important;width:0!important;height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}#search-modal .zh-search-backdrop{position:fixed;top:var(--zh-search-top, var(--header-height, 72px));right:0;bottom:0;left:0;background:#00000057;z-index:calc(var(--layer-overlay) + 1);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}#search-modal .zh-search-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}#search-modal .zh-search-panel{display:none;position:fixed;top:var(--zh-search-top, var(--header-height, 72px));left:50%;right:auto;width:var(--zh-panel-width);max-width:none;margin:0;padding:0;border:1px solid var(--zh-pink-border);border-top:none;border-radius:0 0 12px 12px;background:#fff;box-shadow:0 6px 24px #00000014;height:auto;max-height:calc(100dvh - var(--zh-search-top, var(--header-height, 72px)) - 12px);overflow:hidden;overscroll-behavior:contain;z-index:calc(var(--layer-overlay) + 2);color:var(--zh-ink);box-sizing:border-box;transform:translate(-50%);flex-direction:column}@media screen and (max-width:749px){#search-modal{--zh-search-card-width: calc((100% - var(--zh-search-card-gap)) / 2);--zh-search-card-gap: 8px}#search-modal .zh-search-panel{width:calc(100vw - 24px)}#search-modal .zh-search-products__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--zh-search-card-gap);overflow-x:visible;scroll-snap-type:none;cursor:default}#search-modal .zh-search-products__track .zh-search-products__slide{flex:none;width:100%;max-width:none}#search-modal .zh-search-products__nav{display:none}}@media screen and (min-width:750px)and (max-width:989px){#search-modal{--zh-search-card-width: calc((100% - (2 * var(--zh-search-card-gap))) / 3)}}#search-modal .zh-search-panel.is-open{display:flex;animation:zh-panel-in .18s ease-out}#search-modal .zh-search-panel.is-open:has(.zh-search-empty){display:block;height:auto;max-height:none;overflow:hidden}#search-modal .zh-search-panel.is-closing{animation:zh-panel-out .14s ease-in forwards}@keyframes zh-panel-in{0%{opacity:0}to{opacity:1}}@keyframes zh-panel-out{0%{opacity:1}to{opacity:0}}#search-modal .zh-search-form,#search-modal .zh-search-predictive{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;height:auto!important;min-height:0!important;box-sizing:border-box;overflow:hidden}#search-modal .zh-search-panel:has(.zh-search-empty) .zh-search-form,#search-modal .zh-search-panel:has(.zh-search-empty) .zh-search-predictive{display:block;flex:none;overflow:visible}#search-modal .zh-search-panel:has(.zh-search-empty){overflow:hidden;height:auto;max-height:none}#search-modal .zh-search-panel:has(.zh-search-empty) .zh-search-modal__body,#search-modal .zh-search-panel:has(.zh-search-empty) .predictive-search-dropdown,#search-modal .zh-search-panel:has(.zh-search-empty) .predictive-search-results__inner,#search-modal .zh-search-panel:has(.zh-search-empty) .zh-search-empty,#search-modal .zh-search-panel:has(.zh-search-empty) .zh-search-products{height:auto!important;min-height:0!important;max-height:none!important;flex:none!important;flex-grow:0!important}#search-modal predictive-search-component{display:flex!important;flex-direction:column;flex:1 1 auto;min-height:0;height:auto!important;overflow:hidden}#search-modal .zh-search-panel:has(.zh-search-empty) predictive-search-component{display:block!important;flex:none;overflow:visible}#search-modal .zh-search-modal__body .predictive-search-dropdown,#search-modal .zh-search-modal__body .predictive-search-results__inner,#search-modal .zh-search-modal__body .zh-search-empty{display:block;position:static!important;width:100%;padding:0;margin:0;flex:none!important;flex-grow:0!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding-block:0!important}#search-modal .zh-search-modal__body{display:block;width:100%;background:transparent;box-sizing:border-box}#search-modal .zh-search-panel:not(:has(.zh-search-empty)) .zh-search-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}#search-modal .zh-search-panel:not(:has(.zh-search-empty)) .zh-search-modal__body::-webkit-scrollbar{display:none;width:0;height:0}#search-modal .zh-search-modal__footer{display:none!important}#search-modal .zh-search-predictive:has(.predictive-search-results__inner[data-search-results]):not(:has(.predictive-search-results__no-results)) .zh-search-modal__footer{display:none!important}#search-modal .zh-search-modal__header{flex-shrink:0;position:relative;z-index:5;display:flex;align-items:center;gap:10px;padding:16px var(--zh-pad) 14px;background:#fff;border-bottom:1px solid var(--zh-pink-border);width:100%;box-sizing:border-box}#search-modal .zh-search-modal__bar{flex:1 1 auto;display:flex;align-items:center;gap:0;min-height:48px;min-width:0;width:100%;padding:4px;border:1px solid var(--zh-pink-border-soft);border-radius:var(--zh-bar-radius);background:#fff;overflow:hidden;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}#search-modal .zh-search-modal__bar:focus-within{border-color:var(--zh-border-focus);box-shadow:0 0 0 2px #f0358c1f}#search-modal .zh-search-modal__input{flex:1 1 auto;width:100%;min-width:0;height:auto;min-height:38px;border:0!important;padding:0 12px 0 14px!important;margin:0;font-family:var(--font-body--family);font-weight:var(--font-body--weight);font-size:1rem;line-height:1.4;background:transparent!important;color:var(--color-foreground)!important;outline:none!important;box-shadow:none!important;border-radius:0!important;-webkit-appearance:none;appearance:none;box-sizing:border-box}#search-modal .zh-search-modal__input::placeholder{color:#c9a8b8;opacity:1}#search-modal .zh-search-modal__clear{flex-shrink:0;border:0;background:transparent;padding:0 12px;font-size:.8125rem;color:var(--zh-muted);text-decoration:underline;cursor:pointer;transition:color .2s ease}#search-modal .zh-search-modal__clear:hover{color:var(--zh-pink)}#search-modal .zh-search-modal__clear[hidden]{display:none!important}#search-modal .zh-search-modal__submit{flex:0 0 auto;align-self:stretch;border:0;background:linear-gradient(135deg,#e8558f 0%,var(--zh-pink) 100%);color:#fff;font-family:var(--font-accent--family);font-weight:var(--font-accent--weight);font-size:.9375rem;padding:0 24px;margin:0;min-height:38px;border-radius:var(--zh-btn-radius);cursor:pointer;white-space:nowrap;transition:background .2s ease,filter .2s ease}#search-modal .zh-search-modal__submit:hover{background:linear-gradient(135deg,var(--zh-pink) 0%,var(--zh-pink-hot) 100%);filter:brightness(1.04)}#search-modal .zh-search-modal__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgb(240 53 140 / .2);border-radius:var(--zh-btn-radius);background:#fff;color:var(--zh-pink);box-shadow:0 4px 16px #1a121014;cursor:pointer;transition:border-color .22s ease,color .22s ease,background .22s ease,transform .22s cubic-bezier(.34,1.4,.64,1),box-shadow .22s ease}#search-modal .zh-search-modal__close:hover{border-color:#f0358c73;color:#fff;background:linear-gradient(135deg,#e8558f 0%,var(--zh-pink) 100%);box-shadow:0 6px 20px #f0358c38;transform:scale(1.04)}#search-modal .zh-search-modal__close:active{transform:scale(.96)}#search-modal .zh-search-modal__close:focus-visible{outline:2px solid var(--zh-pink);outline-offset:2px}#search-modal .zh-search-modal__close-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}#search-modal .zh-search-modal__close-icon svg{width:18px;height:18px}#search-modal .zh-search-recently-viewed-slot{display:none!important}#search-modal .zh-search-products__viewport{overflow:hidden}#search-modal .zh-hot-search{padding:12px var(--zh-pad) 8px}#search-modal .zh-hot-search__heading,#search-modal .zh-search-products__heading{margin:0 0 10px;font-family:var(--font-accent--family);font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;letter-spacing:0;color:var(--color-foreground);text-transform:none;-webkit-font-smoothing:antialiased}#search-modal .zh-search-products__heading{margin:0}#search-modal .zh-hot-search__tags{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}#search-modal .zh-hot-search__tag{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 16px;border:1px solid #e8e8e8;border-radius:var(--zh-tag-radius)!important;background:#f5f5f5;color:#333;font-family:var(--font-accent--family);font-weight:600;font-size:.875rem;letter-spacing:.02em;line-height:1.2;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background .2s ease,border-color .2s ease,color .2s ease}#search-modal .zh-hot-search__tag:hover{border-color:var(--zh-pink-muted);background:#fce8f2;color:var(--zh-pink)}#search-modal .zh-search-products{padding:2px var(--zh-pad) 10px;margin:0}#search-modal .zh-search-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}#search-modal .zh-search-products__heading{font-size:clamp(1rem,1.2vw,1.125rem);font-weight:700}#search-modal .zh-search-products__empty{padding:8px 0 4px}#search-modal .zh-search-products__empty .predictive-search-results__no-results{margin:0;padding:0;text-align:left;color:var(--zh-muted);font-size:.875rem}#search-modal .zh-search-empty>.predictive-search-results__no-results{display:none}#search-modal .zh-search-products__nav{display:flex;gap:8px}#search-modal .zh-search-products__arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--zh-pink-border-soft);border-radius:8px;background:#fff;color:#666;cursor:pointer;padding:0;transition:border-color .22s cubic-bezier(.22,1,.36,1),color .22s ease,background .22s ease,transform .2s cubic-bezier(.34,1.4,.64,1),box-shadow .22s ease}#search-modal .zh-search-products__arrow:hover:not(:disabled){border-color:var(--zh-pink);color:var(--zh-pink);background:#f0358c0f;transform:translateY(-2px);box-shadow:0 4px 14px #f0358c29}#search-modal .zh-search-products__arrow:active:not(:disabled){transform:translateY(0) scale(.96)}#search-modal .zh-search-products__arrow:focus-visible{outline:2px solid var(--zh-pink);outline-offset:2px}#search-modal .zh-search-products__arrow:disabled{opacity:.32;cursor:not-allowed;pointer-events:none;background:#f7f7f7;border-color:#e8e8e8;color:#bbb}#search-modal .zh-search-products__track{--zh-carousel-card-width: var(--zh-search-card-width);display:flex;align-items:flex-start;gap:var(--zh-search-card-gap);width:100%;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-block:8px 6px;margin:0;cursor:grab;touch-action:pan-x;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}#search-modal .zh-search-products__track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}#search-modal .zh-search-products__track.is-dragging .zh-product-card__link{pointer-events:none}@media screen and (max-width:749px){#search-modal .zh-search-products__track{--zh-carousel-card-width: var(--zh-search-card-width)}}#search-modal .zh-search-products__track::-webkit-scrollbar{display:none}#search-modal .zh-search-products__track .zh-search-products__slide{flex:0 0 var(--zh-carousel-card-width);width:var(--zh-carousel-card-width);max-width:var(--zh-carousel-card-width);min-width:0;height:auto;scroll-snap-align:start}#search-modal .zh-search-products__track .zh-product-card--unice{display:flex;flex-direction:column;width:100%;height:auto;padding:0;margin:0;border:none;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 6px #1a12100f;transition:box-shadow .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}@media(hover:hover){#search-modal .zh-search-products__track .zh-product-card--unice:hover{box-shadow:0 14px 36px #1a12101a;transform:translateY(-4px)}#search-modal .zh-search-products__track .zh-product-card--unice:hover .zh-product-card__title{color:var(--zh-pink)}#search-modal .zh-search-products__track .zh-product-card--unice:hover .zh-product-card__image,#search-modal .zh-search-products__track .zh-product-card--unice:hover .zh-product-card__placeholder{transform:scale(1.04)}#search-modal .zh-search-products__track .zh-product-card--unice:hover .zh-product-card__cart:not(:hover){background:#ff4da6;box-shadow:0 4px 14px #f0358c61;transform:scale(1.05)}}#search-modal .zh-search-products__track .zh-product-card--unice:active{transform:translateY(0) scale(.995);transition-duration:.1s}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__media{aspect-ratio:3 / 3.75;border-radius:0;background:#f3f3f3;overflow:hidden}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__image,#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__placeholder{transition:transform .4s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__media:after{display:none}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__placeholder{background:linear-gradient(180deg,#fafafa,#efefef)}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__placeholder svg{width:40px;height:40px;opacity:.35}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo{left:0;right:0;bottom:0;min-height:var(--zh-card-promo-min-h, 44px);padding:10px 12px;border-radius:0}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo--bogo{background:#dff3f8}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo--deal,#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo--flash{background:#ffe4f0}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo--flash{border-radius:0;padding:0;min-height:var(--zh-card-promo-min-h, 44px)}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__promo-text{font-size:var(--zh-card-promo-font, .8125rem);line-height:1.35}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__tags--unice{margin:6px 8px 0;gap:4px}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag{padding:4px 10px;font-size:.6875rem;border-radius:8px}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__body{padding:6px 8px 8px}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__title{margin:0 0 3px;font-size:.8125rem;line-height:1.35;-webkit-line-clamp:2;transition:color .22s ease}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__rating{margin:0 0 4px;font-size:.6875rem}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__footer{margin:0;gap:4px}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__price-current{font-size:.875rem}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__price-compare{font-size:.6875rem}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__cart{position:relative;z-index:2;width:44px;height:44px;border-radius:8px;background:#f0358c;border:0;box-shadow:0 2px 8px #f0358c47;transition:background .22s ease,transform .22s cubic-bezier(.34,1.4,.64,1),box-shadow .22s ease}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__cart svg{width:20px;height:20px}#search-modal .zh-search-products__track .zh-product-card--unice .zh-product-card__cart svg path{stroke:#fff}#search-modal .zh-search-empty .predictive-search-results__no-results{padding:16px var(--zh-pad) 24px;text-align:left;color:var(--zh-muted);font-size:.875rem}#search-modal .zh-search-queries{padding:10px var(--zh-pad) 6px}#search-modal .zh-search-queries__list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}#search-modal .zh-search-queries__pill{display:inline-flex;align-items:center;min-height:36px;padding:8px 16px!important;border:1px solid #e8e8e8!important;border-radius:var(--zh-tag-radius)!important;background:#f5f5f5!important;color:#333!important;font-weight:600!important;font-size:.875rem!important;text-decoration:none!important}#search-modal .zh-search-queries__pill:hover{border-color:var(--zh-pink-muted)!important;background:#fce8f2!important;color:var(--zh-pink)!important}#search-modal .zh-search-results{padding:10px var(--zh-pad) 14px}#search-modal .zh-search-results__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}#search-modal .zh-search-results__title{margin:0;font-family:var(--font-accent--family);font-weight:700;font-size:.9375rem;letter-spacing:.02em;text-transform:uppercase;color:var(--color-foreground)}#search-modal .zh-search-results__hint{margin:0;font-size:.75rem;font-weight:600;color:var(--zh-muted);white-space:nowrap}#search-modal .zh-search-results__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0 0 6px}@media screen and (min-width:750px){#search-modal .zh-search-results__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px}}@media screen and (min-width:990px){#search-modal .zh-search-results__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 10px}}#search-modal .zh-search-results__cell{list-style:none;min-width:0}#search-modal .zh-search-results__grid .zh-product-card--unice{display:flex;flex-direction:column;width:100%;height:100%;padding:0;margin:0;border:1px solid #f0e8e2;border-radius:8px;overflow:hidden;background:#fff;box-shadow:none}#search-modal .zh-search-results__grid .zh-product-card--unice:hover{border-color:#f0358c47;box-shadow:0 4px 14px #f0358c14;transform:none}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__media{aspect-ratio:3 / 3.75;border-radius:0;background:#f3f3f3}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__media:after{display:none}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__placeholder{background:linear-gradient(180deg,#fafafa,#efefef)}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__placeholder svg{width:36px;height:36px;opacity:.35}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__badge{top:8px;left:8px;min-height:26px;padding:4px 8px;font-size:.75rem;border-radius:8px}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo{left:0;right:0;bottom:0;min-height:var(--zh-card-promo-min-h, 44px);padding:10px 12px;border-radius:0;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo--bogo{background:#dff3f8}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo--deal,#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo--flash{background:#ffe4f0}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo--flash{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(var(--zh-card-promo-min-h, 44px),auto);border-radius:0;min-height:var(--zh-card-promo-min-h, 44px);padding:0;align-items:stretch}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo-tag{display:flex;align-items:center;height:100%;min-height:100%;padding:0 10px;font-size:var(--zh-card-promo-tag-font, .6875rem)}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__promo--flash .zh-product-card__promo-text{display:flex;align-items:center;min-height:100%;font-size:var(--zh-card-promo-font, .8125rem);line-height:1.35}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__tags--unice{display:flex;flex-wrap:nowrap;gap:4px;margin:5px 8px 0;overflow:hidden}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag{flex:0 1 auto;max-width:100%;padding:4px 10px;font-size:.6875rem;line-height:1.35;border-radius:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag:nth-child(n+3){display:none}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__body{padding:5px 8px 8px}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__title{margin:0 0 2px;font-size:.75rem;font-weight:600;line-height:1.35;-webkit-line-clamp:2}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__rating{margin:0 0 3px;font-size:.625rem;gap:3px}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__reviews{display:none}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__footer{margin:0;gap:4px;align-items:center}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__price-current{font-size:.8125rem;font-weight:800}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__price-compare{font-size:.625rem}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__cart{width:44px;height:44px;flex-shrink:0;border-radius:8px;background:#f0358c;border:0;box-shadow:0 2px 8px #f0358c47}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__cart svg{width:20px;height:20px}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__cart svg path{stroke:#fff}#search-modal .zh-search-results__grid .zh-product-card--unice .zh-product-card__cart:hover{background:#ff5ca8;transform:none}#search-modal .predictive-search-results__inner[data-search-results] .resource-card,#search-modal .predictive-search-results__inner[data-search-results] .predictive-search-results__list:not(.zh-search-results__grid){display:none}#search-modal .predictive-search-results__products{padding-inline:0}#search-modal .zh-search-results__view-all{margin:clamp(14px,2vw,20px) 0 0;padding-top:clamp(12px,1.6vw,16px);border-top:1px solid rgb(240 53 140 / .1);text-align:center}#search-modal .zh-search-results__view-all a{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:8px;font-size:.875rem;font-weight:700;color:var(--zh-col-pink, #f0358c);text-decoration:none;transition:background .2s ease,color .2s ease}#search-modal .zh-search-results__view-all a:hover{background:#f0358c14;text-decoration:underline;text-underline-offset:2px}#search-modal .predictive-search-results__no-results{padding:16px var(--zh-pad) 24px;text-align:left;color:var(--zh-muted);font-size:.875rem}body.zh-search-open{overflow:hidden!important}body.zh-search-open #header-group{position:relative;z-index:calc(var(--layer-overlay) + 3);background:transparent}
/*# sourceMappingURL=/cdn/shop/t/2/assets/zh-search-modal.css.map */
