body[id*="module-ph_simpleblog"] #wrapper {
  padding-top: 0;
  background: #271a13;
}

body[id*="module-ph_simpleblog"] nav.breadcrumb {
  display: none;
}

body[id*="module-ph_simpleblog"] #inner-wrapper.container,
body[id*="module-ph_simpleblog"] #content-wrapper.js-content-wrapper {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body[id*="module-ph_simpleblog"] #content {
  background: transparent;
}

.wc-blog-home {
  padding: 0 0 3rem;
  color: #f5ede6;
}

.wc-blog-home__shell {
  max-width: 1519px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wc-blog-home__masthead {
  position: relative;
  min-height: 570px;
  background-color: #231710;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wc-blog-home__masthead-overlay {
  min-height: 570px;
  background-color: rgba(0, 0, 0, 0.3);
}

.wc-blog-home__masthead-inner {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wc-blog-home__masthead-title {
  margin: 0;
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.wc-blog-home__masthead-subtitle {
  margin: 0.7rem 0 0;
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.wc-blog-home__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.6rem;
  align-items: stretch;
  padding-top: 2rem;
  margin-bottom: 1.35rem;
}

.wc-blog-home__hero-copy {
  padding-top: 0.6rem;
}

.wc-blog-home__eyebrow {
  margin: 0 0 0.75rem;
  color: #ff8b3d;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.wc-blog-home__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.wc-blog-home__intro {
  margin-top: 1rem;
  color: #d7c6ba;
  font-size: 0.95rem;
  line-height: 1.7;
}

.wc-blog-home__intro p:last-child {
  margin-bottom: 0;
}

.wc-blog-home__hero-media {
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
}

.wc-blog-home__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-blog-home__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.6rem;
}

.wc-blog-home__topic {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f5ede6;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.wc-blog-home__topic:hover,
.wc-blog-home__topic:focus {
  background: #ff8b3d;
  border-color: #ff8b3d;
  color: #241710;
}

.wc-blog-home__listing {
  padding-top: 6rem;
}

.wc-blog-home__section-head {
  margin-bottom: 4rem;
  text-align: center;
}

.wc-blog-home__section-title {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.wc-blog-home__grid.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.wc-blog-home__grid.row > .simpleblog__listing__post .simpleblog__listing__post__wrapper {
  margin-bottom: 0;
  height: 100%;
}

.wc-blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}

.wc-blog-card .thumbnail-container {
  position: relative;
  background: #3a2a20;
}

.wc-blog-card .thumbnail.product-thumbnail,
.wc-blog-card__media {
  display: block;
  text-decoration: none;
}

.wc-blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.wc-blog-card__image--placeholder {
  min-height: 240px;
  background: linear-gradient(135deg, #4a3426, #7b5537);
}

.wc-blog-card .product-description,
.wc-blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.5rem 1.5rem 1.5rem;
  background: #fff;
}

.wc-blog-card__meta {
  min-height: 0;
  margin: 0 0 0.35rem;
}

.wc-blog-card__category,
.wc-blog-card__date,
.wc-blog-card__author,
.wc-blog-card__likes,
.wc-blog-card__info-label,
.wc-blog-card__info-icon {
  color: #8a8a8a;
  font-size: 0.62rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}

.wc-blog-card__category {
  color: #8a8a8a;
  text-decoration: none;
}

.wc-blog-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.06rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  min-height: 2.1em;
}

.wc-blog-card__title a {
  color: #121212;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wc-blog-card__excerpt {
  margin-top: 0;
  margin-bottom: 0.55rem;
  color: #1e1a16 !important;
  font-size: 0.84rem;
  line-height: 1.4;
  height: 3.2em;
  padding-bottom: 0.12em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wc-blog-card__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
}

.wc-blog-card__info-item {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  min-width: 0;
}

.wc-blog-card__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  font-size: 0.78rem;
  line-height: 1;
}

.wc-blog-card__info-icon--like {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: #1877f2;
  color: #ffffff;
  font-size: 0.72rem;
}

.wc-blog-card__info-label {
  color: #b0a59b;
  white-space: nowrap;
}

.wc-blog-card__date,
.wc-blog-card__author,
.wc-blog-card__likes {
  color: #1e1a16;
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: none;
  white-space: nowrap;
}

.wc-blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(30, 26, 22, 0.08);
}

.wc-blog-card__footer-meta {
  display: flex;
  align-items: center;
}

.wc-blog-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 30px;
  padding: 0 0.8rem;
  border: 0;
  background: #e09448;
  color: #ffffff!important;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
}

.wc-blog-card__more:hover,
.wc-blog-card__more:focus {
  background: #d88838;
  color: #ffffff;
}

.wc-blog-card .product-btn {
  display: flex;
  justify-content: flex-end;
}

.wc-blog-card .product-bottom {
  align-items: center;
}

.wc-blog-card .product-description-short {
  flex: 0 0 auto;
}

.wc-blog-home__pagination {
  margin-top: 2rem;
}

.wc-blog-home__pagination .simpleblog__listing__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  background: transparent;
}

.wc-blog-home__pagination .simpleblog__listing__pagination > div {
  width: auto;
  max-width: none;
  flex: 1 1 280px;
  color: #dbcabd;
}

.wc-blog-home__pagination .page-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-blog-home__pagination .page-list a,
.wc-blog-home__pagination .page-list .spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.wc-blog-home__pagination .page-list li.current a,
.wc-blog-home__pagination .page-list a:hover,
.wc-blog-home__pagination .page-list a:focus {
  background: #ff8b3d;
  border-color: #ff8b3d;
  color: #fff;
}

.wc-blog-home__empty {
  margin: 0;
  border: 0;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .wc-blog-home__grid.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }

  .wc-blog-home__hero {
    grid-template-columns: 1fr;
  }

  .wc-blog-home__masthead,
  .wc-blog-home__masthead-overlay,
  .wc-blog-home__masthead-inner {
    min-height: 400px;
  }

  .wc-blog-home__section-title {
    font-size: 1.15rem;
    letter-spacing: 0.22em;
  }
}

@media (max-width: 767.98px) {
  .wc-blog-home__grid.row {
    --bs-gutter-x: 4.5rem;
    --bs-gutter-y: 4.5rem;
  }

  .wc-blog-home {
    padding-bottom: 2.5rem;
  }

  .wc-blog-home__masthead,
  .wc-blog-home__masthead-overlay,
  .wc-blog-home__masthead-inner {
    min-height: 400px;
  }

  .wc-blog-home__masthead-subtitle {
    font-size: 1.2rem;
    letter-spacing: 4px;
  }

  .wc-blog-home__listing {
    padding-top: 1.5rem;
  }

  .wc-blog-home__section-head {
    margin-bottom: 1.4rem;
  }

  .wc-blog-card .product-description,
  .wc-blog-card__content {
    padding: 0.95rem 0.9rem 0.85rem;
  }

  .wc-blog-card__image {
    min-height: 260px;
  }

  .wc-blog-card__footer {
    align-items: flex-start;
  }

  .wc-blog-card__footer-meta,
  .wc-blog-card .product-btn {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .wc-blog-card .product-btn {
    justify-content: flex-start;
    margin-top: 0.75rem;
  }

  .wc-blog-home__pagination .page-list {
    justify-content: flex-start;
  }
}
