#hdt-search-drawer:not([open]){display:none!important}#hdt-search-drawer,#hdt-search-drawer[open],#hdt-search-drawer::backdrop{background-color:#fdfbf7!important}#hdt-search-drawer,#hdt-search-drawer[open]{position:fixed!important;left:0!important;right:0!important;z-index:999!important;top:var(--search-drawer-top, 0px)!important;bottom:var(--search-drawer-bottom, 0px)!important;height:auto!important;max-height:none!important;margin:0!important;overflow-y:auto!important;overflow-x:hidden!important}#hdt-search-drawer::backdrop{top:var(--search-drawer-top, 0px)!important;bottom:var(--search-drawer-bottom, 0px)!important}.custom-search-drawer{display:block;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.custom-search-drawer .hdt-search-modal__form{display:flex;flex-direction:column;height:auto}.custom-search-drawer form.hdt-container{padding:16px}.custom-search-drawer .hdt-search-field{height:100px;max-width:100%;padding:0;margin:0}.custom-search-drawer .hdt-input--search{--height-input: 100px;height:100px;font-size:44px;padding-left:80px;padding-right:80px}.custom-search-drawer .hdt-main-search__empty-collection{padding:0 var(--container-gutter, 15px)}.custom-search-ajax-container{padding:0 var(--container-gutter, 15px);padding-bottom:40px}.custom-search-ajax-container.hidden,.custom-search-drawer .hdt-main-search__empty-collection.hidden{display:none}.custom-search-ajax-container.loading{opacity:.5;pointer-events:none;position:relative}.custom-search-ajax-container.loading{pointer-events:none;position:relative;min-height:300px}.custom-search-ajax-container.loading>*{opacity:0!important}.custom-search-ajax-container.loading:before{content:"";position:absolute;top:40px;left:50%;width:50px;height:50px;margin:0 0 0 -40px;background-image:url(https://cdn.shopify.com/s/files/1/0056/2528/2675/files/magnifying-glass.png?v=1686840947);background-size:contain;background-repeat:no-repeat;background-position:center;border:none;animation:custom-search-magnify-pulse .8s ease-in-out infinite alternate}.custom-search-ajax-container.loading:after{content:"...";position:absolute;top:40px;left:50%;margin:20px 0 0 16px;font-size:24px;font-weight:700;color:#1a1a1a;letter-spacing:2px;animation:custom-search-magnify-pulse .8s ease-in-out infinite alternate}@keyframes custom-search-magnify-pulse{0%{transform:scale(.9) rotate(-10deg);opacity:.6}to{transform:scale(1.1) rotate(10deg);opacity:1}}.custom-search-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid rgb(var(--color-border, 0 0 0) / .1);margin-bottom:16px;flex-direction:row-reverse}.custom-search-count{font-size:var(--font-size-sm, 14px);color:rgb(var(--color-foreground) / .7)}.custom-search-filter-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius-sm, 4px);background:transparent;cursor:pointer;font-size:var(--font-size-sm, 14px);color:inherit;transition:background-color .2s,opacity .2s}.custom-search-filter-btn:hover{background-color:rgb(var(--color-foreground) / .05)}.custom-search-filter-btn svg{width:16px;height:16px}.custom-search-results .hdt-row-grid{padding:0 0 20px;--spacing-x: 16px;--spacing-y: 24px}.custom-search-section{margin-top:32px;margin-bottom:24px}.custom-search-section-title{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid rgb(var(--color-border, 0 0 0) / .15);color:rgb(var(--color-foreground) / .8);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.custom-search-articles-list{display:flex;flex-direction:column;gap:16px}.custom-search-article-item{display:flex;gap:16px;padding:12px;border-radius:var(--radius-sm, 4px);background:rgb(var(--color-foreground) / .02);text-decoration:none;color:inherit;transition:background-color .2s}.custom-search-article-item:hover{background:rgb(var(--color-foreground) / .05)}.custom-search-article-image{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-sm, 4px);overflow:hidden}.custom-search-article-image img{width:100%;height:100%;object-fit:cover}.custom-search-article-content{flex:1;min-width:0}.custom-search-article-title{margin:0 0 4px;font-weight:600;line-height:1.3}.custom-search-article-excerpt{margin:0 0 8px;color:rgb(var(--color-foreground) / .7);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-search-article-date{color:rgb(var(--color-foreground) / .5)}.custom-search-empty{text-align:center;padding:60px 20px;color:rgb(var(--color-foreground) / .6)}.custom-search-empty p{margin:0}.custom-search-results .hdt-pagination-wrapper{padding:20px 0;border-top:1px solid rgb(var(--color-border, 0 0 0) / .1)}.custom-search-results .hdt-active-filters{margin-bottom:16px}.custom-search-results .hdt-drawer--filters{z-index:1001;position:fixed;top:0;right:0;bottom:0;left:auto;width:100%;max-width:400px;height:100%;margin:0;padding:0;border:none;background:rgb(var(--color-background))}.custom-search-results .hdt-drawer--filters::backdrop{background:#00000080}.custom-search-results .hdt-drawer--filters[open]{display:flex;flex-direction:column}.custom-search-results .hdt-dialog-drawer__header{flex-shrink:0;padding:16px 20px;border-bottom:1px solid rgb(var(--color-border, 0 0 0) / .1);display:flex;align-items:center;justify-content:space-between}.custom-search-results .hdt-dialog-drawer__inner{flex:1;overflow-y:auto;padding:20px}.custom-search-results .hdt-dialog__btn-x{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.custom-search-results .hdt-dialog__btn-x svg{width:20px;height:20px}@media(max-width:767px){.custom-search-drawer .hdt-search-field{height:54px;display:grid;align-items:center;grid:"search input reset close" / 4rem minmax(0,1fr) 4rem 4rem}.custom-search-drawer .hdt-input--search{--height-input: 54px;height:54px;font-size:16px;grid-area:search / search / reset / reset;padding-left:4.5rem;padding-right:4.5rem}.custom-search-drawer .hdt-search__btn{grid-area:search}.custom-search-drawer .hdt-search__btn .custom-search-icon{width:20px;height:20px}.custom-search-ajax-container{padding:0 var(--container-gutter-mobile, 12px)}.custom-search-results .hdt-row-grid{--spacing-x: 12px;--spacing-y: 16px}.custom-search-toolbar{padding:12px 0;gap:12px}.custom-search-filter-btn{padding:6px 12px;font-size:13px}.custom-search-filter-btn span{display:none}.custom-search-empty{padding:40px 16px}.custom-search-article-item{gap:12px;padding:10px}.custom-search-article-image{width:60px;height:60px}.custom-search-article-title{font-size:14px}.custom-search-article-excerpt{font-size:12px;-webkit-line-clamp:1}}@media(min-width:768px){.custom-search-ajax-container{padding:0 20px}}@media(min-width:1150px){.custom-search-ajax-container{padding:0 24px}.custom-search-results .hdt-row-grid{--spacing-x: 20px;--spacing-y: 28px}}.custom-search-page-card{display:flex}.custom-search-page-card__wrapper{display:flex;flex-direction:column;width:100%;padding:20px;background:rgb(var(--color-foreground) / .03);border-radius:var(--radius-sm, 4px);text-decoration:none;color:inherit;transition:background-color .2s,box-shadow .2s}.custom-search-page-card__wrapper:hover{background:rgb(var(--color-foreground) / .06);box-shadow:0 2px 8px rgb(var(--color-foreground) / .08)}.custom-search-page-card__content{display:flex;flex-direction:column;gap:8px}.custom-search-page-card__type{color:rgb(var(--color-foreground) / .5);letter-spacing:.05em}.custom-search-page-card__title{margin:0;line-height:1.3}.custom-search-page-card__excerpt{margin:0;color:rgb(var(--color-foreground) / .7);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.custom-search-page-card__wrapper{padding:16px}.custom-search-page-card__title{font-size:14px}.custom-search-page-card__excerpt{font-size:12px;-webkit-line-clamp:2}}.custom-popular-products-container{flex:1;overflow-y:auto;min-height:0;padding:0 var(--container-gutter, 15px)}.custom-popular-products-container.hidden{display:none}.custom-popular-products-skeleton{padding:16px 0}.custom-popular-products-skeleton .skeleton-heading{width:150px;height:14px;background:rgb(var(--color-foreground) / .1);border-radius:4px;margin-bottom:16px}.custom-popular-products-skeleton .skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.custom-popular-products-skeleton .skeleton-card{aspect-ratio:1;background:rgb(var(--color-foreground) / .08);border-radius:var(--card-radius, 8px);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.custom-popular-products{padding:16px 0}.custom-popular-products>p{margin-bottom:16px}.custom-popular-products__grid{--spacing-x: 16px;--spacing-y: 20px}@media(max-width:767px){.custom-popular-products-container{padding:0 var(--container-gutter-mobile, 12px)}.custom-popular-products-skeleton .skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}.custom-popular-products__grid{--spacing-x: 12px;--spacing-y: 16px}}.custom-nugget-bg{background-color:#fdfbf7}.custom-nugget-search-row{display:flex;align-items:center;gap:16px;max-width:900px;margin:0 auto;padding:40px 20px 30px}.custom-search-drawer form.custom-nugget-form{flex:1;min-width:0;padding:0;max-width:none;margin:0}.custom-nugget-field{position:relative;display:flex!important;align-items:center!important;border:1px solid #1a1a1a;border-radius:999px!important;background:#fff;height:64px!important;width:100%;overflow:hidden}.custom-nugget-input::-webkit-search-decoration,.custom-nugget-input::-webkit-search-cancel-button,.custom-nugget-input::-webkit-search-results-button,.custom-nugget-input::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.custom-nugget-icon-left{position:absolute;left:24px;display:flex;align-items:center;justify-content:center;pointer-events:none}.custom-nugget-icon-left svg{width:24px;height:24px;color:#1a1a1a}.custom-nugget-input{width:100%;height:100%!important;border:none;background:transparent;padding:0 70px 0 64px!important;font-size:20px!important;font-weight:600!important;color:#1a1a1a;box-shadow:none!important;outline:none!important}.custom-search-drawer .custom-nugget-input:focus{outline:2px solid #000!important;border-color:#000!important}.custom-nugget-btn-submit{position:absolute;right:16px;background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.custom-nugget-btn-submit svg{width:24px;height:24px}.custom-search-drawer .custom-nugget-close-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center}.custom-search-drawer .custom-nugget-close-btn button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;color:#1a1a1a}.custom-search-drawer .custom-nugget-close-btn svg{width:28px;height:28px}.custom-nugget-field .hdt-search__line,.custom-nugget-field .hdt-reset-search__btn{display:none!important}.custom-popular-products p.hdt-heading{font-size:26px!important;font-weight:700!important;font-family:inherit!important;color:#1a1a1a;text-transform:none!important;letter-spacing:0;margin-bottom:24px}@media(min-width:1025px){.custom-search-drawer .custom-popular-products__grid.hdt-row-grid,.custom-search-drawer .hdt-product-grid-container .hdt-row-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}}.custom-search-drawer .hdt-card-product__media{border-radius:12px;overflow:hidden}.custom-search-drawer .hdt-card-product__info{text-align:left}.custom-search-drawer .hdt-card-product__content{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:8px;margin-top:12px}.custom-search-drawer .hdt-card-product__title{grid-column:1;grid-row:1;margin:0;font-weight:700;font-size:14px;text-align:left}.custom-search-drawer .hdt-card-product__title a{color:#1a1a1a}.custom-search-drawer .price,.custom-search-drawer .hdt-price-wrapper,.custom-search-drawer .hdt-price{grid-column:2;grid-row:1;font-weight:600;font-size:14px;color:#1a1a1a;display:flex;justify-content:flex-end;margin:0}.custom-search-drawer .hdt-card-product__content>*:not(.hdt-card-product__title):not(.hdt-price-wrapper):not(.price):not(.hdt-price){grid-column:1 / -1;text-align:left;font-size:13px;color:#555}.custom-search-drawer .custom-search-results,.custom-search-drawer .custom-popular-products{max-width:900px;margin:0 auto;width:100%}.custom-search-drawer .custom-nugget-toolbar{flex-direction:row;border-bottom:none;padding:0 0 16px;margin-bottom:0;position:relative;align-items:center;justify-content:center}.custom-search-drawer .custom-nugget-filter-btn{position:absolute;left:0;padding:0!important;font-weight:600;color:#1a1a1a;background:transparent!important;outline:none}.custom-search-drawer .custom-nugget-filter-btn span{text-decoration:underline;text-underline-offset:4px}.custom-search-drawer .custom-nugget-count{font-size:14px;color:#555;font-weight:500}@media(min-width:1025px){.custom-search-drawer .custom-search-results .hdt-row-grid,.custom-search-drawer .custom-search-ajax-container .hdt-row-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}}.custom-search-drawer .hdt-pagination-wrapper{border-top:none!important;margin-top:24px}@media(max-width:767px){.custom-nugget-search-row{padding:20px 16px;gap:12px}.custom-search-drawer .custom-nugget-input{font-size:18px!important;padding:0 54px!important}.custom-search-drawer .custom-nugget-icon-left{left:16px}.custom-search-drawer .custom-nugget-close-btn svg{width:24px;height:24px}}.custom-search-drawer .hdt-product-card-btn{background-color:var(--custom-btn-primary-bg, #e3000f)!important;color:#fff!important;border-color:var(--custom-btn-primary-bg, #e3000f)!important;border-radius:10px!important;overflow:hidden}.custom-search-drawer .hdt-product-card-btn svg,.custom-search-drawer .hdt-product-card-btn span,.custom-search-drawer .hdt-product-card-btn .hdt-flip-after{color:#fff!important;stroke:#fff!important;fill:none!important}.custom-search-drawer .hdt-product-card-btn:hover{background-color:var(--custom-btn-primary-bg, #e3000f)!important;color:#fff!important;border-color:var(--custom-btn-primary-bg, #e3000f)!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/custom-search-drawer.css.map */
