.collection-custom{background-color:var(--collection-bg);color:var(--collection-text)}.collection-container{max-width:1400px;margin:0 auto;padding:0 30px}.collection-header{text-align:center;margin-bottom:35px}.collection-title{font-size:32px;font-weight:700;color:var(--collection-heading);margin:0 0 20px;text-transform:uppercase;letter-spacing:2px}.collection-description{font-size:15px;line-height:1.8;max-width:900px;margin:0 auto 15px;color:var(--collection-text)}.collection-description strong,.collection-description b{color:var(--collection-heading);font-weight:600}.collection-count{font-size:14px;color:var(--collection-text);opacity:.7;margin:0}.collection-subcategories{margin-bottom:25px;overflow:hidden}.collection-subcategories-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:5px 0}.collection-subcategory-link{display:inline-flex;align-items:center;padding:10px 22px;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--collection-heading);background:transparent;border:1px solid var(--collection-border);border-radius:30px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.collection-subcategory-link:hover,.collection-subcategory-link.active{background:var(--collection-heading);color:#fff;border-color:var(--collection-heading)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid var(--collection-border);border-bottom:1px solid var(--collection-border);margin-bottom:25px}.collection-filters{display:flex;align-items:center;gap:15px}.collection-filter-toggle{display:none;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--collection-heading);background:transparent;border:1px solid var(--collection-border);border-radius:6px;cursor:pointer;transition:all .2s ease}.collection-filter-toggle svg{width:16px;height:16px}.collection-filter-toggle:hover{border-color:var(--collection-heading)}.collection-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;color:#fff;background:var(--collection-accent);border-radius:10px}.collection-filter-dropdowns{display:flex;align-items:center;gap:5px}.collection-filter-dropdown{position:relative}.collection-filter-dropdown-btn{display:flex;align-items:center;gap:8px;padding:10px 15px;font-size:14px;font-weight:500;color:var(--collection-heading);background:transparent;border:none;cursor:pointer;transition:color .2s ease}.collection-filter-dropdown-btn:hover{color:var(--collection-accent)}.collection-filter-dropdown-btn svg{width:14px;height:14px;transition:transform .2s ease}.collection-filter-dropdown.open .collection-filter-dropdown-btn svg{transform:rotate(180deg)}.filter-active-dot{width:6px;height:6px;background:var(--collection-accent);border-radius:50%}.collection-filter-dropdown-content{position:absolute;top:100%;left:0;min-width:220px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid var(--collection-border);border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:10px;z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease}.collection-filter-dropdown.open .collection-filter-dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.collection-filter-option{display:flex;align-items:center;gap:10px;padding:8px 10px;font-size:14px;color:var(--collection-text);cursor:pointer;border-radius:4px;transition:background .15s ease}.collection-filter-option:hover{background:#f5f5f5}.collection-filter-option input[type=checkbox]{display:none}.filter-checkbox{width:18px;height:18px;border:2px solid var(--collection-border);border-radius:4px;position:relative;flex-shrink:0;transition:all .15s ease}.collection-filter-option input:checked+.filter-checkbox{background:var(--collection-accent);border-color:var(--collection-accent)}.collection-filter-option input:checked+.filter-checkbox:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-label{flex:1}.filter-count{font-size:12px;color:#999}.collection-filter-option input:disabled+.filter-checkbox{opacity:.4}.collection-filter-option:has(input:disabled){opacity:.5;cursor:not-allowed}.collection-filter-price{padding:15px}.price-range-inputs{display:flex;align-items:center;gap:10px}.price-input-group{display:flex;align-items:center;border:1px solid var(--collection-border);border-radius:6px;overflow:hidden}.price-currency{padding:8px 10px;font-size:14px;color:#999;background:#f5f5f5}.price-input-group input{width:80px;padding:8px 10px;font-size:14px;border:none;outline:none}.price-separator{font-size:14px;color:#999}.price-apply-btn{width:100%;margin-top:12px;padding:10px;font-size:13px;font-weight:600;color:#fff;background:var(--collection-accent);border:none;border-radius:6px;cursor:pointer;transition:opacity .2s ease}.price-apply-btn:hover{opacity:.9}.collection-toolbar-right{display:flex;align-items:center;gap:20px}.collection-view-toggle{display:flex;gap:5px}.view-toggle-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--collection-border);border-radius:6px;color:#999;cursor:pointer;transition:all .2s ease}.view-toggle-btn svg{width:16px;height:16px}.view-toggle-btn:hover,.view-toggle-btn.active{background:var(--collection-heading);border-color:var(--collection-heading);color:#fff}.collection-sort{display:flex;align-items:center;gap:10px}.collection-sort-label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--collection-heading)}.collection-sort-label svg{width:16px;height:16px}.collection-sort-select{padding:8px 30px 8px 12px;font-size:14px;color:var(--collection-heading);background:#fff;border:1px solid var(--collection-border);border-radius:6px;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.collection-filter-panel{position:fixed;top:0;left:0;width:100%;max-width:350px;height:100%;background:#fff;z-index:1001;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.collection-filter-panel.open{transform:translate(0)}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--collection-border)}.filter-panel-header h3{font-size:18px;font-weight:600;margin:0;color:var(--collection-heading)}.filter-panel-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--collection-text)}.filter-panel-close svg{width:20px;height:20px}.filter-panel-content{flex:1;overflow-y:auto;padding:15px}.filter-panel-group{border-bottom:1px solid var(--collection-border);padding-bottom:15px;margin-bottom:15px}.filter-panel-group:last-child{border-bottom:none;margin-bottom:0}.filter-panel-group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0;font-size:15px;font-weight:600;color:var(--collection-heading);background:transparent;border:none;cursor:pointer}.filter-panel-group-btn svg{width:16px;height:16px;transition:transform .2s ease}.filter-panel-group.collapsed .filter-panel-group-btn svg{transform:rotate(-90deg)}.filter-panel-group-content{padding-top:10px}.filter-panel-group.collapsed .filter-panel-group-content{display:none}.filter-panel-footer{display:flex;gap:10px;padding:15px 20px;border-top:1px solid var(--collection-border)}.filter-clear-btn{flex:1;padding:12px;font-size:14px;font-weight:500;color:var(--collection-heading);background:transparent;border:1px solid var(--collection-border);border-radius:6px;text-align:center;text-decoration:none}.filter-apply-btn{flex:1;padding:12px;font-size:14px;font-weight:600;color:#fff;background:var(--collection-accent);border:none;border-radius:6px;cursor:pointer}.collection-filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.collection-filter-overlay.open{opacity:1;visibility:visible}.collection-filters-form{display:none}.collection-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:15px 0;margin-bottom:20px}.active-filters-label{font-size:14px;font-weight:500;color:var(--collection-heading)}.active-filter-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;color:var(--collection-heading);background:#f5f5f5;border-radius:20px;text-decoration:none;transition:all .2s ease}.active-filter-tag svg{width:12px;height:12px}.active-filter-tag:hover{background:#e0e0e0}.active-filters-clear{font-size:13px;color:var(--collection-accent);text-decoration:underline;margin-left:10px}.collection-results-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.collection-results-count{font-size:14px;color:var(--collection-text)}.collection-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 4),1fr);gap:25px}.collection-products[data-view=list] .collection-grid{grid-template-columns:1fr;gap:20px}.collection-products[data-view=list] .collection-product-card{display:grid;grid-template-columns:250px 1fr;gap:25px}.collection-products[data-view=list] .product-card-info{display:flex;flex-direction:column;justify-content:center;padding:20px 0}.collection-products[data-view=list] .product-card-title{font-size:20px}.collection-product-card{background:var(--collection-card-bg);border-radius:10px;overflow:hidden;transition:box-shadow .2s ease}.collection-product-card:hover{box-shadow:0 4px 20px #00000014}.product-card-image{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#f8f8f8}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card-image-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.collection-product-card:hover .product-card-image-hover{opacity:1}.collection-product-card:hover .product-card-image img:first-child{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#ccc}.product-card-placeholder svg{width:60px;height:60px}.product-card-badges{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.product-badge{padding:5px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}.product-badge--sale{background:#e53935;color:#fff}.product-badge--new{background:#43a047;color:#fff}.product-badge--soldout{background:#757575;color:#fff}.product-badge--stock{background:var(--collection-heading);color:#fff}.product-card-actions{position:absolute;bottom:10px;left:50%;transform:translate(-50%) translateY(20px);display:flex;gap:8px;opacity:0;transition:all .3s ease;z-index:2}.collection-product-card:hover .product-card-actions{opacity:1;transform:translate(-50%) translateY(0)}.product-action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:all .2s ease}.product-action-btn svg{width:18px;height:18px;color:var(--collection-heading)}.product-action-btn:hover{background:var(--collection-heading)}.product-action-btn:hover svg{color:#fff}.product-card-info{padding:15px}.product-card-vendor{display:block;font-size:12px;color:#999;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.product-card-title{font-size:15px;font-weight:500;margin:0 0 8px;line-height:1.4}.product-card-title a{color:var(--collection-heading);text-decoration:none;transition:color .2s ease}.product-card-title a:hover{color:var(--collection-accent)}.product-card-rating{display:flex;align-items:center;gap:3px;margin-bottom:8px}.product-card-rating .star{width:14px;height:14px;color:#ffc107}.product-card-rating .rating-count{font-size:12px;color:#999;margin-left:5px}.product-card-price{display:flex;align-items:center;gap:8px;margin-bottom:10px}.price-current{font-size:16px;font-weight:600;color:var(--collection-heading)}.price-current.price-sale{color:#e53935}.price-compare{font-size:14px;color:#999;text-decoration:line-through}.price-from{font-size:12px;color:#999}.product-card-swatches{display:flex;gap:5px;margin-bottom:12px}.product-swatch{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--collection-border);cursor:pointer}.product-swatch-more{display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:10px;color:#999;background:#f5f5f5;border-radius:50%}.product-card-form{margin-top:auto}.product-card-atc{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 15px;font-size:13px;font-weight:600;color:#fff;background:var(--collection-accent);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .2s ease}.product-card-atc svg{width:16px;height:16px}.product-card-atc:hover{opacity:.9;transform:translateY(-2px)}.product-card-atc--options{background:transparent;color:var(--collection-heading);border:1px solid var(--collection-border)}.product-card-atc--options:hover{background:var(--collection-heading);color:#fff;border-color:var(--collection-heading)}.product-card-atc--soldout{background:#e0e0e0;color:#999;cursor:not-allowed}.product-card-atc--soldout:hover{opacity:1;transform:none}.collection-empty{text-align:center;padding:60px 20px}.collection-empty svg{width:60px;height:60px;color:#ccc;margin-bottom:20px}.collection-empty h3{font-size:20px;color:var(--collection-heading);margin:0 0 10px}.collection-empty p{font-size:15px;color:var(--collection-text);margin:0 0 20px}.collection-empty-btn{display:inline-block;padding:12px 25px;font-size:14px;font-weight:600;color:#fff;background:var(--collection-accent);border-radius:6px;text-decoration:none}.collection-pagination{margin-top:50px;text-align:center}.pagination{display:flex;align-items:center;justify-content:center;gap:10px}.pagination-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--collection-heading);background:transparent;border:1px solid var(--collection-border);border-radius:6px;text-decoration:none;transition:all .2s ease}.pagination-btn svg{width:16px;height:16px}.pagination-btn:hover:not(.disabled){background:var(--collection-heading);color:#fff;border-color:var(--collection-heading)}.pagination-btn.disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;align-items:center;gap:5px}.pagination-number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;font-size:14px;color:var(--collection-heading);border-radius:6px;text-decoration:none;transition:all .2s ease}.pagination-number:hover:not(.active){background:#f5f5f5}.pagination-number.active{background:var(--collection-heading);color:#fff}.pagination-ellipsis{padding:0 5px;color:#999}.pagination-info{margin-top:15px;font-size:14px;color:var(--collection-text)}@media screen and (max-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}.collection-filter-dropdowns{display:none}.collection-filter-toggle{display:flex}}@media screen and (max-width:768px){.collection-container{padding:0 20px}.collection-title{font-size:26px}.collection-description{font-size:14px}.collection-subcategories-scroll{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:10px;margin:0 -20px;padding-left:20px;padding-right:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-subcategories-scroll::-webkit-scrollbar{display:none}.collection-subcategory-link{padding:8px 16px;font-size:12px}.collection-toolbar{flex-wrap:wrap;gap:15px}.collection-toolbar-right{width:100%;justify-content:space-between}.collection-sort-label span{display:none}.collection-grid{grid-template-columns:repeat(2,1fr);gap:15px}.collection-products[data-view=list] .collection-grid,.collection-products[data-view=list] .collection-product-card{grid-template-columns:1fr}.pagination-btn span{display:none}.pagination-btn{padding:10px}}@media screen and (max-width:480px){.collection-title{font-size:22px;letter-spacing:1px}.collection-subcategory-link{padding:7px 14px;font-size:11px}.collection-grid{gap:12px}.product-card-info{padding:12px}.product-card-title{font-size:14px}.price-current{font-size:15px}.product-card-atc{padding:10px 12px;font-size:12px}.product-card-badges{top:8px;right:8px}.product-badge{padding:4px 8px;font-size:10px}.product-card-actions{display:none}.pagination-numbers{gap:3px}.pagination-number{min-width:35px;height:35px;font-size:13px}}.collection-filter-dropdown-btn:focus,.collection-subcategory-link:focus,.product-card-atc:focus,.pagination-btn:focus,.pagination-number:focus{outline:2px solid var(--collection-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){.product-card-image img,.product-card-image-hover,.product-card-actions,.collection-filter-dropdown-content,.collection-filter-panel{transition:none}.collection-product-card:hover .product-card-image img:first-child{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-collection-custom.css.map */
