@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.filter-section-element {
  height: 28px;
  position: relative;
}
.filter-section-element input {
  height: 16px;
  width: 16px;
}
.filter-section-element {
  height: 28px;
}
.filter-section-element input {
  height: 16px;
  width: 16px;
}
.filter-section-found-wrapper {
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
}
.filter-section-found {
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  background-color: #343a40;
  border-radius: 8px;
  min-width: 150px;
}
.filter-section-found::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #343a40;
}
.filters-mobile-button {
  background-color: #f8f9fa;
  height: 34px;
}
.filters-mobile__bottom {
  background: white;
}
.filters-mobile__bottom::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.filters-mobile__chosen-filters-clear {
  cursor: pointer;
  border-radius: 50%;
  background: #e9ecef;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters-mobile__chosen-filters-item {
  cursor: pointer;
  border-radius: 16px;
  background: #343a40;
  height: 26px;
  display: flex;
  gap: 8px;
  color: white;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
}
.offcanvas-close {
  height: 14px;
  width: 14px;
}
.show-more-button {
  cursor: pointer;
  text-align: center;
}
.card {
  position: relative;
  width: 200px;
  border: none;
}
.card-like {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gray-400, #aaa);
}
.card-image {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.card-info .text-14 {
  font-weight: 700;
}
.card-info .color-500 {
  color: #777;
}
.card-info .color-brand-orange {
  color: #ff8c00;
}
.card-old-price {
  text-decoration: line-through;
  color: var(--gray-400, #aaa);
}
.mobile-filter-item {
  padding: 4px 12px;
  background: #e9ecef;
  border-radius: 16px;
}
.collection-item {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .collection-item {
    padding: 4px 12px;
    border: 1px solid #ced4da;
    border-radius: 16px;
  }
}

.button-default-short {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  background-color: #343a40;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  transition: background-color 0.3s ease;
}
.button-default-short:hover {
  background-color: #495057;
}
@media screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
}
.main-section-header {
  align-items: center;
}
.main-section-header__filters {
  cursor: pointer;
  gap: 20px;
}
.main-section-header__filter {
  padding: 8px 12px;
}
.active-filter {
  background: #f8f9fa;
  border-radius: 12px;
}
.main-section__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .main-section__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .main-section__content {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-section__content {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .main-section__content .card {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
body {
  font-family: Manrope;
  color: #343a40;
}
.color-500 {
  color: #adb5bd;
}
.color-400 {
  color: #ced4da;
}
.color-300 {
  color: #dee2e6;
}
.color-red-500 {
  color: #dc3545;
}
.color-green-500 {
  color: #198754;
}
.color-800 {
  color: #343a40;
}
.color-600 {
  color: #6c757d;
}
.color-brand-new {
  color: #b74079;
}
.color-brand-orange {
  color: #e2804f;
}
.color-green {
  color: #198754;
}
.color-black {
  color: #000;
}
.text-12 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 16.8px;
}
.text-old-price-20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 27.2px;
  text-decoration: line-through;
}
.text-12-bold {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 16.39px;
}
.button-default-short {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  background-color: #343a40;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  transition: background-color 0.3s ease;
}
.button-default-short:hover {
  background-color: #495057;
}
.button-light-short {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  transition: background-color 0.3s ease;
}
.button-light-short:hover {
  background-color: #dee2e6;
}
.more {
  position: absolute;
  cursor: pointer;
  color: #6ea8fe;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) -57.29%,
    #fff 60.68%
  );
  height: 96px;
  width: 100%;
  bottom: 0;
}
.more-block {
  position: relative;
  overflow: hidden;
}
.more-block.open {
  height: auto !important;
  overflow: visible;
}
h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.25px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
}
.advertise {
  z-index: 1;
  position: relative;
  border-radius: 8px;
  height: 98px;
  padding: 12px 16px;
  border: none;
  overflow: hidden;
}
.advertise p {
  z-index: 3;
}
.advertise:before {
  background-size: cover;
  background-position: 50%;
  transform: scaleX(-1);
  z-index: 1;
}
.advertise:after,
.advertise:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}
.advertise:after {
  transition: background 2s;
  background: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0.5),
      hsla(0, 0%, 100%, 0.5)
    ),
    linear-gradient(-90deg, rgba(248, 249, 250, 0), #f8f9fa 60%);
  z-index: 2;
}
.advertise:hover:after {
  background: linear-gradient(-90deg, rgba(248, 249, 250, 0), #f8f9fa 68.41%),
    linear-gradient(-90deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}
.advertise p {
  position: relative;
  text-align: left;
}
.recomendation-block {
  position: relative;
  border-radius: 8px;
  height: 98px;
  padding: 12px 16px;
  border: none;
  overflow: hidden;
}
.recomendation-block p {
  z-index: 3;
}
.recomendation-block:before {
  background-size: cover;
  background-position: 50%;
  transform: scaleX(-1);
  z-index: 1;
}
.recomendation-block:after,
.recomendation-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}
.recomendation-block:after {
  background: linear-gradient(-90deg, rgba(248, 249, 250, 0), #f8f9fa 68.41%),
    linear-gradient(-90deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  z-index: 2;
  transition: all 0.3s ease;
}
.recomendation-block:hover:after {
  background: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0.5),
      hsla(0, 0%, 100%, 0.5)
    ),
    linear-gradient(-90deg, rgba(248, 249, 250, 0), #f8f9fa 60%);
}
.recomendation-block p {
  position: relative;
  text-align: left;
}
.button-default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background-color: #343a40;
  border-radius: 8px;
  padding: 0 28px;
  color: #fff;
  transition: background-color 0.3s ease;
}
.button-default.bg-gray {
  background-color: #e9ecef;
  color: #000;
}
.button-default:hover {
  background-color: #495057;
}
.button-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 8px;
  padding: 0 28px;
  color: #343a40;
  transition: background-color 0.3s ease;
}
.button-light:hover {
  background-color: #dee2e6;
}
.text-13 {
  font-size: 13px;
  line-height: 17.76px;
}
.text-13-semi {
  font-weight: 500;
  font-size: 13px;
  line-height: 17.76px;
}
.text-13,
.text-14 {
  font-weight: 400;
  font-style: normal;
}
.text-14,
.text-14-semi {
  font-size: 14px;
  line-height: 19.6px;
}
.text-14-semi {
  font-weight: 500;
}
.text-14-bold {
  font-weight: 600;
}
.text-14-bold,
.text-14-boldest {
  font-size: 14px;
  line-height: 19.25px;
}
.text-14-boldest {
  font-weight: 800;
}
.text-22,
.text-22-semi {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.25px;
}
.text-16-semi {
  font-weight: 500;
}
.text-16,
.text-16-semi {
  font-size: 16px;
  line-height: 22.4px;
}
.text-16 {
  font-weight: 400;
}
.text-16-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}
@media screen and (max-width: 576px) {
  .text-16-bold-mobile {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
  }
}
.text-20-bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
}
.text-20 {
  font-weight: 400;
}
.text-20,
.text-20-semi {
  font-size: 20px;
  line-height: 28px;
}
.text-20-semi,
.text-24 {
  font-weight: 500;
}
.text-24 {
  font-size: 24px;
  line-height: 33.6px;
}
.text-28 {
  font-size: 28px;
  font-weight: 500;
  line-height: 29.2px;
}
.text-36 {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
}
.header-1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 43.71px;
  margin-bottom: 0;
}
.border-gray {
  margin: 12px 0;
  border: 1px solid #e9ecef;
}
.input-default {
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 12px;
  background-color: inherit;
  outline: none;
}
.input-default::-moz-placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #adb5bd;
}
.input-default::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #adb5bd;
}
.input-default:focus {
  border-color: #6ea8fe;
}
.input-area {
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 12px;
  background-color: inherit;
  height: 94px;
  outline: none;
  resize: none;
}
.input-area::-moz-placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #adb5bd;
}
.input-area::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #adb5bd;
}
.input-area:focus {
  border-color: #6ea8fe;
}
.cart-button {
  position: relative;
}
.cart-button.with-circle:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 17px;
  width: 7.5px;
  height: 7.5px;
  background-color: #b74079;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header-1-mobile {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0;
  }
}
.header-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38.25px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .header-2-mobile {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    margin-bottom: 0;
  }
  .text-12-mobile {
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 400;
    font-style: normal;
  }
  .text-14-mobile {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
  }
  .text-14-semi-mobile {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
  }
}
button {
  border: none;
  background: transparent;
}
.gray-hr {
  border: 1px solid #e9ecef;
}
.flex-gap-1 {
  gap: 12px;
}
.mt-48 {
  margin-top: 48px;
}
@media screen and (max-width: 576px) {
  .mt-48-mobile {
    margin-top: 48px;
  }
}
.mt-32 {
  margin-top: 32px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-12 {
  margin-top: 12px;
}
p {
  margin-bottom: 0;
}
.discount {
  color: #fff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #b74079;
}
@media screen and (max-width: 576px) {
  .discount-small-mobile {
    padding: 0 4px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.card {
  position: relative;
  width: 200px;
  border: none;
}
.card-like {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ced4da;
}
.card-old-price {
  text-decoration: line-through;
  color: #ced4da;
}
.card-image {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.card button {
  padding: 8px 0;
}
@media screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
  .filters {
    display: none !important;
  }
}

.mobile-bottom-bar__body {
  border-radius: 59px;
  height: 58px;
  padding: 8px 8px 8px 28px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px #6c757d26;
  z-index: 99999;
}

.mobile-bottom-bar__like {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 50%;
}

.mobile-bottom-bar__button {
  border-radius: 50px;
  height: 100%;
  background: #343a40;
  color: white;
  padding: 0 16px;
}
