@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//japanradios.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,86,179);
	--wd-alternative-color: rgb(0,122,94);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(46,107,198);
	--btn-accented-bgcolor-hover: rgb(42,97,180);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,102,204);
	--wd-link-color-hover: rgb(0,58,128);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(16,16,16);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1320px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(221,153,51);
}

@font-face {
	font-family: "hkgroteskpro";
	font-weight: 600;
	font-style: normal;
}

.watermarked {
  position: relative;
  display: inline-block;
}

.watermarked img {
  display: block;
}

.watermarked::after {
  content: "© JapanRadios";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
}
@media (min-width: 1025px) {
	.watermarked {
  position: relative;
  display: inline-block;
}

.watermarked img {
  display: block;
}

.watermarked::after {
  content: "© JapanRadios";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.watermarked {
  position: relative;
  display: inline-block;
}

.watermarked img {
  display: block;
}

.watermarked::after {
  content: "© JapanRadios";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	/* === Critical CSS | japanradios.com mobile ==================== */
/* 1. Base reset + tokens */
html,body{
  margin:0;padding:0;
  min-height:100%;
  font-family:'Jost',Helvetica,Arial,sans-serif;
  font-size:16px;line-height:1.45;
  color:#111;background:#fff;
}

/* 2. Sticky header */
header.wd-header,            /* WoodMart default */
#masthead{                   /* Fallback if header ID differs */
  position:sticky;top:0;z-index:9999;
  display:flex;align-items:center;justify-content:space-between;
  min-height:56px;padding:0 14px;
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.06);
}
header .wd-logo img{         /* Logo */
  max-height:32px;max-width:160px;
  object-fit:contain;
}
.wd-header .wd-tools-btn{    /* Cart / search icons */
  width:34px;height:34px;
  background:none;border:none;
}

/* 3. First LCP block – hero / slider */
.woodmart-slides,            /* WoodMart slider root */
.wd-slide{                   /* Single slide */
  min-height:280px;          /* Prevent CLS before image arrives */
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;border-radius:8px;
}
.woodmart-slides h1,
.wd-slide h1{
  margin:0;font-size:clamp(1.8rem,6vw,2.4rem);
  font-weight:700;text-align:center;
}
.woodmart-slides p{margin:0 0 1.2em;color:#555;font-size:1rem}
.woodmart-slides .btn,
.wd-slide .btn{
  display:inline-block;margin-top:16px;
  padding:12px 22px;border-radius:4px;
  background:#e60023;color:#fff;font-weight:600;
  text-decoration:none;transition:transform .2s ease;
}
.woodmart-slides .btn:active{transform:scale(.96)}
.woodmart-slides img,
.wd-slide img{
  width:100%;height:auto;object-fit:cover;
  max-height:280px;border-radius:8px;
}

/* 4. De-shift fonts: self-host & swap */
@font-face{
  font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;
  src:url('/wp-content/uploads/fonts/jost-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Jost';font-style:normal;font-weight:700;font-display:swap;
  src:url('/wp-content/uploads/fonts/jost-latin-700.woff2') format('woff2');
}

/* 5. Optional: keep heavy widgets out of first paint */
body:not(.js-ready) .elementor-widget-video,
body:not(.js-ready) .elementor-widget-google_maps{display:none}
/* ============================================================= */

}

@media (max-width: 576px) {
	.watermarked {
  position: relative;
  display: inline-block;
}

.watermarked img {
  display: block;
}

.watermarked::after {
  content: "© JapanRadios";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
}

}

