.sh-product-card {
  border: 0.0625rem solid rgba(81, 51, 16, 0.14);
  box-shadow: 0 0.25rem 0.75rem rgba(81, 51, 16, 0.12);
}

.sh-row-title-divider {
  display: none !important;
}

.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}

.sh-banner-collection-card > a > div > div > p {
  display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card-discount-tag {
  background-color: #9d0000 !important;
  font-weight: 400 !important;
  left: auto !important;
  top: 12px;
  right: -38px;
  width: 130px;
  text-align: center;
  font-weight: 500;
  transform: rotate(45deg);
}

.sh-product-discount-tag {
  background-color: #9d0000 !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

.section .scroll-animate-item {
  box-shadow: 0 4px 14px rgba(81, 51, 16, 0.14) !important;
}

.cat-card-img-root {
  box-shadow: 0 4px 14px rgba(81, 51, 16, 0.14) !important;
}

.product-swiper-slide {
  height: auto !important;
}

.scroll-animate-item {
  height: 100% !important;
}

.category-swiper-slide {
  margin-top: 8px !important;
}

.product-card {
  padding: 0px 10px !important;
}

.grid .scroll-animate-item {
  box-shadow: 0 4px 14px rgba(81, 51, 16, 0.14) !important;
}

.category-swiper-slide .scroll-animate-item,
.category-swiper-slide .grid .scroll-animate-item {
  box-shadow: none !important;
}

.hero-banner-root img {
  border-radius: 5px;
  box-shadow:
    0 2px 10px rgba(81, 51, 16, 0.18),
    0 6px 18px rgba(81, 51, 16, 0.12) !important;
}

.hero-banner-root .swiper-slide {
  padding: 10px;
}

.cat-card .cat-card-img-rounded {
  border: 2px solid #C9A37A;
  background: #FFF4E6;
  box-shadow: 0 4px 12px rgba(81, 51, 16, 0.10);
}

.BannerCollection-component {
  max-width: 1440px;
  margin: auto;
}

.luxury-footer {
  background-color: #2B1A12;
  color: #F4E6D3;
}

.footer-company-description {
  color: #F4E6D3;
  line-height: 1.6;
}

.accordion-header {
  color: #D7C3A7;
  font-weight: 600;
}

.luxury-footer a {
  color: #D7C3A7;
  text-decoration: none;
  transition: color 0.2s ease;
}

.luxury-footer a:hover {
  color: #E67E22;
}

.footer-bottom {
  background-color: #3A2418;
  border-top: 1px solid #4A3326;
}

.footer-copyright p {
  color: #A88F74;
  margin: 0;
}

.footer-bottom-links a {
  color: #D7C3A7;
  margin-left: 12px;
}

.footer-bottom-links a:hover {
  color: #E67E22;
}

.luxury-footer hr {
  border-color: #4A3326;
  opacity: 0.6;
}

.accordion-header:hover {
  color: #F4E6D3;
}

@media (min-width:768px) {
  .cat-section .w-full {
    width: 80% !important;
  }

  .cat-section .md\:grid-cols-6 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}