:root{--color-primary:#849D5F;--color-primary-dark:#7E8661;--color-primary-light:#7E8661;--color-secondary:#D4BA97;--color-bg-main:rgba(246, 243, 238, 1);--color-bg-light:rgb(255, 252, 249);--color-bg-beige:#EFE8DD;--color-bg-seo:#B8B797;--color-bg-card-title:#F8F5F1;--color-text-dark:rgba(16, 16, 16, 1);--color-text-medium:#666;--color-text-light:#999;--color-text-white:#fff;--color-accent-brown:#564539;--color-accent-beige:#BAA490;--color-accent-green:#9C9B6C;--color-accent-gold:#FFD700;--color-button-primary:#849D5F;--color-button-primary-hover:#849D5F;--color-button-b2b:#9C9B6C;--color-button-b2b-hover:#8a8960;--shadow-light:rgba(0, 0, 0, 0.08);--shadow-medium:rgba(0, 0, 0, 0.12);--shadow-dark:rgba(0, 0, 0, 0.15);--container-max-width:1400px;--border-radius-small:0.5em;--border-radius-medium:1.25em;--border-radius-large:1.5625em;--font-family:'Poppins', sans-serif;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}*{margin:0;padding:0;box-sizing:border-box}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{display:none}html{background-color:var(--color-bg-main)}body{font-family:var(--font-family);font-size:14px;line-height:1.6;color:var(--color-text-dark);background-color:var(--color-bg-main)}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.container-big{max-width:1800px}.container-fluid{width:100%;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:1000;background-color:var(--color-bg-main)}.top-bar{background-color:var(--color-primary);padding:8px 0}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:15px}.social-icon{color:var(--color-text-white);text-decoration:none;display:flex;align-items:center;transition:opacity 0.3s}.social-icon:hover{opacity:.8}.social-icon svg{width:20px;height:20px}.icon-button{background:none;border:none;color:var(--color-text-white);cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;position:relative;transition:opacity 0.3s}.icon-button:hover{opacity:.8}.icon-button svg{width:20px;height:20px}.cart-icon{text-decoration:none}.cart-count{position:absolute;top:-5px;right:-5px;background-color:var(--color-bg-main);color:var(--color-primary);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.6875em;font-weight:var(--font-weight-light)}.main-header{background-color:var(--color-bg-light)}.main-header .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.site-branding{flex-shrink:0}.site-branding .custom-logo{max-height:70px;width:auto;padding:10px 0}.site-title{font-size:1.75em;font-weight:300;margin:0}.site-title a{text-decoration:none;color:#333}.main-navigation{flex:1;display:flex;justify-content:center}.menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:5px}.main-navigation .menu-close{display:none}.menu-toggle span{width:25px;height:3px;background-color:#333;transition:all 0.3s}.main-navigation .primary-menu{list-style:none;display:flex;gap:40px;margin:0;padding:0;align-items:center}.main-navigation .primary-menu li{margin:0;position:relative}.main-navigation .primary-menu>li{position:relative}.main-navigation .primary-menu a{text-decoration:none;color:#333;font-weight:300;font-size:1em;transition:color 0.3s;display:block;padding:5px 0;position:relative}.main-navigation .primary-menu a:hover{color:var(--color-primary)}.main-navigation .primary-menu .sub-menu,.main-navigation .primary-menu .children{position:absolute;top:100%;left:0;background-color:#fff;min-width:200px;list-style:none;margin:0;padding:10px 0;box-shadow:0 4px 12px rgb(0 0 0 / .15);border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:999}.main-navigation .primary-menu .sub-menu .sub-menu{left:100%!important;top:-10px!important}.main-navigation .primary-menu li:hover>.sub-menu,.main-navigation .primary-menu li:hover>.children,.main-navigation .primary-menu li.focus>.sub-menu,.main-navigation .primary-menu li.focus>.children{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .primary-menu .sub-menu li,.main-navigation .primary-menu .children li{margin:0;padding:0}.main-navigation .primary-menu .sub-menu a,.main-navigation .primary-menu .children a{padding:10px 20px;font-size:.875em;font-weight:300;color:#333;white-space:nowrap}.main-navigation .primary-menu .sub-menu a:hover,.main-navigation .primary-menu .children a:hover{background-color:#f5f5f5;color:var(--color-primary)}.main-navigation .primary-menu>li.menu-item-has-children>a::after{content:'';display:inline-block;width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #333;margin-left:8px;vertical-align:middle;transition:transform 0.3s}.main-navigation .primary-menu>li.menu-item-has-children:hover>a::after{transform:rotate(180deg)}.header-actions{flex-shrink:0}.b2b-button{display:inline-block;padding:10px 25px;background-color:#E8E4D8;color:#333;text-decoration:none;border-radius:10px;font-weight:300;font-size:.875em;transition:background-color 0.3s,color 0.3s}.b2b-button:hover{background-color:var(--color-primary);color:#fff}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .9);z-index:9999;display:none;align-items:center;justify-content:center}.search-overlay.active{display:flex}.search-overlay-content{width:90%;max-width:600px;position:relative}.search-overlay .search-form{width:100%}.search-overlay .search-field{width:100%;padding:20px;font-size:1.5em;background-color:#fff0;border:2px solid #fff;border-radius:0;color:#fff}.search-overlay .search-field::placeholder{color:rgb(255 255 255 / .7)}.search-overlay .search-submit{display:none}.search-close{position:absolute;top:16px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:10px;transition:opacity 0.3s}.search-close:hover{opacity:.7}.search-close svg{width:24px;height:24px}.hero-section{background-color:var(--color-bg-light);border-radius:0 0 50px 50px}.hero-wrapper{align-items:center}.hero-content{display:flex;flex-direction:column;margin-left:max(20px, calc((100vw - 1380px) / 2));margin-right:auto;max-width:700px}.hero-title{font-size:3.825em;font-weight:300;color:#564539;margin-bottom:20px;line-height:1.4}.hero-subtitle{font-size:1.25em;color:#564539;margin-bottom:40px;line-height:1.5}.hero-cta-button{display:inline-block;padding:14px 40px;background-color:var(--color-button-primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:300;font-size:1em;transition:all 0.3s ease;text-align:center;margin-bottom:30px;box-shadow:0 4px 12px rgb(140 148 112 / .3);width:100%;max-width:420px}.hero-cta-button:hover{background-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 6px 16px rgb(140 148 112 / .4)}.hero-cta-button:active{transform:translateY(0)}.wc-block-cart__submit-container>a{display:inline-block;padding:14px 40px;background-color:var(--color-button-primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:300;font-size:1em;transition:all 0.3s ease;text-align:center;box-shadow:0 4px 12px rgb(140 148 112 / .3)}.btn-primary,.wc-block-components-checkout-place-order-button{display:inline-block;padding:14px 40px;background-color:var(--color-button-primary);border-color:var(--color-button-primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:300;font-size:1em;transition:all 0.3s ease;text-align:center;box-shadow:0 4px 12px rgb(140 148 112 / .3);max-width:420px}.btn-primary:hover,.wc-block-cart__submit-container>a:hover,.wc-block-components-checkout-place-order-button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{background-color:var(--color-secondary);border-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 6px 16px rgb(140 148 112 / .4);color:#fff}.btn-primary:active{transform:translateY(0)}.btn-big{width:100%!important;max-width:100%!important}.hero-features-section{padding:60px 0}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.hero-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.hero-feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.hero-feature-title{font-size:1.125em;font-weight:300;color:#564539;margin-bottom:8px}.hero-feature-description{font-size:.875em;color:#666;line-height:1.6;margin:0}.categories-section{padding:80px 0}.categories-header{text-align:center;margin-bottom:60px}.categories-title{font-size:2.25em;font-weight:300;color:#333;margin-bottom:20px;line-height:1.3}.categories-subtitle{font-size:1em;color:#666;line-height:1.6;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .08);text-decoration:none;transition:transform 0.3s,box-shadow 0.3s}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .12)}.category-image{width:100%;height:250px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.category-image img{width:100%;height:100%;object-fit:cover}.category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#999;font-size:3em;font-weight:300}.category-name{font-size:1.125em;font-weight:300;color:#564539;text-align:center;padding:20px;margin:0}.nature-development-section{width:100%;background-image:url(/wp-content/uploads/2025/12/Rectangle-6.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:100px 0;position:relative}.nature-development-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .3);z-index:1}.nature-development-content{text-align:center}.nature-development-title{font-size:2.625em;font-weight:300;color:#fff;margin-bottom:30px;line-height:1.3}.nature-development-text{font-size:1.125em;font-weight:300;color:#fff;line-height:1.8;margin:0}.text-image-section{padding:120px 0}.text-image-wrapper{display:grid;grid-template-columns:40% 60%;gap:60px;align-items:start}.text-image-left{display:flex;flex-direction:column}.text-image-image-left{width:100%;overflow:hidden;border-radius:20px;box-shadow:0 4px 12px rgb(0 0 0 / .08);margin-bottom:30px}.text-image-image-left img{width:100%;height:auto;display:block;object-fit:cover}.text-image-paragraph{font-size:1em;font-weight:300;color:#333;line-height:1.8;margin-bottom:20px}.text-image-paragraph:last-child{margin-bottom:0}.text-image-right{display:flex;flex-direction:column}.text-image-title{font-size:2em;font-weight:300;color:#333;margin-bottom:30px;line-height:1.4}.text-image-image-right{width:100%;overflow:hidden;border-radius:20px;box-shadow:0 4px 12px rgb(0 0 0 / .08)}.text-image-image-right img{width:100%;height:auto;display:block;object-fit:cover}.collage-section{padding:5em 0}.collage-wrapper{display:grid;grid-template-columns:65% 35%;align-items:start}.collage-left{display:flex;flex-direction:column;gap:2em}.collage-top-row{display:grid;grid-template-columns:50% 50%;gap:2em;align-items:end}.collage-text-block{display:flex;align-items:flex-start}.collage-text{font-size:1.5em;font-weight:300;color:#333;line-height:1.5;margin:0;text-align:start}.collage-text.collage-text-right{text-align:right}.collage-image-block{width:calc(100% - 2em);overflow:hidden;border-radius:1.25em;box-shadow:0 .25em .75em rgb(0 0 0 / .08)}.collage-image-block img{width:100%;height:auto;display:block;object-fit:cover}.collage-bottom-image{width:100%;overflow:hidden;border-radius:1.25em;box-shadow:0 .25em .75em rgb(0 0 0 / .08)}.collage-bottom-image img{width:100%;height:auto;display:block;object-fit:cover}.collage-right{display:flex;flex-direction:column;gap:2em;height:100%;justify-content:space-between}.collage-right-image{width:100%;overflow:hidden;border-radius:1.25em;box-shadow:0 .25em .75em rgb(0 0 0 / .08)}.collage-right-image img{width:100%;height:auto;display:block;object-fit:cover}.blog-posts-section{padding:5em 0}.blog-posts-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3.125em;gap:1.875em}.blog-posts-header-left{flex:1}.blog-posts-title{font-size:2.625em;font-weight:300;color:#333;margin-bottom:.9375em;line-height:1.3}.blog-posts-subtitle{font-size:1em;font-weight:300;color:#666;line-height:1.6;margin:0}.blog-posts-link{display:inline-flex;align-items:center;gap:.5em;font-size:1em;font-weight:300;color:#333;text-decoration:underline;text-underline-offset:.25em;transition:color 0.3s;white-space:nowrap}.blog-posts-link:hover{color:var(--color-primary)}.blog-posts-link svg{width:1.25em;height:1.25em;transition:transform 0.3s}.blog-posts-link:hover svg{transform:translateX(.25em)}.blog-posts-carousel-wrapper{position:relative;overflow:hidden}.blog-posts-carousel{display:flex;gap:1.875em;transition:transform 0.3s ease;will-change:transform}.blog-post-card{flex:0 0 calc(33.333% - 1.25em);background-color:#fff;border-radius:1.25em;overflow:hidden;box-shadow:0 .25em .75em rgb(0 0 0 / .08);display:flex;flex-direction:column;transition:transform 0.3s,box-shadow 0.3s;min-width:0}.blog-post-card:hover{transform:translateY(-.3125em);box-shadow:0 .5em 1.25em rgb(0 0 0 / .12)}.blog-post-image-link{display:block;width:100%;overflow:hidden;background-color:#f5f5f5;aspect-ratio:4 / 3}.blog-post-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.3s}.blog-post-card:hover .blog-post-image{transform:scale(1.05)}.blog-post-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#999;font-size:3em;font-weight:300}.blog-post-content{padding:1.25em;display:flex;flex-direction:column;flex:1;gap:.75em}.blog-post-date{font-size:.875em;font-weight:300;color:#999;margin:0}.blog-post-title{font-size:1.125em;font-weight:300;color:#333;margin:0;line-height:1.5;min-height:2.375em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-title a{color:#333;text-decoration:none;transition:color 0.3s}.blog-post-title a:hover{color:var(--color-primary)}.blog-post-excerpt{font-size:.875em;font-weight:300;color:#666;line-height:1.6;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-post-button{display:inline-block;width:100%;padding:.75em 1.25em;background-color:var(--color-primary);color:#fff;border:none;border-radius:1.5625em;font-size:.875em;font-weight:300;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 0.3s,transform 0.2s;margin-top:auto}.blog-post-button:hover{background-color:#7a8260;transform:translateY(-.125em)}.blog-post-button:active{transform:translateY(0)}.blog-carousel-nav-wrapper{display:flex;justify-content:center;gap:.9375em;margin-top:1.875em}.blog-carousel-nav{width:3em;height:3em;background-color:var(--color-secondary);color:#fff;border:none;border-radius:.5em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 0.3s,transform 0.2s;box-shadow:0 .125em .5em rgb(0 0 0 / .15)}.blog-carousel-nav:hover:not(:disabled){background-color:var(--color-secondary)}.blog-carousel-nav:disabled{opacity:.5;cursor:not-allowed}.blog-carousel-nav svg{width:1.5em;height:1.5em}.text-center{text-align:center}.b2b-section{padding:5em 0}h2{font-weight:300;font-size:2rem;margin-bottom:.5rem}p{font-weight:300;font-size:1rem}.b2b-section>.b2b-section-container{background-color:rgb(220 206 197);padding:40px 0;color:#fff}.b2b-header{text-align:right;margin-bottom:4em}.b2b-main-title{font-size:2.625em;font-weight:300;color:#fff;margin-bottom:1.25em;line-height:1.3}.b2b-intro-text{font-size:1.125em;font-weight:300;color:#fff;line-height:1.8}.b2b-content{display:flex;flex-direction:column;gap:4em}.b2b-row{display:grid;grid-template-columns:70% 30%;align-items:center;background-color:#fff;border-radius:15px;padding:5px;color:#000}.b2b-row-reverse{grid-template-columns:30% 70%}.b2b-row-reverse .b2b-text-column{order:2}.b2b-row-reverse .b2b-image-column{order:1}.b2b-text-column{display:flex;flex-direction:column;gap:1.25em;padding:5px 20px}.b2b-section-title{margin:0}.b2b-text{font-size:1em;font-weight:300;line-height:1.8;margin:0}.b2b-image-column{width:100%;overflow:hidden;border-radius:1.25em;box-shadow:0 .25em .75em rgb(0 0 0 / .2)}.b2b-image-column img{width:100%;height:auto;display:block;object-fit:cover}.b2b-cta{text-align:center}.b2b-cta-button{display:inline-block;padding:1em 2.5em;background-color:#9C9B6C;color:#fff;border-radius:1.5625em;font-size:1em;font-weight:300;text-decoration:none;transition:background-color 0.3s,transform 0.2s,box-shadow 0.3s}.b2b-cta-button:hover{background-color:#8a8960;transform:translateY(-.125em);box-shadow:0 .375em .75em rgb(156 155 108 / .3)}.b2b-cta-button:active{transform:translateY(0);box-shadow:0 .125em .25em rgb(156 155 108 / .2)}.testimonials-section{padding:5em 0}.testimonials-header{text-align:left;margin-bottom:3.125em}.testimonials-title{font-size:2.625em;font-weight:300;color:#333;margin-bottom:.5em;line-height:1.3}.testimonials-subtitle{font-size:1em;font-weight:300;color:#666;line-height:1.6;margin:0}.testimonials-carousel-wrapper{position:relative;overflow:hidden;padding:15px 0}.testimonials-carousel{display:flex;gap:1.875em;transition:transform 0.3s ease;will-change:transform}.testimonial-card{flex:0 0 calc(33.333% - 1.25em);background-color:#fff;border-radius:1.25em;padding:2em;box-shadow:0 .25em .75em rgb(0 0 0 / .08);display:flex;flex-direction:column;min-width:0;height:fit-content;position:relative}.testimonial-stars{display:flex;gap:.25em;margin-bottom:1.25em;position:absolute;top:-9px;left:calc(50% - 51px)}.testimonial-stars svg{width:1.25em;height:1.25em;flex-shrink:0;fill:var(--color-primary)!important;stroke:var(--color-primary)!important}.testimonial-text{font-size:1em;font-weight:300;color:#333;line-height:1.8;margin:0 0 1.5em 0;flex:1}.testimonial-author{display:flex;flex-direction:column;gap:.25em}.testimonial-name{font-size:1em;font-weight:300;color:#333}.testimonial-role{font-size:.875em;font-weight:300;color:#999}.testimonials-carousel-nav-wrapper{display:flex;justify-content:center;gap:.9375em;margin-top:1.875em}.testimonials-carousel-nav{width:3em;height:3em;background-color:var(--color-secondary);color:#fff;border:none;border-radius:.5em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 0.3s,transform 0.2s;box-shadow:0 .125em .5em rgb(0 0 0 / .15)}.testimonials-carousel-nav:hover:not(:disabled){background-color:var(--color-secondary)}.testimonials-carousel-nav:disabled{opacity:.5;cursor:not-allowed}.testimonials-carousel-nav svg{width:1.5em;height:1.5em}.seo-content-section{background-image:url(/wp-content/uploads/2025/12/Hero-image-2.webp);background-position:center;background-size:cover;background-repeat:no-repeat;padding:5em 0;position:relative}.seo-content-section::after{content:"";position:absolute;inset:0;pointer-events:none;background-color:#859e5ef2}.seo-content-section>.container{position:relative;z-index:1}.seo-content-header{margin-bottom:3.125em;text-align:center}.seo-content-title{font-size:2.625em;font-weight:300;color:#fff;margin-bottom:.5em;line-height:1.3}.seo-content-subtitle{font-size:1em;font-weight:300;color:#333;line-height:1.6;margin:0;color:#fff}.seo-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2em}.seo-content-column{display:flex;flex-direction:column;gap:1.5em}.seo-content-card{background-color:#fff;border-radius:1.25em;padding:2em;box-shadow:0 .25em .75em rgb(0 0 0 / .08);padding:0;padding-bottom:15px;}.seo-content-card-title{font-size:1.625em;font-weight:300;color:#333;margin:0 0 1em 0;line-height:1.4;padding:.75em 1em;border-radius:.625em;margin-bottom:0}.seo-content-card-text{font-size:1em;font-weight:300;color:#333;line-height:1.8;margin:0 0 1em 0;padding-left:15px;padding-right:15px}.seo-content-card-text:last-child{margin-bottom:0}.seo-content-list{margin-top:1em;padding-left:15px;padding-right:15px}.seo-content-list-title{font-size:1em;font-weight:300;color:#333;margin:0 0 .75em 0}.seo-content-list-items{list-style:none;padding:0;margin:0}.seo-content-list-items li{font-size:1em;font-weight:300;color:#333;line-height:1.8;padding-left:1.5em;position:relative}.seo-content-list-items li::before{content:'•';position:absolute;left:0;color:var(--color-primary);font-size:1.5em;line-height:1}.bestsellers-section{background-color:#fff;padding:80px 0}.bestsellers-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px;gap:30px}.bestsellers-header-left{flex:1}.bestsellers-title{font-size:2.625em;font-weight:300;color:#333;margin-bottom:15px;line-height:1.3}.bestsellers-subtitle{font-size:1em;font-weight:300;color:#666;line-height:1.6;margin:0}.bestsellers-link{display:inline-flex;align-items:center;gap:8px;font-size:1em;font-weight:300;color:#333;text-decoration:underline;text-underline-offset:4px;transition:color 0.3s;white-space:nowrap}.bestsellers-link:hover{color:var(--color-primary)}.bestsellers-link svg{width:20px;height:20px;transition:transform 0.3s}.bestsellers-link:hover svg{transform:translateX(4px)}.bestsellers-carousel-wrapper{position:relative;overflow:hidden}.bestsellers-carousel{display:flex;gap:30px;transition:transform 0.3s ease;will-change:transform}.product-card{flex:0 0 calc((100% - 60px) / 3);background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .08);display:flex;flex-direction:column;transition:transform 0.3s,box-shadow 0.3s;min-width:0;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .12)}.product-image-link{display:block;width:100%;overflow:hidden;background-color:#f5f5f5;aspect-ratio:4 / 3}.product-image-link img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.3s}.product-card:hover .product-image-link img{transform:scale(1.05)}.product-info{padding:20px;display:flex;flex-direction:column;flex:1;gap:12px}.product-title{font-size:1em;font-weight:300;color:#333;margin:0;line-height:1.5;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title a{color:#333;text-decoration:none;transition:color 0.3s}.product-title a:hover{color:var(--color-primary)}.product-price{font-size:1.125em;font-weight:300;color:#333;margin:0}.product-button{display:inline-block;width:100%;padding:12px 20px;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1em;font-weight:300;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 0.3s,transform 0.2s;margin-top:auto}.product-button:hover{background-color:#7a8260;transform:translateY(-2px)}.product-button:active{transform:translateY(0)}.product-button-select{background-color:var(--color-primary)}.product-button-select:hover{background-color:var(--color-primary)}.carousel-nav-wrapper{display:flex;justify-content:center;gap:15px;margin-top:30px}.carousel-nav{width:48px;height:48px;background-color:var(--color-secondary);color:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 0.3s,transform 0.2s;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.carousel-nav:hover:not(:disabled){background-color:var(--color-secondary)}.carousel-nav:disabled{opacity:.5;cursor:not-allowed}.carousel-nav svg{width:24px;height:24px}.hero-image{position:relative;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .1)}.hero-image img{width:100%;height:auto;display:block;object-fit:cover;border-radius:40px 0 0 0}.site-main{padding:0;min-height:0}.contact-form-section{background-color:#FBFBF7;padding:80px 0}.contact-form-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-form-left{display:flex;flex-direction:column}.contact-form-title{font-size:2.625em;font-weight:300;color:#333;margin-bottom:25px;line-height:1.2}.contact-form-description{font-size:1em;color:#333;line-height:1.7;margin:0}.contact-form-right{display:flex;flex-direction:column}.contact-form-form-title{font-size:1.25em;font-weight:300;color:var(--color-primary);margin-bottom:30px}.contact-form-content{background-color:#fff0;padding:0;border-radius:0;box-shadow:none}.contact-form-section .wpcf7-form{max-width:100%;width:100%}.contact-form-section .wpcf7-form p{margin-bottom:20px}.contact-form-section .wpcf7-form p:last-child{margin-bottom:0}.newsletter-section{padding:4.5em 0}.newsletter-wrapper{display:grid;grid-template-columns:1.15fr 1fr;gap:3em;align-items:center}.newsletter-left{display:flex;flex-direction:column;gap:.75em}.newsletter-title{font-size:1.75em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0}.newsletter-container{max-width:1100px}.newsletter-subtitle{margin:0;font-size:1.4em;font-weight:var(--font-weight-light);color:var(--color-primary);line-height:1.6}.newsletter-copy{margin:0;font-size:.9375em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.6}.newsletter-form-wrapper .wpcf7-form{display:flex;flex-direction:column;gap:1em}.newsletter-form-wrapper .form-row-newsletter>p{margin:0}.newsletter-form-wrapper .form-row-newsletter>p>label{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:.5em .75em;align-items:center;margin:0}.newsletter-form-wrapper .form-row-newsletter .label{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0;display:block;grid-column:1 / -1;grid-row:1}.newsletter-form-wrapper .form-row-newsletter .wpcf7-form-control-wrap{grid-column:1;grid-row:2;display:flex;align-items:center;min-width:0}.newsletter-form-wrapper .form-row-newsletter label input[type="submit"]{grid-column:2;grid-row:2;flex-shrink:0}.newsletter-form-wrapper .form-row-newsletter input[type="email"]{flex:1;padding:.9em 1.25em;border:1px solid rgb(0 0 0 / .12);border-radius:10px;background-color:#fff;font-size:.95em;font-weight:var(--font-weight-light);color:var(--color-text-dark);transition:border-color 0.2s,box-shadow 0.2s;margin:0;box-sizing:border-box;min-width:0}.newsletter-form-wrapper .form-row-newsletter input[type="email"]::placeholder{color:rgb(0 0 0 / .4)}.newsletter-form-wrapper .form-row-newsletter input[type="email"]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(140 148 112 / .18);outline:none}.newsletter-form-wrapper .form-row-newsletter label .wpcf7-submit,.newsletter-form-wrapper .form-row-newsletter label input[type="submit"],.newsletter-form-wrapper .form-row-newsletter label button[type="submit"]{padding:.9em 1.75em;background-color:var(--color-primary);color:var(--color-text-white);border:none;border-radius:10px;font-size:.95em;font-weight:var(--font-weight-light);cursor:pointer;transition:background-color 0.2s,box-shadow 0.2s,transform 0.2s;white-space:nowrap;height:auto;margin:0;flex-shrink:0;align-self:flex-start}.newsletter-form-wrapper .wpcf7-submit{padding:.9em 1.75em;background-color:var(--color-primary);color:var(--color-text-white);border:none;border-radius:10px;font-size:.95em;font-weight:var(--font-weight-light);cursor:pointer;transition:background-color 0.2s,box-shadow 0.2s,transform 0.2s;white-space:nowrap}.newsletter-form-wrapper .wpcf7-submit:hover{background-color:var(--color-primary-dark);box-shadow:0 .25em .5em rgb(0 0 0 / .12);transform:translateY(-1px)}.newsletter-form-wrapper .wpcf7-submit:active{transform:translateY(0);box-shadow:0 .15em .3em rgb(0 0 0 / .1)}.newsletter-form-wrapper .wpcf7-list-item{display:flex;align-items:flex-start;gap:.6em;margin:0}.newsletter-form-wrapper .wpcf7-list-item label{display:flex;align-items:flex-start;gap:.6em;font-size:.8125em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.5;cursor:pointer}.newsletter-form-wrapper .wpcf7-list-item input[type="checkbox"]{width:1.05em;height:1.05em;margin-top:.15em;border-radius:4px;border:1px solid rgb(0 0 0 / .2);flex-shrink:0;cursor:pointer}.newsletter-form-wrapper .wpcf7-list-item label a{color:var(--color-text-medium);text-decoration:underline;transition:color 0.2s}.newsletter-form-wrapper .wpcf7-list-item label a:hover{color:var(--color-primary)}.page-hero{position:relative;display:flex;align-items:center;min-height:335px;padding:120px 0;background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--color-text-white);text-align:center}.page-hero-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75em}.page-hero-title{margin:0;font-size:2.25em;font-weight:var(--font-weight-light);color:var(--color-text-white);letter-spacing:.01em}.page-breadcrumbs{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-size:.9375em;font-weight:var(--font-weight-light);color:rgb(255 255 255 / .85)}.page-breadcrumbs a{color:rgb(255 255 255 / .9);text-decoration:none;transition:color 0.2s ease}.page-breadcrumbs a:hover{color:#fff}.breadcrumb-separator{opacity:.75}.breadcrumb-current{opacity:.85}@media (max-width:768px){.page-hero{min-height:220px;padding:80px 0}.page-hero-title{font-size:1.5em}.hero-subtitle>p{font-size:.825em}.page-breadcrumbs{font-size:.875em;flex-wrap:wrap;gap:.45em}}.newsletter-form-wrapper .wpcf7-form .wpcf7-not-valid-tip{font-size:.8em;margin-top:.2em}.newsletter-form-wrapper .wpcf7-form .wpcf7-response-output{margin:.5em 0 0}@media (max-width:900px){.newsletter-wrapper{grid-template-columns:1fr;gap:1.75em}.newsletter-form-wrapper .form-row-newsletter{flex-direction:column;align-items:stretch}.newsletter-form-wrapper .wpcf7-submit{width:100%;justify-content:center;text-align:center}}.wpcf7-form{max-width:100%}.wpcf7-form .form-group,.wpcf7-form p{margin-bottom:20px}.wpcf7-form p:last-child{margin-bottom:0}.wpcf7-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wpcf7-form .form-row label{display:block}.wpcf7-form label>span:nth-child(1){padding-left:15px}.wpcf7-form label{display:block;font-weight:300;color:#333;margin-bottom:8px;font-size:.875em;line-height:1.4}.wpcf7-form .required{color:#d32f2f;margin-left:3px}.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="number"],.wpcf7-form input[type="date"],.wpcf7-form input[type="url"],.wpcf7-form input[type="file"],.wpcf7-form select,.wpcf7-form textarea{width:100%;padding:14px 18px;border:1px solid #e0e0e0;border-radius:10px;font-size:1em;font-family:inherit;transition:all 0.3s ease;background-color:#fff;color:#333;box-shadow:0 2px 4px rgb(0 0 0 / .04);box-sizing:border-box}.wpcf7-form input[type="text"]::placeholder,.wpcf7-form input[type="email"]::placeholder,.wpcf7-form input[type="tel"]::placeholder,.wpcf7-form input[type="number"]::placeholder,.wpcf7-form input[type="date"]::placeholder,.wpcf7-form input[type="url"]::placeholder,.wpcf7-form textarea::placeholder{color:#999;opacity:1}.wpcf7-form input[type="text"]:focus,.wpcf7-form input[type="email"]:focus,.wpcf7-form input[type="tel"]:focus,.wpcf7-form input[type="number"]:focus,.wpcf7-form input[type="date"]:focus,.wpcf7-form input[type="url"]:focus,.wpcf7-form select:focus,.wpcf7-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(140 148 112 / .15),0 2px 8px rgb(0 0 0 / .08);transform:translateY(-1px)}.wpcf7-form textarea{resize:vertical;min-height:100px;max-height:200px;line-height:1.5}.wpcf7-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}.wpcf7-form .wpcf7-checkbox,.wpcf7-form .wpcf7-radio{margin-top:10px;margin-bottom:20px}.wpcf7-form .wpcf7-list-item{margin:0;margin-bottom:12px}.wpcf7-form .wpcf7-list-item:last-child{margin-bottom:0}.wpcf7-form .wpcf7-list-item label{display:flex;align-items:flex-start;font-weight:300;cursor:pointer;line-height:1.6;margin-bottom:0}.wpcf7-form .wpcf7-list-item input[type="checkbox"],.wpcf7-form .wpcf7-list-item input[type="radio"]{width:20px;height:20px;margin-right:12px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:var(--color-primary);border-radius:4px}.wpcf7-form .wpcf7-list-item span{line-height:1.6;color:#333;font-size:.875em}.wpcf7-form .wpcf7-list-item span a{color:var(--color-primary);text-decoration:underline;transition:color 0.3s}.wpcf7-form .wpcf7-list-item span a:hover{color:#7a8260}.wpcf7-form .wpcf7-submit{background-color:var(--color-primary);color:#fff;border:none;padding:14px 35px;font-size:1em;font-weight:300;border-radius:10px;cursor:pointer;transition:all 0.3s ease;font-family:inherit;margin-top:15px;float:right;clear:both;box-shadow:0 4px 6px rgb(140 148 112 / .25)}.wpcf7-form .wpcf7-submit:hover{background-color:#7a8260;transform:translateY(-2px);box-shadow:0 6px 12px rgb(140 148 112 / .35)}.wpcf7-form .wpcf7-submit:active{transform:translateY(0);box-shadow:0 2px 4px rgb(140 148 112 / .25)}.wpcf7-form::after{content:"";display:table;clear:both}.wpcf7-form .wpcf7-not-valid-tip{color:#d32f2f;font-size:.8125em;margin-top:6px;display:block;font-weight:300}.wpcf7-form .wpcf7-validation-errors,.wpcf7-form .wpcf7-mail-sent-ok{padding:15px 18px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.wpcf7-form .wpcf7-validation-errors{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.wpcf7-form .wpcf7-mail-sent-ok{background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}.wpcf7-form input[type="file"]{padding:10px;border:2px dashed #e0e0e0;background-color:#f9f9f9;border-radius:12px;box-shadow:0 2px 4px rgb(0 0 0 / .04)}.wpcf7-form input[type="file"]:hover{border-color:var(--color-primary);background-color:#f5f5f5}.wpcf7-form input[type="file"]:focus{border-color:var(--color-primary);border-style:solid;box-shadow:0 0 0 3px rgb(140 148 112 / .15),0 2px 8px rgb(0 0 0 / .08)}.wpcf7-form .wpcf7-quiz-label{font-weight:300;color:#333;margin-bottom:8px;display:block}.wpcf7-form .wpcf7-quiz{width:100%;padding:14px 18px;border:1px solid #e0e0e0;border-radius:12px;font-size:1em;background-color:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .04)}div.wpcf7{margin:0}div.wpcf7-response-output{margin:20px 0 0;padding:15px 18px;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .08)}div.wpcf7-mail-sent-ok{background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}div.wpcf7-spam{background-color:#fff3e0;color:#e65100;border:1px solid #ff9800}div.wpcf7-validation-errors{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.fallback-contact-form{max-width:100%}.fallback-contact-form .form-group{margin-bottom:20px}.fallback-contact-form label{display:block;font-weight:300;color:#333;margin-bottom:8px;font-size:.875em}.fallback-contact-form .required{color:#d32f2f}.fallback-contact-form .form-control{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:4px;font-size:1em;font-family:inherit;transition:border-color 0.3s}.fallback-contact-form .form-control:focus{outline:none;border-color:var(--color-primary)}.fallback-contact-form .form-group-checkbox{margin-top:20px}.fallback-contact-form .checkbox-label{display:flex;align-items:flex-start;font-weight:300;cursor:pointer;font-size:.875em;color:#666}.fallback-contact-form .checkbox-label input[type="checkbox"]{margin-right:10px;margin-top:3px;flex-shrink:0}.fallback-contact-form .submit-button{background-color:var(--color-primary);color:#fff;border:none;padding:15px 40px;font-size:1em;font-weight:300;border-radius:10px;cursor:pointer;transition:background-color 0.3s,transform 0.2s;font-family:inherit}.fallback-contact-form .submit-button:hover{background-color:#7a8260;transform:translateY(-2px)}.site-footer{background-color:#f6f3ee;border:1px solid var(--color-primary);color:#000;padding:60px 0 0;margin-top:0;border-top-left-radius:50px;border-top-right-radius:50px;overflow:hidden}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:20px;margin-bottom:40px}.footer-column{display:flex;flex-direction:column}.footer-column-left{max-width:350px}.footer-logo{margin-bottom:20px}.footer-logo .custom-logo{max-height:60px;width:auto}.footer-logo-text{font-size:1.75em;font-weight:300;margin:0;color:#fff}.footer-description{margin-bottom:25px}.footer-description p{font-size:.875em;line-height:1.6;margin:0}.footer-social{display:flex;gap:15px;margin-bottom:20px}.social-icon-footer{color:#000;text-decoration:none;display:flex;align-items:center;transition:opacity 0.3s}.social-icon-footer:hover{opacity:.7}.social-icon-footer svg{width:24px;height:24px}.footer-column-center{display:grid;gap:40px}.footer-menu-column{display:flex;flex-direction:column}.footer-menu-title{font-size:1.125em;font-weight:300;margin-bottom:20px;color:#000;text-transform:uppercase}.footer-column-center ul,.footer-column-center .menu{list-style:none;margin:0;padding:0}.footer-column-center li{margin-bottom:12px}.footer-column-center a{color:#000;text-decoration:none;font-size:.875em;transition:color 0.3s}.footer-column-center a:hover{color:var(--color-primary)}.footer-column-right{max-width:300px}.footer-contact-info{display:flex;flex-direction:column;gap:15px}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-icon{flex-shrink:0;margin-top:2px;color:#000}.contact-label{font-weight:300;color:#000;font-size:1em}.contact-link{color:#000;text-decoration:none;font-size:.875em;transition:color 0.3s}.contact-link:hover{color:var(--color-primary)}.contact-text{color:#000;font-size:.875em;line-height:1.5}.footer-bottom{border-top:1px solid var(--color-primary);padding:20px 0;margin-top:40px}.footer-bottom-content{text-align:center;display:flex;justify-content:space-between}.footer-credits{margin:0;font-size:.875em;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.footer-copy{font-size:.875em}.footer-credits strong{font-weight:300;color:rgb(255 255 255 / .9)}.footer-brand-logo{display:inline-flex;align-items:center;text-decoration:none;transition:opacity 0.3s;margin-left:5px}.footer-brand-logo:hover{opacity:.8}.footer-marketplaces{display:flex;flex-direction:column}.footer-marketplaces>a{margin-bottom:12px;color:#000;text-decoration:none;font-weight:300}.footer-marketplaces>a:hover{color:var(--color-primary)}.brand-logo-image{height:15px;width:auto;display:block;max-width:100%}.cf7-notice{padding:20px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;text-align:center;font-size:.875em}.entry-header{margin-bottom:20px}.entry-title{font-size:2em;margin-bottom:10px;line-height:1.2}.entry-title a{text-decoration:none;color:#333;transition:color 0.3s}.entry-title a:hover{color:#0073aa}.entry-meta{font-size:.875em;color:#666;margin-bottom:20px}.entry-meta span{margin-right:15px}.entry-content{margin-bottom:30px}.entry-content p{margin-bottom:15px}.entry-content img{max-width:100%;height:auto}.post-thumbnail{margin-bottom:20px}.post-thumbnail img{width:100%;height:auto;display:block;max-height:500px;object-fit:cover;border-radius:20px}.entry-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.read-more{display:inline-block;padding:10px 20px;background-color:#0073aa;color:#fff;text-decoration:none;border-radius:4px;transition:background-color 0.3s}.read-more:hover{background-color:#005a87}.search-form{display:flex;gap:10px;margin:20px 0}.search-form .search-field{flex:1;padding:10px 15px;border:1px solid #e0e0e0;border-radius:4px;font-size:1em}.search-form .search-submit{padding:10px 20px;background-color:#0073aa;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.search-form .search-submit:hover{background-color:#005a87}.comments-area{margin-top:40px;padding-top:40px;border-top:1px solid #e0e0e0}.comments-title{font-size:1.5em;margin-bottom:30px}.comment-list{list-style:none;margin:0;padding:0}.comment-list .comment{margin-bottom:30px;padding:20px;background-color:#f9f9f9;border-radius:4px}.comment-author{font-weight:300;margin-bottom:10px}.comment-meta{font-size:.875em;color:#666;margin-bottom:10px}.comment-content{margin-top:10px}.comment-form{margin-top:30px}.comment-form label{display:block;margin-bottom:5px;font-weight:300}.comment-form input,.comment-form textarea{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:4px;font-size:1em;margin-bottom:15px}.comment-form .submit{padding:12px 25px;background-color:#0073aa;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1em;transition:background-color 0.3s}.comment-form .submit:hover{background-color:#005a87}.posts-navigation,.post-navigation{margin:40px 0;padding:20px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.nav-links{display:flex;justify-content:space-between;gap:20px;width:fit-content;margin:auto}.nav-previous a,.nav-next a{text-decoration:none;color:#0073aa;font-weight:300}.nav-previous a:hover,.nav-next a:hover{text-decoration:underline}.page-header{margin-bottom:40px}.page-title{font-size:2.25em;margin-bottom:10px}.archive-description{color:#666;font-size:1em}.error-404{text-align:center;padding:60px 20px}.error-404 .page-title{font-size:3em;margin-bottom:20px}.error-404 .page-content{max-width:600px;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}@media (max-width:1024px){.main-navigation .primary-menu{gap:25px}.hero-features{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.top-bar .container{padding:0 15px}.main-header .container{gap:10px!important;padding:0 10px!important}.site-branding{order:1}.header-actions{order:2}.main-navigation{order:3;width:100%}.menu-toggle{display:flex;margin-left:auto;z-index:1001;position:relative}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:999;opacity:0;transition:opacity 0.3s ease}.menu-overlay.active{display:block;opacity:1}.main-navigation{position:relative}.main-navigation .primary-menu{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background-color:#fff;flex-direction:column;gap:0;margin:0;padding:60px 0 20px;box-shadow:2px 0 10px rgb(0 0 0 / .1);transition:left 0.3s ease;z-index:1000;overflow-y:auto;overflow-x:hidden;align-items:stretch}.main-navigation .menu-close{display:none;position:fixed;top:20px;left:calc(min(80%, 320px) - 64px);font-size:1.25em;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:50%;cursor:pointer;line-height:1;z-index:1001;width:44px;height:44px;padding:0;transition:all 0.3s;align-items:center;justify-content:center;box-shadow:0 2px 8px rgb(0 0 0 / .1);font-weight:300}.main-navigation .primary-menu.active~.menu-close{display:flex}.main-navigation .menu-close:hover{background-color:#f5f5f5;border-color:var(--color-primary);transform:scale(1.05)}.main-navigation .menu-close:active{transform:scale(.95)}.main-navigation .primary-menu.active{left:0}.main-navigation .primary-menu li{width:100%;position:relative}.main-navigation .primary-menu>li{border-bottom:1px solid #e0e0e0}.main-navigation .primary-menu>li:last-child{border-bottom:none}.main-navigation .primary-menu a{padding:15px 20px;border-bottom:none;font-size:1em}.main-navigation .primary-menu .sub-menu,.main-navigation .primary-menu .children{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background-color:#f5f5f5;margin:0;padding:0;border-radius:0;display:none}.main-navigation .primary-menu li.menu-item-has-children>.sub-menu.active,.main-navigation .primary-menu li.menu-item-has-children>.children.active{display:block}.main-navigation .primary-menu .sub-menu a,.main-navigation .primary-menu .children a{padding:12px 20px 12px 40px;font-size:.875em}.main-navigation .primary-menu .sub-menu .sub-menu a{padding-left:50px}.main-navigation .primary-menu>li.menu-item-has-children>a::after{content:'+';border:none;width:auto;height:auto;font-size:1.25em;line-height:1;margin-left:auto;float:right}.main-navigation .primary-menu>li.menu-item-has-children>a.active::after{content:'−'}.menu-toggle.toggled span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.toggled span:nth-child(2){opacity:0}.menu-toggle.toggled span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}body.menu-open{overflow:hidden}.hero-wrapper{grid-template-columns:1fr;gap:40px}.hero-image{order:-1}.hero-title{font-size:2.25em;margin-bottom:15px}.hero-subtitle{font-size:1.125em;margin-bottom:30px}.hero-cta-button{margin-bottom:40px;padding:14px 35px}.hero-features-section{padding:50px 0}.hero-features{grid-template-columns:repeat(2,1fr);gap:30px}.hero-feature-icon{width:50px;height:50px}.categories-section{padding:60px 0}.categories-title{font-size:2em}.categories-subtitle{font-size:.9375em}.categories-grid{grid-template-columns:repeat(2,1fr);gap:25px}.nature-development-section{padding:80px 0}.nature-development-title{font-size:2.25em}.nature-development-text{font-size:1.0625em}.text-image-section{padding:60px 0}.text-image-wrapper{grid-template-columns:1fr 1fr;gap:40px}.text-image-title{font-size:1.75em}.text-image-paragraph{font-size:.9375em}.text-image-image-right{margin-bottom:25px}.collage-section{padding:3.75em 0}.collage-wrapper{grid-template-columns:1fr;gap:1.5em}.collage-top-row{grid-template-columns:1fr;gap:1.5em}.collage-text{font-size:1.3125em}.blog-posts-section{padding:3.75em 0}.blog-posts-header{flex-direction:column;align-items:flex-start;margin-bottom:2.5em}.blog-posts-title{font-size:2.25em}.blog-posts-subtitle{font-size:.9375em}.blog-post-card{flex:0 0 calc(50% - 0.9375em)}.blog-carousel-nav-wrapper{margin-top:1.5625em}.b2b-section{padding:3.75em 0}.b2b-header{margin-bottom:3em}.b2b-main-title{font-size:2.25em}.b2b-intro-text{font-size:1.0625em}.b2b-content{gap:3em}.b2b-row{grid-template-columns:1fr 1fr;gap:2em}.b2b-row-reverse{grid-template-columns:1fr 1fr}.b2b-row-reverse .b2b-text-column{order:2}.b2b-row-reverse .b2b-image-column{order:1}.b2b-section-title{font-size:1.5em}.b2b-text{font-size:.9375em}.testimonials-section{padding:3.75em 0}.testimonials-header{margin-bottom:2.5em}.testimonials-title{font-size:2.25em}.testimonials-subtitle{font-size:.9375em}.testimonial-card{flex:0 0 calc(50% - 0.9375em);padding:1.5em}.testimonials-carousel-nav-wrapper{margin-top:1.5625em}.seo-content-section{padding:3.75em 0}.seo-content-header{margin-bottom:2.5em}.seo-content-title{font-size:2.25em}.seo-content-subtitle{font-size:.9375em}.seo-content-wrapper{gap:1.5em}.seo-content-card{padding:1.5em}.seo-content-card-title{font-size:1.375em;padding:.625em .875em}.seo-content-card-text{font-size:.9375em}.bestsellers-section{padding:60px 0}.bestsellers-header{flex-direction:column;align-items:flex-start;margin-bottom:40px}.bestsellers-title{font-size:2.25em}.bestsellers-subtitle{font-size:.9375em}.product-card{flex:0 0 calc(33.333% - 20px)}.carousel-nav-wrapper{margin-top:25px}.entry-title{font-size:1.5em}.nav-links{flex-direction:column}.contact-form-section{padding:50px 0}.contact-form-wrapper{grid-template-columns:1fr;gap:40px}.contact-form-title{font-size:2em;margin-bottom:20px}.contact-form-description{font-size:.9375em;margin-bottom:30px}.contact-form-form-title{font-size:1.125em;margin-bottom:25px}.contact-form-content{padding:0}.wpcf7-form .form-row{grid-template-columns:1fr;gap:25px}.wpcf7-form .wpcf7-submit{width:100%;float:none}.footer-content{grid-template-columns:1fr;gap:20px}.footer-column-left{max-width:100%}.footer-column-center{grid-template-columns:1fr;gap:30px}.footer-column-right{max-width:100%}}@media (max-width:480px){.top-bar-left,.top-bar-right{gap:10px}.social-icon svg,.icon-button svg{width:18px;height:18px}.b2b-button{padding:8px 20px;font-size:.8125em}.site-branding .custom-logo{max-height:60px}.hero-title{font-size:1.5em}.hero-subtitle{font-size:1em;margin-bottom:25px}.hero-cta-button{padding:12px 30px;font-size:.875em;margin-bottom:30px}.hero-features-section{padding:40px 0}.hero-features{grid-template-columns:1fr;gap:25px}.hero-feature-title{font-size:1em}.hero-feature-description{font-size:.8125em}.contact-form-section{padding:40px 0}.contact-form-wrapper{gap:30px}.contact-form-title{font-size:1.75em;margin-bottom:15px}.contact-form-description{font-size:.875em;margin-bottom:25px}.categories-section{padding:40px 0}.categories-header{margin-bottom:40px}.categories-title{font-size:1.75em;margin-bottom:15px}.categories-subtitle{font-size:.875em}.categories-grid{grid-template-columns:1fr;gap:20px}.category-image{height:200px}.category-name{font-size:1em;padding:15px}.collage-section{padding:2.5em 0}.collage-wrapper{gap:1.25em}.collage-left{gap:1.25em}.collage-top-row{gap:1.25em}.collage-text{font-size:1.125em}.collage-right{gap:1.25em}.blog-posts-section{padding:2.5em 0}.blog-posts-header{margin-bottom:1.875em}.blog-posts-title{font-size:1.75em;margin-bottom:.625em}.blog-posts-subtitle{font-size:.875em}.blog-posts-link{font-size:.875em;margin-top:.9375em}.blog-posts-carousel{gap:1.25em}.blog-post-card{flex:0 0 100%}.blog-post-content{padding:1em}.blog-post-title{font-size:1em;min-height:auto}.blog-post-excerpt{font-size:.8125em}.blog-post-button{padding:.625em 1em;font-size:.8125em}.blog-carousel-nav{width:2.5em;height:2.5em}.blog-carousel-nav svg{width:1.25em;height:1.25em}.blog-carousel-nav-wrapper{margin-top:1.25em}.b2b-section{padding:2.5em 0}.b2b-header{margin-bottom:2em}.b2b-main-title{font-size:1.75em;margin-bottom:1em}.b2b-intro-text{font-size:1em}.b2b-content{gap:2em}.b2b-row{grid-template-columns:1fr;gap:1.5em}.b2b-row-reverse{grid-template-columns:1fr}.b2b-row-reverse .b2b-text-column{order:2}.b2b-row-reverse .b2b-image-column{order:1}.b2b-section-title{font-size:1.3125em;margin-top:10px}.b2b-text{font-size:.875em}.b2b-cta-button{padding:.875em 2em;font-size:.9375em}.testimonials-section{padding:2.5em 0}.testimonials-header{margin-bottom:1.875em}.testimonials-title{font-size:1.75em;margin-bottom:.625em}.testimonials-subtitle{font-size:.875em}.testimonials-carousel{gap:1.25em}.testimonial-card{flex:0 0 100%;padding:1.25em}.testimonial-stars{margin-bottom:1em}.testimonial-text{font-size:.9375em;margin-bottom:1.25em}.testimonial-name{font-size:.9375em}.testimonial-role{font-size:.8125em}.testimonials-carousel-nav{width:2.5em;height:2.5em}.testimonials-carousel-nav svg{width:1.25em;height:1.25em}.testimonials-carousel-nav-wrapper{margin-top:1.25em}.seo-content-section{padding:2.5em 0}.seo-content-header{margin-bottom:1.875em}.seo-content-title{font-size:1.75em;margin-bottom:.625em}.seo-content-subtitle{font-size:.875em}.seo-content-wrapper{grid-template-columns:1fr;gap:1.25em}.seo-content-card{padding:1.25em}.seo-content-card-title{font-size:1.25em;margin-bottom:.875em;padding:.5em .75em}.seo-content-card-text{font-size:.875em;margin-bottom:.875em}.seo-content-list-title{font-size:.875em}.seo-content-list-items li{font-size:.875em}.bestsellers-section{padding:40px 0}.bestsellers-header{margin-bottom:30px}.bestsellers-title{font-size:1.75em;margin-bottom:10px}.bestsellers-subtitle{font-size:.875em}.bestsellers-link{font-size:.875em;margin-top:15px}.bestsellers-carousel{gap:20px}.product-card{flex:0 0 100%}.product-info{padding:15px}.product-title{font-size:1em;margin-bottom:10px}.product-price{font-size:1em;margin-bottom:15px}.product-button{padding:10px 15px;font-size:.875em}.carousel-nav{width:40px;height:40px}.carousel-nav svg{width:20px;height:20px}.carousel-nav-wrapper{margin-top:20px}.carousel-nav{width:40px;height:40px}.carousel-nav svg{width:20px;height:20px}.nature-development-section{padding:60px 0}.nature-development-content{max-width:100%;padding:0 15px}.nature-development-title{font-size:1.75em;margin-bottom:20px}.nature-development-text{font-size:1em;line-height:1.7}.text-image-section{padding:40px 0}.text-image-wrapper{grid-template-columns:1fr;gap:30px}.text-image-left{order:1}.text-image-right{order:2}.text-image-title{font-size:1.5em;margin-bottom:20px}.text-image-paragraph{font-size:.875em;margin-bottom:15px}.text-image-image-left,.text-image-image-right{border-radius:15px}.text-image-image-right{margin-bottom:20px}.contact-form-form-title{font-size:1em;margin-bottom:20px}.wpcf7-form .form-row{grid-template-columns:1fr}}.woocommerce-products-header{margin-bottom:2.5em;padding-bottom:1.5em;border-bottom:1px solid rgb(0 0 0 / .08)}.woocommerce-products-header__title.page-title{font-size:2.625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:.75em;line-height:1.3}.woocommerce-products-header .woocommerce-product-details__short-description,.woocommerce-products-header .term-description,.woocommerce .term-description,.woocommerce .woocommerce-product-details__short-description{font-size:1em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.7;margin:.5em 0 0;max-width:800px}.woocommerce-before-shop-loop{display:flex;justify-content:space-between;align-items:center;margin-bottom:2em;padding:1em 0;flex-wrap:wrap;gap:1em}.woocommerce-result-count{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-medium);margin:0}.woocommerce-ordering{display:flex;align-items:center;gap:.75em;margin:0}.woocommerce-ordering label{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0}.woocommerce-ordering select{padding:.625em 1.25em;border:1px solid rgb(0 0 0 / .1);border-radius:var(--border-radius-small);font-size:.875em;font-weight:var(--font-weight-light);background-color:#fff;color:var(--color-text-dark);cursor:pointer;transition:border-color 0.3s,box-shadow 0.3s;min-width:200px}.woocommerce-ordering select:hover{border-color:var(--color-primary)}.woocommerce-ordering select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(140 148 112 / .1)}.woocommerce ul.products li.product .woocommerce-loop-product__title{display:none}.woocommerce ul.products li.product .price{display:none}.woocommerce-before-shop-loop{display:block;width:100%;margin-bottom:1.5em}.woocommerce-result-count,.woocommerce-ordering{display:block;width:100%}.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875em;list-style:none;margin:0;padding:0}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{display:none}.woocommerce ul.products li.product{margin-bottom:0;list-style:none;display:block;width:100%}.woocommerce ul.products li.product{box-sizing:border-box;display:block!important;width:100%;float:none}.woocommerce ul.products li.product .product-card{background-color:var(--color-bg-main);border-radius:var(--border-radius-medium);overflow:hidden;box-shadow:0 .25em .75em var(--shadow-light);display:flex;flex-direction:column;transition:transform 0.3s,box-shadow 0.3s;min-width:0}.woocommerce ul.products li.product .product-card:hover{transform:translateY(-.3125em);box-shadow:0 .5em 1.25em var(--shadow-medium)}.woocommerce ul.products li.product .product-image-link{display:block;width:100%;overflow:hidden;background-color:#f5f5f5;aspect-ratio:4 / 3}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{display:inline-block;width:100%;padding:12px 20px;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1em;font-weight:300;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 0.3s,transform 0.2s;margin-top:auto;height:45px;line-height:150%}.woocommerce ul.products li.product .product-image-link img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.3s}.woocommerce ul.products li.product .product-card:hover .product-image-link img{transform:scale(1.05)}.woocommerce ul.products li.product .product-info{padding:1.25em;display:flex;flex-direction:column;flex:1;gap:.75em}.woocommerce ul.products li.product .product-title{font-size:1em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0;line-height:1.5;min-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.woocommerce ul.products li.product .product-title a{color:var(--color-text-dark);text-decoration:none;transition:color 0.3s}.woocommerce ul.products li.product .product-title a:hover{color:var(--color-primary)}.woocommerce ul.products li.product .product-price{font-size:1.125em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0}.woocommerce ul.products li.product .product-price .amount{font-weight:var(--font-weight-normal)}.woocommerce ul.products li.product .product-button,.woocommerce ul.products li.product .product-button-add,.woocommerce ul.products li.product .product-button-select,.woocommerce ul.products li.product a.product-button,.woocommerce ul.products li.product a.button.product-button,.woocommerce ul.products li.product .add_to_cart_button{display:inline-block;width:100%;padding:12px 20px;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1em;font-weight:300;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 0.3s,transform 0.2s;margin-top:auto;box-sizing:border-box}.woocommerce ul.products li.product .product-button:hover,.woocommerce ul.products li.product .product-button-add:hover,.woocommerce ul.products li.product a.product-button:hover,.woocommerce ul.products li.product a.button.product-button:hover,.woocommerce ul.products li.product .add_to_cart_button:hover{background-color:#7a8260;transform:translateY(-2px);color:#fff;text-decoration:none}.woocommerce ul.products li.product .product-button:active,.woocommerce ul.products li.product .product-button-add:active,.woocommerce ul.products li.product a.product-button:active,.woocommerce ul.products li.product a.button.product-button:active,.woocommerce ul.products li.product .add_to_cart_button:active{transform:translateY(0);color:#fff}.woocommerce ul.products li.product .product-button-select{background-color:var(--color-primary);color:#fff}.woocommerce ul.products li.product .product-button-select:hover{background-color:var(--color-primary);transform:translateY(-2px);color:#fff}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product a.button{display:inline-block!important;width:100%!important;padding:12px 20px!important;background-color:var(--color-primary)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-size:1em!important;font-weight:300!important;text-align:center!important;text-decoration:none!important;cursor:pointer;transition:background-color 0.3s,transform 0.2s;margin-top:auto;box-sizing:border-box}.woocommerce ul.products li.product .button:hover,.woocommerce ul.products li.product a.button:hover{background-color:#7a8260!important;transform:translateY(-2px);color:#fff!important;text-decoration:none!important}.woocommerce ul.products li.product .button:active,.woocommerce ul.products li.product a.button:active{transform:translateY(0);color:#fff!important}.woocommerce div.product{margin-bottom:.5em}.woocommerce div.product .summary{padding-left:1.25em}.woocommerce div.product .summary .product_title{font-size:2.625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:.75em;line-height:1.3;letter-spacing:-.5px}.woocommerce div.product .summary .price{font-size:1.5em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin:1em 0;display:flex;align-items:baseline;gap:.5em;flex-wrap:wrap}.woocommerce div.product .summary .price .amount{font-weight:var(--font-weight-semibold);font-size:1em}.woocommerce div.product .summary .price del{font-size:1em;color:var(--color-text-medium);opacity:.6;text-decoration:line-through;margin-right:.5em}.woocommerce div.product .summary .price ins{text-decoration:none;color:#4CAF50;font-weight:var(--font-weight-semibold)}.woocommerce div.product .summary .woocommerce-product-details__short-description{font-size:1em;font-weight:var(--font-weight-light);color:var(--color-text-dark);line-height:1.7;margin-bottom:1em;padding:0;background-color:#fff0;border:none}.woocommerce div.product .single-product-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4em;margin-bottom:4em;padding:2em 0}.woocommerce div.product .product-images{position:sticky;top:2em;align-self:start}.woocommerce div.product .product-summary{display:flex;flex-direction:column}.woocommerce div.product .woocommerce-product-gallery,.woocommerce-page .woocommerce-product-gallery{position:relative!important;margin-bottom:0!important;width:100%!important}.woocommerce div.product .woocommerce-product-gallery__wrapper,.woocommerce-page .woocommerce-product-gallery__wrapper{position:relative!important;width:100%!important;margin:0!important;padding:0!important}.woocommerce div.product .woocommerce-product-gallery .flex-viewport,.woocommerce-page .woocommerce-product-gallery .flex-viewport,.woocommerce div.product .flex-viewport{margin-bottom:1em!important;border-radius:var(--border-radius-medium)!important;overflow:hidden!important;width:100%!important;max-height:500px!important}.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{max-height:500px!important}.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,.woocommerce-page .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,.woocommerce div.product .flex-viewport .woocommerce-product-gallery__image{position:relative!important;width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:var(--border-radius-medium)!important;cursor:zoom-in!important}.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img,.woocommerce-page .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img,.woocommerce div.product .flex-viewport .woocommerce-product-gallery__image img,.woocommerce div.product .woocommerce-product-gallery img{width:100%!important;height:auto!important;display:block!important;transition:transform 0.5s ease!important;border-radius:var(--border-radius-medium)!important;object-fit:contain!important}.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:hover img,.woocommerce-page .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:hover img,.woocommerce div.product .flex-viewport .woocommerce-product-gallery__image:hover img{transform:scale(1.05)!important}.woocommerce div.product .woocommerce-product-gallery .onsale{position:absolute;top:1em;left:1em;z-index:10;background-color:var(--color-primary);color:var(--color-text-white);padding:.5em 1em;border-radius:var(--border-radius-small);font-size:.875em;font-weight:var(--font-weight-medium);box-shadow:0 .125em .375em var(--shadow-medium)}.woocommerce div.product .woocommerce-product-gallery__trigger{position:absolute;top:1em;right:1em;z-index:10;width:3em;height:3em;display:flex;align-items:center;justify-content:center;background-color:rgb(255 255 255 / .95);border-radius:50%;cursor:pointer;transition:all 0.3s;box-shadow:0 .125em .5em var(--shadow-medium);border:2px solid rgb(140 148 112 / .2)}.woocommerce div.product .woocommerce-product-gallery__trigger:hover{background-color:var(--color-bg-main);transform:scale(1.1);border-color:var(--color-primary);box-shadow:0 .25em .75em var(--shadow-medium)}.woocommerce div.product .woocommerce-product-gallery__trigger img{width:1.25em;height:1.25em;opacity:.7}.woocommerce div.product .woocommerce-product-gallery__trigger:hover img{opacity:1}.woocommerce div.product .woocommerce-product-gallery__thumbs,.woocommerce-page .woocommerce-product-gallery__thumbs,.woocommerce div.product .flex-control-thumbs{display:flex!important;gap:0.75em!important;margin-top:1em!important;overflow-x:auto!important;padding:.5em 0!important;scrollbar-width:thin!important;scrollbar-color:var(--color-primary) transparent!important;-webkit-overflow-scrolling:touch!important;list-style:none!important;flex-wrap:nowrap!important}.woocommerce div.product .woocommerce-product-gallery__thumbs::-webkit-scrollbar,.woocommerce-page .woocommerce-product-gallery__thumbs::-webkit-scrollbar{height:6px!important}.woocommerce div.product .woocommerce-product-gallery__thumbs::-webkit-scrollbar-track,.woocommerce-page .woocommerce-product-gallery__thumbs::-webkit-scrollbar-track{background:var(--color-bg-light)!important;border-radius:3px!important}.woocommerce div.product .woocommerce-product-gallery__thumbs::-webkit-scrollbar-thumb,.woocommerce-page .woocommerce-product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--color-primary)!important;border-radius:3px!important}.woocommerce div.product .woocommerce-product-gallery__thumbs::-webkit-scrollbar-thumb:hover,.woocommerce-page .woocommerce-product-gallery__thumbs::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image,.woocommerce div.product .flex-control-thumbs li,.woocommerce-page .flex-control-thumbs li{flex:0 0 auto!important;width:110px!important;height:110px!important;margin:0!important;padding:0!important;border-radius:var(--border-radius-small)!important;overflow:hidden!important;border:3px solid transparent!important;cursor:pointer!important;transition:all 0.3s!important;opacity:0.6!important;background-color:var(--color-bg-light)!important;list-style:none!important;position:relative!important;pointer-events:auto!important;z-index:1!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image a,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image a,.woocommerce div.product .flex-control-thumbs li a,.woocommerce-page .flex-control-thumbs li a{display:block!important;width:100%!important;height:100%!important;text-decoration:none!important;pointer-events:auto!important;cursor:pointer!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image:hover,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image:hover,.woocommerce div.product .flex-control-thumbs li:hover{opacity:1!important;border-color:var(--color-primary)!important;transform:scale(1.05)!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image.flex-active,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image.flex-active,.woocommerce div.product .flex-control-thumbs li.flex-active{opacity:1!important;border-color:var(--color-primary)!important;box-shadow:0 .125em .5em rgb(140 148 112 / .3)!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image img,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image img,.woocommerce div.product .flex-control-thumbs li img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform 0.3s!important}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image:hover img,.woocommerce-page .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image:hover img,.woocommerce div.product .flex-control-thumbs li:hover img{transform:scale(1.1)!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav,.woocommerce-page .woocommerce-product-gallery .flex-direction-nav{list-style:none!important;margin:0!important;padding:0!important;position:absolute!important;top:50%!important;left:0!important;right:0!important;z-index:10!important;display:flex!important;justify-content:space-between!important;pointer-events:none!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav li,.woocommerce-page .woocommerce-product-gallery .flex-direction-nav li{list-style:none!important;margin:0!important;padding:0!important;pointer-events:auto!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a,.woocommerce-page .woocommerce-product-gallery .flex-direction-nav a{display:flex!important;align-items:center!important;justify-content:center!important;width:3em!important;height:3em!important;background-color:rgb(255 255 255 / .95)!important;border-radius:50%!important;color:var(--color-primary)!important;text-decoration:none!important;opacity:0.8!important;transition:all 0.3s!important;box-shadow:0 .125em .5em var(--shadow-medium)!important;border:2px solid rgb(140 148 112 / .2)!important;cursor:pointer!important;position:relative!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a:hover{opacity:1!important;background-color:var(--color-bg-main)!important;border-color:var(--color-primary)!important;transform:scale(1.1)!important;box-shadow:0 .25em .75em var(--shadow-medium)!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:1em!important;margin-right:auto!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next{right:1em!important;margin-left:auto!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a::before{content:''!important;display:block!important;width:0.75em!important;height:0.75em!important;border-top:2px solid var(--color-primary)!important;border-right:2px solid var(--color-primary)!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev::before{transform:rotate(-135deg)!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next::before{transform:rotate(45deg)!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-disabled{opacity:0.3!important;cursor:not-allowed!important;pointer-events:none!important}.woocommerce div.product .woocommerce-product-gallery .flexslider,.woocommerce-page .woocommerce-product-gallery .flexslider,.woocommerce div.product .flexslider{margin:0!important;border:none!important;border-radius:var(--border-radius-medium)!important;background:transparent!important;position:relative!important}.woocommerce div.product .woocommerce-product-gallery .flexslider .slides,.woocommerce-page .woocommerce-product-gallery .flexslider .slides,.woocommerce div.product .flexslider .slides{margin:0!important;padding:0!important;list-style:none!important}.woocommerce div.product .woocommerce-product-gallery .flexslider .slides>li,.woocommerce-page .woocommerce-product-gallery .flexslider .slides>li,.woocommerce div.product .flexslider .slides>li{margin:0!important;padding:0!important;list-style:none!important;width:100%!important;float:none!important;position:relative!important}.woocommerce div.product .woocommerce-product-gallery .flex-viewport a,.woocommerce-page .woocommerce-product-gallery .flex-viewport a{display:block!important;cursor:zoom-in!important;pointer-events:auto!important}.woocommerce div.product .flex-control-thumbs li a,.woocommerce-page .flex-control-thumbs li a{pointer-events:auto!important;cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.woocommerce div.product .flex-control-thumbs li a img{pointer-events:none!important}.woocommerce div.product .woocommerce-product-gallery .gallery-navigation,.woocommerce-page .woocommerce-product-gallery .gallery-navigation{position:absolute!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important;z-index:10!important;display:flex!important;justify-content:space-between!important;pointer-events:none!important;padding:0 1em!important}.woocommerce div.product .woocommerce-product-gallery{position:relative!important;overflow:hidden!important}.woocommerce div.product .woocommerce-product-gallery .gallery-nav-prev,.woocommerce div.product .woocommerce-product-gallery .gallery-nav-next,.woocommerce-page .woocommerce-product-gallery .gallery-nav-prev,.woocommerce-page .woocommerce-product-gallery .gallery-nav-next{display:flex!important;align-items:center!important;justify-content:center!important;width:3em!important;height:3em!important;background-color:rgb(255 255 255 / .95)!important;border-radius:50%!important;color:var(--color-primary)!important;border:2px solid rgb(140 148 112 / .2)!important;cursor:pointer!important;transition:all 0.3s!important;box-shadow:0 .125em .5em var(--shadow-medium)!important;pointer-events:auto!important;padding:0!important;margin:0!important}.woocommerce div.product .woocommerce-product-gallery .gallery-nav-prev:hover,.woocommerce div.product .woocommerce-product-gallery .gallery-nav-next:hover,.woocommerce-page .woocommerce-product-gallery .gallery-nav-prev:hover,.woocommerce-page .woocommerce-product-gallery .gallery-nav-next:hover{background-color:var(--color-bg-main)!important;border-color:var(--color-primary)!important;transform:scale(1.1)!important;box-shadow:0 .25em .75em var(--shadow-medium)!important}.woocommerce div.product .woocommerce-product-gallery .gallery-nav-prev svg,.woocommerce div.product .woocommerce-product-gallery .gallery-nav-next svg,.woocommerce-page .woocommerce-product-gallery .gallery-nav-prev svg,.woocommerce-page .woocommerce-product-gallery .gallery-nav-next svg{width:1.5em!important;height:1.5em!important;stroke:var(--color-primary)!important}.woocommerce div.product .woocommerce-product-gallery__wrapper{display:flex!important;transition:transform 0.4s ease!important}.woocommerce div.product .woocommerce-product-gallery__wrapper{width:auto!important;min-width:100%!important}.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{position:relative!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;display:block!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;display:block!important;border-radius:var(--border-radius-medium)!important;object-fit:contain!important}.product-trust-signals{margin-top:2.5em;padding-top:2em;border-top:1px solid rgb(0 0 0 / .08)}.trust-signal{display:flex;align-items:flex-start;gap:1em;padding:1.25em;background-color:var(--color-bg-light);border-radius:var(--border-radius-medium);margin-bottom:1.25em;border-left:3px solid var(--color-primary)}.trust-signal-icon{flex-shrink:0;width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:var(--color-text-white);border-radius:50%}.trust-signal-icon svg{width:1.25em;height:1.25em}.trust-signal-content{flex:1}.trust-signal-title{display:block;font-size:1.125em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-bottom:.5em}.trust-signal-text{font-size:.9375em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.6;margin:0}.free-shipping-banner{display:flex;align-items:center;gap:1em;padding:1.25em;background-color:#fff;border-left:3px solid var(--color-primary);border-radius:var(--border-radius-medium);margin-bottom:1.5em}.free-shipping-icon{flex-shrink:0;width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center}.free-shipping-icon svg{width:1.5em;height:1.5em}.free-shipping-content{flex:1}.free-shipping-title{display:block;font-size:1.125em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-bottom:.5em}.free-shipping-text{font-size:.9375em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.6;margin:0}.trust-signal.free-shipping-achieved{background:linear-gradient(135deg,rgb(76 175 80 / .1) 0%,rgb(76 175 80 / .05) 100%);border-left-color:#4CAF50}.trust-signal.free-shipping-achieved .trust-signal-icon{background-color:#4CAF50}.trust-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75em;margin-top:1.5em}.trust-badge{display:flex;align-items:center;gap:.875em;padding:1em;background-color:var(--color-bg-main);border-radius:var(--border-radius-small);transition:all 0.3s}.trust-badge:hover{background-color:var(--color-bg-light);border-color:var(--color-primary);transform:translateY(-.125em);box-shadow:0 .25em .5em var(--shadow-light)}.trust-badge-icon{flex-shrink:0;width:2.25em;height:2.25em;display:flex;align-items:center;justify-content:center;background-color:rgb(140 148 112 / .1);color:var(--color-primary);border-radius:50%}.trust-badge-icon svg{width:1.125em;height:1.125em}.trust-badge-text{display:flex;flex-direction:column;gap:.25em}.trust-badge-text strong{font-size:.875em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);line-height:1.3}.trust-badge-text span{font-size:.8125em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.4}.trust-badge-paypo{grid-column:1 / -1;flex-direction:row;align-items:center;padding:1.25em;background-color:var(--color-bg-main);border-color:rgb(0 0 0 / .08)}.trust-badge-paypo:hover{background-color:var(--color-bg-light);border-color:var(--color-primary);transform:translateY(-.125em);box-shadow:0 .25em .5em var(--shadow-light)}.trust-badge-logo{flex-shrink:0;margin-right:1em}.trust-badge-logo img{max-width:120px;height:auto;display:block}.trust-badge-paypo .trust-badge-text{flex:1}.trust-badge-paypo .trust-badge-text span{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-medium);line-height:1.5}.woocommerce div.product .summary .woocommerce-product-rating{margin:1.25em 0;display:flex;align-items:center;gap:.75em;padding:.75em 1em;background-color:rgb(140 148 112 / .05);border-radius:var(--border-radius-small);width:fit-content}.woocommerce div.product .summary .star-rating{margin:0;font-size:1.125em;color:var(--color-accent-gold)}.woocommerce div.product .summary .star-rating::before{color:rgb(0 0 0 / .1)}.woocommerce div.product .summary .woocommerce-review-link{font-size:.9375em;color:var(--color-text-medium);text-decoration:none;margin-left:.5em;font-weight:var(--font-weight-light);transition:color 0.3s}.woocommerce div.product .summary .woocommerce-review-link:hover{color:var(--color-primary);text-decoration:underline}.woocommerce div.product form.cart{margin:1.5em 0;padding:0;background:#fff0;border:none;box-shadow:none}.woocommerce div.product form.cart .variations-wrapper{display:flex;flex-direction:column;gap:1.5em;margin-bottom:2em}.woocommerce div.product form.cart .quantity-wrapper{display:flex;align-items:center;gap:1em;margin-bottom:2em;padding:1em;background-color:var(--color-bg-light);border-radius:var(--border-radius-medium);border:1px solid rgb(0 0 0 / .05)}.woocommerce div.product form.cart .quantity{display:flex;align-items:center;justify-content:center;gap:0;border:1px solid #fff0;border-radius:10px;padding:.75em 1em;background-color:#fff0;position:relative;min-height:3.5em;flex:0 0 auto;flex-shrink:0;width:auto}.woocommerce div.product form.cart .quantity label{display:none}.woocommerce div.product form.cart .quantity input[type="number"]{border:none;background:#fff;padding:13px;width:3em;min-width:2em;text-align:center;font-size:1em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);-moz-appearance:textfield;flex:0 0 auto;margin:0;border-radius:10px}.woocommerce div.product form.cart .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce div.product form.cart .quantity input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce div.product form.cart .quantity .qty-button{width:1.5em;height:1.5em;min-width:1.5em;min-height:1.5em;display:flex;align-items:center;justify-content:center;background-color:#fff0;color:var(--color-text-dark);border:none;font-size:1.5em;font-weight:var(--font-weight-light);cursor:pointer;transition:all 0.2s;padding:0;line-height:1;position:relative;z-index:1;user-select:none;flex-shrink:0}.woocommerce div.product form.cart .quantity .qty-button.qty-minus{margin-right:.5em}.woocommerce div.product form.cart .quantity .qty-button.qty-plus{margin-left:.5em}.woocommerce div.product form.cart .quantity .qty-button:hover{color:var(--color-primary)}.woocommerce div.product form.cart .quantity .qty-button:disabled{opacity:.3;cursor:not-allowed;transform:none}.woocommerce div.product form.cart .variations{margin:0;width:100%;border:none}.woocommerce div.product form.cart .variations tr{display:flex;flex-direction:column;margin-bottom:1.5em;padding:1.25em;background-color:var(--color-bg-light);border-radius:var(--border-radius-medium);border:1px solid rgb(0 0 0 / .05);transition:all 0.3s}.woocommerce div.product form.cart .variations tr:hover{border-color:rgb(140 148 112 / .2);box-shadow:0 .125em .5em rgb(0 0 0 / .05)}.woocommerce div.product form.cart .variations tr:last-child{margin-bottom:0}.woocommerce div.product form.cart .variations td{padding:0;border:none}.woocommerce div.product form.cart .variations label{display:block;font-size:1em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-bottom:.75em;padding-bottom:.5em;border-bottom:1px solid rgb(0 0 0 / .05)}.woocommerce div.product form.cart .variations select{width:100%;padding:1em 1.25em;border:2px solid rgb(0 0 0 / .1);border-radius:var(--border-radius-medium);font-size:1em;font-weight:var(--font-weight-light);font-family:var(--font-family);color:var(--color-text-dark);background-color:var(--color-bg-main);background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%238C9470' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25em center;background-size:16px 10px;appearance:none;cursor:pointer;transition:all 0.3s;box-shadow:0 .125em .375em rgb(0 0 0 / .05)}.woocommerce div.product form.cart .variations select:hover{border-color:var(--color-primary);box-shadow:0 .25em .5em rgb(140 148 112 / .15);transform:translateY(-.0625em)}.woocommerce div.product form.cart .variations select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px rgb(140 148 112 / .15),0 .25em .5em rgb(140 148 112 / .2)}.woocommerce div.product form.cart .variations .reset_variations{display:inline-block;margin-top:.75em;font-size:.875em;color:var(--color-text-medium);text-decoration:none;transition:color 0.3s}.woocommerce div.product form.cart .variations .reset_variations:hover{color:var(--color-primary);text-decoration:underline}.woocommerce div.product form.cart .woocommerce-variation{margin-top:1em;padding:1em;background-color:rgb(140 148 112 / .05);border-radius:var(--border-radius-small);border-left:3px solid var(--color-primary);margin-left:.5em}.woocommerce div.product form.cart .woocommerce-variation-price{font-size:1.25em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-bottom:.5em}.woocommerce div.product form.cart .woocommerce-variation-description{font-size:.9375em;color:var(--color-text-medium);line-height:1.6}.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button[type="submit"],.woocommerce div.product form.cart .button{width:auto;flex:1;padding:.875em 2em;background:var(--color-primary);color:var(--color-text-white);border:1px solid var(--color-primary);border-radius:10px;border-left:1px solid var(--color-primary);font-size:1em;font-weight:var(--font-weight-normal);text-align:center;text-decoration:none;cursor:pointer;transition:all 0.3s ease;box-shadow:0 .125em .375em rgb(0 0 0 / .1);position:relative;overflow:hidden;margin:0;display:flex;align-items:center;justify-content:center;gap:.5em;min-height:3.5em;white-space:nowrap}.woocommerce div.product form.cart .single_add_to_cart_button:hover,.woocommerce div.product form.cart button[type="submit"]:hover,.woocommerce div.product form.cart .button:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);box-shadow:0 .25em .5em rgb(0 0 0 / .15)}.woocommerce-variation-add-to-cart,.product-summary>form.cart{display:flex;align-items:center;margin-top:1.5em;gap:0;width:100%;max-width:100%}@media only screen and (max-width:768px){.woocommerce-variation-add-to-cart,.product-summary>form.cart{flex-direction:column!important}}.woocommerce div.product form.cart .quantity,.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button[type="submit"]{flex-shrink:0}.woocommerce div.product .summary .stock{font-size:1em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:.5em 0 1em}.woocommerce div.product .summary .stock.in-stock{color:var(--color-accent-green)}.woocommerce div.product .summary .stock.out-of-stock{color:#d32f2f}.woocommerce div.product form.cart .single_add_to_cart_button:active,.woocommerce div.product form.cart button[type="submit"]:active,.woocommerce div.product form.cart .button:active{transform:translateY(0);box-shadow:0 .125em .25em rgb(0 0 0 / .1)}.woocommerce div.product form.cart .single_add_to_cart_button:disabled,.woocommerce div.product form.cart button[type="submit"]:disabled{opacity:.6;cursor:not-allowed;transform:none}.woocommerce div.product .product-meta-bottom{margin-top:2em;padding-top:2em;border-top:1px solid rgb(0 0 0 / .08)}.woocommerce div.product .product-meta-bottom .product_meta{margin-top:0;padding-top:0;border-top:none;font-size:.9375em;color:var(--color-text-dark);display:flex;flex-direction:column;gap:.75em}.woocommerce div.product .product_meta>span{display:flex;align-items:center;gap:.5em;padding:0;background-color:#fff0;border:none;flex-wrap:wrap}.woocommerce div.product .product_meta>span strong{font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-right:.5em}.woocommerce div.product .product_meta a{display:inline-block;color:var(--color-primary);background-color:rgb(140 148 112 / .15);text-decoration:none;transition:all 0.3s;padding:.375em .875em;border-radius:20px;font-size:.9375em;margin-right:.5em;margin-bottom:.25em}.woocommerce div.product .product_meta a:hover{background-color:var(--color-primary);color:var(--color-text-white);text-decoration:none;transform:translateY(-.0625em)}.woocommerce div.product .woocommerce-tabs{margin-top:4em;padding-top:3em;border-top:2px solid rgb(0 0 0 / .08);background-color:#fff;border-radius:var(--border-radius-large);padding:2.5em;box-shadow:0 .25em 1em rgb(0 0 0 / .06)}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;margin:0 0 2.5em;padding:0;display:flex;gap:.75em;border-bottom:2px solid rgb(0 0 0 / .08);overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-primary) #fff0}.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar{height:4px}.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-track{background:var(--color-bg-light);border-radius:2px}.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:2px}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0;position:relative;border-radius:10px 10px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;padding:1em 1.75em;font-size:1.0625em;font-weight:var(--font-weight-normal);color:var(--color-text-medium);text-decoration:none;border-bottom:3px solid #fff0;transition:all 0.3s ease;white-space:nowrap;position:relative;border-radius:var(--border-radius-small) var(--border-radius-small) 0 0;background-color:#fff0}.woocommerce div.product .woocommerce-tabs ul.tabs li a::before{content:'';position:absolute;bottom:-2px;left:0;width:0;height:3px;background-color:var(--color-primary);transition:width 0.3s ease}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--color-primary);background-color:rgb(140 148 112 / .08)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--color-primary);background-color:rgb(140 148 112 / .05);font-weight:var(--font-weight-semibold)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before{width:100%}.woocommerce div.product .woocommerce-tabs .panel{padding:0;display:none;animation:fadeInUp 0.4s ease-out}.woocommerce div.product .woocommerce-tabs .panel.active{display:block}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.woocommerce div.product .woocommerce-tabs .panel h2{font-size:2em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:1.5em;padding-bottom:.75em;border-bottom:1px solid rgb(0 0 0 / .08)}.woocommerce div.product .woocommerce-tabs .panel h3{font-size:1.5em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-top:2em;margin-bottom:1em}.woocommerce div.product .woocommerce-tabs .panel h3:first-of-type{margin-top:0}.woocommerce div.product .woocommerce-tabs .panel h4{font-size:1.25em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-top:1.5em;margin-bottom:.75em}.woocommerce div.product .woocommerce-tabs .panel p{font-size:1.0625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);line-height:1.9;margin-bottom:1.5em}.woocommerce div.product .woocommerce-tabs .panel p:last-child{margin-bottom:0}.woocommerce div.product .woocommerce-tabs .panel ul,.woocommerce div.product .woocommerce-tabs .panel ol{margin-left:0;margin-bottom:1.5em;padding-left:1.5em;list-style-position:outside}.woocommerce div.product .woocommerce-tabs .panel ul{list-style-type:none;padding-left:0}.woocommerce div.product .woocommerce-tabs .panel ul li{font-size:1.0625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);line-height:1.9;margin-bottom:.75em;padding-left:1.75em;position:relative}.woocommerce div.product .woocommerce-tabs .panel ul li::before{content:'•';position:absolute;left:0;color:var(--color-primary);font-size:1.5em;line-height:1;top:.125em}.woocommerce div.product .woocommerce-tabs .panel ol li{font-size:1.0625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);line-height:1.9;margin-bottom:.75em}.woocommerce div.product .woocommerce-tabs .panel strong{font-weight:var(--font-weight-semibold);color:var(--color-text-dark)}.woocommerce div.product .woocommerce-tabs .panel a{color:var(--color-primary);text-decoration:none;border-bottom:1px solid #fff0;transition:all 0.3s}.woocommerce div.product .woocommerce-tabs .panel a:hover{border-bottom-color:var(--color-primary)}.woocommerce div.product .woocommerce-tabs .panel table{width:100%;border-collapse:collapse;margin:2em 0;background-color:var(--color-bg-main);border-radius:var(--border-radius-medium);overflow:hidden;box-shadow:0 .125em .5em rgb(0 0 0 / .05)}.woocommerce div.product .woocommerce-tabs .panel table th,.woocommerce div.product .woocommerce-tabs .panel table td{padding:1em 1.5em;text-align:left;border-bottom:1px solid rgb(0 0 0 / .05)}.woocommerce div.product .woocommerce-tabs .panel table th{background-color:var(--color-bg-light);font-weight:var(--font-weight-semibold);color:var(--color-text-dark)}.woocommerce div.product .woocommerce-tabs .panel table tr:last-child td,.woocommerce div.product .woocommerce-tabs .panel table tr:last-child th{border-bottom:none}.woocommerce div.product .woocommerce-tabs .panel table{width:100%;border-collapse:collapse;margin:1.5em 0}.woocommerce .related.products,.woocommerce-page .related.products{margin-top:4em;padding-top:4em;border-top:1px solid rgb(0 0 0 / .08)}.woocommerce .related.products h2,.woocommerce-page .related.products h2{font-size:2.25em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:2em;text-align:center}.woocommerce .related.products ul.products,.woocommerce-page .related.products ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;list-style:none;margin:0;padding:0}.woocommerce .related.products ul.products li.product:nth-child(n+4),.woocommerce-page .related.products ul.products li.product:nth-child(n+4){display:none!important}@media (max-width:1024px){.woocommerce .related.products ul.products,.woocommerce-page .related.products ul.products{grid-template-columns:repeat(2,1fr);gap:1.5em}.woocommerce .related.products ul.products li.product:nth-child(n+3),.woocommerce-page .related.products ul.products li.product:nth-child(n+3){display:none!important}}@media (max-width:768px){.woocommerce .related.products ul.products,.woocommerce-page .related.products ul.products{grid-template-columns:1fr;gap:1.5em}.woocommerce .related.products ul.products li.product:nth-child(n+2),.woocommerce-page .related.products ul.products li.product:nth-child(n+2){display:none!important}.woocommerce .related.products h2,.woocommerce-page .related.products h2{font-size:1.75em;margin-bottom:1.5em}}.woocommerce div.product .woocommerce-tabs .panel table th,.woocommerce div.product .woocommerce-tabs .panel table td{padding:.75em 1em;border:1px solid rgb(0 0 0 / .08);text-align:left}.woocommerce div.product .woocommerce-tabs .panel table th{background-color:var(--color-bg-light);font-weight:var(--font-weight-normal);color:var(--color-text-dark)}.woocommerce div.product .woocommerce-tabs .panel table td{font-weight:var(--font-weight-light);color:var(--color-text-medium)}@media (max-width:768px){.woocommerce div.product .single-product-wrapper{grid-template-columns:1fr;gap:2em;margin-top:1.5rem}.woocommerce div.product .product-images{position:static}.woocommerce div.product .summary{padding-left:0}.woocommerce div.product .summary .product_title{font-size:2em}.woocommerce div.product .summary .price{font-size:1.5em}.woocommerce div.product form.cart{padding:0}.woocommerce div.product .woocommerce-product-gallery__thumbs{gap:.5em}.woocommerce div.product .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image{width:90px;height:90px}.woocommerce div.product .woocommerce-product-gallery__trigger{width:2.5em;height:2.5em}.woocommerce div.product .woocommerce-product-gallery .flex-viewport{margin-bottom:.75em}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a{width:2.5em!important;height:2.5em!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:0.5em!important}.woocommerce div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next{right:0.5em!important}.woocommerce div.product .woocommerce-tabs ul.tabs{gap:.25em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:.875em 1em;font-size:.9375em}.woocommerce div.product .woocommerce-tabs .panel{padding:1.5em 0}.trust-badges-grid{grid-template-columns:1fr}.trust-signal{flex-direction:column;text-align:center}.trust-signal-icon{margin:0 auto}}.woocommerce table.cart{width:100%;border-collapse:collapse;margin-bottom:1.875em;background-color:var(--color-bg-main);border-radius:var(--border-radius-medium);overflow:hidden}.woocommerce table.cart th,.woocommerce table.cart td{padding:1.25em;border-bottom:1px solid rgb(0 0 0 / .1);text-align:left}.woocommerce table.cart th{font-weight:var(--font-weight-normal);color:var(--color-text-dark);background-color:var(--color-bg-light)}.woocommerce table.cart .product-remove a{color:#d32f2f;text-decoration:none;font-size:1.5em;line-height:1;transition:color 0.3s}.woocommerce table.cart .product-remove a:hover{color:#b71c1c}.woocommerce .cart_totals{background-color:var(--color-bg-light);padding:1.875em;border-radius:var(--border-radius-medium);box-shadow:0 .25em .75em var(--shadow-light)}.woocommerce .cart_totals h2{font-size:1.625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:1.25em}.woocommerce .cart_totals table{width:100%;margin-bottom:1.25em}.woocommerce .cart_totals table th,.woocommerce .cart_totals table td{padding:.75em 0;border-bottom:1px solid rgb(0 0 0 / .1)}.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button{display:inline-block;width:100%;padding:1em 2.5em;background-color:var(--color-button-primary);color:var(--color-text-white);border:none;border-radius:var(--border-radius-large);font-size:1em;font-weight:var(--font-weight-light);text-decoration:none;text-align:center;cursor:pointer;transition:background-color 0.3s,transform 0.2s;box-shadow:0 .25em .75em var(--shadow-light)}.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover{background-color:var(--color-button-primary-hover);transform:translateY(-.125em)}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:2.5em;margin-bottom:2.5em}.woocommerce-checkout #order_review{background-color:var(--color-bg-light);padding:1.875em;border-radius:var(--border-radius-medium);box-shadow:0 .25em .75em var(--shadow-light)}.woocommerce-checkout #order_review_heading{font-size:1.625em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin-bottom:1.25em}.woocommerce-account .woocommerce-MyAccount-navigation{background-color:var(--color-bg-light);padding:1.875em;border-radius:var(--border-radius-medium);margin-bottom:2.5em}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin-bottom:.5em}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{color:var(--color-text-dark);text-decoration:none;font-weight:var(--font-weight-light);transition:color 0.3s}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{color:var(--color-primary)}.woocommerce-account .woocommerce-MyAccount-content{background-color:var(--color-bg-main);padding:1.875em;border-radius:var(--border-radius-medium);box-shadow:0 .25em .75em var(--shadow-light)}.woocommerce-breadcrumb{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-medium);margin-bottom:2em;padding:1em 0;display:flex;align-items:center;flex-wrap:wrap;gap:.5em}.woocommerce-breadcrumb a{color:var(--color-text-medium);text-decoration:none;transition:color 0.3s;display:inline-flex;align-items:center}.woocommerce-breadcrumb a:hover{color:var(--color-primary)}.woocommerce-breadcrumb .breadcrumb-delimiter{margin:0;color:var(--color-text-light);opacity:.6}.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:3em;padding:2.5em 0 4em;align-items:start}.shop-wrapper{display:grid;grid-template-columns:280px 1fr;gap:2.5em;align-items:start}.shop-sidebar-wrapper{top:100px;align-self:start;z-index:50}.shop-sidebar{background-color:#dccec5;border-radius:var(--border-radius-medium);padding:1em;box-shadow:0 .25em .75em var(--shadow-light);display:flex;flex-direction:column;gap:1.5em}.shop-sidebar-header{display:none;justify-content:space-between;align-items:center;margin-bottom:1.5em;padding-bottom:1em;border-bottom:1px solid rgb(0 0 0 / .1)}.shop-sidebar-title{font-size:1.25em;font-weight:var(--font-weight-light);color:var(--color-text-dark);margin:0}.shop-sidebar-close{display:none;background:none;border:none;font-size:1.5em;color:var(--color-text-dark);cursor:pointer;padding:0;width:1.5em;height:1.5em;line-height:1;transition:color 0.3s}.shop-sidebar-close:hover{color:var(--color-primary)}.shop-sidebar-content{display:flex;flex-direction:column;gap:1.5em}.shop-sidebar .widget{margin-bottom:0}.shop-sidebar .widget-title{font-size:1.125em;font-weight:var(--font-weight-normal);color:var(--color-text-dark);margin-bottom:1.25em;padding-bottom:.75em;border-bottom:1px solid rgb(0 0 0 / .08)}.shop-sidebar .widget ul,.shop-sidebar .widget ol{list-style:none;margin:0;padding:0}.shop-sidebar .widget ul li,.shop-sidebar .widget ol li{margin-bottom:.75em;padding-bottom:.75em;border-bottom:1px solid rgb(0 0 0 / .05);display:flex;justify-content:space-between;position:relative}.cat-parent>.count{position:absolute;right:0}.cat-parent>a{margin-right:30px}.shop-sidebar .widget ul li:last-child,.shop-sidebar .widget ol li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.shop-sidebar .widget ul li a,.shop-sidebar .widget ol li a{color:var(--color-text-dark);text-decoration:none;font-size:1em;font-weight:var(--font-weight-light);transition:color 0.3s;display:flex;align-items:center;gap:.5em}.shop-sidebar .widget ul li span.count .shop-sidebar .widget ol li span.count{margin-left:5px;font-size:.8em;margin-bottom:0;line-height:2em}.shop-sidebar .widget ul li a:hover,.shop-sidebar .widget ol li a:hover{color:var(--color-primary);text-decoration:none}.shop-content{min-width:0}.shop-filters-toggle{display:none;align-items:center;gap:.5em;padding:.75em 1.25em;background-color:var(--color-button-primary);color:var(--color-text-white);border:none;border-radius:var(--border-radius-large);font-size:1em;font-weight:var(--font-weight-light);cursor:pointer;margin-bottom:1.5em;transition:background-color 0.3s}.shop-filters-toggle:hover{background-color:var(--color-button-primary-hover)}.shop-filters-toggle svg{width:1.25em;height:1.25em}.shop-sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:9998;opacity:0;transition:opacity 0.3s}.shop-sidebar-overlay.active{display:block;opacity:1}@media (max-width:1024px){.shop-layout{grid-template-columns:1fr;padding:2.5em 0}.shop-wrapper{grid-template-columns:250px 1fr;gap:2em}.shop-sidebar-wrapper{position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--color-bg-light);box-shadow:0 0 1.5em rgb(0 0 0 / .2);transition:left 0.3s ease-in-out;z-index:1001;padding:2em;overflow-y:auto;border-radius:0}.shop-sidebar-wrapper.active{left:0}.shop-sidebar-header{display:flex}.shop-sidebar-close{display:block}.shop-filters-toggle{display:flex}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.woocommerce div.product{grid-template-columns:1fr}.woocommerce-checkout .col2-set{grid-template-columns:1fr}}@media (max-width:768px){.shop-layout{padding:2em 0}.shop-wrapper{grid-template-columns:1fr;gap:0}.woocommerce ul.products{grid-template-columns:1fr;gap:1.25em}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{padding:1.25em}}.shop-sidebar .widget{padding:1.5em;background-color:#fff;border-radius:var(--border-radius-medium);margin-bottom:1.5em;box-shadow:0 .125em .5em var(--shadow-light);transition:box-shadow 0.3s}.shop-sidebar .widget:hover{box-shadow:0 .25em .75em var(--shadow-medium)}.shop-sidebar .widget:last-child{margin-bottom:0}.shop-sidebar .widget select,.shop-sidebar .widget input[type="text"],.shop-sidebar .widget input[type="number"]{width:100%;padding:.625em .875em;border:1px solid rgb(0 0 0 / .1);border-radius:var(--border-radius-small);font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);background-color:var(--color-bg-main)}.shop-sidebar .widget .button{padding:.75em 1.25em;background-color:var(--color-button-primary);color:var(--color-text-white);border:none;border-radius:var(--border-radius-large);font-size:.875em;font-weight:var(--font-weight-light);cursor:pointer;transition:background-color 0.3s}.shop-sidebar .widget .button:hover{background-color:var(--color-button-primary-hover)}.woocommerce-pagination{margin-top:3em;padding-top:2em;border-top:1px solid rgb(0 0 0 / .08);display:flex;justify-content:center;align-items:center;gap:.5em}.woocommerce-pagination .page-numbers{display:flex;align-items:center;gap:.5em;list-style:none;margin:0;padding:0;border-color:transparent!important}.woocommerce-pagination .page-numbers li{margin:0;padding:0}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:flex!important;align-items:center;justify-content:center;min-width:2.5em;height:2.5em;padding:0 .75em;border:1px solid rgb(0 0 0 / .1);border-radius:var(--border-radius-small);font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);text-decoration:none;background-color:var(--color-bg-main);transition:all 0.3s}.woocommerce-pagination .page-numbers a:hover{border-color:var(--color-primary);color:var(--color-primary);background-color:var(--color-bg-light);transform:translateY(-.125em)}.woocommerce-pagination .page-numbers .current{border-color:var(--color-primary);color:var(--color-text-white);background-color:var(--color-primary);font-weight:var(--font-weight-normal)}.woocommerce-pagination .page-numbers .prev,.woocommerce-pagination .page-numbers .next{padding:0 1em}.woocommerce-info,.woocommerce-no-products-found{padding:2.5em;background-color:var(--color-bg-light);border-radius:var(--border-radius-medium);text-align:center;margin:2.5em 0;box-shadow:0 .25em .75em var(--shadow-light)}.woocommerce-info p,.woocommerce-no-products-found p{font-size:1.125em;font-weight:var(--font-weight-light);color:var(--color-text-medium);margin:0;line-height:1.7}.shop-content{animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.woocommerce ul.products.loading{opacity:.6;pointer-events:none}.woocommerce-page .site-main{padding:0}.woocommerce-products-header__title{letter-spacing:-.02em}.woocommerce-result-count{display:flex;align-items:center;gap:.5em}.shop-sidebar .widget input[type="checkbox"],.shop-sidebar .widget input[type="radio"]{width:1.125em;height:1.125em;margin-right:.75em;cursor:pointer;accent-color:var(--color-primary)}.shop-sidebar .widget label{display:flex;align-items:center;cursor:pointer;font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);transition:color 0.3s}.shop-sidebar .widget label:hover{color:var(--color-primary)}.shop-sidebar .widget a,.shop-sidebar .widget a:link,.shop-sidebar .widget a:visited,.shop-sidebar .widget a:hover,.shop-sidebar .widget a:active,.shop-sidebar .widget a:focus{text-decoration:none!important}.shop-sidebar .widget_price_filter .price_slider_wrapper{padding:1em 0 0}.shop-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:rgb(0 0 0 / .1);border:none;border-radius:var(--border-radius-small);height:.375em;margin-bottom:1.25em}.shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider-handle{width:1.125em;height:1.125em;background-color:var(--color-primary);border:2px solid var(--color-bg-main);border-radius:50%;cursor:pointer;top:-.375em;margin-left:-.5625em;box-shadow:0 .125em .375em var(--shadow-medium);transition:all 0.3s}.shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider-handle:hover,.shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider-handle:focus{background-color:var(--color-button-primary-hover);transform:scale(1.15);box-shadow:0 .25em .5em var(--shadow-dark)}.shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider-range{background-color:var(--color-primary);border:none;border-radius:var(--border-radius-small);height:.375em}.shop-sidebar .widget_price_filter .price_slider_amount{display:flex;flex-direction:column;gap:.75em}.shop-sidebar .widget_price_filter .price_slider_amount .price_label{font-size:.875em;font-weight:var(--font-weight-light);color:var(--color-text-dark);text-align:center;padding:.5em;background-color:var(--color-bg-light);border-radius:var(--border-radius-small)}.shop-sidebar .widget_price_filter .price_slider_amount .button{width:100%;padding:.75em 1.5em;background-color:var(--color-button-primary);color:var(--color-text-white);border:none;border-radius:var(--border-radius-large);font-size:1rem;font-weight:var(--font-weight-light);cursor:pointer;transition:background-color 0.3s,transform 0.2s;text-align:center;text-decoration:none}.shop-sidebar .widget_price_filter .price_slider_amount .button:hover{background-color:var(--color-button-primary-hover);transform:translateY(-.125em);text-decoration:none}.shop-sidebar .widget_price_filter .price_slider_amount .button:active{transform:translateY(0)}@media (max-width:1024px){.shop-sidebar{top:80px}.woocommerce-before-shop-loop{flex-direction:column;align-items:flex-start;gap:1em}.woocommerce-ordering{width:100%}.woocommerce-ordering select{width:100%}}@media (max-width:768px){.shop-sidebar .widget{padding:1em}.woocommerce-products-header__title.page-title{font-size:2em}.woocommerce-breadcrumb{font-size:.8125em}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{min-width:2.25em;height:2.25em;font-size:.8125em}}@media (max-width:768px){.newsletter-section{padding:3em 0}.newsletter-wrapper{grid-template-columns:1fr;gap:2em}.newsletter-left{text-align:center}.newsletter-title{font-size:1.5em}.newsletter-form-wrapper .form-row-newsletter{flex-direction:column;align-items:stretch;gap:.75em}.newsletter-form-wrapper .form-row-newsletter .wpcf7-submit{width:100%}.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="number"],.wpcf7-form input[type="date"],.wpcf7-form input[type="url"],.wpcf7-form select,.wpcf7-form textarea,.fallback-contact-form .form-control{font-size:.875em;padding:12px 15px;border-radius:10px}.wpcf7-form .wpcf7-submit,.fallback-contact-form .submit-button{padding:12px 30px;font-size:.875em;width:100%;border-radius:10px;float:none}.wpcf7-form .wpcf7-submit:hover{transform:none}.footer-content{gap:30px}.footer-menu-title{font-size:1em}.footer-column-center a,.contact-link,.contact-text{font-size:.8125em}.footer-credits{font-size:.75em}}.woocommerce span.onsale{border-radius:10px;padding:0 15px;background-color:var(--color-secondary)}main .container>article{padding:3rem 0}.wp-block-heading{margin-bottom:30px;font-weight:300}.entry-content>.wp-block-heading:first-of-type,.entry-content>h2:first-of-type{text-align:center;font-size:2.625em;font-weight:300;color:var(--color-text-dark);margin:3em 0 2em;line-height:1.3}.entry-content .wp-block-columns{display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:start;margin:4em 0}.entry-content>.wp-block-columns:first-of-type{margin-top:2em}.entry-content .wp-block-columns.has-2-columns{grid-template-columns:1fr 1fr}.entry-content .wp-block-columns.has-3-columns{grid-template-columns:repeat(3,1fr);gap:1.5em;align-items:start}.entry-content .wp-block-column{display:flex;flex-direction:column;gap:1.5em;min-width:0}.entry-content .wp-block-column:has(figure):has(:not(p):not(h3):not(ul):not(.wp-block-button)){justify-content:center}.entry-content .wp-block-column:has(p){justify-content:flex-start}.entry-content .wp-block-column figure,.entry-content .wp-block-column .wp-block-image{margin:0;width:100%}.entry-content .wp-block-column figure img,.entry-content .wp-block-column .wp-block-image img{width:100%;height:auto}.entry-content .wp-block-column h3,.entry-content .wp-block-column .wp-block-heading{font-size:1.5em;font-weight:300;color:var(--color-text-dark);margin:0 0 1em 0;line-height:1.4}.entry-content .wp-block-column p{font-size:1em;font-weight:300;color:var(--color-text-dark);line-height:1.8;margin:0}.entry-content .wp-block-column p:last-of-type{margin-bottom:0}.entry-content .wp-block-list,.entry-content ul{list-style:none;padding:0;margin:1.5em 0}.entry-content .wp-block-list li,.entry-content ul li{font-size:1em;font-weight:300;color:var(--color-text-dark);line-height:1.8;margin:.75em 0;padding-left:1.5em;position:relative}.entry-content .wp-block-list li::before,.entry-content ul li::before{content:"•";position:absolute;left:0;color:var(--color-primary);font-size:1.2em;line-height:1.5}.entry-content .wp-block-button{margin:1.5em 0}.entry-content .wp-block-button__link,.entry-content a.wp-block-button__link{display:inline-block;padding:.9em 2em;background-color:var(--color-primary);color:var(--color-text-white);border:none;border-radius:10px;font-size:1em;font-weight:300;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s,transform 0.2s;cursor:pointer}.entry-content .wp-block-column a:not(.wp-block-button__link){display:inline-block;padding:.9em 2em;background-color:var(--color-primary);color:var(--color-text-white);border-radius:10px;font-size:1em;font-weight:300;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s,transform 0.2s;margin-top:1em}.entry-content .wp-block-button__link:hover{background-color:var(--color-primary-dark);box-shadow:0 .25em .5em rgb(0 0 0 / .12);transform:translateY(-1px);color:var(--color-text-white)}.entry-content .wp-block-button__link:active{transform:translateY(0);box-shadow:0 .15em .3em rgb(0 0 0 / .1)}.entry-content .wp-block-image,.entry-content figure{margin:0}.entry-content .wp-block-image img,.entry-content figure img{width:100%;height:auto;border-radius:var(--border-radius-medium);object-fit:cover;display:block}.entry-content>figure:not(.wp-block-columns figure):not(.wp-block-gallery figure){margin:3em 0;display:block}.entry-content .wp-block-columns+figure{margin-top:0}.entry-content .wp-block-columns.has-3-columns figure,.entry-content .wp-block-columns.has-3-columns .wp-block-image{margin:0}.entry-content .wp-block-columns.has-3-columns img{aspect-ratio:1;object-fit:cover}.entry-content>figure.wp-block-image:nth-of-type(n+2):nth-of-type(-n+4){display:inline-block;width:100%;margin:0 .5em 3em;vertical-align:top}.entry-content .wp-block-group{display:contents}.entry-content .wp-block-group:has(figure:nth-of-type(3)){display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em;margin:3em 0}.entry-content .wp-block-group:has(figure:nth-of-type(3)) figure{margin:0}.entry-content .wp-block-group:has(figure:nth-of-type(3)) img{aspect-ratio:1;object-fit:cover}.entry-content .wp-block-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em;margin:4em 0}.entry-content .wp-block-gallery .wp-block-image,.entry-content .wp-block-gallery figure{margin:0}.entry-content .wp-block-gallery img{aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius-medium)}.entry-content .wp-block-gallery.columns-3{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}.entry-content .wp-block-group:has(figure:nth-of-type(6)){display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:1.5em;margin:4em 0}.entry-content .wp-block-group:has(figure:nth-of-type(6)) figure{margin:0}.entry-content .wp-block-group:has(figure:nth-of-type(6)) img{aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius-medium)}.entry-content h4,.entry-content .wp-block-heading.has-text-align-center{text-align:center;font-size:1.25em;font-weight:300;color:var(--color-text-dark);margin:2em auto;max-width:900px;line-height:1.8;padding:0 1em}.entry-content .wp-block-heading.heading-nom{margin:0 auto 1em}.b2b-benefit>.wp-block-group__inner-container>h4.b2b-benefit-text.wp-block-heading{text-align:center;font-size:1.4em;font-weight:300;color:var(--color-text-dark);margin:1em auto;max-width:900px;line-height:1.8;padding:0 1em}.entry-content .wp-block-group:not(:has(figure:nth-of-type(3))):not(:has(figure:nth-of-type(6))){margin:3em 0}.entry-content .wp-block-spacer{margin:2em 0}@media (max-width:1024px){.entry-content .wp-block-columns{grid-template-columns:1fr;gap:2em}.entry-content .wp-block-columns.has-3-columns{grid-template-columns:repeat(2,1fr)}.entry-content>.wp-block-heading:first-of-type,.entry-content>h2:first-of-type{font-size:2em;margin:2em 0 1.5em}}@media (max-width:768px){.entry-content .wp-block-columns.has-3-columns{grid-template-columns:1fr}.entry-content .wp-block-gallery{grid-template-columns:repeat(2,1fr)}.entry-content>.wp-block-heading:first-of-type,.entry-content>h2:first-of-type{font-size:1.75em}.entry-content h4{font-size:1.1em}}@media (max-width:480px){.entry-content .wp-block-gallery{grid-template-columns:1fr}}.row{display:flex;flex-wrap:wrap;margin-left:0!important;margin-right:0!important}@media (min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}.hero-section{width:100%;overflow:hidden}.hero-swiper,.swiper-slide{width:100%}.hero-slide{display:flex;min-height:70vh}.hero-content{width:50%;display:flex;flex-direction:column;justify-content:center}.hero-image{width:50%}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-progress{width:100%;height:4px;background:rgb(0 0 0 / .1);margin-top:20px;overflow:hidden;border-radius:4px;max-width:420px}.hero-progress-bar{display:block;height:100%;width:0%;background:var(--color-primary)}.row{display:flex;flex-wrap:wrap;margin-left:0!important;margin-right:0!important}@media (min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}}.text-image-section img{width:100%;object-fit:cover;border-radius:20px}.text-image-section .row{align-items:center}.text-image-section .row:nth-last-child(1){align-items:end!important}.text-image-section .row:nth-last-child(1)>.col-md-5{justify-content:end;align-items:end;display:flex;flex-direction:column;text-align:end}@media only screen and (min-width:768px){.text-image-section .img-right{padding-left:40px!important}.text-image-section .img-left{padding-right:40px!important}}.text-image-section>.container>.row{margin-bottom:15px}h3{font-size:1.5rem;margin-bottom:20px;line-height:1.4;font-weight:300}h4{font-size:1.25rem;margin-bottom:15px;line-height:1.4;font-weight:300}ul{padding-left:15px}.mb-0{margin-bottom:0!important}.mb-10{margin-bottom:10px!important}.mb-30{margin-bottom:30px!important}@media only screen and (max-width:767px){.hero-slide{flex-direction:column}.hero-content,.hero-image{width:100%}.hero-content{padding:40px 20px;text-align:center;margin-left:auto}.text-image-section .row>.col-md-5 p,.text-image-section .row>.col-md-5 ul{margin-bottom:15px}.mb-fd-cr{flex-direction:column-reverse!important}}ul>li::marker{color:var(--color-primary)}ul>li{font-weight:300}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{font-weight:500!important}.woocommerce div.product p.price ins{text-decoration:none!important}.price>del>span.woocommerce-Price-amount>bdi,.price>del{color:#000000!important}.product-summary>.product_title{font-weight:300!important;font-size:24px!important}.free-shipping-icon>img{padding:10px;background-color:var(--color-primary);border-radius:20px}.woocommerce .quantity input.qty{pointer-events:none;user-select:none}#single-product-zalety>.row{justify-content:center}#single-product-zalety .col-zalety{width:20%}#single-product-zalety .col-zalety>.col-zalety-div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}#single-product-zalety .col-zalety>.col-zalety-div>img{height:60px;width:auto!important}.woocommerce div.product div.images .flex-control-thumbs{max-width:700px}@media only screen and (max-width:768px){#single-product-zalety .col-zalety{width:100%}.woocommerce div.product div.images .flex-control-thumbs{max-width:calc(100vw - 40px)}}@media only screen and (min-width:1600px){.woocommerce div.product .product-meta-bottom .product_meta{flex-direction:row;justify-content:space-between;align-items:center}}a{color:initial;text-decoration:none}.b2b-hero{background:var(--wp--preset--color--base,#f6f4ef)}.b2b-hero__breadcrumbs{opacity:.75;margin-bottom:18px}.b2b-hero__title{margin-top:0;margin-bottom:14px}.b2b-hero__text{max-width:60ch;margin-bottom:22px;opacity:.9}.b2b-hero__image img{border-radius:18px;display:block;width:100%;height:auto;object-fit:cover}@media (max-width:781px){.b2b-hero__text{max-width:60ch}}.breadcrumb-home{background-color:transparent!important;color:#000!important;padding:0!important}.breadcrumb-home:hover{color:var(--color-primary)!important}.page.page-id-20 section.page-hero,.page-id-1078 section.page-hero{display:none}.b2b-audience{background:var(--color-bg-main);padding:60px 20px}.b2b-audience__title{font-size:28px;margin:0 0 10px;color:var(--color-text-dark)}.b2b-audience__lead{margin:0 0 28px;max-width:920px;color:var(--color-text-medium);line-height:1.6}.b2b-audience__grid{gap:16px;margin:0 0 16px}.b2b-audience .b2b-audience__grid{display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:start;margin:0}.b2b-audience__card{background:var(--color-primary);color:var(--color-text-white);border-radius:12px;padding:18px 16px;height:100%;box-shadow:0 2px 10px var(--shadow-light);margin:0!important;min-height:120px;display:flex!important;justify-content:center;align-items:center}.b2b-audience__card p{margin:0;line-height:1.35;font-size:14px;color:#fff!important;text-align:center!important}.b2b-audience__card strong{display:inline-block;font-size:24px;margin-bottom:4px;color:#fff!important;text-align:center!important;font-weight:300}@media (max-width:900px){.b2b-audience{padding:44px 16px}.b2b-audience__title{font-size:24px}.b2b-audience .b2b-audience__grid{grid-template-columns:1fr;gap:1rem}}.b2b-benefits-section{background:#fff;padding:clamp(40px, 6vw, 90px) 0}.b2b-benefits-wrap{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.b2b-benefits-title{font-weight:var(--font-weight-medium);font-size:clamp(18px, 2vw, 22px);color:var(--color-text-dark);margin-bottom:clamp(24px, 3vw, 40px)}.b2b-benefits-grid>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2em}@media only screen and (max-width:992px){.b2b-benefits-grid>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.b2b-benefit{text-align:center}.b2b-benefit-icon,.placowki-icon{display:flex;justify-content:center}.b2b-benefit-icon img{width:auto!important;height:44px!important;object-fit:contain;display:block;border-radius:0!important;width:auto!important;margin-bottom:15px!important}.b2b-benefit-text{margin:0;font-size:14px;color:var(--color-text-dark);line-height:1.45}@media (max-width:1024px){.b2b-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.b2b-benefits-grid.placówki-b2b-grid-benefits>div{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:560px){.b2b-benefits-grid{grid-template-columns:1fr}}.b2b-buy{padding:56px 0}.b2b-buy__title{font-size:clamp(22px, 2.2vw, 30px);font-weight:var(--font-weight-semibold);margin-bottom:10px}.b2b-buy__lead{max-width:920px;margin:0 auto 26px auto;color:var(--color-text-medium);font-size:15px;line-height:1.8}.b2b-buy__cols{gap:22px;margin-top:18px}.b2b-buy__option{background:var(--color-primary);border-radius:var(--border-radius-medium);padding:16px;margin-bottom:14px!important;min-height:100px;display:flex!important;justify-content:center;align-items:center}.b2b-buy__optionText,.b2b-buy__optionText>strong{color:var(--color-text-white);margin:0;font-size:20px;line-height:1.4}.b2b-step{background:#fff;border-radius:var(--border-radius-medium);box-shadow:0 8px 24px var(--shadow-light);padding:18px 18px;margin-bottom:14px}.b2b-step--small{padding:16px 18px}.b2b-step__row{gap:14px}.b2b-step__num{width:100%;height:34px;border-radius:10px;background:var(--color-accent-beige);color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-semibold);margin:0;max-width:80px;font-size:22px!important}.b2b-step__h{font-size:15px;font-weight:var(--font-weight-semibold);margin:0 0 10px 0;text-align:start!important}.b2b-step__h--mt{margin-top:14px}.b2b-step__p{margin:0 0 10px 0;color:var(--color-text-dark)}.b2b-step__list{margin:0 0 6px 0;padding-left:18px;color:var(--color-text-medium);line-height:1.7}.b2b-step__list li{margin:6px 0}@media (max-width:781px){.b2b-buy{padding:40px 0}.b2b-buy__lead{margin-bottom:18px}.b2b-step{padding:16px}.b2b-step__num{width:46px}}.b2b-step>div{background-color:#fff;border-radius:20px;padding:20px}.b2b-step>div>div{grid-template-columns:1fr 8fr!important;margin:1em 0!important}.b2b-cta.wp-block-group.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;background:var(--color-primary);padding:64px 16px;display:flex;margin-top:5rem!important}.b2b-cta.wp-block-group.alignfull>.wp-block-group__inner-container{margin-top:0!important}.b2b-cta__inner{max-width:920px;margin:0 auto}.b2b-cta__title{color:var(--color-text-white)!important;margin:1em auto!important}.b2b-cta__text{color:rgb(255 255 255 / .85);margin:0 auto 18px auto;line-height:1.8;font-size:13px}.b2b-cta__btn h3{color:#fff!important}.b2b-cta__btn .wp-block-button__link{background-color:#fff!important;color:var(--color-text-dark)!important;border-radius:10px;padding:10px 16px}.b2b-cta.wp-block-group.alignfull>.wp-block-group__inner-container{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.b2b-faq{padding:56px 16px}.b2b-faq__title{font-size:20px;margin:0 0 6px 0}.b2b-faq__lead{margin:0 0 18px 0;font-size:12px;color:var(--color-text-gray);max-width:820px}.b2b-faq__box{max-width:920px;margin:0 auto;border-radius:14px;overflow:hidden;box-shadow:0 10px 22px rgb(0 0 0 / .06);background:#fff;border:1px solid rgb(0 0 0 / .08)}.b2b-faq__item{margin:0;border-top:1px solid rgb(0 0 0 / .08)}.b2b-faq__item:first-child{border-top:0}.b2b-faq__item>summary{list-style:none;cursor:pointer;padding:14px 52px 14px 16px;background:#fff;color:var(--color-text-black);font-size:14px;font-weight:300;position:relative;user-select:none}.b2b-faq__item>summary::-webkit-details-marker{display:none}.b2b-faq__item>summary::after{content:"+";width:20px;height:20px;border-radius:999px;position:absolute;right:14px;top:50%;transform:translateY(-50%);display:grid;place-items:center;background:#c9c1b3;color:#fff;font-weight:700;line-height:1}.b2b-faq__item>:not(summary){padding:12px 16px 16px 16px;background:#fff;padding:12px 16px 16px 16px;background:#fff;border-radius:0 0 14px 14px!important;margin-bottom:5px}.b2b-faq__item p{margin:0;font-size:12px;color:var(--color-text-gray);line-height:1.7}.b2b-faq__item[open]>summary{background:var(--color-primary);color:var(--color-text-white);border-radius:14px 14px 0 0}.b2b-faq__item[open]{margin-bottom:8px;margin-top:8px;border-top:#fff0}.b2b-faq__item[open]>summary::after{content:"–";background:rgb(255 255 255 / .25);border:1px solid rgb(255 255 255 / .35);color:#fff}.b2b-faq__item:first-child>summary{border-top-left-radius:14px;border-top-right-radius:14px}.b2b-faq__item:last-child>summary{border-bottom-left-radius:14px;border-bottom-right-radius:14px}.b2b-faq__item:last-child[open]>:not(summary){border-bottom-left-radius:14px;border-bottom-right-radius:14px}@media (max-width:640px){.b2b-faq__box{border-radius:12px}.b2b-faq__item:first-child>summary{border-top-left-radius:12px;border-top-right-radius:12px}.b2b-faq__item:last-child>summary{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.b2b-faq__item:last-child[open]>:not(summary){border-bottom-left-radius:12px;border-bottom-right-radius:12px}}.b2b-contact{background:var(--color-bg-main);padding:clamp(40px, 6vw, 90px) 0;display:block}#formularz{display:flex!important;scroll-margin-top:130px}.b2b-contact__inner{max-width:1100px;margin:0 auto;padding:0 16px}.b2b-contact__card{background:#fff;border-radius:var(--border-radius-large);box-shadow:0 10px 30px var(--shadow-light);padding:clamp(22px, 3.2vw, 44px)}.b2b-contact__cols{gap:clamp(16px, 3vw, 36px)}.b2b-contact__title{margin:0 0 10px;font-weight:500}.b2b-contact__text{margin:0 0 12px;color:var(--color-text-muted);line-height:1.55}.b2b-contact__info{margin-top:18px;display:grid;gap:12px}.b2b-contact__infoRow{margin:0;gap:12px;align-items:center}.b2b-contact__iconCol{flex:0 0 34px}.b2b-contact__icon img{width:35px!important;height:35px!important;object-fit:contain;display:block;opacity:.95}.b2b-contact__infoText{margin:0;color:var(--color-text)}.b2b-contact .wpcf7 form,.b2b-contact .wpcf7-form{margin:0}.b2b-contact .wpcf7-form p{margin:0}.b2b-contact .wpcf7-form br{display:none}.b2b-contact .wpcf7-form label{display:block;font-size:12px;color:var(--color-text-muted);margin:0 0 10px}.b2b-contact .wpcf7-form label>span{display:block;margin:0 0 6px}.b2b-contact .wpcf7-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.b2b-contact .wpcf7-form input[type="text"],.b2b-contact .wpcf7-form input[type="email"],.b2b-contact .wpcf7-form input[type="tel"],.b2b-contact .wpcf7-form textarea{width:100%;border:1px solid rgb(0 0 0 / .06);background:rgb(0 0 0 / .03);border-radius:12px;padding:12px 14px;font-size:14px;color:var(--color-text);outline:none;box-shadow:none}.b2b-contact .wpcf7-form textarea{min-height:110px;resize:vertical}.b2b-contact .wpcf7-form input:focus,.b2b-contact .wpcf7-form textarea:focus{border-color:rgb(126 134 97 / .45);background:rgb(126 134 97 / .06)}.b2b-contact .wpcf7-form .wpcf7-acceptance{display:block;margin:10px 0 14px;font-size:12px;color:var(--color-text-muted)}.b2b-contact .wpcf7-form .wpcf7-acceptance label{display:flex;gap:10px;align-items:flex-start;margin:0}.b2b-contact .wpcf7-form .wpcf7-acceptance input[type="checkbox"]{margin-top:2px;accent-color:var(--color-primary)}.b2b-contact .wpcf7-form input[type="submit"]{width:100%;border:0;border-radius:999px;background:var(--color-primary);color:#fff;padding:12px 18px;font-size:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease}.b2b-contact .wpcf7-form input[type="submit"]:hover{filter:brightness(.97);transform:translateY(-1px)}@media (max-width:880px){.b2b-contact__cols{flex-direction:column}.b2b-contact .wpcf7-form .form-row{grid-template-columns:1fr}}.b2b-contact__infoItem>div>div{display:flex!important;margin:1em 0!important}.kb-pagination{margin-top:22px;display:flex;justify-content:center}.kb-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;margin:0 6px;border-radius:10px;text-decoration:none;border:1px solid rgb(0 0 0 / .1);background:#fff;color:var(--color-text-dark)}.kb-pagination .page-numbers.current{background:rgb(126 134 97 / .12);color:var(--color-primary);border-color:rgb(126 134 97 / .25)}.kb-empty{color:var(--color-text-medium);font-weight:var(--font-weight-light)}.swiper-slide{height:auto}.blog-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgb(0 0 0 / .08);height:100%;display:flex;flex-direction:column;width:100%}.blog-card__thumb img{width:100%;height:275px;object-fit:cover;display:block;border-radius:0 0 20px 20px}.blog-card__thumb{position:relative;overflow:hidden}.blog-card__badge{position:absolute;top:0;left:0;padding:10px 20px;font-size:12px;font-weight:600;background:var(--color-primary);color:#fff;border-radius:0 0 20px 0;z-index:3}.blog-card__content{padding:20px 24px 24px;display:flex;flex-direction:column;flex-grow:1}.blog-card__title a{font-size:20px;text-decoration:none}.blog-card__excerpt{flex-grow:1;margin-bottom:16px}.blog-card__content .btn-primary{margin-top:auto}.blog-swiper .swiper-wrapper{align-items:stretch}.blog-swiper .swiper-slide{height:auto!important;display:flex}.aktualnosci .swiper{overflow:visible}@media only screen and (max-width:768px){.aktualnosci .swiper{overflow:hidden}}.aktualnosci-nav-container{display:flex;justify-content:space-between;align-items:center}.aktualnosci-nav-container .swiper-pagination,.aktualnosci-nav-container .swiper-button-prev,.aktualnosci-nav-container .swiper-button-next{position:relative}.aktualnosci-nav-container>a{min-width:245px}@media only screen and (max-width:768px){.aktualnosci-nav-container{flex-direction:column-reverse;gap:30px}.aktualnosci-nav-container>a{min-width:auto;width:100%;text-align:center}.swiper-nav-buttons{height:40px}.blog-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal{margin-top:0!important}}.blog-swiper .swiper-pagination,.oferta-galeria .swiper-pagination{position:relative;height:2px;background:#dcdde3;margin:24px auto 0;max-width:300px}.blog-card__sep{padding:0 12px}.blog-card__meta{color:rgb(38 38 38)}.blog-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal{height:2px}.blog-swiper .swiper-pagination-progressbar-fill{background:#3f51e5}.swiper-nav-buttons{display:flex;gap:35px}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px!important;font-weight:700;color:#fff!important}.swiper-button-next,.swiper-button-prev{background-color:rgb(158 158 158);border-radius:10px;width:40px!important;height:40px!important;display:flex;justify-content:center;align-items:center}.col-md-4{flex:1 0 calc(33.333333% - 30px)!important;max-width:calc(33.333333% - 10px);width:100%}@media only screen and (max-width:768px){.col-md-4{max-width:100%;width:100%}}.g-40{gap:40px!important}@media (min-width:768px){.row.g-20 .col-md-4{flex:0 0 calc(33.333333% - 10px);max-width:calc(33.333333% - 10px)}.row.g-40 .col-md-4{flex:1 0 calc(33.333333% - 30px)!important;max-width:calc(33.333333% - 10px)}.row.g-20 .col-md-8{flex:0 0 calc(66.666667% - 10px);max-width:calc(66.666667% - 10px)}.row.g-20 .col-md-6{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}.row.g-20 .col-md-3{flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px)}}.spacing-top{margin-top:4rem!important}.cat-parent{flex-wrap:wrap}.cat-parent>.children{display:flex;flex-direction:column;width:100%;margin-left:20px!important;margin-top:20px!important}.page-template-default #main{max-width:100vw;overflow:hidden}.b2b-cta__tiles{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.b2b-cta__tile{background:#fff;border-radius:12px;padding:14px 12px;text-align:center;font-size:13px;line-height:1.3;color:var(--color-text-dark);margin:0;box-shadow:0 6px 16px rgb(0 0 0 / .08);transition:transform .15s ease,box-shadow .15s ease}.placowki-text_tiles .b2b-cta__tile{font-size:18px!important}.b2b-cta__tiles>.wp-block-group__inner-container{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:0 20px;justify-content:center;align-items:center}.b2b-cta__tiles .wp-block-group__inner-container>.b2b-cta__tile{min-height:75px;display:flex;justify-content:center;align-items:center}.b2b-cta__tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgb(0 0 0 / .12)}@media (max-width:1024px){.b2b-cta__tiles,.b2b-cta__tiles>.wp-block-group__inner-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.b2b-cta__tiles,.b2b-cta__tiles>.wp-block-group__inner-container{grid-template-columns:1fr}}.placowki-icon img{width:auto!important;height:60px!important;object-fit:contain;display:block;border-radius:0!important;width:auto!important}.entry-content>.wp-block-group:not(:nth-child(1))>.wp-block-group__inner-container{margin-top:6rem}.link-normal>.hajo-contact-info-item>a{padding:0!important;margin:0!important;background-color:transparent!important;color:#000!important}.link-normal>.hajo-contact-info-item>a:hover{color:var(--color-primary)!important}.b2b-step__row>.wp-block-column{gap:0!important}.b2b-step__row>.wp-block-column>*{margin-top:0!important;margin-bottom:10px!important}@media (max-width:768px){.collage-image-block{width:100%}}.aktualnosci-pagination{display:flex;justify-content:center;align-items:center;margin-top:40px;font-size:18px;gap:5px}.aktualnosci-pagination>.page-numbers:hover{color:var(--color-primary)}.aktualnosci-pagination>.page-numbers.current{color:var(--color-primary)}.kb-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.kb-pill{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid rgb(0 0 0 / .12);border-radius:999px;text-decoration:none;line-height:1;transition:all .15s ease}.kb-pill:hover{transform:translateY(-1px);border-color:rgb(0 0 0 / .2)}.kb-pill.is-active{border-color:var(--color-primary);font-weight:600;color:#fff;background-color:var(--color-primary)}@media only screen and (min-width:768px){.wp-block-gallery-is-layout-flex{display:flex!important}.wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:2em}.wp-block-gallery.wp-block-gallery-3{--wp--style--unstable-gallery-gap:2em}}.wp-block-gallery img{max-height:500px;object-fit:cover;border-radius:20px}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{border-radius:0 0 20px 20px}.swiper-slide{background-image:url(/wp-content/uploads/2026/01/Rectangle-7-4.webp);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-content-inside{padding:40px;background-color:rgb(246 243 238);border-radius:20px}@media only screen and (min-width:768px){.collage-right{margin-left:2rem}}.form-row-inline>p{display:flex}.form-row-inline label{flex:1}.form-row-inline input{width:100%}.wpcf7-spinner{display:none!important}.single-product .page-breadcrumbs{margin-top:40px;color:var(--color-text-dark)}.single-product .page-breadcrumbs>a{color:var(--color-text-dark)}.hero-slide{background-size:cover;background-position:center;background-repeat:no-repeat}.testimonials-carousel{scrollbar-width:none;-ms-overflow-style:none;padding-top:10px}.testimonials-carousel::-webkit-scrollbar{width:0;height:0;display:none}.woocommerce-product-details__short-description>p{color:var(--color-text-dark)!important}@media only screen and (min-width:768px){.mb-only{display:none}}@media only screen and (max-width:767px){.mb-none{display:none!important}.hero-content-inside{padding:20px}.hero-progress{margin-top:0!important}}.newsletter-popup{max-height:90vh;position:fixed;right:20px;bottom:20px;width:min(420px, calc(100vw - 40px));z-index:9999;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.newsletter-popup.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.newsletter-section--popup{background:#fff;border-radius:16px;box-shadow:0 12px 30px rgb(0 0 0 / .18);overflow:hidden;padding:2.5rem 0!important}.newsletter-section--popup .newsletter-container{padding:18px}.newsletter-popup__close{position:absolute;top:8px;right:10px;width:34px;height:34px;border:0;border-radius:999px;background:rgb(0 0 0 / .06);cursor:pointer;font-size:22px;line-height:34px}.newsletter-popup__close:hover{background:rgb(0 0 0 / .1)}@media (max-width:480px){.newsletter-popup{right:12px;bottom:12px;width:calc(100vw - 24px)}}.newsletter-section--popup .newsletter-wrapper{display:flex!important;flex-direction:column!important}@media only screen and (max-width:768px){#newsletter-popup{display:none}.woocommerce-Tabs-panel figure{width:auto!important}}.product-share-icons{margin-top:10px;display:flex;gap:10px}.product-share-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(0 0 0 / .15);border-radius:50%;color:inherit;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.product-share-icon:hover{transform:translateY(-2px);opacity:.8}.wc-block-components-button{padding-left:20px;padding-right:20px}.iworks-omnibus{font-size:.825rem}