/* Hurtownia Pasz Swiete - site stylesheet */
:root {
  --hps-green: #173f2b;
  --hps-green-dark: #0d281b;
  --hps-green-soft: #e7efe8;
  --hps-sage: #8fa095;
  --hps-cream: #f8f6f0;
  --hps-paper: #ffffff;
  --hps-line: #e6dfd2;
  --hps-brown: #a87955;
  --hps-brown-dark: #865f43;
  --hps-text: #10291d;
  --hps-muted: #625d55;
  --hps-amber: #f59e0b;
  --hps-danger: #9f3a24;
  --hps-shadow: 0 18px 40px rgba(23, 63, 43, 0.1);
  --hps-radius: 18px;
  --hps-font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hps-font-display: 'Outfit', var(--hps-font-sans);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--hps-cream);
  color: var(--hps-text);
  font-family: var(--hps-font-sans);
  font-size: 16px;
  line-height: 1.65;
}
body > .wp-site-blocks > header.wp-block-template-part,
body > .wp-site-blocks > footer.wp-block-template-part { display: none !important; }
body .wp-site-blocks { padding-top: 0; }
a { color: inherit; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(168, 121, 85, 0.45);
  outline-offset: 3px;
}
.hps-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.hps-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  background: var(--hps-brown);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}
.hps-skip-link:focus { transform: translateY(0); }
.hps-main-anchor { display: block; scroll-margin-top: 130px; }

.hps-topbar {
  background: var(--hps-green-dark);
  color: #fff;
  font-size: 13px;
}
.hps-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hps-topbar a { color: #fff; text-decoration: none; }
.hps-topbar strong { color: #f2d3b4; }
.hps-topbar__items { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hps-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(248, 246, 240, 0.94);
  border-bottom: 1px solid var(--hps-line);
  backdrop-filter: blur(14px);
}
.admin-bar .hps-header { top: 32px; }
.hps-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hps-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  color: var(--hps-text);
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0;
}
.hps-logo__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--hps-green);
  color: #fff;
  font-family: var(--hps-font-display);
  font-size: 15px;
  box-shadow: var(--hps-shadow);
}
.hps-logo__text { display: grid; line-height: 1.12; }
.hps-logo__text small { color: var(--hps-muted); font-size: 12px; font-weight: 700; }
.hps-nav,
.hps-header__actions { display: flex; align-items: center; gap: 6px; }
.hps-nav a,
.hps-nav__toggle,
.hps-header__action,
.hps-mobile-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--hps-text);
  font: 750 14px/1 var(--hps-font-sans);
  text-decoration: none;
  cursor: pointer;
}
.hps-nav a:hover,
.hps-nav__toggle:hover,
.hps-header__action:hover,
.hps-mobile-toggle:hover { background: var(--hps-green-soft); }
.hps-nav__dropdown { position: relative; }
.hps-nav__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 270px;
  padding: 10px;
  border: 1px solid var(--hps-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--hps-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: .18s ease;
}
.hps-nav__dropdown:hover .hps-nav__panel,
.hps-nav__dropdown:focus-within .hps-nav__panel { opacity: 1; visibility: visible; transform: translateY(0); }
.hps-nav__panel a { justify-content: flex-start; width: 100%; border-radius: 12px; }
.hps-header__action { background: #fff; border: 1px solid var(--hps-line); }
.hps-cart-count {
  min-width: 22px;
  min-height: 22px;
  margin-left: 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--hps-brown);
  color: #fff;
  font-size: 12px;
}
.hps-mobile-toggle { display: none; background: var(--hps-green); color: #fff; }
.hps-mobile-nav { display: none; padding: 0 0 18px; }
.hps-mobile-nav.is-open { display: grid; gap: 8px; }
.hps-mobile-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 14px;
  background: #fff;
  color: var(--hps-text);
  text-decoration: none;
  font-weight: 800;
}

.hps-section { padding: 74px 0; }
.hps-section--tight { padding: 46px 0; }
.hps-section--paper { background: var(--hps-paper); }
.hps-section--green { background: var(--hps-green); color: #fff; }
.hps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--hps-brown);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hps-section--green .hps-eyebrow { color: #f2d3b4; }
.hps-title,
.hps-page-title,
.hps-card h3,
.hps-article-card h3 { font-family: var(--hps-font-display); line-height: 1.05; letter-spacing: 0; }
.hps-title { margin: 0 0 16px; font-size: clamp(32px, 4vw, 52px); }
.hps-page-title { margin: 0 0 18px; font-size: clamp(34px, 4vw, 58px); }
.hps-lead { max-width: 760px; margin: 0; color: var(--hps-muted); font-size: clamp(17px, 2vw, 20px); }
.hps-section--green .hps-lead { color: rgba(255,255,255,.78); }
.hps-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hps-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 999px !important;
  border: 1px solid transparent;
  background: var(--hps-brown) !important;
  color: #fff !important;
  font-weight: 850 !important;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(168,121,85,.18);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.hps-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--hps-brown-dark) !important; transform: translateY(-1px); }
.hps-button--secondary {
  background: #fff !important;
  color: var(--hps-text) !important;
  border-color: var(--hps-line);
  box-shadow: none;
}
.hps-button--green { background: var(--hps-green) !important; }
.hps-button--light { background: #fff !important; color: var(--hps-green) !important; }

.hps-hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, calc(100vh - 120px));
  display: grid;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(13,40,27,.96), rgba(23,63,43,.88) 45%, rgba(23,63,43,.58)),
    radial-gradient(circle at 80% 18%, rgba(242,211,180,.22), transparent 28%),
    linear-gradient(135deg, #1b462f, #0d281b);
  color: #fff;
}
.hps-hero::after {
  content: '';
  position: absolute;
  inset: auto -8% -28% 42%;
  height: 70%;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 26px);
  transform: rotate(-4deg);
}
.hps-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) 360px; gap: 44px; align-items: center; }
.hps-hero h1 { max-width: 820px; margin: 0; font-family: var(--hps-font-display); font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: 0; }
.hps-hero p { max-width: 720px; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 21px); }
.hps-hero__card {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.hps-hero__card strong { display: block; font-family: var(--hps-font-display); font-size: 44px; line-height: 1; color: #f2d3b4; }
.hps-hero__card p { margin: 12px 0 0; font-size: 15px; }
.hps-usp { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hps-usp__item { padding: 16px; border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.hps-usp__item strong { display:block; color:#fff; }
.hps-usp__item span { color: rgba(255,255,255,.72); font-size: 14px; }

.hps-grid { display: grid; gap: 18px; }
.hps-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hps-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hps-card,
.hps-article-card,
.woocommerce ul.products li.product,
.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid var(--hps-line);
  border-radius: var(--hps-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(23,63,43,.06);
}
.hps-card { padding: 24px; }
.hps-card h3 { margin: 0 0 8px; font-size: 22px; }
.hps-card p { margin: 0; color: var(--hps-muted); }
.hps-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--hps-green-soft);
  color: var(--hps-green);
  font-weight: 900;
}
.hps-card:hover,
.hps-article-card:hover { transform: translateY(-2px); box-shadow: var(--hps-shadow); }
.hps-card,
.hps-article-card { transition: transform .18s ease, box-shadow .18s ease; }
.hps-card[href], .hps-article-card[href] { color: inherit; text-decoration: none; }
.hps-delivery-band { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.hps-delivery-band__map { min-height: 320px; border: 0; border-radius: 20px; width: 100%; background: var(--hps-green-soft); }
.hps-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.hps-fact { padding: 18px; border-radius: 16px; background: #fff; border: 1px solid var(--hps-line); }
.hps-fact strong { display: block; font-family: var(--hps-font-display); font-size: 28px; color: var(--hps-green); }
.hps-fact span { color: var(--hps-muted); font-size: 14px; }
.hps-article-card { padding: 22px; color: inherit; text-decoration: none; }
.hps-article-card time { display: block; margin-bottom: 10px; color: var(--hps-brown); font-weight: 850; font-size: 13px; }
.hps-article-card h3 { margin: 0 0 10px; font-size: 23px; }
.hps-article-card p { color: var(--hps-muted); margin: 0; }
.hps-page-hero { padding: 74px 0 54px; background: var(--hps-green); color: #fff; }
.hps-page-hero .hps-lead { color: rgba(255,255,255,.78); }
.hps-breadcrumb { padding: 13px 0; border-bottom: 1px solid var(--hps-line); background: #fff; font-size: 13px; color: var(--hps-muted); }
.hps-breadcrumb a { color: var(--hps-muted); text-decoration: none; }
.hps-breadcrumb a:hover { color: var(--hps-brown); }
.hps-content { padding: 64px 0; }
.hps-prose { max-width: 860px; }
.hps-prose h2 { margin-top: 34px; font-family: var(--hps-font-display); font-size: 32px; line-height: 1.1; }
.hps-prose h3 { margin-top: 26px; font-family: var(--hps-font-display); font-size: 24px; }
.hps-prose p, .hps-prose li { color: var(--hps-muted); }
.hps-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.hps-contact-card { padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--hps-line); box-shadow: var(--hps-shadow); }
.hps-contact-card a { color: var(--hps-green); font-weight: 800; }
.hps-note { padding: 18px 20px; border-left: 4px solid var(--hps-brown); border-radius: 14px; background: #fff7ed; color: #593b24; }
.hps-faq details { border: 1px solid var(--hps-line); border-radius: 16px; background: #fff; padding: 18px 20px; }
.hps-faq details + details { margin-top: 12px; }
.hps-faq summary { cursor: pointer; font-weight: 850; color: var(--hps-text); }
.hps-faq p { margin-bottom: 0; }

.hps-footer { background: var(--hps-green-dark); color: #fff; padding: 58px 0 24px; }
.hps-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.hps-footer a:hover { color: #f2d3b4; }
.hps-footer__grid { display: grid; grid-template-columns: 1.3fr .9fr .9fr 1fr; gap: 28px; }
.hps-footer h2,
.hps-footer h3 { margin: 0 0 14px; font-family: var(--hps-font-display); }
.hps-footer p,
.hps-footer li { color: rgba(255,255,255,.72); }
.hps-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.hps-footer__bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.wpcf7 form { display: grid; gap: 14px; }
.wpcf7 label { display: grid; gap: 6px; font-weight: 750; }
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--hps-line);
  border-radius: 14px;
  background: #fff;
  color: var(--hps-text);
  padding: 11px 13px;
  font: 500 15px/1.4 var(--hps-font-sans);
  box-sizing: border-box;
}
.wpcf7 textarea { min-height: 150px; resize: vertical; }
.wpcf7-submit { width: fit-content; min-width: 180px; }

.woocommerce .woocommerce-breadcrumb { display: none; }
.woocommerce .products ul,
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 18px !important; }
.woocommerce ul.products li.product a img { border-radius: 14px; background: var(--hps-green-soft); margin-bottom: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--hps-font-display); font-size: 19px; color: var(--hps-text); padding: 0; }
.woocommerce ul.products li.product .price { color: var(--hps-green) !important; font-weight: 850; font-size: 17px; }
.woocommerce span.onsale { min-height: 34px; min-width: 54px; border-radius: 999px; background: var(--hps-brown); }
.woocommerce div.product { width: min(1180px, calc(100% - 40px)); margin: 48px auto; }
.woocommerce div.product div.images img { border-radius: 22px; background: var(--hps-green-soft); }
.woocommerce div.product .summary { padding: 28px; }
.woocommerce div.product .product_title { font-family: var(--hps-font-display); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--hps-green); font-weight: 900; font-size: 28px; }
.woocommerce div.product .woocommerce-tabs { padding: 26px; clear: both; }
.woocommerce-cart .wp-site-blocks main,
.woocommerce-checkout .wp-site-blocks main,
.woocommerce-account .wp-site-blocks main,
.woocommerce-page .wp-site-blocks main { width: min(1180px, calc(100% - 40px)); margin: 42px auto; }
.woocommerce table.shop_table { border: 1px solid var(--hps-line); border-radius: 16px; overflow: hidden; background: #fff; }
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content { padding: 22px; }
.woocommerce-error,
.woocommerce-info,
.woocommerce-message { border-top-color: var(--hps-brown); background: #fff; border-radius: 14px; color: var(--hps-text); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--hps-brown); }
.woocommerce .quantity .qty { min-height: 42px; border-radius: 12px; border: 1px solid var(--hps-line); }

@media (max-width: 1024px) {
  .hps-nav,
  .hps-header__actions { display: none; }
  .hps-mobile-toggle { display: inline-flex; }
  .hps-hero__grid,
  .hps-delivery-band,
  .hps-two-col { grid-template-columns: 1fr; }
  .hps-hero { min-height: auto; padding: 86px 0; }
  .hps-hero__card { max-width: 460px; }
  .hps-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hps-footer__grid { grid-template-columns: 1fr 1fr; }
  .woocommerce .products ul,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .admin-bar .hps-header { top: 0; }
  .hps-container { width: min(100% - 28px, 1180px); }
  .hps-topbar__inner { justify-content: center; padding: 8px 0; }
  .hps-topbar__items { justify-content: center; }
  .hps-header__inner { min-height: 70px; gap: 12px; }
  .hps-logo__text small { display: none; }
  .hps-logo__mark { width: 42px; height: 42px; }
  .hps-section { padding: 54px 0; }
  .hps-hero { padding: 62px 0; }
  .hps-usp,
  .hps-grid--4,
  .hps-grid--3,
  .hps-facts,
  .hps-footer__grid,
  .woocommerce .products ul,
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .hps-hero__card strong { font-size: 36px; }
  .hps-buttons { flex-direction: column; align-items: stretch; }
  .hps-button { width: 100%; }
  .hps-footer__bottom { display: grid; }
}

.wp-site-blocks .wp-block-post-title { display: none !important; }

.hps-grid--spaced { margin-top: 28px; }

.hps-card--thankyou { margin-top: 24px; }

.hps-card h2 { margin: 0 0 8px; font-family: var(--hps-font-display); font-size: 22px; line-height: 1.1; }

/* 2026-06 visual overhaul: escape block-theme narrow content and build a proper storefront layout */
.wp-site-blocks,
.wp-site-blocks > main,
.wp-site-blocks .wp-block-post-content,
.wp-site-blocks .entry-content,
.wp-site-blocks .wp-block-html {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-site-blocks .wp-block-post-content > *:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-site-blocks .wp-block-shortcode {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 24px 0 72px;
}
body.home .wp-site-blocks .wp-block-shortcode:empty,
.wp-site-blocks .wp-block-shortcode:has(.woocommerce-info:only-child) {
  padding-top: 0;
}

.hps-container { width: min(1240px, calc(100% - 56px)); }
.hps-header { box-shadow: 0 8px 28px rgba(13, 40, 27, 0.06); }
.hps-header__inner { min-height: 76px; }
.hps-logo__mark { border-radius: 16px; background: linear-gradient(135deg, #173f2b, #0d281b); }
.hps-nav a,
.hps-nav__toggle,
.hps-header__action { font-size: 13px; letter-spacing: 0; }

.hps-section { padding: 96px 0; }
.hps-section--paper { background: linear-gradient(180deg, #fff 0%, #f8f6f0 100%); }
.hps-title { max-width: 860px; font-size: clamp(38px, 4.8vw, 64px); }
.hps-lead { font-size: clamp(17px, 1.35vw, 21px); line-height: 1.68; }
.hps-eyebrow { margin-bottom: 16px; letter-spacing: .1em; }

.hps-hero {
  min-height: 720px;
  padding: 84px 0 76px;
  background:
    linear-gradient(105deg, rgba(13,40,27,.98) 0%, rgba(23,63,43,.96) 46%, rgba(23,63,43,.75) 100%),
    radial-gradient(circle at 78% 22%, rgba(242,211,180,.24), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(168,121,85,.18), transparent 30%),
    #0d281b;
}
.hps-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 84%, transparent);
  opacity: .55;
}
.hps-hero::after {
  inset: auto -6% -34% 48%;
  height: 78%;
  opacity: .6;
}
.hps-hero__grid {
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: clamp(48px, 7vw, 96px);
}
.hps-hero h1 {
  max-width: 910px;
  font-size: clamp(56px, 6.3vw, 94px);
  line-height: .94;
}
.hps-hero p {
  max-width: 690px;
  margin-top: 24px;
  font-size: clamp(18px, 1.55vw, 23px);
}
.hps-hero__card {
  align-self: center;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.hps-hero__card strong { font-size: 64px; }
.hps-hero__card p { font-size: 16px; line-height: 1.6; }
.hps-buttons { gap: 14px; margin-top: 34px; }
.hps-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 52px;
  padding: 0 24px;
  font-size: 15px !important;
}
.hps-usp {
  max-width: 820px;
  margin-top: 48px;
  gap: 18px;
}
.hps-usp__item {
  min-height: 96px;
  padding: 20px;
  border-radius: 20px;
}
.hps-usp__item strong { font-size: 16px; }
.hps-usp__item span { font-size: 14px; line-height: 1.5; }

.hps-grid { gap: 24px; }
.hps-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hps-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hps-grid--spaced { margin-top: 36px; }
.hps-card,
.hps-article-card,
.hps-contact-card {
  border-radius: 22px;
  border-color: rgba(230, 223, 210, .9);
  box-shadow: 0 18px 45px rgba(23, 63, 43, 0.08);
}
.hps-card { min-height: 190px; padding: 30px; }
.hps-card h2,
.hps-card h3 { font-size: 24px; line-height: 1.08; }
.hps-card p { font-size: 15px; line-height: 1.62; }
.hps-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e7efe8, #f8f6f0);
}
.hps-section--green {
  background:
    linear-gradient(135deg, rgba(13,40,27,.98), rgba(23,63,43,.98)),
    #173f2b;
}
.hps-section--green .hps-card {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
}
.hps-section--green .hps-card h2,
.hps-section--green .hps-card h3 { color: #fff; }
.hps-section--green .hps-card p { color: rgba(255,255,255,.72); }
.hps-section--green .hps-card__icon { background: rgba(255,255,255,.12); color: #f2d3b4; }

.hps-delivery-band {
  grid-template-columns: minmax(0, .95fr) minmax(420px, .75fr);
  gap: 56px;
  align-items: center;
}
.hps-delivery-band__map {
  min-height: 440px;
  border: 10px solid #fff;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(23,63,43,.16);
}
.hps-facts { gap: 18px; }
.hps-fact {
  min-height: 112px;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(23,63,43,.06);
}
.hps-fact strong { font-size: 32px; line-height: 1.05; }

.hps-two-col {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  gap: 54px;
  align-items: center;
}
.hps-article-card {
  min-height: 220px;
  padding: 28px;
}
.hps-article-card h2,
.hps-article-card h3 {
  margin: 0 0 12px;
  font-family: var(--hps-font-display);
  font-size: 25px;
  line-height: 1.08;
}
.hps-page-hero {
  padding: 96px 0 72px;
  background:
    linear-gradient(110deg, rgba(13,40,27,.98), rgba(23,63,43,.92)),
    #173f2b;
}
.hps-content { padding: 86px 0; }

.hps-footer {
  padding-top: 72px;
  background: #082016;
}
.hps-footer__grid {
  grid-template-columns: 1.45fr .8fr .8fr 1fr;
  gap: 42px;
}

@media (min-width: 1025px) {
  .home .hps-section > .hps-container > .hps-title,
  .home .hps-section > .hps-container > .hps-lead { max-width: 850px; }
  .home .hps-section:nth-of-type(2) .hps-grid--4 .hps-card { min-height: 250px; }
  .home .hps-section--green .hps-grid--4 .hps-card { min-height: 230px; }
}
@media (max-width: 1024px) {
  .hps-container { width: min(100% - 40px, 1180px); }
  .hps-section { padding: 72px 0; }
  .hps-hero { min-height: auto; padding: 74px 0; }
  .hps-hero h1 { font-size: clamp(42px, 9vw, 68px); }
  .hps-hero__grid,
  .hps-delivery-band,
  .hps-two-col { grid-template-columns: 1fr; }
  .hps-delivery-band__map { min-height: 360px; }
}
@media (max-width: 640px) {
  .wp-site-blocks .wp-block-shortcode { width: min(100% - 28px, 1180px); }
  .hps-container { width: min(100% - 28px, 1180px); }
  .hps-section { padding: 56px 0; }
  .hps-hero { padding: 56px 0 64px; }
  .hps-hero h1 { font-size: clamp(38px, 13vw, 54px); line-height: .98; }
  .hps-hero p { font-size: 17px; }
  .hps-hero__card { padding: 24px; border-radius: 22px; }
  .hps-card { min-height: auto; padding: 24px; }
  .hps-delivery-band__map { min-height: 300px; border-width: 6px; }
}

/* Contact Form 7 acceptance checkbox cleanup */
.wpcf7 .wpcf7-acceptance {
  display: block;
  margin: 18px 0 4px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--hps-line);
  border-radius: 14px;
  background: var(--hps-cream);
  color: var(--hps-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance label:hover {
  border-color: rgba(168, 121, 85, .45);
  background: #fffaf0;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--hps-green);
  flex: 0 0 20px;
  box-shadow: none;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
}
.wpcf7 .wpcf7-acceptance + p,
.wpcf7 .wpcf7-acceptance ~ .wpcf7-submit {
  margin-top: 14px;
}

/* Header logo image */
.hps-logo--image {
  min-height: 72px;
  align-items: center;
}
.hps-logo__image {
  display: block;
  width: 132px;
  height: auto;
  max-height: 74px;
  object-fit: contain;
}
@media (min-width: 1180px) {
  .hps-logo__image { width: 152px; max-height: 84px; }
  .hps-header__inner { min-height: 92px; }
}
@media (max-width: 640px) {
  .hps-logo--image { min-height: 58px; }
  .hps-logo__image { width: 104px; max-height: 64px; }
}

/* Home hero real background image and header-gap fix */
body.home .hps-header,
body.home .wp-site-blocks,
body.home .wp-site-blocks > main,
body.home .wp-site-blocks .wp-block-post-content,
body.home .wp-site-blocks .wp-block-html:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.home .wp-site-blocks > * + *,
body.home .wp-site-blocks main > * + *,
body.home .wp-site-blocks .wp-block-post-content > * + * {
  margin-block-start: 0 !important;
}
.hps-main-anchor {
  display: block;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}
body.home .hps-hero {
  margin-top: 0 !important;
  background:
    linear-gradient(100deg, rgba(4, 22, 14, .94) 0%, rgba(13, 40, 27, .86) 43%, rgba(13, 40, 27, .66) 100%),
    linear-gradient(180deg, rgba(4, 22, 14, .45) 0%, rgba(4, 22, 14, .78) 100%),
    url('/wp-content/uploads/2026/07/zdjecie.jpg') center center / cover no-repeat !important;
}
body.home .hps-hero::before {
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .42;
}
body.home .hps-hero__card {
  background: rgba(8, 32, 22, .64);
  border-color: rgba(255,255,255,.22);
}


/* 2026-07-02: remove WP template gap above home hero and reduce photo overlay */
body.home main#wp--skip-link--target,
body.home .wp-site-blocks > main#wp--skip-link--target,
body.home main#wp--skip-link--target.wp-block-group {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home main#wp--skip-link--target > .wp-block-group:first-child,
body.home main#wp--skip-link--target > .wp-block-group.alignfull:first-child,
body.home main#wp--skip-link--target > .wp-block-group:first-child.has-global-padding {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home main#wp--skip-link--target .wp-block-post-title {
  display: none !important;
  margin: 0 !important;
}

body.home main#wp--skip-link--target .entry-content:first-of-type,
body.home main#wp--skip-link--target .entry-content > .hps-hero:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .hps-header + main,
body.home .hps-site-header + main,
body.home .hps-header + .wp-site-blocks,
body.home .hps-site-header + .wp-site-blocks {
  margin-top: 0 !important;
}

body.home .hps-hero {
  margin-top: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .42) 42%, rgba(0, 0, 0, .18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .34) 100%),
    url('/wp-content/uploads/2026/07/zdjecie.jpg') center center / cover no-repeat !important;
}

body.home .hps-hero::before,
body.home .hps-hero::after {
  background: none !important;
  opacity: 0 !important;
}

body.home .hps-hero__card {
  background: rgba(0, 0, 0, .46);
  border-color: rgba(255, 255, 255, .26);
}


/* 2026-07-02: home hero final composition with updated media image */
body.home .hps-hero {
  min-height: clamp(620px, 72vh, 780px);
  padding: clamp(92px, 10vw, 138px) 0 clamp(70px, 8vw, 112px) !important;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .20) 0%, rgba(0, 0, 0, .36) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .30) 48%, rgba(0, 0, 0, .22) 100%),
    url('/wp-content/uploads/2026/07/zdjecie.png') center center / cover no-repeat !important;
}

body.home .hps-hero__grid.hps-hero__grid--centered {
  display: block !important;
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

body.home .hps-hero__content {
  max-width: 980px;
  margin-inline: auto;
}

body.home .hps-hero .hps-eyebrow {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 18px;
  color: #f0b77c;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .36);
}

body.home .hps-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(3.4rem, 6.4vw, 6.6rem);
  line-height: .96;
  text-align: center;
  text-wrap: balance;
  letter-spacing: 0;
  text-shadow: 0 5px 34px rgba(0, 0, 0, .42);
}

body.home .hps-hero p {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  line-height: 1.65;
  text-align: center;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .45);
}

body.home .hps-hero .hps-buttons {
  justify-content: center;
  margin-top: 32px;
}

body.home .hps-hero .hps-usp {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  margin: 48px auto 0;
}

body.home .hps-hero .hps-usp__item {
  min-height: 116px;
  padding: 24px;
  text-align: center;
  background: rgba(0, 0, 0, .28);
  border-color: rgba(255, 255, 255, .22);
  backdrop-filter: blur(10px);
}

body.home .hps-hero .hps-usp__item span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .86);
}

body.home .hps-hero__card {
  display: none !important;
}

@media (max-width: 900px) {
  body.home .hps-hero {
    min-height: auto;
    padding: 76px 0 58px !important;
  }

  body.home .hps-hero h1 {
    font-size: clamp(2.75rem, 11vw, 4.45rem);
  }

  body.home .hps-hero p {
    font-size: 1.05rem;
  }

  body.home .hps-hero .hps-usp {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-top: 34px;
  }
}

@media (max-width: 520px) {
  body.home .hps-hero {
    padding: 60px 0 46px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .45) 100%),
      url('/wp-content/uploads/2026/07/zdjecie.png') center center / cover no-repeat !important;
  }

  body.home .hps-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.3rem);
  }

  body.home .hps-hero .hps-buttons {
    align-items: center;
  }
}


/* 2026-07-02: restore left-aligned home hero layout */
body.home .hps-hero {
  min-height: clamp(600px, 70vh, 760px);
  padding: clamp(118px, 11vw, 158px) 0 clamp(66px, 7vw, 104px) !important;
  align-items: flex-start;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .36) 48%, rgba(0, 0, 0, .18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .38) 100%),
    url('/wp-content/uploads/2026/07/zdjecie.png') center center / cover no-repeat !important;
}

body.home .hps-hero__grid,
body.home .hps-hero__grid.hps-hero__grid--centered {
  display: block !important;
  max-width: 1120px;
  margin-inline: auto;
  text-align: left !important;
}

body.home .hps-hero__grid > div:first-child {
  max-width: 760px;
  margin: 0;
}

body.home .hps-hero .hps-eyebrow {
  display: inline-flex;
  justify-content: flex-start;
  margin-bottom: 18px;
  color: #f0b77c;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .36);
}

body.home .hps-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.6rem, 5.5vw, 6rem);
  line-height: .96;
  text-align: left !important;
  text-wrap: balance;
  letter-spacing: 0;
  text-shadow: 0 5px 34px rgba(0, 0, 0, .42);
}

body.home .hps-hero p {
  max-width: 690px;
  margin: 28px 0 0;
  font-size: clamp(1.08rem, 1.32vw, 1.34rem);
  line-height: 1.64;
  text-align: left !important;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .45);
}

body.home .hps-hero .hps-buttons {
  justify-content: flex-start;
  margin-top: 32px;
}

body.home .hps-hero .hps-usp {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 46px 0 0;
}

body.home .hps-hero .hps-usp__item {
  min-height: 112px;
  padding: 24px;
  text-align: left;
  background: rgba(0, 0, 0, .28);
  border-color: rgba(255, 255, 255, .22);
  backdrop-filter: blur(10px);
}

body.home .hps-hero .hps-usp__item span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .86);
}

body.home .hps-hero__card {
  display: none !important;
}

@media (max-width: 900px) {
  body.home .hps-hero {
    min-height: auto;
    padding: 86px 0 58px !important;
  }

  body.home .hps-hero__grid > div:first-child {
    max-width: 100%;
  }

  body.home .hps-hero h1 {
    font-size: clamp(2.75rem, 11vw, 4.4rem);
  }

  body.home .hps-hero p {
    font-size: 1.05rem;
  }

  body.home .hps-hero .hps-usp {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-top: 34px;
  }
}

@media (max-width: 520px) {
  body.home .hps-hero {
    padding: 72px 0 46px !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .38) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .44) 100%),
      url('/wp-content/uploads/2026/07/zdjecie.png') center center / cover no-repeat !important;
  }

  body.home .hps-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.3rem);
  }
}


/* 2026-07-02: increase home hero content inset from photo edges */
body.home .wp-site-blocks main#wp--skip-link--target .entry-content > .hps-hero:first-child,
body.home .hps-hero {
  padding: 0 0 clamp(72px, 7vw, 108px) !important;
}

body.home .hps-hero > .hps-container.hps-hero__grid {
  width: min(100%, 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
  padding-top: clamp(58px, 6vw, 88px) !important;
  padding-right: clamp(32px, 5vw, 88px) !important;
  padding-left: clamp(74px, 9vw, 150px) !important;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  body.home .hps-hero > .hps-container.hps-hero__grid {
    padding-top: 54px !important;
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}

@media (max-width: 520px) {
  body.home .hps-hero > .hps-container.hps-hero__grid {
    padding-top: 42px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}


/* 2026-07-02: prevent horizontal page overflow */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body .wp-site-blocks,
body .wp-site-blocks > main,
body .entry-content,
body .wp-block-post-content,
body .hps-topbar,
body .hps-header,
body .hps-hero,
body .hps-section,
body .hps-footer {
  max-width: 100%;
  overflow-x: clip;
}

body .alignfull,
body .wp-block-group.alignfull,
body .wp-block-post-content > .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .hps-container,
body.home .hps-hero > .hps-container.hps-hero__grid {
  max-width: 100% !important;
}

body img,
body iframe,
body video,
body canvas,
body table {
  max-width: 100%;
}

@media (max-width: 900px) {
  body .hps-container {
    width: min(100%, calc(100% - 32px)) !important;
  }
}


/* 2026-07-02: restore full-width home bands without horizontal scroll */
body.home main#wp--skip-link--target,
body.home main#wp--skip-link--target.wp-block-group,
body.home main#wp--skip-link--target > .wp-block-group:first-child,
body.home main#wp--skip-link--target > .wp-block-group.alignfull:first-child,
body.home main#wp--skip-link--target .entry-content.alignfull,
body.home main#wp--skip-link--target .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .entry-content > .hps-hero,
body.home .entry-content > .hps-section--green {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .hps-hero {
  border-left: 0 !important;
  border-right: 0 !important;
}

body.home .hps-section--green {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .hps-section:not(.hps-section--green) > .hps-container {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
}

body.home .hps-hero > .hps-container.hps-hero__grid {
  width: 100% !important;
  max-width: 1320px !important;
}

@media (max-width: 900px) {
  body.home .hps-section:not(.hps-section--green) > .hps-container {
    width: min(100%, calc(100% - 32px)) !important;
  }
}


/* 2026-07-02: WooCommerce product marquee and product cards */
.hps-product-marquee {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(46px, 6vw, 78px) 0;
  overflow: hidden;
  background: #f7f3ea;
  border-bottom: 1px solid rgba(12, 42, 29, .08);
}

.hps-product-marquee__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hps-product-marquee__header .hps-title {
  margin-bottom: 0;
}

.hps-product-marquee__viewport {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 14px;
}

.hps-product-marquee__track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  animation: hps-product-marquee 46s linear infinite;
  will-change: transform;
}

.hps-product-marquee__viewport:hover .hps-product-marquee__track,
.hps-product-marquee__viewport:focus-within .hps-product-marquee__track {
  animation-play-state: paused;
}

.hps-product-tile {
  flex: 0 0 248px;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(26, 39, 30, .08);
}

.hps-product-tile__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efe8dc;
}

.hps-product-tile__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.hps-product-tile:hover .hps-product-tile__image img {
  transform: scale(1.035);
}

.hps-product-tile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.hps-product-tile h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.25;
}

.hps-product-tile h3 a {
  color: #0a2f21;
  text-decoration: none;
}

.hps-product-tile__price {
  color: #a66d44;
  font-size: 1.14rem;
  font-weight: 900;
}

.hps-product-tile__link {
  margin-top: auto;
  color: #0b3b28;
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
}

.hps-product-tile__link:focus-visible,
.hps-product-tile h3 a:focus-visible,
.hps-product-tile__image:focus-visible {
  outline: 3px solid rgba(179, 123, 76, .42);
  outline-offset: 3px;
}

@keyframes hps-product-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(26, 39, 30, .08);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  margin: 0 !important;
  object-fit: cover;
  background: #efe8dc;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 0 0 !important;
  color: #0a2f21;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.05rem !important;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  color: #a66d44 !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
}

.woocommerce ul.products li.product .button {
  min-height: 44px;
  margin-bottom: 18px !important;
  border-radius: 999px;
  background: #0b3b28;
  color: #fff;
  font-weight: 850;
}

@media (max-width: 980px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hps-product-marquee__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hps-product-tile {
    flex-basis: 220px;
    min-height: 352px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hps-product-marquee__track {
    animation: none;
    width: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .hps-product-tile {
    scroll-snap-align: start;
  }
}


/* 2026-07-02: center WooCommerce add-to-cart buttons */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce a.button.add_to_cart_button,
.woocommerce-page a.button.add_to_cart_button,
body.home .woocommerce ul.products li.product .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 148px;
  min-height: 48px;
  padding: 0 22px !important;
  text-align: center !important;
  line-height: 1.1 !important;
  white-space: normal;
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 18px 18px !important;
  color: #0b3b28;
  font-weight: 850;
  text-align: center;
}


/* 2026-07-02: single product page redesign and disabled reviews layout */
.single-product .wp-site-blocks > main,
.single-product main#wp--skip-link--target,
.single-product .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8f4eb;
}

.single-product .woocommerce {
  width: min(1180px, calc(100% - 56px));
  max-width: 1180px;
  margin: clamp(56px, 7vw, 92px) auto 0;
}

.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.single-product .woocommerce div.product div.images {
  position: sticky;
  top: 132px;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .woocommerce div.product div.images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  background: #efe8dc;
  box-shadow: 0 24px 70px rgba(24, 39, 30, .12);
}

.single-product .woocommerce div.product div.summary {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .10);
}

.single-product .woocommerce div.product .product_title {
  display: block !important;
  margin: 0 0 14px !important;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.25rem, 4.2vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.single-product .woocommerce div.product .summary .price {
  margin: 0 0 24px;
  color: #a96f46;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 900;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description {
  margin: 0 0 24px;
  color: #31453a;
  font-size: 1.06rem;
  line-height: 1.7;
}

.single-product .woocommerce div.product .stock {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf5ec;
  color: #0d5135;
  font-size: .94rem;
  font-weight: 850;
}

.single-product .woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px !important;
}

.single-product .woocommerce div.product form.cart div.quantity {
  margin: 0 !important;
}

.single-product .woocommerce .quantity .qty {
  width: 74px;
  min-height: 52px;
  border: 1px solid rgba(12, 42, 29, .16);
  border-radius: 8px;
  background: #fff;
  color: #0a2f21;
  font-weight: 850;
  text-align: center;
}

.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  padding: 0 28px !important;
  border-radius: 999px;
  background: #b37a50;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button:focus-visible {
  background: #0b3b28;
  color: #fff;
}

.single-product .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(12, 42, 29, .10);
  color: #31453a;
  font-size: .96rem;
  font-weight: 750;
}

.single-product .product_meta a {
  color: #0b3b28;
  font-weight: 850;
}

.hps-single-product__notice {
  display: grid;
  gap: 10px;
  margin: 22px 0 8px;
}

.hps-single-product__notice div {
  padding: 16px;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 8px;
  background: #f7f2e8;
}

.hps-single-product__notice strong,
.hps-single-product__notice span {
  display: block;
}

.hps-single-product__notice strong {
  color: #0a2f21;
  font-size: .96rem;
  font-weight: 900;
}

.hps-single-product__notice span {
  margin-top: 5px;
  color: #4f5e54;
  font-size: .9rem;
  line-height: 1.5;
}

.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin: clamp(32px, 5vw, 58px) 0 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .08);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(12, 42, 29, .12);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 22px 0 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #b37a50 !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 !important;
  color: #0a2f21;
  font-weight: 900;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin-top: 0;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.4rem);
}

.single-product .woocommerce-Tabs-panel p {
  color: #31453a;
  font-size: 1.04rem;
  line-height: 1.75;
}

.hps-product-support {
  grid-column: 1 / -1;
  margin: clamp(32px, 5vw, 58px) 0 0;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 10px;
  background: #0b3b28;
  color: #fff;
}

.hps-product-support .hps-eyebrow {
  color: #f0b77c;
}

.hps-product-support h2 {
  max-width: 760px;
  margin: 10px 0 14px;
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.02;
}

.hps-product-support p {
  max-width: 780px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hps-product-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hps-product-support__grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.hps-product-support__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #f6d4b5;
  font-size: .78rem;
  font-weight: 900;
}

.hps-product-support__grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
}

.hps-product-support__grid p {
  margin: 0;
  font-size: .94rem;
}

.hps-product-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1;
  margin-top: clamp(34px, 5vw, 62px);
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.single-product #reviews,
.single-product .woocommerce-Reviews,
.single-product .comment-respond,
.single-product .reviews_tab {
  display: none !important;
}

@media (max-width: 980px) {
  .single-product .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce div.product div.images {
    position: static;
  }

  .hps-product-support__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .single-product .woocommerce {
    width: min(100%, calc(100% - 32px));
    margin-top: 36px;
  }

  .single-product .woocommerce div.product div.summary,
  .single-product .woocommerce-tabs,
  .hps-product-support {
    padding: 22px;
  }

  .single-product .woocommerce div.product .product_title {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}


/* 2026-07-03: full-width layout consistency for all pages */
body:not(.home) main#wp--skip-link--target,
body:not(.home) main#wp--skip-link--target.wp-block-group,
body:not(.home) main#wp--skip-link--target > .wp-block-group:first-child,
body:not(.home) main#wp--skip-link--target > .wp-block-group.alignfull:first-child,
body:not(.home) main#wp--skip-link--target .entry-content.alignfull,
body:not(.home) main#wp--skip-link--target .wp-block-post-content,
body:not(.home) main#wp--skip-link--target .wp-block-group.has-global-padding {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) main#wp--skip-link--target,
body:not(.home) main#wp--skip-link--target > .wp-block-group:first-child {
  margin-top: 0 !important;
}

body:not(.home) .entry-content > .hps-page-hero,
body:not(.home) .entry-content > .hps-section--green,
body:not(.home) .entry-content > .hps-section--paper,
body:not(.home) .wp-block-post-content > .hps-page-hero,
body:not(.home) .wp-block-post-content > .hps-section--green,
body:not(.home) .wp-block-post-content > .hps-section--paper {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) .hps-page-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

body:not(.home) .hps-page-hero > .hps-container,
body:not(.home) .hps-section--green > .hps-container,
body:not(.home) .hps-section--paper > .hps-container {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body:not(.home) .hps-section:not(.hps-page-hero):not(.hps-section--green):not(.hps-section--paper) > .hps-container,
body:not(.home) .woocommerce,
body:not(.home) .woocommerce-page .woocommerce {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.home) .woocommerce-page,
body:not(.home).woocommerce-page,
body:not(.home).woocommerce,
body:not(.home) .woocommerce-cart,
body:not(.home) .woocommerce-checkout,
body:not(.home) .woocommerce-account {
  max-width: 100% !important;
}

body:not(.home) .alignfull,
body:not(.home) .wp-block-group.alignfull,
body:not(.home) .wp-block-post-content > .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  body:not(.home) .hps-page-hero > .hps-container,
  body:not(.home) .hps-section--green > .hps-container,
  body:not(.home) .hps-section--paper > .hps-container,
  body:not(.home) .hps-section:not(.hps-page-hero):not(.hps-section--green):not(.hps-section--paper) > .hps-container,
  body:not(.home) .woocommerce,
  body:not(.home) .woocommerce-page .woocommerce {
    width: min(100%, calc(100% - 32px)) !important;
  }
}


/* 2026-07-05: checkout, cart and shop polish */
body.woocommerce-checkout,
body.woocommerce-cart,
body.woocommerce-account,
body.post-type-archive-product,
body.tax-product_cat,
body.single-product {
  background: #f8f4eb;
}

body.woocommerce-checkout main#wp--skip-link--target,
body.woocommerce-cart main#wp--skip-link--target,
body.woocommerce-account main#wp--skip-link--target,
body.post-type-archive-product main#wp--skip-link--target,
body.tax-product_cat main#wp--skip-link--target {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-account .woocommerce,
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: clamp(42px, 6vw, 76px) auto clamp(64px, 8vw, 104px) !important;
}

.woocommerce-notices-wrapper,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  width: min(1180px, calc(100% - 56px));
  max-width: 1180px;
  margin: 0 auto 20px !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border: 1px solid rgba(12, 42, 29, .12);
  border-left: 5px solid #b37a50;
  border-radius: 8px;
  background: #fffdf8;
  color: #173f2b;
  box-shadow: 0 16px 44px rgba(24, 39, 30, .08);
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid rgba(12, 42, 29, .10) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .09) !important;
}

body.woocommerce-checkout #customer_details {
  padding: clamp(24px, 4vw, 42px);
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
}

body.woocommerce-checkout #customer_details .col-2 {
  margin-top: 28px;
}

body.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.08;
}

body.woocommerce-checkout #order_review {
  position: sticky;
  top: 132px;
  padding: clamp(22px, 3vw, 34px);
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-cart .cart_totals h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 22px;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.woocommerce form .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.woocommerce form .form-row label {
  margin-bottom: 7px;
  color: #0a2f21;
  font-weight: 850;
  line-height: 1.35;
}

.woocommerce form .form-row .required {
  color: #a66d44;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 50px;
  border: 1px solid rgba(12, 42, 29, .16) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0a2f21 !important;
  font: inherit;
  box-shadow: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 12px 14px !important;
}

.woocommerce form .form-row textarea {
  min-height: 132px;
  resize: vertical;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 38px 10px 14px !important;
  color: #0a2f21 !important;
  line-height: 28px !important;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  min-height: 50px;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce .select2-container--focus .select2-selection--single {
  border-color: #b37a50 !important;
  outline: 3px solid rgba(179, 123, 76, .25) !important;
  outline-offset: 2px;
}

.woocommerce table.shop_table {
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px 0 !important;
  border-top: 1px solid rgba(12, 42, 29, .10) !important;
  color: #263b31;
}

.woocommerce table.shop_table th {
  color: #0a2f21;
  font-weight: 900;
}

.woocommerce table.shop_table .product-name a {
  color: #0b3b28;
  font-weight: 850;
  text-decoration: none;
}

.woocommerce-checkout #payment {
  border-radius: 10px;
  background: #f4efe4 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 18px !important;
  border-bottom: 1px solid rgba(12, 42, 29, .10) !important;
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: 8px;
  background: #fffdf8 !important;
  color: #31453a !important;
}

.woocommerce-checkout #payment div.form-row {
  padding: 18px !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0b3b28 !important;
  color: #fff !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce button.button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #payment #place_order:focus-visible,
.woocommerce-page #payment #place_order:focus-visible {
  background: #b37a50 !important;
  color: #fff !important;
  outline: 3px solid rgba(179, 123, 76, .28);
  outline-offset: 3px;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(22px, 3vw, 34px) !important;
}

body.woocommerce-cart .cart-collaterals {
  margin-top: 28px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: min(460px, 100%) !important;
  margin-left: auto;
}

body.woocommerce-cart table.cart img {
  width: 84px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

body.woocommerce-cart .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.woocommerce-cart .coupon .input-text {
  min-width: 220px;
  min-height: 48px;
  border: 1px solid rgba(12, 42, 29, .16);
  border-radius: 999px;
  padding: 0 16px;
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  width: min(760px, calc(100% - 56px));
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.woocommerce .cart-empty {
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  color: #0a2f21;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .08);
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 850;
}

@media (max-width: 980px) {
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout #order_review {
    position: static;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-account .woocommerce,
  body.post-type-archive-product .woocommerce,
  body.tax-product_cat .woocommerce,
  .woocommerce-notices-wrapper,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error {
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr td::before {
    color: #0a2f21;
    font-weight: 900;
  }
}


/* 2026-07-05: custom WooCommerce block shop archive */
body.post-type-archive-product .wp-site-blocks > main,
body.tax-product_cat .wp-site-blocks > main,
body.post-type-archive-product main#wp--skip-link--target,
body.tax-product_cat main#wp--skip-link--target {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 clamp(62px, 7vw, 96px) !important;
  background: #f8f4eb;
}

.hps-shop-archive-hero {
  width: 100%;
  margin: 0;
  padding: clamp(76px, 8vw, 112px) 0 clamp(60px, 7vw, 88px);
  background:
    linear-gradient(120deg, rgba(8, 47, 32, .98), rgba(20, 72, 48, .93)),
    #0b3b28;
  color: #fff;
}

.hps-shop-archive-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.hps-shop-archive-hero .hps-eyebrow {
  color: #f0b77c;
}

.hps-shop-archive-hero h1 {
  max-width: 880px;
  margin: 14px 0 0;
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hps-shop-archive-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 1.45vw, 1.26rem);
  line-height: 1.7;
}

.hps-shop-archive-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hps-shop-archive-hero__panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .15);
}

.hps-shop-archive-hero__panel strong,
.hps-shop-archive-hero__panel span {
  display: block;
}

.hps-shop-archive-hero__panel strong {
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.3rem;
  line-height: 1.15;
}

.hps-shop-archive-hero__panel span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
  line-height: 1.6;
}

body.post-type-archive-product .wc-block-breadcrumbs,
body.tax-product_cat .wc-block-breadcrumbs,
body.post-type-archive-product .wp-block-query-title,
body.tax-product_cat .wp-block-query-title {
  display: none !important;
}

body.post-type-archive-product main#wp--skip-link--target > .wp-block-group,
body.tax-product_cat main#wp--skip-link--target > .wp-block-group,
body.post-type-archive-product main#wp--skip-link--target > .wp-block-query,
body.tax-product_cat main#wp--skip-link--target > .wp-block-query,
body.post-type-archive-product main#wp--skip-link--target > [data-wp-interactive="woocommerce/product-collection"],
body.tax-product_cat main#wp--skip-link--target > [data-wp-interactive="woocommerce/product-collection"] {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.post-type-archive-product .wp-block-woocommerce-store-notices,
body.tax-product_cat .wp-block-woocommerce-store-notices {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: 28px auto 0 !important;
}

body.post-type-archive-product .wp-block-group:has(.wp-block-woocommerce-product-results-count),
body.tax-product_cat .wp-block-group:has(.wp-block-woocommerce-product-results-count) {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: clamp(32px, 5vw, 56px) auto 30px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 48px rgba(24, 39, 30, .07);
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  margin: 0 !important;
  color: #31453a;
  font-size: .96rem;
  font-weight: 800;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  margin: 0 !important;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-width: 250px;
  min-height: 48px;
  padding: 0 42px 0 16px;
  border: 1px solid rgba(12, 42, 29, .14);
  border-radius: 999px;
  background-color: #fff;
  color: #0a2f21;
  font: inherit;
  font-weight: 800;
}

body.post-type-archive-product .wc-block-product-template,
body.tax-product_cat .wc-block-product-template {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  padding: 0 !important;
}

body.post-type-archive-product .wc-block-product,
body.tax-product_cat .wc-block-product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 22px 58px rgba(24, 39, 30, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

body.post-type-archive-product .wc-block-product:hover,
body.tax-product_cat .wc-block-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 72px rgba(24, 39, 30, .12);
}

body.post-type-archive-product .wc-block-components-product-image,
body.tax-product_cat .wc-block-components-product-image {
  margin: 0 !important;
  background: #efe8dc;
}

body.post-type-archive-product .wc-block-components-product-image a,
body.tax-product_cat .wc-block-components-product-image a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.post-type-archive-product .wc-block-components-product-image img,
body.tax-product_cat .wc-block-components-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .22s ease;
}

body.post-type-archive-product .wc-block-product:hover .wc-block-components-product-image img,
body.tax-product_cat .wc-block-product:hover .wc-block-components-product-image img {
  transform: scale(1.035);
}

body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title {
  margin: 18px 20px 8px !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.16rem !important;
  line-height: 1.22 !important;
}

body.post-type-archive-product .wc-block-product .wp-block-post-title a,
body.tax-product_cat .wc-block-product .wp-block-post-title a {
  color: #082f20;
  text-decoration: none;
}

body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-product .wc-block-components-product-price,
body.tax-product_cat .wc-block-product .wc-block-components-product-price {
  margin: 0 20px 16px !important;
  text-align: left !important;
  color: #a66d44;
  font-size: 1.1rem;
  font-weight: 900;
}

body.post-type-archive-product .wc-block-product .wp-block-button,
body.tax-product_cat .wc-block-product .wp-block-button,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-button,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-button {
  margin: auto 20px 22px !important;
  text-align: left !important;
}

body.post-type-archive-product .wc-block-product .wp-block-button__link,
body.tax-product_cat .wc-block-product .wp-block-button__link,
body.post-type-archive-product .wc-block-components-product-button__button,
body.tax-product_cat .wc-block-components-product-button__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 156px;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #b37a50 !important;
  color: #fff !important;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none;
}

body.post-type-archive-product .wc-block-product .wp-block-button__link:hover,
body.tax-product_cat .wc-block-product .wp-block-button__link:hover,
body.post-type-archive-product .wc-block-components-product-button__button:hover,
body.tax-product_cat .wc-block-components-product-button__button:hover {
  background: #0b3b28 !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .hps-shop-archive-hero__inner {
    grid-template-columns: 1fr;
  }

  body.post-type-archive-product .wc-block-product-template,
  body.tax-product_cat .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .hps-shop-archive-hero {
    padding: 58px 0 46px;
  }

  body.post-type-archive-product .wp-block-group:has(.wp-block-woocommerce-product-results-count),
  body.tax-product_cat .wp-block-group:has(.wp-block-woocommerce-product-results-count) {
    align-items: stretch !important;
    flex-direction: column !important;
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.post-type-archive-product .wc-block-product-template,
  body.tax-product_cat .wc-block-product-template,
  body.post-type-archive-product main#wp--skip-link--target > .wp-block-group,
  body.tax-product_cat main#wp--skip-link--target > .wp-block-group {
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.post-type-archive-product .wc-block-product-template,
  body.tax-product_cat .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }

  body.post-type-archive-product .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }
}


/* 2026-07-05: refine shop product tiles price and alignment */
body.post-type-archive-product .wc-block-product,
body.tax-product_cat .wc-block-product {
  min-height: 432px;
  background: #fffdf8;
}

body.post-type-archive-product .wc-block-components-product-image,
body.tax-product_cat .wc-block-components-product-image {
  border-bottom: 1px solid rgba(12, 42, 29, .07);
}

body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title {
  min-height: 54px;
  margin: 20px 22px 10px !important;
  text-align: center !important;
}

body.post-type-archive-product .wc-block-product .wp-block-post-title a,
body.tax-product_cat .wc-block-product .wp-block-post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #09291d;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-product .wc-block-components-product-price,
body.tax-product_cat .wc-block-product .wc-block-components-product-price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 22px 18px !important;
  color: #09291d !important;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.18rem !important;
  font-weight: 900 !important;
  line-height: 1.1;
  text-align: center !important;
}

body.post-type-archive-product .wc-block-product .wc-block-components-product-price__value,
body.tax-product_cat .wc-block-product .wc-block-components-product-price__value,
body.post-type-archive-product .wc-block-product .woocommerce-Price-amount,
body.tax-product_cat .wc-block-product .woocommerce-Price-amount {
  color: #09291d !important;
  font: inherit;
}

body.post-type-archive-product .wc-block-product .wp-block-button,
body.tax-product_cat .wc-block-product .wp-block-button,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-button,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-button {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin: auto 0 24px !important;
  padding: 0 22px;
  text-align: center !important;
}

body.post-type-archive-product .wc-block-product .wp-block-button__link,
body.tax-product_cat .wc-block-product .wp-block-button__link,
body.post-type-archive-product .wc-block-components-product-button__button,
body.tax-product_cat .wc-block-components-product-button__button {
  min-width: 172px;
  min-height: 48px;
  box-shadow: 0 12px 26px rgba(123, 77, 45, .18);
}

body.post-type-archive-product .wc-block-product .added_to_cart,
body.tax-product_cat .wc-block-product .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: -12px auto 22px !important;
  color: #0b3b28;
  font-weight: 900;
  text-align: center;
}

body.post-type-archive-product .wc-block-product .wp-block-post-title a:focus-visible,
body.tax-product_cat .wc-block-product .wp-block-post-title a:focus-visible,
body.post-type-archive-product .wc-block-product .wp-block-button__link:focus-visible,
body.tax-product_cat .wc-block-product .wp-block-button__link:focus-visible {
  outline: 3px solid rgba(179, 123, 76, .32);
  outline-offset: 3px;
}

@media (max-width: 680px) {
  body.post-type-archive-product .wc-block-product,
  body.tax-product_cat .wc-block-product {
    min-height: 0;
  }
}


/* 2026-07-05: compact shop toolbar and lower centered product price */
body.post-type-archive-product .wp-block-group:has(.wp-block-woocommerce-product-results-count),
body.tax-product_cat .wp-block-group:has(.wp-block-woocommerce-product-results-count) {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: clamp(24px, 4vw, 42px) auto 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  color: #31453a;
  font-size: .94rem;
  font-weight: 850;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-width: 238px;
  min-height: 42px;
  padding: 0 38px 0 15px;
  border-color: rgba(12, 42, 29, .14);
  background-color: #fffdf8;
  box-shadow: 0 8px 24px rgba(24, 39, 30, .05);
  font-size: .92rem;
}

body.post-type-archive-product .wc-block-product,
body.tax-product_cat .wc-block-product {
  min-height: 446px;
}

body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title {
  min-height: 46px;
  margin: 18px 22px 4px !important;
}

body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-product .wc-block-components-product-price,
body.tax-product_cat .wc-block-product .wc-block-components-product-price {
  min-height: 42px;
  margin: auto 22px 18px !important;
  padding-top: 10px;
}

body.post-type-archive-product .wc-block-product .wp-block-button,
body.tax-product_cat .wc-block-product .wp-block-button,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-button,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-button {
  margin: 0 0 24px !important;
}

@media (max-width: 680px) {
  body.post-type-archive-product .wp-block-group:has(.wp-block-woocommerce-product-results-count),
  body.tax-product_cat .wp-block-group:has(.wp-block-woocommerce-product-results-count) {
    gap: 12px !important;
    margin-top: 22px !important;
  }

  body.post-type-archive-product .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select {
    min-height: 44px;
  }
}


/* 2026-07-05: block single product page redesign */
body.single-product main#wp--skip-link--target {
  padding-bottom: clamp(64px, 8vw, 108px) !important;
  background:
    linear-gradient(180deg, rgba(11, 59, 40, .045) 0, rgba(248, 244, 235, 0) 220px),
    #f8f4eb !important;
}

body.single-product .wp-block-woocommerce-breadcrumbs,
body.single-product .wc-block-breadcrumbs {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: 28px auto 18px !important;
  color: #627166;
  font-size: .88rem;
  font-weight: 750;
}

body.single-product .woocommerce-breadcrumb a {
  color: #0b3b28;
  font-weight: 850;
}

body.single-product .wp-block-columns.alignwide {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr) !important;
  align-items: start !important;
  gap: clamp(32px, 5vw, 72px) !important;
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: clamp(26px, 4vw, 52px) auto 0 !important;
}

body.single-product .wp-block-columns.alignwide > .wp-block-column {
  min-width: 0;
}

body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
  position: sticky;
  top: 132px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(12, 42, 29, .09);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .08);
}

body.single-product .wp-block-woocommerce-product-image-gallery,
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

body.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #efe8dc;
}

body.single-product .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.single-product .woocommerce-product-gallery__trigger {
  top: 22px !important;
  right: 22px !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(12, 42, 29, .12);
  border-radius: 999px !important;
  background: #fffdf8 !important;
  box-shadow: 0 12px 30px rgba(24, 39, 30, .12);
}

body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 24px 70px rgba(24, 39, 30, .10);
}

body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child::before {
  content: "Produkt w sklepie";
  display: inline-flex;
  margin-bottom: 14px;
  color: #b37a50;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-product .wp-block-columns.alignwide .wp-block-post-title {
  margin: 0 0 18px !important;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.45rem, 4.4vw, 4.25rem) !important;
  line-height: .98 !important;
  letter-spacing: 0;
  text-wrap: balance;
}

body.single-product .wp-block-woocommerce-product-price {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px !important;
  padding: 10px 18px;
  border-radius: 999px;
  background: #edf5ec;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.42rem, 2.1vw, 1.95rem) !important;
  font-weight: 950 !important;
  line-height: 1.1;
}

body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-currencySymbol,
body.single-product .wp-block-woocommerce-product-price bdi {
  color: #082f20 !important;
  font: inherit;
}

body.single-product .hps-single-product__notice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 24px;
}

body.single-product .hps-single-product__notice div {
  position: relative;
  min-height: 84px;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #f7f2e8;
}

body.single-product .hps-single-product__notice div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #b37a50;
  box-shadow: 0 0 0 7px rgba(179, 123, 76, .14);
}

body.single-product .hps-single-product__notice div:first-child {
  background: #0b3b28;
  border-color: rgba(11, 59, 40, .24);
}

body.single-product .hps-single-product__notice div:first-child strong,
body.single-product .hps-single-product__notice div:first-child span {
  color: #fff;
}

body.single-product .hps-single-product__notice div:first-child::before {
  background: #f0b77c;
  box-shadow: 0 0 0 7px rgba(240, 183, 124, .16);
}

body.single-product .hps-single-product__notice strong {
  color: #0a2f21;
  font-size: .98rem;
  font-weight: 950;
}

body.single-product .hps-single-product__notice span {
  margin-top: 5px;
  color: #55645a;
  font-size: .92rem;
  line-height: 1.48;
}

body.single-product .wp-block-post-excerpt {
  margin: 0 0 22px !important;
  padding: 18px 20px;
  border-left: 4px solid #b37a50;
  border-radius: 0 10px 10px 0;
  background: #fbf7ef;
}

body.single-product .wp-block-post-excerpt__excerpt {
  margin: 0 !important;
  color: #2d4035;
  font-size: 1rem;
  line-height: 1.65;
}

body.single-product .wp-block-add-to-cart-form {
  margin: 0 !important;
  padding: 18px;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #f7f2e8;
}

body.single-product .wp-block-add-to-cart-form .stock {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 14px !important;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf5ec;
  color: #0d5135;
  font-size: .9rem;
  font-weight: 900;
}

body.single-product .wp-block-add-to-cart-form form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 !important;
}

body.single-product .wp-block-add-to-cart-form .quantity {
  margin: 0 !important;
}

body.single-product .wp-block-add-to-cart-form .qty {
  width: 76px;
  min-height: 52px;
  border: 1px solid rgba(12, 42, 29, .16);
  border-radius: 10px;
  background: #fff;
  color: #082f20;
  font-weight: 950;
  text-align: center;
}

body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  padding: 0 26px !important;
  border-radius: 999px !important;
  background: #0b3b28 !important;
  color: #fff !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 34px rgba(11, 59, 40, .18);
}

body.single-product .wp-block-woocommerce-product-meta {
  margin-top: 20px !important;
  padding-top: 20px;
  border-top: 1px solid rgba(12, 42, 29, .10);
}

body.single-product .wp-block-woocommerce-product-meta > .wp-block-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.single-product .wp-block-woocommerce-product-meta .product_meta,
body.single-product .wp-block-woocommerce-product-meta .wp-block-post-terms {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1eadf;
  color: #31453a;
  font-size: .88rem;
  font-weight: 850;
}

body.single-product .wp-block-woocommerce-product-meta a {
  color: #0b3b28;
  font-weight: 950;
}

body.single-product .wp-block-woocommerce-product-meta .wp-block-post-terms__prefix {
  color: #6d7b70;
}

body.single-product .wp-block-woocommerce-product-details {
  width: min(980px, calc(100% - 56px)) !important;
  max-width: 980px !important;
  margin: clamp(42px, 6vw, 76px) auto 0 !important;
}

body.single-product .woocommerce-tabs {
  margin: 0 !important;
  padding: clamp(28px, 4vw, 44px) !important;
  border: 1px solid rgba(12, 42, 29, .10) !important;
  border-radius: 12px !important;
  background: #fffdf8 !important;
  box-shadow: 0 22px 64px rgba(24, 39, 30, .08) !important;
}

body.single-product .woocommerce-tabs ul.tabs {
  display: none !important;
}

body.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 18px !important;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

body.single-product .woocommerce-Tabs-panel h2::before {
  content: "Informacje o produkcie";
  display: block;
  margin-bottom: 10px;
  color: #b37a50;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-product .woocommerce-Tabs-panel p {
  color: #31453a;
  font-size: 1.03rem;
  line-height: 1.75;
}

body.single-product .hps-product-support {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: clamp(42px, 6vw, 76px) auto 0 !important;
  padding: clamp(34px, 5vw, 58px) !important;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  border-radius: 12px;
  background:
    linear-gradient(130deg, rgba(11, 59, 40, .98), rgba(11, 75, 49, .94)),
    #0b3b28;
}

body.single-product .hps-product-support h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

body.single-product .hps-product-support__grid {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 0;
}

body.single-product .hps-product-support__grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: start;
  padding: 18px;
}

body.single-product .hps-product-support__grid article span {
  grid-row: span 2;
  margin: 0;
}

body.single-product .hps-product-support__grid article h3 {
  margin: 0 0 6px;
}

body.single-product .hps-product-support__actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

body.single-product .related.products,
body.single-product .upsells.products,
body.single-product .wp-block-woocommerce-related-products {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin: clamp(44px, 6vw, 80px) auto 0 !important;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2,
body.single-product .wp-block-woocommerce-related-products > h2 {
  margin: 0 0 24px;
  color: #082f20;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.04;
}

body.single-product .related.products > h2::before,
body.single-product .upsells.products > h2::before,
body.single-product .wp-block-woocommerce-related-products > h2::before {
  content: "Zobacz także";
  display: block;
  margin-bottom: 10px;
  color: #b37a50;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  body.single-product .wp-block-columns.alignwide {
    grid-template-columns: 1fr !important;
  }

  body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
    position: static;
  }

  body.single-product .hps-product-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.single-product .wp-block-woocommerce-breadcrumbs,
  body.single-product .wc-block-breadcrumbs,
  body.single-product .wp-block-columns.alignwide,
  body.single-product .wp-block-woocommerce-product-details,
  body.single-product .hps-product-support,
  body.single-product .related.products,
  body.single-product .upsells.products,
  body.single-product .wp-block-woocommerce-related-products {
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child,
  body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child,
  body.single-product .woocommerce-tabs,
  body.single-product .hps-product-support {
    padding: 22px !important;
  }

  body.single-product .wp-block-columns.alignwide .wp-block-post-title {
    font-size: clamp(2.1rem, 12vw, 3.1rem) !important;
  }

  body.single-product .wp-block-add-to-cart-form form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  body.single-product .wp-block-add-to-cart-form .qty,
  body.single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
    width: 100%;
  }
}


/* 2026-07-05: related products block on single product page */
body.single-product .wp-block-woocommerce-related-products {
  width: min(980px, calc(100% - 56px)) !important;
  max-width: 980px !important;
  margin: clamp(44px, 6vw, 76px) auto 0 !important;
  padding: 0 !important;
}

body.single-product .wp-block-woocommerce-related-products > .wp-block-heading,
body.single-product .wp-block-woocommerce-related-products h2.wp-block-heading {
  margin: 0 0 26px !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: clamp(2rem, 3vw, 3.15rem) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.single-product .wp-block-woocommerce-related-products > .wp-block-heading::before,
body.single-product .wp-block-woocommerce-related-products h2.wp-block-heading::before {
  content: "Zobacz także";
  display: block;
  margin-bottom: 10px;
  color: #b37a50;
  font-family: Inter, sans-serif;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product .wp-block-woocommerce-related-products .wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .wp-block-woocommerce-related-products .wc-block-product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 48px rgba(24, 39, 30, .08);
}

body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image {
  margin: 0 !important;
  border-bottom: 1px solid rgba(12, 42, 29, .07);
  background: #efe8dc;
}

body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.single-product .wp-block-woocommerce-related-products .wp-block-post-title {
  min-height: 46px;
  margin: 18px 18px 8px !important;
  padding: 0 !important;
  text-align: center !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

body.single-product .wp-block-woocommerce-related-products .wp-block-post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #082f20;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: auto 18px 16px !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1.12rem !important;
  font-weight: 950 !important;
  text-align: center !important;
}

body.single-product .wp-block-woocommerce-related-products .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-related-products .woocommerce-Price-currencySymbol,
body.single-product .wp-block-woocommerce-related-products bdi {
  color: #082f20 !important;
  font: inherit;
}

body.single-product .wp-block-woocommerce-related-products .wp-block-button,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-button {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px !important;
  padding: 0 18px;
}

body.single-product .wp-block-woocommerce-related-products .wp-block-button__link,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #b37a50 !important;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(123, 77, 45, .16);
}

body.single-product .wp-block-woocommerce-related-products .wp-block-button__link:hover,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button:hover {
  background: #0b3b28 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  body.single-product .wp-block-woocommerce-related-products .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.single-product .wp-block-woocommerce-related-products {
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.single-product .wp-block-woocommerce-related-products .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
}


/* 2026-07-05: real WooCommerce related product collection wrapper */
body.single-product .wp-block-woocommerce-product-collection.alignwide {
  width: min(980px, calc(100% - 56px)) !important;
  max-width: 980px !important;
  margin: clamp(44px, 6vw, 76px) auto 0 !important;
  padding: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide > h2.wp-block-heading {
  margin: 0 0 26px !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: clamp(2rem, 3vw, 3.15rem) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide > h2.wp-block-heading::before {
  content: "Zobacz także";
  display: block;
  margin-bottom: 10px;
  color: #b37a50;
  font-family: Inter, sans-serif;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(12, 42, 29, .10);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 48px rgba(24, 39, 30, .08);
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image {
  margin: 0 !important;
  border-bottom: 1px solid rgba(12, 42, 29, .07);
  background: #efe8dc;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-post-title {
  min-height: 46px;
  margin: 18px 18px 8px !important;
  padding: 0 !important;
  text-align: center !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #082f20;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: auto 18px 16px !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1.12rem !important;
  font-weight: 950 !important;
  text-align: center !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-product-collection.alignwide .woocommerce-Price-currencySymbol,
body.single-product .wp-block-woocommerce-product-collection.alignwide bdi {
  color: #082f20 !important;
  font: inherit;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-button {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px !important;
  padding: 0 18px;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button__link,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-button__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #b37a50 !important;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(123, 77, 45, .16);
}

@media (max-width: 900px) {
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.single-product .wp-block-woocommerce-product-collection.alignwide {
    width: min(100%, calc(100% - 32px)) !important;
  }

  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
}


/* 2026-07-05: fix single product sticky image, purchase tiles and related products layout */
body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child,
.single-product .woocommerce div.product div.images {
  position: static !important;
  top: auto !important;
}

body.single-product .hps-single-product__notice {
  gap: 10px;
  margin-bottom: 22px;
}

body.single-product .hps-single-product__notice div {
  min-height: 0;
  padding: 15px 16px 15px 50px;
  border-radius: 9px;
  background: #fbf7ef;
}

body.single-product .hps-single-product__notice div::before {
  top: 18px;
  left: 17px;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 6px rgba(179, 123, 76, .13);
}

body.single-product .hps-single-product__notice div:first-child {
  background: #0b3b28;
}

body.single-product .hps-single-product__notice strong {
  font-size: .95rem;
  line-height: 1.25;
}

body.single-product .hps-single-product__notice span {
  font-size: .88rem;
  line-height: 1.45;
}

body.single-product .hps-product-support {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 4vw, 48px);
}

body.single-product .hps-product-support__grid {
  display: grid;
  gap: 14px;
}

body.single-product .hps-product-support__grid article {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 96px;
  padding: 18px 20px;
}

body.single-product .hps-product-support__grid article span {
  width: 36px;
  height: 36px;
}

body.single-product .hps-product-support__grid article p {
  max-width: none;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide {
  width: min(980px, calc(100% - 56px)) !important;
  max-width: 980px !important;
  margin-top: clamp(42px, 6vw, 72px) !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.is-flex-container,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.columns-5,
body.single-product .wp-block-woocommerce-product-collection.alignwide ul.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.is-flex-container > li,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.columns-5 > li,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
  min-height: 440px !important;
  border-radius: 10px;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image a {
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-post-title {
  min-height: 48px;
  margin: 18px 20px 8px !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-price {
  min-height: 40px;
  margin: auto 20px 18px !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-button {
  margin-bottom: 22px !important;
}

@media (max-width: 780px) {
  body.single-product .hps-product-support {
    grid-template-columns: 1fr;
  }

  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.is-flex-container,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.columns-5,
  body.single-product .wp-block-woocommerce-product-collection.alignwide ul.wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
}


/* 2026-07-05: force product names visible in all product tiles */
body .wc-block-product .wp-block-post-title,
body .wc-block-product .wp-block-post-title.has-medium-font-size,
body .wc-block-product h2.wp-block-post-title,
body .wc-block-product h3.wp-block-post-title,
body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product .wp-block-post-title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body .hps-product-tile h3 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 48px !important;
  margin: 18px 20px 8px !important;
  padding: 0 !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  text-align: center !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
}

body .wc-block-product .wp-block-post-title a,
body .woocommerce ul.products li.product .woocommerce-loop-product__title a,
body .hps-product-tile h3 a {
  display: -webkit-box !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  color: #082f20 !important;
  font: inherit !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .wc-block-product .wp-block-woocommerce-product-price,
body .wc-block-product .wc-block-components-product-price,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-price {
  margin-top: 4px !important;
}


/* 2026-07-05: scale down related product cards */
body.single-product .wp-block-woocommerce-product-collection.alignwide {
  width: min(860px, calc(100% - 56px)) !important;
  max-width: 860px !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.is-flex-container,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.columns-5,
body.single-product .wp-block-woocommerce-product-collection.alignwide ul.wc-block-product-template {
  gap: 18px !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
  min-height: 340px !important;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(24, 39, 30, .07);
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image a {
  aspect-ratio: 16 / 10 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-post-title {
  min-height: 38px !important;
  margin: 14px 16px 6px !important;
  font-size: .96rem !important;
  line-height: 1.2 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-price {
  min-height: 38px !important;
  margin: 8px 28px 14px !important;
  padding: 6px 12px !important;
  border-radius: 999px;
  background: #edf5ec;
  font-size: 1rem !important;
  line-height: 1.1 !important;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-button {
  margin: 0 0 18px !important;
  padding: 0 16px;
}

body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button__link,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-button__button {
  min-width: 138px;
  min-height: 40px;
  padding: 0 16px !important;
  font-size: .86rem;
  box-shadow: 0 9px 20px rgba(123, 77, 45, .14);
}

@media (max-width: 640px) {
  body.single-product .wp-block-woocommerce-product-collection.alignwide {
    width: min(100%, calc(100% - 32px)) !important;
  }
}


/* 2026-07-05: final product card unification, static showcase and mobile fixes */
body.single-product .hps-single-product__notice {
  display: none !important;
}

.hps-product-showcase {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(46px, 6vw, 76px) 0;
  background: #f8f4eb;
  overflow: clip;
}

.hps-product-showcase__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hps-product-showcase__header .hps-title {
  margin-bottom: 0;
}

.hps-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hps-product-marquee,
.hps-product-marquee__viewport,
.hps-product-marquee__track {
  animation: none !important;
  overflow: visible !important;
}

.hps-product-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
body.post-type-archive-product .wc-block-product,
body.tax-product_cat .wc-block-product,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  min-height: 410px !important;
  border: 1px solid rgba(12, 42, 29, .10) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  box-shadow: 0 18px 46px rgba(24, 39, 30, .08) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.hps-product-card:hover,
.woocommerce ul.products li.product:hover,
body.post-type-archive-product .wc-block-product:hover,
body.tax-product_cat .wc-block-product:hover,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(24, 39, 30, .11) !important;
}

.hps-product-card__image,
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.post-type-archive-product .wc-block-components-product-image,
body.tax-product_cat .wc-block-components-product-image,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image {
  display: block !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(12, 42, 29, .08) !important;
  background: #efe8dc !important;
}

.hps-product-card__image,
body.post-type-archive-product .wc-block-components-product-image a,
body.tax-product_cat .wc-block-components-product-image a,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image a {
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
}

.hps-product-card__image img,
.woocommerce ul.products li.product a img,
body.post-type-archive-product .wc-block-components-product-image img,
body.tax-product_cat .wc-block-components-product-image img,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

.hps-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 18px 20px 22px;
}

.hps-product-card__title,
body .wc-block-product .wp-block-post-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product .wp-block-post-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 48px !important;
  margin: 0 18px 10px !important;
  padding: 0 !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1.04rem !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  text-align: center !important;
}

.hps-product-card__title a,
body .wc-block-product .wp-block-post-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-post-title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #082f20 !important;
  font: inherit !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hps-product-card__price,
.woocommerce ul.products li.product .price,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-product .wc-block-components-product-price,
body.tax-product_cat .wc-block-product .wc-block-components-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-price {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin: auto 18px 16px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #082f20 !important;
  font-family: Outfit, Inter, sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

.hps-product-card__price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body .wc-block-product .woocommerce-Price-amount,
body .wc-block-product .woocommerce-Price-currencySymbol,
body .wc-block-product bdi {
  color: #082f20 !important;
  font: inherit !important;
}

.hps-product-card__button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
body.post-type-archive-product .wc-block-product .wp-block-button__link,
body.tax-product_cat .wc-block-product .wp-block-button__link,
body.post-type-archive-product .wc-block-components-product-button__button,
body.tax-product_cat .wc-block-components-product-button__button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button__link,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-components-product-button__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 154px !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #b37a50 !important;
  color: #fff !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(123, 77, 45, .16) !important;
}

.woocommerce ul.products li.product .button,
body.post-type-archive-product .wc-block-product .wp-block-button,
body.tax-product_cat .wc-block-product .wp-block-button,
body.post-type-archive-product .wc-block-product .wp-block-woocommerce-product-button,
body.tax-product_cat .wc-block-product .wp-block-woocommerce-product-button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-button,
body.single-product .wp-block-woocommerce-product-collection.alignwide .wp-block-woocommerce-product-button {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 18px !important;
}

.hps-product-card__button:hover,
.woocommerce ul.products li.product .button:hover,
body .wc-block-product .wp-block-button__link:hover,
body .wc-block-product .wc-block-components-product-button__button:hover {
  background: #0b3b28 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .hps-container {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .hps-product-grid,
  .woocommerce ul.products,
  body.post-type-archive-product .wc-block-product-template,
  body.tax-product_cat .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .hps-grid,
  .hps-grid--3,
  .hps-grid--4,
  .hps-section--green .hps-grid,
  .hps-section--paper .hps-grid {
    grid-template-columns: 1fr !important;
  }

  .hps-two-col,
  .hps-delivery-band,
  .hps-shop-archive-hero__inner,
  body.single-product .wp-block-columns.alignwide {
    grid-template-columns: 1fr !important;
  }

  .hps-section--green .hps-card,
  .hps-article-card,
  .hps-card {
    min-height: 0 !important;
    padding: 22px !important;
  }

  .hps-section--green .hps-title,
  .hps-page-title,
  .hps-title,
  .hps-shop-archive-hero h1,
  body.home .hps-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.4rem) !important;
    line-height: 1.04 !important;
    text-wrap: balance;
  }

  .hps-product-showcase__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hps-footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 640px) {
  body,
  html {
    overflow-x: clip !important;
  }

  .hps-topbar {
    display: none !important;
  }

  .hps-header__inner {
    min-height: 112px !important;
    align-items: center !important;
  }

  .hps-logo__image {
    width: 112px !important;
    max-height: 86px !important;
  }

  .hps-mobile-toggle {
    min-width: 88px !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    font-size: 1.05rem !important;
  }

  body.home .hps-hero,
  .hps-shop-archive-hero,
  .hps-page-hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .hps-product-grid,
  .woocommerce ul.products,
  body.post-type-archive-product .wc-block-product-template,
  body.tax-product_cat .wc-block-product-template,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.is-flex-container,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product-template.columns-5 {
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hps-product-card,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  body.post-type-archive-product .wc-block-product,
  body.tax-product_cat .wc-block-product,
  body.single-product .wp-block-woocommerce-product-collection.alignwide .wc-block-product {
    min-height: 0 !important;
  }

  .hps-product-card__body {
    padding: 18px 18px 22px;
  }

  .hps-product-card__title,
  body .wc-block-product .wp-block-post-title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0 !important;
    font-size: 1.12rem !important;
  }

  .hps-product-card__button,
  .woocommerce ul.products li.product .button,
  body .wc-block-product .wp-block-button__link,
  body .wc-block-product .wc-block-components-product-button__button {
    min-width: 178px !important;
    min-height: 48px !important;
    font-size: .98rem !important;
  }

  .hps-footer {
    overflow: hidden !important;
  }

  .hps-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .hps-footer h2,
  .hps-footer h3 {
    font-size: 1.35rem !important;
  }

  .hps-footer p,
  .hps-footer a,
  .hps-footer li,
  .hps-footer span {
    font-size: .98rem !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere;
  }

  .hps-footer__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
}
