/* =========================
   Theme Update: #F7B8D6
   - Primary:   #F7B8D6 (requested)
   - Dark:      #E98AB8 (hover/active)
   - Light:     #FFF3F9 (soft backgrounds)
   - Footer BG: #241A20 (dark shade that matches pink)
   ========================= */

:root {
  --pink-main: #f7b8d6;
  --pink-dark: #e98ab8;
  --pink-light: #fff3f9;

  --text-dark: #111;
  --text-light: #fff;

  --footer-bg: #241a20;
  --footer-bg-2: #1c1318;

  --border-soft: rgba(0, 0, 0, 0.1);
}





/* PRODUCTS DESCRIPTION CSS  STARTS HERE*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;600&display=swap");

.sh-pc-desc-ctn {
    margin: -16px;
}

 .product-about-desktop {
    padding: 16px !important;
}

.product-component-about-mobile {
    padding: 16px !important;
}

.koushik-premium-container-pd {
  font-family: "Lato", sans-serif;
}

.koushik-premium-container-pd h1,
.koushik-premium-container-pd h2,
.koushik-premium-container-pd h3,
.koushik-premium-container-pd h4 {
  font-family: "Playfair Display", serif;
}

.koushik-premium-container-pd {
  font-family: "Lato", sans-serif;
  color: #333;
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.koushik-premium-container-pd * {
  box-sizing: border-box;
}

/* Variables */
.koushik-premium-container-pd {
  --pink-primary-pd: #e91e63;
  --pink-soft-pd: #fff0f5;
  --pink-light-pd: #fde6ef;
  --dark-pd: #111;
  --muted-pd: #6d6d6d;
  --border-pd: #f3d6df;
  --gold-pd: #c6a75e;
  --primary-pink-pd: #e91e63;
  --soft-pink-pd: #fff0f5;
  /* --soft-pink-pd: #f9f0ff; */
  --light-pink-pd: #fce4ec;
  --dark-pink-pd: #ad1457;
  --gold-accent-pd: #c6a75e;
  --text-dark-pd: #2c2c2c;
  --text-muted-pd: #555;
  --border-color-pd: #f8bbd0;
}

/* Typography */
.koushik-premium-container-pd h1,
.koushik-premium-container-pd h2,
.koushik-premium-container-pd h3,
.koushik-premium-container-pd h4 {
  font-family: "Playfair Display", serif;
  color: var(--text-dark-pd);
}

/* Hero */
.koushik-hero-pd {
  padding: 0.5rem 0.5rem;
  text-align: justify;
  background: linear-gradient(180deg, #ffffff 0%, var(--soft-pink-pd) 100%);
}

.koushik-hero-pd h1 {
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--dark-pink-pd);
  margin-bottom: 1rem;
  text-align: center;
  padding-top: 20px;
}

.koushik-hero-pd p {
  font-size: 1rem;
  color: var(--text-muted-pd);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* Banners */
.koushik-banners-pd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0 1.5rem 2rem 1.5rem;
}

.koushik-banner-item-pd {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  border: 1px solid var(--light-pink-pd);
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.05);
  transition: transform 0.3s ease;
}
.koushik-banner-item-pd:hover {
  transform: translateY(-5px);
}
.koushik-banner-item-pd img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
}
.koushik-banner-item-pd span {
  display: block;
  font-weight: 600;
  color: var(--dark-pink-pd);
  font-size: 0.95rem;
}

/* Dropdowns (Details/Summary) */
.koushik-section-pd {
  border-bottom: 1px solid var(--light-pink-pd);
}

.koushik-details-pd {
  width: 100%;
}

.koushik-summary-pd {
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: background 0.2s;
}

.koushik-summary-pd::-webkit-details-marker {
  display: none;
}

.koushik-summary-pd:hover {
  background: var(--soft-pink-pd);
}

.koushik-summary-pd h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ed268e;   /* var(--dark-pink-pd); */
}

.koushik-summary-pd::after {
  content: "+";
  font-size: 1.8rem;
  color: var(--primary-pink-pd);
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
}

.koushik-details-pd[open] .koushik-summary-pd::after {
  transform: rotate(45deg);
}

.koushik-details-pd[open] .koushik-summary-pd {
  background: var(--soft-pink-pd);
  border-bottom: 1px solid var(--border-color-pd);
}

.koushik-content-pd {
  padding: 1.5rem 1rem;
  background: #fff;
  color: var(--text-muted-pd);
  line-height: 1.7;
  font-size: 0.95rem;
  animation: fnpFadeIn-pd 0.4s ease;
}

@keyframes fnpFadeIn-pd {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Offers Grid */
.koushik-offers-grid-pd {
  display: grid;
  gap: 15px;
}
.koushik-offer-item-pd {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border: 1px solid var(--light-pink-pd);
  border-radius: 8px;
  background: #fffcfd;
}
.koushik-offer-icon-pd {
  font-size: 1.5rem;
  background: var(--light-pink-pd);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--primary-pink-pd);
}
.koushik-offer-text-pd p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.koushik-offer-text-pd strong {
  color: var(--dark-pink-pd);
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

/* Category Grid */
.koushik-cat-grid-pd {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px;
}
@media (max-width: 500px) {
  .koushik-cat-grid-pd {
    grid-template-columns: 1fr;
  }
}
.koushik-cat-card-pd {
  border: 1px solid var(--light-pink-pd);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
}

.koushik-cat-card-pd p,
.koushik-cat-card-pd h3 {
  text-decoration: none;
}
.koushik-cat-card-pd:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(233, 30, 99, 0.12);
}
.koushik-cat-card-pd img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.koushik-cat-info-pd {
  padding: 2px;
  background: #fff;
}
.koushik-cat-info-pd h3 {
  font-size: 1.05rem;
  margin: 0 0 5px 0;
  color: var(--dark-pink-pd);
}
.koushik-cat-info-pd p {
  font-size: 0.85rem;
  margin: 0;
  color: var(--text-muted-pd);
  display: none;
}

/* Tables & Lists */
.koushik-details-list-pd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 400px) {
  .koushik-details-list-pd {
    grid-template-columns: 1fr;
  }
}
.koushik-detail-row-pd {
  padding: 12px;
  background: var(--soft-pink-pd);
  border-radius: 6px;
  border-left: 3px solid var(--primary-pink-pd);
}
.koushik-detail-label-pd {
  display: block;
  font-weight: 600;
  color: var(--dark-pink-pd);
  font-size: 0.85rem;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.koushik-detail-value-pd {
  font-size: 0.95rem;
  color: #333;
}

.koushik-instructions-pd {
  counter-reset: koushik-step-pd;
}
.koushik-step-pd {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: flex-start;
}
.koushik-step-pd::before {
  counter-increment: koushik-step-pd;
  content: counter(koushik-step-pd);
  /* background: linear-gradient(135deg, #4caf50, #275d29); */
  background: linear-gradient(
    135deg,
    var(--primary-pink-pd),
    var(--dark-pink-pd)
  );
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 2px 5px rgba(233, 30, 99, 0.3);
}

/* Highlights */
.koushik-highlights-pd {
  background: linear-gradient(
    135deg,
    var(--dark-pink-pd) 0%,
    var(--primary-pink-pd) 100%
  );
  color: #fff;
  padding: 3rem 1.5rem;
  margin-top: 2rem;
}
.koushik-highlights-product-description {
    background: linear-gradient(135deg, #ad1457 0%, #e91e63 100%);
    color: #fff;
    padding: 3rem 1.5rem;
    margin-top: 2rem;
}
.koushik-high-grid-product-description {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: center;
}

.koushik-high-grid-pd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: center;
}
@media (max-width: 400px) {
  .koushik-high-grid-pd {
    grid-template-columns: 1fr;
    margin: -2px;
  }
}
@media (max-width: 500px) {
  .koushik-cat-grid-pd {
    grid-template-columns: 1fr;
    margin: -2px;
  }
}
.koushik-high-item-pd h4 {
  font-size: 2.2rem;
  color: #fff;
  margin: 0 0 5px 0;
  font-weight: 700;
}
.koushik-high-item-pd p {
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.95;
  color: #fff;
  line-height: 1.4;
}

.koushik-high-item-product-description h4 {
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.koushik-high-item-product-description p {
    font-size: 0.95rem;
    margin: 0;
    opacity: 0.95;
    color: #fff;
    line-height: 1.4;
}

/* Editorial Text */
.koushik-editorial-pd {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.koushik-editorial-pd img {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* DESCRIPTION CSS ENDS HERE */


/* Footer */
/* #footer {
  background-color: var(--footer-bg) !important;
  color: var(--text-light) !important;
}
.three-col-footer__heading {
  color: inherit !important;
}
#sh-footer-git svg {
  color: var(--text-light) !important;
} */

/* keep white so icons pop */
/* .vertical-soc-cont .sh-social-icon {
  background-color: #fff !important; 
}
.vertical-soc-cont .sh-social-icon img {
  filter: invert(1);
}
#sh-footer-copyright {
  background-color: var(--footer-bg) !important;
} */

/* Buttons / Hover */
.sh-home-page-prod-section .sh-solid-button:hover {
  background-color: var(--pink-dark) !important;
  color: var(--text-light) !important;
}

/* App Bar */   
.app-bar {
  background-color: #fff !important;
  color: var(--text-dark) !important;
}
.app-bar-main svg {
  color: var(--text-dark) !important;
}


/* Search */
/* .search-container:before {
  background-color: var(--pink-dark) !important;
}
.search-field .search-input {
  color: var(--text-dark) !important;
} */

/* Badge */
/* .badge {
  background-color: var(--pink-dark) !important;
  color: var(--text-light) !important;
} */

/* Category card image border */
.cat-card-img {
  border-radius: 12px !important;
  border: 1px solid var(--pink-main) !important;
}

/* Align headings */
/* .section-heading-container {
  align-items: center;
} */

/* Banner image */
.sh-banner-img-ctn img {
  border-radius: 12px !important;
  transition: all 200ms ease-in-out;
}

/* View all chip */  /* better contrast on light pink */
/* .section-heading-viewall {
  background-color: var(--pink-main) !important;
  color: var(--text-dark) !important; 
  padding: 2px 12px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.section-heading-viewall:hover {
  text-decoration: none;
  background-color: var(--pink-dark) !important;
  color: var(--text-light) !important;
} */

/* Outlined button */
/* .pr-outlined-button {
  background-color: var(--pink-main) !important;
  color: var(--text-dark) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.pr-outlined-button:hover {
  background-color: var(--pink-dark) !important;
  color: var(--text-light) !important;
} */

/* Product long card background */
.pr-long-card {
  background-color: var(--pink-light) !important;
}

/* Desktop nav positioning */
.app-bar-main > .page-container {
  padding-bottom: 46px !important;
  padding-top: 15px !important;
  position: relative; 
}
.app-bar-main > .page-container nav.desktop-nav {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0 40px;
}
.app-bar-main > .page-container nav.desktop-nav::-webkit-scrollbar {
  display: none;
}
.app-bar-main > .page-container nav.desktop-nav .hidden {
  display: flex !important;
}
.app-bar-main
  > .page-container
  nav.desktop-nav
  .nav-item.flex.items-center.gap-2.text-nowrap.overflow-more-button {
  display: none !important;
}

@media (min-width: 767px) {
  .app-bar-main {
    box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.23);
  }
}

*.nav-link {
  font-size: 14px !important;
}

.sh-bottom-nav-unselected {
  stroke: #000 !important;
  color: #000 !important;
}

@media (max-width: 767px) {
  .toobar-gutters.navbar
    > .flex.justify-between.items-center.w-full
    > div:first-child {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .toobar-gutters.navbar
    > .flex.justify-between.items-center.w-full
    > div:nth-child(2) {
    width: fit-content;
    flex: 0 0 auto !important;
  }
  .toobar-gutters.navbar
    > .flex.justify-between.items-center.w-full
    > div:last-child {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

.app-bar .notice {
  align-items: center;
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  font-size: small;
  height: 100%;
  justify-content: center;
  padding: 0.1px;
  width: 100%;
} 
/* 
@media (min-width: 768px) {
  .app-bar-main > .page-container {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .logo-ctn.left-aligned {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}  */
.cat-card-img:hover {
  transform: scale(1.03) !important;
}
/* .section-heading:hover {
  text-decoration: underline;
}
.sh-banner-img-ctn img:hover {
  transform: scale(1.03) !important;
}
#sh-collection-6981ae59b79714668bdbbb82 .sh-banner-img-ctn img:hover,
#sh-collection-69747f3c6192b77ddaaa6370 .sh-banner-img-ctn img:hover,
#sh-collection-69845333d0bad92957f2cc6f .sh-banner-img-ctn img:hover {
  transform: none !important;
} */



/* 
.swiper-button-next,
.swiper-button-prev {
  text-align: center;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  border: 3px solid #ec278c !important;
  color: #ec278c !important;
  font-weight: 600;
  padding: 4px;
  border-radius: 1000px;
  transition: 0.2s ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 580px) {
  .swiper-button-next,
  .swiper-button-prev {
    text-align: center;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    border: 2px solid #ec278c !important;
    color: #ec278c !important;
    font-weight: 600;
    padding: 4px;
    border-radius: 1000px;
    transition: 0.2s ease-in-out;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px !important;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.solid-button__btn {
  height: 44px !important;
}
.product-footer-height .pr-outlined-button,
.product-footer-height .pr-plus-minus-button {
  height: 44px !important;
}
.product-footer-height {
  height: 44px !important;
}  */
.product-discount {
  background: #ec278c;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
}
/* .solid-button__btn {
  color: #000 !important;
}
#mobile-search-box {
  padding-top: 8px;
}

.search-dropdown-panel {
  margin-top: 8px;
} */





/* Added on 8.3.2026  10am  All bekow codes*/
/* @media (min-width: 768px) {
    .app-bar-main > .page-container {
        padding-bottom: 20px;
        padding-top: 20px;
    }
} */
/* .app-bar-main > .page-container nav.desktop-nav {
    position: relative;
    bottom: 14px;
    left: 0;
    right: 0;
    overflow: auto;
    margin: 0 40px;
    display: none;
} */

@media (min-width: 768px) {
    .product-component-name {
        font-size: 21px;
        font-weight: 600;
        line-height: 24px;
    }
}

/* mega menu top pading  */
/* .mft-mega-nav-container {
    padding-top: 5px;
    border-top: 1px solid gray;
} */

/* #ff3c5d - colour igp theme*/


/* Added 09.03.2025 after8.00am */
.pr-long-card .pr-image:hover {
    transform: scale(1.07);
}
.pr-long-card .pr-image {
    aspect-ratio: var(--pr-image-aspect-ratio, 3 / 4);
    transition-duration: 450ms;
}

.pr-discount {
    border-radius: 0px 4px;
    top: 0px;
    right: 0px;
    left: unset;
}

.pr-discount {
    background: #4caf50 !important; /* #f53b47 #ec278c; */
    color: var(--product-discount-tag-color);
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.pr-outlined-button {
    background: var(--button-contrast-text);
    border: 1px solid var(--button-main); /*  border & color #ec278c */
    border-radius: 6px;
    color: #ff8dc3;  /* var(--button-main); */
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    min-width: 80px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Lift + color fill */
.pr-outlined-button:hover {
    background: #ec278c !important;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Click effect */
.pr-outlined-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* Premium shimmer effect */
.pr-outlined-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-25deg);
}

.pr-outlined-button:hover::before {
    animation: shimmer 0.8s forwards;
}

@keyframes shimmer {
    100% {
        left: 125%;
    }
}

@media (min-width: 768px) {
    .page-container {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100% !important;
        padding: 0rem 1rem !important;
    }
}

*.nav-link:hover {
    font-size: 14px !important;
    color: #eb3f95 !important;
    /* font-weight: bold; */
}

.mobile-sidemenu-header, .mobile-sidemenu-submenu-header {
    align-items: center;
    background-color: #ec278c;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--header-box-shadow);
    display: flex;
    left: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    top: 0;
    transition: top .4s ease 0s;
    width: calc(80vw * var(--device-pixel-ratio));
    z-index: 10;
}

@media (max-width: 480px) {
    .page-container {
        padding: 0rem 0.1rem !important;
    }
}


/* above footer pink feature sripe with 3 info */
.feat-strip {
    background: #ed479c; /* #FD3C9A; */
    color: #fff;
    padding: 14px 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    /* margin-top: 32px; */
     margin-top: 5px;
}


/* Delicious cakes issues css fix */
.koushik-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 17px;
    padding: 1px 2px 50px 2px !important;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}



/* Product Card shape change */
.pr-long-card {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 0px;
}

.pr-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 8px;
}

.pr-long-card .pr-image {
    aspect-ratio: var(--pr-image-aspect-ratio, 1 / 1);
    border: 0px solid #f6f6f6;
    border-radius: 0px;
    object-fit: var(--pr-image-object-fit, contain);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
}

.swiper-button-next, .swiper-button-prev {
    text-align: center;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border: 2px solid #ee4ba0;
    color: #ee4ba0 !important;
    font-weight: 600;
    padding: 4px;
    border-radius: 1000px;
    transition: .2s ease-in-out;
}


.koushik-c2-flower-section {
    width: 100%;
    padding: 0px 5px !important;
    background: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 767px) {
.koushik-c2-flower-section {
    width: 100%;
    padding: 0px 5px 5px 10px !important;
  }
}


.premium-testimonials {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 5px 0px 5px !important;
    /* padding: 60px 20px; */
    font-family: 'Poppins', sans-serif;
    position: relative;
}


.koushik-cakes-section {
    padding: 20px 2px 0px 2px !important;
    background-color: #fff;
    position: relative;
    font-size: 28px !important;
}



@media (min-width: 767px) {
.koushik-section-title {
    font-size: 30px !important;
  }
}

.section-wrapper-1 {
    width: 100%;
    background-color: white;
    padding: 10px 4%;
}

    
.koushik-12-cakes-section {
    padding: 30px 2px 0px 2px !important;
    background-color: #fff;
    position: relative;
}

.koushik-12-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 17px;
    padding: 14px 1px 40px 1px !important;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}



/* Mobile Footer navigation panel stye 1 */
/* .bottom-nav__app__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    max-width: 1280px;
    height: 60px;

    display: flex;
    justify-content: space-around;
    align-items: center;

    background: linear-gradient(135deg,#ff7eb3,#ff4f9a);
    
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;

    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);

    backdrop-filter: blur(8px);

    transition: all 0.4s ease;

    z-index: 100;
}

.bottom-nav__app__bar a {
    color: white;
    font-size: 22px;
    transition: transform 0.2s ease, opacity 0.2s;
}

.bottom-nav__app__bar a:active {
    transform: scale(0.9);
}

.bottom-nav__app__bar a:hover {
    opacity: 0.8;
} 
 */








 .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;

    /* Glass background */
    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%);

    /* subtle glass border */
    border-top: 1px solid rgba(255,255,255,0.25);

    /* remove floating look */
    border-radius: 20px 20px 0px 0px;

    /* softer shadow */
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);

    z-index: 100;
}


/* BUTTON AREA */
.bottom-nav__buttons {
    padding: 8px 14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:12px;

    transition:all 0.25s ease;
}


/* ICON STYLE */
.bottom-nav__buttons svg,
.bottom-nav__buttons i {
    font-size:20px;
    margin-bottom:3px;
    transition:transform 0.25s ease;
}


/* TAP ANIMATION */
.bottom-nav__buttons:active {
    transform:scale(0.9);
}


/* HOVER EFFECT */
.bottom-nav__buttons:hover {
    background: rgba(255,255,255,0.15);
    border-radius:8px;
}


/* BADGE */
.bottom-nav__badge {
    background: rgba(255,255,255,0.9);
    color:#ff4fa0;
    font-size:10px;
    padding:2px 6px;
    border-radius:20px;
    margin-top:4px;
    font-weight:600;
}




/* Floating Cahat Icon */
#floating-social {
    position: fixed;
    right: 15px;
    bottom: 30px !important;
    z-index: 9999;
    font-family: Arial;
}

@media (max-width: 600px) {
#floating-social {
    position: fixed;
    right: 15px;
    bottom: 50px !important;
    }
}


/* after clicking varient option the popup of product varients */
.cust-head-ctn {
    align-items: center;
    background-color: #f172af !important;
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    padding: 8px 24px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    position: sticky;
    top: 0;
    z-index: 1400;
}



/* View All Mobile Button */
@media screen and (max-width: 640px) {
    .prod-collection-container .view-all a {
        border: 1px solid #ff69b4; /* bright pink border */
        border-radius: 4px;
        color: #ff1493; /* deep pink text */
        font-size: 13px;
        font-weight: 600;
        padding: 5px 13px;
        text-decoration: none;
        animation: blinkPink 1s infinite alternate; /* blinking animation */
        transition: all 0.3s ease;
    }

    /* Optional: hover effect to make it more interactive */
    .prod-collection-container .view-all a:hover {
        background-color: #ff1493; /* deep pink background on hover */
        color: #fff; /* white text on hover */
        border-color: #ff69b4;
        transform: scale(1.05); /* slight grow effect */
    }

    /* Keyframes for blinking / color animation */
    @keyframes blinkPink {
        0% { background-color: #ffe6f0; color: #ff1493; }
        50% { background-color: #ffb6c1; color: #fff; }
        100% { background-color: #ff69b4; color: #fff; }
    }
}







/* Desktop Menu Bar */
/* === Premium Navigation Styling === */

/* 1. Container Styling */
.app-bar-main > .page-container nav.desktop-nav {
    position: absolute;
    bottom: 0; /* Aligned to bottom for stability */
    left: 0;
    right: 0;
    margin: 0 40px;
    
    /* Premium Scroll Setup */
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    white-space: nowrap;
    
    /* Layout & Alignment */
    display: flex;
    justify-content: center; /* Center the menu items */
    align-items: center;
    padding: 12px 0; /* Vertical breathing room */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.app-bar-main > .page-container nav.desktop-nav::-webkit-scrollbar {
    display: none;
}

/* 2. Menu List Styling (Assuming UL inside NAV) */
.app-bar-main > .page-container nav.desktop-nav ul {
    display: flex;
    align-items: center;
    gap: 8px; /* Consistent space between items */
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 3. Menu Items (Links) Styling */
.app-bar-main > .page-container nav.desktop-nav ul li {
    position: relative;
}

.app-bar-main > .page-container nav.desktop-nav ul li a {
    display: inline-block;
    font-family: 'Poppins', sans-serif; /* Premium clean font */
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px; /* Elegant spacing */
    text-transform: uppercase; /* Premium touch */
    color: #444; /* Softer than black */
    padding: 10px 20px; /* Generous clickable area */
    border-radius: 50px; /* Pill shape for modern look */
    text-decoration: none;
    transition: all 0.3s ease; /* Smooth transition for hover */
}

/* 4. Hover Effect - Soft Fill */
.app-bar-main > .page-container nav.desktop-nav ul li a:hover {
    background-color: #f4e8eb; /* Light accent background */
    color: #8b4d5c; /* Brand accent color */
    transform: translateY(-1px); /* Subtle lift effect */
}

/* 5. Active State Styling */
.app-bar-main > .page-container nav.desktop-nav ul li a.active,
.app-bar-main > .page-container nav.desktop-nav ul li.current-menu-item a {
    background-color: #8b4d5c; /* Solid accent background */
    color: #ffffff; /* White text */
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(139, 77, 92, 0.25); /* Soft shadow for depth */
}



.product-component-about-mobile {
    padding: 1px;
}


/* buy now butotn */
.solid-button__btn {
    border: 1px solid #ec278c;
    background: #ec278c !important;
    border-radius: 6px;
    height: 40px !important;
    min-height: 0;
    min-width: 0;
    outline: none !important;
    padding: 12px;
    white-space: nowrap;
}



.product-discount{
    background:#ec278c;
    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, #ec278c, #ff7a18, #ffcc00, #ec278c); */
        background: linear-gradient(90deg, #ec278c, #ff7612, #d31275, #ec278c);
    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: #ec278c;
    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: #ec278c;
}

.pr-plus-minus-button-text {
    display: block;
    flex-grow: 1;
    position: relative;
    text-align: center;
    color: #ec278c;
}

@media only screen and (min-width: 600px) {
    .bottom-sheet-content {
        padding: 0 24px 24px !important;
    }
}





/* Search Bar */
/* .input-container {
    opacity: 1;
    pointer-events: visible;
    transition: opacity .3s ease, visibility .3s ease, width .3s ease;
    visibility: visible;
    width: 100px;
    border: 1px solid #f48fc3;
    border-radius: 10px;
} */
