: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,.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;
}

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

.entry-summary,.post-card,.search-result-summary,.single-excerpt{
  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,.woocommerce-loop-product__title{
  font-weight:750;
  letter-spacing:-.018em;
  line-height:1.28;
}

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

.card,.widget,.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 store 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);
}



/* Margin Store v1.0.27 - smoother lightweight typography.
   Uses native device fonts only: no Google Fonts, no extra request. */
html{font-synthesis-weight:none;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{font-family:var(--font-main,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif);line-height:1.62;letter-spacing:-.005em}
button,input,select,textarea{font:inherit;letter-spacing:inherit}
h1,h2,h3,h4,h5,h6,.brand,.mb-menu a,.section-head h2,.hero h1,.shop-area .page-title{letter-spacing:-.025em;font-weight:750;text-wrap:balance}
p,.entry-content,.entry-summary,.widget{letter-spacing:0;line-height:1.68}
strong,b,.btn,.button,.widget button,.widget input[type=submit],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-weight:700}
.hero h1{letter-spacing:-.035em;font-weight:760}.hero-text{line-height:1.65}.post-card h2,.woocommerce-loop-product__title{font-weight:650;letter-spacing:-.012em}.woocommerce .price{font-weight:750}.eyebrow{font-weight:700;letter-spacing:.075em}.mb-home-kicker,.hero-product-kicker{font-weight:720;letter-spacing:.08em}.mb-home-title,.hero-product-body h2,.mb-home-section-head h2{font-weight:760;letter-spacing:-.03em}.mb-home-product-body h3,.mb-home-post-body h3,.mb-home-feature-card strong{font-weight:700;letter-spacing:-.018em}
@media(max-width:700px){body{font-size:15px;line-height:1.64}.hero h1{letter-spacing:-.028em}.section-head h2{letter-spacing:-.02em}}


/* =========================
   v1.0.28: cleaner lightweight storefront typography
   Removes heavy/serif-looking hero text and improves Windows rendering.
   ========================= */
:root{
  --mb-ui-font:-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

html body,body,button,input,select,textarea,.site-header,.site-main,.site-footer{
  font-family:var(--mb-ui-font)!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

.hero h1,.mb-home-title,.mb-home-hero h1,.hero-product-card h2,.post-title,.search-result-title,.single-header h1,.blog-list-header h1,.archive .page-title,.shop-area .page-title{
  font-family:var(--mb-ui-font)!important;
  font-weight:700!important;
  letter-spacing:-.024em!important;
  color:#111827;
}

.hero h1,.mb-home-title,.mb-home-hero h1{
  font-size:clamp(38px,4.6vw,58px);
  line-height:1.08;
  max-width:760px;
}

.hero-text,.mb-home-description,.entry-summary,.search-result-summary{
  font-weight:400;
  letter-spacing:0;
  line-height:1.65;
}

.eyebrow,.mb-home-kicker,.hero-product-kicker{
  font-weight:700;
  letter-spacing:.09em;
}

.hero-product-card h2{
  font-size:clamp(18px,1.8vw,23px);
  line-height:1.28;
}

.hero-product-price{
  font-weight:750;
  letter-spacing:-.015em;
}

.btn,.button,.mb-header-search button,.mb-home-search button,.hero-product-btn,.mb-home-buy{
  font-family:var(--mb-ui-font)!important;
  font-weight:700!important;
  letter-spacing:0!important;
}

@media(max-width:520px){
  .hero h1,.mb-home-title,.mb-home-hero h1{
    font-size:34px;
    letter-spacing:-.02em!important;
  }
}


/* =========================
   Footer polish: widgets, subscription area, spacing and typography.
   ========================= */
.site-footer{
  margin-top:54px!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--footer-bg,#fff) 96%,#f8fafc) 0%,color-mix(in srgb,var(--footer-bg,#fff) 88%,#eef2f7) 100%)!important;
  color:var(--footer-text,var(--text,#111827))!important;
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 82%,transparent)!important;
  font-family:var(--mb-ui-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)!important;
}
.site-footer .footer-widgets{
  padding-top:26px!important;
  padding-bottom:8px!important;
  border-bottom:0!important;
}
.footer-main{
  display:grid!important;
  grid-template-columns:minmax(240px,.9fr) minmax(190px,.55fr) minmax(320px,.95fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  margin-top:24px!important;
  margin-bottom:18px!important;
  padding:22px!important;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 82%,transparent)!important;
  border-radius:28px!important;
  background:color-mix(in srgb,var(--surface,#fff) 92%,var(--footer-bg,#fafafa))!important;
  box-shadow:0 20px 60px rgba(15,23,42,.06)!important;
}
.footer-brand-block{
  max-width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.footer-brand-head{margin-bottom:12px!important;}
.footer-brand-link img,.footer-brand-link .custom-logo{
  max-height:46px!important;
  width:auto!important;
  object-fit:contain!important;
}
.footer-brand-text{
  font-size:25px!important;
  font-weight:750!important;
  letter-spacing:-.035em!important;
}
.footer-brand-desc{
  max-width:410px!important;
  margin:0!important;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 68%,transparent)!important;
  font-size:14px!important;
  line-height:1.7!important;
  font-weight:400!important;
}
.footer-quick-links{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:8px!important;
  padding:4px!important;
}
.footer-quick-links:before{
  content:"Quick links";
  display:block;
  margin:0 0 5px 2px;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 58%,transparent);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.footer-quick-links a{
  display:flex!important;
  align-items:center!important;
  min-height:38px!important;
  padding:8px 12px!important;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 72%,transparent)!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--surface,#fff) 86%,transparent)!important;
  color:var(--footer-text,var(--text,#111827))!important;
  font-size:14px!important;
  font-weight:650!important;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease;
}
.footer-quick-links a:hover,.footer-quick-links a:focus{
  transform:translateX(2px)!important;
  border-color:color-mix(in srgb,var(--primary,#7c3aed) 55%,var(--line,#e5e7eb))!important;
  color:var(--primary,#7c3aed)!important;
  background:color-mix(in srgb,var(--primary,#7c3aed) 7%,#fff)!important;
}
.footer-subscribe-widget{
  align-self:stretch!important;
  padding:20px!important;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 82%,transparent)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(15,23,42,.045)!important;
}
.footer-subscribe-widget .widget,.footer-subscribe-widget form{
  margin:0!important;
}
.footer-subscribe-widget .widget-title{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
  color:var(--footer-text,var(--text,#111827))!important;
}
.footer-subscribe-widget p{
  margin:0 0 12px!important;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 66%,transparent)!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.footer-subscribe-widget input[type="email"],.footer-subscribe-widget input[type="text"]{
  width:100%!important;
  min-height:46px!important;
  padding:0 14px!important;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 90%,transparent)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#111827!important;
  font-size:14px!important;
  box-shadow:none!important;
}
.footer-subscribe-widget button,.footer-subscribe-widget input[type="submit"],.footer-subscribe-widget .wp-block-button__link{
  min-height:44px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:14px!important;
  background:var(--primary,#7c3aed)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:750!important;
  box-shadow:0 12px 26px color-mix(in srgb,var(--primary,#7c3aed) 22%,transparent)!important;
}
.footer-socials{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  padding-top:4px!important;
}
.footer-social{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:36px!important;
  padding:7px 11px!important;
  border:1px solid color-mix(in srgb,var(--line,#e5e7eb) 72%,transparent)!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--surface,#fff) 90%,transparent)!important;
  color:var(--footer-text,var(--text,#111827))!important;
  font-size:13px!important;
  font-weight:650!important;
  text-decoration:none!important;
}
.footer-social svg{width:16px!important;height:16px!important;}
.footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:auto!important;
  padding-top:16px!important;
  padding-bottom:20px!important;
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 76%,transparent)!important;
}
.footer-bottom-left{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 16px!important;
  align-items:center!important;
}
.footer-copy,.footer-disclaimer,.footer-note{
  margin:0!important;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 64%,transparent)!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:400!important;
}
.footer-copy{font-weight:700!important;color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 78%,transparent)!important;}
@media(max-width:980px){
  .footer-main{
    grid-template-columns:1fr 1fr!important;
  }
  .footer-subscribe-widget{
    grid-column:1 / -1!important;
  }
}
@media(max-width:680px){
  .site-footer{margin-top:36px!important;}
  .footer-main{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:18px!important;
    border-radius:22px!important;
  }
  .footer-brand-block{text-align:left!important;}
  .footer-quick-links{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .footer-quick-links:before{grid-column:1 / -1!important;}
  .footer-quick-links a{min-height:40px!important;justify-content:center!important;}
  .footer-subscribe-widget{padding:16px!important;border-radius:18px!important;}
  .footer-bottom{display:block!important;text-align:left!important;}
  .footer-bottom-left{display:block!important;}
  .footer-disclaimer{margin-top:6px!important;}
  .footer-note{margin-top:8px!important;}
}

/* =========================
   Compact dark marketplace footer: logo, copyright, email subscribe and social links.
   ========================= */
.ms-compact-footer.site-footer{
  margin-top:54px!important;
  background:#202a35!important;
  color:#f8fafc!important;
  border-top:0!important;
  box-shadow:none!important;
  font-family:var(--mb-ui-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)!important;
}
.ms-compact-footer .footer-widgets.ms-compact-footer-widgets{
  padding:22px 0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:transparent!important;
  color:#dbe3eb!important;
}
.ms-compact-footer-row.footer-main{
  display:grid!important;
  grid-template-columns:minmax(190px,.85fr) minmax(180px,.9fr) minmax(310px,1.25fr) minmax(240px,1fr)!important;
  align-items:center!important;
  gap:26px!important;
  min-height:72px!important;
  margin:0 auto!important;
  padding:14px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ms-compact-footer-brand,.ms-compact-footer-copy,.ms-compact-subscribe,.ms-compact-socials{
  min-width:0!important;
}
.ms-compact-logo-link{
  display:inline-flex!important;
  align-items:center!important;
  color:#fff!important;
  text-decoration:none!important;
  line-height:1!important;
}
.ms-compact-logo-link img,.ms-compact-logo-link .custom-logo{
  display:block!important;
  max-height:34px!important;
  width:auto!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
.ms-compact-logo-text{
  font-size:24px!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  color:#fff!important;
}
.ms-compact-footer-copy{
  margin:0!important;
  color:rgba(255,255,255,.66)!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:500!important;
  white-space:nowrap!important;
  text-align:center!important;
}
.ms-compact-subscribe .footer-subscribe-widget{
  display:block!important;
  width:100%!important;
  max-width:470px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ms-compact-subscribe .footer-subscribe-widget .widget,.ms-compact-subscribe .footer-subscribe-widget form{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  margin:0!important;
  gap:0!important;
}
.ms-compact-subscribe .footer-subscribe-widget .widget-title,.ms-compact-subscribe .footer-subscribe-widget p:not(:has(input)):not(:has(button)){
  display:none!important;
}
.ms-compact-subscribe .footer-subscribe-widget input[type="email"],.ms-compact-subscribe .footer-subscribe-widget input[type="text"]{
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 58px 0 18px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:3px!important;
  background:#fff!important;
  color:#344054!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:42px!important;
  box-shadow:none!important;
  outline:none!important;
}
.ms-compact-subscribe .footer-subscribe-widget input::placeholder{
  color:#8a96a3!important;
  opacity:1!important;
}
.ms-compact-subscribe .footer-subscribe-widget button,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"],.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link{
  position:absolute!important;
  top:0!important;
  right:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  min-width:48px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:0 3px 3px 0!important;
  background:#19b9e9!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.ms-compact-subscribe .footer-subscribe-widget button:after,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"]:after,.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link:after{
  content:"›"!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:400!important;
  transform:translateY(-1px)!important;
}
.ms-compact-subscribe .footer-subscribe-widget button:hover,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"]:hover,.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link:hover{
  background:#0ea5d8!important;
}
.ms-compact-socials.footer-socials{
  grid-column:auto!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:20px!important;
  padding:0!important;
}
.ms-compact-socials .footer-social{
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.2!important;
  text-decoration:none!important;
  opacity:.92!important;
}
.ms-compact-socials .footer-social:hover,.ms-compact-socials .footer-social:focus{
  color:#19b9e9!important;
  opacity:1!important;
  transform:none!important;
}
.ms-compact-socials .footer-social svg{display:none!important;}
@media(max-width:1024px){
  .ms-compact-footer-row.footer-main{
    grid-template-columns:1fr 1fr!important;
    gap:16px 22px!important;
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
  .ms-compact-subscribe{order:3;grid-column:1 / -1!important;}
  .ms-compact-socials.footer-socials{justify-content:flex-end!important;}
  .ms-compact-footer-copy{text-align:right!important;}
}
@media(max-width:640px){
  .ms-compact-footer.site-footer{margin-top:36px!important;}
  .ms-compact-footer-row.footer-main{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:16px!important;
    min-height:auto!important;
    padding:22px 16px!important;
    text-align:center!important;
  }
  .ms-compact-footer-brand{text-align:center!important;}
  .ms-compact-logo-link{justify-content:center!important;}
  .ms-compact-footer-copy{text-align:center!important;white-space:normal!important;}
  .ms-compact-subscribe{width:100%!important;order:0!important;}
  .ms-compact-subscribe .footer-subscribe-widget{max-width:none!important;}
  .ms-compact-socials.footer-socials{justify-content:center!important;gap:18px!important;}
}


/* v1.0.31: readability and overflow polish */
.entry-content img,.entry-content iframe,.entry-content video,.wp-block-image img{
  max-width:100%;
  height:auto;
}
.entry-content iframe,.wp-block-embed iframe{
  width:100%;
  border:0;
}
.entry-content,.post-title,.search-result-title,.mb-home-product-body h3{
  overflow-wrap:anywhere;
}
.page-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0;
}
.page-links a,.page-links .post-page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:34px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}
.page-links .current{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}

/* =========================
   v1.0.36: theme-wired clean footer
   Simple RSS headlines, no cards
   ========================= */
.ms-compact-footer.site-footer{
  margin-top:48px!important;
  background:var(--footer-bg,var(--bg,#fff))!important;
  color:var(--footer-text,var(--text,#111827))!important;
  border-top:1px solid var(--line,#e5e7eb)!important;
  box-shadow:none!important;
}

.ms-compact-footer .footer-widgets.ms-compact-footer-widgets{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0 34px!important;
  padding:26px 24px 24px!important;
  border-bottom:1px solid var(--line,#e5e7eb)!important;
  background:transparent!important;
  color:inherit!important;
}

/* Footer widgets are flat: never inherit content/sidebar cards. */
.ms-compact-footer .footer-widget-area,.ms-compact-footer .footer-widget-area .widget{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* RSS footer: headline only. */





/* Main footer row: brand left, subscribe/social right. */
.ms-compact-footer-row.footer-main{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:28px!important;
  min-height:auto!important;
  margin:0 auto!important;
  padding:22px 24px 18px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ms-compact-footer-brand{grid-column:1!important;}
.ms-compact-subscribe{grid-column:3!important;justify-self:end!important;width:min(420px,100%)!important;}
.ms-compact-socials.footer-socials{grid-column:3!important;justify-self:end!important;}
.ms-compact-subscribe + .ms-compact-socials.footer-socials{grid-column:2!important;grid-row:1!important;justify-self:end!important;}

.ms-compact-logo-link,.ms-compact-logo-text{
  color:var(--footer-text,var(--text,#111827))!important;
}
.ms-compact-logo-link img,.ms-compact-logo-link .custom-logo{
  max-height:38px!important;
  width:auto!important;
  filter:none!important;
}

/* Subscription is a compact control, not a card. */
.ms-compact-subscribe,.ms-compact-subscribe .footer-subscribe-widget,.ms-compact-subscribe .footer-subscribe-widget .widget{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ms-compact-subscribe .footer-subscribe-widget input[type="email"],.ms-compact-subscribe .footer-subscribe-widget input[type="text"]{
  height:42px!important;
  min-height:42px!important;
  padding:0 48px 0 14px!important;
  border:1px solid var(--line,#d7dde5)!important;
  border-radius:10px!important;
  background:var(--surface,#f8fafc)!important;
  color:var(--text,#1f2937)!important;
  font-size:14px!important;
  box-shadow:none!important;
}
.ms-compact-subscribe .footer-subscribe-widget input::placeholder{
  color:var(--muted,#64748b)!important;
}
.ms-compact-subscribe .footer-subscribe-widget input:focus{
  border-color:var(--primary,#218916)!important;
  background:var(--bg,#fff)!important;
  outline:2px solid color-mix(in srgb,var(--primary,#218916) 16%,transparent)!important;
  outline-offset:1px!important;
}
.ms-compact-subscribe .footer-subscribe-widget button,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"],.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link{
  top:4px!important;
  right:4px!important;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  border-radius:8px!important;
  background:var(--primary,#218916)!important;
  border-color:var(--primary,#218916)!important;
  color:#fff!important;
}
.ms-compact-subscribe .footer-subscribe-widget button:hover,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"]:hover,.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link:hover{
  filter:brightness(.92)!important;
}
.ms-compact-subscribe .footer-subscribe-widget button:after,.ms-compact-subscribe .footer-subscribe-widget input[type="submit"]:after,.ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link:after{
  font-size:24px!important;
}
.ms-compact-subscribe .footer-subscribe-widget p,.ms-compact-subscribe .footer-subscribe-widget #subscribe-text,.ms-compact-subscribe .footer-subscribe-widget #subscribe-text p{
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 72%,transparent)!important;
}

.ms-compact-socials .footer-social{
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 78%,transparent)!important;
  font-size:13px!important;
  font-weight:600!important;
}
.ms-compact-socials .footer-social:hover,.ms-compact-socials .footer-social:focus{
  color:var(--primary,#218916)!important;
}

/* Copyright belongs on its own quiet bottom line. */
.ms-compact-footer-bottom{
  margin:0 auto!important;
  padding:10px 24px 16px!important;
  border-top:1px solid color-mix(in srgb,var(--line,#e5e7eb) 75%,transparent)!important;
  background:transparent!important;
}
.ms-compact-footer-copy{
  margin:0!important;
  color:color-mix(in srgb,var(--footer-text,var(--text,#111827)) 68%,transparent)!important;
  font-size:12.5px!important;
  font-weight:500!important;
  line-height:1.5!important;
  text-align:center!important;
}

@media(max-width:1024px){
  .ms-compact-footer .footer-widgets.ms-compact-footer-widgets{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 28px!important;
  }
  .ms-compact-footer-row.footer-main{
    grid-template-columns:auto 1fr!important;
    gap:18px 24px!important;
  }
  .ms-compact-subscribe{grid-column:2!important;justify-self:end!important;max-width:420px!important;}
  .ms-compact-socials.footer-socials{grid-column:2!important;justify-self:end!important;}
  .ms-compact-subscribe + .ms-compact-socials.footer-socials{grid-column:1 / -1!important;grid-row:auto!important;justify-self:end!important;}
}
@media(max-width:640px){
  .ms-compact-footer .footer-widgets.ms-compact-footer-widgets{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:20px 16px!important;
  }
  .ms-compact-footer-row.footer-main{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:14px!important;
    padding:20px 16px 18px!important;
    text-align:center!important;
  }
  .ms-compact-subscribe{order:2!important;max-width:460px!important;width:100%!important;}
  .ms-compact-socials.footer-socials{order:3!important;justify-content:center!important;justify-self:auto!important;}
  .ms-compact-footer-bottom{padding:10px 16px 16px!important;}
}



/* =========================
   v1.0.37: direct Theme Options footer wiring
   Values are written on <footer> from the saved theme options.
   This avoids stale/root-variable conflicts and cache overrides.
   ========================= */
.ms-compact-footer.site-footer{
  background:var(--mb-footer-bg)!important;
  color:var(--mb-footer-text)!important;
  border-top-color:var(--mb-footer-border)!important;
}
.ms-compact-footer .footer-widgets.ms-compact-footer-widgets{
  background:transparent!important;
  color:var(--mb-footer-text)!important;
  border-bottom-color:var(--mb-footer-border)!important;
}
.ms-compact-footer .footer-widget-area,.ms-compact-footer .footer-widget-area .widget{
  background:transparent!important;
  color:var(--mb-footer-text)!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.ms-compact-footer .site-footer a,.ms-compact-footer a:not(.custom-logo-link):not(.footer-social){
  color:var(--mb-footer-text)!important;
}
.ms-compact-footer .footer-social:hover,.ms-compact-footer .footer-social:focus{
  color:var(--mb-footer-primary)!important;
}
.ms-compact-footer .ms-compact-logo-text{
  color:var(--mb-footer-text)!important;
}
.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget input[type="email"],.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget input[type="text"]{
  background:var(--mb-footer-surface)!important;
  color:var(--mb-footer-page-text)!important;
  border-color:var(--mb-footer-border)!important;
}
.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget input::placeholder{
  color:var(--mb-footer-muted)!important;
}
.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget input:focus{
  border-color:var(--mb-footer-primary)!important;
  outline-color:color-mix(in srgb,var(--mb-footer-primary) 16%,transparent)!important;
}
.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget button,.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget input[type="submit"],.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget .wp-block-button__link{
  background:var(--mb-footer-primary)!important;
  border-color:var(--mb-footer-primary)!important;
}
.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget p,.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget #subscribe-text,.ms-compact-footer .ms-compact-subscribe .footer-subscribe-widget #subscribe-text p,.ms-compact-footer .ms-compact-socials .footer-social{
  color:var(--mb-footer-text)!important;
}
.ms-compact-footer .ms-compact-footer-bottom{
  background:transparent!important;
  border-top-color:var(--mb-footer-border)!important;
}
.ms-compact-footer .ms-compact-footer-copy{
  color:var(--mb-footer-text)!important;
  opacity:.72!important;
}
