/* ==========================================================
   Gladiola Pink Theme Override
   Load this AFTER master.css (same or later <link>, or paste
   at the very bottom of master.css) so it wins the cascade.

   Replaces the template's default purple (#625AFA / #0d5cd1)
   with colors sampled from the Gladiola logo.
   ========================================================== */

:root {
  --gladiola-pink: #ED2A66!important;       /* main logo pink */
  --gladiola-pink-deep: #B0134B!important; /* darker end for gradients */
  --gladiola-pink-pale: #FBEFF1!important; /* light tint (was #fef8ff / #c2d4f8) */
  --gladiola-pink-pale-2: #FCEFF2!important; /* page background tint (was #f0f0f5 / #e7eaf5) */
  --gladiola-pink-muted: #BE385A!important; /* subtitle rose, from "accessories" text */
}

/* Links */
a,
a:hover {
  color: var(--gladiola-pink)!important;
}

/* Scroll-to-top button */
#scrollUp:hover {
  background-color: var(--gladiola-pink);
}

/* Badges / bg utility */
.bg-primary,
.badge-primary {
  background-color: var(--gladiola-pink) !important;
}

/* Page background tint (was light gray-lavender) */
body,
html {
  background-color: var(--gladiola-pink-pale-2);
}

.bg-gray,
.page-nav li a:hover {
  background-color: var(--gladiola-pink-pale);
}
.page-nav li a:hover {
  color: var(--gladiola-pink);
}

/* Demo/preview page title accent */
.preview-iframe-wrapper .preview-content-wrapper .demo-title span {
  color: var(--gladiola-pink);
}

/* Category card active state (was light blue #c2d4f8) */
.catagory-card.active,
.catagory-card:hover {
  background-color: var(--gladiola-pink-pale);
}

/* Product title hover */
.product-card .product-title:hover {
  color: var(--gladiola-pink);
}

/* Payment method icons */
.single-payment-method a::after {
  background-color: var(--gladiola-pink);
}
.single-payment-method a i {
  color: var(--gladiola-pink);
}

/* Accordion (FAQ, product details) */
.accordian-card .accordian-header button,
.accordian-card .accordian-header button:hover {
  color: var(--gladiola-pink);
}
.accordian-card .accordian-header button span i {
  background-color: var(--gladiola-pink);
}

/* Vendor tabs */
.vendor-tabs .nav-item.show .nav-link,
.vendor-tabs .nav-link.active {
  color: var(--gladiola-pink);
}

/* Radio "checked" states: language picker, shipping method */
.language-area-wrapper input[type=radio]:checked ~ .check,
.shipping-method-choose input[type=radio]:checked ~ .check {
  border-color: var(--gladiola-pink);
}
.language-area-wrapper input[type=radio]:checked ~ .check::before,
.shipping-method-choose input[type=radio]:checked ~ .check::before {
  background: var(--gladiola-pink);
}
.language-area-wrapper input[type=radio]:checked ~ label,
.shipping-method-choose input[type=radio]:checked ~ label {
  color: var(--gladiola-pink);
}

/* Quantity buttons (cart / product page) */
.cart-form .quantity-button-handler:hover {
  color: var(--gladiola-pink);
}
.cart-table .qty-text {
  background-color: var(--gladiola-pink-pale);
}

/* Sidenav avatar badge */
.sidenav-profile .user-profile .user-designation {
  background-color: var(--gladiola-pink);
}

/* Gradient panels: login, intro/welcome, order success, user info card,
   discount coupon, notification icon — all used the purple gradient */
.login-wrapper,
.intro-wrapper,
.order-success-wrapper,
.user-info-card,
.discount-coupon-card,
.notification-area .list-group-item .noti-icon {
  background: var(--gladiola-pink);
  background: linear-gradient(to left, var(--gladiola-pink), var(--gladiola-pink-deep));
}
.user-info-card {
  border-color: var(--gladiola-pink);
}

/* FAQ heading gradient text */
.support-wrapper .faq-heading {
  background: linear-gradient(to right, var(--gladiola-pink), #00b894);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Contact page background tint */
.contact-wrap {
  background-color: var(--gladiola-pink-pale-2);
}

/* ---------------- Dark mode equivalents ---------------- */
[theme-color=dark] .cart-icon-wrap a span,
[theme-color=dark] .user-info-card,
[theme-color=dark] .single-order-status.active .order-icon {
  background-color: var(--gladiola-pink);
}
[theme-color=dark] .user-info-card {
  border-color: var(--gladiola-pink);
}
[theme-color=dark] .single-payment-method a.active h6,
[theme-color=dark] .single-payment-method a:hover h6 {
  color: var(--gladiola-pink);
}

/* ---------------- Navbar: fixed, solid background ---------------- */
.header-area {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color:#f6d6d9 !important;
  box-shadow: 0px 0px 0.25rem 0px rgba(15, 15, 15, 0.1) !important;
}

.footer-nav-area {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15);
    box-shadow: 0px 0px 0.5rem 0px rgba(15, 15, 15, 0.15);
    background-color: #f53765;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* page content needs top padding so it doesn't sit under the fixed bar —
   adjust the value to match your actual header height */


.suha-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: white !important;
    z-index: 1;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #f53765;
    border-color: #f53765;
}

.product-list-view {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-list-view .list-view-card {
  width: 100%;
}
.product-list-view .horizontal-product-card .product-description {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
}
 
/* ---------------- card_one() product-card: list view ----------------
   Only applies when the card sits inside a .product-list-view wrapper.
   Grid usage of .product-card elsewhere is untouched. */
.product-list-view .product-card {
  width: 100%;
}
.product-list-view .product-card .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
}
.product-list-view .product-card .product-thumbnail {
  flex: 0 0 90px;
  width: 90px;
  max-width: 90px;
  margin-bottom: 0 !important;
}
.product-list-view .product-card .product-thumbnail img {
  width: 100%;
}
.product-list-view .product-card .product-title {
  font-size: 0.9rem;
  white-space: normal;
  padding-right: 3rem; /* keep clear of the wishlist heart pinned top-right */
}
.product-list-view .product-card .sale-price {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.product-list-view .product-card .product-rating {
  margin-bottom: 0;
}
.product-list-view .product-card .btn.addcart {
  right: 1rem;
  bottom: 1rem;
}

/* ---------------- Products tabs (list view) ---------------- */
.gladiola-tabs {
  border-bottom: 1px solid #f1f1f2;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.gladiola-tabs .nav-link {
  border: 0 !important;
  background: transparent !important;
  color: #747794;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.5rem 0.25rem;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}
.gladiola-tabs .nav-link.active {
  color: var(--gladiola-pink) !important;
  border-bottom: 2px solid var(--gladiola-pink) !important;
}
 
.product-list-view {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.product-list-view .list-view-card {
  width: 100%;
}
.product-list-view .horizontal-product-card .product-description {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
}
 
   Works two ways:
   1) .product-list-view as a WRAPPER around several .product-card items
   2) .product-list-view as a class ON the .product-card itself
   Grid usage of plain .product-card elsewhere is untouched either way. */
.product-list-view .product-card,
.product-card.product-list-view {
  width: 100%;
}
.product-list-view .product-card .card-body,
.product-card.product-list-view .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
}
.product-list-view .product-card .product-thumbnail,
.product-card.product-list-view .product-thumbnail {
  flex: 0 0 90px;
  width: 90px;
  max-width: 90px;
  margin-bottom: 0 !important;
}
.product-list-view .product-card .product-thumbnail img,
.product-card.product-list-view .product-thumbnail img {
  width: 100%;
}
.product-list-view .product-card .product-title,
.product-card.product-list-view .product-title {
  font-size: 0.9rem;
  white-space: normal;
  padding-right: 3rem; /* keep clear of the wishlist heart pinned top-right */
}
.product-list-view .product-card .sale-price,
.product-card.product-list-view .sale-price {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.product-list-view .product-card .product-rating,
.product-card.product-list-view .product-rating {
  margin-bottom: 0;
}
.product-list-view .product-card .btn.addcart,
.product-card.product-list-view .btn.addcart {
  right: 1rem;
  bottom: 1rem;
}
/* stack list-view cards vertically when several are rendered in a row/grid wrapper */
.product-card.product-list-view {
  margin-bottom: 0.25rem;
}
.product-desc {
  font-size: 0.75rem;
  color: #747794;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-desc {
  font-size: 0.75rem;
  color: #747794;
  margin-bottom: 0.3rem;
}
/* full text, no truncation, in list view */
.product-list-view .product-card .product-desc,
.product-card.product-list-view .product-desc {
  font-size: 0.78rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none;
}
.gladiola-tabs {
  border-bottom: 0;
  margin-bottom: 1rem;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}
.gladiola-tabs::-webkit-scrollbar {
  display: none;
}
.gladiola-tabs .nav-item {
  flex: 0 0 auto;
}
.gladiola-tabs .nav-link {
  border: 0 !important;
  background-color: var(--gladiola-pink-pale) !important;
  color: #747794;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 2rem !important;
  white-space: nowrap;
  transition: background-color 200ms, color 200ms;
}
.gladiola-tabs .nav-link:hover {
  color: var(--gladiola-pink);
}
.gladiola-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: var(--gladiola-pink) !important;
}

 
/* ---------------- Categories: circular chip row (replaces boxy grid) ---------------- */
.gladiola-catagories {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}
.gladiola-catagories::-webkit-scrollbar {
  display: none;
}
.gladiola-catagory-item {
  flex: 0 0 auto;
  width: 72px;
  text-align: center;
}
.gladiola-catagory-item a {
  display: block;
}
.gladiola-catagory-item .thumb {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid var(--gladiola-pink-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.4rem;
  overflow: hidden;
  transition: border-color 200ms;
}
.gladiola-catagory-item a:hover .thumb {
  border-color: var(--gladiola-pink);
}
.gladiola-catagory-item .thumb img {
  max-width: 62%;
  max-height: 62%;
  object-fit: contain;
}
.gladiola-catagory-item span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #020310;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 
/* Give the categories row its own tinted panel, separating it from
   the sections above/below */
.product-catagories-wrapper {
    background-color: white;
    margin-top: 15px;
  border-radius: 0.75rem;

  padding-top: 1rem;
  padding-bottom: 1rem;
  width: auto;
}
.product-catagories-wrapper .gladiola-catagory-item .thumb {
  background-color: #ffffff;
}