[data-section="sort-body"] {
  grid-template-areas: "c a";
}
.ws {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 19px 16px;
  width: 100%;
  margin: 8px 0 0 0;
  background: #FAEFB5;
  border-radius: 16px;
}
.ws-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ws-row {
    flex-direction: column;
    gap: 16px;
  }
}
.ws-row .date {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #8F8F8F;
  margin: 0 0 10px 0;
}
.ws-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-feature-settings: 'case' on;
  width: 100%;
  margin: 0 0 5px 0;
}
.ws-available {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #FCF7D9;
  border-radius: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ws-available button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #FFD000;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.24px;
  font-feature-settings: 'case' on;
  color: #2D2D37;
  width: auto;
}
@media (max-width: 768px) {
  .ws-available button {
    font-size: 12px;
  }
}
.ws-available button.custom {
  background: #FFA800;
  color: #ffffff;
  margin-left: 20px;
}
.ws-header {
  min-height: 188px;
  background: #F3F0E2;
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0 0 0;
}
.ws-header__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
.ws-header__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.ws-header .btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ws-header .btn-wrap {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.ws-header .btn-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #44BB50;
  border-radius: 8px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .ws-header .btn-green {
    width: 100%;
  }
}
.ws-header__left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.ws-header__image {
  max-width: 222px;
  width: 100%;
  height: 140px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 24px;
}
.ws-header__image img {
  height: 100%;
  object-fit: cover;
}
.ws-header__close {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 12px;
  gap: 10px;
  margin: 0 0 0 auto;
  width: 38px;
  height: 36px;
  background: #333333;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ws-header__close-red {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FA4F4F;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.ws-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 14px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-top: 35px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ws-detail {
    padding: 8px;
    border-radius: 8px;
    margin-top: 16px;
  }
}
.ws-detail .left {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-feature-settings: 'case' on;
  color: rgba(27, 31, 59, 0.8);
  padding: 8px 16px;
  gap: 10px;
  height: 41px;
  background: linear-gradient(93.77deg, rgba(250, 224, 2, 0.2) -2.72%, rgba(255, 229, 0, 0.2) 104.62%);
  border-radius: 40px;
}
.ws-detail .left i {
  color: #EFCA09;
}
.ws-detail .ws-psl {
  max-width: 100%;
}
.ws-detail .ws-detail {
  width: 100%;
}
.ws-detail .ws-info__wrapper {
  width: 100%;
}
.ws-detail .prices-wrapper {
  width: 100%;
}
.ws-detail .suggest-offer__wrapper {
  width: 100%;
  margin-right: 10px;
}
.ws-detail .suggest input {
  width: 100%;
}
.ws-psl {
  max-width: calc(100% - 264px);
  width: 100%;
}
.ws-psl.list {
  padding: 10px 24px;
  gap: 14px;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .ws-psl {
    max-width: 100%;
  }
}
.ws-psl .seller {
  margin: 0 24px 0 0;
  padding: 16px 18px 16px 16px;
  max-width: 211px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 300px;
}
.ws-psl .seller .avatar {
  margin: 16px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.ws-psl .seller .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ws-psl .seller .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
}
.ws-psl .seller-count {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
  color: #28A1FA;
  text-decoration: underline;
  width: 100%;
  display: block;
}
.ws-psl .seller-bottom {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.ws-psl .seller-bottom a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  height: 36px;
  font-weight: 600;
  font-size: 14px;
}
.ws-psl .seller-bottom a.call {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.ws-psl .seller-bottom a.send {
  border-radius: 53px;
}
.ws-psl__block {
  width: 100%;
  margin: 0 0 10px 0;
}
.ws-psl__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.ws-psl .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin: 10px 0;
}
.ws-psl .left span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #8F8F8F;
}
.ws-psl .pack {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  display: flex;
  margin: 10px 0 0 0;
  text-transform: lowercase;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .ws-psl .pack {
    flex-wrap: wrap;
  }
  .ws-psl .pack p {
    width: 100%;
    margin: 0 0 10px 0;
    justify-content: space-between;
  }
}
.ws-psl .pack span {
  display: inline-block;
  margin-left: 10px;
  color: #0F3BAF;
}
@media (max-width: 768px) {
  .ws-psl .pack span {
    width: 55% !important;
  }
}
.ws-psl .pack p {
  white-space: nowrap;
  display: flex;
}
@media (max-width: 768px) {
  .ws-psl .pack p {
    white-space: wrap;
  }
}
@media (max-width: 1440px) {
  .ws-psl .pack p:last-child span {
    width: calc(150 / 1440 * 100vw);
  }
}
@media (max-width: 1280px) {
  .ws-psl .pack p:last-child span {
    width: calc(245 / 1280 * 100vw);
  }
}
.ws-psl .location {
  text-transform: capitalize;
}
.ws-pl-card {
  margin: 16px 0;
  padding: 24px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 0 3px 0 #0000001F;
  border-radius: 24px;
}
.ws-details {
  padding: 12px;
  gap: 10px;
  background: #E9F8F7;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .ws-details.main {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.ws-details.main .prices-wrapper {
  width: 100%;
}
@media (max-width: 1280px) {
  .ws-details.main .prices-wrapper {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .ws-details.main .prices-wrapper .ws-info {
    width: 100%;
    justify-content: space-between;
  }
}
.ws-details.main .prices-wrapper .ws-info > div {
  flex: 1;
}
@media (max-width: 1280px) {
  .ws-details.main .prices-wrapper .ws-info > div {
    min-width: 25%;
  }
}
.ws-info {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .ws-info.main {
    flex-direction: column;
    gap: 16px;
  }
  .ws-info.main .ws-info__wrapper {
    margin: 0 0 10px 0;
  }
}
.ws-info__wrapper {
  padding: 10px 0;
  gap: 8px;
  height: 63px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  justify-content: center;
  text-align: center;
}
.ws-info__wrapper:nth-last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ws-info__wrapper {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.ws-info span {
  display: block;
  color: #333333;
  font-style: normal;
}
.ws-label {
  font-size: 14px;
  line-height: 110%;
  font-weight: 400;
  display: block;
  width: 100%;
}
.ws-input {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.ws-more {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 15px;
  text-align: right;
  color: #FFA800;
  cursor: pointer;
}
.ws-buttons {
  display: flex;
  align-items: end;
}
.ws-buttons a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 4px;
  height: 60px;
  background: #333333;
  border-radius: 8px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  width: 155px;
}
.ws-buttons a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ws-buttons a:nth-last-child {
  margin: 0;
}
.ws-buttons a.add {
  background: #44BB50;
}
.ws-buttons a.tender i {
  color: #22CB70;
}
@media (max-width: 768px) {
  .ws-buttons {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
  .ws-buttons > div {
    width: 100%;
  }
  .ws-buttons a,
  .ws-buttons a.add {
    width: 100%;
    margin: 0;
  }
  .ws-buttons a {
    width: 100%;
    margin: 0 0 16px;
  }
  .ws-buttons a:last-child {
    margin: 0;
  }
  .ws-buttons a.add {
    width: 100%;
  }
}
.ws-bottom {
  display: flex;
  width: 100%;
}
.bid-or-sale-modal .modal {
  width: 100%;
  max-width: 565px;
}
@media (max-width: 600px) {
  .bid-or-sale-modal .modal {
    width: 100%;
  }
  .bid-or-sale-modal .popup {
    transform: none;
    margin: 0 20px;
    left: 0;
  }
}
.bid-or-sale-modal p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2414px;
}
.bid-or-sale-modal .left {
  max-width: fit-content;
}
.bid-or-sale-modal .product-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  margin: 0 0 10px 0;
}
.bid-or-sale-modal .ws-detail {
  padding: 0;
  margin-top: 24px;
}
.bid-or-sale-modal .ws-bid__form {
  padding: 16px;
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  margin-bottom: 24px;
}
.bid-or-sale-modal .ws-bid__btn {
  display: flex;
}
.bid-or-sale-modal .ws-bid__btn a {
  display: flex;
  text-align: center;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  cursor: pointer;
}
.bid-or-sale-modal .ws-bid__btn a.btn {
  border: none;
  background: #FFA800;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.bid-or-sale-modal .ws-info__wrapper {
  padding: 10px 16px;
  background: #F3F3F3;
  border-radius: 8px;
}
.success-wholesale-modal .popup .modal {
  max-width: 437px;
}
.success-wholesale-modal .popup .modal .ws-bid__btn a.btn {
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  cursor: pointer;
  margin-top: 16px;
  padding: 8px 16px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.success-wholesale-modal .popup .left {
  max-width: fit-content;
}
.success-wholesale-modal .popup .image {
  width: 153px;
  height: 133px;
  margin: 0 auto;
  transform: translateY(-10px);
}
.success-wholesale-modal .popup .image img {
  width: 100%;
}
.success-wholesale-modal .popup .image + h2 {
  margin-top: 0;
}
.success-wholesale-modal .popup h2 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #333333;
}
.success-wholesale-modal .popup h2 + p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2414px;
  color: #333333;
}
.publication {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  align-items: center;
  color: #178D22;
}
.suggest {
  background: #F9F2DA;
  border-radius: 8px;
  margin-top: 15px;
  padding: 12px;
  gap: 16px;
}
.suggest-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  transform: rotate(-0.09deg);
  margin: 0 0 5px 0;
}
.suggest p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #8F8F8F;
}
.suggest-offer {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1000px) {
  .suggest-offer {
    flex-wrap: wrap;
  }
}
.suggest-offer > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1000px) {
  .suggest-offer > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .suggest-offer > div {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .suggest-offer > div + div {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .suggest-offer > div + div {
    margin-top: 0;
  }
}
.suggest-offer__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 768px) {
}
.suggest-offer .ws-label {
  margin-bottom: 8px;
}
.suggest-offer input,
.suggest-offer input::placeholder,
.suggest-offer select {
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  gap: 16px;
  font-style: normal;
  text-align: center;
  color: #333333;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.suggest-offer input:focus,
.suggest-offer input::placeholder:focus,
.suggest-offer select:focus {
  border: none;
}
.suggest-offer input {
  width: 100%;
}
.suggest-offer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  width: 100%;
  padding: 0 40px 0 16px;
}
@media (max-width: 1280px) {
  .suggest-offer .ws-buttons {
    width: unset;
  }
}
@media (max-width: 768px) {
  .suggest-offer .ws-buttons {
    justify-content: flex-end;
    width: 100%;
  }
}
.suggest-offer .ws-buttons .suggest-btn {
  background: #FFA800;
}
@media (max-width: 1280px) {
  .suggest-offer .ws-buttons .suggest-btn {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .suggest-offer .ws-buttons .suggest-btn {
    width: 100%;
  }
}
.suggest .pack-returning {
  display: flex;
  margin-top: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
  align-items: baseline;
  position: relative;
}
.suggest .pack-returning > span:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -24px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 16, 61, 0.12);
}
.suggest .pack-returning input:checked + span::before {
  background-image: url("../images/icons/checkbox-ok.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.suggest .pack-returning input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline;
  width: initial;
  margin-top: 0;
}
.suggest .pack-returning span {
  margin-left: 24px;
  line-height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
}
.characteristic {
  display: flex;
  justify-content: space-between;
}
.characteristic .share a,
.characteristic .share-wr a {
  margin-left: 36px;
  width: 20px;
  height: 20px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.characteristic .share a i,
.characteristic .share-wr a i {
  color: #ffffff;
  font-size: 12px;
}
.characteristic .share-wr {
  display: block;
  position: relative;
}
.characteristic .share-wr > a {
  position: absolute;
  left: 91px;
  top: 11px;
  margin-left: 0;
}
.characteristic .share {
  display: flex;
  padding: 4.5px 8px;
  border-radius: 46px;
  border: 1px solid #8F8F8F;
  align-items: center;
  width: fit-content;
  margin-bottom: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .characteristic .share {
    margin: 0;
  }
}
.characteristic .share p {
  font-size: 14px;
  line-height: 31.04px;
  font-weight: 500;
  color: #333333;
}
.characteristic .gallery {
  padding: 21px 16px;
  border-radius: 16px;
  background-color: #ffffff;
}
.characteristic .gallery-wrapper {
  display: flex;
  max-height: 346px;
}
.characteristic .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.characteristic .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid transparent;
  background: linear-gradient(#cfcfcf, #cfcfcf) padding-box, linear-gradient(to top right, #FFD000 100%, #FFBC00 100%) border-box;
  border-radius: 8px;
}
.characteristic #main-carousel {
  width: 478px;
  margin-left: 20px;
}
.characteristic #main-carousel .splide__list {
  overflow: hidden;
  border-radius: 8px;
}
.characteristic #main-carousel .splide__slide img {
  width: 100%;
  max-height: 346px;
}
.characteristic .description {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .characteristic .description {
    margin: 0;
  }
}
.characteristic .description div {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  color: #333333;
}
.characteristic .description p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
  max-width: 573px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.characteristic .description span {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: #FFA800;
  position: relative;
  padding-right: 20px;
  width: fit-content;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.characteristic .description span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 6px;
  width: 12px;
  background-image: url("../../site_assets/images/icons/arrow-down-or.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.characteristic .description .shown-sms:after {
  transform: rotate(180deg);
}
.characteristic .count {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .characteristic .count {
    margin: 16px 0 0 0;
    background: #ffffff;
    padding: 16px 8px;
    border-radius: 8px;
  }
}
.characteristic .count-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #333333;
}
.characteristic .count-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.characteristic .count .warning {
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  color: #FA4F4F;
  padding: 4.5px 8px 4.5px 33px;
  background: rgba(255, 88, 88, 0.17);
  border-radius: 46px;
  position: relative;
}
.characteristic .count .warning::before {
  content: "";
  position: absolute;
  top: 10.5px;
  left: 8px;
  width: 17px;
  height: 19px;
  background-image: url("../../site_assets/images/icons/warning.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.characteristic .count .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 105px;
  height: 50px;
  background: #EDEDED;
  border-radius: 8px;
}
.characteristic .count .counter div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  color: #333333;
  background-color: initial;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.characteristic .count .counter div.minus,
.characteristic .count .counter div.plus {
  margin: 0;
}
.characteristic .seller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.characteristic .seller div:not(.right) {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.characteristic .seller .right {
  display: flex;
  align-items: center;
}
.characteristic .avatar {
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #FFD000 100%, #FFBC00 100%) border-box;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  overflow: hidden;
}
.characteristic .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.characteristic .text {
  margin-left: 8px;
}
.characteristic .info {
  display: flex;
}
.characteristic .info .rate {
  color: #333333;
  font-weight: 500;
  margin-left: 4px;
}
.characteristic .info .location {
  margin-left: 4px;
}
.characteristic .shipping {
  margin-top: 8px;
}
.characteristic .shipping span:nth-child(2),
.characteristic .shipping span:nth-child(1) {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #333333;
}
.characteristic .shipping span:nth-child(1) {
  font-weight: 500;
}
.characteristic .shipping > div {
  display: flex;
  justify-content: space-between;
}
.characteristic .shipping > div:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #F4F4F4;
}
.characteristic .shipping > div:not(:first-child) {
  padding-top: 8px;
}
.characteristic .np img {
  height: 15px;
}
.characteristic .ukr img {
  height: 24px;
}
.characteristic .justin img {
  height: 20px;
}
@media (max-width: 768px) {
  .characteristic {
    flex-direction: column;
  }
  .characteristic.block {
    margin: 16px 0 0 0;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 8px;
    gap: 16px;
  }
  .characteristic .gallery {
    padding: 0 0 10px 0;
    background-color: initial;
  }
  .characteristic .gallery-wrapper {
    height: 195px;
  }
  .characteristic #main-carousel {
    margin-left: 0;
    width: 100%;
  }
  .characteristic #main-carousel .splide__slide li {
    text-align: center;
  }
  .characteristic #main-carousel .splide__slide img {
    height: 195px;
  }
  .characteristic #thumbnail-carousel {
    display: none;
  }
  .characteristic .methods {
    margin-left: 0;
  }
  .characteristic .methods .price div {
    justify-content: space-between;
  }
  .characteristic .methods .price > div:not(.title) {
    flex-direction: column;
  }
  .characteristic .methods .price > div:not(.title) > div:not(.left) {
    margin-top: 10px;
  }
  .characteristic .methods .current {
    font-size: 35px;
  }
  .characteristic .methods .shipping,
  .characteristic .methods .seller {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .characteristic {
    flex-direction: column;
  }
  .characteristic #main-carousel {
    width: 100%;
  }
  .characteristic #main-carousel .splide__slide img {
    width: 100%;
    max-height: 500px;
  }
  .characteristic .gallery > div:not(.description) {
    justify-content: space-between;
    max-height: fit-content;
  }
  .characteristic .methods {
    margin-left: 0;
    margin-top: 18px;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .characteristic #main-carousel {
    width: 346px;
  }
  .characteristic .methods .price div {
    align-items: center;
  }
}
[data-section="characteristic"] {
  padding: 32px 24px;
  margin-top: 56px;
  border-radius: 16px;
  background-color: #ffffff;
}
[data-section="characteristic"] .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-section="characteristic"] .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
}
[data-section="characteristic"] .features,
[data-section="characteristic"] .tech {
  margin-top: 32px;
}
[data-section="characteristic"] .features > div:not(.options),
[data-section="characteristic"] .tech > div:not(.options) {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
}
[data-section="characteristic"] .options {
  margin-top: 24px;
}
[data-section="characteristic"] .options > ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
[data-section="characteristic"] .options li {
  list-style: none;
}
[data-section="characteristic"] .options > ul li:not(:first-child) {
  margin-top: 16px;
}
[data-section="characteristic"] .options .blue,
[data-section="characteristic"] .options .white {
  padding: 16px 24px;
  border-radius: 8px;
}
[data-section="characteristic"] .options .blue {
  background-color: #F6F8FC;
}
[data-section="characteristic"] .options p:nth-child(3) {
  text-align: right;
}
[data-section="characteristic"] .options p:not(.dotted) {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
}
[data-section="characteristic"] .options .dotted {
  width: 75%;
  border-bottom: 1px dotted #8F8F8F;
  margin: 0 10px;
}
@media (max-width: 768px) {
  [data-section="characteristic"] .options .dotted {
    width: 55%;
  }
}
[data-section="characteristic"] .tech {
  margin-top: 47px;
}
[data-section="characteristic"] .tech .options {
  margin-top: 24px;
}
@media (min-width: 769px) {
  [data-section="characteristic"] .seller,
  [data-section="characteristic"] .shipping {
    display: none;
  }
}
@media (max-width: 768px) {
  [data-section="characteristic"] {
    margin-top: 16px;
    padding: 16px 8px;
    background: #ffffff;
    border-radius: 8px;
  }
  [data-section="characteristic"] .options .white,
  [data-section="characteristic"] .options .blue {
    padding: 16px 15px;
  }
  [data-section="characteristic"] .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
  }
  [data-section="characteristic"] .shipping,
  [data-section="characteristic"] .seller,
  [data-section="characteristic"] .count,
  [data-section="characteristic"] .top {
    box-shadow: none;
    background-color: initial;
    padding: 0;
  }
  [data-section="characteristic"] .seller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  [data-section="characteristic"] .seller div:not(.right) {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #333333;
  }
  [data-section="characteristic"] .seller .right {
    display: flex;
    align-items: center;
  }
  [data-section="characteristic"] .shipping {
    margin-top: 8px;
  }
  [data-section="characteristic"] .shipping span:nth-child(2),
  [data-section="characteristic"] .shipping span:nth-child(1) {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #333333;
  }
  [data-section="characteristic"] .shipping span:nth-child(1) {
    font-weight: 500;
  }
  [data-section="characteristic"] .shipping > div {
    display: flex;
    justify-content: space-between;
  }
  [data-section="characteristic"] .shipping > div:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #F4F4F4;
  }
  [data-section="characteristic"] .shipping > div:not(:first-child) {
    padding-top: 8px;
  }
  [data-section="characteristic"] .avatar {
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #FFD000 100%, #FFBC00 100%) border-box;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
  }
  [data-section="characteristic"] .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  [data-section="characteristic"] .text {
    margin-left: 8px;
  }
}
[data-section="sort-body"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-section="sort-body"] .noUi-base {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .noUi-base {
    width: calc(100% - 32px);
  }
}
[data-section="sort-body"] .noUi-target {
  border: none;
  box-shadow: none;
}
[data-section="sort-body"] .noUi-horizontal {
  height: initial;
}
[data-section="sort-body"] .noUi-tooltip {
  display: none;
}
[data-section="sort-body"] .filters {
  overflow: initial;
}
[data-section="sort-body"] .filters button {
  margin-top: 20px;
}
[data-section="sort-body"] .blurb {
  display: none;
}
[data-section="sort-body"] .sidebar {
  flex-direction: column;
  margin-top: 24px;
  width: 245px;
}
@media (max-width: 1024px) {
  [data-section="sort-body"] .sidebar {
    display: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  [data-section="sort-body"] .sidebar {
    width: 100%;
  }
}
[data-section="sort-body"] .sidebar .categories-catalog {
  margin: 16px 0;
  position: relative;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-btn {
  position: relative;
  z-index: 1001;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-btn i {
  transform: rotate(90deg);
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-list {
  position: absolute;
  width: 100%;
  pointer-events: all;
  opacity: 1;
}
[data-section="sort-body"] .sidebar .categories-catalog.active .categories-overlay {
  opacity: 1;
  pointer-events: all;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  padding: 10px 8px;
  margin-top: 16px;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input {
  outline: none;
  border: none;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input:focus {
  outline: none;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn input::placeholder {
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-btn i {
  transition: transform 0.3s ease-in-out;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
  opacity: 0;
  pointer-events: none;
  list-style-type: none;
  position: absolute;
  z-index: 1001;
  margin-top: 3px;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item {
  padding: 12px 8px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.hovered {
  background: #F0F0F0;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.hovered .subcategories-list {
  opacity: 1;
  pointer-events: all;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item.current {
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-list .categories-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list {
  width: 100%;
  max-height: 50dvh;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
  opacity: 0;
  pointer-events: none;
  list-style-type: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  right: -107%;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list .simplebar-scrollbar {
  opacity: 0.6;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list .simplebar-scrollbar:before {
  background: #FFA800;
  width: 4px;
  border-radius: 16px;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li {
  padding: 12px 8px;
  border-radius: 8px;
  cursor: pointer;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li:hover {
  background: #F0F0F0;
}
[data-section="sort-body"] .sidebar .categories-catalog .subcategories-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
[data-section="sort-body"] .sidebar .categories-catalog .categories-overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: rgba(70, 70, 70, 0.72);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
[data-section="sort-body"] .sidebar .mob-filter-menu {
  display: none;
}
[data-section="sort-body"] .sidebar > div {
  width: 100%;
}
[data-section="sort-body"] .sidebar > div p:nth-child(1) {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
[data-section="sort-body"] .sidebar > div p:nth-child(2) {
  font-size: 18px;
  line-height: 120%;
}
[data-section="sort-body"] .sidebar > div .phrase {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
[data-section="sort-body"] .sidebar > div img {
  top: initial;
  right: initial;
  bottom: 0;
  left: 10px;
  height: 50%;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .sidebar .filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background: #F9F9F9;
    padding: 12px 16px;
  }
}
[data-section="sort-body"] .sidebar .filters .mob-filter-menu i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  [data-section="sort-body"] .sidebar .filters .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #333333;
    padding-bottom: 16px;
    border-bottom: 1px solid #3C3C435C;
  }
}
[data-section="sort-body"] .sidebar .catalog-menu:has(.catalog-list.general) .chevron-right {
  transform: rotate(90deg) translate(0%, 10%);
}
[data-section="sort-body"] .sidebar .chevron-right {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 100;
  transition: all 0.15s ease-in;
  pointer-events: none;
}
[data-section="sort-body"] .sidebar .swipe img {
  right: 3px;
  left: initial;
  height: initial;
}
[data-section="sort-body"] .sidebar .left,
[data-section="sort-body"] .sidebar .right {
  padding: 35px 15px 25px 12px;
}
[data-section="sort-body"] .sidebar .left p,
[data-section="sort-body"] .sidebar .right p {
  position: relative;
  z-index: 2;
}
[data-section="sort-body"] .sidebar .left img,
[data-section="sort-body"] .sidebar .right img {
  z-index: 1;
}
[data-section="sort-body"] .sidebar .left {
  margin-top: 36px;
  display: none;
}
[data-section="sort-body"] .sidebar .right {
  display: none;
  padding: 35px 15px 169px 12px;
  margin-top: 20px;
}
[data-section="sort-body"] .products {
  width: calc(100% - 264px);
}
@media (max-width: 1024px) {
  [data-section="sort-body"] .products {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  [data-section="sort-body"] .cont {
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #F9F9F9;
    z-index: 20;
    height: 100%;
    overflow-y: scroll;
  }
  [data-section="sort-body"] .cont > div {
    background-color: #F9F9F9;
    padding: 15px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu div {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
  }
  [data-section="sort-body"] .cont .mob-filter-menu i {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  [data-section="sort-body"] .noUi-base {
    width: calc(100% - 32px);
  }
  [data-section="sort-body"] .products {
    width: 100%;
  }
  [data-section="sort-body"] .cont {
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F9F9F9;
    z-index: 20;
    height: 100%;
    padding: 15px;
    overflow-y: scroll;
  }
  [data-section="sort-body"] .cont .mob-filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  [data-section="sort-body"] .cont .mob-filter-menu div {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
  }
  [data-section="sort-body"] .cont .mob-filter-menu i {
    font-size: 25px;
  }
  [data-section="sort-body"] .products .items,
  [data-section="sort-body"] .products .four {
    margin-top: 13.56px;
    grid-template-columns: 1fr 1fr;
  }
}
[data-section="info"] {
  margin-top: 19px;
}
[data-section="info"] .methods {
  width: 100%;
  margin-left: 18px;
}
@media (min-width: 768px) {
  [data-section="info"] .methods .shipping,
  [data-section="info"] .methods .seller,
  [data-section="info"] .methods .count,
  [data-section="info"] .methods .top {
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  [data-section="info"] .methods {
    margin-left: 0;
  }
}
[data-section="info"] .methods .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 16, 61, 0.14);
}
[data-section="info"] .methods .rating > div {
  display: flex;
  align-items: center;
}
[data-section="info"] .methods .code {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #0F1A2A;
}
[data-section="info"] .methods .rate {
  margin-left: 24px;
  display: flex;
}
[data-section="info"] .methods .star {
  width: 22px;
  height: 21px;
  margin-right: 6px;
  background-image: url("../../site_assets/images/icons/rate.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
[data-section="info"] .methods .price-old {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8F8F8F;
  text-decoration: line-through;
}
[data-section="info"] .methods .price-current {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
[data-section="info"] .methods .price-discount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 10px;
  height: 21px;
  background: #FA4F4F;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
[data-section="info"] .methods .price-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
[data-section="info"] .methods .message-box {
  margin: 10px 0 0 0;
}
[data-section="info"] .methods .phone-wrapper {
  margin: 24px 0 0 0;
}
[data-section="info"] .methods .phone-wrapper i {
  transform: rotate(90deg);
}
[data-section="info"] .methods .phone-wrapper a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 8px 16px;
  gap: 8px;
  height: 60px;
  background: #333333;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
[data-section="info"] .methods .title {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  [data-section="info"] .methods .title {
    font-size: 18px;
    line-height: 22px;
    margin: 18px 0 8px 0;
  }
}
[data-section="info"] .methods .left {
  display: flex;
  padding: 20px 16px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #F6F8FC;
  border-radius: 10px;
  margin: 0 16px 0 0;
  align-items: center;
}
[data-section="info"] .methods .old {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: line-through;
  color: #8F8F8F;
}
[data-section="info"] .methods .current {
  font-size: 43px;
  line-height: 43px;
  font-weight: 600;
  color: #333333;
  margin-right: 10px;
}
[data-section="info"] .methods .discount {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #ffffff;
  padding: 2px;
  border-radius: 4px;
  background-color: #FA4F4F;
}
[data-section="info"] .methods .add {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 4px;
  width: 100%;
  height: 60px;
  background: #44BB50;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  cursor: pointer;
}
[data-section="info"] .methods .add.disabled {
  background: rgba(43, 171, 56, 0.5);
}
[data-section="info"] .methods .add.link {
  background: linear-gradient(85.92deg, #CB57E2 6.33%, #4753FF 100.66%);
}
[data-section="info"] .methods .note {
  background: rgba(0, 16, 61, 0.06);
  border-radius: 16px;
  padding: 14.27px 18.96px;
  cursor: pointer;
}
[data-section="info"] .methods .note img {
  width: 22px;
  height: 31px;
}
/*# sourceMappingURL=wholesale.css.map */