:root{--deep-blue: #1a3a5c;--primary-blue: #2563eb;--medium-blue: #3b82f6;--light-blue: #60a5fa;--pale-blue: #dbeafe;--sky-blue: #e0f2fe;--deep-red: #991b1b;--primary-red: #dc2626;--bright-red: #ef4444;--text-dark: #0f172a;--text-medium: #475569;--text-light: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--bg-light: #f8fafc;--bg-white: #ffffff;--rating-gold: #f59e0b;--success-green: #10b981;--cf-gold: #d4af37;--cf-coral: #ff6b6b;--cf-deep-blue: #1a365d;--cf-navy: #2d5a87;--cf-dark-bg: #1b2b47}.container{max-width:100%;margin:0;padding:0}.breadcrumb{background:var(--bg-white);padding:16px 40px;border-bottom:1px solid var(--border-color);font-size:12px}.breadcrumb-nav{display:flex;align-items:center;gap:8px;font-size:12px;flex-wrap:wrap}.breadcrumb-nav a{color:var(--primary-blue);text-decoration:none;transition:color .2s ease;display:flex;align-items:center;gap:5px}.breadcrumb-nav a:hover{color:var(--primary-red)}.breadcrumb-nav span,.breadcrumb-nav span.current{color:var(--text-muted)}.collection-header{padding:16px 40px;background:var(--bg-white);border-bottom:1px solid var(--border-color)}.collection-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:var(--deep-blue);margin-bottom:4px;line-height:1.2}.collection-description{font-size:13px;color:var(--text-light);max-width:700px;line-height:1.4}.collection-content{padding:0;background:var(--bg-white)}.collection-grid{display:flex;align-items:flex-start;background:var(--bg-white);min-height:800px}.collection-grid.full-width,.collection-grid:has(.filters-sidebar[style*="display: none"]),.collection-grid:not(:has(.filters-sidebar)){display:block}.filters-sidebar{width:260px;min-width:260px;flex-shrink:0;padding:24px;border-right:1px solid var(--border-color);background:var(--bg-light);position:sticky;top:0;max-height:100vh;overflow-y:auto}.filters-sidebar::-webkit-scrollbar{width:4px}.filters-sidebar::-webkit-scrollbar-track{background:var(--bg-light)}.filters-sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.filters-sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.filter-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border-color)}.filter-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.filter-title,.filters-title{font-size:13px;font-weight:700;color:var(--deep-blue);margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.filter-title:after{content:"\2212";font-size:16px;color:var(--text-muted)}.filter-title .active-count{font-size:11px;color:var(--primary-red);background:#dc26261a;padding:2px 6px;border-radius:8px}.filter-group{display:flex;flex-direction:column;gap:10px}.filter-group-title{font-size:13px;font-weight:700;color:var(--deep-blue);margin-bottom:14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter-group-title:after{content:"\2212";font-size:16px;color:var(--text-muted)}.filter-item{position:relative;margin-bottom:10px}.filter-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-blue);cursor:pointer}.filter-item .filter-label,.filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;transition:color .2s ease;padding:0;-webkit-user-select:none;user-select:none;font-size:13px;color:var(--text-medium)}.filter-item .filter-label:hover,.filter-option:hover{color:var(--deep-blue)}.filter-checkbox{width:16px;height:16px;min-width:16px;border:1px solid var(--border-color);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff}.filter-checkbox i{font-size:9px;opacity:0;transition:opacity .2s ease;color:#fff}.filter-checkbox svg{opacity:0;transition:opacity .2s ease;color:#fff;width:12px;height:9px}.filter-checkbox.checked{background:var(--primary-blue);border-color:var(--primary-blue)}.filter-checkbox.checked i,.filter-checkbox.checked svg{opacity:1}.filter-item input[type=checkbox]:disabled+.filter-label{opacity:.5;cursor:not-allowed}.filter-text{font-size:13px;flex:1;color:var(--text-medium)}.filter-count{font-size:12px;color:var(--text-muted);background:none;padding:0;min-width:auto;text-align:right;margin-left:auto}.filter-options{list-style:none;padding:0;margin:0}.filter-options li{margin-bottom:10px}.price-range{margin-top:10px}.price-inputs{display:flex;gap:10px;margin-bottom:10px;align-items:center}.price-input-wrapper{flex:1;position:relative}.currency-symbol{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-light);font-size:14px;font-weight:600}.price-input{width:100%;padding:10px 14px 10px 28px;border:1px solid var(--border-color);border-radius:8px;font-size:13px;transition:border-color .2s ease;background:var(--bg-white)}.price-input:focus{outline:none;border-color:var(--primary-blue)}.price-separator{color:var(--text-light);font-weight:600}.price-range-slider-container{margin-top:20px;margin-bottom:10px;padding:0 10px}.price-range-track{position:relative;height:6px;background:var(--border-color);border-radius:3px;cursor:pointer}.price-range-fill{position:absolute;height:100%;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--deep-blue) 100%);border-radius:3px;pointer-events:none;transition:left .1s ease,width .1s ease}.price-range-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border:3px solid var(--primary-blue);border-radius:50%;cursor:grab;z-index:10;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 6px #2563eb4d}.price-range-handle:hover{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 3px 10px #2563eb66}.price-range-handle.dragging{cursor:grabbing;transform:translate(-50%,-50%) scale(1.25);box-shadow:0 4px 12px #2563eb80;z-index:3}.price-range-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:4px 8px;background:var(--deep-blue);color:#fff;font-size:11px;font-weight:600;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease;pointer-events:none}.price-range-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--deep-blue)}.price-range-handle:hover .price-range-tooltip,.price-range-handle.dragging .price-range-tooltip{opacity:1;visibility:visible}.filter-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:10px}.swatch-item{position:relative}.swatch-item input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.swatch-label{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.swatch-label:hover{border-color:var(--primary-blue)}.swatch-item.active .swatch-label{border-color:var(--primary-blue);background:#2563eb0d}.swatch-item.disabled .swatch-label{opacity:.4;cursor:not-allowed}.swatch-color{width:30px;height:30px;border-radius:50%;border:2px solid var(--border-color)}.swatch-label img{width:40px;height:40px;object-fit:cover;border-radius:4px}.swatch-name{font-size:11px;color:var(--text-light)}.products-area{flex:1;padding:20px 30px;min-height:600px}.mobile-filter-toggle{display:none;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--deep-blue) 100%);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:20px;align-items:center;gap:10px;font-size:14px;width:100%;transition:all .3s ease}.mobile-filter-toggle:hover{background:linear-gradient(135deg,var(--medium-blue) 0%,var(--primary-blue) 100%);transform:translateY(-2px);box-shadow:0 4px 15px #2563eb4d}.active-filters-count{background:#fff;color:var(--primary-blue);padding:2px 8px;border-radius:50%;font-size:12px;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center}.products-header,.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;background:transparent;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:16px}.products-count{font-size:13px;color:var(--text-medium);font-weight:400}.products-controls{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.sort-label,.view-label{font-size:13px;color:var(--text-medium);font-weight:400}.sort-dropdown{padding:10px 36px 10px 14px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-white);font-size:13px;min-width:160px;cursor:pointer;transition:all .2s ease;color:var(--text-dark);font-weight:400}.sort-dropdown:focus{outline:none;border-color:var(--primary-blue)}.view-toggle{display:flex;gap:0;background:transparent;padding:0}.view-btn{padding:10px 16px;background:var(--bg-white);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;color:var(--text-medium);font-size:13px;display:flex;align-items:center;gap:6px}.view-btn:first-child{border-radius:6px 0 0 6px}.view-btn:last-child{border-radius:0 6px 6px 0;border-left:none}.view-btn:hover{background:var(--bg-light)}.view-btn.active{background:var(--deep-blue);color:#fff;border-color:var(--deep-blue)}.active-filters{padding:16px 0;margin-bottom:20px;border-bottom:1px solid var(--border-color)}.active-filters-inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.active-filters-label{font-size:13px;font-weight:600;color:var(--text-dark);margin-right:8px}.active-filter-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--pale-blue);border:1px solid var(--primary-blue);border-radius:20px;font-size:12px;font-weight:500;color:var(--deep-blue);cursor:pointer;text-decoration:none;transition:all .2s ease}.active-filter-tag:hover{background:var(--primary-blue);color:#fff}.active-filter-tag i{font-size:10px}.clear-all-filters{padding:6px 12px;background:var(--primary-red);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;margin-left:auto}.clear-all-filters:hover{background:var(--deep-red);transform:translateY(-1px);box-shadow:0 2px 8px #dc26264d}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}.products-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.products-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.products-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.products-grid[data-columns="5"]{grid-template-columns:repeat(5,1fr)}.products-grid[data-columns="6"]{grid-template-columns:repeat(6,1fr)}.product-card,.product-card-plp{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:none;transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%;padding:20px}.product-card:hover,.product-card-plp:hover{border-color:var(--primary-blue);box-shadow:0 12px 40px #2563eb1f;transform:translateY(-4px)}.product-link{text-decoration:none;color:inherit}.product-image{position:relative;overflow:hidden;background:#fff;height:160px;width:100%;margin-bottom:16px;border:1px solid var(--border-color);border-radius:8px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:filter .3s ease,transform .3s ease}.product-card:hover .product-image img:not(.product-image-hover){filter:brightness(1.08);transform:scale(1.02)}.product-image:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 80%,transparent 100%);transform:skew(-25deg);z-index:1;transition:left .7s ease;pointer-events:none}.product-card:hover .product-image:before{left:150%}.product-image-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .2s ease}.product-card:hover .product-image-hover{opacity:1}.product-badges{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:5px;z-index:2}.badge,.product-badge{padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:3px}.free-shipping-badge{background:linear-gradient(135deg,var(--success-green) 0%,#059669 100%);color:#fff}.low-stock-badge{background:var(--text-light);color:#fff}.sale-badge{background:var(--deep-blue);color:#fff}.new-badge{background:linear-gradient(135deg,var(--rating-gold) 0%,#d97706 100%);color:#fff}.energy-badge{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.plus-badge{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--deep-blue) 100%);color:#fff;font-size:9px;padding:3px 8px;border-radius:4px;font-weight:700}.variations-badge{background:linear-gradient(135deg,var(--rating-gold, #d4af37) 0%,#b8860b 100%);color:#fff;font-size:9px;padding:3px 8px;border-radius:4px;font-weight:700}.product-info{padding:0;display:flex;flex-direction:column;flex:1;justify-content:space-between}.product-content{flex:1;margin-bottom:8px}.product-brand{color:var(--text-muted);font-size:11px;font-weight:400;margin-bottom:5px;text-transform:none}.product-title-link{text-decoration:none;color:inherit}.product-title{font-size:13px;font-weight:600;color:var(--deep-blue);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:54px;transition:color .2s ease}.product-title-link:hover .product-title,.product-card:hover .product-title{color:var(--primary-blue)}.product-rating{margin-bottom:8px;display:flex;align-items:center;gap:6px}.stars{color:var(--rating-gold);font-size:12px}.product-sku{font-size:11px;color:var(--text-muted);margin-bottom:6px}.product-features{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.feature-tag{background:var(--sky-blue);color:var(--text-medium);padding:4px 10px;border-radius:20px;font-size:11px;font-weight:400}.product-pricing{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px;gap:4px}.price-group{display:flex;flex-direction:column;gap:2px}.price-box{background:linear-gradient(135deg,var(--pale-blue) 0%,#eff6ff 100%);border:1px solid rgba(37,99,235,.2);padding:14px;margin-bottom:12px;text-align:center;width:100%;border-radius:10px}.price-label{font-size:10px;color:var(--primary-blue);font-weight:700;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.current-price,.price-main{font-family:Montserrat,sans-serif;font-size:22px;font-weight:800;color:var(--primary-red)}.price-unit{font-size:12px;color:var(--text-medium);font-weight:400}.original-price,.price-regular{font-size:12px;color:var(--text-muted);text-decoration:line-through;margin-top:4px}.savings{background:linear-gradient(135deg,var(--primary-red) 0%,var(--deep-red) 100%);color:#fff;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.contact-price{background:linear-gradient(135deg,#2563eb1a,#1a3a5c1a);color:var(--primary-blue);padding:10px;border-radius:6px;font-weight:600;text-align:center;border:1px dashed var(--primary-blue);display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;width:100%;transition:all .2s ease}.contact-price:hover{background:var(--primary-blue);color:#fff;border-style:solid}.contact-price i{color:inherit}.product-actions,.add-to-cart-row{display:flex;gap:8px;align-items:center;margin-top:14px}.qty-input{width:50px;height:38px;border:1px solid var(--border-color);border-radius:6px;text-align:center;font-size:14px;font-weight:600}.qty-input:focus{outline:none;border-color:var(--primary-blue)}.btn{padding:10px 14px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;text-align:center}.btn-primary,.add-to-cart-btn{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--deep-blue) 100%);color:#fff;flex:1;height:38px;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer}.btn-primary:hover,.add-to-cart-btn:hover{background:linear-gradient(135deg,var(--medium-blue) 0%,var(--primary-blue) 100%);transform:translateY(-2px);box-shadow:0 4px 15px #2563eb4d}.btn-secondary{background:var(--bg-white);color:var(--text-medium);border:1px solid var(--border-color);padding:10px 12px}.btn-secondary:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#2563eb0d}.btn-sold-out{background:#d1d5db;cursor:not-allowed;color:var(--text-light)}.btn-sold-out:hover{transform:none;box-shadow:none}.products-list{display:none;flex-direction:column;gap:16px}.products-list.active{display:flex}.products-grid.list-view{grid-template-columns:1fr;gap:16px}.products-grid.list-view .product-card{display:flex;flex-direction:row;padding:16px;gap:24px}.products-grid.list-view .product-image{width:180px;height:180px;flex-shrink:0;margin-bottom:0}.products-grid.list-view .product-info{flex:1;display:flex;flex-direction:column}.collection-empty{grid-column:1 / -1;text-align:center;padding:80px 20px;background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color)}.collection-empty i{font-size:64px;color:var(--border-color);margin-bottom:20px}.collection-empty h3{font-family:Montserrat,sans-serif;font-size:1.5rem;color:var(--deep-blue);margin-bottom:10px}.collection-empty p{color:var(--text-light);margin-bottom:20px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:30px 0;border-top:1px solid var(--border-color);margin-top:30px}.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;background:var(--bg-white);color:var(--text-dark);border:1px solid var(--border-color);border-radius:8px;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer;transition:all .2s ease}.page-btn:hover:not(.disabled),.page-btn.active{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--deep-blue) 100%);border-color:transparent;color:#fff}.page-btn.disabled{opacity:.4;cursor:not-allowed}.loading{display:none;text-align:center;padding:50px;color:var(--text-light);grid-column:1 / -1}.loading.active{display:block}.spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top:4px solid var(--primary-blue);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-filter-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-filter-overlay.active{opacity:1;visibility:visible}.mobile-filters{position:fixed;top:0;left:-100%;width:300px;max-width:90vw;height:100%;background:var(--bg-white);z-index:1001;transition:all .3s ease;overflow-y:auto;padding:20px}.mobile-filters.active{left:0}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.mobile-filter-title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:var(--deep-blue)}.mobile-filter-close{background:none;border:none;font-size:20px;color:var(--text-light);cursor:pointer;padding:5px;transition:color .2s ease}.mobile-filter-close:hover{color:var(--primary-red)}.mobile-filter-apply{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--deep-blue) 100%);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-weight:600;cursor:pointer;width:100%;margin-top:20px;font-size:14px;transition:all .3s ease}.mobile-filter-apply:hover{background:linear-gradient(135deg,var(--medium-blue) 0%,var(--primary-blue) 100%);transform:translateY(-2px);box-shadow:0 4px 15px #2563eb4d}.filter-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-color)}.btn-apply-filters{width:100%}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:992px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}.products-grid[data-columns="5"],.products-grid[data-columns="6"]{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.collection-grid{flex-direction:column}.filters-sidebar{display:none}.mobile-filter-toggle,.mobile-filter-overlay{display:flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.products-grid[data-columns="4"],.products-grid[data-columns="5"],.products-grid[data-columns="6"]{grid-template-columns:repeat(2,1fr)}.collection-title{font-size:22px}}@media(max-width:767px){.collection-grid{display:block}.breadcrumb{padding:12px 20px}.collection-header{padding:16px 20px}.products-area{padding:15px 20px}.products-header,.products-toolbar{flex-direction:column;align-items:stretch;gap:12px}.products-controls{flex-direction:column;gap:10px;align-items:stretch}.sort-dropdown{width:100%}.view-toggle{justify-content:center;width:100%}.collection-title{font-size:18px}.collection-description{font-size:12px}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-card,.product-card-plp{padding:15px;border-radius:10px}.product-image{height:120px;border-radius:6px}.product-title{font-size:12px;min-height:48px}.current-price,.price-main{font-size:18px}.price-box{padding:10px;border-radius:8px}.products-grid.list-view .product-card{flex-direction:column;text-align:center}.products-grid.list-view .product-image{width:100%;height:160px;margin-bottom:16px}.active-filters-inner{justify-content:flex-start}.clear-all-filters{margin-left:0;margin-top:8px;width:100%;text-align:center;display:block}}@media(max-width:575px){.breadcrumb{padding:10px 15px}.collection-header{padding:12px 15px}.collection-title{font-size:16px}.collection-description{font-size:11px}.products-area{padding:12px 15px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card,.product-card-plp{padding:12px;border-radius:8px}.product-image{height:100px;border-radius:6px}.product-title{font-size:11px;min-height:42px}.current-price,.price-main{font-size:16px}.pagination{gap:4px}.page-btn{min-width:32px;height:32px;font-size:12px}.mobile-filters{width:100%;max-width:100%;padding:15px}.add-to-cart-row{flex-direction:column;gap:8px}.qty-input{width:100%;height:36px}.add-to-cart-btn{width:100%;height:36px;font-size:12px}}@media print{.filters-sidebar,.mobile-filter-toggle,.mobile-filter-overlay,.mobile-filters,.products-controls,.pagination,.product-actions,.breadcrumb,.active-filters{display:none!important}.collection-grid{display:block}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}}*:focus{outline:2px solid var(--primary-blue);outline-offset:2px}button:focus,a:focus,input:focus,select:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*# sourceMappingURL=/cdn/shop/t/28/assets/collection.css.map */
