.sh-header-main {
  background-color: #000;
  color: #fff;
  box-shadow: rgb(238 238 238) 0px 1px 0px;
}
.sh-header-mob-menu-icon {
  color: #000000;
}
.sh-footer-main {
  background-color: #000000;
  color: #ffffff;
}
.sh-footer-icon {
  color: #ffffff !important;
}
.sh-product-card {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
}
.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-price {
  color: #000000;
  font-weight: bold;
}
.sh-product-card-mrp {
  color: #666666;
}
.sh-product-card-name {
  color: #1a1a1a;
  font-size: 0.85rem;
}
.sh-product-card-discount-tag {
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0px;
  right: auto;
  top: 0px;
  left: 0px;
}
.sh-product-discount-tag {
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0px;
}
.sh-product-plus-minus-button {
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  fill: #000000;
}
.sh-product-card-enquiry {
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background: #000000 !important;
  border-radius: 0px;
}
.sh-product-enquiry {
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background: #000000 !important;
  border-radius: 0px;
}
.sh-solid-button {
  border-radius: 0px;
  border: 1px solid #000000 !important;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.sh-solid-button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.sh-bottom-nav-main {
  background-color: #000000;
}
.sh-bottom-nav-selected {
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
}
.sh-bottom-nav-unselected {
  stroke: rgb(187, 187, 187) !important;
  color: rgb(187, 187, 187) !important;
}
.sh-bottom-nav-cart-badge {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.sh-category-card {
  margin: 0px 10px 10px;
  padding-top: 8px;
  border-radius: 0px;
  text-align: center;
}
.sh-row-title-divider {
  display: none;
}

.sh-product-wishlist-desktop {
  border-color: #000000 !important;
}
.sh-product-share-icon {
  stroke: #000000 !important;
}
.sh-product-social-button {
  background-color: #000000;
  fill: #000000;
}
.sh-product-wishlisted-icon {
  fill: #000000 !important;
}
.sh-product-not-wishlisted-icon {
  stroke: #000000 !important;
}
.sh-footer-main {
  background-color: #000;
  color: #ffffff;
}
.sh-footer-icon {
  color: #ffffff !important;
}
.sh-outlined-button {
  border-radius: 0px;
}
.sh-product-buy-now-button {
  color: #ffffff;
  border: 1px solid #000000;
  outline: none !important;
  padding: 12px;
  background: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
}

.sh-categories-container {
  background-color: #ffffff;
  text-align: center;
}

/* New styles based on the image */
.sh-hero-section {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.sh-hero-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
}

.sh-section-title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.sh-testimonial-card {
  background-color: #ffd966;
  padding: 20px;
  border-radius: 0px;
  text-align: center;
}

.sh-news-section {
  margin-top: 40px;
}

.sh-category-title {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 8px;
}
.cat-card-img {
  boder-radius: 10px;
}
.pr-long-card {
  padding: 5px;
}
.cat-card-img-rounded {
  transition: transform 0.3s ease-in-out;
}
.cat-card-img-rounded:hover {
  transform: scale(1.15); /* Slightly larger on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds shadow */
}
#categories .swiper-wrapper {
  justify-content: center !important;
}
.sh-header-location-icon {
  fill: #fff !important;
}
.sh-header-account-icon {
  stroke: #fff !important;
}
.sh-header-cart-icon {
  stroke: #fff !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #fff !important;
}
.sh-header-search-icon {
  stroke: #fff !important;
}
.sh-header-cart-badge {
  background-color: #fff;
  color: #000;
}

@media (max-width: 480px) {
  #categories .swiper-wrapper {
    justify-content: space-between !important;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

.comparison-table th {
  background-color: #f8f8f8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .comparison-table thead {
    display: none;
  }

  .comparison-table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
  }

  .comparison-table td {
    display: block;
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    white-space: normal;
    font-weight: bold;
    text-align: left;
    color: #333;
  }
}
figure.table {
  display: block;
  overflow-x: auto;
}
figure.table > table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
