:root {
  --store-ink: #17110e;
  --store-body: #5c4c44;
  --store-muted: #8a7770;
  --store-cream: #fff7ec;
  --store-soft: #fffaf3;
  --store-peach: #f8cfbd;
  --store-blush: #f6e3da;
  --store-green: #285844;
  --store-green-soft: #dcece2;
  --store-line: #ead8cc;
  --store-white: #ffffff;
  --store-radius: 8px;
  --store-shadow: 0 18px 42px rgba(23, 17, 14, 0.12);
}

.slo-complete-store {
  background: var(--store-cream);
  color: var(--store-ink);
}

.slo-store-shell,
.slo-store .ast-container,
.slo-store-page .slo-store-page__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.slo-complete-store a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.slo-complete-store .site-header,
.slo-complete-store .main-header-bar,
.slo-complete-store .ast-primary-header-bar {
  background: rgba(255, 247, 236, 0.94);
  border-bottom-color: var(--store-line);
}

.slo-complete-store .site-title a,
.slo-complete-store .main-header-menu .menu-link,
.slo-complete-store .ast-builder-menu .main-navigation > ul > li > .menu-link {
  color: var(--store-ink);
  font-weight: 850;
}

.slo-store {
  background: var(--store-cream);
}

.slo-store-hero {
  padding: 68px 0 34px;
  background:
    linear-gradient(180deg, rgba(255, 247, 236, 0.94), rgba(255, 247, 236, 1)),
    radial-gradient(circle at 80% 10%, var(--store-blush), transparent 38%);
}

.slo-store-eyebrow {
  margin: 0 0 12px;
  color: var(--store-green);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slo-store-hero h1,
.slo-store-page h1,
.slo-store-product h1 {
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.slo-store-hero p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--store-body);
  font-size: 19px;
}

.slo-shop-tools {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 28px auto 22px;
  color: var(--store-body);
}

.slo-shop-tools .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--store-muted);
  font-weight: 800;
}

.slo-shop-tools .woocommerce-ordering {
  float: none;
  margin: 0;
}

.slo-shop-tools select,
.slo-complete-store select {
  min-height: 42px;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background-color: var(--store-white);
  color: var(--store-ink);
}

.slo-shop-content {
  padding: 24px 0 82px;
}

.slo-complete-store .woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
}

.slo-complete-store .woocommerce-message,
.slo-complete-store .woocommerce-info,
.slo-complete-store .woocommerce-error {
  border-top-color: var(--store-green);
  border-radius: var(--store-radius);
  background: var(--store-white);
  color: var(--store-body);
  box-shadow: none;
}

.slo-complete-store .woocommerce-message::before,
.slo-complete-store .woocommerce-info::before {
  color: var(--store-green);
}

.slo-complete-store ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.slo-complete-store ul.products::before,
.slo-complete-store ul.products::after {
  display: none;
}

.slo-complete-store ul.products li.product,
.slo-complete-store ul.products li.product.slo-product-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-white);
  overflow: hidden;
  box-shadow: none;
}

.slo-product-card__media {
  display: block;
  aspect-ratio: 1 / 0.82;
  background: var(--store-blush);
  overflow: hidden;
}

.slo-product-card__media img,
.slo-complete-store ul.products li.product img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  display: block;
}

.slo-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 244px;
  padding: 20px;
}

.slo-product-card__label {
  margin: 0 0 8px;
  color: var(--store-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.slo-product-card__title {
  margin: 0;
  color: var(--store-ink);
  font-size: 22px;
  line-height: 1.12;
}

.slo-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.slo-product-card__desc {
  margin: 12px 0 0;
  color: var(--store-body);
  font-size: 14px;
}

.slo-product-card__foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
}

.slo-product-card__foot .price,
.slo-complete-store ul.products li.product .price {
  color: var(--store-ink);
  font-size: 17px;
  font-weight: 950;
}

.slo-product-card__foot .button,
.slo-complete-store a.button,
.slo-complete-store button.button,
.slo-complete-store input.button,
.slo-complete-store #respond input#submit,
.slo-complete-store .woocommerce a.button,
.slo-complete-store .woocommerce button.button,
.slo-complete-store .woocommerce input.button,
.slo-complete-store .woocommerce #respond input#submit {
  border: 1px solid var(--store-ink);
  border-radius: 4px;
  background: var(--store-ink);
  color: var(--store-white);
  font-weight: 950;
  line-height: 1.1;
  padding: 12px 14px;
}

.slo-complete-store a.button:hover,
.slo-complete-store button.button:hover,
.slo-complete-store input.button:hover,
.slo-complete-store .woocommerce a.button:hover,
.slo-complete-store .woocommerce button.button:hover,
.slo-complete-store .woocommerce input.button:hover {
  background: var(--store-green);
  border-color: var(--store-green);
  color: var(--store-white);
}

.slo-store-product {
  padding: 58px 0 86px;
  background: var(--store-cream);
}

.slo-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.slo-product-gallery,
.slo-product-summary {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-white);
}

.slo-product-gallery {
  padding: 16px;
  overflow: hidden;
}

.slo-product-gallery .woocommerce-product-gallery {
  margin: 0 !important;
  width: 100% !important;
}

.slo-product-summary {
  padding: clamp(24px, 4vw, 42px);
}

.slo-product-summary .price {
  margin: 18px 0;
  color: var(--store-green);
  font-size: 28px;
  font-weight: 950;
}

.slo-product-summary .woocommerce-product-details__short-description,
.slo-product-summary .slo-product-description {
  color: var(--store-body);
  font-size: 17px;
}

.slo-product-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.slo-product-summary .quantity .qty,
.slo-complete-store .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-white);
}

.slo-product-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.slo-product-proof span {
  padding: 10px;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-soft);
  color: var(--store-body);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.slo-product-extra {
  margin-top: 34px;
}

.slo-product-extra .woocommerce-tabs,
.slo-product-extra .related.products {
  padding: 28px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-white);
}

.slo-product-extra .related.products {
  margin-top: 18px;
}

.slo-complete-store .woocommerce-cart-form,
.slo-complete-store .cart-collaterals,
.slo-complete-store form.checkout,
.slo-complete-store .woocommerce-MyAccount-navigation,
.slo-complete-store .woocommerce-MyAccount-content,
.slo-store-page__content {
  padding: 24px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-white);
}

.slo-complete-store table.shop_table,
.slo-complete-store .woocommerce table.shop_table {
  border-color: var(--store-line);
  border-radius: var(--store-radius);
  overflow: hidden;
}

.slo-complete-store table.shop_table th,
.slo-complete-store table.shop_table td {
  border-color: var(--store-line);
}

.slo-complete-store .cart_totals h2,
.slo-complete-store #order_review_heading,
.slo-complete-store .woocommerce-billing-fields h3,
.slo-complete-store .woocommerce-additional-fields h3 {
  color: var(--store-ink);
  font-size: 28px;
  line-height: 1.1;
}

.slo-complete-store input.input-text,
.slo-complete-store textarea,
.slo-complete-store select,
.slo-complete-store .select2-container--default .select2-selection--single {
  border: 1px solid var(--store-line);
  border-radius: 4px;
  background: var(--store-white);
}

.slo-complete-store .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slo-complete-store .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 0;
  color: var(--store-ink);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid var(--store-line);
}

.slo-store-page {
  padding: 64px 0 86px;
  background: var(--store-cream);
}

.slo-store-page__header {
  margin-bottom: 28px;
}

.slo-store-page__content {
  color: var(--store-body);
  font-size: 17px;
}

.slo-empty-cart {
  max-width: 720px;
  margin: 70px auto;
  padding: 44px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: var(--store-white);
  text-align: center;
}

.slo-empty-cart h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.slo-empty-cart p {
  color: var(--store-body);
}

@media (max-width: 920px) {
  .slo-complete-store ul.products,
  .slo-product-detail,
  .slo-product-proof {
    grid-template-columns: 1fr;
  }

  .slo-shop-tools {
    display: grid;
  }
}

@media (max-width: 640px) {
  .slo-store-shell,
  .slo-store .ast-container,
  .slo-store-page .slo-store-page__inner {
    width: min(100% - 28px, 1180px);
  }

  .slo-store-hero {
    padding: 46px 0 24px;
  }

  .slo-store-product,
  .slo-store-page {
    padding: 38px 0 64px;
  }

  .slo-complete-store .woocommerce-cart-form,
  .slo-complete-store .cart-collaterals,
  .slo-complete-store form.checkout,
  .slo-complete-store .woocommerce-MyAccount-navigation,
  .slo-complete-store .woocommerce-MyAccount-content,
  .slo-store-page__content {
    padding: 16px;
  }

  .slo-product-card__foot {
    display: grid;
  }

  .slo-product-card__foot .button {
    width: 100%;
    text-align: center;
  }
}

