.elementor-584 .elementor-element.elementor-element-d91681e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-584 .elementor-element.elementor-element-5f46c03.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-584 .elementor-element.elementor-element-5f46c03.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-584 .elementor-element.elementor-element-d91681e{--content-width:1600px;}}@media(max-width:1024px){.elementor-584 .elementor-element.elementor-element-5f46c03.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-584 .elementor-element.elementor-element-5f46c03.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS *//* ================================
   Oak House Product Archive Hero
   ================================ */

.oh-archive-hero {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-border: rgba(63, 46, 33, 0.14);

  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--oh-cream);
  color: var(--oh-text);
  overflow: visible;
  z-index: 2;
}

.oh-archive-hero * {
  box-sizing: border-box;
}

.oh-archive-hero a {
  color: inherit;
  text-decoration: none !important;
}

.oh-archive-hero__stage {
  position: relative;
  min-height: 560px;
  padding: 34px 0 0;
  overflow: visible;
}

.oh-archive-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--oh-archive-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.oh-archive-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255, 250, 241, 0.99) 0%,
      rgba(255, 250, 241, 0.95) 26%,
      rgba(255, 250, 241, 0.74) 46%,
      rgba(255, 250, 241, 0.16) 68%,
      rgba(36, 25, 20, 0.18) 100%
    ),
    linear-gradient(180deg,
      rgba(255, 250, 241, 0.02) 0%,
      rgba(255, 250, 241, 0.14) 62%,
      rgba(255, 250, 241, 0.34) 100%
    );
}

.oh-archive-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 112px, 1440px);
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.oh-archive-hero__content {
  width: min(100%, 720px);
  padding-top: 42px;
}

.oh-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 16px;
  margin-bottom: 22px;
  border: 1px solid rgba(63, 46, 33, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-archive-hero__eyebrow span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oh-archive-hero__eyebrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-archive-hero__title {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 4.8vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-archive-hero__subtitle {
  max-width: 640px;
  margin: 22px 0 0;
  color: #3d342e;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.5;
  font-weight: 600;
}

.oh-archive-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.oh-archive-hero__btn {
  min-height: 60px;
  padding: 17px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-archive-hero__btn svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-archive-hero__btn--primary,
.oh-archive-hero__btn--primary:visited,
.oh-archive-hero__btn--primary:hover,
.oh-archive-hero__btn--primary:focus {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  box-shadow: 0 18px 34px rgba(36, 59, 37, 0.2);
}

.oh-archive-hero__btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  transform: translateY(-2px);
}

.oh-archive-hero__btn--primary svg,
.oh-archive-hero__btn--primary path {
  stroke: #fffaf1 !important;
}

.oh-archive-hero__btn--secondary {
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(36, 25, 20, 0.46);
  color: var(--oh-text) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.oh-archive-hero__btn--secondary:hover {
  background: #fffaf1;
  border-color: var(--oh-text);
  color: var(--oh-text) !important;
  transform: translateY(-2px);
}

/* Trust panel */

.oh-archive-hero__trust {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  transform: translateY(50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(63, 46, 33, 0.12);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.1);
  overflow: hidden;
}

.oh-archive-hero__trust-item {
  min-height: 86px;
  padding: 17px 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(63, 46, 33, 0.12);
}

.oh-archive-hero__trust-item:last-child {
  border-right: 0;
}

.oh-archive-hero__trust-item > span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1eadf;
  color: var(--oh-text);
}

.oh-archive-hero__trust-item svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-archive-hero__trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--oh-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.18;
}

.oh-archive-hero__trust-item small {
  display: block;
  color: var(--oh-muted);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

/* Space after hero because trust block overlaps next section */

.woocommerce.archive .woocommerce-breadcrumb,
.elementor-widget-woocommerce-breadcrumb {
  margin-top: 70px !important;
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-archive-hero__stage,
  .oh-archive-hero__inner {
    min-height: 540px;
  }

  .oh-archive-hero__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-archive-hero__content {
    width: min(100%, 650px);
    padding-top: 36px;
  }

  .oh-archive-hero__title {
    font-size: clamp(50px, 5vw, 76px);
  }

  .oh-archive-hero__trust-item {
    padding: 16px 18px;
  }
}

@media (max-width: 1024px) {
  .oh-archive-hero__stage,
  .oh-archive-hero__inner {
    min-height: 560px;
  }

  .oh-archive-hero__stage {
    padding-top: 28px;
  }

  .oh-archive-hero__bg {
    background-position: 64% center;
  }

  .oh-archive-hero__shade {
    background:
      linear-gradient(90deg,
        rgba(255, 250, 241, 0.98) 0%,
        rgba(255, 250, 241, 0.91) 44%,
        rgba(255, 250, 241, 0.28) 74%,
        rgba(36, 25, 20, 0.2) 100%
      ),
      linear-gradient(180deg,
        rgba(255, 250, 241, 0.02) 0%,
        rgba(255, 250, 241, 0.3) 100%
      );
  }

  .oh-archive-hero__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-archive-hero__content {
    width: min(100%, 600px);
    padding-top: 30px;
  }

  .oh-archive-hero__title {
    font-size: clamp(44px, 8vw, 68px);
  }

  .oh-archive-hero__subtitle {
    max-width: 540px;
    font-size: 18px;
  }

  .oh-archive-hero__trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .oh-archive-hero__trust-item:nth-child(2) {
    border-right: 0;
  }

  .oh-archive-hero__trust-item:nth-child(1),
  .oh-archive-hero__trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(63, 46, 33, 0.12);
  }
}

@media (max-width: 720px) {
  body .oh-archive-hero {
    overflow: visible !important;
  }

  body .oh-archive-hero__stage {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .oh-archive-hero__inner {
    min-height: 0 !important;
    height: auto !important;
    width: min(100% - 24px, 100%) !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body .oh-archive-hero__bg {
    position: absolute !important;
    inset: 0 !important;
    background-position: 67% top !important;
    background-size: cover !important;
  }

  body .oh-archive-hero__shade {
    background:
      linear-gradient(90deg,
        rgba(255, 250, 241, 0.98) 0%,
        rgba(255, 250, 241, 0.9) 58%,
        rgba(255, 250, 241, 0.46) 100%
      ),
      linear-gradient(180deg,
        rgba(255, 250, 241, 0.02) 0%,
        rgba(255, 250, 241, 0.42) 100%
      ) !important;
  }

  body .oh-archive-hero__content {
    width: 100% !important;
    padding-top: 28px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body .oh-archive-hero__eyebrow {
    min-height: 36px !important;
    padding: 8px 12px !important;
    margin-bottom: 18px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.07em !important;
  }

  body .oh-archive-hero__title {
    max-width: 96% !important;
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
  }

  body .oh-archive-hero__subtitle {
    max-width: 96% !important;
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body .oh-archive-hero__actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  body .oh-archive-hero__btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
  }

  body .oh-archive-hero__trust {
    width: 100% !important;
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
  }

  body .oh-archive-hero__trust-item {
    min-height: 72px !important;
    grid-template-columns: 42px 1fr !important;
    padding: 13px 16px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(63, 46, 33, 0.12) !important;
  }

  body .oh-archive-hero__trust-item:last-child {
    border-bottom: 0 !important;
  }

  body .oh-archive-hero__trust-item > span {
    width: 42px !important;
    height: 42px !important;
  }

  body .oh-archive-hero__trust-item strong {
    font-size: 14.5px !important;
  }

  body .oh-archive-hero__trust-item small {
    font-size: 13.5px !important;
  }

  .woocommerce.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb {
    margin-top: 34px !important;
  }
}

@media (max-width: 420px) {
  body .oh-archive-hero__content {
    padding-top: 24px !important;
  }

  body .oh-archive-hero__title {
    font-size: 39px !important;
  }

  body .oh-archive-hero__subtitle {
    font-size: 15.5px !important;
  }

  body .oh-archive-hero__trust {
    margin-top: 26px !important;
  }
}
/* ================================
   Oak House Archive SEO Block
   ================================ */

.oh-archive-seo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f7efe2;
  padding: 78px 0 88px;
}

.oh-archive-seo__inner {
  width: min(100% - 72px, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 44px;
  align-items: start;
}

.oh-archive-seo__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(36, 59, 37, 0.09);
  color: #243b25;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.oh-archive-seo__title {
  max-width: 760px;
  margin: 0 0 18px;
  color: #241914;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.oh-archive-seo__content p {
  max-width: 820px;
  margin: 0 0 14px;
  color: rgba(36, 25, 20, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.oh-archive-seo__faq {
  padding: 24px;
  border-radius: 26px;
  background: #fffaf1;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.08);
}

.oh-archive-seo__faq h3 {
  margin: 0 0 16px;
  color: #241914;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
}

.oh-archive-seo__faq details {
  border-top: 1px solid rgba(36, 25, 20, 0.1);
  padding: 15px 0;
}

.oh-archive-seo__faq details:first-of-type {
  border-top: 0;
}

.oh-archive-seo__faq summary {
  cursor: pointer;
  color: #241914;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.oh-archive-seo__faq p {
  margin: 10px 0 0;
  color: rgba(36, 25, 20, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .oh-archive-seo {
    padding: 54px 0 62px;
  }

  .oh-archive-seo__inner {
    width: min(100% - 40px, 1280px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .oh-archive-seo__title {
    font-size: clamp(30px, 8vw, 42px);
  }

  .oh-archive-seo__content p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 420px) {
  .oh-archive-seo__inner {
    width: min(100% - 28px, 1280px);
  }

  .oh-archive-seo__faq {
    padding: 20px;
    border-radius: 22px;
  }
}
/* ================================
   Oak House Archive Products Block
   ================================ */

/* Main archive background */

.woocommerce.archive,
.woocommerce-page.archive,
.woocommerce.archive .site-main,
.woocommerce-page.archive .site-main,
.elementor-widget-woocommerce-archive-products {
  background: #fffaf1 !important;
}

/* Anchor target for hero button */

#oh-products-grid {
  scroll-margin-top: 110px;
}

/* Breadcrumbs spacing after archive hero */

.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce-page.archive .woocommerce-breadcrumb,
.elementor-widget-woocommerce-breadcrumb {
  width: min(100% - 112px, 1440px);
  margin: 74px auto 22px !important;
  color: rgba(36, 25, 20, 0.58) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.woocommerce.archive .woocommerce-breadcrumb a,
.woocommerce-page.archive .woocommerce-breadcrumb a,
.elementor-widget-woocommerce-breadcrumb a {
  color: #243b25 !important;
  text-decoration: none !important;
}

.woocommerce.archive .woocommerce-breadcrumb a:hover,
.woocommerce-page.archive .woocommerce-breadcrumb a:hover,
.elementor-widget-woocommerce-breadcrumb a:hover {
  color: #1b2f1d !important;
}

/* Top archive controls */

.woocommerce.archive .woocommerce-result-count,
.woocommerce-page.archive .woocommerce-result-count {
  float: none !important;
  width: min(100% - 112px, 1440px);
  margin: 0 auto 16px !important;
  color: rgba(36, 25, 20, 0.7) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.woocommerce.archive .woocommerce-ordering,
.woocommerce-page.archive .woocommerce-ordering {
  width: min(100% - 112px, 1440px);
  margin: -52px auto 24px !important;
  float: none !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.woocommerce.archive .woocommerce-ordering select,
.woocommerce-page.archive .woocommerce-ordering select {
  min-width: 250px;
  min-height: 46px;
  padding: 0 42px 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 25, 20, 0.14);
  background-color: #fff;
  color: #241914;
  font-size: 14px;
  font-weight: 650;
  outline: none;
  box-shadow: 0 8px 20px rgba(42, 28, 18, 0.05);
}

/* Product grid */

.woocommerce.archive ul.products,
.woocommerce-page.archive ul.products,
.elementor-widget-woocommerce-archive-products ul.products {
  width: min(100% - 112px, 1440px);
  margin: 0 auto !important;
  padding: 10px 0 74px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  clear: both !important;
}

.woocommerce.archive ul.products::before,
.woocommerce.archive ul.products::after,
.woocommerce-page.archive ul.products::before,
.woocommerce-page.archive ul.products::after,
.elementor-widget-woocommerce-archive-products ul.products::before,
.elementor-widget-woocommerce-archive-products ul.products::after {
  display: none !important;
}

/* Product card */

.woocommerce.archive ul.products li.product,
.woocommerce-page.archive ul.products li.product,
.elementor-widget-woocommerce-archive-products ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(122, 79, 42, 0.11);
  box-shadow: 0 16px 38px rgba(42, 28, 18, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.woocommerce.archive ul.products li.product:hover,
.woocommerce-page.archive ul.products li.product:hover,
.elementor-widget-woocommerce-archive-products ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 79, 42, 0.2);
  box-shadow: 0 22px 48px rgba(42, 28, 18, 0.11);
}

/* Product image */

.woocommerce.archive ul.products li.product a img,
.woocommerce-page.archive ul.products li.product a img,
.elementor-widget-woocommerce-archive-products ul.products li.product a img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  padding: 18px;
  margin: 0 0 14px !important;
  border-radius: 20px;
  background: #fffaf1;
  box-shadow: none !important;
}

/* Product title */

.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #241914 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
}

/* Price */

.woocommerce.archive ul.products li.product .price,
.woocommerce-page.archive ul.products li.product .price,
.elementor-widget-woocommerce-archive-products ul.products li.product .price {
  display: block;
  margin: 0 0 14px !important;
  color: #243b25 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.woocommerce.archive ul.products li.product .price del,
.woocommerce-page.archive ul.products li.product .price del,
.elementor-widget-woocommerce-archive-products ul.products li.product .price del {
  color: rgba(36, 25, 20, 0.42) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.woocommerce.archive ul.products li.product .price ins,
.woocommerce-page.archive ul.products li.product .price ins,
.elementor-widget-woocommerce-archive-products ul.products li.product .price ins {
  text-decoration: none !important;
}

/* Button */

.woocommerce.archive ul.products li.product .button,
.woocommerce-page.archive ul.products li.product .button,
.elementor-widget-woocommerce-archive-products ul.products li.product .button {
  width: 100%;
  min-height: 46px;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 999px !important;
  background: #243b25 !important;
  border: 1px solid #243b25 !important;
  color: #fffaf1 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.woocommerce.archive ul.products li.product .button:hover,
.woocommerce-page.archive ul.products li.product .button:hover,
.elementor-widget-woocommerce-archive-products ul.products li.product .button:hover {
  background: #1b2f1d !important;
  border-color: #1b2f1d !important;
  color: #fffaf1 !important;
  transform: translateY(-1px);
}

/* Hide default "view cart" link after add to cart */

.woocommerce.archive ul.products li.product .added_to_cart,
.woocommerce-page.archive ul.products li.product .added_to_cart,
.elementor-widget-woocommerce-archive-products ul.products li.product .added_to_cart {
  display: none !important;
}

/* Sale badge */

.woocommerce.archive span.onsale,
.woocommerce-page.archive span.onsale,
.elementor-widget-woocommerce-archive-products span.onsale {
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: #7a4f2a !important;
  color: #fffaf1 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Category cards if archive shows categories */

.woocommerce.archive ul.products li.product-category,
.woocommerce-page.archive ul.products li.product-category {
  text-align: left;
}

.woocommerce.archive ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce-page.archive ul.products li.product-category .woocommerce-loop-category__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #241914 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.woocommerce.archive ul.products li.product-category mark,
.woocommerce-page.archive ul.products li.product-category mark {
  background: transparent !important;
  color: rgba(36, 25, 20, 0.54) !important;
  font-size: 14px !important;
}

/* Pagination */

.woocommerce.archive nav.woocommerce-pagination,
.woocommerce-page.archive nav.woocommerce-pagination {
  width: min(100% - 112px, 1440px);
  margin: -34px auto 76px !important;
}

.woocommerce.archive nav.woocommerce-pagination ul,
.woocommerce-page.archive nav.woocommerce-pagination ul {
  border: 0 !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
}

.woocommerce.archive nav.woocommerce-pagination ul li,
.woocommerce-page.archive nav.woocommerce-pagination ul li {
  border: 0 !important;
  margin: 0 !important;
}

.woocommerce.archive nav.woocommerce-pagination ul li a,
.woocommerce.archive nav.woocommerce-pagination ul li span,
.woocommerce-page.archive nav.woocommerce-pagination ul li a,
.woocommerce-page.archive nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  padding: 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #241914;
  border: 1px solid rgba(36, 25, 20, 0.12);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.woocommerce.archive nav.woocommerce-pagination ul li span.current,
.woocommerce.archive nav.woocommerce-pagination ul li a:hover,
.woocommerce-page.archive nav.woocommerce-pagination ul li span.current,
.woocommerce-page.archive nav.woocommerce-pagination ul li a:hover {
  background: #243b25 !important;
  border-color: #243b25 !important;
  color: #fffaf1 !important;
}

/* Empty archive */

.woocommerce.archive .woocommerce-info,
.woocommerce-page.archive .woocommerce-info {
  width: min(100% - 112px, 1440px);
  margin: 40px auto 80px !important;
  padding: 20px 22px !important;
  border-radius: 18px;
  background: #fff !important;
  border: 1px solid rgba(122, 79, 42, 0.14) !important;
  color: #241914 !important;
}

/* Tablet */

@media (max-width: 1280px) {
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination,
  .woocommerce.archive .woocommerce-info,
  .woocommerce-page.archive .woocommerce-info {
    width: min(100% - 72px, 1180px);
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile */

@media (max-width: 820px) {
  #oh-products-grid {
    scroll-margin-top: 80px;
  }

  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb {
    width: min(100% - 40px, 100%);
    margin: 34px auto 18px !important;
  }

  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count {
    width: min(100% - 40px, 100%);
    margin: 0 auto 12px !important;
  }

  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering {
    width: min(100% - 40px, 100%);
    margin: 0 auto 18px !important;
    justify-content: stretch !important;
  }

  .woocommerce.archive .woocommerce-ordering select,
  .woocommerce-page.archive .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    width: min(100% - 40px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 8px 0 58px !important;
  }

  .woocommerce.archive ul.products li.product,
  .woocommerce-page.archive ul.products li.product,
  .elementor-widget-woocommerce-archive-products ul.products li.product {
    padding: 10px 10px 14px !important;
    border-radius: 20px;
  }

  .woocommerce.archive ul.products li.product a img,
  .woocommerce-page.archive ul.products li.product a img,
  .elementor-widget-woocommerce-archive-products ul.products li.product a img {
    padding: 12px;
    margin-bottom: 12px !important;
    border-radius: 16px;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
  }

  .woocommerce.archive ul.products li.product .price,
  .woocommerce-page.archive ul.products li.product .price,
  .elementor-widget-woocommerce-archive-products ul.products li.product .price {
    margin-bottom: 12px !important;
    font-size: 15px !important;
  }

  .woocommerce.archive ul.products li.product .button,
  .woocommerce-page.archive ul.products li.product .button,
  .elementor-widget-woocommerce-archive-products ul.products li.product .button {
    min-height: 42px;
    padding: 13px 12px !important;
    font-size: 13px !important;
  }

  .woocommerce.archive span.onsale,
  .woocommerce-page.archive span.onsale,
  .elementor-widget-woocommerce-archive-products span.onsale {
    top: 12px !important;
    left: 12px !important;
    font-size: 11px !important;
  }

  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination {
    width: min(100% - 40px, 100%);
    margin: -28px auto 56px !important;
  }
}

/* Small mobile */

@media (max-width: 420px) {
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination {
    width: min(100% - 28px, 100%);
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    gap: 12px !important;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }

  .woocommerce.archive ul.products li.product .button,
  .woocommerce-page.archive ul.products li.product .button,
  .elementor-widget-woocommerce-archive-products ul.products li.product .button {
    font-size: 12.5px !important;
  }
}
/* ================================
   Oak House Archive Final Mobile Width Patch
   тільки мобільна версія
   ================================ */

@media (max-width: 820px) {
  /* вся зона архіву майже на повну ширину */
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination,
  .woocommerce.archive .woocommerce-info,
  .woocommerce-page.archive .woocommerce-info {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* hero архіву теж ширше */
  body .oh-archive-hero__inner {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
  }

  body .oh-archive-hero__content {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  body .oh-archive-hero__trust {
    width: 100% !important;
  }

  /* товари: залишаємо 2 колонки, але робимо ширше */
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 54px !important;
  }

  /* картки компактніші, щоб не виглядали зажатими */
  .woocommerce.archive ul.products li.product,
  .woocommerce-page.archive ul.products li.product,
  .elementor-widget-woocommerce-archive-products ul.products li.product {
    padding: 8px 8px 12px !important;
    border-radius: 16px !important;
  }

  .woocommerce.archive ul.products li.product a img,
  .woocommerce-page.archive ul.products li.product a img,
  .elementor-widget-woocommerce-archive-products ul.products li.product a img {
    padding: 8px !important;
    margin-bottom: 10px !important;
    border-radius: 13px !important;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px !important;
    font-size: 13.5px !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
  }

  .woocommerce.archive ul.products li.product .price,
  .woocommerce-page.archive ul.products li.product .price,
  .elementor-widget-woocommerce-archive-products ul.products li.product .price {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce.archive ul.products li.product .button,
  .woocommerce-page.archive ul.products li.product .button,
  .elementor-widget-woocommerce-archive-products ul.products li.product .button {
    min-height: 40px !important;
    padding: 12px 8px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
  }

  /* сортування не повинно стискати сторінку */
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering {
    margin-bottom: 16px !important;
  }

  .woocommerce.archive .woocommerce-ordering select,
  .woocommerce-page.archive .woocommerce-ordering select {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 999px !important;
  }

  /* SEO-блок архіву ширше */
  .oh-archive-seo__inner {
    width: calc(100vw - 12px) !important;
    max-width: none !important;
  }

  .oh-archive-seo__content,
  .oh-archive-seo__faq {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .oh-archive-seo__faq {
    padding: 18px 14px !important;
    border-radius: 18px !important;
  }
}

@media (max-width: 420px) {
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination,
  .woocommerce.archive .woocommerce-info,
  .woocommerce-page.archive .woocommerce-info,
  body .oh-archive-hero__inner,
  .oh-archive-seo__inner {
    width: calc(100vw - 8px) !important;
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    gap: 8px !important;
  }

  .woocommerce.archive ul.products li.product,
  .woocommerce-page.archive ul.products li.product,
  .elementor-widget-woocommerce-archive-products ul.products li.product {
    padding: 7px 7px 11px !important;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
  }
}
/* ================================
   Oak House Archive Mobile Final Fix
   1 product per row + safe side spacing
   ================================ */

@media (max-width: 820px) {
  body.woocommerce.archive,
  body.woocommerce-page.archive {
    overflow-x: hidden !important;
  }

  /* Контейнери архіву — не через 100vw, щоб не з'їдало правий відступ */
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination,
  .woocommerce.archive .woocommerce-info,
  .woocommerce-page.archive .woocommerce-info {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Hero архіву */
  body .oh-archive-hero__inner {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .oh-archive-hero__content {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  /* SEO-блок */
  .oh-archive-seo__inner {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Головне: 1 товар в ряд */
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 58px !important;
  }

  .woocommerce.archive ul.products li.product,
  .woocommerce-page.archive ul.products li.product,
  .elementor-widget-woocommerce-archive-products ul.products li.product {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 10px 10px 14px !important;
    border-radius: 18px !important;
  }

  .woocommerce.archive ul.products li.product a img,
  .woocommerce-page.archive ul.products li.product a img,
  .elementor-widget-woocommerce-archive-products ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 15px !important;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    min-height: auto !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
    margin-bottom: 10px !important;
  }

  .woocommerce.archive ul.products li.product .price,
  .woocommerce-page.archive ul.products li.product .price,
  .elementor-widget-woocommerce-archive-products ul.products li.product .price {
    font-size: 18px !important;
    margin-bottom: 14px !important;
  }

  .woocommerce.archive ul.products li.product .button,
  .woocommerce-page.archive ul.products li.product .button,
  .elementor-widget-woocommerce-archive-products ul.products li.product .button {
    width: 100% !important;
    min-height: 46px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
  }

  /* Сортування */
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering {
    margin-bottom: 16px !important;
  }

  .woocommerce.archive .woocommerce-ordering select,
  .woocommerce-page.archive .woocommerce-ordering select {
    width: 100% !important;
    min-height: 44px !important;
  }
}

@media (max-width: 420px) {
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page.archive .woocommerce-breadcrumb,
  .elementor-widget-woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-result-count,
  .woocommerce-page.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering,
  .woocommerce-page.archive .woocommerce-ordering,
  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products,
  .woocommerce.archive nav.woocommerce-pagination,
  .woocommerce-page.archive nav.woocommerce-pagination,
  .woocommerce.archive .woocommerce-info,
  .woocommerce-page.archive .woocommerce-info,
  body .oh-archive-hero__inner,
  .oh-archive-seo__inner {
    width: calc(100% - 16px) !important;
  }

  .woocommerce.archive ul.products,
  .woocommerce-page.archive ul.products,
  .elementor-widget-woocommerce-archive-products ul.products {
    gap: 12px !important;
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page.archive ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-archive-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
  }
}/* End custom CSS */