html,
body {
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 15px;
}

.topbar {
  width: 1920px;
  background: #1e212c;
}
.topbar__inner {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar__label {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
}

.topbar-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.topbar-menu__link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.3s;
}
.topbar-menu__link:hover {
  opacity: 0.8;
}

.topbar-choice-of-currency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.topbar-account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.account-profile__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-profile__link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
}

.navbar__inner {
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.navbar__link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
.navbar__link--promo {
  color: #ff4242;
}
.navbar__input-search {
  width: 380px;
  height: 44px;
  padding: 11px 15px;
  background: #ffffff;
  border: 1px solid #d7dadd;
  border-radius: 4px;
}
.navbar__input-search::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9a9ca5;
}
.navbar__input-search:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9a9ca5;
}
.navbar__input-search::placeholder {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9a9ca5;
}

.toolbar {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 20px;
}

.toolbar-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.wishlist__value {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  font-size: 16px;
}

.toolbar-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cart__value {
  width: 23px;
  height: 20px;
  background: #03cea4;
  border-radius: 4px;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offers {
  width: 1920px;
  height: 34px;
  background: #17696a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-offers__inner {
  position: relative;
  width: 222px;
}

.special-offers-carousel-container {
  overflow: hidden;
  background-color: transparent;
}

.special-offers-carousel-track__list {
  display: flex;
  background-color: transparent;
  transition: all 0.2s;
}
.special-offers-carousel-track__items {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.special-offers-carousel-track__text {
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
}
.special-offers-carousel-track__link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffffff;
}

.special-offers-carousel__buttons {
  position: absolute;
  top: 0;
  left: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 240px;
}
.special-offers-carousel__btn--prev {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: transparent;
}
.special-offers-carousel__btn--prev::after {
  position: absolute;
  top: 6px;
  left: 7px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(45deg);
}
.special-offers-carousel__btn--prev:hover {
  cursor: pointer;
}
.special-offers-carousel__btn--next {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: transparent;
}
.special-offers-carousel__btn--next::after {
  position: absolute;
  top: 6px;
  left: 7px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(225deg);
}
.special-offers-carousel__btn--next:hover {
  cursor: pointer;
}

.main {
  width: 1920px;
  height: 800px;
  background-image: url(../img/main-slider/image1.jpg);
  background-color: #17696a;
}
.main__inner {
  position: relative;
  padding-top: 140px;
  width: 1200px;
}

.main-slider__container {
  overflow: hidden;
  background-color: transparent;
}
.main-slider__track {
  display: flex;
  background-color: transparent;
  transition: 0.5s;
}
.main-slider__item-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e212c;
}
.main-slider__item-title {
  margin-top: 30px;
  margin-bottom: 70px;
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #1e212c;
}
.main-slider__links-group {
  display: flex;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
.main-slider__link--sale {
  width: 152px;
  height: 52px;
  border: 1px solid #17696a;
  border-radius: 4px;
  border: none;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  line-height: 52px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #17696a;
  background: transparent;
  border: 1px solid #17696a;
  border-radius: 4px;
  transition: all 0.3s;
}
.main-slider__link--sale:hover {
  cursor: pointer;
  background: #17696a;
  color: #ffffff;
}
.main-slider__link--large {
  width: 230px;
  height: 52px;
  background: #17696a;
  border-radius: 4px;
  border: none;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  line-height: 52px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.main-slider__link--large:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid #17696a;
  color: #17696a;
}

.main-slider__button {
  width: 48px;
  height: 48px;
  background: #ffffff;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.main-slider__button:hover {
  cursor: pointer;
  opacity: 1;
}
.main-slider__button-arrow {
  margin: 0 auto;
}

.button-prev {
  position: absolute;
  top: 400px;
  left: -270px;
}

.button-next {
  position: absolute;
  top: 400px;
  right: -270px;
}

.main-slider__pagination {
  position: absolute;
  top: 560px;
}

.pagination__list {
  display: flex;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}
.pagination__item {
  display: flex;
  flex-direction: column;
  width: 178px;
  height: 54px;
}

.pagination-item__count {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #424551;
  opacity: 0.6;
}
.pagination-item__border-bottom {
  width: 178px;
  height: 0px;
  border: 2px solid #424551;
  border-radius: 2px;
  opacity: 0.6;
}

.count__active,
.border-bottom__active {
  opacity: 1;
}

.top-categories {
  margin-top: -50px;
}
.top-categories__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.categories__discription {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  font-size: 20px;
  color: #424551;
}

.new-arrivals {
  margin-top: 150px;
  height: 700px;
}
.new-arrivals__inner {
  position: relative;
}
.new-arrivals__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  color: #1e212c;
  text-align: center;
}
.new-arrivals__subtitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  font-size: 18px;
  text-align: center;
  color: #787a80;
}
.new-arrivals__link-wrapp {
  text-align: center;
}
.new-arrivals__link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #17696a;
}
.new-arrivals__link:hover {
  cursor: pointer;
}

.new-arrivals__swiper {
  margin-top: 60px;
}

.product-cart {
  position: relative;
  width: 285px;
  height: 413px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.808);
}
.product-cart__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-cart__discription-inner {
  margin: 16px;
  display: flex;
  flex-direction: column;
}
.product-cart__discription {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #424551;
}
.product-cart__price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  font-size: 20px;
  color: #1e212c;
}
.product-cart__favorite-wrapp {
  position: absolute;
  top: 280px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-cart__favorite-wrapp:hover {
  background: transparent;
}

.swiper-pagination {
  position: absolute;
  top: 620px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: transparent;
  font-size: 15px;
}

.swiper-pagination-bullet::after {
  content: "";
  width: 30px;
  height: 0;
  border: 3px solid #424551;
  display: block;
  border-radius: 2px;
}

.material-symbols-outlined {
  color: #787a80;
}