.c-collection .e-headline04 {
  margin-bottom: 40px;
}
.c-collection .c-component .e-h3 {
  margin-bottom: 24px;
}
.c-collection .c-wrap-actions {
  margin-top: 40px;
  text-align: center;
}
.c-collection .c-wrap-actions.right {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .c-collection .e-headline04 {
    margin-bottom: 32px;
  }
  .c-collection .c-component .e-h3 {
    margin-bottom: 48px;
  }
  .c-collection .c-wrap-actions {
    margin-top: 48px;
  }
}

.c-service-sec {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.c-service-sec__title {
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-service-sec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 1.2rem;
}
.c-service-sec__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-service-sec__list-item img {
  width: 48px;
}
@media only screen and (max-width: 1023px) {
  .c-service-sec__button {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .c-service-sec {
    gap: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  .c-service-sec {
    gap: 24px;
  }
  .c-service-sec__list {
    gap: 8px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-service-sec {
    flex-direction: row;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.swiper--collection-sale {
  padding: 0 8px;
}
.swiper--collection-sale .swiper-slide {
  width: 265px;
}
@media only screen and (max-width: 767px) {
  .swiper--collection-sale .c-best-seller-item__footer {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .swiper--collection-sale .swiper-slide {
    width: 178px;
  }
}/*# sourceMappingURL=collection.min.css.map */
