.skeleton-container {
  width: 100%;
  max-width: 1430px;
  padding: 0;
  margin: 0 auto;
}

.product-slider-skeleton {
  height: 434px;
  margin: 0 15px;
  z-index: 10;
  left: 200px;
  right: 200px;
  margin-top: 60px;
}

.product-slider-skeleton__top {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.product-slider-skeleton__content {
  height: 375px;
  background: #f5f5f5;
  overflow: hidden;
}

.product-slider-skeleton__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.product-slider-skeleton__list-item {
  min-width: 0;
}

.product-slider-skeleton__title {
  font-size: 24px;
  line-height: 31px;
  margin-right: 21px;
}

.product-slider-skeleton__more {
  font-size: 16px;
  line-height: 21px;
  position: relative;
  top: 2px;
}

.product-slider-skeleton__title,
.product-slider-skeleton__more {
  background: #f5f5f5;
  color: #f5f5f5;
  display: inline-flex;
}

/* Product Card Skeleton */
.product-card-skeleton {
  height: 377px;
  position: relative;
}

.product-card-skeleton>* {
  background: #ededed;
  color: #ededed;
  position: absolute;
}

.product-card-skeleton__preview {
  width: 200px;
  height: 200px;
  top: 15px;
  left: 40px;
}

.product-card-skeleton__name {
  height: 36px;
  left: 15px;
  right: 15px;
  bottom: 92px;
}

.product-card-skeleton__price {
  height: 30px;
  width: 92px;
  left: 15px;
  bottom: 34px;
}

.product-card-skeleton__cart {
  height: 52px;
  width: 52px;
  right: 17px;
  bottom: 21px;
}

/* Inline Cart Skeleton */
.inline-cart-skeleton {
  background: #f5f5f5;
  height: 110px;
  width: 100%;
  margin-top: 60px;
  border-radius: 5px;
}