﻿.proh-catalog,
.proh-catalog *,
.proh-catalog *::before,
.proh-catalog *::after,
.proh-delivery-location,
.proh-delivery-location *,
.proh-delivery-location *::before,
.proh-delivery-location *::after,
.proh-calc,
.proh-calc *,
.proh-calc *::before,
.proh-calc *::after {
  box-sizing: border-box;
}
:root {
  --proh-body-font: Inter, "Segoe UI", Arial, sans-serif;
  --proh-display-font: Manrope, Inter, "Segoe UI", Arial, sans-serif;
}
.proh-wc-section {
  display: block !important;
  height: auto !important;
  min-height: 760px;
  background: linear-gradient(180deg, #f5f0da 0%, #fffaf1 100%);
  padding: 76px 0 84px;
}
.proh-wc-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: min(1170px, calc(100vw - 32px));
}
.proh-wc-heading {
  text-align: center;
  color: #623e2f;
  margin-bottom: 30px;
}
.proh-wc-heading p {
  margin: 0 0 8px;
  font: 700 18px/1.4 var(--proh-display-font);
  text-transform: uppercase;
}
.proh-wc-heading h2 {
  margin: 0;
  font: 700 44px/1.16 var(--proh-display-font);
  letter-spacing: 0;
}
.proh-catalog {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  font-family: var(--proh-body-font);
}
.proh-catalog.is-loading {
  opacity: .72;
  pointer-events: none;
}
.proh-catalog__filters {
  background: #fffaf1;
  border: 1px solid #d0bb99;
  box-shadow: 0 18px 35px rgba(98, 62, 47, .08);
  overflow: visible;
  padding: 0;
}
.proh-catalog__filters.is-loading {
  opacity: .72;
  pointer-events: none;
}
.proh-catalog__filters-head {
  align-items: center;
  background: #623e2f;
  color: #fffaf1;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 18px;
}
.proh-catalog__filters-head strong {
  font-size: 16px;
}
.proh-catalog__filters-head span {
  align-items: center;
  background: #c48b96;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 8px;
}
.proh-catalog__filters fieldset {
  border: 0;
  border-bottom: 1px solid #eadfca;
  margin: 0;
  padding: 16px 18px;
}
.proh-catalog__filters legend {
  color: #623e2f;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 0;
}
.proh-filter-group__options {
  display: grid;
  gap: 8px;
}
.proh-catalog__filters label {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: center;
  color: #331e16;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
  cursor: pointer;
}
.proh-catalog__filters input {
  width: 16px;
  height: 16px;
  accent-color: #c48b96;
}
.proh-catalog__filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 18px 18px;
}
.proh-catalog__filter-actions button,
.proh-card__button,
.proh-route-button {
  background: #c48b96;
  border: 0;
  color: #f5f0da;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  text-decoration: none;
  font: 700 13px/1.2 var(--proh-display-font);
  cursor: pointer;
}
.proh-catalog__filter-actions button:hover,
.proh-card__button:hover,
.proh-route-button:hover {
  background: #a96f7b;
}
.proh-catalog__filter-actions a {
  color: #623e2f;
  font-size: 13px;
}
.proh-catalog__topline {
  background: rgba(255, 250, 241, .74);
  border: 1px solid #eadfca;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: #623e2f;
  margin-bottom: 18px;
  min-height: 48px;
  padding: 0 16px;
  font-size: 13px;
}
.proh-catalog__topline strong {
  font-size: 15px;
}
.proh-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.proh-card {
  background: #fffaf1;
  border: 1px solid #d0bb99;
  box-shadow: 0 16px 34px rgba(98, 62, 47, .07);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.proh-card__image {
  display: block;
  background: #eee4d2;
  overflow: hidden;
}
.proh-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  transition: transform .2s ease;
}
.proh-card:hover .proh-card__image img {
  transform: scale(1.04);
}
.proh-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 292px;
  padding: 15px 16px 16px;
}
.proh-card__price {
  color: #623e2f;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 22px;
}
.proh-card__price .woocommerce-Price-amount,
.proh-product__price .woocommerce-Price-amount {
  white-space: nowrap;
}
.proh-delivery-location {
  align-items: start;
  display: grid;
  gap: 8px 10px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 14px;
  width: 100%;
}
.proh-delivery-location__field {
  display: grid;
  gap: 5px;
  margin: 0;
  min-width: 0;
  position: relative;
}
.proh-delivery-location__field > span:not(.screen-reader-text) {
  color: #675f56;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
.proh-delivery-location input[type="text"] {
  background: #fffaf3;
  border: 1px solid #d8c8ad;
  color: #26312c;
  font: 500 14px/1.3 var(--proh-body-font);
  min-height: 42px;
  min-width: 0;
  padding: 9px 11px;
  width: 100%;
}
.proh-delivery-location input[type="text"]:focus {
  border-color: #e2a344;
  box-shadow: 0 0 0 3px rgba(226, 163, 68, 0.2);
  outline: 0;
}
.proh-delivery-location__suggestions {
  background: #fffdf8;
  border: 1px solid #d8c8ad;
  box-shadow: 0 16px 36px rgba(38, 49, 44, 0.16);
  display: grid;
  left: 0;
  max-height: 286px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
}
.proh-delivery-location__suggestion {
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eadfca;
  color: #26312c;
  cursor: pointer;
  display: grid;
  gap: 3px;
  justify-items: start;
  min-height: 0;
  padding: 10px 12px;
  text-align: left;
  white-space: normal;
}
.proh-delivery-location__suggestion:hover,
.proh-delivery-location__suggestion:focus {
  background: rgba(226, 163, 68, 0.14);
  outline: 0;
}
.proh-delivery-location__suggestion strong {
  font: 800 13px/1.25 var(--proh-display-font);
}
.proh-delivery-location__suggestion span,
.proh-delivery-location__empty {
  color: #675f56;
  font-size: 12px;
  line-height: 1.35;
}
.proh-delivery-location__empty {
  padding: 11px 12px;
}
.proh-delivery-location__status {
  color: #675f56;
  font-size: 13px;
  grid-column: 1 / -1;
  line-height: 1.35;
  min-height: 18px;
}
.proh-delivery-location__status[data-state="success"] {
  color: #496b3b;
}
.proh-delivery-location__status[data-state="error"] {
  color: #9a3426;
}
.proh-delivery-location__status[data-state="loading"] {
  color: #623e2f;
}
.proh-delivery-location-panel {
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid #d8c8ad;
  display: grid;
  gap: 10px;
  margin: 14px 0 12px;
  padding: 14px;
}
.proh-delivery-location-panel > strong {
  color: #26312c;
  display: block;
  font: 800 15px/1.25 var(--proh-display-font);
}
.proh-delivery-location-row th,
.proh-delivery-location-row td {
  vertical-align: top;
}
.proh-delivery-location-row .proh-delivery-location {
  margin-top: 0;
}
.proh-delivery-location-row .proh-delivery-location__status {
  font-size: 12px;
}
.proh-delivery-cost-row th,
.proh-delivery-cost-row td {
  background: #fffaf3;
}
.proh-delivery-cost-row td {
  display: grid;
  gap: 4px;
  justify-items: start;
}
.proh-delivery-cost-row strong,
[data-proh-delivery-cost] {
  color: #623e2f;
  display: inline-flex;
  font: 800 18px/1.2 var(--proh-display-font);
  white-space: nowrap;
  width: max-content;
}
[data-proh-delivery-cost] .woocommerce-Price-amount,
[data-proh-delivery-cost] .woocommerce-Price-currencySymbol {
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
  width: auto;
}
[data-proh-delivery-cost-meta] {
  color: #675f56;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.proh-delivery-total th,
.proh-delivery-total td {
  background: #fff6e8;
  border-top: 2px solid #e2a344;
}
.cart_totals .order-total td:has([data-proh-delivery-total-with-delivery]) {
  display: grid;
  gap: 4px;
}
.proh-delivery-total td {
  display: grid;
  gap: 4px;
}
.proh-delivery-total strong,
[data-proh-delivery-total-with-delivery] {
  color: #331e16;
  display: inline-flex;
  font: 800 20px/1.2 var(--proh-display-font);
  white-space: nowrap;
  width: max-content;
}
[data-proh-delivery-total-with-delivery] .woocommerce-Price-amount,
[data-proh-delivery-total-with-delivery] .woocommerce-Price-currencySymbol {
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
  width: auto;
}
.proh-delivery-total__note {
  color: #675f56;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.woocommerce-checkout #customer_details {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout #customer_details .col-2:empty {
  display: none;
}
.woocommerce-checkout #customer_details .form-row {
  margin: 0 0 14px;
}
.woocommerce-checkout #customer_details input.input-text {
  min-height: 46px;
}
.woocommerce-checkout #payment .place-order {
  display: grid;
  gap: 12px;
}
.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text {
  color: #675f56;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  order: 2;
}
.woocommerce-checkout #payment #place_order {
  order: 1;
}
.proh-card h3 {
  margin: 0 0 8px;
  font: 700 16px/1.24 var(--proh-display-font);
  letter-spacing: 0;
  min-height: 60px;
}
.proh-card h3 a {
  color: #623e2f;
  text-decoration: none;
}
.proh-card p {
  color: #806c5a;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.proh-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 16px;
}
.proh-card__badges span {
  background: #f5f0da;
  border: 1px solid #eadfca;
  color: #331e16;
  display: inline-grid;
  gap: 2px;
  max-width: 100%;
  min-height: 40px;
  padding: 6px 8px;
}
.proh-card__badges b {
  color: #9b765a;
  font-size: 10px;
  font-weight: 500;
}
.proh-card__badges span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
}
.proh-card__button {
  margin-top: auto;
  width: 100%;
}

.proh-wc-section {
  background: #fff;
  padding: 30px 0 76px;
}
.proh-wc-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: min(1170px, calc(100vw - 32px));
}
.proh-catalog {
  grid-template-columns: 221px minmax(0, 835px);
  gap: 70px;
  margin: 0 auto;
  width: min(1106px, 100%);
}
.proh-catalog__filters {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.proh-catalog__filters-head {
  display: none;
}
.proh-catalog__filters fieldset {
  border: 0;
  padding: 0 0 28px;
}
.proh-catalog__filters legend {
  color: #623e2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 13px;
}
.proh-filter-group__options {
  gap: 7px;
}
.proh-catalog__filters label {
  color: #623e2f;
  font-size: 14px;
  grid-template-columns: 17px 1fr;
  line-height: 1.25;
}
.proh-catalog__filters input {
  accent-color: #623e2f;
  height: 15px;
  width: 15px;
}
.proh-catalog__filter-actions {
  padding: 0;
}
.proh-catalog__filter-actions a {
  color: #623e2f;
  font-size: 14px;
}
.proh-catalog__topline {
  background: transparent;
  border: 0;
  color: #623e2f;
  justify-content: flex-start;
  margin-bottom: 22px;
  min-height: 46px;
  padding: 0;
}
.proh-catalog__topline strong {
  font-size: 16px;
  font-weight: 400;
}
.proh-catalog__topline label {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  font-size: 14px;
  margin-left: 34px;
}
.proh-catalog__topline select {
  background: #fff;
  border: 0;
  color: #623e2f;
  font: 400 14px/1.2 var(--proh-body-font);
  padding: 3px 20px 3px 0;
}
.proh-catalog__search {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: 24px;
  margin-right: auto;
  min-width: 0;
}
.proh-catalog__search label {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin: 0;
  min-width: 0;
}
.proh-catalog__search input {
  background: #fff;
  border: 1px solid #d0bb99;
  color: #623e2f;
  font: 400 14px/1.2 var(--proh-body-font);
  min-height: 36px;
  padding: 8px 10px;
  width: min(240px, 28vw);
}
.proh-catalog__search button {
  background: #c48b96;
  border: 0;
  color: #fffaf1;
  cursor: pointer;
  font: 700 13px/1.2 var(--proh-display-font);
  min-height: 36px;
  padding: 8px 14px;
}
.proh-catalog__search button:hover {
  background: #a96f7b;
}
.proh-catalog__search a {
  color: #623e2f;
  font-size: 13px;
  white-space: nowrap;
}
.proh-catalog__grid {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 258px));
}
.proh-card {
  background: #f5f0da;
  border: 0;
  box-shadow: none;
  min-height: 554px;
}
.proh-card__image img {
  aspect-ratio: .86;
}
.proh-card:hover .proh-card__image img {
  transform: none;
}
.proh-card__body {
  align-items: center;
  min-height: 254px;
  padding: 17px 8px 8px;
  text-align: center;
}
.proh-card__price {
  color: #623e2f;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 10px;
  min-height: 26px;
}
.proh-card h3 {
  font: 500 14px/1.35 var(--proh-display-font);
  margin: 0 0 14px;
  min-height: 58px;
  width: 242px;
}
.proh-card p,
.proh-card__badges {
  display: none;
}
.proh-card__thickness {
  color: #d0bb99;
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  min-height: 72px;
}
.proh-card__thickness b {
  font-size: 14px;
  font-weight: 400;
}
.proh-card__thickness div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.proh-card__thickness a,
.proh-card__thickness button {
  background: #d0bb99;
  border: 0;
  color: #fffaf1;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-width: 36px;
  padding: 7px 8px;
  text-decoration: none;
}
.proh-card__thickness a.is-active,
.proh-card__thickness button.is-active {
  border: 4px solid #623e2f;
  color: #623e2f;
  padding: 3px 4px;
}
.proh-card__button {
  color: #fffaf1;
  margin-top: auto;
  min-height: 39px;
  width: 242px;
}
.proh-calc {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
  margin-top: 46px;
  padding: 28px;
  background: #331e16;
  border: 1px solid rgba(208, 187, 153, .55);
  color: #f5f0da;
}
.proh-calc p {
  margin: 0 0 8px;
  color: #d0bb99;
  text-transform: uppercase;
  font-weight: 700;
}
.proh-calc h2 {
  margin: 0 0 8px;
  font: 700 30px/1.18 var(--proh-display-font);
  letter-spacing: 0;
}
.proh-calc span {
  color: #d0bb99;
  display: block;
  font-size: 14px;
  line-height: 1.45;
}
.proh-calc form {
  display: grid;
  gap: 16px;
}
.proh-calc [hidden] {
  display: none !important;
}
.proh-calc__mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.proh-calc__mode label {
  display: grid;
  min-width: 0;
}
.proh-calc__mode input {
  cursor: pointer;
  grid-area: 1 / 1;
  height: 100%;
  margin: 0;
  opacity: 0;
  width: 100%;
  z-index: 2;
}
.proh-calc__mode span {
  align-items: center;
  background: rgba(245, 240, 218, .08);
  border: 1px solid rgba(208, 187, 153, .5);
  color: #f5f0da;
  display: flex;
  grid-area: 1 / 1;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  pointer-events: none;
  text-align: center;
}
.proh-calc__mode input:checked + span {
  background: #c48b96;
  border-color: #c48b96;
  color: #fff;
}
.proh-calc__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}
.proh-calc label {
  display: grid;
  gap: 6px;
  color: #f5f0da;
  font-size: 13px;
}
.proh-calc input {
  border: 1px solid #d0bb99;
  background: #fffaf1;
  color: #331e16;
  min-height: 38px;
  padding: 8px 10px;
}
.proh-calc select {
  border: 1px solid #d0bb99;
  background: #fffaf1;
  color: #331e16;
  min-height: 38px;
  padding: 8px 10px;
}
.proh-calc output {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  background: #c48b96;
  color: #fff;
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
}
.proh-calc__submit {
  align-items: center;
  background: #c48b96;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 700 13px/1.2 var(--proh-display-font);
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  width: max-content;
}
.proh-calc__submit:hover {
  background: #a96f7b;
}
.proh-calc__hint {
  border-top: 1px solid rgba(208, 187, 153, .32);
  color: #d0bb99;
  font-size: 13px;
  line-height: 1.45;
  padding-top: 12px;
}
.proh-shell {
  background: #f5f0da;
  min-height: 100vh;
  color: #331e16;
  font-family: var(--proh-body-font);
}
.proh-shell__head,
.proh-shell__foot {
  background: #f5f0da;
  border-bottom: 1px solid #d0bb99;
}
.proh-shell__inner {
  width: min(1170px, calc(100vw - 32px));
  margin: 0 auto;
}
.proh-shell__nav {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.proh-shell__brand {
  color: #623e2f;
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
}
.proh-shell__links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.proh-shell__links a {
  color: #623e2f;
  text-decoration: none;
}
.proh-shell__main {
  padding: 54px 0 70px;
}
.proh-product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 42px;
  align-items: start;
}
.proh-gallery,
.proh-product__gallery {
  display: grid;
  gap: 12px;
}
.proh-gallery img,
.proh-product__gallery img {
  width: 100%;
  object-fit: cover;
  background: #eadfca;
}
.proh-gallery__main {
  margin: 0;
}
.proh-gallery__main img,
.proh-product__main-image img {
  aspect-ratio: 1.18;
}
.proh-gallery__main,
.proh-gallery__viewport,
.proh-product__main-image {
  touch-action: pan-y;
  user-select: none;
}
.proh-gallery__thumbs,
.proh-product__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.proh-gallery__thumbs img,
.proh-product__thumbs img {
  aspect-ratio: 1.15;
  cursor: pointer;
  transition: opacity .18s ease, outline-color .18s ease;
}
.proh-gallery__dot:hover,
.proh-gallery__dot.is-active,
.proh-gallery__thumbs img:hover,
.proh-gallery__thumbs img.is-active,
.proh-product__thumbs img:hover,
.proh-product__thumbs img.is-active {
  opacity: .82;
  outline: 2px solid #623e2f;
  outline-offset: -2px;
}
.proh-gallery--slider {
  grid-template: 1fr auto / auto 1fr auto;
  position: relative;
}
.proh-gallery__viewport {
  display: grid;
  grid-area: 1 / 1 / 2 / 4;
  min-height: 0;
  overflow: hidden;
}
.proh-gallery__slide {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}
.proh-gallery__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.proh-gallery__slide img {
  display: block;
  height: 100%;
}
.proh-gallery__arrow {
  align-self: center;
  background: rgba(31, 41, 37, .72);
  border: 0;
  cursor: pointer;
  display: grid;
  grid-row: 1;
  height: 42px;
  place-items: center;
  width: 42px;
  z-index: 2;
}
.proh-gallery__arrow::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 11px;
  width: 11px;
}
.proh-gallery__arrow--prev {
  grid-column: 1;
}
.proh-gallery__arrow--prev::before {
  margin-left: 4px;
  transform: rotate(135deg);
}
.proh-gallery__arrow--next {
  grid-column: 3;
}
.proh-gallery__arrow--next::before {
  margin-right: 4px;
  transform: rotate(-45deg);
}
.proh-gallery__dots {
  align-items: center;
  display: flex;
  gap: 7px;
  grid-area: 2 / 1 / 3 / 4;
  justify-content: center;
  padding-top: 10px;
}
.proh-gallery__dot {
  background: rgba(98, 62, 47, .32);
  border: 0;
  cursor: pointer;
  height: 10px;
  padding: 0;
  width: 10px;
}
.proh-gallery__dot.is-active {
  background: #623e2f;
}
.proh-product__summary {
  background: #fffaf1;
  border: 1px solid #d0bb99;
  padding: 26px;
}
.proh-product__summary h1 {
  color: #623e2f;
  font: 700 34px/1.18 var(--proh-display-font);
  letter-spacing: 0;
  margin: 0 0 16px;
}
.proh-product__price {
  color: #623e2f;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 18px;
}
.proh-product__summary dl {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}
.proh-product__summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #eadfca;
  padding-bottom: 8px;
}
.proh-product__summary dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 900px) {
  .proh-catalog,
  .proh-product {
    grid-template-columns: 1fr;
  }
  .proh-delivery-location {
    grid-template-columns: minmax(0, 1fr);
  }
  .proh-gallery__thumbs,
  .proh-product__thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .proh-gallery__thumbs img,
  .proh-product__thumbs img {
    flex: 0 0 86px;
    scroll-snap-align: start;
  }
  .proh-calc {
    grid-template-columns: 1fr;
  }
  .proh-catalog__filters {
    max-height: none;
    position: static;
  }
  .proh-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proh-card__body {
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .proh-wc-section {
    padding: 44px 0;
  }
  .proh-wc-section__inner {
    width: 370px;
    max-width: calc(100vw - 20px);
  }
  .proh-wc-heading h2 {
    font-size: 28px;
  }
  .proh-catalog__grid,
  .proh-shell__nav,
  .proh-shell__links {
    grid-template-columns: 1fr;
    display: grid;
  }
  .proh-catalog__topline {
    align-items: start;
    display: grid;
    padding: 12px 14px;
  }
  .proh-calc__mode,
  .proh-calc__fields {
    grid-template-columns: 1fr;
  }
  .proh-delivery-location {
    grid-template-columns: minmax(0, 1fr);
  }
  .proh-shell__links {
    gap: 10px;
  }
  .proh-product__summary h1 {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .proh-catalog {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .proh-catalog__content,
  .proh-catalog__filters {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .proh-catalog__filters label,
  .proh-filter-group__options {
    min-width: 0;
  }
}
