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:#4d5097 !important;
}
.sh-header-account-icon {
    stroke: #4d5097 !important;
}
.sh-header-cart-icon {
    stroke: #4d5097 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #000 !important;
}
.sh-header-search-icon {
    stroke: #4d5097 !important;
}
*/
.sh-header-cart-badge {
    background-color: #000;
    color: #fff;
}

.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: .5px solid #fac123;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 8px !important;

}
.sh-product-card {
    border: 2px solid #cfcfcf;
  border-radius: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.sh-product-plus-minus-button {
  background: #4d5097 !important;
  color: white !important;
border-radius: 32px;
  border: 1px solid #4d5097 !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: 30px;
    color:#000;

}
.pr-long-card .pr-image {
    -o-object-fit: contain;
    object-fit: contain;
    
    aspect-ratio: var(--pr-image-aspect-ratio, 3 / );
    }

.sh-mini-banner-collection-card #sh-collection-6911b3a86985ef6a5ffb21bc
{
 transform: translateY(-4px);
}
.sh-mini-banner-collection-card #sh-collection-6911b3a86985ef6a5ffb21bb
{
 transform: translateY(-4px);
}

.sh-product-card {
border: 2px solid #cfcfcf;
border-radius: 32px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.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:  #4d5097 !important;
    color:  #4d5097 !important;
}
.sh-bottom-nav-cart-badge {
    background-color:  #4d5097 !important;
    color: #fff !important;
}

.footer-row-title
{
color:#fff !important;
}
.sh-footer-icon
{
color:#fff !important;
}
.sh-banner-img-ctn>img
{
  border-radius: 12px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: .5px solid #4d5097;

}
:root {
--header-accent: #000000 !important;
}
.sh-ge-collect.sh-collection-69dbd4af4599961c6416b6c3{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sh-ge-collect .sh-collection-69dbd4af4599961c6416b6c3 > .sm\:col-span-12.col-span-12.mb-4 {
    width: 100%;
    text-align: center;
}
.sh-ge-collect .sh-collection-69dbd4af4599961c6416b6c3 .BannerCollection-component {
    width: 20%;
}
.cat-card .sh-category-card>a
{
font-family:cursive;
text-transform: capitalize;
}
.section-heading {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  
  background: linear-gradient(90deg, #33348d, #fac123, #33348d);
  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}