.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.reviews-summary[data-count="0"] {
  visibility: hidden;
}
.reviews-summary .review-star {
  width: 5em;
  height: 1em;
  background: url("/templates/images/detail/star/Star_Cuts_rounded_0.svg") repeat-x left / 1em 1em;
  position: relative;
}
.reviews-summary .review-star:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/templates/images/detail/star/Star_Cuts_rounded_10.svg") repeat-x left / 1em 1em;
  width: calc(min(var(--rate), 5) * 1em);
  overflow: hidden;
}
.reviews-summary .review-count {
  color: #4578AB;
  font-size: 0.75em;
  height: 1.333em;
}
.reviews-summary .review-count:before {
  content: "(";
}
.reviews-summary .review-count:after {
  content: ")";
}
.products.list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4%;
  row-gap: 10px;
  width: 100%;
}
.product-thumb-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product-thumb-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}
.product.item {
  flex: 0 0 calc(95.8% / 4);
  text-align: center;
  margin-top: 1.4%;
}
.product-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.reviews-box {
  font-size: 18px;
  padding: 10px 0;
}
.product-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.product-price-box .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.product-price-box .original-price {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #646565;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .product.item {
    flex: 0 0 calc(97.2% / 3);
  }
}
@media (max-width: 500px) {
  .product.item {
    flex: 0 0 calc(98.6% / 2);
  }
}
@media (max-width: 375px) {
  .product.item {
    flex: 0 0 100%;
  }
}
.thumb-container {
  max-width: 1400px;
  margin: 0 auto 70px;
  padding: 0 16px;
  box-sizing: content-box;
}
.thumb-banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 200px;
  background-color: var(--thumb-banner-bg);
}
.thumb-banner .banner-title {
  display: flex;
  align-items: center;
  padding: 0 3%;
  flex: 1;
}
.thumb-banner h1 {
  font-family: var(--font-family-heading);
  font-size: 40px;
  color: var(--thumb-banner-color);
}
.thumb-banner .banner-image {
  overflow: hidden;
  width: 55%;
  position: relative;
}
.thumb-banner .banner-image img {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
}
.thumb-content {
  padding-top: 32px;
}
.load-more-sentinel {
  height: 1px;
  width: 100%;
}
.designs-seo-pagination {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.designs-load-more {
  text-align: center;
  padding: 24px 0;
  margin-top: 16px;
  min-height: 48px;
  display: none;
}
.designs-load-more:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #e8e8e8;
  border-top-color: #4578AB;
  border-radius: 50%;
  animation: designs-spin 0.8s linear infinite;
}
.designs-load-more.show {
  display: block;
}
.search-page-container {
  margin: 32px auto 70px;
}
.search-page-container .search-content {
  margin-top: 30px;
}
.search-page-container .search-result-message {
  font-size: 18px;
  margin: 40px 0;
}
.plp-layout {
  display: flex;
  gap: 1em;
}
.plp-layout .plp-filters {
  flex: 2;
  max-width: 300px;
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}
.plp-layout .plp-products {
  flex: 7;
}
.plp-products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.plp-products__count {
  margin: 0;
  color: #0D3164;
  font-size: 14px;
}
.plp-products__sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  margin-left: auto;
}
.plp-products__sort-label {
  color: #0D3164;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.plp-products__sort-option {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  font-size: 0.8em;
  line-height: 1.375em;
  font-weight: 400;
  cursor: pointer;
  color: #0D3164;
  margin: 0;
  padding: 8px;
  display: inline-block;
  background: #FFF;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.plp-products__sort-option.is-active {
  background: #0D3164;
  color: #FFF;
  border-color: #0D3164;
}
.plp-products__filters-btn {
  display: none;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  color: #0D3164;
  line-height: 1.375em;
  white-space: nowrap;
  font-size: 0.8em;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px;
}
.plp-products__filters-btn:before {
  content: "";
  width: 1.15em;
  height: 1.15em;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-image: url(/templates/iseeme/icons/filter.svg);
}
.plp-products__filters-btn-sort {
  display: none;
}
.plp-filters__sort-slot:empty {
  display: none;
}
.plp-filters__panel {
  background: #FFF;
  width: 100%;
  height: auto;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 20px;
}
.plp-filters__header {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #D4D4D4;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
}
.plp-filters__close {
  display: none;
}
.plp-filters__toggle {
  display: none;
}
.plp-filters__content {
  padding: 0 16px;
}
.plp-filters__group {
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D4D4D4;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.plp-filters__group:last-child {
  border-bottom: 0;
}
.plp-filters__group-title {
  text-transform: capitalize;
  color: #0D3164;
  font-size: 14px;
  font-weight: 600;
}
.plp-filters__group-panel ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.plp-filters__group-panel li {
  margin: 0;
  padding: 0;
}
.plp-filters__group-panel .filtration_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.plp-filters__group-panel .filtration_checkbox + label.checkbox {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  font-size: 0.8em;
  line-height: 1.375em;
  font-weight: 400;
  cursor: pointer;
  color: #0D3164;
  margin: 0;
  padding: 8px;
  display: inline-block;
  background: #FFF;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.plp-filters__group-panel .filtration_checkbox + label.checkbox:before {
  display: none;
}
.plp-filters__group-panel .filtration_checkbox + label.checkbox .tooltip {
  margin-left: 4px;
  color: #8A8A8A;
  font-variant-numeric: tabular-nums;
}
.plp-filters__group-panel .filtration_checkbox:checked + label.checkbox {
  background: #0D3164;
  color: #FFF;
  border-color: #0D3164;
}
.plp-filters__group-panel .filtration_checkbox:checked + label.checkbox .tooltip {
  color: rgba(255, 255, 255, 0.7);
}
.plp-filters__group-panel .filtration_checkbox:disabled + label.checkbox {
  opacity: 0.4;
  cursor: not-allowed;
}
.plp-filters__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid #D4D4D4;
}
.plp-filters__clear {
  flex: 1;
  padding: 10px 16px;
  border-radius: 9999px;
  background-color: #EFEFEF;
  color: #0D3164;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
}
.plp-filters__apply {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #0D3164;
  border-radius: 9999px;
  background: #0D3164;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.plp-filters__apply[hidden] {
  display: none;
}
.plp-filters__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.plp-filters__group-icon {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.plp-filters__group-toggle[aria-expanded='true'] .plp-filters__icon-plus {
  display: none;
}
.plp-filters__group-toggle[aria-expanded='false'] .plp-filters__icon-minus {
  display: none;
}
@media (max-width: 1024px) {
  .plp-layout {
    display: block;
  }
  .plp-layout .plp-filters {
    position: static;
    max-width: none;
    max-height: none;
    overflow: visible;
  }
  .plp-products__filters-btn:not([hidden]) {
    display: inline-flex;
  }
  .plp-filters__panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .plp-filters__panel.show {
    display: block;
  }
  .plp-filters__inner {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #FFF;
    animation: plp-slide-up 0.25s ease;
  }
  .plp-filters__header {
    position: relative;
    flex-shrink: 0;
  }
  .plp-filters__close {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }
  .plp-filters__close::before,
  .plp-filters__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #0D3164;
  }
  .plp-filters__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .plp-filters__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .plp-filters__content {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
  }
  .plp-filters__group {
    padding: 12px 16px 16px 16px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 3px 1px rgba(50, 50, 93, 0.1);
    border-bottom: 0;
  }
  .plp-filters__footer {
    flex-shrink: 0;
  }
  .plp-filters__apply,
  .plp-filters__apply[hidden] {
    display: block;
  }
  .plp-filters__sort-slot:not(:empty) {
    padding: 12px 16px 16px 16px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 3px 1px rgba(50, 50, 93, 0.1);
  }
  body.plp-filters-open {
    overflow: hidden;
  }
}
@keyframes plp-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 1431.9px) {
  .thumb-banner {
    width: 100vw;
    max-width: 100vw;
    height: 14.5vw;
    margin-left: -16px;
  }
  .thumb-banner h1 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .thumb-banner {
    height: auto;
    max-height: unset;
  }
  .thumb-banner .banner-title {
    position: static;
    text-align: center;
    height: auto;
    padding: 16px;
    justify-content: center;
  }
  .thumb-banner h1 {
    font-size: 24px;
  }
  .thumb-banner .banner-image {
    display: none;
  }
  .thumb-content {
    padding-top: 3vw;
  }
  .plp-products__filters-btn-sort {
    display: inline;
  }
  .plp-filters__sort-slot .plp-products__sort {
    width: 100%;
  }
}
@keyframes designs-spin {
  to {
    transform: rotate(360deg);
  }
}
