@import url(../vendor/normalize.css);
@import url(../vendor/fonts.css);

.page {
  max-width: 1300px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

/*HEADER*/
.header {
  position: relative;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
}

.header__content {
  display: flex;
  height: 52px;
  margin: 24px 0 23px 0;
  align-items: flex-end;
  justify-content: space-between;
}

.header__info_left-hand {
  display: flex;
  align-items: center;
  left: 0;
  padding-bottom: 9px;
}

.header__location {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__img-location {
  background-image: url(../images/location.svg);
  width: 12px;
  height: 16px;
  background-size: cover;
}

.custom-select {
  position: relative;
  font-family: Arial;
  display: flex;
  align-items: center;
  background: none;
  border:  none;
  padding: 0;
  height: 16px;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303030;
  padding: 0;
  margin: 0 8px 0 10px
}

.select-selected:after {
  position: absolute;
  top: 1px;
  content: "";
  padding: 0;
  width: 14px;
  height:  15px;
  border: 6px solid transparent;
  background: url(../images/option.svg)no-repeat;
}

.select-selected.select-arrow-active:after {
    transform:rotate(180deg);
    margin-left: 6px;
}


.same-as-selected {
  background: url(../images/optionSelected.svg)no-repeat;
  background-repeat: no-repeat;
  background-position: 95% 50%;

}

.select-items div,.select-selected {
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303030;
  display: flex;
  width: 197px;
  padding: 11px 0;
  flex-direction: column;
  margin-top: 12px;
}

.same-as-selected {
  width: 100%;
  padding: 10px 0 10px 24px;
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #FAFAFA;
}

.header__location:hover .header__img-location{
  background-image: url(../images/locationHover.svg);
  background-size: cover;
}

.location-option {
 width: 100%;
 padding: 10px 28px 10px 24px;
}


.header__img_phone {
  background-image: url(../images/phone.svg);
  height: 16px;
  width: 16px;
  margin-left: 20px;
  background-size: cover;
}

.header__phone {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #303030;
  margin-left: 10px;
}

.header__phone-hover{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__phone-hover:hover .header__img_phone{
  background-image: url(../images/phoneHover.svg);
}

.header__logo {
  width: 183px;
  object-fit: cover;
  position: relative;
}


.header__info_right-hand {
  width: 327px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
  padding-bottom: 9px;
}

.header__account {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303030;
}

.header__login {
  margin: 0;
  cursor: pointer;
}

.header__login:hover {
  opacity: 0.5;
}

.header__img_vertical-line {
  margin: 0 10px;
}

.header__register {
 
  margin: 0;
  cursor: pointer;
}

.header__register:hover {
  opacity: 0.5;
}

.header__icons {
  position: relative;
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: center;
}

.header__img_like {
  height: 15px;
  cursor: pointer;
}

.header__img_like:hover {
  opacity: 0.5;
}

.header__img_like-counter {
  position: absolute;
  top: -10px;
  left: 12px;
  height: 19px;
}

.header__img_scale {
  height: 15px;
  cursor: pointer;
}

.header__img_scale:hover {
  opacity: 0.5;
}

.header__img_bag {
  height: 16px;
  cursor: pointer;
}

.header__img_bag:hover {
  background-color:#F8F8F8;
}

.header__burger{
  display: none;
}

/*NAVIGATION*/
.navigation {
  position: relative;
  height: 62px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.navigation__section {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #303030;
  margin: 0;
  margin-left: 60px;
  text-transform: uppercase;
  text-decoration: none;
  color: #303030;
}

.navigation__section:first-of-type {
  margin-left: 50px;
}

.navigation_active {
  opacity: 0.5;
}

.navigation__section:hover:not(.navigation_active) {
  opacity: 0.5;
}

.search-wrapper {
  position: absolute;
  right: 26px;
  display: flex;
  align-items: center;
}

.navigation__separate {
  margin-right: 26px;
}

.search-icon {
  height: 16px;
  margin-right: 16px;
}

.search {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 14px;
  line-height: 14px;
  width: 221px;
  background: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
}

/*SLIDER*/
.slider {
  position: relative;
}

.slider-item {
  position: relative;
  height: 560px;
  background-color: #F8F8F8;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.slider__promo {
  display: flex;
  flex-direction: column;
  margin: auto 99px auto 126px;
  z-index: 1;
}

.slider__text1 {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #303030;
  margin: 0;
  margin-bottom: 30px;
}

.slider__text2 {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #303030;
  margin:0;
  margin-bottom: 54px;
}

.slider__btn {
  width: 200px;
  height: 54px;
  background-color: #303030;
  color: white;
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.slider__btn:hover {
  background-color: #505050;
  cursor: pointer;
}

.slider__img {
  width: 548px;
  position: absolute;
  right: 0;
  z-index: 4;
}

.slider__img_diamond {
  position: absolute;
  left: 0px;
  top: 24px;
}

.slick-track {
  display: flex;
}
  
.slick-list {
  overflow: hidden;
}

.slick-list {
  height: 105%
}

.slider .slick-arrow {
  position: absolute;
  top:275px;
  font-size: 0;
  width: 54px;
  height: 54px;
  border: none;
  z-index: 3;
  cursor: pointer;
}
  
.slider .slick-arrow.slick-prev{
  left:24px;
  background: url(../images/arrowPrev.svg) 0 0 no-repeat;
}

.slider .slick-arrow.slick-next {
  right:24px;
  background: url(../images/arrowNext.svg) 0 0 no-repeat;
}

.slider .slick-dots{
  position: absolute;
  bottom: 24px;
  left: 632px;
  display: flex;
  padding: 0;
  margin: 0;
}

.slider .slick-dots li{
  list-style: none;
  margin: 0 8px;
}

.slider .slick-dots button{
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #303030;
  background-color: white;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.slider .slick-dots li.slick-active button{
  background-color: #303030;
}

/*CATEGORIES*/
.categories {
  margin: 120px 0;
  display: flex;
  flex-direction: column;
}

.categories__title {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #303030;
  margin: 0;
  margin-bottom: 40px;
}

.categories__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  gap: 20px;
}

.category {
  display: flex;
  flex-direction: column;
  height: 259px;
  background-color: #F8F8F8;
  cursor: pointer;
}

.category__img {
  margin: auto;
  transition: 0.5s;
}

.category:hover .category__img {
  transform: scale(1.21);
}

.category__name {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #303030;
  line-height: 16px;
  text-align: center;
  margin: 0 auto 25px auto;
}

/*SALE*/
.sale {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 923px;
  margin-bottom: 120px;
}

.sale__title {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #303030;
  margin: 0;
  margin-bottom: 24px;
}

.sale__categories {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  line-height: 14px;
}

.sale__category {
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 21px;
  background-color: #F0F0F0;
  margin-bottom: 36px;
}

.sale__category_active {
  background-color: #303030;
  color: white;   
}

.sale__category:hover:not(.sale__category_active) {
  background-color: #DDDDDD;
}

.sale__products {
  position: relative;
  display: flex;
  gap:20px;
  margin: 0 -10px;
}

.product-item {
  width: 310px;
  margin: 0 10px;
  border: 1px solid #F0F0F0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.product-item:hover {
  position: relative;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.product-item:hover .container {
  position: relative;
  visibility: visible;
}

.container {
  display: flex;
  flex-direction: column;
  z-index: 120;
  position: absolute;
  visibility: hidden;
  padding: 0 24px;
  margin: -2px 0 24px 0;
  height: 88px;
  justify-content: space-between;
}

.container select {
  height: 40px;
}

.sale__products .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 54px;
  height: 54px;
  border: none;
  padding: 0;
  cursor: pointer;
}
  
.sale__products .slick-arrow.slick-prev{
  right: 71px;
  top: -90px;
  background: url(../images/arrowPrev.svg) 0 0 no-repeat;
}
  
.sale__products .slick-arrow.slick-next {
  right: 9px;
  top: -90px;
  background: url(../images/arrowNext.svg) 0 0 no-repeat;

}

.sale__products .slick-disabled {
  opacity: 0.2;
  pointer-events:none;
}

.img-slider {
  position: relative;
  display: flex;
  align-items: center;
}

.img-slider .slick-dots{
  position: absolute;
  bottom: 6px;
  left: 131px;
  display: flex;
  padding: 0;
  margin: 0;
}

.img-slider .slick-dots li{
  list-style: none;
  margin: 0 8px;
}

.img-slider .slick-dots button{
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #303030;
  background-color: white;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.img-slider .slick-dots li.slick-active button{
  background-color: #303030;
}

.product-item__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 40px auto 0 auto;
}

.product-item__discount {
  position: absolute;
  right: 24px;
  top: 263px;
}

.product-item__caption {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  text-align: start;
  color: #303030;
  width: 262px;
  margin: 0 auto 26px auto;
}

.like-btn {
  background-image: url(../images/like.svg);
  position: absolute;
  top:19px;
  right: 22px;
  border: none;
  width: 20px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
}

.like-btn:hover:not(.like_active) {
  background-image: url(../images/likeHover.svg);
}

.seen-btn {
  background-image: url(../images/seen.svg);
  position: absolute;
  top: 52.5px;
  right: 22px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
}

.seen-btn:hover {
  background-image: url(../images/seenHover.svg);
}

.product-item__sale {
  position: absolute;
  top: 16px;
  left: 24px;
}

.price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #303030;
  text-align: left;
  width: 85%;
  margin: 26px 0 16px 24px;
}

.price__discount {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8F8F8F;
  text-decoration: line-through;
  margin-left: 8px;
}


.like_active {
  background-image: url(../images/likePressed.svg)!important;
  width: 20px;
  height:18px;
  animation: pulse 0.4s;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}


/*DISCOUNT*/
.discount {
  position: absolute;
  display: flex;
  gap: 20px;
  bottom: 0;
}

.discount__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 420px;
  height: 290px;
  background-color: #F8F8F8;
  overflow: hidden;
}

.discount__title {
  position: absolute;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #303030;
  line-height: 32px;
  top: 72px;
  left: 27px;
  margin: 0;
  text-transform: uppercase;
  z-index: 1;
}

.discount__deal {
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 1;
}

.discount__img1 {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}

.discount__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  z-index: 1;
}

.discount__img3 {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  z-index: 1;
}

.discount__diamond {
  position: absolute;
  top: 25px;
  left: 0;
}


/*PRODUCT OF THE DAY*/
.product-of-the-day {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}

.product-of-the-day__title {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #303030;
  line-height: 40px;
  margin-bottom: 40px;
}

.product__img {
  object-fit: cover;
  width: 550px;
  height: 550px;
}

.product__info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}

.product__stars-rating {
  display: flex;
  align-items: center;
}

.stars-rating {
  width: 109px;
}

.rating {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #303030;
  padding-left: 10px;
}

.product-title {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 32px;
  line-height: 32px;
  margin: 25px 0 20px 0;
}

.product-code {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8F8F8F;
  margin: 0;
}

.product__new {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
}

.product__popular {
  position: absolute;
  top: 16px;
  left: 70px;
}

.product__sale {
  position: absolute;
  top: 16px;
  left: 124px;
}

.product__price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #303030;
  line-height: 20px;
  margin: 0;
  margin-top: 36px;
}

.product__price_discount {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding-left: 16px;
  text-decoration: line-through;
  color: #8F8F8F;
}

.product-discount {
  position: absolute;
  top: 137px;
  left: 192px;
}

.product-discount_countdown {
  position: absolute;
  top: 106px;
  left: 278px;
}

.product__sep-line {
  margin: 30px 0;
}

.product__color {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #303030;
  line-height: 12px;
  margin: 0;
  text-transform: uppercase;
}

.color-list {
  display: flex;
  margin: 16px 0 33px 0;
  gap: 8px;
}

.color-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #DADADA;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
}

.color-button_active {
  border: 1px solid #303030;
}

.color__gray {
  background-color: #D9D9D9;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.color__yellow {
  background-color: #F1CB7E;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.color__orange {
  background-color: #EA8C48;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.color__light-green {
  background-color: #A7E492;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.product__size {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #303030;
  line-height: 12px;
  margin: 0;
  text-transform: uppercase;
}

.size__info {
  background: url(../images/sizeInfo.svg) no-repeat;
  width: 18px;
  height: 18px;
  border: none;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
}

.size__info:hover {
  background-image: url(../images/sizeInfoHover.svg);
}

.popover {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  padding: 24px;
  width: 271px;
  height: 148px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}

button:focus {
  outline: none;
}

.popover-body {
  padding: 0;
}

.size-list {
  display: flex;
  gap: 8px;
  margin: 17px 0 40px 0;
}

.size-button {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303030;
  text-align: center;
  width: 50px;
  height: 32px;
  border: 1px solid #DADADA;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.size-button_active {
  border: 1px solid #303030;
  background-color: #303030;
  color: white;
}

.size-button_inactive {
  color: #DADADA;
}

.size-button:hover:not(.size-button_inactive) {
  border: 1px solid #303030;
}

.product__buy-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background-color: #303030;
  border: none;
  width: 400px;
  height: 56px;
  cursor: pointer;
}

.product__buy-btn:hover {
  background-color: #505050;
}

.product__quick-buy-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #303030;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #303030;
  width: 400px;
  height: 56px;
  margin-top: 10px;
  cursor: pointer;
}

.product__quick-buy-btn:hover {
  background-color: #303030;
  color: white;
}

.product__action {
  position: relative;
}

.action-btn {
  display: flex;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #303030;
  padding: 0;
  cursor: pointer;
}

.action-btn:hover {
  color: #979797;
}

.product__save {
  position: absolute;
  top: 6px;
  left: 441px;
}

.action__like {
  background-image: url(../images/like.svg);
  width: 20px;
  height: 18px;
}

.product__save:hover .action__like{
  background-image: url(../images/likeHover.svg);
  width: 20px;
  height: 18px;
}

.product__compare {
  position: absolute;
  top: 46px;
  left: 444px;
}

.product__share {
  position: absolute;
  top: 80px;
  left: 440px;
}

.action-img {
  margin-right: 10px;
}

.product__slider .slick-arrow.slick-prev{
  position: absolute;
  top:275px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  left:16px;
  background: url(../images/productNext.svg) 0 0 no-repeat;
  transform: rotate(180deg);
}
  
.product__slider .slick-arrow.slick-next {
  position: absolute;
  top:275px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  right:16px;
  background: url(../images/productNext.svg) 0 0 no-repeat;
}

.product__slider .slick-disabled {
  opacity: 0.2;
  pointer-events:none;
}

.product__box-slider {
  position: relative;
}

.product__box-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 54px;
  height: 54px;
  border: none;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
  
.product__box-slider .slick-arrow.slick-prev_main {
  right: 71px;
  top: -90px;
  background: url(../images/arrowPrev.svg) 0 0 no-repeat;
}
  
.product__box-slider .slick-arrow.slick-next_main {
  right: 9px;
  top: -90px;
  background: url(../images/arrowNext.svg) 0 0 no-repeat;
}

.product__box {
  position: relative;
  display: flex;
}

.product__slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 550px;
}

.product__slider-item {
  position: relative;
}

/*ARTICLES*/
.articles {
  position: relative;
  margin-bottom: 80px;
}

.articles__title {
  font-family: 'Prata', sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.articles__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 310px);
  gap: 20px;
}

.article {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.article:hover {
  opacity: 0.8;
}

.article__date {
  font-family: 'Inter', sans-serif;
  font-weight: 400px;
  font-size: 14px;
  line-height: 14px;
  color: #8F8F8F;
  margin: 20px 0 12px 0;
}

.article__name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.articles__more-btn {
  position: absolute;
  top: 26px;
  right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #303030;
  text-transform: uppercase;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.articles__more-btn_arrow {
  width: 26px;
  margin-left: 12px;
}

.articles__more-btn:hover {
  opacity: 0.5;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #303030;
}

.sale__categories button:not(.sale__category_active) {
  text-decoration: none;
  color: #303030;
}
