.filter-bar{background:var(--bg-white);padding:20px 28px;border-radius:12px;margin-top:16px;margin-bottom:32px;box-shadow:0 1px 2px rgb(0 0 0 / .05)}.filters-toggle-btn{display:none;width:100%;padding:12px 16px;background:var(--mint)!important;color:white!important;border:none!important;border-radius:8px;font-size:15px;font-weight:600;font-family:'Poppins',sans-serif;cursor:pointer;margin-bottom:0;transition:all 0.2s;align-items:center;justify-content:space-between;box-shadow:0 1px 2px rgb(0 0 0 / .05)}.filters-toggle-btn:hover{background:var(--mint-hover)!important;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1)}.filters-toggle-btn.active{margin-bottom:16px;background:var(--mint-hover)!important}.filters-toggle-btn::after{content:'▼';font-size:12px;transition:transform 0.3s;color:#fff}.filters-toggle-btn.active::after{transform:rotate(180deg)}.filter-row{display:flex;align-items:center;gap:32px;flex-wrap:wrap;transition:all 0.3s ease}.filter-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.filter-item--colors{flex:1;min-width:400px}.filter-label{font-size:13px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.filter-dropdown select{padding:10px 36px 10px 16px;border:1px solid var(--border-light);border-radius:8px;font-size:14px;font-family:'Poppins',sans-serif;color:var(--text-primary);cursor:pointer;background:#fff;min-width:180px;transition:border-color 0.2s}.filter-dropdown select:hover{border-color:var(--mint)}.color-slider{display:flex;align-items:center;gap:8px}.color-slider__arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:50%;cursor:pointer;transition:all 0.2s;color:var(--text-secondary);flex-shrink:0}.color-slider__arrow:hover{background:var(--mint-light);border-color:var(--mint);color:var(--mint)}.color-slider__arrow:disabled{opacity:.3;cursor:not-allowed}.color-slider__arrow:disabled:hover{background:var(--bg-white);border-color:var(--border-light);color:var(--text-secondary)}.color-slider__track{width:280px;overflow:hidden;padding:4px 0}.color-slider__swatches{display:flex;gap:8px;transition:transform 0.3s ease}.color-swatch{width:32px;height:32px;min-width:32px;flex-shrink:0;border-radius:50%;border:2px solid var(--border-light);cursor:pointer;transition:all 0.2s;margin:4px}.color-swatch:hover{transform:scale(1.15);border-color:var(--mint)}.color-swatch.selected,.color-swatch.active{border-color:var(--navy);box-shadow:0 0 0 2px white,0 0 0 4px var(--navy)}.active-filters{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-light);display:flex;gap:8px;flex-wrap:wrap;align-items:center}.active-filters.hidden{display:none}.active-filters-label{font-size:13px;color:var(--text-muted);font-weight:500}.active-filter-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--mint-light);color:var(--mint-hover);border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s}.active-filter-tag:hover{background:var(--mint);color:#fff}.active-filter-tag::after{content:'×';font-size:18px;line-height:1}.filter-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--mint-light);color:var(--mint-hover);border-radius:20px;font-size:13px;font-weight:400}.filter-badge strong{font-weight:600}.filter-badge .remove-filter{background:none;border:none;color:var(--mint-hover);font-size:20px;line-height:1;cursor:pointer;padding:0;margin-left:4px;transition:color 0.2s}.filter-badge .remove-filter:hover{color:var(--text-primary)}.clear-filters{padding:6px 12px;background:#fff0;color:var(--text-muted);border:1px solid var(--border-light);border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s;font-family:'Poppins',sans-serif}.clear-filters:hover{background:var(--bg-subtle);border-color:var(--border-medium)}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.products-count{font-size:15px;color:var(--text-muted)}.products-count strong{color:var(--navy);font-weight:600}.products-sort{display:flex;align-items:center;gap:12px}.products-sort label{font-size:14px;color:var(--text-secondary);font-weight:500}.products-sort select,.woocommerce-ordering select{padding:10px 36px 10px 16px;border:1px solid var(--border-light);border-radius:8px;font-size:14px;font-family:'Poppins',sans-serif;color:var(--text-primary);cursor:pointer;background:#fff;transition:border-color 0.2s}.products-sort select:hover,.woocommerce-ordering select:hover{border-color:var(--mint)}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;list-style:none;padding:0}.woocommerce ul.products li.product{background:#fff;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:all 0.3s;cursor:pointer;margin:0}.woocommerce ul.products li.product:hover{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);transform:translateY(-4px);border-color:var(--mint)}.woocommerce ul.products li.product .woocommerce-loop-product__link{display:block;text-decoration:none}.woocommerce ul.products li.product .product-image{position:relative;width:100%;aspect-ratio:3/4;background:#fff;overflow:hidden}.woocommerce ul.products li.product .product-image img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s;margin:0}.woocommerce ul.products li.product:hover .product-image img{transform:scale(1.05)}.woocommerce ul.products li.product .product-info{padding:16px}.woocommerce ul.products li.product .product-category{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.woocommerce ul.products li.product .product-name{font-size:15px;font-weight:500;color:var(--text-primary);margin:0 0 10px 0;line-height:1.4;min-height:25px}.woocommerce ul.products li.product .product-price{font-size:18px;font-weight:700;color:var(--navy);margin:0}.woocommerce ul.products li.product .product-price .price{font-size:18px;font-weight:700;color:var(--navy);margin:0}.woocommerce ul.products li.product .product-price-from{font-size:13px;font-weight:400;color:var(--text-muted)}.woocommerce ul.products li.product .product-price-amount{font-size:20px;font-weight:700;color:var(--navy)}.woocommerce ul.products li.product .product-price-currency{font-size:12px;font-weight:400;color:var(--text-muted)}.woocommerce ul.products li.product .product-price-tier{font-size:12px;font-weight:400;color:var(--text-muted)}.woocommerce span.onsale{position:absolute;top:12px;left:12px;background:var(--mint);color:#fff;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;min-height:auto;min-width:auto;line-height:normal}.product-type-badge{position:absolute;bottom:10px;left:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1.4;z-index:1;background:var(--navy);color:#fff}.product-colors-badge{position:absolute;bottom:10px;right:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.3px;line-height:1.4;z-index:1;background:rgb(255 255 255 / .9);color:var(--navy)}.product-badges-top{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:row;gap:6px}.product-badge{padding:6px 10px 4px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:-.2px;line-height:1;width:fit-content;background:var(--mint);color:#fff;text-transform:uppercase}.woocommerce nav.woocommerce-pagination{text-align:center;margin:60px 0 40px 0;clear:both}.woocommerce nav.woocommerce-pagination ul{display:inline-flex;gap:8px;border:none;padding:0;margin:0;list-style:none}.woocommerce nav.woocommerce-pagination ul li{border:none;padding:0;margin:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:10px 14px;font-size:15px;font-weight:500;color:var(--text-secondary);background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;text-decoration:none;transition:all 0.2s}.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--mint-light);border-color:var(--mint);color:var(--mint);transform:translateY(-2px)}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--mint);border-color:var(--mint);color:#fff;font-weight:600}.woocommerce nav.woocommerce-pagination ul li a.prev,.woocommerce nav.woocommerce-pagination ul li a.next{font-weight:600}.no-products-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 40px;background:#fff;border-radius:12px;border:2px dashed var(--border-light);margin:40px 0;min-height:400px}.no-products-found__icon{color:var(--mint);margin-bottom:24px;opacity:.8}.no-products-found__icon svg{width:80px;height:80px}.no-products-found__title{font-size:28px;font-weight:700;color:var(--navy);margin:0 0 16px 0;line-height:1.3}.no-products-found__text{font-size:16px;color:var(--text-secondary);margin:0 0 32px 0;max-width:500px;line-height:1.6}.no-products-found__button{font-size:16px;padding:16px 40px;font-weight:600}.seo-section{background:var(--bg-white);border-radius:12px;padding:40px;margin-top:60px;margin-bottom:60px;box-shadow:0 1px 2px rgb(0 0 0 / .05)}.seo-section h2{font-size:24px;font-weight:700;color:var(--navy);margin-bottom:20px}.seo-section p{font-size:15px;line-height:1.8;color:var(--text-secondary);margin-bottom:16px}.seo-section p:last-child{margin-bottom:0}.seo-section--category h2{font-size:22px;font-weight:700;color:var(--navy);margin-bottom:16px}.seo-section--category h3{font-size:17px;font-weight:700;color:var(--navy);margin-top:28px;margin-bottom:10px}.seo-section--category p{font-size:15px;line-height:1.8;color:var(--text-secondary);margin-bottom:14px}.seo-section--category strong{color:var(--navy);font-weight:600}@media (max-width:1366px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.filter-row{gap:20px}.filter-dropdown select{min-width:150px}}@media (max-width:768px){.filter-bar{padding:16px}.filters-toggle-btn{display:flex}.filter-row{flex-direction:column;align-items:flex-start;gap:16px;max-height:0;overflow:hidden;opacity:0;margin-top:0}.filter-row.active{max-height:1000px;opacity:1;margin-top:0}.filter-item{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.filter-dropdown select{width:100%}.color-swatches-horizontal{width:100%;justify-content:flex-start}.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:16px}.products-header{flex-direction:column;align-items:flex-start;gap:12px}.seo-section{padding:24px}.no-products-found{padding:60px 24px;min-height:350px}.no-products-found__icon svg{width:64px;height:64px}.no-products-found__title{font-size:24px}.no-products-found__text{font-size:15px}}@media (max-width:480px){.woocommerce ul.products{grid-template-columns:1fr}.color-swatch{width:28px;height:28px;min-width:28px}.filter-item--colors{min-width:0;width:100%}.color-slider{width:100%}.color-slider__track{width:calc(100% - 80px)}.filter-dropdown{width:100%}form.woocommerce-ordering{width:100%}.woocommerce nav.woocommerce-pagination ul{gap:4px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;padding:8px 10px;font-size:14px}.no-products-found{padding:40px 20px;min-height:300px}.no-products-found__icon svg{width:56px;height:56px}.no-products-found__title{font-size:20px}.no-products-found__text{font-size:14px}.no-products-found__button{font-size:15px;padding:14px 32px}}.category-description{background:var(--bg-light);padding:28px 0 28px;border-bottom:1px solid var(--border-light)}.category-description p{font-size:15px;line-height:1.8;color:var(--text-secondary);max-width:880px;margin:0}.category-description strong{color:var(--navy);font-weight:600}.usp-banner{background:#e8f4f7;padding:0;border-bottom:1px solid rgb(105 164 180 / .15)}.usp-banner__items{display:flex;align-items:stretch;justify-content:center;gap:0}.usp-banner__item{display:flex;align-items:center;gap:14px;padding:20px 40px;position:relative}.usp-banner__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgb(105 164 180 / .2);flex-shrink:0;color:var(--mint)}.usp-banner__icon svg{width:22px;height:22px}.usp-banner__text{font-size:14px;font-weight:600;color:var(--navy);white-space:nowrap;line-height:1.3}.usp-banner__separator{width:1px;align-self:stretch;background:rgb(105 164 180 / .25);flex-shrink:0;margin:12px 0}.product-badge--cmo-bestseller{background:var(--navy)!important;color:white!important;font-size:10px!important;letter-spacing:0.8px!important;text-transform:uppercase!important;padding:5px 12px!important}.product-badge--cmo-premium{background:var(--mint)!important;color:white!important;font-size:10px!important;letter-spacing:0.8px!important;text-transform:uppercase!important;padding:5px 12px!important}.product-badge--cmo-cheap{background:#7a8a9e!important;color:white!important;font-size:10px!important;letter-spacing:0.8px!important;text-transform:uppercase!important;padding:5px 12px!important}.social-proof-bar{background:var(--navy);border-radius:16px;padding:48px 0;margin-top:56px;position:relative;overflow:hidden}.social-proof-bar::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 50%,rgb(105 164 180 / .12) 0%,transparent 50%),radial-gradient(circle at 90% 50%,rgb(105 164 180 / .08) 0%,transparent 50%);pointer-events:none}.social-proof-bar__items{display:flex;align-items:center;justify-content:space-evenly;position:relative;z-index:1;max-width:900px;margin:0 auto}.social-proof-bar__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 24px}.social-proof-bar__number{font-size:38px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.5px}.social-proof-bar__label{font-size:14px;font-weight:400;color:rgb(255 255 255 / .65);letter-spacing:.3px}.social-proof-bar__separator{width:1px;height:52px;background:rgb(255 255 255 / .15);flex-shrink:0}.steps--category{background-color:var(--bg-light);padding:64px 0;margin-top:48px;margin-left:calc(-1 * var(--container-padding));margin-right:calc(-1 * var(--container-padding));padding-left:var(--container-padding);padding-right:var(--container-padding)}.steps--category .section-header{text-align:center;margin-bottom:48px}.steps--category .section-header h2{font-size:28px;color:var(--navy);margin-bottom:8px}.steps--category .section-header p{color:var(--text-secondary);font-size:15px}.steps--category .steps__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.steps--category .steps__item{background:var(--bg-white);border-radius:var(--radius-xl);padding:28px 20px;position:relative;transition:all 0.3s ease;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.steps--category .steps__item:nth-child(odd){transform:translateY(-16px)}.steps--category .steps__item:nth-child(even){transform:translateY(16px)}.steps--category .steps__item:hover{transform:translateY(-24px);box-shadow:var(--shadow-lg);border-color:var(--mint)}.steps--category .steps__item:nth-child(even):hover{transform:translateY(8px)}.steps--category .steps__icon{width:52px;height:52px;background:var(--mint-light);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.steps--category .steps__icon svg{width:26px;height:26px;color:var(--mint)}.steps--category .steps__badge{position:absolute;top:-20px;right:24px;width:40px;height:40px;background:var(--mint);color:var(--text-inverse);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:var(--shadow-md);padding-top:5px}.steps--category .steps__item h3{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:8px}.steps--category .steps__item p{font-size:13.5px;color:var(--text-secondary);line-height:1.6}.product-cta-link{display:inline-block;font-size:12px;font-weight:500;color:var(--mint);margin-top:10px;padding:4px 0;border-bottom:none;transition:all var(--transition-fast)}.woocommerce ul.products li.product:hover .product-cta-link{color:var(--mint-hover);color:var(--mint-hover)}@media (max-width:1366px){.usp-banner__item{padding:18px 28px}.steps--category .steps__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.usp-banner__item{padding:16px 20px;gap:10px}.usp-banner__icon{width:38px;height:38px}.usp-banner__icon svg{width:18px;height:18px}.usp-banner__text{font-size:13px}.social-proof-bar{padding:36px 24px}.social-proof-bar__number{font-size:30px}.steps--category .steps__grid{grid-template-columns:repeat(3,1fr)}.steps--category .steps__item:nth-child(odd),.steps--category .steps__item:nth-child(even){transform:none}.steps--category .steps__item:hover{transform:translateY(-8px)}}@media (max-width:768px){.usp-banner__items{flex-direction:column;gap:0}.usp-banner__separator{width:80%;height:1px;margin:0 auto}.usp-banner__item{padding:14px 15px;justify-content:flex-start}.usp-banner__separator{width:100%;margin:0}.category-description{padding:20px 0}.category-description p{font-size:14px}.social-proof-bar{border-radius:12px;padding:32px 20px}.social-proof-bar__items{flex-direction:column;gap:24px}.social-proof-bar__separator{width:60px;height:1px}.social-proof-bar__item{padding:0}.social-proof-bar__number{font-size:30px}.steps--category{padding:40px 16px}.steps--category .steps__grid{grid-template-columns:repeat(2,1fr);gap:20px}.steps--category .section-header h2{font-size:24px}}@media (max-width:480px){.usp-banner__text{font-size:13px;white-space:normal;text-align:left}.usp-banner__icon{width:36px;height:36px}.social-proof-bar{padding:24px 16px;border-radius:10px;margin-top:40px}.steps--category .steps__grid{grid-template-columns:1fr}.steps--category{padding:32px 16px;margin-top:32px}.steps--category .section-header{margin-bottom:36px}}