.theme-heading-3 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

body, .card-title, .product-item .ellipsis, .page-title,
.product-info .element-header h2,
.no-data-title div h3,
.widget-title {
  font-family: "Prata", serif !important;
  font-weight: 400;
  font-style: normal;
}

.banner-title,.section-title, .offcanvas span.text-primary,
.looking-for-title {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}

.theme-heading-1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.theme-heading-2 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.categories.text-primary, 
.category-item .span.mt-3,
.our-features .card-body h5,
.meta-item .item-title,
.prod-options .item-title,
.swatch .item-title {
  font-family: "Cormorant Garamond", serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.main-logo {
  height: 64px;
}

.header-logo {
  max-height: 48px;
}

.focus-none:focus {
  outline: none !important;
  box-shadow: none !important;
}

.no-style-button {
  all: unset;
  cursor: pointer;
}

.footer-menu img {
  object-fit: contain;
}

.product-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: unset;
}

.ellipsis {
  display: block;             /* or inline-block */
  white-space: nowrap;        /* Prevent text wrapping */
  overflow: hidden;           /* Hide overflowing text */
  text-overflow: ellipsis;    /* Show "..." when overflowing */
}

.product-item .btn-wishlist.active {
  color: rgb(255, 255, 255);
  background: rgb(240, 56, 56);
}

.img-contain {
  width:100%;
  height:100%;
  object-fit: contain;
}

.select-size li.active a{
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.shadow-top {
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 
              0 -2px 4px -2px rgba(0, 0, 0, 0.1);
}

.desktop-badge {
    background-color: var(--theme-color);
    white-space: nowrap;
    text-align: center;
    line-height: 18px;
    padding: 0 6px;
    height: 18px;
    background: var(--theme-color);
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    left: 24px;
    top: -2px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profileName {
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    font-size: 10px;
    word-wrap: none;
}

.theme-color-gold-luxe {
    background-color: #F6E6A8; /* Light gold */
}

.theme-color-rose-blush {
    background-color: #FADADD; /* Soft pastel pink */
}

.theme-color-deep-emerald {
    background-color: #A8D5BA; /* Minty emerald */
}

.theme-color-royal-amethyst {
    background-color: #D7BDE2; /* Light lavender purple */
}

.theme-color-champagne-pearl {
    background-color: #FDF3E7; /* Warm ivory beige */
}

.theme-color-onyx-black {
    background-color: #E5E5E5; /* Light grey */
}

.theme-color-sapphire-blue {
    background-color: #B3D9FF; /* Soft sky blue */
}

.theme-color-antique-bronze {
    background-color: #E6D5B8; /* Light bronze beige */
}

.theme-color-ivory-silk {
    background-color: #FFFDF8; /* Almost white ivory */
}

.theme-color-ruby-red {
    background-color: #F8C8C4; /* Soft rose red */
}

.announcement-bar {
    background-color: #424553;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 4px 0;
}

.announcement-bar__message {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.policy-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  /* font-weight: 300; */
  /* font-style: normal; */
}

.policy-page h3 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/* === Desktop dropdown slide animation === */
@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    margin-top: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .navbar-nav .dropdown.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    max-height: 500px; /* fallback */
  }
  .navbar-nav .dropdown-toggle::after {
    transform: rotate(0deg);
  }
}

/* === Mobile dropdown slide (Bootstrap-controlled) === */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    display: block !important;     /* needed for animation */
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
  }
  .navbar-nav .dropdown-menu.show {
    height: auto;                  /* reset to natural height */
    opacity: 1;
    transition: height 0.3s ease, opacity 0.3s ease;
  }
}

.banner-ad {
  position: relative;
}

.banner-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.fade-to-white-overlay {
  position: relative; /* needed for ::after absolute positioning */
}

.fade-to-white-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none; /* allow clicks to pass through */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

/* Reverse: fade right → left (image left, content right) */
.fade-to-white-overlay.reverse::after {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.fade-to-white-overlay > * {
  position: relative;
  z-index: 2; /* content above the overlay */
}


@media (max-width: 767.98px) {
  /* Make image go above text if you want */
  .banner-ad:not(.reverse) {
    flex-direction: column-reverse; /* text below image */
  }

  .banner-ad .banner-content {
    text-align: center; /* center text on mobile */
  }

  .banner-image {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
  }

  /* Adjust fade for mobile (less fade or none) */
  .fade-to-white-overlay::after,
  .fade-to-white-overlay.reverse::after {
    background: linear-gradient(
      to top, /* fade vertically on mobile */
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }
}
