:root{--bg:#fff;--text:#121212;--muted:#666;--line:#e8e8e8;--soft:#f7f7f7;--accent:#111;--radius:18px;--wrap:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-main,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);font-size:15px;line-height:1.55;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.wrap{max-width:var(--wrap);margin:auto;padding:0 18px}

.hero{padding:54px 0 34px;background:linear-gradient(180deg,#fafafa,#fff)}
.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;align-items:center}
.eyebrow{font-weight:800;color:#555;text-transform:uppercase;font-size:13px;letter-spacing:.12em}
.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.03;letter-spacing:-.06em;margin:8px 0 16px}
.hero-text{font-size:19px;color:var(--muted);max-width:650px}

.btn,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111!important;color:#fff!important;padding:12px 18px;font-weight:800;border:0}

.hero-box{background:#111;color:#fff;border-radius:28px;padding:26px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 18px 45px rgba(0,0,0,.14)}
.hero-box strong{font-size:28px;line-height:1.1}
.hero-box span{color:#ddd}

.section{padding:28px 18px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.section-head h2{font-size:30px;letter-spacing:-.04em;margin:0}
.category-strip{display:flex;gap:12px;overflow-x:auto;padding:10px 0 22px}
.category-strip a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-weight:800;background:#fff}

.content-area{padding-top:34px;padding-bottom:44px}
.narrow{max-width:820px}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:#fff}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.post-card h2{font-size:21px;line-height:1.25;margin:0 0 8px}
.entry-content a{text-decoration:underline}

.site-footer{border-top:1px solid var(--line);background:#fafafa}
.footer-inner{padding:24px 18px;color:var(--muted);font-size:14px}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--line);border-radius:20px;padding:14px!important;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.08)}
.woocommerce ul.products li.product img{aspect-ratio:1/1;object-fit:contain;background:#fafafa;border-radius:14px;margin-bottom:12px!important}
.woocommerce-loop-product__title{font-size:15px!important;line-height:1.35;min-height:42px;padding:0!important;color:#111}
.woocommerce .price{font-weight:900;color:#111!important}
.woocommerce-result-count,.woocommerce-ordering{margin-bottom:18px!important}
.product .summary .price{font-size:24px}
.shop-area .page-title{font-size:38px;letter-spacing:-.05em;margin-top:0}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .post-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:700px){
  .hero{padding-top:30px}
  .hero h1{font-size:38px}
  .woocommerce ul.products{gap:12px}
  .woocommerce ul.products li.product{padding:10px!important}
  .section{padding-left:14px;padding-right:14px}
}

@media(max-width:420px){
  .woocommerce ul.products{grid-template-columns:1fr 1fr}
  .woocommerce-loop-product__title{font-size:14px!important}
  .btn,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{padding:10px 13px;font-size:14px}
}



.post-thumb {
  display: block;
  margin: -18px -18px 14px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background: #f5f5f5;
}

.post-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}



.single-featured-image {
  margin: 18px 0 24px;
  border-radius: 22px;
  overflow: hidden;
  background: #f5f5f5;
}

.single-featured-image img {
  width: 100%;
  display: block;
}




.blog-list-header {
  margin: 0 0 22px;
}

.blog-list-header .eyebrow {
  margin: 0 0 8px;
  color: var(--muted, #64748b);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.blog-list-header h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.archive-desc {
  margin-top: 10px;
  color: var(--muted, #64748b);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.post-card:hover {
  transform: translateY(-3px);
}

.post-thumb {
  display: block;
  background: #f3f4f6;
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.post-card:hover .post-thumb img {
  transform: scale(1.035);
}

.post-card-body {
  padding: 18px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--muted, #64748b);
  font-size: 13px;
  font-weight: 700;
}

.post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.post-title a {
  color: inherit;
  text-decoration: none;
}

.entry-summary {
  color: var(--muted, #64748b);
  font-size: 15px;
  line-height: 1.65;
}

.read-more {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 800;
  text-decoration: none;
}

.pagination {
  margin-top: 26px;
}

.no-results {
  padding: 22px;
}

@media (max-width: 760px) {
  .post-grid {
    grid-template-columns: 1fr;
  }

  .post-card {
    border-radius: 20px;
  }

  .post-card-body {
    padding: 15px;
  }

  .post-title {
    font-size: 19px;
  }
}


.single-primary {
  max-width: 880px;
}

.single-article {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  padding: clamp(18px, 4vw, 34px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.single-header {
  margin-bottom: 22px;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted, #64748b);
  font-size: 13px;
  font-weight: 800;
}

.single-meta a {
  color: inherit;
  text-decoration: none;
}

.single-header h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.single-excerpt {
  margin: 14px 0 0;
  color: var(--muted, #64748b);
  font-size: 18px;
  line-height: 1.65;
}

.single-featured-image {
  margin: 22px -10px 28px;
  border-radius: 24px;
  overflow: hidden;
  background: #f3f4f6;
}

.single-featured-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.entry-content {
  font-size: 17px;
  line-height: 1.85;
}

.entry-content h2,
.entry-content h3 {
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 32px;
}

.entry-content p {
  margin-bottom: 18px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.single-tags a {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.single-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.single-post-nav a {
  display: block;
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.single-post-nav div:last-child {
  text-align: right;
}

@media (max-width: 760px) {
  .single-article {
    border-radius: 22px;
    padding: 18px;
  }

  .single-featured-image {
    margin: 18px 0 22px;
    border-radius: 18px;
  }

  .single-header h1 {
    font-size: 31px;
  }

  .entry-content {
    font-size: 16px;
    line-height: 1.75;
  }

  .single-post-nav {
    grid-template-columns: 1fr;
  }

  .single-post-nav div:last-child {
    text-align: left;
  }
}

/* ---------- Production polish: images, pagination, mobile overflow ---------- */
.entry-content iframe,.entry-content embed,.entry-content video{max-width:100%}.entry-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.entry-content figure{max-width:100%;margin-left:0;margin-right:0}.post-card{min-width:0}.post-title,.entry-summary{overflow-wrap:anywhere}.nav-links{display:flex;flex-wrap:wrap;gap:8px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;font-weight:800}.page-numbers.current{background:#111;color:#fff;border-color:#111}.blog-list-header h1 span{overflow-wrap:anywhere}.no-results h2{margin-top:0}

@media(max-width:760px){.wrap{padding-left:12px;padding-right:12px}.content-area{padding-bottom:32px}.post-grid{gap:14px}.card{border-radius:18px}.post-thumb img{aspect-ratio:4/3}.entry-summary{font-size:14px}.section-head{align-items:flex-start;flex-direction:column}.category-strip{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}}
@media(max-width:480px){body{font-size:15px}.blog-list-header h1{font-size:27px}.post-card-body{padding:14px}.post-title{font-size:18px}.read-more{margin-top:8px}.single-header h1{font-size:28px}}


/* =========================
   Footer: widgets first, footer below
   ========================= */
.site-footer{
  margin-top:46px;
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,#fbfbfb 0%,#f4f4f4 100%);
}

/* Keep RSS/footer widgets clean and unchanged as widget columns */
.site-footer .footer-widgets{
  padding-top:28px;
  padding-bottom:26px;
  border-bottom:1px solid var(--line);
}

.footer-main{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(170px,.7fr) minmax(240px,1fr) auto;
  gap:22px;
  align-items:center;
  padding-top:22px;
  padding-bottom:18px;
}

.footer-brand-block{
  min-width:0;
}

.footer-brand-head{
  margin-bottom:8px;
}

.footer-brand-link{
  display:inline-flex;
  align-items:center;
  min-height:34px;
}

.footer-brand-link .custom-logo-link{
  display:inline-flex;
}

.footer-brand-link img,
.footer-brand-link .custom-logo{
  display:block;
  max-height:36px;
  width:auto;
}

.footer-brand-text{
  font-size:25px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
}

.footer-brand-desc{
  margin:0;
  max-width:460px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.footer-quick-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  align-items:center;
}

.footer-quick-links a{
  color:#222;
  font-size:14px;
  font-weight:800;
}

.footer-quick-links a:hover{
  text-decoration:underline;
}

.footer-socials{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.footer-social{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:13px;
  font-weight:800;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}

.footer-social svg{
  width:17px;
  height:17px;
  flex:0 0 17px;
}

.footer-social:hover{
  transform:translateY(-2px);
  border-color:#111;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:14px;
  padding-bottom:20px;
  border-top:1px solid rgba(0,0,0,.06);
}

.footer-bottom-left{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  align-items:center;
}

.footer-copy,
.footer-disclaimer,
.footer-note{
  margin:0;
  color:var(--muted);
  font-size:13px;
}

.footer-copy{
  color:#111;
  font-weight:900;
}

.footer-note{
  white-space:nowrap;
}



.footer-subscribe-widget{
  min-width:0;
}

.footer-subscribe-widget .widget{
  margin:0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}

.footer-subscribe-widget .widget-title{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.25;
}

.footer-subscribe-widget p{
  margin-top:0;
  color:var(--muted);
  font-size:14px;
}

.footer-subscribe-widget input[type="email"],
.footer-subscribe-widget input[type="text"]{
  width:100%;
  min-height:42px;
  border:1px solid var(--line);
  border-radius:12px;
  padding:9px 11px;
}

.footer-subscribe-widget button,
.footer-subscribe-widget input[type="submit"]{
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#111;
  color:#fff;
  font-weight:800;
  padding:9px 14px;
  cursor:pointer;
}

@media (max-width: 900px){
  .footer-main{
    grid-template-columns:1fr;
    align-items:start;
  }

  .footer-socials{
    justify-content:flex-start;
  }
}

@media (max-width: 640px){
  .site-footer{
    margin-top:34px;
  }

  .site-footer .footer-widgets{
    padding-top:20px;
    padding-bottom:20px;
  }

  .footer-main{
    gap:16px;
    padding-top:18px;
    padding-bottom:16px;
  }

  .footer-quick-links{
    gap:8px 12px;
  }

  .footer-social span{
    display:none;
  }

  .footer-social{
    width:38px;
    padding:0;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding-bottom:18px;
  }

  .footer-note{
    white-space:normal;
  }
}


/* =========================
   Search results product cards
   ========================= */
.search-results-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.search-result-card{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:14px;
}

.search-result-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:16px;
  background:#f6f6f6;
  overflow:hidden;
  border:1px solid var(--line);
}

.search-result-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#fff;
}

.search-result-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#777;
}

.search-result-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.search-result-title{
  margin:4px 0 8px;
  font-size:clamp(20px,2.4vw,28px);
  line-height:1.18;
  letter-spacing:-.035em;
}

.search-result-title a:hover{
  text-decoration:underline;
}

.search-result-summary{
  color:#333;
  margin-bottom:14px;
}

.search-result-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-weight:900;
  line-height:1;
  margin-top:auto;
}

.search-result-button:hover{
  background:#000;
  color:#fff;
  transform:translateY(-1px);
}

.search-result-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}

@media(max-width:700px){
  .search-result-card{
    grid-template-columns:104px minmax(0,1fr);
    gap:12px;
    padding:12px;
    border-radius:18px;
  }

  .search-result-thumb{
    border-radius:14px;
  }

  .search-result-title{
    font-size:17px;
    line-height:1.25;
    margin-top:2px;
  }

  .search-result-summary{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:14px;
    margin-bottom:10px;
  }

  .search-result-button{
    min-height:38px;
    padding:9px 13px;
    font-size:14px;
  }

  .search-result-meta{
    font-size:12px;
  }
}

@media(max-width:420px){
  .search-result-card{
    grid-template-columns:92px minmax(0,1fr);
  }

  .search-result-title{
    font-size:16px;
  }
}


/* =========================
   Homepage daily product card
   ========================= */
.hero-product-card{
  background:#fff;
  color:#111;
  border:1px solid var(--line);
  border-radius:28px;
  padding:16px;
  min-height:260px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.hero-product-image{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1 / .72;
  border-radius:22px;
  overflow:hidden;
  background:#f6f6f6;
  border:1px solid var(--line);
}

.hero-product-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:#fff;
}

.hero-product-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
}

.hero-product-body{
  min-width:0;
}

.hero-product-kicker{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 10px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.hero-product-card h2{
  margin:10px 0 8px;
  font-size:clamp(19px,2.2vw,27px);
  line-height:1.18;
  letter-spacing:-.035em;
}

.hero-product-card h2 a:hover{
  text-decoration:underline;
}

.hero-product-price{
  margin:0 0 12px;
  font-size:22px;
  font-weight:950;
}

.hero-product-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-weight:900;
}

.hero-product-btn:hover{
  color:#fff;
  background:#000;
  transform:translateY(-1px);
}

@media(max-width:900px){
  .hero-product-card{
    max-width:520px;
  }
}

@media(max-width:520px){
  .hero-product-card{
    border-radius:22px;
    padding:12px;
  }

  .hero-product-image{
    border-radius:18px;
  }

  .hero-product-card h2{
    font-size:18px;
  }
}


/* =========================
   Ecommerce typography polish
   Lightweight: system font stack only, no external font request
   ========================= */
:root{
  --text:#111827;
  --muted:#6b7280;
}

h1,h2,h3,h4,h5,h6,
.site-header,
.btn,
.button,
.hero-product-btn,
.search-result-button,
.mas-card-title,
.woocommerce-loop-product__title{
  font-family:var(--font-main,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
}

.hero{
  padding:38px 0 28px;
}

.hero h1{
  max-width:660px;
  font-size:clamp(34px,4.2vw,52px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:850;
  margin:8px 0 14px;
}

.hero-text{
  font-size:17px;
  line-height:1.55;
  max-width:620px;
  color:var(--muted);
}

.eyebrow{
  font-size:12px;
  letter-spacing:.14em;
  color:#4b5563;
}

.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  font-size:14px;
  min-height:44px;
  padding:11px 18px;
}

.hero-product-card{
  min-height:auto;
  padding:14px;
  border-radius:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}

.hero-product-image{
  border-radius:18px;
  aspect-ratio:1 / .68;
}

.hero-product-kicker{
  min-height:24px;
  padding:4px 9px;
  font-size:11px;
  letter-spacing:.08em;
}

.hero-product-card h2{
  font-size:clamp(18px,2vw,24px);
  line-height:1.22;
  letter-spacing:-.025em;
  font-weight:800;
}

.hero-product-price{
  font-size:20px;
}

.hero-product-btn{
  min-height:40px;
  padding:9px 15px;
  font-size:14px;
}

.post-title,
.search-result-title,
.single-header h1,
.blog-list-header h1{
  letter-spacing:-.03em;
  font-weight:800;
}

.mas-card-title,
.woocommerce-loop-product__title{
  font-weight:700;
  letter-spacing:-.01em;
}

.entry-summary,
.post-card,
.search-result-summary,
.single-excerpt,
.mas-card-desc{
  font-size:15px;
  line-height:1.55;
}

@media(max-width:900px){
  .hero{
    padding-top:26px;
  }

  .hero h1{
    font-size:clamp(32px,7vw,44px);
  }
}

@media(max-width:520px){
  body{
    font-size:14.5px;
  }

  .hero h1{
    font-size:34px;
    line-height:1.1;
  }

  .hero-text{
    font-size:16px;
  }

  .hero-product-card h2{
    font-size:17px;
  }
}


/* =========================
   Full-site ecommerce typography polish
   No external font files, no Google Fonts, zero extra request
   ========================= */
:root{
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
}

body,
button,
input,
select,
textarea{
  font-family:var(--font-main,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
}

body{
  font-size:15px;
  line-height:1.55;
  font-weight:400;
  color:var(--text);
}

h1,h2,h3,h4,h5,h6{
  font-family:var(--font-main,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
  color:#0f172a;
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.028em;
}

h1{font-size:clamp(30px,4vw,46px)}
h2{font-size:clamp(24px,3vw,34px)}
h3{font-size:clamp(19px,2vw,24px)}
h4{font-size:18px}

p{
  line-height:1.62;
}

.entry-content{
  font-size:16px;
  line-height:1.72;
  color:#1f2937;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4{
  margin-top:1.35em;
  margin-bottom:.55em;
}

.entry-content p,
.entry-content li{
  max-width:78ch;
}

.entry-content ul,
.entry-content ol{
  padding-left:1.25em;
}

.site-main{
  font-size:15px;
}

.blog-list-header h1,
.single-header h1,
.archive .page-title,
.shop-area .page-title{
  font-weight:850;
  letter-spacing:-.04em;
}

.post-title,
.search-result-title,
.mas-card-title,
.woocommerce-loop-product__title{
  font-weight:750;
  letter-spacing:-.018em;
  line-height:1.28;
}

.post-meta,
.search-result-meta,
.single-meta,
.mas-meta-brand,
.mas-card-desc,
.entry-summary{
  color:var(--muted);
}

.card,
.widget,
.mas-card,
.search-result-card{
  letter-spacing:0;
}

.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.search-result-button,
.hero-product-btn{
  font-family:var(--font-main,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);
  font-size:14px;
  font-weight:800;
  letter-spacing:-.005em;
}

.widget{
  font-size:14px;
  line-height:1.5;
}

.widget-title{
  font-size:16px;
  font-weight:850;
  letter-spacing:-.018em;
}

.widget a{
  font-weight:650;
}

.footer-copy,
.footer-disclaimer,
.footer-note,
.footer-brand-desc{
  font-size:13px;
  line-height:1.55;
}

@media(max-width:700px){
  body{
    font-size:14.5px;
  }

  h1{font-size:clamp(28px,8vw,36px)}
  h2{font-size:clamp(22px,6vw,30px)}

  .entry-content{
    font-size:15.5px;
    line-height:1.68;
  }

  .post-title,
  .search-result-title{
    line-height:1.25;
  }
}


/* =========================================================
   Modern lightweight affiliate homepage
   ========================================================= */
body.home{background:#f6f7f9}.mb-home-hero{background:linear-gradient(180deg,#fff 0,#f7f8fb 100%);border-bottom:1px solid rgba(15,23,42,.07)}.mb-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:28px;align-items:center;padding-top:34px;padding-bottom:36px}.mb-home-kicker{margin:0 0 9px;color:#3665f3;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mb-home-hero h1{max-width:760px;margin:0;font-size:clamp(34px,5vw,64px);line-height:1.01;letter-spacing:-.062em;font-weight:950;color:#101114}.mb-home-hero-text{max-width:650px;margin:14px 0 20px;color:#5b6472;font-size:18px;line-height:1.65}.mb-home-search{max-width:720px;height:54px;display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:stretch;background:#fff;border:2px solid #111;border-radius:14px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.08)}.mb-home-search input{min-width:0;border:0;outline:0;padding:0 18px;color:#111;background:#fff;font-size:15px}.mb-home-search button{border:0;background:#3665f3;color:#fff;font-size:15px;font-weight:850;cursor:pointer}.mb-home-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.mb-home-trust-row span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid #e4e7ee;border-radius:999px;background:#fff;color:#363b45;font-size:13px;font-weight:750}.mb-home-hero-side .hero-product-card{margin-left:auto}.mb-home-section{padding:34px 0}.mb-home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.mb-home-section-head.compact{align-items:center;margin-bottom:14px}.mb-home-section-head h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.08;letter-spacing:-.045em;color:#101114}.mb-home-section-head a{flex:0 0 auto;color:#0654ba;font-weight:850;font-size:14px}.mb-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mb-home-category-grid a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:78px;padding:16px;border:1px solid #e5e8ef;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.04);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.mb-home-category-grid a:hover{transform:translateY(-2px);border-color:#c9d3e6;box-shadow:0 18px 42px rgba(15,23,42,.08)}.mb-home-category-grid span{font-size:16px;font-weight:900;letter-spacing:-.02em;color:#111}.mb-home-category-grid small{color:#6b7280;font-size:12px;font-weight:800;white-space:nowrap}.mb-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mb-home-product-card{background:#fff;border:1px solid #e6e9ef;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.045);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.mb-home-product-card:hover{transform:translateY(-3px);border-color:#cfd8e7;box-shadow:0 22px 50px rgba(15,23,42,.09)}.mb-home-product-img{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#fafafa,#f0f2f5);overflow:hidden}.mb-home-product-img img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .2s ease}.mb-home-product-card:hover .mb-home-product-img img{transform:scale(1.035)}.mb-home-product-placeholder{width:100%;height:100%;display:block;background:linear-gradient(135deg,#f8fafc,#eef2f7)}.mb-home-product-chip{position:absolute;left:10px;top:10px;max-width:calc(100% - 20px);padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:#111;font-size:11px;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.08);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-home-product-body{padding:14px}.mb-home-store{margin:0 0 5px;color:#64748b;font-size:12px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-home-product-body h3{min-height:42px;margin:0 0 9px;font-size:15px;line-height:1.35;letter-spacing:-.018em;color:#111}.mb-home-product-body h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mb-home-price{margin-bottom:10px;color:#111;font-size:17px;font-weight:950}.mb-home-price del{color:#8b95a1;font-size:13px;font-weight:650}.mb-home-buy{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;background:#111;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none}.mb-home-browse{padding-top:12px}.mb-home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mb-home-feature-card{min-height:138px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border:1px solid var(--line,#e5e7eb);border-radius:24px;background:var(--surface,#fff);color:var(--text,#111);overflow:hidden;position:relative;box-shadow:0 14px 34px rgba(15,23,42,.045)}.mb-home-feature-card:before{content:"";position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:999px;background:color-mix(in srgb,var(--primary,#3665f3) 8%,transparent)}.mb-home-feature-card span{position:relative;margin-bottom:7px;color:var(--primary,#3665f3);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.mb-home-feature-card strong{position:relative;max-width:360px;color:var(--text,#111);font-size:20px;line-height:1.18;letter-spacing:-.035em}.mb-home-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mb-home-post-card{background:#fff;border:1px solid #e6e9ef;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.04)}.mb-home-post-img{display:block;aspect-ratio:16/10;background:#eef2f7;overflow:hidden}.mb-home-post-img img{width:100%;height:100%;object-fit:cover;display:block}.mb-home-post-body{padding:14px}.mb-home-post-body span{display:inline-flex;margin-bottom:7px;color:#3665f3;font-size:12px;font-weight:900}.mb-home-post-body h3{margin:0;font-size:16px;line-height:1.3;letter-spacing:-.025em}.hero-product-card{background:#fff;border:1px solid #e6e9ef;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.10)}.hero-product-image{display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#fbfbfc,#eef2f7);overflow:hidden}.hero-product-image img{width:100%;height:100%;object-fit:contain;padding:20px}.hero-product-body{padding:18px}.hero-product-kicker{display:inline-flex;margin-bottom:8px;color:#3665f3;font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.hero-product-body h2{margin:0 0 10px;font-size:22px;line-height:1.17;letter-spacing:-.04em}.hero-product-price{margin-bottom:13px;color:#111;font-size:20px;font-weight:950}.hero-product-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#111;color:#fff!important;font-weight:900}.hero-product-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#94a3b8}.hero-box{background:#111;color:#fff;border-radius:28px;padding:26px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 24px 60px rgba(15,23,42,.10)}
@media(max-width:980px){.mb-home-hero-grid{grid-template-columns:1fr}.mb-home-hero-side .hero-product-card{margin:0;max-width:520px}.mb-home-category-grid,.mb-home-product-grid,.mb-home-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mb-home-feature-grid{grid-template-columns:1fr}}
@media(max-width:640px){.mb-home-hero-grid{padding-top:24px;padding-bottom:28px}.mb-home-hero h1{font-size:36px}.mb-home-hero-text{font-size:16px}.mb-home-search{height:auto;grid-template-columns:1fr;border-radius:16px}.mb-home-search input{height:48px}.mb-home-search button{height:46px}.mb-home-section{padding:26px 0}.mb-home-section-head{align-items:flex-start}.mb-home-category-grid{grid-template-columns:1fr 1fr;gap:10px}.mb-home-category-grid a{min-height:72px;padding:13px;display:block}.mb-home-category-grid small{display:block;margin-top:4px;white-space:normal}.mb-home-product-grid{gap:12px}.mb-home-product-body{padding:11px}.mb-home-product-body h3{font-size:14px}.mb-home-buy{min-height:36px}.mb-home-post-grid{grid-template-columns:1fr}.mb-home-feature-card{min-height:118px}.mb-home-feature-card strong{font-size:18px}.hero-product-body h2{font-size:19px}}
@media(max-width:380px){.mb-home-product-grid{grid-template-columns:1fr}.mb-home-category-grid{grid-template-columns:1fr}}

/* ---------- v1.0.18: lighter footer polish + modern category/archive pages ---------- */
.site-footer{
  background:var(--footer-bg,var(--surface,#fff));
  color:var(--footer-text,var(--text,#111));
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 86%,transparent);
}
.site-footer .footer-widgets{
  padding-top:22px;
  padding-bottom:6px;
}
.footer-main{
  gap:18px;
  align-items:center;
  padding-top:22px;
  padding-bottom:20px;
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 70%,transparent);
}
.footer-brand-block{
  max-width:410px;
}
.footer-brand-link img,.footer-brand-link .custom-logo{
  max-height:42px;
  width:auto;
  object-fit:contain;
}
.footer-brand-desc{
  max-width:560px;
  margin-top:9px;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111)) 76%,transparent);
}
.footer-quick-links a,
.footer-social{
  background:color-mix(in srgb,var(--surface,#fff) 86%,var(--footer-bg,#fafafa));
  border-color:color-mix(in srgb,var(--line,#e5e7eb) 80%,transparent);
  color:var(--footer-text,var(--text,#111));
}
.footer-quick-links a:hover,
.footer-social:hover{
  transform:translateY(-1px);
  border-color:var(--primary,#3665f3);
  color:var(--primary,#3665f3)!important;
}
.footer-bottom{
  min-height:auto;
  padding-top:14px;
  padding-bottom:18px;
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 70%,transparent);
}
.footer-copy,.footer-disclaimer,.footer-note{
  color:color-mix(in srgb,var(--footer-text,var(--text,#111)) 72%,transparent);
}

.mb-archive-page{
  background:linear-gradient(180deg,var(--soft,#f7f8fb) 0,var(--bg,#fff) 230px);
  padding:26px 0 42px;
}
.mb-archive-page .content-area{
  padding-top:0;
}
.mb-archive-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
  padding:24px;
  border:1px solid var(--line,#e5e7eb);
  border-radius:calc(var(--radius,18px) + 8px);
  background:var(--surface,#fff);
  box-shadow:0 18px 45px rgba(15,23,42,.055);
}
.mb-archive-kicker{
  margin:0 0 8px;
  color:var(--primary,#3665f3);
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mb-archive-hero h1{
  margin:0;
  color:var(--text,#111);
  font-size:clamp(30px,4.5vw,52px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}
.mb-archive-desc{
  max-width:760px;
  margin:12px 0 0;
  color:var(--muted,#64748b);
  font-size:16px;
  line-height:1.65;
}
.mb-archive-stats{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
  min-width:180px;
}
.mb-archive-stats span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid var(--line,#e5e7eb);
  border-radius:999px;
  background:var(--soft,#f7f8fb);
  color:var(--text,#111);
  font-size:12px;
  font-weight:850;
}
.mb-archive-term-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:0 0 18px;
  padding:2px 2px 12px;
  scrollbar-width:thin;
}
.mb-archive-term-strip a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  min-height:42px;
  padding:8px 13px;
  border:1px solid var(--line,#e5e7eb);
  border-radius:999px;
  background:var(--surface,#fff);
  color:var(--text,#111);
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.mb-archive-term-strip span{font-weight:900;font-size:13px}
.mb-archive-term-strip small{color:var(--muted,#64748b);font-weight:850}
.mb-archive-term-strip a:hover{
  border-color:var(--primary,#3665f3);
  color:var(--primary,#3665f3);
}
.mb-archive-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.mb-archive-product-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line,#e5e7eb);
  border-radius:calc(var(--radius,18px) + 4px);
  background:var(--surface,#fff);
  box-shadow:0 14px 34px rgba(15,23,42,.045);
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.mb-archive-product-card:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--primary,#3665f3) 32%,var(--line,#e5e7eb));
  box-shadow:0 22px 52px rgba(15,23,42,.085);
}
.mb-archive-product-img{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:1/1;
  background:linear-gradient(135deg,var(--surface,#fff),var(--soft,#f7f8fb));
  overflow:hidden;
}
.mb-archive-product-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:13px;
  transition:transform .2s ease;
}
.mb-archive-product-card:hover .mb-archive-product-img img{transform:scale(1.035)}
.mb-archive-product-placeholder{
  width:100%;height:100%;display:block;
  background:linear-gradient(135deg,var(--soft,#f7f8fb),color-mix(in srgb,var(--soft,#f7f8fb) 72%,var(--primary,#3665f3)));
}
.mb-archive-product-chip{
  position:absolute;
  left:10px;
  top:10px;
  max-width:calc(100% - 20px);
  padding:5px 9px;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 75%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--surface,#fff) 92%,transparent);
  color:var(--text,#111);
  font-size:11px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mb-archive-product-body{padding:14px}
.mb-archive-product-body h2{
  min-height:42px;
  margin:0 0 10px;
  color:var(--text,#111);
  font-size:15px;
  line-height:1.36;
  letter-spacing:-.018em;
  font-weight:900;
}
.mb-archive-product-body h2 a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:inherit;
}
.mb-archive-product-price{
  margin-bottom:11px;
  color:var(--text,#111);
  font-size:17px;
  line-height:1.2;
  font-weight:950;
}
.mb-archive-product-price del{color:var(--muted,#64748b);font-size:13px;font-weight:700}
.mb-archive-product-actions{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:8px;
}
.mb-archive-product-view,
.mb-archive-product-buy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:950;
  text-decoration:none;
}
.mb-archive-product-view{
  border:1px solid var(--line,#e5e7eb);
  background:var(--surface,#fff);
  color:var(--text,#111);
}
.mb-archive-product-buy{
  border:1px solid var(--primary,#3665f3);
  background:var(--primary,#3665f3);
  color:#fff!important;
}
.mb-archive-empty{
  padding:24px;
  color:var(--muted,#64748b);
}
.mb-archive-empty h2{margin-top:0;color:var(--text,#111)}

@media(max-width:1100px){.mb-archive-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.mb-archive-hero{display:block;padding:20px}.mb-archive-stats{justify-content:flex-start;margin-top:14px}.mb-archive-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.footer-main{align-items:flex-start}}
@media(max-width:520px){.mb-archive-page{padding-top:18px}.mb-archive-hero{border-radius:20px}.mb-archive-hero h1{font-size:31px}.mb-archive-desc{font-size:15px}.mb-archive-product-body{padding:11px}.mb-archive-product-body h2{font-size:14px}.mb-archive-product-actions{grid-template-columns:1fr}.footer-quick-links{gap:8px}.footer-quick-links a{min-height:34px;padding:7px 10px}.footer-bottom{display:block}.footer-note{margin-top:8px}}
@media(max-width:370px){.mb-archive-product-grid{grid-template-columns:1fr}}
