
/* =====================================================================
   SISSNUTS CONTENT SYSTEM v5.21
   Blog archive/category + single post + Woo product archives/categories
   ===================================================================== */
:root{
  --s21-green:#394536;
  --s21-green2:#58745d;
  --s21-gold:#E7D2AA;
  --s21-cream:#faf6ed;
  --s21-paper:#fffdf9;
  --s21-line:#F8F1E4;
  --s21-text:#334039;
  --s21-muted:#747d76;
}

/* BLOG ARCHIVE + CATEGORY */
body:is(.blog,.archive.category) .tc-content-archive{
  padding:32px 0 72px!important;
  background:radial-gradient(circle at 90% 0,rgba(201,164,91,.09),transparent 22%),linear-gradient(180deg,#fffdf9,#FFF8F5)!important;
}
body:is(.blog,.archive.category) .tc-content-archive>.tc-container{
  width:min(1480px,calc(100% - 48px))!important;
  max-width:1480px!important;
}
body:is(.blog,.archive.category) .tc-content-hero{
  min-height:440px!important;
  margin:18px 0 24px!important;
  border:1px solid var(--s21-line)!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(47,37,23,.04)!important;
}
body:is(.blog,.archive.category) .tc-content-hero__copy{
  padding:44px!important;
}
body:is(.blog,.archive.category) .tc-content-hero__copy .tc-eyebrow{
  color:#D3AE6E!important;
  background:#fbf4e7!important;
  border-color:#F8F1E4!important;
  font-size:12px!important;
}
body:is(.blog,.archive.category) .tc-content-hero h1{
  color:var(--s21-text)!important;
  font-size:clamp(40px,4vw,60px)!important;
}
body:is(.blog,.archive.category) .tc-content-hero p{
  color:var(--s21-muted)!important;
  font-size:15px!important;
  line-height:1.95!important;
}
body:is(.blog,.archive.category) .tc-content-hero__actions .tc-button,
body:is(.blog,.archive.category) .tc-content-hero__actions>a{
  font-size:13px!important;
}
body:is(.blog,.archive.category) .tc-content-featured{
  border-radius:22px!important;
  border-color:var(--s21-line)!important;
  box-shadow:0 16px 40px rgba(47,37,23,.035)!important;
}
body:is(.blog,.archive.category) .tc-content-featured>div>span{font-size:11px!important}
body:is(.blog,.archive.category) .tc-content-featured h2{
  color:var(--s21-text)!important;
  font-size:30px!important;
}
body:is(.blog,.archive.category) .tc-content-featured p{
  font-size:14px!important;line-height:1.9!important;
}
body:is(.blog,.archive.category) .tc-content-categories a{
  min-height:44px!important;
  border-radius:999px!important;
  font-size:13px!important;
}
body:is(.blog,.archive.category) .tc-content-search{
  min-height:48px!important;
  width:min(100%,520px)!important;
  border-radius:14px!important;
}
body:is(.blog,.archive.category) .tc-content-search input{font-size:14px!important}
body:is(.blog,.archive.category) .tc-content-search button{font-size:13px!important}
body:is(.blog,.archive.category) .tc-content-results__head h2{
  color:var(--s21-text)!important;
  font-size:34px!important;
}
body:is(.blog,.archive.category) .tc-content-results__head>span{font-size:13px!important}
body:is(.blog,.archive.category) .tc-blog-grid--archive{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
body:is(.blog,.archive.category) .tc-blog-grid--archive .tc-article-card{
  border:1px solid var(--s21-line)!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 12px 32px rgba(47,37,23,.035)!important;
}
body:is(.blog,.archive.category) .tc-blog-grid--archive .tc-article-card__body{padding:18px!important}
body:is(.blog,.archive.category) .tc-blog-grid--archive .tc-article-card__title{
  color:var(--s21-text)!important;
  font-size:20px!important;
}
body:is(.blog,.archive.category) .tc-blog-grid--archive .tc-article-card__excerpt{
  color:var(--s21-muted)!important;
  font-size:13px!important;
  line-height:1.85!important;
}
body:is(.blog,.archive.category) .tc-blog-grid--archive .tc-article-card__link{font-size:13px!important}

/* SINGLE BLOG */
body.single-post .tc-article-shell{
  padding:30px 0 74px!important;
  background:linear-gradient(180deg,#fffdf9,#FFF8F5)!important;
}
body.single-post .tc-article-shell>.tc-container{
  width:min(1400px,calc(100% - 48px))!important;
  max-width:1400px!important;
}
body.single-post .tc-article-hero{
  border:1px solid var(--s21-line)!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(47,37,23,.04)!important;
}
body.single-post .tc-article-hero__content{padding:42px!important}
body.single-post .tc-article-hero h1{
  color:var(--s21-text)!important;
  font-size:clamp(38px,4.5vw,62px)!important;
  line-height:1.35!important;
}
body.single-post .tc-article-lead{
  color:var(--s21-muted)!important;
  font-size:16px!important;
  line-height:1.95!important;
}
body.single-post .tc-article-meta{
  font-size:13px!important;
}
body.single-post .tc-article-layout{
  display:grid!important;
  grid-template-columns:270px minmax(0,1fr)!important;
  gap:28px!important;
  margin-top:24px!important;
  align-items:start!important;
}
body.single-post .tc-article-aside{
  position:static!important;
}
body.single-post .tc-article-aside>div,
body.single-post .tc-article-product{
  border:1px solid var(--s21-line)!important;
  border-radius:18px!important;
  background:#fff!important;
}
body.single-post .tc-article-aside h2{font-size:17px!important}
body.single-post .tc-article-aside a,
body.single-post .tc-article-aside button,
body.single-post .tc-article-aside p{font-size:13px!important}
body.single-post .tc-prose{
  padding:30px 34px!important;
  border:1px solid var(--s21-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  color:#3f4942!important;
  font-size:16px!important;
  line-height:2.05!important;
}
body.single-post .tc-prose :is(p,li){font-size:16px!important;line-height:2.05!important}
body.single-post .tc-prose h2{font-size:28px!important;color:var(--s21-text)!important}
body.single-post .tc-prose h3{font-size:23px!important;color:var(--s21-text)!important}
body.single-post .tc-author-box{
  border:1px solid var(--s21-line)!important;
  border-radius:18px!important;
  background:#fff!important;
}
body.single-post .tc-author-box p{font-size:13px!important}
body.single-post .tc-author-box h2{font-size:20px!important}

/* WOO SHOP + PRODUCT CATEGORY */
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop{
  padding-bottom:72px!important;
  background:radial-gradient(circle at 92% 0,rgba(201,164,91,.08),transparent 22%),linear-gradient(180deg,#fffdf9,#FFF8F5)!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop>.tc-container{
  width:min(1480px,calc(100% - 48px))!important;
  max-width:1480px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-hero{
  border-radius:26px!important;
  border-color:var(--s21-line)!important;
  box-shadow:0 18px 50px rgba(47,37,23,.04)!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-hero h1{
  font-size:clamp(40px,4vw,58px)!important;
  color:var(--s21-text)!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-hero p{
  font-size:15px!important;
  line-height:1.95!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-category-card{
  border-radius:16px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-category-card strong{
  font-size:14px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop-category-card small{
  font-size:11px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .woocommerce-result-count,
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .woocommerce-ordering select{
  font-size:13px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) ul.products li.product{
  border-radius:20px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) ul.products li.product .woocommerce-loop-product__title{
  font-size:16px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) ul.products li.product .price{
  font-size:14px!important;
}
body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) ul.products li.product .button{
  min-height:42px!important;
  font-size:13px!important;
}

/* responsive */
@media(max-width:1024px){
  body:is(.blog,.archive.category) .tc-blog-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.single-post .tc-article-layout{grid-template-columns:1fr!important}
}
@media(max-width:767px){
  body:is(.blog,.archive.category) .tc-content-archive>.tc-container,
  body.single-post .tc-article-shell>.tc-container,
  body:is(.post-type-archive-product,.tax-product_cat,.tax-product_tag) .siss-shop>.tc-container{
    width:calc(100% - 16px)!important;
  }
  body:is(.blog,.archive.category) .tc-content-hero__copy,
  body.single-post .tc-article-hero__content{padding:22px 18px!important}
  body:is(.blog,.archive.category) .tc-content-hero h1{font-size:34px!important}
  body:is(.blog,.archive.category) .tc-blog-grid--archive{grid-template-columns:1fr!important}
  body.single-post .tc-article-hero h1{font-size:34px!important}
  body.single-post .tc-prose{padding:20px 17px!important;font-size:15px!important}
  body.single-post .tc-prose :is(p,li){font-size:15px!important}
}
