body.hs-modern-archive-preview {
  --hs-archive-ink: #171815;
  --hs-archive-green: #173c2d;
  --hs-archive-rust: #a75d3a;
  --hs-archive-cream: #f7f3eb;
  --hs-archive-line: rgba(23, 24, 21, 0.12);
  background: #fbfaf6;
  color: var(--hs-archive-ink);
}

body.hs-modern-archive-preview .site-content {
  padding-top: 0;
}

body.hs-modern-archive-preview .catalog-page-header {
  position: relative;
  margin: 0;
  padding: 76px 24px 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(167, 93, 58, 0.12), transparent 24%),
    linear-gradient(135deg, #f4ede1 0%, #faf7f0 60%, #eef2ec 100%);
  border-bottom: 1px solid var(--hs-archive-line);
}

body.hs-modern-archive-preview .catalog-page-header::before {
  content: "CURATED HOME DÉCOR";
  display: block;
  margin-bottom: 14px;
  color: var(--hs-archive-rust);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

body.hs-modern-archive-preview .catalog-page-header::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -118px;
  right: 8%;
  border: 1px solid rgba(23, 60, 45, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(23, 60, 45, 0.025),
    0 0 0 52px rgba(23, 60, 45, 0.018);
  pointer-events: none;
}

body.hs-modern-archive-preview .catalog-page-header .page-title {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: var(--hs-archive-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

body.hs-modern-archive-preview .catalog-page-header .term-description {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 24px auto 0;
  color: #62645e;
  font-size: 15px;
  line-height: 1.75;
}

body.term-3d-pvc-panel .catalog-page-header .term-description {
  max-width: 900px;
}

body.term-3d-pvc-panel .hs-pvc-hero-facts {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

body.term-3d-pvc-panel .hs-pvc-hero-facts span {
  padding: 8px 12px;
  border: 1px solid rgba(23, 60, 45, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--hs-archive-green);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

body.hs-modern-archive-preview #primary.content-area {
  padding-top: 0;
}

body.hs-modern-archive-preview #main.site-main {
  padding-top: 34px;
}

body.hs-modern-archive-preview .hs-archive-preview-badge {
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 7px 12px;
  border: 1px solid rgba(167, 93, 58, 0.22);
  border-radius: 999px;
  background: #fff7ef;
  color: #69412f;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

body.hs-modern-archive-preview .hs-archive-preview-badge span {
  margin-right: 7px;
  color: var(--hs-archive-rust);
  font-weight: 800;
  text-transform: uppercase;
}

body.hs-modern-archive-preview .catalog-toolbar {
  min-height: 70px;
  margin: 0 0 34px;
  padding: 10px 14px 10px 22px;
  display: flex;
  align-items: center;
  border: 1px solid var(--hs-archive-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(27, 35, 30, 0.045);
}

body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs {
  gap: 28px;
}

body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs a,
body.hs-modern-archive-preview .catalog-toolbar .shop-view__icon,
body.hs-modern-archive-preview .catalog-toolbar .filter-toggle {
  color: #5f615c;
  font-size: 13px;
  font-weight: 650;
}

body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs a.active,
body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs a:hover,
body.hs-modern-archive-preview .catalog-toolbar .filter-toggle:hover {
  color: var(--hs-archive-green);
}

body.hs-modern-archive-preview .catalog-toolbar .woocommerce-ordering select {
  min-width: 220px;
  height: 46px;
  margin: 0;
  padding: 0 44px 0 16px;
  border: 1px solid var(--hs-archive-line);
  border-radius: 10px;
  background-color: var(--hs-archive-cream);
  color: var(--hs-archive-ink);
  font-size: 13px;
  font-weight: 600;
}

body.hs-modern-archive-preview #catalog-filters {
  margin: -18px 0 34px;
  padding: 28px;
  border: 1px solid var(--hs-archive-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 32, 25, 0.07);
}

body.term-3d-pvc-panel #catalog-filters,
body.term-3d-pvc-panel .catalog-toolbar .filter-toggle,
body.term-3d-pvc-panel .catalog-toolbar .toggle-filters,
body.term-3d-pvc-panel .term-description {
  display: none !important;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters {
  margin: 0 0 34px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 2.3fr);
  gap: 24px;
  align-items: end;
  border: 1px solid var(--hs-archive-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20, 32, 25, 0.06);
}

body.term-3d-pvc-panel .hs-pvc-smart-filters__intro > span,
body.term-3d-pvc-panel .hs-pvc-category-guide__intro > span {
  display: block;
  margin-bottom: 7px;
  color: var(--hs-archive-rust);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters h2 {
  margin: 0;
  color: var(--hs-archive-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters__intro p {
  max-width: 360px;
  margin: 12px 0 0;
  color: #696b65;
  font-size: 12px;
  line-height: 1.6;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters__facts {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters__facts span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #f3eee5;
  color: #5f493d;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto auto;
  gap: 10px;
  align-items: end;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters label > span {
  display: block;
  margin-bottom: 7px;
  color: #696b65;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters select {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 34px 0 12px;
  border: 1px solid var(--hs-archive-line);
  border-radius: 10px;
  background-color: var(--hs-archive-cream);
  color: var(--hs-archive-ink);
  font-size: 12px;
  font-weight: 650;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters button,
body.term-3d-pvc-panel .hs-pvc-smart-filters form > a {
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters button {
  border: 1px solid var(--hs-archive-green);
  background: var(--hs-archive-green);
  color: #fff;
}

body.term-3d-pvc-panel .hs-pvc-smart-filters form > a {
  border: 1px solid var(--hs-archive-line);
  color: var(--hs-archive-ink);
  text-decoration: none;
}

body.term-3d-pvc-panel .hs-pvc-calculator {
  margin: 0 0 34px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.35fr);
  gap: 26px 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 12%, rgba(232, 184, 158, 0.14), transparent 28%),
    var(--hs-archive-green);
  color: #fff;
  scroll-margin-top: 100px;
}

body.term-3d-pvc-panel .hs-pvc-calculator__intro {
  grid-row: span 2;
}

body.term-3d-pvc-panel .hs-pvc-calculator__intro > span {
  display: block;
  margin-bottom: 8px;
  color: #e8b89e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-calculator h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.term-3d-pvc-panel .hs-pvc-calculator__intro > p {
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.65;
}

body.term-3d-pvc-panel .hs-pvc-calculator__selected {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

body.term-3d-pvc-panel .hs-pvc-calculator__selected span,
body.term-3d-pvc-panel .hs-pvc-calculator__selected strong,
body.term-3d-pvc-panel .hs-pvc-calculator__selected a {
  display: block;
}

body.term-3d-pvc-panel .hs-pvc-calculator__selected span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-calculator__selected strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

body.term-3d-pvc-panel .hs-pvc-calculator__selected a {
  width: max-content;
  margin-top: 7px;
  color: #e8b89e;
  font-size: 10px;
  font-weight: 750;
}

body.term-3d-pvc-panel .hs-pvc-calculator__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.term-3d-pvc-panel .hs-pvc-calculator__form label > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-calculator__form input,
body.term-3d-pvc-panel .hs-pvc-calculator__form select {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

body.term-3d-pvc-panel .hs-pvc-calculator__form input::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

body.term-3d-pvc-panel .hs-pvc-calculator__form select option {
  color: var(--hs-archive-ink);
}

body.term-3d-pvc-panel .hs-pvc-calculator__form button {
  grid-column: 1 / -1;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--hs-archive-green);
  font-size: 12px;
  font-weight: 800;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--hs-archive-ink);
}

body.term-3d-pvc-panel .hs-pvc-calculator__status {
  margin: 0 0 14px;
  color: #5e625c;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result-grid > div {
  min-width: 0;
  padding: 12px;
  border-radius: 10px;
  background: #f2eee6;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result-grid span,
body.term-3d-pvc-panel .hs-pvc-calculator__result-grid strong {
  display: block;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result-grid span {
  min-height: 25px;
  margin-bottom: 5px;
  color: #72746f;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.term-3d-pvc-panel .hs-pvc-calculator__result-grid strong {
  color: var(--hs-archive-green);
  font-size: 14px;
  line-height: 1.25;
}

body.term-3d-pvc-panel .hs-pvc-calculator__footnotes {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6d706a;
  font-size: 9px;
  line-height: 1.45;
}

body.term-3d-pvc-panel .hs-pvc-calculator__disclaimer {
  grid-column: 1 / -1;
  margin: -14px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  line-height: 1.5;
}

body.hs-modern-archive-preview ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 24px !important;
  margin: 0 !important;
}

body.hs-modern-archive-preview ul.products::before,
body.hs-modern-archive-preview ul.products::after {
  display: none !important;
}

body.hs-modern-archive-preview ul.products li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 18px !important;
  overflow: hidden;
  border: 1px solid var(--hs-archive-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(27, 35, 30, 0.035);
  text-align: left !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body.hs-modern-archive-preview ul.products li.product:hover {
  border-color: rgba(23, 60, 45, 0.22);
  box-shadow: 0 18px 45px rgba(27, 35, 30, 0.09);
  transform: translateY(-4px);
}

body.hs-modern-archive-preview li.product .product-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.hs-modern-archive-preview li.product .product-thumbnail {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #f0eee8;
  border-radius: 19px 19px 0 0;
}

body.hs-modern-archive-preview li.product .product-thumbnail > a,
body.hs-modern-archive-preview li.product .product-thumbnail .swiper-wrapper,
body.hs-modern-archive-preview li.product .product-thumbnail .swiper-slide {
  height: 100%;
}

body.hs-modern-archive-preview li.product .product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.hs-modern-archive-preview li.product:hover .product-thumbnail img {
  transform: scale(1.035);
}

body.hs-modern-archive-preview li.product .onsale {
  top: 14px;
  right: auto;
  left: 14px;
  min-width: 0;
  min-height: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--hs-archive-rust);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

body.hs-modern-archive-preview li.product .product-loop__buttons {
  top: auto !important;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: auto;
  height: 44px !important;
  max-height: 44px;
  min-height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  border-radius: 11px;
  background: var(--hs-archive-green);
  box-shadow: 0 12px 28px rgba(23, 60, 45, 0.2);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body.hs-modern-archive-preview li.product:hover .product-loop__buttons,
body.hs-modern-archive-preview li.product:focus-within .product-loop__buttons {
  opacity: 1;
  transform: translateY(0);
}

body.hs-modern-archive-preview li.product .product-loop__buttons .rz-loop_button {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

body.hs-modern-archive-preview li.product .product-loop__buttons .loop_button-text {
  color: #fff;
}

body.hs-modern-archive-preview li.product .product-summary {
  flex: 1;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

body.hs-modern-archive-preview li.product .product-summary .product-cat {
  margin-bottom: 8px;
  color: var(--hs-archive-rust);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.hs-modern-archive-preview li.product .woocommerce-loop-product__title {
  width: 100%;
  margin: 0 0 12px;
  color: var(--hs-archive-ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.42;
  text-align: left !important;
}

body.hs-modern-archive-preview li.product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-badges {
  width: 100%;
  margin: 0 0 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-badges span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #f3eee5;
  color: #5f493d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-badges .hs-pvc-card-stock--out {
  border-color: #e0b4a9;
  background: #fff1ed;
  color: #963f2d;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-coverage,
body.term-3d-pvc-panel li.product .hs-pvc-card-price-note {
  width: 100%;
  margin: 0;
  color: #6b6d67;
  font-size: 11px;
  line-height: 1.45;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-coverage {
  color: var(--hs-archive-green);
  font-weight: 750;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-price-note {
  margin: 2px 0 10px;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-calculator {
  width: 100%;
  margin: 8px 0 10px;
  padding: 7px 9px;
  border: 1px solid rgba(23, 60, 45, 0.16);
  border-radius: 8px;
  background: #f4f7f3;
  color: var(--hs-archive-green);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}

body.term-3d-pvc-panel li.product .hs-pvc-card-calculator:hover {
  border-color: var(--hs-archive-green);
  background: var(--hs-archive-green);
  color: #fff;
}

body.hs-modern-archive-preview li.product .price {
  width: 100%;
  margin-top: auto;
  color: var(--hs-archive-green);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
  text-align: left !important;
}

body.hs-modern-archive-preview li.product .price del {
  margin-right: 7px;
  color: #92938e;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
}

body.hs-modern-archive-preview li.product .price ins {
  color: var(--hs-archive-rust);
  text-decoration: none;
}

body.hs-modern-archive-preview .woocommerce-pagination {
  margin-top: 62px;
}

body.hs-modern-archive-preview .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 0;
}

body.hs-modern-archive-preview .woocommerce-pagination ul li {
  border: 0;
}

body.hs-modern-archive-preview .woocommerce-pagination ul li a,
body.hs-modern-archive-preview .woocommerce-pagination ul li span {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hs-archive-line);
  border-radius: 50%;
  background: #fff;
  color: var(--hs-archive-ink);
  font-size: 13px;
}

body.hs-modern-archive-preview .woocommerce-pagination ul li span.current,
body.hs-modern-archive-preview .woocommerce-pagination ul li a:hover {
  border-color: var(--hs-archive-green);
  background: var(--hs-archive-green);
  color: #fff;
}

body.term-3d-pvc-panel .hs-pvc-category-guide {
  margin: 72px 0 12px;
  padding: 42px;
  border-radius: 24px;
  background: var(--hs-archive-green);
  color: #fff;
}

body.term-3d-pvc-panel .hs-pvc-category-guide__intro {
  max-width: 720px;
  margin-bottom: 28px;
}

body.term-3d-pvc-panel .hs-pvc-category-guide__intro > span {
  color: #e8b89e;
}

body.term-3d-pvc-panel .hs-pvc-category-guide h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.term-3d-pvc-panel .hs-pvc-category-guide__intro p,
body.term-3d-pvc-panel .hs-pvc-category-guide article p,
body.term-3d-pvc-panel .hs-pvc-category-guide__notes p {
  color: rgba(255, 255, 255, 0.78);
}

body.term-3d-pvc-panel .hs-pvc-category-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.term-3d-pvc-panel .hs-pvc-category-guide article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

body.term-3d-pvc-panel .hs-pvc-category-guide article strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

body.term-3d-pvc-panel .hs-pvc-category-guide article p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

body.term-3d-pvc-panel .hs-pvc-category-guide__notes {
  margin-top: 18px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.term-3d-pvc-panel .hs-pvc-category-guide__notes p {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

body.term-3d-pvc-panel .hs-pvc-category-guide__notes strong {
  color: #fff;
}

@media (max-width: 1024px) {
  body.hs-modern-archive-preview ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs {
    gap: 18px;
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters {
    grid-template-columns: 1fr;
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.term-3d-pvc-panel .hs-pvc-calculator {
    grid-template-columns: 1fr;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__intro {
    grid-row: auto;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.term-3d-pvc-panel .hs-pvc-category-guide__grid,
  body.term-3d-pvc-panel .hs-pvc-category-guide__notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.hs-modern-archive-preview .catalog-page-header {
    padding: 52px 20px 48px;
  }

  body.hs-modern-archive-preview .catalog-page-header .page-title {
    font-size: 44px;
  }

  body.hs-modern-archive-preview .catalog-page-header .term-description {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  body.hs-modern-archive-preview #main.site-main {
    padding-top: 22px;
  }

  body.hs-modern-archive-preview .hs-archive-preview-badge {
    margin-bottom: 14px;
    font-size: 10px;
  }

  body.hs-modern-archive-preview .catalog-toolbar {
    min-height: 58px;
    margin-bottom: 22px;
    padding: 8px 10px;
    border-radius: 13px;
  }

  body.hs-modern-archive-preview .catalog-toolbar .catalog-toolbar-tabs {
    display: none;
  }

  body.hs-modern-archive-preview .catalog-toolbar .woocommerce-ordering select {
    min-width: 0;
    height: 40px;
    padding-left: 12px;
    font-size: 12px;
  }

  body.hs-modern-archive-preview #catalog-filters {
    margin: -10px 0 24px;
    padding: 18px;
  }

  body.term-3d-pvc-panel .hs-pvc-hero-facts {
    justify-content: flex-start;
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters {
    margin-bottom: 24px;
    padding: 18px;
    gap: 18px;
    border-radius: 15px;
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters h2 {
    font-size: 23px;
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.term-3d-pvc-panel .hs-pvc-smart-filters button,
  body.term-3d-pvc-panel .hs-pvc-smart-filters form > a {
    width: 100%;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator {
    margin-bottom: 24px;
    padding: 24px 18px;
    gap: 20px;
    border-radius: 16px;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__form {
    grid-template-columns: 1fr;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__footnotes {
    flex-direction: column;
  }

  body.term-3d-pvc-panel .hs-pvc-calculator__disclaimer {
    margin-top: -8px;
  }

  body.hs-modern-archive-preview ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px !important;
  }

  body.hs-modern-archive-preview ul.products li.product {
    padding-bottom: 14px !important;
    border-radius: 15px;
  }

  body.hs-modern-archive-preview li.product .product-thumbnail {
    border-radius: 14px 14px 0 0;
  }

  body.hs-modern-archive-preview li.product .product-summary {
    padding: 14px 13px 0;
  }

  body.hs-modern-archive-preview li.product .product-summary .product-cat {
    margin-bottom: 6px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  body.hs-modern-archive-preview li.product .woocommerce-loop-product__title {
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.35;
  }

  body.hs-modern-archive-preview li.product .price {
    font-size: 14px;
  }

  body.hs-modern-archive-preview li.product .price del {
    display: block;
    margin: 0 0 2px;
    font-size: 11px;
  }

  body.term-3d-pvc-panel li.product .hs-pvc-card-badges span {
    padding: 4px 6px;
    font-size: 7px;
  }

  body.term-3d-pvc-panel li.product .hs-pvc-card-coverage,
  body.term-3d-pvc-panel li.product .hs-pvc-card-price-note {
    font-size: 9px;
  }

  body.term-3d-pvc-panel li.product .hs-pvc-card-calculator {
    font-size: 8px;
  }

  body.hs-modern-archive-preview li.product .product-loop__buttons {
    top: auto !important;
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 38px !important;
    max-height: 38px;
    min-height: 38px;
    border-radius: 9px;
    opacity: 1;
    transform: none;
  }

  body.hs-modern-archive-preview li.product .product-loop__buttons .rz-loop_button {
    min-width: 38px;
    min-height: 38px;
  }

  body.term-3d-pvc-panel .hs-pvc-category-guide {
    margin-top: 48px;
    padding: 26px 20px;
    border-radius: 18px;
  }

  body.term-3d-pvc-panel .hs-pvc-category-guide__grid,
  body.term-3d-pvc-panel .hs-pvc-category-guide__notes {
    grid-template-columns: 1fr;
  }
}
