*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--amber-800:#92400e;--amber-900:#78350f;--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--font-sans:'Inter', system-ui, -apple-system, sans-serif;--max-w:1280px;--radius:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);--transition:0.2s ease}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--stone-900);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--stone-100)}::-webkit-scrollbar-thumb{background:var(--stone-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--stone-500)}.kk-container{max-width:var(--max-w);margin:0 auto;padding:0 1rem}.kk-topbar{background:var(--stone-900);color:var(--stone-300);font-size:.75rem;padding:.5rem 0}.kk-topbar .kk-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.kk-topbar a{color:var(--amber-400);font-weight:500;transition:color var(--transition)}.kk-topbar a:hover{color:var(--amber-500)}.kk-topbar .kk-topbar-whatsapp{display:flex;align-items:center;gap:.35rem}.kk-topbar .kk-topbar-delivery{display:flex;align-items:center;gap:.35rem;color:#4ade80}.kk-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--stone-200);box-shadow:var(--shadow-sm)}.kk-nav{display:flex;align-items:center;justify-content:space-between;height:64px}.kk-logo img{height:40px;width:auto}.kk-menu{display:none;align-items:center;gap:.25rem}@media (min-width:1024px){.kk-menu{display:flex}}.kk-menu-item{position:relative}.kk-menu-item>a{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--stone-700);transition:color var(--transition)}.kk-menu-item>a:hover,.kk-menu-item:hover>a{color:var(--amber-600)}.kk-menu-item>a svg{width:14px;height:14px}.kk-dropdown{display:none;position:absolute;top:100%;left:0;width:14rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-xl);border:1px solid var(--stone-100);padding:.5rem 0;z-index:50}.kk-menu-item:hover .kk-dropdown{display:block;animation:fadeDown 0.15s ease}.kk-dropdown a{display:block;padding:.625rem 1rem;font-size:.875rem;color:var(--stone-600);transition:all var(--transition)}.kk-dropdown a:hover{background:var(--amber-50);color:var(--amber-700)}@keyframes fadeDown{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kk-header-actions{display:flex;align-items:center;gap:.5rem}.kk-header-btn{position:relative;padding:.5rem;background:none;border:none;color:var(--stone-600);transition:color var(--transition)}.kk-header-btn:hover{color:var(--amber-600)}.kk-header-btn svg{width:20px;height:20px}.kk-cart-badge{position:absolute;top:-2px;right:-2px;background:var(--amber-600);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.kk-search-form{display:none;align-items:center;position:relative}.kk-search-form.active{display:flex}.kk-search-form input{width:240px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;border:1px solid var(--stone-300);border-radius:var(--radius);outline:none;transition:border-color var(--transition)}.kk-search-form input:focus{border-color:var(--amber-500);box-shadow:0 0 0 3px rgb(245 158 11 / .15)}.kk-search-close{position:absolute;right:.5rem;background:none;border:none;color:var(--stone-400);cursor:pointer}.kk-mobile-toggle{display:block}@media (min-width:1024px){.kk-mobile-toggle{display:none}}.kk-mobile-menu{display:none;border-top:1px solid var(--stone-100);padding:.75rem 1rem;background:#fff}.kk-mobile-menu.active{display:block}.kk-mobile-menu a{display:block;padding:.5rem 0;font-size:.875rem;color:var(--stone-800);font-weight:500}.kk-mobile-menu .kk-mobile-sub a{padding-left:1rem;font-weight:400;color:var(--stone-500)}.kk-mobile-menu .kk-mobile-sub a:hover{color:var(--amber-600)}.kk-hero{margin:1rem;border-radius:var(--radius-2xl);overflow:hidden;position:relative;background:var(--stone-800)}.kk-hero .swiper{height:400px}@media (min-width:768px){.kk-hero .swiper{height:520px}}.kk-hero-slide{position:relative;background-size:cover;background-position:center;height:100%}.kk-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(28 25 23 / .8),transparent)}.kk-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:0 1.5rem}@media (min-width:768px){.kk-hero-content{padding:0 3rem}}.kk-hero-text{max-width:32rem}.kk-hero-text h1{font-size:1.875rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1rem}@media (min-width:768px){.kk-hero-text h1{font-size:3rem}}.kk-hero-text p{font-size:1rem;color:rgb(255 255 255 / .8);margin-bottom:1.5rem}@media (min-width:768px){.kk-hero-text p{font-size:1.125rem}}.kk-btn-primary{display:inline-block;background:var(--amber-600);color:#fff;padding:.875rem 2rem;border-radius:var(--radius-xl);font-weight:600;font-size:.875rem;border:none;transition:background var(--transition);box-shadow:0 4px 14px rgb(217 119 6 / .2)}.kk-btn-primary:hover{background:var(--amber-700)}.kk-hero .swiper-button-prev,.kk-hero .swiper-button-next{width:40px;height:40px;background:rgb(255 255 255 / .2);backdrop-filter:blur(4px);border-radius:50%;color:#fff}.kk-hero .swiper-button-prev::after,.kk-hero .swiper-button-next::after{font-size:16px}.kk-hero .swiper-button-prev:hover,.kk-hero .swiper-button-next:hover{background:rgb(255 255 255 / .4)}.kk-hero .swiper-pagination-bullet{background:rgb(255 255 255 / .5);opacity:1;width:10px;height:10px}.kk-hero .swiper-pagination-bullet-active{background:var(--amber-500);width:24px;border-radius:5px}.kk-section{padding:3.5rem 0}.kk-section-header{text-align:center;margin-bottom:2.5rem}.kk-section-header h2{font-size:1.5rem;font-weight:700;color:var(--stone-900)}@media (min-width:768px){.kk-section-header h2{font-size:1.875rem}}.kk-section-header p{color:var(--stone-500);margin-top:.5rem}.kk-section-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--amber-600);font-weight:600;font-size:.875rem;margin-top:.75rem;transition:color var(--transition)}.kk-section-link:hover{color:var(--amber-700)}.kk-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.kk-categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.kk-categories-grid{grid-template-columns:repeat(6,1fr)}}.kk-category-item{display:flex;flex-direction:column;align-items:center;text-align:center}.kk-category-circle{width:7rem;height:7rem;border-radius:50%;overflow:hidden;background:var(--stone-200);box-shadow:var(--shadow);border:4px solid #fff0;transition:all 0.3s ease;position:relative}@media (min-width:768px){.kk-category-circle{width:8rem;height:8rem}}.kk-category-item:hover .kk-category-circle{border-color:var(--amber-400)}.kk-category-circle img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.kk-category-item:hover .kk-category-circle img{transform:scale(1.1)}.kk-category-item span{margin-top:.75rem;font-size:.875rem;font-weight:500;color:var(--stone-700);transition:color var(--transition)}.kk-category-item:hover span{color:var(--amber-600)}.kk-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.kk-products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.kk-products-grid{grid-template-columns:repeat(4,1fr)}}.kk-product-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--stone-100);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow 0.3s ease}.kk-product-card:hover{box-shadow:var(--shadow-lg)}.kk-product-image{position:relative;padding-top:100%;background:var(--stone-100);overflow:hidden}.kk-product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.kk-product-card:hover .kk-product-image img{transform:scale(1.05)}.kk-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;font-size:.65rem;font-weight:700;border-radius:4px;z-index:2;text-transform:uppercase}.kk-badge-sale{background:#ef4444;color:#fff}.kk-badge-oos{background:var(--stone-800);color:#fff}.kk-product-actions{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;display:flex;gap:.5rem;opacity:0;transform:translateY(10px);transition:all 0.3s ease;z-index:3}.kk-product-card:hover .kk-product-actions{opacity:1;transform:translateY(0)}.kk-product-actions .kk-add-to-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;background:var(--amber-600);color:#fff;font-size:.875rem;font-weight:500;padding:.625rem;border-radius:var(--radius);border:none;transition:background var(--transition)}.kk-product-actions .kk-add-to-cart-btn:hover{background:var(--amber-700)}.kk-product-actions .kk-view-btn{display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .9);backdrop-filter:blur(4px);color:var(--stone-700);padding:.625rem;border-radius:var(--radius);border:none;transition:background var(--transition)}.kk-product-actions .kk-view-btn:hover{background:#fff}.kk-product-actions svg{width:16px;height:16px}.kk-product-info{padding:1rem}.kk-product-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--stone-400);margin-bottom:.25rem}.kk-product-name{font-size:.875rem;font-weight:500;color:var(--stone-800);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition)}.kk-product-name:hover{color:var(--amber-600)}.kk-product-price{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.kk-product-price .kk-price-current{font-size:1rem;font-weight:700;color:var(--stone-900)}.kk-product-price .kk-price-was{font-size:.875rem;color:var(--stone-400);text-decoration:line-through}.kk-promo{background:var(--stone-900);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.kk-promo-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.kk-promo-text{max-width:32rem}.kk-promo-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.kk-promo-text p{color:var(--stone-400);margin-bottom:1.5rem}.kk-promo-box{width:200px;height:200px;border:3px solid var(--amber-400);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;flex-direction:column}.kk-promo-box .kk-promo-pct{font-size:4rem;font-weight:800;color:var(--amber-400);line-height:1}.kk-promo-box .kk-promo-off{font-size:1.25rem;font-weight:600;color:var(--stone-400);text-transform:uppercase}.kk-why{background:var(--stone-50)}.kk-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.kk-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.kk-features-grid{grid-template-columns:repeat(3,1fr)}}.kk-feature-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--stone-100);transition:box-shadow 0.3s ease}.kk-feature-card:hover{box-shadow:var(--shadow)}.kk-feature-icon{width:3rem;height:3rem;background:var(--amber-50);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--amber-600)}.kk-feature-icon svg{width:24px;height:24px}.kk-feature-card h3{font-size:1rem;font-weight:600;color:var(--stone-900);margin-bottom:.5rem}.kk-feature-card p{font-size:.875rem;color:var(--stone-500);line-height:1.6}.kk-brands{border-top:1px solid var(--stone-200);border-bottom:1px solid var(--stone-200);padding:2rem 0}.kk-brands-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}.kk-brands-list span{font-size:1.125rem;font-weight:700;color:var(--stone-300);text-transform:uppercase;letter-spacing:.05em}.kk-testimonials{background:var(--stone-900);color:#fff}.kk-testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.kk-testimonials-grid{grid-template-columns:repeat(3,1fr)}}.kk-testimonial-card{background:var(--stone-800);border-radius:var(--radius-xl);padding:1.5rem}.kk-testimonial-quote{color:var(--amber-400);font-size:2rem;line-height:1;margin-bottom:.75rem}.kk-testimonial-stars{color:var(--amber-400);margin-bottom:.75rem;font-size:.875rem}.kk-testimonial-text{font-size:.875rem;color:var(--stone-300);line-height:1.7;margin-bottom:1rem}.kk-testimonial-author{font-weight:600;font-size:.875rem}.kk-testimonial-role{font-size:.75rem;color:var(--stone-500)}.kk-blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.kk-blog-grid{grid-template-columns:repeat(3,1fr)}}.kk-blog-card{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--stone-100);box-shadow:var(--shadow-sm);transition:all 0.3s ease}.kk-blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.kk-blog-card-image{height:200px;overflow:hidden;position:relative}.kk-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.kk-blog-card:hover .kk-blog-card-image img{transform:scale(1.05)}.kk-blog-badge{position:absolute;top:.75rem;left:.75rem;background:var(--amber-600);color:#fff;font-size:.65rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.kk-blog-card-body{padding:1.25rem}.kk-blog-card-date{font-size:.75rem;color:var(--stone-400);margin-bottom:.5rem}.kk-blog-card-title{font-size:1rem;font-weight:600;color:var(--stone-900);margin-bottom:.5rem;line-height:1.4}.kk-blog-card-excerpt{font-size:.875rem;color:var(--stone-500);line-height:1.6;margin-bottom:.75rem}.kk-blog-read-more{font-size:.875rem;font-weight:600;color:var(--amber-600)}.kk-blog-read-more:hover{color:var(--amber-700)}.kk-cta{background:linear-gradient(135deg,var(--amber-600),var(--amber-700));border-radius:var(--radius-2xl);padding:2rem;text-align:center;margin:0 1rem}@media (min-width:768px){.kk-cta{padding:3rem}}.kk-cta h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}@media (min-width:768px){.kk-cta h2{font-size:1.875rem}}.kk-cta p{color:var(--amber-100);max-width:36rem;margin:0 auto 1.5rem;font-size:.9375rem}.kk-cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width:640px){.kk-cta-buttons{flex-direction:row}}.kk-btn-white{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--amber-700);padding:.875rem 2rem;border-radius:var(--radius-xl);font-weight:600;font-size:.875rem;border:none;transition:background var(--transition);box-shadow:var(--shadow-lg)}.kk-btn-white:hover{background:var(--amber-50)}.kk-btn-outline-white{display:inline-flex;align-items:center;gap:.5rem;background:rgb(146 64 14 / .5);color:#fff;padding:.875rem 2rem;border-radius:var(--radius-xl);font-weight:600;font-size:.875rem;border:1px solid rgb(245 158 11 / .3);transition:background var(--transition)}.kk-btn-outline-white:hover{background:rgb(146 64 14 / .7)}.kk-footer{background:var(--stone-900);color:var(--stone-300);margin-top:auto}.kk-footer-main{padding:3rem 0}.kk-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.kk-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.kk-footer-grid{grid-template-columns:repeat(4,1fr)}}.kk-footer-brand h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.kk-footer-brand h3 span{color:var(--amber-500)}.kk-footer-brand p{font-size:.875rem;line-height:1.6;margin-bottom:1rem}.kk-footer-contact{display:flex;flex-direction:column;gap:.5rem}.kk-footer-contact a,.kk-footer-contact span{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.kk-footer-contact svg{width:16px;height:16px;color:var(--amber-500)}.kk-footer-contact a:hover{color:#fff}.kk-footer h4{color:#fff;font-weight:600;margin-bottom:1rem}.kk-footer-links{display:flex;flex-direction:column;gap:.5rem}.kk-footer-links a{font-size:.875rem;transition:color var(--transition)}.kk-footer-links a:hover{color:var(--amber-400)}.kk-newsletter-form{display:flex;gap:.5rem}.kk-newsletter-form input{flex:1;padding:.5rem .75rem;background:var(--stone-800);border:1px solid var(--stone-700);border-radius:var(--radius);font-size:.875rem;color:#fff;outline:none}.kk-newsletter-form input::placeholder{color:var(--stone-500)}.kk-newsletter-form input:focus{border-color:var(--amber-500);box-shadow:0 0 0 3px rgb(245 158 11 / .15)}.kk-newsletter-form button{padding:.5rem 1rem;background:var(--amber-600);color:#fff;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:background var(--transition)}.kk-newsletter-form button:hover{background:var(--amber-700)}.kk-footer-bottom{border-top:1px solid var(--stone-800);padding:1rem 0}.kk-footer-bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--stone-500)}@media (min-width:640px){.kk-footer-bottom-inner{flex-direction:row}}.kk-footer-bottom-links{display:flex;gap:1rem}.kk-footer-bottom-links a:hover{color:var(--stone-300)}.kk-cart-overlay{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:200}.kk-cart-overlay.active{display:block}.kk-cart-drawer{position:fixed;top:0;right:-400px;width:100%;max-width:400px;height:100%;background:#fff;z-index:201;display:flex;flex-direction:column;transition:right 0.3s ease;box-shadow:-4px 0 20px rgb(0 0 0 / .15)}.kk-cart-drawer.active{right:0}.kk-cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--stone-200)}.kk-cart-drawer-header h3{font-size:1.125rem;font-weight:600}.kk-cart-drawer-close{background:none;border:none;color:var(--stone-400);padding:.25rem}.kk-cart-drawer-close:hover{color:var(--stone-700)}.kk-cart-drawer-close svg{width:20px;height:20px}.kk-cart-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.25rem}.kk-cart-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--stone-100)}.kk-cart-item-image{width:64px;height:64px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--stone-100)}.kk-cart-item-image img{width:100%;height:100%;object-fit:cover}.kk-cart-item-info{flex:1}.kk-cart-item-name{font-size:.875rem;font-weight:500;color:var(--stone-800)}.kk-cart-item-price{font-size:.875rem;font-weight:600;color:var(--stone-900);margin-top:.25rem}.kk-cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.kk-cart-item-qty button{width:28px;height:28px;border:1px solid var(--stone-200);border-radius:6px;background:#fff;font-size:.875rem;display:flex;align-items:center;justify-content:center;color:var(--stone-600)}.kk-cart-item-qty button:hover{background:var(--stone-50)}.kk-cart-item-qty span{font-size:.875rem;font-weight:500;min-width:1.5rem;text-align:center}.kk-cart-item-remove{background:none;border:none;color:var(--stone-400);font-size:.75rem;cursor:pointer;padding:.25rem;align-self:flex-start}.kk-cart-item-remove:hover{color:#ef4444}.kk-cart-empty{text-align:center;padding:3rem 1rem;color:var(--stone-400)}.kk-cart-empty svg{width:48px;height:48px;margin:0 auto 1rem}.kk-cart-drawer-footer{border-top:1px solid var(--stone-200);padding:1.25rem}.kk-cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:1rem}.kk-cart-drawer-footer .kk-btn-primary{width:100%;text-align:center;display:block}.kk-cart-continue{display:block;text-align:center;margin-top:.75rem;font-size:.875rem;color:var(--stone-500)}.kk-cart-continue:hover{color:var(--stone-700)}.kk-shop-header{background:var(--stone-50);padding:2rem 0}.kk-shop-header h1{font-size:1.5rem;font-weight:700}.kk-shop-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.kk-shop-count{font-size:.875rem;color:var(--stone-500)}.kk-shop-sort select{padding:.5rem .75rem;border:1px solid var(--stone-300);border-radius:var(--radius);font-size:.875rem;background:#fff;outline:none}.kk-single-product{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media (min-width:768px){.kk-single-product{grid-template-columns:1fr 1fr}}.kk-product-gallery{border-radius:var(--radius-xl);overflow:hidden}.kk-product-gallery img{width:100%;border-radius:var(--radius-xl)}.kk-product-detail h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.kk-product-detail .kk-product-price{font-size:1.5rem;margin-bottom:1rem}.kk-product-detail .kk-product-desc{font-size:.9375rem;color:var(--stone-600);line-height:1.7;margin-bottom:1.5rem}.kk-qty-control{display:flex;align-items:center;gap:0;margin-bottom:1.5rem}.kk-qty-control button{width:44px;height:44px;border:1px solid var(--stone-300);background:#fff;font-size:1.125rem;color:var(--stone-700);display:flex;align-items:center;justify-content:center}.kk-qty-control button:first-child{border-radius:var(--radius) 0 0 var(--radius)}.kk-qty-control button:last-child{border-radius:0 var(--radius) var(--radius) 0}.kk-qty-control input{width:60px;height:44px;border:1px solid var(--stone-300);border-left:none;border-right:none;text-align:center;font-size:1rem;font-weight:500;outline:none}.kk-add-to-cart-full{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:var(--amber-600);color:#fff;border:none;border-radius:var(--radius-xl);font-size:1rem;font-weight:600;transition:background var(--transition);margin-bottom:1rem}.kk-add-to-cart-full:hover{background:var(--amber-700)}.kk-whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#25D366;color:#fff;border:none;border-radius:var(--radius-xl);font-size:1rem;font-weight:600;transition:background var(--transition)}.kk-whatsapp-btn:hover{background:#1ea952}.kk-product-tabs{margin-top:2rem}.kk-tabs-nav{display:flex;gap:0;border-bottom:2px solid var(--stone-200)}.kk-tab-btn{padding:.75rem 1.5rem;background:none;border:none;font-size:.875rem;font-weight:500;color:var(--stone-500);border-bottom:2px solid #fff0;margin-bottom:-2px;transition:all var(--transition)}.kk-tab-btn.active{color:var(--amber-600);border-bottom-color:var(--amber-600)}.kk-tab-content{padding:1.5rem 0;font-size:.9375rem;color:var(--stone-600);line-height:1.7}.kk-tab-content[hidden]{display:none}.kk-checkout-form{max-width:640px;margin:2rem auto}.kk-form-group{margin-bottom:1.25rem}.kk-form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--stone-700);margin-bottom:.375rem}.kk-form-group input,.kk-form-group textarea,.kk-form-group select{width:100%;padding:.75rem;border:1px solid var(--stone-300);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;outline:none;transition:border-color var(--transition)}.kk-form-group input:focus,.kk-form-group textarea:focus,.kk-form-group select:focus{border-color:var(--amber-500);box-shadow:0 0 0 3px rgb(245 158 11 / .15)}.kk-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;padding:1rem 0}.kk-pagination a,.kk-pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid var(--stone-200);color:var(--stone-600);transition:all var(--transition)}.kk-pagination a:hover{border-color:var(--amber-500);color:var(--amber-600)}.kk-pagination .current{background:var(--amber-600);color:#fff;border-color:var(--amber-600)}.kk-breadcrumbs{font-size:.8125rem;color:var(--stone-400);padding:1rem 0}.kk-breadcrumbs a{color:var(--stone-500)}.kk-breadcrumbs a:hover{color:var(--amber-600)}.kk-bg-stone-50{background:var(--stone-50)}.kk-bg-stone-900{background:var(--stone-900)}.kk-text-center{text-align:center}.kk-mt-0{margin-top:0}.kk-mb-section{margin-bottom:3.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.kk-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:spin 0.6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.kk-cat-banner{position:relative;background:var(--stone-800);background-size:cover;background-position:center;padding:3rem 0;min-height:200px;display:flex;align-items:flex-end}@media (min-width:768px){.kk-cat-banner{padding:4rem 0;min-height:260px}}.kk-cat-banner-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(28 25 23 / .9) 0%,rgb(28 25 23 / .5) 60%,rgb(28 25 23 / .3) 100%)}.kk-cat-banner .kk-breadcrumbs{margin-bottom:.5rem}.kk-cat-banner .kk-breadcrumbs a{color:rgb(255 255 255 / .5)}.kk-cat-banner .kk-breadcrumbs a:hover{color:var(--amber-400)}.kk-cat-banner .kk-breadcrumbs nav{color:rgb(255 255 255 / .5)}.kk-cat-banner-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media (min-width:768px){.kk-cat-banner-title{font-size:2.5rem}}.kk-cat-banner-desc{color:var(--stone-300);font-size:.9375rem;max-width:36rem;margin-bottom:.75rem}.kk-cat-banner-count{display:inline-block;background:rgb(255 255 255 / .1);backdrop-filter:blur(4px);color:var(--amber-400);font-size:.8125rem;font-weight:600;padding:.375rem .75rem;border-radius:999px;border:1px solid rgb(255 255 255 / .1)}.kk-cat-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--stone-200)}.kk-cat-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:var(--stone-600);background:var(--stone-50);border:1px solid var(--stone-200);border-radius:999px;transition:all var(--transition);white-space:nowrap}.kk-cat-chip:hover{background:var(--amber-50);border-color:var(--amber-400);color:var(--amber-700)}.kk-cat-chip-active{background:var(--amber-600);border-color:var(--amber-600);color:#fff}.kk-cat-chip-active:hover{background:var(--amber-700);border-color:var(--amber-700);color:#fff}.kk-cat-chip-count{font-size:.7rem;background:rgb(0 0 0 / .08);padding:.125rem .375rem;border-radius:999px;font-weight:600}.kk-cat-chip-active .kk-cat-chip-count{background:rgb(255 255 255 / .2)}.kk-cat-chip-all{font-weight:600}.kk-empty-state{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center}.kk-empty-state h3{font-size:1.25rem;font-weight:600;color:var(--stone-700);margin-bottom:.5rem}.kk-empty-state p{color:var(--stone-400);font-size:.9375rem;max-width:24rem}.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-info{background:var(--amber-50);border-left:4px solid var(--amber-600);padding:1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9375rem}.woocommerce-notices-wrapper .woocommerce-error{background:#fef2f2;border-left:4px solid #ef4444;padding:1rem;border-radius:var(--radius);margin-bottom:1rem}.kk-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 0 2rem;padding:0 .5rem}.kk-tab{background:#fff0;border:1px solid var(--stone-200,#e7e5e4);color:var(--stone-700,#44403c);padding:.5rem 1.1rem;border-radius:999px;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;letter-spacing:.01em;transition:background 0.18s ease,color 0.18s ease,border-color 0.18s ease;white-space:nowrap}.kk-tab:hover{border-color:var(--stone-700,#44403c);color:var(--stone-900,#1c1917)}.kk-tab.active{background:var(--stone-900,#1c1917);color:#fff;border-color:var(--stone-900,#1c1917)}.kk-tab:focus-visible{outline:2px solid var(--amber-600,#d97706);outline-offset:2px}.kk-tab-panel{display:none}.kk-tab-panel.active{display:block}.kk-tab-empty{text-align:center;color:var(--stone-400,#a8a29e);padding:2rem 1rem;font-size:.9375rem}.kk-product-swiper{position:relative;padding:0 .5rem;overflow:hidden}.kk-product-swiper .swiper-slide{height:auto;display:flex}.kk-product-swiper .swiper-slide>.kk-product-card{width:100%}.kk-swiper-nav{position:absolute;top:38%;z-index:5;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--stone-200,#e7e5e4);color:var(--stone-900,#1c1917);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgb(0 0 0 / .06);transition:background 0.18s ease,transform 0.18s ease}.kk-swiper-nav:hover{background:var(--stone-900,#1c1917);color:#fff;transform:scale(1.05)}.kk-swiper-nav:disabled,.kk-swiper-nav.swiper-button-disabled{opacity:.35;cursor:not-allowed;transform:none}.kk-swiper-prev{left:-8px}.kk-swiper-next{right:-8px}.kk-swiper-nav i{width:18px;height:18px}@media (min-width:768px){.kk-swiper-prev{left:-18px}.kk-swiper-next{right:-18px}}.kk-wa-product-btn{position:absolute;top:10px;right:10px;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 2px 8px rgb(0 0 0 / .18);transition:transform 0.15s ease,background 0.15s ease}.kk-wa-product-btn:hover{background:#128c7e;transform:scale(1.08);color:#fff}.kk-wa-product-btn i{width:18px;height:18px}.kk-wa-float{position:fixed;right:22px;bottom:22px;z-index:9999;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 6px 18px rgb(0 0 0 / .22);transition:transform 0.18s ease,background 0.18s ease}.kk-wa-float:hover{background:#128c7e;transform:scale(1.06);color:#fff}.kk-wa-float i{width:26px;height:26px}.kk-wa-float::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid rgb(37 211 102 / .45);animation:kk-wa-pulse 1.8s ease-out infinite}@keyframes kk-wa-pulse{0%{transform:scale(.85);opacity:1}100%{transform:scale(1.4);opacity:0}}.kk-wa-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.kk-wa-modal[hidden]{display:none}.kk-wa-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .55)}.kk-wa-modal__panel{position:relative;background:#fff;border-radius:12px;padding:1.75rem 1.5rem 1.5rem;width:min(92%, 420px);box-shadow:0 20px 50px rgb(0 0 0 / .25);max-height:90vh;overflow-y:auto}.kk-wa-modal__panel h3{margin:0 0 .4rem;font-size:1.25rem;font-weight:700;color:var(--stone-900,#1c1917)}.kk-wa-modal__hint{color:var(--stone-500,#78716c);font-size:.875rem;margin:0 0 1.1rem}.kk-wa-modal__close{position:absolute;top:8px;right:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff0;border:0;border-radius:50%;color:var(--stone-500,#78716c);cursor:pointer}.kk-wa-modal__close:hover{background:var(--stone-100,#f5f5f4);color:var(--stone-900,#1c1917)}.kk-wa-modal__form{display:flex;flex-direction:column;gap:.85rem}.kk-wa-modal__form label{display:flex;flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;color:var(--stone-700,#44403c)}.kk-wa-modal__form input{padding:.65rem .8rem;border:1px solid var(--stone-200,#e7e5e4);border-radius:6px;font-size:.9375rem;font-family:inherit;outline:none;transition:border-color 0.15s ease}.kk-wa-modal__form input:focus{border-color:var(--amber-500,#f59e0b)}.kk-wa-modal__submit{margin-top:.5rem;background:#25d366;color:#fff;border:0;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background 0.15s ease}.kk-wa-modal__submit:hover{background:#128c7e}.kk-wa-modal__submit:disabled{opacity:.6;cursor:progress}.kk-wa-modal__error{margin:.4rem 0 0;padding:.5rem .75rem;background:#fef2f2;border-left:3px solid #ef4444;color:#b91c1c;font-size:.875rem;border-radius:4px}.kk-contact-hero{background:linear-gradient(135deg,#1c1917 0%,#44403c 100%);color:#fff;padding:4.5rem 0 5rem;text-align:center;margin-bottom:-3rem}.kk-contact-hero h1{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;margin:0 0 .6rem;color:#fff}.kk-contact-hero p{font-size:1.0625rem;margin:0;color:rgb(255 255 255 / .78)}.kk-contact-body{padding:3rem 0 4rem}.kk-contact-grid{display:grid;gap:2rem;grid-template-columns:1fr;align-items:start}@media (min-width:900px){.kk-contact-grid{grid-template-columns:5fr 7fr;gap:2.5rem}}.kk-contact-info{display:flex;flex-direction:column;gap:.875rem;position:relative;z-index:2}.kk-contact-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--stone-200,#e7e5e4);border-radius:12px;padding:1.05rem 1.1rem;text-decoration:none;color:inherit;box-shadow:0 1px 3px rgb(0 0 0 / .04);transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.kk-contact-card:hover{transform:translateY(-2px);border-color:var(--stone-300,#d6d3d1);box-shadow:0 8px 22px rgb(0 0 0 / .08);color:inherit}.kk-contact-card--static{cursor:default}.kk-contact-card--static:hover{transform:none;box-shadow:0 1px 3px rgb(0 0 0 / .04);border-color:var(--stone-200,#e7e5e4)}.kk-contact-card--wa{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);color:#fff;border-color:#fff0}.kk-contact-card--wa:hover{color:#fff}.kk-contact-card--wa .kk-contact-card__cta{color:rgb(255 255 255 / .85)}.kk-contact-card__icon{flex:0 0 44px;height:44px;border-radius:10px;background:var(--stone-100,#f5f5f4);color:var(--stone-700,#44403c);display:flex;align-items:center;justify-content:center}.kk-contact-card__icon i{width:20px;height:20px}.kk-contact-card--wa .kk-contact-card__icon{background:rgb(255 255 255 / .2);color:#fff}.kk-contact-card__body{flex:1;min-width:0}.kk-contact-card__body h3{margin:0 0 .15rem;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:inherit;opacity:.85}.kk-contact-card__body p{margin:0 0 .2rem;font-size:1.0625rem;font-weight:600;word-break:break-word}.kk-contact-card__cta{font-size:.8125rem;color:var(--stone-500,#78716c)}.kk-contact-hours{background:var(--stone-50,#fafaf9);border:1px solid var(--stone-200,#e7e5e4);border-radius:12px;padding:1rem 1.1rem}.kk-contact-hours h4{display:flex;align-items:center;gap:.45rem;margin:0 0 .6rem;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--stone-700,#44403c)}.kk-contact-hours h4 i{width:16px;height:16px}.kk-contact-hours ul{list-style:none;padding:0;margin:0}.kk-contact-hours li{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.9375rem;color:var(--stone-600,#57534e);border-top:1px solid var(--stone-100,#f5f5f4)}.kk-contact-hours li:first-child{border-top:0}.kk-contact-form-wrap{background:#fff;border:1px solid var(--stone-200,#e7e5e4);border-radius:14px;padding:2rem 1.6rem 1.75rem;box-shadow:0 6px 22px rgb(0 0 0 / .04)}@media (min-width:700px){.kk-contact-form-wrap{padding:2.4rem 2.2rem 2rem}}.kk-contact-form-wrap h2{margin:0 0 .4rem;font-size:1.5rem;font-weight:700;color:var(--stone-900,#1c1917)}.kk-contact-form-hint{margin:0 0 1.4rem;color:var(--stone-500,#78716c);font-size:.9375rem}.kk-contact-form{display:flex;flex-direction:column;gap:.95rem}.kk-contact-row{display:grid;gap:.95rem;grid-template-columns:1fr}@media (min-width:600px){.kk-contact-row{grid-template-columns:1fr 1fr}}.kk-contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--stone-700,#44403c)}.kk-contact-form label em{font-style:normal;color:var(--amber-600,#d97706)}.kk-contact-form input,.kk-contact-form select,.kk-contact-form textarea{padding:.7rem .85rem;border:1px solid var(--stone-200,#e7e5e4);border-radius:8px;font-size:.9375rem;font-family:inherit;background:#fff;outline:none;transition:border-color 0.15s ease,box-shadow 0.15s ease}.kk-contact-form input:focus,.kk-contact-form select:focus,.kk-contact-form textarea:focus{border-color:var(--amber-500,#f59e0b);box-shadow:0 0 0 3px rgb(245 158 11 / .18)}.kk-contact-form textarea{resize:vertical;min-height:110px}.kk-contact-form__submit{margin-top:.4rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#25d366;color:#fff;border:0;padding:.85rem 1.1rem;border-radius:10px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background 0.15s ease,transform 0.12s ease}.kk-contact-form__submit:hover{background:#128c7e;transform:translateY(-1px)}.kk-contact-form__submit:disabled{opacity:.6;cursor:progress;transform:none}.kk-contact-form__submit i{width:18px;height:18px}.kk-contact-form__error{margin:.4rem 0 0;padding:.55rem .8rem;background:#fef2f2;border-left:3px solid #ef4444;color:#b91c1c;font-size:.875rem;border-radius:6px}.kk-contact-form__note{margin:.6rem 0 0;font-size:.8125rem;color:var(--stone-400,#a8a29e);text-align:center}.kk-contact-cta{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);padding:3rem 0;text-align:center;color:#fff}.kk-contact-cta h2{margin:0 0 .5rem;color:#fff;font-size:1.6rem;font-weight:700}.kk-contact-cta p{margin:0 0 1.4rem;color:rgb(255 255 255 / .9);font-size:1rem}.kk-contact-cta__btn{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#128c7e;padding:.85rem 1.6rem;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 6px 20px rgb(0 0 0 / .18);transition:transform 0.15s ease,box-shadow 0.15s ease}.kk-contact-cta__btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgb(0 0 0 / .22);color:#128c7e}.kk-contact-cta__btn i{width:22px;height:22px}.kk-footer-logo{display:inline-block;margin-bottom:1rem}.kk-footer-logo img{display:block;max-width:180px;height:auto;filter:brightness(0) invert(1);opacity:.95}.kk-footer-logo .custom-logo-link img,.kk-footer-logo .custom-logo{max-width:180px;height:auto}.kk-kb-hero{background:linear-gradient(135deg,#1c1917 0%,#44403c 100%);color:#fff;padding:4.5rem 0 5rem;text-align:center;margin-bottom:-3rem}.kk-kb-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--amber-500,#f59e0b);margin-bottom:.6rem}.kk-kb-hero h1{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;margin:0 0 .6rem;color:#fff}.kk-kb-hero p{margin:0 auto;max-width:640px;font-size:1.0625rem;color:rgb(255 255 255 / .78)}.kk-kb-body{padding:4rem 0 5rem}.kk-kb-tabs{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center;margin-bottom:2.4rem;position:relative;z-index:2}.kk-kb-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--stone-200,#e7e5e4);color:var(--stone-700,#44403c);font-size:.875rem;font-weight:500;text-decoration:none;transition:background 0.18s ease,border-color 0.18s ease,color 0.18s ease}.kk-kb-tab:hover{border-color:var(--stone-700,#44403c);color:var(--stone-900,#1c1917)}.kk-kb-tab.active{background:var(--stone-900,#1c1917);color:#fff;border-color:var(--stone-900,#1c1917)}.kk-kb-tab__count{font-size:.75rem;background:rgb(0 0 0 / .08);color:inherit;padding:.05rem .45rem;border-radius:999px}.kk-kb-tab.active .kk-kb-tab__count{background:rgb(255 255 255 / .2)}.kk-kb-grid{display:grid;gap:1.6rem;grid-template-columns:1fr}@media (min-width:600px){.kk-kb-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.kk-kb-grid{grid-template-columns:repeat(3,1fr)}}.kk-kb-card{background:#fff;border:1px solid var(--stone-200,#e7e5e4);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.kk-kb-card:hover{transform:translateY(-3px);border-color:var(--stone-300,#d6d3d1);box-shadow:0 12px 28px rgb(0 0 0 / .08)}.kk-kb-card__media{position:relative;display:block;aspect-ratio:16 / 10;background:var(--stone-100,#f5f5f4);overflow:hidden}.kk-kb-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.kk-kb-card:hover .kk-kb-card__media img{transform:scale(1.04)}.kk-kb-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--stone-300,#d6d3d1)}.kk-kb-card__placeholder i{width:48px;height:48px}.kk-kb-card__badge{position:absolute;top:12px;left:12px;background:rgb(28 25 23 / .88);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.32rem .7rem;border-radius:999px}.kk-kb-card__body{padding:1.2rem 1.25rem 1.4rem;display:flex;flex-direction:column;flex:1}.kk-kb-card__meta{display:flex;flex-wrap:wrap;gap:.9rem;font-size:.8125rem;color:var(--stone-500,#78716c);margin-bottom:.65rem}.kk-kb-card__meta span{display:inline-flex;align-items:center;gap:.3rem}.kk-kb-card__meta i{width:14px;height:14px}.kk-kb-card__title{font-size:1.0625rem;font-weight:700;line-height:1.35;margin:0 0 .55rem}.kk-kb-card__title a{color:var(--stone-900,#1c1917);text-decoration:none;transition:color 0.15s ease}.kk-kb-card__title a:hover{color:var(--amber-600,#d97706)}.kk-kb-card__excerpt{font-size:.9375rem;color:var(--stone-500,#78716c);margin:0 0 1rem;flex:1}.kk-kb-card__cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--amber-700,#b45309);text-decoration:none;align-self:flex-start;transition:gap 0.18s ease,color 0.18s ease}.kk-kb-card__cta:hover{gap:.55rem;color:var(--amber-800,#92400e)}.kk-kb-card__cta i{width:16px;height:16px}.kk-kb-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.4rem;flex-wrap:wrap}.kk-kb-page{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--stone-200,#e7e5e4);color:var(--stone-700,#44403c);padding:.6rem 1.1rem;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:background 0.15s ease,border-color 0.15s ease}.kk-kb-page:hover{background:var(--stone-900,#1c1917);border-color:var(--stone-900,#1c1917);color:#fff}.kk-kb-page i{width:16px;height:16px}.kk-kb-page-info{color:var(--stone-500,#78716c);font-size:.875rem}.kk-kb-empty{text-align:center;padding:4rem 1rem 5rem;color:var(--stone-500,#78716c)}.kk-kb-empty>i{width:56px;height:56px;color:var(--stone-300,#d6d3d1);margin-bottom:1rem}.kk-kb-empty h3{margin:0 0 .4rem;color:var(--stone-900,#1c1917);font-size:1.25rem}.kk-kb-empty p{margin:0 auto 1.4rem;max-width:28rem;font-size:.9375rem}.kk-kb-empty__cta{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.7rem 1.3rem;border-radius:999px;font-weight:600;text-decoration:none;transition:background 0.15s ease}.kk-kb-empty__cta:hover{background:#128c7e;color:#fff}.kk-article-hero{background:var(--stone-50,#fafaf9);padding:3rem 0 2.5rem;border-bottom:1px solid var(--stone-200,#e7e5e4)}.kk-article-hero__inner{max-width:820px;margin:0 auto}.kk-article-crumbs{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.8125rem;color:var(--stone-500,#78716c);margin-bottom:1.1rem}.kk-article-crumbs a{color:var(--stone-700,#44403c);text-decoration:none}.kk-article-crumbs a:hover{color:var(--amber-600,#d97706)}.kk-article-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--amber-700,#b45309);margin-bottom:.7rem}.kk-article-title{font-size:clamp(1.7rem, 3.4vw, 2.5rem);font-weight:800;line-height:1.18;margin:0 0 1rem;color:var(--stone-900,#1c1917)}.kk-article-meta{display:flex;flex-wrap:wrap;gap:1.1rem;font-size:.875rem;color:var(--stone-500,#78716c)}.kk-article-meta span{display:inline-flex;align-items:center;gap:.35rem}.kk-article-meta i{width:14px;height:14px}.kk-article-feature{margin:2rem auto 0;max-width:1000px}.kk-article-feature img{width:100%;height:auto;border-radius:14px;display:block}.kk-article-body{padding:3rem 1rem 4rem}.kk-article-prose{max-width:720px;margin:0 auto;font-size:1.0625rem;line-height:1.75;color:var(--stone-800,#292524)}.kk-article-prose h2{font-size:1.5rem;font-weight:700;margin:2.2rem 0 .8rem;color:var(--stone-900,#1c1917)}.kk-article-prose h3{font-size:1.2rem;font-weight:700;margin:1.7rem 0 .6rem;color:var(--stone-900,#1c1917)}.kk-article-prose p{margin:0 0 1.2rem}.kk-article-prose a{color:var(--amber-700,#b45309);text-decoration:underline;text-underline-offset:3px}.kk-article-prose a:hover{color:var(--amber-800,#92400e)}.kk-article-prose ul,.kk-article-prose ol{margin:0 0 1.2rem 1.4rem}.kk-article-prose li{margin-bottom:.4rem}.kk-article-prose img{max-width:100%;height:auto;border-radius:10px;margin:1.2rem 0}.kk-article-prose blockquote{margin:1.5rem 0;padding:1rem 1.2rem;background:var(--stone-50,#fafaf9);border-left:4px solid var(--amber-500,#f59e0b);border-radius:6px;font-style:italic;color:var(--stone-700,#44403c)}.kk-article-prose pre,.kk-article-prose code{background:var(--stone-100,#f5f5f4);padding:.15em .4em;border-radius:4px;font-size:.92em}.kk-article-prose pre{padding:1rem;overflow-x:auto;margin:1.2rem 0}.kk-article-tags{max-width:720px;margin:2rem auto 0;display:flex;flex-wrap:wrap;gap:.45rem}.kk-article-tag{background:var(--stone-100,#f5f5f4);color:var(--stone-700,#44403c);padding:.32rem .75rem;border-radius:999px;font-size:.8125rem;text-decoration:none;transition:background 0.15s ease}.kk-article-tag:hover{background:var(--stone-200,#e7e5e4);color:var(--stone-900,#1c1917)}.kk-article-share{max-width:720px;margin:2rem auto 0;display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--stone-500,#78716c)}.kk-article-share span{font-weight:500;margin-right:.2rem}.kk-article-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--stone-100,#f5f5f4);color:var(--stone-700,#44403c);text-decoration:none;transition:background 0.15s ease,color 0.15s ease,transform 0.15s ease}.kk-article-share a:hover{background:var(--stone-900,#1c1917);color:#fff;transform:translateY(-2px)}.kk-article-share i{width:16px;height:16px}.kk-article-related{background:var(--stone-50,#fafaf9);padding:3.5rem 0 4rem;margin-top:3rem;border-top:1px solid var(--stone-200,#e7e5e4)}.kk-article-related h2{text-align:center;font-size:1.6rem;font-weight:700;margin:0 0 2rem;color:var(--stone-900,#1c1917)}.kk-kb-layout{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:900px){.kk-kb-layout{grid-template-columns:280px minmax(0,1fr);align-items:start}}@media (min-width:1200px){.kk-kb-layout{grid-template-columns:300px minmax(0,1fr);gap:2.5rem}}.kk-kb-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:relative}@media (min-width:900px){.kk-kb-sidebar{position:sticky;top:90px}}.kk-kb-widget{background:#fff;border:1px solid var(--stone-200,#e7e5e4);border-radius:12px;padding:1.1rem 1.15rem 1.2rem}.kk-kb-widget__title{display:flex;align-items:center;gap:.45rem;margin:0 0 .85rem;padding-bottom:.65rem;border-bottom:1px solid var(--stone-100,#f5f5f4);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-700,#44403c)}.kk-kb-widget__title i{width:16px;height:16px;color:var(--amber-600,#d97706)}.kk-kb-widget__empty{margin:0;font-size:.875rem;color:var(--stone-400,#a8a29e);font-style:italic}.kk-kb-widget__list{list-style:none;padding:0;margin:0}.kk-kb-widget__list li{margin:0}.kk-kb-widget__list a{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .7rem;margin:.1rem 0;border-radius:8px;text-decoration:none;color:var(--stone-700,#44403c);font-size:.9375rem;transition:background 0.15s ease,color 0.15s ease}.kk-kb-widget__list a:hover{background:var(--stone-50,#fafaf9);color:var(--stone-900,#1c1917)}.kk-kb-widget__list a.active{background:var(--stone-900,#1c1917);color:#fff}.kk-kb-widget__list a.active .kk-kb-widget__count{background:rgb(255 255 255 / .18);color:#fff}.kk-kb-widget__count{background:var(--stone-100,#f5f5f4);color:var(--stone-500,#78716c);font-size:.75rem;font-weight:600;padding:.1rem .5rem;border-radius:999px}.kk-kb-widget__tags{display:flex;flex-wrap:wrap;gap:.35rem}.kk-kb-widget__tag{background:var(--stone-100,#f5f5f4);color:var(--stone-700,#44403c);padding:.32rem .7rem;border-radius:999px;font-size:.8125rem;text-decoration:none;transition:background 0.15s ease,color 0.15s ease}.kk-kb-widget__tag:hover{background:var(--stone-900,#1c1917);color:#fff}.kk-kb-widget--product{padding-bottom:1rem}.kk-kb-widget__product{display:block;text-decoration:none;color:inherit;border-radius:10px;overflow:hidden;border:1px solid var(--stone-100,#f5f5f4);transition:border-color 0.15s ease,transform 0.15s ease}.kk-kb-widget__product:hover{border-color:var(--stone-300,#d6d3d1);transform:translateY(-2px);color:inherit}.kk-kb-widget__product-img{aspect-ratio:4 / 3;background:var(--stone-50,#fafaf9);overflow:hidden}.kk-kb-widget__product-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.kk-kb-widget__product:hover .kk-kb-widget__product-img img{transform:scale(1.04)}.kk-kb-widget__product-body{padding:.85rem .95rem .95rem;display:flex;flex-direction:column;gap:.25rem}.kk-kb-widget__product-cat{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-400,#a8a29e)}.kk-kb-widget__product-name{font-size:.95rem;font-weight:600;color:var(--stone-900,#1c1917);line-height:1.3}.kk-kb-widget__product-price{font-size:1rem;font-weight:700;color:var(--amber-700,#b45309);margin-top:.2rem}.kk-kb-widget__product-actions{display:flex;gap:.4rem;margin-top:.7rem}.kk-kb-widget__atc{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:var(--amber-600,#d97706);color:#fff;border:0;padding:.55rem .7rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background 0.15s ease}.kk-kb-widget__atc:hover{background:var(--amber-700,#b45309)}.kk-kb-widget__atc i{width:14px;height:14px}.kk-kb-widget__wa{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:#25d366;color:#fff;border-radius:8px;text-decoration:none;transition:background 0.15s ease}.kk-kb-widget__wa:hover{background:#128c7e;color:#fff}.kk-kb-widget__wa i{width:16px;height:16px}.kk-article-body.kk-kb-layout .kk-article-prose,.kk-article-body.kk-kb-layout .kk-article-tags,.kk-article-body.kk-kb-layout .kk-article-share{max-width:none;margin-left:0;margin-right:0}.kk-skip-link{position:absolute;top:-100px;left:1rem;z-index:10001;background:var(--stone-900,#1c1917);color:#fff;padding:.65rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:top 0.2s ease}.kk-skip-link:focus,.kk-skip-link:focus-visible{top:1rem;outline:2px solid var(--amber-500,#f59e0b);outline-offset:2px}.kk-404-hero{background:linear-gradient(135deg,#1c1917 0%,#44403c 100%);color:#fff;padding:5rem 0 4.5rem;text-align:center}.kk-404-hero__inner{max-width:760px;margin:0 auto}.kk-404-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--amber-500,#f59e0b);margin-bottom:.85rem}.kk-404-hero h1{font-size:clamp(1.85rem, 4vw, 2.6rem);font-weight:800;margin:0 0 .7rem;color:#fff;line-height:1.18}.kk-404-hero p{font-size:1.05rem;color:rgb(255 255 255 / .78);margin:0 0 1.8rem}.kk-404-search{display:flex;gap:.5rem;max-width:480px;margin:0 auto 1.6rem}.kk-404-search input{flex:1;padding:.75rem .95rem;border-radius:8px;border:0;font-size:.95rem;font-family:inherit;outline:none}.kk-404-search button{background:var(--amber-600,#d97706);color:#fff;border:0;padding:.75rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:background 0.15s ease}.kk-404-search button:hover{background:var(--amber-700,#b45309)}.kk-404-search button i{width:16px;height:16px}.kk-404-ctas{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.kk-404-cta{display:inline-flex;align-items:center;gap:.45rem;background:rgb(255 255 255 / .12);color:#fff;padding:.65rem 1.15rem;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:500;border:1px solid rgb(255 255 255 / .2);transition:background 0.15s ease,transform 0.15s ease}.kk-404-cta:hover{background:rgb(255 255 255 / .22);transform:translateY(-1px);color:#fff}.kk-404-cta--wa{background:#25d366;border-color:#25d366}.kk-404-cta--wa:hover{background:#128c7e}.kk-404-cta i{width:16px;height:16px}.kk-404-cats h3{text-align:center;font-size:1.25rem;font-weight:700;margin:0 0 1.4rem;color:var(--stone-900,#1c1917)}.kk-404-cats__list{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.kk-404-cats__link{display:inline-flex;align-items:center;gap:.5rem;background:var(--stone-50,#fafaf9);color:var(--stone-700,#44403c);border:1px solid var(--stone-200,#e7e5e4);padding:.6rem 1.1rem;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease}.kk-404-cats__link:hover{background:var(--stone-900,#1c1917);border-color:var(--stone-900,#1c1917);color:#fff}.kk-404-cats__link i{width:14px;height:14px;color:var(--amber-600,#d97706)}.kk-404-cats__link:hover i{color:var(--amber-400,#fbbf24)}.kk-article-author{max-width:720px;margin:2.5rem auto 0;padding:1.4rem;background:var(--stone-50,#fafaf9);border:1px solid var(--stone-200,#e7e5e4);border-radius:14px;display:flex;gap:1.2rem;align-items:flex-start}.kk-article-author__avatar{flex:0 0 80px}.kk-article-author__img{width:80px;height:80px;border-radius:50%;display:block}.kk-article-author__body{flex:1;min-width:0}.kk-article-author__label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--amber-700,#b45309);margin-bottom:.25rem}.kk-article-author__name{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:var(--stone-900,#1c1917)}.kk-article-author__bio{margin:0;font-size:.9375rem;color:var(--stone-600,#57534e);line-height:1.55}.kk-newsletter-msg{margin:.55rem 0 0;padding:.45rem .7rem;font-size:.825rem;border-radius:6px;line-height:1.45}.kk-newsletter-msg.is-success{background:rgb(37 211 102 / .16);color:#80efb4;border-left:3px solid #25d366}.kk-newsletter-msg.is-error{background:rgb(239 68 68 / .14);color:#fca5a5;border-left:3px solid #ef4444}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms!important;animation-iteration-count:1!important;transition-duration:0.001ms!important;scroll-behavior:auto!important}.kk-wa-float::after{animation:none!important}}a.kk-blog-card{display:block;text-decoration:none;color:inherit;background:#fff}a.kk-blog-card:hover,a.kk-blog-card:focus{color:inherit}a.kk-blog-card:focus-visible{outline:2px solid var(--amber-500,#f59e0b);outline-offset:2px}.kk-inline-products{margin:2rem auto;padding:1.5rem 1.25rem 1.75rem;background:var(--stone-50,#fafaf9);border:1px solid var(--stone-200,#e7e5e4);border-radius:14px}.kk-inline-products__title{display:flex;align-items:center;gap:.55rem;margin:0 0 1.1rem;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--stone-700,#44403c)}.kk-inline-products__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--amber-100,#fef3c7);color:var(--amber-700,#b45309)}.kk-inline-products__icon i{width:14px;height:14px}.kk-inline-products__grid{display:grid;gap:.9rem;grid-template-columns:1fr}@media (min-width:520px){.kk-inline-products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.kk-inline-products__grid{grid-template-columns:repeat(4,1fr)}}.kk-inline-product{position:relative;background:#fff;border:1px solid var(--stone-200,#e7e5e4);border-radius:10px;overflow:hidden;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease;display:flex;flex-direction:column}.kk-inline-product:hover{transform:translateY(-3px);border-color:var(--stone-300,#d6d3d1);box-shadow:0 10px 22px rgb(0 0 0 / .08)}.kk-inline-product__link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.kk-inline-product__link:hover{color:inherit}.kk-inline-product__img{aspect-ratio:4 / 3;background:var(--stone-100,#f5f5f4);overflow:hidden}.kk-inline-product__img img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.kk-inline-product:hover .kk-inline-product__img img{transform:scale(1.04)}.kk-inline-product__body{padding:.7rem .85rem .6rem;flex:1;display:flex;flex-direction:column}.kk-inline-product__cat{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-400,#a8a29e);margin-bottom:.2rem}.kk-inline-product__name{font-size:.85rem;font-weight:600;color:var(--stone-900,#1c1917);line-height:1.3;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kk-inline-product__price{font-size:.92rem;font-weight:700;color:var(--amber-700,#b45309);margin-top:auto}.kk-inline-product__actions{display:flex;gap:.35rem;padding:0 .6rem .7rem}.kk-inline-product__atc{flex:1;display:inline-flex;align-items:center;justify-content:center;background:var(--amber-600,#d97706);color:#fff;border:0;padding:.45rem .5rem;border-radius:6px;cursor:pointer;transition:background 0.15s ease}.kk-inline-product__atc:hover{background:var(--amber-700,#b45309)}.kk-inline-product__atc i{width:14px;height:14px}.kk-inline-product__wa{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#25d366;color:#fff;border-radius:6px;text-decoration:none;transition:background 0.15s ease}.kk-inline-product__wa:hover{background:#128c7e;color:#fff}.kk-inline-product__wa i{width:14px;height:14px}.kk-toc{background:var(--stone-50,#fafaf9);border:1px solid var(--stone-200,#e7e5e4);border-left:4px solid var(--amber-500,#f59e0b);border-radius:10px;padding:1rem 1.2rem 1.1rem;margin:1.5rem 0 2rem;font-size:.9375rem}.kk-toc__toggle{display:flex;align-items:center;gap:.5rem;background:#fff0;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--stone-700,#44403c);width:100%;text-align:left}.kk-toc__toggle i{width:16px;height:16px;color:var(--amber-600,#d97706)}.kk-toc__chevron{margin-left:auto;transition:transform 0.2s ease}.kk-toc__toggle[aria-expanded="false"] .kk-toc__chevron{transform:rotate(-90deg)}.kk-toc__list{list-style:none;padding:0;margin:.85rem 0 0;counter-reset:kk-toc-counter}.kk-toc__toggle[aria-expanded="false"]+.kk-toc__list{display:none}.kk-toc__item{position:relative;padding:.35rem 0 .35rem 1.6rem;border-top:1px solid var(--stone-100,#f5f5f4)}.kk-toc__item:first-child{border-top:0}.kk-toc__item--h2{counter-increment:kk-toc-counter}.kk-toc__item--h2::before{content:counter(kk-toc-counter);position:absolute;left:0;top:.45rem;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:var(--amber-100,#fef3c7);color:var(--amber-700,#b45309);border-radius:50%;font-size:.72rem;font-weight:700}.kk-toc__item--h3{padding-left:2.4rem;font-size:.875rem;color:var(--stone-500,#78716c)}.kk-toc__item--h3::before{content:'↳';position:absolute;left:1.2rem;top:.35rem;color:var(--stone-400,#a8a29e)}.kk-toc__item a{color:var(--stone-700,#44403c);text-decoration:none;transition:color 0.15s ease}.kk-toc__item a:hover{color:var(--amber-700,#b45309)}.kk-article-prose h2[id],.kk-article-prose h3[id]{scroll-margin-top:80px}.kk-footer-trust{background:var(--stone-800,#292524);border-bottom:1px solid rgb(255 255 255 / .06);color:#f5f5f4;padding:1.4rem 0}.kk-footer-trust__inner{display:grid;gap:1.1rem 1.5rem;grid-template-columns:1fr}@media (min-width:640px){.kk-footer-trust__inner{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.kk-footer-trust__inner{grid-template-columns:repeat(4,1fr)}}.kk-footer-trust__item{display:flex;gap:.85rem;align-items:flex-start}.kk-footer-trust__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;height:42px;border-radius:10px;background:rgb(245 158 11 / .16);color:var(--amber-400,#fbbf24)}.kk-footer-trust__icon--wa{background:rgb(37 211 102 / .18);color:#56df88}.kk-footer-trust__icon i{width:20px;height:20px}.kk-footer-trust__item strong{display:block;font-size:.92rem;font-weight:700;margin-bottom:.12rem;color:#fff}.kk-footer-trust__item span{display:block;font-size:.8rem;color:rgb(245 245 244 / .7);line-height:1.35}.kk-footer-tagline{font-size:.9rem;line-height:1.55;margin:.8rem 0 1rem;color:rgb(255 255 255 / .75)}.kk-footer-tagline strong{color:#fff}.kk-footer-address{font-style:normal;display:flex;flex-direction:column;gap:.55rem;margin:0 0 1.1rem}.kk-footer-address__line{display:inline-flex;align-items:center;gap:.55rem;color:rgb(255 255 255 / .8);text-decoration:none;font-size:.9rem;transition:color 0.15s ease}.kk-footer-address__line:hover{color:var(--amber-400,#fbbf24)}.kk-footer-address__line i{width:16px;height:16px;color:var(--amber-500,#f59e0b);flex-shrink:0}.kk-footer-socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.kk-footer-socials>a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .08);color:#fff;text-decoration:none;transition:background 0.15s ease,transform 0.15s ease}.kk-footer-socials>a:hover{background:var(--amber-500,#f59e0b);color:#1c1917;transform:translateY(-2px)}.kk-footer-socials__wa:hover{background:#25d366!important;color:#fff!important}.kk-footer-socials i{width:16px;height:16px}.kk-footer-heading{font-size:1rem;font-weight:700;margin:0 0 .9rem;color:#fff}ul.kk-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}ul.kk-footer-links a{color:rgb(255 255 255 / .72);text-decoration:none;font-size:.9rem;transition:color 0.15s ease,padding-left 0.15s ease}ul.kk-footer-links a:hover{color:var(--amber-400,#fbbf24);padding-left:4px}.kk-footer-hours{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem;background:rgb(255 255 255 / .05);border-radius:10px;padding:.85rem 1rem}.kk-footer-hours li{display:flex;justify-content:space-between;font-size:.875rem;color:rgb(255 255 255 / .85)}.kk-footer-hours li span:first-child{color:rgb(255 255 255 / .7);font-weight:500}.kk-footer-area-served{display:inline-flex;align-items:center;gap:.45rem;margin:.75rem 0 0;font-size:.85rem;color:rgb(255 255 255 / .7);line-height:1.4}.kk-footer-area-served i{width:14px;height:14px;color:var(--amber-500,#f59e0b)}.kk-footer-newsletter-blurb{font-size:.85rem;color:rgb(255 255 255 / .65);margin:0 0 .6rem;line-height:1.4}.kk-footer-brands{background:rgb(255 255 255 / .025);border-top:1px solid rgb(255 255 255 / .06);border-bottom:1px solid rgb(255 255 255 / .06);padding:1.2rem 0}.kk-footer-brands__inner{display:flex;flex-direction:column;gap:.85rem;align-items:center;text-align:center}@media (min-width:800px){.kk-footer-brands__inner{flex-direction:row;text-align:left}}.kk-footer-brands__title{font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgb(255 255 255 / .55);margin:0;flex-shrink:0}.kk-footer-brands__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.55rem 1rem;justify-content:center}@media (min-width:800px){.kk-footer-brands__list{justify-content:flex-start}}.kk-footer-brands__list li{font-size:.85rem;color:rgb(255 255 255 / .7);font-weight:500;position:relative;padding-right:1rem}.kk-footer-brands__list li::after{content:'·';position:absolute;right:0;color:rgb(255 255 255 / .3)}.kk-footer-brands__list li:last-child::after{display:none}.kk-footer-payments{background:rgb(0 0 0 / .2);border-bottom:1px solid rgb(255 255 255 / .06);padding:.9rem 0}.kk-footer-payments__inner{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center}@media (min-width:700px){.kk-footer-payments__inner{flex-direction:row;text-align:left}}.kk-footer-payments__label{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgb(255 255 255 / .55);flex-shrink:0}.kk-footer-payments__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.kk-footer-payments__list li{background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .85);padding:.32rem .8rem;border-radius:999px;font-size:.78rem;font-weight:500}.kk-footer-payments__list li strong{color:#56df88;font-weight:700}.kk-footer-copyright{font-size:.8rem;color:rgb(255 255 255 / .55);margin:0;line-height:1.6}.kk-footer-nap-repeat{color:rgb(255 255 255 / .45)}.kk-footer-nap-repeat a{color:rgb(255 255 255 / .65);text-decoration:none}.kk-footer-nap-repeat a:hover{color:var(--amber-400,#fbbf24)}.kk-footer-bottom-links a{color:rgb(255 255 255 / .65);text-decoration:none;font-size:.8rem;margin-left:1rem;transition:color 0.15s ease}.kk-footer-bottom-links a:first-child{margin-left:0}.kk-footer-bottom-links a:hover{color:var(--amber-400,#fbbf24)}@media (max-width:640px){.kk-footer-bottom-inner{flex-direction:column;align-items:center;text-align:center;gap:.7rem}.kk-footer-bottom-links a{margin-left:0;margin-right:.7rem}}