.sh-product-card {
  border: 2px solid #e6f4fb !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
}
.sh-product-card:hover {
  box-shadow: 0 6px 14px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 12px !important;
  right: 12px !important;

  border: 1px solid #2f98c4 !important;
  background: #e6f4fb !important;
  color: #222b54 !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}

.sh-product-plus-minus-button {
  border-radius: 30px !important;
  color: #2f98c4 !important;
  border: 1px solid #2f98c4 !important;
  background-color: #f3f9fe !important;
}

.sh-solid-button {
  border-radius: 30px;
}

.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #f0f7fd !important;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #e6f4fb !important;
}

.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}

.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}

@media (min-width: 768px) {
  .app-bar .logo-ctn {
    flex: inherit !important;
  }
  .LargeCategoriesCardV1-component .cat-card-swiper {
    max-width: 1000px;
    align-items: center;
    text-align: center;
    margin: auto !important;
  }
}

.sh-header-search-box {
  background-color: #f5f5f5 !important;
  border-radius: 20px !important;
  color: #2f98c4 !important;
}
.sh-header-search-box input::placeholder {
  color: #2f98c4 !important;
}
.sh-header-search-box span {
  position: absolute;
  right: 12px;
}
@media (max-width: 600px) {
  .sh-header-search-box {
    right: 21px !important;
  }
  #searchbar {
    padding-left: 12px !important;
  }
  .sh-header-search-box:nth-child(1) button {
    margin-right: 10px !important;
  }
}
.sh-header-search-box svg {
  stroke: #2f98c4 !important;
}
.sh-header-search-box button {
  margin-right: 42px !important;
}
.sh-header-search-box button svg {
  stroke: #2f98c4 !important;
}
.account-popup svg {
  stroke: #2f98c4 !important;
}
#cart-div svg {
  stroke: #2f98c4 !important;
}

.app-bar-main {
  background-color: #f9f9f9 !important;
}
.sh-header-menu .links {
  font-weight: 600 !important;
}

.section-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #e9f4fb !important;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e9f4fb !important;
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  z-index: 0;
  background-color: #e9f4fb !important;
}

.section-1 > * {
  position: relative;
  z-index: 1;
}

/* Prices & headings */
.pr-sale-price {
  color: #222b54 !important;
}
.section-heading {
  color: #222b54 !important;
}
.section-heading::after {
  background-color: #2f98c4 !important;
}

.section-heading-viewall {
  background: #2f98c4 !important;
  padding: 8px 22px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Add arrow using ::after */
.section-heading-viewall::after {
  content: "→";
  margin-left: 8px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.3s ease;
  background: #fff;
  color: #2f98c4 !important;
  padding: 1px 4px;
  border-radius: 50%;
}

.view-all a {
  background: #2f98c4 !important;
  padding: 8px 22px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-color: #2f98c4 !important;
  transition: all 0.3s ease;
}
.view-all a::after {
  content: "→";
  margin-left: 8px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.3s ease;
  background: #fff;
  color: #2f98c4 !important;
  padding: 1px 4px;
  border-radius: 50%;
}

/* Hover effect (arrow moves slightly to right) */
.section-heading-viewall:hover::after {
  transform: translateX(4px);
}

.title-ctn h1 {
  color: #222b54;
}

.punchline a {
  color: #2f98c4 !important;
}
.sh-header-mob-menu-icon {
  color: #2f98c4 !important;
}
.sh-banner-img-ctn .backdrop {
  background: transparent !important;
}
.app-bar .title {
  color: #222b54 !important;
}

.product-footer-button-container .sh-solid-button {
  border-radius: 30px !important;
}
.product-footer-button-container .pr-outlined-button {
  border-radius: 30px !important;
  background-color: #fff !important;
  color: #2f98c4 !important;
}
.toobar-gutters button svg {
  color: #2f98c4 !important;
}

.cat-card-img {
  border-radius: 22px !important;
  background-color: #ffffff;
}

.sh-header-location-icon.mui-vubbuv {
  fill: #2f98c4;
}

.pr-long-card .pr-image {
  object-fit: contain;
}

.sh-footer-main {
  background-color: #000;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}

.app-bar {
  background-color: #fff !important;
  color: #000 !important;
}

.generic-collection .heading {
  display: none;
}
.sh-header-location-icon.mui-vubbuv {
    fill: #2f98c4 !important;
}
.app-bar .toobar-regular {
  
    background-color: #fff;
}
.cat-card-img {
    border-radius: 0px !important;
    background-color: #ffffff;
}