/*!/wp-content/themes/blankslate/assets/css/shop.css*/.container{max-width:1200px;margin:0 auto;padding:0 20px}:root{--eco-green:#16a34a;--eco-green-light:#22c55e;--eco-green-dark:#15803d;--border-color:#e5e7eb;--text-muted:#6b7280;--background-muted:#f9fafb;--shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--border-radius:0.5rem;--border-radius-lg:0.75rem}.color-blau{background-color:#3b82f6}.color-braun{background-color:#92400e}.color-creme{background-color:#fef3c7}.color-gelb{background-color:#fbbf24}.color-grau{background-color:#6b7280}.color-grün{background-color:#10b981}.color-lila{background-color:#8b5cf6}.color-orange{background-color:#f97316}.color-rosa{background-color:#ec4899}.color-rot{background-color:#ef4444}.color-schwarz{background-color:#1f2937}.color-türkis{background-color:#06b6d4}.color-weiß{background-color:#f9fafb;border:1px solid #e5e7eb}h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all 0.2s ease;font-size:.875rem;line-height:1}.btn-primary{background-color:var(--eco-green);color:#fff}.btn-primary:hover{background-color:var(--eco-green-dark);transform:translateY(-1px)}.btn-outline{background-color:#fff0;color:#1a1a1a;border:1px solid var(--border-color)}.btn-outline:hover{background-color:var(--background-muted);border-color:var(--eco-green)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-clear-all{background:none;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:.25rem .5rem}.btn-clear-all:hover{color:#1a1a1a}.hero-section{padding:5rem 0;background:linear-gradient(135deg,var(--background-muted) 0%,#ffffff 100%);text-align:center}.hero-content{max-width:64rem;margin:0 auto}.hero-content p{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.info-notice{display:flex;align-items:center;gap:.5rem;justify-content:center;background-color:var(--background-muted);padding:.75rem 1rem;border-radius:var(--border-radius);color:var(--text-muted);font-size:.875rem;max-width:24rem;margin:0 auto}.sticky-filters{position:sticky;top:0;z-index:100;background-color:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:1rem 0}.mobile-filter-toggle{display:none;margin-bottom:1rem}@media (max-width:768px){.mobile-filter-toggle{display:block}}.filter-toggle{width:100%;justify-content:space-between}.filter-count{background-color:var(--eco-green);color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.filters-container{display:block}@media (max-width:768px){.filters-container{display:none}.filters-container.active{display:block}}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.filters-grid select{padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:#fff;font-size:.875rem;cursor:pointer}.filters-grid select:focus{outline:none;border-color:var(--eco-green);box-shadow:0 0 0 3px rgb(22 163 74 / .1)}.active-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tag{display:flex;align-items:center;gap:.25rem;background-color:var(--background-muted);padding:.25rem .5rem;border-radius:var(--border-radius);font-size:.75rem;color:#1a1a1a}.filter-tag button{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;width:.75rem;height:.75rem;display:flex;align-items:center;justify-content:center}.products-section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.products-count{font-size:1.125rem;color:var(--text-muted);max-width:32rem;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.products-grid--muster-append{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:0;margin-bottom:3rem}@media (max-width:640px){.products-grid,.products-grid--muster-append{grid-template-columns:1fr;gap:1rem}}.product-card{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);overflow:hidden;transition:all 0.3s ease;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-image{position:relative;aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:1.5rem}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.product-title{font-size:1.125rem;font-weight:600;line-height:1.3;flex:1}.product-price{font-size:.875rem;font-weight:500;color:var(--eco-green);margin-left:.5rem}.product-collection{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.color-swatches{display:flex;gap:.5rem;margin-bottom:1rem}.color-swatch{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid var(--border-color);cursor:pointer;transition:transform 0.2s ease}.color-swatch:hover{transform:scale(1.1)}.product-benefits{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem}.benefit-tag{padding:.125rem .375rem;background-color:#fff0;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.75rem;color:#1a1a1a}.product-symbols{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.symbol-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-muted)}.symbol-item i{width:.875rem;height:.875rem}.product-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.load-more-container{text-align:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background-color:#fff;border-radius:var(--border-radius-lg);max-width:42rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.modal-close{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:var(--background-muted)}.modal-body{padding:1.5rem}.modal-product-info{margin-bottom:2rem}.modal-colors{margin-bottom:1.5rem}.modal-colors h4{margin-bottom:.75rem}.modal-benefits{margin-bottom:1.5rem}.technical-data{background-color:var(--background-muted);padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem}.technical-data h4{margin-bottom:.75rem}.tech-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.875rem}.tech-item i{width:1.25rem;height:1.25rem;color:var(--eco-green)}.modal-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.modal-actions .btn{flex:1}@media (max-width:640px){.container{padding:0 16px}.hero-section{padding:3rem 0}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:280px}.products-section{padding:3rem 0}.section-header{margin-bottom:2rem}.product-content{padding:1rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-actions{flex-direction:column}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn 0.3s ease forwards}.interactive-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.loading{opacity:.6;pointer-events:none}.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid var(--eco-green);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hidden{display:none!important}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.p-2{padding:.5rem}.p-4{padding:1rem}:where(a,a:visited){color:inherit!important;text-decoration:none!important}a:hover,a:focus{color:inherit!important;text-decoration:none!important}a:focus-visible{outline:2px solid var(--eco-green);outline-offset:2px;text-decoration:none!important}.breadcrumb-navigation-container a{color:inherit!important;text-decoration:none!important}.breadcrumb-navigation-container a:hover{text-decoration:none!important}.woocommerce-pagination{margin-top:2rem}.woocommerce-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:inline-flex;min-width:40px;height:40px;padding:0 .75rem;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:var(--border-radius);background:#fff;color:#1a1a1a;font-weight:600;font-size:.9rem;line-height:1;text-decoration:none;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease}.woocommerce-pagination .page-numbers .current{background:var(--eco-green);border-color:var(--eco-green);color:#fff;box-shadow:var(--shadow-lg)}.woocommerce-pagination .page-numbers a:hover{border-color:var(--eco-green);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.woocommerce-pagination .page-numbers a:focus-visible{outline:2px solid var(--eco-green);outline-offset:2px}.woocommerce-pagination .page-numbers .dots{border-color:#fff0;background:#fff0;box-shadow:none;color:var(--text-muted);min-width:auto;padding:0 .25rem}.woocommerce-pagination .page-numbers .prev,.woocommerce-pagination .page-numbers .next{min-width:44px;height:44px;font-size:1.1rem;font-weight:700;line-height:1}@media (max-width:480px){.woocommerce-pagination .page-numbers{gap:.4rem}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{min-width:36px;height:36px;font-size:.85rem}.woocommerce-pagination .page-numbers .prev,.woocommerce-pagination .page-numbers .next{min-width:40px;height:40px;font-size:1rem}}