.search-modal .search-modal__content,.search-modal__content.search-modal__content{width:100vw;max-width:100vw;margin:0;border:0;border-radius:0!important;background:#fff;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:none;backdrop-filter:none;animation:ctr-search-in .2s cubic-bezier(.16,1,.3,1) both}@keyframes ctr-search-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.search-modal .search-modal__content{animation:none}}.search-modal .dialog-modal::backdrop,dialog.dialog-modal::backdrop,.search-modal::backdrop{background:#0000006b}.predictive-search .predictive-search-form__header,.predictive-search-form__header.predictive-search-form__header{padding:clamp(22px,3.4vw,40px) clamp(20px,4vw,56px)!important;max-width:100%}.predictive-search .predictive-search-form__header-inner{display:flex;align-items:center;gap:clamp(14px,2vw,26px);max-width:100%}.predictive-search .search-input,.search-input.search-input{flex:1 1 auto;height:56px;padding-inline:0 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:450;letter-spacing:.005em;line-height:1.2}.predictive-search .search-input:focus,.search-input.search-input:focus{outline:none;border:0!important;box-shadow:none!important}.predictive-search .search-input::placeholder{opacity:.38;font-weight:400}.predictive-search .predictive-search__icon{position:static!important;inset:auto!important;flex:0 0 auto;width:clamp(24px,2.4vw,30px);height:clamp(24px,2.4vw,30px);opacity:.85}.predictive-search .predictive-search__reset-button,.predictive-search .predictive-search__close-modal-button{position:static!important;inset:auto!important;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:none;transition:background-color .18s ease,transform .18s ease}.predictive-search .predictive-search__close-modal-button svg,.predictive-search .predictive-search__reset-button svg{width:24px;height:24px}.predictive-search .predictive-search__reset-button:hover,.predictive-search .predictive-search__close-modal-button:hover{background:#0000000f}.predictive-search .predictive-search__close-modal-button:active{transform:scale(.94)}.predictive-search .predictive-search__reset-button:focus-visible,.predictive-search .predictive-search__close-modal-button:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.predictive-search .predictive-search-form__content,.predictive-search-form__content.predictive-search-form__content{padding:0 clamp(20px,4vw,56px) clamp(24px,3vw,44px)!important;max-width:100%}.predictive-search .predictive-search-dropdown,.predictive-search-dropdown.predictive-search-dropdown{border:0;border-radius:var(--ctr-radius-lg, 16px);box-shadow:none;background:transparent}.predictive-search .predictive-search-results__inner,.predictive-search-results__inner.predictive-search-results__inner{display:flex;flex-direction:column;gap:clamp(22px,2.8vw,34px);padding:4px 0 0}.predictive-search .predictive-search-results__title,.predictive-search-results__title.predictive-search-results__title,.ctr-search__label{font-size:.7rem;font-weight:650;letter-spacing:.16em;text-transform:uppercase;opacity:.5;margin:0}.ctr-search__block{display:flex;flex-direction:column;gap:14px}.ctr-search__block[hidden]{display:none}.ctr-search__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ctr-search__clear{background:none;border:0;padding:4px 2px;font-size:.76rem;font-weight:600;color:inherit;opacity:.5;cursor:pointer;min-height:32px;letter-spacing:.04em;text-transform:uppercase;transition:opacity .18s ease}.ctr-search__clear:hover{opacity:1}.ctr-search__chips{display:flex;flex-wrap:wrap;gap:9px}.ctr-search__chip{display:inline-flex;align-items:center;min-height:40px;padding:0 17px;border:1px solid rgb(0 0 0 / .1);border-radius:var(--ctr-radius-pill, 999px);background:#ffffffb3;font-size:.84rem;font-weight:550;letter-spacing:.01em;line-height:1;text-decoration:none;color:inherit;white-space:nowrap;transition:border-color .2s ease,background-color .2s ease,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.ctr-search__chip:hover{border-color:#0000009e;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000012}.ctr-search__chip:active{transform:translateY(0)}.ctr-search__chip:focus-visible{outline:2px solid currentcolor;outline-offset:2px}@media(prefers-reduced-motion:reduce){.ctr-search__chip{transition:none}}.ctr-search__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:749px){.ctr-search__cols{grid-template-columns:repeat(2,minmax(0,1fr))}}.ctr-search__col{display:flex;flex-direction:column;gap:9px;text-decoration:none;color:inherit}.ctr-search__col-media{display:block;border-radius:var(--ctr-radius, 12px);overflow:hidden;border:1px solid rgb(0 0 0 / .08);background:#00000008;aspect-ratio:4 / 3}.ctr-search__col-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ctr-search__col:hover .ctr-search__col-media img{transform:scale(1.06)}.ctr-search__col-title{font-size:.85rem;font-weight:600;line-height:1.3}.predictive-search .predictive-search-results__list{gap:clamp(12px,1.6vw,20px)}.predictive-search .predictive-search-results__card--product{border-radius:var(--ctr-radius, 12px);transition:background-color .2s ease,transform .2s cubic-bezier(.16,1,.3,1)}.predictive-search .predictive-search-results__card--product:hover{background:#00000008;transform:translateY(-2px)}.predictive-search .predictive-search-results__card img,.predictive-search-results__card.predictive-search-results__card img{object-fit:contain;background:#00000005;border-radius:var(--ctr-radius-sm, 8px)}.search-page__header{gap:14px}.search-page__header :is(h1,h2,h3){font-weight:650;letter-spacing:-.02em;font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.12;margin:0}.ctr-search-hero{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin:0;padding-block-end:18px;border-block-end:1px solid rgb(0 0 0 / .08)}.ctr-search-hero__query{font-size:clamp(1rem,1.8vw,1.2rem);font-weight:550;letter-spacing:-.005em}.ctr-search-hero__count{font-size:.85rem;font-weight:500;opacity:.55;font-variant-numeric:tabular-nums}body .facets-block-wrapper,body .facets{--ctr-facet-radius: var(--ctr-radius-pill, 999px)}@media(min-width:990px){body .facets-block-wrapper{position:sticky;top:0;z-index:5;background:var(--color-background, #fff);padding-block:10px}}body .facets__summary,body .sorting-filter__label,body .facets__label{font-weight:550;letter-spacing:.01em}body .facets__summary{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border:1px solid rgb(0 0 0 / .13);border-radius:var(--ctr-facet-radius);transition:border-color .18s ease,background-color .18s ease;cursor:pointer}body .facets__summary:hover{border-color:#0000008c;background:#00000005}body .facets__panel{border-radius:var(--ctr-radius, 12px);border:1px solid rgb(0 0 0 / .09);box-shadow:0 12px 32px #0000001a}body .facets__panel-content{padding:16px}body .price-facet__field,body .price-facet__input{border-radius:var(--ctr-radius-sm, 8px);min-height:42px}@media(min-width:1400px){body .template-search .section--page-width,body .section--page-width:has(.product-grid__item){--page-content-width: min(1600px, 92vw)}}body .product-grid__card,body .product-grid__item{height:100%}body .product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--ctr-radius-lg, 16px);transition:box-shadow .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1)}body .product-card:hover{box-shadow:0 10px 30px #00000017;transform:translateY(-3px)}@media(prefers-reduced-motion:reduce){body .product-card,body .product-card:hover{transition:none;transform:none}}body .product-card__content{flex:1 1 auto;display:flex;flex-direction:column;gap:5px;padding-block-start:12px}body .card-gallery{border-radius:var(--ctr-radius-lg, 16px);overflow:hidden;background:#00000005}body .card-gallery img{object-fit:contain;padding:10px;transition:transform .5s cubic-bezier(.16,1,.3,1)}body .product-card:hover .card-gallery img{transform:scale(1.045)}@media(prefers-reduced-motion:reduce){body .card-gallery img{transition:none}}body .product-badges__badge,body .product-badges__badge--rectangle{border-radius:var(--ctr-radius-pill, 999px);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:5px 11px;line-height:1;font-variant-numeric:tabular-nums}@media(max-width:749px){.predictive-search .search-input{height:52px;font-size:16px}.predictive-search .predictive-search-results__inner{gap:22px}.ctr-search__chip{min-height:42px}body .product-card__content{padding-block-start:10px}}.predictive-search,.search-modal__content,.search-page__header{max-width:100%;overflow-x:clip}@media(min-width:990px){body .product-grid,body .product-grid-container,body results-list{--product-grid-columns-desktop: repeat(4, minmax(0, 1fr)) !important;--product-grid-gap-desktop: 28px 20px !important}}@media(min-width:750px)and (max-width:989px){body .product-grid,body .product-grid-container,body results-list{--product-grid-columns-desktop: repeat(3, minmax(0, 1fr)) !important}}body .product-grid-container{--mobile-columns: 2 !important}body .product-grid__item .product-card,body .product-grid__card .product-card,body .product-card.product-card{border:1px solid rgb(0 0 0 / .09);border-radius:16px;padding:14px 14px 16px;background:#fff;height:100%}body .product-grid__item .product-card:hover{border-color:#00000029;box-shadow:0 12px 30px #0000001a}body .product-card .card-gallery{border-radius:12px;background:#00000005;aspect-ratio:1 / 1;overflow:hidden}body .product-card .card-gallery img{width:100%;height:100%;object-fit:contain!important;padding:6px}body .product-badges__badge{background:#a8201a!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:6px 12px!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important;box-shadow:0 2px 6px #00000024}body .product-badges{inset-block-start:12px!important;inset-inline-end:12px!important}body .product-grid-container.spacing-style{--padding-block-start: 24px !important}body .product-card__content{gap:4px;padding-block-start:12px}body .product-card__content :is(a,.product-title){font-weight:600;font-size:.9rem;line-height:1.35}body .product-grid__item{list-style:none;height:100%}body .product-grid__item .ctr-rp-card{height:100%;background:#fff}body .product-grid__item .ctr-rp-card,body .product-grid .ctr-rp-card{flex:1 1 auto;width:100%}body .product-grid__item .ctr-rp-card__media{aspect-ratio:1 / 1}body .product-grid__item .ctr-rp-card__foot{align-items:flex-end}@media(max-width:749px){body .product-grid__item .ctr-rp-card__body{padding:12px}body .product-grid__item .ctr-rp-card__buy{padding:0 12px;font-size:.68rem}}body .sorting-filter__label,body select.sorting-filter,body .facets select{min-height:44px;border-radius:999px;border:1px solid rgb(0 0 0 / .13);padding:0 16px;font-weight:550}.ctr-strip{display:flex;flex-direction:column;gap:14px;margin-block-start:28px;width:100%}.ctr-strip__label{font-size:.7rem;font-weight:650;letter-spacing:.16em;text-transform:uppercase;opacity:.5}.ctr-strip__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:989px){.ctr-strip__row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom}.ctr-strip__row::-webkit-scrollbar{display:none}.ctr-strip__card{flex:0 0 60%;scroll-snap-align:start}}.ctr-strip__card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}.ctr-strip__media{display:block;aspect-ratio:16 / 10;border-radius:16px;overflow:hidden;border:1px solid rgb(0 0 0 / .08);background:#00000008}.ctr-strip__media img,.ctr-strip__media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ctr-strip__card:hover .ctr-strip__media img{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){.ctr-strip__media img{transition:none}}.ctr-strip__title{font-size:.9rem;font-weight:650;line-height:1.3}.ctr-strip__count{font-size:.76rem;opacity:.55}.ctr-noresults{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding-block:clamp(40px,7vw,88px)}.ctr-noresults__art{width:clamp(96px,15vw,150px);opacity:.22}.ctr-noresults__art svg{width:100%;height:auto;stroke-width:1}.ctr-noresults__title{margin:0;font-size:clamp(1.3rem,2.6vw,1.9rem);font-weight:650;letter-spacing:-.015em}.ctr-noresults__text{max-width:48ch;font-size:.94rem;line-height:1.65;opacity:.6;margin:0}.ctr-noresults__tips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:4px 0 0;padding:0;list-style:none}.ctr-noresults__tips li{font-size:.8rem;opacity:.6}.ctr-noresults__tips li:before{content:"\2022";margin-inline-end:8px;opacity:.5}.ctr-noresults__tips li:first-child:before{content:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/citron-search.css.map */
