.swiper-button-prev,
.swiper-button-next {
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border: none !important;
  border-radius: 0px !important;
  background: rgba(255, 255, 255, 0.35) !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  height: 14px !important;
  width: 28px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 51, 48, 1) !important;
  font-size: 20px !important;
}
#categories .section-heading {
  display: none;
}

.section-wrapper-0 section {
  margin-top: 0px;
}
.ban-cont-content {
  max-width: 90% !important;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.ban-cont-text {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.ban-cont-button {
  border-radius: 2px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
@media (max-width: 480px) {
  .ban-cont-text {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .ban-cont-button {
    border-radius: 2px !important;
    padding: 3px 16px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
  }
}
#footer {
  background-color: #fbfbfb !important;
}
.pr-long-card {
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.sh-section-heading {
  margin-top: 24px !important;
}
.ProductInfiniteScroll-component .sh-section-heading {
  margin-top: 0px !important;
}
#categories .section-heading-container {
  display: none !important;
}
.section-wrapper-7,
.section-wrapper-5,
.section-wrapper-3,
.section-wrapper-1 {
  margin-top: 32px !important;
}
.cat-card {
  padding: 0px 10px !important;
}
@media (max-width: 768px) {
  .hero-inner {
    height: 65vh !important;
  }
  .mobile-img {
    display: block;
    margin-top: 110px !important;
  }
}

/* ============================================
   VDT MARQUEE - Announcement Bar
   ============================================ */

@keyframes vdt-marquee {
  0%   { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}

/* Container */
#notice {
  overflow: hidden !important;
  background: linear-gradient(90deg, #0a2a2a 0%, #0d3b3b 30%, #0f4040 50%, #0d3b3b 70%, #0a2a2a 100%) !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
}

/* Scrolling text */
.notice-message {
  display: inline-block !important;
  white-space: nowrap !important;
  animation: vdt-marquee 22s linear infinite !important;
  color: #ffd700 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  max-width: none !important;
  text-align: left !important;
}
