* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f3ed;
  color: #2b2520;
  font-family: Cardo, Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.Loader,
.Parallax-host-outer,
.Header-search,
.Index-page-scroll-indicator,
.Mobile-bar-search,
.Index-nav-indicator,
.sqs-block-spacer,
.hidden {
  display: none !important;
}

.Mobile {
  display: none;
}

.Site {
  min-height: 100vh;
}

.Header {
  background: rgba(247, 243, 237, 0.96);
}

.Header--bottom {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(43, 37, 32, 0.18);
}

.Header-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.Header-inner--bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 96px;
}

.Header-branding {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.Header-branding-logo {
  width: 118px;
  max-height: 86px;
  object-fit: contain;
}

.Header-nav-inner,
.Mobile-overlay-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.Header-nav-item,
.Mobile-overlay-nav-item,
.Index-nav-item,
.sqs-block-button-element {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
}

.Header-nav-item,
.Mobile-overlay-nav-item {
  padding: 8px 0;
}

.Header-nav-item:hover,
.Mobile-overlay-nav-item:hover,
.Index-nav-item:hover {
  color: #8c4f2b;
}

.Content-outer {
  overflow: hidden;
}

.Main {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.Main-content,
.Content,
.Page,
.BlogList,
.BlogItem,
.ProductList,
.ProductItem {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.Main-content {
  min-height: 420px;
}

.Index-page {
  padding: 76px 0;
  border-bottom: 1px solid rgba(43, 37, 32, 0.12);
}

.Index-page:first-child {
  padding-top: 48px;
}

.Index-page-content,
.Footer-inner {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.sqs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.sqs-col-12,
.sqs-col-7,
.sqs-col-6,
.sqs-col-5,
.sqs-col-4,
.sqs-col-1,
.span-12,
.span-7,
.span-6,
.span-5,
.span-4,
.span-1 {
  flex: 1 1 260px;
  max-width: 100%;
}

.sqs-col-12,
.span-12 {
  flex-basis: 100%;
}

h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.15;
  font-weight: 700;
}

h1 {
  font-size: clamp(42px, 8vw, 86px);
}

h2 {
  font-size: clamp(32px, 5vw, 58px);
}

h3 {
  font-size: 28px;
}

p {
  margin: 0 0 18px;
}

.sqs-block {
  margin-bottom: 24px;
}

.page-title,
.BlogList-title,
.BlogItem-title,
.ProductList-title,
.ProductItem-details-title {
  margin-bottom: 28px;
  text-align: center;
}

.BlogList-item,
.BlogItem,
.ProductList-item,
.ProductItem {
  margin-bottom: 42px;
}

.BlogList-item-title,
.ProductList-item-title,
.ProductItem-details-title {
  font-size: clamp(28px, 4vw, 44px);
}

.BlogList-item,
.ProductList-item {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(43, 37, 32, 0.16);
}

.BlogList-item-image,
.ProductList-item-image {
  display: block;
  margin-bottom: 18px;
}

.ProductList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.ProductList-title {
  grid-column: 1 / -1;
}

.ProductItem-summary {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.85fr);
  gap: 36px;
  align-items: start;
}

.ProductItem-gallery {
  margin: 0;
}

.ProductItem-gallery-slides-item-image {
  width: 100%;
  border-radius: 4px;
}

.ProductItem-details--mobile,
.ProductItem-gallery-thumbnails,
.ProductItem-nav-pagination,
.Share,
.sqs-money-native,
.product-quantity-input {
  display: none !important;
}

.product-price {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.sqs-add-to-cart-button,
.sqs-add-to-cart-button-inner {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
}

.image-block-wrapper,
.sqs-gallery-design-grid,
.slide {
  overflow: hidden;
}

.image-block-wrapper img,
.thumb-image {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.sqs-gallery-design-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.sqs-gallery-design-grid-slide {
  min-width: 0;
}

.sqs-block-button-container--center,
.Footer,
.Footer-business-info,
.Footer-business-hours {
  text-align: center;
}

.sqs-block-button-element {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 12px 20px;
  background: transparent;
}

.Index-nav {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 30;
  transform: translateY(-50%);
}

.Index-nav-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Index-nav-item {
  display: block;
  padding: 6px 8px;
  background: rgba(247, 243, 237, 0.86);
}

.Footer {
  padding: 48px 0;
  background: #2b2520;
  color: #f7f3ed;
}

.Footer-business {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 28px;
}

.Footer-business-info-item,
.Footer-business-hours-item {
  display: block;
}

.form-wrapper,
.form-inner-wrapper {
  width: min(620px, 100%);
  margin: 0 auto;
}

.field,
.form-item {
  margin-bottom: 16px;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(43, 37, 32, 0.35);
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
}

textarea {
  min-height: 140px;
}

input[type="submit"],
button {
  cursor: pointer;
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .Header--bottom {
    position: static;
  }

  .Header-inner--bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 18px 0;
  }

  .Header-nav-inner {
    justify-content: center;
  }

  .Index-nav {
    position: static;
    transform: none;
    padding: 14px 20px;
    background: #eee4d8;
  }

  .Index-nav-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Index-page {
    padding: 48px 0;
  }

  .Main {
    padding: 36px 0;
  }

  .ProductItem-summary {
    grid-template-columns: 1fr;
  }
}
