.marketplace {
  background: url("/img/backgrounds/poe2/bg-poe.png") center top no-repeat;
  /* Marketplace filter row (below the selects) */
  /* Toggle switch for "Online sellers only" */
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .marketplace {
    background: url("/img/backgrounds/poe2/bg-poe@2x.png") center top no-repeat;
    background-size: 1480px 832px;
  }
}

@media (max-width: 1480px) {
  .marketplace {
    background: none;
  }
}

.marketplace .valorant-splide {
  padding-bottom: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.marketplace .booster-selection-wrapper {
  display: flex;
  margin-right: 0;
  color: white;
  border-radius: 12px;
  border: 2px solid #232B46;
  background-color: #080F28;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  flex: 1;
  width: 100%;
}

.marketplace .booster-selection-wrapper * {
  box-sizing: border-box;
}

.marketplace .booster-selection-wrapper .booster-icon {
  width: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #232B46;
  transition: all 0.15s ease-in-out;
}

.marketplace .booster-selection-wrapper .booster-icon .rank-image {
  width: 32px;
}

.marketplace .booster-selection-wrapper .booster-icon .rank-image--short {
  width: 24px;
}

.marketplace .booster-selection-wrapper .booster-icon img {
  width: 24px;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 14px;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .booster-rank-selection {
  padding-left: 24px;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single {
  background-color: #080F28;
  color: #fff;
  border: none;
  width: 100%;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-content: center;
  padding-left: 24px;
  color: #fff;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__selected {
  background-color: red;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: transparent;
  background-size: contain;
  border: none;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .select2.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper select {
  cursor: pointer;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper select.booster-rank-selection {
  display: flex;
  width: 100%;
  background-color: #080F28;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper select.booster-rank-selection:focus {
  outline: none;
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .dropdown-icon {
  right: 40px;
  top: 50%;
  position: absolute;
  width: 5px;
  height: 7px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.marketplace .booster-selection-wrapper .booster-rank-selection-wrapper .dropdown-icon img {
  width: 24px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.marketplace .booster-selection-wrapper .booster-input-group {
  width: 100%;
}

.marketplace .booster-selection-wrapper .booster-input-group label {
  position: absolute;
  font-size: 12px;
  color: #979aae;
  margin: 18px 20px 0 0;
  padding-left: 24px;
  padding-bottom: 5px;
  pointer-events: none;
}

.marketplace .booster-selection-wrapper:hover {
  border: solid 2px rgba(255, 255, 255, 0.3);
}

.marketplace .booster-selection-wrapper:hover .booster-icon {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.marketplace .booster-selection-wrapper--disabled {
  cursor: default;
  pointer-events: none;
}

.marketplace .current-lp-custom {
  width: 50%;
}

.marketplace .current-lp-custom .input-group {
  height: 100%;
  position: relative;
}

.marketplace .current-lp-custom label {
  position: absolute;
  color: #fff;
  pointer-events: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
}

.marketplace .current-lp-custom input {
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #080F28;
  border-radius: 12px;
  border: none;
  padding: 30px 22px 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.marketplace .current-lp-custom input::-moz-placeholder {
  color: transparent;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.marketplace .current-lp-custom input:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.marketplace .current-lp-custom input::placeholder {
  color: transparent;
  transition: all 0.15s ease-in-out;
}

.marketplace .current-lp-custom input::-webkit-outer-spin-button,
.marketplace .current-lp-custom input::-webkit-inner-spin-button {
  display: none;
}

.marketplace .current-lp-custom input:focus {
  outline: none;
}

.marketplace .current-lp-custom input:focus::-moz-placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.marketplace .current-lp-custom input:focus:-ms-input-placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.marketplace .current-lp-custom input:focus::placeholder {
  opacity: 0.3;
  color: #979aae;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.marketplace .current-lp-custom input:focus + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.marketplace .current-lp-custom input:not(:-moz-placeholder-shown) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.marketplace .current-lp-custom input:not(:-ms-input-placeholder) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

.marketplace .current-lp-custom input:not(:placeholder-shown) + label {
  color: #979aae;
  font-size: 12px;
  line-height: 24px;
  transform: translateY(0px);
  top: 14px;
}

@media screen and (max-width: 767px) {
  .marketplace .current-lp-custom input {
    padding: 30px 22px 4px;
  }
}

.marketplace .current-lp-custom {
  width: 100%;
}

.marketplace .no-results {
  width: 100%;
  text-align: center;
  padding: 80px 24px;
  background: #050A20;
  border: 2px solid #232B46;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 800px;
}

.marketplace .no-results p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  white-space: pre-line;
}

.marketplace .marketplace-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px auto 80px;
  flex-wrap: wrap;
  max-width: 800px;
  cursor: default;
}

.marketplace .marketplace-badges .badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: #050A20;
  border: 2px solid #232B46;
  border-radius: 24px;
  transition: all 0.15s ease-in-out;
}

.marketplace .marketplace-badges .badge:hover {
  border-color: #4ed3be;
  transform: translateY(-2px);
}

.marketplace .marketplace-badges .badge .badge-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketplace .marketplace-badges .badge .badge-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.marketplace .marketplace-badges .badge .badge-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 767px) {
  .marketplace .marketplace-badges .badge {
    width: 100%;
    justify-content: center;
  }
}

.marketplace .search-container {
  display: flex;
  gap: 24px;
  padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  .marketplace .search-container {
    padding: 40px 0;
    flex-direction: column;
  }
}

.marketplace .marketplace-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 auto;
}

.marketplace .marketplace-card {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.15s ease-in-out;
}

.marketplace .marketplace-card:hover {
  transform: translateY(-16px);
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .marketplace .marketplace-card:hover {
    transform: translateY(0px);
  }
}

.marketplace .marketplace-card:hover .marketplace-wrap::after {
  opacity: 1;
}

.marketplace .marketplace-card:hover .buy-now {
  opacity: 0.9;
  transform: translateY(-2px);
}

.marketplace .marketplace-wrap {
  margin: 0;
  padding: 24px;
  position: relative;
  border: 2px solid #232B46;
  border-radius: 12px;
  background: #050A20;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.marketplace .marketplace-wrap.is-cheapest {
  border-color: #4ED3BE;
  box-shadow: 0 0 0 2px rgba(78, 211, 190, 0.25) inset, 0 12px 20px rgba(0, 0, 0, 0.28);
}

.marketplace .marketplace-wrap.is-cheapest .cheapest-badge {
  display: inline-flex;
}

.marketplace .marketplace-wrap::after {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 10;
  content: "";
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  border: 2px solid #4ED3BE;
  pointer-events: none;
  opacity: 0;
}

.marketplace .marketplace-wrap-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.marketplace .marketplace-wrap-name__nick {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.marketplace .marketplace-wrap-name__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketplace .marketplace-wrap-name__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.marketplace .marketplace-wrap .marketplace-wrap__bio {
  text-align: left;
  margin-bottom: 24px;
  color: #979aae;
}

.marketplace .marketplace-wrap .marketplace-wrap__bio .item-stock {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace .marketplace-wrap .marketplace-wrap__bio .item-price {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}

.marketplace .marketplace-wrap .marketplace-wrap__bio .item-price .total-price-wrapper {
  font-size: 24px;
  line-height: 1.27;
  letter-spacing: 1px;
  background: linear-gradient(103deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketplace .marketplace-wrap .marketplace-wrap__bio .item-price .unit {
  font-size: 12px;
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller {
  text-align: left;
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 2px solid #232B46;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-league,
.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-orders,
.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-info {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-league:last-child,
.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-orders:last-child,
.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-info:last-child {
  margin-bottom: 0;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .label {
  color: #fff;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .value {
  color: rgba(255, 255, 255, 0.6);
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-status {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 2px;
  margin-top: 1px;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-status.online .dot {
  background: #4ED3BE;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller .seller-status.offline .dot {
  background: #FF4747;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .label {
  color: #fff;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .value {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: -1px;
  margin-left: auto;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status.online {
  color: #4ED3BE;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status.online .dot {
  background: #4ED3BE;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status.offline {
  color: #DE3E4B;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status.offline .dot {
  background: #DE3E4B;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name .seller-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name img {
  width: 16px;
  height: 16px;
}

.marketplace .marketplace-wrap .marketplace-wrap__seller-name span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.marketplace .marketplace-wrap .buy-now {
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: auto;
  background: #4842d1;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.marketplace .marketplace-wrap .cheapest-badge {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0c1b1a;
  background: linear-gradient(103deg, #4ED3BE, #2bb89f);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  white-space: nowrap;
}

.marketplace .seo-text {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.marketplace .seo-text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #fff;
  margin-bottom: 24px;
}

.marketplace .seo-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #fff;
  margin: 32px 0 16px;
}

.marketplace .seo-text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.marketplace .seo-text ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.marketplace .seo-text ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.marketplace .seo-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #4842d1;
  border-radius: 50%;
}

.marketplace .booster-search {
  flex: 1;
}

.marketplace .booster-search:hover,
.marketplace .booster-search--focused {
  border: solid 2px #4ed3be;
}

.marketplace .booster-search:hover .booster-icon,
.marketplace .booster-search--focused .booster-icon {
  border-right: 2px solid #4ed3be;
}

@media screen and (max-width: 767px) {
  .marketplace .booster-search {
    width: 100%;
    margin-bottom: 24px;
  }
}

.marketplace .boosters-game-select {
  max-width: 328px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .marketplace .boosters-game-select {
    max-width: 100%;
  }
}

.marketplace .pagination li:before {
  display: none;
}

.marketplace .marketplace-filter-row {
  margin: 16px 0;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .marketplace .marketplace-filter-row {
    justify-content: flex-start;
  }
}

.marketplace .toggle-switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.marketplace .toggle-switch input {
  display: none;
}

.marketplace .toggle-switch__track {
  position: relative;
  width: 48px;
  height: 28px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transition: background 0.2s ease;
}

.marketplace .toggle-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.marketplace .toggle-switch input:checked + .toggle-switch__track {
  background: #635bff;
}

.marketplace .toggle-switch input:checked + .toggle-switch__track .toggle-switch__thumb {
  transform: translateX(20px);
}

.marketplace .toggle-switch__label {
  font-size: 14px;
  color: #fff;
}

.marketplace-listing-container {
  padding: 40px 0;
}

.marketplace-listing-container .marketplace-listing {
  max-width: 1200px;
  margin: 0 auto;
}

.marketplace-listing-container .marketplace-listing__breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
}

.marketplace-listing-container .marketplace-listing__breadcrumbs a {
  color: #4ed3be;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
}

.marketplace-listing-container .marketplace-listing__breadcrumbs a:hover {
  opacity: 0.8;
}

.marketplace-listing-container .marketplace-listing__breadcrumbs .separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 8px;
}

.marketplace-listing-container .marketplace-listing__breadcrumbs .current {
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .marketplace-listing__content {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .marketplace-listing-container .marketplace-listing__content {
    flex-direction: column;
  }
}

.marketplace-listing-container .marketplace-listing__main {
  flex: 1;
  min-width: 0;
}

.marketplace-listing-container .item-info {
  background: #050A20;
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.marketplace-listing-container .item-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #232B46;
}

.marketplace-listing-container .item-meta .item-league,
.marketplace-listing-container .item-meta .item-id {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marketplace-listing-container .item-meta .item-league .label,
.marketplace-listing-container .item-meta .item-id .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.marketplace-listing-container .item-meta .item-league .value,
.marketplace-listing-container .item-meta .item-id .value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.marketplace-listing-container .seller-info {
  margin-bottom: 24px;
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.marketplace-listing-container .seller-info__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.marketplace-listing-container .seller-info .seller-name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.marketplace-listing-container .seller-info .seller-name img {
  width: 24px;
  height: 24px;
}

.marketplace-listing-container .seller-info .seller-name span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.marketplace-listing-container .seller-info .seller-name .status-badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(135deg, #258CBF 0%, #4ED3BE 100%);
  color: #fff;
}

.marketplace-listing-container .seller-info .seller-name .seller-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: -1px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .marketplace-listing-container .seller-info .seller-name .seller-status {
    margin-left: 0;
  }
}

.marketplace-listing-container .seller-info .seller-name .seller-status.online {
  color: #4ED3BE;
}

.marketplace-listing-container .seller-info .seller-name .seller-status.online .dot {
  background: #4ED3BE;
}

.marketplace-listing-container .seller-info .seller-name .seller-status.offline {
  color: #DE3E4B;
}

.marketplace-listing-container .seller-info .seller-name .seller-status.offline .dot {
  background: #DE3E4B;
}

.marketplace-listing-container .seller-info .seller-name .seller-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.marketplace-listing-container .seller-info .seller-rating-stats {
  margin-top: 12px;
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge--positive {
  background: rgba(78, 211, 190, 0.05);
  border-color: rgba(78, 211, 190, 0.2);
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge--positive .rating-percentage {
  color: #4ED3BE;
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge .rating-percentage {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge .rating-total {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.marketplace-listing-container .seller-info .seller-rating-stats .rating-badge i {
  font-size: 12px;
}

.marketplace-listing-container .purchase-box {
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 24px;
  background: #050A20;
}

.marketplace-listing-container .purchase-box__info {
  margin-bottom: 24px;
}

.marketplace-listing-container .purchase-box__info .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .marketplace-listing-container .purchase-box__info .info-row {
    display: block;
  }
}

.marketplace-listing-container .purchase-box__info .info-row:last-child {
  margin-bottom: 0;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row {
  justify-content: space-between;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info {
  display: flex;
  align-items: center;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info .stock-amount {
  display: flex;
  align-items: center;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info .stock-amount .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info .stock-amount .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info .stock-status {
  display: flex;
  align-items: center;
  margin-left: 16px;
  font-size: 14px;
  color: #4ED3BE;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .stock-info .stock-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ED3BE;
  margin-top: -1px;
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .delivery-time {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .delivery-time {
    justify-content: flex-start;
  }
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .delivery-time .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-box__info .info-row.stock-delivery-row .delivery-time .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.marketplace-listing-container .purchase-box__info .info-row .label {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
}

.marketplace-listing-container .purchase-box__info .info-row .value {
  color: #fff;
}

.marketplace-listing-container .purchase-box__info .info-row .value .item-link {
  color: #979aae;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.marketplace-listing-container .purchase-box__info .info-row .value .item-link:hover {
  color: #c5c8d7;
}

.marketplace-listing-container .purchase-box__info .stock-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketplace-listing-container .purchase-box__info .stock-info .stock-amount {
  display: flex;
  align-items: center;
}

.marketplace-listing-container .purchase-box__info .stock-info .stock-amount .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-box__info .stock-info .stock-amount .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.marketplace-listing-container .purchase-box__info .stock-info .stock-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4ED3BE;
}

.marketplace-listing-container .purchase-box__info .stock-info .stock-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ED3BE;
  margin-top: -1px;
}

.marketplace-listing-container .purchase-box__info .delivery-time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.marketplace-listing-container .purchase-box__info .delivery-time .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-box__info .delivery-time .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.marketplace-listing-container .purchase-box__info .price-box .price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.marketplace-listing-container .purchase-box__info .price-box .price .amount {
  font-size: 24px;
  font-weight: 600;
  color: #4ED3BE;
}

.marketplace-listing-container .purchase-box__info .price-box .price .currency {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-box__info .price-box .price-per {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.marketplace-listing-container .purchase-box__controls {
  border-top: 2px solid #232B46;
  padding-top: 24px;
}

.marketplace-listing-container .purchase-box__controls .quantity-section {
  margin-bottom: 24px;
}

.marketplace-listing-container .purchase-box__controls .quantity-section label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 8px;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-box {
  margin-bottom: 8px;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input {
  display: flex;
  align-items: stretch;
  background: #080F28;
  border: 2px solid #232B46;
  border-radius: 8px;
  overflow: hidden;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input input {
  flex: 1;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  width: 100%;
  -moz-appearance: textfield;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input input::-webkit-outer-spin-button,
.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input input:focus {
  outline: none;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input .quantity-buttons {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #232B46;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input .quantity-buttons .quantity-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.15s ease;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input .quantity-buttons .quantity-btn:first-child {
  border-bottom: 2px solid #232B46;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input .quantity-buttons .quantity-btn:hover {
  color: #fff;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input:hover .quantity-buttons {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-input:hover .quantity-buttons .quantity-btn:first-child {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-quick {
  display: flex;
  gap: 8px;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-quick .quick-add {
  flex: 1;
  padding: 8px;
  background: #080F28;
  border: 2px solid #232B46;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.marketplace-listing-container .purchase-box__controls .quantity-section .quantity-quick .quick-add:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.marketplace-listing-container .purchase-box__controls .total-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.marketplace-listing-container .purchase-box__controls .total-section .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketplace-listing-container .purchase-box__controls .total-section .total-price .label {
  font-size: 16px;
  color: #fff;
}

.marketplace-listing-container .purchase-box__controls .total-section .total-price .amount-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.marketplace-listing-container .purchase-box__controls .total-section .total-price .amount-wrap .amount {
  font-size: 24px;
  font-weight: 600;
  color: #4ED3BE;
}

.marketplace-listing-container .purchase-box__controls .total-section .total-price .amount-wrap .currency {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .bananas {
  position: relative;
  overflow: hidden;
}

.marketplace-listing-container .bananas.cut-top {
  margin-top: -80px;
}

.marketplace-listing-container .bananas .letter {
  position: relative;
  overflow: hidden;
}

.marketplace-listing-container .bananas .letter .background-text {
  position: absolute;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  text-transform: uppercase;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  color: #0a102a;
  font-size: 150px;
  line-height: 144px;
  -webkit-text-stroke: 2px transparent;
  background: linear-gradient(103deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
  top: -40px;
  width: 100%;
}

.marketplace-listing-container .bananas .letter h2 {
  padding-top: 158px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 79px auto;
}

.marketplace-listing-container .faq {
  position: relative;
  overflow: hidden;
}

.marketplace-listing-container .faq .faq-block {
  max-width: 500px;
  border-radius: 24px;
  border: solid 2px #232B46;
  background-color: #050A20;
  margin: 0 auto 32px auto;
  overflow: hidden;
}

.marketplace-listing-container .faq .faq-block.closed .answer {
  display: none;
}

.marketplace-listing-container .faq .faq-block .question {
  padding: 28px 38px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.marketplace-listing-container .faq .faq-block .question span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.marketplace-listing-container .faq .faq-block .question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.marketplace-listing-container .faq .faq-block .answer {
  padding: 24px 38px 32px;
}

.marketplace-listing-container .faq .faq-block .answer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0 0 24px;
}

.marketplace-listing-container .faq .faq-block .answer .button {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: background 0.15s ease-in-out;
}

.marketplace-listing-container .faq .faq-block .answer .button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.marketplace-listing-container .seller-notes {
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
  background: #050A20;
}

.marketplace-listing-container .seller-notes h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px 0;
}

.marketplace-listing-container .seller-notes .notes-content {
  position: relative;
}

.marketplace-listing-container .seller-notes .notes-preview p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.marketplace-listing-container .seller-notes .notes-full {
  display: none;
  margin-top: 16px;
}

.marketplace-listing-container .seller-notes .notes-full p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px;
}

.marketplace-listing-container .seller-notes .notes-full p:last-child {
  margin-bottom: 0;
}

.marketplace-listing-container .seller-notes .read-more-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 16px;
  background: none;
  border: 2px solid #232B46;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.marketplace-listing-container .seller-notes .read-more-btn:hover {
  border-color: #4ED3BE;
  color: #4ED3BE;
}

.marketplace-listing-container .seller-notes.collapsed .notes-full {
  display: none;
}

.marketplace-listing-container .seller-notes:not(.collapsed) .notes-full {
  display: block;
}

.marketplace-listing-container .purchase-section {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.marketplace-listing-container .purchase-section__info {
  flex: 1;
}

.marketplace-listing-container .purchase-section__info .info-block {
  border: 2px solid #232B46;
  border-radius: 12px;
  padding: 24px;
  background: #050A20;
}

.marketplace-listing-container .purchase-section__info .info-block h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px 0;
}

.marketplace-listing-container .purchase-section__info .info-block .info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.marketplace-listing-container .purchase-section__info .info-block .info-row:last-child {
  margin-bottom: 0;
}

.marketplace-listing-container .purchase-section__info .info-block .info-row .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-section__info .info-block .info-row .value {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing-container .purchase-section__info .info-block .info-row .value .item-link {
  color: #979aae;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.marketplace-listing-container .purchase-section__info .info-block .info-row .value .item-link:hover {
  color: #c5c8d7;
}

.marketplace-listing-container .purchase-section__buy {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .marketplace-listing-container .purchase-section {
    flex-direction: column;
  }
}

.total-price-wrapper {
  font-size: 20px;
  line-height: 1.27;
  letter-spacing: 1px;
  background: linear-gradient(103deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.escrow-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.escrow-message__lock {
  display: block;
  height: 24px;
  margin-right: 8px;
}

.escrow-message span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.6);
}

.marketplace-listing__content .info-row .value img {
  vertical-align: middle;
}

