body {
  font-family: "Poppins", sans-serif !important;
}
.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
  background-color: #fff;
}
.sh-header-location-icon {
  fill: #1e125b !important;
}
.sh-header-account-icon {
  stroke: #1e125b !important;
}
.sh-header-cart-icon {
  stroke: #1e125b !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #1e125b !important;
}
.sh-header-search-icon {
  stroke: #1e125b !important;
}
.sh-header-cart-badge {
  background-color: #1e125b;
  color: #ffffff;
}
.sh-header-mob-menu-icon {
  color: #000000;
}
.sh-categories-container > div > h2 {
  display: none !important;
}

.sh-categories-container > div > hr {
  display: none !important;
}

.sh-banner-collection-card > a > div > div > p {
  display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 8px !important;
  background-color: #232323 !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}
#categories .cat-card-img {
  border: 0.5px solid #1e125b;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card {
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  background: #1e125b !important;
  color: white !important;
  border: 1px solid #000 !important;
}
@media (min-width: 768px) {
  .app-bar .logo-ctn {
    flex: inherit !important;
  }
}
.sh-header-search-box {
  background-color: #f4f4f4 !important;
  border-radius: 20px !important;
}
.menu-bar .links {
  font-weight: 500 !important;
}
.ban-cont-text {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 500;
  color: white;
}
.section-heading {
  font-weight: 600;
  font-size: 34px;
  color: #1e125b;
}
.pr-long-card .pr-image {
  -o-object-fit: contain;
  object-fit: contain;
}
.sh-product-card {
  border-radius: 18px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 2px solid #1e125b;
}
.sh-footer-main {
  background-color: #000;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.sh-bottom-nav-main {
  background-color: #fff;
}
.sh-bottom-nav-selected {
  stroke: #000 !important;
  color: #000 !important;
  fill: none !important;
}
.sh-bottom-nav-unselected {
  stroke: #1e125b !important;
  color: #1e125b !important;
}
.sh-bottom-nav-cart-badge {
  background-color: #1e125b !important;
  color: #fff !important;
}

.footer-row-title {
  color: #fff !important;
}
.sh-footer-icon {
  color: #fff !important;
}
features-container table tr:has(.features-table-value:empty) {
  display: none;
}
