#category-top-ranking {
  display: flex;
  justify-content: center;
  width: 100%;
}
#category-top-ranking .category-top-ranking-header-wrapper {
  width: 100%;
  margin-bottom: 12px;
  background: linear-gradient(to right, #ff80014d 0%, #ffc0004d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header {
  position: relative;
  width: clamp(1200px, 100%, 1200px);
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-header-items {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-header-items .category-details {
  display: flex;
  flex-direction: row;
  flex: 1;
  white-space: nowrap;
  justify-content: space-between;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-header-items .category-details .category-text {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-header-items .category-details .rank-icon {
  width: 35px;
  height: 43px;
  align-self: center;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-top-ranking-header .category-top-ranking-image.no-length {
  height: 62px;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 40px;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons .category-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 9px 12px;
  font-family: source_sans_proregular, serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons .category-button .new-badge {
  padding: 0px 4px;
  background-color: #dc2e2e;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 32px;
  display: block;
  margin-left: 4px;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons .category-button .new-badge.active {
  color: #dc2e2e;
  background-color: white;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons .category-button:hover:not(.active) {
  background-color: #fff;
  border-color: #f27a1a;
  color: #333;
}
#category-top-ranking .category-top-ranking-header-wrapper .category-buttons .active {
  background-color: #f27a1a;
  color: #fff;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky {
  animation: sticky-transition-show 0.4s forwards linear;
  background-size: cover;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 1062;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky .category-top-ranking-image {
  display: none;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky .category-top-ranking-header-items {
  padding: 10px 0;
  width: 1200px;
  gap: 8px;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky .category-top-ranking-header-items .category-details .category-text {
  font-size: 14px;
  line-height: 18px;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky .backdrop {
  width: 100%;
  background: linear-gradient(to right, #ff80014d 0%, #ffc0004d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#category-top-ranking .category-top-ranking-header-wrapper .sticky .category-button {
  padding: 6px 12px;
}
#category-top-ranking .empty-browsing-history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  width: 1200px;
  height: 525px;
}
#category-top-ranking .empty-browsing-history i {
  background-color: #fff0e4;
  color: #f27a1a;
  font-size: 22px;
  border-radius: 50%;
  padding: 25px;
  width: 72px;
  height: 72px;
  box-sizing: border-box;
}
#category-top-ranking .empty-browsing-history .no-product-to-list-header {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  color: #f27a1a;
}
#category-top-ranking .empty-browsing-history .no-product-to-list-text {
  font-size: 16px;
  line-height: 1.38;
  color: #666;
}
#category-top-ranking .empty-browsing-history .continue-shopping {
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #f27a1a;
  border-radius: 6px;
  color: #fff;
  background: #f27a1a;
  width: 159px;
  height: 38px;
}
#category-top-ranking .loader {
  display: flex;
  justify-content: center;
}
#category-top-ranking .loader img {
  width: 36px;
  height: 36px;
}
#category-top-ranking .navigation-section {
  background-color: #f5f5f5;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  padding: 43px 0 24px 0;
}
#category-top-ranking .navigation-section .navigation-section-container {
  width: 1200px;
}
#category-top-ranking .navigation-section-breadcrumb {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#category-top-ranking .navigation-section-breadcrumb .navigation-section-breadcrumb-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
#category-top-ranking .navigation-section-breadcrumb .navigation-section-breadcrumb-items .navigation-section-breadcrumb-item {
  font-family: source_sans_prosemibold, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #1c1c1c;
  cursor: pointer;
}
#category-top-ranking .navigation-section-breadcrumb .navigation-section-breadcrumb-items .navigation-section-breadcrumb-item.active {
  text-decoration: none;
  color: #f27a1a;
}
#category-top-ranking .navigation-section-breadcrumb .i-arrow-right {
  color: #999;
  font-weight: 600;
}
#category-top-ranking .navigation-section-breadcrumb .breadcrumb-seperator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 24px;
}
#category-top-ranking .circled-slider {
  display: flex;
  align-items: center;
}
#category-top-ranking .circled-slider .carousel [class^="styles-module_slider_"] {
  display: flex;
  max-height: 120px;
  overflow-y: hidden;
}
#category-top-ranking .circled-slider .just-for-you {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
#category-top-ranking .circled-slider .just-for-you .splitter {
  width: 2px;
  height: 30px;
  border-radius: 2px;
  background-color: #E6E6E6;
  margin-right: 8px;
}
#category-top-ranking .circled-slider .navigation-section-tabs-container-item {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  height: 40px;
  border-radius: 36px;
  background-color: #fff;
  padding: 11px 16px;
  margin-right: 12px;
  font-family: source_sans_proregular, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
#category-top-ranking .circled-slider .navigation-section-tabs-container-item:hover {
  padding: 10px 15px;
  border: 2px solid #e6e6e6;
}
#category-top-ranking .circled-slider .navigation-section-tabs-container-item.active {
  padding: 10px 15px;
  border: 2px solid #f27a1a;
  color: #f27a1a;
}
#category-top-ranking .circled-slider .navigation-section-tabs-container-item.sticky {
  margin-right: 18px;
}
#category-top-ranking .circled-slider .navigation-section-tabs-container-item.sticky::after {
  content: "";
  width: 2px;
  height: 30px;
  border-radius: 2px;
  background-color: #E6E6E6;
  position: absolute;
  right: -8px;
  bottom: 5px;
  top: 5px;
}
#category-top-ranking .circled-slider div[data-arrow] {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  z-index: 500;
  cursor: pointer;
  padding: 10px 12px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  top: -110%;
  right: 0;
  color: #999999;
}
#category-top-ranking .circled-slider div[data-arrow][data-arrow="right"]::before,
#category-top-ranking .circled-slider div[data-arrow][data-arrow="left"]::after {
  content: '';
  display: block;
  position: absolute;
}
#category-top-ranking .circled-slider div[data-arrow][data-arrow="left"] {
  right: 45px;
}
#category-top-ranking .circled-slider div[data-arrow][data-arrow="left"]::after {
  right: -35px;
  left: unset;
}
#category-top-ranking .circled-slider div[data-arrow]:hover {
  transition: 0.5s ease;
}
#category-top-ranking .circled-slider div[data-arrow]:hover .i-arrow-right {
  color: #F27A1A;
}
#category-top-ranking .circled-slider .i-arrow-right {
  transition: color 0.5s ease;
}
#category-top-ranking .circled-slider .i-arrow-right.reversed {
  transform: rotateZ(180deg);
}
#category-top-ranking .category-top-ranking-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container {
  min-width: 1200px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container.just-for-you-active {
  margin-top: 40px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card {
  display: block;
  width: 588px;
  height: 216px !important;
  border-radius: 8px;
  padding: 16px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .image-badge-wrapper {
  position: absolute;
  bottom: -9px;
  width: calc(100% - 12px);
  display: flex;
  justify-content: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-card-image-wrapper {
  position: relative;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-card-information-list {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-card-header {
  height: 94px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .rating-container,
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .rating-review-placeholder {
  height: 18px;
  max-height: 18px;
  margin-top: 4px;
  margin-bottom: 8px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-card-container {
  display: flex;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card img {
  transition: all 0.3s ease-in-out;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings {
  position: relative;
  display: flex;
  height: 13px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .rating-score {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-right: 6px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .camera-icon {
  margin-left: 3px;
  margin-top: 2px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .ratingCount {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-left: 4px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .star-w {
  position: relative;
  margin-right: 2px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .star-w .i-star {
  font-size: 12px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .star-w .empty .i-star {
  color: #DDDDDD;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ratings .star-w .full {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #FFC000;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-description {
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 48px);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-description .product-brand {
  height: 20px;
  font-weight: 600;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .product-description .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .image-container {
  height: 184px;
  box-sizing: border-box;
  display: flex;
  margin-right: 12px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .image-container .product-img {
  width: 122px;
  height: 100%;
  border-radius: 4px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w {
  display: flex;
  height: 36px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container.lowest-price-enabled .prc-box-dscntd {
  color: #BB0000 !important;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container .lowest-price {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #BB0000;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container .lowest-price .i-chart-down {
  font-size: 8px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container .lowest-price .info-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-w .price-container .prices {
  display: flex;
  align-items: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-nm {
  display: flex;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc {
  display: flex;
  height: 35px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .seperator {
  opacity: 0.4;
  border: solid 0.5px #e2e2e2;
  display: flex;
  align-self: center;
  height: 26px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-nm-dsc {
  display: flex;
  align-items: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-nm-dsc .pr-bx-nm {
  flex-direction: column;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-nm-dsc .pr-bx-nm .prc-box-orgnl {
  align-self: center;
  color: #999;
  font-size: 12px;
  line-height: 15px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-nm-dsc .pr-bx-nm .prc-box-sllng-w-dscntd {
  align-self: center;
  color: #999;
  font-size: 12px;
  line-height: 15px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-nm-dsc .with-dsc .prc-box-sllng-w-dscntd {
  font-weight: 600;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-pr-dsc {
  margin-left: 5px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-pr-dsc .prc-box-dscntd {
  font-size: 16px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .pr-bx-dsc .pr-bx-pr-dsc .pr-bx-pr-dsc-pr {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #f27a1a;
  align-self: center;
  width: 130px;
  height: 18px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .prc-box-orgnl {
  color: #878787;
  align-self: center;
  line-height: 16px;
  font-size: 14px;
  text-decoration: line-through;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .prc-box-orgnl-w-dscntd {
  font-size: 14px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .prc-box-sllng {
  color: #f27a1a;
  align-self: center;
  margin-right: 5px;
  line-height: 33px;
  font-size: 16px;
  font-weight: 700;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .prc-box-dscntd {
  color: #f27a1a;
  align-self: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .prc-box-sllng-w-dscntd {
  color: #878787;
  align-self: center;
  margin-right: 5px;
  line-height: 33px;
  font-size: 15px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .unit-info {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
  margin-left: 4px;
  white-space: nowrap;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  height: 24px;
  box-sizing: border-box;
  padding: 0 4px 0 2px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp span {
  display: block;
  padding: 3px 0;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp .icon-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.rd {
  background-color: #EFFBF5;
  color: #333333;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.rd i {
  color: #0BC15C;
  font-size: 9px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.fc {
  color: #333333;
  background-color: #F5F5F5;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.fc i {
  color: #666;
  font-size: 12px;
  margin-top: -1px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.hc {
  color: #333333;
  background-color: #FFF0F4;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.hc i {
  color: #FF4988;
  font-size: 9px;
  margin-top: -1px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.promotion {
  background-color: #FEF4EB;
  color: #333333;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp.promotion i {
  color: #F27A1A;
  font-size: 11px;
  margin-top: -1px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ctr-stmp-box-wrppr .stmp .pr-dd-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .cstm-stmp-box-wrppr .upper-left {
  position: absolute;
  left: 5px;
  top: 65px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .cstm-stmp-box-wrppr .lower-left {
  position: absolute;
  left: 5px;
  bottom: 160px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .cstm-stmp-box-wrppr .upper-right {
  position: absolute;
  right: 5px;
  top: 65px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .cstm-stmp-box-wrppr .lower-right {
  position: absolute;
  right: 5px;
  bottom: 160px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .rank-badge {
  width: 32px;
  height: 40px;
  position: absolute;
  background: url('https://cdn.dsmcdn.com/web/prod/rank-icon.png') no-repeat;
  background-size: 33px;
  display: flex;
  left: calc(16px + 4px);
  top: calc(16px + 4px);
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .rank-badge .rank-text {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 5px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .social-proof-container {
  width: 100%;
  height: 30px;
  background-color: #FEF4EB;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper {
  height: 18px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof.visible {
  opacity: 1;
  transform: translateY(0);
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem .social-proof-text {
  font-family: source_sans_prosemibold, serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem .social-proof-text .highlight {
  color: #f27a1a;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem .focusedText {
  color: #f27a1a;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem img {
  width: auto;
  height: 16px;
  margin: 0;
  border-style: none;
}
@media (min-width: 768px) {
  #category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem {
    gap: 8px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem .social-proof-text {
    font-weight: bold;
    color: #333333;
  }
  #category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem .social-proof-text .highlight {
    color: #f27a1a;
  }
  #category-top-ranking .category-top-ranking-container .product-listing-container .product-card .socialProofWrapper .socialProof .socialProofItem img {
    width: auto;
    height: 18px;
    border-style: none;
  }
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .justify-end {
  justify-content: end;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .popular-badge {
  height: 18px;
  background-color: #BB0000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  column-gap: 2px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: white;
  box-sizing: border-box;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ranking-change-badge {
  height: 18px;
  background-color: #0BC15C;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  column-gap: 2px;
  font-size: 10px;
  font-weight: 600;
  color: white;
  box-sizing: border-box;
  white-space: nowrap;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .product-card .ranking-change-badge .change-badge-icon {
  font-size: 6.6px;
  transform: rotateZ(180deg) rotateY(180deg);
}
#category-top-ranking .category-top-ranking-container .product-listing-container .fvrt-btn-wrppr {
  position: absolute;
  box-sizing: border-box;
  right: 16px;
  top: 16px;
  box-shadow: 0 1px 4px #0000000d;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .fvrt-btn-wrppr i {
  font-size: 18px;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .fvrt-btn-wrppr i.i-heart {
  color: #8c8c8c;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .fvrt-btn-wrppr i.i-heart-fill {
  color: #f27a1a;
}
#category-top-ranking .category-top-ranking-container .product-listing-container .fvrt-btn-wrppr:hover i.i-heart {
  color: #f27a1a;
}

