/* RivenLine product page polish for the Site.pro store details widget. */

body.site .wb-store .wb-store-details,
body.site .wb-store .wb-store-details * {
  box-sizing: border-box;
}

body.site .wb-store .wb-store-details {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  column-gap: 36px;
  align-items: start;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto 36px !important;
  padding: 24px !important;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(20, 52, 60, 0.07);
  color: #1f2528;
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-controls {
  grid-column: 1 / -1;
  margin: 0 0 18px !important;
}

body.site .wb-store .wb-store-back.btn {
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid #dbe7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #4f5a5f;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(20, 52, 60, 0.04);
}

body.site .wb-store .wb-store-back.btn:hover,
body.site .wb-store .wb-store-back.btn:focus {
  border-color: rgba(8, 120, 139, 0.34);
  color: #08788b;
  background: #f8fbfc;
}

body.site .wb-store .wb-store-imgs-block {
  grid-column: 1;
  grid-row: 2 / span 3;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  padding: 16px;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #f7fafb;
}

body.site .wb-store .wb-store-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

body.site .wb-store .wb-store-image .wb_gallery,
body.site .wb-store .wb-store-image .gallery-list {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
}

body.site .wb-store .wb-store-image .gallery-list-image {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
}

body.site .wb-store .wb-store-image .gallery-list-image {
  overflow: hidden !important;
  border-radius: 13px;
  background: #ffffff;
}

body.site .wb-store .wb-store-image .gallery-list-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center;
  border-radius: 13px;
  background: #ffffff;
}

body.site .wb-store .wb-store-image .gallery-list-thumbs-list {
  width: 100% !important;
  height: auto !important;
  margin-top: 12px;
  overflow: visible !important;
}

body.site .wb-store .wb-store-image .gallery-list-thumbs {
  height: auto !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body.site .wb-store .wb-store-image .gallery-list-left,
body.site .wb-store .wb-store-image .gallery-list-right {
  width: 38px !important;
  height: 62px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #08788b !important;
  text-shadow: none !important;
}

body.site .wb-store .wb-store-image .gallery-list-left i,
body.site .wb-store .wb-store-image .gallery-list-right i {
  width: 30px;
  height: 30px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e6ea;
  border-radius: 50%;
  background: #ffffff;
  color: #08788b;
  font-size: 12px !important;
  box-shadow: 0 5px 12px rgba(20, 52, 60, 0.08);
}

body.site .wb-store .wb-store-image .gallery-list-thumbs > div {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  transform: none !important;
}

body.site .wb-store .wb-store-image .wb_thumb {
  width: 62px !important;
  height: 62px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid #d9e6ea;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.site .wb-store .wb-store-image .wb_thumb:hover {
  border-color: rgba(8, 120, 139, 0.36);
  box-shadow: 0 6px 14px rgba(20, 52, 60, 0.10);
  transform: translateY(-1px);
}

body.site .wb-store .wb-store-image .wb_thumb.tmb-selected {
  border-color: #08788b;
  box-shadow:
    0 0 0 2px rgba(8, 120, 139, 0.14),
    0 7px 16px rgba(8, 120, 139, 0.12);
}

body.site .wb-store .wb-store-image .wb_thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  background: #f7fafb;
}

body.site .wb-store .wb-store-properties {
  display: contents !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.site .wb-store .wb-store-name,
body.site .wb-store .wb-store-details-table,
body.site .wb-store .wb-store-form-buttons {
  grid-column: 2;
  width: 100% !important;
}

body.site .wb-store .wb-store-name {
  grid-row: 2;
}

body.site .wb-store .wb-store-name p {
  margin: 0 0 12px;
  color: #1f2528;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

body.site .wb-store .wb-store-details-table {
  grid-row: 3;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-details-table tr:not(:last-child) td {
  border-bottom: 1px solid #edf2f4;
}

body.site .wb-store .wb-store-details-table td {
  padding: 10px 0 !important;
  vertical-align: top;
  color: #1f2528;
  font-size: 14px;
  line-height: 1.45;
}

body.site .wb-store .wb-store-details-table-field-label {
  width: 170px !important;
  padding-right: 20px !important;
}

body.site .wb-store .wb-store-label {
  margin: 0 !important;
  color: #66757c !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

body.site .wb-store .wb-store-details-table td:not(.wb-store-details-table-field-label) .wb-store-field,
body.site .wb-store .wb-store-details-table td:not(.wb-store-details-table-field-label) .wb-store-pcats {
  color: #1f2528 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

body.site .wb-store .wb-store-details-table td:not(.wb-store-details-table-field-label) .wb-store-price {
  color: #08788b !important;
  font-size: 31px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}

body.site .wb-store .wb-store-details-table img {
  max-width: 220px;
  height: auto;
  border-radius: 12px;
}

body.site .wb-store .wb-store-form-buttons {
  grid-row: 4;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 12px !important;
  border: 1px solid #e5edf1;
  border-radius: 12px;
  background: #f7fafb;
}

body.site .wb-store .wb-store-form-buttons:not(:has(button, input)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-form-buttons .form-group {
  margin: 0 !important;
}

body.site .wb-store .wb-store-form-buttons input[type="number"],
body.site .wb-store .wb-store-form-buttons input[type="text"] {
  width: 60px !important;
  height: 42px !important;
  border: 1px solid #d8e5e9 !important;
  border-radius: 8px !important;
  color: #1f2528;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-cart-add-btn {
  min-height: 42px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #08788b !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  box-shadow: 0 10px 22px rgba(8, 120, 139, 0.22) !important;
}

body.site .wb-store .wb-store-cart-add-btn:hover,
body.site .wb-store .wb-store-cart-add-btn:focus {
  background: #066c7d !important;
  color: #ffffff !important;
}

body.site .wb-store .wb-store-desc {
  grid-column: 1 / -1;
  grid-row: 5;
  width: 100% !important;
  max-width: none !important;
  margin: 28px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid #edf2f4;
}

body.site .wb-store .wb-store-desc > .wb-store-field {
  margin: 0 0 12px !important;
  color: #66757c !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site .wb-store .rl-product-desc {
  max-width: none;
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

body.site .wb-store .rl-product-desc h2 {
  margin: 0 0 12px;
  color: #1f2528;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

body.site .wb-store .rl-product-desc h3 {
  margin: 20px 0 10px;
  color: #1f2528;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

body.site .wb-store .rl-product-desc p {
  margin: 0 0 11px;
}

body.site .wb-store .rl-product-desc ul {
  margin: 8px 0 12px 20px;
  padding: 0;
}

body.site .wb-store .rl-product-desc li {
  margin: 5px 0;
}

body.site .wb-store .rl-product-desc li::marker {
  color: #08788b;
}

body.site .main_NR .wb-stl-custom19 {
  margin: 0;
  text-align: center;
}

body.site .main_NR .wb-stl-custom19 a {
  color: #1f2528;
  text-decoration: none;
}

body.site .main_NR .wb-stl-custom19 strong span {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 800;
}

body.site .main_NR .wb-stl-custom19::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #08788b;
}

body.site .wb-store .wb-store-filters,
body.site .wb-store .wb-store-list,
body.site .wb-store .wb-store-list * {
  box-sizing: border-box;
}

body.site .wb-store .wb-store-filters-top {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 12px;
  border: 1px solid #e5edf1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(20, 52, 60, 0.045);
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-filters-top .dropdown,
body.site .wb-store .wb-store-filters-top .form-group {
  max-width: 100%;
  margin: 0 !important;
}

body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
  margin-left: auto;
}

body.site .wb-store .wb-store-filters-top .btn,
body.site .wb-store .wb-store-filters-top .dropdown-toggle,
body.site .wb-store .wb-store-filters-top .form-control,
body.site .wb-store .wb-store-filters input,
body.site .wb-store .wb-store-filters select {
  min-height: 34px;
  border-color: #dbe7eb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #4f5a5f !important;
  font-weight: 700;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-filters-top .btn.active,
body.site .wb-store .wb-store-filters-top .btn:hover,
body.site .wb-store .wb-store-filters-top .dropdown-toggle:hover {
  border-color: rgba(8, 120, 139, 0.35) !important;
  background: #f4fafb !important;
  color: #08788b !important;
}

body.site .wb-store .wb-store-filters-top .dropdown-menu {
  margin-top: 8px !important;
  padding: 6px !important;
  border: 1px solid #dbe7eb !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(20, 52, 60, 0.14) !important;
}

body.site .wb-store .wb-store-filters-top .dropdown-menu > li > a {
  padding: 8px 10px !important;
  border-radius: 7px;
  color: #2f3a3f !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

body.site .wb-store .wb-store-filters-top .dropdown-menu > li > a:hover,
body.site .wb-store .wb-store-filters-top .dropdown-menu > li > a:focus {
  background: #f4fafb !important;
  color: #08788b !important;
}

body.site .wb-store .wb-store-filters:not(.wb-store-filters-top) {
  padding: 12px;
  border: 1px solid #e5edf1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(20, 52, 60, 0.045);
}

body.site .wb-store .wb-store-list {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  container-type: inline-size;
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-list > div {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  align-items: stretch;
  gap: 22px;
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 1180px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 900px) and (max-width: 1179.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 651px) and (max-width: 899.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 1120px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 880px) and (max-width: 1119.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 650px) and (max-width: 879.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.site .wb-store .wb-store-list .wb-store-item {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  align-self: stretch;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 12px 15px;
  border: 1px solid #e5edf1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(20, 52, 60, 0.055);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 120, 139, 0.32);
  box-shadow: 0 12px 26px rgba(20, 52, 60, 0.10);
}

body.site .wb-store .wb-store-list .wb-store-thumb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #f7fafb;
}

body.site .wb-store .wb-store-list .wb-store-thumb a,
body.site .wb-store .wb-store-list .wb-store-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.site .wb-store .wb-store-list .wb-store-thumb a {
  line-height: 0 !important;
  overflow: hidden;
}

body.site .wb-store .wb-store-list .wb-store-thumb img {
  object-fit: contain;
  transition: transform 0.22s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-thumb img {
  transform: scale(1.025);
}

body.site .wb-store .wb-store-list .wb-store-name {
  width: 100% !important;
  min-height: 42px;
  margin: 12px 0 0;
  color: #1f2528;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-name a {
  color: inherit;
  text-decoration: none;
}

body.site .wb-store .wb-store-list .wb-store-price {
  width: 100% !important;
  margin: 8px 0 0;
  color: #08788b;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-buttons {
  width: 100% !important;
  margin: auto 0 0;
  padding-top: 12px;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #08788b !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  box-shadow: 0 8px 18px rgba(8, 120, 139, 0.18) !important;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:hover,
body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:focus {
  background: #066c7d !important;
  color: #ffffff !important;
}

@media (max-width: 900px) {
  body.site .wb-store .wb-store-details {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px !important;
    border-radius: 14px;
  }

  body.site .wb-store .wb-store-imgs-block,
  body.site .wb-store .wb-store-name,
  body.site .wb-store .wb-store-details-table,
  body.site .wb-store .wb-store-form-buttons,
  body.site .wb-store .wb-store-desc {
    grid-column: 1;
    grid-row: auto;
  }

  body.site .wb-store .wb-store-imgs-block {
    margin-bottom: 18px !important;
    padding: 12px;
  }

  body.site .wb-store .wb-store-name p {
    font-size: 24px;
  }

  body.site .wb-store .wb-store-details-table-field-label {
    width: 145px !important;
  }
}

@media (max-width: 650px) {
  body.site .wb_element:has(> .wb-store),
  body.site .wb_element:has(> .wb-store) > .wb-store,
  body.site .wb_element:has(> .wb-store) .wb-store-details,
  body.site #a19dfeba045a000acd9352b6df018928,
  body.site #a19dfeba045a000acd9352b6df018928 .wb-store,
  body.site #a19dfeba045a000acd9352b6df018928 .wb-store-details {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body.site .wb-store .wb-store-details {
    padding: 14px !important;
    margin-bottom: 28px !important;
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(20, 52, 60, 0.055);
  }

  body.site .wb-store .wb-store-controls {
    margin-bottom: 12px !important;
  }

  body.site .wb-store .wb-store-imgs-block {
    padding: 10px;
    border-radius: 13px;
  }

  body.site .wb-store .wb-store-image .gallery-list-image,
  body.site .wb-store .wb-store-image .gallery-list-image img {
    border-radius: 10px;
  }

  body.site .wb-store .wb-store-image .gallery-list-thumbs-list {
    margin-top: 10px;
  }

  body.site .wb-store .wb-store-image .gallery-list-thumbs > div {
    gap: 6px;
  }

  body.site .wb-store .wb-store-image .wb_thumb {
    width: 54px !important;
    height: 54px !important;
    padding: 4px !important;
    border-radius: 10px;
  }

  body.site .wb-store .wb-store-image .wb_thumb img {
    border-radius: 7px !important;
  }

  body.site .wb-store .wb-store-name p {
    margin-bottom: 9px;
    font-size: 22px;
  }

  body.site .wb-store .wb-store-details-table,
  body.site .wb-store .wb-store-details-table tbody,
  body.site .wb-store .wb-store-details-table tr,
  body.site .wb-store .wb-store-details-table td {
    display: block;
    width: 100% !important;
  }

  body.site .wb-store .wb-store-details-table tr {
    padding: 9px 0;
    border-bottom: 1px solid #edf2f4;
  }

  body.site .wb-store .wb-store-details-table tr:last-child {
    border-bottom: 0;
  }

  body.site .wb-store .wb-store-details-table tr td {
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.site .wb-store .wb-store-details-table-field-label {
    margin-bottom: 4px;
    padding-right: 0 !important;
  }

  body.site .wb-store .wb-store-details-table td:not(.wb-store-details-table-field-label) .wb-store-price {
    font-size: 28px !important;
  }

  body.site .wb-store .wb-store-details-table img {
    max-width: 190px;
  }

  body.site .wb-store .wb-store-form-buttons {
    align-items: stretch;
    position: sticky;
    bottom: 8px;
    z-index: 20;
    margin-top: 14px !important;
    padding: 10px !important;
    background: rgba(247, 250, 251, 0.96);
    box-shadow: 0 10px 26px rgba(20, 52, 60, 0.14);
    backdrop-filter: blur(6px);
  }

  body.site .wb-store .wb-store-cart-add-btn {
    flex: 1 1 auto;
    min-width: 210px;
  }

  body.site .wb-store .wb-store-desc {
    margin-top: 22px !important;
    padding-top: 18px !important;
  }

  body.site .wb-store .rl-product-desc {
    font-size: 14px;
    line-height: 1.55;
  }

  body.site .wb-store .rl-product-desc h2 {
    font-size: 21px;
  }

  body.site .wb-store .rl-product-desc h3 {
    font-size: 17px;
  }

  body.site .main_NR .wb-stl-custom19 strong span {
    font-size: 24px !important;
  }

  body.site .wb-store .wb-store-filters-top {
    margin-bottom: 14px !important;
    padding: 10px;
    border-radius: 12px;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
    margin-left: 0;
  }

  body.site .wb-store .wb-store-filters-top .dropdown,
  body.site .wb-store .wb-store-filters-top .form-group,
  body.site .wb-store .wb-store-filters-top .form-control,
  body.site .wb-store .wb-store-filters input,
  body.site .wb-store .wb-store-filters select {
    flex: 1 1 100%;
    width: 100% !important;
  }

  body.site .wb-store .wb-store-list {
    width: 100% !important;
  }

  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.site .wb-store .wb-store-list .wb-store-item {
    padding: 8px 8px 10px;
    border-radius: 12px;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb {
    border-radius: 10px;
  }

  body.site .wb-store .wb-store-list .wb-store-name {
    min-height: 38px;
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.22;
  }

  body.site .wb-store .wb-store-list .wb-store-price {
    margin-top: 6px;
    font-size: 16px;
  }

  body.site .wb-store .wb-store-list .wb-store-item-buttons {
    padding-top: 9px;
  }

  body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
    width: 100%;
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 11.5px !important;
  }
}

/* Final catalog width guard.
   This must stay after the catalog refinement block. */

body.site .wb_element:has(> .wb-store .wb-store-list) {
  display: block !important;
  flex: 0 0 100% !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: 1200px !important;
}

body.site .wb_element:has(.wb-store-list) > .wb-store,
body.site .wb_element:has(.wb-store-list) .wb-store {
  width: 100% !important;
  max-width: 100% !important;
}

body.site .wb-store .wb-store-list {
  width: 100% !important;
  max-width: 100% !important;
  contain: none !important;
  container-type: normal !important;
  text-align: left !important;
}

body.site .wb-store .wb-store-list > div {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  gap: 26px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }
}

/* Stable catalog layout override.
   Avoid container queries here: Site.pro can shrink the store widget when
   inline-size containment is applied to the list wrapper. */

body.site .wb_element:has(.wb-store-list) > .wb-store,
body.site .wb_element:has(.wb-store-list) .wb-store {
  width: 100% !important;
  max-width: 100% !important;
}

body.site .wb-store .wb-store-list {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  contain: none !important;
  container-type: normal !important;
  text-align: left !important;
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-list > div {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  align-items: stretch;
  gap: 26px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  text-align: left !important;
}

body.site .wb-store .wb-store-list .wb-store-item {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  border: 0 !important;
  border-radius: 11px;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.16s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover {
  transform: translateY(-2px);
  border-color: transparent !important;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-list .wb-store-thumb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 8px !important;
  overflow: hidden;
  border: 1px solid #e4ecef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(20, 52, 60, 0.045);
}

body.site .wb-store .wb-store-list .wb-store-thumb a,
body.site .wb-store .wb-store-list .wb-store-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.site .wb-store .wb-store-list .wb-store-thumb a {
  line-height: 0 !important;
  overflow: hidden;
}

body.site .wb-store .wb-store-list .wb-store-thumb img {
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 0.2s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-thumb {
  border-color: rgba(8, 120, 139, 0.28);
  box-shadow: 0 10px 22px rgba(20, 52, 60, 0.075);
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-thumb img {
  transform: scale(1.025);
}

body.site .wb-store .wb-store-list .wb-store-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100% !important;
  min-height: 44px;
  margin: 10px 0 0 !important;
  color: #4b555a;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-name a {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-name a {
  color: #08788b;
}

body.site .wb-store .wb-store-list .wb-store-price {
  width: 100% !important;
  margin: 4px 0 0 !important;
  color: #08788b;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-buttons {
  width: 100% !important;
  margin: auto 0 0 !important;
  padding-top: 8px;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
  width: auto;
  max-width: 100%;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #08788b !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  box-shadow: 0 7px 15px rgba(8, 120, 139, 0.16) !important;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:hover,
body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:focus {
  background: #066c7d !important;
  color: #ffffff !important;
}

body.site .wb-store .wb-store-filters-top {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
  margin-left: 4px;
}

body.site .wb-store .wb-store-filters-top .btn,
body.site .wb-store .wb-store-filters-top .dropdown-toggle,
body.site .wb-store .wb-store-filters-top .form-control,
body.site .wb-store .wb-store-filters input,
body.site .wb-store .wb-store-filters select {
  min-height: 32px;
  border: 1px solid #dce7ea !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #2f3a3f !important;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-filters-top .btn.active,
body.site .wb-store .wb-store-filters-top .btn:hover,
body.site .wb-store .wb-store-filters-top .dropdown-toggle:hover {
  border-color: rgba(8, 120, 139, 0.36) !important;
  background: #f4fafb !important;
  color: #08788b !important;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb {
    padding: 6px !important;
    border-radius: 9px;
  }

  body.site .wb-store .wb-store-list .wb-store-name {
    min-height: 38px;
    margin-top: 8px !important;
    font-size: 12.5px;
    line-height: 1.2;
  }

  body.site .wb-store .wb-store-list .wb-store-price {
    font-size: 16px;
  }

  body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
    width: 100%;
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 11.5px !important;
  }
}

/* Compact catalog refinement.
   Site.pro uses the same store widget for categories and product pages, so this
   block targets only the product-list surface and keeps detail pages untouched. */

body.site .wb-store .wb-store-list {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  container-type: inline-size;
  font-family: "Open Sans", Arial, sans-serif;
}

body.site .wb-store .wb-store-list > div {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(166px, 1fr)) !important;
  align-items: stretch;
  gap: 24px 20px !important;
  width: 100% !important;
  height: auto !important;
}

@container (min-width: 1120px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 920px) and (max-width: 1119.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 720px) and (max-width: 919.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@container (min-width: 540px) and (max-width: 719.98px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.site .wb-store .wb-store-list .wb-store-item {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  border: 0;
  border-radius: 11px;
  background: transparent;
  box-shadow: none;
  transition: transform 0.16s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: none;
}

body.site .wb-store .wb-store-list .wb-store-thumb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #e4ecef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(20, 52, 60, 0.045);
}

body.site .wb-store .wb-store-list .wb-store-thumb a,
body.site .wb-store .wb-store-list .wb-store-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.site .wb-store .wb-store-list .wb-store-thumb a {
  line-height: 0 !important;
  overflow: hidden;
}

body.site .wb-store .wb-store-list .wb-store-thumb img {
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 0.2s ease;
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-thumb {
  border-color: rgba(8, 120, 139, 0.28);
  box-shadow: 0 10px 22px rgba(20, 52, 60, 0.075);
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-thumb img {
  transform: scale(1.025);
}

body.site .wb-store .wb-store-list .wb-store-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100% !important;
  min-height: 44px;
  margin: 10px 0 0 !important;
  color: #4b555a;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-name a {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site .wb-store .wb-store-list .wb-store-item:hover .wb-store-name a {
  color: #08788b;
}

body.site .wb-store .wb-store-list .wb-store-price {
  width: 100% !important;
  margin: 4px 0 0 !important;
  color: #08788b;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-buttons {
  width: 100% !important;
  margin: auto 0 0 !important;
  padding-top: 8px;
  text-align: center;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
  width: auto;
  max-width: 100%;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #08788b !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  box-shadow: 0 7px 15px rgba(8, 120, 139, 0.16) !important;
}

body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:hover,
body.site .wb-store .wb-store-list .wb-store-item-add-to-cart:focus {
  background: #066c7d !important;
  color: #ffffff !important;
}

body.site .wb-store .wb-store-filters-top {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
  margin-left: 4px;
}

body.site .wb-store .wb-store-filters-top .btn,
body.site .wb-store .wb-store-filters-top .dropdown-toggle,
body.site .wb-store .wb-store-filters-top .form-control,
body.site .wb-store .wb-store-filters input,
body.site .wb-store .wb-store-filters select {
  min-height: 32px;
  border: 1px solid #dce7ea !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #2f3a3f !important;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none !important;
}

body.site .wb-store .wb-store-filters-top .btn.active,
body.site .wb-store .wb-store-filters-top .btn:hover,
body.site .wb-store .wb-store-filters-top .dropdown-toggle:hover {
  border-color: rgba(8, 120, 139, 0.36) !important;
  background: #f4fafb !important;
  color: #08788b !important;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb {
    padding: 6px;
    border-radius: 9px;
  }

  body.site .wb-store .wb-store-list .wb-store-name {
    min-height: 38px;
    margin-top: 8px !important;
    font-size: 12.5px;
    line-height: 1.2;
  }

  body.site .wb-store .wb-store-list .wb-store-price {
    font-size: 16px;
  }

  body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
    width: 100%;
    min-height: 32px !important;
    padding: 0 8px !important;
    font-size: 11.5px !important;
  }
}

/* Final catalog width guard.
   This must stay after the catalog refinement block. */

body.site .wb_element:has(.wb-store-list) > .wb-store,
body.site .wb_element:has(.wb-store-list) .wb-store {
  width: 100% !important;
  max-width: 100% !important;
}

body.site .wb-store .wb-store-list {
  width: 100% !important;
  max-width: 100% !important;
  contain: none !important;
  container-type: normal !important;
  text-align: left !important;
}

body.site .wb-store .wb-store-list > div {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  gap: 26px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-list > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }
}

/* Absolutely final catalog guard. */

body.site .wb_element:has(> .wb-store .wb-store-list) {
  display: block !important;
  flex: 0 0 100% !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: 1200px !important;
}

body.site .wb_element:has(> .wb-store .wb-store-list) > .wb-store {
  width: 100% !important;
  max-width: 100% !important;
}

/* Absolutely final catalog toolbar guard. */

body.site .wb-store .wb-store-filters-top {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100% !important;
}

body.site .wb-store .wb-store-filters-top .dropdown,
body.site .wb-store .wb-store-filters-top .form-group,
body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.site .wb-store .wb-store-filters-top > div:first-child,
body.site .wb-store .wb-store-filters-top .col-xs-12,
body.site .wb-store .wb-store-filters-top .col-sm-6 {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center;
  gap: 8px;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-filters-top {
    flex-wrap: wrap;
  }
}

/* Mobile category polish for Site.pro store widgets. */

body.site .wb_element.wb-layout-element:has(.wb-store-list):has(.category-seo-only),
body.site .wb_element.wb-layout-element:has(.wb-store-list):has(.category-seo-only) > .wb_content {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only),
body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) > .wb_content {
  width: 100% !important;
  max-width: 1200px !important;
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.site .category-seo-only {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

@media (max-width: 650px) {
  body.site .wb_element:has(> .wb-store .wb-store-list) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    overflow: visible !important;
  }

  body.site .wb_element:has(> .wb-store .wb-store-list) > .wb-store,
  body.site .wb_element:has(> .wb-store .wb-store-list) .wb-store {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.site .wb-store .wb-store-filters-top {
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 12px !important;
    border: 1px solid #dce8eb !important;
    border-radius: 14px;
    background: #f7fbfc !important;
    box-shadow: 0 10px 24px rgba(18, 60, 70, 0.08) !important;
  }

  body.site .wb-store .wb-store-filters-top > div:first-child,
  body.site .wb-store .wb-store-filters-top > div:first-child > .col-xs-12.col-sm-6 {
    box-sizing: border-box;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body.site .wb-store .wb-store-filters-top form {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form > .col-xs-12,
  body.site .wb-store .wb-store-filters-top form .row,
  body.site .wb-store .wb-store-filters-top form [class*="col-sm-"],
  body.site .wb-store .wb-store-filters-top form [class*="col-xs-"] {
    box-sizing: border-box;
    display: block !important;
    float: none !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form .row {
    padding-top: 10px !important;
    border-top: 1px solid #e3eef0;
  }

  body.site .wb-store .wb-store-filters-top form .row + .row {
    margin-top: 12px !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    border-radius: 10px !important;
    font-size: 12px;
    line-height: 1.1;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    gap: 6px;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  body.site .wb-store .wb-store-filters-top form .row > [class*="col-"] > label.wb-store-sys-text:not(.checkbox-inline) {
    display: block !important;
    margin: 0 0 8px !important;
    color: #2b3c42 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    white-space: normal !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-filters-checkbox-list {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 1px 3px !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-filters-checkbox-list::-webkit-scrollbar {
    display: none;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text {
    position: relative;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    min-height: 34px;
    margin: 0 !important;
    padding: 0 11px 0 32px !important;
    border: 1px solid #d5e5e8;
    border-radius: 999px;
    background: #ffffff;
    color: #31464d !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 10px rgba(20, 52, 60, 0.05);
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text:has(input:checked) {
    border-color: rgba(8, 120, 139, 0.44);
    background: #eaf7f9;
    color: #056b7c !important;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text input[type="checkbox"] {
    appearance: none;
    position: absolute !important;
    top: 50%;
    left: 10px;
    display: block !important;
    flex: 0 0 14px !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%);
    border: 1px solid #a9c7cd !important;
    border-radius: 4px;
    background: #ffffff;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text input[type="checkbox"]:checked {
    border-color: #08788b !important;
    background: #08788b;
    box-shadow: inset 0 0 0 3px #ffffff;
  }

  body.site .wb-store .wb-store-filters-top form .store-btn[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 11px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #08788b !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    box-shadow: 0 8px 16px rgba(8, 120, 139, 0.18) !important;
  }

  body.site .wb-store .wb-store-list {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.site .wb-store .wb-store-list > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.site .wb-store .wb-store-list .wb-store-item {
    box-sizing: border-box;
    min-width: 0;
    padding: 7px 7px 8px !important;
    border: 1px solid #e1ecef !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(20, 52, 60, 0.07) !important;
    overflow: hidden;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    padding: 5px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f5fafb !important;
    overflow: hidden;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
  }

  body.site .wb-store .wb-store-list .wb-store-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  body.site .wb-store .wb-store-list .wb-store-name {
    min-height: 32px;
    margin-top: 7px !important;
    font-size: 12px;
    line-height: 1.15;
    text-align: left;
  }

  body.site .wb-store .wb-store-list .wb-store-name a {
    -webkit-line-clamp: 2;
  }

  body.site .wb-store .wb-store-list .wb-store-price {
    margin-top: 5px !important;
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
  }

  body.site .wb-store .wb-store-list .wb-store-item-buttons {
    padding-top: 7px;
  }

  body.site .wb-store .wb-store-list .wb-store-item-add-to-cart {
    width: 100% !important;
    min-height: 31px !important;
    padding: 0 7px !important;
    border-radius: 8px !important;
    font-size: 10.5px !important;
    line-height: 1.05 !important;
    white-space: normal;
  }

  body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) {
    box-sizing: border-box;
    padding: 0 12px !important;
  }

  body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) > .wb_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Desktop filter surface for Site.pro store categories. */

@media (min-width: 651px) {
  body.site .wb-store .wb-store-filters-top {
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    padding: 14px !important;
    border: 1px solid #dce8eb !important;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdfd 0%, #f5fafb 100%) !important;
    box-shadow: 0 12px 28px rgba(20, 52, 60, 0.08) !important;
    overflow: visible !important;
  }

  body.site .wb-store .wb-store-filters-top > div:first-child {
    box-sizing: border-box;
    display: flex !important;
    flex: none !important;
    align-items: center;
    justify-content: stretch;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #e1edf0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(20, 52, 60, 0.04);
  }

  body.site .wb-store .wb-store-filters-top > div:first-child > .col-xs-12.col-sm-6 {
    box-sizing: border-box;
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center;
    gap: 8px;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid #d6e6e9 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #26383f !important;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort .dropdown-toggle:hover,
  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort.open .dropdown-toggle {
    border-color: rgba(8, 120, 139, 0.4) !important;
    background: #f3fafb !important;
    color: #08788b !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    gap: 6px;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 1px solid #d6e6e9 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #31464d !important;
    box-shadow: none !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch .btn.active,
  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-view-switch .btn:hover {
    border-color: rgba(8, 120, 139, 0.42) !important;
    background: #eaf7f9 !important;
    color: #08788b !important;
  }

  body.site .wb-store .wb-store-filters-top form {
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 124px;
    align-items: stretch;
    gap: 14px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form > div:first-of-type {
    box-sizing: border-box;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form > div:first-of-type > .col-xs-12 {
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: minmax(210px, 0.72fr) minmax(360px, 1.28fr);
    align-items: stretch;
    gap: 12px;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form .row {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 86px;
    margin: 0 !important;
    padding: 12px 14px 13px !important;
    border: 1px solid #e1edf0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(20, 52, 60, 0.04);
  }

  body.site .wb-store .wb-store-filters-top form .row:hover {
    border-color: #d4e6ea;
    box-shadow: 0 8px 18px rgba(20, 52, 60, 0.06);
  }

  body.site .wb-store .wb-store-filters-top form [class*="col-sm-"],
  body.site .wb-store .wb-store-filters-top form [class*="col-xs-"] {
    box-sizing: border-box;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form .row > [class*="col-"] > label.wb-store-sys-text:not(.checkbox-inline) {
    display: block !important;
    margin: 0 0 10px !important;
    color: #26383f !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    white-space: normal !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-filters-checkbox-list {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text {
    position: relative;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    min-height: 32px;
    margin: 0 !important;
    padding: 0 11px 0 32px !important;
    border: 1px solid #d6e6e9;
    border-radius: 999px;
    background: #ffffff;
    color: #31464d !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 10px rgba(20, 52, 60, 0.04);
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text:hover {
    border-color: rgba(8, 120, 139, 0.36);
    color: #08788b !important;
    box-shadow: 0 6px 14px rgba(20, 52, 60, 0.07);
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text:has(input:checked) {
    border-color: rgba(8, 120, 139, 0.5);
    background: #eaf7f9;
    color: #056b7c !important;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text input[type="checkbox"] {
    appearance: none;
    position: absolute !important;
    top: 50%;
    left: 10px;
    display: block !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%);
    border: 1px solid #a9c7cd !important;
    border-radius: 4px;
    background: #ffffff;
  }

  body.site .wb-store .wb-store-filters-top label.checkbox-inline.wb-store-sys-text input[type="checkbox"]:checked {
    border-color: #08788b !important;
    background: #08788b;
    box-shadow: inset 0 0 0 3px #ffffff;
  }

  body.site .wb-store .wb-store-filters-top form > div:nth-of-type(2) {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: stretch;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form > div:nth-of-type(2) > .col-xs-12 {
    display: flex !important;
    align-items: center;
    justify-content: stretch;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.site .wb-store .wb-store-filters-top form .store-btn[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #08788b !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    text-shadow: none !important;
    box-shadow: 0 10px 18px rgba(8, 120, 139, 0.18) !important;
  }

  body.site .wb-store .wb-store-filters-top form .store-btn[type="submit"]:hover,
  body.site .wb-store .wb-store-filters-top form .store-btn[type="submit"]:focus {
    background: #066c7d !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(8, 120, 139, 0.22) !important;
  }

  body.site .wb-store .wb-store-filters-top .clearfix {
    display: none !important;
  }
}

@media (min-width: 651px) and (max-width: 960px) {
  body.site .wb-store .wb-store-filters-top {
    grid-template-columns: 1fr;
  }

  body.site .wb-store .wb-store-filters-top form {
    grid-template-columns: 1fr;
  }

  body.site .wb-store .wb-store-filters-top form > div:first-of-type > .col-xs-12 {
    grid-template-columns: 1fr;
  }

  body.site .wb-store .wb-store-filters-top form .store-btn[type="submit"] {
    width: auto !important;
    min-width: 150px;
  }
}

/* Table view repair for Site.pro store categories. */

body.site .wb-store .wb-store-list .wb-store-table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 28px !important;
  border: 1px solid #dde9ec !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 52, 60, 0.07);
  overflow: hidden;
}

body.site .wb-store .wb-store-list .wb-store-table thead,
body.site .wb-store .wb-store-list .wb-store-table tbody {
  display: table-header-group !important;
}

body.site .wb-store .wb-store-list .wb-store-table tbody {
  display: table-row-group !important;
}

body.site .wb-store .wb-store-list .wb-store-table tr,
body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item {
  display: table-row !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  overflow: visible !important;
}

body.site .wb-store .wb-store-list .wb-store-table th,
body.site .wb-store .wb-store-list .wb-store-table td {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  border-color: #e0ebee !important;
  color: #31464d;
  font-size: 13px;
  line-height: 1.25;
  text-align: left !important;
}

body.site .wb-store .wb-store-list .wb-store-table th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background: #f5fafb !important;
  color: #26383f !important;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

body.site .wb-store .wb-store-list .wb-store-table th:nth-child(1),
body.site .wb-store .wb-store-list .wb-store-table td:nth-child(1) {
  width: 45%;
}

body.site .wb-store .wb-store-list .wb-store-table th:nth-child(2),
body.site .wb-store .wb-store-list .wb-store-table td:nth-child(2) {
  width: 12%;
}

body.site .wb-store .wb-store-list .wb-store-table th:nth-child(3),
body.site .wb-store .wb-store-list .wb-store-table td:nth-child(3),
body.site .wb-store .wb-store-list .wb-store-table th:nth-child(4),
body.site .wb-store .wb-store-list .wb-store-table td:nth-child(4) {
  width: 17%;
}

body.site .wb-store .wb-store-list .wb-store-table th:nth-child(5),
body.site .wb-store .wb-store-list .wb-store-table td:nth-child(5) {
  width: 9%;
  text-align: right !important;
  white-space: nowrap;
}

body.site .wb-store .wb-store-list .wb-store-table tbody tr:nth-child(odd) {
  background: #ffffff !important;
}

body.site .wb-store .wb-store-list .wb-store-table tbody tr:nth-child(even) {
  background: #f9fcfc !important;
}

body.site .wb-store .wb-store-list .wb-store-table tbody tr:hover {
  background: #eef8fa !important;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-table-name-link,
body.site .wb-store .wb-store-list .wb-store-table .wb-store-name {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 14px;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #405058 !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left !important;
  text-decoration: none !important;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-table-name-link:hover,
body.site .wb-store .wb-store-list .wb-store-table .wb-store-name:hover {
  color: #08788b !important;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-table-name-link > div {
  flex: 0 0 70px;
  width: 70px !important;
  height: 58px !important;
  border-radius: 10px;
  background-color: #f5fafb;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: inset 0 0 0 1px #edf4f5;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-table-name {
  display: block;
  min-width: 0;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-price {
  display: table-cell !important;
  width: auto !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  color: #08788b;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 850;
  text-align: left !important;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-remove-from-helper {
  width: 1%;
  min-width: 150px;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-item-add-to-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 138px;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #08788b !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  box-shadow: 0 8px 16px rgba(8, 120, 139, 0.16) !important;
}

body.site .wb-store .wb-store-list .wb-store-table .wb-store-item-add-to-cart:hover,
body.site .wb-store .wb-store-list .wb-store-table .wb-store-item-add-to-cart:focus {
  background: #066c7d !important;
  color: #ffffff !important;
}

@media (max-width: 650px) {
  body.site .wb-store .wb-store-list .wb-store-table,
  body.site .wb-store .wb-store-list .wb-store-table thead,
  body.site .wb-store .wb-store-list .wb-store-table tbody,
  body.site .wb-store .wb-store-list .wb-store-table tr,
  body.site .wb-store .wb-store-list .wb-store-table th,
  body.site .wb-store .wb-store-list .wb-store-table td {
    display: block !important;
    width: 100% !important;
  }

  body.site .wb-store .wb-store-list .wb-store-table {
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.site .wb-store .wb-store-list .wb-store-table thead {
    display: none !important;
  }

  body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 10px !important;
    border: 1px solid #e1ecef !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(20, 52, 60, 0.07) !important;
  }

  body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item > td,
  body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item > td:nth-child(n),
  body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item > .wb-store-price,
  body.site .wb-store .wb-store-list .wb-store-table tr.wb-store-item > .wb-store-remove-from-helper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 5px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  body.site .wb-store .wb-store-list .wb-store-table .wb-store-table-name-link > div {
    flex-basis: 76px;
    width: 76px !important;
    height: 64px !important;
  }

  body.site .wb-store .wb-store-list .wb-store-table .wb-store-price {
    display: block !important;
    width: 100% !important;
    padding: 6px 0 !important;
    font-size: 16px;
  }

  body.site .wb-store .wb-store-list .wb-store-table td:nth-child(3)::before {
    content: "\0424\043e\0440\043c\0430: ";
    color: #6b7b82;
    font-weight: 800;
  }

  body.site .wb-store .wb-store-list .wb-store-table td:nth-child(4)::before {
    content: "\041e\043f\043e\0440\044b: ";
    color: #6b7b82;
    font-weight: 800;
  }

  body.site .wb-store .wb-store-list .wb-store-table .wb-store-remove-from-helper {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    padding-top: 8px !important;
  }

body.site .wb-store .wb-store-list .wb-store-table .wb-store-item-add-to-cart {
    width: 100% !important;
  }
}

/* Center incomplete desktop catalog rows and refine category SEO blocks. */

@media (min-width: 961px) {
  body.site .wb-store .wb-store-list > div {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 26px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.site .wb-store .wb-store-list > div > .wb-store-item {
    flex: 0 0 calc((100% - 100px) / 6);
    max-width: calc((100% - 100px) / 6);
    min-width: 168px;
  }
}

body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 38px auto 0 !important;
  padding: 0 !important;
}

body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) > .wb_content {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.site .category-seo-only {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 920px !important;
  height: auto !important;
  min-height: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #31464d;
  font-size: 15px;
  line-height: 1.65;
  overflow: visible !important;
}

body.site .category-seo-only:has(.wb-stl-heading2) {
  max-width: 860px !important;
  margin-top: 38px !important;
  margin-bottom: 16px !important;
  text-align: center;
}

body.site .category-seo-only:has(.wb-stl-heading2):first-child {
  margin-top: 0 !important;
}

body.site .category-seo-only .wb-stl-heading2 {
  color: #26383f !important;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 850;
  text-align: center;
  letter-spacing: 0;
}

body.site .category-seo-only:has(p),
body.site .category-seo-only:has(.wb-stl-heading3) {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding: 24px 28px !important;
  border: 1px solid #dce8eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 52, 60, 0.07);
}

body.site .category-seo-only p {
  margin: 0 0 14px !important;
  color: #31464d !important;
}

body.site .category-seo-only p:last-child {
  margin-bottom: 0 !important;
}

body.site .category-seo-only .wb-stl-heading3 {
  margin: 0 0 8px !important;
  color: #26383f !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
}

@media (max-width: 650px) {
  body.site .wb_element.wb-layout-element:has(> .wb_content > .category-seo-only) {
    margin-top: 28px !important;
    padding: 0 12px !important;
  }

  body.site .category-seo-only {
    max-width: 100% !important;
    font-size: 14px;
    line-height: 1.55;
  }

  body.site .category-seo-only:has(.wb-stl-heading2) {
    margin-top: 30px !important;
    margin-bottom: 12px !important;
  }

  body.site .category-seo-only .wb-stl-heading2 {
    font-size: 23px;
    line-height: 1.18;
  }

  body.site .category-seo-only:has(p),
  body.site .category-seo-only:has(.wb-stl-heading3) {
    padding: 17px 16px !important;
    border-radius: 14px;
  }

  body.site .category-seo-only .wb-stl-heading3 {
    font-size: 16px;
  }
}

/* Keep the sorted category toolbar stable with long sort labels. */

@media (min-width: 1101px) {
  body.site .wb-store .wb-store-filters-top {
    grid-template-columns: 300px minmax(0, 1fr) !important;
  }
}

@media (min-width: 651px) and (max-width: 1100px) {
  body.site .wb-store .wb-store-filters-top {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 651px) {
  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort {
    flex: 1 1 188px !important;
    min-width: 188px !important;
    overflow: visible !important;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort .dropdown-toggle {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  body.site .wb-store .wb-store-filters-top .wb-store-list-controls-sort .dropdown-toggle .caret {
    flex: 0 0 auto;
    margin-left: 8px;
  }
}
