.tonny-japanese-products-section.tonny-product-section{
  --tp-section-bg: #171612;
  --tp-card-bg: #23221d;
  --tp-image-bg: #171611;
  --tp-accent: #d4af37;
  --tp-title-color: #ffffff;
  --tp-price-color: #d4af37;
  --tp-muted: #d5d5d5;
  --tp-title-lines: 2;
  --tjp-intro-width: 40%;
  --tjp-image-width: 26%;
  color: #fff;
  background: var(--tp-section-bg);
}

.tonny-japanese-products-section *{ box-sizing: border-box; }
.tonny-japanese-products-section .tonny-product-section__inner{ width: calc(100% - 40px); margin: 0 auto; }
.tonny-japanese-products-section .tonny-japanese-layout{ display: grid; grid-template-columns: minmax(300px,var(--tjp-intro-width)) minmax(0,1fr); align-items: center; }

.tonny-japanese-products-section .tonny-product-heading{ display: flex; flex-direction: column; align-items: flex-start; align-self: start; min-width: 0; }
.tonny-japanese-sticky-intro-yes .tonny-japanese-products-section .tonny-product-heading{ position: sticky; top: 32px; }
.tonny-japanese-products-section .tonny-product-heading__primary,.tonny-japanese-products-section .tonny-product-heading__secondary{ width: 100%; }
.tonny-japanese-products-section .tonny-product-heading__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--tp-accent);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.tonny-japanese-products-section .tonny-product-heading__eyebrow::before{ content: ""; width: 34px; height: 2px; border-radius: 999px; background: var(--tp-accent); }
.tonny-japanese-products-section .tonny-product-heading h2{ margin: 18px 0 22px; max-width: 620px; color: #fff; font-family: "Press Start 2P", system-ui, sans-serif; font-size: 34px; line-height: 1.28; letter-spacing: 0; }
.tonny-japanese-products-section .tonny-product-heading p{ margin: 0 0 22px; max-width: 620px; color: var(--tp-muted); font-size: 1.05rem; line-height: 1.7; }
.tonny-japanese-products-section .tonny-product-view-all{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.tonny-japanese-products-section .tonny-product-view-all:hover{ transform: translateY(-2px); border-color: color-mix(in srgb,var(--tp-accent) 58%,transparent); background: rgba(212,175,55,.08); }

.tonny-japanese-products-section .tonny-product-grid{ display: grid; min-width: 0; }
.tonny-japanese-products-section .tonny-product-card{
  position: relative;
  display: grid;
  grid-template-columns: var(--tjp-image-width) minmax(0,1fr);
  grid-template-areas: "media copy";
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  background: var(--tp-card-bg);
  border: 1px solid rgba(255,255,255,.11);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.tonny-products-hover-lift .tonny-japanese-products-section .tonny-product-card:hover{ transform: translateY(-4px); border-color: color-mix(in srgb,var(--tp-accent) 55%,transparent); }
.tonny-japanese-products-section .tonny-product-card-link{
  position:absolute;
  inset:0;
  z-index:5;
  border-radius:inherit;
  text-decoration:none !important;
}
.tonny-japanese-products-section .tonny-product-card-link:focus-visible{
  outline:2px solid var(--tp-accent);
  outline-offset:-3px;
}
.tonny-japanese-products-section .tonny-product-copy a,
.tonny-japanese-products-section .tonny-product-add-to-cart,
.tonny-japanese-products-section .tonny-product-quick-add-wrap,
.tonny-japanese-products-section .tonny-product-badge{
  position:relative;
  z-index:8;
}
.tonny-products-hover-none .tonny-japanese-products-section .tonny-product-card:hover{ transform: none; }

.tonny-japanese-products-section .tonny-product-media{
  grid-area: media;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%,rgba(212,175,55,.12),transparent 70%),var(--tp-image-bg);
  border-right: 1px solid rgba(255,255,255,.08);
}
.tonny-japanese-products-section .tonny-product-image{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 78%;
  display: block;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%,-50%);
  transition: opacity .35s ease, transform .4s ease;
}
.tonny-japanese-products-section .tonny-product-image--primary{ opacity: 1; }
.tonny-japanese-products-section .tonny-product-image--secondary{ opacity: 0; }
.tonny-products-hover-lift .tonny-japanese-products-section .tonny-product-card:hover .tonny-product-image,.tonny-products-hover-zoom .tonny-japanese-products-section .tonny-product-card:hover .tonny-product-image{ transform: translate(-50%,-50%) scale(1.045); }
@media (hover:hover) {
  .tonny-japanese-products-section .tonny-product-card.has-hover-image:hover .tonny-product-image--primary{ opacity: 0; }
  .tonny-japanese-products-section .tonny-product-card.has-hover-image:hover .tonny-product-image--secondary{ opacity: 1; }
}

.tonny-japanese-products-section .tonny-product-badge{ position: absolute; z-index: 4; top: 9px; display: inline-flex; align-items: center; min-height: 25px; padding: 0 8px; border-radius: 999px; font-size: .58rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 5px 18px rgba(0,0,0,.24); }
.tonny-japanese-products-section .tonny-product-badge--sale{ left: 9px; background: var(--tp-accent); color: #17130a; }
.tonny-japanese-products-section .tonny-product-badge--stock{ right: 9px; background: rgba(8,8,8,.84); color: #fff; backdrop-filter: blur(8px); }

.tonny-japanese-products-section .tonny-product-copy{ grid-area: copy; display: flex; flex: 1; flex-direction: column; justify-content: center; min-width: 0; }
.tonny-japanese-products-section .tonny-product-category{ color: #b8b8c8; font-size: .62rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; line-height: 1.45; }
.tonny-japanese-products-section .tonny-product-category a{ color: inherit !important; text-decoration: none !important; }
.tonny-japanese-products-section .tonny-product-category a:hover{ color: var(--tp-accent) !important; }
.tonny-japanese-products-section .tonny-product-copy h3{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: var(--tp-title-lines); overflow: hidden; margin: 7px 0 9px; font-size: .98rem; line-height: 1.28; }
.tonny-japanese-products-section .tonny-product-copy h3 a{ color: var(--tp-title-color) !important; text-decoration: none !important; }
.tonny-japanese-products-section .tonny-product-price{ margin-top: 4px; color: var(--tp-price-color); font-size: 1.06rem; font-weight: 900; line-height: 1.3; }
.tonny-japanese-products-section .tonny-product-price .amount{ color: inherit; }
.tonny-japanese-products-section .tonny-product-price del{ color: rgba(255,255,255,.45); font-size: .78em; }
.tonny-japanese-products-section .tonny-product-price ins{ text-decoration: none; }

.tonny-japanese-products-section .tonny-product-button-wrap{ display: flex; margin-top: 13px; }
.tonny-japanese-products-section .tonny-product-add-to-cart{ display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border: 0; background: var(--tp-accent); color: #17130a; font-weight: 900; line-height: 1.15; text-align: center; text-decoration: none !important; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.tonny-japanese-products-section .tonny-product-add-to-cart:hover{ transform: translateY(-1px); }
.tonny-japanese-products-section .tonny-product-add-to-cart.loading{ opacity: .65; pointer-events: none; }
.tonny-japanese-products-section .tonny-product-add-to-cart.added::after{ content: " ✓"; margin-left: 6px; }
.tonny-product-button-full-yes .tonny-japanese-products-section .tonny-product-add-to-cart{ width: 100%; }

.tonny-japanese-products-section .tonny-product-quick-add-wrap{ position: absolute; z-index: 10; right: 9px; bottom: 9px; display: flex; align-items: center; justify-content: center; transition: opacity .22s ease, transform .22s ease; }
.tonny-quick-add-position-top-left .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: 9px; right: auto; bottom: auto; left: 9px; }
.tonny-quick-add-position-top-right .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: 9px; right: 9px; bottom: auto; left: auto; }
.tonny-quick-add-position-bottom-left .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: auto; right: auto; bottom: 9px; left: 9px; }
.tonny-quick-add-position-bottom-right .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: auto; right: 9px; bottom: 9px; left: auto; }
.tonny-quick-add-visibility-hover .tonny-japanese-products-section .tonny-product-quick-add-wrap{
  opacity:0;
  transform:translateY(6px) scale(.94);
  pointer-events:none;
}
.tonny-quick-add-visibility-hover .tonny-japanese-products-section .tonny-product-card:hover .tonny-product-quick-add-wrap,
.tonny-quick-add-visibility-hover .tonny-japanese-products-section .tonny-product-card:focus-within .tonny-product-quick-add-wrap{
  opacity:1;
  transform:none;
  pointer-events:auto;
}
.tonny-japanese-products-section .tonny-product-quick-add{ width: 42px; height: 42px; min-width: 0 !important; min-height: 0 !important; padding: 0 !important; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18) !important; border-radius: 13px; background: var(--tp-accent); color: #17130a; box-shadow: 0 10px 28px rgba(0,0,0,.30); font-size: 1.5rem; font-weight: 700; line-height: 1; text-decoration: none !important; transition: transform .2s ease, background .2s ease, opacity .2s ease, box-shadow .2s ease; }
.tonny-japanese-products-section .tonny-product-quick-add:hover{ transform: translateY(-2px); background: #f2c94c; box-shadow: 0 14px 32px rgba(0,0,0,.36); }
.tonny-japanese-products-section .tonny-product-quick-add.loading{ opacity: .65; pointer-events: none; }
.tonny-japanese-products-section .tonny-product-quick-add.added .tonny-product-quick-add__icon{ font-size: 0; }
.tonny-japanese-products-section .tonny-product-quick-add.added .tonny-product-quick-add__icon::after{ content: "✓"; font-size: 1.15rem; }
.tonny-japanese-products-section .tonny-product-quick-add-wrap .added_to_cart{ display: none !important; }

.tonny-japanese-products-section .tonny-product-empty{ grid-column: 1 / -1; padding: 42px; border: 1px dashed rgba(255,255,255,.18); border-radius: 18px; color: var(--tp-muted); text-align: center; }

@media (hover:none), (pointer:coarse) {
  .tonny-quick-add-visibility-hover .tonny-japanese-products-section .tonny-product-quick-add-wrap{
    opacity:1;
    transform:none;
    pointer-events:auto;
  }
}

@media (max-width: 1024px) {
  .tonny-japanese-sticky-intro-yes .tonny-japanese-products-section .tonny-product-heading{ position: static; }
  .tonny-japanese-products-section .tonny-product-heading h2{ font-size: 28px; line-height: 1.3; }
  .tonny-japanese-products-section .tonny-product-heading p{ max-width: 760px; }
}

@media (max-width: 760px) {
  .tonny-japanese-products-section .tonny-product-section__inner{ width: calc(100% - 24px); }
  .tonny-japanese-products-section .tonny-product-heading h2{ font-size: 21px; line-height: 1.38; }
  .tonny-japanese-products-section .tonny-product-heading p{ font-size: .98rem; }
  .tonny-japanese-products-section .tonny-product-view-all{ min-height: 48px; padding: 0 18px; }
  .tonny-japanese-products-section .tonny-product-copy h3{ font-size: .88rem; margin-top: 5px; margin-bottom: 7px; }
  .tonny-japanese-products-section .tonny-product-category{ font-size: .53rem; }
  .tonny-japanese-products-section .tonny-product-price{ font-size: .92rem; }
  .tonny-japanese-products-section .tonny-product-button-wrap{ margin-top: 9px; }
  .tonny-japanese-products-section .tonny-product-add-to-cart{ min-height: 38px; font-size: .75rem; }
  .tonny-japanese-products-section .tonny-product-badge{ top: 6px; min-height: 21px; padding: 0 6px; font-size: .5rem; }
  .tonny-japanese-products-section .tonny-product-badge--sale{ left: 6px; }
  .tonny-japanese-products-section .tonny-product-badge--stock{ right: 6px; }
  .tonny-japanese-products-section .tonny-product-quick-add-wrap,.tonny-quick-add-position-bottom-right .tonny-japanese-products-section .tonny-product-quick-add-wrap{ right: 6px; bottom: 6px; }
  .tonny-quick-add-position-top-left .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: 6px; left: 6px; }
  .tonny-quick-add-position-top-right .tonny-japanese-products-section .tonny-product-quick-add-wrap{ top: 6px; right: 6px; }
  .tonny-quick-add-position-bottom-left .tonny-japanese-products-section .tonny-product-quick-add-wrap{ bottom: 6px; left: 6px; }
  .tonny-japanese-products-section .tonny-product-quick-add{ width: 38px; height: 38px; font-size: 1.3rem; }
}

@media (max-width: 390px) {
  .tonny-japanese-products-section .tonny-product-copy h3{ font-size: .82rem; }
  .tonny-japanese-products-section .tonny-product-price{ font-size: .88rem; }
  .tonny-japanese-products-section .tonny-product-add-to-cart{ font-size: .68rem; padding-left: 7px !important; padding-right: 7px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .tonny-japanese-products-section .tonny-product-card,.tonny-japanese-products-section .tonny-product-image,.tonny-japanese-products-section .tonny-product-add-to-cart,.tonny-japanese-products-section .tonny-product-quick-add{ transition: none !important; }
}

/* Tonny light retail palette */
.tonny-japanese-products-section.tonny-product-section{--tp-section-bg:#F8F7F3;--tp-card-bg:#FFFFFF;--tp-image-bg:#EFEEE8;--tp-accent:#B98C14;--tp-title-color:#151515;--tp-price-color:#151515;--tp-muted:#494946;color:#151515}
.tonny-japanese-products-section .tonny-product-heading h2{color:#151515}
.tonny-japanese-products-section .tonny-product-card{border-color:#E2E0D9;box-shadow:0 10px 28px rgba(21,21,21,.08)}
.tonny-japanese-products-section .tonny-product-category{color:#A77B0C}
.tonny-japanese-products-section .tonny-product-price del{color:#85837D}
.tonny-japanese-products-section .tonny-product-add-to-cart,.tonny-japanese-products-section .tonny-product-quick-add{background:#1C1C1A;color:#fff!important}
.tonny-japanese-products-section .tonny-product-add-to-cart:hover,.tonny-japanese-products-section .tonny-product-quick-add:hover{background:#B98C14;color:#fff!important}
.tonny-japanese-products-section .tonny-product-badge--sale{background:#D8AE2F;color:#151515}
