.harum-ext{--harum-ext-radius: 1.2rem;--harum-ext-line: rgba(var(--color-foreground), .12);--harum-ext-muted: rgba(var(--color-foreground), .62);--harum-ext-surface: rgba(var(--color-foreground), .03)}.harum-ext [hidden],.harum-ext[hidden],.harum-ext-active .template-search{display:none!important}.harum-ext__card{padding:2rem;border:1px solid var(--harum-ext-line);border-radius:var(--harum-ext-radius)}.harum-ext__heading{margin:0;font-size:2rem;font-weight:600;line-height:1.3}.harum-ext__subheading{margin:.8rem 0 0;max-width:72rem;color:var(--harum-ext-muted);font-size:1.4rem}.harum-ext__form{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem}.harum-ext__input-wrap{position:relative;flex:1 1 26rem;min-width:0}.harum-ext__input-icon{position:absolute;top:50%;inset-inline-start:1.6rem;width:1.8rem;height:1.8rem;transform:translateY(-50%);color:rgba(var(--color-field-text),.5);pointer-events:none}.harum-ext__input{padding-inline-start:4.4rem}.harum-ext__go{flex-shrink:0}.harum-ext__trending{margin-top:1.2rem;font-size:1.3rem;color:var(--harum-ext-muted)}.harum-ext__trending-label{font-weight:600}.harum-ext__trending a{display:inline-block;margin-inline-start:1.2rem;color:inherit;text-decoration:underline;text-underline-offset:3px}.harum-ext__trending a:hover{color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.harum-ext__form{flex-direction:column}.harum-ext__go{width:100%}}.harum-ext-btn{display:inline-flex;align-items:center;justify-content:center;height:var(--buttons-height);padding:0 2rem;border:var(--buttons-border-width) solid rgb(var(--color-button));border-radius:var(--buttons-radius, 0);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-button-family);font-weight:var(--font-button-weight);letter-spacing:var(--buttons-letter-spacing, 0);text-transform:var(--buttons-transform, capitalize);text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .3s,color .3s}.harum-ext-btn:hover{background:rgba(var(--color-button),.85);color:rgb(var(--color-button-text))}.harum-ext-btn--brand{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.harum-ext-btn--ghost{background:none;border-color:rgba(var(--color-border),var(--color-border-alpha, 1));color:rgb(var(--color-foreground))}.harum-ext-btn--ghost:hover{background:var(--harum-ext-surface);color:rgb(var(--color-foreground))}.harum-ext__results{padding-top:3.2rem}.harum-ext__results-title{margin:0;font-size:1.8rem;font-weight:600}.harum-ext__disclaimer{margin:.8rem 0 2.4rem;max-width:72rem;color:var(--harum-ext-muted);font-size:1.3rem}.harum-ext__grid{display:grid;gap:2.4rem 1.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.harum-ext__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1100px){.harum-ext__grid{gap:3.2rem 2.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}}.harum-ext-card{display:flex;flex-direction:column;min-width:0}.harum-ext-card__media{position:relative;display:block;width:100%;padding:0;border:0;border-radius:var(--harum-ext-radius);background:var(--harum-ext-surface);overflow:hidden;cursor:pointer}.harum-ext-card__media img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;border-radius:var(--harum-ext-radius);object-fit:cover;transition:transform .25s ease}.harum-ext-card__media:hover img{transform:scale(1.04)}.harum-ext-card__open{position:absolute;top:.8rem;inset-inline-end:.8rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.harum-ext-card__open svg{width:1.4rem;height:1.4rem}.harum-ext-card__title{display:-webkit-box;margin:1rem 0 0;font-size:1.4rem;font-weight:500;line-height:1.4;overflow:hidden;overflow-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;cursor:pointer}.harum-ext-card__price{margin:.6rem 0 0;font-size:1.3rem;font-weight:600}.harum-ext-card__actions{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem}.harum-ext-card__actions .harum-ext-btn{height:auto;padding:1rem 1.2rem;font-size:1.2rem;line-height:1.2}.harum-ext__loader{display:flex;gap:.8rem;justify-content:center;padding:4rem 0;color:rgb(var(--color-foreground))}.harum-ext__loader span{width:1rem;height:1rem;border-radius:50%;background:currentColor;animation:harum-ext-bounce 1s infinite ease-in-out}.harum-ext__loader span:nth-child(2){animation-delay:.15s}.harum-ext__loader span:nth-child(3){animation-delay:.3s}@keyframes harum-ext-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-.6rem)}}@media(prefers-reduced-motion:reduce){.harum-ext__loader span{animation-duration:2.5s}.harum-ext-card__media img,.harum-ext-card__media:hover img{transition:none;transform:none}}.harum-ext__empty{padding:4.8rem 0;text-align:center;color:var(--harum-ext-muted)}.harum-ext-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#00000073}.harum-ext-modal__box{width:100%;max-width:56rem;max-height:90vh;padding:2.8rem;border-radius:var(--harum-ext-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-align:center;overflow-y:auto}.harum-ext-modal__title{margin:0 0 1.6rem;font-size:1.8rem;font-weight:600}.harum-ext-modal__gif{margin:0 auto 1.6rem;max-width:100%;max-height:35vh;border-radius:.8rem}.harum-ext-modal__gif--mobile{display:none}@media screen and (max-width:749px){.harum-ext-modal__gif--desktop{display:none}.harum-ext-modal__gif--mobile{display:block}}.harum-ext-modal__actions{display:flex;gap:1.2rem;justify-content:center;margin-top:2rem}
/*# sourceMappingURL=/cdn/shop/t/298/assets/harum-external-search.css.map */
