/*
Theme Name: Veroak Supply
Template: blocksy
Version: 1.0.0
Text Domain: veroak-supply
*/
:root {
  --ow-ink: #1f2522;
  --ow-muted: #68716c;
  --ow-sage: #526a5d;
  --ow-sage-dark: #31483d;
  --ow-soft: #f3f5f1;
  --ow-paper: #fbfcfa;
  --ow-line: #dfe4df;
  --ow-white: #ffffff;
}

body {
  color: var(--ow-ink);
  background: var(--ow-paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.site-title {
  color: var(--ow-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.ct-header .site-title,
.ct-header [data-id="logo"] .site-title {
  font-size: 27px;
  font-weight: 600;
}

.ct-header .menu > li > a {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.home .hero-section,
.home .entry-header {
  display: none;
}

.home .ct-container-full[data-vertical-spacing] {
  padding-top: 0;
  padding-bottom: 0;
}

.home .entry-content {
  width: 100%;
  max-width: none;
}

.ow-hero {
  position: relative;
  display: grid;
  width: 100vw;
  max-width: none;
  min-height: 560px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  align-items: center;
  background-color: #eef0ec;
  background-image: url("/wp-content/uploads/2026/09/omniwear-kitchen-hero-v1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ow-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ow-hero__inner > * {
  max-width: 540px;
}

.ow-eyebrow {
  margin: 0 0 14px;
  color: var(--ow-sage-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ow-hero h1 {
  margin: 0;
  max-width: 620px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.04;
}

.ow-hero__copy {
  margin: 24px 0 0;
  color: #3f4944;
  font-size: 18px;
  line-height: 1.6;
}

.ow-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.ow-button,
.woocommerce ul.products li.product .button,
.single_add_to_cart_button,
.checkout-button,
.button.alt {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ow-sage-dark);
  border-radius: 3px;
  background: var(--ow-sage-dark);
  color: var(--ow-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ow-button {
  padding: 0 22px;
}

.ow-button:hover,
.woocommerce ul.products li.product .button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.button.alt:hover {
  border-color: var(--ow-sage);
  background: var(--ow-sage);
  color: var(--ow-white);
}

.ow-button--secondary {
  border-color: var(--ow-ink);
  background: transparent;
  color: var(--ow-ink);
}

.ow-button--secondary:hover {
  color: var(--ow-white);
}

.ow-benefits {
  display: grid;
  width: 100vw;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #42574c;
  color: var(--ow-white);
}

.ow-benefits > div {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
}

.ow-benefits > div:last-child {
  border-right: 0;
}

.ow-benefits strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

.ow-benefits span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.ow-section,
.home .woocommerce.home-products,
.ow-editorial,
.ow-closing {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.ow-section {
  padding-top: 92px;
}

.ow-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.ow-section__heading h2,
.ow-editorial h2,
.ow-closing h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.12;
}

.ow-text-link {
  color: var(--ow-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #99a69f;
  text-underline-offset: 5px;
}

.ow-text-link:hover {
  color: var(--ow-sage);
}

.ow-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ow-category-card {
  overflow: hidden;
  border: 1px solid var(--ow-line);
  border-radius: 4px;
  background: var(--ow-white);
  color: var(--ow-ink);
  text-decoration: none;
}

.ow-category-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ow-soft);
}

.ow-category-card__media img {
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  transition: transform .35s ease;
}

.ow-category-card:hover .ow-category-card__media img {
  transform: scale(1.035);
}

.ow-category-card__body {
  display: block;
  padding: 20px 22px 22px;
}

.ow-category-card__body strong,
.ow-category-card__body small {
  display: block;
}

.ow-category-card__body strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.ow-category-card__body small {
  margin-top: 7px;
  color: var(--ow-muted);
  font-size: 13px;
}

.ow-section--products {
  padding-top: 96px;
}

.home .woocommerce.home-products {
  margin-top: 0;
}

.woocommerce ul.products {
  gap: 44px 22px;
}

.woocommerce ul.products li.product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
}

.woocommerce ul.products li.product figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 18px;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  background: var(--ow-soft);
}

.woocommerce ul.products li.product figure .ct-media-container {
  display: block;
  width: 100%;
  height: 100%;
}

.woocommerce ul.products li.product figure img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  transition: transform .3s ease;
}

.woocommerce ul.products li.product:hover figure img {
  transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 68px;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--ow-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: var(--ow-sage);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce ul.products li.product .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .price {
  margin: 0 0 8px;
  color: var(--ow-ink);
  font-size: 15px;
  font-weight: 700;
}

.woocommerce ul.products li.product .price del {
  color: #929994;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
  color: #a33f32;
  text-decoration: none;
}

.woocommerce ul.products li.product .entry-meta,
.woocommerce ul.products li.product .ct-woo-card-actions,
.woocommerce ul.products li.product .product-categories {
  color: var(--ow-muted);
  font-size: 11px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: auto;
  padding: 0 14px;
}

.woocommerce ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 2px;
  background: #a34839;
  color: var(--ow-white);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0;
}

.ow-editorial {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  margin-top: 104px;
  overflow: hidden;
  border-radius: 4px;
  background: #e8eee9;
}

.ow-editorial__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px;
}

.ow-editorial__copy p:not(.ow-eyebrow) {
  max-width: 520px;
  margin: 22px 0 28px;
  color: #52605a;
  font-size: 16px;
  line-height: 1.7;
}

.ow-editorial__image {
  min-height: 430px;
  background: var(--ow-white);
}

.ow-editorial__image img {
  width: 100%;
  height: 100%;
  padding: 30px;
  object-fit: contain;
}

.ow-closing {
  padding: 110px 0;
  text-align: center;
}

.ow-closing h2 {
  max-width: 680px;
  margin: 0 auto 26px;
}

.single-product .product_title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: none;
}

.single-product .woocommerce-product-gallery__image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: var(--ow-soft);
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ow-ink);
  font-size: 22px;
  font-weight: 700;
}

.woocommerce-shop .hero-section,
.tax-product_cat .hero-section {
  height: 170px;
  min-height: 170px;
  background: var(--ow-soft);
}

.woocommerce-shop .hero-section .page-title,
.tax-product_cat .hero-section .page-title {
  font-size: 40px;
  font-weight: 500;
}

.woocommerce-shop .ct-container[data-vertical-spacing],
.tax-product_cat .ct-container[data-vertical-spacing] {
  padding-top: 62px;
  padding-bottom: 90px;
}

@media (max-width: 999px) {
  .ow-hero {
    min-height: 520px;
  }

  .ow-hero h1 {
    max-width: 500px;
    font-size: 46px;
  }

  .ow-editorial__copy {
    padding: 48px;
  }
}

@media (max-width: 689px) {
  .ct-header .site-title,
  .ct-header [data-id="logo"] .site-title {
    font-size: 22px;
  }

  .ow-hero {
    min-height: 560px;
    background-position: 62% center;
  }

  .ow-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(249, 250, 247, .76);
    content: "";
  }

  .ow-hero__inner,
  .ow-section,
  .home .woocommerce.home-products,
  .ow-editorial,
  .ow-closing {
    width: min(100% - 32px, 1180px);
  }

  .ow-hero h1 {
    max-width: 340px;
    font-size: 39px;
    line-height: 1.05;
  }

  .ow-hero__copy {
    max-width: 330px;
    font-size: 16px;
  }

  .ow-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ow-button {
    width: 100%;
  }

  .ow-benefits {
    grid-template-columns: 1fr;
  }

  .ow-benefits > div {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .ow-benefits > div:last-child {
    border-bottom: 0;
  }

  .ow-section {
    padding-top: 68px;
  }

  .ow-section__heading {
    align-items: flex-start;
  }

  .ow-section__heading h2,
  .ow-editorial h2,
  .ow-closing h2 {
    font-size: 30px;
  }

  .ow-section__heading .ow-text-link {
    flex: 0 0 auto;
    margin-top: 23px;
  }

  .ow-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ow-category-card:last-child {
    grid-column: 1 / -1;
  }

  .ow-category-card__media {
    aspect-ratio: 1 / 1;
  }

  .ow-category-card:last-child .ow-category-card__media {
    aspect-ratio: 2 / 1;
  }

  .ow-category-card__media img {
    padding: 12px;
  }

  .ow-category-card__body {
    padding: 15px;
  }

  .ow-category-card__body strong {
    font-size: 17px;
  }

  .ow-category-card__body small {
    font-size: 11px;
    line-height: 1.45;
  }

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

  .woocommerce ul.products li.product figure {
    margin-bottom: 13px;
  }

  .woocommerce ul.products li.product figure img {
    padding: 8px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 59px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .woocommerce ul.products li.product .price {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .button {
    min-height: 42px;
    font-size: 12px;
  }

  .ow-editorial {
    grid-template-columns: 1fr;
    margin-top: 76px;
  }

  .ow-editorial__copy {
    padding: 38px 28px;
  }

  .ow-editorial__image {
    min-height: 310px;
  }

  .ow-closing {
    padding: 76px 0;
  }

  .single-product .product_title {
    font-size: 29px;
  }

  .woocommerce-shop .hero-section,
  .tax-product_cat .hero-section {
    height: 130px;
    min-height: 130px;
  }

  .woocommerce-shop .hero-section .page-title,
  .tax-product_cat .hero-section .page-title {
    font-size: 32px;
  }

  .woocommerce-shop .ct-container[data-vertical-spacing],
  .tax-product_cat .ct-container[data-vertical-spacing] {
    padding-top: 38px;
    padding-bottom: 68px;
  }
}
.veroak-company{text-align:center;padding:22px 24px 30px;background:#f3f5f1;color:#526058;font-size:13px;line-height:1.9;border-top:1px solid #dfe4df}.veroak-company a{color:inherit}.woocommerce-checkout #payment .veroak-payment-note{padding:16px;background:#f3f5f1;border:1px solid #dfe4df} @media(min-width:1000px){[data-header] .ct-header-text{font-size:12px}[data-header] .menu>li>a{padding-left:10px;padding-right:10px}}
