:root{
  --k18-red:#c9181d;
  --k18-red-dark:#9f1116;
  --k18-ink:#1a1a18;
  --k18-muted:#6c665f;
  --k18-paper:#ffffff;
  --k18-cream:#f8f3eb;
  --k18-cream-2:#efe4d6;
  --k18-line:#e5ddd3;
  --k18-shadow:0 14px 38px rgba(28,21,17,.08);
}

body.kokoro-v18-front,
body.kokoro-v18-shop,
body.kokoro-v18-product,
body.kokoro-v18-b2b{
  background:var(--k18-cream)!important;
}
body.kokoro-v18-front .custom-logo,
body.kokoro-v18-shop .custom-logo,
body.kokoro-v18-product .custom-logo,
body.kokoro-v18-b2b .custom-logo,
body.kokoro-v18-front .site-branding img,
body.kokoro-v18-shop .site-branding img,
body.kokoro-v18-product .site-branding img,
body.kokoro-v18-b2b .site-branding img{
  width:auto!important;
  height:auto!important;
  max-width:118px!important;
  max-height:64px!important;
  object-fit:contain!important;
}

.kokoro-v18,
.kokoro-v18 *{box-sizing:border-box}
.kokoro-v18{
  width:100%;
  margin:0;
  overflow:hidden;
  background:var(--k18-cream);
  color:var(--k18-ink);
  font-family:Arial,Helvetica,sans-serif;
}
.kokoro-v18 img{max-width:100%;height:auto}
.kokoro-v18 a{text-decoration:none}
.kokoro-v18-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}
.kokoro-v18-section{padding:clamp(54px,7vw,92px) 0}
.kokoro-v18-section--soft{background:#f0e8dc}
.kokoro-v18-eyebrow,
.kokoro-v18-heading>span,
.kokoro-v18-catalog-box>div>span{
  display:block;
  margin-bottom:10px;
  color:var(--k18-red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.kokoro-v18 h1,
.kokoro-v18 h2{
  font-family:Georgia,'Times New Roman',serif;
  letter-spacing:-.025em;
}
.kokoro-v18-heading{max-width:840px;margin-bottom:30px}
.kokoro-v18-heading h2,
.kokoro-v18-b2b-band h2,
.kokoro-v18-catalog-box h2,
.kokoro-v18-final-cta h2{
  margin:0 0 14px;
  color:var(--k18-ink);
  font-size:clamp(32px,4.5vw,54px);
  line-height:1.03;
}
.kokoro-v18-heading p,
.kokoro-v18-b2b-band p,
.kokoro-v18-catalog-box p,
.kokoro-v18-final-cta p{
  margin:0;
  color:var(--k18-muted);
  font-size:17px;
  line-height:1.72;
}
.kokoro-v18-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.kokoro-v18-actions--stack{flex-direction:column;align-items:flex-start}
.kokoro-v18-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 22px;
  border:1px solid transparent;
  border-radius:12px;
  font-size:15px;
  font-weight:850;
  line-height:1.2;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.kokoro-v18-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.10)}
.kokoro-v18-btn--red{background:var(--k18-red);color:#fff!important}
.kokoro-v18-btn--red:hover{background:var(--k18-red-dark)}
.kokoro-v18-btn--light{background:#fff;color:var(--k18-ink)!important;border-color:var(--k18-line)}
.kokoro-v18-link{color:var(--k18-red)!important;font-weight:800}
.kokoro-v18-center{text-align:center;margin-top:28px}

/* Hero */
.kokoro-v18-hero{
  padding:clamp(42px,6vw,82px) 0;
  background:linear-gradient(135deg,#20170f 0%,#3e2917 60%,#60321f 100%);
}
.kokoro-v18-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:44px;align-items:center}
.kokoro-v18-hero__copy .kokoro-v18-eyebrow{color:#f3a39f}
.kokoro-v18-hero h1{margin:0;color:#fff;font-size:clamp(46px,7vw,82px);line-height:.98}
.kokoro-v18-hero p{max-width:700px;margin:24px 0 0;color:#e5d8cc;font-size:18px;line-height:1.7}
.kokoro-v18-hero__image{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.24)}
.kokoro-v18-hero__image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}

/* Benefits */
.kokoro-v18-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.kokoro-v18-benefits>div{padding:24px;border:1px solid var(--k18-line);border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(45,33,24,.04)}
.kokoro-v18-benefits strong{display:block;margin-bottom:7px;font-size:18px}
.kokoro-v18-benefits p{margin:0;color:var(--k18-muted);font-size:14px;line-height:1.55}

/* Product worlds */
.kokoro-v18-world-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.kokoro-v18-world{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:210px;overflow:hidden;border:1px solid var(--k18-line);border-radius:20px;background:#fff;color:var(--k18-ink)!important;box-shadow:0 8px 28px rgba(45,33,24,.045)}
.kokoro-v18-world__image{display:flex;align-items:center;justify-content:center;padding:16px;background:#fbfaf7}
.kokoro-v18-world__image img{display:block;width:100%;height:175px;object-fit:contain;background:#fff}
.kokoro-v18-world__copy{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:22px}
.kokoro-v18-world__copy span{color:var(--k18-red);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.kokoro-v18-world__copy h3{margin:0;font-size:23px;line-height:1.1}
.kokoro-v18-world__copy p{margin:0;color:var(--k18-muted);font-size:14px;line-height:1.55}
.kokoro-v18-world__copy strong{margin-top:2px;color:var(--k18-red);font-size:13px}

/* Product grid */
.kokoro-v18-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.kokoro-v18-product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--k18-line);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(45,33,24,.05)}
.kokoro-v18-product-card__image{display:flex;align-items:center;justify-content:center;height:280px;padding:18px;background:#fff;border-bottom:1px solid var(--k18-line)}
.kokoro-v18-product-card__image img{display:block;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:0!important;background:#fff!important}
.kokoro-v18-product-card__body{display:flex;flex:1;flex-direction:column;padding:18px}
.kokoro-v18-product-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.kokoro-v18-category-pill{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#eee7dc;color:#5e4b39;font-size:11px;font-weight:900}
.kokoro-v18-code{color:var(--k18-red);font-size:12px;font-weight:900;white-space:nowrap}
.kokoro-v18-product-card h3{margin:0 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:19px;line-height:1.3}
.kokoro-v18-product-card h3 a{color:var(--k18-ink)!important}
.kokoro-v18-pack{padding:9px 11px;border-radius:10px;background:#fbf1e8;color:#6a5547;font-size:13px}
.kokoro-v18-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}
.kokoro-v18-tags span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf4e8;color:#3b6e34;font-size:11px;font-weight:800}
.kokoro-v18-product-card__footer{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:16px}
.kokoro-v18-product-card__footer>span{color:var(--k18-muted);font-size:13px;line-height:1.4}
.kokoro-v18-product-card__footer>a{color:var(--k18-red)!important;font-size:14px;font-weight:900}

/* B2B band */
.kokoro-v18-b2b-band{background:#211812;color:#fff}
.kokoro-v18-b2b-band__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center}
.kokoro-v18-b2b-band h2{color:#fff}
.kokoro-v18-b2b-band p{max-width:760px;color:#dacdc2}
.kokoro-v18-b2b-band .kokoro-v18-eyebrow{color:#f1a19d}

/* Catalog */
.kokoro-v18-catalog-box{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:40px;align-items:center;padding:clamp(28px,5vw,52px);border-radius:26px;background:#fff;border:1px solid var(--k18-line);box-shadow:var(--k18-shadow)}
.kokoro-v18-catalog-box>div>span{color:var(--k18-red)}
.kokoro-v18-final-cta{text-align:center;background:#fff}
.kokoro-v18-final-cta .kokoro-v18-shell{max-width:850px}
.kokoro-v18-final-cta p{margin:0 auto 24px;max-width:720px}

/* Shop */
.kokoro-v18-shop-hero{padding:clamp(44px,6vw,76px) 0;background:#211812;color:#fff}
.kokoro-v18-shop-hero h1{max-width:900px;margin:0;font-size:clamp(42px,6vw,70px);line-height:1.02;color:#fff}
.kokoro-v18-shop-hero p{max-width:800px;margin:20px 0 0;color:#d8ccc2;font-size:17px;line-height:1.7}
.kokoro-v18-shop-hero .kokoro-v18-eyebrow{color:#f2a19d}
.kokoro-v18-search{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:18px}
.kokoro-v18-search input{width:100%;height:52px;padding:0 16px;border:1px solid var(--k18-line);border-radius:12px;background:#fff;color:var(--k18-ink);font-size:16px}
.kokoro-v18-search button{padding:0 22px;border:0;border-radius:12px;background:var(--k18-red);color:#fff;font-weight:900}
.kokoro-v18-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}
.kokoro-v18-filters a{padding:8px 12px;border:1px solid var(--k18-line);border-radius:999px;background:#fff;color:var(--k18-ink)!important;font-size:13px;font-weight:750}
.kokoro-v18-filters a.is-active{border-color:var(--k18-red);background:var(--k18-red);color:#fff!important}
.kokoro-v18-results-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 18px;color:var(--k18-muted)}
.kokoro-v18-results-head a{color:var(--k18-red)!important;font-weight:800}
.kokoro-v18-empty{padding:36px;border:1px solid var(--k18-line);border-radius:20px;background:#fff;text-align:center}

/* Single product */
.kokoro-v18-single{padding:48px 0 82px}
.kokoro-v18-back{display:inline-block;margin-bottom:24px;color:var(--k18-red)!important;font-weight:850}
.kokoro-v18-single__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:46px;align-items:start}
.kokoro-v18-single__image{display:flex;align-items:center;justify-content:center;min-height:520px;padding:34px;border:1px solid var(--k18-line);border-radius:26px;background:#fff;box-shadow:var(--k18-shadow)}
.kokoro-v18-single__image img{display:block;width:100%;height:460px;object-fit:contain;background:#fff}
.kokoro-v18-single__summary{padding:10px 0}
.kokoro-v18-single__summary h1{margin:16px 0 22px;font-size:clamp(38px,5vw,64px);line-height:1.02}
.kokoro-v18-single__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 18px}
.kokoro-v18-single__facts>div{padding:16px;border:1px solid var(--k18-line);border-radius:14px;background:#fff}
.kokoro-v18-single__facts span{display:block;margin-bottom:6px;color:var(--k18-muted);font-size:12px}
.kokoro-v18-single__facts strong{font-size:18px}
.kokoro-v18-single__desc{margin:22px 0;color:#49443f;font-size:17px;line-height:1.7}
.kokoro-v18-inquiry{margin:24px 0;padding:22px;border-radius:18px;background:#211812;color:#fff}
.kokoro-v18-inquiry strong{display:block;font-size:20px}
.kokoro-v18-inquiry p{margin:8px 0 18px;color:#ddd1c7;line-height:1.6}
.kokoro-v18-buy{margin:24px 0}
.kokoro-v18-single__price{margin-bottom:16px;color:var(--k18-red);font-size:26px;font-weight:900}
.kokoro-v18-single .cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.kokoro-v18-single .quantity input{height:48px;width:76px}
.kokoro-v18-single .single_add_to_cart_button{min-height:48px;padding:0 22px!important;border:0!important;border-radius:12px!important;background:var(--k18-red)!important;color:#fff!important;font-weight:900!important}

@media (max-width:980px){
  .kokoro-v18-hero__grid,.kokoro-v18-single__grid{grid-template-columns:1fr}
  .kokoro-v18-hero__image{max-width:640px}
  .kokoro-v18-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kokoro-v18-world-grid{grid-template-columns:1fr}
  .kokoro-v18-b2b-band__grid,.kokoro-v18-catalog-box{grid-template-columns:1fr}
}
@media (max-width:680px){
  body.kokoro-v18-front .custom-logo,
  body.kokoro-v18-shop .custom-logo,
  body.kokoro-v18-product .custom-logo,
  body.kokoro-v18-b2b .custom-logo,
  body.kokoro-v18-front .site-branding img,
  body.kokoro-v18-shop .site-branding img,
  body.kokoro-v18-product .site-branding img,
  body.kokoro-v18-b2b .site-branding img{max-width:104px!important;max-height:56px!important}
  .kokoro-v18-shell{width:min(100% - 28px,1180px)}
  .kokoro-v18-section{padding:48px 0}
  .kokoro-v18-hero{padding:38px 0 44px}
  .kokoro-v18-hero h1{font-size:48px}
  .kokoro-v18-hero p{font-size:16px}
  .kokoro-v18-actions{flex-direction:column}
  .kokoro-v18-btn{width:100%}
  .kokoro-v18-benefits{grid-template-columns:1fr}
  .kokoro-v18-world{grid-template-columns:125px minmax(0,1fr);min-height:165px;border-radius:17px}
  .kokoro-v18-world__image{padding:8px}
  .kokoro-v18-world__image img{height:140px}
  .kokoro-v18-world__copy{padding:14px}
  .kokoro-v18-world__copy h3{font-size:18px}
  .kokoro-v18-world__copy p{font-size:12.5px}
  .kokoro-v18-product-grid{grid-template-columns:1fr}
  .kokoro-v18-product-card__image{height:300px}
  .kokoro-v18-search{grid-template-columns:1fr}
  .kokoro-v18-search button{height:48px}
  .kokoro-v18-filters{gap:6px}
  .kokoro-v18-filters a{font-size:12px;padding:7px 10px}
  .kokoro-v18-shop-hero h1{font-size:44px}
  .kokoro-v18-single{padding:30px 0 56px}
  .kokoro-v18-single__image{min-height:380px;padding:20px}
  .kokoro-v18-single__image img{height:340px}
  .kokoro-v18-single__facts{grid-template-columns:1fr}
  .kokoro-v18-catalog-box{padding:24px 18px;border-radius:20px}
}

/* ===== Kokoro 1.9 final public overrides ===== */
body.kokoro-v18-front,
body.kokoro-v18-shop,
body.kokoro-v18-product,
body.kokoro-v18-b2b,
body.kokoro-v18-app,
body.kokoro-v18-about{background:#f8f3eb!important;}

/* Kokoro logo: always show the complete source image, never crop it. */
body.kokoro-v18-front .site-branding,
body.kokoro-v18-shop .site-branding,
body.kokoro-v18-product .site-branding,
body.kokoro-v18-b2b .site-branding,
body.kokoro-v18-app .site-branding,
body.kokoro-v18-about .site-branding,
body.kokoro-v18-front .site-logo,
body.kokoro-v18-shop .site-logo,
body.kokoro-v18-product .site-logo,
body.kokoro-v18-b2b .site-logo,
body.kokoro-v18-app .site-logo,
body.kokoro-v18-about .site-logo{overflow:visible!important;}
body.kokoro-v18-front .custom-logo,
body.kokoro-v18-shop .custom-logo,
body.kokoro-v18-product .custom-logo,
body.kokoro-v18-b2b .custom-logo,
body.kokoro-v18-app .custom-logo,
body.kokoro-v18-about .custom-logo,
body.kokoro-v18-front .site-branding img,
body.kokoro-v18-shop .site-branding img,
body.kokoro-v18-product .site-branding img,
body.kokoro-v18-b2b .site-branding img,
body.kokoro-v18-app .site-branding img,
body.kokoro-v18-about .site-branding img{
  display:block!important;width:auto!important;height:auto!important;max-width:150px!important;max-height:none!important;
  object-fit:contain!important;object-position:center!important;clip-path:none!important;transform:none!important;margin:0!important;
}

/* Force the new Kokoro pages to stay light and customer-facing, independent of older theme CSS. */
.kokoro-v18{background:#f8f3eb!important;color:#1a1a18!important;}
.kokoro-v18-section{background:#f8f3eb;}
.kokoro-v18-section--soft{background:#efe6d9!important;}
.kokoro-v18-product-card,
.kokoro-v18-world,
.kokoro-v18-benefits>div,
.kokoro-v18-catalog-box,
.kokoro-v18-single__image,
.kokoro-v18-single__facts>div{background:#fff!important;color:#1a1a18!important;}

/* Product images: use the catalog packshots, large and uncropped. */
.kokoro-v18-product-card__image{height:320px!important;padding:12px!important;background:#fff!important;overflow:hidden!important;}
.kokoro-v18-product-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;background:#fff!important;border:0!important;}
.kokoro-v18-world__image{background:#fff!important;padding:10px!important;}
.kokoro-v18-world__image img{height:178px!important;background:#fff!important;object-fit:contain!important;}
.kokoro-v18-single__image{min-height:520px!important;background:#fff!important;}
.kokoro-v18-single__image img{width:100%!important;height:470px!important;object-fit:contain!important;background:#fff!important;}
.kokoro-v18-tags{margin-top:12px!important;gap:8px!important;}
.kokoro-v18-tags span{position:static!important;display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:6px 11px!important;border-radius:999px!important;background:#edf4e8!important;color:#356d31!important;white-space:nowrap!important;overflow:visible!important;clip:auto!important;}

/* Steps used on B2B and App pages. */
.kokoro-v19-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.kokoro-v19-steps>div{padding:24px;border:1px solid var(--k18-line);border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(45,33,24,.04);}
.kokoro-v19-steps b{display:block;margin-bottom:16px;color:var(--k18-red);font-size:13px;letter-spacing:.14em;}
.kokoro-v19-steps strong{display:block;margin-bottom:8px;font-size:18px;}
.kokoro-v19-steps p{margin:0;color:var(--k18-muted);font-size:14px;line-height:1.6;}
.kokoro-v19-btn-disabled{background:#e6e0d8!important;color:#746c64!important;border-color:#d8d0c6!important;cursor:default!important;box-shadow:none!important;}
.kokoro-v19-about-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;align-items:start;}
.kokoro-v19-about-grid h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4.5vw,56px);line-height:1.04;}
.kokoro-v19-about-grid p{margin:0 0 18px;color:var(--k18-muted);font-size:17px;line-height:1.75;}

@media (max-width:980px){
  .kokoro-v19-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
  .kokoro-v19-about-grid{grid-template-columns:1fr;gap:22px;}
}
@media (max-width:680px){
  body.kokoro-v18-front .custom-logo,
  body.kokoro-v18-shop .custom-logo,
  body.kokoro-v18-product .custom-logo,
  body.kokoro-v18-b2b .custom-logo,
  body.kokoro-v18-app .custom-logo,
  body.kokoro-v18-about .custom-logo,
  body.kokoro-v18-front .site-branding img,
  body.kokoro-v18-shop .site-branding img,
  body.kokoro-v18-product .site-branding img,
  body.kokoro-v18-b2b .site-branding img,
  body.kokoro-v18-app .site-branding img,
  body.kokoro-v18-about .site-branding img{max-width:132px!important;max-height:none!important;height:auto!important;}
  .kokoro-v18-product-card__image{height:300px!important;padding:8px!important;}
  .kokoro-v18-world{grid-template-columns:132px minmax(0,1fr)!important;}
  .kokoro-v18-world__image img{height:145px!important;}
  .kokoro-v19-steps{grid-template-columns:1fr;}
  .kokoro-v18-heading p{font-size:16px!important;line-height:1.65!important;}
}

/* ===== Kokoro 2.0 animated homepage ===== */
/* Header/logo: never crop the Kokoro source logo. */
body.kokoro-v18-front #masthead,
body.kokoro-v18-front .site-header,
body.kokoro-v18-front .site-header-inner,
body.kokoro-v18-front .site-branding,
body.kokoro-v18-front .site-logo,
body.kokoro-v18-front .custom-logo-link{
  overflow:visible!important;height:auto!important;max-height:none!important;min-height:0!important;
}
body.kokoro-v18-front .site-branding,
body.kokoro-v18-front .site-logo,
body.kokoro-v18-front .custom-logo-link{display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:8px 0!important;}
body.kokoro-v18-front .custom-logo,
body.kokoro-v18-front .site-branding img,
body.kokoro-v18-front .site-logo img{
  display:block!important;width:auto!important;height:auto!important;max-width:142px!important;max-height:none!important;
  object-fit:contain!important;object-position:center!important;clip-path:none!important;transform:none!important;
}

/* Hero product stage */
.kokoro-v20-stage{position:relative;min-height:520px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:30px;background:linear-gradient(145deg,#fff 0%,#f4ede4 100%);box-shadow:0 24px 64px rgba(0,0,0,.28)}
.kokoro-v20-stage__slide{position:absolute;inset:0;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:30px;opacity:0;transform:scale(.985) translateY(8px);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.75,.2,1);pointer-events:none}
.kokoro-v20-stage__slide.is-active{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}
.kokoro-v20-stage__visual{min-height:0;display:flex;align-items:center;justify-content:center;padding:8px}
.kokoro-v20-stage__visual img{display:block;width:100%;height:360px;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(37,28,20,.12))}
.kokoro-v20-stage__meta{padding:18px 20px;border:1px solid rgba(83,64,48,.12);border-radius:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px)}
.kokoro-v20-stage__meta span{display:block;margin-bottom:5px;color:var(--k18-red);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.kokoro-v20-stage__meta strong{display:block;color:var(--k18-ink);font-size:20px;line-height:1.2}
.kokoro-v20-stage__meta small{display:block;margin-top:5px;color:var(--k18-muted);font-size:13px}
.kokoro-v20-stage__dots{position:absolute;right:20px;top:20px;z-index:4;display:flex;gap:7px}
.kokoro-v20-stage__dots i{width:7px;height:7px;border-radius:999px;background:rgba(45,33,24,.22);transition:width .3s ease,background .3s ease}
.kokoro-v20-stage__dots i.is-active{width:24px;background:var(--k18-red)}

/* Infinite product rail */
.kokoro-v20-motion-band{padding:38px 0 46px;background:#fff;border-bottom:1px solid var(--k18-line)}
.kokoro-v20-motion-band__head{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,.8fr);gap:18px;align-items:end;margin-bottom:24px}
.kokoro-v20-motion-band__head>span{color:var(--k18-red);font-size:11px;font-weight:900;letter-spacing:.14em}
.kokoro-v20-motion-band__head>strong{font-family:Georgia,'Times New Roman',serif;font-size:32px;line-height:1}
.kokoro-v20-motion-band__head>p{margin:0;color:var(--k18-muted);font-size:14px;line-height:1.55}
.kokoro-v20-loop{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}
.kokoro-v20-loop__track{display:flex;width:max-content;gap:14px;animation:kokoro-v20-marquee 42s linear infinite;will-change:transform}
.kokoro-v20-loop:hover .kokoro-v20-loop__track{animation-play-state:paused}
.kokoro-v20-loop__item{display:grid;grid-template-columns:104px 210px;gap:14px;align-items:center;width:342px;padding:10px 16px 10px 10px;border:1px solid var(--k18-line);border-radius:18px;background:#fbfaf7;color:var(--k18-ink)!important;box-shadow:0 8px 22px rgba(42,31,22,.045)}
.kokoro-v20-loop__image{display:flex;align-items:center;justify-content:center;height:90px;border-radius:12px;background:#fff;overflow:hidden}
.kokoro-v20-loop__image img{width:100%;height:100%;object-fit:contain}
.kokoro-v20-loop__copy small{display:block;margin-bottom:5px;color:var(--k18-red);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.kokoro-v20-loop__copy strong{display:block;font-size:15px;line-height:1.3}
@keyframes kokoro-v20-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* Scroll reveal */
.kokoro-v20-anim-ready{opacity:0;transform:translateY(30px);transition:opacity .75s ease var(--kokoro-delay,0ms),transform .8s cubic-bezier(.18,.72,.22,1) var(--kokoro-delay,0ms)}
.kokoro-v20-anim-ready.is-visible{opacity:1;transform:none}
.kokoro-v20-stagger .kokoro-v20-anim-ready{will-change:opacity,transform}

@media (max-width:980px){
  .kokoro-v20-stage{min-height:490px}
  .kokoro-v20-motion-band__head{grid-template-columns:1fr;gap:8px}
}
@media (max-width:680px){
  body.kokoro-v18-front #masthead,body.kokoro-v18-front .site-header{min-height:124px!important}
  body.kokoro-v18-front .custom-logo,
  body.kokoro-v18-front .site-branding img,
  body.kokoro-v18-front .site-logo img{max-width:118px!important;max-height:none!important;height:auto!important}
  .kokoro-v20-stage{min-height:420px;border-radius:22px}
  .kokoro-v20-stage__slide{padding:18px}
  .kokoro-v20-stage__visual img{height:285px}
  .kokoro-v20-stage__meta{padding:14px 15px;border-radius:14px}
  .kokoro-v20-stage__meta strong{font-size:17px}
  .kokoro-v20-motion-band{padding:32px 0 38px}
  .kokoro-v20-motion-band__head>strong{font-size:28px}
  .kokoro-v20-loop__item{grid-template-columns:86px 180px;width:292px}
  .kokoro-v20-loop__image{height:78px}
  .kokoro-v20-loop__track{animation-duration:34s}
}
@media (prefers-reduced-motion:reduce){
  .kokoro-v20-loop__track{animation:none!important}
  .kokoro-v20-anim-ready{opacity:1!important;transform:none!important;transition:none!important}
  .kokoro-v20-stage__slide{transition:none!important}
}

/* =========================================================
   Kokoro Products Page v2.1 – clean catalog-based webshop UI
   ========================================================= */
body.kokoro-v21-products,
body.kokoro-v18-shop{background:#f8f3eb!important;}

/* Keep the Kokoro logo fully visible in the theme header. */
body.kokoro-v21-products .custom-logo-link,
body.kokoro-v18-shop .custom-logo-link,
body.kokoro-v21-products .site-branding,
body.kokoro-v18-shop .site-branding{overflow:visible!important;}
body.kokoro-v21-products .custom-logo,
body.kokoro-v18-shop .custom-logo,
body.kokoro-v21-products .site-branding img,
body.kokoro-v18-shop .site-branding img{
  display:block!important;width:auto!important;height:auto!important;max-width:150px!important;max-height:92px!important;object-fit:contain!important;object-position:center!important;margin:0!important;
}

.kokoro-v21-products-page{background:#f8f3eb;color:#171715;}
.kokoro-v21-products-hero{position:relative;overflow:hidden;padding:clamp(48px,7vw,84px) 0 34px;background:radial-gradient(circle at 78% 15%,rgba(136,82,31,.33),transparent 34%),linear-gradient(135deg,#24170c 0%,#3b260f 58%,#513116 100%);color:#fff;}
.kokoro-v21-products-hero:after{content:"";position:absolute;right:-30px;top:70px;width:320px;height:320px;opacity:.12;background-image:radial-gradient(circle at 100% 150%,transparent 24px,rgba(255,255,255,.35) 25px,rgba(255,255,255,.35) 27px,transparent 28px);background-size:42px 22px;pointer-events:none;}
.kokoro-v21-products-hero .kokoro-v18-shell{position:relative;z-index:1;}
.kokoro-v21-kicker{display:block;margin-bottom:10px;color:#f05559;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;}
.kokoro-v21-products-hero h1{max-width:840px;margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,6.2vw,68px);line-height:1.02;letter-spacing:-.025em;}
.kokoro-v21-products-hero p{max-width:760px;margin:20px 0 0;color:#e8ddd2;font-size:17px;line-height:1.65;}
.kokoro-v21-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;}
.kokoro-v21-filters a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#1c1d1e;color:#fff!important;font-size:14px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);transition:transform .18s ease,background .18s ease,border-color .18s ease;}
.kokoro-v21-filters a:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.5);}
.kokoro-v21-filters a.is-active{border-color:#d81d27;background:#d81d27;}
.kokoro-v21-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:660px;margin-top:20px;}
.kokoro-v21-search input{min-width:0;height:48px;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.96);color:#171715;font-size:15px;outline:none;}
.kokoro-v21-search button{min-width:104px;border:0;border-radius:12px;background:#d81d27;color:#fff;font-weight:900;}

.kokoro-v21-products-list{padding:34px 0 76px;background:#f8f3eb;}
.kokoro-v21-results{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;color:#6a625b;font-size:14px;}
.kokoro-v21-results strong{color:#1b1a18;font-size:16px;}
.kokoro-v21-results a{color:#c9181d!important;font-weight:800;}
.kokoro-v21-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.kokoro-v21-card{display:grid;grid-template-columns:minmax(170px,38%) minmax(0,1fr);min-height:270px;overflow:hidden;border:1px solid #e2dad0;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(40,28,18,.05);}
.kokoro-v21-card__media{display:flex;align-items:center;justify-content:center;min-width:0;padding:24px 16px;background:#fff;}
.kokoro-v21-card__media img{display:block!important;width:100%!important;height:210px!important;max-width:220px!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;}
.kokoro-v21-card__body{display:flex;min-width:0;flex-direction:column;padding:22px 22px 20px 6px;}
.kokoro-v21-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px;}
.kokoro-v21-card__code{color:#d51c26;font-size:13px;font-weight:900;letter-spacing:.03em;}
.kokoro-v21-card__cat{margin-left:auto;color:#777069;font-size:12px;white-space:nowrap;}
.kokoro-v21-card h3{margin:0 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:19px;line-height:1.25;}
.kokoro-v21-card h3 a{color:#171715!important;}
.kokoro-v21-card__pack{margin:0;color:#766e67;font-size:13px;line-height:1.45;}
.kokoro-v21-card__pack strong{color:#514a45;}
.kokoro-v21-card__tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px;}
.kokoro-v21-card__tags span{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#eef5df;color:#1e2419;font-size:12px;font-weight:850;white-space:nowrap;}
.kokoro-v21-card__actions{margin-top:auto;padding-top:16px;}
.kokoro-v21-card__btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:10px 14px;border-radius:10px;background:#d81d27;color:#fff!important;font-size:14px;font-weight:900;text-align:center;transition:background .18s ease,transform .18s ease;}
.kokoro-v21-card__btn:hover{background:#b9141d;transform:translateY(-1px);}
.kokoro-v21-catalog-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin-top:36px;padding:30px;border:1px solid #e2dad0;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(40,28,18,.05);}
.kokoro-v21-catalog-cta>div>span{display:block;margin-bottom:8px;color:#c9181d;font-size:11px;font-weight:900;letter-spacing:.16em;}
.kokoro-v21-catalog-cta h2{margin:0 0 8px;font-family:Georgia,'Times New Roman',serif;font-size:31px;line-height:1.08;}
.kokoro-v21-catalog-cta p{margin:0;color:#756d66;line-height:1.55;}

@media(max-width:900px){
  .kokoro-v21-grid{grid-template-columns:1fr;}
  .kokoro-v21-card{grid-template-columns:180px minmax(0,1fr);}
}
@media(max-width:600px){
  body.kokoro-v21-products .custom-logo,
  body.kokoro-v18-shop .custom-logo,
  body.kokoro-v21-products .site-branding img,
  body.kokoro-v18-shop .site-branding img{max-width:118px!important;max-height:78px!important;}
  .kokoro-v21-products-hero{padding:42px 0 28px;}
  .kokoro-v21-products-hero h1{font-size:42px;}
  .kokoro-v21-products-hero p{font-size:15px;}
  .kokoro-v21-filters{gap:8px;}
  .kokoro-v21-filters a{min-height:40px;padding:8px 14px;font-size:13px;}
  .kokoro-v21-search{grid-template-columns:1fr 94px;}
  .kokoro-v21-products-list{padding-top:22px;}
  .kokoro-v21-card{grid-template-columns:128px minmax(0,1fr);min-height:235px;border-radius:18px;}
  .kokoro-v21-card__media{padding:18px 8px;}
  .kokoro-v21-card__media img{height:178px!important;max-width:122px!important;}
  .kokoro-v21-card__body{padding:17px 14px 16px 4px;}
  .kokoro-v21-card h3{font-size:17px;}
  .kokoro-v21-card__cat{font-size:11px;}
  .kokoro-v21-card__pack{font-size:12px;}
  .kokoro-v21-card__tags span{min-height:28px;padding:5px 10px;font-size:11px;}
  .kokoro-v21-card__btn{min-height:44px;font-size:13px;}
  .kokoro-v21-catalog-cta{grid-template-columns:1fr;padding:24px;}
}
@media(max-width:380px){
  .kokoro-v21-card{grid-template-columns:112px minmax(0,1fr);}
  .kokoro-v21-card__media img{height:154px!important;max-width:106px!important;}
  .kokoro-v21-card__body{padding-right:11px;}
}
