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

@media screen and (max-width: 1366px) {
  .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-600 {
  color: #6C757D;
}

.color-500 {
  color: #ADB5BD;
}

.color-400 {
  color: #CED4DA;
}

.color-300 {
  color: #DEE2E6;
}

.color-red-500 {
  color: #DC3545;
}

.color-green-500 {
  color: rgb(25, 135, 84);
}

.color-800 {
  color: #343A40;
}

.color-600 {
  color: #6C757D;
}

.color-brand-new {
  color: #B74079;
}

.color-brand-orange {
  color: rgb(226, 128, 79);
}

.color-green {
  color: #198754;
}

.color-black {
  color: black;
}

.text-12 {
  font-size: 12px; /*13*/
  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; /*13*/
  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: white;
  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: white;
  transition: background-color 0.3s ease;
}
.button-light-short:hover {
  background-color: #DEE2E6;
}

.more {
  position: absolute;
  cursor: pointer;
  color: #6EA8FE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -57.29%, #FFFFFF 60.68%);
  height: 96px;
  width: 100%;
  bottom: 0;
}
.more-block {
  position: relative;
  overflow: hidden;
}
.more-block.open {
  height: auto !important;
  overflow: visible;
}

.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 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url("../assets/catalog-image.png");
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: 1;
  box-sizing: border-box;
}
.advertise::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: background 2s;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(-90deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 60%);
  z-index: 2;
  box-sizing: border-box;
}
.advertise:hover::after {
  background: linear-gradient(-90deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 68.41%), linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.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 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url("../assets/catalog-image.png");
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: 1;
  box-sizing: border-box;
}
.recomendation-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(-90deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 68.41%), linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 2;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.recomendation-block:hover::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(-90deg, rgba(248, 249, 250, 0) 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: white;
  transition: background-color 0.3s ease;
}
.button-default.bg-gray {
  background-color: #E9ECEF;
  color: black;
}
.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; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 17.76px;
}

.text-14, main .tags__list li {
  font-size: 14px; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 19.6px;
}

.text-14-semi {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.text-14-bold {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.25px;
}

.text-22 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.25px;
}

.text-22-semi {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.25px;
}

.text-16-semi {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}

.text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.text-16-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

@media screen and (max-width: 1366px) {
  .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-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-20-semi {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-24 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
}

.text-28 {
  font-size: 28px;
  font-weight: 500;
  line-height: 29.2px; /*39.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 rgb(206, 212, 218);
  border-radius: 12px;
  background-color: inherit;
  outline: none;
}
.input-default::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #ADB5BD;
}
.input-default:focus {
  border-color: rgb(110, 168, 254);
}

.input-area {
  padding: 6px 12px;
  border: 1px solid rgb(206, 212, 218);
  border-radius: 12px;
  background-color: inherit;
  height: 94px;
  outline: none;
  resize: none;
}
.input-area::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #ADB5BD;
}
.input-area:focus {
  border-color: rgb(110, 168, 254);
}

.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: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1366px) {
  .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: 1366px) {
  .header-2-mobile {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .text-12-mobile {
    font-size: 12px;
    line-height: 16.8px;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (max-width: 1366px) {
  .text-14-mobile {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
  }
}

@media screen and (max-width: 1366px) {
  .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: 1366px) {
  .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: white;
  border-radius: 8px;
  width: fit-content;
  height: fit-content;
  background-color: #B74079;
}
@media screen and (max-width: 1366px) {
  .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-image: url("../assets/product.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card button {
  padding: 8px 0;
}
@media screen and (max-width: 1366px) {
  .card {
    width: 100%;
  }
}

.header {
  border-bottom: 1px solid #E9ECEF;
}
.header .top-header {
  padding: 8px 0;
  border-bottom: 1px solid #E9ECEF;
}
.header .top-header__list {
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
}
.header .top-header__list-element a {
  gap: 8px;
}
.header .top-header__list-element a span {
  color: #ADB5BD;
}
.header .top-header__list-icon {
  color: #ADB5BD;
  width: 16px;
  height: 16px;
  margin: 0 2.5px;
}
@media screen and (max-width: 1366px) {
  .header .top-header {
    display: none;
  }
}
.header .mobile-header-nav {
  display: none;
}
.header .mobile-header-nav.hidden {
  display: none;
}
.header .mobile-header-nav .main-header__nav-item-button {
  gap: 4px;
}
@media screen and (max-width: 1366px) {
  .header .mobile-header-nav {
    position: fixed;
    z-index: 3;
    display: block;
    bottom: 20px;
    left: 3%;
    width: 95%;
    background-color: #FFFFFF;
    padding: 14px 14px;
    border-radius: 59px;
    box-shadow: 0px 0px 15px 0px rgba(108, 117, 125, 0.15);
  }
}
.header .fixed-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #FFFFFF;
}
.header .fixed-container .catalog-header__dropdown {
  top: 90px;
}
@media screen and (max-width: 1366px) {
  .header .fixed-container {
    position: relative;
  }
}
.header .fixed-container + .content {
  padding-top: 102px;
}
.header .main-header {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .header .main-header {
    display: none;
  }
}
.header .main-header__logo {
  height: 40px;
}
.header .main-header__nav-item {
  position: relative;
  color: #343A40;
  width: 64px;
}
.header .main-header__nav-item-button {
  color: #ADB5BD;
  width: 64px;
  border: none;
  background-color: transparent;
  gap: 9px;
}
.header .main-header__nav-item-button-discounts {
  color: #B74079;
}
.header .main-header__nav-item #cart-button {
  color: #343A40;
}
.header .main-header__cart-dropdown {
  display: none;
  position: absolute;
  padding: 16px;
  border-radius: 8px;
  background-color: white;
  width: 420px;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.1);
  right: 0;
}
.header .main-header__cart-dropdown.active {
  display: block;
}
.header .main-header__cart-dropdown-header {
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 12px;
}
.header .main-header__cart-dropdown-items-list {
  max-height: 165px;
  overflow-y: scroll;
}
.header .main-header__cart-dropdown-items-list::-webkit-scrollbar {
  display: none;
}
.header .main-header__cart-dropdown-item {
  padding: 12px 0;
}
.header .main-header__cart-dropdown-item-image {
  width: 64px;
  height: 64px;
  background-image: url("../assets/product.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .main-header__cart-dropdown-item-discount {
  color: white;
  border-radius: 8px;
  background-color: #B74079;
}
.header .main-header__cart-dropdown-item-right i {
  color: #DEE2E6;
}
.header .main-header__cart-dropdown-price {
  padding: 10px;
}
.header .main-header__cart-dropdown-button {
  width: 100%;
  border-radius: 8px;
  background-color: #343A40;
  color: white;
  padding: 14px 0;
  text-align: center;
}
.header .main-header__left-nav {
  gap: 12px;
  padding: 0 28.97px;
  padding-left: 44.97px;
}
.header .main-header__right-nav {
  gap: 12px;
}
.header .main-header__right-nav .main-header__nav-item {
  width: unset;
}
.header .main-header__search {
  position: relative;
  height: 50px;
}
.header .main-header__search input {
  z-index: 3;
  padding: 12px 16px;
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  width: 100%;
}
.header .main-header__search input:focus {
  outline: none;
}
.header .main-header__search button {
  position: absolute;
  right: 0;
  z-index: 3;
}
.header .main-header__search-dropdown {
  display: none;
  position: absolute;
  border-radius: 8px;
  border: 1px solid #DEE2E6;
  top: 57px;
  background-color: white;
  width: 100%;
  z-index: 3;
  padding: 16px;
}
.header .main-header__search-dropdown-item {
  padding: 8px;
}
.header .main-header__search-dropdown-item a {
  padding: 8px;
  border-radius: 8px;
}
.header .main-header__search-dropdown-item a:hover {
  background-color: #E9ECEF;
  color: #ADB5BD;
}
.header .main-header__search-dropdown-item a:hover i {
  color: #ADB5BD;
}
.header .main-header__search-dropdown-item i {
  margin-right: 10px;
  color: #DEE2E6;
}
.header .main-header__nav-icon {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.header .main-header-mobile {
  display: none;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .header .main-header-mobile {
    display: block;
  }
}
.header .main-header-mobile__logo {
  height: 32px;
}
.header .main-header-mobile .fa-bars {
  font-size: 24px;
}
.header .main-header-mobile__menu {
  position: fixed;
  visibility: hidden;
  padding-top: 72px;
  top: 0;
  left: -100%;
  height: 100vh;
  overflow: auto;
  background-color: white;
  transition: all 0.5s;
}
.header .main-header-mobile__menu::-webkit-scrollbar {
  display: none;
}
.header .main-header-mobile__menu-wrapper {
  margin-right: 32px;
  margin-left: 32px;
}
.header .main-header-mobile__menu-close {
  position: absolute;
  top: 33px;
  right: 33px;
}
.header .main-header-mobile__menu-close i {
  font-size: 28px;
  color: #DEE2E6;
}
.header .main-header-mobile__menu-back {
  position: absolute;
  display: none;
  top: 33px;
  left: 0;
}
.header .main-header-mobile__menu-back.active {
  display: block;
}
.header .main-header-mobile__menu-back i {
  font-size: 24px;
  color: #DEE2E6;
}
.header .main-header-mobile__menu.active {
  visibility: visible;
  width: 100%;
  left: 0;
}
.header .main-header-mobile__menu-list {
  padding-bottom: 8px;
  border-bottom: 1px solid #E9ECEF;
}
.header .main-header-mobile__menu-list-item {
  padding: 16px 8px;
  gap: 16px;
}
.header .main-header-mobile__menu-list-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
}
.header .main-header-mobile__menu-categories {
  padding-bottom: 8px;
  border-bottom: 1px solid #E9ECEF;
}
.header .main-header-mobile__menu-categories-item {
  padding: 12px 8px;
}
.header .main-header-mobile__menu-categories-popup {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  padding-top: 72px;
  height: 100vh;
  width: 90%;
  background-color: white;
  transition: all 0.5s;
}
.header .main-header-mobile__menu-categories-popup.active {
  opacity: 1;
  position: fixed;
  top: 0;
}
.header .main-header-mobile__menu-footer {
  margin-top: 32px;
  gap: 24px;
  margin-bottom: 32px;
}
.header .main-header-mobile__menu-footer-contacts {
  gap: 12px;
}
.header .main-header-mobile__menu-footer-social i {
  font-size: 24px;
}
.header .catalog-header {
  position: fixed;
  top: 0;
  padding-top: 8px;
  padding-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .header .catalog-header {
    display: none;
  }
}
.header .catalog-header__list {
  list-style: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 2px;
  overflow: hidden;
}
.header .catalog-header__list a {
  font-size: 14px; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 19.6px;
}
.header .catalog-header__list a:hover {
  font-weight: 500;
}
.header .catalog-header__button-wrapper {
  z-index: 3;
  position: relative;
}
.header .catalog-header__button .fa-bars {
  display: block;
  width: 16px;
  height: 16px;
}
.header .catalog-header__button .fa-xmark {
  display: none;
}
.header .catalog-header__button.active .fa-bars {
  display: none;
}
.header .catalog-header__button.active .fa-xmark {
  display: block;
  width: 16px;
  font-size: 22px;
}
.header .catalog-header__dropdown {
  position: fixed;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  top: 120px;
  left: 0;
  z-index: 2;
  height: 0;
  width: 100%;
  background-color: #FFFFFF;
}
.header .catalog-header__dropdown.active {
  height: 90vh;
  width: 100%;
  display: block;
}
.header .catalog-header__dropdown-list-item {
  font-size: 14px; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 19.6px;
}
.header .catalog-header__dropdown-list-item a:hover {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
.header .catalog-header__dropdown-left-menu {
  list-style: none;
  margin-top: 4%;
  padding-left: 0;
  gap: 8px;
}
.header .catalog-header__dropdown-left-menu li button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  text-align: left;
  padding: 8px 16px;
  border-radius: 8px;
}
.header .catalog-header__dropdown-left-menu li button:hover {
  background-color: #E9ECEF;
}
.header .catalog-header__dropdown-left-menu li button:hover .fa-chevron-right {
  display: block;
}
.header .catalog-header__dropdown-left-menu li button .fa-chevron-right {
  display: none;
}
.header .catalog-header__dropdown-middle-menu {
  border-left: 1px solid #E9ECEF;
  padding-left: 16px;
}
.header .catalog-header__dropdown-middle-menu-goto {
  margin-top: 16px;
  padding: 12px 16px;
  background-color: #F8F9FA;
  border-radius: 8px;
  border: none;
}
.header .catalog-header__dropdown-middle-menu-goto .fa-chevron-right {
  font-size: 12px;
}
.header .catalog-header__dropdown-middle-menu-main {
  gap: 40px;
  width: 608px;
  flex-wrap: wrap;
}
.header .catalog-header__dropdown-middle-menu-main ul {
  list-style: none;
  padding-left: 0;
  width: 160px;
}
.header .catalog-header__dropdown-right-menu {
  width: 410px;
}
.header .catalog-header__dropdown-right-menu-collection {
  position: relative;
  border-radius: 8px;
  height: 98px;
  padding: 12px 16px;
  border: none;
  overflow: hidden;
}
.header .catalog-header__dropdown-right-menu-collection p {
  z-index: 3;
}
.header .catalog-header__dropdown-right-menu-collection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url("../assets/catalog-image.png");
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: 1;
  box-sizing: border-box;
}
.header .catalog-header__dropdown-right-menu-collection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(-90deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 68.41%), linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 2;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.header .catalog-header__dropdown-right-menu-collection:hover::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(-90deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 60%);
}
.header .catalog-header__dropdown-right-menu-collection p {
  position: relative;
  text-align: left;
}

main .breadcrumbs {
  margin-top: 24px;
}
main .breadcrumbs__list {
  gap: 10px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 1366px) {
  main .breadcrumbs__list {
    font-size: 12px; /*13*/
    font-weight: 400;
    font-style: normal;
    line-height: 16.8px;
  }
}
main .breadcrumbs__list li {
  color: #ADB5BD;
}
main .breadcrumbs__list li .fa-chevron-right {
  margin-left: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
main .breadcrumbs__list i {
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  main .breadcrumbs__list {
    flex-wrap: wrap;
  }
}
main .product {
  margin-top: 20px;
}
main .product__image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1366px) {
  main .product__image {
    height: 326px;
  }
}
@media screen and (max-width: 1366px) {
  main .product__info {
    margin-top: 32px;
  }
}
main .product__info-article {
  gap: 16px;
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 12px;
}
main .product__info-metatags {
  margin-top: 6px;
}
main .product__info-metatags-item {
  border-radius: 8px;
  padding: 2px 8px;
}
main .product__info-metatags-item.discount {
  background-color: rgb(251, 235, 242);
  color: #B74079;
}
main .product__info-metatags-item.new {
  background-color: rgb(231, 241, 255);
  color: rgb(110, 168, 254);
}
main .product__info-rating-star-section {
  gap: 12px;
}
main .product__info-rating .fa-star {
  color: #DEE2E6;
}
main .product__info-rating-score {
  gap: 10px;
}
main .product__info-rating-score-item {
  padding: 12px;
  border-radius: 12px;
  background-color: #F8F9FA;
}
main .product__info-description {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  main .product__info-description {
    margin-top: 68px;
  }
}
main .product__info-description-list {
  gap: 12px;
}
main .product__info-description .text-left {
  color: #ADB5BD;
  flex-basis: 24%;
  text-align: left;
  font-size: 14px; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 19.6px;
}
@media screen and (max-width: 1366px) {
  main .product__info-description .text-left {
    width: 120px;
    flex-basis: auto;
  }
}
main .product__info-description .text-right {
  flex-basis: 50%;
  text-align: left;
  font-size: 14px; /*13*/
  font-weight: 400;
  font-style: normal;
  line-height: 19.6px;
}
@media screen and (max-width: 1366px) {
  main .product__info-description .text-right {
    flex-basis: auto;
    margin-left: 24px;
  }
}
main .product__info-description .text-right span:hover {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
main .product__info-description-more {
  padding-bottom: 2px;
  border-bottom: 1px solid #343A40;
  width: 160px;
}
main .product__order {
  margin-left: auto;
  width: 385px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .product__order {
    margin-left: unset;
    width: 50%;
    margin-top: 20px;
  }
}
main .product__order-timer {
  position: absolute;
  background-color: #FBEBF2;
  height: 60px;
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  z-index: -1;
  left: 0;
  top: -40px;
}
@media screen and (max-width: 1366px) {
  main .product__order-timer {
    display: none !important;
  }
}
main .product__order-quantity {
  position: relative;
  padding: 22px 32px;
  background-color: #F8F9FA;
  border-radius: 12px;
}
@media screen and (max-width: 1366px) {
  main .product__order-quantity {
    padding: 16px 20px;
  }
}
main .product__order-quantity-buttons {
  gap: 10px;
}
main .product__order-quantity-button {
  width: 100%;
}
main .product__order-quantity-buy-now {
  height: 48px;
  width: 100%;
  background-color: #F8F9FA;
  border-radius: 8px;
}
main .product__order-quantity-counter {
  width: 100%;
  padding: 0 30px;
}
main .product__order-quantity-discount {
  height: 30px;
}
main .product__order-quantity-notification {
  margin-top: 12px;
  padding: 0 19px;
  height: 48px;
  background-color: #E9ECEF;
  border-radius: 8px;
  border: none;
}
main .product__order-quantity-like {
  background-color: #E9ECEF;
  border-radius: 8px;
  border: none;
  height: 48px;
  width: 48px;
  transition: all 0.3s ease;
  font-size: 18px;
}
main .product__order-quantity-like i {
  width: 18px;
  height: 18px;
}
main .product__order-quantity-like:hover {
  background-color: #DEE2E6;
}
main .product__order-quantity-like.active {
  color: #B74079;
}
main .product__order .fa-magnifying-glass {
  font-size: 15px;
}
main .product__order-question {
  margin-top: 16px;
  padding: 16px 16px;
  background-color: #F8F9FA;
  border-radius: 8px;
  border: none;
}
main .product__order-question-icon {
  border-radius: 30px;
  background-color: #E9ECEF;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .product__order-question-icon i {
  text-align: center;
  width: 16px;
  height: 16px;
}
main .product__order-advertise {
  margin-top: 16px;
  padding: 12px 16px;
  background-color: #F8F9FA;
  border-radius: 8px;
  border: none;
}
main .product__order-advertise .fa-chevron-right {
  font-size: 12px;
}
@media  screen and (max-width: 1366px) {
  main .product__order {
    margin-top: 32px;
  }
  
}
@media screen and (max-width: 800px) {
  main .product__order {
    width: 100%;
  }
}
main .about {
  margin-top: 40px;
}
main .about .more-block {
  height: 167px;
}
@media screen and (max-width: 1366px) {
  main .about {
    margin-top: 20px;
  }
  main .about .text-16 {
    font-size: 14px; /*13*/
    font-weight: 400;
    font-style: normal;
    line-height: 19.6px;
  }
}
main .feedback__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
}
main .feedback__item-modal {
  position: fixed;
  bottom: 0;
  left: calc(50% - 346px);
  z-index: 4;
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 22px 32px;
  width: 692px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (max-width: 1366px) {
  main .feedback__item-modal {
    width: 326px;
    left: calc(50% - 163px);
  }
  main .feedback__item-modal-body {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
  }
  main .feedback__item-modal-product-card {
    display: flex;
    align-items: center;
  }
  main .feedback__item-modal-product-card-info {
    text-align: left;
  }
  main .feedback__item-modal-product-card-img {
    width: 80px;
  }
  main .feedback__item-modal-submit {
    flex-direction: column-reverse;
  }
}
main .feedback__item-modal.active {
  transform: translateY(-50%);
  opacity: 1;
}
main .feedback__item-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
main .feedback__item-modal-close i {
  font-size: 16px;
}
main .feedback__item-modal-header {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9ECEF;
}
main .feedback__item-modal-body {
  padding: 12px 0;
}
main .feedback__item-modal-score {
  gap: 16px;
  width: 100%;
}
main .feedback__item-modal-score .fa-star {
  font-size: 36px;
}
main .feedback__item-modal-product-card-img {
  width: 160px;
  height: 160px;
  background-image: url("../assets/product.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main .feedback__item-modal-textarea {
  width: 100%;
}
main .feedback__item-modal-textarea textarea {
  width: 100%;
  height: 128px;
  border-radius: 8px;
  padding: 8px 12px;
}
main .feedback__item-modal-textarea textarea::placeholder {
  color: #CED4DA;
}
main .feedback__item-rating {
  font-size: 56px;
  line-height: 77px;
  font-weight: 100;
}
main .feedback__item-rating-bar {
  position: relative;
  height: 14px;
  width: 124px;
  background-color: #E9ECEF;
  border-radius: 8px;
  z-index: -1;
}
main .feedback__item-rating-bar-fill {
  height: 100%;
  background-color: #CED4DA;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
main .feedback__send:hover i {
  transition: all 0.3s ease;
  background-color: #343A40;
  color: white;
}
main .feedback .owl-carousel {
  z-index: 0;
}
main .feedback .owl-carousel .owl-dots {
  display: flex;
  gap: 8px;
}
main .feedback .owl-carousel .owl-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ADB5BD;
  text-align: center;
}
main .feedback .owl-carousel .owl-dot.active {
  background-color: #343A40;
  color: white;
}
@media screen and (max-width: 1366px) {
  main .feedback .center {
    order: 3;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1366px) {
  main .feedback__list {
    flex-wrap: wrap;
  }
}
main .feedback__list-item {
  padding: 24px;
  background-color: #F8F9FA;
  border-radius: 12px;
}
main .feedback__list-item-img {
  background-color: rgb(217, 217, 217);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
main .feedback__list-item .fa-star {
  font-size: 15px;
}
main .feedback__list-navigation {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  margin-top: 12px;
}
main .feedback__list-navigation-pages {
  display: flex;
  gap: 8px;
}
main .feedback__list-navigation-pages-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ADB5BD;
  text-align: center;
}
main .feedback__list-navigation-pages-button.active {
  background-color: #343A40;
  color: white;
}
main .feedback__list-navigation-pages-button.active:hover {
  background-color: #343A40;
}
main .feedback__list-navigation-pages-button:hover {
  background-color: #E9ECEF;
}
main .feedback__list-navigation-button-right {
  color: #ADB5BD;
}
main .feedback__list-navigation-button-left {
  color: #ADB5BD;
}
main .feedback .fa-pen {
  border-radius: 30px;
  background-color: #E9ECEF;
  padding: 16px 16px;
}
main .tags__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
main .tags__list li {
  display: flex;
}
main .tags__list li a {
  height: 100%;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #F8F9FA;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
main .tags__list li a:hover {
  background-color: #DEE2E6;
}
main .slider .owl-carousel {
  z-index: 0;
}
main .slider .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
main .slider .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
main .slider .owl-nav button {
  border: none;
  font-size: 25px !important;
  background-color: #E9ECEF !important;
  cursor: pointer;
}
main .slider .owl-nav button.disabled {
  display: none;
}
main .slider .owl-nav button:hover {
  background-color: #DEE2E6 !important;
}
main .slider .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
main .slider .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
main .slider__item {
  margin-top: 24px;
}
main .favorite {
  margin-top: 67px;
}

.footer {
  z-index: 6;
  margin-top: 69px;
  background-color: #343A40;
  padding-bottom: 30px;
  color: white;
}
.footer__about-title {
  border-bottom: 1px solid #495057;
  padding-bottom: 8px;
}
.footer__popular-title {
  border-bottom: 1px solid #495057;
  padding-bottom: 8px;
}
.footer__popular-list {
  height: 180px;
}
@media screen and (max-width: 1366px) {
  .footer__popular-list {
    height: 380px;
  }
}
.footer ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  column-gap: 10px;
  row-gap: 12px;
  flex-wrap: wrap;
  width: 85%;
}
.footer__contacts {
  padding: 20px;
  border: 0.5px solid #FFFFFF;
  border-radius: 12px;
}
.footer__contacts-title {
  border-bottom: 0.5px solid #FFFFFF;
  padding-bottom: 8px;
}
@media screen and (max-width: 1366px) {
  .footer__contacts-item {
    flex-basis: 100%;
    margin-top: 16px;
  }
  .footer__contacts-item .text-28 {
    font-size: 20px; /*13*/
    font-weight: 400;
    line-height: 27.2px;
  }
}
@media screen and (max-width: 1366px) {
  .footer__contacts-icons {
    margin-top: 36px;
  }
}
.footer__contacts-icons i {
  font-size: 28px;
}
.footer__company-info {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #495057;
}
@media screen and (max-width: 1366px) {
  .footer__company-info {
    flex-wrap: wrap;
  }
  .footer__company-info img {
    height: 56px;
    margin-bottom: 32px;
  }
}
.footer__company-info p {
  font-size: 12px;
  font-weight: 100;
  line-height: 16.8px;
}
.footer__copyright {
  margin-top: 20px;
}
.footer__copyright p {
  font-size: 16px;
  font-weight: 100;
  line-height: 22.4px;
}

.collection-head-image {
  width: 100%;
  height: 125px;
  margin-top: 32px;
  position: relative;
  background: url("../assets/collection-head.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.collection-head-image .collection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.collection-head-text {
  background-color: #E9ECEF;
  padding: 32px 64px;
  position: relative;
  margin-top: 24px;
  border-radius: 12px;
}
.collection-head-text-icon {
  position: absolute;
  font-family: Playfair Display;
  font-size: 67.94px;
  font-weight: 400;
  line-height: 32.94px;
  text-align: left;
  color: #CED4DA;
}
.collection-head-text-icon.left-top {
  top: 20px;
  left: 10px;
}
.collection-head-text-icon.right-bottom {
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 1366px) {
  .collection-head-text {
    display: none;
  }
}

.collection-cards {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
}
.collection-cards.more-block {
  height: 550px;
}
.collection-cards .card {
  margin-bottom: 48px;
}

.collection-article-list {
  display: flex;
  flex-direction: column;
  gap: 122px;
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .collection-article-list {
    gap: 48px;
  }
}

.collection-recomendation {
  margin-top: 110px;
}
@media screen and (max-width: 1366px) {
  .collection-recomendation {
    margin-top: 48px;
  }
}
.collection-recomendation-items {
  gap: 66px;
  margin-top: 32px;
}
.collection-recomendation-items .recomendation-block {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .collection-recomendation-items {
    flex-direction: column;
    gap: 32px;
  }
}

.text-left-to-right {
  margin-top: 32px;
}

@media screen and (max-width: 1366px) {
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.text-right-to-left {
  margin-top: 32px;
}

.card-carousel {
  padding-top: 75px;
  position: relative;
}
.card-carousel .owl-nav {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  gap: 8px;
}
.card-carousel .owl-nav button.owl-next, .card-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  padding: 12px;
  border-radius: 12px;
  background-color: #F8F9FA;
  font-size: 30px;
  color: #CED4DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-carousel .owl-nav button.owl-next.disabled, .card-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

.cart-header__back-button {
  width: 38px;
  height: 38px;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F9FA;
}
@media screen and (max-width: 1366px) {
  .cart-header__back-button {
    display: none;
  }
}

.cart-body {
  gap: 40px;
}

.cart .product__order-quantity {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .cart-notification {
    display: none !important;
  }
}
.cart-notification-mobile {
  display: none !important;
}
@media screen and (max-width: 1366px) {
  .cart-notification-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 1366px) {
  .cart .form-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  .cart .form-check-input {
    margin-top: 0;
  }
}

.cart-item {
  position: relative;
}
.cart-item-img {
  height: 100%;
  width: 96px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 1366px) {
  .cart-item-img {
    width: 48px;
    height: 96px;
  }
}
.cart-item-price-empty {
  display: none;
}
@media screen and (max-width: 1366px) {
  .cart-item-price-empty {
    display: block;
    width: 48px;
  }
}
@media screen and (max-width: 1366px) {
  .cart-item-close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cart-item .discount {
  padding: 2px 4px;
}
@media screen and (max-width: 1366px) {
  .cart-item .discount {
    padding: 4px;
  }
}
.cart-item .product__order-quantity-buy-now {
  height: 32px;
}
@media screen and (max-width: 1366px) {
  .cart-item .product__order-quantity-buy-now {
    width: 139px;
  }
}
.cart-item .product__order-quantity-counter {
  padding: 9px 20px;
}
.cart-item.disabled .cart-item-img {
  filter: grayscale(1);
}
.cart-item.disabled .product__order-quantity-counter {
  padding: 9px 10px;
}

/*# sourceMappingURL=style.css.map */
