.coverSection {
  width: 94%;
  margin: 10px auto 0;
  max-width: 1400px;
  border-radius: 7px;
  overflow: hidden;
}
.coverSwiper {
  width: 100%;
}
.coverLink {
  width: 100%;
  background-color: var(--blackOp09);
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.coverSwiperSlide {
  width: 100%;
  min-width: 100%;
}
.coverSwiperLink {
  height: 100%;
}
.coverImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mobileImage,
.tabImage,
.desktopImage {
  width: 100%;
  height: 100%;
}
.tabImage,
.desktopImage {
  display: none;
}
.mobileImage {
  aspect-ratio: 2/1.1;
}
.tabImage {
  aspect-ratio: 2/0.9;
}
.desktopImage {
  aspect-ratio: 2/0.7;
}
.coverLink.load .coverImage {
  opacity: 1;
}
.coverPagination {
  justify-content: center;
  gap: 7px;
  z-index: 40;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.coverPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--clrA);
  border-radius: 20px;
  transition: width 0.4s;
}
.coverPagination .swiper-pagination-bullet-active {
  background-color: var(--bgClr);
  width: 15px;
}
.prevCoverBtn,
.nextCoverBtn {
  position: absolute;
  left: 20px;
  bottom: 30px;
  background-color: var(--bgClr);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 40;
  border: 1px solid var(--blackOp0A);
}
.nextCoverBtn {
  left: 60px;
}
@media screen and (min-width: 550px) {
  .tabImage {
    display: block;
  }
  .mobileImage {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body,
  html {
    padding-top: 50px;
  }
}
@media screen and (min-width: 968px) {
  .tabImage {
    display: none;
  }
  .desktopImage {
    display: block;
  }
}
/* brandSection */
.brandSection {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9em;
}
.brandSwiper {
  width: 100%;
  background-color: transparent;
  margin-top: 40px;
}
.brandSwiper.firstLoad .brandWrapper {
  overflow-x: hidden;
  gap: 20px;
}
.brandSwiper.firstLoad .brandSlide {
  flex: calc(48% - 20px) 0 0 !important;
}
.brandSlide {
  gap: 15px;
  align-items: center;
}
.brandImageLink {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 7px;
  border: 3px solid var(--blackOp0A);
  overflow: hidden;
  margin: 0 auto;
}
.brandImage {
  aspect-ratio: 1/1;
}
.navsBtns {
  margin-top: 30px;
  justify-content: center;
  gap: 10px;
}
.nextBrandBtn,
.preBrandBtn {
  width: 40px;
  height: 40px;
  background-color: var(--bgClr);
  border-radius: 50%;
  border: 1px solid var(--blackOp0A);
}
@media screen and (min-width: 420px) {
  .brandSection {
    font-size: 1em;
  }
  .brandSwiper.firstLoad .brandSlide {
    flex: calc(33.3% - 20px) 0 0 !important;
  }
}
@media screen and (min-width: 649px) {
  .brandSwiper.firstLoad .brandSlide {
    flex: calc(25% - 19px) 0 0 !important;
  }
  .nextBrandBtn,
  .preBrandBtn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
  }
  .nextBrandBtn {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 968px) {
  .brandSwiper.firstLoad .brandSlide {
    flex: calc(20% - 10px) 0 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  .brandSwiper.firstLoad .brandSlide {
    flex: calc(12.5% - 10px) 0 0 !important;
  }
}
/* recentProductsSection */
.recentProductsSection {
  width: 100%;
  margin: 40px auto 0;
  padding: 20px 10px;
  background-color: var(--bgClr4);
  border-radius: 7px;
  font-size: 0.85em;
}
.recentSwiper {
  width: 100%;
}
.recentWrapper {
  gap: 10px;
  padding: 20px 10px 10px;
}
.recentProductsSection .swiper-slide {
  width: 180px;
  background-color: var(--bgClr);
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0 0 15px var(--blackOp1E);
}
.recentSwiper.hideMargin .recentWrapper {
  gap: 0;
}
.recentCoverLink {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}
.recentImage {
  width: 100%;
  opacity: 0;
  transition: opacity 1s, transform 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.recentCoverLink.load .coverImage {
  opacity: 1;
}
.recentSlide:hover .recentImage {
  transform: scale(1.1);
}
.recentDiv {
  height: 100% !important;
  font-size: 0.9em;
  border-radius: 7px;
  width: 100%;
}
.productInfoDiv {
  padding: 0 7px 5px;
}
.productName {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offPrice {
  padding-left: 28px;
  text-decoration: line-through;
  margin-top: 10px;
}
.offPrice.hideDiscount {
  color: transparent;
}
.productLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.offPercent {
  background-color: var(--redClr);
  border-radius: 25px;
  padding: 3px 30px 3px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: var(--bgClr);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("/assets/icon/percent.svg");
  background-size: 15px;
}
.discountValue {
  right: unset;
  left: 15px;
  top: 15px;
  padding: 0 7px;
  background-color: var(--redClr);
  position: absolute;
  font-size: 0.95em;
  border-radius: 5px;
}
@media screen and (min-width: 420px) {
  .recentProductsSection {
    padding: 20px;
    border-radius: 7px;
    width: 94%;
    font-size: 1em;
  }
}
@media screen and (min-width: 649px) {
  .recentProductsSection .swiper-slide {
    width: 210px;
    padding: 10px;
  }
  .productInfoDiv {
    padding: 0 7px 10px;
  }
  .recentWrapper {
    gap: 20px;
  }
  .offPercent {
    left: 15px;
    top: 15px;
  }
}
/* repairSection */
.repairSection {
  width: 100%;
  margin: 60px auto 0;
  max-width: 1400px;
}
.repairImageDiv {
  width: 100%;
  background-color: var(--blackOp09);
  height: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 2/1.2;
  max-height: 400px;
}
.repairImage {
  height: 100%;
}
.repairInfoDiv {
  align-items: center;
  padding: 15px;
  gap: 10px;
  text-align: center;
  font-size: 0.95em;
}
.seeRepairLink {
  padding: 5px 15px;
  background-color: var(--blueClr2);
  color: var(--bgClr);
  border-radius: 5px;
  margin-top: 7px;
  transition: background-color 0.6s;
}
.seeRepairLink:hover {
  background-color: var(--blueClr1);
}
@media screen and (min-width: 769px) {
  .repairInfoDiv {
    background-color: var(--bgClr);
    border-radius: 10px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 600px;
    padding: 25px 40px;
    text-align: right;
    box-shadow: 0 0 15px var(--blackOp1E);
  }
}
/* ourServicesSectoion */
.ourServicesSectoion {
  margin: 40px 0 10px;
  font-size: 0.85em;
}
.serviceGrid {
  margin-top: 30px;
  gap: 15px;
  padding: 0 40px;
}
.serviceImageDiv {
  height: unset;
  aspect-ratio: 2/0.9;
  border-radius: 20px;
  overflow: hidden;
}
.serviceText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--bgClr);
  padding: 20px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.6;
  padding-left: 50%;
}
.coverLink.serviceImageDiv.load::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to left,
    var(--blackOpb9) 40%,
    var(--blackOp1E)
  );
  z-index: 18;
  opacity: 0.9;
}
.coverLink.serviceImageDiv.load .serviceText {
  opacity: 1;
}
@media screen and (min-width: 420px) {
  .ourServicesSectoion {
    font-size: 1em;
  }
}
@media screen and (min-width: 649px) {
  .serviceGrid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
@media screen and (min-width: 968px) {
  .serviceGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
}
/* blogsSection */
.blogsSection {
  margin-top: 40px;
}
.blogSwiper {
  width: 100%;
  margin: 40px 0;
}
.blogSwiper.firstLoad .blogWrapper {
  gap: 60px;
}
.blogSwiper.firstLoad .blogDiv {
  width: calc(100% - 47px) !important;
  margin: 0 auto;
}
.blogSlide {
  margin-top: 60px;
}
.blogDiv {
  background-color: var(--bgClr4);
  border-radius: 12px;
}

.blogSwiper .recentCoverLink {
  width: 75%;
  margin: 0 auto;
  aspect-ratio: 2/1.2;
  border-radius: 12px;
  margin-top: -60px;
}
.blogName {
  margin: 10px 0 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogInfoDiv {
  padding: 10px 20px;
}
.blogDateDiv {
  border-top: 1px solid var(--blackOp1E);
  padding: 20px 0;
}
.blogNavigation {
  gap: 10px;
}
.blogNavigation .divider {
  height: 20px;
  width: 1px;
  background-color: var(--blackOp1E);
}
.blogNavigation .iconBtn {
  background-color: var(--bgClr4);
  transition: border 0.4s;
  border: 1px solid transparent;
}
.blogNavigation .iconBtn:hover {
  border: 1px solid var(--blackOp1E);
}
@media screen and (min-width: 649px) {
  .blogSwiper.firstLoad .blogSlide {
    flex: calc(50% - 8px) 0 0;
    width: calc(49% - 8px) !important;
  }
  .blogSwiper.firstLoad .blogWrapper {
    gap: 20px !important;
  }
  .blogSwiper.firstLoad .blogDiv {
    width: calc(99%) !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 968px) {
  .blogSwiper.firstLoad .blogSlide {
    flex: calc(25% - 15px) 0 0;
    width: calc(24% - 15px) !important;
  }
  .blogSwiper.firstLoad .blogWrapper {
    gap: 20px !important;
  }
  .blogSwiper.firstLoad .blogDiv {
    width: calc(99%) !important;
    margin: 0 auto;
  }
  .blogNavigation {
    display: none;
  }
}
/* siteInfoSection */
.siteInfoSection {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--blackOp1E);
}
.siteInfoDiv {
  gap: 40px;
}
.siteInfoDiv.shortView {
  margin-bottom: 40px;
  max-height: 200px;
  overflow: hidden;
}
.siteInfoTitle {
  font-size: 1.35em;
}
.siteInfoDiv.shortView::after {
  content: "";
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #fff, transparent);
}
.seeMoreInfo {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 10;
  color: var(--blueClr2);
  border-radius: 5px;
  padding: 5px 15px;
  transition: background-color 0.4s;
}
.seeMoreInfo:hover {
  background-color: var(--blackOp09);
}
.seeMoreInfo svg {
  color: var(--blueClr2);
}
.siteInfoDiv a {
  color: var(--redClr);
  margin: 0 5px;
  border-bottom: 1px solid var(--redClr);
}
.siteInfoDiv p {
  text-align: justify;
}
.infoItem {
  position: relative;
  padding-right: 15px;
}
.infoItem::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--redClr);
}
.infoTagList {
  flex-wrap: wrap;
  gap: 10px;
}
.infoTagItem {
  border-radius: 5px;
  background-color: var(--blackOp0A);
  padding: 5px 10px;
}
