/* Theme dada */
.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.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: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}

/* Announcement Bar */
.app-bar .notice {
  padding: 0.001px;
}


/* CATEGORY BACKGROUND EFFECT START */
.cat-card .cat-card-img-rounded {
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
/* CATEGORY BACKGROUND EFFECT END */


/* buy now butotn */
.solid-button__btn {
    border: 1px solid #0f5a8f;
    background: #0f5a8f !important;
    border-radius: 6px;
    height: 40px !important;
    min-height: 0;
    min-width: 0;
    outline: none !important;
    padding: 12px;
    white-space: nowrap;
}



.product-discount{
    background:#0f5a8f;
    padding:2px 8px;
    border-radius:4px;
    color:#fff;
    display:inline-block;
    animation:zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut{
    0%{transform:scale(0.95);}
    50%{transform:scale(1.05);}
    100%{transform:scale(0.95);}
}



/* MOBILE VIDE PRODUCT PAGE PRODUCT NAME */
.product-component-name {
    font-size: 20px;
    font-style: normal;
    letter-spacing: .02em;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;

    /* background: linear-gradient(90deg, #0f5a8f, #ff7a18, #ffcc00, #0f5a8f); */
    background: linear-gradient(90deg, #0f5a8f, #1fb8ff, #28a6e1, #0f5a8f);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}



.badge {
    background-color: #0f5a8f;
    color: var(--header-badge-contrast-text);
    right: 2px;
    top: 2px;
}


.pr-plus-minus-button-text-icon {
    bottom: -5px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    color: #0f5a8f;
}

.pr-plus-minus-button-text {
    display: block;
    flex-grow: 1;
    position: relative;
    text-align: center;
    color: #0f5a8f;
}

@media only screen and (min-width: 600px) {
    .bottom-sheet-content {
        padding: 0 24px 24px !important;
    }
}



.sh-footer-main {
  background: rgb(12 93 158 / 10%); /* transparent glass look */
  backdrop-filter: blur(10px); /* main blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1); /* soft shadow */
  
  color: #000000; /* adjust if needed */
}

/* .bottom-nav__app__bar {
    position: fixed;
    bottom: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1px 1px;
    background:linear-gradient(135deg, rgb(40 166 225 / 8%), rgb(42 169 228 / 31%));
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
} */



.bottom-nav__app__bar {
    position: fixed;
    bottom: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1px 1px;
    background: linear-gradient(135deg, rgba(255, 126, 179, 0.35), rgba(255, 79, 160, 0.25));
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.solid-button__btn {
    border: 1px solid #005AFF;
    background: #005AFF !important;
    border-radius: 6px;
    height: 40px !important;
    min-height: 0;
    min-width: 0;
    outline: none !important;
    padding: 12px;
    white-space: nowrap;
}

.sh-bottom-nav-unselected {
    color: #000000 !important;
    stroke: #000000 !important;
}

.sh-bottom-nav-selected {
    color: #28a6e1 !important;
    stroke: #28a6e1 !important;
}





/* SUMMERY SECTION CSS CODE STARTS HERE */
  /* Container base ✔👉✅🤩💕 */
  .koushik-trust-section {
    background: #f5f5f5; /* subtle off-white */
    border: 1px solid #e0e0e0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    max-width: 100%;
    /*margin: 2rem auto;*/
    margin: 0.2rem 0rem 2.1rem 0rem;
    font-family: Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
  }

  /* Title */
  .koushik-trust-title {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
  }

  /* Payment cards row */
  .koushik-trust-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .koushik-payment-cards {
    max-width: 100%;
    height: auto;
    flex: 1 1 200px;
    min-width: 150px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  /* Badge */
  .koushik-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    flex: 0 1 auto;
    white-space: nowrap;
    background-color:#28a6e1;  /* #e67e22; */
  }

  /* Note */
  .koushik-trust-note {
    font-size: clamp(12px, 1.5vw, 14px);
    color: #555;
    max-width: 95%;
    margin-bottom: 1.4rem;
  }

  /* Extra trust badges container */
  .koushik-extra-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  /* Each extra badge box */
  .extra-badge {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0.5rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: #666;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
@media (max-width: 480px) {
  .extra-badge {
    padding: 0.5rem 0.5rem 0.5rem 0.2rem;
  }
}

  /* Icon style */
  .icon {
    width: 24px;
    height: 24px;
    stroke: #888;
    flex-shrink: 0;
  }

  /* Shining glow animation on entire container */
  .shining::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: shine 2.5s infinite;
    pointer-events: none;
  }

  @keyframes shine {
    0% {
      left: -75%;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
.product-highlights-title {
  color: #1a1a1a;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: left;
  display: none;
}
.product-component-qty-msgs {
  color: var(--primary-contrast-text);
  font-size: 14px;
  font-weight: 400;
  display: none;
}

/* SUMMERY SECTION CSS CODE ENDS HERE */



:root {
    --primary-main: #FFFFFF;
    --primary-contrast-text: #1A1A1A;
    --secondary-main: #28a6e1;
    --info-main: #403B37;
    --error-main: #f44336;
    --error-invalid: #BB0000;
    --error-cancel: #DD0000;
    --error-primary: #F30020;
    --disabled-color: #a9a9a9;
    --typography-font-family: "Helvetica", "Noto Sans", "Roboto", "Arial", sans-serif;
    --header-main: #FFFFFF;
    --header-contrast-text: #000000;
    --header-button-background: #3A3E46;
    --header-accent: #000000;
    --header-badge-main: #28a6e1;
    --header-badge-contrast-text: #ffffff;
    --header-box-shadow: rgb(238 238 238) 0px 1px 0px;
    --header-divider: 1px solid #e5e5e5;
    --header-notice-background: #3A3E46;
    --header-notice-text: #FFFFFF;
    --header-desktop-notice-background: #3A3E46;
    --header-desktop-notice-text: #FFFFFF;
    --header-menu-bar-background: #3A3E46;
    --header-menu-bar-color: #FFFFFF;
    --search-bar-main: #FFFFFF;
    --search-bar-border: 1px solid #EEEEEE;
    --search-bar-icon-main: #1A1A1A;
    --search-bar-icon-accent: #28a6e1;
    --bottom-nav-main: #3a3e46;
    --bottom-nav-selected: #28a6e1;
    --bottom-nav-not-selected: #999999;
    --bottom-nav-badge-main: #28a6e1;
    --bottom-nav-badge-contrast-text: #FFFFFF;
    --bottom-nav-border: none;
    --button-main: #28a6e1;
    --button-contrast-text: #FFFFFF;
    --button-borderColor: #28a6e1;
    --footer-main: #3A3E46;
    --footer-contrast-text: #FFFFFF;
    --product-discount-tag-background: #e12c43;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #28a6e1;
    --notice-color: #ffffff;
    --notice-bg-color: #000000;
    --max-store-width: 1280px;
}