#shop-slider {
  position: relative;
  overflow: hidden;
}

#shop-slider .container {
  min-height: 100dvh;
}

#shop-slider .section__content {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

#shop-slider .container {
  padding-bottom: 5rem;
}

#shop-slider .section__title {
  margin-bottom: 2.4rem;
}

#shop-slider .link {
  position: absolute;
  top: 6rem;
  right: 2rem;
  z-index: 1;
}

#shop-slider .swiper-controls {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 5.5rem;
}

#shop-slider .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  top: auto;
  bottom: auto;
  user-select: none;
}

#shop-slider .swiper-pagination-bullet {
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  opacity: .5;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

#shop-slider .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
  margin: 0;
}

#shop-slider .swiper-pagination-bullet .progress-bar {
  height: 2px;
  background: #ccc;
  position: relative;
  width: 0;
  transition: .4s ease-in-out;
}

#shop-slider .swiper-pagination-bullet-active .progress-bar {
  width: 6.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
}


#shop-slider .progressing .progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  animation: progress 3.5s linear forwards;
}

@keyframes progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

section .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.sales[bg="blue"] .btn {
  background-color: var(--button-white-blue-bg-default);
  color: var(--color-blue);
}

.sales .image {
  width: 100%;
  height: auto;
}

.sales .text {
  padding: 2rem 2rem 8.5rem;
}

.sales .text-md {
  margin-bottom: 3.8rem;
}

.sales .text h4 {
  margin-bottom: .8rem;
}

.section-banner {
  height: 100dvh;
  color: var(--color-text-light);
}

.section-banner .container {
  padding: 2rem;
}

.section-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.split-text {
  margin-bottom: 0;
}

.split-text .text-md {
  flex: 1;
  max-width: 40%;
}

.info__block .icon {
  margin-right: 2rem;
}

#shop #marquee .container {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

#shop .marquee__content {
  font-size: 3.2rem;
}

#category .container {
  padding-top: 4rem;
  padding-bottom: 2rem;

}

#category .post__text .post__title {
  height: auto;
  min-height: auto;
}

#novelty .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#novelty .btn-mob {
  text-align: center;
  color: inherit;
  background: none;
  border: 1px solid;
}

#novelty .h-scroll {
  margin-bottom: 5rem;
}

#novelty img {
  object-fit: cover;
  height: auto;
}

#novelty .product__img {
  height: auto;
  max-height: 46rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

#novelty .section__header {
  margin-bottom: 4rem;
}

.scroll-wrapper {
  overflow: hidden;
}

.h-scroll {
  display: flex;
  flex-wrap: nowrap;
  /* gap: 2rem; */
}

.scroll-wrapper .swiper-button-prev,
.scroll-wrapper .swiper-button-next {
  margin-top: -4.4rem;
  color: #fff;
}

.scroll-wrapper .swiper-button-prev::after,
.scroll-wrapper .swiper-button-next::after {
  font-size: 2rem;
}

.scroll-wrapper .swiper-button-prev {
  left: 2rem;
}

.scroll-wrapper .swiper-button-next {
  right: 2rem;
}

.category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__item {
  position: relative;
  flex-shrink: 0;
}

.product__item .post__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;

}

.product__item .text-md {
  font-size: 1.6rem;
}

.product__item .text-md:not(:last-child) {
  margin-bottom: 1.4rem;
}

.product__item .text-line-through {
  margin-left: 1.2rem;
}

#shop #news .container {
  padding-bottom: 2rem;
}

#category .swiper-container {
  position: relative;
  overflow: hidden;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

#category .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  position: relative;
  margin-top: 3rem;
  height: 2px;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.catalog-link {
  position: fixed;
  z-index: 100;
  top: 6rem;
  right: 2rem;
  color: #fff;
}

.marquee__content span {
  padding-right: 2.8rem;
}

.cart-item-img img {
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width:768px) {
  #novelty .container {
    padding-bottom: 0;
  }

  section .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #category .post__img {
    order: 2;
    height: auto;
  }

  #category .post__text {
    order: 1;
    padding-bottom: 8px;
  }

  .split-text .text-md {
    max-width: 100%;
    order: 2;
  }

  .split-text .section__title {
    order: 1;
    margin-bottom: 1.2rem;
  }

  .product__item {
    max-width: 100%;
  }

  #shop .btn {
    width: 100%;
    justify-content: center;
    padding: 16px;
    font-size: 1.6rem;
    border-radius: 10rem;
  }

  #shop .h-scroll-slider .btn {
    max-width: calc(100% - 2.4rem);
    margin: auto;
  }

  .sales {
    height: auto;
  }

  .sales .text h4 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }

  .sales .text {
    padding: 3rem 2rem;
  }

  .sales .text-md {
    margin-bottom: 3.2rem;
  }

  .sales .btn-group .btn:not(:last-child) {
    margin-bottom: .8rem;
  }

  .info__block .grid {
    gap: 5.2rem 0;
  }

  .info__block .icon {
    margin-right: 4rem;
  }

  .info__block .icon svg {
    width: 7rem;
    height: 7rem;
  }

  .catalog-link {
    top: 8rem;
    right: 1.2rem;
  }

  #shop-slider .swiper-controls {
    bottom: auto;
    top: 50%;
    margin-top: -2rem;
    transform: translate(0, -50%);
  }

  #shop-slider .swiper-pagination,
  #shop-slider .swiper-pagination-bullet {
    flex-direction: column;
    margin: 0;
  }

  #shop-slider .swiper-pagination-bullet .progress-bar {
    height: 0;
    width: 2px;
  }

  #shop-slider .swiper-pagination-bullet-active .progress-bar {
    margin: 0;
    height: 6.8rem;
  }

  #shop-slider .current-slide {
    margin: 6px 0;
  }

  #shop-slider .progressing .progress-bar::after {
    content: '';
    height: 0;
    width: 2px;
    animation: progress 3.5s linear forwards;
  }

  @keyframes progress {
    0% {
      width: auto;
      height: 0;
    }

    100% {
      width: auto;
      height: 6.8rem;
    }
  }

  #shop-slider .section__title {
    font-size: 2.4rem;
    text-align: center;
  }

  #category .category__img {
    margin: 0 -1.2rem;
    width: calc(100% + 2.4rem);
  }

  #category .post {
    position: relative;
    overflow: hidden;
  }

  #category .post .line {
    display: none;
  }

  #category .post__text .post__title {
    order: 1;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    color: #fff
  }

  #category .post__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    width: 100%;
    padding: 0 1.2rem;
  }

  #category .post__text .btn {
    width: 100%;
    text-align: center;
    order: 2;
  }

  #category .posts .grid {
    gap: 0;
  }

  #novelty .product__img {
    max-height: 42.5rem;
  }

  .h-scroll {
    gap: 0;
  }

  .h-scroll-slider {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .h-scroll .text-group {
    padding: 0 1.2rem;
  }

  .scroll-wrapper .swiper-button-prev,
  .scroll-wrapper .swiper-button-next {
    display: none;
  }
}