/* ===== main.css ===== */
:root{--k2-green:#78c800;--k2-dark:#111;--k2-muted:#6b7280;--k2-border:#e6e8eb;--k2-bg:#fff}
*{box-sizing:border-box}body{font-family:"Vazirmatn",Tahoma,sans-serif;color:var(--k2-dark);background:#fff}.k2-container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.k2-header{background:#fff;position:relative;z-index:50;box-shadow:0 2px 14px rgba(0,0,0,.06)}
.k2-topbar{background:#111;color:#fff;font-size:13px}.k2-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.k2-benefits{display:flex;gap:28px;align-items:center}.k2-support{color:#fff;text-decoration:none;font-weight:700}
.k2-mainbar{border-bottom:1px solid var(--k2-border)}.k2-mainbar-inner{min-height:96px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:30px}.k2-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#111}.k2-logo-wrap img{width:68px;height:68px;object-fit:contain}.k2-logo-placeholder{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#111;color:var(--k2-green);font-weight:900;font-size:23px}.k2-brand-text{display:flex;flex-direction:column}.k2-brand-text strong{font-size:21px}.k2-brand-text small{font-size:12px;color:var(--k2-muted);margin-top:3px}
.k2-search{height:52px;border:2px solid #dedede;border-radius:12px;display:grid;grid-template-columns:1fr 145px 54px;overflow:hidden;background:#fafafa}.k2-search input,.k2-search select{border:0!important;outline:0;background:transparent;padding:0 16px;font-family:inherit}.k2-search select{border-right:1px solid #ddd!important}.k2-search button{border:0;background:var(--k2-green);font-size:27px;cursor:pointer}.k2-actions{display:flex;align-items:center;gap:15px}.k2-action{min-width:68px;color:#111;text-decoration:none;text-align:center;position:relative}.k2-action>span:first-child{display:block;font-size:23px;line-height:1.2}.k2-action small{font-size:11px;color:#4b5563;white-space:nowrap}.k2-cart-count{position:absolute;top:-9px;right:8px;background:var(--k2-green);color:#111;min-width:20px;height:20px;border-radius:999px;font-size:11px;display:grid;place-items:center;font-weight:800}
.k2-nav-wrap{background:#fff}.k2-nav-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:25px}.k2-nav ul{margin:0;padding:0;display:flex;align-items:center;gap:30px;list-style:none}.k2-nav a{color:#111;text-decoration:none;font-weight:700;font-size:14px}.k2-nav a:hover{color:#5a9800}.k2-whatsapp{background:#111;color:#fff!important;text-decoration:none;padding:11px 18px;border-radius:9px;font-weight:700;font-size:13px;border-right:4px solid var(--k2-green)}.k2-mobile-toggle{display:none;background:#111;color:#fff;border:0;border-radius:8px;width:42px;height:42px;font-size:21px}.k2-content-wrap{padding:38px 0;min-height:420px}.k2-footer{background:#111;color:#fff;padding:30px 0;margin-top:40px}.k2-footer p{margin:0;text-align:center}
.woocommerce ul.products li.product img{filter:none!important;image-rendering:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}.woocommerce div.product div.images img{filter:none!important;image-rendering:auto}
@media(max-width:1050px){.k2-mainbar-inner{grid-template-columns:auto 1fr auto;gap:15px}.k2-brand-text{display:none}.k2-actions .k2-action small{display:none}.k2-action{min-width:38px}.k2-search{grid-template-columns:1fr 52px}.k2-search-cat{display:none}.k2-benefits span:nth-child(3){display:none}}
@media(max-width:760px){.k2-topbar-inner{justify-content:center}.k2-benefits{display:none}.k2-mainbar-inner{min-height:76px;grid-template-columns:auto auto 1fr auto}.k2-mobile-toggle{display:block}.k2-logo-wrap img{width:50px;height:50px}.k2-logo-placeholder{width:48px;height:48px}.k2-search{grid-column:1/-1;width:100%;margin-bottom:13px;height:46px}.k2-actions{gap:5px}.k2-action:nth-child(2){display:none}.k2-nav-inner{min-height:0;display:block}.k2-nav{display:none;padding:10px 0 18px}.k2-nav.is-open{display:block}.k2-nav ul{display:flex;flex-direction:column;align-items:stretch;gap:0}.k2-nav li{border-bottom:1px solid #eee}.k2-nav a{display:block;padding:13px 5px}.k2-whatsapp{display:none}.k2-mainbar-inner{padding-top:12px}.k2-topbar{font-size:12px}}
/* Phase 2: Homepage */
.site-main{min-height:420px}.k2-home{background:#fff}.k2-hero{background:radial-gradient(circle at 75% 42%,#26351c 0,#151a13 30%,#090b09 72%);color:#fff;min-height:510px;display:flex;align-items:center;overflow:hidden;background-size:cover;background-position:center}.k2-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:72px}.k2-hero-copy{max-width:650px}.k2-hero-badge{display:inline-flex;background:rgba(120,200,0,.15);border:1px solid rgba(120,200,0,.45);color:#a7e64b;border-radius:999px;padding:8px 14px;font-weight:700;font-size:13px}.k2-hero h1{font-size:clamp(36px,5vw,66px);line-height:1.2;margin:20px 0 16px;font-weight:900;letter-spacing:-1.5px}.k2-hero p{font-size:18px;line-height:2;color:#d1d5db;max-width:590px;margin:0}.k2-hero-buttons{display:flex;gap:12px;margin-top:30px}.k2-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 23px;text-decoration:none;font-weight:800;transition:.2s}.k2-btn-green{background:var(--k2-green);color:#10150a}.k2-btn-green:hover{transform:translateY(-2px);color:#10150a}.k2-btn-outline{border:1px solid rgba(255,255,255,.35);color:#fff}.k2-btn-outline:hover{border-color:#fff;color:#fff}.k2-hero-art{width:320px;height:320px;border:1px solid rgba(120,200,0,.22);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 42px rgba(120,200,0,.04),0 0 0 85px rgba(120,200,0,.025)}.k2-hero-art span{font-size:100px;font-weight:900;color:var(--k2-green);line-height:1}.k2-hero-art small{letter-spacing:10px;color:#fff;margin-top:12px}.k2-trust-strip{position:relative;margin-top:-32px;z-index:3}.k2-trust-grid{background:#fff;border:1px solid #e7e9e5;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.09);display:grid;grid-template-columns:repeat(4,1fr);padding:24px}.k2-trust-grid>div{padding:3px 24px;border-left:1px solid #e7e9e5}.k2-trust-grid>div:last-child{border-left:0}.k2-trust-grid b,.k2-trust-grid span{display:block}.k2-trust-grid b{font-size:15px}.k2-trust-grid span{color:#72777f;font-size:12px;margin-top:5px}.k2-section{padding:72px 0}.k2-section-soft{background:#f6f7f5}.k2-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.k2-section-head h2{font-size:28px;margin:0;font-weight:900}.k2-section-head a{color:#4f8500;text-decoration:none;font-weight:700;font-size:14px}.k2-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.k2-category-card{min-height:190px;border:1px solid #e7e9e5;border-radius:15px;background:#fff;padding:20px 14px;text-decoration:none;color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.2s}.k2-category-card:hover{transform:translateY(-4px);border-color:#9bd744;box-shadow:0 14px 30px rgba(0,0,0,.07);color:#111}.k2-cat-icon{width:74px;height:74px;border-radius:50%;background:#eef7df;color:#5e9c00;display:grid;place-items:center;font-size:24px;font-weight:900;margin-bottom:14px}.k2-cat-image{width:95px;height:95px;margin-bottom:10px}.k2-cat-image img{width:100%;height:100%;object-fit:contain;filter:none!important}.k2-category-card strong{font-size:15px}.k2-category-card small{font-size:12px;color:#7b8087;margin-top:6px}.k2-brand-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.k2-brand-list span{height:92px;background:#fff;border:1px solid #e3e7df;border-radius:14px;display:grid;place-items:center;font-size:23px;font-weight:900}.k2-products-section .woocommerce{width:100%}.k2-product-loop ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}.k2-product-loop ul.products:before,.k2-product-loop ul.products:after{display:none!important}.k2-product-loop ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid #e7e9e5;border-radius:15px;padding:14px;transition:.2s;display:flex;flex-direction:column}.k2-product-loop ul.products li.product:hover{box-shadow:0 16px 34px rgba(0,0,0,.08);transform:translateY(-3px)}.k2-product-loop ul.products li.product a img{height:245px!important;object-fit:contain!important;margin:0 0 14px!important;border-radius:10px;background:#fff}.k2-product-loop .woocommerce-loop-product__title{font-size:14px!important;line-height:1.8!important;color:#111;padding:0!important;min-height:50px}.k2-product-loop .price{font-size:15px!important;color:#111!important;font-weight:800;margin-top:auto}.k2-product-loop .button{background:#111!important;color:#fff!important;border-radius:8px!important;text-align:center;padding:11px 8px!important;margin-top:12px!important}.k2-product-loop .button:hover{background:#5d9f00!important}.k2-promo{padding:20px 0}.k2-promo-inner{background:#111;color:#fff;border-radius:20px;padding:42px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.k2-promo-inner:after{content:"K2";position:absolute;left:6%;top:50%;transform:translateY(-50%);font-size:160px;font-weight:900;color:rgba(120,200,0,.08)}.k2-promo-inner>div,.k2-promo-inner>a{position:relative;z-index:1}.k2-promo span{color:#9bd744;font-weight:700}.k2-promo h2{font-size:31px;margin:8px 0}.k2-promo p{margin:0;color:#c5c8cc}.k2-footer{margin-top:0}
@media(max-width:1050px){.k2-category-grid{grid-template-columns:repeat(3,1fr)}.k2-product-loop ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.k2-hero-art{width:250px;height:250px}.k2-hero-art span{font-size:75px}}
@media(max-width:760px){.k2-hero{min-height:auto}.k2-hero-inner{padding-block:54px}.k2-hero-art{display:none}.k2-hero h1{font-size:37px}.k2-hero p{font-size:15px}.k2-trust-strip{margin-top:0}.k2-trust-grid{grid-template-columns:repeat(2,1fr);border-radius:0;padding:8px}.k2-trust-grid>div{border:0;padding:14px}.k2-section{padding:48px 0}.k2-section-head h2{font-size:22px}.k2-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.k2-category-card{min-height:160px;padding:14px 8px}.k2-brand-list{grid-template-columns:repeat(2,1fr)}.k2-brand-list span{height:75px;font-size:18px}.k2-product-loop ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.k2-product-loop ul.products li.product{padding:9px}.k2-product-loop ul.products li.product a img{height:155px!important}.k2-product-loop .woocommerce-loop-product__title{font-size:12px!important;min-height:45px}.k2-promo-inner{padding:32px 22px;display:block}.k2-promo h2{font-size:24px}.k2-promo .k2-btn{margin-top:22px}.k2-hero-buttons{flex-wrap:wrap}}

/* Phase 2.1: horizontal category and brand carousels */
.k2-carousel{position:relative}.k2-carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:none}.k2-carousel-track::-webkit-scrollbar{display:none}.k2-carousel-item{flex:0 0 calc((100% - 80px)/6);scroll-snap-align:start}.k2-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:1px solid #dfe3dc;border-radius:50%;background:#fff;color:#111;font-size:30px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.12);cursor:pointer;display:grid;place-items:center}.k2-carousel-arrow:hover{background:var(--k2-green)}.k2-carousel-next{right:-18px}.k2-carousel-prev{left:-18px}.k2-brand-list{display:flex;grid-template-columns:none}.k2-brand-card{height:112px;background:#fff;border:1px solid #e3e7df;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:18px}.k2-brand-card img{display:block;max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain;filter:none!important}.k2-brand-card strong{font-size:23px;font-weight:900}.k2-cat-image{width:112px;height:112px}.k2-category-card{min-height:220px}.k2-category-card .k2-cat-icon{width:100px;height:100px}.k2-section-head{padding-inline:2px}
@media(max-width:1050px){.k2-carousel-item{flex-basis:calc((100% - 32px)/3)}.k2-carousel-next{right:-8px}.k2-carousel-prev{left:-8px}}
@media(max-width:760px){.k2-carousel-item{flex-basis:calc((100% - 10px)/2)}.k2-carousel-arrow{width:36px;height:36px;font-size:25px}.k2-carousel-next{right:-4px}.k2-carousel-prev{left:-4px}.k2-brand-card{height:88px}.k2-brand-card img{max-height:52px}.k2-cat-image{width:92px;height:92px}.k2-category-card{min-height:175px}}

/* Phase 2.2 fixes: stable RTL sliders, sharp imagery, clean shop and mobile layout */
html,body{max-width:100%;overflow-x:hidden}.k2-carousel-track,.k2-product-track{direction:rtl;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.k2-carousel-arrow{touch-action:manipulation;user-select:none}.k2-product-carousel{position:relative}.k2-product-carousel .k2-product-loop{overflow:hidden}.k2-product-loop ul.products.k2-product-track{display:flex!important;grid-template-columns:none!important;gap:18px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 20px!important}.k2-product-loop ul.products.k2-product-track::-webkit-scrollbar{display:none}.k2-product-loop ul.products.k2-product-track li.product{flex:0 0 calc((100% - 72px)/5)!important;scroll-snap-align:start}.k2-product-loop ul.products li.product a img,.woocommerce ul.products li.product a img{width:100%!important;height:240px!important;object-fit:contain!important;image-rendering:auto!important;filter:none!important;transform:none!important}.woocommerce-page .site-main>.page-header,.woocommerce-page .woocommerce-products-header{margin:34px auto 24px;width:min(1240px,calc(100% - 32px))}.woocommerce-page .page-title,.woocommerce-products-header__title{font-size:34px!important;line-height:1.35!important;margin:0 0 12px!important}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px}.woocommerce-page .site-main>.woocommerce,.woocommerce-page .site-main>.woocommerce-notices-wrapper{width:min(1240px,calc(100% - 32px));margin-inline:auto}.woocommerce-page ul.products{gap:18px}.woocommerce-page ul.products li.product{background:#fff;border:1px solid #e7e9e5;border-radius:15px;padding:14px}.k2-nav ul{flex-wrap:wrap}.k2-nav li.menu-item-has-children{position:relative}.k2-nav li.menu-item-has-children>ul{display:none;position:absolute;top:100%;right:0;background:#fff;border:1px solid #eee;border-radius:10px;padding:10px;min-width:220px;box-shadow:0 14px 35px rgba(0,0,0,.12)}.k2-nav li.menu-item-has-children:hover>ul{display:block}.k2-nav li.menu-item-has-children>ul li{width:100%}.k2-nav li.menu-item-has-children>ul a{display:block;padding:9px 10px}
@media(max-width:1050px){.k2-product-loop ul.products.k2-product-track li.product{flex-basis:calc((100% - 36px)/3)!important}}
@media(max-width:760px){.k2-container{width:min(100% - 20px,1240px)}.k2-topbar-inner{min-height:34px}.k2-mainbar-inner{grid-template-columns:auto 1fr auto!important;gap:9px;padding:10px 0 12px}.k2-mobile-toggle{grid-column:3}.k2-brand{grid-column:1}.k2-actions{grid-column:2;justify-self:end}.k2-search{grid-column:1/-1!important;grid-row:2;margin:0!important}.k2-brand-text{display:none}.k2-actions .k2-action{display:block!important;min-width:34px}.k2-actions .k2-action:nth-child(2){display:none!important}.k2-actions .k2-action small{display:none}.k2-carousel{padding-inline:2px}.k2-carousel-arrow{top:46%;width:34px;height:34px;font-size:23px}.k2-carousel-next{right:2px}.k2-carousel-prev{left:2px}.k2-carousel-item{flex-basis:calc((100% - 12px)/2)!important}.k2-brand-card{padding:10px}.k2-product-loop ul.products.k2-product-track{gap:10px!important;padding-inline:2px!important}.k2-product-loop ul.products.k2-product-track li.product{flex:0 0 calc((100% - 10px)/2)!important;padding:9px!important}.k2-product-loop ul.products li.product a img,.woocommerce ul.products li.product a img{height:170px!important}.k2-product-loop .button{font-size:12px!important;padding:10px 5px!important}.woocommerce-page .page-title,.woocommerce-products-header__title{font-size:26px!important}.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.k2-nav{max-height:70vh;overflow:auto}.k2-nav ul{flex-direction:column;align-items:stretch}.k2-nav li.menu-item-has-children>ul{display:block;position:static;box-shadow:none;border:0;padding:0 12px}.k2-nav li.menu-item-has-children>ul a{font-weight:500}}
.k2-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px;text-align:right}.k2-footer-grid strong{display:block;font-size:16px;margin-bottom:10px}.k2-footer-grid p{color:#c9cdd2;line-height:2;margin:0;text-align:right}.k2-footer-grid a{color:#fff;text-decoration:none}.k2-footer-copy{border-top:1px solid rgba(255,255,255,.12);margin-top:25px;padding-top:18px;text-align:center;color:#aeb4ba;font-size:13px}@media(max-width:760px){.k2-footer-grid{grid-template-columns:1fr 1fr;gap:22px}.k2-footer{padding:28px 0}.k2-footer-grid p{font-size:13px}}

/* v1.2.1 — richer mobile header and store address */
.k2-mobile-quicklinks{display:none}
.k2-footer-address{margin-top:8px!important;color:#fff!important;font-weight:600}
@media(max-width:760px){
  .k2-topbar{position:relative}
  .k2-topbar-inner{min-height:36px;padding-inline:4px}
  .k2-support{font-size:12px;letter-spacing:.1px}
  .k2-mainbar{background:linear-gradient(180deg,#fff 0,#fbfcf8 100%)}
  .k2-mainbar-inner{display:grid!important;grid-template-columns:48px 1fr 76px!important;grid-template-rows:auto auto auto!important;align-items:center;gap:10px 8px;padding:12px 0 14px!important}
  .k2-mobile-toggle{grid-column:1!important;grid-row:1!important;justify-self:start;width:46px;height:46px;border-radius:12px;background:#111;box-shadow:0 8px 20px rgba(0,0,0,.12)}
  .k2-brand{grid-column:2!important;grid-row:1!important;justify-self:center;display:flex;flex-direction:column;gap:3px;text-align:center}
  .k2-logo-wrap img{width:56px;height:56px}
  .k2-logo-placeholder{width:54px;height:54px}
  .k2-brand-text{display:flex!important;align-items:center;line-height:1.2}
  .k2-brand-text strong{font-size:15px}
  .k2-brand-text small{display:none}
  .k2-actions{grid-column:3!important;grid-row:1!important;justify-self:end;display:flex;gap:8px!important}
  .k2-actions .k2-action{min-width:30px!important}
  .k2-actions .k2-action>span:first-child{font-size:22px}
  .k2-actions .k2-action:nth-child(2){display:none!important}
  .k2-cart-count{top:-8px;right:0}
  .k2-search{grid-column:1/-1!important;grid-row:2!important;height:48px!important;border-radius:14px!important;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06);border:1px solid #dde2d8!important}
  .k2-search input{font-size:13px;padding-inline:14px}
  .k2-search button{width:52px;font-size:24px}
  .k2-mobile-quicklinks{grid-column:1/-1;grid-row:3;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;width:100%}
  .k2-mobile-quicklinks a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 4px;border:1px solid #e2e6de;border-radius:10px;background:#fff;color:#111;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}
  .k2-mobile-quicklinks a:last-child{background:#111;color:#fff;border-color:#111;box-shadow:inset 4px 0 0 var(--k2-green)}
  .k2-footer-grid{grid-template-columns:1fr!important;gap:18px!important}
  .k2-footer-grid>div{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}
  .k2-footer-grid>div:last-child{border-bottom:0;padding-bottom:0}
  .k2-footer-grid strong{font-size:15px}
  .k2-footer-grid p{font-size:13px;line-height:1.9}
  .k2-footer-address{font-size:12px!important;line-height:2!important}
}


/* K2 v1.2.2 — polished mobile hero */
@media (max-width:760px){
  .k2-home{overflow:hidden}
  .k2-hero{
    min-height:440px!important;
    margin:12px 10px 0;
    border-radius:20px;
    align-items:flex-end;
    background-position:center center!important;
    background-size:cover!important;
    box-shadow:0 14px 34px rgba(0,0,0,.14);
    position:relative;
  }
  .k2-hero.has-image:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(180deg,rgba(8,12,10,.08) 0%,rgba(8,12,10,.28) 38%,rgba(8,12,10,.92) 100%);
    pointer-events:none;
  }
  .k2-hero-inner{
    position:relative;
    z-index:1;
    width:100%;
    min-height:440px;
    padding:34px 20px 26px!important;
    display:flex;
    align-items:flex-end;
  }
  .k2-hero-copy{max-width:none;width:100%;text-align:right}
  .k2-hero-badge{
    font-size:11px;
    line-height:1.4;
    padding:6px 11px;
    background:rgba(17,24,18,.58);
    border-color:rgba(167,230,75,.58);
    backdrop-filter:blur(6px);
  }
  .k2-hero h1{
    font-size:31px!important;
    line-height:1.35!important;
    letter-spacing:-.6px;
    margin:14px 0 10px!important;
    max-width:310px;
  }
  .k2-hero p{
    font-size:13px!important;
    line-height:1.9!important;
    color:#eef1ec;
    max-width:330px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .k2-hero-buttons{
    display:grid!important;
    grid-template-columns:1.15fr .85fr;
    gap:9px!important;
    width:100%;
    margin-top:20px!important;
  }
  .k2-hero-buttons .k2-btn{
    width:100%;
    min-height:45px;
    padding:10px 9px;
    border-radius:11px;
    font-size:13px;
  }
  .k2-trust-strip{margin-top:12px!important}
  .k2-trust-grid{
    margin:0 10px;
    border-radius:16px!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:6px!important;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
  }
  .k2-trust-grid>div{padding:11px 8px!important;text-align:center}
  .k2-trust-grid b{font-size:12px!important}
  .k2-trust-grid span{font-size:10px!important;line-height:1.55}
}

@media (max-width:390px){
  .k2-hero{min-height:410px!important}
  .k2-hero-inner{min-height:410px;padding:28px 17px 22px!important}
  .k2-hero h1{font-size:28px!important;max-width:280px}
  .k2-hero-buttons{grid-template-columns:1fr 1fr}
}

/* v1.3.0 — Mobile-first bottom navigation */
.k2-mobile-bottom-nav{display:none}
@media(max-width:760px){
  body{padding-bottom:82px!important}
  .k2-footer{padding-bottom:34px}
  .k2-mobile-bottom-nav{
    position:fixed;
    right:10px;
    left:10px;
    bottom:max(8px,env(safe-area-inset-bottom));
    z-index:9999;
    height:68px;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:center;
    padding:7px 5px 6px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(17,17,17,.08);
    border-radius:20px;
    box-shadow:0 12px 34px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .k2-bottom-item{
    min-width:0;
    height:54px;
    border:0;
    background:transparent;
    padding:3px 1px;
    color:#5d636b;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    font-family:inherit;
    cursor:pointer;
    position:relative;
  }
  .k2-bottom-item small{font-size:10px;line-height:1.2;font-weight:700;white-space:nowrap}
  .k2-bottom-icon{position:relative;width:24px;height:24px;display:grid;place-items:center}
  .k2-bottom-icon svg,.k2-bottom-search-circle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .k2-bottom-icon svg rect,.k2-bottom-icon svg circle:first-child{fill:none}
  .k2-bottom-item.is-active{color:#4f8700}
  .k2-bottom-search{transform:translateY(-13px)}
  .k2-bottom-search-circle{
    width:50px;height:50px;border-radius:16px;display:grid;place-items:center;
    background:#111;color:#fff;border:3px solid #fff;
    box-shadow:0 8px 20px rgba(0,0,0,.23),inset 0 -3px 0 rgba(120,200,0,.42)
  }
  .k2-bottom-search small{color:#111;margin-top:1px}
  .k2-mobile-cart-count{
    position:absolute;top:-7px;right:-8px;min-width:18px;height:18px;padding:0 4px;
    border-radius:999px;background:var(--k2-green);color:#111;border:2px solid #fff;
    display:grid;place-items:center;font-size:9px;font-weight:900;line-height:1
  }
  .k2-search.is-focused{border-color:var(--k2-green)!important;box-shadow:0 0 0 4px rgba(120,200,0,.16),0 8px 22px rgba(0,0,0,.08)!important}
}
@media(max-width:360px){
  .k2-mobile-bottom-nav{right:5px;left:5px;border-radius:17px}
  .k2-bottom-item small{font-size:9px}
  .k2-bottom-search-circle{width:46px;height:46px}
}

/* v1.4.0 — Product cards */
.woocommerce ul.products li.product,
.k2-product-loop ul.products li.product{
  position:relative;overflow:hidden;border-radius:18px!important;padding:12px!important;
  border:1px solid #e5e8e2!important;background:#fff!important;
  box-shadow:0 4px 18px rgba(0,0,0,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.woocommerce ul.products li.product:hover,
.k2-product-loop ul.products li.product:hover{transform:translateY(-4px);border-color:#c8dea8!important;box-shadow:0 16px 38px rgba(0,0,0,.09)}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1;text-decoration:none}
.woocommerce ul.products li.product a img{border-radius:14px!important;margin-bottom:12px!important;transition:transform .28s ease;background:#f8f9f7!important}
.woocommerce ul.products li.product:hover a img{transform:scale(1.025)!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.85!important;font-weight:750!important;color:#151515!important;padding:0 2px!important;margin:0!important;min-height:52px}
.woocommerce ul.products li.product .star-rating{font-size:12px!important;margin:8px 2px 5px!important;color:#e7a900!important}
.woocommerce ul.products li.product .price{display:flex!important;align-items:center;gap:7px;flex-wrap:wrap;color:#111!important;font-size:15px!important;font-weight:900!important;margin:8px 2px 4px!important;min-height:28px}
.woocommerce ul.products li.product .price del{font-size:12px!important;color:#94999f!important;font-weight:500!important;opacity:1!important}
.woocommerce ul.products li.product .price ins{text-decoration:none!important;color:#4e8500!important}
.k2-card-badges{position:absolute;z-index:3;top:20px;right:20px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;pointer-events:none}
.k2-card-badge{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border-radius:8px;font-size:10px;font-weight:900;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.k2-card-badge-sale{background:#111;color:#fff}.k2-card-badge-new{background:var(--k2-green);color:#111}
.k2-card-meta{display:flex;justify-content:space-between;align-items:center;gap:6px;margin:4px 2px 8px;font-size:10px;font-weight:700;color:#71767c}
.k2-card-stock{display:inline-flex;align-items:center;gap:5px}.k2-card-stock i{width:7px;height:7px;border-radius:50%;background:#7ab800;box-shadow:0 0 0 3px rgba(122,184,0,.12)}
.k2-card-stock.is-out-of-stock{color:#c04444}.k2-card-stock.is-out-of-stock i{background:#d9534f;box-shadow:0 0 0 3px rgba(217,83,79,.12)}
.k2-card-shipping{background:#f2f6ec;color:#528000;border-radius:999px;padding:4px 7px}
.k2-card-actions{position:absolute;z-index:4;top:20px;left:20px;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translateX(-7px);transition:.2s}
li.product:hover .k2-card-actions{opacity:1;transform:none}
.k2-card-action{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.96);border:1px solid #e6e8e4;display:grid!important;place-items:center;color:#222!important;box-shadow:0 7px 18px rgba(0,0,0,.10);transition:.18s}
.k2-card-action:hover{background:#111;color:#fff!important;border-color:#111}.k2-card-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.woocommerce ul.products li.product .button{width:100%;min-height:42px;display:flex!important;align-items:center;justify-content:center;background:#111!important;color:#fff!important;border-radius:11px!important;font-size:12px!important;font-weight:800!important;padding:10px 8px!important;margin-top:auto!important;transition:.2s}
.woocommerce ul.products li.product .button:hover{background:#5e9808!important;transform:none!important}
.woocommerce ul.products li.product .added_to_cart{font-size:11px;text-align:center;color:#4f8500;font-weight:800;padding-top:7px}
.woocommerce ul.products li.product.outofstock .button{background:#eef0ec!important;color:#777!important}
@media(max-width:760px){
  .woocommerce ul.products li.product,.k2-product-loop ul.products li.product{padding:8px!important;border-radius:14px!important}
  .woocommerce ul.products li.product:hover,.k2-product-loop ul.products li.product:hover{transform:none}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11.5px!important;line-height:1.75!important;min-height:44px}
  .woocommerce ul.products li.product .price{font-size:12.5px!important;gap:4px;margin-top:5px!important}.woocommerce ul.products li.product .price del{font-size:10px!important}
  .k2-card-badges{top:13px;right:13px;gap:4px}.k2-card-badge{min-height:23px;padding:3px 6px;font-size:8.5px;border-radius:6px}
  .k2-card-actions{opacity:1;transform:none;top:13px;left:13px;gap:5px}.k2-card-action{width:29px;height:29px;border-radius:8px}.k2-card-action svg{width:15px;height:15px}
  .k2-card-meta{font-size:8.5px;margin:2px 1px 7px}.k2-card-shipping{padding:3px 5px}.k2-card-stock i{width:6px;height:6px}
  .woocommerce ul.products li.product .button{min-height:38px!important;font-size:10.5px!important;border-radius:9px!important;padding:8px 4px!important}
}

/* v1.5.0 — clean header + modern account area */
.k2-header-v15{box-shadow:0 8px 28px rgba(18,25,13,.06)}
.k2-header-v15 svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.k2-header-v15 .k2-topbar{background:#121511}
.k2-header-v15 .k2-topbar-inner{min-height:34px}
.k2-header-v15 .k2-benefits{gap:24px;font-size:11px;color:#cfd3cc}
.k2-header-v15 .k2-benefits b{color:#fff;font-weight:800}
.k2-header-v15 .k2-support{display:flex;align-items:center;gap:7px;font-size:12px}
.k2-header-v15 .k2-support svg{width:15px;height:15px;color:var(--k2-green)}
.k2-header-v15 .k2-mainbar{border-bottom:0}
.k2-header-v15 .k2-mainbar-inner{min-height:86px;grid-template-columns:auto minmax(360px,1fr) auto;gap:28px}
.k2-header-v15 .k2-logo-wrap img{width:58px;height:58px}
.k2-header-v15 .k2-logo-placeholder{width:56px;height:56px;font-size:21px}
.k2-header-v15 .k2-brand-text strong{font-size:20px;letter-spacing:-.4px}
.k2-header-v15 .k2-brand-text small{font-size:11px}
.k2-header-v15 .k2-search{height:48px;grid-template-columns:42px 1fr 130px 76px;border:1px solid #e2e5df;border-radius:13px;background:#f7f8f6;box-shadow:none;transition:.2s}
.k2-header-v15 .k2-search:focus-within{border-color:#9dcf5b;background:#fff;box-shadow:0 0 0 4px rgba(120,200,0,.10)}
.k2-header-v15 .k2-search-icon{display:grid;place-items:center;color:#6f766a}
.k2-header-v15 .k2-search-icon svg{width:19px;height:19px}
.k2-header-v15 .k2-search input{padding:0 4px}
.k2-header-v15 .k2-search select{border-right:1px solid #e0e3dd!important;font-size:11px;color:#60675c;padding:0 10px}
.k2-header-v15 .k2-search button{background:#151914;color:#fff;font-family:inherit;font-size:12px;font-weight:800;margin:5px;border-radius:9px}
.k2-header-v15 .k2-actions{gap:9px}
.k2-header-v15 .k2-action{min-width:auto;display:flex;align-items:center;gap:9px;text-align:right;padding:7px 9px;border:1px solid transparent;border-radius:12px}
.k2-header-v15 .k2-action:hover{background:#f5f7f3;border-color:#e5e8e1}
.k2-header-v15 .k2-action-icon{width:36px;height:36px;border-radius:11px;background:#f0f3ed;display:grid!important;place-items:center}
.k2-header-v15 .k2-action-icon svg{width:19px;height:19px}
.k2-header-v15 .k2-action-copy{display:flex;flex-direction:column;line-height:1.25}
.k2-header-v15 .k2-action-copy small{font-size:9px;color:#8a9086}
.k2-header-v15 .k2-action-copy b{font-size:11px;white-space:nowrap}
.k2-header-v15 .k2-cart-count{top:2px;right:31px;background:var(--k2-green);border:2px solid #fff}
.k2-header-v15 .k2-nav-wrap{border-top:1px solid #eef0ec;border-bottom:1px solid #eef0ec}
.k2-header-v15 .k2-nav-inner{min-height:48px}
.k2-header-v15 .k2-nav ul{gap:24px}
.k2-header-v15 .k2-nav a{font-size:12px;font-weight:750}
.k2-header-v15 .k2-whatsapp{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:10px;border:0;background:#161a15;font-size:11px}
.k2-header-v15 .k2-whatsapp svg{width:16px;height:16px;stroke:none;fill:var(--k2-green)}

/* Account page shell */
.woocommerce-account .site-main{background:#f4f6f2;padding:42px 0 72px}
.woocommerce-account .site-main>.woocommerce{width:min(1180px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:auto;background:#fff;border:1px solid #e6e9e3;border-radius:18px;padding:10px;box-shadow:0 10px 30px rgba(0,0,0,.04);position:sticky;top:20px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:46px;padding:10px 13px;border-radius:11px;color:#4e554a;text-decoration:none;font-size:12px;font-weight:700;transition:.18s}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#f1f5ec;color:#365d00}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#151914;color:#fff;box-shadow:inset -4px 0 0 var(--k2-green)}
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;background:#fff;border:1px solid #e6e9e3;border-radius:20px;padding:26px;box-shadow:0 12px 36px rgba(0,0,0,.045)}
.k2-account-welcome{background:linear-gradient(135deg,#111510,#20291a);color:#fff;border-radius:18px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}
.k2-account-welcome:after{content:"K2";position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:110px;font-weight:900;color:rgba(120,200,0,.08);line-height:1}
.k2-account-welcome>div,.k2-account-welcome>a{position:relative;z-index:1}
.k2-account-eyebrow{display:block;color:#a9df60;font-size:11px;font-weight:800;margin-bottom:7px}
.k2-account-welcome h2{color:#fff;font-size:24px;margin:0 0 8px}
.k2-account-welcome p{margin:0;color:#c8cec4;font-size:12px}
.k2-account-shop-btn{display:inline-flex;align-items:center;justify-content:center;min-width:105px;min-height:42px;padding:10px 16px;border-radius:11px;background:var(--k2-green);color:#10150d!important;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}
.k2-account-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.k2-account-card{position:relative;min-height:125px;border:1px solid #e5e9e1;border-radius:16px;padding:18px;text-decoration:none;color:#171a16!important;display:grid;grid-template-columns:46px 1fr auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;transition:.2s}
.k2-account-card:hover{transform:translateY(-2px);border-color:#bcd88e;box-shadow:0 12px 28px rgba(0,0,0,.06)}
.k2-account-card-icon{grid-row:1/3;width:46px;height:46px;border-radius:13px;background:#edf5e4;color:#5b930b;display:grid;place-items:center}
.k2-account-card-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.k2-account-card strong{font-size:13px;align-self:end}.k2-account-card small{font-size:10px;color:#858b81;align-self:start}.k2-account-card i{grid-column:3;grid-row:1/3;font-style:normal;font-size:20px;color:#9da398}
.k2-account-help{margin-top:18px;border:1px dashed #cfd7c7;border-radius:16px;background:#fafbf9;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.k2-account-help strong{font-size:13px}.k2-account-help p{margin:4px 0 0;font-size:10px;color:#7c8378}
.k2-account-help a{background:#fff;border:1px solid #dce2d7;border-radius:10px;padding:10px 13px;color:#2d4e00;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap}
.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register{border:1px solid #e3e7df;border-radius:18px;padding:24px;background:#fff}
.woocommerce-account .woocommerce h2{font-size:22px}.woocommerce-account .woocommerce form .form-row input.input-text{min-height:46px;border:1px solid #dfe4db;border-radius:11px;padding:10px 12px}
.woocommerce-account .woocommerce form .button{min-height:44px;border-radius:11px;background:#151914;color:#fff;font-weight:800;padding:10px 20px}

@media(max-width:1050px){
  .k2-header-v15 .k2-mainbar-inner{grid-template-columns:auto 1fr auto;gap:16px}
  .k2-header-v15 .k2-action-copy{display:none}.k2-header-v15 .k2-action{padding:5px}.k2-header-v15 .k2-search{grid-template-columns:40px 1fr 70px}.k2-header-v15 .k2-search-cat{display:none}
}
@media(max-width:760px){
  .k2-header-v15 .k2-topbar-inner{min-height:31px;justify-content:space-between}.k2-header-v15 .k2-benefits{display:flex}.k2-header-v15 .k2-benefits span{display:none}.k2-header-v15 .k2-benefits span:first-child{display:block;font-size:10px}.k2-header-v15 .k2-support{font-size:10px}
  .k2-header-v15 .k2-mainbar-inner{min-height:auto;grid-template-columns:44px 1fr auto!important;grid-template-rows:58px 46px;gap:8px 10px;padding:5px 0 10px}
  .k2-header-v15 .k2-mobile-toggle{display:grid!important;place-items:center;grid-column:1!important;grid-row:1!important;width:42px;height:42px;border-radius:12px;background:#f0f3ed;color:#111;padding:0;box-shadow:none}
  .k2-header-v15 .k2-mobile-toggle svg{width:22px;height:22px}
  .k2-header-v15 .k2-brand{grid-column:2!important;grid-row:1!important;justify-self:center;gap:7px}.k2-header-v15 .k2-logo-wrap img{width:45px;height:45px}.k2-header-v15 .k2-logo-placeholder{width:44px;height:44px}.k2-header-v15 .k2-brand-text{display:flex}.k2-header-v15 .k2-brand-text strong{font-size:14px}.k2-header-v15 .k2-brand-text small{display:none}
  .k2-header-v15 .k2-actions{grid-column:3!important;grid-row:1!important;justify-self:end}.k2-header-v15 .k2-actions .k2-action:first-child{display:none!important}.k2-header-v15 .k2-action-icon{width:40px;height:40px;border-radius:12px;background:#111;color:#fff}.k2-header-v15 .k2-cart-count{top:0;right:29px}
  .k2-header-v15 .k2-search{grid-column:1/-1!important;grid-row:2!important;height:44px;margin:0!important;grid-template-columns:38px 1fr 64px;border-radius:12px}.k2-header-v15 .k2-search button{font-size:10px;margin:4px}.k2-header-v15 .k2-search input{font-size:12px}
  .k2-header-v15 .k2-nav-wrap{border-top:0}.k2-header-v15 .k2-nav-inner{display:block;min-height:0}.k2-header-v15 .k2-nav{padding:8px 0 14px;background:#fff}.k2-header-v15 .k2-nav a{font-size:13px;padding:12px 4px}.k2-header-v15 .k2-whatsapp{display:none}.k2-mobile-quicklinks{display:none!important}
  .woocommerce-account .site-main{padding:18px 0 90px}
  .woocommerce-account .site-main>.woocommerce{width:min(100% - 20px,1180px);display:block}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;margin-bottom:12px;padding:7px;overflow-x:auto;border-radius:14px}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;gap:5px;width:max-content}.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:38px;padding:8px 11px;font-size:10px;white-space:nowrap}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{box-shadow:inset 0 -3px 0 var(--k2-green)}
  .woocommerce-account .woocommerce-MyAccount-content{padding:12px;border-radius:16px}
  .k2-account-welcome{padding:20px;display:block}.k2-account-welcome h2{font-size:19px}.k2-account-welcome p{font-size:10px;line-height:1.9}.k2-account-shop-btn{margin-top:14px;min-height:38px}
  .k2-account-cards{grid-template-columns:1fr;gap:9px;margin-top:12px}.k2-account-card{min-height:92px;padding:13px;grid-template-columns:40px 1fr auto}.k2-account-card-icon{width:40px;height:40px}.k2-account-help{display:block;padding:15px}.k2-account-help a{display:inline-flex;margin-top:10px}
}

/* v1.6.0 — order tracking and contact information */
.k2-account-cards-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.k2-order-policy{margin-top:18px;border:1px solid #dde5d6;background:#f8faf6;border-radius:18px;padding:22px}
.k2-order-policy-head{display:flex;align-items:center;gap:12px;margin-bottom:17px}.k2-order-policy-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#eaf4dc;font-size:21px}.k2-order-policy-head strong{display:block;font-size:15px}.k2-order-policy-head small{display:block;margin-top:4px;color:#7c8575;font-size:10px}
.k2-order-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.k2-order-policy-grid article{background:#fff;border:1px solid #e5e9e1;border-radius:13px;padding:14px}.k2-order-policy-grid b{font-size:12px;color:#25301f}.k2-order-policy-grid p{margin:6px 0 0;color:#626b5d;font-size:11px;line-height:2}
.k2-order-policy-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.k2-order-policy-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:10px;border:1px solid #dbe2d5;background:#fff;color:#25301f;text-decoration:none;font-size:10px;font-weight:800}.k2-order-policy-actions a.is-whatsapp{background:#151914;color:#fff;border-color:#151914}
.k2-contact-heading{text-align:center;max-width:700px;margin:0 auto 25px}.k2-contact-heading span{color:#9bd744;font-size:12px;font-weight:800}.k2-contact-heading h2{color:#fff;font-size:27px;margin:6px 0 8px}.k2-contact-heading p{color:#aeb5aa!important;text-align:center!important;font-size:13px}
.k2-contact-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.k2-contact-card{min-height:145px;background:#191d18;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px;color:#fff!important;text-decoration:none;display:flex;flex-direction:column;justify-content:center;transition:.2s}.k2-contact-card:hover{border-color:rgba(155,215,68,.55);transform:translateY(-2px)}.k2-contact-card small{color:#9bd744;font-size:10px;margin-bottom:8px}.k2-contact-card strong{font-size:14px;line-height:1.9}.k2-contact-card span{color:#9ea69a;font-size:10px;margin-top:7px}.k2-footer-bottom{margin-top:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#9fa69c;font-size:11px}.k2-footer-bottom>div:first-child{display:flex;flex-direction:column;gap:4px}.k2-footer-bottom strong{color:#fff;font-size:15px}
@media(max-width:900px){.k2-account-cards-three{grid-template-columns:1fr}.k2-contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.k2-order-policy{padding:14px}.k2-order-policy-grid{grid-template-columns:1fr}.k2-order-policy-actions a{flex:1;min-width:120px}.k2-contact-heading h2{font-size:22px}.k2-contact-cards{grid-template-columns:1fr}.k2-contact-card{min-height:115px}.k2-footer-bottom{display:block;text-align:center}.k2-footer-bottom>div:first-child{margin-bottom:12px}}

/* v1.7.0 — consistent product media, blog and contact pages */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.k2-product-loop ul.products li.product .woocommerce-LoopProduct-link{width:100%;min-width:0}
.woocommerce ul.products li.product a img,
.k2-product-loop ul.products li.product a img{
  display:block!important;width:100%!important;max-width:100%!important;height:auto!important;
  aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;
  padding:10px!important;box-sizing:border-box!important;background:#f7f8f6!important
}
.k2-product-loop ul.products.k2-product-track li.product{min-width:0!important;overflow:hidden}
@media(max-width:760px){
  .k2-product-loop ul.products.k2-product-track li.product{flex-basis:calc((100% - 10px)/2)!important;min-width:0!important}
  .woocommerce ul.products li.product a img,.k2-product-loop ul.products li.product a img{aspect-ratio:1/1!important;padding:7px!important}
}
@media(max-width:380px){.k2-product-loop ul.products.k2-product-track li.product{flex-basis:82%!important}}

.k2-blog-hero,.k2-contact-hero{background:radial-gradient(circle at 80% 10%,#27361d 0,#111510 42%,#080a08 100%);color:#fff;padding:72px 0;text-align:center}
.k2-blog-hero span,.k2-contact-hero span{color:#9bd744;font-weight:800;font-size:13px}.k2-blog-hero h1,.k2-contact-hero h1{font-size:42px;margin:10px 0}.k2-blog-hero p,.k2-contact-hero p{color:#c9cec6;margin:0;font-size:16px}
.k2-blog-body,.k2-contact-page-body{padding:60px 0;background:#f6f7f5}.k2-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.k2-blog-card{background:#fff;border:1px solid #e4e8e1;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04)}.k2-blog-thumb{display:grid;place-items:center;aspect-ratio:16/10;background:linear-gradient(135deg,#101510,#26361b);overflow:hidden;text-decoration:none}.k2-blog-thumb img{width:100%;height:100%;object-fit:cover}.k2-blog-thumb span,.k2-home-blog-thumb span{font-size:54px;font-weight:900;color:#9bd744}.k2-blog-card-content{padding:20px}.k2-blog-card-content small,.k2-home-blog-card small{color:#74806f;font-size:11px}.k2-blog-card h2{font-size:19px;line-height:1.7;margin:8px 0}.k2-blog-card h2 a,.k2-home-blog-card h3 a{color:#111;text-decoration:none}.k2-blog-card p{color:#687068;font-size:13px;line-height:1.9}.k2-blog-more{color:#568c08;font-weight:800;text-decoration:none;font-size:13px}
.k2-home-blog{background:#f6f7f5}.k2-home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.k2-home-blog-card{background:#fff;border:1px solid #e4e8e1;border-radius:16px;overflow:hidden}.k2-home-blog-thumb{display:grid;place-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,#101510,#26361b);overflow:hidden}.k2-home-blog-thumb img{width:100%;height:100%;object-fit:cover}.k2-home-blog-card>div{padding:17px}.k2-home-blog-card h3{font-size:16px;line-height:1.7;margin:7px 0}.k2-home-blog-card p{font-size:12px;line-height:1.8;color:#6b716a;margin:0}
.k2-single-post{padding:55px 0;background:#f6f7f5}.k2-article{max-width:900px;margin:auto;background:#fff;border:1px solid #e4e8e1;border-radius:20px;padding:40px}.k2-article header>a{color:#568c08;text-decoration:none;font-weight:700}.k2-article h1{font-size:36px;line-height:1.55;margin:12px 0}.k2-article header span{color:#7b8279;font-size:12px}.k2-article-image{margin:28px 0;border-radius:16px;overflow:hidden}.k2-article-image img{width:100%;height:auto}.k2-article-content{font-size:16px;line-height:2.15;color:#30352f}.k2-article-content h2{font-size:25px;margin-top:32px}
.k2-contact-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.k2-contact-page-card{min-height:175px;background:#fff;border:1px solid #e1e6de;border-radius:18px;padding:22px;text-decoration:none;color:#111;display:flex;flex-direction:column;justify-content:center;transition:.2s}.k2-contact-page-card:hover{transform:translateY(-3px);border-color:#9bd744;box-shadow:0 14px 34px rgba(0,0,0,.07)}.k2-contact-page-card small{color:#619800;font-weight:800;margin-bottom:9px}.k2-contact-page-card strong{font-size:19px;line-height:1.8}.k2-contact-page-card span{color:#737b71;font-size:12px;margin-top:8px}.k2-contact-page-card.is-whatsapp{background:#111;color:#fff}.k2-contact-location,.k2-contact-note{margin-top:22px;background:#fff;border:1px solid #e1e6de;border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.k2-contact-location small{color:#619800;font-weight:800}.k2-contact-location h2{font-size:23px;margin:7px 0}.k2-contact-location p,.k2-contact-note p{color:#687067;line-height:1.9;margin:0}.k2-contact-note{display:block}.k2-contact-note h2{font-size:22px;margin:0 0 10px}
@media(max-width:900px){.k2-blog-grid,.k2-home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.k2-contact-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.k2-blog-hero,.k2-contact-hero{padding:48px 0}.k2-blog-hero h1,.k2-contact-hero h1{font-size:29px}.k2-blog-hero p,.k2-contact-hero p{font-size:13px;padding-inline:15px}.k2-blog-body,.k2-contact-page-body{padding:35px 0}.k2-blog-grid,.k2-home-blog-grid,.k2-contact-page-grid{grid-template-columns:1fr}.k2-contact-location{display:block;padding:20px}.k2-contact-location .k2-btn{margin-top:18px;width:100%}.k2-article{padding:22px;border-radius:15px}.k2-article h1{font-size:27px}.k2-contact-page-card{min-height:135px}}

/* v1.8.0 homepage editorial + discovery sections */
.k2-section-kicker{display:block;margin-bottom:4px;color:#64c86c;font-size:12px;font-weight:800;letter-spacing:.02em}.k2-section-head>div h2{margin:0}.k2-v18-section{overflow:hidden}.k2-article-carousel,.k2-destination-carousel{position:relative}.k2-article-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 3px 18px;scrollbar-width:none}.k2-article-track::-webkit-scrollbar,.k2-destination-track::-webkit-scrollbar,.k2-brand-rich-track::-webkit-scrollbar{display:none}.k2-home-blog-card{flex:0 0 calc((100% - 54px)/4);min-width:260px;scroll-snap-align:start;background:#fff;border:1px solid #e9ece9;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(13,25,16,.06);transition:.25s ease}.k2-home-blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(13,25,16,.12)}.k2-home-blog-thumb{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#121812,#263426)}.k2-home-blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.k2-home-blog-card:hover .k2-home-blog-thumb img{transform:scale(1.04)}.k2-blog-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;color:#72d67a;font-weight:900;font-size:40px}.k2-blog-placeholder small{font-size:10px;letter-spacing:.3em;color:#fff}.k2-blog-cat{position:absolute;right:12px;top:12px;padding:5px 10px;border-radius:999px;background:rgba(10,15,11,.78);color:#fff;font-size:11px;font-weight:700;backdrop-filter:blur(8px)}.k2-blog-card-body{padding:17px}.k2-blog-meta{display:flex;justify-content:space-between;gap:10px;color:#7c857d;font-size:11px}.k2-blog-card-body h3{font-size:17px;line-height:1.7;margin:9px 0}.k2-blog-card-body h3 a{color:#111}.k2-blog-card-body p{color:#626b63;font-size:13px;line-height:1.9;min-height:50px}.k2-blog-read{display:inline-flex;align-items:center;gap:8px;color:#268a32;font-weight:800;font-size:13px}
.k2-section-dark{background:#0b100c;color:#fff;overflow:hidden}.k2-head-light h2{color:#fff}.k2-head-light>a{color:#89dc8f}.k2-destination-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 3px 20px;scrollbar-width:none}.k2-destination-card{position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:space-between;flex:0 0 300px;min-height:330px;padding:22px;border-radius:24px;overflow:hidden;color:#fff;scroll-snap-align:start;background:#243225}.k2-destination-card:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.3),transparent 20%),linear-gradient(160deg,transparent 35%,rgba(2,7,3,.86) 90%)}.k2-destination-card:after{content:"";position:absolute;inset:0;z-index:-3;opacity:.95;background-size:cover}.k2-destination-1:after{background:linear-gradient(155deg,#84a99b,#446b55 45%,#19271e)}.k2-destination-2:after{background:linear-gradient(155deg,#a4c7c0,#3f6c5d 48%,#17251e)}.k2-destination-3:after{background:linear-gradient(155deg,#98b881,#55764b 48%,#18251a)}.k2-destination-4:after{background:linear-gradient(155deg,#9db79c,#53735c 48%,#16241b)}.k2-destination-5:after{background:linear-gradient(155deg,#bfd1a4,#647d52 48%,#1f2b1b)}.k2-destination-6:after{background:linear-gradient(155deg,#75a9bb,#386a78 48%,#15282c)}.k2-destination-7:after{background:linear-gradient(155deg,#9ebfa1,#4e7353 48%,#17251a)}.k2-destination-8:after{background:linear-gradient(155deg,#d5b77d,#9b733a 48%,#31200e)}.k2-destination-number{position:absolute;left:18px;top:15px;font-size:38px;font-weight:900;opacity:.22}.k2-destination-card small,.k2-destination-card strong,.k2-destination-card div>span{display:block}.k2-destination-card small{color:#bfe8c3;font-size:12px}.k2-destination-card strong{font-size:27px;margin:6px 0}.k2-destination-card div>span{font-size:12px;color:#e7eee8}.k2-destination-card:hover{color:#fff;transform:translateY(-4px)}
.k2-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.k2-guide-card{display:flex;gap:15px;padding:22px;border:1px solid #e5eae6;border-radius:20px;background:#fff;color:#161b17;transition:.25s}.k2-guide-card:hover{border-color:#71c978;box-shadow:0 12px 30px rgba(29,73,35,.1);transform:translateY(-4px)}.k2-guide-icon{display:grid;place-items:center;flex:0 0 52px;height:52px;border-radius:16px;background:#eef8ef;font-size:25px}.k2-guide-card small{color:#349441;font-weight:800}.k2-guide-card strong{display:block;margin:5px 0;font-size:16px}.k2-guide-card p{margin:0;color:#687069;font-size:12px;line-height:1.8}.k2-guide-link{display:block;margin-top:12px;color:#287f32;font-size:12px;font-weight:800}
.k2-brand-rich-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 3px 17px;scrollbar-width:none}.k2-brand-rich-card{display:flex;align-items:center;gap:13px;flex:0 0 230px;padding:15px;border-radius:18px;background:#fff;border:1px solid #e4e9e5;color:#171d18;scroll-snap-align:start}.k2-brand-monogram{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#101610;color:#70d779;font-size:17px;font-weight:900}.k2-brand-rich-card strong,.k2-brand-rich-card small{display:block}.k2-brand-rich-card small{margin-top:3px;color:#79817a;font-size:11px}.k2-brand-arrow{margin-right:auto;color:#51ad5b;font-size:22px}.k2-brand-rich-card:hover{border-color:#69c472;transform:translateY(-3px)}
.k2-bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.k2-bundle-card{position:relative;overflow:hidden;padding:27px;border-radius:24px;background:#111712;color:#fff;box-shadow:0 14px 35px rgba(13,25,16,.12)}.k2-bundle-card:after{content:"K2";position:absolute;left:-10px;bottom:-35px;color:rgba(255,255,255,.035);font-size:130px;font-weight:900}.k2-bundle-top>span{display:inline-block;padding:5px 10px;border-radius:999px;background:#5ecb69;color:#0a170c;font-size:11px;font-weight:900}.k2-bundle-card h3{margin:13px 0 5px;font-size:23px}.k2-bundle-card p{color:#b9c4ba;line-height:1.8}.k2-bundle-card ul{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0;padding:0;list-style:none}.k2-bundle-card li{padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.06);font-size:12px}.k2-bundle-card li:before{content:"✓";margin-left:6px;color:#69d574;font-weight:900}.k2-bundle-card .k2-btn{position:relative;z-index:2;width:100%;justify-content:center}
@media(max-width:1024px){.k2-home-blog-card{flex-basis:calc((100% - 36px)/3)}.k2-guide-grid{grid-template-columns:1fr 1fr}.k2-bundle-grid{grid-template-columns:1fr 1fr}.k2-bundle-card:last-child{grid-column:1/-1}}
@media(max-width:767px){.k2-section-head{align-items:flex-end}.k2-section-head h2{font-size:21px}.k2-section-head>a{font-size:11px}.k2-home-blog-card{flex-basis:86%;min-width:280px}.k2-article-track{padding-left:12%}.k2-article-carousel .k2-carousel-arrow,.k2-destination-carousel .k2-carousel-arrow{display:none}.k2-destination-card{flex-basis:78%;min-height:300px}.k2-destination-track{padding-left:18%}.k2-guide-grid,.k2-bundle-grid{grid-template-columns:1fr}.k2-bundle-card:last-child{grid-column:auto}.k2-guide-card{padding:17px}.k2-brand-rich-card{flex-basis:76%;}.k2-bundle-card{padding:22px}.k2-bundle-card ul{grid-template-columns:1fr 1fr}}

/* v1.9.0 — article-style destination and buying-guide carousels */
.k2-destination-article-carousel .k2-home-blog-card,
.k2-guide-article-carousel .k2-home-blog-card{background:#fff;color:#111}
.k2-destination-article-carousel .k2-home-blog-thumb img,
.k2-guide-article-carousel .k2-home-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.k2-destinations-section .k2-carousel-arrow{background:#fff;color:#111;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.k2-destinations-section .k2-blog-card-body h3 a,
.k2-destinations-section .k2-blog-card-body p,
.k2-destinations-section .k2-blog-meta{color:inherit}
.k2-destinations-section .k2-blog-card-body p{color:#5d655f}
.k2-destinations-section .k2-blog-meta{color:#778078}
.k2-destinations-section .k2-blog-read{color:#167342}
@media (max-width:767px){
  .k2-destination-article-carousel .k2-article-track,
  .k2-guide-article-carousel .k2-article-track{grid-auto-columns:84%}
}

/* v2.0.0 — compact editorial cards: image + clickable title only */
.k2-home-blog-card{
  flex:0 0 calc((100% - 54px)/4);
  min-width:220px;
  border-radius:14px;
  box-shadow:0 5px 18px rgba(13,25,16,.055);
}
.k2-home-blog-thumb{aspect-ratio:16/9}
.k2-blog-card-body{padding:10px 12px 12px}
.k2-blog-card-body h3{margin:0;font-size:14px;line-height:1.65;min-height:46px;display:flex;align-items:center}
.k2-blog-card-body h3 a{display:block;width:100%;color:#111;text-decoration:none;font-weight:800}
.k2-blog-card-body h3 a:hover{color:#268a32}
.k2-blog-meta,.k2-blog-card-body p,.k2-blog-read,.k2-blog-cat{display:none!important}
.k2-article-track{gap:14px;padding-bottom:12px}
.k2-home-blog-card:hover{transform:translateY(-3px)}
@media(max-width:1024px){.k2-home-blog-card{flex-basis:calc((100% - 28px)/3)}}
@media(max-width:767px){
  .k2-home-blog-card{flex-basis:67%;min-width:210px;border-radius:12px}
  .k2-article-track{gap:11px;padding-left:18%}
  .k2-blog-card-body{padding:8px 10px 10px}
  .k2-blog-card-body h3{font-size:13px;line-height:1.6;min-height:42px}
}
@media(max-width:390px){.k2-home-blog-card{flex-basis:72%;min-width:195px}}

/* v2.1.0 — K2 mobile-first single product */
.single-product .k2-content-wrap{max-width:1240px;padding-top:24px;padding-bottom:70px}.k2-single-product{font-family:Vazirmatn,sans-serif;color:#171a18}.k2-product-top{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:24px;align-items:start}.k2-product-gallery-card,.k2-product-summary-card,.k2-product-content-card,.k2-product-faq{background:#fff;border:1px solid #e7ebe8;border-radius:22px;box-shadow:0 8px 28px rgba(20,35,26,.06)}.k2-product-gallery-card{padding:18px;position:sticky;top:18px}.k2-product-gallery-card .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}.k2-product-gallery-card .woocommerce-product-gallery__image{border-radius:16px;overflow:hidden;background:#f6f8f6}.k2-product-gallery-card .woocommerce-product-gallery__image img{width:100%;height:auto;max-height:610px;object-fit:contain}.k2-product-gallery-card .flex-control-thumbs{display:flex;gap:10px;margin-top:12px!important;overflow-x:auto;padding:2px}.k2-product-gallery-card .flex-control-thumbs li{flex:0 0 76px!important;width:76px!important}.k2-product-gallery-card .flex-control-thumbs img{border-radius:10px;border:2px solid transparent;background:#f5f7f5;padding:3px}.k2-product-gallery-card .flex-control-thumbs img.flex-active{border-color:#2c9b55}.k2-product-summary-card{padding:26px}.k2-product-breadcrumb .woocommerce-breadcrumb{font-size:12px;color:#7a827d;margin:0 0 14px}.k2-product-summary-card h1{font-size:27px;line-height:1.65;margin:0 0 12px;font-weight:800}.k2-product-rating{min-height:20px;margin-bottom:10px}.k2-product-price{font-size:25px;font-weight:900;color:#1d7d43;margin:8px 0 12px}.k2-product-price del{font-size:15px;color:#999;font-weight:500}.k2-product-price ins{text-decoration:none}.k2-product-stock .stock{display:inline-flex;padding:7px 12px;border-radius:99px;background:#edf8f0;color:#19723d;font-weight:700;font-size:13px}.k2-product-stock .out-of-stock{background:#fff0f0;color:#bd3030}.k2-product-short{margin:18px 0;color:#4d5650;line-height:2}.k2-product-short p{margin:0}.k2-buy-box{border-top:1px solid #edf0ee;padding-top:18px}.k2-buy-box form.cart{display:flex;gap:10px;flex-wrap:wrap;margin:0!important}.k2-buy-box .quantity .qty{height:48px;border:1px solid #dce2de;border-radius:12px;min-width:70px}.k2-buy-box .single_add_to_cart_button{min-height:48px!important;flex:1;border-radius:12px!important;background:#178447!important;font-weight:800!important;padding:12px 20px!important}.k2-buy-box table.variations{margin-bottom:14px}.k2-buy-box table.variations td,.k2-buy-box table.variations th{display:block;text-align:right;padding:3px 0}.k2-buy-box table.variations select{width:100%;height:46px;border-radius:11px;border:1px solid #dce2de;padding:0 12px}.k2-product-help{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.k2-help-btn{display:flex;align-items:center;justify-content:center;min-height:45px;border-radius:12px;font-weight:750;text-decoration:none}.k2-help-call{background:#f1f4f2;color:#202723}.k2-help-wa{background:#e9f8ee;color:#15743d}.k2-product-delivery{background:#f7faf8;border-radius:16px;padding:15px 17px;margin-top:18px}.k2-product-delivery h3{font-size:15px;margin:0 0 8px}.k2-product-delivery ul{margin:0;padding-right:19px;color:#515b55;line-height:1.9;font-size:13px}.k2-product-meta{font-size:12px;color:#6d756f;margin-top:16px}.k2-product-content-card{padding:24px;margin-top:26px}.k2-product-content-card .woocommerce-tabs ul.tabs{display:flex;gap:8px;overflow-x:auto;padding:0!important;margin:0 0 24px!important}.k2-product-content-card .woocommerce-tabs ul.tabs:before,.k2-product-content-card .woocommerce-tabs ul.tabs li:after,.k2-product-content-card .woocommerce-tabs ul.tabs li:before{display:none!important}.k2-product-content-card .woocommerce-tabs ul.tabs li{border:0!important;background:#f0f3f1!important;border-radius:10px!important;margin:0!important;white-space:nowrap}.k2-product-content-card .woocommerce-tabs ul.tabs li.active{background:#1f8a4d!important;color:#fff!important}.k2-product-content-card .woocommerce-tabs ul.tabs li a{padding:9px 15px!important}.k2-product-content-card .panel{line-height:2.15;color:#3f4842}.k2-product-content-card table.shop_attributes{border-radius:12px;overflow:hidden}.k2-product-content-card table.shop_attributes th{width:30%;background:#f5f7f5}.k2-product-faq{padding:24px;margin-top:26px}.k2-product-faq h2{font-size:22px;margin:0 0 15px}.k2-product-faq details{border-top:1px solid #e8ece9;padding:14px 0}.k2-product-faq summary{font-weight:750;cursor:pointer}.k2-product-faq p{margin:10px 0 0;color:#56605a;line-height:2}.k2-product-related{margin-top:28px}.k2-product-related>section.related>h2{font-size:23px;margin-bottom:18px}.k2-mobile-buybar{display:none}
@media(max-width:900px){.single-product .k2-content-wrap{padding:12px 12px 115px}.k2-product-top{display:flex;flex-direction:column;gap:12px}.k2-product-gallery-card{position:static;width:100%;padding:10px;border-radius:16px}.k2-product-gallery-card .woocommerce-product-gallery__image img{max-height:430px}.k2-product-summary-card{padding:18px;width:100%;border-radius:16px}.k2-product-summary-card h1{font-size:20px;line-height:1.75}.k2-product-price{font-size:21px}.k2-product-short{font-size:14px;margin:14px 0}.k2-product-help{grid-template-columns:1fr 1fr}.k2-product-content-card,.k2-product-faq{padding:16px;border-radius:16px;margin-top:14px}.k2-product-related{margin-top:18px}.k2-mobile-buybar{display:flex;position:fixed;right:10px;left:10px;bottom:74px;z-index:1000;align-items:center;gap:10px;background:#fff;border:1px solid #dfe6e1;border-radius:16px;padding:9px 10px;box-shadow:0 10px 35px rgba(17,39,25,.18)}.k2-mobile-buy-price{flex:1;font-size:14px;font-weight:900;color:#176f3d}.k2-mobile-buy-price del{display:none}.k2-mobile-buy-price ins{text-decoration:none}.k2-mobile-buy-btn{background:#178447;color:#fff!important;text-decoration:none;border-radius:11px;padding:11px 18px;font-weight:850;white-space:nowrap}.k2-product-gallery-card .flex-control-thumbs li{flex-basis:62px!important;width:62px!important}}
@media(max-width:430px){.k2-product-help{grid-template-columns:1fr}.k2-product-gallery-card .woocommerce-product-gallery__image img{max-height:340px}.k2-product-content-card .woocommerce-tabs ul.tabs li a{font-size:12px;padding:8px 11px!important}}

/* v2.2.0 — stable native WooCommerce templates */
.k2-single-product-page,.k2-product-archive{width:100%}
.k2-product-archive .woocommerce-products-header{margin-bottom:22px}
.k2-product-archive .woocommerce-products-header__title{font-size:28px;line-height:1.5;margin:0 0 10px;font-weight:900}
.k2-product-archive .woocommerce-result-count{font-size:12px;color:#6f776f}
.k2-product-archive .woocommerce-ordering select{min-height:42px;border:1px solid #dfe5df;border-radius:11px;background:#fff;padding:0 12px;font-family:inherit}
@media(max-width:767px){
  .k2-product-archive .woocommerce-products-header__title{font-size:21px}
  .k2-product-archive .woocommerce-result-count,.k2-product-archive .woocommerce-ordering{float:none!important;width:100%;margin:0 0 10px}
  .k2-product-archive .woocommerce-ordering select{width:100%}
}

/* v2.3.0 checkout, delivery and trust badges */
.k2-checkout-shipping-note{margin:0 0 18px;padding:14px 16px;border:1px solid #b8e0c3;border-radius:12px;background:#f2fbf5;color:#183a22;line-height:1.9}
.k2-trust-badges{display:flex;justify-content:center;align-items:stretch;gap:12px;margin:24px 0 8px;flex-wrap:wrap}
.k2-trust-badge{width:132px;min-height:92px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}
.k2-trust-badge img{display:block;max-width:100%;max-height:76px;width:auto;height:auto;object-fit:contain}
.k2-trust-placeholder{display:flex;flex-direction:column;gap:5px;color:#fff}.k2-trust-placeholder b{font-size:17px}.k2-trust-placeholder small{font-size:11px;opacity:.75}
.woocommerce-checkout #payment,.woocommerce-checkout-review-order-table,.woocommerce form.checkout_coupon,.woocommerce form.login{border-radius:14px}
@media(max-width:640px){.k2-trust-badge{width:118px;min-height:82px}.k2-checkout-shipping-note{font-size:13px}}

/* v2.5 checkout shipping descriptions */
.k2-shipping-rate-desc{display:block;margin:5px 28px 2px 0;font-size:12px;line-height:1.8;color:#666;font-weight:400}
.k2-checkout-shipping-note{margin-bottom:18px;padding:13px 15px;border:1px solid #dfe9e2;border-right:4px solid #169b62;border-radius:10px;background:#f7fbf8;line-height:1.9}
.woocommerce-shipping-methods li{padding:7px 0}

/* =========================================================
   K2Camping v3.0 — premium WooCommerce storefront
   ========================================================= */
.k2-v3-store{background:#f5f7f6;color:#151a17}
.k2-v3-product-shell,.k2-v3-archive{max-width:1320px;margin:0 auto}
.k2-v3-product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:24px;align-items:start}
.k2-v3-product .k2-product-gallery-card,.k2-v3-product .k2-product-summary-card,.k2-v3-product .k2-product-content-card,.k2-v3-product .k2-product-faq{background:#fff;border:1px solid #e6ebe8;border-radius:24px;box-shadow:0 12px 36px rgba(16,28,21,.06)}
.k2-v3-product .k2-product-gallery-card{position:relative;padding:22px;overflow:hidden}
.k2-product-badges{position:absolute;right:18px;top:18px;z-index:4;display:flex;gap:7px;flex-wrap:wrap}
.k2-badge{font-size:12px;font-weight:800;padding:7px 11px;border-radius:99px}.k2-badge-sale{background:#111;color:#fff}.k2-badge-stock{background:#e7f7ed;color:#11743a}.k2-badge-out{background:#fff0f0;color:#b42318}
.k2-v3-product .woocommerce-product-gallery{margin:0!important;width:100%!important}.k2-v3-product .woocommerce-product-gallery__image img{border-radius:18px;background:#fafbfa}
.k2-v3-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:14px!important}.k2-v3-product .flex-control-thumbs li{width:auto!important;float:none!important}.k2-v3-product .flex-control-thumbs img{border:2px solid transparent;border-radius:12px;padding:3px}.k2-v3-product .flex-control-thumbs img.flex-active{border-color:#12a150}
.k2-v3-product .k2-product-summary-card{padding:28px;position:sticky;top:92px}
.k2-product-brand{display:inline-flex;padding:7px 11px;border-radius:10px;background:#eff8f2;color:#17713d;font-size:13px;margin:8px 0}
.k2-v3-product h1.product_title{font-size:clamp(24px,3vw,38px);line-height:1.45;margin:8px 0 12px;color:#101512}
.k2-product-rating-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid #edf0ee;padding-bottom:15px}
.k2-share-product{border:0;background:#f2f5f3;border-radius:12px;padding:9px 13px;cursor:pointer;font-family:inherit;font-weight:700;color:#27322c}
.k2-v3-product .k2-product-price{margin:18px 0}.k2-v3-product .k2-product-price .price,.k2-v3-product .k2-product-price>span{font-size:30px;font-weight:900;color:#111}.k2-v3-product .k2-product-price del{font-size:16px;color:#8b958f}.k2-v3-product .k2-product-price ins{text-decoration:none}
.k2-product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.k2-product-promises>div{background:#f7faf8;border:1px solid #e7ece9;border-radius:15px;padding:13px 10px;text-align:center}.k2-product-promises span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#14a354;color:#fff;font-weight:900}.k2-product-promises strong,.k2-product-promises small{display:block}.k2-product-promises strong{margin:6px 0 2px;font-size:13px}.k2-product-promises small{font-size:10px;color:#78827c;line-height:1.5}
.k2-v3-product .k2-buy-box{border:1px solid #dfe7e2;background:#fbfdfc;border-radius:18px;padding:18px;margin:16px 0}.k2-v3-product form.cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0!important}.k2-v3-product .quantity .qty{height:52px;border-radius:13px;border:1px solid #d8dfdb}.k2-v3-product .single_add_to_cart_button{min-height:52px!important;flex:1;border-radius:13px!important;background:#159447!important;font-weight:900!important;font-family:inherit!important}
.k2-product-help{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}.k2-help-btn{display:flex;justify-content:center;align-items:center;min-height:46px;border-radius:13px;text-decoration:none!important;font-weight:800}.k2-help-call{background:#111;color:#fff!important}.k2-help-wa{background:#e9f8ef;color:#0d7b3b!important}
.k2-product-delivery{margin-top:18px!important;padding:17px!important;border:1px dashed #bdd2c4!important;border-radius:16px!important;background:#f8fcf9!important}.k2-product-delivery h3{margin:0 0 12px!important}.k2-delivery-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-top:1px solid #e7ede9;font-size:13px}.k2-delivery-row span{color:#65716a}.k2-delivery-row strong{text-align:left}
.k2-v3-product .k2-product-content-card,.k2-v3-product .k2-product-faq{margin-top:25px;padding:26px}.k2-v3-product .woocommerce-tabs ul.tabs{display:flex;gap:8px;border:0!important;padding:0!important;overflow:auto}.k2-v3-product .woocommerce-tabs ul.tabs:before{display:none!important}.k2-v3-product .woocommerce-tabs ul.tabs li{border:0!important;background:#f0f4f1!important;border-radius:12px!important;margin:0!important}.k2-v3-product .woocommerce-tabs ul.tabs li.active{background:#111!important;color:#fff!important}.k2-v3-product .woocommerce-tabs ul.tabs li:before,.k2-v3-product .woocommerce-tabs ul.tabs li:after{display:none!important}.k2-v3-product .woocommerce-Tabs-panel{line-height:2.05;color:#354039}
.k2-section-heading span{font-size:12px;color:#159447;font-weight:800}.k2-section-heading h2{margin:3px 0 18px}.k2-product-faq details{border:1px solid #e5ebe7;border-radius:14px;padding:15px 17px;margin:10px 0}.k2-product-faq summary{cursor:pointer;font-weight:800}.k2-product-faq p{color:#56625b;line-height:1.9}
.k2-product-related{margin-top:26px}.k2-product-related>section,.k2-product-related .related{background:#fff;border:1px solid #e6ebe8;border-radius:24px;padding:24px}.k2-product-related h2{font-size:24px}

/* Archive */
.k2-shop-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#0d1711,#153f25);color:#fff;margin-bottom:20px;overflow:hidden}.k2-shop-hero span{color:#8ee8b1;font-size:13px;font-weight:800}.k2-shop-hero h1{font-size:clamp(28px,4vw,48px);margin:8px 0}.k2-shop-hero .term-description{max-width:720px;color:#dbe8df}.k2-shop-hero-icon{font-size:72px;font-weight:1000;color:rgba(255,255,255,.08)}
.k2-shop-toolbar{background:#fff;border:1px solid #e4e9e6;border-radius:17px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.k2-shop-toolbar .woocommerce-result-count,.k2-shop-toolbar .woocommerce-ordering{margin:0!important}.k2-shop-toolbar select{border:1px solid #dce3df;border-radius:11px;padding:10px 12px;font-family:inherit;background:#fff}
.k2-mobile-filter-toggle{display:none;border:0;background:#111;color:#fff;border-radius:11px;padding:10px 14px;font-family:inherit;font-weight:800}
.k2-shop-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:20px;align-items:start}.k2-shop-sidebar{position:sticky;top:90px}.k2-filter-card{background:#fff;border:1px solid #e4eae6;border-radius:18px;padding:18px;margin-bottom:14px}.k2-filter-card h3,.k2-filter-card .widget-title{margin:0 0 13px;font-size:17px}.k2-filter-card ul{list-style:none;padding:0;margin:0}.k2-filter-card li{padding:7px 0;border-bottom:1px solid #edf1ee}.k2-filter-card a{text-decoration:none;color:#2b342f}.k2-shop-products ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0!important}
.woocommerce ul.products li.product.k2-v3-product-card{width:auto!important;margin:0!important;background:#fff;border:1px solid #e5eae7;border-radius:19px;overflow:hidden;transition:.22s;box-shadow:0 7px 24px rgba(15,30,21,.04)}.woocommerce ul.products li.product.k2-v3-product-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(15,30,21,.10)}.k2-card-link{text-decoration:none!important;color:inherit!important;display:block;height:100%}.k2-card-image{position:relative;aspect-ratio:1/1;background:#f7f9f8;overflow:hidden}.k2-card-image img{width:100%!important;height:100%!important;object-fit:contain;margin:0!important;padding:12px;transition:.25s}.k2-v3-product-card:hover .k2-card-image img{transform:scale(1.035)}.k2-card-sale{position:absolute;right:10px;top:10px;z-index:2;background:#111;color:#fff;padding:6px 9px;border-radius:99px;font-size:11px;font-weight:800}.k2-card-body{padding:14px}.k2-card-stock{font-size:11px;font-weight:800;margin-bottom:7px}.k2-card-stock.is-in{color:#158147}.k2-card-stock.is-out{color:#bd2c2c}.k2-card-body h2{font-size:15px!important;line-height:1.75!important;min-height:52px;padding:0!important;margin:0 0 7px!important;color:#18201b}.k2-card-rating{min-height:18px}.k2-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px;border-top:1px solid #edf1ee;padding-top:12px}.k2-card-footer .price{font-size:15px!important;font-weight:900!important;color:#111!important}.k2-card-arrow{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#eaf7ef;color:#148146;font-weight:900}

/* Checkout */
.k2-v3-checkout .woocommerce{max-width:1180px;margin:25px auto;padding:0 16px}.k2-v3-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:24px;align-items:start}.k2-v3-checkout #customer_details,.k2-v3-checkout #order_review_heading,.k2-v3-checkout #order_review{width:100%!important;float:none!important}.k2-v3-checkout #customer_details{grid-row:1/3}.k2-v3-checkout #customer_details>div{width:100%!important;float:none!important;background:#fff;border:1px solid #e4eae6;border-radius:20px;padding:22px;margin-bottom:18px}.k2-v3-checkout #order_review_heading{margin:0;background:#fff;padding:20px 22px 0;border:1px solid #e4eae6;border-bottom:0;border-radius:20px 20px 0 0}.k2-v3-checkout #order_review{background:#fff;border:1px solid #e4eae6;border-top:0;border-radius:0 0 20px 20px;padding:0 22px 22px;position:sticky;top:90px}.k2-v3-checkout .form-row input,.k2-v3-checkout .form-row textarea,.k2-v3-checkout .select2-selection{border:1px solid #dce3df!important;border-radius:12px!important;min-height:48px;padding:8px 11px}.k2-v3-checkout .woocommerce-shipping-methods li{display:grid!important;grid-template-columns:22px 1fr;align-items:start;background:#f8faf9;border:1px solid #e2e8e4;border-radius:14px;padding:13px!important;margin:8px 0!important;text-align:right!important}.k2-v3-checkout .woocommerce-shipping-methods label{font-weight:900;line-height:1.7}.k2-shipping-rate-desc{display:block!important;grid-column:2;color:#657069;font-size:12px;line-height:1.8;margin-top:2px;text-align:right!important;direction:rtl}.k2-v3-checkout-note{display:flex;gap:9px;flex-wrap:wrap;align-items:center;background:#eef9f2!important;border:1px solid #cae8d5!important;border-radius:15px!important;color:#20462e!important;padding:14px 17px!important;line-height:1.8}.k2-v3-checkout-note span{padding-right:9px;border-right:2px solid #7bca99}.k2-v3-checkout #place_order{width:100%;min-height:54px;border-radius:14px;background:#159447;font-family:inherit;font-weight:900;font-size:16px}

@media(max-width:980px){.k2-v3-product-main{grid-template-columns:1fr}.k2-v3-product .k2-product-summary-card{position:static}.k2-shop-layout{grid-template-columns:1fr}.k2-shop-sidebar{display:none;position:static}.k2-shop-sidebar.is-open{display:block}.k2-mobile-filter-toggle{display:inline-flex}.k2-shop-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.k2-v3-checkout form.checkout{grid-template-columns:1fr}.k2-v3-checkout #customer_details{grid-row:auto}.k2-v3-checkout #order_review{position:static}}
@media(max-width:620px){.k2-v3-product-shell{padding:0 10px}.k2-v3-product .k2-product-gallery-card,.k2-v3-product .k2-product-summary-card,.k2-v3-product .k2-product-content-card,.k2-v3-product .k2-product-faq{border-radius:18px}.k2-v3-product .k2-product-summary-card{padding:19px}.k2-product-promises{grid-template-columns:1fr}.k2-product-promises>div{display:grid;grid-template-columns:30px 1fr;text-align:right}.k2-product-promises small,.k2-product-promises strong{grid-column:2}.k2-product-help{grid-template-columns:1fr}.k2-delivery-row{display:block}.k2-delivery-row strong{display:block;margin-top:4px;text-align:right}.k2-shop-hero{padding:24px 20px}.k2-shop-hero-icon{display:none}.k2-shop-toolbar{flex-wrap:wrap}.k2-shop-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.k2-card-body{padding:10px}.k2-card-body h2{font-size:13px!important;min-height:48px}.k2-card-footer{display:block}.k2-card-arrow{display:none}.k2-card-footer .price{font-size:13px!important}.k2-v3-checkout .woocommerce{padding:0 9px}.k2-v3-checkout #customer_details>div,.k2-v3-checkout #order_review{padding:16px}.k2-v3-checkout-note{display:block}.k2-v3-checkout-note span{display:block;border:0;padding:2px 0}.k2-mobile-buybar{z-index:999}}


/* =========================================================
   K2Camping v3.0.1 — product gallery and typography fixes
   ========================================================= */
.single-product.k2-v3-store .k2-content-wrap{max-width:1240px!important;margin-inline:auto!important;padding:24px 18px 80px!important}
.k2-v3-product-shell{max-width:1200px!important}
.k2-v3-product-main{grid-template-columns:minmax(420px,520px) minmax(0,1fr)!important;gap:22px!important;justify-content:center}
.k2-v3-product .k2-product-gallery-card{padding:16px!important;position:sticky!important;top:88px!important;overflow:visible!important}
.k2-v3-product .woocommerce-product-gallery{width:100%!important;max-width:488px!important;margin:0 auto!important;float:none!important}
.k2-v3-product .woocommerce-product-gallery__wrapper{margin:0!important}
.k2-v3-product .woocommerce-product-gallery__image{height:480px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:16px!important;background:#f7f8f7!important}
.k2-v3-product .woocommerce-product-gallery__image a{display:flex!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important}
.k2-v3-product .woocommerce-product-gallery__image img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:auto!important;padding:10px!important;border-radius:0!important;background:transparent!important;image-rendering:auto!important}
.k2-v3-product .flex-viewport{height:480px!important;border-radius:16px!important;background:#f7f8f7!important}
.k2-v3-product .flex-viewport .woocommerce-product-gallery__wrapper,.k2-v3-product .flex-viewport .woocommerce-product-gallery__image{height:100%!important}
.k2-v3-product .flex-control-thumbs{display:flex!important;grid-template-columns:none!important;gap:8px!important;margin:12px 0 0!important;overflow-x:auto!important;padding:2px 0 5px!important}
.k2-v3-product .flex-control-thumbs li{flex:0 0 68px!important;width:68px!important;height:68px!important}
.k2-v3-product .flex-control-thumbs img{width:68px!important;height:68px!important;object-fit:contain!important;background:#f7f8f7!important;padding:4px!important;border-radius:10px!important}
.k2-v3-product .k2-product-summary-card{padding:24px!important;top:88px!important}
.k2-v3-product h1.product_title{font-size:clamp(22px,2.2vw,31px)!important;line-height:1.6!important}
.k2-product-short{margin:16px 0!important;color:#344039!important;font-size:14px!important;line-height:1.9!important}
.k2-product-key-specs{list-style:none!important;padding:0!important;margin:0!important;display:grid!important;gap:7px!important}
.k2-product-key-specs li{position:relative!important;padding:7px 27px 7px 10px!important;border-bottom:1px solid #edf1ee!important;line-height:1.75!important}
.k2-product-key-specs li:before{content:"✓";position:absolute;right:4px;top:7px;color:#159447;font-weight:900}
.k2-product-promises{margin:16px 0!important}.k2-product-promises>div{padding:11px 8px!important}.k2-product-promises strong{font-size:12px!important}.k2-product-promises small{font-size:9.5px!important}
.k2-v3-product .k2-buy-box{padding:14px!important}.k2-v3-product .single_add_to_cart_button{max-width:340px!important;min-width:220px!important}
.k2-product-delivery{font-size:13px!important}.k2-delivery-row strong{text-align:right!important;line-height:1.7!important}
.k2-v3-product .k2-product-content-card,.k2-v3-product .k2-product-faq{font-size:14px!important;line-height:2!important}

@media(max-width:980px){
 .k2-v3-product-main{grid-template-columns:1fr!important}
 .k2-v3-product .k2-product-gallery-card{position:relative!important;top:auto!important}
 .k2-v3-product .k2-product-summary-card{position:static!important}
 .k2-v3-product .woocommerce-product-gallery{max-width:560px!important}
 .k2-v3-product .woocommerce-product-gallery__image,.k2-v3-product .flex-viewport{height:460px!important}
}
@media(max-width:620px){
 .single-product.k2-v3-store .k2-content-wrap{padding:10px 8px 110px!important}
 .k2-v3-product .k2-product-gallery-card{padding:9px!important}
 .k2-v3-product .woocommerce-product-gallery__image,.k2-v3-product .flex-viewport{height:340px!important}
 .k2-v3-product .woocommerce-product-gallery__image img{padding:6px!important}
 .k2-v3-product .flex-control-thumbs li,.k2-v3-product .flex-control-thumbs img{flex-basis:58px!important;width:58px!important;height:58px!important}
 .k2-v3-product .k2-product-summary-card{padding:17px!important}
 .k2-v3-product h1.product_title{font-size:19px!important}
 .k2-product-short{font-size:13px!important}
 .k2-v3-product .single_add_to_cart_button{max-width:none!important;min-width:0!important;width:100%!important}
}
@media(max-width:390px){
 .k2-v3-product .woocommerce-product-gallery__image,.k2-v3-product .flex-viewport{height:300px!important}
}

/* =========================================================
   K2Camping v3.0.2 — mobile product layout stabilization
   ========================================================= */
.single-product,
.single-product body,
.single-product .site,
.single-product .site-main,
.single-product .k2-content-wrap,
.single-product .k2-single-product,
.single-product .k2-v3-product-shell,
.single-product .k2-v3-product-main,
.single-product .k2-product-gallery-card,
.single-product .k2-product-summary-card{
  max-width:100%;
  box-sizing:border-box;
}
.single-product{overflow-x:hidden}
.k2-v3-product-main>*{min-width:0}
.k2-v3-product .woocommerce-product-gallery,
.k2-v3-product .flex-viewport,
.k2-v3-product .woocommerce-product-gallery__wrapper,
.k2-v3-product .woocommerce-product-gallery__image,
.k2-v3-product .woocommerce-product-gallery__image a{max-width:100%!important;box-sizing:border-box!important}
.k2-v3-product .flex-control-thumbs{list-style:none!important;padding:0!important;margin-left:0!important;margin-right:0!important}
.k2-v3-product .flex-control-thumbs li{list-style:none!important;margin:0!important;padding:0!important;min-width:0!important}
.k2-v3-product .flex-control-thumbs li::marker{content:""}
.k2-v3-product .flex-control-thumbs img{display:block!important;width:100%!important;height:72px!important;object-fit:contain!important;background:#f7f8f7!important}
.k2-mobile-buy-price{min-width:0;line-height:1.35}
.k2-mobile-buy-price small{display:block;margin-bottom:2px;font-size:10px;font-weight:700;color:#68736c}
.k2-mobile-buy-price .woocommerce-Price-amount{white-space:nowrap;font-size:14px}

@media(max-width:620px){
  html,body{max-width:100%;overflow-x:hidden!important}
  .single-product.k2-v3-store .k2-content-wrap{
    width:100%!important;
    max-width:100%!important;
    padding:8px 10px 152px!important;
    margin:0!important;
  }
  .k2-v3-product-shell{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}
  .k2-v3-product-main{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:12px!important}
  .k2-v3-product .k2-product-gallery-card,
  .k2-v3-product .k2-product-summary-card,
  .k2-v3-product .k2-product-content-card,
  .k2-v3-product .k2-product-faq,
  .k2-product-related{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
  .k2-v3-product .k2-product-gallery-card{padding:8px!important;overflow:hidden!important}
  .k2-v3-product .woocommerce-product-gallery{width:100%!important;max-width:100%!important;margin:0!important}
  .k2-v3-product .woocommerce-product-gallery__image,
  .k2-v3-product .flex-viewport{height:auto!important;min-height:0!important;max-height:none!important}
  .k2-v3-product .woocommerce-product-gallery__image a{height:auto!important;min-height:0!important}
  .k2-v3-product .woocommerce-product-gallery__image img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:420px!important;
    padding:0!important;
    object-fit:contain!important;
  }
  .k2-v3-product .flex-control-thumbs{
    display:flex!important;
    gap:7px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    padding:5px 0 2px!important;
  }
  .k2-v3-product .flex-control-thumbs li{
    flex:0 0 64px!important;
    width:64px!important;
    scroll-snap-align:start;
  }
  .k2-v3-product .flex-control-thumbs img{height:64px!important;border-radius:10px!important}
  .k2-v3-product .k2-product-summary-card{padding:16px!important;overflow:hidden!important}
  .k2-product-breadcrumb,.k2-product-brand,.k2-v3-product h1.product_title,.k2-product-price,.k2-product-short,.k2-product-meta{max-width:100%;overflow-wrap:anywhere;word-break:normal}
  .k2-v3-product h1.product_title{font-size:21px!important;line-height:1.6!important;margin:8px 0 10px!important}
  .k2-v3-product .k2-product-price .price,.k2-v3-product .k2-product-price>span{font-size:23px!important;line-height:1.5!important}
  .k2-product-key-specs{margin:0!important;padding:0 18px 0 0!important}
  .k2-product-key-specs li{font-size:13px!important;line-height:1.9!important;margin-bottom:5px!important}
  .k2-product-promises{grid-template-columns:1fr!important}
  .k2-v3-product .k2-buy-box{padding:13px!important}
  .k2-v3-product form.cart{display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;width:100%!important}
  .k2-v3-product form.cart .variations,
  .k2-v3-product form.cart .single_variation_wrap{grid-column:1/-1!important;width:100%!important}
  .k2-v3-product .single_add_to_cart_button{width:100%!important;min-width:0!important;padding:11px 8px!important;font-size:14px!important}
  .k2-mobile-buybar{
    right:10px!important;
    left:10px!important;
    bottom:84px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    padding:8px!important;
    gap:8px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
  }
  .k2-mobile-buy-price{flex:1 1 44%;font-size:13px!important;text-align:right!important;overflow:hidden}
  .k2-mobile-buy-price .price{display:block!important;white-space:nowrap!important}
  .k2-mobile-buy-btn{flex:0 1 54%;min-width:0!important;text-align:center!important;padding:12px 8px!important;font-size:14px!important;white-space:nowrap!important}
}

@media(max-width:370px){
  .k2-mobile-buy-price .woocommerce-Price-amount{font-size:12px!important}
  .k2-mobile-buy-btn{font-size:13px!important}
  .k2-v3-product .flex-control-thumbs li{flex-basis:58px!important;width:58px!important}
  .k2-v3-product .flex-control-thumbs img{height:58px!important}
}


/* =========================================================
   K2Camping v3.0.3 — mobile gallery + sticky buy bar fix
   ========================================================= */
@media(max-width:620px){
  /* Until WooCommerce/FlexSlider mounts, never stack every gallery image. */
  .k2-v3-product .woocommerce-product-gallery:not(.k2-gallery-mounted) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child),
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child){
    display:none!important;
  }

  /* If the slider viewport exists, it owns slide positioning. */
  .k2-v3-product .flex-viewport{
    overflow:hidden!important;
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    border-radius:16px!important;
  }
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__wrapper{
    height:360px!important;
    display:block!important;
  }
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    overflow:hidden!important;
  }
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image a{
    height:360px!important;
  }
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image img{
    width:100%!important;
    height:100%!important;
    max-height:360px!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* Non-slider fallback: show one compact image only. */
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child,
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child a{
    display:flex!important;
    height:360px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child img{
    width:100%!important;
    height:100%!important;
    max-height:360px!important;
    object-fit:contain!important;
  }

  /* Sticky bar no longer covers title/breadcrumb while user is at top of product. */
  .k2-mobile-buybar{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(18px)!important;
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;
  }
  .k2-mobile-buybar.is-visible{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .single-product.k2-v3-store .k2-content-wrap{padding-bottom:175px!important}
}

@media(max-width:390px){
  .k2-v3-product .flex-viewport,
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__wrapper,
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image,
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image a,
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child,
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child a{
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
  }
  .k2-v3-product .flex-viewport .woocommerce-product-gallery__image img,
  .k2-v3-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:first-child img{
    max-height:320px!important;
  }
}

/* K2 v3.1.0 — compact and fuller mobile header */
@media (max-width:760px){
  .k2-mainbar{background:linear-gradient(180deg,#fff 0%,#fbfcfa 100%)}
  .k2-mainbar-inner{
    min-height:auto!important;
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    grid-template-areas:
      "menu brand account"
      "search search search";
    gap:10px 12px!important;
    padding:12px 16px 14px!important;
    align-items:center!important;
  }
  .k2-mobile-toggle{
    grid-area:menu;
    width:48px!important;
    height:48px!important;
    display:grid!important;
    place-items:center;
    border-radius:15px!important;
    background:#f0f3ef!important;
    color:#111!important;
    border:1px solid #e4e9e2!important;
  }
  .k2-mobile-toggle svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .k2-brand{
    grid-area:brand;
    justify-self:center;
    min-width:0;
    gap:9px!important;
    flex-direction:row!important;
  }
  .k2-logo-wrap{flex:0 0 auto}
  .k2-logo-wrap img{width:52px!important;height:52px!important}
  .k2-logo-placeholder{width:52px!important;height:52px!important;font-size:22px!important}
  .k2-brand-text{
    display:flex!important;
    min-width:0;
    text-align:right;
  }
  .k2-brand-text strong{font-size:17px!important;line-height:1.2;white-space:nowrap}
  .k2-brand-text small{font-size:10px!important;margin-top:2px!important;white-space:nowrap;color:#6c756e}
  .k2-actions{grid-area:account;justify-self:end}
  .k2-actions .k2-action:first-child{
    width:48px;height:48px;min-width:48px!important;
    padding:0!important;border-radius:15px!important;
    background:#f0f3ef;border:1px solid #e4e9e2;
    display:grid;place-items:center;
  }
  .k2-actions .k2-action-copy{display:none!important}
  .k2-action-icon{margin:0!important}
  .k2-action-icon svg{width:24px!important;height:24px!important}
  .k2-search{
    grid-area:search!important;
    grid-column:auto!important;
    height:52px!important;
    margin:0!important;
    border-radius:16px!important;
    box-shadow:0 7px 22px rgba(20,35,25,.05);
  }
  .k2-search input[type=search]{font-size:13px!important;padding-inline:7px!important}
  .k2-search button{height:42px!important;margin:4px!important;border-radius:12px!important;padding:0 16px!important}
  .k2-topbar-inner{min-height:42px!important;padding-inline:16px!important;justify-content:space-between!important}
  .k2-benefits{display:flex!important}
  .k2-benefits span{display:none!important}
  .k2-benefits span:first-child{display:inline!important;font-size:11px!important}
  .k2-support{font-size:12px!important}
}

@media (max-width:390px){
  .k2-mainbar-inner{grid-template-columns:46px minmax(0,1fr) 46px!important;padding-inline:10px!important}
  .k2-mobile-toggle,.k2-actions .k2-action:first-child{width:44px!important;height:44px!important;min-width:44px!important}
  .k2-logo-wrap img,.k2-logo-placeholder{width:46px!important;height:46px!important}
  .k2-brand-text strong{font-size:15px!important}
  .k2-brand-text small{display:none!important}
}

/* K2 v3.1.1 — equal-height WooCommerce product grid */
.k2-shop-products ul.products,
.woocommerce-page .k2-shop-products ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  margin:0!important;
  padding:0!important;
}

.k2-shop-products ul.products::before,
.k2-shop-products ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.tax-product_tag ul.products::before,
.tax-product_tag ul.products::after{
  display:none!important;
  content:none!important;
}

.woocommerce ul.products li.product.k2-v3-product-card,
.k2-shop-products ul.products li.product,
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:none!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
}

.woocommerce ul.products li.product .k2-card-link,
.k2-shop-products ul.products li.product .k2-card-link{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
}

.woocommerce ul.products li.product .k2-card-image,
.k2-shop-products ul.products li.product .k2-card-image{
  width:100%!important;
  height:230px!important;
  min-height:230px!important;
  aspect-ratio:auto!important;
  flex:0 0 230px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

.woocommerce ul.products li.product .k2-card-image img,
.k2-shop-products ul.products li.product .k2-card-image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:14px!important;
  margin:0!important;
}

.woocommerce ul.products li.product .k2-card-body,
.k2-shop-products ul.products li.product .k2-card-body{
  width:100%!important;
  min-width:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  padding:14px!important;
}

.woocommerce ul.products li.product .k2-card-stock{
  min-height:20px!important;
  margin-bottom:6px!important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.k2-shop-products ul.products li.product .woocommerce-loop-product__title{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:52px!important;
  max-height:52px!important;
  margin:0 0 8px!important;
}

.woocommerce ul.products li.product .k2-card-rating{
  min-height:18px!important;
  margin-bottom:4px!important;
}

.woocommerce ul.products li.product .k2-card-footer,
.k2-shop-products ul.products li.product .k2-card-footer{
  width:100%!important;
  min-height:58px!important;
  margin-top:auto!important;
  padding-top:11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}

.woocommerce ul.products li.product .k2-card-footer .price{
  min-height:30px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
}

@media (max-width:1199px){
  .k2-shop-products ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width:820px){
  .k2-shop-products ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .woocommerce ul.products li.product .k2-card-image,
  .k2-shop-products ul.products li.product .k2-card-image{
    height:175px!important;
    min-height:175px!important;
    flex-basis:175px!important;
  }
  .woocommerce ul.products li.product .k2-card-image img,
  .k2-shop-products ul.products li.product .k2-card-image img{
    padding:9px!important;
  }
  .woocommerce ul.products li.product .k2-card-body,
  .k2-shop-products ul.products li.product .k2-card-body{
    padding:10px!important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .k2-shop-products ul.products li.product .woocommerce-loop-product__title{
    min-height:46px!important;
    max-height:46px!important;
    font-size:12.5px!important;
    line-height:1.8!important;
  }
  .woocommerce ul.products li.product .k2-card-footer,
  .k2-shop-products ul.products li.product .k2-card-footer{
    min-height:52px!important;
  }
}

@media (max-width:390px){
  .woocommerce ul.products li.product .k2-card-image,
  .k2-shop-products ul.products li.product .k2-card-image{
    height:155px!important;
    min-height:155px!important;
    flex-basis:155px!important;
  }
}


/* K2 v3.1.2 — definitive archive grid alignment + cache-busted layout */
.k2-shop-products ul.products,
.woocommerce-page .k2-shop-products ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  grid-auto-rows:1fr!important;
  align-items:stretch!important;
  justify-items:stretch!important;
}

.k2-shop-products ul.products > li.product,
.post-type-archive-product ul.products > li.product,
.tax-product_cat ul.products > li.product,
.tax-product_tag ul.products > li.product{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  width:auto!important;
  height:auto!important;
  min-height:410px!important;
  float:none!important;
  clear:none!important;
  margin:0!important;
  display:flex!important;
  align-self:stretch!important;
}

.k2-shop-products ul.products > li.product .k2-card-link,
.post-type-archive-product ul.products > li.product .k2-card-link,
.tax-product_cat ul.products > li.product .k2-card-link,
.tax-product_tag ul.products > li.product .k2-card-link{
  flex:1 1 auto!important;
  height:auto!important;
  min-height:100%!important;
  display:grid!important;
  grid-template-rows:230px minmax(0,1fr)!important;
}

.k2-shop-products .k2-card-image,
.post-type-archive-product .k2-card-image,
.tax-product_cat .k2-card-image,
.tax-product_tag .k2-card-image{
  height:230px!important;
  min-height:230px!important;
  max-height:230px!important;
}

.k2-shop-products .k2-card-body,
.post-type-archive-product .k2-card-body,
.tax-product_cat .k2-card-body,
.tax-product_tag .k2-card-body{
  display:grid!important;
  grid-template-rows:20px 52px 18px minmax(58px,auto)!important;
  align-content:stretch!important;
  height:100%!important;
}

.k2-shop-products .k2-card-stock,
.post-type-archive-product .k2-card-stock,
.tax-product_cat .k2-card-stock,
.tax-product_tag .k2-card-stock{
  height:20px!important;
  min-height:20px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

.k2-shop-products .woocommerce-loop-product__title,
.post-type-archive-product .woocommerce-loop-product__title,
.tax-product_cat .woocommerce-loop-product__title,
.tax-product_tag .woocommerce-loop-product__title{
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
}

.k2-shop-products .k2-card-rating,
.post-type-archive-product .k2-card-rating,
.tax-product_cat .k2-card-rating,
.tax-product_tag .k2-card-rating{
  height:18px!important;
  min-height:18px!important;
  overflow:hidden!important;
}

.k2-shop-products .k2-card-footer,
.post-type-archive-product .k2-card-footer,
.tax-product_cat .k2-card-footer,
.tax-product_tag .k2-card-footer{
  min-height:58px!important;
  margin-top:0!important;
  align-self:end!important;
}

@media (max-width:1199px){
  .k2-shop-products ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:820px){
  .k2-shop-products ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .k2-shop-products ul.products > li.product,
  .post-type-archive-product ul.products > li.product,
  .tax-product_cat ul.products > li.product,
  .tax-product_tag ul.products > li.product{min-height:340px!important}
  .k2-shop-products ul.products > li.product .k2-card-link,
  .post-type-archive-product ul.products > li.product .k2-card-link,
  .tax-product_cat ul.products > li.product .k2-card-link,
  .tax-product_tag ul.products > li.product .k2-card-link{grid-template-rows:175px minmax(0,1fr)!important}
}

/* K2Camping v3.2.0 — premium product cards, polished product page and horizontal recommendations */
:root{
  --k2-v32-green:#159447;
  --k2-v32-green-dark:#0f7538;
  --k2-v32-ink:#101410;
  --k2-v32-soft:#f5f7f4;
  --k2-v32-border:#e6ebe5;
}

/* Archive cards */
.k2-shop-products ul.products > li.product,
.post-type-archive-product ul.products > li.product,
.tax-product_cat ul.products > li.product,
.tax-product_tag ul.products > li.product{
  min-height:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.k2-v32-card-inner{
  width:100%;height:100%;min-height:420px;
  display:grid;grid-template-rows:230px minmax(0,1fr);
  overflow:hidden;background:#fff;border:1px solid var(--k2-v32-border);
  border-radius:22px;box-shadow:0 8px 28px rgba(16,20,16,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.k2-v32-card-inner:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(16,20,16,.12);border-color:#cfe2d3}
.k2-v32-card-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#fbfcfb,#f0f4f0)}
.k2-v32-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:18px!important;transition:transform .32s ease!important}
.k2-v32-card-inner:hover .k2-v32-card-image img{transform:scale(1.045)}
.k2-v32-badges{position:absolute;z-index:3;top:12px;right:12px;display:flex;gap:6px;flex-wrap:wrap}
.k2-v32-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.k2-v32-badge.is-sale{background:#ef3340;color:#fff}.k2-v32-badge.is-new{background:#dfff8d;color:#173c14}
.k2-v32-view{position:absolute;left:50%;bottom:12px;transform:translate(-50%,12px);opacity:0;padding:7px 14px;border-radius:999px;background:rgba(16,20,16,.9);color:#fff;font-size:11px;font-weight:700;transition:.22s}
.k2-v32-card-inner:hover .k2-v32-view{transform:translate(-50%,0);opacity:1}
.k2-v32-card-body{display:grid;grid-template-rows:24px 52px 20px minmax(58px,auto);gap:7px;padding:14px 15px 15px}
.k2-v32-card-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.k2-v32-stock,.k2-v32-fast{font-size:10.5px;font-weight:700;white-space:nowrap}
.k2-v32-stock{display:flex;align-items:center;gap:5px;color:#687268}.k2-v32-stock i{width:7px;height:7px;border-radius:50%;background:#aaa}.k2-v32-stock.is-in{color:#138144}.k2-v32-stock.is-in i{background:#1ab15b;box-shadow:0 0 0 4px rgba(26,177,91,.12)}.k2-v32-stock.is-out{color:#b34c4c}
.k2-v32-fast{color:#6c756d;background:#f2f5f2;border-radius:999px;padding:4px 8px}
.k2-v32-card-body .woocommerce-loop-product__title{height:52px!important;min-height:52px!important;max-height:52px!important;margin:0!important;font-size:14px!important;line-height:1.85!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.k2-v32-card-body .woocommerce-loop-product__title a{color:var(--k2-v32-ink)!important;text-decoration:none!important}
.k2-v32-rating{height:20px;display:flex;align-items:center;overflow:hidden}.k2-v32-rating .star-rating{font-size:11px!important;margin:0!important}
.k2-v32-card-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #eef1ed}
.k2-v32-price{min-width:0;font-size:13px;font-weight:900;color:var(--k2-v32-ink)}.k2-v32-price del{font-size:10px;color:#9ba39c;display:block}.k2-v32-price ins{text-decoration:none}.k2-v32-price .woocommerce-Price-currencySymbol{font-size:.85em}
.k2-v32-quick-add{flex:0 0 42px!important;width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;margin:0!important;border:0!important;border-radius:13px!important;background:var(--k2-v32-green)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:26px!important;line-height:1!important;font-weight:500!important;box-shadow:0 7px 16px rgba(21,148,71,.22)!important}
.k2-v32-quick-add:hover{background:var(--k2-v32-green-dark)!important;transform:translateY(-2px)}.k2-v32-quick-add.is-view{font-size:20px!important;text-decoration:none!important}

/* Product page refinements */
.k2-v3-product-shell{max-width:1240px;margin-inline:auto}
.k2-product-gallery-card,.k2-product-summary-card,.k2-product-content-card,.k2-product-faq{border:1px solid var(--k2-v32-border)!important;box-shadow:0 10px 34px rgba(16,20,16,.055)!important}
.k2-product-summary-card .product_title{letter-spacing:-.45px}
.k2-product-price .price{display:inline-flex;align-items:baseline;gap:6px;padding:9px 14px;border-radius:14px;background:#eff8f1}
.k2-product-key-specs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;margin:14px 0!important;padding:0!important}
.k2-product-key-specs li{margin:0!important;padding:10px 12px!important;background:#f7f9f7;border:1px solid #edf0ed;border-radius:12px;line-height:1.75!important}
.k2-product-promises{gap:8px!important}.k2-product-promises>div{border:1px solid #e8eee9;border-radius:14px;background:#fbfcfb;padding:11px!important}
.k2-buy-box .single_add_to_cart_button{box-shadow:0 10px 24px rgba(21,148,71,.22)!important}
.k2-product-content-card .woocommerce-tabs ul.tabs{position:sticky;top:0;z-index:4;background:#fff}
.k2-product-related>section>h2,.related.products>h2{font-size:24px!important;margin-bottom:18px!important}
.k2-product-related ul.products,.related.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(220px,1fr))!important;gap:14px!important}

/* Shop hero and toolbar */
.k2-shop-hero{background:linear-gradient(135deg,#111711 0%,#0c2c17 100%)!important;color:#fff!important;border:0!important;box-shadow:0 14px 35px rgba(9,35,17,.18)!important}
.k2-shop-hero h1,.k2-shop-hero span,.k2-shop-hero p{color:#fff!important}.k2-shop-hero-icon{background:#dfff00!important;color:#10270f!important;box-shadow:0 0 0 12px rgba(223,255,0,.08)}
.k2-shop-toolbar{border:1px solid var(--k2-v32-border);border-radius:16px;background:#fff;padding:10px 14px!important;box-shadow:0 7px 20px rgba(16,20,16,.04)}
.k2-shop-ordering select{border-radius:11px!important;border-color:#dfe6df!important;background:#fafbfa!important}

@media (max-width:820px){
  .k2-v32-card-inner{min-height:350px;grid-template-rows:175px minmax(0,1fr);border-radius:16px}
  .k2-v32-card-image img{padding:10px!important}.k2-v32-view{display:none}
  .k2-v32-card-body{grid-template-rows:22px 46px 16px minmax(52px,auto);padding:10px;gap:5px}
  .k2-v32-card-body .woocommerce-loop-product__title{height:46px!important;min-height:46px!important;max-height:46px!important;font-size:12px!important;line-height:1.9!important}
  .k2-v32-fast{display:none}.k2-v32-price{font-size:11.5px}.k2-v32-quick-add{width:38px!important;height:38px!important;min-height:38px!important;flex-basis:38px!important;border-radius:11px!important}
  .k2-product-key-specs{grid-template-columns:1fr}
  .k2-product-related ul.products,.related.products ul.products{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding-bottom:8px!important;gap:10px!important}
  .k2-product-related ul.products>li,.related.products ul.products>li{flex:0 0 72%!important;scroll-snap-align:start!important}
}
@media (max-width:390px){.k2-v32-card-inner{grid-template-rows:155px minmax(0,1fr)}.k2-v32-badge{font-size:9.5px;min-height:24px;padding:3px 7px}.k2-v32-card-body{padding:9px}.k2-v32-price{font-size:10.5px}}

/* K2Camping v4.0.0 — homepage foundation rebuild */
:root{--k2v4-green:#84d100;--k2v4-green-dark:#5fa600;--k2v4-black:#0b0e0b;--k2v4-text:#161916;--k2v4-soft:#f6f8f5;--k2v4-line:#e6eae4}
.k2-v4-home{background:#fff;color:var(--k2v4-text);overflow:hidden}.k2-v4-home *{box-sizing:border-box}
.k2-v4-hero{margin:18px auto 0;max-width:1400px;width:calc(100% - 32px);min-height:430px;border-radius:28px;background:radial-gradient(circle at 75% 25%,#19371b 0,#0d160e 38%,#070907 100%);background-size:cover;background-position:center;overflow:hidden;color:#fff;position:relative}
.k2-v4-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 55%,rgba(132,209,0,.09));pointer-events:none}.k2-v4-hero-inner{min-height:430px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.k2-v4-hero-copy{max-width:650px;padding:45px 0}.k2-v4-eyebrow{display:inline-flex;padding:8px 14px;border:1px solid rgba(132,209,0,.55);border-radius:999px;color:#b6ef59;font-size:13px;font-weight:800}.k2-v4-hero h1{font-size:clamp(34px,5vw,66px);line-height:1.35;margin:20px 0 12px;color:#fff;letter-spacing:-1.4px}.k2-v4-hero p{font-size:18px;line-height:2;max-width:590px;color:#e6eae6}.k2-v4-actions{display:flex;gap:12px;margin-top:26px}.k2-v4-btn{min-height:52px;padding:0 24px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;text-decoration:none}.k2-v4-btn.is-primary{background:var(--k2v4-green);color:#14200d}.k2-v4-btn.is-ghost{border:1px solid rgba(255,255,255,.4);color:#fff}.k2-v4-hero-mark{width:280px;height:280px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 35px rgba(132,209,0,.035)}.k2-v4-hero-mark b{font-size:88px;color:var(--k2v4-green)}.k2-v4-hero-mark span{letter-spacing:4px;font-size:12px;color:#d8ded8}
.k2-v4-benefits{max-width:1280px;margin:14px auto 0}.k2-v4-benefit-grid{background:var(--k2v4-black);color:#fff;border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);padding:18px 24px}.k2-v4-benefit-grid>div{display:grid;grid-template-columns:40px 1fr;column-gap:10px;align-items:center;padding:4px 18px;border-left:1px solid rgba(255,255,255,.1)}.k2-v4-benefit-grid>div:last-child{border-left:0}.k2-v4-benefit-grid span{grid-row:1/3;font-size:26px;color:var(--k2v4-green)}.k2-v4-benefit-grid b{font-size:14px}.k2-v4-benefit-grid small{color:#bfc6bf}
.k2-v4-section{padding:48px 0}.k2-v4-soft{background:var(--k2v4-soft)}.k2-v4-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.k2-v4-heading h2{font-size:28px;margin:0;color:#121512}.k2-v4-heading small{display:block;color:#6fae16;font-weight:800;margin-bottom:4px}.k2-v4-heading>a{font-weight:800;color:#5f9015;text-decoration:none}.k2-v4-heading.is-centered{justify-content:center}.k2-v4-category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.k2-v4-cat{min-width:0;border:1px solid var(--k2v4-line);background:#fff;border-radius:18px;padding:14px 8px;text-align:center;text-decoration:none;color:#171a17;box-shadow:0 7px 22px rgba(13,20,13,.04);transition:.2s}.k2-v4-cat:hover{transform:translateY(-4px);border-color:#c7de9e}.k2-v4-cat span{width:86px;height:86px;margin:0 auto 10px;border-radius:18px;background:#f5f8f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.k2-v4-cat img{width:100%;height:100%;object-fit:contain;padding:8px}.k2-v4-cat span b{font-size:26px;color:#6aa900}.k2-v4-cat strong{display:block;font-size:13px;line-height:1.7}.k2-v4-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.k2-v4-brand-grid>div{height:94px;border:1px solid var(--k2v4-line);border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:23px;box-shadow:0 8px 22px rgba(0,0,0,.035)}
.k2-v4-feature-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:stretch}.k2-v4-feature-card{min-height:100%;border-radius:24px;background:linear-gradient(155deg,#0a100b,#16371a);color:#fff;padding:32px 26px;display:flex;flex-direction:column;justify-content:end;box-shadow:0 18px 38px rgba(8,31,13,.18)}.k2-v4-feature-card span{color:#9fe33b;font-weight:800}.k2-v4-feature-card h3{font-size:30px;line-height:1.5;margin:10px 0}.k2-v4-feature-card p{color:#ced5ce;line-height:1.9}.k2-v4-feature-card a{align-self:flex-start;margin-top:16px;padding:11px 17px;border-radius:10px;background:var(--k2v4-green);color:#15210f;text-decoration:none;font-weight:900}.k2-v4-products .woocommerce ul.products,.k2-v4-products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0!important}.k2-v4-products ul.products>li.product{width:auto!important;margin:0!important;float:none!important}.k2-v4-post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.k2-v4-post-grid article{border:1px solid var(--k2v4-line);border-radius:18px;overflow:hidden;background:#fff}.k2-v4-post-image{height:190px;display:flex;align-items:center;justify-content:center;background:#111a12;color:#9ada38;text-decoration:none;font-weight:900}.k2-v4-post-image img{width:100%;height:100%;object-fit:cover}.k2-v4-post-grid h3{font-size:15px;line-height:1.85;padding:14px;margin:0}.k2-v4-post-grid h3 a{text-decoration:none;color:#151815}.k2-v4-cta{padding:0 0 48px}.k2-v4-cta-inner{border-radius:24px;background:linear-gradient(100deg,#0b0f0c 0,#152817 60%,#88d600 100%);color:#fff;padding:28px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.k2-v4-cta small{color:#b8ef62;font-weight:800}.k2-v4-cta h2{margin:5px 0;color:#fff}.k2-v4-cta p{margin:0;color:#d8ded8}.k2-v4-cta a{background:#fff;color:#172018;text-decoration:none;font-weight:900;padding:13px 20px;border-radius:12px;white-space:nowrap}
/* Remove the rejected v3.3 blocks even if cached markup survives */.k2-v33-stats,.k2-v33-newsletter{display:none!important}
@media(max-width:1024px){.k2-v4-category-grid{grid-template-columns:repeat(4,1fr)}.k2-v4-feature-layout{grid-template-columns:1fr}.k2-v4-feature-card{min-height:230px}.k2-v4-products .woocommerce ul.products,.k2-v4-products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.k2-v4-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.k2-v4-hero{width:calc(100% - 20px);min-height:430px;margin-top:10px;border-radius:24px}.k2-v4-hero-inner{min-height:430px}.k2-v4-hero-copy{padding:36px 4px}.k2-v4-hero h1{font-size:38px}.k2-v4-hero p{font-size:15px}.k2-v4-hero-mark{display:none}.k2-v4-actions{flex-direction:column}.k2-v4-btn{width:100%}.k2-v4-benefits{padding:0 10px}.k2-v4-benefit-grid{grid-template-columns:repeat(2,1fr);padding:10px}.k2-v4-benefit-grid>div{border:0;padding:10px 8px;grid-template-columns:32px 1fr}.k2-v4-benefit-grid b{font-size:12px}.k2-v4-benefit-grid small{font-size:10px}.k2-v4-section{padding:34px 0}.k2-v4-heading h2{font-size:23px}.k2-v4-category-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;scroll-snap-type:x mandatory}.k2-v4-cat{flex:0 0 118px;scroll-snap-align:start}.k2-v4-cat span{width:72px;height:72px}.k2-v4-brand-grid{grid-template-columns:repeat(2,1fr)}.k2-v4-brand-grid>div{height:78px;font-size:18px}.k2-v4-products .woocommerce ul.products,.k2-v4-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.k2-v4-post-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.k2-v4-post-grid article{flex:0 0 82%;scroll-snap-align:start}.k2-v4-cta-inner{margin-inline:10px;flex-direction:column;align-items:flex-start;padding:24px}.k2-v4-cta a{width:100%;text-align:center}.k2-v4-feature-card{min-height:210px}}

/* =========================================================
   K2Camping 4.1.0 — visual polish, official logo and stable grids
   ========================================================= */
.k2-official-logo{display:block;width:72px;height:72px;object-fit:contain;border-radius:50%}
.k2-brand .custom-logo{object-fit:contain}
.k2-v410-hero-logo{width:300px;height:300px;display:grid;place-items:center;flex:0 0 auto}
.k2-v410-hero-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:drop-shadow(0 20px 50px rgba(0,0,0,.35))}

/* Strong photographic category cards. */
.k2-v410-categories .k2-v4-cat{padding:0;overflow:hidden;text-align:right;position:relative;min-height:170px;background:#101510}
.k2-v410-categories .k2-v4-cat span{width:100%;height:128px;margin:0;border-radius:0;background:#101510}
.k2-v410-categories .k2-v4-cat span:after{content:"";position:absolute;inset:0 0 42px;background:linear-gradient(180deg,transparent 30%,rgba(6,10,7,.6));pointer-events:none}
.k2-v410-categories .k2-v4-cat img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .35s ease}
.k2-v410-categories .k2-v4-cat:hover img{transform:scale(1.06)}
.k2-v410-categories .k2-v4-cat strong{height:42px;display:flex;align-items:center;padding:0 13px;background:#fff;font-size:13px;position:relative;z-index:2}

/* Stable product grids: no floats, no uneven columns, no weekly offer. */
.k2-v4-products{width:100%;min-width:0}
.k2-v4-products .products.k2-home-product-grid,
.k2-v4-products ul.products.k2-home-product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  align-items:stretch!important;
}
.k2-v4-products .k2-home-product-grid>li.product{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  float:none!important;
  clear:none!important;
  display:block!important;
}
.k2-v4-products .k2-home-product-grid>li.product .k2-v32-card-inner{height:100%!important;min-height:430px!important}
.k2-v4-products .k2-home-product-grid>li.product:nth-child(n){grid-column:auto!important;grid-row:auto!important}

/* More attractive articles with real images. */
.k2-v410-articles{background:linear-gradient(180deg,#fff,#f6f8f5)}
.k2-v4-post-grid article{box-shadow:0 12px 34px rgba(13,21,14,.07);transition:.25s;position:relative}
.k2-v4-post-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(13,21,14,.12)}
.k2-v4-post-image{height:220px;overflow:hidden}
.k2-v4-post-image img{transition:transform .4s ease}
.k2-v4-post-grid article:hover .k2-v4-post-image img{transform:scale(1.045)}
.k2-v410-post-copy{padding:14px 16px 18px}
.k2-v410-post-copy small{font-size:11px;color:#7b857b}
.k2-v410-post-copy h3{padding:6px 0 0!important;font-size:16px!important}

/* Keep old rejected blocks out. */
.k2-v4-feature-card,.k2-v33-stats,.k2-v33-newsletter{display:none!important}

@media(max-width:1024px){
  .k2-v4-products .products.k2-home-product-grid,
  .k2-v4-products ul.products.k2-home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .k2-v410-hero-logo{width:240px;height:240px}
}
@media(max-width:760px){
  .k2-official-logo{width:54px;height:54px}
  .k2-v410-hero-logo{display:none}
  .k2-v410-categories .k2-v4-cat{flex:0 0 158px;min-height:165px}
  .k2-v410-categories .k2-v4-cat span{height:123px}
  .k2-v4-products .products.k2-home-product-grid,
  .k2-v4-products ul.products.k2-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .k2-v4-products .k2-home-product-grid>li.product .k2-v32-card-inner{min-height:350px!important}
  .k2-v4-post-image{height:190px}
}

/* =========================================================
   K2Camping 4.2.0 — universal carousels, branded media, related-products desktop fix
   ========================================================= */
.k2-carousel{position:relative;min-width:0}
.k2-carousel-track{
  display:flex!important;
  gap:16px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:4px 2px 12px!important;
}
.k2-carousel-track::-webkit-scrollbar{display:none}
.k2-carousel-track>*{scroll-snap-align:start;flex:0 0 auto}
.k2-carousel-btn{
  position:absolute;top:50%;z-index:12;transform:translateY(-50%);
  width:42px;height:42px;border:1px solid #dfe6df;border-radius:50%;
  background:#fff;color:#111;font:900 28px/1 Arial;display:grid;place-items:center;
  cursor:pointer;box-shadow:0 10px 28px rgba(8,20,10,.14);transition:.2s;
}
.k2-carousel-btn:hover{background:#151915;color:#dfff00;border-color:#151915}
.k2-carousel-prev{right:-18px}.k2-carousel-next{left:-18px}

/* Categories: six visible on desktop, strong photography, stable dimensions. */
.k2-v420-home .k2-v4-category-grid{display:flex!important;grid-template-columns:none!important}
.k2-v420-home .k2-v4-category-grid .k2-v4-cat{flex-basis:calc((100% - 80px)/6);min-width:170px;max-width:220px}
.k2-v420-home .k2-v410-categories .k2-v4-cat{min-height:192px;border-radius:20px}
.k2-v420-home .k2-v410-categories .k2-v4-cat span{height:146px}
.k2-v420-home .k2-v410-categories .k2-v4-cat strong{height:46px;font-size:14px}
.k2-v420-home .k2-v410-categories .k2-v4-cat img{filter:saturate(.96) contrast(1.03)}

/* Brands: carousel on every screen. */
.k2-v420-home .k2-v4-brand-grid{display:flex!important;grid-template-columns:none!important}
.k2-v420-home .k2-v4-brand-grid>div{
  flex-basis:calc((100% - 48px)/4);min-width:230px;height:105px;
  background:linear-gradient(145deg,#fff,#f7f9f6);position:relative;overflow:hidden
}
.k2-v420-home .k2-v4-brand-grid>div:before{content:"K2";position:absolute;left:16px;bottom:-12px;font-size:54px;font-weight:900;color:rgba(120,180,20,.08)}
.k2-v420-home .k2-v4-brand-grid strong{position:relative;z-index:1}

/* Articles: carousel on desktop and mobile, custom branded images included. */
.k2-v420-home .k2-v4-post-grid{display:flex!important;grid-template-columns:none!important}
.k2-v420-home .k2-v4-post-grid article{flex-basis:calc((100% - 48px)/4);min-width:270px;max-width:360px}
.k2-v420-home .k2-v4-post-image{height:205px}

/* Main homepage products stay grids by request. */
.k2-v420-home .k2-v4-products .products.k2-home-product-grid,
.k2-v420-home .k2-v4-products ul.products.k2-home-product-grid{
  display:grid!important;overflow:visible!important;scroll-snap-type:none!important;
}

/* Related products: reliable horizontal carousel instead of broken empty desktop grid. */
.k2-product-related.k2-related-carousel{position:relative;overflow:visible!important}
.k2-product-related.k2-related-carousel>section,
.k2-product-related.k2-related-carousel>.related{
  overflow:hidden!important;padding:24px 30px!important;min-height:480px
}
.k2-product-related.k2-related-carousel ul.products,
.k2-product-related.k2-related-carousel .related ul.products{
  display:flex!important;grid-template-columns:none!important;
  gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;
  scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;
  margin:0!important;padding:4px 2px 14px!important;width:100%!important;
}
.k2-product-related.k2-related-carousel ul.products::-webkit-scrollbar{display:none}
.k2-product-related.k2-related-carousel ul.products>li.product{
  flex:0 0 calc((100% - 48px)/4)!important;width:auto!important;min-width:220px!important;
  max-width:300px!important;margin:0!important;float:none!important;clear:none!important;
  scroll-snap-align:start;display:block!important;opacity:1!important;visibility:visible!important;
  transform:none!important
}
.k2-product-related.k2-related-carousel .k2-v32-card-inner{min-height:410px!important;height:100%!important}
.k2-product-related.k2-related-carousel .k2-carousel-prev{right:2px}
.k2-product-related.k2-related-carousel .k2-carousel-next{left:2px}

/* Prevent lazy/skeleton styles from leaving cards invisible. */
.k2-product-related .products li.product,
.k2-product-related .products li.product *{animation:none!important}
.k2-product-related .products li.product img{opacity:1!important;visibility:visible!important}

@media(max-width:1024px){
  .k2-v420-home .k2-v4-category-grid .k2-v4-cat{flex-basis:calc((100% - 48px)/4)}
  .k2-v420-home .k2-v4-brand-grid>div{flex-basis:calc((100% - 32px)/3)}
  .k2-v420-home .k2-v4-post-grid article{flex-basis:calc((100% - 32px)/3)}
  .k2-product-related.k2-related-carousel ul.products>li.product{flex-basis:calc((100% - 32px)/3)!important}
}
@media(max-width:760px){
  .k2-carousel-btn{width:36px;height:36px;font-size:23px}
  .k2-carousel-prev{right:4px}.k2-carousel-next{left:4px}
  .k2-v420-home .k2-v4-category-grid .k2-v4-cat{flex:0 0 158px;min-width:158px}
  .k2-v420-home .k2-v4-brand-grid>div{flex:0 0 76%;min-width:240px;height:88px}
  .k2-v420-home .k2-v4-post-grid article{flex:0 0 84%;min-width:275px;max-width:none}
  .k2-product-related.k2-related-carousel>section,
  .k2-product-related.k2-related-carousel>.related{padding:20px 12px!important;min-height:0}
  .k2-product-related.k2-related-carousel ul.products>li.product{flex:0 0 82%!important;min-width:250px!important;max-width:310px!important}
  .k2-product-related.k2-related-carousel .k2-carousel-btn{top:52%}
}

/* K2Camping 4.2.2 — forced working carousels */
.k2-v420-home .k2-carousel{position:relative!important;display:block!important;overflow:visible!important}
.k2-v420-home .k2-carousel-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  grid-template-columns:none!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  gap:16px!important;
  padding:6px 4px 18px!important;
  scrollbar-width:none!important;
}
.k2-v420-home .k2-carousel-track::-webkit-scrollbar{display:none!important}
.k2-v420-home .k2-carousel-track>*{flex-shrink:0!important;scroll-snap-align:start!important}
.k2-v420-home .k2-category-carousel .k2-v4-cat{flex:0 0 calc((100% - 80px)/6)!important;min-width:170px!important;max-width:none!important}
.k2-v420-home .k2-brand-carousel .k2-v4-brand-grid>div{flex:0 0 calc((100% - 48px)/4)!important;min-width:230px!important}
.k2-v420-home .k2-article-carousel .k2-v4-post-grid>article{flex:0 0 calc((100% - 48px)/4)!important;min-width:270px!important;max-width:none!important}
.k2-v420-home .k2-carousel-btn{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.k2-v420-home .k2-carousel.is-carousel-ready:after{content:"";position:absolute;right:0;left:0;bottom:4px;height:2px;background:linear-gradient(90deg,transparent,#8cd400,transparent);opacity:.28;pointer-events:none}
@media(max-width:1050px){
  .k2-v420-home .k2-category-carousel .k2-v4-cat{flex-basis:calc((100% - 32px)/3)!important}
  .k2-v420-home .k2-brand-carousel .k2-v4-brand-grid>div{flex-basis:calc((100% - 32px)/3)!important}
  .k2-v420-home .k2-article-carousel .k2-v4-post-grid>article{flex-basis:calc((100% - 32px)/3)!important}
}
@media(max-width:760px){
  .k2-v420-home .k2-category-carousel .k2-v4-cat{flex:0 0 72%!important;min-width:220px!important}
  .k2-v420-home .k2-brand-carousel .k2-v4-brand-grid>div{flex:0 0 76%!important;min-width:240px!important}
  .k2-v420-home .k2-article-carousel .k2-v4-post-grid>article{flex:0 0 84%!important;min-width:275px!important}
  .k2-v420-home .k2-carousel-prev{right:6px!important}.k2-v420-home .k2-carousel-next{left:6px!important}
}

/* K2Camping 4.2.3 — RTL carousel engine fix */
.k2-v420-home .k2-carousel{overflow:hidden!important;padding-inline:24px!important}
.k2-v420-home .k2-carousel-track{cursor:grab!important;touch-action:pan-y!important}
.k2-v420-home .k2-carousel-track:active{cursor:grabbing!important}
.k2-v420-home .k2-carousel-track>*{direction:rtl!important}
.k2-v420-home .k2-carousel-btn{z-index:30!important}
.k2-v420-home .k2-carousel-prev{right:2px!important}
.k2-v420-home .k2-carousel-next{left:2px!important}
@media(max-width:760px){
  .k2-v420-home .k2-carousel{padding-inline:8px!important}
  .k2-v420-home .k2-carousel-btn{display:none!important}
  .k2-v420-home .k2-carousel-track{padding-inline:2px 14%!important}
}

/* =========================================================
   K2Camping v5.0.0 — full dark storefront & universal sliders
   ========================================================= */
:root{--k2v5-bg:#050605;--k2v5-panel:#0d100d;--k2v5-card:#111411;--k2v5-line:#242a24;--k2v5-green:#b7f000;--k2v5-text:#f5f7f2;--k2v5-muted:#9ca59b}
.k2-v5-home{background:var(--k2v5-bg);color:var(--k2v5-text);padding:18px 0 70px;overflow:hidden;direction:rtl}
.k2-v5-home *{box-sizing:border-box}.k2-v5-home a{text-decoration:none}.k2-v5-hero-wrap,.k2-v5-section,.k2-v5-benefits{width:min(1480px,calc(100% - 36px));margin-inline:auto}
.k2-v5-hero{min-height:480px;border-radius:28px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:58px 72px;position:relative;overflow:hidden;border:1px solid #2a302a;box-shadow:0 28px 70px rgba(0,0,0,.38)}
.k2-v5-hero:after{content:"";position:absolute;inset:auto -5% -65% auto;width:660px;height:660px;background:radial-gradient(circle,rgba(183,240,0,.14),transparent 64%);pointer-events:none}.k2-v5-hero-copy{position:relative;z-index:2;max-width:740px}.k2-v5-kicker{display:inline-flex;border:1px solid rgba(183,240,0,.45);color:var(--k2v5-green);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:900}.k2-v5-hero h1{color:#fff!important;font-size:clamp(38px,5vw,72px);line-height:1.35;margin:18px 0 12px;max-width:800px}.k2-v5-hero p{font-size:18px;line-height:2;color:#d9dfd6;max-width:680px}.k2-v5-actions{display:flex;gap:12px;margin-top:26px}.k2-v5-btn{min-height:52px;padding:0 25px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.k2-v5-btn.primary{background:var(--k2v5-green);color:#111}.k2-v5-btn.secondary{border:1px solid #687068;color:#fff;background:rgba(255,255,255,.03)}.k2-v5-hero-logo{width:280px;height:280px;border-radius:50%;background:rgba(0,0,0,.42);border:1px solid rgba(183,240,0,.35);display:grid;place-items:center;backdrop-filter:blur(6px);position:relative;z-index:1;flex:0 0 auto}.k2-v5-hero-logo img{width:86%;height:86%;object-fit:contain;border-radius:50%}
.k2-v5-benefits{margin-top:18px;background:linear-gradient(180deg,#111511,#090b09);border:1px solid #252b25;border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);padding:18px 24px;box-shadow:0 12px 34px rgba(0,0,0,.22)}.k2-v5-benefits>div{display:grid;grid-template-columns:46px 1fr;column-gap:12px;align-items:center;padding:8px 20px;border-left:1px solid #252b25}.k2-v5-benefits>div:last-child{border-left:0}.k2-v5-benefits span{grid-row:1/3;font-size:25px;color:var(--k2v5-green)}.k2-v5-benefits b{font-size:14px;color:#fff}.k2-v5-benefits small{font-size:11px;color:var(--k2v5-muted)}
.k2-v5-section{padding-top:54px}.k2-v5-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.k2-v5-heading h2{color:#fff!important;margin:0!important;font-size:30px!important}.k2-v5-heading a{color:var(--k2v5-green);font-weight:800;font-size:13px}
.k2-v5-carousel{position:relative;overflow:visible}.k2-v5-track{display:flex!important;flex-wrap:nowrap!important;gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 20px!important;margin:0!important;direction:rtl}.k2-v5-track::-webkit-scrollbar{display:none}.k2-v5-track>*{scroll-snap-align:start;flex:0 0 auto}.k2-v5-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:44px;height:44px;border-radius:50%;border:1px solid #303730;background:#101310;color:#fff;font:900 28px/1 Arial;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.35)}.k2-v5-prev{right:-20px}.k2-v5-next{left:-20px}.k2-v5-nav:hover{background:var(--k2v5-green);color:#0a0c08;border-color:var(--k2v5-green)}.k2-v5-dots{display:flex;justify-content:center;gap:6px;min-height:8px}.k2-v5-dots i{width:6px;height:6px;border-radius:99px;background:#3c433c;display:block}.k2-v5-dots i.active{width:24px;background:var(--k2v5-green)}
.k2-v5-category-card{position:relative;overflow:hidden;border-radius:18px;border:1px solid var(--k2v5-line);background:var(--k2v5-card);flex-basis:calc((100% - 80px)/6)!important;min-width:190px;height:250px;color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.18)}.k2-v5-category-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.k2-v5-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.88))}.k2-v5-category-card span{position:absolute;right:16px;left:16px;bottom:15px;z-index:2}.k2-v5-category-card strong{display:block;font-size:16px}.k2-v5-category-card small{color:#bcc4bb;font-size:11px}.k2-v5-category-card:hover img{transform:scale(1.05)}
.k2-v5-brand-card{flex-basis:calc((100% - 80px)/6)!important;min-width:190px;height:110px;border-radius:16px;border:1px solid var(--k2v5-line);background:linear-gradient(145deg,#151915,#0c0f0c);display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}.k2-v5-brand-card:after{content:"K2";position:absolute;left:12px;bottom:-18px;font-size:62px;font-weight:900;color:rgba(183,240,0,.06)}.k2-v5-brand-card span{font-size:22px;font-weight:900;position:relative;z-index:2}.k2-v5-brand-card:hover{border-color:#6f8b19;color:var(--k2v5-green)}
.k2-v5-product-carousel ul.products.k2-v5-track{list-style:none}.k2-v5-product-carousel ul.products.k2-v5-track>li.product{flex:0 0 calc((100% - 80px)/6)!important;width:auto!important;min-width:205px!important;max-width:none!important;margin:0!important;float:none!important;clear:none!important;display:block!important}.k2-v5-product-carousel .k2-v32-card-inner{background:linear-gradient(180deg,#151915,#0d100d)!important;border-color:#242a24!important;box-shadow:none!important;min-height:410px!important}.k2-v5-product-carousel .k2-v32-card-image{background:#111411!important}.k2-v5-product-carousel .k2-v32-card-body,.k2-v5-product-carousel .k2-v32-card-body a,.k2-v5-product-carousel .woocommerce-loop-product__title{color:#f4f6f2!important}.k2-v5-product-carousel .k2-v32-stock{color:#9ca59b!important}.k2-v5-product-carousel .price,.k2-v5-product-carousel .k2-v32-price{color:#fff!important}.k2-v5-product-carousel .k2-v32-quick-add{background:var(--k2v5-green)!important;color:#0b0d09!important}.k2-v5-product-carousel .k2-v32-badge{background:var(--k2v5-green)!important;color:#10130d!important}.k2-v5-product-carousel .k2-v32-card-inner:hover{border-color:#5e741b!important;transform:translateY(-4px)}
.k2-v5-article-card{flex-basis:calc((100% - 64px)/5)!important;min-width:250px;border:1px solid var(--k2v5-line);background:var(--k2v5-card);border-radius:18px;overflow:hidden}.k2-v5-article-card>a{display:block;height:190px;overflow:hidden}.k2-v5-article-card img{width:100%;height:100%;object-fit:cover;transition:.35s}.k2-v5-article-card>div{padding:15px 16px 20px}.k2-v5-article-card small{color:var(--k2v5-green);font-size:11px}.k2-v5-article-card h3{font-size:15px!important;line-height:1.9;margin:7px 0 0!important;height:58px;overflow:hidden}.k2-v5-article-card h3 a{color:#fff}.k2-v5-article-card:hover img{transform:scale(1.05)}
@media(max-width:1180px){.k2-v5-hero{padding:45px}.k2-v5-hero-logo{width:220px;height:220px}.k2-v5-category-card,.k2-v5-brand-card{flex-basis:calc((100% - 48px)/4)!important}.k2-v5-product-carousel ul.products.k2-v5-track>li.product{flex-basis:calc((100% - 48px)/4)!important}.k2-v5-article-card{flex-basis:calc((100% - 48px)/4)!important}}
@media(max-width:820px){.k2-v5-home{padding-top:10px}.k2-v5-hero-wrap,.k2-v5-section,.k2-v5-benefits{width:min(100% - 22px,1480px)}.k2-v5-hero{min-height:520px;padding:35px 24px;align-items:flex-end;border-radius:22px}.k2-v5-hero-logo{display:none}.k2-v5-hero h1{font-size:38px}.k2-v5-hero p{font-size:15px}.k2-v5-benefits{grid-template-columns:repeat(2,1fr);padding:12px}.k2-v5-benefits>div{border:0;padding:10px}.k2-v5-heading h2{font-size:23px!important}.k2-v5-section{padding-top:42px}.k2-v5-category-card{flex:0 0 72%!important;min-width:245px;height:230px}.k2-v5-brand-card{flex:0 0 66%!important;min-width:230px}.k2-v5-product-carousel ul.products.k2-v5-track>li.product{flex:0 0 78%!important;min-width:255px!important}.k2-v5-article-card{flex:0 0 84%!important;min-width:275px}.k2-v5-nav{display:none}.k2-v5-track{padding-left:14%!important}.k2-v5-actions{flex-wrap:wrap}.k2-v5-btn{flex:1 1 150px}}
@media(max-width:420px){.k2-v5-hero h1{font-size:33px}.k2-v5-benefits{grid-template-columns:1fr 1fr}.k2-v5-benefits b{font-size:12px}.k2-v5-category-card{flex-basis:82%!important}.k2-v5-product-carousel ul.products.k2-v5-track>li.product{flex-basis:86%!important}}

/* =========================================================
   K2 v5.1.0 — Global day/night theme on every page
   ========================================================= */
:root,
html[data-k2-theme="light"]{
  --k2-page:#f6f7f5;
  --k2-surface:#ffffff;
  --k2-surface-2:#f1f3ef;
  --k2-surface-3:#e8ece5;
  --k2-text:#111512;
  --k2-muted:#69716b;
  --k2-line:#dde3dc;
  --k2-line-strong:#cbd3ca;
  --k2-shadow:0 14px 40px rgba(18,28,21,.08);
  --k2-shadow-soft:0 8px 24px rgba(18,28,21,.06);
  --k2-header:#ffffff;
  --k2-input:#ffffff;
  --k2-footer:#0b0e0c;
  --k2-overlay:rgba(255,255,255,.86);
  color-scheme:light;
}

html{background:var(--k2-page);transition:background-color .28s ease,color .28s ease}
body,
.site-main,
.k2-home,
.woocommerce-page,
.woocommerce-account,
.woocommerce-cart,
.woocommerce-checkout{background:var(--k2-page)!important;color:var(--k2-text)!important;transition:background-color .28s ease,color .28s ease}
body *{border-color:var(--k2-line)}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease}

/* theme toggle */









/* global header/navigation */
.k2-mainbar,.k2-nav-wrap{background:var(--k2-header)!important;color:var(--k2-text)!important;border-color:var(--k2-line)!important}
.k2-brand,.k2-brand-text,.k2-brand-text strong,.k2-action,.k2-action-copy b,.k2-nav a{color:var(--k2-text)!important}
.k2-brand-text small,.k2-action-copy small{color:var(--k2-muted)!important}
.k2-search{background:var(--k2-input)!important;border-color:var(--k2-line)!important}
.k2-search input,.k2-search select{background:transparent!important;color:var(--k2-text)!important}
.k2-search input::placeholder{color:var(--k2-muted)!important}
.k2-search-cat option{background:var(--k2-surface);color:var(--k2-text)}
.k2-mobile-toggle{color:var(--k2-text);border-color:var(--k2-line);background:var(--k2-surface-2)}

.k2-nav li.menu-item-has-children>ul{background:var(--k2-surface)!important;border-color:var(--k2-line)!important;box-shadow:var(--k2-shadow)!important}

/* universal cards, panels, forms and tables */
.k2-section,
.k2-section-card,
.k2-category-card,
.k2-brand-card,
.k2-article-card,
.k2-product-card,
.k2-contact-card,
.k2-account-card,
.k2-checkout-card,
.k2-trust-box,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon,
.woocommerce table.shop_table,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details,
article,
.widget,
.elementor-widget-container{
  background-color:var(--k2-surface)!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
}
.k2-category-card,.k2-brand-card,.k2-article-card,.woocommerce ul.products li.product{box-shadow:var(--k2-shadow-soft)}
.k2-section-head h2,.k2-section-head h3,.woocommerce h1,.woocommerce h2,.woocommerce h3,.entry-title,.page-title,.product_title,.woocommerce-loop-product__title{color:var(--k2-text)!important}
.k2-section-head a,.k2-card-meta,.k2-article-card p,.woocommerce .woocommerce-result-count,.woocommerce-product-details__short-description,.woocommerce div.product .woocommerce-product-rating,.woocommerce-review-link,.woocommerce .product_meta,.woocommerce .product_meta a{color:var(--k2-muted)!important}

/* WooCommerce product, cart, checkout and account */
.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price,.woocommerce-Price-amount{color:var(--k2-text)!important}
.woocommerce div.product .stock,.k2-stock{color:var(--k2-green)!important}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,.select2-container--default .select2-selection--single,.select2-dropdown,.select2-search__field,input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="number"],input[type="search"],textarea,select{
  background:var(--k2-input)!important;color:var(--k2-text)!important;border-color:var(--k2-line)!important
}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--k2-text)!important}
.select2-container--default .select2-results__option{background:var(--k2-surface);color:var(--k2-text)}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--k2-green)!important;color:#071008!important}
.woocommerce table.shop_table th,.woocommerce table.shop_table td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{border-color:var(--k2-line)!important;color:var(--k2-text)!important;background:transparent!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-green)!important;box-shadow:var(--k2-shadow-soft)}
.woocommerce-tabs ul.tabs li{background:var(--k2-surface-2)!important;border-color:var(--k2-line)!important}
.woocommerce-tabs ul.tabs li a{color:var(--k2-text)!important}
.woocommerce-tabs ul.tabs li.active{background:var(--k2-surface)!important}
.woocommerce div.product form.cart .variations select{background:var(--k2-input)!important;color:var(--k2-text)!important}
.woocommerce-MyAccount-navigation a{color:var(--k2-text)!important}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--k2-green)!important;color:#071008!important}

/* Blog, pages and contact */
.entry-content,.entry-content p,.entry-content li,.page-content,.page-content p,.k2-contact-page,.k2-contact-page p{color:var(--k2-text)}
.entry-content blockquote{background:var(--k2-surface-2);border-color:var(--k2-green)}
.wp-block-table table,.wp-block-table td,.wp-block-table th{border-color:var(--k2-line);color:var(--k2-text)}

/* carousel and controls */
.k2-carousel-arrow{background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-line)!important;box-shadow:var(--k2-shadow-soft)!important}
.k2-carousel-arrow:hover{background:var(--k2-green)!important;color:#071008!important}
.k2-carousel-dots button{background:var(--k2-line-strong)}
.k2-carousel-dots button.is-active{background:var(--k2-green)}

/* Light mode: keep premium dark hero/benefit/footer areas */
.k2-topbar,.k2-hero,.k2-benefit-strip,.k2-footer,.k2-bottom-benefits{color:#fff}
.k2-hero *,.k2-topbar *,.k2-footer *,.k2-benefit-strip *,.k2-bottom-benefits *{--k2-text:#fff}

/* Dark mode image and surface tuning */





/* Mobile placement */
@media(max-width:760px){
  
  
  .k2-actions{gap:5px!important}
  .k2-actions .k2-action-copy{display:none!important}
  
  .k2-mobile-quicklinks a{background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-line)!important}
  .k2-mobile-quicklinks a:last-child{background:var(--k2-text)!important;color:var(--k2-page)!important}
}

@media(prefers-reduced-motion:reduce){
  
}

/* =========================================================
   K2 v5.1.1 — complete day/night text and product-page fix
   ========================================================= */
html[data-k2-theme] body,
html[data-k2-theme] .site,
html[data-k2-theme] .site-main,
html[data-k2-theme] main,
html[data-k2-theme] article,
html[data-k2-theme] section{
  color:var(--k2-text)!important;
}

/* Custom K2 single-product surfaces */
html[data-k2-theme] .k2-v3-product-shell,
html[data-k2-theme] .k2-v3-product-main,
html[data-k2-theme] .k2-product-content-card,
html[data-k2-theme] .k2-product-faq,
html[data-k2-theme] .k2-product-related{
  background:transparent!important;
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-product-gallery-card,
html[data-k2-theme] .k2-product-summary-card,
html[data-k2-theme] .k2-product-content-card,
html[data-k2-theme] .k2-product-faq,
html[data-k2-theme] .k2-product-related,
html[data-k2-theme] .single-product .related.products,
html[data-k2-theme] .single-product .upsells.products{
  background:var(--k2-surface)!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
  box-shadow:var(--k2-shadow-soft)!important;
}
html[data-k2-theme] .k2-product-summary-card *,
html[data-k2-theme] .k2-product-content-card *,
html[data-k2-theme] .k2-product-faq *,
html[data-k2-theme] .k2-product-related *{
  border-color:var(--k2-line);
}
html[data-k2-theme] .k2-product-summary-card .product_title,
html[data-k2-theme] .k2-product-summary-card h1,
html[data-k2-theme] .k2-product-summary-card h2,
html[data-k2-theme] .k2-product-summary-card h3,
html[data-k2-theme] .k2-product-content-card h2,
html[data-k2-theme] .k2-product-content-card h3,
html[data-k2-theme] .k2-product-faq h2,
html[data-k2-theme] .k2-product-related h2,
html[data-k2-theme] .related.products>h2,
html[data-k2-theme] .upsells.products>h2{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-product-breadcrumb,
html[data-k2-theme] .k2-product-breadcrumb a,
html[data-k2-theme] .woocommerce-breadcrumb,
html[data-k2-theme] .woocommerce-breadcrumb a,
html[data-k2-theme] .k2-product-brand,
html[data-k2-theme] .k2-product-rating-row,
html[data-k2-theme] .k2-product-short,
html[data-k2-theme] .k2-product-key-specs,
html[data-k2-theme] .k2-product-key-specs li,
html[data-k2-theme] .k2-product-meta,
html[data-k2-theme] .k2-product-meta a{
  color:var(--k2-muted)!important;
}
html[data-k2-theme] .k2-product-brand strong,
html[data-k2-theme] .k2-product-price,
html[data-k2-theme] .k2-product-price .price,
html[data-k2-theme] .k2-product-price .woocommerce-Price-amount,
html[data-k2-theme] .k2-product-stock,
html[data-k2-theme] .k2-product-key-specs strong{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-share-product,
html[data-k2-theme] .k2-help-btn,
html[data-k2-theme] .k2-product-promises>div,
html[data-k2-theme] .k2-product-delivery,
html[data-k2-theme] .k2-product-faq details{
  background:var(--k2-surface-2)!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
}
html[data-k2-theme] .k2-share-product:hover,
html[data-k2-theme] .k2-help-btn:hover{
  border-color:var(--k2-green)!important;
}
html[data-k2-theme] .k2-product-promises strong,
html[data-k2-theme] .k2-product-delivery h3,
html[data-k2-theme] .k2-product-delivery strong,
html[data-k2-theme] .k2-product-faq summary{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-product-promises small,
html[data-k2-theme] .k2-product-delivery span,
html[data-k2-theme] .k2-product-faq p{
  color:var(--k2-muted)!important;
}

/* Tabs and long description */
html[data-k2-theme] .woocommerce-tabs .panel,
html[data-k2-theme] .woocommerce-tabs .panel p,
html[data-k2-theme] .woocommerce-tabs .panel li,
html[data-k2-theme] .woocommerce-Tabs-panel,
html[data-k2-theme] .woocommerce-Tabs-panel p,
html[data-k2-theme] .woocommerce-Tabs-panel li,
html[data-k2-theme] .woocommerce-product-attributes-item__label,
html[data-k2-theme] .woocommerce-product-attributes-item__value,
html[data-k2-theme] .woocommerce-product-attributes-item__value p{
  color:var(--k2-text)!important;
  background:transparent!important;
}
html[data-k2-theme] .woocommerce-product-attributes,
html[data-k2-theme] .woocommerce-product-attributes th,
html[data-k2-theme] .woocommerce-product-attributes td{
  background:transparent!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
}

/* Product-loop text and custom v5 cards */
html[data-k2-theme] .woocommerce ul.products li.product,
html[data-k2-theme] .k2-v32-card-inner,
html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-inner{
  background:var(--k2-surface)!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
}
html[data-k2-theme] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[data-k2-theme] .woocommerce ul.products li.product .price,
html[data-k2-theme] .woocommerce ul.products li.product .price *,
html[data-k2-theme] .k2-v32-card-body,
html[data-k2-theme] .k2-v32-card-body a,
html[data-k2-theme] .k2-v32-card-body h2,
html[data-k2-theme] .k2-v32-price,
html[data-k2-theme] .k2-v32-price *{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-v32-stock,
html[data-k2-theme] .k2-card-stock,
html[data-k2-theme] .k2-card-shipping{
  color:var(--k2-muted)!important;
}

/* Category, brand and article text follows theme */
html[data-k2-theme="light"] .k2-v5-heading h2,
html[data-k2-theme="light"] .k2-v5-article-card h3 a,
html[data-k2-theme="light"] .k2-v5-brand-card,
html[data-k2-theme="light"] .k2-v5-brand-card span{
  color:var(--k2-text)!important;
}
html[data-k2-theme="light"] .k2-v5-brand-card,
html[data-k2-theme="light"] .k2-v5-article-card{
  background:var(--k2-surface)!important;
  border-color:var(--k2-line)!important;
}
html[data-k2-theme="light"] .k2-v5-brand-card{
  background:linear-gradient(145deg,#fff,#f0f3ee)!important;
}


/* Mobile sticky buy bar follows selected theme */
html[data-k2-theme] .k2-mobile-buybar{
  background:color-mix(in srgb,var(--k2-surface) 94%,transparent)!important;
  color:var(--k2-text)!important;
  border-color:var(--k2-line)!important;
  box-shadow:0 -10px 35px rgba(0,0,0,.16)!important;
}
html[data-k2-theme] .k2-mobile-buy-price,
html[data-k2-theme] .k2-mobile-buy-price small,
html[data-k2-theme] .k2-mobile-buy-price .price,
html[data-k2-theme] .k2-mobile-buy-price .woocommerce-Price-amount{
  color:var(--k2-text)!important;
}

/* Broad safety net for headings and normal copy on inner pages */
html[data-k2-theme] .entry-content h1,
html[data-k2-theme] .entry-content h2,
html[data-k2-theme] .entry-content h3,
html[data-k2-theme] .entry-content h4,
html[data-k2-theme] .entry-content h5,
html[data-k2-theme] .entry-content h6,
html[data-k2-theme] .page-content h1,
html[data-k2-theme] .page-content h2,
html[data-k2-theme] .page-content h3,
html[data-k2-theme] .page-content h4,
html[data-k2-theme] .page-content h5,
html[data-k2-theme] .page-content h6{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .entry-content p,
html[data-k2-theme] .entry-content li,
html[data-k2-theme] .page-content p,
html[data-k2-theme] .page-content li{
  color:var(--k2-text)!important;
}

@media(max-width:760px){
  html[data-k2-theme] .k2-product-summary-card,
  html[data-k2-theme] .k2-product-content-card,
  html[data-k2-theme] .k2-product-faq,
  html[data-k2-theme] .k2-product-related{
    background:var(--k2-surface)!important;
    color:var(--k2-text)!important;
  }
}

/* =========================================================
   K2 v5.1.2 — unified semantic theme system (all pages)
   ========================================================= */
:root,
html[data-k2-theme="light"]{
  --k2-bg:var(--k2-page);
  --k2-card:var(--k2-surface);
  --k2-card-alt:var(--k2-surface-2);
  --k2-fg:var(--k2-text);
  --k2-fg-soft:var(--k2-muted);
  --k2-border:var(--k2-line);
  --k2-accent:#78c800;
  --k2-accent-strong:#4e9300;
  --k2-on-accent:#0b1303;
}


html[data-k2-theme],
html[data-k2-theme] body,
html[data-k2-theme] #page,
html[data-k2-theme] .site,
html[data-k2-theme] .site-main{
  background-color:var(--k2-bg)!important;
  color:var(--k2-fg)!important;
}
html[data-k2-theme] body{transition:background-color .24s ease,color .24s ease}

/* General text: inherit theme unless the element is intentionally over a dark/image banner. */
html[data-k2-theme] :where(.site-main,.woocommerce,.entry-content,.page-content,.k2-v3-product-shell,.k2-contact-page)
  :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,label,legend,strong,b,small,span,a){
  color:inherit;
}
html[data-k2-theme] :where(.site-main,.woocommerce,.entry-content,.page-content)
  :where(h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.product_title,.woocommerce-loop-product__title){
  color:var(--k2-fg)!important;
}
html[data-k2-theme] :where(.site-main,.woocommerce,.entry-content,.page-content)
  :where(p,li,dt,dd,.woocommerce-breadcrumb,.woocommerce-breadcrumb a,.k2-product-breadcrumb,.k2-product-breadcrumb a){
  color:var(--k2-fg-soft)!important;
}
html[data-k2-theme] a{color:inherit}
html[data-k2-theme] a:hover{color:var(--k2-accent)}

/* Do not recolor content intentionally placed over imagery/dark brand surfaces. */
html[data-k2-theme] :where(.k2-v5-hero,.k2-hero,.k2-topbar,.k2-footer,.k2-benefit-strip,.k2-v5-benefits,.k2-bottom-benefits,.k2-contact-hero),
html[data-k2-theme] :where(.k2-v5-hero,.k2-hero,.k2-topbar,.k2-footer,.k2-benefit-strip,.k2-v5-benefits,.k2-bottom-benefits,.k2-contact-hero) *{
  color:#fff!important;
}
html[data-k2-theme] :where(.k2-v5-hero,.k2-hero) .k2-v5-btn-primary,
html[data-k2-theme] :where(.k2-v5-hero,.k2-hero) .button{
  color:#071000!important;
}

/* Reusable surfaces across WordPress, Elementor and WooCommerce. */
html[data-k2-theme] :where(
  .entry-content,.page-content,.k2-page-shell,.k2-contact-card,
  .woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout,
  .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,
  .woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content,
  .woocommerce-order-details,.woocommerce-customer-details,
  .k2-product-gallery-card,.k2-product-summary-card,.k2-product-content-card,
  .k2-product-faq,.k2-product-related,.related.products,.upsells.products
){
  color:var(--k2-fg)!important;
  border-color:var(--k2-border)!important;
}

/* Product page — force every summary/detail field to follow active theme. */
html[data-k2-theme] :where(
  .k2-product-summary-card,.summary.entry-summary,.k2-product-content-card,
  .woocommerce-tabs,.woocommerce-Tabs-panel,.k2-product-faq,.related.products,.upsells.products
) :where(h1,h2,h3,h4,h5,h6,.product_title,.price,.amount,.woocommerce-Price-amount,strong,b,label,summary){
  color:var(--k2-fg)!important;
}
html[data-k2-theme] :where(
  .k2-product-summary-card,.summary.entry-summary,.k2-product-content-card,
  .woocommerce-tabs,.woocommerce-Tabs-panel,.k2-product-faq
) :where(p,li,span:not(.onsale):not(.k2-stock-badge),small,td,th,dd,dt,a){
  color:var(--k2-fg-soft)!important;
}
html[data-k2-theme] :where(.summary.entry-summary,.k2-product-summary-card) .stock,
html[data-k2-theme] :where(.summary.entry-summary,.k2-product-summary-card) .in-stock{
  color:#16834d!important;
}

html[data-k2-theme] .woocommerce div.product .product_title{opacity:1!important;text-shadow:none!important}

/* Cards and carousel slides. */
html[data-k2-theme] :where(
  .woocommerce ul.products li.product,.k2-v32-card-inner,.k2-v5-product-carousel li.product,
  .k2-v5-brand-card,.k2-v5-article-card,.k2-category-card,.k2-brand-card,.k2-article-card
){
  background:var(--k2-card)!important;
  color:var(--k2-fg)!important;
  border-color:var(--k2-border)!important;
}
html[data-k2-theme] :where(.woocommerce ul.products li.product,.k2-v32-card-inner,.k2-v5-product-carousel li.product)
  :where(h2,h3,.woocommerce-loop-product__title,.price,.amount,.woocommerce-Price-amount,strong,b){
  color:var(--k2-fg)!important;
}
html[data-k2-theme] :where(.woocommerce ul.products li.product,.k2-v32-card-inner,.k2-v5-product-carousel li.product)
  :where(.k2-v32-stock,.k2-card-stock,.k2-card-shipping,small,p){
  color:var(--k2-fg-soft)!important;
}

/* Homepage sections: white/light in day, black/dark in night. */
html[data-k2-theme="light"] .k2-v5-home{background:#f7f8f6!important;color:#111512!important}
html[data-k2-theme="light"] .k2-v5-section{color:#111512!important}
html[data-k2-theme="light"] .k2-v5-heading h2,
html[data-k2-theme="light"] .k2-v5-heading a{color:#111512!important}



html[data-k2-theme] .k2-v5-heading a{color:var(--k2-accent)!important}

/* Forms, selects, account, cart and checkout. */
html[data-k2-theme] :where(input:not([type=submit]):not([type=button]),textarea,select,
  .select2-selection,.select2-dropdown,.woocommerce form .form-row input.input-text){
  background:var(--k2-card-alt)!important;
  color:var(--k2-fg)!important;
  border-color:var(--k2-border)!important;
}
html[data-k2-theme] :where(input,textarea)::placeholder{color:var(--k2-fg-soft)!important;opacity:.82}
html[data-k2-theme] .select2-results__option{background:var(--k2-card)!important;color:var(--k2-fg)!important}
html[data-k2-theme] .select2-results__option--highlighted{background:var(--k2-accent)!important;color:var(--k2-on-accent)!important}
html[data-k2-theme] :where(table.shop_table,.woocommerce-checkout-review-order-table,.woocommerce-orders-table){
  background:var(--k2-card)!important;color:var(--k2-fg)!important;border-color:var(--k2-border)!important;
}
html[data-k2-theme] :where(table.shop_table,table.shop_table th,table.shop_table td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td){
  color:var(--k2-fg)!important;border-color:var(--k2-border)!important;
}
html[data-k2-theme] .woocommerce-MyAccount-navigation li a{color:var(--k2-fg)!important}
html[data-k2-theme] .woocommerce-MyAccount-navigation li.is-active a{color:var(--k2-on-accent)!important;background:var(--k2-accent)!important}

/* Theme-aware neutral buttons. */
html[data-k2-theme] :where(.k2-share-product,.k2-help-btn,.k2-carousel-arrow,.k2-v5-nav button){
  background:var(--k2-card-alt)!important;color:var(--k2-fg)!important;border-color:var(--k2-border)!important;
}
html[data-k2-theme] :where(.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.k2-v5-btn-primary){
  border-color:transparent;
}
html[data-k2-theme] :where(.single_add_to_cart_button,.checkout-button,#place_order,.k2-v5-btn-primary){
  background:var(--k2-accent)!important;color:var(--k2-on-accent)!important;
}

/* Header day/night consistency. */
html[data-k2-theme] .k2-mainbar,
html[data-k2-theme] .k2-nav-wrap{background:var(--k2-header)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] :where(.k2-brand-text strong,.k2-brand-text small,.k2-action,.k2-action b,.k2-action small,.k2-nav a){color:var(--k2-fg)!important}
html[data-k2-theme] .k2-search{background:var(--k2-card)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] .k2-search :where(input,select){color:var(--k2-fg)!important}

/* Bottom mobile navigation remains legible in either mode. */
html[data-k2-theme] .k2-mobile-bottom-nav,
html[data-k2-theme] .k2-mobile-buybar{
  background:color-mix(in srgb,var(--k2-card) 96%,transparent)!important;
  color:var(--k2-fg)!important;border-color:var(--k2-border)!important;
}
html[data-k2-theme] .k2-mobile-bottom-nav a,
html[data-k2-theme] .k2-mobile-bottom-nav span,
html[data-k2-theme] .k2-mobile-buybar :where(span,small,strong){color:var(--k2-fg)!important}
html[data-k2-theme] .k2-mobile-bottom-nav a.is-active,
html[data-k2-theme] .k2-mobile-bottom-nav a:hover{color:var(--k2-accent-strong)!important}

/* WordPress editor content and Elementor widgets. */
html[data-k2-theme] :where(.elementor-widget-text-editor,.elementor-widget-heading,.elementor-widget-icon-list,.wp-block-group,.wp-block-columns){color:var(--k2-fg)}
html[data-k2-theme] :where(.elementor-widget-text-editor,.elementor-widget-heading,.elementor-widget-icon-list) :where(h1,h2,h3,h4,h5,h6,p,li,span){color:inherit}

/* Improve native controls and selection. */
html[data-k2-theme] ::selection{background:var(--k2-accent);color:var(--k2-on-accent)}
html[data-k2-theme] hr{border-color:var(--k2-border)}

@media(max-width:760px){
  html[data-k2-theme] .k2-product-summary-card{background:var(--k2-card)!important;color:var(--k2-fg)!important}
  html[data-k2-theme] .k2-product-summary-card .product_title{color:var(--k2-fg)!important;opacity:1!important}
}

/* =========================================================
   K2 v6.0.3 — final polish: theme semantics, account, cards,
   article spacing and shipping labels
   ========================================================= */

/* Theme button shows the CURRENT mode, while aria-label describes the action. */







/* Category artwork stays untouched; only captions respond to theme. */
html[data-k2-theme] .k2-v5-category-card{background:transparent!important}
html[data-k2-theme="light"] .k2-v5-category-card :where(strong,small){color:#111512!important}

html[data-k2-theme="light"] .k2-v5-category-card:after{background:linear-gradient(180deg,transparent 46%,rgba(255,255,255,.92) 78%,#fff 100%)!important}


/* Product shipping label follows active theme and remains readable. */
html[data-k2-theme] :where(.k2-card-shipping,.k2-v32-fast){
  display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;
  background:var(--k2-card-alt)!important;color:var(--k2-fg-soft)!important;border:1px solid var(--k2-border)!important;
  font-weight:800!important;
}

html[data-k2-theme="light"] :where(.k2-card-shipping,.k2-v32-fast){color:#486b17!important}

/* Logged-in account identity in header. */
.k2-account-action .k2-action-copy{max-width:150px}
.k2-account-action .k2-action-copy b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Account dashboard: remove empty space, align navigation/content and polish cards. */
.woocommerce-account .site-main{padding-block:28px 48px!important}
.woocommerce-account .woocommerce{width:min(1280px,calc(100% - 32px));margin-inline:auto!important;display:grid;grid-template-columns:245px minmax(0,1fr);gap:22px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{position:sticky;top:18px;border:1px solid var(--k2-border)!important;border-radius:20px!important;padding:12px!important;overflow:hidden;box-shadow:var(--k2-shadow-soft)!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;display:grid;gap:6px}
.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none!important;margin:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border-radius:12px;font-weight:800}
.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;min-width:0;border:1px solid var(--k2-border)!important;border-radius:22px!important;padding:22px!important;box-shadow:var(--k2-shadow-soft)!important}
.k2-account-welcome{margin:0!important;border:1px solid rgba(168,238,0,.20);box-shadow:0 14px 35px rgba(0,0,0,.16)}
.k2-account-cards{margin-bottom:18px}
.k2-account-card{background:var(--k2-card-alt)!important;color:var(--k2-fg)!important;border-color:var(--k2-border)!important}
.k2-account-card strong{color:var(--k2-fg)!important}.k2-account-card small{color:var(--k2-fg-soft)!important}
.k2-account-help{background:var(--k2-card-alt)!important;border-color:var(--k2-border)!important;color:var(--k2-fg)!important}
.k2-account-help p{color:var(--k2-fg-soft)!important}

/* Shipping/order guide: clear card hierarchy and tighter alignment. */
.k2-order-policy{margin-top:22px;padding:22px;border:1px solid var(--k2-border);border-radius:20px;background:var(--k2-card-alt);color:var(--k2-fg)}
.k2-order-policy-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.k2-order-policy-head strong{display:block;font-size:18px;color:var(--k2-fg)!important}.k2-order-policy-head small{color:var(--k2-fg-soft)!important}
.k2-order-policy-icon{width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--k2-accent) 18%,transparent);display:grid;place-items:center;font-size:22px}
.k2-order-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.k2-order-policy-grid article{margin:0!important;padding:16px!important;border:1px solid var(--k2-border)!important;border-radius:15px!important;background:var(--k2-card)!important;box-shadow:none!important}
.k2-order-policy-grid b{color:var(--k2-fg)!important}.k2-order-policy-grid p{margin:7px 0 0!important;color:var(--k2-fg-soft)!important;line-height:1.95}
.k2-order-policy-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.k2-order-policy-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 15px;border:1px solid var(--k2-border);border-radius:11px;background:var(--k2-card);color:var(--k2-fg)!important;font-weight:800}
.k2-order-policy-actions a.is-whatsapp{background:#1fa855!important;color:#fff!important;border-color:#1fa855!important}

/* Single article/page width and borders: no oversized white gutters. */
.k2-single-post{padding:34px 0 56px!important;background:var(--k2-bg)!important}
.k2-single-post>.k2-container{width:min(1080px,calc(100% - 32px))!important}
.k2-article{margin:0!important;background:var(--k2-card)!important;border:1px solid var(--k2-border)!important;border-radius:24px!important;padding:clamp(20px,4vw,46px)!important;box-shadow:var(--k2-shadow-soft)!important;overflow:hidden}
.k2-article>header{padding:0 0 22px!important;margin:0 0 24px!important;border-bottom:1px solid var(--k2-border)!important;background:transparent!important}
.k2-article>header h1{font-size:clamp(28px,4vw,46px)!important;line-height:1.45!important;color:var(--k2-fg)!important}
.k2-article>header a{color:var(--k2-accent-strong)!important;font-weight:800}.k2-article>header span{color:var(--k2-fg-soft)!important}
.k2-article-image{margin:0 0 26px!important;border-radius:18px!important;overflow:hidden}.k2-article-image img{display:block;width:100%;height:auto}
.k2-article-content{color:var(--k2-fg)!important;font-size:17px;line-height:2.15}.k2-article-content :where(p,li){color:var(--k2-fg-soft)!important}.k2-article-content :where(h2,h3,h4){color:var(--k2-fg)!important;margin-top:1.7em}
.k2-content-wrap{width:min(1180px,calc(100% - 32px))!important;padding-block:32px 50px!important}
.k2-content-wrap>article{padding:clamp(20px,3vw,38px)!important;border:1px solid var(--k2-border)!important;border-radius:22px!important;background:var(--k2-card)!important;box-shadow:var(--k2-shadow-soft)!important}

@media(max-width:900px){
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;gap:8px;padding-bottom:4px!important;scrollbar-width:none}
  .woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}
  .k2-order-policy-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .woocommerce-account .site-main{padding-block:14px 110px!important}
  .woocommerce-account .woocommerce{width:calc(100% - 20px)}
  .woocommerce-account .woocommerce-MyAccount-content{padding:12px!important;border-radius:17px!important}
  .k2-account-welcome{border-radius:16px!important}
  .k2-order-policy{padding:14px;border-radius:16px}
  .k2-order-policy-actions{display:grid;grid-template-columns:1fr}
  .k2-single-post{padding-top:14px!important}
  .k2-single-post>.k2-container,.k2-content-wrap{width:calc(100% - 20px)!important}
  .k2-article{padding:18px!important;border-radius:18px!important}
  .k2-article-content{font-size:15px;line-height:2}
}

/* K2 6.1.1 — keep variable-product price ranges inside the desktop summary card. */
.k2-v3-product .k2-product-summary-card{min-width:0;overflow:hidden}
.k2-v3-product .k2-product-price{max-width:100%;min-width:0;overflow:hidden}
.k2-v3-product .k2-product-price .price{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  max-width:100%!important;
  min-width:0!important;
  gap:4px 7px!important;
  font-size:clamp(19px,1.55vw,24px)!important;
  line-height:1.65!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.k2-v3-product .k2-product-price .woocommerce-Price-amount{
  display:inline-flex!important;
  align-items:baseline!important;
  max-width:100%!important;
  white-space:nowrap!important;
  font-size:inherit!important;
}
@media (min-width:901px) and (max-width:1250px){
  .k2-v3-product .k2-product-price .price{font-size:20px!important}
}

/* K2Camping v6.1.2 — category artwork integration
   Keeps the existing RTL carousel engine and only normalizes card/image sizing. */
.k2-v5-category-track{
  align-items:stretch!important;
}
.k2-v5-category-card{
  aspect-ratio:3/4!important;
  height:auto!important;
  min-height:250px;
  isolation:isolate;
}
.k2-v5-category-card img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.k2-v5-category-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.22) 63%,rgba(0,0,0,.92) 100%)!important;
}
.k2-v5-category-card span{
  right:14px!important;
  left:14px!important;
  bottom:14px!important;
}
.k2-v5-category-card strong{
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,0,0,.72);
}
.k2-v5-category-card small{
  color:#d9ded7!important;
  text-shadow:0 1px 7px rgba(0,0,0,.75);
}
html[data-k2-theme="light"] .k2-v5-category-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.24) 64%,rgba(0,0,0,.9) 100%)!important;
}
html[data-k2-theme="light"] .k2-v5-category-card :where(strong,small){
  color:#fff!important;
}
@media(max-width:820px){
  .k2-v5-category-card{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:3/4!important;
  }
}

/* ===== theme-v6.css ===== */
/* K2Camping v6.0 — final global color system, loaded after all theme/plugin CSS */
:root,
html[data-k2-theme="light"]{
  --k2-bg:#f6f7f5;
  --k2-bg-alt:#ffffff;
  --k2-surface:#ffffff;
  --k2-surface-2:#f0f3ef;
  --k2-surface-3:#e8ede7;
  --k2-text:#101410;
  --k2-heading:#080b08;
  --k2-muted:#687168;
  --k2-border:#dfe5de;
  --k2-field:#ffffff;
  --k2-field-text:#111611;
  --k2-shadow:0 12px 34px rgba(12,20,13,.08);
  --k2-green:#a8f000;
  --k2-green-dark:#178d4b;
  --k2-link:#147944;
}


html[data-k2-theme],html[data-k2-theme] body{background:var(--k2-bg)!important;color:var(--k2-text)!important;color-scheme:light}

html[data-k2-theme] body,
html[data-k2-theme] #page,
html[data-k2-theme] .site,
html[data-k2-theme] .site-main,
html[data-k2-theme] main.site-main,
html[data-k2-theme] .elementor-location-single,
html[data-k2-theme] .elementor-location-archive,
html[data-k2-theme] .elementor-location-footer{background-color:var(--k2-bg)!important;color:var(--k2-text)!important}

/* Strong typography override for WordPress, WooCommerce and Elementor */
html[data-k2-theme] :where(.site-main,.entry-content,.page-content,.woocommerce,.woocommerce-page,.elementor,.k2-home,.k2-contact-page,.k2-blog-page) :where(h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.product_title,.woocommerce-loop-product__title,.widget-title,.elementor-heading-title){color:var(--k2-heading)!important}
html[data-k2-theme] :where(.site-main,.entry-content,.page-content,.woocommerce,.woocommerce-page,.elementor,.k2-home,.k2-contact-page,.k2-blog-page) :where(p,li,dd,dt,label,legend,address,blockquote,figcaption,.description,.woocommerce-product-details__short-description,.woocommerce-breadcrumb,.posted_in,.tagged_as,.sku_wrapper,.k2-muted){color:var(--k2-text)!important}
html[data-k2-theme] :where(.site-main,.entry-content,.page-content,.woocommerce,.elementor) :where(small,.meta,.entry-meta,.post-meta,.woocommerce-result-count,.woocommerce-product-rating,.k2-subtitle){color:var(--k2-muted)!important}
html[data-k2-theme] :where(.site-main,.entry-content,.woocommerce,.elementor) a:not(.button):not(.k2-primary-btn):not(.k2-secondary-btn){color:var(--k2-link)}

/* Cards/surfaces */
html[data-k2-theme] :where(
 .k2-contact-card,.k2-contact-grid>*,.k2-contact-info-card,.k2-map-card,
 .k2-blog-card,.k2-post-card,.k2-article-card,.k2-category-card,.k2-brand-card,
 .k2-product-card,.woocommerce ul.products li.product,.related.products,.upsells.products,
 .k2-product-summary-card,.k2-product-gallery-card,.k2-product-content-card,.k2-product-faq,.k2-product-related,
 .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields,
 .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,
 .elementor-widget-container,.widget,.k2-filter-card,.k2-checkout-shipping-note
){background-color:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-border)!important;box-shadow:var(--k2-shadow)}

/* Avoid converting intentionally dark artwork/hero areas into light cards */
html[data-k2-theme] :where(.k2-hero,.k2-blog-hero,.k2-contact-hero,.k2-dark-section,.k2-topbar,.site-footer,.k2-footer,.k2-benefit-strip,.k2-home-hero) :where(h1,h2,h3,h4,p,span,small,strong,a){color:#fff!important}
html[data-k2-theme] :where(.k2-hero,.k2-blog-hero,.k2-contact-hero,.k2-dark-section,.k2-topbar,.site-footer,.k2-footer,.k2-benefit-strip,.k2-home-hero){border-color:rgba(255,255,255,.12)!important}

/* Elementor sections/containers with hard-coded colors */
html[data-k2-theme] .elementor-section:not(.k2-hero):not(.k2-blog-hero):not(.k2-contact-hero),
html[data-k2-theme] .e-con:not(.k2-hero):not(.k2-blog-hero):not(.k2-contact-hero){color:var(--k2-text)}


/* Forms/tables */
html[data-k2-theme] :where(input:not([type=checkbox]):not([type=radio]),textarea,select,.select2-selection){background:var(--k2-field)!important;color:var(--k2-field-text)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] input::placeholder,html[data-k2-theme] textarea::placeholder{color:var(--k2-muted)!important;opacity:1}
html[data-k2-theme] :where(table,th,td,.shop_table,.woocommerce table.shop_table){background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] :where(.woocommerce-tabs ul.tabs li,.woocommerce-MyAccount-navigation-link){background:var(--k2-surface-2)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] :where(.woocommerce-tabs ul.tabs li.active,.woocommerce-MyAccount-navigation-link.is-active){background:var(--k2-surface-3)!important;color:var(--k2-heading)!important}

/* Product details and cards */
html[data-k2-theme] .woocommerce div.product .price,
html[data-k2-theme] .woocommerce ul.products li.product .price,
html[data-k2-theme] .k2-mobile-buybar .price,
html[data-k2-theme] .amount{color:var(--k2-heading)!important}
html[data-k2-theme] .woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--k2-heading)!important}
html[data-k2-theme] .woocommerce span.onsale{color:#071007!important;background:var(--k2-green)!important}



/* Header and mobile navigation */
html[data-k2-theme] .k2-mainbar,html[data-k2-theme] .k2-nav-wrap{background:var(--k2-bg-alt)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] .k2-brand-text strong,html[data-k2-theme] .k2-nav a,html[data-k2-theme] .k2-action-copy b{color:var(--k2-heading)!important}
html[data-k2-theme] .k2-brand-text small,html[data-k2-theme] .k2-action-copy small{color:var(--k2-muted)!important}
html[data-k2-theme] .k2-search{background:var(--k2-field)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] .k2-search input,html[data-k2-theme] .k2-search select{color:var(--k2-field-text)!important;background:transparent!important}
html[data-k2-theme] .k2-mobile-bottom-nav,html[data-k2-theme] .k2-mobile-buybar{background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] .k2-mobile-bottom-nav a{color:var(--k2-muted)!important}
html[data-k2-theme] .k2-mobile-bottom-nav a.is-active,html[data-k2-theme] .k2-mobile-bottom-nav a:hover{color:var(--k2-green-dark)!important}

/* Contact/blog specific fixes visible in screenshots */
html[data-k2-theme] .k2-contact-page .k2-contact-card,
html[data-k2-theme] .k2-contact-page .k2-contact-grid>*{background:var(--k2-surface)!important}
html[data-k2-theme] .k2-contact-page .k2-contact-card :where(h2,h3,strong){color:var(--k2-heading)!important}
html[data-k2-theme] .k2-contact-page .k2-contact-card :where(p,span,a){color:var(--k2-text)!important}
html[data-k2-theme] .k2-blog-page .k2-blog-card,
html[data-k2-theme] .blog .post,
html[data-k2-theme] .archive .post{background:var(--k2-surface)!important;border-color:var(--k2-border)!important}
html[data-k2-theme] .k2-blog-page :where(.k2-blog-card-title,.entry-title,a){color:var(--k2-heading)!important}

/* Footer trust blocks */
html[data-k2-theme] .k2-trust-badge,html[data-k2-theme] .k2-footer-column{background:transparent!important;color:inherit!important;box-shadow:none}

/* Smooth but fast theme transition */
html[data-k2-theme] body,
html[data-k2-theme] .site-main,
html[data-k2-theme] .k2-mainbar,
html[data-k2-theme] .k2-nav-wrap,
html[data-k2-theme] .k2-mobile-bottom-nav,
html[data-k2-theme] .k2-mobile-buybar,
html[data-k2-theme] .woocommerce ul.products li.product,
html[data-k2-theme] .k2-contact-card,
html[data-k2-theme] .k2-blog-card{transition:background-color .2s ease,color .2s ease,border-color .2s ease}

@media(max-width:767px){
 html[data-k2-theme] .k2-contact-grid>*{background:var(--k2-surface)!important}
}

/* K2Camping v6.0.1 — hero readability + clean product media */
/* Hero artwork stays dark in both themes, so its copy always stays light. */
html[data-k2-theme] .k2-v5-hero .k2-v5-kicker{
  color:#b7ff00!important;
}
html[data-k2-theme] .k2-v5-hero h1,
html[data-k2-theme] .k2-v5-hero h2,
html[data-k2-theme] .k2-v5-hero h3,
html[data-k2-theme] .k2-v5-hero p,
html[data-k2-theme] .k2-v5-hero .k2-v5-hero-copy,
html[data-k2-theme] .k2-v5-hero .k2-v5-hero-copy span:not(.k2-v5-kicker),
html[data-k2-theme] .k2-v5-hero .k2-v5-btn.secondary,
html[data-k2-theme] .k2-hero h1,
html[data-k2-theme] .k2-hero h2,
html[data-k2-theme] .k2-hero h3,
html[data-k2-theme] .k2-hero p{
  color:#fff!important;
  text-shadow:0 2px 16px rgba(0,0,0,.45);
}
html[data-k2-theme] .k2-v5-hero .k2-v5-btn.primary{
  color:#0b1008!important;
  text-shadow:none!important;
}

/* Product photos: remove the artificial dark/white frame and padding. */
html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-image,
html[data-k2-theme] .k2-v32-card-image,
html[data-k2-theme] .k2-card-image,
html[data-k2-theme] .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
html[data-k2-theme] .woocommerce ul.products li.product .woocommerce-loop-product__link{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-image,
html[data-k2-theme] .k2-v32-card-image,
html[data-k2-theme] .k2-card-image{
  border-radius:0!important;
  overflow:visible!important;
}
html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-image img,
html[data-k2-theme] .k2-v32-card-image img,
html[data-k2-theme] .k2-card-image img,
html[data-k2-theme] .woocommerce ul.products li.product a img{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  object-fit:contain!important;
  filter:none!important;
}
/* Keep clean spacing without drawing a box around the photo. */
html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-image,
html[data-k2-theme] .k2-v32-card-image{
  padding:10px 10px 4px!important;
}
html[data-k2-theme] .woocommerce ul.products li.product a img{
  margin-bottom:12px!important;
}

@media(max-width:820px){
  html[data-k2-theme] .k2-v5-hero h1{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.6)}
  html[data-k2-theme] .k2-v5-hero p{color:#eef3ec!important}
  html[data-k2-theme] .k2-v5-product-carousel .k2-v32-card-image,
  html[data-k2-theme] .k2-v32-card-image{padding:7px 7px 2px!important}
}


/* K2Camping v6.0.2 — category labels, footer theme colors and reliable toggle. */
html[data-k2-theme="light"]{
  --k2-category-title:#111713;
  --k2-category-meta:#4f5b53;
  --k2-footer-bg:#f5f7f5;
  --k2-footer-card:#ffffff;
  --k2-footer-title:#111713;
  --k2-footer-text:#4f5b53;
  --k2-footer-border:#dfe5df;
}

html[data-k2-theme] .k2-v5-category-card span{
  background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--k2-surface) 92%,transparent) 42%,var(--k2-surface) 100%)!important;
}
html[data-k2-theme] .k2-v5-category-card strong{color:var(--k2-category-title)!important}
html[data-k2-theme] .k2-v5-category-card small{color:var(--k2-category-meta)!important}

html[data-k2-theme] .k2-footer{
  background:var(--k2-footer-bg)!important;
  color:var(--k2-footer-text)!important;
  border-top:1px solid var(--k2-footer-border)!important;
}
html[data-k2-theme] .k2-footer .k2-contact-heading span{color:var(--k2-accent)!important}
html[data-k2-theme] .k2-footer .k2-contact-heading h2,
html[data-k2-theme] .k2-footer .k2-contact-heading strong,
html[data-k2-theme] .k2-footer .k2-footer-bottom strong{color:var(--k2-footer-title)!important}
html[data-k2-theme] .k2-footer .k2-contact-heading p,
html[data-k2-theme] .k2-footer .k2-footer-bottom,
html[data-k2-theme] .k2-footer .k2-footer-bottom span{color:var(--k2-footer-text)!important}
html[data-k2-theme] .k2-footer .k2-contact-card{
  background:var(--k2-footer-card)!important;
  border-color:var(--k2-footer-border)!important;
  color:var(--k2-footer-title)!important;
}
html[data-k2-theme] .k2-footer .k2-contact-card small{color:var(--k2-accent)!important}
html[data-k2-theme] .k2-footer .k2-contact-card strong{color:var(--k2-footer-title)!important}
html[data-k2-theme] .k2-footer .k2-contact-card span{color:var(--k2-footer-text)!important}
html[data-k2-theme] .k2-footer .k2-trust-badge{border-color:var(--k2-footer-border)!important}
html[data-k2-theme] .k2-footer .k2-trust-placeholder b{color:var(--k2-footer-title)!important}
html[data-k2-theme] .k2-footer .k2-trust-placeholder small{color:var(--k2-footer-text)!important}
html[data-k2-theme] .k2-footer .k2-footer-bottom{border-top-color:var(--k2-footer-border)!important}

/* Exclude the footer from the always-white dark-section rule. */
html[data-k2-theme] .k2-footer :where(h1,h2,h3,h4,p,span,small,strong,a){color:inherit!important}
html[data-k2-theme] .k2-footer .k2-contact-heading span,
html[data-k2-theme] .k2-footer .k2-contact-card small{color:var(--k2-accent)!important}




/* =========================================================
   K2Camping v6.0.4 — final readability, gallery and mobile UI pass
   ========================================================= */
html[data-k2-theme]{
  --k2-control-bg:var(--k2-surface-2);
  --k2-control-text:var(--k2-heading);
}

/* Product gallery: keep the active image visible and free of fake frames. */
html[data-k2-theme] .k2-product-gallery-card{
  overflow:hidden!important;
  isolation:isolate;
}
html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery,
html[data-k2-theme] .k2-product-gallery-card .flex-viewport,
html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__wrapper,
html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image,
html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image a{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image img,
html[data-k2-theme] .k2-product-gallery-card .flex-active-slide img,
html[data-k2-theme] .k2-product-gallery-card img.wp-post-image{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  margin-inline:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}
html[data-k2-theme] .k2-product-gallery-card .flex-control-thumbs img{
  opacity:.72!important;
  visibility:visible!important;
  background:var(--k2-surface-2)!important;
  border:1px solid var(--k2-border)!important;
}
html[data-k2-theme] .k2-product-gallery-card .flex-control-thumbs img.flex-active{
  opacity:1!important;
  border-color:var(--k2-green-dark)!important;
}
html[data-k2-theme] .k2-product-badges{
  right:auto!important;
  left:14px!important;
  top:14px!important;
  max-width:calc(100% - 72px);
}
html[data-k2-theme] .woocommerce-product-gallery__trigger{
  right:14px!important;
  left:auto!important;
  top:14px!important;
  z-index:8!important;
}

/* Product title, price and content: readable in both themes. */
html[data-k2-theme] .k2-product-summary-card,
html[data-k2-theme] .k2-product-content-card,
html[data-k2-theme] .k2-product-faq{
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-product-summary-card :where(h1,h2,h3,strong,b),
html[data-k2-theme] .k2-product-content-card :where(h1,h2,h3,h4,strong,b),
html[data-k2-theme] .k2-product-faq :where(h1,h2,h3,strong,b){
  color:var(--k2-heading)!important;
}
html[data-k2-theme] .k2-product-summary-card :where(p,span,small,li),
html[data-k2-theme] .k2-product-content-card :where(p,span,small,li),
html[data-k2-theme] .k2-product-faq :where(p,span,small,li){
  color:var(--k2-text)!important;
}
html[data-k2-theme] .k2-product-price .price{
  background:var(--k2-surface-2)!important;
  color:var(--k2-heading)!important;
  border:1px solid var(--k2-border)!important;
}

/* Specifications: no floating check marks over the copy. */
html[data-k2-theme] .k2-product-key-specs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:16px 0!important;
  padding:0!important;
  list-style:none!important;
}
html[data-k2-theme] .k2-product-key-specs li{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(88px,.75fr) minmax(0,1.25fr)!important;
  align-items:center!important;
  gap:12px!important;
  min-height:54px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--k2-border)!important;
  border-radius:14px!important;
  background:var(--k2-surface-2)!important;
  color:var(--k2-text)!important;
  line-height:1.65!important;
  overflow:hidden!important;
}
html[data-k2-theme] .k2-product-key-specs li::before,
html[data-k2-theme] .k2-product-key-specs li::after{
  content:none!important;
  display:none!important;
}
html[data-k2-theme] .k2-spec-label{
  color:var(--k2-muted)!important;
  font-size:13px!important;
  font-weight:700!important;
  white-space:normal!important;
}
html[data-k2-theme] .k2-spec-value{
  color:var(--k2-heading)!important;
  font-size:14px!important;
  font-weight:800!important;
  text-align:left!important;
  overflow-wrap:anywhere!important;
}
html[dir="rtl"][data-k2-theme] .k2-spec-value{text-align:right!important}

/* Tabs: buttons only, no long white bar and no text overlap. */
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  margin:0 0 22px!important;
  padding:0!important;
  overflow-x:auto!important;
  background:transparent!important;
  border:0!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs::before,
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs::after{
  content:none!important;
  display:none!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs li{
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--k2-border)!important;
  border-radius:12px!important;
  background:var(--k2-surface-2)!important;
  box-shadow:none!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs li a{
  display:block!important;
  padding:10px 16px!important;
  color:var(--k2-text)!important;
  font-size:14px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs li.active{
  background:var(--k2-heading)!important;
  border-color:var(--k2-heading)!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-tabs ul.tabs li.active a{
  color:var(--k2-bg)!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-Tabs-panel{
  margin:0!important;
  padding:0!important;
  color:var(--k2-text)!important;
  font-size:16px!important;
  line-height:2.05!important;
  overflow-wrap:anywhere!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-Tabs-panel :where(h2,h3,h4){
  margin:1.2em 0 .55em!important;
  font-size:clamp(22px,3vw,34px)!important;
  line-height:1.55!important;
}
html[data-k2-theme] .k2-product-content-card .woocommerce-Tabs-panel p{
  margin:0 0 1em!important;
  line-height:2.05!important;
}

/* Generic icon/text safety: icons never cover labels. */
html[data-k2-theme] :where(.k2-product-promises>div,.k2-delivery-row,.k2-account-card,.k2-shipping-card){
  min-width:0!important;
}
html[data-k2-theme] .k2-product-promises>div{
  grid-template-columns:34px minmax(0,1fr)!important;
  column-gap:10px!important;
}
html[data-k2-theme] .k2-product-promises>div>span{
  position:static!important;
  grid-row:1 / span 2!important;
  grid-column:1!important;
  align-self:start!important;
  margin:0!important;
}
html[data-k2-theme] .k2-product-promises>div>strong,
html[data-k2-theme] .k2-product-promises>div>small{
  grid-column:2!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
}

/* Articles and regular pages: balanced margins and readable content width. */
html[data-k2-theme] .single-post .site-main,
html[data-k2-theme] .single-post .k2-content-wrap,
html[data-k2-theme] .page .entry-content,
html[data-k2-theme] .page .page-content{
  max-width:1180px!important;
  margin-inline:auto!important;
}
html[data-k2-theme] .single-post article,
html[data-k2-theme] .single-post .entry-content{
  color:var(--k2-text)!important;
  overflow:hidden!important;
}
html[data-k2-theme] .single-post .entry-content :where(p,li){
  font-size:16px!important;
  line-height:2.1!important;
  overflow-wrap:anywhere!important;
}
html[data-k2-theme] .single-post .entry-content :where(h2,h3,h4){
  color:var(--k2-heading)!important;
  line-height:1.55!important;
  margin-block:1.25em .55em!important;
}

/* Mobile layout: no content hidden behind sticky bars. */
@media(max-width:620px){
  html[data-k2-theme] .single-product .k2-content-wrap{
    padding-bottom:190px!important;
  }
  html[data-k2-theme] .k2-v3-product-shell{
    padding-inline:0!important;
  }
  html[data-k2-theme] .k2-product-gallery-card,
  html[data-k2-theme] .k2-product-summary-card,
  html[data-k2-theme] .k2-product-content-card,
  html[data-k2-theme] .k2-product-faq{
    border-radius:16px!important;
  }
  html[data-k2-theme] .k2-product-gallery-card .flex-viewport,
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image,
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image a{
    height:330px!important;
    min-height:330px!important;
    max-height:330px!important;
  }
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image img{
    width:100%!important;
    height:100%!important;
    max-height:330px!important;
    padding:4px!important;
  }
  html[data-k2-theme] .k2-product-key-specs{
    grid-template-columns:1fr!important;
  }
  html[data-k2-theme] .k2-product-key-specs li{
    grid-template-columns:minmax(78px,.7fr) minmax(0,1.3fr)!important;
    min-height:50px!important;
    padding:11px 12px!important;
  }
  html[data-k2-theme] .k2-product-content-card{
    padding:16px!important;
  }
  html[data-k2-theme] .k2-product-content-card .woocommerce-Tabs-panel{
    font-size:15px!important;
    line-height:2!important;
  }
  html[data-k2-theme] .k2-product-content-card .woocommerce-Tabs-panel :where(h2,h3,h4){
    font-size:clamp(21px,7vw,29px)!important;
  }
  html[data-k2-theme] .k2-mobile-buybar{
    bottom:86px!important;
    z-index:1001!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav{
    z-index:1000!important;
  }
  html[data-k2-theme] .single-post .site-main,
  html[data-k2-theme] .single-post .k2-content-wrap,
  html[data-k2-theme] .page .entry-content,
  html[data-k2-theme] .page .page-content{
    width:100%!important;
    max-width:100%!important;
    padding-inline:12px!important;
  }
}

@media(max-width:390px){
  html[data-k2-theme] .k2-product-gallery-card .flex-viewport,
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image,
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image a{
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }
  html[data-k2-theme] .k2-product-gallery-card .woocommerce-product-gallery__image img{max-height:300px!important}
}

/* =========================================================
   K2Camping v6.0.5 — emergency stability, mobile readability
   ========================================================= */
@media (max-width:782px){
  #wpadminbar{display:none!important}
  html{margin-top:0!important}
}

/* One theme system only: light is light, dark is dark. */
html[data-k2-theme="light"] body{background:#f6f7f5!important;color:#202522!important}


/* Product gallery fallback: never leave an empty white stage. */
.k2-product-gallery-card .woocommerce-product-gallery{min-height:0!important}
.k2-product-gallery-card .woocommerce-product-gallery__wrapper{min-height:0!important}
.k2-product-gallery-card .woocommerce-product-gallery__image:first-child{display:flex!important;align-items:center!important;justify-content:center!important}
.k2-product-gallery-card .woocommerce-product-gallery__image:first-child img{display:block!important;opacity:1!important;visibility:visible!important}
@media(max-width:620px){
  .k2-product-gallery-card .woocommerce-product-gallery__image:first-child,
  .k2-product-gallery-card .woocommerce-product-gallery__image:first-child a{min-height:280px!important;height:auto!important}
  .k2-product-gallery-card .woocommerce-product-gallery__image:first-child img{max-height:420px!important;height:auto!important;width:100%!important;object-fit:contain!important}
}

/* Prevent symbols, tabs and badges from covering product copy. */
.k2-product-content-card .woocommerce-tabs ul.tabs{min-height:44px!important;background:transparent!important}
.k2-product-content-card .woocommerce-tabs ul.tabs li{position:relative!important;inset:auto!important}
.k2-product-content-card .woocommerce-tabs ul.tabs li a{position:relative!important;z-index:1!important}
.k2-product-badges{display:flex!important;gap:6px!important;align-items:center!important;max-width:65%!important}
.k2-product-badges .k2-badge{position:static!important;white-space:nowrap!important}

/* Better bottom spacing so fixed navigation never masks text. */
@media(max-width:760px){
  .single-product .site-main{padding-bottom:190px!important}
  .k2-product-content-card,.k2-product-summary-card{overflow:visible!important}
  .k2-mobile-buybar{bottom:92px!important}
}


/* =========================================================
   K2Camping v6.0.6 — stable themes, native gallery, desktop account
   ========================================================= */
html[data-k2-theme="light"],html[data-k2-theme="light"] body{
  background:#f6f7f5!important;color:#101410!important;color-scheme:light!important;
}






/* Header copy and icons remain readable in both modes. */
html[data-k2-theme] .k2-topbar :where(span,b,strong,a),
html[data-k2-theme] .k2-benefit-strip :where(span,b,strong,a){color:#fff!important}
html[data-k2-theme] .k2-action-icon,html[data-k2-theme] .k2-action-icon svg{filter:none!important;opacity:1!important}
html[data-k2-theme="light"] .k2-action-icon{color:#161b16!important;background:#f0f3ef!important}

html[data-k2-theme] .k2-v32-fast{background:color-mix(in srgb,var(--k2-green) 18%,transparent)!important;color:var(--k2-heading)!important;border-color:color-mix(in srgb,var(--k2-green) 42%,var(--k2-border))!important}

/* Native, dependency-free product gallery. */
.k2-product-gallery-card{overflow:hidden!important}
.k2-native-gallery{width:100%;min-width:0;position:relative}
.k2-native-main-link{display:flex;width:100%;height:clamp(390px,42vw,620px);align-items:center;justify-content:center;background:#fff;border-radius:20px;overflow:hidden;text-decoration:none!important}
.k2-native-main-image{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;padding:12px!important;background:#fff!important;opacity:1!important;visibility:visible!important;transition:opacity .16s ease}
.k2-native-main-image.is-changing{opacity:.38!important}
.k2-native-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 3px;scrollbar-width:thin;scroll-snap-type:x proximity}
.k2-native-thumb{flex:0 0 82px;width:82px;height:82px;padding:5px;border:1px solid var(--k2-border);border-radius:13px;background:#fff;overflow:hidden;cursor:pointer;scroll-snap-align:start}
.k2-native-thumb img{display:block;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:8px!important;padding:0!important;margin:0!important;opacity:1!important}
.k2-native-thumb.is-active{border:2px solid var(--k2-green-dark);box-shadow:0 0 0 2px color-mix(in srgb,var(--k2-green) 22%,transparent)}
.k2-native-gallery-empty .k2-native-main img{display:block;max-width:100%;height:auto;margin:auto}
/* Neutralize old Woo gallery rules because this template now uses native gallery. */
.k2-product-gallery-card>.woocommerce-product-gallery{display:none!important}

/* Account/orders: full-width, balanced desktop layout. */
@media(min-width:901px){
  .woocommerce-account .site-main>.woocommerce,
  .woocommerce-account .site-main .woocommerce{width:min(1320px,calc(100% - 48px))!important;max-width:1320px!important;margin:32px auto 70px!important;display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:24px!important;align-items:start!important}
  .woocommerce-account .woocommerce-MyAccount-navigation{width:100%!important;float:none!important;position:sticky!important;top:24px!important}
  .woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important;min-width:0!important;padding:28px!important}
  .woocommerce-account .woocommerce-MyAccount-content table{width:100%!important;table-layout:auto!important}
  .k2-order-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
html[data-k2-theme] .woocommerce-account .woocommerce-MyAccount-navigation a{color:var(--k2-text)!important}
html[data-k2-theme] .woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--k2-green)!important;color:#071007!important}
html[data-k2-theme] .k2-order-policy,html[data-k2-theme] .k2-order-policy-grid article{background:var(--k2-surface)!important;color:var(--k2-text)!important;border-color:var(--k2-border)!important}

/* Product cards always open normally and never require a new tab. */
.woocommerce ul.products li.product,.k2-v32-product-card{position:relative;isolation:isolate}
.woocommerce ul.products li.product a,.k2-v32-product-card a{pointer-events:auto!important}

@media(max-width:620px){
  .k2-native-main-link{height:390px;border-radius:17px}
  .k2-native-main-image{padding:8px!important}
  .k2-native-thumb{flex-basis:66px;width:66px;height:66px}
  .k2-product-badges{left:14px!important;right:auto!important;top:14px!important;z-index:5!important}
  .k2-native-gallery{padding-top:0}
}
@media(max-width:390px){.k2-native-main-link{height:340px}}


/* K2Camping v6.0.7 — light-only stable mode */
:root,html[data-k2-theme="light"]{
  color-scheme:light!important;
  --k2-bg:#f6f7f5;--k2-surface:#fff;--k2-surface-2:#f3f5f2;
  --k2-card:#fff;--k2-header:#fff;--k2-text:#171a17;--k2-fg:#171a17;
  --k2-heading:#0d100d;--k2-muted:#5f675f;--k2-fg-soft:#687068;
  --k2-border:#e2e6e1;--k2-line:#e2e6e1;--k2-link:#176f3c;
}
html,body{background:#f6f7f5!important;color:#171a17!important}
body,.site,.site-main,main,#page,.woocommerce-page,.k2-contact-page,.k2-blog-page{background-color:#f6f7f5!important;color:#171a17!important}
.k2-header,.k2-mainbar,.k2-nav-wrap{background:#fff!important;color:#171a17!important}
.k2-brand-text strong,.k2-brand-text small,.k2-action,.k2-action b,.k2-action small,.k2-nav a,.k2-search input,.k2-search select{color:#171a17!important}
.k2-search{background:#fff!important;border-color:#e2e6e1!important}
:where(.woocommerce,.woocommerce-page,.site-main,.entry-content,.page-content,.elementor) :where(h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.product_title,.woocommerce-loop-product__title,.widget-title){color:#0d100d!important}
:where(.woocommerce,.woocommerce-page,.site-main,.entry-content,.page-content,.elementor) :where(p,li,dd,dt,label,legend,address,blockquote,figcaption,span:not(.amount):not(.onsale)){color:#171a17}
:where(.woocommerce,.woocommerce-page,.site-main,.entry-content,.page-content,.elementor) :where(small,.meta,.entry-meta,.post-meta,.woocommerce-result-count){color:#5f675f!important}
:where(.woocommerce ul.products li.product,.k2-v32-product-card,.k2-category-card,.k2-brand-card,.k2-article-card,.k2-product-gallery-card,.k2-product-summary-card,.k2-product-content-card,.k2-product-faq,.k2-product-related,.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation,.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-form,.woocommerce-order,.k2-contact-card){background:#fff!important;color:#171a17!important;border-color:#e2e6e1!important}
:where(input:not([type=submit]):not([type=button]),textarea,select,.select2-selection){background:#fff!important;color:#171a17!important;border-color:#d9ded8!important}
:where(input,textarea)::placeholder{color:#747c74!important;opacity:1!important}
.woocommerce table.shop_table,.woocommerce table.shop_table th,.woocommerce table.shop_table td{background:#fff!important;color:#171a17!important;border-color:#e2e6e1!important}
.woocommerce-MyAccount-navigation li a{color:#171a17!important}
.woocommerce-MyAccount-navigation li.is-active a{background:#78c800!important;color:#101510!important}
/* Intentional dark areas */
.k2-hero,.k2-v5-hero,.k2-section-dark{color:#fff!important}
.k2-hero :where(h1,h2,h3,p,span,strong,a),.k2-v5-hero :where(h1,h2,h3,p,span,strong,a),.k2-section-dark :where(h1,h2,h3,p,span,strong,a){color:#fff!important}
/* Mobile bottom navigation intentionally remains dark. */
.k2-mobile-bottom-nav{background:#0b0e0b!important;border-color:#252b25!important}
.k2-mobile-bottom-nav :where(a,span,small,strong,svg){color:#fff!important;stroke:#fff!important}

/* =========================================================
   K2Camping v6.0.8 — desktop account carousel and click fixes
   ========================================================= */
/* Dark account welcome must always use light copy. */
html[data-k2-theme="light"] .k2-account-welcome,
html[data-k2-theme="light"] .k2-account-welcome :where(h1,h2,h3,p,span,strong,small,i){color:#fff!important}
html[data-k2-theme="light"] .k2-account-welcome .k2-account-eyebrow{color:#bdf36d!important}
html[data-k2-theme="light"] .k2-account-welcome .k2-account-shop-btn{color:#101510!important}

/* Account layout: full-width content with a horizontal, scrollable dashboard menu. */
.woocommerce-account main.site-main,
.woocommerce-account .site-main,
.woocommerce-account .entry-content,
.woocommerce-account .page-content{width:100%!important;max-width:none!important}
.woocommerce-account .site-main>.woocommerce,
.woocommerce-account .site-main .entry-content>.woocommerce,
.woocommerce-account .woocommerce{
  width:min(1220px,calc(100% - 40px))!important;
  max-width:1220px!important;
  margin:28px auto 70px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:22px!important;
  align-items:stretch!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  position:relative!important;
  top:auto!important;
  padding:12px 56px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;scroll-snap-align:start!important}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:11px 22px!important;
  white-space:nowrap!important;
  border-radius:14px!important;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  min-width:0!important;
  padding:28px!important;
}
.k2-account-nav-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:8!important;
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border:1px solid #dce2da!important;
  border-radius:50%!important;
  background:#101510!important;
  color:#c9ff39!important;
  font:900 25px/1 Arial,sans-serif!important;
  cursor:pointer!important;
  box-shadow:0 7px 18px rgba(0,0,0,.16)!important;
}
.k2-account-nav-arrow.is-prev{right:10px!important}
.k2-account-nav-arrow.is-next{left:10px!important}
.k2-account-nav-arrow:disabled{opacity:.3!important;cursor:default!important}

/* Balanced desktop dashboard cards instead of a narrow vertical column. */
@media(min-width:901px){
  .k2-account-welcome{min-height:220px!important;padding:34px 38px!important}
  .k2-account-welcome h2{font-size:clamp(27px,3vw,40px)!important}
  .k2-account-welcome p{font-size:14px!important}
  .k2-account-cards-three{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
  .k2-account-card{min-height:145px!important}
  .k2-order-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:900px){
  .woocommerce-account .woocommerce{width:calc(100% - 20px)!important;margin-top:14px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation{padding:10px 48px!important}
  .woocommerce-account .woocommerce-MyAccount-navigation li a{min-height:48px!important;padding:10px 17px!important}
  .k2-account-nav-arrow{width:34px!important;height:34px!important;font-size:22px!important}
  .k2-account-nav-arrow.is-prev{right:7px!important}.k2-account-nav-arrow.is-next{left:7px!important}
}

/* Product cards: every visible product link stays above decorative layers. */
.woocommerce ul.products li.product.k2-v32-product-card,
.k2-v5-product-carousel li.product.k2-v32-product-card{position:relative!important}
.k2-v32-card-inner{position:relative!important;z-index:1!important}
.k2-v32-card-image,
.k2-v32-card-body h2 a,
.k2-v32-quick-add{position:relative!important;z-index:5!important;pointer-events:auto!important}
.k2-v32-product-card::before,
.k2-v32-product-card::after{pointer-events:none!important}

/* =========================================================
   K2Camping v6.0.9 — definitive desktop account width + order cards
   ========================================================= */
@media (min-width: 901px){
  body.woocommerce-account .k2-container.k2-content-wrap{
    width:100%!important;
    max-width:none!important;
    padding:34px 24px 80px!important;
    margin:0!important;
  }
  body.woocommerce-account .k2-container.k2-content-wrap > article,
  body.woocommerce-account .k2-container.k2-content-wrap > .page,
  body.woocommerce-account article.page{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-account article.page > .woocommerce,
  body.woocommerce-account .entry-content > .woocommerce,
  body.woocommerce-account .woocommerce{
    display:flex!important;
    flex-direction:column!important;
    width:min(1280px,100%)!important;
    max-width:1280px!important;
    min-width:0!important;
    margin:0 auto!important;
    gap:22px!important;
    float:none!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content{
    float:none!important;
    clear:both!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content{
    padding:30px!important;
  }
  body.woocommerce-account .k2-account-welcome{
    width:100%!important;
    min-height:230px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:30px!important;
  }
  body.woocommerce-account .k2-account-cards-three{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
  }
  body.woocommerce-account .k2-order-policy{
    width:100%!important;
    padding:28px!important;
  }
  body.woocommerce-account .k2-order-policy-head strong{font-size:22px!important}
  body.woocommerce-account .k2-order-policy-head small{font-size:13px!important}
  body.woocommerce-account .k2-order-policy-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    width:100%!important;
  }
  body.woocommerce-account .k2-order-policy-grid article{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    min-height:170px!important;
    padding:24px!important;
    margin:0!important;
  }
  body.woocommerce-account .k2-order-policy-grid b{font-size:18px!important}
  body.woocommerce-account .k2-order-policy-grid p{font-size:14px!important;line-height:2.05!important}
  body.woocommerce-account .k2-order-policy-actions a{font-size:13px!important;min-height:46px!important}
}

/* Product cards: no invisible action layer may block navigation. */
.woocommerce ul.products li.product.k2-v32-product-card{isolation:isolate!important}
.woocommerce ul.products li.product.k2-v32-product-card .k2-v32-card-inner{z-index:2!important}
.woocommerce ul.products li.product.k2-v32-product-card .k2-v32-card-image,
.woocommerce ul.products li.product.k2-v32-product-card .woocommerce-loop-product__title a{
  pointer-events:auto!important;
  cursor:pointer!important;
}
.woocommerce ul.products li.product.k2-v32-product-card .k2-card-actions{
  z-index:6!important;
  pointer-events:none!important;
}
.woocommerce ul.products li.product.k2-v32-product-card .k2-card-actions a{pointer-events:auto!important}

/* =========================================================
   K2Camping v6.1.3 — mobile bottom navigation contrast fix
   Keeps the fixed/sliding mobile navigation layout unchanged.
   ========================================================= */
@media (max-width:760px){
  html[data-k2-theme] .k2-mobile-bottom-nav{
    background:rgba(255,255,255,.98)!important;
    color:#171a17!important;
    border-color:#dfe4de!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-item,
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-item small,
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-icon,
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-icon svg{
    color:#303630!important;
    stroke:#303630!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-item.is-active,
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-item.is-active small,
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-item.is-active svg{
    color:#4f8700!important;
    stroke:#4f8700!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-search-circle{
    background:#101510!important;
    color:#fff!important;
    border-color:#fff!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-search-circle svg{
    color:#fff!important;
    stroke:#fff!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-bottom-search small{
    color:#303630!important;
  }
  html[data-k2-theme] .k2-mobile-bottom-nav .k2-mobile-cart-count{
    background:#87df13!important;
    color:#101510!important;
    border-color:#fff!important;
  }
}

/* =========================================================
   K2Camping v6.3.2 — selected brands + lightweight polish
   ========================================================= */
.k2-v5-home .k2-v5-section{
  margin-block:clamp(34px,5vw,72px);
}
.k2-v5-heading{
  align-items:center;
  gap:16px;
}
.k2-v5-heading h2{
  letter-spacing:-.035em;
  line-height:1.35;
}
.k2-v5-heading a{
  white-space:nowrap;
  font-weight:800;
  transition:transform .2s ease,color .2s ease;
}
.k2-v5-heading a:hover{transform:translateX(-3px)}

.k2-v5-brand-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  align-items:stretch;
  scroll-snap-type:x mandatory;
  padding:8px 3px 14px!important;
}
.k2-v5-brand-card{
  flex:0 0 150px!important;
  width:150px!important;
  min-height:150px;
  padding:14px 12px 12px!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  overflow:hidden;
  background:#fff!important;
  border:1px solid #e7ebe5!important;
  border-radius:22px!important;
  box-shadow:0 10px 28px rgba(18,28,18,.07)!important;
  color:#171b17!important;
  text-decoration:none!important;
  scroll-snap-align:start;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.k2-v5-brand-card:hover,
.k2-v5-brand-card:focus-visible{
  transform:translateY(-4px);
  border-color:#8bdc16!important;
  box-shadow:0 15px 36px rgba(18,28,18,.12)!important;
  outline:none;
}
.k2-v5-brand-logo{
  width:100%;
  aspect-ratio:16/9;
  display:flex!important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:14px;
  background:#fff;
}
.k2-v5-brand-logo img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  mix-blend-mode:multiply;
}
.k2-v5-brand-card strong{
  display:block;
  width:100%;
  padding-top:8px;
  border-top:1px solid #edf0ec;
  font-size:15px;
  font-weight:800;
  line-height:1.3;
  text-align:center;
  white-space:nowrap;
}

.k2-v5-category-card,
.k2-v5-article-card,
.woocommerce ul.products li.product.k2-v32-product-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.k2-v5-category-card:hover,
.k2-v5-article-card:hover{
  transform:translateY(-4px);
}
.k2-v5-benefits > div{
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.k2-v5-benefits > div:hover{
  transform:translateY(-3px);
  border-color:#d8e9c7;
}

@media (max-width:760px){
  .k2-v5-home .k2-v5-section{margin-block:34px}
  .k2-v5-heading{margin-bottom:14px!important}
  .k2-v5-heading h2{font-size:clamp(25px,7vw,32px)!important}
  .k2-v5-brand-track{gap:10px!important;padding-inline:2px!important}
  .k2-v5-brand-card{
    flex-basis:136px!important;
    width:136px!important;
    min-height:142px;
    border-radius:20px!important;
    padding:12px 10px 10px!important;
  }
  .k2-v5-brand-card strong{font-size:14px}
}

@media (prefers-reduced-motion:reduce){
  .k2-v5-brand-card,.k2-v5-category-card,.k2-v5-article-card,.k2-v5-benefits>div,.k2-v5-heading a{transition:none!important}
}


/* K2 v6.3.4 — dedicated categories page (loaded stylesheet) */
.k2-product-categories-page{background:#f8faf7;padding:28px 0 110px;min-height:70vh}
.k2-product-categories-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.k2-product-categories-hero{padding:12px 4px 25px;text-align:right;background:transparent!important;color:#171a17!important;margin:0!important;border-radius:0!important}
.k2-product-categories-hero:after{display:none!important}
.k2-product-categories-eyebrow{display:block;color:#65a918;font-weight:900;font-size:14px;margin-bottom:5px}
.k2-product-categories-hero h1{color:#171a17!important;margin:0 0 8px!important;font-size:clamp(30px,4vw,44px)!important;line-height:1.45;font-weight:950}
.k2-product-categories-hero p{margin:0;color:#626a63!important;font-size:15px;line-height:1.9}
.k2-product-categories-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important}
.k2-product-category-tile{display:flex!important;flex-direction:column!important;min-width:0!important;background:#fff!important;border:1px solid #e6ebe4!important;border-radius:24px!important;overflow:hidden!important;text-decoration:none!important;color:#111!important;box-shadow:0 10px 30px rgba(16,45,18,.07)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.k2-product-category-tile:hover{transform:translateY(-5px);border-color:#b1dc7d!important;box-shadow:0 18px 42px rgba(30,85,25,.13)!important}
.k2-product-category-media{display:block!important;position:relative!important;width:100%!important;aspect-ratio:16/9!important;overflow:hidden!important;background:#edf2eb!important}
.k2-product-category-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0!important;transition:transform .35s ease!important}
.k2-product-category-tile:hover .k2-product-category-media img{transform:scale(1.035)}
.k2-product-category-overlay{position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.16));pointer-events:none}
.k2-product-category-caption{display:flex!important;align-items:center!important;gap:14px!important;padding:14px 16px 16px!important;background:#fff!important;min-height:82px!important;position:relative!important}
.k2-product-category-icon{flex:0 0 58px;width:58px;height:58px;margin-top:-35px;border-radius:18px;background:#fff;display:grid;place-items:center;border:1px solid #e8eee5;box-shadow:0 9px 24px rgba(25,65,20,.13);position:relative;z-index:2}
.k2-product-category-icon svg{width:31px;height:31px;fill:none;stroke:#4b982a;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.k2-product-category-copy{display:block;min-width:0;text-align:right}
.k2-product-category-caption strong{display:block!important;color:#151915!important;font-size:18px!important;font-weight:950!important;line-height:1.55!important;margin:0!important;white-space:normal!important}
.k2-product-category-caption small{display:block!important;color:#5b9b31!important;font-size:13px!important;font-weight:850!important;margin-top:3px!important;white-space:nowrap!important}
@media(max-width:960px){.k2-product-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){
 .k2-product-categories-page{padding:16px 0 105px}
 .k2-product-categories-shell{width:calc(100% - 20px)}
 .k2-product-categories-hero{padding:8px 3px 18px}
 .k2-product-categories-eyebrow{font-size:12px}
 .k2-product-categories-hero h1{font-size:29px!important;margin-bottom:5px!important}
 .k2-product-categories-hero p{font-size:13px;line-height:1.8}
 .k2-product-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
 .k2-product-category-tile{border-radius:18px!important}
 .k2-product-category-media{aspect-ratio:1.45/1!important}
 .k2-product-category-caption{gap:8px!important;padding:10px 10px 12px!important;min-height:72px!important}
 .k2-product-category-icon{flex-basis:42px;width:42px;height:42px;border-radius:14px;margin-top:-25px}
 .k2-product-category-icon svg{width:24px;height:24px}
 .k2-product-category-caption strong{font-size:14px!important;line-height:1.5!important}
 .k2-product-category-caption small{font-size:11px!important;margin-top:2px!important}
}
@media(max-width:355px){.k2-product-categories-grid{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){.k2-product-category-tile,.k2-product-category-media img{transition:none!important}}


/* K2 v6.3.6 — official eNAMAD and Zarinpal code slots */
.k2-trust-section{margin:28px 0 10px;padding:22px;border:1px solid var(--k2-footer-border,#2d342d);border-radius:22px;background:rgba(255,255,255,.035)}
.k2-trust-heading{text-align:center;margin-bottom:16px}
.k2-trust-heading span{display:block;color:#86c63f;font-size:12px;font-weight:850;margin-bottom:4px}
.k2-trust-heading strong{display:block;color:var(--k2-footer-title,#fff);font-size:18px;font-weight:950}
.k2-footer .k2-trust-badges{display:flex;align-items:stretch;justify-content:center;gap:14px;flex-wrap:wrap;margin:0}
.k2-footer .k2-trust-badge{width:142px;min-height:108px;padding:10px;border:1px solid var(--k2-footer-border,#394139)!important;border-radius:16px;background:#fff!important;display:flex;align-items:center;justify-content:center;overflow:hidden}
.k2-footer .k2-trust-badge>a,.k2-footer .k2-trust-badge>div,.k2-footer .k2-trust-badge>span{max-width:100%}
.k2-footer .k2-trust-badge img{display:block!important;max-width:100%!important;max-height:86px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:auto!important}
.k2-footer .k2-trust-badge script{display:none!important}
.k2-footer .k2-trust-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#151915!important}
.k2-footer .k2-trust-placeholder b{color:#151915!important;font-size:18px}
.k2-footer .k2-trust-placeholder small{color:#687068!important;font-size:11px;text-align:center;line-height:1.7}
@media(max-width:640px){
 .k2-trust-section{padding:18px 12px;border-radius:18px}
 .k2-footer .k2-trust-badges{gap:10px;flex-wrap:nowrap}
 .k2-footer .k2-trust-badge{width:calc(50% - 5px);min-height:98px;padding:8px}
 .k2-footer .k2-trust-badge img{max-height:78px!important}
}

/* =========================================================
   K2Camping v6.4.2 — footer/trust readability correction
   Prevent white text from appearing on the light footer.
   ========================================================= */
html[data-k2-theme="light"] .k2-footer,
html:not([data-k2-theme="dark"]) .k2-footer{
  color:#4f5b53!important;
}
html[data-k2-theme="light"] .k2-footer .k2-trust-heading strong,
html:not([data-k2-theme="dark"]) .k2-footer .k2-trust-heading strong,
html[data-k2-theme="light"] .k2-footer .k2-footer-bottom strong,
html:not([data-k2-theme="dark"]) .k2-footer .k2-footer-bottom strong{
  color:#111713!important;
  opacity:1!important;
}
html[data-k2-theme="light"] .k2-footer .k2-trust-heading span,
html:not([data-k2-theme="dark"]) .k2-footer .k2-trust-heading span{
  color:#5da91e!important;
  opacity:1!important;
}
html[data-k2-theme="light"] .k2-footer .k2-footer-bottom,
html[data-k2-theme="light"] .k2-footer .k2-footer-bottom div,
html[data-k2-theme="light"] .k2-footer .k2-footer-bottom span,
html:not([data-k2-theme="dark"]) .k2-footer .k2-footer-bottom,
html:not([data-k2-theme="dark"]) .k2-footer .k2-footer-bottom div,
html:not([data-k2-theme="dark"]) .k2-footer .k2-footer-bottom span{
  color:#4f5b53!important;
  opacity:1!important;
  text-shadow:none!important;
}
html[data-k2-theme="light"] .k2-footer .k2-trust-section,
html:not([data-k2-theme="dark"]) .k2-footer .k2-trust-section{
  background:#f8faf7!important;
  border-color:#d9e1d8!important;
}
html[data-k2-theme="light"] .k2-footer .k2-trust-badge,
html:not([data-k2-theme="dark"]) .k2-footer .k2-trust-badge{
  background:#fff!important;
  border-color:#d9e1d8!important;
}
html[data-k2-theme="light"] .k2-footer .k2-trust-section :where(h1,h2,h3,h4,p,strong,b,small),
html:not([data-k2-theme="dark"]) .k2-footer .k2-trust-section :where(h1,h2,h3,h4,p,strong,b,small){
  text-shadow:none!important;
}


/* K2Camping 6.4.3 — desktop product categories menu shortcut */
.k2-nav .k2-menu-categories > a{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#176f3c!important;
  font-weight:800!important;
}
.k2-nav .k2-menu-categories > a::before{
  content:"";
  width:18px;
  height:18px;
  display:inline-block;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.k2-nav .k2-menu-categories > a:hover{color:#0f5c30!important}

/* K2Camping 6.4.5 — dedicated main-category directory only */
.k2-product-categories-page .k2-product-categories-grid{grid-auto-flow:row}
.k2-product-categories-page .k2-product-category-tile{content-visibility:auto;contain-intrinsic-size:360px}
.k2-product-categories-page .k2-product-category-media img{background:#e9eee7}
@media(min-width:1280px){.k2-product-categories-page .k2-product-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}

/* ===== k2-v640.css ===== */
/* K2Camping 6.4.1 */
.k2-v640-product-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0;padding:18px;background:#fff;border:1px solid #e5eadf;border-radius:22px;clear:both}.k2-v640-product-highlights div{padding:14px;border-radius:16px;background:#f6f9f3;text-align:center}.k2-v640-product-highlights b,.k2-v640-product-highlights small{display:block}.k2-v640-product-highlights b{font-size:15px;color:#182117}.k2-v640-product-highlights small{font-size:12px;color:#687168;margin-top:5px}.k2-v640-sticky-buy{display:none}
.k2-search{position:relative}.k2-v640-search-results{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:9999;background:#fff;border:1px solid #dfe6db;border-radius:18px;box-shadow:0 18px 50px rgba(15,35,15,.18);padding:8px;max-height:430px;overflow:auto}.k2-v640-search-results[hidden]{display:none}.k2-v640-search-item{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;padding:9px;border-radius:12px;text-decoration:none;color:#111}.k2-v640-search-item:hover{background:#f1f7ed}.k2-v640-search-item img{width:58px;height:58px;object-fit:cover;border-radius:10px}.k2-v640-search-item strong,.k2-v640-search-item small{display:block}.k2-v640-search-item small{color:#6b746b;margin-top:3px}.k2-v640-search-item em{font-style:normal;color:#4e941f;font-weight:900;font-size:12px}.k2-v640-search-empty{padding:20px;text-align:center;color:#6f766e}
.k2-v640-filter-panel{margin:0 0 22px;background:#fff;border:1px solid #e2e8df;border-radius:20px;padding:0 18px;box-shadow:0 8px 25px rgba(25,45,22,.05)}.k2-v640-filter-panel summary{cursor:pointer;padding:16px 0;font-weight:950;list-style:none}.k2-v640-filter-panel summary span{font-size:12px;color:#798178;margin-right:8px;font-weight:500}.k2-v640-filter-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 0 16px}.k2-v640-filter-form label{font-size:12px;font-weight:800;color:#4f594f}.k2-v640-filter-form input,.k2-v640-filter-form select{display:block;width:100%;margin-top:6px;border:1px solid #dfe6dc;border-radius:11px;padding:10px;background:#fff}.k2-v640-filter-form button,.k2-v640-filter-form>a{align-self:end;display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:11px;text-decoration:none}.k2-v640-filter-form button{border:0;background:#67ad2e;color:#fff;font-weight:900}.k2-v640-filter-form>a{color:#556055;background:#f2f4f1}
.k2-v640-brands-page{padding:38px 0 100px;background:#f7f9f5;min-height:70vh}.k2-v640-brands-page header{text-align:center;margin-bottom:28px}.k2-v640-brands-page header span{color:#67a92e;font-weight:900}.k2-v640-brands-page h1{font-size:clamp(28px,4vw,44px);margin:7px 0}.k2-v640-brands-page p{color:#687168}.k2-v640-brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.k2-v640-brands-grid>a{display:block;padding:22px;background:#fff;border:1px solid #e2e8df;border-radius:20px;text-decoration:none;color:#172017;transition:.2s}.k2-v640-brands-grid>a:hover{transform:translateY(-4px);border-color:#9fd56d;box-shadow:0 14px 30px rgba(30,70,25,.1)}.k2-v640-brands-grid strong,.k2-v640-brands-grid small,.k2-v640-brands-grid span{display:block}.k2-v640-brands-grid strong{font-size:19px}.k2-v640-brands-grid small{margin:6px 0 15px;color:#747d73}.k2-v640-brands-grid span{color:#5e9f2c;font-weight:900}.k2-v640-empty{grid-column:1/-1;padding:30px;text-align:center;background:#fff;border-radius:18px}.k2-v650-brand-logo{display:flex;align-items:center;justify-content:center;height:90px;margin-bottom:14px;border-radius:14px;background:#f4f7f1;overflow:hidden}.k2-v650-brand-logo img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.k2-v650-brand-monogram{font-size:26px;font-weight:900;color:#5e9f2c;background:#eaf4e0;letter-spacing:1px}
.k2-v640-trustbar{width:min(1180px,calc(100% - 32px));margin:26px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.k2-v640-trustbar>div{padding:15px;border-radius:16px;background:#f5f8f2;border:1px solid #dfe7da;text-align:center}.k2-v640-trustbar b,.k2-v640-trustbar small{display:block}.k2-v640-trustbar small{font-size:12px;color:#6c756b;margin-top:4px}.k2-v640-account-head{margin-bottom:20px}.k2-v640-account-head h2{margin-bottom:5px}.woocommerce-account .woocommerce-MyAccount-navigation ul{border-radius:18px;overflow:hidden}.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid #e5e9e2;border-radius:20px;padding:22px}
@media(max-width:900px){.k2-v640-product-highlights,.k2-v640-trustbar{grid-template-columns:repeat(2,1fr)}.k2-v640-filter-form{grid-template-columns:repeat(2,1fr)}.k2-v640-brands-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body.single-product{padding-bottom:78px}.k2-v640-sticky-buy{position:fixed;display:flex;align-items:center;gap:10px;right:8px;left:8px;bottom:66px;z-index:9998;padding:10px;background:rgba(255,255,255,.96);border:1px solid #dce4d8;border-radius:17px;box-shadow:0 12px 35px rgba(15,30,15,.2);backdrop-filter:blur(12px)}.k2-v640-sticky-info{min-width:0;flex:1}.k2-v640-sticky-info strong,.k2-v640-sticky-info span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k2-v640-sticky-info strong{font-size:12px}.k2-v640-sticky-info span{font-weight:950;color:#3f8121;margin-top:3px}.k2-v640-sticky-button{border:0;border-radius:12px;background:#65ad2d;color:#fff;padding:12px 15px;font-weight:950;text-decoration:none;white-space:nowrap}.k2-v640-sticky-button.is-disabled{background:#666}.k2-v640-product-highlights{grid-template-columns:1fr 1fr;padding:10px;gap:8px}.k2-v640-product-highlights div{padding:10px 6px}.k2-v640-filter-panel{padding:0 12px}.k2-v640-filter-form{grid-template-columns:1fr 1fr;gap:9px}.k2-v640-filter-form button,.k2-v640-filter-form>a{min-height:40px}.k2-v640-search-results{position:fixed;top:74px;right:10px;left:10px;max-height:60vh}.k2-v640-brands-grid{grid-template-columns:1fr 1fr;gap:10px}.k2-v640-brands-grid>a{padding:16px}.k2-v640-brands-grid strong{font-size:15px}.k2-v640-trustbar{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:90px}.k2-v640-trustbar>div{padding:11px 6px}.woocommerce-account .woocommerce-MyAccount-content{padding:14px}}


/* K2Camping 6.4.1 — focused filters, compact shop cards and trust badge repair */
.k2-v641-shop-layout{display:block!important}
.k2-v641-shop-layout .k2-shop-products{width:100%!important;max-width:none!important}
.k2-v641-toolbar{margin-bottom:12px!important}
.k2-v641-filter-form{grid-template-columns:repeat(4,minmax(0,1fr)) 150px 130px!important;align-items:end}
.k2-v641-filter-form label{min-width:0}
.k2-v641-filter-form input,.k2-v641-filter-form select{height:48px;line-height:1.4}
.woocommerce .woocommerce-ordering,.k2-shop-ordering,.k2-mobile-filter-toggle,.k2-shop-sidebar{display:none!important}
.k2-shop-products ul.products,.post-type-archive-product ul.products,.tax-product_cat ul.products,.tax-product_tag ul.products{grid-auto-rows:auto!important;align-items:start!important;gap:14px!important}
.k2-shop-products ul.products>li.product,.post-type-archive-product ul.products>li.product,.tax-product_cat ul.products>li.product,.tax-product_tag ul.products>li.product{align-self:start!important;min-height:0!important;height:auto!important}
.k2-shop-products .k2-v32-card-inner,.post-type-archive-product .k2-v32-card-inner,.tax-product_cat .k2-v32-card-inner,.tax-product_tag .k2-v32-card-inner{height:auto!important;min-height:0!important;grid-template-rows:auto auto!important}
.k2-shop-products ul.products>li.product .k2-card-link,.post-type-archive-product ul.products>li.product .k2-card-link,.tax-product_cat ul.products>li.product .k2-card-link,.tax-product_tag ul.products>li.product .k2-card-link{height:auto!important;min-height:0!important;grid-template-rows:auto auto!important}
.k2-shop-products .k2-card-body,.post-type-archive-product .k2-card-body,.tax-product_cat .k2-card-body,.tax-product_tag .k2-card-body{height:auto!important;min-height:0!important;grid-template-rows:auto auto auto!important;align-content:start!important}
.k2-shop-products .k2-card-stock,.post-type-archive-product .k2-card-stock,.tax-product_cat .k2-card-stock,.tax-product_tag .k2-card-stock{height:auto!important;min-height:18px!important}
.k2-shop-products .k2-card-rating,.post-type-archive-product .k2-card-rating,.tax-product_cat .k2-card-rating,.tax-product_tag .k2-card-rating:empty{display:none!important}
.k2-shop-products .k2-card-footer,.post-type-archive-product .k2-card-footer,.tax-product_cat .k2-card-footer,.tax-product_tag .k2-card-footer{min-height:48px!important;margin-top:8px!important}
.k2-footer .k2-trust-section{background:#f7faf5!important;border-color:#dce5d8!important}
.k2-footer .k2-trust-heading strong{color:#172017!important}.k2-footer .k2-trust-heading span{color:#68a92f!important}
.k2-footer .k2-trust-badge{opacity:1!important;visibility:visible!important;filter:none!important;background:#fff!important;border-color:#dfe6dc!important;min-height:126px!important}
.k2-footer .k2-trust-badge *{opacity:1!important;visibility:visible!important;filter:none!important}
.k2-footer .k2-trust-badge a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}
.k2-footer .k2-trust-badge iframe{max-width:100%!important;min-height:95px!important;border:0!important}
@media(max-width:900px){.k2-v641-filter-form{grid-template-columns:1fr 1fr!important}}
@media(max-width:820px){
 .k2-v5-hero{position:relative!important;padding-top:112px!important}
 .k2-v5-hero-logo{display:grid!important;position:absolute!important;top:22px!important;left:50%!important;transform:translateX(-50%)!important;width:76px!important;height:76px!important;border-radius:50%!important;background:rgba(0,0,0,.55)!important;z-index:4!important}
 .k2-v5-hero-logo img{width:90%!important;height:90%!important}
 .k2-shop-products ul.products,.post-type-archive-product ul.products,.tax-product_cat ul.products,.tax-product_tag ul.products{gap:10px!important}
 .k2-shop-products .k2-v32-card-image,.post-type-archive-product .k2-v32-card-image,.tax-product_cat .k2-v32-card-image,.tax-product_tag .k2-v32-card-image{height:165px!important;min-height:165px!important;max-height:165px!important}
 .k2-shop-products .k2-card-body,.post-type-archive-product .k2-card-body,.tax-product_cat .k2-card-body,.tax-product_tag .k2-card-body{padding:9px!important}
 .k2-footer .k2-trust-badge{min-height:112px!important}
}
