@layer components.pages{:where([data-ui=unified][data-catalog-storefront=home]) .nav-autocomplete-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 10px 25px #00000026;max-height:500px;overflow-y:auto;z-index:1000;margin-top:4px;display:none}:where([data-ui=unified][data-catalog-storefront=home]) .nav-autocomplete-list.active{display:block}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-suggestions{padding:4px 0}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item{padding:12px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s;border-bottom:1px solid var(--gray-100)}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item:last-child{border-bottom:none}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item:hover,:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item.selected{background:var(--gray-50)}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item.selected{background:var(--brand-50)}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-image{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-image img{width:100%;height:100%;object-fit:contain}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-details{flex:1;min-width:0}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-details-full{flex:1;min-width:0}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-style-number{font-weight:600;color:var(--gray-800);font-size:14px;margin-bottom:2px;display:flex;align-items:center;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item.no-image{padding:10px 12px;gap:0}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-item.no-image .suggestion-details-full{padding-right:12px}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-product-name{color:var(--gray-500);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-colors{font-size:11px;color:var(--gray-400)}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-price{font-weight:600;color:var(--brand-500);font-size:14px;margin-left:auto;padding-left:12px}:where([data-ui=unified][data-catalog-storefront=home]) .suggestion-badge{background:var(--brand-500);color:#fff;font-size:9px;padding:2px 6px;border-radius:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-footer{padding:8px 12px;background:var(--gray-50);border-top:1px solid var(--gray-200);font-size:11px;color:var(--gray-500);text-align:center}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-footer kbd{background:#fff;border:1px solid var(--gray-300);padding:2px 6px;border-radius:3px;font-size:10px;font-family:monospace;box-shadow:0 1px #0000001a}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-loading,:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-no-results,:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-error{padding:20px;text-align:center;color:var(--gray-500)}:where([data-ui=unified][data-catalog-storefront=home]) .autocomplete-loading{display:flex;align-items:center;justify-content:center;gap:10px}:where([data-ui=unified][data-catalog-storefront=home]) .nav-search{position:relative}:where([data-ui=unified][data-catalog-storefront=home]) .filters-container{position:relative}:where([data-ui=unified][data-catalog-storefront=home]) .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--gray-200)}:where([data-ui=unified][data-catalog-storefront=home]) .filters-header h3{font-size:1.25rem;color:var(--gray-800);margin:0}:where([data-ui=unified][data-catalog-storefront=home]) .filter-section{margin-bottom:25px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-option.disabled{opacity:.5;cursor:not-allowed}:where([data-ui=unified][data-catalog-storefront=home]) .option-name{flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .option-count{color:var(--gray-400);font-size:.75rem;margin-left:4px}:where([data-ui=unified][data-catalog-storefront=home]) .price-inputs{display:flex;align-items:center;gap:10px;margin-bottom:10px}:where([data-ui=unified][data-catalog-storefront=home]) .price-inputs input{width:80px;padding:6px 8px;border:1px solid var(--gray-300);border-radius:4px;font-size:.875rem}:where([data-ui=unified][data-catalog-storefront=home]) .price-apply-btn{padding:6px 12px;background:var(--brand-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s}:where([data-ui=unified][data-catalog-storefront=home]) .price-apply-btn:hover{background:var(--brand-600)}:where([data-ui=unified][data-catalog-storefront=home]) .price-ranges{display:flex;flex-wrap:wrap;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .price-range-btn{padding:4px 8px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:4px;cursor:pointer;font-size:.75rem;transition:all .2s}:where([data-ui=unified][data-catalog-storefront=home]) .price-range-btn:hover{background:var(--brand-500);color:#fff;border-color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .color-option{position:relative;width:40px;height:40px;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:all .2s}:where([data-ui=unified][data-catalog-storefront=home]) .color-option:hover{transform:scale(1.1)}:where([data-ui=unified][data-catalog-storefront=home]) .color-option.selected{border-color:var(--brand-500);box-shadow:0 0 0 2px #4cb35433}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatch{width:100%;height:100%;border-radius:2px;border:1px solid var(--gray-200)}:where([data-ui=unified][data-catalog-storefront=home]) .color-count{position:absolute;bottom:-6px;right:-6px;background:var(--gray-800);color:#fff;font-size:.625rem;padding:2px 4px;border-radius:10px;line-height:1}:where([data-ui=unified][data-catalog-storefront=home]) .size-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .size-option{padding:8px 4px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:4px;cursor:pointer;text-align:center;font-size:.875rem;transition:all .2s;position:relative}:where([data-ui=unified][data-catalog-storefront=home]) .size-option:hover:not(.disabled){background:var(--gray-100);border-color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .size-option.selected{background:var(--brand-500);color:#fff;border-color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .size-option.disabled{opacity:.4;cursor:not-allowed}:where([data-ui=unified][data-catalog-storefront=home]) .size-count{display:block;font-size:.625rem;margin-top:2px;opacity:.8}:where([data-ui=unified][data-catalog-storefront=home]) .filter-search{margin-bottom:10px}:where([data-ui=unified][data-catalog-storefront=home]) .brand-search{width:100%;padding:6px 10px;border:1px solid var(--gray-300);border-radius:4px;font-size:.875rem}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options.scrollable{max-height:200px;overflow-y:auto}:where([data-ui=unified][data-catalog-storefront=home]) .product-grid-container{flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .results-info h2{font-size:1.5rem;margin:0;color:var(--gray-800)}:where([data-ui=unified][data-catalog-storefront=home]) .results-controls{display:flex;align-items:center;gap:20px}:where([data-ui=unified][data-catalog-storefront=home]) .sort-control{display:flex;align-items:center;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .sort-control label{font-size:.875rem;color:var(--gray-500)}:where([data-ui=unified][data-catalog-storefront=home]) .view-controls{display:flex;gap:4px}:where([data-ui=unified][data-catalog-storefront=home]) .view-btn{padding:6px 8px;background:#fff;border:1px solid var(--gray-300);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}:where([data-ui=unified][data-catalog-storefront=home]) .view-btn:hover{background:var(--gray-100)}:where([data-ui=unified][data-catalog-storefront=home]) .view-btn.active{background:var(--brand-500);border-color:var(--brand-500);color:#fff}:where([data-ui=unified][data-catalog-storefront=home]) .view-btn svg{width:16px;height:16px;fill:currentcolor}:where([data-ui=unified][data-catalog-storefront=home]) .products-grid{display:grid;gap:20px;margin-bottom:40px}:where([data-ui=unified][data-catalog-storefront=home]) .products-grid[data-view=grid]{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}:where([data-ui=unified][data-catalog-storefront=home]) .products-grid[data-view=list]{grid-template-columns:1fr}:where([data-ui=unified][data-catalog-storefront=home]) .product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s;display:flex;flex-direction:column}:where([data-ui=unified][data-catalog-storefront=home]) .product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}:where([data-ui=unified][data-catalog-storefront=home]) .product-image-container{position:relative;padding-top:100%;background:var(--gray-50);overflow:hidden}:where([data-ui=unified][data-catalog-storefront=home]) .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:10px}:where([data-ui=unified][data-catalog-storefront=home]) .badge{position:absolute;top:10px;left:10px;padding:4px 8px;background:var(--red-500);color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase}:where([data-ui=unified][data-catalog-storefront=home]) .badge.top-seller{background:var(--amber-500)}:where([data-ui=unified][data-catalog-storefront=home]) .badge.sale{background:var(--red-500)}:where([data-ui=unified][data-catalog-storefront=home]) .product-quick-actions{position:absolute;top:10px;right:10px;display:flex;gap:8px;opacity:0;transition:opacity .2s}:where([data-ui=unified][data-catalog-storefront=home]) .product-card:hover .product-quick-actions{opacity:1}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-btn{width:36px;height:36px;background:#fff;border:1px solid var(--gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-btn:hover{background:var(--brand-500);border-color:var(--brand-500);color:#fff}:where([data-ui=unified][data-catalog-storefront=home]) .product-info{padding:15px;flex:1;display:flex;flex-direction:column}:where([data-ui=unified][data-catalog-storefront=home]) .product-brand{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}:where([data-ui=unified][data-catalog-storefront=home]) .product-name{font-size:.9375rem;font-weight:600;color:var(--gray-800);margin:0 0 8px;line-height:1.4}:where([data-ui=unified][data-catalog-storefront=home]) .product-link{color:inherit;text-decoration:none}:where([data-ui=unified][data-catalog-storefront=home]) .product-link:hover{color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .product-style{font-size:.75rem;color:var(--gray-400);margin-bottom:8px}:where([data-ui=unified][data-catalog-storefront=home]) .product-price{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:8px}:where([data-ui=unified][data-catalog-storefront=home]) .product-price .as-low-as{font-size:.85em;color:var(--gray-500);font-weight:400}:where([data-ui=unified][data-catalog-storefront=home]) .price-sale{color:var(--red-500)}:where([data-ui=unified][data-catalog-storefront=home]) .price-original{text-decoration:line-through;color:var(--gray-400);font-size:.875rem;margin-left:8px}:where([data-ui=unified][data-catalog-storefront=home]) .product-meta{display:flex;gap:12px;font-size:.75rem;color:var(--gray-500);margin-bottom:10px}:where([data-ui=unified][data-catalog-storefront=home]) .product-colors{display:flex;gap:4px;align-items:center;margin-top:auto}:where([data-ui=unified][data-catalog-storefront=home]) .product-colors .color-swatch{width:20px;height:20px;border-radius:50%;border:1px solid var(--gray-200)}:where([data-ui=unified][data-catalog-storefront=home]) .more-colors{font-size:.75rem;color:var(--gray-500);margin-left:4px}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item{display:flex;gap:20px;background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;transition:all .3s}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item:hover{box-shadow:0 4px 12px #00000026}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item .product-image-container{width:150px;height:150px;padding-top:0;flex-shrink:0}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item .product-details{flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item .product-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:150px}:where([data-ui=unified][data-catalog-storefront=home]) .view-product-btn{padding:8px 16px;background:var(--brand-500);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}:where([data-ui=unified][data-catalog-storefront=home]) .view-product-btn:hover{background:var(--brand-600)}:where([data-ui=unified][data-catalog-storefront=home]) .pagination-container{display:flex;justify-content:center;align-items:center;margin:40px 0;gap:20px}:where([data-ui=unified][data-catalog-storefront=home]) .pagination{display:flex;align-items:center;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .page-btn{padding:8px 12px;background:#fff;border:1px solid var(--gray-300);border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s;min-width:36px;text-align:center}:where([data-ui=unified][data-catalog-storefront=home]) .page-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .page-btn.active{background:var(--brand-500);color:#fff;border-color:var(--brand-500)}:where([data-ui=unified][data-catalog-storefront=home]) .page-btn:disabled{opacity:.5;cursor:not-allowed}:where([data-ui=unified][data-catalog-storefront=home]) .page-ellipsis{padding:0 8px;color:var(--gray-400)}:where([data-ui=unified][data-catalog-storefront=home]) .page-info{font-size:.875rem;color:var(--gray-500)}:where([data-ui=unified][data-catalog-storefront=home]) .loading-overlay{position:absolute;inset:0;background:#ffffffe5;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100}:where([data-ui=unified][data-catalog-storefront=home]) .loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--brand-500);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:where([data-ui=unified][data-catalog-storefront=home]) .infinite-scroll-loader{display:flex;justify-content:center;padding:20px}:where([data-ui=unified][data-catalog-storefront=home]) .no-results p{color:var(--gray-400);font-size:.875rem}:where([data-ui=unified][data-catalog-storefront=home]) .bg-black{background-color:var(--gray-900)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-white{background-color:var(--color-on-brand);border:1px solid var(--gray-200)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-grey{background-color:var(--store-ink-faint)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-navy{background-color:var(--blue-800)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-blue{background-color:var(--blue-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-red{background-color:var(--red-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-green{background-color:var(--green-500)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-yellow{background-color:var(--amber-300)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-orange{background-color:var(--amber-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-purple{background-color:var(--violet-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-pink{background-color:var(--violet-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-brown{background-color:var(--violet-600)}:where([data-ui=unified][data-catalog-storefront=home]) .bg-default{background:linear-gradient(45deg,var(--gray-200) 25%,transparent 25%,transparent 75%,var(--gray-200) 75%,var(--gray-200)),linear-gradient(45deg,var(--gray-200) 25%,transparent 25%,transparent 75%,var(--gray-200) 75%,var(--gray-200));background-size:10px 10px;background-position:0 0,5px 5px}:where([data-ui=unified][data-catalog-storefront=home]) .filters-sidebar{background:var(--color-surface);border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:20px;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto;width:280px;flex-shrink:0}:where([data-ui=unified][data-catalog-storefront=home]) .products-container{flex:1;min-width:0}@media(width<=768px){:where([data-ui=unified][data-catalog-storefront=home]) .results-section{flex-direction:column}:where([data-ui=unified][data-catalog-storefront=home]) .filters-sidebar{width:100%;position:fixed;top:0;left:-100%;height:100vh;z-index:1000;transition:left .3s;max-height:100vh}:where([data-ui=unified][data-catalog-storefront=home]) .filters-sidebar.filters-open{left:0}:where([data-ui=unified][data-catalog-storefront=home]) .filters-toggle{display:block;position:fixed;bottom:20px;right:20px;padding:12px 20px;background:var(--brand-500);color:#fff;border:none;border-radius:50px;box-shadow:0 4px 12px #0003;z-index:999;cursor:pointer}:where([data-ui=unified][data-catalog-storefront=home]) .products-grid[data-view=grid]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}:where([data-ui=unified][data-catalog-storefront=home]) .results-header{flex-direction:column;align-items:flex-start;gap:15px}:where([data-ui=unified][data-catalog-storefront=home]) .results-controls{width:100%;justify-content:space-between}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item{flex-direction:column}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item .product-image-container{width:100%;height:200px}:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item .product-pricing{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}@media(width<=480px){:where([data-ui=unified][data-catalog-storefront=home]) .products-grid[data-view=grid]{grid-template-columns:1fr}:where([data-ui=unified][data-catalog-storefront=home]) .color-grid{grid-template-columns:repeat(auto-fill,minmax(36px,1fr))}:where([data-ui=unified][data-catalog-storefront=home]) .size-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr))}}:where([data-ui=unified][data-catalog-storefront=home]) *{transition-property:none}:where([data-ui=unified][data-catalog-storefront=home]) .product-card,:where([data-ui=unified][data-catalog-storefront=home]) .product-list-item,:where([data-ui=unified][data-catalog-storefront=home]) .filter-option,:where([data-ui=unified][data-catalog-storefront=home]) .page-btn,:where([data-ui=unified][data-catalog-storefront=home]) .view-btn,:where([data-ui=unified][data-catalog-storefront=home]) .color-option,:where([data-ui=unified][data-catalog-storefront=home]) .size-option{transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out}:where([data-ui=unified][data-catalog-storefront=home]) .filter-group{margin-bottom:20px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;user-select:none}:where([data-ui=unified][data-catalog-storefront=home]) .filter-title{font-size:15px;font-weight:700;color:var(--print-green);margin:0;text-transform:uppercase;letter-spacing:.8px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-toggle{background:none;border:none;padding:4px;cursor:pointer;color:var(--gray-500);display:flex;align-items:center;transition:transform .2s ease}:where([data-ui=unified][data-catalog-storefront=home]) .filter-toggle:hover{color:var(--gray-800)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-toggle.collapsed{transform:rotate(-90deg)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding:8px 0;transition:max-height .3s ease}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options.collapsed{max-height:0;overflow:hidden;padding:0}:where([data-ui=unified][data-catalog-storefront=home]) .filter-option{font-size:.875rem;color:var(--gray-700);display:flex;align-items:center;padding:8px 12px;cursor:pointer;border-radius:6px;transition:background-color .2s ease;margin-bottom:4px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-option:hover{color:var(--brand-500);background-color:var(--gray-50)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-option input[type=checkbox]{width:18px;height:18px;margin:0 10px 0 0;cursor:pointer;accent-color:var(--print-green)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-label{flex:1;font-size:14px;color:var(--gray-700);font-weight:400}:where([data-ui=unified][data-catalog-storefront=home]) .clear-filters-btn{width:100%;padding:10px 16px;margin-top:12px;background:#fff;border:1px solid var(--gray-200);border-radius:8px;color:var(--red-600);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}:where([data-ui=unified][data-catalog-storefront=home]) .clear-filters-btn:hover{background:var(--red-50);border-color:var(--red-600)}:where([data-ui=unified][data-catalog-storefront=home]) .clear-filters-btn svg{width:16px;height:16px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options::-webkit-scrollbar{width:6px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options::-webkit-scrollbar-track{background:var(--gray-100);border-radius:3px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-options::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@media(width<=768px){:where([data-ui=unified][data-catalog-storefront=home]) .filters-section{padding:12px;margin-top:12px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-option{padding:10px 8px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-title{font-size:13px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-label{font-size:13px}:where([data-ui=unified][data-catalog-storefront=home]) .clear-filters-btn{padding:12px 16px;font-size:15px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}:where([data-ui=unified][data-catalog-storefront=home]) .filters-section{border-top:2px solid var(--print-green);margin-top:20px;background:linear-gradient(to bottom,var(--gray-50) 0%,var(--color-surface) 100%);padding:16px 12px;border-radius:8px;box-shadow:0 1px 3px #0000000d;animation:slideDown .3s ease-out}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice{background:linear-gradient(135deg,var(--color-floor-tint) 0%,var(--sky-100) 100%);border:2px solid var(--color-info);border-radius:12px;padding:16px 20px;margin-bottom:24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;box-shadow:0 2px 8px #0ea5e91a}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice .notice-icon{font-size:24px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice .notice-text{font-weight:600;color:var(--sky-900);font-size:15px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge:hover{background:var(--color-floor-tint);border-color:var(--blue-600);transform:translateY(-1px);box-shadow:0 2px 6px #0ea5e926}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge .badge-icon{font-size:16px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge .badge-label{font-weight:500}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge .badge-remove{background:transparent;border:none;color:var(--slate-500);font-size:20px;line-height:1;cursor:pointer;padding:0;margin-left:4px;transition:all .2s ease;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge .badge-remove:hover{background:var(--red-100);color:var(--red-600);transform:scale(1.1)}@media(width<=768px){:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice{padding:12px 16px;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice .notice-icon{font-size:20px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice .notice-text{font-size:13px;flex-basis:100%}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badges{flex-basis:100%}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge{font-size:13px;padding:5px 10px}}:where([data-ui=unified][data-catalog-storefront=home]) .hero-section.hidden{display:none}:where([data-ui=unified][data-catalog-storefront=home]) .hero-grid{max-width:var(--catalog-wrap);margin:0 auto;padding:46px 20px 20px;display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:30px;align-items:center}:where([data-ui=unified][data-catalog-storefront=home]) .hero-eyebrow{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;color:var(--color-warning-ink);letter-spacing:.04em;text-transform:uppercase;margin:0 0 14px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-sub{font-size:17px;color:var(--ui-muted);max-width:52ch;margin-bottom:22px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center}:where([data-ui=unified][data-catalog-storefront=home]) .hero-trust{list-style:none;display:flex;gap:7px 20px;flex-wrap:wrap;margin:20px 0 0;padding:0;font-size:13px;color:var(--ui-muted);font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .hero-trust li{display:inline-flex;align-items:center;gap:6px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-trust svg{color:var(--ui-accent);flex:none}:where([data-ui=unified][data-catalog-storefront=home]) .hero-trust .is-rush svg{color:var(--color-warning-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .hero-stage{position:relative;min-height:300px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt{margin:0;position:relative;display:grid;place-items:center}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt img{grid-area:1 / 1;width:100%;max-height:470px;object-fit:contain;filter:drop-shadow(0 24px 34px rgb(24 34 25 / 24%));mix-blend-mode:multiply;opacity:0;transition:opacity .9s ease}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt img.is-active{opacity:1}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt:before{content:"";position:absolute;inset:6% 10%;border:1.6px dashed var(--ui-line-strong);border-radius:18px;z-index:-1}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:240px;border-radius:var(--radius-md);overflow:hidden;color:var(--color-on-brand);text-decoration:none;background:var(--ui-accent-hover);box-shadow:var(--shadow-sm)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf:after{content:"";position:absolute;inset:0;background:linear-gradient(12deg,#122b18eb 18%,#122b1840 70%)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf-body{position:relative;z-index:1;padding:22px 24px 20px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-badge{display:inline-block;background:#ffffff29;border:1px dashed rgb(255 255 255 / 55%);border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 11px;margin-bottom:10px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf h3{font-size:clamp(20px,2.2vw,26px);font-weight:700;margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf p{font-size:13.5px;opacity:.92;max-width:52ch;margin-bottom:12px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf-cta{font-weight:700;font-family:var(--ui-font);font-size:15px;color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf:hover .duo-golf-cta{text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf:hover .duo-golf-img{opacity:.65}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:240px;border-radius:var(--radius-md);overflow:hidden;color:var(--color-on-brand);text-decoration:none;background:var(--print-ink);box-shadow:var(--shadow-sm)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety:after{content:"";position:absolute;inset:0;background:linear-gradient(12deg,#0f1214eb 16%,#0f121426 72%)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety-body{position:relative;z-index:1;padding:22px 24px 20px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety h3{font-size:clamp(20px,2.2vw,26px);font-weight:700;margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety p{font-size:13.5px;opacity:.92;max-width:52ch;margin-bottom:12px}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety-cta{font-weight:700;font-family:var(--ui-font);font-size:15px;color:var(--amber-200)}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety:hover .duo-safety-cta{text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety:hover .duo-safety-img{opacity:.7}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band{position:relative;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:30px;border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:var(--color-on-brand);padding:30px 32px;background:radial-gradient(760px 320px at 92% -25%,rgb(126 208 140 / 22%),transparent 60%),linear-gradient(180deg,var(--ui-accent-hover),var(--ui-accent-hover));box-shadow:var(--shadow-sm);transition:box-shadow .16s ease,transform .16s ease}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band-body{position:relative;z-index:1}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band .duo-badge{background:var(--color-warning-ink);border:none;color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band h3{font-family:var(--ui-font);font-weight:700;line-height:1.03;font-size:clamp(24px,3vw,34px);margin-bottom:8px}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band h3 .yr{color:var(--store-green-300)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band p{font-size:14px;opacity:.9;max-width:48ch;margin-bottom:16px}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band-cta{display:inline-flex;align-items:center;gap:6px;font-family:var(--ui-font);font-weight:700;font-size:15px;color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band-cta svg{transition:transform .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band:hover .fall26-band-cta svg{transform:translate(3px)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-thumb{aspect-ratio:1 / 1;background:var(--color-surface);border-radius:10px;overflow:hidden;box-shadow:0 4px 14px -6px #0000007f}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-thumb img{width:100%;height:100%;object-fit:contain;padding:7px}@media(width<=860px){:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band{grid-template-columns:1fr;gap:20px;padding:26px 24px}}@media(width<=520px){:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band-strip{grid-template-columns:repeat(4,1fr)}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-thumb:nth-child(5){display:none}}:where([data-ui=unified][data-catalog-storefront=home]) .express-section{max-width:var(--catalog-wrap);margin:0 auto;padding:4px 20px 40px}:where([data-ui=unified][data-catalog-storefront=home]) .express-head{margin-bottom:14px}:where([data-ui=unified][data-catalog-storefront=home]) .express-head .band-eyebrow{margin-bottom:4px}:where([data-ui=unified][data-catalog-storefront=home]) .express-sub{color:var(--ui-muted);font-size:14px;margin:0;max-width:80ch}:where([data-ui=unified][data-catalog-storefront=home]) .express-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}:where([data-ui=unified][data-catalog-storefront=home]) .express-card{display:flex;flex-direction:column;overflow:hidden;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--ui-ink);text-decoration:none;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .express-card:hover{transform:translateY(-3px);border-color:var(--ui-accent);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .express-photo{aspect-ratio:3 / 2;overflow:hidden;background:var(--ui-tint)}:where([data-ui=unified][data-catalog-storefront=home]) .express-photo img{width:100%;height:100%;object-fit:cover;display:block}:where([data-ui=unified][data-catalog-storefront=home]) .express-body{padding:15px 18px 17px;display:flex;flex-direction:column;gap:4px;flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .express-kicker{font-size:11.5px;font-weight:700;letter-spacing:.07em;color:var(--ui-accent);text-transform:uppercase}:where([data-ui=unified][data-catalog-storefront=home]) .express-body h3{font-family:var(--ui-font);font-size:19px;font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .express-body p{font-size:13.5px;color:var(--ui-muted);margin:2px 0 0;flex:1 1 auto}:where([data-ui=unified][data-catalog-storefront=home]) .express-cta{font-weight:700;font-family:var(--ui-font);font-size:15px;color:var(--ui-accent);margin-top:10px}:where([data-ui=unified][data-catalog-storefront=home]) .express-card:hover .express-cta{text-decoration:underline;color:var(--ui-accent-hover)}@media(width<=760px){:where([data-ui=unified][data-catalog-storefront=home]) .express-grid{grid-template-columns:1fr}}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip{background:linear-gradient(100deg,var(--ui-accent-hover),var(--ui-accent-hover));color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip ul{list-style:none;margin:0 auto;padding:14px 20px;max-width:var(--catalog-wrap);display:flex;align-items:center;justify-content:space-between;gap:10px 26px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip li{display:inline-flex;align-items:baseline;gap:8px;font-size:13px;font-weight:600;color:var(--store-line)}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip strong{font-family:var(--ui-font);font-size:16px;color:var(--color-on-brand);letter-spacing:.01em}:where([data-ui=unified][data-catalog-storefront=home]) .band-head{margin-bottom:22px}:where([data-ui=unified][data-catalog-storefront=home]) .band-eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ui-accent);margin:0 0 6px}:where([data-ui=unified][data-catalog-storefront=home]) .band-head h2{font-size:clamp(24px,3.2vw,34px);font-weight:700;letter-spacing:-.01em;line-height:1.1}:where([data-ui=unified][data-catalog-storefront=home]) .band-sub{color:var(--ui-muted);font-size:15px;max-width:60ch;margin:8px 0 0}:where([data-ui=unified][data-catalog-storefront=home]) .band-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .band-more{font-weight:700;color:var(--ui-accent);text-decoration:none;white-space:nowrap;padding:10px 0}:where([data-ui=unified][data-catalog-storefront=home]) .band-more:hover{color:var(--ui-accent-hover);text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .band{padding:46px 0 50px}:where([data-ui=unified][data-catalog-storefront=home]) .band+.band{border-top:1px solid var(--ui-line)}:where([data-ui=unified][data-catalog-storefront=home]) .svc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card{position:relative;display:flex;flex-direction:column;gap:7px;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:20px 20px 18px;color:var(--ui-ink);text-decoration:none;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card:hover{transform:translateY(-3px);border-color:var(--ui-accent);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .svc-icon{width:46px;height:46px;border-radius:12px;background:var(--ui-tint);color:var(--ui-accent);display:grid;place-items:center;margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card--lead .svc-icon{background:var(--color-warning-bg);color:var(--color-warning-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .svc-flag{position:absolute;top:16px;right:16px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card h3{font-size:17.5px;font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card p{font-size:13.5px;color:var(--ui-muted);margin:0;flex:1 1 auto}:where([data-ui=unified][data-catalog-storefront=home]) .svc-cta{font-weight:700;font-size:13.5px;color:var(--ui-accent);margin-top:8px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-card:hover .svc-cta{color:var(--ui-accent-hover);text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-card{background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-card:hover{transform:translateY(-3px);border-color:var(--ui-accent);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-photo{background:var(--ui-tint);height:230px;display:grid;place-items:center;border-bottom:1px dashed var(--ui-line-strong);padding:14px}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-photo img{max-height:100%;width:auto;max-width:100%;object-fit:contain;mix-blend-mode:multiply}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:3px;flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-brand{height:20px;display:flex;align-items:center}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-brand img{max-height:18px;width:auto;max-width:120px}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-style{font-size:11.5px;font-weight:700;letter-spacing:.07em;color:var(--ui-accent);text-transform:uppercase;margin-top:6px}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-name{font-family:var(--ui-font);font-size:16.5px;font-weight:700;line-height:1.25}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-desc{font-size:13px;color:var(--ui-muted);margin:3px 0 0;flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-link{display:inline-flex;align-items:center;gap:6px;margin-top:11px;font-weight:700;font-size:13.5px;color:var(--ui-accent);text-decoration:none;min-height:24px}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-card:hover .shelf-link{color:var(--ui-accent-hover);text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile{position:relative;display:flex;align-items:center;gap:14px;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);padding:16px 18px;min-height:76px;color:var(--ui-ink);text-decoration:none;transition:transform .12s ease,border-color .15s ease,box-shadow .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile:hover{transform:translateY(-2px);border-color:var(--ui-accent);box-shadow:var(--shadow-sm)}:where([data-ui=unified][data-catalog-storefront=home]) .cat-num{font-family:var(--ui-font);font-weight:700;font-size:17px;color:transparent;-webkit-text-stroke:1.3px var(--ui-accent);border:1.4px dashed var(--ui-line-strong);border-radius:9px;width:40px;height:40px;display:grid;place-items:center;flex:none}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile:hover .cat-num{border-color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile-name{font-family:var(--ui-font);font-weight:700;font-size:16px;line-height:1.2}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile-go{margin-left:auto;color:var(--ui-line-strong);font-size:19px;font-weight:700;transition:color .15s ease,transform .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile:hover .cat-tile-go{color:var(--ui-accent);transform:translate(3px)}:where([data-ui=unified][data-catalog-storefront=home]) .cat-all{justify-content:center;border-style:dashed;border-width:1.6px;border-color:var(--ui-line-strong);background:transparent;font-weight:700;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .cat-all:hover{color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}:where([data-ui=unified][data-catalog-storefront=home]) .how-step{background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:22px 22px 20px}:where([data-ui=unified][data-catalog-storefront=home]) .how-num{font-family:var(--ui-font);font-weight:700;font-size:26px;color:transparent;-webkit-text-stroke:1.6px var(--ui-accent);border:1.6px dashed var(--ui-line-strong);border-radius:10px;width:46px;height:46px;display:grid;place-items:center;margin-bottom:12px}:where([data-ui=unified][data-catalog-storefront=home]) .how-step h3{font-size:18px;font-weight:700;margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .how-step p{font-size:13.5px;color:var(--ui-muted);margin:0}:where([data-ui=unified][data-catalog-storefront=home]) .how-call{margin-top:22px;text-align:center;font-size:14.5px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .how-call a{color:var(--ui-accent-hover);font-weight:700;text-decoration:underline;font-family:var(--ui-font)}:where([data-ui=unified][data-catalog-storefront=home]) .how-call a:hover{text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .filters-bar-container{max-width:var(--catalog-wrap);margin:18px auto 0;padding:0 20px}:where([data-ui=unified][data-catalog-storefront=home]) .filters-bar{position:relative;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:12px 16px}:where([data-ui=unified][data-catalog-storefront=home]) .filters-bar-top-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .filters-label{font-weight:700;font-family:var(--ui-font);font-size:14px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-controls{position:relative}:where([data-ui=unified][data-catalog-storefront=home]) .filter-dropdown-btn{display:inline-flex;align-items:center;gap:8px;background:var(--ui-canvas);border:1.5px solid var(--ui-line-strong);border-radius:999px;padding:9px 16px;min-height:40px;font-weight:700;font-size:13.5px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-dropdown-btn:hover,:where([data-ui=unified][data-catalog-storefront=home]) .filter-dropdown-btn.active{border-color:var(--ui-accent);color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-count{min-width:24px;text-align:center;background:var(--ui-accent-hover);color:var(--color-on-brand);border-radius:999px;font-size:11px;font-weight:700;padding:1px 7px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-dropdown-panel{display:none;position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:290px;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-dropdown-panel.show{display:block}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;border-bottom:1px dashed var(--ui-line-strong)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-header h4{font-size:14px;font-weight:700;margin:0}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-close{background:none;border:none;font-size:20px;color:var(--ui-muted);width:32px;height:32px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-close:hover{color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-search{padding:10px 14px 4px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-search input{width:100%;border:1.5px solid var(--ui-line-strong);border-radius:var(--radius-sm);padding:9px 12px;min-height:40px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-search input:focus{outline:none;border-color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-options{max-height:260px;overflow-y:auto;padding:8px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-options .filter-option{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--radius-sm);font-size:13.5px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-options .filter-option:hover{background:var(--ui-tint)}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-options .filter-option input{accent-color:var(--ui-accent);width:16px;height:16px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-panel-footer{padding:10px 14px 14px;border-top:1px dashed var(--ui-line-strong)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-apply-filter{width:100%;background:var(--ui-accent-hover);color:var(--color-on-brand);border:none;border-radius:var(--radius-sm);font-weight:700;padding:10px;min-height:42px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-apply-filter:hover{background:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}:where([data-ui=unified][data-catalog-storefront=home]) .active-filters:empty{display:none}:where([data-ui=unified][data-catalog-storefront=home]) .filter-chip{display:inline-flex;align-items:center;gap:7px;background:var(--ui-tint);border:1px solid var(--ui-tint);border-radius:999px;color:var(--ui-accent-hover);font-size:12.5px;font-weight:700;padding:5px 6px 5px 12px}:where([data-ui=unified][data-catalog-storefront=home]) .filter-chip-remove{background:none;border:none;color:var(--ui-accent);font-size:15px;width:24px;height:24px;border-radius:50%;line-height:1;padding:0}:where([data-ui=unified][data-catalog-storefront=home]) .filter-chip-remove:hover{background:var(--ui-tint);color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .clear-all-filters-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--color-warning-ink);font-weight:700;font-size:13px;padding:8px 10px;margin-top:4px}:where([data-ui=unified][data-catalog-storefront=home]) .clear-all-filters-btn:hover{text-decoration:underline}:where([data-ui=unified][data-catalog-storefront=home]) .results-section{display:flex;gap:20px;max-width:var(--catalog-wrap);margin:0 auto;padding:22px 20px 60px}:where([data-ui=unified][data-catalog-storefront=home]) .results-header{padding:15px 20px 14px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px;border-bottom:1px dashed var(--ui-line-strong)}:where([data-ui=unified][data-catalog-storefront=home]) .results-title{font-family:var(--ui-font);font-size:22px;font-weight:700;margin:0}:where([data-ui=unified][data-catalog-storefront=home]) .breadcrumb-text{font-family:var(--ui-font);font-size:13.5px;color:var(--ui-muted);font-weight:600;margin-left:8px}:where([data-ui=unified][data-catalog-storefront=home]) .results-count{margin-top:4px;font-size:13.5px;color:var(--ui-muted);font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .sort-dropdown{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .sort-select{cursor:pointer;border:1.5px solid var(--ui-line-strong);border-radius:var(--radius-sm);background:var(--ui-surface);padding:8px 10px;min-height:40px;font-size:13.5px;color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .sort-select:focus{outline:none;border-color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:16px}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-card{background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-card:hover{transform:translateY(-3px);border-color:var(--ui-accent);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-image-container{background:var(--ui-tint);border-bottom:1px dashed var(--ui-line-strong)}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}:where([data-ui=unified][data-catalog-storefront=home]) .top-seller-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--color-warning-ink);color:var(--color-on-brand);font-size:10px;font-weight:700;letter-spacing:.08em;padding:4px 8px;border-radius:5px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-quick-view{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;background:var(--ui-accent-hover);color:var(--color-on-brand);border:none;border-radius:999px;font-size:12.5px;font-weight:700;padding:9px 16px;min-height:38px;opacity:0;transition:opacity .15s ease;white-space:nowrap;z-index:2}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-card:hover .btn-quick-view,:where([data-ui=unified][data-catalog-storefront=home]) .btn-quick-view:focus-visible{opacity:1}:where([data-ui=unified][data-catalog-storefront=home]) .btn-quick-view:hover{background:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-info{padding:13px 15px 6px}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-style{font-size:11.5px;font-weight:700;letter-spacing:.07em;color:var(--ui-accent);text-transform:uppercase;margin-bottom:3px}:where([data-ui=unified][data-catalog-storefront=home]) .product-title{font-family:var(--ui-font);font-size:15.5px;font-weight:700;line-height:1.25}:where([data-ui=unified][data-catalog-storefront=home]) .product-colors-count{font-size:12px;color:var(--ui-muted);margin-top:3px}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-price{font-weight:700;color:var(--ui-ink);margin:7px 0 0;font-size:15.5px}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid .product-price .as-low-as{font-size:12px;color:var(--ui-muted);font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .product-actions{padding:8px 15px 14px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-compare{display:inline-flex;align-items:center;gap:6px;background:none;border:1.5px solid var(--ui-line-strong);border-radius:999px;font-size:12.5px;font-weight:700;color:var(--ui-muted);padding:7px 14px;min-height:36px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-compare:hover{border-color:var(--ui-accent);color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-compare.active{background:var(--ui-tint);border-color:var(--ui-accent);color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .search-notice,:where([data-ui=unified][data-catalog-storefront=home]) .smart-filters-notice{grid-column:1 / -1;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--ui-tint);border:1px dashed var(--ui-accent);border-radius:var(--radius-sm);color:var(--ui-accent-hover);font-size:13.5px;font-weight:600;padding:10px 14px}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badges{align-items:center;display:flex;gap:8px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .smart-filter-badge{color:var(--sky-900);transition:all .2s ease;display:inline-flex;align-items:center;gap:6px;background:var(--ui-surface);border:1px solid var(--ui-tint);border-radius:999px;font-size:12.5px;padding:4px 6px 4px 10px}:where([data-ui=unified][data-catalog-storefront=home]) .badge-remove{background:none;border:none;color:var(--ui-accent);font-size:14px;width:22px;height:22px;padding:0}:where([data-ui=unified][data-catalog-storefront=home]) .badge-remove:hover{color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .loading,:where([data-ui=unified][data-catalog-storefront=home]) .loading-more-indicator{grid-column:1 / -1;text-align:center;color:var(--ui-muted);padding:40px 0;font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .loading-more-indicator .spinner{width:30px;height:30px;margin:0 auto 10px;border:3px solid var(--ui-line);border-top-color:var(--ui-accent);border-radius:50%;animation:spin 1s linear infinite}:where([data-ui=unified][data-catalog-storefront=home]) .no-results{grid-column:1 / -1;text-align:center;padding:50px 16px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .no-results-icon{color:var(--gray-300);font-size:38px;margin-bottom:8px}:where([data-ui=unified][data-catalog-storefront=home]) .no-results h3{color:var(--gray-600);margin:0 0 6px;font-size:20px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-show-all{margin-top:12px;background:var(--ui-accent-hover);color:var(--color-on-brand);border:none;border-radius:var(--radius-sm);font-weight:700;padding:11px 18px;min-height:44px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-show-all:hover{background:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .error-message{grid-column:1 / -1;text-align:center;padding:40px 16px;color:var(--color-danger-ink);font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .error-icon{font-size:30px;margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .load-more-container{text-align:center;padding:26px 0 6px}:where([data-ui=unified][data-catalog-storefront=home]) .load-more-btn{background:var(--ui-surface);color:var(--ui-accent-hover);border:1.5px solid var(--ui-accent);border-radius:999px;font-weight:700;font-family:var(--ui-font);font-size:15px;padding:13px 28px;min-height:48px}:where([data-ui=unified][data-catalog-storefront=home]) .load-more-btn:hover{background:var(--ui-tint)}:where([data-ui=unified][data-catalog-storefront=home]) .load-more-count{font-family:var(--ui-font);font-weight:600;font-size:12.5px;color:var(--ui-muted);margin-left:8px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-modal,:where([data-ui=unified][data-catalog-storefront=home]) .compare-modal{position:fixed;inset:0;z-index:260;background:#12221699;display:grid;place-items:center;padding:18px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-content,:where([data-ui=unified][data-catalog-storefront=home]) .compare-modal-content{background:var(--ui-surface);border-radius:16px;box-shadow:var(--shadow-md);width:min(940px,96vw);max-height:90vh;overflow-y:auto}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-header,:where([data-ui=unified][data-catalog-storefront=home]) .compare-modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;background:var(--ui-surface);border-bottom:1px dashed var(--ui-line-strong);padding:14px 20px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-header h2,:where([data-ui=unified][data-catalog-storefront=home]) .compare-modal-header h2{font-size:18px;font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-body{display:grid;grid-template-columns:5fr 6fr;gap:24px;padding:20px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-images img{width:100%;object-fit:contain;background:var(--ui-tint);border-radius:var(--radius-sm);mix-blend-mode:multiply}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-style{font-size:14px;font-weight:700;letter-spacing:.07em;color:var(--ui-accent);text-transform:uppercase;margin:0 0 2px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-title{font-size:22px;font-weight:700;margin:0 0 10px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-price{font-size:18px;font-weight:700;margin-bottom:14px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-section{margin-bottom:14px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-section h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ui-muted);margin-bottom:6px}:where([data-ui=unified][data-catalog-storefront=home]) .selected-color{color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .size-list{font-size:13.5px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .product-description{font-size:13.5px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatches{display:flex;gap:7px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatches .color-swatch{width:34px;height:34px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid var(--ui-line-strong);padding:0}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatches .color-swatch img,:where([data-ui=unified][data-catalog-storefront=home]) .color-swatch-fallback{width:100%;height:100%;object-fit:cover;display:block}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatches .color-swatch:hover{border-color:var(--ui-accent-hover);transform:scale(1.08)}:where([data-ui=unified][data-catalog-storefront=home]) .color-swatches .color-swatch.selected{border-color:var(--ui-accent-hover);box-shadow:0 0 0 2px var(--ui-tint)}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-add-compare{background:none;border:1.5px solid var(--ui-line-strong);border-radius:var(--radius-sm);font-weight:700;padding:11px 16px;min-height:44px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-add-compare:hover,:where([data-ui=unified][data-catalog-storefront=home]) .btn-add-compare.active{border-color:var(--ui-accent);color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-full-details{display:inline-flex;align-items:center;justify-content:center;background:var(--ui-accent-hover);color:var(--color-on-brand);border-radius:var(--radius-sm);font-weight:700;padding:11px 18px;min-height:44px;text-decoration:none}:where([data-ui=unified][data-catalog-storefront=home]) .btn-full-details:hover{background:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing{margin-top:14px;border:1px dashed var(--ui-line-strong);border-radius:var(--radius-sm);padding:12px 14px}:where([data-ui=unified][data-catalog-storefront=home]) .pricing-header{font-size:14px;font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .pricing-subtitle{font-size:12px;color:var(--ui-muted);margin:2px 0 8px}:where([data-ui=unified][data-catalog-storefront=home]) .ltm-notice{font-size:12px;color:var(--color-warning-ink);background:var(--color-warning-bg);border-radius:6px;padding:6px 9px;margin-bottom:8px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing-table{width:100%;border-collapse:collapse;font-size:13px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing-table th,:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing-table td{border-bottom:1px solid var(--ui-line);padding:6px 8px;text-align:left}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing-table .price-cell{font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-pricing-table .highlight{color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .pricing-calculator-link{display:inline-block;margin-top:9px;font-weight:700;color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .compare-bar{position:fixed;left:0;right:0;bottom:0;z-index:220;background:var(--ui-accent-hover);color:var(--color-on-brand);box-shadow:0 -8px 30px #122b1859}:where([data-ui=unified][data-catalog-storefront=home]) .compare-bar-content{max-width:var(--catalog-wrap);margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .compare-count{font-family:var(--ui-font);font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .compare-items{display:flex;gap:8px;flex-wrap:wrap;flex:1}:where([data-ui=unified][data-catalog-storefront=home]) .compare-item{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;border-radius:999px;font-size:12.5px;font-weight:700;padding:5px 7px 5px 12px}:where([data-ui=unified][data-catalog-storefront=home]) .remove-compare{background:none;border:none;color:var(--gray-300);font-size:14px;width:22px;height:22px;padding:0}:where([data-ui=unified][data-catalog-storefront=home]) .remove-compare:hover{color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .compare-actions{display:flex;gap:10px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-view-compare{background:var(--color-warning-ink);color:var(--color-on-brand);border:none;border-radius:var(--radius-sm);font-weight:700;padding:10px 18px;min-height:42px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-view-compare:hover{background:var(--amber-900)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-clear-compare{background:none;color:var(--gray-300);border:1.5px solid rgb(255 255 255 / 35%);border-radius:var(--radius-sm);font-weight:700;padding:10px 14px;min-height:42px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-clear-compare:hover{border-color:var(--color-on-brand);color:var(--color-on-brand)}:where([data-ui=unified][data-catalog-storefront=home]) .compare-modal-body{padding:18px 20px}:where([data-ui=unified][data-catalog-storefront=home]) .compare-loading{text-align:center;color:var(--ui-muted);padding:30px 0}:where([data-ui=unified][data-catalog-storefront=home]) .compare-table{display:grid;gap:0;overflow-x:auto}:where([data-ui=unified][data-catalog-storefront=home]) .compare-row{display:grid;grid-template-columns:130px repeat(auto-fit,minmax(150px,1fr));border-bottom:1px solid var(--ui-line)}:where([data-ui=unified][data-catalog-storefront=home]) .compare-row.compare-header{font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .compare-cell{padding:10px 12px;font-size:13.5px}:where([data-ui=unified][data-catalog-storefront=home]) .compare-cell img{max-width:110px;mix-blend-mode:multiply;background:var(--ui-tint);border-radius:6px}:where([data-ui=unified][data-catalog-storefront=home]) .compare-label{font-weight:700;color:var(--ui-muted);font-size:12.5px;text-transform:uppercase;letter-spacing:.05em}:where([data-ui=unified][data-catalog-storefront=home]) .compare-product-title{font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .compare-product-style{font-size:12px;color:var(--ui-accent);font-weight:700}:where([data-ui=unified][data-catalog-storefront=home]) .btn-view-details,:where([data-ui=unified][data-catalog-storefront=home]) .btn-remove-from-compare{display:block;width:100%;margin-bottom:6px;border-radius:var(--radius-sm);font-weight:700;font-size:12.5px;padding:8px 10px;min-height:38px}:where([data-ui=unified][data-catalog-storefront=home]) .btn-view-details{background:var(--ui-accent-hover);color:var(--color-on-brand);border:none}:where([data-ui=unified][data-catalog-storefront=home]) .btn-view-details:hover{background:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-remove-from-compare{background:none;border:1.5px solid var(--ui-line-strong);color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .btn-remove-from-compare:hover{border-color:var(--color-danger-ink);color:var(--color-danger-ink)}@media(prefers-reduced-motion:no-preference){:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy>*{animation:rise .5s ease backwards}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy>*:nth-child(2){animation-delay:.07s}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy>*:nth-child(3){animation-delay:.14s}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy>*:nth-child(4){animation-delay:.21s}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy>*:nth-child(5){animation-delay:.28s}:where([data-ui=unified][data-catalog-storefront=home]) .hero-stage{animation:rise .6s .12s ease backwards}:where([data-ui=unified][data-catalog-storefront=home]) .express-grid>*{animation:rise .55s .25s ease backwards}:where([data-ui=unified][data-catalog-storefront=home]) .express-grid>*:nth-child(2){animation-delay:.33s}@keyframes rise{0%{opacity:0;transform:translateY(14px)}}}@media(width<=1100px){:where([data-ui=unified][data-catalog-storefront=home]) .svc-grid,:where([data-ui=unified][data-catalog-storefront=home]) .shelf-grid{grid-template-columns:repeat(2,1fr)}:where([data-ui=unified][data-catalog-storefront=home]) .cat-grid{grid-template-columns:repeat(3,1fr)}}@media(width<=960px){:where([data-ui=unified][data-catalog-storefront=home]) .hero-grid{grid-template-columns:1fr;padding:26px 18px 6px;gap:14px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-stage{order:-1;min-height:0}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt img{max-height:250px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-sticker{font-size:14px;padding:10px 12px;top:0;right:2%}:where([data-ui=unified][data-catalog-storefront=home]) .duo-golf,:where([data-ui=unified][data-catalog-storefront=home]) .duo-safety{min-height:0}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip ul{justify-content:flex-start;gap:8px 22px;padding:12px 18px}:where([data-ui=unified][data-catalog-storefront=home]) .quick-view-body{grid-template-columns:1fr}}@media(width<=560px){:where([data-ui=unified][data-catalog-storefront=home]) .band{padding:36px 0 40px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-grid,:where([data-ui=unified][data-catalog-storefront=home]) .shelf-grid{grid-template-columns:1fr}:where([data-ui=unified][data-catalog-storefront=home]) .cat-grid{grid-template-columns:1fr;gap:10px}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile{padding:13px 14px;gap:10px;min-height:64px;min-width:0}:where([data-ui=unified][data-catalog-storefront=home]) .cat-num{width:34px;height:34px;font-size:14px}:where([data-ui=unified][data-catalog-storefront=home]) .cat-tile-name{font-size:14px;min-width:0;overflow-wrap:break-word}:where([data-ui=unified][data-catalog-storefront=home]) .how-grid{grid-template-columns:1fr}:where([data-ui=unified][data-catalog-storefront=home]) .hero-ctas .btn{flex:1 1 auto}:where([data-ui=unified][data-catalog-storefront=home]) .hero-trust{gap:6px 14px}:where([data-ui=unified][data-catalog-storefront=home]) .trust-strip strong{font-size:14.5px}:where([data-ui=unified][data-catalog-storefront=home]) .results-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}:where([data-ui=unified][data-catalog-storefront=home]) .results-section{padding:16px 14px 50px}:where([data-ui=unified][data-catalog-storefront=home]) .filters-bar-container{padding:0 14px}:where([data-ui=unified][data-catalog-storefront=home]) .compare-bar-content{padding:10px 14px}}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-band{padding-top:34px}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-band-head{display:flex;justify-content:center;margin-bottom:18px}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-badge{display:inline-flex;align-items:baseline;gap:10px;background:var(--ui-tint);border:1px solid var(--ui-tint);border-radius:999px;padding:8px 18px;text-decoration:none}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-badge:hover{background:var(--ui-tint)}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-stars{color:var(--amber-600);font-size:15px;letter-spacing:2px}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-score{font-family:var(--ui-font);font-weight:700;font-size:18px;color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-count{font-size:13.5px;font-weight:600;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .review-quote{margin:0;background:var(--ui-surface, var(--color-surface));border:1px solid var(--ui-line);border-radius:var(--radius-md);padding:20px 22px}:where([data-ui=unified][data-catalog-storefront=home]) .review-quote p{margin:0 0 12px;font-size:15px;line-height:1.65;color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .review-quote footer{font-size:13px;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .review-quote footer strong{color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .review-src{color:var(--ui-accent);font-weight:600}:where([data-ui=unified][data-catalog-storefront=home]) .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;padding:26px 0 10px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card{display:flex;flex-direction:column;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-media{aspect-ratio:16 / 9;background:var(--ui-tint);overflow:hidden}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-media img{width:100%;height:100%;object-fit:cover;display:block}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-media--empty{background:linear-gradient(135deg,var(--ui-tint),var(--ui-tint))}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-body h2{font-family:var(--ui-font);font-size:1.15rem;line-height:1.25;margin:0;color:var(--ui-ink)}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-body p{margin:0;font-size:.9rem;color:var(--ui-muted)}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser{background:var(--ui-tint);border-top:1px solid var(--ui-line);margin-top:50px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser[hidden]{display:none}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-inner{max-width:var(--catalog-wrap);margin:0 auto;padding:34px clamp(16px,4vw,40px) 44px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-head h2{font-family:var(--ui-font);font-size:1.6rem;color:var(--ui-accent-hover);margin:0}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-all:hover{color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .hero-section{overflow:hidden;background:var(--ui-surface)}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy h1{font-weight:700;letter-spacing:-.018em;margin-bottom:16px;line-height:1.1;font-size:clamp(32px,4.3vw,54px)}:where([data-ui=unified][data-catalog-storefront=home]) .hero-underline{color:var(--ui-accent)}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}:where([data-ui=unified][data-catalog-storefront=home]) :is(.express-grid,.fall26-band-strip,.how-grid,.blog-grid)>*{min-width:0}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-all{font-weight:700;font-size:.9rem;text-decoration:none;color:var(--ui-accent-hover)}:where([data-ui=unified][data-catalog-storefront=home]) .blog-card-meta{font-size:.78rem;margin-top:auto;padding-top:6px;color:var(--ui-ink)}@media(width<=560px){:where([data-ui=unified][data-catalog-storefront=home]) .hero-grid{padding-inline:16px}:where([data-ui=unified][data-catalog-storefront=home]) .reviews-badge{flex-wrap:wrap;justify-content:center;gap:6px 10px;padding:10px 12px}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser-head{flex-wrap:wrap}:where([data-ui=unified][data-catalog-storefront=home]) .blog-grid{grid-template-columns:1fr}}@media print{:where([data-ui=unified][data-catalog-storefront=home]) :is(.hero-grid,.express-section,.band,.blog-teaser-inner){padding:12px 0}:where([data-ui=unified][data-catalog-storefront=home]) .hero-grid{grid-template-columns:1.5fr 1fr;gap:20px}:where([data-ui=unified][data-catalog-storefront=home]) .hero-copy h1{font-size:24pt}:where([data-ui=unified][data-catalog-storefront=home]) .hero-stage{order:0;min-height:0}:where([data-ui=unified][data-catalog-storefront=home]) .hero-shirt img{max-height:210px;filter:none}:where([data-ui=unified][data-catalog-storefront=home]) :is(.hero-trust,.trust-strip ul){font-size:9pt;gap:5px 15px}:where([data-ui=unified][data-catalog-storefront=home]) :is(.hero-grid,.express-card,.svc-card,.shelf-card,.cat-tile,.how-step,.duo-golf,.duo-safety,.fall26-band,.blog-card){break-inside:avoid}:where([data-ui=unified][data-catalog-storefront=home]) :is(.express-grid,.svc-grid,.shelf-grid,.reviews-grid,.blog-grid){display:grid;grid-template-columns:1fr 1fr;gap:12px}:where([data-ui=unified][data-catalog-storefront=home]) :is(.express-photo,.shelf-photo,.blog-card-media){height:135px;aspect-ratio:auto}:where([data-ui=unified][data-catalog-storefront=home]) :is(.duo-golf,.duo-safety){min-height:180px}:where([data-ui=unified][data-catalog-storefront=home]) .fall26-band{grid-template-columns:1fr 1fr;padding:18px}:where([data-ui=unified][data-catalog-storefront=home]) :is(.hero-sub,.duo-golf p,.duo-safety p,.fall26-band p){font-size:10pt}:where([data-ui=unified][data-catalog-storefront=home]) .band-title{font-size:19pt}:where([data-ui=unified][data-catalog-storefront=home]) .band{break-inside:avoid}:where([data-ui=unified][data-catalog-storefront=home]) .band-head{break-after:avoid;margin-bottom:12px}:where([data-ui=unified][data-catalog-storefront=home]) .svc-grid{grid-template-columns:repeat(3,1fr)}:where([data-ui=unified][data-catalog-storefront=home]) .shelf-grid{grid-template-columns:repeat(4,1fr)}:where([data-ui=unified][data-catalog-storefront=home]) :is(.shelf-photo,.blog-card-media){position:relative;height:120px;display:block;overflow:hidden}:where([data-ui=unified][data-catalog-storefront=home]) :is(.shelf-photo,.blog-card-media) img{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:contain}:where([data-ui=unified][data-catalog-storefront=home]) :is(.shelf-card,.svc-card){min-width:0}:where([data-ui=unified][data-catalog-storefront=home]) :is(.shelf-name,.svc-card h3){font-size:11pt}:where([data-ui=unified][data-catalog-storefront=home]) :is(.shelf-body p,.svc-card p,.review-quote p){font-size:9pt;line-height:1.4}:where([data-ui=unified][data-catalog-storefront=home]) .blog-teaser{margin-top:12px;break-inside:avoid}}}
