/*
Theme Name: FoodMart
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: FoodMart is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Floating & Alignment
  2.3 Forms
  2.4 Lists
  2.5 Code
  2.6 Tables
  2.7 Spacing
  2.8 Utilities
  2.9 Misc
    - Row Border
    - Zoom Effect
  2.10 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns
  2.11 Section
    - Hero Section
    - Section Title
    - Section Paddings
    - Section Margins
    - Section Bg Colors
    - Content Colors
    - Content Borders

3. EXTENDED TYPOGRAPHY
  3.1 Blockquote / Pullquote
  3.2 Text Highlights

4. CONTENT ELEMENTS
  4.1 Tabs
  4.2 Accordions
  4.3 Brand Carousel
  4.4 Category Carousel

5. BLOG STYLES
  5.1 Blog Single Post
  5.2 About Author
  5.3 Comments List
  5.4 Comments Form3

6. SITE STRUCTURE
  6.1 Header
    - Header Menu
    - Nav Sidebar
  6.2 Billboard
  6.3 About Us Section
  6.4 Video Section
  6.5 Selling Products Section
  6.6 Quotation Section
  6.7 Latest Blogs Section
  6.8 Newsletter Section
  6.9 Instagram Section
  6.10 Footer
    - Footer Top
    - Footer Bottom

7. OTHER PAGES
  7.1 Product detail
  7.2 Shop page

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}
/* Theme Colors — KIRA Collection (Earthy & Traditional) */
:root {
  --accent-color: #ff8b1f; /* terracotta — primary CTA */
  --accent-deep: #7a2e2e; /* maroon — headings / hover */
  --mustard: #d9a441; /* secondary accent / badges */
  --mirror-gold: #cba14a; /* Lippan mirror accent */
  --dark-color: #2a2118; /* warm near-black body text */
  --light-dark-color: #6e6155; /* muted text */
  --light-color: #fff;
  --grey-color: #e3d9cc; /* borders / dividers */
  --light-grey-color: #fbf7f1; /* very light warm bg */
  --clay-bg: #f4ece2; /* warm cream section bg */
  --primary-color: #c06c3b;
  --light-primary-color: #f4ece2;
}

/* Fonts — clean sans for both headings and body */
:root {
  --body-font: "Mulish", "Open Sans", sans-serif;
  --heading-font: "Mulish", "Open Sans", sans-serif;
}

body {
  --bs-link-color: #7a2e2e;
  --bs-link-hover-color: #ff8b1f;
  background-color: #fbf7f1;
  --bs-link-color-rgb: 122, 46, 46;
  --bs-link-hover-color-rgb: 192, 97, 59;

  --bs-light-rgb: 244, 236, 226;

  --bs-font-sans-serif: "Mulish", "Open Sans", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #6e6155;

  --bs-primary: #ff8b1f;
  --bs-primary-rgb: 192, 97, 59;

  --bs-success: #8a9a5b;
  --bs-success-rgb: 138, 154, 91;

  --bs-primary-bg-subtle: #f4ece2;
  --bs-success-bg-subtle: #eef0e5;

  --bs-border-color: #e3d9cc;

  --bs-secondary-rgb: 230, 243, 251;
  /* --bs-success-rgb: 238, 245, 228; */
  --bs-danger-rgb: 249, 235, 231;
  --bs-warning-rgb: 255, 249, 235;
  --bs-info-rgb: 230, 243, 250;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff8b1f;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7a2e2e;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 192, 97, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7a2e2e;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: #ff8b1f;
  --bs-btn-border-color: #ff8b1f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff8b1f;
  --bs-btn-hover-border-color: #ff8b1f;
  --bs-btn-focus-shadow-rgb: 192, 97, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff8b1f;
  --bs-btn-active-border-color: #ff8b1f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #efefef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #efefef;
  --bs-btn-hover-border-color: #efefef;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efefef;
  --bs-btn-active-border-color: #efefef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #efefef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #efefef;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #fcf7eb;
  --bs-btn-border-color: #fcf7eb;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #ffecbe;
  --bs-btn-hover-border-color: #ffecbe;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffecbe;
  --bs-btn-active-border-color: #ffecbe;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcf7eb;
  --bs-btn-disabled-border-color: #fcf7eb;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #eef5e4;
  --bs-btn-border-color: #eef5e4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #eef5e4;
  --bs-btn-disabled-border-color: #eef5e4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #ffeada;
  --bs-btn-border-color: #ffeada;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #ffeada;
  --bs-btn-disabled-border-color: #ffeada;
}
body {
  letter-spacing: 0.03em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  font-weight: 700;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo-based loader: gentle breathing pulse instead of spinner dots */
.preloader-logo {
  width: clamp(140px, 22vw, 240px);
  height: auto;
  display: block;
  animation: preloader-pulse 1.6s ease-in-out infinite;
}

@keyframes preloader-pulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.65;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/* *** Start editing below this line *** */
.container-fluid {
  max-width: 1600px;
}
.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 {
  grid-area: 1 / 1 / 3 / 8;
}
.block-2 {
  grid-area: 1 / 8 / 2 / 13;
}
.block-3 {
  grid-area: 2 / 8 / 3 / 13;
}

@media screen and (max-width: 1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .block-2 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .block-3 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

/* banner ad */
.banner-ad {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
}
.banner-ad.blue {
  background: #e6f3fb;
}
.banner-ad .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
}
.banner-ad .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: #fff;
  opacity: 1;
  transition: background 0.3s ease-out;
}
.banner-ad
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8b1f;
}
.banner-ad .swiper-slide {
  min-height: 630px;
  display: flex;
}
/* .banner-ad .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
.banner-ad .banner-content .categories {
  font-family: "Garamond";
  font-size: 37px;
  text-transform: capitalize;
  color: var(--dark-color);
}
.banner-ad .banner-content .sale {
  position: relative;
  display: inline-block;
}
.banner-ad .banner-content .sale:before {
  content: "";
  width: 80px;
  border-bottom: 1px solid #111;
  position: absolute;
  bottom: 6px;
}
.banner-ad .banner-content .sale:after {
  content: "SALE";
  font-family: var(--body-font);
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #252525;
  bottom: 0;
  right: 0;
}
.banner-ad .banner-content .banner-title {
  letter-spacing: 0.02em;
  font-size: 33px;
}
.banner-ad.large .banner-content .categories {
  color: var(--accent-color);
}
.banner-ad.large .banner-content .banner-title {
  font-size: 54px;
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #f1f1f1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #7a2e2e;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #ff8b1f;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea;
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #ff8b1f;
}
.btn-link {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #787878;
}
/* category carousel */
.category-carousel .category-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition:
    box-shadow 0.3s ease-out,
    transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #ffffff;
  border: 1px solid #fbfbfb;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;

  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--accent-color);
}

/* product-grid */
/* .product-grid {
  gap: 25px;
} */
.product-item {
  position: relative;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
}
.product-item:hover {
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.product-item h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
.product-item figure {
  background: #f9f9f9;
  border-radius: 12px;
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .btn-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
}
.product-item .btn-wishlist:hover {
  background: rgb(240, 56, 56);
  color: #fff;
}
.product-item .qty {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9d9d9d;
}
.product-item .rating {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .rating iconify-icon {
  color: #d9a441;
}
.product-item .price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222222;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width: 991px) {
  .image-float {
    margin: 0;
  }
}
/* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width: 992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .product-thumbnail-slider {
    height: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/*--------------------------------------------------------------
8. KIRA COLLECTION — brand components
   (header, hero, product/blog cards, footer, responsive)
--------------------------------------------------------------*/

/* KIRA serif headings */
h1,
h2,
h3,
h4,
h5,
.widget-title,
.section-header .display-3 {
  font-family: var(--heading-font);
}
.text-accent {
  color: var(--accent-color) !important;
}
.bg-clay {
  background-color: var(--clay-bg) !important;
}
.bg-maroon {
  background-color: var(--accent-deep) !important;
}

/* ============ CUSTOMER REVIEW CARD (white) ============ */
.kira-review-card {
  background: #fff;
  border: 1px solid var(--grey-color);
  box-shadow: 0 6px 24px rgba(42, 33, 24, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.kira-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(42, 33, 24, 0.12);
}
.kira-review-card .rating {
  color: var(--mustard);
  line-height: 1;
}
.kira-review-card p {
  color: var(--dark-color);
}

/* ============ INSTAGRAM REELS SHOWCASE ============ */
.kira-reels-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.5rem;
}
.kira-reels-eyebrow svg {
  color: #e1306c;
}

.kira-reels-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.kira-reel-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(42, 33, 24, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.kira-reel-card img,
.kira-reel-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.3s ease;
}
.kira-reel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(42, 33, 24, 0.22);
}
.kira-reel-card:hover img,
.kira-reel-card:hover video {
  transform: scale(1.07);
}

.kira-reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
}
.kira-reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-deep);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.kira-reel-card:hover .kira-reel-play {
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
}
.kira-reel-play svg {
  margin-left: 2px;
}

.kira-reel-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.kira-reel-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199.98px) {
  .kira-reels-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .kira-reels-grid .kira-reel-card:nth-child(5),
  .kira-reels-grid .kira-reel-card:nth-child(6) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .kira-reels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .kira-reels-grid .kira-reel-card:nth-child(4),
  .kira-reels-grid .kira-reel-card:nth-child(5),
  .kira-reels-grid .kira-reel-card:nth-child(6) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .kira-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .kira-reels-grid .kira-reel-card:nth-child(3),
  .kira-reels-grid .kira-reel-card:nth-child(4),
  .kira-reels-grid .kira-reel-card:nth-child(5),
  .kira-reels-grid .kira-reel-card:nth-child(6) {
    display: none;
  }
  .kira-reel-play {
    width: 46px;
    height: 46px;
  }
}

/* Announcement bar (purple) */
.kira-announce {
  background: #570d52;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.kira-announce a {
  color: var(--mustard);
  text-decoration: none;
  font-weight: 600;
}

/* Marketplace pill buttons */
.btn-meesho {
  background: #570d52;
  color: #fff;
}
.btn-meesho:hover {
  background: #41093d;
  color: #fff;
}
.btn-flipkart {
  background: #2874f0;
  color: #fff;
}
.btn-flipkart:hover {
  background: #1c5dc5;
  color: #fff;
}

/* ============ TRUST STRIP (white) ============ */
.kira-trust {
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  border-bottom: 1px solid #f0e7da;
}
.kira-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 16px;
  background: transparent;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.kira-trust-item:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 14px 34px -18px rgba(122, 46, 46, 0.4);
}
.kira-trust-icon {
  flex: none;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fbeede 0%, var(--clay-bg) 100%);
  color: var(--accent-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 16px -10px rgba(122, 46, 46, 0.5);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.35s ease,
    color 0.35s ease;
}
.kira-trust-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 22px;
  border: 1.5px dashed rgba(122, 46, 46, 0.18);
  transition:
    opacity 0.35s ease,
    transform 0.6s ease;
  opacity: 0;
}
.kira-trust-icon svg {
  width: 26px;
  height: 26px;
  transition: transform 0.4s ease;
}
.kira-trust-item:hover .kira-trust-icon {
  transform: rotate(-6deg) scale(1.06);
  background: linear-gradient(145deg, var(--accent-deep) 0%, #9b3d3d 100%);
  color: #fff;
}
.kira-trust-item:hover .kira-trust-icon::before {
  opacity: 1;
  transform: rotate(45deg);
}
.kira-trust-item:hover .kira-trust-icon svg {
  transform: scale(1.05);
}
.kira-trust-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--dark-color);
  margin: 0 0 0.2rem;
  letter-spacing: -0.01em;
}
.kira-trust-text {
  font-size: 0.85rem;
  color: var(--light-dark-color);
  margin: 0;
  line-height: 1.45;
}
/* vertical dividers between items on wide screens */
@media (min-width: 992px) {
  .kira-trust [class*="col-"] {
    position: relative;
  }
  .kira-trust [class*="col-"]:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, transparent, #e6d6c4, transparent);
  }
}
@media (max-width: 575.98px) {
  .kira-trust-item {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 16px 8px;
  }
  .kira-trust-icon {
    width: 54px;
    height: 54px;
  }
}

/* ============ MARKETPLACE BANNER ============ */
.kira-marketplace {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background: radial-gradient(
    120% 120% at 0% 0%,
    #8c3a3a 0%,
    var(--accent-deep) 55%,
    #5e2222 100%
  );
  color: #fff;
}
.kira-marketplace::before,
.kira-marketplace::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.kira-marketplace::before {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -80px;
}
.kira-marketplace::after {
  width: 240px;
  height: 240px;
  bottom: -110px;
  left: 8%;
  background: rgba(255, 139, 31, 0.1);
}
.kira-marketplace .container-fluid {
  position: relative;
  z-index: 1;
}

.kira-marketplace-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffcf9e;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.kira-marketplace-lead {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 34rem;
}

.kira-marketplace-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
}
.kira-marketplace-trust li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.kira-marketplace-trust svg {
  color: #7be2a0;
  flex: none;
}

/* Marketplace cards */
.kira-marketplace-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 228px;
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.6rem;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.kira-marketplace-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.26);
}
.kira-marketplace-card.meesho {
  border-top-color: #570d52;
}
.kira-marketplace-card.flipkart {
  border-top-color: #2874f0;
}

.kira-marketplace-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.kira-marketplace-logo {
  display: inline-flex;
  align-items: center;
  height: 34px;
}
.kira-marketplace-logo img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.kira-marketplace-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #2a2118;
  background: #fff4e2;
  border: 1px solid #ffe1b8;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}
.kira-marketplace-rating svg {
  color: #f7a922;
}

.kira-marketplace-card-title {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--dark-color);
  margin: 0 0 0.4rem;
}
.kira-marketplace-card-text {
  font-size: 0.92rem;
  color: var(--light-dark-color);
  line-height: 1.55;
  margin: 0 0 1.1rem;
}

.kira-marketplace-go {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.95rem;
}
.kira-marketplace-card.meesho .kira-marketplace-go {
  color: #570d52;
}
.kira-marketplace-card.flipkart .kira-marketplace-go {
  color: #2874f0;
}
.kira-marketplace-go svg {
  transition: transform 0.2s ease;
}
.kira-marketplace-card:hover .kira-marketplace-go svg {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .kira-marketplace {
    padding: 3.5rem 0;
  }
  .kira-marketplace-card {
    min-height: auto;
  }
}

/* ============ CUSTOM ORDER CTA ============ */
.kira-custom-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 0.6rem;
}
.kira-custom-lead {
  color: var(--light-dark-color);
  line-height: 1.75;
  max-width: 34rem;
  margin-bottom: 1.6rem;
}

/* steps */
.kira-custom-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: grid;
  gap: 1rem;
}
.kira-custom-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.kira-custom-step-no {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  background: var(--clay-bg);
  color: var(--accent-deep);
}
.kira-custom-steps li div {
  display: flex;
  flex-direction: column;
}
.kira-custom-steps strong {
  font-size: 1rem;
  color: var(--dark-color);
  line-height: 1.3;
}
.kira-custom-steps span {
  font-size: 0.88rem;
  color: var(--light-dark-color);
}

.kira-custom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.kira-custom-actions .btn {
  display: inline-flex;
  align-items: center;
}

/* media with floating badge */
.kira-custom-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(42, 33, 24, 0.16);
}
.kira-custom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
.kira-custom-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 0.7rem 1rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.kira-custom-badge-num {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--accent-deep);
  line-height: 1;
}
.kira-custom-badge-text {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--light-dark-color);
  line-height: 1.15;
}

@media (max-width: 991.98px) {
  .kira-custom-media {
    margin-bottom: 0.5rem;
  }
}

/* ============ LOOKBOOK / IN YOUR HOME (full-bleed) ============ */
.kira-lookbook-section {
  width: 100%;
}
.kira-lookbook-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.kira-lookbook-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  border-radius: 18px;
}
.kira-lookbook-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.kira-lookbook-card img {
  aspect-ratio: 16/9;
}

@media (max-width: 991.98px) {
  .kira-lookbook-stack {
    flex-direction: row;
  }
  .kira-lookbook-stack .kira-lookbook-card {
    flex: 1;
  }
}

/* Floating WhatsApp */
.kira-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.kira-whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
}

/* ============ HEADER ============ */
.kira-header {
  z-index: 1030;
}
.kira-header-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Logo */
.kira-logo-img {
  height: 52px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.kira-logo-img--footer {
  height: 100px;
  margin-bottom: 0.4rem;
}
.kira-logo-emblem {
  display: inline-flex;
}
.kira-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.kira-logo-word {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
}
.kira-logo-sub {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mirror-gold);
  margin-top: 2px;
}

/* Search pill */
.kira-search {
  background: #faf6f0;
  border: 1px solid var(--grey-color);
  border-radius: 999px;
  padding: 0.35rem 0.5rem 0.35rem 1rem;
  max-width: 520px;
}
.kira-search-icon {
  color: var(--light-dark-color);
  flex-shrink: 0;
}
.kira-search .form-control {
  box-shadow: none;
}
.kira-search .form-control:focus {
  box-shadow: none;
}
.kira-search-btn {
  background: var(--accent-color);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.kira-search-btn:hover {
  background: var(--accent-deep);
  color: #fff;
}

/* Pill nav — bordered container holding thin pill links */
.kira-nav {
  border: 1px solid var(--grey-color);
  border-radius: 999px;
  padding: 0.25rem;
}
.kira-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.2;
  color: var(--dark-color);
  white-space: nowrap;
  transition: all 0.18s ease;
}
.kira-nav-link:hover {
  background: var(--clay-bg);
  color: var(--accent-deep);
}
.kira-nav-link.active {
  background: var(--accent-color);
  color: #fff;
}
.kira-nav-link.active:hover {
  background: var(--accent-color);
  color: #fff;
}
.kira-new-badge {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--accent-deep);
  color: #fff;
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
  position: relative;
  top: -0.55rem;
}
.kira-nav-link.active .kira-new-badge {
  background: #fff;
  color: var(--accent-deep);
}

/* Marketplace logo buttons (real images) */
.kira-market-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--grey-color);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.kira-market-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.kira-market-img {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Icon buttons + badges */
.kira-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--clay-bg);
  color: var(--dark-color);
  text-decoration: none;
  transition: background 0.18s ease;
}
.kira-icon-btn:hover {
  background: var(--grey-color);
  color: var(--accent-deep);
}
.kira-icon-wa {
  background: #25d366;
  color: #fff;
}
.kira-icon-wa:hover {
  background: #1da851;
  color: #fff;
}
.kira-icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: var(--accent-color);
  color: #fff;
  border-radius: 999px;
}

@media (max-width: 1199.98px) {
  .kira-search {
    max-width: none;
  }
}

/* ============ HERO (minimal image slider, full width) ============ */
/* --kira-header-h is set by JS to the actual header+announcement height */
/* --kira-header-only-h is just the sticky header (set by JS) */
:root {
  --kira-header-h: 150px;
  --kira-header-only-h: 100px;
  --kira-hero-gap: 16px;
}
/* Reserve space for the sticky header so the pinned header never covers the
   banner, plus a small visual gap so the hero reads as deliberately framed. */
.kira-hero {
  width: 100%;
  scroll-margin-top: calc(var(--kira-header-only-h) + var(--kira-hero-gap));
}
.kira-hero-swiper {
  width: 100%;
  overflow: hidden;
}
.kira-hero-slide {
  display: block;
  width: 100%;
}
.kira-hero-slide img {
  width: 100%;
  height: calc(100vh - var(--kira-header-h) - var(--kira-hero-gap));
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.kira-hero-swiper .swiper-pagination {
  bottom: 18px;
}
.kira-hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.6;
  transition: all 0.2s ease;
}
.kira-hero-swiper .swiper-pagination-bullet-active {
  background: var(--accent-color);
  opacity: 1;
  width: 26px;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .kira-hero-slide img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16/10;
  }
}
@media (max-width: 575.98px) {
  .kira-hero-slide img {
    aspect-ratio: 4/3;
  }
}

/* Square (1:1) image utility — used for all product imagery */
.kira-square {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.kira-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ MINIMAL PRODUCT CARD ============ */
.kira-card {
  background: #fff;
  border: 1px solid #eee4d8;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.kira-card:hover {
  box-shadow: 0 14px 32px rgba(42, 33, 24, 0.1);
  transform: translateY(-3px);
}

.kira-card-media {
  display: block;
  padding: 14px 14px 0;
}
.kira-card-media img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.kira-card-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.kira-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.kira-card-cat {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--light-dark-color);
}
.kira-card-tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--light-dark-color);
  border: 1px solid var(--grey-color);
  padding: 0.2rem 0.5rem;
  border-radius: 7px;
  white-space: nowrap;
}

.kira-card-name {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.35;
  margin: 0 0 0.55rem;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kira-card-name a {
  color: var(--dark-color);
  text-decoration: none;
}
.kira-card-name a:hover {
  color: var(--accent-color);
}

.kira-card-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
}
.kira-card-price .now {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--dark-color);
}
.kira-card-price .mrp {
  font-size: 0.9rem;
  color: #b3a797;
  text-decoration: line-through;
}
.kira-card-price .off {
  font-size: 0.82rem;
  font-weight: 700;
  color: #4a7c2f;
}

.kira-card-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #5b7a2f;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.kira-card-btn:hover {
  background: #496325;
  color: #fff;
}
.kira-card-btn svg {
  color: #fff;
}

/* ============ MINIMAL BLOG CARD (matches product card) ============ */
.kira-blog {
  background: #fff;
  border: 1px solid #eee4d8;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.kira-blog:hover {
  box-shadow: 0 14px 32px rgba(42, 33, 24, 0.1);
  transform: translateY(-3px);
}

.kira-blog-media {
  display: block;
  padding: 14px 14px 0;
}
.kira-blog-media img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.kira-blog-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.kira-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.kira-blog-cat {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent-color);
  padding: 0.22rem 0.55rem;
  border-radius: 7px;
}
.kira-blog-date {
  font-size: 0.78rem;
  color: var(--light-dark-color);
}

.kira-blog-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kira-blog-title a {
  color: var(--dark-color);
  text-decoration: none;
}
.kira-blog-title a:hover {
  color: var(--accent-color);
}

.kira-blog-excerpt {
  font-size: 0.9rem;
  color: var(--light-dark-color);
  margin: 0 0 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kira-blog-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--accent-deep);
  text-decoration: none;
}
.kira-blog-link:hover {
  color: var(--accent-color);
}

/* ============ DARK BREADCRUMB / PAGE BANNER ============ */
.kira-breadcrumb {
  position: relative;
  padding: 54px 0;
  background: #2a0f29 url("../images/footer.png") center/cover no-repeat;
  overflow: hidden;
}
.kira-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(42, 15, 41, 0.88) 0%,
    rgba(30, 8, 29, 0.93) 100%
  );
}
.kira-breadcrumb .container-fluid {
  position: relative;
  z-index: 1;
}
.kira-breadcrumb-title {
  color: #fff;
  font-weight: 800;
  font-size: 2.1rem;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
}
.kira-breadcrumb-trail {
  margin: 0;
}
.kira-breadcrumb-trail .breadcrumb-item,
.kira-breadcrumb-trail .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.92rem;
}
.kira-breadcrumb-trail .breadcrumb-item a:hover {
  color: var(--mustard);
}
.kira-breadcrumb-trail .breadcrumb-item.active {
  color: var(--mustard);
  font-weight: 600;
}
.kira-breadcrumb-trail .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .kira-breadcrumb {
    padding: 38px 0;
  }
  .kira-breadcrumb-title {
    font-size: 1.6rem;
  }
}

/* ============ CART DRAWER ============ */
.kira-cart {
  width: min(92vw, 400px);
}
.kira-cart .offcanvas-header {
  border-bottom: 1px solid var(--grey-color);
}
.kira-cart-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent-color);
  border-radius: 20px;
  margin-left: 6px;
}

.kira-cart-empty {
  text-align: center;
  color: var(--light-dark-color);
  margin: auto;
  padding: 2rem 0;
}
.kira-cart-empty svg {
  color: var(--grey-color);
  margin-bottom: 1rem;
}

.kira-cart-items {
  overflow-y: auto;
}
.kira-cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--grey-color);
  position: relative;
}
.kira-cart-item > img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--grey-color);
}
.kira-cart-item-info {
  flex: 1;
  min-width: 0;
}
.kira-cart-item-name {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--dark-color);
  text-decoration: none;
  line-height: 1.3;
}
.kira-cart-item-name:hover {
  color: var(--accent-color);
}
.kira-cart-item-price {
  display: block;
  font-size: 0.85rem;
  color: var(--accent-deep);
  font-weight: 700;
  margin: 0.2rem 0 0.4rem;
}
.kira-cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--grey-color);
  border-radius: 8px;
  overflow: hidden;
}
.kira-cart-qty button {
  width: 26px;
  height: 26px;
  border: none;
  background: var(--clay-bg);
  color: var(--dark-color);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.kira-cart-qty button:hover {
  background: var(--accent-color);
  color: #fff;
}
.kira-cart-qty span {
  min-width: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
}
.kira-cart-remove {
  position: absolute;
  top: 14px;
  right: 0;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--light-dark-color);
  cursor: pointer;
}
.kira-cart-remove:hover {
  color: #c0392b;
}

.kira-cart-foot {
  border-top: 1px solid var(--grey-color);
  padding-top: 1rem;
}
.kira-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.kira-cart-total strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--dark-color);
}
.kira-cart-note {
  font-size: 0.8rem;
  color: var(--light-dark-color);
  margin-bottom: 0.9rem;
}

/* ============ ABOUT / OUR STORY ============ */
.kira-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mirror-gold);
  margin-bottom: 0.5rem;
}
.kira-about-h {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark-color);
  margin-bottom: 1rem;
}
.kira-about-imgwrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--grey-color);
}
.kira-about-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kira-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.6rem;
}
.kira-stats > div {
  flex: 1;
  min-width: 120px;
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
}
.kira-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent-deep);
}
.kira-stats span {
  font-size: 0.8rem;
  color: var(--light-dark-color);
}

/* two-craft cards */
.kira-craft-card {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 18px rgba(42, 33, 24, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.kira-craft-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(42, 33, 24, 0.1);
}
.kira-craft-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.kira-craft-body {
  padding: 24px;
}
.kira-craft-body h4 {
  font-weight: 800;
  margin-bottom: 0.5rem;
}

/* process steps */
.kira-step {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  text-align: center;
}
.kira-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--clay-bg);
  color: var(--accent-deep);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}
.kira-step h5 {
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.kira-step p {
  font-size: 0.88rem;
  color: var(--light-dark-color);
  margin: 0;
}

/* values */
.kira-value {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  text-align: center;
}
.kira-value-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  margin-bottom: 1rem;
}
.kira-value h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* makers */
.kira-maker {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  height: 100%;
}
.kira-maker img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.8rem;
  border: 3px solid var(--clay-bg);
}
.kira-maker h6 {
  font-weight: 700;
  margin: 0;
}
.kira-maker span {
  font-size: 0.82rem;
  color: var(--light-dark-color);
}

@media (max-width: 575.98px) {
  .kira-about-h {
    font-size: 1.6rem;
  }
}

/* ============ SHOP — FILTERS SIDEBAR ============ */
.kira-filters {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 18px;
  padding: 6px 22px;
  box-shadow: 0 4px 18px rgba(42, 33, 24, 0.04);
  position: sticky;
  top: 90px;
}
.kira-filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--grey-color);
}
.kira-filter-group:last-of-type {
  border-bottom: none;
}
.kira-filter-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--light-dark-color);
  margin: 0 0 0.9rem;
}

/* category list with counts */
.kira-filter-cats li + li {
  margin-top: 2px;
}
.kira-filter-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--dark-color);
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.kira-filter-cats a span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--light-dark-color);
  background: var(--clay-bg);
  border-radius: 20px;
  padding: 1px 9px;
  min-width: 26px;
  text-align: center;
}
.kira-filter-cats a:hover {
  background: var(--clay-bg);
  color: var(--accent-deep);
}
.kira-filter-cats a.active {
  background: var(--accent-color);
  color: #fff;
}
.kira-filter-cats a.active span {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* checkboxes */
.kira-check {
  margin-bottom: 0.55rem;
}
.kira-check .form-check-input {
  border-color: var(--grey-color);
  cursor: pointer;
}
.kira-check .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.kira-check .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 139, 31, 0.18);
  border-color: var(--accent-color);
}
.kira-check .form-check-label {
  font-size: 0.9rem;
  color: var(--dark-color);
  cursor: pointer;
}

/* custom CTA box inside filters */
.kira-filter-cta {
  background: var(--clay-bg);
  border-radius: 14px;
  padding: 18px;
  margin: 20px 0;
  text-align: center;
}
.kira-filter-cta strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--dark-color);
}

/* toolbar */
.kira-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 14px;
  padding: 0.7rem 1.1rem;
  margin-bottom: 1.5rem;
}
.kira-shop-count {
  color: var(--light-dark-color);
  font-size: 0.92rem;
}
.kira-shop-count strong {
  color: var(--dark-color);
}
.kira-shop-sort {
  border-color: var(--grey-color);
  font-size: 0.9rem;
  border-radius: 10px;
}
.kira-shop-sort:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

@media (max-width: 991.98px) {
  .kira-filters {
    position: static;
    top: auto;
  }
}

/* ============ PRODUCT DETAIL (sleek & modern) ============ */
/* White card wrapper for gallery + info */
.kira-pd-box {
  background: #fff;
  border: 1px solid var(--grey-color);
  border-radius: 18px;
  padding: 20px;
}

/* Gallery box: sticky, fits its own content */
.kira-pd-gallery.kira-pd-box {
  position: sticky;
  top: 90px;
}
@media (max-width: 991.98px) {
  .kira-pd-gallery.kira-pd-box {
    position: static;
    top: auto;
  }
}

/* Gallery */
.kira-pd-main {
  border: 1px solid var(--grey-color);
  border-radius: 18px;
  overflow: hidden;
  background: var(--clay-bg);
}
.kira-pd-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kira-pd-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.kira-pd-thumb {
  flex: 1;
  max-width: 84px;
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: var(--clay-bg);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.kira-pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kira-pd-thumb:hover {
  border-color: var(--grey-color);
}
.kira-pd-thumb.active {
  border-color: var(--accent-color);
}

/* Info column */
.kira-pd-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mirror-gold);
  margin-bottom: 0.4rem;
}
.kira-pd-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark-color);
  margin: 0 0 0.8rem;
}

.kira-pd-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.kira-pd-stars {
  display: inline-flex;
  color: var(--mustard);
}
.kira-pd-rating .text-muted {
  font-size: 0.85rem;
}

.kira-pd-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--grey-color);
}
.kira-pd-price .now {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark-color);
}
.kira-pd-price .mrp {
  font-size: 1.1rem;
  color: #b3a797;
  text-decoration: line-through;
}
.kira-pd-price .off {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: #4a7c2f;
  padding: 0.2rem 0.6rem;
  border-radius: 7px;
}

.kira-pd-desc {
  color: var(--light-dark-color);
  line-height: 1.7;
  margin-bottom: 1.3rem;
}

/* Size selector */
.kira-pd-sizes {
  margin: 0 0 1.4rem;
}
.kira-pd-sizes-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0.55rem;
}
.kira-pd-sizes-opts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.kira-pd-size {
  flex: 1 1 0;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--grey-color);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  text-align: left;
}
.kira-pd-size strong {
  font-size: 0.95rem;
  color: var(--dark-color);
}
.kira-pd-size span {
  font-size: 0.88rem;
  color: var(--light-dark-color);
}
.kira-pd-size:hover {
  border-color: var(--primary-color);
}
.kira-pd-size.active {
  border-color: var(--primary-color);
  background: rgba(192, 108, 59, 0.06);
  box-shadow: 0 0 0 1px var(--primary-color) inset;
}
.kira-pd-size.active span {
  color: var(--primary-color);
  font-weight: 700;
}

.kira-pd-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}
.kira-pd-specs li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0.6rem 0;
  border-bottom: 1px dashed var(--grey-color);
}
.kira-pd-specs li span {
  color: var(--light-dark-color);
  font-size: 0.92rem;
}
.kira-pd-specs li strong {
  color: var(--dark-color);
  font-size: 0.92rem;
  text-align: right;
}

/* Conversion buttons — one row */
/* Primary WhatsApp order button */
.btn-wa {
  --bs-btn-color: #fff;
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1da851;
  --bs-btn-hover-border-color: #1da851;
  --bs-btn-active-bg: #1da851;
  --bs-btn-active-border-color: #1da851;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kira-pd-also {
  display: block;
  font-size: 0.82rem;
  color: var(--light-dark-color);
  margin-bottom: 0.5rem;
}
.kira-pd-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 1.2rem;
}
.kira-pd-buy {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.8rem 0.6rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.kira-pd-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.kira-pd-buy img {
  height: 18px;
  width: auto;
  background: #fff;
  border-radius: 5px;
  padding: 2px 4px;
}
.kira-pd-buy span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .kira-pd-actions {
    flex-wrap: wrap;
  }
  .kira-pd-buy {
    flex: 1 1 100%;
  }
}
.kira-pd-buy.meesho {
  background: #570d52;
  color: #fff;
}
.kira-pd-buy.flipkart {
  background: #2874f0;
  color: #fff;
}
.kira-pd-buy.wa {
  background: #25d366;
  color: #fff;
}
.kira-pd-buy.wa svg {
  color: #fff;
}

/* Trust row */
.kira-pd-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 1rem 0;
  margin-bottom: 1.2rem;
  border-top: 1px solid var(--grey-color);
  border-bottom: 1px solid var(--grey-color);
}
.kira-pd-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--light-dark-color);
}
.kira-pd-trust svg {
  color: #4a7c2f;
}

/* Custom callout */
.kira-pd-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--clay-bg);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.6rem;
  text-decoration: none;
  color: var(--dark-color);
  transition: background 0.2s ease;
}
.kira-pd-custom:hover {
  background: #ece1d2;
  color: var(--dark-color);
}
.kira-pd-custom span {
  font-size: 0.9rem;
  line-height: 1.45;
}
.kira-pd-custom svg {
  color: var(--accent-color);
  flex-shrink: 0;
}

/* Accordion */
.kira-pd-acc .accordion-item {
  border: none;
  border-bottom: 1px solid var(--grey-color);
  background: transparent;
}
.kira-pd-acc .accordion-button {
  padding: 1rem 0;
  font-weight: 700;
  color: var(--dark-color);
  background: transparent;
  box-shadow: none;
}
.kira-pd-acc .accordion-button:not(.collapsed) {
  color: var(--accent-deep);
  background: transparent;
}
.kira-pd-acc .accordion-button:focus {
  box-shadow: none;
}
.kira-pd-acc .accordion-body {
  padding: 0 0 1rem;
  color: var(--light-dark-color);
}

@media (max-width: 575.98px) {
  .kira-pd-title {
    font-size: 1.55rem;
  }
  .kira-pd-price .now {
    font-size: 1.6rem;
  }
}

/* ============ FOOTER (dark, purple-tinted) ============ */
.kira-footer {
  position: relative;
  border-top: 0 !important;
  background: #2a0f29 url("../images/footer.png") center/cover no-repeat;
}
.kira-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(42, 15, 41, 0.86) 0%,
    rgba(30, 8, 29, 0.92) 100%
  );
}
.kira-footer > .container-fluid {
  position: relative;
  z-index: 1;
}

.kira-footer,
.kira-footer p,
.kira-footer .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
}
.kira-footer .widget-title {
  color: #fff !important;
}
.kira-footer .kira-logo-word {
  color: #fff !important;
}
.kira-footer .kira-logo-sub {
  color: var(--mustard) !important;
}
.kira-footer .nav-link:hover {
  color: var(--mustard) !important;
}
.kira-footer a {
  color: rgba(255, 255, 255, 0.82);
}
.kira-footer a:hover {
  color: var(--mustard);
}

.kira-footer .btn-outline-light {
  --bs-btn-color: rgba(255, 255, 255, 0.85);
  --bs-btn-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-hover-color: #2a0f29;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

.kira-wa-btn {
  background: #25d366;
  color: #fff;
  border: none;
}
.kira-wa-btn:hover {
  background: #1da851;
  color: #fff;
}

/* Footer contact list (icon chip + text) */
.kira-contact {
  margin: 0;
}
.kira-contact li {
  margin-bottom: 12px;
}
.kira-contact a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.4;
}
.kira-contact a:hover {
  color: #fff !important;
}
.kira-contact a:hover .kira-contact-ico {
  background: var(--mustard);
  color: #2a0f29;
}
.kira-contact-ico {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

/* Footer marketplace badges (icon + text) */
.kira-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kira-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 8px 12px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.kira-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}
.kira-badge-ico {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kira-badge-ico img {
  max-width: 26px;
  max-height: 18px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.kira-badge-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  flex: 1;
}
.kira-badge-txt small {
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.6);
}
.kira-badge-txt strong {
  font-size: 0.92rem;
  color: #fff;
  font-weight: 700;
}
.kira-badge-arrow {
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}
.kira-badge:hover .kira-badge-arrow {
  transform: translateX(3px);
  color: var(--mustard);
}
.kira-badge-wa .kira-badge-ico {
  background: #25d366;
}
.kira-badge-wa .kira-badge-ico svg {
  color: #fff;
}

/* footer-bottom bar */
#footer-bottom {
  background: #1e081d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
#footer-bottom,
#footer-bottom p,
#footer-bottom a {
  color: rgba(255, 255, 255, 0.7) !important;
}
#footer-bottom a:hover {
  color: var(--mustard) !important;
}

/* ============ RESPONSIVE: HEADER & FOOTER ============ */
.kira-header .d-flex.align-items-center.gap-3 {
  flex-wrap: nowrap;
}
.kira-nav {
  flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
  .kira-nav-link {
    padding: 0.45rem 0.65rem;
    font-size: 0.86rem;
  }
  .kira-market-img {
    height: 20px;
  }
  .kira-header .d-flex.align-items-center.gap-3 {
    gap: 0.75rem !important;
  }
}
@media (max-width: 1199.98px) {
  .kira-nav-link {
    padding: 0.4rem 0.55rem;
    font-size: 0.82rem;
  }
}
@media (max-width: 991.98px) {
  .kira-header .d-flex.align-items-center.gap-3 {
    justify-content: space-between;
  }
  .kira-logo-word {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
  .kira-logo-emblem svg {
    width: 34px;
    height: 34px;
  }
  .kira-logo-img {
    height: 46px;
  }
}
@media (max-width: 767.98px) {
  .kira-header .d-flex.align-items-center.gap-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .kira-logo-word {
    font-size: 1.25rem;
  }
  .kira-logo-sub {
    font-size: 0.55rem;
    letter-spacing: 0.28em;
  }
  .kira-announce {
    font-size: 0.74rem;
    line-height: 1.4;
  }
}
@media (max-width: 400px) {
  .kira-logo-emblem svg {
    width: 28px;
    height: 28px;
  }
  .kira-logo-word {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .kira-logo-img {
    height: 42px;
  }
}

/* offcanvas */
#offcanvasNavbar {
  width: min(86vw, 360px);
}
#offcanvasNavbar .nav-link {
  padding: 0.6rem 0.25rem;
  font-size: 1.05rem;
  border-bottom: 1px solid #f0e9df;
}

/* Footer responsive */
.kira-footer .footer-menu {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .kira-footer {
    padding-top: 2.5rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .kira-footer .row {
    row-gap: 0.5rem;
  }
  .kira-footer .social-links ul {
    justify-content: flex-start;
  }
  #footer-bottom .row {
    text-align: center;
    row-gap: 0.35rem;
  }
  #footer-bottom .credit-link {
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  .kira-footer .footer-menu {
    margin-bottom: 1.25rem;
  }
}
