/**
 * Product-category archive heading + compact description disclosure.
 */

body.stm-engine-storefront .stm-product-category-header{
  margin:0 0 var(--stm-space-5,20px);
  padding:0;
}

body.stm-engine-storefront .stm-product-category-header__title{
  margin:0 0 var(--stm-space-3,12px);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.018em;
}

body.stm-engine-storefront .stm-product-category-intro{
  max-width:100%;
  margin:0;
  color:var(--stm-commerce-ink,#111827);
  font-size:14px;
  line-height:1.6;
}

body.stm-engine-storefront .stm-product-category-intro__preview{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:5px;
  min-height:22px;
}

body.stm-engine-storefront .stm-product-category-intro__preview-text{
  min-width:0;
}

body.stm-engine-storefront .stm-product-category-intro__full[hidden],
body.stm-engine-storefront .stm-product-category-intro__preview[hidden]{
  display:none !important;
}

body.stm-engine-storefront .stm-product-category-intro__content{
  margin:0;
}

body.stm-engine-storefront .stm-product-category-intro__content > :first-child{
  margin-top:0;
}

body.stm-engine-storefront .stm-product-category-intro__content > :last-child{
  margin-bottom:0;
}

body.stm-engine-storefront .stm-product-category-intro__content p{
  margin:0 0 10px;
}

body.stm-engine-storefront .stm-product-category-intro__toggle{
  display:inline;
  width:auto;
  min-width:0;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--stm-color-link,var(--stm-commerce-primary,#ff6a00));
  box-shadow:none;
  font:inherit;
  font-size:13px;
  font-weight:700;
  line-height:inherit;
  text-decoration:none;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}

body.stm-engine-storefront .stm-product-category-intro__toggle:hover{
  color:var(--stm-color-link-hover,var(--stm-commerce-primary-deep,#d95600));
  text-decoration:underline;
  text-underline-offset:2px;
}

body.stm-engine-storefront .stm-product-category-intro__toggle:focus-visible{
  outline:2px solid var(--stm-commerce-primary,#ff6a00);
  outline-offset:3px;
}

body.stm-engine-storefront .stm-product-category-intro__toggle--less{
  display:inline-block;
  margin-top:2px;
}

html[data-stm-layout="tablet"] body.stm-engine-storefront .stm-product-category-header__title{
  font-size:28px;
}

html[data-stm-layout="mobile"] body.stm-engine-storefront .stm-product-category-header__title{
  margin-bottom:10px;
  font-size:24px;
  line-height:1.16;
}

html[data-stm-layout="mobile"] body.stm-engine-storefront .stm-product-category-intro{
  font-size:13px;
  line-height:1.55;
}

html[data-stm-layout="mobile"] body.stm-engine-storefront .stm-product-category-intro__toggle{
  font-size:12px;
}
