.header-mobile-sidemenu__name {
  font-size: 0px;
}

.MuiToolbar-gutters {
  padding: 3px;
}

.sh-header-mob-menu-icon {
  color: #000 !important;
}

.sh-footer-main {
  background-color: #13501b !important;
  color: #fff;
}

.sh-product-card:hover {
  border-radius: 8px !important;
}

.sh-product-card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.pr-long-col-media {
  object-fit: contain;
}

.sh-bottom-nav-main {
  background-color: #157919;
}
.sh-header-location-icon {
  fill: #000000 !important;
}

.sh-header-account-icon {
  stroke: #000000 !important;
}

.sh-header-cart-icon {
  stroke: #000000 !important;
  fill: none !important;
}

.sh-header-arrow-icon {
  fill: #000000 !important;
}

.sh-header-search-icon {
  stroke: #000000 !important;
}

.sh-header-main {
  background-color: #fff;
  font-size: 20px;
  color: #000;
}

.sh-product-discount-tag {
  background-color: #000000;
  font-weight: 400 !important;
  border-radius: 4px !important;
}

.sh-product-plus-minus-button {
  border-radius: 1px !important;
}

.sh-solid-button {
  border-radius: 4px;
}

.sh-row-title-divider {
  display: none !important;
}

.sh-product-plus-minus-button {
  background-color: #008000;
  color: #fff;
  border: 1px solid #88ce48 !important;
  border-radius: 1px !important;
  width: 50% !important;
  margin: auto;
}

.sh-product-plus-minus-button:hover {
  background-color: green;
  color: #fff;
  border: 1px solid #88ce48 !important;
}

.sh-product-plus-minus-button-div {
  color: #fff;
}

.sh-footer-icon {
  color: #ffffff !important;
}

.sh-solid-button {
  border-radius: 4px;
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
}

.sh-solid-button:hover {
  background-color: #008000 !important;
  color: #ffffff !important;
}

.sh-product-card {
  background-color: #fff;
  border: 1px solid #f2f2f2 !important;
  border-radius: 0px !important;
}

.pr-price {
  align-items: center;
  justify-content: center;
}

.pr-long-card {
  padding: 5px;
}

.app-bar .toobar-gutters {
  padding: 12px !important;
}

@media screen and (max-width: 425px) {
  .swiper-button-next,
  .swiper-button-prev {
    text-align: center;
    min-width: 26px;
    min-height: 1px;
    max-width: 6px;
    max-height: 26px;
    background-color: #0000007a;
    color: #fff !important;
    font-weight: 600;
    padding: 8px;
    border-radius: 1000px;
    transition: 0.2s ease-in-out;
  }
}

@media screen and (max-width: 480px) {
  .toobar-regular {
    background-color: #157919;
  }
  .pr-title {
    text-align: center;
    font-size: 12.6px !important;
    font-family: sans-serif;
    line-height: 12px;
    text-transform: capitalize;
  }
  .sh-header-arrow-icon {
    fill: #ffffff !important;
  }

  .sh-header-search-icon {
    stroke: #ffffff !important;
  }
  .swiper-wrapper {
    position: relative;
    width: 67%;
  }

  #search-box {
    background-color: #157919;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toobar-regular div div svg path {
    color: #fff;
  }

  .pr-mrp-price,
  .pr-sale-price {
    font-size: 10px;
    line-height: 20px;
  }

  .sh-product-card-discount-tag {
    background-color: #71c638;
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    width: 65px;
    text-align: center;
    font-size: 12px !important;
    line-height: 20px;
  }

  .pr-discount {
    padding: 0px 0px;
  }
  .sh-product-card:hover {
    border-radius: 6px !important;
  }

  .LargeCategoriesCardV1-component {
    /* background-color: #157919 !important; */
    color: #000000 !important;
  }

  .LargeCategoriesCardV1-component .section-heading {
    color: inherit;
  }

  .LargeCategoriesCardV1-component .section-heading::after {
    background-color: #fff;
  }

  .pr-var-btn {
    padding: 4px 9px;
    min-width: 77px;
    text-transform: capitalize;
    color: var(--contrast-color);
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 6px;
    box-shadow: none;
    justify-content: space-between;
    align-content: center;
    width: 100%;
  }
  .pr-two-col-vatext {
    text-transform: capitalize;
    color: #666;
    font-weight: 500;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pr-var-dropdown-icon {
    transform: rotate(181deg);
    font-size: 30px;
    margin-top: -15px;
    margin-right: 5px;
    line-height: 12px;
    font-family: cursive;
    color: #999;
  }
  .app-bar-main {
    width: 100%;
    background: #157919;
    color: white;
  }

  .LargeCategoriesCardV1-component-component .sh-section-heading {
    color: inherit;
  }

  .cat-card-img {
    border-radius: 10px !important;
  }
  .pr-list-card .pr-image {
    height: 84px !important;
  }
}

.collection-image {
  width: 100%;
  border-radius: 21px;
  padding: 10px;
}

.cat-card-letter-container {
  background: #f6f6f6;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  transition-duration: 0.45s;
  border-radius: 20px;
}

.cat-card-img {
  transition-duration: 0.45s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  border: 2px solid #f47f17;
}

/* .sh-category-card > a > div:hover {
    border: 2px solid #50c113;
    border-radius: 20px;
  } */

.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 3/4);
  transition-duration: 450ms;
  border-radius: 20px;
}

.overflow-hidden {
  overflow: hidden;
  border-radius: 20px;
}

.app-bar-main {
  width: 100%;
  background: #157919;
}

.menu-bar .links {
  font-size: 16px;
  /* font-weight: bold; */
  color: var(--menu-bar-color);
}

.header-mobile-sidemenu__head__container {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #157919;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--header-box-shadow);
  transition: top 0.4s ease 0s;
  padding: 12px 16px;
  width: calc(80vw * var(--device-pixel-ratio));
}

.sh-header-location-icon {
  fill: #ffffff !important;
}

.sh-header-cart-icon {
  stroke: #ffffff !important;
  fill: none !important;
}

.menu-bar .links {
  font-size: 16px;
  font-weight: bold;
  color: var(--menu-bar-color);
}

.app-bar .notice-message {
  text-align: center;
  max-width: var(--notice-max-width);
  font-weight: bold;
}

.app-bar-main {
  width: 100%;
  background: #157919;
  color: white;
}

.LargeCategoriesCardV1-component-component .sh-section-heading {
  color: inherit;
}

.collection-image {
  width: 100%;
  border-radius: 21px;
  padding: 10px;
}

.cat-card-letter-container {
  background: #f6f6f6;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  transition-duration: 0.45s;
  border-radius: 20px;
}

.cat-card-img {
  transition-duration: 0.45s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}

/* .sh-category-card > a > div:hover {
    border: 2px solid #50c113;
    border-radius: 20px;
  } */

.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 3/4);
  transition-duration: 450ms;
  border-radius: 20px;
}

.overflow-hidden {
  overflow: hidden;
  border-radius: 20px;
}

.app-bar-main {
  width: 100%;
  background: #fff;
}

.menu-bar .links {
  font-size: 16px;
  /* font-weight: bold; */
  color: var(--menu-bar-color);
}

.header-mobile-sidemenu__head__container {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #157919;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--header-box-shadow);
  transition: top 0.4s ease 0s;
  padding: 12px 16px;
  width: calc(80vw * var(--device-pixel-ratio));
}

.sh-header-location-icon {
  fill: #000 !important;
}

.sh-header-cart-icon {
  stroke: #000 !important;
  fill: none !important;
}

.menu-bar .links {
  font-size: 16px;
  font-weight: bold;
  color: var(--menu-bar-color);
}

.app-bar .notice-message {
  text-align: center;
  max-width: var(--notice-max-width);
  font-weight: bold;
}

.sh-product-plus-minus-button {
  background-color: #008000;
  color: #fff;
  border: 1px solid #88ce48 !important;
  border-radius: 4px !important;
  width: 35% !important;
  margin: auto;
}

.sh-product-card-discount-tag {
  background-color: #71c638;
  font-weight: bold !important;
  border-radius: 8px 0px 8px 0px !important;
  width: 65px;
  font-size: 14px;
  line-height: 26px;
}

.text-on-primary .object-contain {
  object-fit: contain;
  background: darkgreen !important;
}

.advance-shipping-container h3 {
  color: #000;
}
.advance-shipping-container + button {
  background: var(--button-main);
  border: none !important;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  text-align: center;
  min-width: 35px;
  min-height: 8px;
  max-width: 11px;
  max-height: 37px;
  background-color: #0000007a;
  color: #fff !important;
  font-weight: 600;
  padding: 8px;
  border-radius: 1000px;
  transition: 0.2s ease-in-out;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 17px) !important;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 17px) !important;
  left: auto;
}
.horizental-social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008000 !important;
  border-radius: 999px;
  transition: background 0.3s;
}

.sh-product-plus-minus-button {
  background-color: #008000;
  color: #fff;
  border: 1px solid #88ce48 !important;
  border-radius: 4px !important;
  width: 100% !important;
  margin: auto;
}

.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 3 / 4);
  transition-duration: 450ms;
  border-radius: 20px;
  padding: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  text-align: center;
  min-width: 35px;
  min-height: 8px;
  max-width: 11px;
  max-height: 37px;
  background-color: #0000007a;
  color: #fff !important;
  font-weight: 600;
  padding: 8px;
  border-radius: 1000px;
  transition: 0.2s ease-in-out;
}
/* 
  .pr-title {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  @media screen and (max-width: 480px) {
    .pr-title {
        text-align: center;
        font-size: 12px !important;
        font-family: sans-serif;
        line-height: 15px !important;
        text-transform: capitalize !important;
    }
  }
  
  
  
  
  /* Code added on 14.04.2025 */

@media screen and (max-width: 580px) {
  .cat-card-title {
    font-size: 13px !important;
    margin-top: 6px;
    /* font-weight: bold; */
  }
}

.cat-card-title {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  z-index: 2;
  text-align: center;
  align-items: center;
  pointer-events: none;
  margin-top: 10px;
  margin-bottom: 4px;
}

.pr-title {
  text-align: center;
  font-size: 16px;
  font-family: "Helvetica";
}

@media screen and (max-width: 600px) {
  .pr-mrp-price,
  .pr-sale-price {
    font-size: 13px !important;
    line-height: 20px;
  }
}

.pr-sale-price {
  color: #f47f17;
  font-weight: 700;
  margin-right: 8px;
}
.sh-product-card-discount-tag {
  background-color: #f47f17;
  font-weight: bold !important;
  border-radius: 8px 0px 8px 0px !important;
  width: 65px;
  font-size: 14px;
  line-height: 26px;
}

.app-bar .notice {
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  padding: 10.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: small;
  padding: 5px;
}
.BannerCollection-component {
  padding: 0px 0px !important;
}
.pr-sale-price {
  display: flex;
  align-items: center;
  background-color: #d32f2f; /* Yellow background */
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  max-width: fit-content;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.product-pricing-primary {
  background-color: #d32f2f; /* Yellow background */
  color: #fff !important;
  border-radius: 8px;
  padding: 4px 10px;
}
.pr-mrp-price {
  font-size: 14px;
  color: #bbb;
  text-decoration: line-through;
  font-weight: 600;
  line-height: 1.2;
}
.sh-product-card-discount-tag {
  font-weight: bold !important;
  border-radius: 0px 0px 0px 0px !important;
  width: 60px;
  font-size: 14px;
  line-height: 26px;
}
.pr-discount {
  bottom: 0 !important;
  left: 0 !important;
  top: inherit !important;
  font-weight: bold !important;
}
.product-pricing-secondary {
  color: #000 !important;
}
.sh-product-card-mrp {
  color: #000 !important;
}
body {
  background-color: #fffcee;
}
.sh-product-discount-tag {
  font-weight: bold !important;
}
.section-description,
.section-heading,
.section-heading-viewall {
  --section-heading-color: #1a1a1a !important;
}
.pr-discount {
  color: red !important;
  background: #fff44f !important;
}
.pr-sale-price {
  font-size: 16px !important;
}

.pr-list-card .pr-list-discount {
  display: flex;
  align-items: center;
   color: red !important;
  background: #fff44f !important;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  max-width: fit-content;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}