/* ===== Sold-out product styling (added 2026-06-07) ===== */
.products .product.outofstock,
ul.products li.product.outofstock,
.elementor-loop-container .product.outofstock {
  position: relative;
}

.products .product.outofstock::before,
ul.products li.product.outofstock::before,
.elementor-loop-container .product.outofstock::before {
  content: "SOLD / 売切";
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  background: rgba(190, 18, 60, 0.95);
  color: #fff;
  font-family: 'Helvetica Neue', system-ui, sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  font-weight: 800;
  padding: 0.4em 1.2em;
  letter-spacing: 0.18em;
  z-index: 10;
  pointer-events: none;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.products .product.outofstock img,
ul.products li.product.outofstock img,
.elementor-loop-container .product.outofstock img {
  filter: grayscale(45%) opacity(0.7);
  transition: filter 0.25s ease;
}

.products .product.outofstock:hover img,
ul.products li.product.outofstock:hover img,
.elementor-loop-container .product.outofstock:hover img {
  filter: grayscale(20%) opacity(0.85);
}

.products .product.outofstock .button,
ul.products li.product.outofstock .button,
.elementor-loop-container .product.outofstock .button,
.products .product.outofstock a.add_to_cart_button,
ul.products li.product.outofstock a.add_to_cart_button {
  background-color: #555 !important;
  color: #fff !important;
  border-color: #444 !important;
  opacity: 0.85;
}

.products .product.outofstock .onsale,
.products .product.outofstock .out-of-stock {
  display: none;
}


/* ===== Sitemap widget headings (added 2026-06-07) ===== */
.elementor-sitemap-title {
  font-size: 1.2rem !important;
  line-height: 1.35 !important;
  margin-bottom: 1.1rem !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  display: block;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}
.elementor-sitemap-section { padding: 0 1rem; }
.elementor-sitemap-wrap { gap: 1.5rem; }
.elementor-sitemap-list li {
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-bottom: 0.3em;
}


/* ===== Hokusai waves section (added 2026-06-07) ===== */
.elementor-element-99f7555,
.elementor-element-99f7555 .elementor-widget-container,
.elementor-element-99f7555 .elementor-sitemap-wrap {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.elementor-element-d2e0d24 { position: relative; }
.elementor-element-d2e0d24::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,30,50,0.55) 0%, rgba(10,30,50,0.40) 50%, rgba(10,30,50,0.65) 100%);
  pointer-events: none;
  z-index: 1;
}
.elementor-element-d2e0d24 > .elementor-element,
.elementor-element-d2e0d24 .e-con-inner { position: relative; z-index: 2; }
.elementor-element-d2e0d24 .elementor-sitemap-title {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  border-bottom-color: rgba(255,255,255,0.4) !important;
}
.elementor-element-d2e0d24 .elementor-sitemap-list a,
.elementor-element-d2e0d24 .elementor-sitemap-list li {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}


