form#HXNCollectionForm{background:#fff;padding:0}.hxn-collection-wrapper{display:flex;gap:40px;align-items:flex-start}.hxn-filter-sidebar{width:280px;min-width:280px;background:#fff;padding:25px;border-radius:8px}.hxn-filter-sidebar--sticky{position:sticky;top:30px;align-self:flex-start}.hxn-filter-title{font-size:24px;font-weight:700;color:#111;margin:0 0 25px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.hxn-drawer-header{display:none}.hxn-filter-block{border-bottom:1px solid #ececec;padding:18px 0}.hxn-filter-block:last-of-type{border-bottom:0}.hxn-filter-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:0;cursor:pointer;padding:0;font-size:16px;font-weight:600;color:#222}.hxn-filter-toggle:hover{color:#000}.hxn-filter-icon{font-size:22px;line-height:1;transition:.3s}.hxn-filter-block.active .hxn-filter-icon{transform:rotate(45deg)}.hxn-filter-content{display:none;padding-top:18px}.hxn-filter-block.active .hxn-filter-content{display:block}.hxn-filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:14px;position:relative}.hxn-filter-option:last-child{margin-bottom:0}.hxn-filter-checkbox{position:absolute;opacity:0;pointer-events:none}.hxn-checkbox{width:18px;height:18px;border:1px solid #bdbdbd;border-radius:3px;position:relative;flex-shrink:0;transition:.3s}.hxn-filter-checkbox:checked+.hxn-checkbox{background:#000;border-color:#000}.hxn-filter-checkbox:checked+.hxn-checkbox:after{content:"";width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;left:5px;top:1px}.hxn-filter-text{flex:1;color:#333;font-size:14px}.hxn-filter-count{font-size:13px;color:#888}.hxn-price-range{display:flex;gap:10px;margin-top:10px}.hxn-price-input{width:100%;height:42px;padding:0 12px;border:1px solid #ddd;border-radius:5px;outline:none;font-size:14px}.hxn-price-input:focus{border-color:#000}.hxn-apply-filter-btn{width:100%;margin-top:25px;height:48px;border:none;border-radius:5px;background:#000;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.hxn-apply-filter-btn:hover{opacity:.9}.hxn-products-area{flex:1;min-width:0}.hxn-collection-header{margin-bottom:30px}.hxn-collection-title{font-size:36px;font-weight:700;color:#111;margin:0 0 15px;text-align:center}.hxn-collection-description{color:#666;font-size:14px;line-height:1.8;text-align:center;max-width:720px;width:100%;margin:0 auto;padding:0 16px}.hxn-mobile-toolbar{display:none}.hxn-products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:18px;border-bottom:1px solid #ececec;gap:20px}.hxn-products-count{font-size:15px;color:#555}.hxn-products-count strong{color:#111;font-weight:700}.hxn-sort-wrapper{display:flex;align-items:center}.hxn-sort-select{min-width:220px;height:46px;padding:0 45px 0 15px;border:1px solid #dcdcdc;border-radius:6px;background:#fff;color:#333;font-size:14px;cursor:pointer;outline:none;transition:.3s}.hxn-sort-select:hover{border-color:#999}.hxn-sort-select:focus{border-color:#000}.hxn-product-grid{display:grid;grid-template-columns:repeat(var(--hxn-cols-desktop, 4),1fr);gap:30px 24px}.hxn-product-card{background:#fff;transition:.3s ease}.hxn-product-card:hover{transform:translateY(-4px)}.hxn-product-image-wrapper{display:block;overflow:hidden;background:#f8f8f8;border-radius:8px;aspect-ratio:1 / 1}.hxn-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hxn-product-card:hover .hxn-product-image{transform:scale(1.05)}.hxn-product-content{padding:18px 6px 0}.hxn-product-title{margin:0 0 10px;font-size:16px;font-weight:600;line-height:1.5}.hxn-product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;min-height:48px;color:#000;text-decoration:none}.hxn-product-title a:hover{color:#666}.hxn-product-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hxn-regular-price,.hxn-sale-price{font-size:17px;font-weight:700;color:#111}.hxn-compare-price{font-size:15px;color:#999;text-decoration:line-through}.hxn-no-products{grid-column:1 / -1;text-align:center;padding:80px 20px}.hxn-no-products h3{margin:0;font-size:24px;color:#555}.hxn-pagination{display:flex;justify-content:center;margin-top:60px}.hxn-pagination .pagination{display:flex;align-items:center;gap:10px;list-style:none;padding:0;margin:0}.hxn-pagination .pagination__item,.hxn-pagination .pagination a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:6px;text-decoration:none;color:#111;font-size:14px;transition:.3s}.hxn-pagination .pagination a:hover,.hxn-pagination .pagination__item--current{background:#111;color:#fff;border-color:#111}.hxn-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:.3s ease;z-index:998}.hxn-drawer-overlay.is-active{opacity:1;visibility:visible}.hxn-sort-drawer{display:none}body.hxn-drawer-open{overflow:hidden}@media screen and (max-width:1199px){.hxn-collection-wrapper{gap:30px}.hxn-filter-sidebar{width:250px;min-width:250px}.hxn-product-grid{grid-template-columns:repeat(var(--hxn-cols-tablet, 3),1fr);gap:24px}}@media screen and (max-width:991px){.hxn-collection-wrapper{flex-direction:column;gap:0}.hxn-mobile-toolbar{display:flex;width:100%;margin-bottom:25px;border:1px solid #ddd;background:#fff}.hxn-mobile-toolbar button{flex:1;height:50px;background:#fff;border:0;font-size:15px;font-weight:600;cursor:pointer;color:#111}.hxn-mobile-toolbar button:first-child{border-right:1px solid #ddd}.hxn-products-toolbar .hxn-sort-wrapper{display:none}.hxn-products-toolbar{margin-bottom:20px}.hxn-filter-sidebar{position:fixed;top:0;right:0;width:min(360px,88vw);min-width:0;height:100%;margin:0;padding:0;border-radius:0;z-index:999;overflow-y:auto;background:#fff;transform:translate(100%);transition:transform .35s ease;box-shadow:-8px 0 30px #0000001f}.hxn-filter-sidebar.is-open{transform:translate(0)}.hxn-filter-sidebar--sticky{position:fixed;top:0}.hxn-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #ececec;position:sticky;top:0;background:#fff;z-index:2}.hxn-drawer-header h2,.hxn-drawer-header h3{margin:0;font-size:18px;font-weight:700;color:#111}.hxn-drawer-close{width:36px;height:36px;border:0;background:#f5f5f5;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:#111}.hxn-filter-sidebar .hxn-filter-title{display:none}.hxn-filter-sidebar-inner{padding:10px 20px 30px}.hxn-sort-drawer{display:block;position:fixed;top:0;right:0;width:min(360px,88vw);height:100%;background:#fff;z-index:999;transform:translate(100%);transition:transform .35s ease;box-shadow:-8px 0 30px #0000001f}.hxn-sort-drawer.is-open{transform:translate(0)}.hxn-sort-drawer-body{padding:20px}.hxn-sort-drawer .hxn-sort-select{width:100%;min-width:100%}.hxn-product-grid{grid-template-columns:repeat(var(--hxn-cols-mobile, 2),1fr);gap:22px}}p.custom-shipping a{color:#000;text-decoration:underline}@media screen and (max-width:767px){quantity-input.quantity{margin-bottom:10px}p.custom-shipping{margin:10px 0}.carousel-cell.is-selected.is-nav-selected{border:1px solid #c1c1c1;margin:0}#shopify-section-template--19632346726570__rich_text_xRtD7a .rich-text__wrapper{padding-top:0!important;width:100%}.rich-text__buttons a{width:100%}.hxn-collection-title{font-size:28px}.hxn-filter-title{font-size:22px}.hxn-product-title{font-size:15px}.hxn-regular-price,.hxn-sale-price{font-size:16px}}@media screen and (max-width:575px){.hxn-product-grid{grid-template-columns:repeat(var(--hxn-cols-mobile, 1),1fr);gap:20px}.hxn-product-content{padding-top:15px}.hxn-pagination{margin-top:40px}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.template-product.gradient:before{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-hxn.css.map */
