<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  background-image: none;
}

.swiper_attached {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 36px;
}
.swiper-pagination {
  position: relative;
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  position: relative;
  top: unset;
  margin-top: 0;
  transition: opacity 0.4s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  transform: scaleX(-1);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.navigation_attachment .style_prev,
.navigation_attachment .style_next {
  transition: opacity 0.4s;
}
.navigation_attachment .style_prev:hover,
.navigation_attachment .style_next:hover {
  opacity: 0.7;
}
.style_close {
  transition: opacity 0.4s;
}
.style_close:hover {
  opacity: 0.7;
}

.swiper-slide {
  width: 960px !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #special_uniform .swiper_attached {
    justify-content: end;
    margin-top: 10px;
    gap: 15px;
  }
  #goods .swiper_attached,
  #foods .swiper_attached {
    margin-top: 11px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-left: 15px;
  }
  .swiper-pagination {
    position: relative;
    display: flex;
    gap: 5px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 42px;
  }
  .snap_navigation {
    display: flex;
    gap: 20px;
  }
} */
</pre></body></html>