body.type-product .p-info-wrapper .fvstudio-discount-wrapper,
body.type-detail .p-info-wrapper .fvstudio-discount-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  order: 4;
}

:where(.ums_forms_redesign--off) input[type="checkbox"] + label:before,
:where(.ums_forms_redesign--off) input[type="radio"] + label:before {
  border-color: #919191;
  margin-left: 10px;
}

body.type-product .p-info-wrapper .fvstudio-discount-wrapper h5,
body.type-detail .p-info-wrapper .fvstudio-discount-wrapper h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}

body.type-product .p-info-wrapper .fvstudio-discount-product,
body.type-detail .p-info-wrapper .fvstudio-discount-product {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.type-product .p-info-wrapper .fvstudio-discount-product:hover,
body.type-product .p-info-wrapper .fvstudio-discount-product:focus,
body.type-detail .p-info-wrapper .fvstudio-discount-product:hover,
body.type-detail .p-info-wrapper .fvstudio-discount-product:focus {
  color: #000;
  border-color: #e82b23;
  box-shadow: 0 0 0 1px rgba(232, 43, 35, 0.18);
}

body.type-product .p-info-wrapper .fvstudio-discount-product > span,
body.type-detail .p-info-wrapper .fvstudio-discount-product > span {
  display: flex;
}

body.type-product .p-info-wrapper .fvstudio-discount-product-image,
body.type-detail .p-info-wrapper .fvstudio-discount-product-image {
  flex: 0 0 30%;
  align-self: center;
}

body.type-product .p-info-wrapper .fvstudio-discount-product-image img,
body.type-detail .p-info-wrapper .fvstudio-discount-product-image img {
  width: 100%;
  height: auto;
  display: block;
}

body.type-product .p-info-wrapper .fvstudio-discount-product-desc,
body.type-detail .p-info-wrapper .fvstudio-discount-product-desc {
  flex: 1 1 70%;
  min-width: 0;
  flex-direction: column;
}

body.type-product .p-info-wrapper .fvstudio-discount-product-title,
body.type-detail .p-info-wrapper .fvstudio-discount-product-title {
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f3f5;
}

body.type-product .p-info-wrapper .fvstudio-discount-product-price span,
body.type-detail .p-info-wrapper .fvstudio-discount-product-price span {
  display: block;
}

body.type-product .p-info-wrapper .fvstudio-discount-text,
body.type-detail .p-info-wrapper .fvstudio-discount-text {
  padding-top: 5px;
}

body.type-product .p-info-wrapper .fvstudio-discount-text em,
body.type-detail .p-info-wrapper .fvstudio-discount-text em {
  color: #e82b23;
  font-style: normal;
  font-size: 1.25em;
}

@media (max-width: 767px) {
  body.type-product .p-info-wrapper .fvstudio-discount-product,
  body.type-detail .p-info-wrapper .fvstudio-discount-product {
    gap: 8px;
  }

  body.type-product .p-info-wrapper .fvstudio-discount-product-image,
  body.type-detail .p-info-wrapper .fvstudio-discount-product-image {
    flex-basis: 34%;
  }
}

/* OramatPlus category listing redesign */
body.type-category {
  background: #f7f6f4;
}

body.type-category #content-wrapper {
  padding-top: 20px;
}

body.type-category .category-title {
  color: #202020;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 22px;
  text-wrap: balance;
}

body.type-category .sidebar-left .box,
body.type-category .category-content-wrapper,
body.type-category .products-top-wrapper {
  background: #fffefa;
  border: 1px solid #e8e2dc;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(40, 32, 24, 0.07);
}

body.type-category .sidebar-left .box {
  padding: 16px;
  margin-bottom: 18px;
}

body.type-category .box-filters {
  position: static;
  max-height: none;
  overflow: visible;
}

body.type-category .box-filters .filters-wrapper,
body.type-category .box-filters #filters {
  min-width: 0;
}

body.type-category .box-filters .slider-wrapper {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e2dc;
}

body.type-category .slider-header {
  color: #5f5a56;
  font-weight: 700;
}

body.type-category .sidebar-left .pageElement__heading,
body.type-category .sidebar-left h4 {
  color: #252525;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
  text-transform: none;
}

body.type-category #categories,
body.type-category #categories ul {
  margin: 0;
  padding: 0;
}

body.type-category #categories li,
body.type-category #categories .categories {
  list-style: none;
}

body.type-category #categories a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  color: #303030;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 7px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

body.type-category .box-categories #categories .cat-trigger {
  display: none !important;
}

body.type-category
  .box-categories
  #categories
  .categories.expandable:not(.active)
  > .topic
  > a::before,
body.type-category .box-categories #categories li.expandable > a::before {
  content: "+" !important;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: static !important;
  margin: 0;
  background: transparent !important;
  color: #e50101;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

body.type-category
  .box-categories
  #categories
  .categories.expanded:not(.active)
  > .topic
  > a::before,
body.type-category .box-categories #categories li.expanded > a::before,
body.type-category .box-categories #categories li.active > a::before,
body.type-category .box-categories #categories li.child-active > a::before {
  content: "−" !important;
}

body.type-category #categories ul ul a {
  min-height: 34px;
  padding-left: 10px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}

body.type-category #categories .active > a,
body.type-category #categories .child-active > a,
body.type-category #categories a:hover,
body.type-category #categories a:focus {
  color: #d40000;
  background: #fff1ef;
  border-color: #f1c9c4;
}

body.type-category .filter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px 7px 34px;
  position: relative;
  color: #3a3a3a;
  border: 1px solid #eee7df;
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

body.type-category .filter-section fieldset > div {
  position: relative;
  margin-bottom: 5px;
}

body.type-category .filter-section input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0;
  transform: translateY(-50%);
  accent-color: #e50101;
}

body.type-category
  .filter-section
  input[type="checkbox"]:checked
  + .filter-label,
body.type-category .filter-label:hover,
body.type-category .filter-label:focus {
  color: #d40000;
  background: #fff1ef;
  border-color: #f1c9c4;
}

body.type-category .filter-label.disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

body.type-category .filter-count {
  color: #8a817a;
  font-variant-numeric: tabular-nums;
}

body.type-category .filter-section-parametric fieldset {
  max-height: 560px;
  padding-right: 5px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d8d1c2 #faf9f6;
}

body.type-category .filter-section-parametric fieldset::-webkit-scrollbar {
  width: 8px;
}

body.type-category
  .filter-section-parametric
  fieldset::-webkit-scrollbar-thumb {
  background: #d8d1c2;
  border-radius: 999px;
}

body.type-category .filter-total-count {
  margin-top: 12px;
  padding: 10px;
  color: #5f5a56;
  background: #faf9f6;
  border: 1px solid #e8e2dc;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

body.type-category .category-top {
  margin-bottom: 18px;
}

body.type-category .category-content-wrapper {
  padding: 18px;
}

body.type-category .subcategories.with-image {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
}

body.type-category .subcategories.with-image > li {
  width: auto !important;
  padding: 0 !important;
  list-style: none;
}

body.type-category .subcategories.with-image li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  height: 100%;
  padding: 14px 42px 14px 18px;
  position: relative;
  color: #262626;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e8e2dc;
  border-radius: 7px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.type-category .subcategories.with-image li a:hover,
body.type-category .subcategories.with-image li a:focus {
  color: #d40000;
  border-color: #e50101;
  box-shadow: 0 10px 28px rgba(120, 36, 20, 0.1);
  transform: translateY(-1px);
}

body.type-category .subcategories.with-image li a::before {
  display: none !important;
  content: none !important;
}

body.type-category .subcategories.with-image li a::after {
  content: "›";
  position: absolute;
  left: auto !important;
  right: 16px;
  top: 0;
  bottom: 0;
  width: auto !important;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: none;
}

body.type-category .subcategories.with-image li a .image {
  display: none;
}

body.type-category .subcategories.with-image li a .text {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  color: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
}

body.type-category .products-top-wrapper {
  padding: 18px;
  margin: 18px 0 20px;
}

body.type-category .products-top-header {
  margin: 0 0 14px;
  color: #202020;
  font-family: Roboto, "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

body.type-category #productsTop.products-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

body.type-category #productsTop.products-inline::before,
body.type-category #productsTop.products-inline::after {
  display: none;
}

body.type-category #productsTop.products-inline > .product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}

body.type-category #productsTop.products-inline > .product:not(.active) {
  display: none !important;
}

body.type-category #productsTop.products-inline .p {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  min-height: 148px;
  padding: 14px;
  background: #faf9f6;
  border: 1px solid #eee7df;
  border-radius: 7px;
}

body.type-category #productsTop.products-inline .image {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 8px;
  overflow: hidden;
  background: #fffefa;
  border-radius: 6px;
}

body.type-category #productsTop.products-inline .image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  position: static !important;
}

body.type-category #productsTop.products-inline .p-in {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 !important;
}

body.type-category #productsTop.products-inline .p-in-in {
  width: auto !important;
  flex: 1 1 0;
  min-width: 0;
}

body.type-category #productsTop.products-inline .name {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  color: #d40000;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  -webkit-line-clamp: unset !important;
}

body.type-category #productsTop.products-inline .ratings-wrapper {
  margin-top: 4px;
}

body.type-category #productsTop.products-inline .availability {
  color: #5f5a56;
  font-size: 13px;
  font-weight: 700;
}

body.type-category #productsTop.products-inline .p-bottom {
  width: auto !important;
  margin: 0;
  flex: 0 0 auto;
  min-width: 74px;
  align-self: center;
  text-align: right;
}

body.type-category #productsTop.products-inline .price-final strong {
  color: #202020;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body.type-category .toggle-top-products {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  padding: 0 12px;
  color: #d40000;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 800;
}

body.type-category #category-header.category-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  margin: 0 0 18px;
  background: #faf9f6;
  border: 1px solid #e8e2dc;
  border-radius: 8px;
  overflow: hidden;
}

body.type-category .listSorting {
  min-width: 0;
  flex: 1 1 auto;
}

body.type-category .listSorting__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

body.type-category .listSorting__controls li {
  margin: 0;
  list-style: none;
}

body.type-category .listSorting__control {
  min-height: 48px;
  padding: 0 16px;
  color: #5f5a56;
  background: transparent;
  border: 0;
  border-right: 1px solid #e8e2dc;
  font-size: 14px;
  font-weight: 800;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

body.type-category .listSorting__control:hover,
body.type-category .listSorting__control:focus,
body.type-category .listSorting__control--current {
  color: #d40000;
  background: #fffefa;
}

body.type-category .listItemsTotal {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #5f5a56;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  border-left: 1px solid #e8e2dc;
}

body.type-category #products.products-block {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

body.type-category #products.products-block::before,
body.type-category #products.products-block::after {
  display: none;
}

body.type-category #products.products-block > .product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  border: 0 !important;
  box-shadow: none !important;
}

body.type-category #products.products-block > .product::before,
body.type-category #products.products-block > .product::after,
body.type-category #products.products-block .p::before,
body.type-category #products.products-block .p::after {
  display: none !important;
  content: none !important;
}

body.type-category #products.products-block .p {
  width: 100%;
  min-width: 0;
  min-height: 410px;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 12px;
  overflow: hidden;
  background: #fffefa;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(40, 32, 24, 0.075);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.type-category #products.products-block .p:hover,
body.type-category #products.products-block .p:focus-within {
  border-color: #e50101;
  box-shadow: 0 20px 48px rgba(120, 36, 20, 0.14);
  transform: translateY(-2px);
}

body.type-category #products.products-block .p > .image {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto !important;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 10px;
  overflow: hidden;
  background: #faf9f6;
  border-radius: 6px;
}

body.type-category .products-block:not(.products-additional) .p .image img,
body.type-category #products.products-block .p > .image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  position: static !important;
}

body.type-category #products.products-block .p-in {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

body.type-category #products.products-block .p-in-in {
  min-width: 0;
}

body.type-category #products.products-block .name {
  display: block;
  height: auto !important;
  min-height: 4.05em;
  max-height: none !important;
  margin: 0 0 10px;
  overflow: visible !important;
  color: #d40000;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  text-wrap: pretty;
  -webkit-line-clamp: unset !important;
}

body.type-category #products.products-block .ratings-wrapper {
  margin: 0 0 10px;
}

body.type-category #products.products-block .availability {
  justify-content: flex-start;
  color: #5f5a56;
  font-size: 14px;
  font-weight: 700;
}

body.type-category #products.products-block .p-bottom {
  margin-top: auto;
}

body.type-category #products.products-block .p-bottom > div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

body.type-category #products.products-block .prices {
  min-width: 0;
}

body.type-category #products.products-block .price-final strong {
  color: #262626;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body.type-category #products.products-block .p-tools {
  flex: 0 0 auto;
}

body.type-category #products.products-block .btn-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  white-space: nowrap;
  border-radius: 4px;
  transition:
    transform 150ms ease,
    background-color 180ms ease;
}

body.type-category #products.products-block .btn-cart:active {
  transform: translateY(1px);
}

@media (max-width: 1199px) {
  body.type-category #productsTop.products-inline {
    grid-template-columns: 1fr;
  }

  body.type-category #products.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.type-category .subcategories.with-image {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.type-category #category-header.category-header {
    display: block;
  }

  body.type-category .listItemsTotal {
    min-height: 42px;
    justify-content: flex-start;
    border-left: 0;
    border-top: 1px solid #e8e2dc;
  }
}

@media (max-width: 767px) {
  body.type-category #content-wrapper {
    padding-top: 12px;
  }

  body.type-category .box-filters {
    position: static;
    max-height: none;
    overflow: visible;
  }

  body.type-category .filter-section-parametric fieldset {
    max-height: 320px;
  }

  body.type-category .category-content-wrapper {
    padding: 10px;
  }

  body.type-category .subcategories.with-image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.type-category .subcategories.with-image li a {
    height: auto !important;
    min-height: 76px;
  }

  body.type-category .subcategories.with-image li a .text {
    height: auto !important;
    max-height: none !important;
  }

  body.type-category .products-top-wrapper {
    padding: 12px;
  }

  body.type-category #productsTop.products-inline .p {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 104px;
  }

  body.type-category #productsTop.products-inline .image {
    width: 76px;
    height: 76px;
  }

  body.type-category .listSorting__control {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
  }

  body.type-category #products.products-block {
    gap: 10px;
  }

  body.type-category #products.products-block .p {
    min-height: 360px;
    padding: 10px;
  }

  body.type-category #products.products-block .p > .image {
    margin-bottom: 10px;
    padding: 8px;
  }

  body.type-category #products.products-block .name {
    min-height: 0;
    font-size: 14px !important;
    line-height: 1.32;
  }

  body.type-category #products.products-block .p-bottom > div {
    display: block;
  }

  body.type-category #products.products-block .price-final strong {
    font-size: 22px;
  }

  body.type-category #products.products-block .p-tools {
    margin-top: 10px;
  }

  body.type-category #products.products-block .btn-cart {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  body.type-category .subcategories.with-image {
    grid-template-columns: 1fr;
  }

  body.type-category .subcategories.with-image li a {
    min-height: 76px;
  }
}

/* Shoptet keeps stale native top-products sidebar entries after product cleanup. */
.box-topProducts,
.top-products-wrapper.js-top10 {
  display: none !important;
}
