.trending-products-container{display:block;position:relative}.trending-products__header{margin-bottom:20px}.trending-products__heading{margin:0;font-family:inherit;font-weight:700;color:#000}.trending-products__top-bar{display:flex;align-items:center;gap:10px;margin-bottom:24px}.trending-products__btn{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:0 22px;font-size:16px;font-weight:700;color:#121212;display:inline-flex;align-items:center;gap:6px;cursor:pointer;height:38px;box-sizing:border-box;transition:background-color .2s,border-color .2s}.trending-products__btn:hover{background-color:#f7f7f7;border-color:silver}.trending-products__btn-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.trending-products__btn-chevron{display:inline-flex;align-items:center;width:10px;height:6px;color:#555}.trending-products__btn-chevron svg{width:100%;height:100%}.trending-products__btn-icon{background:#fff;border:1px solid #e0e0e0;border-radius:12px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#121212;box-sizing:border-box;transition:background-color .2s,border-color .2s}.trending-products__btn-icon:hover{background-color:#f7f7f7;border-color:silver}.trending-products__btn-icon svg{width:20px;height:20px}.trending-products__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}.trending-products__active-filter-badge{background:#f3f3f3;border:1px solid #e0e0e0;border-radius:16px;padding:4px 12px;font-size:13px;color:#333;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s}.trending-products__active-filter-badge:hover{background-color:#eaeaea}.trending-products__active-filter-remove{font-size:9px;color:#888;font-weight:700}.trending-products__clear-all-link{background:none;border:none;color:#121212;font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer;padding:4px 8px}.trending-products__ajax-container{position:relative;width:100%}.trending-products__ajax-container.is-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff6;z-index:5}.trending-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 10px}@media screen and (min-width:768px){.trending-products__grid,.trending-products__grid.product-grid{display:grid!important;grid-template-columns:repeat(var(--desktop-columns, 4),1fr)!important;gap:24px!important}.trending-products__grid-item,.trending-products__grid-item.grid__item{width:100%!important;max-width:100%!important;display:block!important;min-width:0!important}}.trending-products__empty{grid-column:1 / -1;text-align:center;padding:60px 0;color:#6a6a6a}.trending-products__pagination-container{display:flex;justify-content:center;align-items:center;padding:32px 0 16px;width:100%}.trending-products__spinner{width:28px;height:28px;border:3px solid #f3f3f3;border-top:3px solid #121212;border-radius:50%;animation:trending-spin .8s linear infinite;display:inline-block}@keyframes trending-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.trending-products__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:flex-end;justify-content:center;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility .25s ease}.trending-products__modal.is-open{visibility:visible;opacity:1}.trending-products__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.trending-products__modal-sheet{position:relative;background:#fff;width:100%;border-radius:16px 16px 0 0;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .28s cubic-bezier(.16,1,.3,1);z-index:2;box-sizing:border-box}.trending-products__modal.is-open .trending-products__modal-sheet{transform:translateY(0)}.trending-products__modal-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1.5px solid #f0f0f0}.trending-products__modal-title{margin:0;font-size:18px;font-weight:700;color:#121212}.trending-products__modal-close{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#555;cursor:pointer;border-radius:50%;transition:background-color .2s;padding:0}.trending-products__modal-close:hover{background-color:#f5f5f5}.trending-products__modal-close svg{width:14px;height:14px}.trending-products__modal-body{padding:20px;overflow-y:auto;flex:1 1 auto}.trending-products__modal-footer{padding:16px 20px;display:flex;gap:12px;border-top:1.5px solid #f0f0f0;background:#fff}.trending-products__modal-footer .button{flex:1;margin:0}.trending-products__category-list{display:flex;flex-direction:column}.trending-products__category-item{display:flex;align-items:center;background:none;border:none;padding:12px 0;width:100%;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background-color .2s;box-sizing:border-box}.trending-products__category-item:last-child{border-bottom:none}.trending-products__category-item:hover{background-color:#fbfbfb}.trending-products__category-item.is-active .trending-products__category-name{color:#000;font-weight:700}.trending-products__category-item.is-active .trending-products__category-arrow{color:#121212}.trending-products__category-thumb{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:14px;display:flex;align-items:center;justify-content:center;background:#eaeaea;flex-shrink:0}.trending-products__category-thumb img{width:100%;height:100%;object-fit:cover}.trending-products__category-thumb svg{width:20px;height:20px;fill:#8a8a8a}.trending-products__category-name{font-size:15px;font-weight:500;color:#333;text-align:left;flex:1}.trending-products__category-arrow{color:#b5b5b5;display:inline-flex;align-items:center;margin-right:4px}.trending-products__filter-form{display:flex;flex-direction:column}.trending-products__filter-group{border-bottom:1.5px solid #f5f5f5}.trending-products__filter-group:last-child{border-bottom:none}.trending-products__filter-group-header{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:16px 0;font-size:15px;font-weight:600;color:#121212;cursor:pointer;box-sizing:border-box}.trending-products__filter-group-chevron{display:inline-flex;align-items:center;width:10px;height:6px;color:#777;transition:transform .2s ease}.trending-products__filter-group.is-expanded .trending-products__filter-group-chevron{transform:rotate(180deg)}.trending-products__filter-group-content{display:none;padding-bottom:16px}.trending-products__filter-group.is-expanded .trending-products__filter-group-content{display:block}.trending-products__filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.trending-products__filter-checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#333;position:relative;-webkit-user-select:none;user-select:none}.trending-products__filter-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.trending-products__filter-checkbox-indicator{width:18px;height:18px;border:1.5px solid #d0d0d0;border-radius:4px;margin-right:12px;display:inline-block;position:relative;background-color:#fff;box-sizing:border-box;flex-shrink:0;transition:border-color .2s,background-color .2s}.trending-products__filter-checkbox-label:hover input:not(:disabled)+.trending-products__filter-checkbox-indicator{border-color:#a0a0a0}.trending-products__filter-checkbox-label input:checked+.trending-products__filter-checkbox-indicator{background-color:#121212;border-color:#121212}.trending-products__filter-checkbox-label input:checked+.trending-products__filter-checkbox-indicator:after{content:"";position:absolute;left:5px;top:1px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.trending-products__filter-checkbox-label input:disabled+.trending-products__filter-checkbox-indicator{background-color:#f5f5f5;border-color:#e0e0e0}.trending-products__filter-checkbox-label input:disabled~.trending-products__filter-checkbox-text{color:#bbb}.trending-products__filter-checkbox-text{line-height:1.2}.trending-products__filter-checkbox-count{color:#777;font-size:12px;margin-left:2px}.trending-products__price-inputs{display:flex;gap:12px;align-items:center}.trending-products__price-inputs .field{display:flex;align-items:center;position:relative;flex:1}.trending-products__sort-list{display:flex;flex-direction:column;gap:16px}.trending-products__sort-radio-label{display:flex;align-items:center;cursor:pointer;font-size:15px;color:#333;position:relative;-webkit-user-select:none;user-select:none}.trending-products__sort-radio-label input{position:absolute;opacity:0;pointer-events:none}.trending-products__sort-radio-indicator{width:18px;height:18px;border:1.5px solid #d0d0d0;border-radius:50%;margin-right:12px;display:inline-block;position:relative;background-color:#fff;box-sizing:border-box;flex-shrink:0;transition:border-color .2s}.trending-products__sort-radio-label:hover input+.trending-products__sort-radio-indicator{border-color:#a0a0a0}.trending-products__sort-radio-label input:checked+.trending-products__sort-radio-indicator{border-color:#121212}.trending-products__sort-radio-label input:checked+.trending-products__sort-radio-indicator:after{content:"";position:absolute;left:4px;top:4px;width:8px;height:8px;border-radius:50%;background-color:#121212}.trending-products__sort-radio-text{line-height:1.2}@media screen and (min-width:768px){.trending-products__modal{align-items:center}.trending-products__modal-sheet{width:90%;max-width:440px;border-radius:12px;max-height:70vh;transform:scale(.95) translateY(12px)}.trending-products__modal.is-open .trending-products__modal-sheet{transform:scale(1) translateY(0)}.trending-products__top-bar{gap:12px}.trending-products__mobile-only{display:none!important}}.trending-products__inline-bar{display:none}@media screen and (min-width:768px){.trending-products__inline-bar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e5e5;padding:10px 0;margin-bottom:24px;gap:12px}}.trending-products__inline-bar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trending-products__inline-bar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.trending-products__inline-label{font-size:14px;font-weight:600;color:#121212;white-space:nowrap}.trending-products__inline-separator{width:1px;height:20px;background:#d0d0d0;margin:0 4px}.trending-products__inline-pill{background:#f3f3f3;border:1px solid #e0e0e0;border-radius:4px;padding:6px 14px;font-size:13px;font-weight:500;color:#121212;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s,border-color .2s;white-space:nowrap}.trending-products__inline-pill:hover{background:#eaeaea;border-color:silver}.trending-products__inline-pill svg{width:10px;height:6px;color:#555}.trending-products__inline-dropdown{position:relative}.trending-products__inline-dropdown-btn{background:none;border:none;padding:6px 8px;font-size:14px;font-weight:500;color:#333;display:inline-flex;align-items:center;gap:5px;cursor:pointer;transition:color .2s;white-space:nowrap}.trending-products__inline-dropdown-btn:hover{color:#000}.trending-products__inline-dropdown-btn svg{width:10px;height:6px;color:#777;transition:transform .2s ease}.trending-products__inline-dropdown.is-open .trending-products__inline-dropdown-btn svg{transform:rotate(180deg)}.trending-products__inline-dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px -5px #0000001a,0 6px 10px -6px #0000000f;min-width:220px;max-height:320px;overflow-y:auto;padding:12px 16px;z-index:100;display:none;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.trending-products__inline-dropdown.is-open .trending-products__inline-dropdown-panel{display:block;opacity:1;transform:translateY(0)}.trending-products__inline-dropdown-panel--sort{left:auto;right:0;min-width:200px;padding:6px 0}.trending-products__inline-sort-option{display:block;width:100%;background:none;border:none;padding:10px 16px;font-size:14px;font-weight:500;color:#475569;text-align:left;cursor:pointer;transition:background .15s,color .15s}.trending-products__inline-sort-option:hover{background:#f1f5f9;color:#0f172a}.trending-products__inline-sort-option.is-active{color:#0f172a;font-weight:600;background:#f8fafc}.trending-products__inline-price-apply{margin-top:10px;width:100%;padding:8px 0;background:#121212;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.trending-products__inline-price-apply:hover{background:#333}.trending-products__header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.trending-products__header-left{display:flex;flex-direction:column;gap:4px}.trending-products__count-badge{font-size:13px;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:2px 8px;display:inline-block;align-self:flex-start;margin-top:4px}.trending-products__filter-dropdown-wrapper{position:relative}.trending-products__filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500;color:#1a202c;display:flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #00000005}.trending-products__filter-btn:hover{border-color:#cbd5e1;background:#f8fafc}.trending-products__calendar-icon svg{display:block;stroke:#64748b}.trending-products__chevron svg{display:block;transition:transform .2s ease;color:#64748b}.trending-products__filter-dropdown-wrapper.is-open .trending-products__chevron svg{transform:rotate(180deg)}.trending-products__dropdown-list{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000d;min-width:170px;padding:6px 0;margin:0;list-style:none;z-index:99;display:none;opacity:0;transform:translateY(-8px);transition:opacity .15s ease,transform .15s ease}.trending-products__filter-dropdown-wrapper.is-open .trending-products__dropdown-list{display:block;opacity:1;transform:translateY(0)}.trending-products__dropdown-item{padding:10px 16px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease;display:flex;justify-content:space-between;align-items:center}.trending-products__dropdown-item:hover{background:#f1f5f9;color:#0f172a}.trending-products__dropdown-item.is-active{background:#f8fafc;color:#0f172a;font-weight:600}.trending-products__dropdown-item.is-active:after{content:"\2713";font-size:12px;color:#10b981}.trending-products__grid-item.is-hidden{display:none!important}.trending-products__empty-message{text-align:center;padding:60px 20px;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0;margin-top:16px}.trending-products__empty-message p{margin:0;font-size:15px;color:#64748b;font-weight:500}.trending-products__empty-message.is-hidden{display:none!important}.trending-products__mobile-only{display:block;margin-bottom:24px}@media screen and (min-width:768px){.trending-products__mobile-only{display:none!important}}.trending-products__mobile-actions-wrapper{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.trending-products__mobile-filter-sort-pill{display:inline-flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 1px 3px #00000008;padding:0 6px;height:28px;box-sizing:border-box}.trending-products__mobile-pill-btn{background:none;border:none;font-size:13px;font-weight:600;color:#475569;cursor:pointer;display:flex;align-items:center;gap:6px;padding:4px 12px;height:100%;transition:opacity .2s}.trending-products__mobile-pill-btn:active{opacity:.7}.trending-products__mobile-pill-divider{width:1px;height:16px;background:#e2e8f0;margin:0}.trending-products__mobile-pill-btn svg{color:#475569;width:14px;height:14px;display:block}.trending-products__modal-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.trending-products__modal-count{font-size:11px;color:#64748b;font-weight:500}.trending-products__modal-body .trending-products__filter-group{border-bottom:1px solid #f0f0f0}.trending-products__modal-body .trending-products__filter-group:last-child{border-bottom:none}.trending-products__modal-body .trending-products__filter-group-header{padding:18px 0;display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;font-size:15px;font-weight:600;color:#121212;cursor:pointer;box-sizing:border-box}.trending-products__filter-group-arrow{display:inline-flex;align-items:center;justify-content:center;color:#64748b;transition:transform .25s cubic-bezier(.4,0,.2,1)}.trending-products__filter-group-arrow svg{width:16px;height:16px;display:block}.trending-products__filter-group.is-expanded .trending-products__filter-group-arrow{transform:rotate(90deg)}.trending-products__filter-group-sort-label{font-size:14px;color:#64748b;font-weight:500;margin-left:auto;margin-right:8px}.trending-products__filter-radio-indicator{width:18px;height:18px;border:1.5px solid #d0d0d0;border-radius:50%;margin-right:12px;display:inline-block;position:relative;background-color:#fff;box-sizing:border-box;flex-shrink:0;transition:border-color .2s}.trending-products__filter-checkbox-label input[type=radio]{position:absolute;opacity:0;pointer-events:none}.trending-products__filter-checkbox-label:hover input[type=radio]+.trending-products__filter-radio-indicator{border-color:#a0a0a0}.trending-products__filter-checkbox-label input[type=radio]:checked+.trending-products__filter-radio-indicator{border-color:#121212}.trending-products__filter-checkbox-label input[type=radio]:checked+.trending-products__filter-radio-indicator:after{content:"";position:absolute;left:4px;top:4px;width:8px;height:8px;border-radius:50%;background-color:#121212}.trending-products__modal-footer .button--secondary.trending-products__modal-clear-filters{background:#fff;color:#121212;border:1.5px solid #121212!important;border-radius:6px}.trending-products__modal-footer .button--secondary.trending-products__modal-clear-filters:hover{background:#f8fafc}.trending-products__modal-footer .button--primary.trending-products__modal-apply-filters{background:#121212;color:#fff;border:1.5px solid #121212!important;border-radius:6px}.trending-products__modal-footer .button--secondary.trending-products__modal-clear-filters:after,.trending-products__modal-footer .button--secondary.trending-products__modal-clear-filters:before{content:none}.trending-products__modal-footer .button--primary.trending-products__modal-apply-filters:hover{background:#232323}@media screen and (max-width:767px){[id^=modal-filters-]{align-items:stretch!important;justify-content:flex-end!important;display:flex!important}[id^=modal-filters-] .trending-products__modal-sheet{width:88%!important;max-width:400px!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;box-shadow:-4px 0 25px #00000026!important;transform:translate(100%)!important;transition:transform .3s cubic-bezier(.16,1,.3,1)!important}[id^=modal-filters-].is-open .trending-products__modal-sheet{transform:translate(0)!important}[id^=modal-filters-] .trending-products__modal-body{padding:0 20px 20px!important}}.trending-products__sort-list,.trending-products__sort-list li{list-style:none!important;list-style-type:none!important;padding:0!important;margin:0!important}.collection-mobile-sticky-bar__count{display:flex!important;align-items:center!important;justify-content:center!important}
/*# sourceMappingURL=/cdn/shop/t/48/assets/section-trending-products.css.map */
