body.woocommerce.archive,
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background: #fff8ea;
  color: #2b1b10;
}

body.woocommerce.archive main.wp-block-group,
body.woocommerce-shop main.wp-block-group,
body.post-type-archive-product main.wp-block-group,
body.tax-product_cat main.wp-block-group,
body.tax-product_tag main.wp-block-group {
  padding-top: 28px;
  padding-bottom: 54px;
}

body.woocommerce .woocommerce-breadcrumb,
body.woocommerce .wp-block-woocommerce-breadcrumbs,
body.woocommerce .wc-block-breadcrumbs {
  color: #7c6b5b;
  font-size: 13px;
  margin-bottom: 14px;
}

body.woocommerce.archive .wp-block-query-title,
body.woocommerce-shop .wp-block-query-title {
  color: #2b1b10;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 18px;
}

body.woocommerce .term-description,
body.woocommerce .wp-block-term-description {
  max-width: 760px;
  color: #7c6b5b;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 24px;
}

body.woocommerce .wp-block-woocommerce-product-results-count,
body.woocommerce .woocommerce-result-count {
  color: #7c6b5b;
  font-size: 14px;
  margin: 0;
}

body.woocommerce .wp-block-woocommerce-catalog-sorting select,
body.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  min-width: 210px;
  padding: 0 54px 0 18px;
  border: 1px solid #e8d8bf;
  border-radius: 999px;
  background-color: #fffaf1;
  background-image: linear-gradient(45deg, transparent 50%, #7a4f2b 50%), linear-gradient(135deg, #7a4f2b 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 22px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: #2b1b10;
  box-shadow: 0 8px 24px rgba(74, 43, 21, .05);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wp-block-woocommerce-product-collection.alignwide,
.wp-block-woocommerce-product-collection {
  margin-top: 22px;
}

.wp-block-woocommerce-product-collection .wc-block-product-template,
.wp-block-woocommerce-product-collection ul.wc-block-product-template,
.wp-block-woocommerce-product-template {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  padding: 0 !important;
  margin: 0 -9px !important;
  list-style: none !important;
}

.wp-block-woocommerce-product-collection .wc-block-product-template > li,
.wp-block-woocommerce-product-template > li,
.wc-block-product {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  width: 22.9% !important;
  max-width: 22.9% !important;
  min-width: 0;
  height: auto;
  margin: 0 0.75% 18px !important;
  padding: 10px 10px 12px !important;
  border: 1px solid #e8d8bf;
  border-radius: 18px;
  background: #fffaf1;
  box-shadow: 0 10px 28px rgba(83, 50, 24, .06);
  overflow: hidden;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wp-block-woocommerce-product-collection .wc-block-product-template > li:hover,
.wp-block-woocommerce-product-template > li:hover,
.wc-block-product:hover {
  transform: translateY(-2px);
  border-color: #d3b98f;
  box-shadow: 0 16px 38px rgba(84, 49, 21, .08);
}

.wc-block-product .pg-lite-wrap,
.wc-block-product .product-gallery-slider,
.wc-block-product form.variations_form.cart:not(.chai25-keep),
.wc-block-product .wp-block-button.wc-block-components-product-button,
.wc-block-product .wc-block-components-product-button,
.wc-block-product .wp-block-woocommerce-product-button {
  display: none !important;
}

.chai25-card-slider {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 15px;
  background: #f4e6cf;
  touch-action: pan-y;
  user-select: none;
}

.chai25-card-slider__open {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  text-align: inherit;
  cursor: zoom-in;
  overflow: hidden;
}

.chai25-card-slider__open:focus-visible {
  outline: 2px solid #7a4f2b;
  outline-offset: -3px;
}

.chai25-card-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .25s ease, filter .25s ease;
}

.wc-block-product:hover .chai25-card-slider__img {
  transform: scale(1.045);
}

.chai25-card-slider__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122,79,39,.18);
  border-radius: 999px;
  background: #fffaf1;
  color: #7a4f2b;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(58, 32, 12, .12);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .18s ease, background-color .18s ease;
}

.chai25-card-slider__btn--prev { left: 8px; }
.chai25-card-slider__btn--next { right: 8px; }

.chai25-card-slider:hover .chai25-card-slider__btn,
.chai25-card-slider:focus-within .chai25-card-slider__btn {
  opacity: 1;
}

.chai25-card-slider__btn:hover,
.chai25-card-slider__btn:focus-visible {
  background: #ffffff;
  outline: none;
}

.chai25-card-slider__counter {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  padding: 3px 7px;
  border-radius: 999px;
  background: #2b1b10;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
}

.wc-block-product .wp-block-post-title,
.wc-block-product .woocommerce-loop-product__title {
  margin: 11px 2px 5px !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em;
  color: #2b1b10;
  min-height: var(--chai25-title-h, 38px);
  max-height: none;
  height: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-block-product .wp-block-post-title a,
.wc-block-product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

.wc-block-product .wp-block-post-title a:hover,
.wc-block-product .woocommerce-loop-product__title a:hover {
  color: #7a4f2b;
}

.chai25-card-buy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  min-height: var(--chai25-buy-h, 274px);
  margin-top: 10px;
  padding: 0 2px;
}

.chai25-card-price {
  min-height: var(--chai25-price-h, 28px);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #2b1b10;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
}

.chai25-card-price del {
  color: #7c6b5b;
  font-size: 13px;
  font-weight: 500;
  opacity: .72;
}

.chai25-card-price ins {
  color: #2b1b10;
  text-decoration: none;
}

.chai25-card-price,
.chai25-card-vars,
.chai25-vars-reset {
  flex: 0 0 auto;
}

.chai25-card-vars {
  min-height: var(--chai25-vars-h, 0px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.chai25-var-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.chai25-var-group__label {
  color: #7c6b5b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.chai25-var-group__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.chai25-var-option {
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid #e8d8bf;
  border-radius: 999px;
  background: #ffffff;
  color: #2b1b10;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .06s ease;
}

.chai25-var-option:hover,
.chai25-var-option:focus-visible {
  border-color: #7a4f2b;
  outline: none;
}

.chai25-var-option.is-active {
  border-color: #7a4f2b;
  background: #7a4f2b;
  color: #fffaf0;
}

.chai25-var-option:disabled {
  cursor: not-allowed;
  opacity: .38;
  background: #f3eadc;
}

.chai25-vars-reset {
  min-height: var(--chai25-reset-h, 0px);
  display: inline-flex !important;
  align-self: center;
  margin-top: -2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7c6b5b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  cursor: pointer;
}

.chai25-vars-reset:hover,
.chai25-vars-reset:focus-visible {
  color: #7a4f2b;
  outline: none;
}

.chai25-card-vars {
  flex: 0 0 auto;
}

.chai25-card-price {
  flex: 0 0 auto;
}

.chai25-vars-reset {
  flex: 0 0 auto;
}

.chai25-add-to-cart {
  width: 100%;
  margin-top: auto;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #7a4f2b;
  border-radius: 14px;
  background: #7a4f2b;
  color: #fffaf0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(95, 55, 21, .18);
  transition: transform .06s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease;
}

.chai25-add-to-cart:hover,
.chai25-add-to-cart:focus-visible {
  background: #5b3519;
  box-shadow: 0 14px 26px rgba(95, 55, 21, .24);
  outline: none;
}

.chai25-add-to-cart:active {
  transform: translateY(1px);
}

.chai25-add-to-cart:disabled {
  border-color: #dccab1;
  background: #eadfce;
  color: #9b8872;
  box-shadow: none;
  cursor: not-allowed;
}

.chai25-add-to-cart.is-loading {
  opacity: .78;
  cursor: wait;
}

.chai25-add-to-cart.is-added {
  border-color: #6f8f3f;
  background: #6f8f3f;
}

.chai25-add-to-cart__icon {
  font-size: 15px;
  line-height: 1;
}

.chai25-card-buy a.added_to_cart,
.chai25-card-buy a.added_to_cart.wc-forward {
  width: 100%;
  margin-top: 8px;
  min-height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #d6b98f;
  border-radius: 14px;
  background: #fff8ea;
  color: #7a4f2b !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(95, 55, 21, .08);
  box-sizing: border-box;
}

.chai25-card-buy a.added_to_cart:hover,
.chai25-card-buy a.added_to_cart.wc-forward:hover,
.chai25-card-buy a.added_to_cart:focus-visible,
.chai25-card-buy a.added_to_cart.wc-forward:focus-visible {
  border-color: #7a4f2b;
  background: #ffffff;
  color: #5b3519 !important;
  outline: none;
}

.chai25-card-buy a.added_to_cart::before,
.chai25-card-buy a.added_to_cart.wc-forward::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #6f8f3f;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.wc-block-product .chai25-add-to-cart {
  margin-top: auto !important;
}

.wc-block-product .chai25-card-buy .chai25-add-to-cart + a.added_to_cart,
.wc-block-product .chai25-card-buy .chai25-add-to-cart + a.added_to_cart.wc-forward {
  margin-top: 8px !important;
}


body.chai25-cat-lightbox-open {
  overflow: hidden;
}

.chai25-cat-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}

.chai25-cat-lightbox.is-open {
  display: flex;
}

.chai25-cat-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(28, 17, 9, .78);
  cursor: zoom-out;
}

.chai25-cat-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 94vw);
  height: min(820px, 88vh);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #fff8ea;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  overflow: hidden;
}

.chai25-cat-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.chai25-cat-lightbox__close,
.chai25-cat-lightbox__arrow {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122,79,39,.18);
  border-radius: 999px;
  background: rgba(255,250,241,.94);
  color: #5b3519;
  box-shadow: 0 10px 28px rgba(33, 18, 7, .18);
  cursor: pointer;
}

.chai25-cat-lightbox__close:hover,
.chai25-cat-lightbox__arrow:hover,
.chai25-cat-lightbox__close:focus-visible,
.chai25-cat-lightbox__arrow:focus-visible {
  background: #ffffff;
  outline: none;
}

.chai25-cat-lightbox__close {
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  font-size: 26px;
  line-height: 1;
}

.chai25-cat-lightbox__arrow {
  top: 50%;
  width: 46px;
  height: 46px;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.chai25-cat-lightbox__arrow--prev { left: 14px; }
.chai25-cat-lightbox__arrow--next { right: 14px; }

.chai25-cat-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(43,27,16,.88);
  color: #fffaf0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
}

.chai25-cat-lightbox.is-single .chai25-cat-lightbox__arrow,
.chai25-cat-lightbox.is-single .chai25-cat-lightbox__counter {
  display: none;
}

@media (max-width: 760px) {
  .chai25-cat-lightbox {
    padding: 10px;
  }

  .chai25-cat-lightbox__panel {
    width: 96vw;
    height: 82vh;
    border-radius: 18px;
  }

  .chai25-cat-lightbox__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .chai25-cat-lightbox__arrow {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .chai25-cat-lightbox__arrow--prev { left: 10px; }
  .chai25-cat-lightbox__arrow--next { right: 10px; }
}

.wp-block-woocommerce-product-collection .wp-block-query-pagination {
  margin-top: 30px;
  gap: 10px;
}

.wp-block-woocommerce-product-collection .wp-block-query-pagination a,
.wp-block-woocommerce-product-collection .wp-block-query-pagination .page-numbers {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #e8d8bf;
  border-radius: 999px;
  background: #ffffff;
  color: #2b1b10;
  text-decoration: none;
}

.wp-block-woocommerce-product-collection .wp-block-query-pagination .current,
.wp-block-woocommerce-product-collection .wp-block-query-pagination a:hover {
  border-color: #7a4f2b;
  background: #7a4f2b;
  color: #fffaf0;
}

@media (max-width: 1180px) {
  .wp-block-woocommerce-product-collection .wc-block-product-template > li,
  .wp-block-woocommerce-product-template > li,
  .wc-block-product {
    width: 31% !important;
    max-width: 31% !important;
    margin-left: 1.15% !important;
    margin-right: 1.15% !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce.archive main.wp-block-group,
  body.woocommerce-shop main.wp-block-group,
  body.post-type-archive-product main.wp-block-group,
  body.tax-product_cat main.wp-block-group,
  body.tax-product_tag main.wp-block-group {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.woocommerce.archive .wp-block-query-title,
  body.woocommerce-shop .wp-block-query-title {
    font-size: 34px;
    line-height: 1.02;
  }

  body.woocommerce .wp-block-woocommerce-catalog-sorting select,
  body.woocommerce .woocommerce-ordering select {
    min-width: 220px;
    max-width: 100%;
    padding-right: 52px;
    background-position: calc(100% - 27px) 50%, calc(100% - 21px) 50%;
  }

  .wp-block-woocommerce-product-collection .wc-block-product-template,
  .wp-block-woocommerce-product-collection ul.wc-block-product-template,
  .wp-block-woocommerce-product-template {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .wp-block-woocommerce-product-collection .wc-block-product-template > li,
  .wp-block-woocommerce-product-template > li,
  .wc-block-product {
    width: 48% !important;
    max-width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 12px !important;
    padding: 8px 8px 10px !important;
    border-radius: 16px;
  }

  .chai25-card-slider {
    border-radius: 13px;
    padding-bottom: 100%;
  }

  .chai25-card-slider__btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .chai25-card-slider__btn--prev { left: 6px; }
  .chai25-card-slider__btn--next { right: 6px; }

  .chai25-card-slider__counter {
    display: none;
  }

  .wc-block-product .wp-block-post-title,
  .wc-block-product .woocommerce-loop-product__title {
    margin-top: 9px !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
    min-height: var(--chai25-title-h, auto) !important;
    max-height: none !important;
    height: auto !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .chai25-card-buy {
    gap: 7px;
    min-height: var(--chai25-buy-h, auto) !important;
  }

  .chai25-card-price {
    min-height: var(--chai25-price-h, 24px);
    font-size: 16px;
  }

  .chai25-var-group__label {
    display: block;
    font-size: 10px;
    margin-bottom: -1px;
  }

  .chai25-var-group__options {
    gap: 5px;
  }

  .chai25-var-option {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 11px;
  }

  .chai25-add-to-cart {
    min-height: 38px;
    border-radius: 12px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .chai25-add-to-cart__icon {
    font-size: 13px;
  }

  .chai25-card-buy a.added_to_cart,
  .chai25-card-buy a.added_to_cart.wc-forward {
    min-height: 36px;
    border-radius: 12px;
    font-size: 12px;
    margin-top: 7px;
  }
}

@media (max-width: 390px) {
  .wp-block-woocommerce-product-collection .wc-block-product-template > li,
  .wp-block-woocommerce-product-template > li,
  .wc-block-product {
    width: 48.5% !important;
    max-width: 48.5% !important;
    margin-left: 0.75% !important;
    margin-right: 0.75% !important;
  }

  .chai25-var-option {
    padding-left: 7px;
    padding-right: 7px;
  }

  .chai25-add-to-cart__text {
    font-size: 11.5px;
  }
}


/* SEO-текст каталога/категории под товарами: видимый, аккуратный и не мешает карточкам */

/* v19: пустые системные контейнеры описания не должны выглядеть как SEO-карточки */
body.woocommerce.archive .wp-block-term-description:empty,
body.woocommerce-shop .wp-block-term-description:empty,
body.post-type-archive-product .wp-block-term-description:empty,
body.tax-product_cat .wp-block-term-description:empty,
body.tax-product_tag .wp-block-term-description:empty,
body.woocommerce.archive .term-description:empty,
body.woocommerce-shop .term-description:empty,
body.post-type-archive-product .term-description:empty,
body.tax-product_cat .term-description:empty,
body.tax-product_tag .term-description:empty {
  display: none !important;
}

.chai25-seo-description {
  width: min(1160px, calc(100% - 32px));
  max-width: 1160px !important;
  margin: 34px auto 58px !important;
  padding: 28px 32px 30px;
  border: 1px solid #e8d8bf;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffaf1 0%, #fff4e1 100%);
  color: #4b3726;
  box-shadow: 0 16px 42px rgba(83, 50, 24, .07);
  box-sizing: border-box;
}

.chai25-seo-description:empty,
.chai25-seo-description.is-empty-seo-block {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.chai25-seo-description {
  position: relative;
  clear: both;
}

.chai25-seo-description--page {
  margin-top: 38px !important;
}

.chai25-seo-description[data-chai25-seo="v19"] {
  display: block !important;
}

.chai25-seo-description__title,
.chai25-seo-description--page > .chai25-seo-description__content > h1,
.chai25-seo-description--page > .chai25-seo-description__content > .wp-block-heading:first-child,
.chai25-seo-description > .chai25-seo-description__content > .wp-block-query-title:first-child {
  display: block !important;
  max-width: 980px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #2b1b10 !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  text-align: left !important;
}

.chai25-seo-description__content {
  color: #4b3726;
  font-size: 16px;
  line-height: 1.72;
}

.chai25-seo-description__content > *:first-child {
  margin-top: 0 !important;
}

.chai25-seo-description__content > *:last-child {
  margin-bottom: 0 !important;
}

.chai25-seo-description__content p {
  margin: 0 0 13px;
}

.chai25-seo-description__content h2,
.chai25-seo-description__content h3,
.chai25-seo-description__content h4,
.chai25-seo-description__content .wp-block-heading {
  margin: 24px 0 11px !important;
  color: #2b1b10;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.13;
}

.chai25-seo-description__content h2:first-child,
.chai25-seo-description__content h3:first-child,
.chai25-seo-description__content h4:first-child,
.chai25-seo-description__content .wp-block-heading:first-child {
  margin-top: 0 !important;
}

.chai25-seo-description__content h2 { font-size: 30px; }
.chai25-seo-description__content h3 { font-size: 23px; }
.chai25-seo-description__content h4 { font-size: 19px; }

.chai25-seo-description__content ul,
.chai25-seo-description__content ol {
  margin: 10px 0 14px 22px;
  padding: 0;
}

.chai25-seo-description__content li {
  margin: 0 0 6px;
}

.chai25-seo-description__content a {
  color: #7a4f2b;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.chai25-seo-description.is-collapsed .chai25-seo-description__content {
  max-height: 288px;
  overflow: hidden;
  position: relative;
}

.chai25-seo-description.is-collapsed .chai25-seo-description__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 86px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,250,241,0) 0%, #fff4e1 92%);
}

.chai25-seo-description__toggle {
  margin: 20px auto 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #d6b98f;
  border-radius: 999px;
  background: #ffffff;
  color: #7a4f2b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(83, 50, 24, .06);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .06s ease;
}

.chai25-seo-description__toggle:hover,
.chai25-seo-description__toggle:focus-visible {
  border-color: #7a4f2b;
  background: #fffaf1;
  color: #5b3519;
  outline: none;
}

.chai25-seo-description__toggle:active {
  transform: translateY(1px);
}

@media (max-width: 760px) {
  .chai25-seo-description {
    width: calc(100% - 20px);
    margin-top: 28px !important;
    margin-bottom: 42px !important;
    padding: 21px 18px 23px;
    border-radius: 18px;
  }

  .chai25-seo-description__content {
    font-size: 15px;
    line-height: 1.66;
  }

  .chai25-seo-description__content h2 { font-size: 24px; }
  .chai25-seo-description__content h3 { font-size: 20px; }
  .chai25-seo-description__content h4 { font-size: 17px; }

  .chai25-seo-description.is-collapsed .chai25-seo-description__content {
    max-height: 330px;
  }
}
