:root {
  --chestia-ink: #222;
  --chestia-muted: #777;
  --chestia-line: #e7e1da;
  --chestia-accent: #b78b5d;
  --chestia-accent-dark: #7a5435;
  --chestia-brand: #3c9692;
  --chestia-soft: #f6f2ed;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  color: var(--chestia-ink);
  background: #fff;
}

#wrapper,
.chestia-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.chestia-header .mt-bottom-bar {
  border-bottom: 1px solid var(--chestia-line);
  background: #fff;
}

.chestia-logo a {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  color: var(--chestia-ink);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.chestia-logo a:hover,
.chestia-nav a:hover,
.chestia-section-head a:hover {
  color: var(--chestia-accent-dark);
}

.chestia-nav {
  float: right;
  margin-right: 120px;
}

.chestia-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-nav li {
  display: inline-block;
  vertical-align: middle;
}

.chestia-nav a {
  display: block;
  padding: 31px 13px 28px;
  color: var(--chestia-ink);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mt-icon-list button {
  border: 0;
  background: transparent;
}

.mt-icon-list .cart-count {
  position: relative;
}

.chestia-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78) 48%, rgba(255,255,255,.2)),
    radial-gradient(circle at 80% 42%, rgba(183,139,93,.2), transparent 28%),
    linear-gradient(135deg, #f7f1eb, #dde6e3);
  overflow: hidden;
  position: relative;
}

.chestia-hero:after {
  content: "";
  position: absolute;
  right: 6vw;
  bottom: 72px;
  width: min(42vw, 560px);
  aspect-ratio: 1.48;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) 16% 58% / 68% 22% no-repeat,
    linear-gradient(90deg, #d7c5b1, #ede4d8) 12% 71% / 76% 14% no-repeat,
    linear-gradient(90deg, #8b6f57, #b99575) 18% 84% / 64% 8% no-repeat;
  box-shadow: 0 28px 80px rgba(74,57,43,.18);
}

.chestia-hero .container {
  position: relative;
  z-index: 2;
}

.chestia-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--chestia-accent-dark);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 900;
  line-height: .95;
}

.chestia-hero p {
  max-width: 560px;
  color: #555;
  font-size: 19px;
  line-height: 1.65;
}

.chestia-hero .shop,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--chestia-ink);
  border-radius: 0;
  color: #fff;
  background: var(--chestia-ink);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-hero .shop:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: var(--chestia-accent-dark);
  border-color: var(--chestia-accent-dark);
}

.chestia-section {
  padding: 72px 0;
}

.chestia-muted {
  background: var(--chestia-soft);
}

.chestia-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.chestia-section-head h2,
.chestia-shop-head h1,
.chestia-content h1 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.chestia-section-head a {
  color: var(--chestia-muted);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-category-card {
  display: block;
  min-height: 190px;
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid var(--chestia-line);
  background:
    linear-gradient(150deg, rgba(255,255,255,.96), rgba(255,255,255,.72)),
    linear-gradient(135deg, #f4eee6, #e5eeee);
  color: var(--chestia-ink);
}

.chestia-category-card span {
  display: block;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.chestia-category-card small {
  display: block;
  color: var(--chestia-muted);
  font-size: 14px;
  line-height: 1.6;
}

.chestia-content,
.chestia-shop {
  padding: 58px 0 76px;
}

.chestia-shop-head {
  margin-bottom: 34px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
}

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 20px;
  border: 1px solid var(--chestia-line);
  background: #fff;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--chestia-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  padding: 18px 16px 0;
  color: var(--chestia-ink);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price {
  color: var(--chestia-accent-dark);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 38px;
  border: 1px solid var(--chestia-line);
}

.chestia-footer {
  padding: 58px 20px 62px;
  background: #3c9692;
  color: rgba(255, 255, 255, .84);
  text-align: center;
}

.chestia-footer__inner {
  max-width: 980px;
  margin: 0 auto;
}

.chestia-footer__title {
  margin: 0 0 26px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: none;
}

.chestia-footer__newsletter {
  display: flex;
  width: min(450px, 100%);
  height: 58px;
  margin: 0 auto 60px;
  border: 1px solid rgba(255, 255, 255, .9);
}

.chestia-footer__newsletter input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.6px;
  outline: none;
}

.chestia-footer__newsletter input::placeholder {
  color: rgba(255, 255, 255, .82);
  opacity: 1;
}

.chestia-footer__newsletter button {
  width: 64px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .88);
  font-size: 30px;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}

.chestia-footer__newsletter button:hover,
.chestia-footer__newsletter button:focus {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.chestia-footer__payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 24px;
}

.chestia-footer__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 28px;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

.chestia-footer__payment--google {
  color: #4b5563;
}

.chestia-footer__payment--klarna {
  background: #ff9bd0;
}

.chestia-footer__payment--paypal {
  color: #003087;
}

.chestia-footer__payment--visa {
  color: #1434cb;
  font-style: italic;
}

.chestia-footer__payment--circles,
.chestia-footer__payment--mastercard {
  gap: 0;
}

.chestia-footer__payment--circles span,
.chestia-footer__payment--mastercard span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.chestia-footer__payment--circles span:first-child {
  background: #eb001b;
}

.chestia-footer__payment--circles span:last-child {
  margin-left: -6px;
  background: #00a2e5;
}

.chestia-footer__payment--mastercard span:first-child {
  background: #eb001b;
}

.chestia-footer__payment--mastercard span:last-child {
  margin-left: -6px;
  background: #f79e1b;
}

.chestia-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  color: rgba(255, 255, 255, .82);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
}

.chestia-footer__legal a,
.chestia-footer__legal span {
  color: rgba(255, 255, 255, .82);
}

.chestia-footer__legal a {
  transition: color .2s ease;
}

.chestia-footer__legal a:hover,
.chestia-footer__legal a:focus {
  color: #fff;
}

.chestia-footer__legal a:before {
  content: "·";
  display: inline-block;
  margin: 0 12px;
  color: rgba(255, 255, 255, .7);
}

.chestia-instagram-section {
  position: relative;
  padding: 44px 0 86px;
  background:
    linear-gradient(180deg, #fff 0%, #eefaf8 16%, #e6f5f2 58%, #d6ebe7 100%);
  text-align: center;
}

.chestia-instagram-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(60, 150, 146, 0), rgba(60, 150, 146, .48) 18%, rgba(60, 150, 146, .8) 50%, rgba(60, 150, 146, .48) 82%, rgba(60, 150, 146, 0));
  box-shadow: 0 18px 44px rgba(60, 150, 146, .14);
}

.chestia-instagram-section:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 42px;
  background: linear-gradient(180deg, rgba(60, 150, 146, .08), rgba(60, 150, 146, 0));
  pointer-events: none;
}

.chestia-instagram-section.chestia-reveal {
  transform: translate3d(0, 34px, 0);
}

.chestia-instagram-section.chestia-reveal h2,
.chestia-instagram-section.chestia-reveal .chestia-instagram-button {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity .68s ease,
    transform .68s cubic-bezier(.22, .61, .36, 1);
}

.chestia-instagram-section.chestia-reveal .chestia-instagram-button {
  transition-delay: .42s;
}

.chestia-instagram-section.chestia-reveal.is-visible h2,
.chestia-instagram-section.chestia-reveal.is-visible .chestia-instagram-button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.chestia-instagram-section h2 {
  margin: 0 0 58px;
  color: #050505;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.chestia-instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  min-height: 462px;
  margin: 0 auto 36px;
}

.chestia-instagram-card {
  display: none;
  min-width: 0;
  opacity: 0;
  transform: translateY(12px);
}

.chestia-instagram-card.is-active {
  display: block;
  animation: chestiaInstagramIn .42s ease forwards;
}

.chestia-instagram-section.chestia-reveal .chestia-instagram-card.is-active {
  animation: none;
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.975);
}

.chestia-instagram-section.chestia-reveal.is-visible .chestia-instagram-card.is-active {
  animation: chestiaInstagramPremiumIn .78s cubic-bezier(.22, .61, .36, 1) forwards;
}

.chestia-instagram-section.chestia-reveal.is-visible .chestia-instagram-card.is-active:nth-child(2) {
  animation-delay: .12s;
}

.chestia-instagram-section.chestia-reveal.is-visible .chestia-instagram-card.is-active:nth-child(3) {
  animation-delay: .24s;
}

.chestia-instagram-card a {
  position: relative;
  display: block;
  height: 462px;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  color: #fff;
  box-shadow: 0 14px 38px rgba(31, 45, 52, .08);
  transition:
    box-shadow .34s ease,
    transform .34s cubic-bezier(.22, .61, .36, 1);
}

.chestia-instagram-card a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(60, 150, 146, 0) 44%, rgba(60, 150, 146, .24) 100%);
  opacity: 0;
  transition: opacity .34s ease;
  pointer-events: none;
}

.chestia-instagram-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.chestia-instagram-card a:hover img,
.chestia-instagram-card a:focus img {
  transform: scale(1.035);
  filter: brightness(.94);
}

.chestia-instagram-card a:hover,
.chestia-instagram-card a:focus {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(31, 45, 52, .16);
}

.chestia-instagram-card a:hover:before,
.chestia-instagram-card a:focus:before {
  opacity: 1;
}

.chestia-instagram-type {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
}

.chestia-instagram-type:before,
.chestia-instagram-type:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background: #fff;
}

.chestia-instagram-type:before {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #3c9692;
  background: transparent;
}

.chestia-instagram-type:after {
  top: 9px;
  right: 3px;
  width: 5px;
  height: 8px;
  background: #3c9692;
  transform: skewX(-18deg);
}

.chestia-instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 74px;
  padding: 0 42px;
  border-radius: 14px;
  background: #000;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}

.chestia-instagram-button:hover,
.chestia-instagram-button:focus {
  background: #3c9692;
  color: #fff;
  transform: translateY(-2px);
}

@keyframes chestiaInstagramIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes chestiaInstagramPremiumIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(.975);
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: none;
  }
}

@media (max-width: 991px) {
  .chestia-instagram-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    min-height: 380px;
  }

  .chestia-instagram-card a {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .chestia-instagram-section {
    padding: 36px 0 66px;
  }

  .chestia-instagram-section h2 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .chestia-instagram-feed {
    grid-template-columns: 1fr;
    max-width: 360px;
    min-height: 390px;
  }

  .chestia-instagram-card a {
    height: 390px;
  }

  .chestia-instagram-button {
    min-width: 230px;
    min-height: 62px;
  }
}

.chestia-home {
  display: flex;
  flex-direction: column;
}

.chestia-home > * {
  width: 100%;
}

.chestia-home .chestia-faq-section {
  order: 5;
}

.chestia-home .chestia-instagram-section {
  order: 6;
}

.chestia-faq-section {
  background: #fff;
  padding: 86px 0 96px;
  text-align: center;
}

.chestia-faq-section .container {
  width: min(1040px, calc(100% - 48px));
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.chestia-faq-heading {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.chestia-faq-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-faq-kicker:before,
.chestia-faq-kicker:after {
  content: "";
  flex: 1 1 auto;
  min-width: 42px;
  height: 1px;
  background: rgba(60, 150, 146, .45);
}

.chestia-faq-heading h2 {
  margin: 0;
  color: #27313b;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1.22;
}

.chestia-faq-heading p {
  max-width: none;
  margin: 18px auto 0;
  color: #7d858b;
  font-family: Oxygen, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  white-space: nowrap;
}

.chestia-faq-grid {
  display: grid;
  gap: 14px;
  width: min(780px, 100%);
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.chestia-faq-item {
  border: 1px solid rgba(60, 150, 146, .2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(33, 44, 54, .06);
  overflow: hidden;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.chestia-faq-item[open] {
  border-color: rgba(60, 150, 146, .58);
  box-shadow: 0 22px 54px rgba(60, 150, 146, .12);
}

.chestia-faq-item:hover {
  transform: translateY(-1px);
}

.chestia-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 19px 24px;
  color: #27313b;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.45;
  list-style: none;
}

.chestia-faq-item summary::-webkit-details-marker {
  display: none;
}

.chestia-faq-item summary i {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(60, 150, 146, .45);
  border-radius: 50%;
  background: rgba(60, 150, 146, .07);
  transition:
    background .2s ease,
    border-color .2s ease;
}

.chestia-faq-item summary i:before,
.chestia-faq-item summary i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #3c9692;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.chestia-faq-item summary i:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.chestia-faq-item[open] summary i {
  border-color: #3c9692;
  background: #3c9692;
}

.chestia-faq-item[open] summary i:before,
.chestia-faq-item[open] summary i:after {
  background: #fff;
}

.chestia-faq-item[open] summary i:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.chestia-faq-answer {
  margin: 0 24px 22px;
  padding: 18px 20px;
  border-top: 1px solid rgba(60, 150, 146, .16);
  background: linear-gradient(90deg, rgba(60, 150, 146, .08), rgba(60, 150, 146, .025));
}

.chestia-faq-answer p {
  margin: 0;
  color: #747b82;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.chestia-category-seo-section {
  background: #f3faf9;
  padding: 82px 0 96px;
}

.chestia-category-seo-section .container {
  width: min(1040px, calc(100% - 48px));
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.chestia-category-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: start;
}

.chestia-category-seo-copy {
  text-align: left;
}

.chestia-category-seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-category-seo-kicker:before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(60, 150, 146, .45);
}

.chestia-category-seo-copy h2 {
  max-width: 680px;
  margin: 0 0 22px;
  color: #27313b;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.28;
}

.chestia-category-seo-copy p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #747b82;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

.chestia-category-seo-copy p:last-child {
  margin-bottom: 0;
}

.chestia-category-seo-aside {
  padding: 28px 30px 30px;
  border: 1px solid rgba(60, 150, 146, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 46px rgba(33, 44, 54, .06);
}

.chestia-category-seo-aside h3 {
  margin: 0 0 18px;
  color: #27313b;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.chestia-category-seo-aside ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-category-seo-aside li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #747b82;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.chestia-category-seo-aside li:before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3c9692;
  box-shadow: 0 0 0 5px rgba(60, 150, 146, .1);
}

.chestia-category-seo-aside.chestia-reveal li {
  opacity: 0;
  transform: translate3d(12px, 0, 0);
  transition:
    opacity .48s ease,
    transform .48s cubic-bezier(.22, .61, .36, 1);
}

.chestia-category-seo-aside.chestia-reveal li:nth-child(1) {
  transition-delay: calc(var(--chestia-reveal-delay) + 220ms);
}

.chestia-category-seo-aside.chestia-reveal li:nth-child(2) {
  transition-delay: calc(var(--chestia-reveal-delay) + 300ms);
}

.chestia-category-seo-aside.chestia-reveal li:nth-child(3) {
  transition-delay: calc(var(--chestia-reveal-delay) + 380ms);
}

.chestia-category-seo-aside.chestia-reveal li:nth-child(4) {
  transition-delay: calc(var(--chestia-reveal-delay) + 460ms);
}

.chestia-category-seo-aside.chestia-reveal.is-visible li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.chestia-category-intro-section {
  position: relative;
  z-index: 4;
  margin-top: 0;
  background: #fff;
  padding: 0 0 4px;
}

.chestia-category-intro-section .container {
  width: min(1040px, calc(100% - 48px));
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.chestia-category-intro-card {
  position: relative;
  top: -56px;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: -56px;
  padding: 23px 54px 24px;
  border: 1px solid rgba(60, 150, 146, .18);
  border-top: 3px solid #3c9692;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(60, 150, 146, .12), rgba(60, 150, 146, .045) 45%, rgba(60, 150, 146, .11) 100%),
    #f0f8f7;
  box-shadow: 0 18px 46px rgba(33, 44, 54, .11);
  overflow: hidden;
}

.chestia-category-intro-card:before,
.chestia-category-intro-card:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: rgba(60, 150, 146, .34);
}

.chestia-category-intro-card:before {
  left: 22px;
}

.chestia-category-intro-card:after {
  right: 22px;
}

.chestia-category-intro-card p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  color: #405057;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
  text-align: center;
}

@media (max-width: 640px) {
  .chestia-faq-section {
    padding: 68px 0 76px;
  }

  .chestia-faq-section .container {
    width: min(100% - 30px, 1120px);
  }

  .chestia-faq-heading {
    margin-bottom: 34px;
  }

  .chestia-faq-heading h2 {
    font-size: 27px;
  }

  .chestia-faq-heading p {
    font-size: 15px;
    white-space: normal;
  }

  .chestia-faq-item summary {
    min-height: 68px;
    padding: 19px 18px;
    font-size: 15px;
  }

  .chestia-faq-answer {
    margin: 0 18px 18px;
    padding: 18px;
  }

  .chestia-category-seo-section {
    padding: 0 0 76px;
  }

  .chestia-category-seo-section .container {
    width: min(100% - 30px, 1040px);
  }

  .chestia-category-seo-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .chestia-category-seo-copy h2 {
    font-size: 25px;
  }

  .chestia-category-seo-copy p {
    font-size: 15px;
  }

  .chestia-category-seo-aside {
    padding: 24px;
  }

  .chestia-category-intro-section {
    margin-top: 0;
    padding: 0 0 2px;
  }

  .chestia-category-intro-section .container {
    width: min(100% - 30px, 1040px);
  }

  .chestia-category-intro-card {
    top: -32px;
    margin-bottom: -32px;
    padding: 22px 24px 23px;
  }

  .chestia-category-intro-card:before,
  .chestia-category-intro-card:after {
    display: none;
  }

  .chestia-category-intro-card p {
    font-size: 15px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .chestia-nav {
    float: none;
    clear: both;
    margin: 0;
    display: none;
  }

  .chestia-nav.is-open {
    display: block;
  }

  .chestia-nav li {
    display: block;
  }

  .chestia-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--chestia-line);
  }

  .chestia-hero {
    min-height: 520px;
  }

  .chestia-hero:after {
    opacity: .38;
    width: 78vw;
    right: -12vw;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final commerce layout overrides. */
.chestia-commerce-page {
  --chestia-checkout-accent: #3c9692;
  --chestia-checkout-dark: #303943;
  --chestia-checkout-muted: #8b9093;
  --chestia-checkout-line: #dedede;
  --chestia-checkout-panel: #f4f4f4;
}

.chestia-commerce-hero .container,
.chestia-checkout-steps .container,
.chestia-commerce-content .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-commerce-hero-content {
  width: 100%;
  align-items: center;
}

.chestia-commerce-hero h1 {
  max-width: min(1120px, 100%);
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.08;
  text-align: center;
  white-space: normal;
}

.chestia-checkout-steps {
  padding: 74px 0 62px;
  background: #fff;
}

.chestia-step-list {
  display: grid;
  grid-template-columns: repeat(3, 168px);
  justify-content: center;
  gap: 98px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.chestia-step-list li {
  min-width: 0;
}

.chestia-step-list li:not(:last-child):after {
  top: 57px;
  left: calc(100% + 22px);
  width: 56px;
  background: #e5e5e5;
}

.chestia-step-list span {
  width: 116px;
  height: 116px;
  margin-bottom: 26px;
  font-size: 36px;
}

.chestia-step-list strong {
  color: inherit;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.chestia-commerce-content {
  padding: 42px 0 96px;
}

.chestia-commerce-entry {
  max-width: 1540px;
}

.chestia-commerce-content .woocommerce-message,
.chestia-commerce-content .woocommerce-info,
.chestia-commerce-content .woocommerce-error {
  max-width: 1500px;
  min-height: 74px;
  margin: 0 auto 34px;
  padding: 0 24px !important;
  border: 0;
  background: var(--chestia-checkout-panel);
  color: #343c43;
  font-size: 22px;
  line-height: 74px;
}

.chestia-commerce-content .woocommerce-message:before,
.chestia-commerce-content .woocommerce-info:before,
.chestia-commerce-content .woocommerce-error:before {
  display: none;
}

.chestia-commerce-content .woocommerce-message .button,
.chestia-commerce-content .woocommerce-info .button,
.chestia-commerce-content .woocommerce-error .button {
  float: none;
  min-width: 286px;
  min-height: 74px;
  margin: 0 0 0 24px;
  padding: 0 42px !important;
  line-height: 74px !important;
  vertical-align: top;
}

.chestia-commerce-cart .woocommerce-cart-form {
  margin-top: 18px;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart {
  margin: 0;
  table-layout: auto;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart thead th {
  padding: 0 24px 28px !important;
  color: #777;
  font-size: 20px;
  text-align: left;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-remove,
.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-thumbnail {
  width: 1%;
  font-size: 0;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-name {
  width: 48%;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td {
  padding: 44px 24px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-remove {
  width: 54px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ff6060 !important;
  font-size: 28px;
  font-weight: 300;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove:hover {
  background: transparent !important;
  color: var(--chestia-checkout-accent) !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
  width: 170px;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
  width: 150px !important;
  height: 118px !important;
  object-fit: contain;
  background: var(--chestia-checkout-panel);
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-name a {
  color: var(--chestia-checkout-dark);
  font-size: 22px;
  line-height: 1.22;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-price,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-subtotal {
  white-space: nowrap;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-price .amount,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-subtotal .amount {
  font-size: 28px;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart .quantity .qty {
  width: 108px;
  min-height: 64px;
  border-radius: 12px !important;
  color: #6f777d;
  font-size: 18px;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  padding: 46px 0 0 !important;
  border-bottom: 0 !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
  display: flex;
  flex: 1 1 690px;
  max-width: 720px;
  gap: 10px;
  padding: 0 !important;
}

.chestia-commerce-cart #coupon_code {
  flex: 1 1 auto;
  width: auto !important;
  min-height: 76px;
  padding: 0 30px !important;
  border-radius: 0 !important;
  color: #777;
  font-size: 19px;
  text-align: center;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions .button {
  min-width: 288px;
  min-height: 76px;
  line-height: 76px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions > .button {
  margin-left: auto;
}

.chestia-commerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 88px;
}

.chestia-commerce-cart .cart_totals {
  width: min(730px, 100%) !important;
  margin-left: 0;
}

.chestia-commerce-cart .cart_totals h2 {
  margin-bottom: 36px;
  font-size: 30px;
}

.chestia-commerce-cart .cart_totals table.shop_table {
  background: var(--chestia-checkout-panel);
}

.chestia-commerce-cart .cart_totals table.shop_table th,
.chestia-commerce-cart .cart_totals table.shop_table td {
  padding: 34px 70px !important;
  border-bottom: 1px solid #d6d6d6 !important;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-commerce-cart .cart_totals table.shop_table td {
  color: var(--chestia-checkout-dark);
  font-size: 28px;
  text-align: left;
  text-transform: none;
}

.chestia-commerce-cart .cart_totals .wc-proceed-to-checkout {
  padding-top: 30px !important;
}

.chestia-commerce-content .checkout-button,
.chestia-commerce-content #place_order,
.chestia-commerce-content .button,
.chestia-commerce-content button.button,
.chestia-commerce-content input.button {
  background: var(--chestia-checkout-accent) !important;
}

.chestia-commerce-content .checkout-button:hover,
.chestia-commerce-content #place_order:hover,
.chestia-commerce-content .button:hover,
.chestia-commerce-content button.button:hover,
.chestia-commerce-content input.button:hover {
  background: #2f7f7c !important;
}

.chestia-commerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: min(572px, 100%) !important;
  min-height: 76px;
  margin-left: auto;
  font-size: 18px !important;
  line-height: 76px !important;
}

.chestia-commerce-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 82px;
  align-items: start;
}

.chestia-commerce-checkout .col2-set,
.chestia-commerce-checkout #customer_details,
.chestia-commerce-checkout #order_review_heading,
.chestia-commerce-checkout #order_review {
  float: none !important;
  width: 100% !important;
}

.chestia-commerce-checkout .col2-set .col-1,
.chestia-commerce-checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}

.chestia-commerce-checkout .woocommerce-billing-fields h3,
.chestia-commerce-checkout .woocommerce-additional-fields h3,
.chestia-commerce-checkout #order_review_heading {
  margin-bottom: 32px;
  font-size: 26px;
}

.chestia-commerce-checkout .form-row {
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.chestia-commerce-checkout .form-row-first,
.chestia-commerce-checkout .form-row-last {
  width: calc(50% - 20px) !important;
}

.chestia-commerce-checkout .form-row-first {
  margin-right: 40px !important;
}

.chestia-commerce-checkout input.input-text,
.chestia-commerce-checkout textarea,
.chestia-commerce-checkout select,
.chestia-commerce-checkout .select2-container .select2-selection--single {
  min-height: 68px !important;
  padding: 0 24px !important;
  border-radius: 12px !important;
  color: #6f777d;
  font-size: 17px;
}

.chestia-commerce-checkout textarea {
  min-height: 124px !important;
  padding-top: 20px !important;
}

.chestia-commerce-checkout #order_review {
  padding: 56px 70px;
  background: var(--chestia-checkout-panel);
}

.chestia-commerce-checkout #order_review table.shop_table {
  margin: 0 0 34px;
  background: transparent;
}

.chestia-commerce-checkout #order_review table.shop_table th,
.chestia-commerce-checkout #order_review table.shop_table td {
  padding: 16px 0 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  color: #737b82;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-commerce-checkout #order_review table.shop_table td {
  color: var(--chestia-checkout-dark);
  text-align: right;
  text-transform: none;
}

.chestia-commerce-checkout #payment {
  background: transparent !important;
}

.chestia-commerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
  border: 0 !important;
}

.chestia-commerce-checkout #payment ul.payment_methods li {
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

.chestia-commerce-checkout #payment div.payment_box {
  margin: 16px 0 0;
  padding: 0;
  background: transparent;
  color: #9aa0a4;
  font-size: 15px;
  line-height: 1.55;
}

.chestia-commerce-checkout #payment div.payment_box:before {
  display: none;
}

.chestia-commerce-checkout #payment div.form-row {
  padding: 34px 0 0 !important;
  border: 0 !important;
}

.chestia-commerce-checkout #place_order {
  display: block;
  width: min(385px, 100%) !important;
  min-height: 76px;
  margin-left: auto;
  line-height: 76px !important;
}

.chestia-commerce-order-tracking .chestia-commerce-content {
  padding-top: 92px;
}

.chestia-commerce-order-tracking .woocommerce > p:first-child {
  max-width: 1500px;
  margin: 0 auto 56px;
  color: #4f5a63;
  font-size: 22px;
  line-height: 1.7;
}

.chestia-commerce-order-tracking .track_order {
  width: min(990px, 100%);
  margin: 0 auto 92px;
  padding: 54px 76px;
  background: var(--chestia-checkout-panel);
}

.chestia-commerce-order-tracking .track_order > p:first-child {
  margin: 0 0 28px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.chestia-commerce-order-tracking .track_order .form-row-first,
.chestia-commerce-order-tracking .track_order .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 0 22px !important;
}

.chestia-commerce-order-tracking .track_order input.input-text {
  min-height: 68px;
  padding: 0 24px !important;
  border-radius: 12px !important;
}

.chestia-commerce-order-tracking .track_order .button {
  width: min(385px, 100%) !important;
  min-height: 61px;
  margin-left: auto;
  line-height: 61px !important;
}

.chestia-commerce-showcase {
  padding-top: 18px !important;
}

@media (max-width: 1199px) {
  .chestia-step-list {
    gap: 56px;
  }

  .chestia-step-list li:not(:last-child):after {
    left: calc(100% + 4px);
    width: 46px;
  }

  .chestia-commerce-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 991px) {
  .chestia-commerce-cart .woocommerce-cart-form table.cart td.actions,
  .chestia-commerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
    flex-direction: column;
  }

  .chestia-commerce-cart .woocommerce-cart-form table.cart td.actions > .button {
    margin-left: 0;
  }

  .chestia-commerce-cart .cart_totals table.shop_table th,
  .chestia-commerce-cart .cart_totals table.shop_table td,
  .chestia-commerce-checkout #order_review {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

@media (max-width: 767px) {
  .chestia-step-list {
    display: flex;
    width: auto;
  }

  .chestia-step-list span {
    width: 92px;
    height: 92px;
    font-size: 28px;
  }

  .chestia-commerce-content .woocommerce-message,
  .chestia-commerce-content .woocommerce-info,
  .chestia-commerce-content .woocommerce-error {
    min-height: 0;
    padding: 22px 20px !important;
    font-size: 18px;
    line-height: 1.35;
  }

  .chestia-commerce-content .woocommerce-message .button,
  .chestia-commerce-content .woocommerce-info .button,
  .chestia-commerce-content .woocommerce-error .button {
    display: block;
    margin: 16px 0 0;
  }

  .chestia-commerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
    width: 100px !important;
    height: 88px !important;
  }

  .chestia-commerce-cart .woocommerce-cart-form table.cart td.product-price .amount,
  .chestia-commerce-cart .woocommerce-cart-form table.cart td.product-subtotal .amount {
    font-size: 22px;
  }

  .chestia-commerce-checkout .form-row-first,
  .chestia-commerce-checkout .form-row-last {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .chestia-commerce-order-tracking .track_order {
    padding: 34px 24px;
  }
}

@media (max-width: 580px) {
  .chestia-hero {
    min-height: 470px;
  }

  .chestia-hero p {
    font-size: 16px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* Schon fidelity pass: use the original template structure for header + home hero. */
.chestia-wrapper a {
  text-decoration: none;
}

.chestia-header .mt-bottom-bar {
  min-height: 74px;
  border-bottom: 0;
  background: #fff;
}

.chestia-header .mt-logo {
  margin: 20px 0 0 31px;
}

.chestia-header .mt-logo img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.chestia-header .mt-icon-list {
  margin: 19px 25px 0 0;
  padding: 0;
  list-style: none;
}

.chestia-header .mt-icon-list li {
  margin-left: 18px;
  list-style: none;
}

.chestia-header .mt-icon-list li > a {
  color: #101820;
  font-size: 31px;
}

#nav {
  float: right;
  margin-right: 40px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

#nav a {
  display: block;
  padding: 27px 24px 24px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#nav a:hover {
  color: #ff6060;
}

.chestia-demo-slider .holder {
  height: 731px;
  min-height: 731px;
  background: #f6f6f6;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.82) 42%, rgba(255,255,255,.05)),
    radial-gradient(ellipse at 18% 86%, rgba(237, 222, 151, .64) 0 19%, transparent 20%),
    radial-gradient(ellipse at 87% 40%, rgba(190, 218, 242, .82) 0 16%, transparent 17%);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.chestia-demo-slider .holder:before,
.chestia-demo-slider .holder:after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}

.chestia-demo-slider .holder:before {
  left: 1.3vw;
  width: 42vw;
  height: 690px;
  background:
    linear-gradient(#1b2330, #1b2330) 40% 0 / 4px 210px no-repeat,
    linear-gradient(105deg, transparent 0 17%, #d9a473 17% 31%, #f2d2b0 31% 48%, #bd7f51 48% 62%, transparent 62%) 36% 132px / 170px 260px no-repeat,
    radial-gradient(ellipse at 50% 100%, rgba(239,230,158,.96) 0 50%, transparent 51%) 0 383px / 100% 240px no-repeat;
}

.chestia-demo-slider .holder:after {
  right: 1.2vw;
  width: 36vw;
  height: 620px;
  background:
    linear-gradient(#1b2330, #1b2330) 70% 0 / 4px 234px no-repeat,
    linear-gradient(100deg, transparent 0 28%, #dfaa78 28% 42%, #f4d7b7 42% 55%, #b97f59 55% 66%, transparent 66%) 68% 142px / 135px 190px no-repeat,
    radial-gradient(ellipse at 50% 100%, rgba(197,220,242,.98) 0 49%, transparent 50%) 36% 304px / 92% 150px no-repeat,
    linear-gradient(#1b2330, #1b2330) 31% 0 / 3px 430px no-repeat,
    linear-gradient(100deg, transparent 0 31%, #e2b581 31% 45%, #f4d7b7 45% 57%, transparent 57%) 28% 365px / 78px 110px no-repeat,
    radial-gradient(ellipse at 50% 100%, rgba(218,219,227,.98) 0 49%, transparent 50%) 10% 454px / 48% 88px no-repeat;
}

.chestia-demo-slider .text {
  z-index: 3;
}

.chestia-demo-slider .text .title {
  color: #8b8b8b;
  font-family: Montserrat, sans-serif;
  letter-spacing: 10px;
}

.chestia-demo-slider .text h1,
.chestia-demo-slider .text h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.chestia-demo-slider .text h1 {
  color: #3f3f42;
  font-size: 72px;
}

.chestia-demo-slider .text h2 {
  color: #777;
  font-size: 64px;
}

.chestia-demo-slider .text .txt {
  color: #777;
  font-size: 18px;
  font-style: italic;
}

.chestia-demo-slider .shop {
  color: #777;
  background: transparent;
  border: 0;
}

.chestia-demo-slider .shop:before,
.chestia-demo-slider .shop:after {
  background: #777;
}

.chestia-promo-row {
  padding: 30px 0 12px;
  background: #fff;
}

.chestia-promo-card {
  display: block;
  min-height: 178px;
  margin-bottom: 24px;
  padding: 32px;
  background:
    linear-gradient(rgba(246,246,246,.82), rgba(246,246,246,.82)),
    linear-gradient(120deg, #e9e0d4, #f8f8f8);
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.chestia-promo-card strong {
  display: block;
  margin-top: 32px;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.chestia-promo-card span {
  display: inline-block;
  margin-top: 14px;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.chestia-showcase-row {
  padding: 30px 0 10px;
  background: #fff;
}

.chestia-showcase-grid {
  display: flex;
  align-items: stretch;
}

.chestia-showcase-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.chestia-showcase-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 26px;
  background: #f2f2f2;
  color: #7d7d84;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.chestia-showcase-card:hover {
  color: #7d7d84;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(34, 34, 34, .08);
  background: #f7f7f7;
}

.chestia-showcase-card-large {
  min-height: 596px;
  height: calc(100% - 26px);
}

.chestia-showcase-card-small {
  min-height: 279px;
  flex: 1 1 0;
}

.chestia-showcase-title {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 320px;
  color: #8a858b;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 9px;
  line-height: 1.3;
  text-transform: uppercase;
}

.chestia-showcase-price {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 26px;
  color: #8a858b;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.chestia-showcase-cta {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 58px;
  color: #777;
  font-family: Oxygen, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

.chestia-showcase-cta .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  font-size: 20px;
}

.chestia-showcase-colchones {
  padding: 52px 52px 36px;
}

.chestia-showcase-canapes {
  padding: 45px 45px 28px;
}

.chestia-showcase-bases {
  padding: 42px 45px 28px;
  text-align: right;
}

.chestia-showcase-bases .chestia-showcase-title {
  max-width: 360px;
  margin-left: auto;
  text-transform: none;
}

.chestia-showcase-bases .chestia-showcase-cta {
  margin-top: 118px;
}

.chestia-showcase-packs {
  padding: 45px 44px 36px;
}

.chestia-discount {
  position: absolute;
  z-index: 2;
  top: 124px;
  right: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #fff;
  background: #f1d73d;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.chestia-placeholder {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: transform .35s ease;
}

.chestia-showcase-card:hover .chestia-placeholder {
  transform: translateY(-8px) scale(1.02);
}

.chestia-placeholder-bed {
  left: 10%;
  right: 9%;
  bottom: 52px;
  height: 240px;
  background:
    linear-gradient(#d4b58f, #d4b58f) 12% 80% / 6% 38% no-repeat,
    linear-gradient(#d4b58f, #d4b58f) 88% 80% / 6% 38% no-repeat,
    linear-gradient(90deg, #dfc9ad, #f4e6d2) 50% 48% / 88% 22% no-repeat,
    linear-gradient(90deg, #b88658, #d6af86) 50% 62% / 82% 12% no-repeat,
    radial-gradient(ellipse at 50% 52%, rgba(255,255,255,.96) 0 47%, transparent 48%);
}

.chestia-placeholder-storage {
  right: 34px;
  bottom: 34px;
  width: 230px;
  height: 150px;
  background:
    linear-gradient(90deg, #9b6f45, #c99968) 24% 18% / 54% 12% no-repeat,
    linear-gradient(90deg, #d9b886, #f0d4aa) 50% 40% / 72% 32% no-repeat,
    linear-gradient(90deg, #9a6b43, #b47d4e) 50% 70% / 80% 18% no-repeat,
    linear-gradient(#8c623f, #8c623f) 16% 84% / 8% 28% no-repeat,
    linear-gradient(#8c623f, #8c623f) 84% 84% / 8% 28% no-repeat;
}

.chestia-placeholder-base {
  left: 34px;
  bottom: 22px;
  width: 300px;
  height: 118px;
  background:
    linear-gradient(90deg, #d95045, #f0d343, #9fbe75, #cfd2d6) 50% 52% / 88% 34% no-repeat,
    linear-gradient(90deg, #b83a36, #d8b430, #7ea45e, #b0b5bd) 50% 74% / 82% 18% no-repeat;
  filter: saturate(.92);
}

.chestia-placeholder-pack {
  left: 9%;
  right: 9%;
  bottom: 50px;
  height: 360px;
  background:
    linear-gradient(#5e7667, #5e7667) 50% 0 / 5px 170px no-repeat,
    radial-gradient(ellipse at 50% 100%, #6f8d79 0 49%, transparent 50%) 50% 142px / 78% 192px no-repeat,
    linear-gradient(90deg, #d8c2a5, #fff1dc) 50% 88% / 92% 16% no-repeat,
    linear-gradient(90deg, #927a62, #c5a17b) 50% 97% / 82% 10% no-repeat;
}

@media (max-width: 991px) {
  .chestia-showcase-grid {
    display: block;
  }

  .chestia-showcase-card-large,
  .chestia-showcase-card-small {
    min-height: 360px;
    height: auto;
  }

  .chestia-showcase-bases .chestia-showcase-cta {
    margin-top: 58px;
  }
}

@media (max-width: 580px) {
  .chestia-showcase-title {
    font-size: 22px;
    letter-spacing: 5px;
  }

  .chestia-showcase-colchones,
  .chestia-showcase-canapes,
  .chestia-showcase-bases,
  .chestia-showcase-packs {
    padding: 32px 26px;
  }

  .chestia-discount {
    width: 112px;
    height: 112px;
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  #nav {
    float: none;
    clear: both;
    display: none;
    margin: 0;
  }

  #nav.is-open {
    display: block;
  }

  #nav li {
    display: block;
  }

  #nav a {
    padding: 14px 0;
    border-top: 1px solid var(--chestia-line);
  }

  .chestia-demo-slider .holder {
    height: 620px;
    min-height: 620px;
  }

  .chestia-demo-slider .holder:before,
  .chestia-demo-slider .holder:after {
    opacity: .42;
  }
}

@media (max-width: 580px) {
  .chestia-demo-slider .holder {
    height: 560px;
    min-height: 560px;
  }

  .chestia-demo-slider .text h1 {
    font-size: 44px;
  }

  .chestia-demo-slider .text h2 {
    font-size: 34px;
  }
}

/* Header and hero hard reset after visual QA. */
body.home #wrapper,
body.home .chestia-wrapper {
  overflow-x: hidden;
}

.chestia-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

.chestia-top-strip {
  width: 100%;
  height: 34px;
  background: #3c9692;
  color: #fff;
}

.chestia-top-strip-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1500px, calc(100vw - 48px));
  height: 34px;
  margin: 0 auto;
}

.chestia-social-links {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-self: start;
}

.chestia-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #fff;
  opacity: .94;
  transition: opacity .18s ease, transform .18s ease;
}

.chestia-social-links a:hover {
  opacity: .78;
  transform: translateY(-1px);
}

.chestia-social-links svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.chestia-top-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  justify-self: center;
  color: #fff;
}

.chestia-top-message p {
  margin: 0;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 34px;
  text-transform: uppercase;
}

.chestia-top-arrow {
  color: rgba(255,255,255,.82);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.chestia-top-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  color: #fff;
}

.chestia-top-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  opacity: .94;
  transition: opacity .18s ease, transform .18s ease;
}

.chestia-top-contact-icon:hover,
.chestia-top-contact-icon:focus,
.chestia-top-phone:hover,
.chestia-top-phone:focus {
  color: #fff;
  opacity: .78;
  transform: translateY(-1px);
}

.chestia-top-contact-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.chestia-top-phone {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1.2px;
  white-space: nowrap;
  transition: opacity .18s ease, transform .18s ease;
}

.chestia-header .mt-bottom-bar {
  min-height: 74px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.chestia-header .container-fluid,
.chestia-header .row,
.chestia-header .col-xs-12 {
  min-height: 74px;
}

.chestia-header .col-xs-12 {
  display: flex !important;
  align-items: center !important;
  gap: 28px;
}

.chestia-header .mt-logo {
  float: none !important;
  flex: 0 0 auto;
  order: 1;
  margin: 0 0 0 112px !important;
  padding: 0 !important;
}

.chestia-header .mt-logo a {
  display: block;
  padding: 0;
}

.chestia-header .mt-logo img {
  display: block;
  width: auto !important;
  max-width: none;
  height: 64px;
  object-fit: contain;
}

.chestia-header #nav {
  float: none !important;
  order: 2;
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.chestia-header #nav ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.chestia-header #nav li {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.chestia-header #nav a {
  display: block !important;
  padding: 10px 0 !important;
  color: #111 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.chestia-header #nav a:hover {
  color: var(--chestia-brand) !important;
}

.chestia-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100vw;
  min-height: 356px;
  padding: 0;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 18, 22, .08);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
  pointer-events: none;
}

.chestia-header.is-mega-open .chestia-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.chestia-mega-inner {
  width: min(1080px, calc(100vw - 48px));
  min-height: 300px;
  margin: 0 auto;
  padding: 44px 0 44px;
}

.chestia-mega-panels {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 250px;
}

.chestia-mega-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}

.chestia-mega-panel.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.chestia-mega-columns {
  min-height: 220px;
}

.chestia-mega-groups,
.chestia-mega-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-mega-groups {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
}

.chestia-mega-group,
.chestia-mega-all,
.chestia-mega-submenu li {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.chestia-mega-group {
  position: relative;
  width: 310px;
}

.chestia-mega-group::after {
  content: none;
}

.chestia-mega-group > a,
.chestia-mega-all > a,
.chestia-mega-submenu a {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.18;
  text-transform: uppercase;
  transition: color .18s ease;
}

.chestia-mega-group > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}

.chestia-mega-arrow {
  color: #777;
  font-size: 24px;
  font-weight: 400;
  line-height: .8;
}

.chestia-mega-group:hover > a,
.chestia-mega-group.is-active-group > a,
.chestia-mega-group.is-default > a,
.chestia-mega-all > a {
  font-weight: 700;
}

.chestia-mega-group:hover > a,
.chestia-mega-group.is-active-group > a,
.chestia-mega-group:hover .chestia-mega-arrow,
.chestia-mega-group.is-active-group .chestia-mega-arrow,
.chestia-mega-all > a:hover,
.chestia-mega-all > a:focus,
.chestia-mega-submenu a:hover,
.chestia-mega-submenu a:focus {
  color: var(--chestia-brand);
}

.chestia-mega-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 440px;
  z-index: 2;
  width: 380px;
  min-height: 136px;
  padding: 0 0 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(10px, 0, 0);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}

.chestia-mega-group.is-default .chestia-mega-submenu,
.chestia-mega-group.is-active-group .chestia-mega-submenu,
.chestia-mega-group:hover .chestia-mega-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.chestia-mega-submenu li {
  width: 100%;
}

.chestia-mega-submenu a {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.chestia-mega-groups:hover .chestia-mega-group.is-default:not(:hover):not(.is-active-group) .chestia-mega-submenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(10px, 0, 0);
}

.chestia-mega-panel.has-active-group .chestia-mega-group.is-default:not(.is-active-group) .chestia-mega-submenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(10px, 0, 0);
  pointer-events: none;
}

.chestia-mega-all {
  margin-top: 28px;
}

.chestia-header .mt-icon-list {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  order: 3;
  flex: 0 0 auto;
  gap: 18px;
  margin: 0 92px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.chestia-header .mt-icon-list li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.chestia-header .mt-icon-list li.hidden-lg.hidden-md {
  display: none !important;
}

.chestia-header .mt-icon-list a {
  position: relative;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  color: #101820 !important;
  font-size: 30px !important;
  line-height: 32px !important;
  text-align: center;
}

.chestia-header .mt-icon-list .chestia-cart-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.chestia-header .mt-icon-list .chestia-header-contact-link,
.chestia-header .mt-icon-list .chestia-header-blog-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.chestia-header .mt-icon-list .chestia-header-contact-icon,
.chestia-header .mt-icon-list .chestia-header-blog-icon {
  display: block;
  width: 30px;
  height: 30px;
  overflow: visible;
}

.chestia-header .mt-icon-list .chestia-cart-icon {
  display: block;
  width: 30px;
  height: 30px;
  overflow: visible;
}

.chestia-header .mt-icon-list .chestia-cart-icon path,
.chestia-header .mt-icon-list .chestia-header-contact-icon path,
.chestia-header .mt-icon-list .chestia-header-blog-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chestia-header .mt-icon-list .chestia-cart-link:hover,
.chestia-header .mt-icon-list .chestia-header-contact-link:hover,
.chestia-header .mt-icon-list .chestia-header-blog-link:hover {
  color: var(--chestia-brand) !important;
}

.chestia-header .mt-icon-list .num {
  position: absolute !important;
  right: -9px !important;
  bottom: -2px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  border-radius: 50%;
  color: #fff !important;
  background: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.chestia-header .side-opener .bar,
.chestia-header .mobile-toggle .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background: #111;
}

.chestia-demo-slider,
.chestia-demo-slider .slider,
.chestia-demo-slider .slick-list,
.chestia-demo-slider .slick-track {
  width: 100% !important;
}

.chestia-demo-slider {
  position: relative;
  background: #f6f6f6;
}

.chestia-demo-slider .chestia-hero-slider {
  position: relative;
  width: 100% !important;
  height: 585px !important;
  min-height: 585px !important;
  overflow: hidden;
}

.chestia-demo-slider .holder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 585px !important;
  min-height: 585px !important;
  padding: 0 !important;
  background: #f6f6f6 !important;
  overflow: hidden !important;
}

.chestia-demo-slider .chestia-hero-slider > .holder {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(26px);
  transition: opacity .75s ease, transform .75s ease, visibility .75s ease;
  z-index: 1;
}

.chestia-demo-slider .chestia-hero-slider > .holder.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

.chestia-demo-slider .slick-list,
.chestia-demo-slider .slick-track,
.chestia-demo-slider .slick-slide {
  height: 585px !important;
}

.chestia-demo-slider .slick-slide > div,
.chestia-demo-slider .slick-slide .holder {
  height: 585px !important;
}

.chestia-demo-slider .chestia-slide-1 {
  background:
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.58) 42%, rgba(255,255,255,.16) 100%),
    url("../images/home/slider/home-slider-dormitorio.jpg") center center / cover no-repeat !important;
}

.chestia-demo-slider .chestia-slide-2 {
  background:
    linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.7) 42%, rgba(255,255,255,.22) 100%),
    url("../images/home/slider/home-slider-colchon.jpg") center center / cover no-repeat !important;
}

.chestia-demo-slider .chestia-slide-3 {
  background:
    linear-gradient(90deg, rgba(246,246,246,.95), rgba(246,246,246,.98)),
    radial-gradient(ellipse at 74% 72%, rgba(222,222,222,.72) 0 26%, transparent 27%) !important;
}

.chestia-demo-slider .holder:before,
.chestia-demo-slider .holder:after {
  display: none !important;
  content: none !important;
}

.chestia-demo-slider .container {
  position: relative;
  z-index: 3;
}

.chestia-demo-slider .text.centerize {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: min(860px, 92vw) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}

.chestia-demo-slider .text.right,
.chestia-demo-slider .text.left {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: min(760px, 48vw) !important;
  padding: 0 20px !important;
  text-align: center !important;
}

.chestia-demo-slider .text.right {
  margin: 0 4vw 0 auto !important;
}

.chestia-demo-slider .text.left {
  margin: 0 auto 0 4vw !important;
}

.chestia-hero-art {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
  opacity: .96;
  transition: transform .75s ease .08s, opacity .75s ease .08s;
}

.chestia-slide:not(.is-active) .chestia-hero-art {
  opacity: 0;
  transform: translateX(-24px);
}

.chestia-hero-art-daybed {
  display: none;
}

.chestia-hero-art-canape {
  right: 4vw;
  bottom: 64px;
  width: min(720px, 48vw);
  height: 410px;
  background:
    radial-gradient(ellipse at 55% 94%, rgba(0,0,0,.1) 0 42%, transparent 43%),
    linear-gradient(110deg, transparent 0 20%, #b8874f 20% 32%, #d8b179 32% 45%, #8c6038 45% 53%, transparent 53%) 34% 9% / 42% 86% no-repeat,
    repeating-linear-gradient(78deg, rgba(255,255,255,.84) 0 8px, rgba(255,255,255,0) 8px 22px) 66% 18% / 47% 67% no-repeat,
    radial-gradient(ellipse at 78% 42%, rgba(176,132,84,.34) 0 21%, transparent 22%);
  filter: drop-shadow(0 26px 24px rgba(0,0,0,.08));
}

.chestia-demo-slider .text .title {
  display: block !important;
  margin: 0 0 20px !important;
  color: #8b8b8b !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 10px !important;
  line-height: 1.4 !important;
}

.chestia-demo-slider .text h1,
.chestia-demo-slider .text h2 {
  margin: 0 !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
}

.chestia-demo-slider .text h1 {
  color: #3f3f42 !important;
  font-size: clamp(54px, 6.8vw, 92px) !important;
}

.chestia-demo-slider .text h2 {
  color: #777 !important;
  font-size: clamp(36px, 5.2vw, 70px) !important;
}

.chestia-demo-slider .text .txt {
  max-width: 620px !important;
  margin: 26px auto 0 !important;
  color: #777 !important;
  font-size: 18px !important;
  font-style: italic !important;
  line-height: 1.45 !important;
}

.chestia-demo-slider .shop {
  position: relative !important;
  display: inline-block !important;
  min-height: 0 !important;
  margin-top: 74px !important;
  padding: 0 50px !important;
  border: 0 !important;
  color: #777 !important;
  background: transparent !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.chestia-demo-slider .shop:before,
.chestia-demo-slider .shop:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #777;
}

.chestia-demo-slider .shop:before {
  left: 0;
}

.chestia-demo-slider .shop:after {
  right: 0;
}

.chestia-demo-slider .slick-dots,
.chestia-demo-slider .chestia-hero-dots {
  bottom: 30px !important;
  z-index: 5;
}

.chestia-demo-slider .chestia-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-demo-slider .slick-dots li,
.chestia-demo-slider .chestia-hero-dots li {
  width: 18px !important;
  height: 18px !important;
  margin: 0 5px !important;
  border: 2px solid #c8c8c8 !important;
  border-radius: 50%;
  background: transparent !important;
  list-style: none;
}

.chestia-demo-slider .slick-dots li.slick-active,
.chestia-demo-slider .slick-dots li:hover,
.chestia-demo-slider .chestia-hero-dots li.is-active,
.chestia-demo-slider .chestia-hero-dots li:hover {
  border-color: #8c8c8c !important;
}

.chestia-demo-slider .slick-dots button {
  display: none !important;
}

.chestia-demo-slider .chestia-hero-dots button {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.chestia-reveal {
  --chestia-reveal-delay: 0ms;
  opacity: 0;
  transition:
    opacity .78s ease var(--chestia-reveal-delay),
    transform .78s cubic-bezier(.22, .61, .36, 1) var(--chestia-reveal-delay),
    filter .78s ease var(--chestia-reveal-delay);
  will-change: opacity, transform;
}

.chestia-reveal-up {
  transform: translate3d(0, 46px, 0);
}

.chestia-reveal-left {
  transform: translate3d(-54px, 0, 0);
}

.chestia-reveal-right {
  transform: translate3d(54px, 0, 0);
}

.chestia-reveal-soft {
  transform: translate3d(0, 24px, 0) scale(.985);
  filter: blur(1px);
}

.chestia-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: none;
}

.chestia-banner-frame .chestia-banner.chestia-reveal.is-visible:hover {
  transform: translateY(-4px);
}

.chestia-product-card.chestia-reveal.is-visible:hover .chestia-product-image {
  transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
  .chestia-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .chestia-instagram-section.chestia-reveal h2,
  .chestia-instagram-section.chestia-reveal .chestia-instagram-card.is-active,
  .chestia-instagram-section.chestia-reveal .chestia-instagram-button {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }

  .chestia-category-seo-aside.chestia-reveal li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 1200px) {
  .chestia-header #nav ul {
    gap: 26px;
  }

  .chestia-header #nav a {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .chestia-top-strip {
    height: auto;
  }

  .chestia-top-strip-inner {
    grid-template-columns: 1fr;
    gap: 6px;
    height: auto;
    padding: 7px 0 9px;
  }

  .chestia-social-links {
    justify-self: center;
    gap: 20px;
  }

  .chestia-top-contact {
    justify-self: center;
    gap: 10px;
  }

  .chestia-top-message {
    gap: 20px;
  }

  .chestia-top-message p {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .chestia-header .col-xs-12 {
    flex-wrap: wrap;
    gap: 0;
  }

  .chestia-header .mt-logo {
    margin-left: 18px !important;
  }

  .chestia-header .mt-icon-list {
    margin-left: auto !important;
  }

  .chestia-header .mt-icon-list li.hidden-lg.hidden-md {
    display: block !important;
  }

  .chestia-header #nav {
    display: none !important;
    flex: 0 0 100%;
    order: 4;
    padding: 12px 20px 18px !important;
  }

  .chestia-header #nav.is-open {
    display: block !important;
  }

  .chestia-header #nav ul {
    display: block !important;
  }

  .chestia-header #nav a {
    line-height: 42px !important;
    text-align: left;
  }
}

@media (max-width: 580px) {
  .chestia-demo-slider .holder {
    height: 520px !important;
    min-height: 520px !important;
  }

  .chestia-demo-slider .text .title {
    font-size: 12px !important;
    letter-spacing: 5px !important;
  }

  .chestia-demo-slider .text .txt {
    font-size: 15px !important;
  }

  .chestia-demo-slider .text.right,
  .chestia-demo-slider .text.left {
    width: 92vw !important;
    margin: 0 auto !important;
  }
}

/* Exact Schon banner-frame layout for the category block below the hero. */
.chestia-showcase-row {
  padding: 28px 0 34px !important;
  background: #fff !important;
}

.chestia-showcase-row .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: 1500px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-banner-frame.banner-frame {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 27px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.chestia-banner-frame .banner-1,
.chestia-banner-frame .banner-2,
.chestia-banner-frame .banner-3,
.chestia-banner-frame .banner-4,
.chestia-banner-frame .banner-box.first {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.chestia-banner-frame .banner-box.first {
  display: grid !important;
  grid-template-rows: 1fr 1fr;
  gap: 26px;
}

.chestia-banner-frame .chestia-banner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  color: #878787;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.chestia-banner-frame .chestia-banner:hover {
  color: #878787;
  background: #f6f6f6;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .08);
}

.chestia-banner-frame .banner-1,
.chestia-banner-frame .banner-4 {
  height: 596px;
}

.chestia-banner-frame .banner-2,
.chestia-banner-frame .banner-3 {
  height: 279px;
}

.chestia-banner-frame .holder {
  position: relative;
  display: block !important;
  padding: 51px 52px 34px !important;
  z-index: 3;
}

.chestia-banner-frame .holder:before {
  display: none !important;
  content: none !important;
}

.chestia-banner-frame h2 {
  max-width: 360px;
  margin: 0 !important;
  color: #05080b !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 10px !important;
  line-height: 1.32 !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px rgba(255,255,255,.75), 0 6px 18px rgba(255,255,255,.42);
}

.chestia-banner-frame .banner-3 h2 {
  max-width: 390px;
  margin-left: auto !important;
  text-transform: none !important;
}

.chestia-banner-frame .price {
  display: block;
  padding: 31px 0 0 !important;
  color: #05080b !important;
  font-family: Oxygen, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -1px;
  text-shadow: 0 1px 2px rgba(255,255,255,.8), 0 5px 14px rgba(255,255,255,.42);
}

.chestia-banner-frame .txts {
  display: block;
  margin-top: 60px;
}

.chestia-banner-frame .btn-shop,
.chestia-banner-frame .shop {
  color: #05080b !important;
  font-family: Oxygen, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
  transition: color .25s ease;
  text-shadow: 0 1px 2px rgba(255,255,255,.8), 0 5px 14px rgba(255,255,255,.42);
}

.chestia-banner-frame .btn-shop {
  margin: 0 !important;
}

.chestia-banner-frame .btn-shop .fa {
  width: 42px !important;
  height: 42px !important;
  margin-left: 14px;
  border-color: #05080b !important;
  border-radius: 50%;
  color: #05080b !important;
  font-size: 24px !important;
  line-height: 39px !important;
}

.chestia-banner-frame .btn-shop:hover,
.chestia-banner-frame .btn-shop:hover span,
.chestia-banner-frame .btn-shop:hover .fa,
.chestia-banner-frame .shop:hover {
  color: #3c9692 !important;
  border-color: #3c9692 !important;
}

.chestia-banner-frame .discount {
  position: absolute !important;
  top: 123px !important;
  right: 47px !important;
  float: none !important;
  width: 160px !important;
  height: 160px !important;
  background: #efd735 !important;
  font-size: 46px !important;
  line-height: 1 !important;
}

.chestia-banner-frame .discount span {
  padding: 55px 0 0 !important;
}

.chestia-banner-frame .chestia-banner-colchones .discount {
  top: 300px !important;
  right: 32px !important;
  bottom: auto !important;
  width: 132px !important;
  height: 132px !important;
  font-size: 38px !important;
}

.chestia-banner-frame .chestia-banner-colchones .discount span {
  padding: 46px 0 0 !important;
}

.chestia-banner-frame .shop {
  right: 45px !important;
  bottom: 48px !important;
}

.chestia-banner-visual {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  transition: transform .35s ease;
}

.chestia-banner:hover .chestia-banner-visual {
  transform: translateY(-8px) scale(1.015);
}

.chestia-banner-visual-colchones {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(245, 245, 245, .76) 0%, rgba(245, 245, 245, .28) 45%, rgba(245, 245, 245, .04) 100%),
    var(--chestia-banner-image, url("../images/home/category-cards/colchones/colchon-poseidon-dormitorio-chestia.jpg")) center center / cover no-repeat;
}

.chestia-banner-visual-canapes {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background:
    url("../images/home/category-cards/canapes-abatibles/canape-abatible-card-v4.jpg") right center / cover no-repeat;
}

.chestia-banner-visual-bases {
  inset: 0;
  width: auto;
  height: auto;
  opacity: .82;
  background:
    linear-gradient(90deg, rgba(242,242,242,.88) 0%, rgba(242,242,242,.42) 46%, rgba(242,242,242,.08) 100%),
    url("../images/home/category-cards/bases-tapizadas/base-tapizada-card.jpg") center center / cover no-repeat;
}

.chestia-banner-visual-packs {
  inset: 0;
  height: auto;
  opacity: .72;
  background:
    linear-gradient(rgba(246,246,246,.34), rgba(246,246,246,.08)),
    url("../images/home/category-cards/packs/packs-canape-zeus.jpg") center bottom / cover no-repeat;
}

.chestia-banner-packs .holder {
  background: transparent !important;
}

.chestia-banner-packs .holder:before {
  display: none !important;
  content: none !important;
}

@media (max-width: 1199px) {
  .chestia-showcase-row .container {
    width: min(1170px, calc(100vw - 30px)) !important;
  }

  .chestia-banner-frame h2 {
    font-size: 24px !important;
    letter-spacing: 7px !important;
  }
}

@media (max-width: 991px) {
  .chestia-banner-frame.banner-frame {
    display: block !important;
  }

  .chestia-banner-frame .banner-1,
  .chestia-banner-frame .banner-2,
  .chestia-banner-frame .banner-3,
  .chestia-banner-frame .banner-4 {
    height: 360px;
    margin-bottom: 24px !important;
  }

  .chestia-banner-frame .banner-box.first {
    display: block !important;
  }
}

/* Editorial brand block above the home service strip. */
.chestia-home-about {
  position: relative;
  padding: 60px 0 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, rgba(60, 150, 146, .18) 0%, rgba(238, 248, 247, .98) 46%, rgba(247, 252, 251, 1) 100%);
}

.chestia-home-about:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(60, 150, 146, 0), rgba(60, 150, 146, .48), rgba(60, 150, 146, 0));
}

.chestia-home-about .container {
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 600px);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
}

.chestia-home-about-copy {
  max-width: 590px;
}

.chestia-home-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.chestia-home-about-kicker:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: rgba(60, 150, 146, .45);
}

.chestia-home-about-copy h2 {
  margin: 0;
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-size: clamp(32px, 2.55vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.chestia-home-about-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #5d6d75;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.82;
}

.chestia-home-about-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 30px;
  border: 1px solid #3c9692;
  border-radius: 4px;
  background: linear-gradient(135deg, #3c9692 0%, #2f817d 100%);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease,
    transform .28s cubic-bezier(.22, .61, .36, 1),
    box-shadow .28s ease;
}

.chestia-home-about-button:before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -42%;
  width: 34%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .34), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    left .58s cubic-bezier(.22, .61, .36, 1),
    opacity .22s ease;
}

.chestia-home-about-button:after {
  content: ">";
  display: inline-block;
  margin-left: 0;
  max-width: 0;
  overflow: hidden;
  color: currentColor;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    margin-left .24s ease,
    max-width .24s ease,
    opacity .24s ease,
    transform .24s ease;
}

.chestia-home-about-button:hover,
.chestia-home-about-button:focus {
  border-color: #2f817d;
  background: #fff;
  color: #2f817d;
  box-shadow: 0 18px 36px rgba(60, 150, 146, .24);
  transform: translateY(-4px);
}

.chestia-home-about-button:hover:before,
.chestia-home-about-button:focus:before {
  left: 112%;
  opacity: 1;
}

.chestia-home-about-button:hover:after,
.chestia-home-about-button:focus:after {
  margin-left: 12px;
  max-width: 16px;
  opacity: 1;
  transform: translateX(0);
}

.chestia-home-about-media {
  position: relative;
  width: min(100%, 600px);
  justify-self: end;
  padding: 0 0 58px;
  border-radius: 8px;
}

.chestia-home-about-media:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 29px;
  width: 48%;
  height: 1px;
  background: rgba(60, 150, 146, .42);
}

.chestia-home-about-image {
  overflow: hidden;
  border: 1px solid rgba(60, 150, 146, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(31, 45, 52, .13);
}

.chestia-home-about-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 620;
  object-fit: cover;
}

.chestia-home-about-facts {
  position: absolute;
  right: 24px;
  bottom: 12px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(60, 150, 146, .18);
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(31, 45, 52, .1);
}

.chestia-home-about-facts span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  border-right: 1px solid rgba(60, 150, 146, .14);
  background: transparent;
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: none;
}

.chestia-home-about-facts span:last-child {
  border-right: 0;
}

/* Trust/service strip below the home category cards. */
.chestia-trust-row {
  position: relative;
  margin-top: 0;
  padding: 58px 0 56px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .2) 44%),
    #f5fbfa;
}

.chestia-trust-row:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(60, 150, 146, 0), rgba(60, 150, 146, .48), rgba(60, 150, 146, 0));
}

.chestia-trust-row .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: 1500px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  align-items: start;
}

.chestia-trust-item {
  min-height: 182px;
  text-align: center;
}

.chestia-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 92px;
  margin: 0 0 20px;
  color: #05080b;
}

.chestia-trust-icon-spain {
  width: 118px;
  height: 92px;
}

.chestia-trust-icon-truck {
  width: 126px;
  height: 92px;
}

.chestia-trust-icon-badge {
  width: 108px;
  height: 96px;
  margin-bottom: 12px;
}

.chestia-trust-icon-calendar {
  width: 108px;
  height: 96px;
}

.chestia-trust-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.chestia-trust-icon path,
.chestia-trust-icon rect,
.chestia-trust-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chestia-trust-icon-spain path,
.chestia-trust-icon-badge .badge-ring,
.chestia-trust-icon-badge .badge-ribbon,
.chestia-trust-icon-badge .badge-ribbon-end {
  fill: currentColor;
  stroke: none;
}

.chestia-trust-icon-truck path:nth-child(1),
.chestia-trust-icon-truck path:nth-child(2) {
  fill: currentColor;
  stroke: none;
}

.chestia-trust-icon-truck path:nth-child(3) {
  fill: #fff;
  stroke: none;
}

.chestia-trust-icon-truck circle {
  fill: currentColor;
  stroke: none;
}

.chestia-trust-icon-truck path:nth-child(n+6) {
  fill: none;
  stroke: currentColor;
  stroke-width: 5.5;
}

.chestia-trust-icon-badge circle {
  fill: #fff;
  stroke: currentColor;
  stroke-width: 4;
}

.chestia-trust-icon text {
  fill: currentColor;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.chestia-trust-icon-badge .badge-number {
  fill: currentColor;
  font-size: 47px;
  font-weight: 900;
}

.chestia-trust-icon-badge .badge-top,
.chestia-trust-icon-badge .badge-years {
  fill: currentColor;
  font-size: 7px;
  font-weight: 800;
}

.chestia-trust-icon-badge .badge-bottom {
  fill: #fff;
  font-size: 6px;
  font-weight: 800;
}

.chestia-trust-icon-calendar text {
  font-size: 40px;
  font-weight: 800;
}

.chestia-trust-item h2 {
  margin: 0;
  color: #05080b;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.chestia-trust-item h2 strong {
  font-weight: 700;
}

.chestia-trust-item p {
  margin: 8px 0 0;
  color: #4b4b4b;
  font-family: Oxygen, sans-serif;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .chestia-home-about {
    padding: 54px 0 52px;
  }

  .chestia-home-about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .chestia-home-about-copy {
    max-width: 760px;
  }

  .chestia-home-about-media {
    justify-self: stretch;
    width: 100%;
    max-width: 720px;
    padding-bottom: 68px;
  }

  .chestia-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }
}

@media (max-width: 580px) {
  .chestia-home-about {
    padding: 44px 0 40px;
  }

  .chestia-home-about .container {
    width: min(100% - 28px, 1400px) !important;
  }

  .chestia-home-about-copy h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .chestia-home-about-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .chestia-home-about-button {
    width: 100%;
  }

  .chestia-home-about-media {
    padding: 0;
  }

  .chestia-home-about-media:before {
    display: none;
  }

  .chestia-home-about-facts {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 12px;
    border-radius: 7px;
  }

  .chestia-home-about-facts span {
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid rgba(60, 150, 146, .14);
  }

  .chestia-home-about-facts span:last-child {
    border-bottom: 0;
  }

  .chestia-trust-row {
    margin-top: 0;
    padding: 28px 0 42px;
  }

  .chestia-trust-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.chestia-shop-look-section {
  padding: 78px 0 42px;
  background: #fff;
}

.chestia-shop-look-section .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: 1500px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-shop-look-heading {
  margin: 0 auto 30px;
  text-align: center;
}

.chestia-shop-look-heading span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-shop-look-heading span:before,
.chestia-shop-look-heading span:after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(60, 150, 146, .4);
}

.chestia-shop-look-heading h2 {
  margin: 0;
  color: #27313b;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.22;
}

.chestia-shop-look-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4f4;
  box-shadow: 0 24px 60px rgba(33, 44, 54, .13);
}

.chestia-shop-look-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .08), transparent 26%, rgba(0, 0, 0, .08));
  pointer-events: none;
}

.chestia-shop-look-image {
  display: block;
  width: 100%;
  height: auto;
}

.chestia-shop-look-hotspot {
  position: absolute;
  z-index: 3;
}

.chestia-shop-look-hotspot-poseidon {
  top: 42%;
  left: 47%;
}

.chestia-shop-look-hotspot-canape {
  top: 76%;
  left: 59%;
}

.chestia-shop-look-dot {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(60, 150, 146, .18);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.chestia-shop-look-dot:before,
.chestia-shop-look-dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(60, 150, 146, .48);
  border-radius: 50%;
  animation: chestiaHotspotPulse 2.15s ease-out infinite;
}

.chestia-shop-look-dot:after {
  animation-delay: .72s;
}

.chestia-shop-look-dot span {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #3c9692;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
}

@keyframes chestiaHotspotPulse {
  0% {
    opacity: .85;
    transform: scale(.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

.chestia-shop-look-hotspot:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 136px;
  height: 1px;
  background: rgba(60, 150, 146, .72);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity .2s ease,
    transform .52s cubic-bezier(.22, .61, .36, 1);
}

.chestia-shop-look-hotspot:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -96px;
  width: 540px;
  height: 190px;
  background: transparent;
}

.chestia-shop-look-hotspot-poseidon:before {
  transform-origin: right center;
  translate: -186px -1px;
}

.chestia-shop-look-hotspot-poseidon:after {
  right: 18px;
}

.chestia-shop-look-hotspot-canape:before {
  translate: 34px -1px;
}

.chestia-shop-look-hotspot-canape:after {
  left: 18px;
}

.chestia-shop-look-card {
  position: absolute;
  z-index: 2;
  top: 0;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  width: 342px;
  padding: 17px;
  border: 1px solid rgba(60, 150, 146, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 48px rgba(24, 35, 42, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(.965);
  transition:
    opacity .28s ease .34s,
    transform .42s cubic-bezier(.22, .61, .36, 1) .34s;
}

.chestia-shop-look-hotspot-poseidon .chestia-shop-look-card {
  right: 186px;
  top: -76px;
}

.chestia-shop-look-hotspot-canape .chestia-shop-look-card {
  left: 186px;
  top: -72px;
}

.chestia-shop-look-hotspot:hover:before,
.chestia-shop-look-hotspot:focus-within:before,
.chestia-shop-look-hotspot.is-active:before {
  opacity: 1;
  transform: scaleX(1);
}

.chestia-shop-look-hotspot:hover .chestia-shop-look-card,
.chestia-shop-look-hotspot:focus-within .chestia-shop-look-card,
.chestia-shop-look-hotspot.is-active .chestia-shop-look-card {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.chestia-shop-look-card-media {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f7f7;
}

.chestia-shop-look-card-media img,
.chestia-shop-look-card-media .chestia-product-placeholder {
  display: block;
  width: 108px;
  height: 108px;
  object-fit: cover;
}

.chestia-shop-look-card-copy span {
  display: block;
  margin-bottom: 7px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-shop-look-card-copy h3 {
  margin: 0 0 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.chestia-shop-look-card-copy h3 a {
  color: #27313b;
}

.chestia-shop-look-card-copy p {
  margin: 0 0 12px;
  color: #5f696d;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.chestia-shop-look-card-copy .price,
.chestia-shop-look-card-copy .amount {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
}

.chestia-shop-look-card-copy .amount {
  color: #27313b;
  font-weight: 700;
}

.chestia-shop-look-card-button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: #3c9692;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-shop-look-card-button:hover,
.chestia-shop-look-card-button:focus {
  background: #2f7d79;
  color: #fff;
}

.chestia-shop-look-mobile-panel {
  display: none;
}

.chestia-shop-look-mobile-card {
  display: none;
}

@media (max-width: 991px) {
  .chestia-shop-look-section {
    padding: 58px 0 32px;
  }

  .chestia-shop-look-heading h2 {
    font-size: 29px;
  }

  .chestia-shop-look-hotspot-poseidon {
    top: 42%;
    left: 56%;
  }

  .chestia-shop-look-hotspot-canape {
    top: 68%;
    left: 55%;
  }

  .chestia-shop-look-card {
    display: none;
  }

  .chestia-shop-look-hotspot:before {
    display: none;
  }

  .chestia-shop-look-mobile-panel {
    display: block;
    padding: 14px;
    background: #fff;
  }

  .chestia-shop-look-mobile-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    border: 1px solid rgba(60, 150, 146, .22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(33, 44, 54, .1);
  }

  .chestia-shop-look-mobile-card.is-active {
    display: grid;
    animation: chestiaShopLookMobileIn .24s cubic-bezier(.22, .61, .36, 1);
  }

  @keyframes chestiaShopLookMobileIn {
    from {
      opacity: 0;
      transform: translate3d(0, 10px, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 640px) {
  .chestia-shop-look-section .container {
    width: min(100% - 30px, 1500px) !important;
  }

  .chestia-shop-look-heading {
    margin-bottom: 24px;
  }

  .chestia-shop-look-heading h2 {
    font-size: 25px;
  }

  .chestia-shop-look-heading span {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .chestia-shop-look-heading span:before,
  .chestia-shop-look-heading span:after {
    width: 26px;
  }

  .chestia-shop-look-frame {
    border-radius: 6px;
  }

  .chestia-shop-look-image {
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    object-position: 55% center;
  }

  .chestia-shop-look-dot {
    width: 34px;
    height: 34px;
  }

  .chestia-shop-look-hotspot-poseidon {
    top: 39%;
    left: 57%;
  }

  .chestia-shop-look-hotspot-canape {
    top: 66%;
    left: 55%;
  }
}

/* Schon product tabs block on the home page. */
.chestia-producttabs-section {
  padding: 72px 0 42px;
  background: #fff;
}

.chestia-producttabs-section .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: 1500px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-producttabs {
  position: relative;
}

.chestia-tabs-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.chestia-producttabs .producttabs {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-producttabs .producttabs li {
  display: block;
  margin: 0;
  padding: 0 38px;
  border-left: 1px solid #ddd;
  list-style: none;
}

.chestia-producttabs .producttabs li:first-child {
  padding-left: 0;
  border-left: 0;
}

.chestia-producttabs .producttabs a {
  display: block;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-producttabs .producttabs a.active,
.chestia-producttabs .producttabs a:hover {
  color: #28313c;
}

.chestia-tab-arrows {
  display: flex;
  align-items: center;
  width: 92px;
  height: 45px;
  padding: 5px;
  border-radius: 999px;
  background: #f0f0f0;
}

.chestia-tab-arrows .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  border-radius: 50%;
  color: #b9b9b9;
  background: #fff;
  font-size: 24px;
}

.chestia-producttabs-section .chestia-tab-arrows,
.chestia-producttabs-section .slick-arrow {
  display: none !important;
}

.chestia-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 66px 38px;
}

.chestia-product-tab-panel[hidden] {
  display: none !important;
}

.chestia-product-card {
  flex: 0 1 300px;
  float: none !important;
  width: 300px !important;
  max-width: 300px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
  text-align: left !important;
}

.chestia-product-link {
  display: block;
  color: #777;
  text-decoration: none;
}

.chestia-product-image {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0), rgba(242,242,242,.9), rgba(255,255,255,0)) 50% 74% / 84% 2px no-repeat,
    radial-gradient(ellipse at 50% 76%, rgba(238,238,238,.72) 0 34%, transparent 35%);
  transition: transform .3s ease, opacity .3s ease;
}

.chestia-product-image:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 150px;
  height: 86px;
  transform: translateX(-50%);
  border-radius: 26px 26px 8px 8px;
  background:
    linear-gradient(#ddd, #ddd) 17% 100% / 5px 42px no-repeat,
    linear-gradient(#ddd, #ddd) 83% 100% / 5px 42px no-repeat,
    linear-gradient(90deg, #e6e6e6, #f7f7f7);
}

.chestia-product-image:has(.chestia-card-image):before {
  display: none;
}

.chestia-card-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: opacity .28s ease, transform .32s ease;
}

.chestia-product-image .chestia-card-image,
.chestia-archive-product-media .chestia-card-image,
.chestia-related-media .chestia-card-image {
  object-fit: cover;
}

.chestia-product-card.post-1481 .chestia-product-image .chestia-card-image {
  object-position: 50% center;
}

.chestia-product-card.post-1453 .chestia-product-image .chestia-card-image {
  object-position: 50% center;
}

.chestia-card-image-poseidon.chestia-card-image-primary {
  object-position: 50% center;
  transform: scale(1);
}

.chestia-card-image-primary {
  opacity: 1;
  transform: scale(1);
}

.chestia-card-image-hover {
  opacity: 0;
  transform: scale(1.025);
}

.chestia-product-link:hover .chestia-product-image:has(.chestia-card-image-hover) .chestia-card-image-primary,
.chestia-archive-product-link:hover .chestia-archive-product-media:has(.chestia-card-image-hover) .chestia-card-image-primary,
.chestia-single-related-grid a:hover .chestia-related-media:has(.chestia-card-image-hover) .chestia-card-image-primary {
  opacity: 0;
  transform: scale(1.025);
}

.chestia-product-link:hover .chestia-product-image:has(.chestia-card-image-hover) .chestia-card-image-hover,
.chestia-archive-product-link:hover .chestia-archive-product-media:has(.chestia-card-image-hover) .chestia-card-image-hover,
.chestia-single-related-grid a:hover .chestia-related-media:has(.chestia-card-image-hover) .chestia-card-image-hover {
  opacity: 1;
  transform: scale(1);
}

.chestia-product-card:nth-child(2n) .chestia-product-image:before {
  width: 118px;
  height: 132px;
  border-radius: 12px;
  background:
    linear-gradient(#d9d0bd, #d9d0bd) 18% 100% / 5px 42px no-repeat,
    linear-gradient(#d9d0bd, #d9d0bd) 82% 100% / 5px 42px no-repeat,
    linear-gradient(90deg, #e7dcc6, #f8f1e6);
}

.chestia-product-card:nth-child(3n) .chestia-product-image:before {
  width: 154px;
  height: 74px;
  border-radius: 8px;
  background:
    linear-gradient(#c8ad85, #c8ad85) 17% 100% / 6px 38px no-repeat,
    linear-gradient(#c8ad85, #c8ad85) 83% 100% / 6px 38px no-repeat,
    linear-gradient(90deg, #e7d3b2, #f6e8cf);
}

.chestia-product-card:hover .chestia-product-image {
  opacity: .86;
  transform: translateY(-6px);
}

.chestia-product-stars {
  display: block;
  min-height: 18px;
  margin-bottom: 12px;
  color: #c8a760;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.chestia-product-title {
  display: block;
  min-height: 22px;
  margin-bottom: 13px;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.chestia-product-price {
  display: block;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.chestia-product-price .woocommerce-Price-amount,
.chestia-product-price .price {
  color: inherit;
}

@media (max-width: 1199px) {
  .chestia-product-grid {
    gap: 60px 34px;
  }

  .chestia-producttabs .producttabs a {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .chestia-tabs-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 580px) {
  .chestia-product-grid {
    gap: 42px 0;
  }

  .chestia-product-card {
    flex-basis: min(100%, 320px);
    width: min(100%, 320px) !important;
    max-width: 320px;
  }

  .chestia-producttabs .producttabs {
    flex-wrap: wrap;
    gap: 14px 0;
  }

  .chestia-producttabs .producttabs li {
    padding: 0 18px;
  }

  .chestia-producttabs .producttabs a {
    font-size: 18px;
  }
}

/* WooCommerce category archive, styled after the Schon shop pages. */
.chestia-shop-archive.chestia-shop {
  padding: 0;
  background: #fff;
}

.chestia-archive-hero {
  position: relative;
  overflow: hidden;
  height: 258px;
  min-height: 258px;
  background: #f3f3f3;
}

.chestia-archive-hero.has-category-image {
  background:
    linear-gradient(90deg, rgba(243, 243, 243, .94) 0%, rgba(243, 243, 243, .78) 42%, rgba(243, 243, 243, .34) 72%, rgba(243, 243, 243, .10) 100%),
    var(--chestia-archive-hero-image) center center / cover no-repeat;
}

.chestia-archive-hero.has-category-image.chestia-term-colchon-canape,
.chestia-archive-hero.has-category-image.chestia-term-colchon-canape-135x190,
.chestia-archive-hero.has-category-image.chestia-term-colchon-canape-150x190 {
  background:
    linear-gradient(90deg, rgba(243, 243, 243, .94) 0%, rgba(243, 243, 243, .78) 42%, rgba(243, 243, 243, .34) 72%, rgba(243, 243, 243, .10) 100%),
    var(--chestia-archive-hero-image) center 63% / cover no-repeat;
}

.chestia-archive-hero .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1500px, calc(100vw - 48px));
  max-width: 1500px;
  height: 258px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
}

.chestia-archive-hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 520px));
  padding-left: 0;
  margin-right: 0;
  text-align: center;
}

.chestia-archive-hero h1 {
  margin: 0 0 19px;
  color: #3a3d40;
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 3.6vw, 58px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-archive-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #8d8d8d;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.chestia-archive-breadcrumb a {
  color: #777;
}

.chestia-archive-breadcrumb a:hover {
  color: #3c9692;
}

.chestia-archive-breadcrumb .fa {
  color: #b8b8b8;
  font-size: 14px;
}

.chestia-archive-hero-art {
  position: absolute;
  right: 42px;
  bottom: -70px;
  z-index: 1;
  width: min(350px, 25vw);
  height: 282px;
  opacity: .82;
  background:
    radial-gradient(ellipse at 54% 96%, rgba(0,0,0,.07) 0 43%, transparent 44%),
    linear-gradient(#d2ad80, #d2ad80) 20% 52% / 5% 43% no-repeat,
    linear-gradient(#d2ad80, #d2ad80) 82% 52% / 5% 43% no-repeat,
    linear-gradient(#c79a66, #c79a66) 21% 100% / 4% 44% no-repeat,
    linear-gradient(#c79a66, #c79a66) 80% 100% / 4% 44% no-repeat,
    linear-gradient(100deg, rgba(215,180,135,.92), rgba(241,213,174,.92)) 50% 55% / 78% 14% no-repeat,
    linear-gradient(100deg, rgba(52,53,57,.78), rgba(28,29,32,.78)) 56% 15% / 42% 62% no-repeat;
  pointer-events: none;
}

.chestia-archive-hero.has-category-image .chestia-archive-hero-art {
  display: none;
}

.chestia-category-shortcuts {
  padding: 24px 0 28px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.chestia-category-shortcuts .container {
  width: min(1320px, calc(100vw - 48px));
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

.chestia-category-shortcuts ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-category-shortcuts li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-category-shortcuts a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  min-height: 142px;
  color: #3d3d3d;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-decoration: none;
}

.chestia-category-shortcut-circle {
  position: relative;
  display: block;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(60, 150, 146, .28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(60, 150, 146, .16) 0 28%, transparent 29%),
    linear-gradient(145deg, #f7f7f7, #ececec);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.chestia-category-shortcut-circle::after {
  content: "";
  position: absolute;
  inset: 22px 18px;
  border-top: 7px solid rgba(60, 150, 146, .25);
  border-bottom: 18px solid rgba(60, 150, 146, .08);
}

.chestia-category-shortcut-circle.has-image {
  background: #f6f6f6;
}

.chestia-category-shortcut-circle.has-image::after {
  content: none;
}

.chestia-category-shortcut-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chestia-category-shortcut-label {
  display: block;
  max-width: 170px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 1.28;
  text-transform: uppercase;
  transition: color .18s ease;
}

.chestia-category-shortcuts a:hover,
.chestia-category-shortcuts a:focus {
  color: var(--chestia-brand);
}

.chestia-category-shortcuts a:hover .chestia-category-shortcut-circle,
.chestia-category-shortcuts a:focus .chestia-category-shortcut-circle {
  border-color: rgba(60, 150, 146, .62);
  box-shadow: 0 16px 34px rgba(60, 150, 146, .16);
  transform: translateY(-3px);
}

.chestia-archive-body {
  padding: 30px 0 70px;
}

.chestia-archive-body .container {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  width: min(1500px, calc(100vw - 48px));
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}

.chestia-archive-filter {
  align-self: start;
  min-height: 0;
  padding: 38px 34px;
  background: #f3f3f3;
}

.chestia-archive-filter h2 {
  margin: 0 0 43px;
  color: #3d3d3d;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-filter-block {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #3f3f3f;
}

.chestia-filter-block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.chestia-filter-block h3 {
  margin: 0 0 21px;
  color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.chestia-filter-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-filter-block li {
  margin: 0 0 10px;
  list-style: none;
}

.chestia-filter-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.chestia-filter-block a:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 11px;
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
}

.chestia-filter-block a span {
  flex: 1;
}

.chestia-filter-block a small {
  color: #777;
  font-size: 14px;
}

.chestia-filter-block a:hover,
.chestia-filter-block a.is-active {
  color: #3c3c3c;
}

.chestia-filter-block a.is-active:before {
  background:
    linear-gradient(135deg, transparent 0 45%, #777 46% 55%, transparent 56%),
    linear-gradient(45deg, transparent 0 45%, #777 46% 55%, transparent 56%),
    #f8f8f8;
}

.chestia-price-track {
  position: relative;
  height: 6px;
  margin: 31px 0 29px;
  border-radius: 99px;
  background: #bababa;
}

.chestia-price-track:before,
.chestia-price-track:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 2px solid #5b5b5b;
  border-radius: 50%;
  background: #fff;
}

.chestia-price-track:before {
  left: 12%;
}

.chestia-price-track:after {
  right: 22%;
}

.chestia-price-track span {
  position: absolute;
  left: 14%;
  right: 24%;
  top: 0;
  height: 6px;
  background: #555;
}

.chestia-filter-block p {
  margin: 0;
  color: #777;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
}

.chestia-filter-block strong {
  color: #555;
  font-weight: 400;
}

.chestia-archive-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  margin-bottom: 24px;
}

.chestia-result-count strong,
.chestia-result-count span {
  display: block;
  color: #aaa;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.chestia-result-count strong {
  margin-bottom: 5px;
}

.chestia-archive-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.chestia-archive-controls .woocommerce-ordering {
  float: none;
  margin: 0;
}

.chestia-archive-controls select {
  min-width: 178px;
  height: 50px;
  padding: 0 45px 0 25px;
  border: 1px solid #dedede;
  border-radius: 999px;
  color: #999;
  background: #fff;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  outline: 0;
}

.chestia-view-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.chestia-view-toggle:before {
  content: "";
  display: block;
}

.chestia-view-toggle.fa-th-large:before {
  width: 18px;
  height: 18px;
  background:
    linear-gradient(#aaa, #aaa) left top / 7px 7px no-repeat,
    linear-gradient(#aaa, #aaa) right top / 7px 7px no-repeat,
    linear-gradient(#aaa, #aaa) left bottom / 7px 7px no-repeat,
    linear-gradient(#aaa, #aaa) right bottom / 7px 7px no-repeat;
}

.chestia-view-toggle.fa-th-list:before {
  width: 20px;
  height: 16px;
  background:
    linear-gradient(#aaa, #aaa) left 0 top 1px / 5px 5px no-repeat,
    linear-gradient(#aaa, #aaa) right 0 top 2px / 12px 3px no-repeat,
    linear-gradient(#aaa, #aaa) left 0 center / 5px 5px no-repeat,
    linear-gradient(#aaa, #aaa) right 0 center / 12px 3px no-repeat,
    linear-gradient(#aaa, #aaa) left 0 bottom 1px / 5px 5px no-repeat,
    linear-gradient(#aaa, #aaa) right 0 bottom 2px / 12px 3px no-repeat;
}

.chestia-shop-archive ul.products.chestia-archive-products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 38px;
  row-gap: 66px;
  margin: 0 !important;
  padding: 0 !important;
}

.chestia-shop-archive ul.products.chestia-archive-products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
  text-align: center;
}

.chestia-archive-product-link {
  display: block;
  color: #777;
}

.chestia-archive-product-media {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  overflow: hidden;
  background: #f8f8f8;
}

.chestia-archive-product-media img {
  object-fit: cover;
}

.chestia-product-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(ellipse at 52% 72%, rgba(0,0,0,.055) 0 31%, transparent 32%),
    linear-gradient(#cfaa78, #cfaa78) 28% 72% / 4% 32% no-repeat,
    linear-gradient(#cfaa78, #cfaa78) 72% 72% / 4% 32% no-repeat,
    linear-gradient(90deg, #efe8dc, #fff) 50% 46% / 62% 24% no-repeat,
    linear-gradient(90deg, #c99a63, #e0ba86) 50% 60% / 58% 8% no-repeat;
}

.chestia-shop-archive li.product:nth-child(2n) .chestia-product-placeholder {
  background:
    radial-gradient(ellipse at 52% 72%, rgba(0,0,0,.055) 0 31%, transparent 32%),
    linear-gradient(#d2ac78, #d2ac78) 32% 74% / 4% 34% no-repeat,
    linear-gradient(#d2ac78, #d2ac78) 68% 74% / 4% 34% no-repeat,
    linear-gradient(90deg, #eee7dc, #fff) 50% 43% / 48% 42% no-repeat;
}

.chestia-shop-archive li.product:nth-child(3n) .chestia-product-placeholder {
  background:
    radial-gradient(ellipse at 52% 74%, rgba(0,0,0,.055) 0 31%, transparent 32%),
    linear-gradient(120deg, #8eba17, #9fd31c) 50% 47% / 62% 20% no-repeat,
    repeating-linear-gradient(145deg, #b0793e 0 9px, #d29a55 10px 20px) 50% 54% / 70% 36% no-repeat;
}

.chestia-archive-product-title {
  display: block;
  min-height: 22px;
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.chestia-archive-product-price {
  display: block;
  margin-top: 12px;
  color: #b5b5b5;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.chestia-archive-product-measure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 13px;
  margin-top: 12px;
  border: 1px solid rgba(60, 150, 146, .22);
  border-radius: 999px;
  background: rgba(60, 150, 146, .07);
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-archive-product-price .woocommerce-Price-amount,
.chestia-archive-product-price .price {
  color: inherit;
}

.chestia-shop-archive .woocommerce-pagination {
  margin-top: 52px;
}

.chestia-archive-description {
  padding: 56px 0 70px;
  background: #f7f7f7;
}

.chestia-archive-description .container {
  width: min(980px, calc(100vw - 48px));
}

.chestia-archive-description p {
  color: #666;
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .chestia-category-shortcuts ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .chestia-archive-body .container {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
  }

  .chestia-shop-archive ul.products.chestia-archive-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .chestia-archive-hero-copy {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }

  .chestia-archive-hero-art {
    opacity: .22;
    right: -30px;
    width: 420px;
  }

  .chestia-archive-body .container {
    display: block;
  }

  .chestia-archive-filter {
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  .chestia-category-shortcuts {
    padding: 28px 0 22px;
  }

  .chestia-category-shortcuts ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .chestia-category-shortcut-circle {
    width: 82px;
    height: 82px;
  }

  .chestia-category-shortcut-label {
    font-size: 12px;
  }

  .chestia-archive-toolbar {
    display: block;
  }

  .chestia-archive-controls {
    margin-top: 22px;
  }

  .chestia-shop-archive ul.products.chestia-archive-products {
    grid-template-columns: 1fr;
  }
}

/* Single product page, Schon-style product detail layout. */
.chestia-single-product {
  background: #fff;
}

.chestia-single-hero {
  min-height: calc(100vh - 82px);
  padding: 64px 0 0;
  background: #f5f5f5;
  overflow: hidden;
}

.chestia-single-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(560px, .92fr);
  gap: 82px;
  width: min(1500px, calc(100vw - 48px));
  max-width: 1500px;
  min-height: calc(100vh - 146px);
  margin: 0 auto;
  padding: 0;
}

.chestia-single-gallery {
  position: relative;
  min-height: 760px;
}

.chestia-single-counters {
  display: flex;
  gap: 22px;
  margin: 0 0 26px;
  color: #b8b8b8;
  font-family: Oxygen, sans-serif;
  font-size: 20px;
}

.chestia-single-counters b {
  font-weight: 300;
}

.chestia-single-main-image {
  position: relative;
  height: 560px;
  overflow: hidden;
  cursor: zoom-in;
}

.chestia-single-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chestia-single-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(0,0,0,.06) 0 30%, transparent 31%),
    linear-gradient(#cfaa78, #cfaa78) 36% 84% / 5% 31% no-repeat,
    linear-gradient(#cfaa78, #cfaa78) 65% 84% / 5% 31% no-repeat,
    linear-gradient(90deg, #ece5da, #fff) 50% 48% / 70% 28% no-repeat,
    linear-gradient(90deg, #c99a63, #e0ba86) 50% 62% / 66% 7% no-repeat;
}

.chestia-single-thumbs {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 18px;
  align-items: stretch;
  max-width: 682px;
  margin: 38px auto 0;
}

.chestia-single-thumbs-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(130px, 1fr);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.chestia-single-thumbs-track::-webkit-scrollbar {
  display: none;
}

.chestia-single-thumb,
.chestia-thumb-arrow {
  display: block;
  height: 88px;
  background: #fff;
}

.chestia-single-thumb {
  position: relative;
  padding: 0;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .18s ease, opacity .18s ease;
}

.chestia-single-thumb:hover,
.chestia-single-thumb.is-active {
  border-color: #ff747b;
}

.chestia-single-thumb:not(.is-active) {
  opacity: .78;
}

.chestia-single-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chestia-thumb-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #d9d9d9;
  font-size: 0;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}

.chestia-thumb-arrow:before {
  display: block;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.chestia-thumb-arrow[data-chestia-gallery-prev]:before {
  content: "\2039";
}

.chestia-thumb-arrow[data-chestia-gallery-next]:before {
  content: "\203a";
}

.chestia-thumb-arrow:hover {
  color: #3c9692;
  background: #fff;
}

.chestia-product-lightbox-open {
  overflow: hidden;
}

.chestia-product-lightbox {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 86px;
  background: rgba(17, 17, 17, .86);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.chestia-product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.chestia-product-lightbox-image {
  display: block;
  max-width: min(1280px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.chestia-product-lightbox-close,
.chestia-product-lightbox-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.chestia-product-lightbox-close {
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 38px;
  line-height: 1;
}

.chestia-product-lightbox-arrow {
  top: 50%;
  width: 54px;
  height: 92px;
  border-radius: 4px;
  font-size: 0;
  transform: translateY(-50%);
}

.chestia-product-lightbox-arrow:before {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.chestia-product-lightbox-prev {
  left: 24px;
}

.chestia-product-lightbox-prev:before {
  content: "\2039";
}

.chestia-product-lightbox-next {
  right: 24px;
}

.chestia-product-lightbox-next:before {
  content: "\203a";
}

.chestia-product-lightbox:not(.has-multiple-images) .chestia-product-lightbox-arrow {
  display: none;
}

.chestia-product-lightbox-close:hover,
.chestia-product-lightbox-arrow:hover {
  color: #fff;
  background: #3c9692;
}

.chestia-single-summary {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.chestia-single-summary h1 {
  order: 1;
}

.chestia-single-rating {
  order: 2;
}

.chestia-single-price {
  order: 3;
}

.chestia-single-cart {
  order: 4;
}

.chestia-single-copy {
  order: 5;
}

.chestia-single-actions {
  order: 6;
}

.chestia-single-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #aaa;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
}

.chestia-single-breadcrumb a {
  color: #9a9a9a;
}

.chestia-single-breadcrumb a:hover {
  color: #3c9692;
}

.chestia-single-gallery-breadcrumb {
  margin: 0 0 26px;
  flex-wrap: wrap;
}

.chestia-single-gallery-breadcrumb span:last-child {
  color: #b8b8b8;
}

.chestia-single-gallery-breadcrumb .chestia-breadcrumb-separator {
  color: #b8b8b8;
  font-size: 14px;
}

.chestia-single-summary h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 3vw, 50px);
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.chestia-single-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  color: #aaa;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
}

.chestia-single-rating:not(.chestia-single-rating--live) {
  display: none;
}

.chestia-stars {
  color: #d3ad62;
  letter-spacing: 1px;
}

.chestia-stars .is-filled {
  color: #d3ad62;
}

.chestia-stars .is-empty {
  color: #d9d9d9;
}

.chestia-single-actions {
  margin-top: 54px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 31px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #8c8c8c;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.chestia-single-service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.chestia-single-service-nav button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .18s ease;
}

.chestia-single-service-nav button:hover,
.chestia-single-service-nav button.is-active {
  color: var(--chestia-brand);
}

.chestia-single-service-nav i {
  margin-right: 9px;
}

.chestia-single-service-panels {
  max-width: 610px;
  margin-top: 18px;
  color: #888;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-transform: none;
}

.chestia-single-service-panels p {
  margin: 0;
}

.chestia-single-copy {
  max-width: 610px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  color: #aaa;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}

.chestia-single-copy p {
  margin: 0 0 24px;
}

.chestia-single-price {
  margin-bottom: 28px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
}

.chestia-single-price .price,
.chestia-single-price .woocommerce-Price-amount {
  color: inherit;
}

.chestia-single-price del {
  margin-left: 15px;
  color: #aaa;
  font-size: 23px;
}

.chestia-single-cart form.cart,
.chestia-single-cart .variations_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.chestia-single-cart .variations {
  flex: 1 1 100%;
  max-width: 520px;
  margin: 0 0 18px;
}

.chestia-single-cart .variations th,
.chestia-single-cart .variations td {
  display: block;
  padding: 0 0 12px;
  text-align: left;
}

.chestia-single-cart .variations label,
.chestia-single-cart .quantity:before {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.chestia-single-cart select {
  min-width: 230px;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #888;
  outline: 0;
}

.chestia-single-cart .quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.chestia-single-cart .quantity:before {
  content: "Cantidad";
  text-transform: none;
}

.chestia-single-cart .qty {
  width: 92px !important;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.chestia-single-cart .single_add_to_cart_button,
.chestia-single-cart .button {
  min-width: 216px;
  height: 52px;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #3c9692 !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.chestia-single-cart .single_add_to_cart_button:hover,
.chestia-single-cart .button:hover {
  background: #2f7f7c !important;
}

.chestia-single-cart .product_meta,
.chestia-single-cart .reset_variations,
.chestia-single-cart .woocommerce-variation-price,
.chestia-single-cart .woocommerce-variation-description {
  display: none !important;
}

.chestia-single-tabs-section {
  padding: 98px 0 92px;
  background: #fff;
}

.chestia-single-tabs-section .container,
.chestia-single-related .container {
  width: min(1500px, calc(100vw - 48px));
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}

.chestia-single-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 74px;
  border-bottom: 1px solid #cfcfcf;
}

.chestia-single-tabs-nav button {
  display: block;
  padding: 0 0 16px;
  color: #999;
  border-bottom: 1px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease;
}

.chestia-single-tabs-nav button:hover,
.chestia-single-tabs-nav button:focus-visible,
.chestia-single-tabs-nav .is-active {
  color: #000;
  border-color: #000;
}

.chestia-single-tabs-nav button:focus-visible {
  outline: 2px solid #3c9692;
  outline-offset: 4px;
}

.chestia-single-tab-content {
  padding-top: 62px;
  color: #aaa;
  font-family: Oxygen, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.45;
}

.chestia-single-tab-content p,
.chestia-single-tab-content ul {
  max-width: 1440px;
  margin: 0 0 24px;
}

.chestia-product-description--centered {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.chestia-single-tab-content .chestia-product-description--centered h2 {
  margin: 0 0 28px;
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.chestia-single-tab-content .chestia-product-description--centered p {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #777;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

.chestia-single-tab-content .chestia-product-description--centered strong {
  color: #3a3d40;
  font-weight: 700;
}

.chestia-product-materials--centered {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.chestia-single-tab-content .chestia-product-materials--centered ul {
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.chestia-single-tab-content .chestia-product-materials--centered li {
  margin: 0 0 14px;
  color: #777;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.chestia-single-tab-content .chestia-product-materials--centered li strong {
  color: #3a3d40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.chestia-single-tab-content .chestia-product-materials--centered p {
  max-width: 900px;
  margin: 0 auto;
  color: #777;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

.chestia-product-materials--bullets {
  max-width: 820px;
}

.chestia-single-tab-content .chestia-product-materials--bullets ul {
  display: inline-block;
  max-width: 760px;
  margin: 0 auto 26px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.chestia-single-tab-content .chestia-product-materials--bullets li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 24px;
  color: #666f77;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.62;
  text-align: left;
}

.chestia-single-tab-content .chestia-product-materials--bullets li:before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3c9692;
  box-shadow: 0 0 0 4px rgba(60, 150, 146, .12);
}

.chestia-single-tab-content .chestia-product-materials--bullets li strong {
  color: #3a3d40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.chestia-single-tab-content .chestia-product-materials--bullets p {
  max-width: 780px;
  text-align: center;
}

.chestia-product-materials--text {
  max-width: 980px;
}

.chestia-single-tab-content .chestia-product-materials--text p {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: left;
}

.chestia-single-tab-content .chestia-product-materials--text ul {
  max-width: 980px;
  margin: 4px auto 0;
  text-align: left;
}

.chestia-single-tab-content .chestia-product-materials--text li {
  text-align: left;
}

.chestia-single-tab-content .chestia-product-materials--text p strong {
  color: #3a3d40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.chestia-product-materials--base {
  max-width: 980px;
}

.chestia-single-tab-content .chestia-product-materials--base p,
.chestia-single-tab-content .chestia-product-materials--base ul,
.chestia-single-tab-content .chestia-product-materials--base li {
  text-align: center;
}

.chestia-single-tab-panel {
  display: none;
}

.chestia-single-tab-panel.is-active {
  display: block;
}

.chestia-single-tab-panel[data-chestia-product-panel="reviews"] > p {
  display: none;
}

.chestia-reviews-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto 34px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(60, 150, 146, .18);
}

.chestia-reviews-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.chestia-reviews-kicker:before {
  content: "";
  width: 42px;
  height: 1px;
  background: #3c9692;
}

.chestia-reviews-summary h2 {
  margin: 0;
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.chestia-reviews-score {
  min-width: 170px;
  padding: 20px 24px;
  border: 1px solid rgba(60, 150, 146, .18);
  border-radius: 8px;
  background: #f7fbfa;
  text-align: center;
}

.chestia-reviews-score > span:first-child {
  display: block;
  margin-bottom: 6px;
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.chestia-reviews-score small {
  display: block;
  margin-top: 6px;
  color: #7f8a91;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
}

.chestia-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.chestia-review-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(60, 150, 146, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 49, 61, .07);
}

.chestia-review-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.chestia-review-card time {
  color: #9aa3a9;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.chestia-review-card h3 {
  margin: 0 0 14px;
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.chestia-review-body p {
  max-width: none;
  margin: 0 0 16px;
  color: #69737a;
  font-family: Oxygen, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.chestia-review-body p:last-child {
  margin-bottom: 0;
}

.chestia-review-card footer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(60, 150, 146, .12);
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.chestia-reviews-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 38px 42px;
  border: 1px solid rgba(60, 150, 146, .16);
  border-radius: 8px;
  background: #f7fbfa;
  text-align: center;
}

.chestia-reviews-empty .chestia-reviews-kicker {
  justify-content: center;
}

.chestia-reviews-empty p {
  max-width: 560px;
  margin: 0 auto;
  color: #69737a;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .chestia-reviews-summary {
    display: block;
  }

  .chestia-reviews-score {
    width: 100%;
    margin-top: 24px;
  }

  .chestia-reviews-grid {
    grid-template-columns: 1fr;
  }

  .chestia-review-card {
    padding: 24px 20px;
  }

  .chestia-review-card header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.chestia-single-info-list {
  margin-top: 28px;
}

.chestia-single-info-list p {
  margin-bottom: 8px;
}

.chestia-single-related {
  padding: 8px 0 130px;
  background: #fff;
}

.chestia-single-related h2 {
  margin: 0 0 66px;
  color: #28313c;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-single-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-single-related-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-single-related-grid a {
  display: block;
  color: #777;
}

.chestia-related-media {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 25px;
  overflow: hidden;
  background: #fff;
}

.chestia-related-media img {
  object-fit: cover;
}

.chestia-related-stars {
  display: block;
  min-height: 18px;
  margin-bottom: 12px;
  color: #c8a760;
  text-align: center;
}

.chestia-related-title {
  display: block;
  margin-bottom: 12px;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.chestia-related-price {
  display: block;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1199px) {
  .chestia-single-hero .container {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .chestia-single-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .chestia-single-hero .container {
    display: block;
  }

  .chestia-single-gallery {
    min-height: auto;
  }

  .chestia-single-main-image {
    height: 430px;
  }

  .chestia-single-summary {
    padding-top: 40px;
  }

  .chestia-single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .chestia-single-summary h1 {
    font-size: 34px;
    letter-spacing: 6px;
  }

  .chestia-single-thumbs {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .chestia-thumb-arrow {
    display: flex !important;
    height: 76px;
  }

  .chestia-thumb-arrow:before {
    font-size: 42px;
  }

  .chestia-product-lightbox {
    padding: 72px 22px;
  }

  .chestia-product-lightbox-close {
    top: 14px;
    right: 14px;
  }

  .chestia-product-lightbox-arrow {
    width: 42px;
    height: 72px;
  }

  .chestia-product-lightbox-prev {
    left: 10px;
  }

  .chestia-product-lightbox-next {
    right: 10px;
  }

  .chestia-single-tabs-nav {
    flex-wrap: wrap;
    gap: 24px;
  }

  .chestia-single-tabs-section {
    padding: 70px 0 74px;
  }

  .chestia-single-tab-content {
    padding-top: 44px;
  }

  .chestia-single-tab-content .chestia-product-description--centered h2 {
    font-size: 24px;
  }

  .chestia-single-tab-content .chestia-product-description--centered p {
    font-size: 16px;
    line-height: 1.7;
  }

  .chestia-single-tab-content .chestia-product-materials--centered li,
  .chestia-single-tab-content .chestia-product-materials--centered p {
    font-size: 16px;
    line-height: 1.7;
  }

  .chestia-single-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Cart, checkout and order tracking pages. */
.chestia-commerce-page {
  background: #fff;
}

.chestia-commerce-hero {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 22, 24, .52), rgba(20, 22, 24, .52)),
    url("../images/home/slider/home-slider-dormitorio.jpg") center center / cover no-repeat;
}

.chestia-commerce-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .1) 48%, rgba(0, 0, 0, .34));
}

.chestia-commerce-hero .container {
  position: relative;
  z-index: 1;
}

.chestia-commerce-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}

.chestia-commerce-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
}

.chestia-commerce-hero nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, .76);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 1;
}

.chestia-commerce-hero nav a {
  color: rgba(255, 255, 255, .82);
}

.chestia-commerce-hero nav a:hover {
  color: #fff;
}

.chestia-checkout-steps {
  padding: 88px 0 64px;
}

.chestia-step-list {
  display: flex;
  justify-content: center;
  gap: 112px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-step-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
  color: #9da1a4;
}

.chestia-step-list li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 53px;
  left: calc(100% + 16px);
  width: 82px;
  height: 1px;
  background: #e7e7e7;
}

.chestia-step-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  color: #9da1a4;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0;
}

.chestia-step-list strong {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.chestia-step-list li.is-active {
  color: #111;
}

.chestia-step-list li.is-active span {
  border-color: #111;
  color: #111;
}

.chestia-commerce-content {
  padding: 28px 0 86px;
}

.chestia-commerce-entry {
  max-width: 1520px;
  margin: 0 auto;
}

.chestia-commerce-content .woocommerce {
  color: #6f777d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}

.chestia-commerce-content .woocommerce-notices-wrapper {
  max-width: 1280px;
  margin: 0 auto 22px;
}

.chestia-commerce-content .woocommerce-message,
.chestia-commerce-content .woocommerce-info,
.chestia-commerce-content .woocommerce-error {
  border-top-color: var(--chestia-brand);
  background: #f4f4f4;
  color: #333;
}

.chestia-commerce-content .cart-empty,
.chestia-commerce-content .woocommerce-notices-wrapper + .cart-empty {
  max-width: 900px;
  margin: 0 auto 26px;
  padding: 62px 36px;
  background: #f4f4f4;
  color: #2f3942;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.chestia-commerce-content .return-to-shop {
  text-align: center;
}

.chestia-commerce-content table.shop_table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse !important;
  border-radius: 0 !important;
}

.chestia-commerce-content table.shop_table th {
  padding: 0 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-commerce-content table.shop_table td {
  padding: 36px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  color: #333;
  font-size: 18px;
  vertical-align: middle;
}

.chestia-commerce-content .shop_table.cart img {
  width: 118px !important;
  height: 118px !important;
  object-fit: contain;
  background: #f4f4f4;
}

.chestia-commerce-content .shop_table.cart .product-name a {
  color: #3e464d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.chestia-commerce-content .shop_table.cart .product-name a:hover {
  color: var(--chestia-brand);
}

.chestia-commerce-content .shop_table.cart .product-price,
.chestia-commerce-content .shop_table.cart .product-subtotal,
.chestia-commerce-content .cart_totals .woocommerce-Price-amount,
.chestia-commerce-content .woocommerce-checkout-review-order .woocommerce-Price-amount {
  color: #2f3942;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.chestia-commerce-content .quantity .qty,
.chestia-commerce-content .shop_table.cart select,
.chestia-commerce-content input.input-text,
.chestia-commerce-content textarea,
.chestia-commerce-content select {
  min-height: 58px;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #6f777d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  box-shadow: none !important;
}

.chestia-commerce-content .quantity .qty {
  width: 82px;
  min-height: 48px;
  text-align: center;
}

.chestia-commerce-content .product-remove a {
  color: #ff6060 !important;
  font-size: 26px;
}

.chestia-commerce-content .product-remove a:hover {
  background: transparent !important;
  color: var(--chestia-brand) !important;
}

.chestia-commerce-content .coupon,
.chestia-commerce-content .actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 48px 0 20px !important;
}

.chestia-commerce-content .coupon .input-text {
  width: 325px !important;
  min-height: 61px;
  padding: 0 28px !important;
  border-radius: 0 !important;
  text-align: center;
}

.chestia-commerce-content .button,
.chestia-commerce-content button.button,
.chestia-commerce-content input.button,
.chestia-commerce-content #place_order {
  min-height: 61px;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--chestia-brand) !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  line-height: 61px !important;
  text-transform: uppercase;
  transition: background .18s ease, transform .18s ease;
}

.chestia-commerce-content .button:hover,
.chestia-commerce-content button.button:hover,
.chestia-commerce-content input.button:hover,
.chestia-commerce-content #place_order:hover {
  background: #2f7f7c !important;
  transform: translateY(-1px);
}

.chestia-commerce-content .cart-collaterals {
  margin-top: 72px;
}

.chestia-commerce-content .cart_totals {
  float: none !important;
  width: min(730px, 100%) !important;
  margin-left: auto;
}

.chestia-commerce-content .cart_totals h2,
.chestia-commerce-content .woocommerce-billing-fields h3,
.chestia-commerce-content .woocommerce-additional-fields h3,
.chestia-commerce-content #order_review_heading,
.chestia-commerce-content .woocommerce-order-details__title,
.chestia-commerce-content .woocommerce-column__title,
.chestia-commerce-content .track_order h2 {
  margin: 0 0 32px;
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chestia-commerce-content .cart_totals .shop_table,
.chestia-commerce-content .woocommerce-checkout-review-order-table {
  padding: 44px 58px !important;
  background: #f4f4f4;
}

.chestia-commerce-content .wc-proceed-to-checkout {
  padding: 24px 0 0 !important;
  text-align: right;
}

.chestia-commerce-content .checkout-button,
.chestia-commerce-content #place_order {
  width: min(390px, 100%) !important;
}

.chestia-checkout .woocommerce-checkout,
.chestia-commerce-order-complete .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 84px;
}

.chestia-checkout .col2-set,
.chestia-checkout #customer_details {
  width: 100% !important;
  float: none !important;
}

.chestia-checkout .col2-set .col-1,
.chestia-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

.chestia-checkout #order_review_heading,
.chestia-checkout #order_review {
  width: 100%;
}

.chestia-checkout #order_review {
  padding: 54px 58px;
  background: #f4f4f4;
}

.chestia-checkout #payment {
  background: transparent !important;
}

.chestia-checkout #payment ul.payment_methods,
.chestia-checkout #payment div.form-row {
  padding: 0 !important;
  border: 0 !important;
}

.chestia-checkout .form-row {
  margin: 0 0 21px !important;
  padding: 0 !important;
}

.chestia-checkout .form-row label {
  color: #3f464c;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-checkout .form-row-first,
.chestia-checkout .form-row-last {
  width: calc(50% - 20px) !important;
}

.chestia-checkout textarea {
  min-height: 124px;
  padding-top: 20px !important;
}

.chestia-commerce-order-tracking .chestia-commerce-content {
  padding-top: 100px;
}

.chestia-commerce-order-tracking .chestia-commerce-entry {
  max-width: 1500px;
}

.chestia-commerce-order-tracking .woocommerce {
  max-width: 100%;
}

.chestia-commerce-order-tracking .woocommerce > p:first-child,
.chestia-commerce-order-tracking .track_order > p:first-child {
  margin: 0 0 58px;
  color: #54606a;
  font-size: 23px;
  line-height: 1.7;
}

.chestia-commerce-order-tracking .track_order {
  width: min(990px, 100%);
  margin: 0 auto;
  padding: 62px 76px;
  background: #f4f4f4;
}

.chestia-commerce-order-tracking .track_order .form-row-first,
.chestia-commerce-order-tracking .track_order .form-row-last {
  width: calc(50% - 14px) !important;
  margin-bottom: 28px !important;
}

.chestia-commerce-order-tracking .track_order .form-row-first {
  margin-right: 28px !important;
}

.chestia-commerce-order-tracking .track_order .form-row:not(.form-row-first):not(.form-row-last) {
  width: 100%;
  float: none !important;
  clear: both;
}

.chestia-commerce-order-tracking .track_order .button {
  display: block;
  width: min(385px, 100%);
  margin-left: auto;
}

.chestia-commerce-showcase {
  padding-top: 0 !important;
  padding-bottom: 96px !important;
}

.chestia-commerce-showcase .container {
  width: min(1500px, calc(100vw - 48px)) !important;
}

@media (max-width: 991px) {
  .chestia-step-list {
    gap: 24px;
  }

  .chestia-step-list li:not(:last-child):after {
    display: none;
  }

  .chestia-checkout .woocommerce-checkout,
  .chestia-commerce-order-complete .woocommerce {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .chestia-checkout .form-row-first,
  .chestia-checkout .form-row-last {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .chestia-commerce-hero {
    min-height: 230px;
  }

  .chestia-commerce-hero h1 {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .chestia-checkout-steps {
    padding: 46px 0 28px;
  }

  .chestia-step-list {
    flex-direction: column;
  }

  .chestia-commerce-content table.shop_table td {
    padding: 22px 12px !important;
  }

  .chestia-commerce-content .coupon,
  .chestia-commerce-content .actions {
    flex-direction: column;
  }

  .chestia-commerce-content .coupon .input-text {
    width: 100% !important;
  }

  .chestia-checkout #order_review,
  .chestia-commerce-content .cart_totals .shop_table,
  .chestia-commerce-content .woocommerce-checkout-review-order-table,
  .chestia-commerce-order-tracking .track_order {
    padding: 34px 24px !important;
  }
}

/* Keep the final commerce overrides last in the cascade. */
.chestia-commerce-hero .container,
.chestia-checkout-steps .container,
.chestia-commerce-content .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-commerce-hero-content {
  width: 100%;
  align-items: center;
}

.chestia-commerce-hero h1 {
  max-width: min(1120px, 100%);
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.08;
  text-align: center;
  white-space: normal;
}

.chestia-checkout-steps .chestia-step-list {
  display: grid !important;
  grid-template-columns: repeat(3, 168px);
  justify-content: center;
  gap: 98px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}

.chestia-checkout-steps .chestia-step-list li {
  min-width: 0;
}

.chestia-checkout-steps .chestia-step-list li:not(:last-child):after {
  top: 57px;
  left: calc(100% + 22px);
  width: 56px;
}

.chestia-checkout-steps .chestia-step-list span {
  width: 116px;
  height: 116px;
  font-size: 36px;
}

.chestia-checkout-steps .chestia-step-list strong {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.chestia-commerce-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 82px;
  align-items: start;
}

.chestia-commerce-checkout .col2-set,
.chestia-commerce-checkout #customer_details,
.chestia-commerce-checkout #order_review_heading,
.chestia-commerce-checkout #order_review {
  float: none !important;
  width: 100% !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

@media (max-width: 1199px) {
  .chestia-checkout-steps .chestia-step-list {
    gap: 56px;
  }

  .chestia-checkout-steps .chestia-step-list li:not(:last-child):after {
    left: calc(100% + 4px);
    width: 46px;
  }

  .chestia-commerce-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 767px) {
  .chestia-checkout-steps .chestia-step-list {
    display: flex !important;
    width: auto;
  }
}

/* Blog masonry page. */
.chestia-blog-page {
  background: #fff;
  color: #5f6971;
  font-family: "Source Sans Pro", sans-serif;
}

.chestia-blog-page .container {
  width: min(1500px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-blog-hero {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 245, 245, .9), rgba(245, 245, 245, .72) 48%, rgba(245, 245, 245, .58)),
    url("../images/home/slider/home-slider-dormitorio.jpg") center 58% / cover no-repeat,
    #f4f4f4;
}

.chestia-blog-hero-copy {
  display: flex;
  justify-content: center;
  text-align: center;
}

.chestia-blog-hero h1 {
  margin: 0;
  color: #363d43;
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.05;
  text-transform: uppercase;
}

.chestia-blog-bar {
  background: #ececec;
}

.chestia-blog-bar .container {
  min-height: 56px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.chestia-blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

.chestia-blog-breadcrumb a {
  color: #5c656c;
}

.chestia-blog-breadcrumb a:hover {
  color: #3c9692;
}

.chestia-archive-breadcrumb a:hover,
.chestia-single-breadcrumb a:hover,
.chestia-blog-breadcrumb a:hover {
  color: #3c9692;
}

.chestia-blog-grid-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background:
    linear-gradient(#8d8d8d 0 0) 0 0 / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 7px 0 / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 14px 0 / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 0 7px / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 7px 7px / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 14px 7px / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 0 14px / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 7px 14px / 4px 4px no-repeat,
    linear-gradient(#8d8d8d 0 0) 14px 14px / 4px 4px no-repeat;
}

.chestia-blog-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.chestia-blog-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chestia-blog-search input {
  width: 92px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 16px;
  outline: 0;
  transition: width .18s ease;
}

.chestia-blog-search input:focus {
  width: 180px;
}

.chestia-blog-search button,
.chestia-blog-categories button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050505;
  line-height: 1;
}

.chestia-blog-search button:hover,
.chestia-blog-categories button:hover {
  color: #3c9692;
}

.chestia-blog-search-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.chestia-blog-search-icon:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 10px;
  height: 3px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.chestia-blog-menu-icon {
  position: relative;
  width: 23px;
  height: 18px;
  display: inline-block;
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
}

.chestia-blog-menu-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 23px;
  height: 4px;
  background: currentColor;
}

.chestia-blog-categories {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5c656c;
  font-size: 16px;
}

.chestia-blog-category-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5;
  min-width: 230px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.chestia-blog-categories:hover .chestia-blog-category-menu,
.chestia-blog-categories:focus-within .chestia-blog-category-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.chestia-blog-category-menu ul,
.chestia-blog-category-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chestia-blog-category-menu a {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  color: #5c656c;
}

.chestia-blog-category-menu a:hover {
  color: #3c9692;
}

.chestia-blog-intro {
  padding: 92px 0 82px;
}

.chestia-blog-intro .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.55fr);
  align-items: center;
  gap: 58px;
  max-width: 1120px !important;
}

.chestia-blog-intro h2 {
  margin: 0;
  color: #8a9095;
  font-family: Montserrat, sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.chestia-blog-intro p {
  margin: 0;
  padding-left: 58px;
  border-left: 1px solid #a8abad;
  color: #6f777d;
  font-size: 22px;
  line-height: 1.5;
}

.chestia-blog-list {
  padding: 0 0 110px;
}

.chestia-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 44px;
}

.chestia-blog-card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

.chestia-blog-card-media {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  background: #f2f2f2;
}

.chestia-blog-card-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .36));
  transition: background .18s ease;
}

.chestia-blog-card:hover .chestia-blog-card-media:after {
  background: linear-gradient(180deg, rgba(60, 150, 146, .16), rgba(0, 0, 0, .42));
}

.chestia-blog-card-media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .25s ease;
}

.chestia-blog-card:hover .chestia-blog-card-media img {
  transform: scale(1.035);
}

.chestia-blog-card-media > span {
  position: absolute;
  top: 42px;
  left: 42px;
  right: 38px;
  z-index: 1;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.chestia-blog-card-meta {
  position: absolute;
  right: 30px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.chestia-blog-date {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 84px;
  margin: -44px 0 24px 44px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .06);
  color: #3c4247;
  font-family: Montserrat, sans-serif;
}

.chestia-blog-date strong {
  font-size: 28px;
  line-height: 1;
}

.chestia-blog-date span {
  margin-top: 8px;
  color: #8b9093;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.chestia-blog-card-body {
  padding: 0 44px 0 44px;
}

.chestia-blog-card h3 {
  margin: 0 0 18px;
  color: #333b42;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.chestia-blog-card h3 a {
  color: inherit;
}

.chestia-blog-card h3 a:hover {
  color: #3c9692;
}

.chestia-blog-card p {
  margin: 0 0 26px;
  color: #6f777d;
  font-size: 20px;
  line-height: 1.35;
}

.chestia-blog-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #303943;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chestia-blog-more:hover {
  color: #3c9692;
}

.chestia-blog-empty {
  max-width: 900px;
  margin: 0 auto;
  padding: 66px 78px;
  background: #f4f4f4;
  text-align: center;
}

.chestia-blog-empty h3 {
  margin: 0 0 18px;
  color: #303943;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.chestia-blog-empty p {
  margin: 0;
  color: #6f777d;
  font-size: 21px;
  line-height: 1.45;
}

.chestia-blog-page .navigation.pagination {
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 1199px) {
  .chestia-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .chestia-blog-bar .container {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .chestia-blog-tools {
    justify-content: center;
  }

  .chestia-blog-intro .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .chestia-blog-intro h2 {
    text-align: left;
  }

  .chestia-blog-intro p {
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  .chestia-blog-hero {
    min-height: 220px;
    background:
      linear-gradient(rgba(245, 245, 245, .88), rgba(245, 245, 245, .88)),
      url("../images/home/slider/home-slider-dormitorio.jpg") center center / cover no-repeat,
      #f4f4f4;
  }

  .chestia-blog-intro {
    padding: 58px 0 52px;
  }

  .chestia-blog-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .chestia-blog-card-body {
    padding-right: 22px;
    padding-left: 22px;
  }

  .chestia-blog-date {
    margin-left: 22px;
  }

  .chestia-blog-empty {
    padding: 42px 26px;
  }
}

/* Blog single posts. */
.chestia-blog-single {
  background: #fff;
  color: #5f6971;
  font-family: "Source Sans Pro", sans-serif;
}

.chestia-blog-single .container {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-blog-single-hero {
  padding: 42px 0 82px;
  background:
    linear-gradient(90deg, rgba(246, 246, 246, .96), rgba(246, 246, 246, .8) 58%, rgba(246, 246, 246, .46)),
    url("../images/home/slider/home-slider-dormitorio.jpg") right center / auto 122% no-repeat,
    #f4f4f4;
}

.chestia-blog-single-hero .chestia-blog-breadcrumb {
  margin-bottom: 64px;
}

.chestia-blog-single-heading {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.chestia-blog-single-heading p {
  margin: 0 0 18px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.chestia-blog-single-heading h1 {
  margin: 0;
  color: #333b42;
  font-family: Montserrat, sans-serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.chestia-blog-single-heading time {
  display: inline-block;
  margin-top: 22px;
  color: #8d949a;
  font-size: 18px;
}

.chestia-blog-single-content {
  padding: 82px 0 118px;
}

.chestia-blog-single-article {
  max-width: 900px;
  margin: 0 auto;
  color: #5f6971;
  font-size: 21px;
  line-height: 1.68;
}

.chestia-blog-single-article > *:first-child {
  margin-top: 0;
}

.chestia-blog-single-article p {
  margin: 0 0 24px;
}

.chestia-blog-single-article h2,
.chestia-blog-single-article h3 {
  color: #333b42;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.18;
}

.chestia-blog-single-article h2 {
  margin: 58px 0 20px;
  font-size: clamp(28px, 2.4vw, 36px);
}

.chestia-blog-single-article h3 {
  margin: 34px 0 16px;
  font-size: clamp(22px, 1.9vw, 27px);
}

.chestia-blog-single-article strong {
  color: #333b42;
  font-weight: 700;
}

.chestia-blog-single-article a {
  color: #3c9692;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.chestia-blog-single-article a:hover {
  color: #2f7774;
}

.chestia-blog-single-article ul,
.chestia-blog-single-article ol {
  margin: 0 0 28px 24px;
  padding: 0;
}

.chestia-blog-single-article li {
  margin-bottom: 10px;
}

.chestia-blog-article-image {
  margin: 42px 0 52px;
}

.chestia-blog-article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

@media (max-width: 767px) {
  .chestia-blog-single .container {
    width: min(100% - 32px, 1180px) !important;
  }

  .chestia-blog-single-hero {
    padding: 28px 0 58px;
    background:
      linear-gradient(rgba(246, 246, 246, .88), rgba(246, 246, 246, .88)),
      url("../images/home/slider/home-slider-dormitorio.jpg") center center / cover no-repeat,
      #f4f4f4;
  }

  .chestia-blog-single-hero .chestia-blog-breadcrumb {
    margin-bottom: 42px;
    flex-wrap: wrap;
  }

  .chestia-blog-single-content {
    padding: 56px 0 82px;
  }

  .chestia-blog-single-article {
    font-size: 18px;
    line-height: 1.62;
  }

  .chestia-blog-article-image {
    margin: 34px 0 42px;
  }
}

.chestia-commerce-cart .woocommerce-cart-form table.cart {
  width: 100% !important;
  table-layout: fixed !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-remove,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-remove {
  width: 62px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-thumbnail,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
  width: 174px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-name,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-name {
  width: auto !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-price,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-price {
  width: 172px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-quantity,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-quantity {
  width: 166px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart th.product-subtotal,
.chestia-commerce-cart .woocommerce-cart-form table.cart td.product-subtotal {
  width: 190px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions {
  display: table-cell !important;
  padding-top: 46px !important;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions:after {
  content: "";
  display: table;
  clear: both;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
  float: left;
  width: min(572px, 100%);
  max-width: none;
}

.chestia-commerce-cart .woocommerce-cart-form table.cart td.actions > .button {
  float: left;
  margin-left: 10px;
}

.chestia-contact-page {
  background: #fff;
}

.chestia-contact-page .container {
  width: min(1280px, calc(100vw - 48px));
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-contact-hero {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 247, 247, .92), rgba(247, 247, 247, .78) 44%, rgba(247, 247, 247, .54)),
    url("../images/home/slider/home-slider-dormitorio.jpg") center 58% / cover no-repeat,
    #f4f4f4;
}

.chestia-contact-hero-copy {
  width: 100%;
  text-align: center;
}

.chestia-contact-hero h1 {
  margin: 0 0 18px;
  color: #343b40;
  font-family: Montserrat, sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.05;
  text-transform: uppercase;
}

.chestia-contact-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #8d8d8d;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
}

.chestia-contact-breadcrumb a {
  color: #777;
  text-decoration: none;
  transition: color .18s ease;
}

.chestia-contact-breadcrumb a:hover {
  color: #3c9692;
}

.chestia-contact-content {
  padding: 96px 0 104px;
}

.chestia-contact-content .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: clamp(52px, 8vw, 150px);
  align-items: start;
}

.chestia-contact-info h2,
.chestia-contact-form-wrap h2 {
  margin: 0 0 32px;
  color: #2f3840;
  font-family: Montserrat, sans-serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.chestia-contact-form-wrap h2 {
  margin-bottom: 16px;
  font-size: 18px;
}

.chestia-contact-info > p {
  max-width: 610px;
  margin: 0;
  color: #70777d;
  font-family: Oxygen, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.chestia-contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
  width: min(100%, 540px);
  margin: 92px auto 0;
}

.chestia-contact-details h3 {
  margin: 0 0 14px;
  color: #20282f;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.chestia-contact-details p,
.chestia-contact-details a {
  margin: 0;
  color: #747b82;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  text-decoration: none;
}

.chestia-contact-details a:hover {
  color: #3c9692;
}

.chestia-contact-form {
  display: grid;
  gap: 10px;
}

.chestia-contact-form input,
.chestia-contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 40px;
  border: 1px solid #222;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
  outline: 0;
  transition:
    border-color .18s ease,
    box-shadow .18s ease;
}

.chestia-contact-form textarea {
  min-height: 112px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 28px;
  resize: vertical;
}

.chestia-contact-form input::placeholder,
.chestia-contact-form textarea::placeholder {
  color: #b2b2b2;
}

.chestia-contact-form input:focus,
.chestia-contact-form textarea:focus {
  border-color: #3c9692;
  box-shadow: 0 0 0 3px rgba(60, 150, 146, .14);
}

.chestia-contact-form button {
  justify-self: start;
  min-width: 104px;
  min-height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #3c9692;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background .18s ease,
    transform .18s ease;
}

.chestia-contact-form button:hover,
.chestia-contact-form button:focus {
  background: #2f817e;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .chestia-contact-content {
    padding: 70px 0 78px;
  }

  .chestia-contact-content .container {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .chestia-contact-details {
    margin-top: 52px;
  }
}

@media (max-width: 640px) {
  .chestia-contact-page .container {
    width: min(100% - 30px, 1280px);
  }

  .chestia-contact-hero {
    min-height: 220px;
  }

  .chestia-contact-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .chestia-contact-form input,
  .chestia-contact-form textarea {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* About page */
.chestia-about-page {
  overflow: hidden;
  background: #fff;
}

.chestia-about-page .container {
  width: min(1480px, calc(100vw - 48px)) !important;
  max-width: 1480px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.chestia-about-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 270px;
  background:
    linear-gradient(90deg, rgba(238, 248, 247, .94), rgba(255, 255, 255, .7)),
    url('../images/home/about/chestia-about-detail.jpg') right center / auto 100% no-repeat;
}

.chestia-about-hero:after,
.chestia-about-story:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(60, 150, 146, 0), rgba(60, 150, 146, .42), rgba(60, 150, 146, 0));
}

.chestia-about-hero-content {
  max-width: 760px;
  padding: 52px 0;
}

.chestia-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #3c9692;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.chestia-about-kicker:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: rgba(60, 150, 146, .46);
}

.chestia-about-hero h1,
.chestia-about-story h2,
.chestia-about-workspace h2 {
  margin: 0;
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.chestia-about-hero h1 {
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.03;
  text-transform: uppercase;
}

.chestia-about-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: #718089;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.chestia-about-breadcrumb a {
  color: #3c9692;
}

.chestia-about-story {
  position: relative;
  padding: 84px 0 78px;
}

.chestia-about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

.chestia-about-story-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.12;
}

.chestia-about-story-copy p {
  max-width: 1080px;
  margin: 28px 0 0;
  color: #687780;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.82;
}

.chestia-about-story-copy strong {
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.chestia-about-story-copy .chestia-about-welcome {
  display: inline-flex;
  margin-top: 34px;
  padding: 13px 22px;
  border-left: 3px solid #3c9692;
  background: rgba(60, 150, 146, .08);
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.chestia-about-story-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(60, 150, 146, .18);
  border-radius: 8px;
  background: #f4fbfa;
  box-shadow: 0 22px 60px rgba(31, 45, 52, .08);
}

.chestia-about-story-panel div {
  padding: 26px 28px;
  border-bottom: 1px solid rgba(60, 150, 146, .15);
}

.chestia-about-story-panel div:last-child {
  border-bottom: 0;
}

.chestia-about-story-panel strong {
  display: block;
  margin-bottom: 9px;
  color: #24303c;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.chestia-about-story-panel span {
  display: block;
  color: #65757d;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.chestia-about-workspace {
  padding: 78px 0 92px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, 0) 32%),
    #f5fbfa;
}

.chestia-about-workspace-head {
  margin-bottom: 38px;
}

.chestia-about-workspace h2 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.12;
}

.chestia-about-collage {
  position: relative;
  margin-top: 4px;
}

.chestia-about-collage-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 0 calc((100vw - min(1480px, calc(100vw - 48px))) / 2) 22px;
  scrollbar-width: none;
  user-select: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.chestia-about-collage-track::-webkit-scrollbar {
  display: none;
}

.chestia-about-collage.is-dragging .chestia-about-collage-track {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.chestia-about-collage-slide {
  flex: 0 0 min(1480px, calc(100vw - 48px));
  scroll-snap-align: center;
}

.chestia-about-collage-grid {
  display: grid;
  grid-template-columns: 1.08fr .48fr .78fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
}

.chestia-about-collage-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px;
  background: #dce5e4;
  box-shadow: 0 18px 44px rgba(31, 45, 52, .1);
}

.chestia-about-collage-grid figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 35, .12);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.chestia-about-collage-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.01);
  pointer-events: none;
}

.chestia-about-collage-grid .is-monochrome img {
  filter: contrast(1.04);
}

.chestia-about-collage-grid .is-large {
  grid-row: 1 / span 2;
}

.chestia-about-collage-grid .is-wide {
  grid-column: 2 / span 2;
}

.chestia-about-collage-progress {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.chestia-about-collage-progress button {
  width: 88px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(60, 150, 146, .14);
  cursor: pointer;
  transition: background .22s ease, width .22s ease;
}

.chestia-about-collage-progress button.is-active {
  width: 116px;
  background: rgba(60, 150, 146, .72);
}

@media (max-width: 991px) {
  .chestia-about-story-layout {
    grid-template-columns: 1fr;
  }

  .chestia-about-story-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .chestia-about-story-panel div {
    border-right: 1px solid rgba(60, 150, 146, .15);
    border-bottom: 0;
  }

  .chestia-about-story-panel div:last-child {
    border-right: 0;
  }

  .chestia-about-collage-grid {
    grid-template-rows: 220px 220px;
  }
}

@media (max-width: 640px) {
  .chestia-about-page .container {
    width: min(100% - 28px, 1480px) !important;
  }

  .chestia-about-hero {
    min-height: 230px;
    background:
      linear-gradient(90deg, rgba(238, 248, 247, .96), rgba(255, 255, 255, .78)),
      url('../images/home/about/chestia-about-detail.jpg') 68% center / auto 100% no-repeat;
  }

  .chestia-about-hero-content {
    padding: 42px 0;
  }

  .chestia-about-story,
  .chestia-about-workspace {
    padding: 54px 0;
  }

  .chestia-about-story-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .chestia-about-story-copy strong {
    font-size: 18px;
  }

  .chestia-about-story-panel {
    grid-template-columns: 1fr;
  }

  .chestia-about-story-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(60, 150, 146, .15);
  }

  .chestia-about-collage-track {
    padding: 0 14px 18px;
  }

  .chestia-about-collage-slide {
    flex-basis: calc(100vw - 28px);
  }

  .chestia-about-collage-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 150px 150px;
    gap: 12px;
  }

  .chestia-about-collage-grid .is-large {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .chestia-about-collage-grid .is-wide {
    grid-column: 1 / span 2;
  }

  .chestia-about-collage-progress button {
    width: 54px;
  }

  .chestia-about-collage-progress button.is-active {
    width: 76px;
  }
}
