﻿/*
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

    
/*--------------------------------------------------------------
/** 0. SELF-HOSTED FONTS
--------------------------------------------------------------*/
@font-face {
  font-family: 'Nunito';
  src: url('fonts/nunito-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/nunito-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/nunito-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-400i.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-700i.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/*--------------------------------------------------------------
/** 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 */
:root {
  --accent-color: #FFC43F;
  --dark-color: #222222;
  --light-dark-color: #727272;
  --light-color: #fff;
  --grey-color: #dbdbdb;
  --light-grey-color: #fafafa;
  --primary-color: #6995B1;
  --light-primary-color: #eef1f3;
}

/* Fonts */
:root {
  --body-font: "Open Sans", sans-serif;
  --heading-font: "Nunito", sans-serif;
}

body {
  --bs-link-color: #333;
  --bs-link-hover-color: #333;

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  /* --bs-link-color: #FFC43F;
  --bs-link-hover-color: #FFC43F; */

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "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: #747474;

  --bs-primary: #FFC43F;
  --bs-primary-rgb: 255, 196, 63;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;

  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;

  --bs-border-color: #F7F7F7;

  --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: #ffc43f;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc43f;
  --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: #ffc43f;
  --bs-btn-border-color: #ffc43f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader,
.preloader::before,
.preloader::after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background: var(--accent-color, #ffb526);
  animation: loaderAnim 0.9s infinite ease-in-out;
}

.preloader {
  position: relative;
  animation-delay: -0.15s;
}

.preloader::before,
.preloader::after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader::before {
  left: -3em;
  animation-delay: -0.3s;
}

.preloader::after {
  left: 3em;
}

@keyframes loaderAnim {

  0%,
  80%,
  100% {
    transform: scale(0.6);
    opacity: 0.4;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Mobile Fix */
@media (max-width: 480px) {

  .preloader,
  .preloader::before,
  .preloader::after {
    width: 1.5em;
    height: 1.5em;
  }

  .preloader::before {
    left: -2.2em;
  }

  .preloader::after {
    left: 2.2em;
  }
}



/* *** Start editing below this line *** */
.container-fluid {
  max-width: 1600px;
  overflow: clip;
}

.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;
}

.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: #FFC43F;
}

.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: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #FFC43F;
  --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: #FFC43F;
}

.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 #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 36px 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 6px 6px 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 #FBFBFB;
  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 {
  width: 100%;
  max-height: 340px;
  height: auto;
  object-fit: cover;
}

.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-color: #f03838 !important;
  color: #fff;
}

.product-item .btn-wishlist.active {
  background-color: #f03838 !important;
  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: #FFC43F;
}

.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;
  }
}

.header-bg-img {
  background-image: url('../images/background-pattern.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.text-danger {
  color: rgb(255 57 0) !important;
}

.btn .btn-default {
  border: 2px solid #ebebeb !important;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
  border: 1px solid #cfcfcf;
}

.text-warning {
  color: rgb(255 179 0) !important;
}

.product-mrp {
  margin-left: 4px;
  font-size: 14px;
  color: #747474;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 2px 6px;
}

.input-number {
  width: 50px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* ============================================== */
/* ================== wishlist ================== */
/* ============================================== */
.wishlist-card {
  border: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.wishlist-card .wishlist-card:hover {
  transform: translateY(-3px);
}

.wishlist-card .wishlist-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.wishlist-card .btn-move {
  background-color: #222;
  color: #fff;
}

.wishlist-card .btn-move:hover {
  background-color: #000;
  color: #fff;
}

.badge.bg-danger {
  background-color: rgb(255 57 0) !important;
}

.list-group li {
  list-style: none;
}

.bg-yellow {
  color: #FFC440;
}

.grayBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  align-content: center;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.product-details .thumb-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.product-details .thumb-img:hover {
  border-color: #FFC43F;
}

.product-details .thumb-img.active {
  border-color: #222222;
  /* highlight border */
  box-shadow: 0 0 0 2px #FFC43F;
  /* yellow outline */
}

.product-details .product-img-main {
  width: 100%;
  /* max-height: 600px; */
  object-fit: cover;
}

.product-details .sticky-info {
  position: sticky;
  top: 80px;
}

.product-details .related-card img {
  height: 220px;
  object-fit: cover;
}


.product-details .size-options input[type="radio"] {
  display: none;
  /* hide default radio */
}

.productDetailsTab .nav-tabs .nav-link.active {
  background-color: #222222;
  color: #fff;
}

.productDetailsTab .nav-tabs .nav-link {
  background-color: #F5F5F5;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav .nav-link.active {
  color: #ffb300;
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 4px;
  border-radius: 50%;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}

.cart-count-badge:empty {
  display: none;
}

/*==============================================================
 * MODERN REDESIGN â€” 2026 UI Enhancements
 * Updated: Bootstrap 5.3.3 | Swiper 11 | FA 6.7.2 | BI 1.11.3
 *==============================================================*/

/* â”€â”€ Design tokens â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --color-gold: #FFC43F;
  --color-gold-dark: #e6a800;
  --color-gold-light: #FFF8E6;
  --color-dark: #1a1a2e;
  --color-dark-2: #2d2d44;
  --color-text: #444;
  --color-muted: #888;
  --color-border: #eaeaea;
  --color-bg: #f8f8f9;
  --color-surface: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
  --shadow-gold: 0 4px 20px rgba(255, 196, 63, .35);
  --transition: 0.22s cubic-bezier(.4, 0, .2, 1);
}

/* â”€â”€ Global base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* â”€â”€ Preloader â€” modern spinner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.preloader-wrapper {
  z-index: 99999;
  background: #fff;
}

.preloader {
  width: 44px;
  height: 44px;
  border: 3px solid var(--color-gold-light);
  border-top-color: var(--color-gold);
  border-radius: 50%;
  animation: modernSpin 0.7s linear infinite;
}

.preloader::before,
.preloader::after {
  display: none;
}

@keyframes modernSpin {
  to {
    transform: rotate(360deg);
  }
}

/* â”€â”€ Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.fixed-top {
  background: #fff !important;
  border-bottom: 1px solid var(--color-border) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .06) !important;
  transition: box-shadow var(--transition);
}

header.fixed-top.scrolled {
  box-shadow: 0 4px 28px rgba(0, 0, 0, .10) !important;
}

/* Search bar */
.search-bar {
  background: var(--color-bg) !important;
  border: 1.5px solid var(--color-border) !important;
  border-radius: var(--radius-xl) !important;
  transition: border-color var(--transition), box-shadow var(--transition);
  padding: 8px 16px !important;
}

.search-bar:focus-within {
  border-color: var(--color-gold) !important;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .15) !important;
}

.search-bar .form-control {
  font-size: .95rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
}

.search-bar .form-control:focus {
  box-shadow: none !important;
}

/* Icon buttons in header */
header .rounded-circle.bg-light {
  background: var(--color-bg) !important;
  border: 1.5px solid var(--color-border) !important;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .rounded-circle.bg-light:hover {
  background: var(--color-gold-light) !important;
  border-color: var(--color-gold) !important;
  transform: translateY(-2px);
}

/* Cart amount */
.CartAmountSpan {
  color: var(--color-gold) !important;
}

/* â”€â”€ Navigation â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .02em;
  padding: 6px 4px !important;
  position: relative;
  color: var(--color-dark) !important;
  transition: color var(--transition);
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-gold);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform var(--transition);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.hover-gold:hover {
  color: var(--color-gold-dark) !important;
}

/* Dropdown menu */
.dropdown-menu {
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-lg) !important;
  padding: 8px !important;
  animation: dropIn .18s ease;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu .dropdown-item {
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
  font-size: .9rem;
  padding: 8px 12px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: var(--color-gold-light) !important;
  color: var(--color-dark) !important;
}

/* â”€â”€ Buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
  border-radius: var(--radius-sm);
  font-weight: 600;
  letter-spacing: .02em;
  transition: all var(--transition);
}

.btn-primary {
  background: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
  color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:hover {
  background: var(--color-gold-dark) !important;
  border-color: var(--color-gold-dark) !important;
  box-shadow: var(--shadow-gold) !important;
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--color-dark) !important;
  border-color: var(--color-dark) !important;
  transition: all var(--transition);
}

.btn-dark:hover {
  background: var(--color-dark-2) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md) !important;
}

.btn-outline-light {
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}

.btn-outline-light:hover {
  background: var(--color-bg) !important;
  border-color: var(--color-gold) !important;
}

/* Swiper nav buttons */
.swiper-prev,
.swiper-next {
  border-radius: var(--radius-sm) !important;
  background: #fff !important;
  border: 1.5px solid var(--color-border) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: all var(--transition) !important;
}

.swiper-prev:hover,
.swiper-next:hover {
  background: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
  box-shadow: var(--shadow-gold) !important;
  transform: translateY(-2px);
}

/* â”€â”€ Cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-item {
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-lg) !important;
  background: var(--color-surface) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: box-shadow var(--transition), transform var(--transition) !important;
  overflow: hidden;
}

.product-item:hover {
  box-shadow: var(--shadow-lg) !important;
  transform: translateY(-4px) !important;
}

.product-item figure {
  background: var(--color-bg) !important;
  border-radius: var(--radius-md) !important;
  overflow: hidden;
}

.product-item figure img {
  transition: transform 0.4s ease !important;
}

.product-item:hover figure img {
  transform: scale(1.05) !important;
}

.product-item h3 {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: var(--color-dark) !important;
}

.product-item .price {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: var(--color-dark) !important;
}

.product-item .qty,
.product-item .rating {
  font-size: .82rem !important;
}

/* Wishlist button */
.product-item .btn-wishlist {
  background: rgba(255, 255, 255, .92) !important;
  border: 1.5px solid var(--color-border) !important;
  backdrop-filter: blur(6px);
  transition: all var(--transition) !important;
}

.product-item .btn-wishlist:hover,
.product-item .btn-wishlist.active {
  background: #ff4d4d !important;
  border-color: #ff4d4d !important;
  color: #fff !important;
  transform: scale(1.1) !important;
}

/* Category carousel cards */
.category-carousel .category-item {
  border-radius: var(--radius-lg) !important;
  border: 1.5px solid var(--color-border) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: all var(--transition) !important;
}

.category-carousel .category-item:hover {
  border-color: var(--color-gold) !important;
  box-shadow: var(--shadow-gold) !important;
  transform: translateY(-6px) !important;
}

/* Banner */
.banner-ad {
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
}

.banner-ad .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .5) !important;
  width: 8px !important;
  height: 8px !important;
}

.banner-ad .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-gold) !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* â”€â”€ Swiper pagination â€” global â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  transition: all var(--transition);
}

.swiper-pagination-bullet-active {
  background: var(--color-gold);
  width: 20px;
  border-radius: 4px;
}

/* â”€â”€ Forms â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.form-control,
.form-select {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: .95rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .18);
}

.form-check-input:checked {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}

/* Newsletter form */
.newsletter-form .form-control,
.newsletter__form .form-control {
  border-radius: var(--radius-xl) 0 0 var(--radius-xl);
  border-right: none;
}

.newsletter-form .btn,
.newsletter__form .btn {
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
  background: var(--color-surface) !important;
  border-top: 1px solid var(--color-border) !important;
  box-shadow: none !important;
}

.footer-menu .widget-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 10px;
}

.footer-menu .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--color-gold);
  border-radius: 2px;
}

.footer-menu .menu-list .menu-item .nav-link {
  color: var(--color-muted);
  font-size: .9rem;
  padding: 4px 0;
  transition: color var(--transition), padding-left var(--transition);
}

.footer-menu .menu-list .menu-item .nav-link:hover {
  color: var(--color-gold-dark);
  padding-left: 6px;
}

#footer-bottom {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding: 14px 0;
  font-size: .85rem;
  color: var(--color-muted);
}

.social-links .btn-outline-light {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md) !important;
  border: 1.5px solid var(--color-border) !important;
  color: var(--color-text) !important;
  transition: all var(--transition) !important;
}

.social-links .btn-outline-light:hover {
  background: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold) !important;
}

/* â”€â”€ Product detail page â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-details .thumb-img {
  border-radius: var(--radius-sm);
  border: 2px solid var(--color-border) !important;
  transition: all var(--transition) !important;
}

.product-details .thumb-img:hover {
  border-color: var(--color-gold) !important;
}

.product-details .thumb-img.active {
  border-color: var(--color-dark) !important;
  box-shadow: 0 0 0 2px var(--color-gold) !important;
}

.product-details .size-options label {
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-border);
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: .88rem;
  transition: all var(--transition);
}

.product-details .size-options input[type="radio"]:checked+label {
  border-color: var(--color-dark);
  background: var(--color-dark);
  color: #fff;
}

.productDetailsTab .nav-tabs .nav-link {
  border-radius: var(--radius-sm) !important;
  font-weight: 600;
  background: var(--color-bg) !important;
  transition: all var(--transition) !important;
}

.productDetailsTab .nav-tabs .nav-link.active {
  background: var(--color-dark) !important;
  color: #fff !important;
}

/* â”€â”€ Wishlist card â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.wishlist-card {
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: box-shadow var(--transition), transform var(--transition) !important;
}

.wishlist-card:hover {
  box-shadow: var(--shadow-md) !important;
  transform: translateY(-2px) !important;
}

/* â”€â”€ Offcanvas / Cart / Wishlist panel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.offcanvas {
  box-shadow: var(--shadow-lg) !important;
}

.offcanvas-header {
  border-bottom: 1px solid var(--color-border);
}

.offcanvas-title {
  font-weight: 700;
  color: var(--color-dark);
}

/* â”€â”€ Breadcrumb â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-muted);
}

.breadcrumb-item.active {
  color: var(--color-gold);
}

/* â”€â”€ Badges â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.badge {
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 6px;
}

/* â”€â”€ Tables â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.table> :not(caption)>*>* {
  border-bottom-color: var(--color-border);
}

.table thead {
  background: var(--color-bg);
}

/* â”€â”€ Alerts / Toast â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.alert {
  border-radius: var(--radius-md);
  border: none;
}

/* â”€â”€ Utility â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.bg-light {
  background: var(--color-bg) !important;
}

.border {
  border-color: var(--color-border) !important;
}

.rounded-4 {
  border-radius: var(--radius-md) !important;
}

/* Section title accent â”€â”€â”€ */
.section-title {
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--color-gold);
  border-radius: 3px;
  margin-top: 10px;
}

.section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

/* Scrollbar (webkit) â”€â”€â”€ */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg);
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-gold);
}

/* Selection highlight â”€â”€â”€ */
::selection {
  background: rgba(255, 196, 63, .25);
  color: var(--color-dark);
}

/* â”€â”€ Mobile header compact â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body {
  padding-top: 130px;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 100px;
  }

  .container-fluid {
    --bs-gutter-x: 1.25rem;
  }
}

@media (max-width: 399px) {
  .header-inner {
    gap: 0px !important;
  }

  .container-fluid {
    --bs-gutter-x: 0.25rem !important;
  }
}

@media (max-width: 575.98px) {
  .product-item {
    border-radius: var(--radius-md) !important;
  }

  .banner-ad .swiper-slide {
    min-height: 340px;
  }
}

/* â”€â”€ Print â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media print {

  .preloader-wrapper,
  header,
  footer,
  .offcanvas-backdrop {
    display: none !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SITE HEADER â€” top.php styles
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Site Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 1px 0 #eaeaea;
  transition: box-shadow .25s ease;
}

.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, .10);
}

/* Announcement bar */
.header-announce {
  background: #1a1a2e;
  color: rgba(255, 255, 255, .85);
  font-size: .8rem;
  padding: 7px 0;
  letter-spacing: .02em;
}

.header-announce .announce-text strong {
  color: #FFC43F;
}

.header-announce .announce-link {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  transition: color .2s;
}

.header-announce .announce-link:hover {
  color: #FFC43F;
}

/* Main row */
.header-main {
  border-bottom: 1px solid #eaeaea;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}

/* Logo */
.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  max-height: 64px;
  width: auto;
  object-fit: contain;
}

.logo-text {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.5rem;
  color: #1a1a2e;
}

.header-logo {
  flex: 0 0 auto;
}

/* Search */
.header-search {
  flex: 1 1 0;
}

.search-form-wrap {
  width: 100%;
}

.search-input-group {
  display: flex;
  align-items: center;
  background: #f5f5f7;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  padding: 0 6px 0 18px;
  transition: border-color .22s, box-shadow .22s;
}

.search-input-group:focus-within {
  border-color: #FFC43F;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .18);
  background: #fff;
}

.search-icon {
  color: #aaa;
  font-size: 1rem;
  margin-right: 10px;
  pointer-events: none;
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: .93rem;
  color: #222;
  padding: 11px 0;
  outline: none;
}

.search-input::placeholder {
  color: #aaa;
}

.search-btn {
  flex: 0 0 auto;
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  padding: 8px 20px;
  margin: 5px 0;
  cursor: pointer;
  transition: background .22s, transform .22s;
}

.search-btn:hover {
  background: #FFC43F;
  color: #1a1a2e;
  transform: none;
}

/* Actions */
.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hdr-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  transition: background .2s, color .2s, transform .2s;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
}

.hdr-btn:hover {
  background: #FFF8E6;
  color: #1a1a2e;
  transform: translateY(-1px);
}

.hdr-btn-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.hdr-btn-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #777;
  line-height: 1;
}

/* Cart button (desktop) */
.hdr-cart-btn {
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  background: #f5f5f7;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  color: #1a1a2e;
  transition: all .22s;
}

.hdr-cart-btn:hover {
  border-color: #FFC43F;
  background: #FFF8E6;
  box-shadow: 0 4px 16px rgba(255, 196, 63, .3);
}

.hdr-cart-icon-wrap {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
}

.hdr-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

.hdr-cart-badge:empty {
  display: none;
}

.hdr-cart-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hdr-cart-label {
  font-size: .72rem;
  color: #888;
  font-weight: 500;
  line-height: 1;
}

.hdr-cart-total {
  font-size: .95rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
}

/* Mobile burger */
.hdr-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: #f5f5f7;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
  transition: all .2s;
}

.hdr-menu-toggle:hover {
  border-color: #FFC43F;
  background: #FFF8E6;
}

.menu-bar {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all .25s;
}

/* Desktop nav bar */
.header-nav {
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.main-nav {
  padding: 0;
}

.main-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.main-nav-item {
  position: relative;
}

.main-nav-link {
  display: block;
  padding: 12px 14px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #444;
  text-decoration: none;
  position: relative;
  transition: color .2s;
}

.main-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #FFC43F;
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.main-nav-item:hover .main-nav-link,
.main-nav-item.active .main-nav-link {
  color: #1a1a2e;
}

.main-nav-item:hover .main-nav-link::after,
.main-nav-item.active .main-nav-link::after {
  transform: scaleX(1);
}

/* Dropdown */
.main-nav-item .dropdown-menu {
  border: 1px solid #eaeaea !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12) !important;
  padding: 8px !important;
  min-width: 200px;
  animation: dropIn .18s ease;
}

/* Allow dropdown to overflow the clipped container */
.header-nav .container-fluid {
  overflow: visible;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-nav-item .dropdown-item {
  border-radius: 8px;
  padding: 9px 14px;
  font-size: .875rem;
  font-weight: 500;
  color: #444;
  transition: background .18s, color .18s;
}

.main-nav-item .dropdown-item:hover,
.main-nav-item .dropdown-item.active {
  background: #FFF8E6 !important;
  color: #1a1a2e !important;
}

/* Mobile offcanvas */
.mob-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mob-nav-item {
  border-bottom: 1px solid #f5f5f5;
}

.mob-nav-link {
  display: flex;
  align-items: center;
  padding: 13px 4px;
  font-size: .92rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color .18s, padding-left .18s;
}

.mob-nav-link:hover,
.mob-nav-item.active .mob-nav-link {
  color: #1a1a2e;
  padding-left: 8px;
}

.mob-nav-item.active .mob-nav-link {
  color: #c89500;
}

.mob-nav-divider {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #aaa;
  padding: 16px 4px 6px;
}

.mob-nav-footer {
  padding: 20px 0 8px;
  border-top: 1px solid #f0f0f0;
  margin-top: 12px;
}

#offcanvasNavbar .offcanvas-header {
  padding: 18px 20px 16px;
}

#offcanvasNavbar .offcanvas-body {
  padding: 0 20px 20px;
}

/* body offset */
body {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .site-header {
    position: fixed;
  }

  body {
    padding-top: 112px !important;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 175px !important;
  }
}

/* Mobile cart badge */
.cart-count-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

.cart-count-badge:empty {
  display: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRELOADER â€” header.php redesign
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.preloader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .45s ease, visibility .45s ease;
}

.preloader-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preldr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.preldr-logo {
  max-height: 72px;
  width: auto;
  animation: preldrPulse 1.6s ease-in-out infinite;
}

@keyframes preldrPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .55;
    transform: scale(.92);
  }
}

.preldr-dots {
  display: flex;
  gap: 9px;
}

.preldr-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFC43F;
  animation: preldrBounce 1.2s ease-in-out infinite;
}

.preldr-dots span:nth-child(2) {
  animation-delay: .16s;
  background: #1a1a2e;
}

.preldr-dots span:nth-child(3) {
  animation-delay: .32s;
  background: #FFC43F;
}

@keyframes preldrBounce {

  0%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-12px);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SEARCH SIDE-PANEL â€” #offcanvasSearch
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.search-oc {
  width: min(480px, 100vw) !important;
}

/* Sticky top bar */
.search-oc-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.search-oc-form {
  flex: 1;
  min-width: 0;
}

/* Pill input */
.search-oc-field {
  display: flex;
  align-items: center;
  background: #f5f5f7;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  padding: 0 6px 0 16px;
  cursor: text;
  transition: border-color .22s, box-shadow .22s;
}

.search-oc-field:focus-within {
  border-color: #FFC43F;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .16);
  background: #fff;
}

.search-oc-field>i {
  color: #bbb;
  font-size: .95rem;
  margin-right: 9px;
  flex-shrink: 0;
}

.search-oc-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: .92rem;
  color: #222;
  padding: 10px 0;
  outline: none;
  min-width: 0;
}

.search-oc-input::placeholder {
  color: #bbb;
}

/* Clear (X) button inside field */
.search-oc-clr {
  display: none;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: .7rem;
  color: #666;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .18s, color .18s;
}

.search-oc-clr:hover {
  background: #d0d0d0;
  color: #222;
}

/* Search submit button */
.search-oc-go {
  display: block;
  width: 100%;
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  padding: 9px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: background .22s;
}

.search-oc-go:hover {
  background: #FFC43F;
  color: #1a1a2e;
}

/* Cancel text link */
.search-oc-cancel {
  background: none;
  border: none;
  font-size: .84rem;
  font-weight: 600;
  color: #888;
  padding: 8px 2px;
  cursor: pointer;
  flex-shrink: 0;
  transition: color .2s;
}

.search-oc-cancel:hover {
  color: #1a1a2e;
}

/* Body sections */
.search-oc-section {
  padding-top: 28px;
}

.search-oc-lbl {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 14px;
}

.search-oc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.srch-chip {
  background: #f5f5f7;
  border: 1.5px solid #eaeaea;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  color: #555;
  padding: 6px 16px;
  cursor: pointer;
  transition: border-color .18s, background .18s, color .18s, transform .18s;
}

.srch-chip:hover {
  border-color: #FFC43F;
  background: #FFF8E6;
  color: #1a1a2e;
  transform: translateY(-1px);
}

/* Empty / hint state */
.search-oc-empty {
  text-align: center;
  padding: 48px 32px;
  margin-top: 8px;
}

.search-oc-empty-icon {
  font-size: 3.5rem;
  color: #e8e8e8;
  display: block;
}

.search-oc-empty p {
  font-size: .9rem;
  line-height: 1.7;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CART OFFCANVAS â€” my-cart.php
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Panel */
.cart-oc {
  width: min(420px, 100vw) !important;
  display: flex;
  flex-direction: column;
}

/* â”€â”€ Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-oc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 18px;
  border-bottom: 1px solid #eaeaea;
  background: #1a1a2e;
  flex-shrink: 0;
}

.cart-oc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 196, 63, .15);
  border-radius: 12px;
  font-size: 1.3rem;
  color: #FFC43F;
}

.cart-oc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.cart-oc-count-text {
  font-size: .75rem;
  color: rgba(255, 255, 255, .55);
}

.cart-oc-count-text .CartCount {
  font-weight: 700;
  color: #FFC43F;
}

.cart-oc-close {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .9rem;
  transition: background .2s;
}

.cart-oc-close:hover {
  background: rgba(255, 255, 255, .18);
}

/* â”€â”€ Scrollable body â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-oc-body {
  flex: 1 1 0;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.cart-oc-body::-webkit-scrollbar {
  width: 4px;
}

.cart-oc-body::-webkit-scrollbar-track {
  background: transparent;
}

.cart-oc-body::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

/* Cart item list */
.cart-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Individual item */
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: background .18s;
}

.cart-item:hover {
  background: #fafafa;
}

.cart-item-img-wrap {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f7;
}

.cart-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart-item-details {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: .88rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 4px;
  line-height: 1.35;
  /* clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-item-size-badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  color: #888;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 2px 10px;
  margin-bottom: 8px;
}

/* Qty controls */
.cart-qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 2px;
}

.cart-qty-btn {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: #444;
  cursor: pointer;
  transition: background .18s, color .18s;
}

.cart-qty-btn:hover {
  background: #f0f0f0;
  color: #1a1a2e;
}

.cart-qty-val {
  width: 34px;
  border: none;
  border-left: 1.5px solid #e8e8e8;
  border-right: 1.5px solid #e8e8e8;
  background: transparent;
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
  color: #1a1a2e;
  outline: none;
}

/* Price column */
.cart-item-price-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-top: 2px;
}

.cart-item-final {
  font-size: .95rem;
  font-weight: 700;
  color: #1a1a2e;
}

.cart-item-mrp {
  font-size: .78rem;
  color: #bbb;
}

.cart-remove-btn {
  background: transparent;
  border: 1.5px solid #f0d0d0;
  border-radius: 8px;
  color: #e53935;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  cursor: pointer;
  transition: background .18s, border-color .18s;
  margin-top: 4px;
}

.cart-remove-btn:hover {
  background: #fdecea;
  border-color: #e53935;
}

/* Empty state */
.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 32px;
}

.cart-empty-icon {
  font-size: 4rem;
  color: #e0e0e0;
  margin-bottom: 16px;
  display: block;
}

.cart-empty-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.cart-empty-text {
  font-size: .85rem;
  color: #aaa;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* â”€â”€ Footer: Summary â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-oc-foot {
  flex-shrink: 0;
  padding: 20px 20px 24px;
  border-top: 1px solid #eaeaea;
  background: #fff;
}

.cart-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: .875rem;
  color: #666;
}

.cart-summary-row span:last-child {
  font-weight: 600;
  color: #333;
}

.cart-summary-discount span:last-child {
  color: #2e7d32;
}

.cart-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  padding-top: 14px;
  border-top: 1.5px dashed #e0e0e0;
  margin-bottom: 18px;
}

/* Checkout button */
.cart-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px;
  background: #1a1a2e;
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  border-radius: 14px;
  text-decoration: none;
  transition: background .22s, transform .18s, box-shadow .22s;
  letter-spacing: .02em;
}

.cart-checkout-btn:hover {
  background: #FFC43F;
  color: #1a1a2e;
  box-shadow: 0 6px 20px rgba(255, 196, 63, .35);
  transform: translateY(-1px);
}

.cart-view-all {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: .82rem;
  font-weight: 600;
  color: #999;
  text-decoration: none;
  transition: color .2s;
}

.cart-view-all:hover {
  color: #1a1a2e;
}

/* â”€â”€ Overlay loader â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-oc-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   WISHLIST OFFCANVAS â€” my-wishlist.php
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Panel */
.wl-oc {
  width: min(420px, 100vw) !important;
  display: flex;
  flex-direction: column;
}

/* â”€â”€ Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.wl-oc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 18px;
  border-bottom: 1px solid #eaeaea;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1a2e 100%);
  flex-shrink: 0;
}

.wl-oc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 100, 120, .18);
  border-radius: 12px;
  font-size: 1.3rem;
  color: #ff6478;
}

.wl-oc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.wl-oc-sub {
  font-size: .73rem;
  color: rgba(255, 255, 255, .45);
}

.wl-oc-close {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .9rem;
  transition: background .2s;
}

.wl-oc-close:hover {
  background: rgba(255, 255, 255, .2);
}

/* â”€â”€ Scrollable body â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.wl-oc-body {
  flex: 1 1 0;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.wl-oc-body::-webkit-scrollbar {
  width: 4px;
}

.wl-oc-body::-webkit-scrollbar-track {
  background: transparent;
}

.wl-oc-body::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}

/* â”€â”€ Individual item â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.wl-item {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: background .18s;
}

.wl-item:hover {
  background: #fafafa;
}

/* Image */
.wl-item-img-wrap {
  flex-shrink: 0;
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f7;
}

.wl-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.wl-item:hover .wl-item-img {
  transform: scale(1.04);
}

/* Remove âœ• on image */
.wl-item-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  color: #e53935;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
  transition: background .18s, transform .18s;
  opacity: 0;
}

.wl-item:hover .wl-item-remove {
  opacity: 1;
}

.wl-item-remove:hover {
  background: #e53935;
  color: #fff;
  transform: scale(1.1);
}

/* Body */
.wl-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wl-item-name {
  font-size: .88rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-item-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.wl-item-price {
  font-size: .95rem;
  font-weight: 700;
  color: #1a1a2e;
}

.wl-item-mrp {
  font-size: .78rem;
  color: #bbb;
}

/* Controls row: size select + qty */
.wl-item-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.wl-size-wrap {
  flex: 1;
  min-width: 0;
}

.wl-size-select {
  width: 100%;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 600;
  color: #444;
  padding: 5px 10px;
  background: #f8f8f8;
  outline: none;
  cursor: pointer;
  transition: border-color .2s;
}

.wl-size-select:focus {
  border-color: #FFC43F;
}

/* Qty pill (reuses initWishlistQty selectors: .cart-product-qty / .quantity-left-minus / .quantityID / .quantity-right-plus) */
.wl-qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}

.wl-qty-btn {
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #555;
  cursor: pointer;
  transition: background .18s;
}

.wl-qty-btn:hover {
  background: #f0f0f0;
}

.wl-qty-val {
  width: 32px;
  border: none;
  border-left: 1.5px solid #e8e8e8;
  border-right: 1.5px solid #e8e8e8;
  background: transparent;
  text-align: center;
  font-size: .82rem;
  font-weight: 700;
  color: #1a1a2e;
  outline: none;
}

/* Move-to-cart button */
.wl-move-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 9px;
  background: #1a1a2e;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: .02em;
  transition: background .22s, transform .18s, box-shadow .22s;
  margin-top: 4px;
}

.wl-move-btn:hover:not(:disabled) {
  background: #FFC43F;
  color: #1a1a2e;
  box-shadow: 0 4px 16px rgba(255, 196, 63, .3);
  transform: translateY(-1px);
}

.wl-move-btn:disabled {
  background: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
}

/* â”€â”€ Empty state â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.wl-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 32px;
}

.wl-empty-icon {
  font-size: 4rem;
  color: #f5c0c8;
  display: block;
  margin-bottom: 18px;
  animation: wlHeartBeat 2s ease-in-out infinite;
}

@keyframes wlHeartBeat {

  0%,
  100% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.18);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }
}

.wl-empty-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.wl-empty-text {
  font-size: .85rem;
  color: #aaa;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* â”€â”€ Overlay loader (reuses .preldr-dots from preloader) â”€â”€â”€â”€â”€â”€â”€ */
.wl-oc-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   HOME PAGE — main-index.php  |  Premium Redesign
   ============================================================ */

/* ─── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --idx-navy: #1a1a2e;
  --idx-navy-soft: #16213e;
  --idx-gold: #FFC43F;
  --idx-gold-dark: #e6ad00;
  --idx-gold-glow: rgba(255, 196, 63, .32);
  --idx-muted: #888;
  --idx-border: #e8e8ee;
  --idx-bg-alt: #f7f8fc;
  --idx-card-radius: 18px;
  --idx-ease: cubic-bezier(.4, 0, .2, 1);
}

/* ─── HERO SECTION ─────────────────────────────────────────── */
.hero-section {
  overflow: hidden;
  position: relative;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  min-height: 540px;
}

.hero-main {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  height: 540px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Richer gradient: dark left third, transparent right */
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(10, 10, 30, .88) 0%,
      rgba(10, 10, 30, .55) 42%,
      rgba(10, 10, 30, .12) 70%,
      transparent 100%);
}

.hero-slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 64px;
  z-index: 2;
}

/* Animated entry for slide text */
.swiper-slide-active .hero-tag {
  animation: heroFadeUp .55s var(--idx-ease) .05s both;
}

.swiper-slide-active .hero-title {
  animation: heroFadeUp .55s var(--idx-ease) .18s both;
}

.swiper-slide-active .hero-sub {
  animation: heroFadeUp .55s var(--idx-ease) .30s both;
}

.swiper-slide-active .hero-ctas {
  animation: heroFadeUp .55s var(--idx-ease) .40s both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 196, 63, .15);
  color: var(--idx-gold);
  border: 1px solid rgba(255, 196, 63, .40);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  margin-bottom: 18px;
  width: fit-content;
  backdrop-filter: blur(6px);
}

.hero-title {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 16px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .32);
  letter-spacing: -1px;
}

.hero-title span {
  color: var(--idx-gold);
}

.hero-sub {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 34px;
  max-width: 420px;
  line-height: 1.65;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--idx-gold) 0%, #ffb300 100%);
  color: var(--idx-navy);
  border: none;
  border-radius: 50px;
  padding: 13px 34px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .3px;
  box-shadow: 0 6px 22px rgba(255, 196, 63, .40);
  transition: transform .22s var(--idx-ease), box-shadow .22s, filter .22s;
  position: relative;
  overflow: hidden;
}

.hero-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background .22s;
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 196, 63, .52);
  filter: brightness(1.06);
  color: var(--idx-navy);
}

.hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: background .22s, border-color .22s, color .22s, transform .22s var(--idx-ease);
}

.hero-btn-ghost:hover {
  background: rgba(255, 196, 63, .15);
  border-color: var(--idx-gold);
  color: var(--idx-gold);
  transform: translateY(-2px);
}

/* Swiper Pagination */
.main-swiper .swiper-pagination {
  bottom: 20px;
}

.main-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .38);
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 4px !important;
  transition: background .22s, width .25s var(--idx-ease), border-radius .25s;
}

.main-swiper .swiper-pagination-bullet-active {
  background: var(--idx-gold);
  width: 26px;
  border-radius: 50px;
}

/* ─── HERO SIDE PANELS ──────────────────────────────────────── */
.hero-side {
  display: flex;
  flex-direction: column;
}

.hero-side-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* Darken overlay */
.hero-side-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 30, .30);
  z-index: 1;
  transition: background .3s;
}

.hero-side-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 10, 30, .72) 0%, transparent 55%);
  z-index: 1;
  transition: background .32s;
}

.hero-side-card:hover::before {
  background: rgba(10, 10, 30, .18);
}

.hero-side-card:hover::after {
  background: linear-gradient(0deg, rgba(10, 10, 30, .82) 0%, rgba(10, 10, 30, .16) 100%);
}

/* Image zoom on hover */
.hero-side-card img.hero-side-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--idx-ease);
}

.hero-side-card:hover img.hero-side-bg {
  transform: scale(1.07);
}

.hero-side-men {
  background-color: #1a2a2a;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero-side-kids {
  background-color: #2a1a22;
}

.hero-side-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 24px;
  z-index: 2;
}

.hero-side-tag {
  display: inline-block;
  background: var(--idx-gold);
  color: var(--idx-navy);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 12px;
  margin-bottom: 7px;
}

.hero-side-title {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 9px;
  line-height: 1.22;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.hero-side-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, gap .2s;
  letter-spacing: .3px;
}

.hero-side-link:hover {
  color: var(--idx-gold);
  gap: 10px;
}

/* ─── SHARED SECTION STRUCTURE ──────────────────────────────── */
.idx-section {
  padding: 70px 0;
  background: #f5f5f5;
  overflow-x: hidden;
}

.idx-section.idx-section-alt {
  background: var(--idx-bg-alt);
}

.idx-sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px;
  flex-wrap: wrap;
  gap: 14px;
}

.idx-sec-title-wrap {
  display: flex;
  flex-direction: column;
}

.idx-sec-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--idx-gold);
  margin-bottom: 5px;
}

.idx-sec-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--idx-navy);
  margin: 0;
  line-height: 1.15;
  position: relative;
  padding-bottom: 14px;
}

/* Gold underline accent */
.idx-sec-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--idx-gold), transparent);
  border-radius: 50px;
}

.idx-view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--idx-navy);
  text-decoration: none;
  padding: 7px 18px;
  border: 2px solid var(--idx-border);
  border-radius: 50px;
  transition: border-color .2s, color .2s, background .2s;
  white-space: nowrap;
  letter-spacing: .2px;
}

.idx-view-all:hover {
  border-color: var(--idx-gold);
  color: var(--idx-navy);
  background: rgba(255, 196, 63, .08);
}

.idx-swiper-btns {
  display: flex;
  gap: 8px;
}

.idx-swiper-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--idx-border);
  background: #fff;
  color: var(--idx-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .2s var(--idx-ease);
}

.idx-swiper-btn:hover {
  background: var(--idx-gold);
  border-color: var(--idx-gold);
  color: var(--idx-navy);
  box-shadow: 0 4px 16px var(--idx-gold-glow);
  transform: scale(1.08);
}

/* ═══════════════════════════════════════════════════════════════
   CATEGORY HIERARCHY EXPLORER
   idx-cat-explorer / idx-cat-tree / idx-cat-parent-card
═══════════════════════════════════════════════════════════════ */

/* Section wrapper */
.idx-cat-explorer {
  background: #fff;
  padding: 70px 0 60px;
  overflow: hidden;
}

/* Responsive grid — 1 card per row on mobile, up to 3 on desktop */
.idx-cat-tree {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  align-items: start;
}

/* ── Parent card container ── */
.idx-cat-parent-card {
  border-radius: 22px;
  background: var(--idx-bg-alt, #f7f8fc);
  border: 2px solid var(--idx-border, #e8e8ee);
  overflow: hidden;
  transition: border-color .25s var(--idx-ease), box-shadow .25s var(--idx-ease), transform .25s var(--idx-ease);
  display: flex;
  flex-direction: column;
}

.idx-cat-parent-card:hover {
  border-color: var(--idx-gold);
  box-shadow: 0 12px 40px rgba(255, 196, 63, .18), 0 2px 10px rgba(26, 26, 46, .07);
  transform: translateY(-3px);
}

/* ── Clickable parent heading ── */
.idx-cat-parent-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 22px 20px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-bottom: 1.5px solid var(--idx-border, #e8e8ee);
  transition: background .2s;
  position: relative;
}

.idx-cat-parent-card:hover .idx-cat-parent-head {
  background: rgba(255, 196, 63, .04);
}

/* Category image circle */
.idx-cat-parent-img {
  flex-shrink: 0;
  width: 110px;
  /* height: 72px; */
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f1f7, #e5e6f0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  transition: border-color .25s, box-shadow .25s;
}

.idx-cat-parent-card:hover .idx-cat-parent-img {
  border-color: var(--idx-gold);
  box-shadow: 0 0 0 5px rgba(255, 196, 63, .15);
}

.idx-cat-parent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform .35s var(--idx-ease);
}

.idx-cat-parent-card:hover .idx-cat-parent-img img {
  transform: scale(1.12);
}

/* Animated ring decoration */
.idx-cat-parent-rings {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 196, 63, 0);
  transition: border-color .3s, transform .5s;
  pointer-events: none;
}

.idx-cat-parent-card:hover .idx-cat-parent-rings {
  border-color: rgba(255, 196, 63, .4);
  transform: rotate(45deg);
}

/* Fallback icon */
.idx-cat-parent-icon {
  font-size: 28px;
  color: var(--idx-gold-dark, #e6ad00);
}

/* Meta: name + count */
.idx-cat-parent-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.idx-cat-parent-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--idx-navy, #1a1a2e);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -.15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idx-cat-parent-count {
  font-size: 11px;
  color: var(--idx-muted, #888);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: .1px;
}

.idx-cat-parent-count i {
  font-size: 11px;
  color: var(--idx-gold-dark, #e6ad00);
}

/* Subcategory count badge */
.idx-cat-sub-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 196, 63, .15), rgba(255, 179, 0, .1));
  color: var(--idx-gold-dark, #e6ad00);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 9px;
  border: 1px solid rgba(255, 196, 63, .3);
  width: fit-content;
}

/* "Shop Now" CTA arrow */
.idx-cat-parent-cta {
  font-size: 11px;
  font-weight: 700;
  color: var(--idx-gold-dark, #e6ad00);
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .22s, transform .22s var(--idx-ease);
  white-space: nowrap;
}

.idx-cat-parent-card:hover .idx-cat-parent-cta {
  opacity: 1;
  transform: translateX(0);
}

/* ── Visual connector parent → subcategories ── */
.idx-cat-connector {
  display: flex;
  align-items: center;
  padding: 0 22px;
  height: 18px;
  gap: 0;
}

.idx-cat-connector-line {
  display: block;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, var(--idx-gold), rgba(255, 196, 63, .1));
  margin-left: 34px;
  /* aligns under the centre of the 72px image circle */
  border-radius: 2px;
}

.idx-cat-connector-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--idx-gold);
  margin-left: 31px;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .2);
}

/* ── Subcategory pill container ── */
.idx-cat-sublist {
  padding: 12px 16px 18px;
  background: var(--idx-bg-alt, #f7f8fc);
}

.idx-cat-sublist-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

/* ── Individual subcategory pills ── */
.idx-cat-sub-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px 6px 6px;
  border-radius: 50px;
  background: #fff;
  border: 1.5px solid var(--idx-border, #e8e8ee);
  text-decoration: none;
  color: var(--idx-navy, #1a1a2e);
  font-size: 12px;
  font-weight: 700;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .18s var(--idx-ease);
  white-space: nowrap;
}

.idx-cat-sub-pill:hover {
  border-color: var(--idx-gold);
  background: rgba(255, 196, 63, .06);
  box-shadow: 0 3px 12px rgba(255, 196, 63, .2);
  transform: translateY(-2px);
  color: var(--idx-navy, #1a1a2e);
}

.idx-cat-sub-pill img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  flex-shrink: 0;
}

/* Small dot fallback when no image */
.idx-cat-sub-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--idx-gold);
  flex-shrink: 0;
}

.idx-cat-sub-name {
  line-height: 1;
}

/* Product count badge on pill */
.idx-cat-sub-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50px;
  background: rgba(26, 26, 46, .08);
  color: var(--idx-navy, #1a1a2e);
  font-size: 9px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .2px;
}

.idx-cat-sub-pill:hover .idx-cat-sub-count {
  background: var(--idx-gold);
  color: var(--idx-navy, #1a1a2e);
}

/* "View All" link inside pill rows */
.idx-cat-sub-more {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1.5px dashed var(--idx-border, #e8e8ee);
  color: var(--idx-gold-dark, #e6ad00);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  white-space: nowrap;
}

.idx-cat-sub-more:hover {
  border-color: var(--idx-gold);
  background: rgba(255, 196, 63, .08);
  color: var(--idx-gold-dark, #e6ad00);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION SUBCATEGORY TAB BAR  (within product sections)
═══════════════════════════════════════════════════════════════ */
.idx-subcat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  padding-bottom: 4px;
}

.idx-subcat-tab {
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--idx-border, #e8e8ee);
  background: #fff;
  color: var(--idx-navy, #1a1a2e);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s, background .2s, color .2s, box-shadow .2s;
  letter-spacing: .1px;
  white-space: nowrap;
}

.idx-subcat-tab:hover {
  border-color: var(--idx-gold);
  background: rgba(255, 196, 63, .06);
  color: var(--idx-navy, #1a1a2e);
}

.idx-subcat-tab.active {
  background: var(--idx-navy, #1a1a2e);
  border-color: var(--idx-navy, #1a1a2e);
  color: #fff;
  box-shadow: 0 4px 14px rgba(26, 26, 46, .22);
}

/* Dark-mode adaptations */
[data-theme="dark"] .idx-cat-explorer,
[data-theme="dark"] .idx-cat-parent-head {
  background: #16213e;
}

[data-theme="dark"] .idx-cat-parent-card {
  background: #1e2a45;
  border-color: rgba(255, 255, 255, .1);
}

[data-theme="dark"] .idx-cat-parent-head {
  border-bottom-color: rgba(255, 255, 255, .08);
}

[data-theme="dark"] .idx-cat-parent-img {
  background: linear-gradient(135deg, #1e2a45, #243252);
}

[data-theme="dark"] .idx-cat-sublist {
  background: #1a2540;
}

[data-theme="dark"] .idx-cat-sub-pill {
  background: #16213e;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .85);
}

[data-theme="dark"] .idx-cat-sub-pill:hover {
  background: rgba(255, 196, 63, .1);
  border-color: var(--idx-gold);
  color: #fff;
}

[data-theme="dark"] .idx-cat-sub-count {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
}

[data-theme="dark"] .idx-cat-parent-name {
  color: rgba(255, 255, 255, .92);
}

[data-theme="dark"] .idx-cat-sub-more {
  border-color: rgba(255, 255, 255, .12);
}

[data-theme="dark"] .idx-subcat-tab {
  background: #16213e;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .75);
}

[data-theme="dark"] .idx-subcat-tab.active {
  background: var(--idx-gold);
  border-color: var(--idx-gold);
  color: var(--idx-navy, #1a1a2e);
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .idx-cat-tree {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .idx-cat-tree {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .idx-cat-parent-head {
    padding: 16px 16px 14px;
    gap: 14px;
  }

  .idx-cat-parent-img {
    width: 58px;
    height: 58px;
  }

  .idx-cat-parent-name {
    font-size: 15px;
  }

  .idx-cat-sublist {
    padding: 10px 12px 14px;
  }

  .idx-cat-parent-cta {
    display: none;
  }

  .idx-subcat-tabs {
    gap: 6px;
  }

  .idx-subcat-tab {
    font-size: 11.5px;
    padding: 6px 14px;
  }
}

/* ─── CATEGORY CHIPS (legacy — kept for compatibility) ─────── */
.idx-cat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 4px 6px;
  border-radius: 16px;
  transition: transform .25s var(--idx-ease), background .2s;
  padding-top: 18px;
}

.idx-cat-chip:hover {
  transform: translateY(-5px);
  background: rgba(255, 196, 63, .07);
}

.idx-cat-img-wrap {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 2.5px solid transparent;
  background: linear-gradient(135deg, #f0f1f7, #e8e9f3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
  position: relative;
}

/* Gold ring on hover */
.idx-cat-chip:hover .idx-cat-img-wrap {
  border-color: var(--idx-gold);
  box-shadow: 0 0 0 4px rgba(255, 196, 63, .18), 0 6px 20px rgba(255, 196, 63, .22);
}

.idx-cat-img-wrap img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform .3s var(--idx-ease);
}

.idx-cat-chip:hover .idx-cat-img-wrap img {
  transform: scale(1.10);
}

.idx-cat-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--idx-navy);
  margin-top: 10px;
  text-align: center;
  transition: color .22s;
  letter-spacing: .1px;
}

.idx-cat-chip:hover .idx-cat-name {
  color: var(--idx-gold-dark);
}

/* ─── NEWLY ARRIVED CARDS ────────────────────────────────────── */
.idx-new-card {
  display: flex;
  gap: 0;
  padding: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(26, 26, 46, .07);
  overflow: hidden;
  height: 100%;
  min-height: 128px !important;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: box-shadow .25s var(--idx-ease), transform .25s var(--idx-ease), border-color .25s;
  margin: 4px 0px;
}

.idx-new-card:hover {
  box-shadow: 0 10px 36px rgba(26, 26, 46, .13);
  transform: translateY(-4px);
  border-color: var(--idx-gold);
}

.idx-new-card-img {
  width: 88px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f8;
}

.idx-new-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s var(--idx-ease);
}

.idx-new-card:hover .idx-new-card-img img {
  transform: scale(1.08);
}

.idx-new-card-body {
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
  flex: 1;
  min-width: 0;
}

.idx-new-card-cat {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--idx-gold-dark);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.idx-new-card-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--idx-navy);
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.idx-new-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 6px;
}

.idx-new-card-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--idx-navy);
}

.idx-new-card-rating {
  font-size: 11px;
  color: var(--idx-gold-dark);
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  background: rgba(255, 196, 63, .12);
  border-radius: 50px;
  padding: 2px 8px;
}

/* ─── PRODUCT CARDS ──────────────────────────────────────────── */
.idx-prod-swiper {
  padding: 6px 6px 16px;
  /* Ensure cards don't clip shadows */
  overflow: visible !important;
}

.idx-prod-swiper .swiper-wrapper {
  overflow: visible;
}

.idx-prod-swiper.swiper {
  overflow: hidden;
  padding: 6px 6px 16px;
}

.idx-prod-card {
  background: #fff;
  border-radius: var(--idx-card-radius);
  box-shadow:
    0 1px 3px rgba(26, 26, 46, .06),
    0 4px 16px rgba(26, 26, 46, .08);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1.5px solid transparent;
  transition:
    box-shadow .28s var(--idx-ease),
    transform .28s var(--idx-ease),
    border-color .28s;
}

.idx-prod-card:hover {
  box-shadow:
    0 0 0 0 rgba(26, 26, 46, 0),
    0 16px 48px rgba(26, 26, 46, .16),
    0 4px 12px rgba(255, 196, 63, .14);
  transform: translateY(-6px);
  border-color: rgba(255, 196, 63, .35);
}

.idx-prod-card.is-oos {
  opacity: .72;
}

.idx-prod-oos-veil {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: var(--idx-card-radius);
  pointer-events: none;
  background: repeating-linear-gradient(-45deg,
      rgba(200, 200, 210, .04) 0px,
      rgba(200, 200, 210, .04) 3px,
      transparent 3px,
      transparent 12px);
}

/* Discount badge — gradient pill */
.idx-prod-badge-disc {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #ff4d6d, #c9184a);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border-radius: 50px;
  padding: 3px 10px;
  z-index: 3;
  letter-spacing: .5px;
  box-shadow: 0 3px 10px rgba(201, 24, 74, .35);
}

/* ── "New" badge ── */
.na-badge {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 2;
  background: linear-gradient(135deg, #ffc43f 0%, #ff9a00 100%);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 3px 10px rgba(255, 154, 0, .38);
}

/* Wishlist button — animated */
.idx-prod-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 15px;
  color: #bbb;
  text-decoration: none;
  transition: background .22s, color .22s, box-shadow .22s, transform .22s var(--idx-ease);
}

.idx-prod-wishlist:hover {
  background: #fff;
  color: #e11d48;
  box-shadow: 0 4px 16px rgba(225, 29, 72, .28);
  transform: scale(1.12);
}

.idx-prod-wishlist.active {
  background: #fff0f3;
  color: #e11d48;
  box-shadow: 0 3px 12px rgba(225, 29, 72, .22);
}

.idx-prod-wishlist.active i::before {
  /* Heart-fill icon */
}

/* Pulse animation when toggling wishlist */
@keyframes heartPop {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.32);
  }

  70% {
    transform: scale(.92);
  }

  100% {
    transform: scale(1);
  }
}

.idx-prod-wishlist.pop {
  animation: heartPop .36s var(--idx-ease) both;
}

/* Product image area */
.idx-prod-img-wrap {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f8, #ecedf3);
  position: relative;
}

.idx-prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s var(--idx-ease);
}

.idx-prod-card:hover .idx-prod-img-wrap img {
  transform: scale(1.09);
}

/* Quick-view overlay on hover */
.idx-prod-img-wrap::after {
  content: 'Quick View';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(26, 26, 46, .88);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  padding: 7px 22px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  transition: bottom .28s var(--idx-ease), opacity .25s;
  pointer-events: none;
}

.idx-prod-card:hover .idx-prod-img-wrap::after {
  bottom: 14px;
  opacity: 1;
}

/* Body */
.idx-prod-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 246px;
  max-height: 248px;
}

.idx-prod-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--idx-navy);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.38;
}

.idx-prod-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.idx-prod-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #1a1a2e;
  background: rgba(255, 196, 63, .14);
  border-radius: 50px;
  padding: 2px 8px 2px 6px;
}

.idx-prod-rating i {
  color: var(--idx-gold-dark);
  font-size: 10px;
}

.idx-prod-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.idx-prod-price {
  font-size: 17px;
  font-weight: 900;
  color: var(--idx-navy);
  letter-spacing: -.3px;
}

.idx-prod-mrp {
  font-size: 12px;
  color: #b0b0b8;
  text-decoration: line-through;
  font-weight: 500;
}

/* Controls row */
.idx-prod-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

/* Qty stepper */
.idx-qty-ctrl {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--idx-border);
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s;
}

.idx-qty-ctrl:focus-within {
  border-color: var(--idx-gold);
}

.idx-qty-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: var(--idx-navy);
  transition: background .18s, color .18s;
  flex-shrink: 0;
}

.idx-qty-btn:hover {
  background: rgba(255, 196, 63, .18);
  color: var(--idx-navy);
}

.idx-qty-val {
  width: 34px;
  text-align: center;
  border: none;
  border-left: 1.5px solid var(--idx-border);
  border-right: 1.5px solid var(--idx-border);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: var(--idx-navy);
  outline: none;
  padding: 0;
}

/* ── Custom Size Picker ─────────────────────────────────── */
.idx-size-picker {
  position: relative;
  display: inline-flex;
}

.idx-size-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 4px 11px 4px 12px;
  border: 1.5px solid var(--idx-border);
  border-radius: 50px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: var(--idx-navy);
  cursor: pointer;
  height: 32px;
  min-width: 78px;
  white-space: nowrap;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.idx-size-trigger:hover,
.idx-size-trigger.open {
  border-color: var(--idx-gold);
  box-shadow: 0 0 0 3px var(--idx-gold-glow);
}

.idx-size-chevron {
  font-size: 10px;
  transition: transform .22s var(--idx-ease);
  flex-shrink: 0;
}

.idx-size-trigger.open .idx-size-chevron {
  transform: rotate(180deg);
}

.idx-size-opts {
  position: absolute;
  background: #fff;
  border: 1.5px solid var(--idx-border);
  border-radius: 14px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 130px;
  max-width: 220px;
  box-shadow:
    0 4px 16px rgba(26, 26, 46, .10),
    0 12px 36px rgba(26, 26, 46, .12);
  opacity: 0;
  transform: translateY(-5px) scale(.97);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 99999;
}

.idx-size-opts.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.idx-size-opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1.5px solid var(--idx-border);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  color: var(--idx-navy);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  min-width: 34px;
  line-height: 1;
  user-select: none;
}

.idx-size-opt:hover {
  border-color: var(--idx-gold);
  background: rgba(255, 196, 63, .12);
  color: var(--idx-navy);
}

.idx-size-opt.selected {
  background: var(--idx-navy);
  border-color: var(--idx-navy);
  color: #fff;
}

/* Dark mode */
[data-theme="dark"] .idx-size-trigger {
  background: #1a1a2e;
  color: #e8e8f0;
  border-color: rgba(255, 255, 255, .14);
}

[data-theme="dark"] .idx-size-opts {
  background: #16213e;
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .4);
}

[data-theme="dark"] .idx-size-opt {
  color: #e8e8f0;
  border-color: rgba(255, 255, 255, .14);
}

[data-theme="dark"] .idx-size-opt:hover {
  background: rgba(255, 196, 63, .15);
  border-color: var(--idx-gold);
  color: var(--idx-gold);
}

[data-theme="dark"] .idx-size-opt.selected {
  background: var(--idx-gold);
  border-color: var(--idx-gold);
  color: var(--idx-navy);
}

.idx-oos-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff0f2;
  color: #c0392b;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  padding: 4px 12px;
  border: 1px solid rgba(192, 57, 43, .18);
}

/* Add to Cart button — gradient + hover gold */
.idx-atc-btn {
  width: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 11px 0;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: .3px;
  transition: background .25s, color .25s, box-shadow .25s, transform .22s var(--idx-ease);
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.idx-atc-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--idx-gold) 0%, #ffb300 100%);
  color: var(--idx-navy);
  box-shadow: 0 6px 22px var(--idx-gold-glow);
  transform: translateY(-1px);
}

.idx-atc-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}

.idx-atc-btn:disabled {
  opacity: .50;
  cursor: not-allowed;
  background: #ccc;
}

/* ─── FEATURES SECTION ───────────────────────────────────────── */
.idx-features-section {
  padding: 60px 0;
  background: linear-gradient(160deg, #f0f1f8 0%, #ffffff 60%, #f7f8fc 100%);
  border-top: 1px solid var(--idx-border);
}

.idx-features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.idx-feat-card {
  text-align: center;
  padding: 36px 18px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 1px 3px rgba(26, 26, 46, .05),
    0 4px 18px rgba(26, 26, 46, .07);
  border: 2px solid transparent;
  transition:
    border-color .25s,
    box-shadow .25s,
    transform .25s var(--idx-ease);
  position: relative;
  overflow: hidden;
  margin: 6px 0px;
}

.idx-feat-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 196, 63, .06);
  transition: transform .35s;
}

.idx-feat-card:hover::before {
  transform: scale(2.2);
}

.idx-feat-card:hover {
  border-color: var(--idx-gold);
  box-shadow:
    0 8px 32px rgba(255, 196, 63, .18),
    0 2px 8px rgba(26, 26, 46, .06);
  transform: translateY(-4px);
  margin: 6px 0px;
}

/* Colored icon per feature */
.idx-feat-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
  transition: transform .28s var(--idx-ease), box-shadow .25s;
}

.idx-feat-card:hover .idx-feat-icon {
  transform: scale(1.10) rotate(-4deg);
}

/* Per-card icon colours */
.idx-feat-card:nth-child(1) .idx-feat-icon {
  background: linear-gradient(135deg, #e0f7ef, #c8f0e0);
  color: #1a9e6a;
  box-shadow: 0 4px 14px rgba(26, 158, 106, .20);
}

.idx-feat-card:nth-child(2) .idx-feat-icon {
  background: linear-gradient(135deg, #e8f0fe, #d2e4fd);
  color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, .18);
}

.idx-feat-card:nth-child(3) .idx-feat-icon {
  background: linear-gradient(135deg, #fff7e0, #ffedb8);
  color: #d97706;
  box-shadow: 0 4px 14px rgba(217, 119, 6, .20);
}

.idx-feat-card:nth-child(4) .idx-feat-icon {
  background: linear-gradient(135deg, #fce8f3, #f9d0e8);
  color: #be185d;
  box-shadow: 0 4px 14px rgba(190, 24, 93, .18);
}

.idx-feat-card:nth-child(5) .idx-feat-icon {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #7c3aed;
  box-shadow: 0 4px 14px rgba(124, 58, 237, .18);
}

.idx-feat-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--idx-navy);
  margin-bottom: 6px;
  letter-spacing: .1px;
}

.idx-feat-sub {
  font-size: 12px;
  color: var(--idx-muted);
  margin: 0;
  line-height: 1.6;
}

/* ─── RESPONSIVE BREAKPOINTS ─────────────────────────────────── */
@media (max-width: 1199.98px) {
  .hero-layout {
    grid-template-columns: 1fr 300px;
  }

  .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-side {
    flex-direction: row;
    height: 190px;
  }

  .hero-side-card+.hero-side-card {
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-top: none;
  }

  .hero-slide,
  .hero-main {
    height: 430px;
  }

  .hero-slide-content {
    padding: 40px 36px;
  }

  .hero-title {
    font-size: 40px;
  }

  .idx-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {

  .hero-slide,
  .hero-main {
    height: 360px;
    margin-top: 36px;
  }

  .hero-layout {
    min-height: 396px;
  }

  .main-swiper .swiper-pagination {
    bottom: 0px;
  }

  .hero-slide-content {
    padding: 30px 24px;
  }

  .hero-title {
    font-size: 30px;
    letter-spacing: -.5px;
  }

  .hero-sub {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .hero-btn-primary,
  .hero-btn-ghost {
    padding: 10px 22px;
    font-size: 13px;
  }

  .hero-side {
    display: none;
  }

  .idx-section {
    padding: 48px 0;
  }

  .idx-sec-title {
    font-size: 24px;
  }

  .idx-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .idx-feat-card {
    padding: 26px 14px 22px;
  }

  .idx-stat-num {
    font-size: 1.8rem;
  }

  .pd-breadcrumb-strip {
    margin-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .idx-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .idx-sec-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-slide-content {
    padding: 26px 18px;
  }
}

/* ============================================================
   SITE FOOTER — footer.php  |  Premium Redesign
   ============================================================ */

/* ─── WAVE DIVIDER ──────────────────────────────────────────── */
.ftr-wave {
  display: block;
  line-height: 0;
  background: #f7f8fc;
  /* matches last section bg above */
}

.ftr-wave svg {
  width: 100%;
  height: 60px;
  display: block;
}

/* ─── MAIN FOOTER BODY ───────────────────────────────────────── */
footer.site-footer,
.site-footer {
  background: #1a1a2e !important;
  border-top: none !important;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.ftr-main {
  padding: 60px 0 48px;
}

/* 5-column grid — brand col is wider, newsletter wider */
.ftr-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.1fr 1.6fr;
  gap: 40px 48px;
}

/* ─── BRAND COLUMN ────────────────────────────────────────────── */
.ftr-col-brand {}

.ftr-logo-link {
  display: inline-block;
  margin-bottom: 18px;
}

.ftr-logo {
  max-height: 54px;
  filter: brightness(0) invert(1);
  /* white logo on dark bg */
  transition: filter .25s;
}

.ftr-logo:hover {
  filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg);
}

.ftr-brand-name {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  color: #FFC43F;
  margin-bottom: 18px;
}

.ftr-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 24px;
}

/* Social icons */
.ftr-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ftr-soc-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .70);
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, .12);
  transition: background .22s, color .22s, border-color .22s, transform .22s cubic-bezier(.4, 0, .2, 1);
}

.ftr-soc-btn:hover {
  background: #FFC43F;
  color: #1a1a2e;
  border-color: #FFC43F;
  transform: translateY(-3px);
}

/* ─── COLUMN TITLE ─────────────────────────────────────────────── */
.ftr-col-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFC43F;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.ftr-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #FFC43F, transparent);
  border-radius: 50px;
}

/* ─── LINK LISTS ────────────────────────────────────────────────── */
.ftr-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr-links a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s, gap .2s;
  position: relative;
  padding-left: 0;
}

.ftr-links a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 196, 63, .4);
  flex-shrink: 0;
  transition: background .2s, width .2s;
}

.ftr-links a:hover {
  color: #FFC43F;
  gap: 10px;
}

.ftr-links a:hover::before {
  background: #FFC43F;
}

/* ─── CONTACT LIST ──────────────────────────────────────────────── */
.ftr-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ftr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.6;
}

.ftr-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 196, 63, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  color: #FFC43F;
  margin-top: 1px;
}

.ftr-contact-item a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  transition: color .2s;
}

.ftr-contact-item a:hover {
  color: #FFC43F;
}

/* ─── NEWSLETTER COLUMN ─────────────────────────────────────────── */
.ftr-col-newsletter {}

.ftr-newsletter-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, .50);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 300px;
}

.ftr-newsletter-form {}

.ftr-newsletter-row {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  transition: border-color .2s;
}

.ftr-newsletter-row:focus-within {
  border-color: #FFC43F;
}

.ftr-newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  padding: 12px 18px;
}

.ftr-newsletter-input::placeholder {
  color: rgba(255, 255, 255, .38);
}

.ftr-newsletter-btn {
  background: #FFC43F;
  color: #1a1a2e;
  border: none;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background .22s, filter .22s;
  flex-shrink: 0;
}

.ftr-newsletter-btn:hover {
  background: #e6ad00;
  filter: brightness(1.05);
}

.ftr-newsletter-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ftr-form-error {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #ff6b81;
}

.ftr-form-success {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #55efc4;
}

/* ─── DIVIDER ────────────────────────────────────────────────────── */
.ftr-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .12) 20%, rgba(255, 196, 63, .25) 50%, rgba(255, 255, 255, .12) 80%, transparent 100%);
  margin: 0 24px;
}

/* ─── BOTTOM BAR ─────────────────────────────────────────────────── */
.ftr-bottom {
  padding: 20px 0;
}

.ftr-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ftr-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
  margin: 0;
}

.ftr-copy strong {
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.ftr-bottom-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ftr-badge {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .50);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50px;
  padding: 5px 14px;
  display: inline-flex;
  align-items: center;
  letter-spacing: .3px;
  transition: color .2s, border-color .2s, background .2s;
}

.ftr-badge:hover {
  color: #FFC43F;
  border-color: rgba(255, 196, 63, .35);
  background: rgba(255, 196, 63, .07);
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
  .ftr-grid {
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1.5fr;
    gap: 32px 32px;
  }
}

@media (max-width: 991.98px) {
  .ftr-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px 28px;
  }

  .ftr-col-brand {
    grid-column: 1 / -1;
  }

  .ftr-col-newsletter {
    grid-column: 1 / -1;
  }

  .ftr-newsletter-sub {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .ftr-wave svg {
    height: 36px;
  }

  .ftr-main {
    padding: 44px 0 36px;
  }

  .ftr-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .ftr-col-brand,
  .ftr-col-newsletter {
    grid-column: 1 / -1;
  }

  .ftr-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 575.98px) {
  .ftr-grid {
    grid-template-columns: 1fr;
  }

  .ftr-bottom-badges {
    gap: 8px;
  }

  .ftr-badge {
    font-size: 10px;
    padding: 4px 10px;
  }
}

/* ============================================================
   PRODUCTS PAGE — products.php | Premium Redesign
   ============================================================ */

/* ─── PAGE HERO ─────────────────────────────────────────────── */
.prd-page-hero {
  background: linear-gradient(135deg, #0d0d1f 0%, #1a1a2e 55%, #22223a 100%);
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.prd-page-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(255, 196, 63, .25) 0%, transparent 65%);
  border-radius: 50%;
  animation: heroPulse 6s ease-in-out infinite;
}

.prd-page-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(130, 80, 230, .2) 0%, transparent 65%);
  border-radius: 50%;
  animation: heroPulse 9s ease-in-out infinite reverse;
}

@keyframes heroPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.18);
    opacity: .55;
  }
}

.prd-page-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  /* max-width: 820px; */
  margin: 0 auto;
}

.prd-page-hero-title {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .4);
}

.prd-page-hero-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-gold), #ffda6a);
  border-radius: 2px;
  margin: 16px auto 0;
}

.prd-page-hero-sub {
  color: rgba(255, 255, 255, .72);
  margin: 0 auto;
  font-size: .97rem;
  line-height: 1.7;
  /* max-width: 640px; */
}

/* ─── PAGE SECTION ──────────────────────────────────────────── */
.prd-page-section {
  padding: 32px 0 60px;
  background: var(--color-bg);
  min-height: 70vh;
}

/* ─── FILTER TOGGLE MOBILE ──────────────────────────────────── */
.prd-filter-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--color-dark);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px 18px;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 14px;
  cursor: pointer;
  transition: background var(--transition);
}

.prd-filter-toggle:hover {
  background: var(--color-dark-2);
}

/* ─── FILTER CARD ───────────────────────────────────────────── */
.prd-filter-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 90px;
}

.prd-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #0d0d1f 0%, var(--color-dark-2) 100%);
  color: #fff;
  padding: 16px 20px;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .03em;
  border-bottom: 3px solid var(--color-gold);
}

.prd-filter-reset {
  background: rgba(255, 196, 63, .18);
  border: 1px solid rgba(255, 196, 63, .4);
  color: var(--color-gold);
  font-size: .78rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  letter-spacing: .03em;
}

.prd-filter-reset:hover {
  background: var(--color-gold);
  color: var(--color-dark);
}

.prd-filter-body {
  padding: 20px 18px;
}

/* ─── FILTER SECTION ────────────────────────────────────────── */
.prd-filter-section {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.prd-filter-section:last-of-type {
  border-bottom: none;
  margin-bottom: 8px;
}

.prd-filter-section-title {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.prd-filter-section-title i {
  color: var(--color-gold-dark);
  font-size: .85rem;
  text-transform: none;
  letter-spacing: 0;
}

/* ─── SEARCH ROW ────────────────────────────────────────────── */
.prd-search-row {
  display: flex;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1.5px solid var(--color-border);
  transition: border-color var(--transition);
}

.prd-search-row:focus-within {
  border-color: var(--color-gold);
}

.prd-search-input {
  flex: 1;
  border: none;
  padding: 9px 14px;
  font-size: .88rem;
  outline: none;
  background: transparent;
  color: var(--color-dark);
}

.prd-search-btn {
  background: var(--color-dark);
  color: #fff;
  border: none;
  padding: 9px 14px;
  cursor: pointer;
  transition: background var(--transition);
}

.prd-search-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
}

/* ─── CATEGORY ITEMS ────────────────────────────────────────── */
.prd-cat-accordion {
  border: none;
}

.prd-cat-accordion-header {
  display: flex;
  align-items: center;
}

.prd-cat-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
  font-size: .875rem;
  font-weight: 500;
  margin: 0;
}

.prd-cat-item:hover {
  background: var(--color-bg);
}

.prd-cat-flat {
  margin-bottom: 3px;
}

.prd-cat-check {
  accent-color: var(--color-gold);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
}

.prd-cat-name {
  flex: 1;
}

.prd-cat-toggle {
  background: none;
  border: none;
  padding: 8px 10px;
  color: var(--color-muted);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
  flex-shrink: 0;
}

.prd-cat-toggle:hover {
  background: var(--color-bg);
  color: var(--color-dark);
}

.prd-cat-toggle .bi-chevron-down {
  display: inline-block;
  transition: transform var(--transition);
}

.prd-cat-toggle:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.prd-sub-list {
  padding: 4px 4px 4px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prd-sub-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: .84rem;
  transition: background var(--transition);
  margin: 0;
}

.prd-sub-item:hover {
  background: var(--color-bg);
}

.prd-sub-count {
  margin-left: auto;
  background: var(--color-gold-light);
  color: var(--color-gold-dark);
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  flex-shrink: 0;
}

/* ─── PRICE RANGE ───────────────────────────────────────────── */
.prd-price-range {
  position: relative;
}

.prd-range-track {
  height: 6px;
  background: var(--color-border);
  border-radius: 3px;
  position: relative;
  margin: 10px 0 14px;
}

.prd-range-fill {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
}

.prd-range-inputs {
  position: relative;
  height: 0;
}

.prd-range-inputs input {
  position: absolute;
  width: 100%;
  height: 6px;
  top: -20px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.prd-range-inputs input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid var(--color-gold);
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .2);
  transition: box-shadow var(--transition);
}

.prd-range-inputs input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(255, 196, 63, .2);
}

.prd-range-inputs input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid var(--color-gold);
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
}

.prd-price-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.prd-price-box {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  background: var(--color-bg);
  font-size: .83rem;
  font-weight: 600;
  color: var(--color-muted);
}

.prd-price-box input {
  border: none;
  background: transparent;
  width: 58px;
  font-weight: 700;
  color: var(--color-dark);
  font-size: .85rem;
  outline: none;
  padding: 0;
}

.prd-price-sep {
  font-weight: 700;
  color: var(--color-muted);
}

/* ─── RATING PILLS ──────────────────────────────────────────── */
.prd-rating-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prd-rating-pill {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 8px 14px;
  border: 1.5px solid var(--color-border);
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 600;
  color: var(--color-text);
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);
  text-align: left;
}

.prd-rating-pill .fa-star {
  color: #fbbf24;
  font-size: .82rem;
}

.prd-rating-plus {
  font-size: .75rem;
  color: var(--color-muted);
  margin-left: 6px;
}

.prd-rating-pill:hover {
  border-color: var(--color-gold);
  background: var(--color-gold-light);
  transform: translateX(3px);
}

.prd-rating-pill.active {
  border-color: var(--color-gold);
  background: var(--color-gold-light);
  box-shadow: 0 2px 10px rgba(255, 196, 63, .25);
}

.prd-rating-pill.active .prd-rating-plus {
  color: var(--color-gold-dark);
}

/* ─── APPLY BUTTON ──────────────────────────────────────────── */
.prd-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, var(--color-gold-dark) 0%, #ffd956 100%);
  color: #1a1a2e;
  border: none;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: .9rem;
  cursor: pointer;
  transition: box-shadow var(--transition), transform var(--transition), opacity var(--transition);
  letter-spacing: .03em;
  box-shadow: 0 4px 18px rgba(255, 196, 63, .38);
}

.prd-apply-btn:hover {
  box-shadow: 0 8px 28px rgba(255, 196, 63, .55);
  transform: translateY(-2px);
  opacity: .93;
}

/* ─── TOOLBAR ────────────────────────────────────────────────── */
.prd-listing {}

.prd-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-bottom: 6px;
  border-left: 4px solid var(--color-gold);
  gap: 10px;
}

.prd-toolbar-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-dark);
  letter-spacing: -.01em;
}

.prd-toolbar-label {
  font-size: .82rem;
  color: var(--color-muted);
  font-weight: 500;
}

.prd-sort-select {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-dark);
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: border-color var(--transition);
}

.prd-sort-select:focus {
  border-color: var(--color-gold);
}

/* ─── PRODUCT CARD ──────────────────────────────────────────── */
.prd-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prd-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.prd-oos-overlay {
  display: flex;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .55);
  border-radius: var(--radius-lg);
  z-index: 4;
  pointer-events: none;
}

.prd-card-badge-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: linear-gradient(135deg, #e63946, #c1121f);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .04em;
  box-shadow: 0 2px 8px rgba(198, 17, 42, .35);
}

.prd-card-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
  color: #ccc;
}

.prd-card-wish:hover {
  background: #fff0f0;
  transform: scale(1.12);
  box-shadow: var(--shadow-md);
}

.prd-card-wish.active {
  background: #fff0f0;
  color: #e63946;
}

.prd-card-wish svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}

.prd-card-wish.active svg {
  fill: #e63946;
}

.prd-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--color-bg);
  height: 260px;
}

.prd-card-img-wrap>a {
  display: block;
  width: 100%;
  height: 100%;
}

.prd-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.prd-card:hover .prd-card-img {
  transform: scale(1.07);
}

.prd-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prd-card-title {
  font-size: .9rem;
  font-weight: 700;
  color: var(--color-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  min-height: 2.52em;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

.prd-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.prd-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--color-dark);
}

.prd-card-rating svg {
  fill: #fbbf24;
  width: 14px;
  height: 14px;
}

.prd-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.prd-price-current {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-dark);
}

.prd-price-mrp {
  font-size: .8rem;
  color: var(--color-muted);
  text-decoration: line-through;
}

.prd-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.prd-qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-bg);
}

.prd-qty-btn {
  background: none;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  color: var(--color-dark);
  line-height: 1;
  transition: background var(--transition);
}

.prd-qty-btn:hover {
  background: var(--color-gold-light);
}

.prd-qty-btn svg {
  fill: currentColor;
  width: 10px;
  height: 10px;
}

.prd-qty-input {
  width: 36px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: .85rem;
  color: var(--color-dark);
  padding: 0;
  outline: none;
}

.prd-size-select {
  flex: 1;
  min-width: 72px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 6px 8px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--color-dark);
  background: var(--color-bg);
  cursor: pointer;
  outline: none;
  transition: border-color var(--transition);
}

.prd-size-select:focus {
  border-color: var(--color-gold);
}

.prd-oos-badge {
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: #feedea;
  color: #c1121f;
  letter-spacing: .02em;
}

.prd-card-addcart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-2) 100%);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition), color var(--transition);
  margin-top: auto;
  letter-spacing: .02em;
}

.prd-card-addcart:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--color-gold-dark) 0%, var(--color-gold) 100%);
  color: var(--color-dark);
  box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}

.prd-card-addcart:disabled {
  opacity: .45;
  cursor: not-allowed;
}

/* ─── EMPTY STATE ───────────────────────────────────────────── */
.prd-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  margin: 16px 0;
}

.prd-empty-img {
  width: 90px;
  opacity: .3;
  margin-bottom: 20px;
}

.prd-empty-title {
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 6px;
}

.prd-empty-sub {
  color: var(--color-muted);
  font-size: .9rem;
  margin-bottom: 24px;
}

/* ─── LOADER ────────────────────────────────────────────────── */
.prd-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.prd-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.prd-loader .spinner-border {
  color: var(--color-gold);
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

.prd-loader-text {
  font-size: .85rem;
  color: var(--color-muted);
  font-weight: 500;
}

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 767.98px) {
  .prd-page-section {
    padding: 20px 0 40px;
  }

  .prd-filter-card {
    position: static;
  }

  .prd-toolbar {
    border-radius: var(--radius-sm);
  }

  .prd-page-hero {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .prd-card-img-wrap {
    aspect-ratio: 1 / 1;
  }

  .prd-card-body {
    padding: 10px 12px 12px;
  }
}

/* ─── PRODUCT CARD ENHANCEMENTS ─────────────────────────────── */
/* Star Ratings */
.prd-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.prd-star-icon {
  font-size: .72rem;
}

.prd-star-full,
.prd-star-half {
  color: #fbbf24;
}

.prd-star-empty {
  color: #ddd;
}

.prd-star-count {
  font-size: .75rem;
  color: var(--color-muted);
  margin-left: 5px;
  font-weight: 600;
}

/* Image Quick-View Overlay */
.prd-card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 46, .50);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.prd-card:hover .prd-card-img-overlay {
  opacity: 1;
  pointer-events: auto;
}

.prd-card-quick-btn {
  background: #fff;
  color: var(--color-dark);
  border: none;
  padding: 9px 20px;
  border-radius: 24px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translateY(12px);
  transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
}

.prd-card:hover .prd-card-quick-btn {
  transform: translateY(0);
}

.prd-card-quick-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  box-shadow: var(--shadow-gold);
}

/* View Details Link */
.prd-card-view-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 9px;
  font-size: .79rem;
  font-weight: 600;
  color: var(--color-muted);
  text-decoration: none;
  letter-spacing: .01em;
  transition: color var(--transition);
}

.prd-card-view-link:hover {
  color: var(--color-gold-dark);
}

.prd-card-view-link .bi {
  font-size: .9rem;
}

/* ============================================================
   MODERN PRODUCT DETAILS – 2026 REDESIGN
   ============================================================ */

/* ── Breadcrumb strip ─────────────────────────────────────── */
.pd-breadcrumb-strip {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.pd-bc-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 32px;
}

.pd-bc-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #999;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  transition: color 0.18s, background 0.18s;
  white-space: nowrap;
}

.pd-bc-link i {
  font-size: 0.75rem;
  color: #FFC43F;
}

.pd-bc-link:hover {
  color: #1a1a2e;
  background: #f5f5f5;
}

.pd-bc-sep {
  font-size: 0.65rem;
  color: #ccc;
  flex-shrink: 0;
}

.pd-bc-current {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a1a2e;
  padding: 4px 10px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* ── Main layout ─────────────────────────────────────────── */
.pd-wrapper {
  padding: 40px 0 60px;
  background: #fff;
}

/* ── Gallery ─────────────────────────────────────────────── */
.pd-gallery {
  position: sticky;
  top: 80px;
}

/* Vertical thumb + main image layout */
.pd-gallery-inner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* Vertical thumbnail column */
.pd-thumbs-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 620px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  flex-shrink: 0;
}

.pd-thumbs-col::-webkit-scrollbar {
  width: 3px;
}

.pd-thumbs-col::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

.pd-thumb-item {
  flex-shrink: 0;
  width: 72px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #e8e8e8;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pd-thumb-item:hover {
  border-color: #FFC43F;
  transform: translateX(2px);
}

.pd-thumb-item.active {
  border-color: #1a1a2e;
  box-shadow: 0 0 0 2px #FFC43F;
}

.pd-thumb-item img,
.pd-thumb-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-thumb-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.pd-thumb-play img {
  width: 22px;
  height: 22px;
}

/* Main image area */
.pd-main-col {
  flex: 1;
  min-width: 0;
  position: relative;
}

.pd-main-img-wrap {
  position: relative;
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.pd-main-img-wrap img,
.pd-main-img-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

/* Hover zoom */
.pd-main-img-wrap img {
  transition: transform 0.4s ease, opacity 0.25s ease;
}

.pd-main-img-wrap:hover img {
  transform: scale(1.08);
}

/* Ribbons */
.pd-oos-ribbon {
  position: absolute;
  top: 14px;
  left: 0;
  background: #ff3900;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px 4px 12px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 2px 8px rgba(255, 57, 0, 0.25);
  z-index: 4;
}

.pd-discount-ribbon {
  position: absolute;
  top: 14px;
  right: 0;
  background: #FFC43F;
  color: #1a1a2e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px 4px 16px;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 2px 8px rgba(255, 196, 63, 0.35);
  z-index: 4;
}

/* Fullscreen lightbox button */
.pd-fullscreen-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  font-size: 0.9rem;
  color: #333;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pd-fullscreen-btn:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  color: #1a1a2e;
}

/* Image counter pill */
.pd-img-counter {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 30px;
  z-index: 4;
  letter-spacing: 0.05em;
  pointer-events: none;
}

/* Prev/Next arrows on main image */
.pd-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  font-size: 0.85rem;
  color: #333;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.pd-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  color: #1a1a2e;
}

.pd-arrow-prev {
  left: 10px;
}

.pd-arrow-next {
  right: 10px;
}

/* ── Lightbox ─────────────────────────────────────────────── */
.pd-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.94);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pd-lightbox.open {
  display: flex;
}

.pd-lightbox-img-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-lightbox-img-wrap img,
.pd-lightbox-img-wrap video {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}

.pd-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pd-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.pd-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}

.pd-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
}

.pd-lightbox-prev {
  left: 18px;
}

.pd-lightbox-next {
  right: 18px;
}

.pd-lightbox-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  overflow-x: auto;
  max-width: 90vw;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.pd-lightbox-thumbs::-webkit-scrollbar {
  display: none;
}

.pd-lightbox-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: border-color 0.2s;
  background: #222;
  opacity: 0.6;
}

.pd-lightbox-thumb.active {
  border-color: #FFC43F;
  opacity: 1;
}

.pd-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile: thumbnails go horizontal below image */
@media (max-width: 767px) {
  .pd-gallery-inner {
    flex-direction: column;
  }

  .pd-thumbs-col {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  .pd-thumb-item {
    width: 60px;
    height: 66px;
  }

  .pd-thumb-item:hover {
    transform: translateY(-2px);
  }
}

/* ── Info panel ──────────────────────────────────────────── */
.pd-info {
  position: sticky;
  top: 80px;
}

.pd-category-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFC43F;
  background: #FFF8E6;
  border-radius: 30px;
  padding: 3px 12px;
  margin-bottom: 10px;
}

.pd-product-name {
  font-family: var(--heading-font, 'Nunito', sans-serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .pd-product-name {
    font-size: 1.4rem;
  }

  .pd-breadcrumb-strip {
    margin-top: 0px;
  }
}

.pd-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.pd-stars {
  color: #FFC43F;
  font-size: 0.9rem;
}

.pd-review-count {
  font-size: 0.82rem;
  color: #888;
  border-left: 1px solid #ddd;
  padding-left: 8px;
}

.pd-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 18px 0;
}

.pd-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.pd-price {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
  font-family: var(--heading-font, 'Nunito', sans-serif);
}

.pd-mrp {
  font-size: 1rem;
  color: #aaa;
  text-decoration: line-through;
  font-weight: 500;
}

.pd-savings-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 30px;
  padding: 3px 12px;
  font-size: 0.78rem;
  font-weight: 700;
}

.pd-meta-desc {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.pd-oos-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fff0ee, #ffe0db);
  border: 1px solid #ffcdc7;
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 20px;
  color: #c0392b;
  font-weight: 700;
}

.pd-oos-banner i {
  font-size: 1.3rem;
}

.pd-section-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.pd-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-size-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 42px;
  padding: 0 16px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: all 0.18s ease;
  user-select: none;
}

.pd-size-btn:hover {
  border-color: #FFC43F;
  color: #1a1a2e;
  background: #fffbef;
}

input[type="radio"].pd-size-radio:checked+.pd-size-btn {
  border-color: #1a1a2e;
  background: #1a1a2e;
  color: #fff;
}

input[type="radio"].pd-size-radio {
  display: none;
}

.pd-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pd-qty-btn {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-qty-btn:hover {
  background: #f5f5f5;
}

.pd-qty-val {
  width: 50px;
  height: 42px;
  border: none;
  border-left: 1.5px solid #e0e0e0;
  border-right: 1.5px solid #e0e0e0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  background: transparent;
  outline: none;
}

.pd-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.pd-btn-cart {
  flex: 1;
  min-width: 160px;
  height: 52px;
  border: 2px solid #1a1a2e;
  border-radius: 14px;
  background: transparent;
  color: #1a1a2e;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pd-btn-cart:hover {
  background: #1a1a2e;
  color: #fff;
}

.pd-btn-buy {
  flex: 1;
  min-width: 160px;
  height: 52px;
  border: 2px solid #FFC43F;
  border-radius: 14px;
  background: #FFC43F;
  color: #1a1a2e;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pd-btn-buy:hover {
  background: #e6a800;
  border-color: #e6a800;
}

.pd-btn-wish {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 2px solid #ffe0db;
  border-radius: 14px;
  background: #fff0ee;
  color: #e74c3c;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-btn-wish:hover,
.pd-btn-wish.active {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}

/* ── Share Button ─────────────────────────────────────────── */
.pd-share-wrap {
  position: relative;
  flex-shrink: 0;
}

.pd-btn-share {
  width: 52px;
  height: 52px;
  border: 2px solid #dce8ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef4ff 0%, #e2edff 100%);
  color: #3b6fe5;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.22s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-btn-share:hover {
  background: linear-gradient(135deg, #3b6fe5 0%, #5b8ff9 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 18px rgba(59, 111, 229, 0.35);
  transform: translateY(-2px);
}

/* ── Share Panel ─────────────────────────────────────────── */
.pd-share-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 16px);
  right: 0;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.07);
  width: 292px;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transform-origin: bottom right;
}

/* Caret arrow pointing to button */
.pd-share-dropdown::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(45deg);
  z-index: 0;
}

.pd-share-dropdown.open {
  display: block;
  animation: pdSharePop 0.26s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes pdSharePop {
  from {
    opacity: 0;
    transform: scale(0.82) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Header */
.pd-share-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 15px;
  background: linear-gradient(135deg, #f4f7ff 0%, #eaf0ff 100%);
  border-bottom: 1px solid rgba(59, 111, 229, 0.1);
  position: relative;
  z-index: 1;
}

.pd-share-header-left {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pd-share-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b6fe5, #6c9ef8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(59, 111, 229, 0.35);
}

.pd-share-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
}

.pd-share-subtitle {
  font-size: 0.7rem;
  color: #aaa;
  margin-top: 2px;
  font-weight: 500;
}

.pd-share-close {
  width: 30px;
  height: 30px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #888;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.82rem;
  transition: all 0.15s;
  flex-shrink: 0;
}

.pd-share-close:hover {
  background: rgba(0, 0, 0, 0.13);
  color: #1a1a2e;
}

/* Social icon grid */
.pd-share-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 12px 14px;
  gap: 4px;
}

.pd-sg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.18s;
  color: inherit;
}

.pd-sg-item:hover {
  background: #f3f5ff;
  text-decoration: none;
}

.pd-sg-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pd-sg-item:hover .pd-sg-icon {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.pd-sg-item span {
  font-size: 0.68rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.pd-sg-wa .pd-sg-icon {
  background: linear-gradient(135deg, #25d366 0%, #128C7E 100%);
  color: #fff;
}

.pd-sg-fb .pd-sg-icon {
  background: linear-gradient(135deg, #1877f2 0%, #0a5dc2 100%);
  color: #fff;
}

.pd-sg-tw .pd-sg-icon {
  background: linear-gradient(135deg, #2c2c2c 0%, #555 100%);
  color: #fff;
}

.pd-sg-copy .pd-sg-icon {
  background: linear-gradient(135deg, #e8eaf6 0%, #d1d5f0 100%);
  color: #3b6fe5;
}

/* URL copy bar */
.pd-share-url-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 14px 16px;
  padding: 10px 10px 10px 12px;
  background: #f5f6fb;
  border-radius: 13px;
  border: 1.5px solid #e8eaf0;
}

.pd-share-url-icon {
  font-size: 0.95rem;
  color: #aaa;
  flex-shrink: 0;
}

.pd-share-url-text {
  flex: 1;
  font-size: 0.73rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: monospace;
  letter-spacing: -0.01em;
}

.pd-share-url-copy {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  background: linear-gradient(135deg, #3b6fe5, #5b8ff9);
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.82rem;
  transition: all 0.2s;
  box-shadow: 0 3px 10px rgba(59, 111, 229, 0.3);
}

.pd-share-url-copy:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 16px rgba(59, 111, 229, 0.45);
}

.pd-share-url-copy.copied {
  background: linear-gradient(135deg, #25d366, #128C7E);
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35);
}

.pd-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.pd-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  text-align: center;
  background: #fafafa;
  border: 1.5px solid #f0f0f4;
  border-radius: 16px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pd-trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26, 26, 46, .09);
  border-color: rgba(255, 196, 63, .45);
  background: #fff;
}

.pd-trust-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ti-grad, linear-gradient(135deg, #FFC43F, #f39c12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .13);
  flex-shrink: 0;
}

.pd-trust-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  letter-spacing: .01em;
}

.pd-trust-sub {
  font-size: 0.64rem;
  font-weight: 500;
  color: #888;
  line-height: 1.2;
}

/* ── Tabs ─────────────────────────────────────────────────── */
.pd-tabs-section {
  margin-top: 56px;
  background: #fff;
}

.pd-tabs-nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.pd-tabs-nav .pd-tab-btn {
  padding: 12px 24px;
  border: none;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  border-radius: 0;
}

.pd-tabs-nav .pd-tab-btn.active {
  color: #1a1a2e;
  border-bottom-color: #FFC43F;
}

.pd-tab-content {
  display: none;
  padding: 28px 0 0;
}

.pd-tab-content.active {
  display: block;
}

.pd-desc-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.85;
}

.pd-review-card {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}

.pd-review-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.pd-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFC43F, #e6a800);
  color: #1a1a2e;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pd-review-body {
  flex: 1;
}

.pd-review-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.pd-review-stars {
  color: #FFC43F;
  font-size: 0.8rem;
}

.pd-review-text {
  font-size: 0.88rem;
  color: #666;
  margin-top: 6px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .pd-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .pd-trust-item {
    padding: 14px 8px;
  }

  .pd-cta-row {
    flex-wrap: nowrap;
  }

  .pd-btn-wish {
    width: 52px;
  }
}

@media (max-width: 480px) {
  .pd-cta-row {
    flex-wrap: wrap;
  }

  .pd-btn-wish {
    width: 80%;
  }
}

.products-carousel {
  width: 100%;
  overflow: hidden;
}

.products-carousel .swiper-wrapper {
  display: flex;
}

.products-carousel .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* ============================================================
   RELATED PRODUCTS – Modern Redesign
   ============================================================ */

/* Section wrapper */
.rp-section {
  padding: 60px 0 70px;
  background: #f8f8f9;
}

/* Header */
.rp-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.rp-header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rp-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFC43F;
}

.rp-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.2;
}

/* Nav buttons */
.rp-nav-btns {
  display: flex;
  gap: 8px;
}

.rp-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.rp-nav-btn:hover {
  background: #1a1a2e;
  border-color: #1a1a2e;
  color: #fff;
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.18);
}

/* Swiper */
.rp-swiper {
  overflow: visible;
  padding-bottom: 4px;
}

/* Card */
.rp-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rp-card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.rp-card--oos {
  opacity: 0.72;
}

/* Image wrap */
.rp-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #f4f4f4;
}

.rp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.rp-card:hover .rp-card-img {
  transform: scale(1.06);
}

/* Badges */
.rp-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 30px;
  z-index: 2;
}

.rp-badge--discount {
  background: #FFC43F;
  color: #1a1a2e;
}

.rp-badge--oos {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

/* Wishlist */
.rp-wish-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #ccc;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rp-wish-btn:hover,
.rp-wish-btn.active {
  background: #e74c3c;
  color: #fff;
}

/* Rating pill */
.rp-rating-pill {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(10, 10, 10, 0.65);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.rp-rating-pill .bi-star-fill {
  color: #FFC43F;
  font-size: 0.65rem;
}

/* Card body */
.rp-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.rp-product-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a2e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  transition: color 0.2s;
}

.rp-product-name:hover {
  color: #FFC43F;
}

.rp-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.rp-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a2e;
}

.rp-mrp {
  font-size: 0.82rem;
  color: #aaa;
  text-decoration: line-through;
}

/* Controls row */
.rp-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rp-size-select {
  flex: 1;
  min-width: 0;
  height: 34px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
  background: #fff;
  padding: 0 8px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.rp-size-select:focus {
  border-color: #FFC43F;
}

.rp-qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.rp-qty-btn {
  width: 28px;
  height: 34px;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rp-qty-btn:hover {
  background: #f5f5f5;
}

.rp-qty-val {
  width: 32px;
  height: 34px;
  border: none;
  border-left: 1.5px solid #e0e0e0;
  border-right: 1.5px solid #e0e0e0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a2e;
  background: transparent;
  outline: none;
}

/* Add to Cart button */
.rp-atc-btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #1a1a2e;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
}

.rp-atc-btn:hover {
  background: #FFC43F;
  color: #1a1a2e;
}

.rp-atc-btn--disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.rp-atc-btn--disabled:hover {
  background: #e0e0e0;
  color: #999;
}

@media (max-width: 575px) {
  .rp-title {
    font-size: 1.3rem;
  }

  .rp-section {
    padding: 40px 0 50px;
  }
}

/* =====================================================
   ABOUT US PAGE  (au-*)
===================================================== */

/* ── Section shared helpers ── */
.au-section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 6px;
}

.au-section-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 0;
  line-height: 1.2;
}

/* ── 1. HERO ── */
.au-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.au-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.82) 0%, rgba(26, 26, 46, 0.55) 100%);
}

.au-hero .container {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 60px;
}

.au-breadcrumb {
  margin-bottom: 18px;
}

.au-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.au-breadcrumb .breadcrumb-item a {
  color: var(--color-gold);
  text-decoration: none;
  font-size: 0.85rem;
}

.au-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 0.85rem;
}

.au-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.au-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
}

.au-hero-title span {
  color: var(--color-gold);
}

.au-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
  max-width: 520px;
}

.au-hero-btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-dark);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.au-hero-btn:hover {
  background: var(--color-gold-dark);
  color: #fff;
  transform: translateY(-2px);
}

/* ── 2. STATS ── */
.au-stats {
  background: var(--color-dark);
  padding: 50px 0;
}

.au-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.au-stat-item {
  text-align: center;
  color: #fff;
  padding: 10px;
}

.au-stat-icon {
  font-size: 2rem;
  color: var(--color-gold);
  display: block;
  margin-bottom: 10px;
}

.au-stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.au-stat-plus {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--color-gold);
}

.au-stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 575px) {
  .au-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .au-stat-num {
    font-size: 1.8rem;
  }
}

/* ── 3. STORY ── */
.au-story {
  padding: 90px 0;
  background: #fff;
}

.au-story-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.au-story-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.au-story-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--color-gold);
  color: var(--color-dark);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(255, 196, 63, 0.4);
}

.au-story-badge-num {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.au-story-badge-txt {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.au-story-divider {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-gold);
  margin: 14px 0 22px;
}

.au-story-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

.au-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.au-tag {
  display: inline-flex;
  align-items: center;
  background: var(--color-gold-light);
  color: var(--color-dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(255, 196, 63, 0.4);
}

@media (max-width: 767px) {
  .au-story {
    padding: 60px 0;
  }

  .au-story-img {
    height: 300px;
  }

  .au-story-badge {
    width: 85px;
    height: 85px;
    right: -10px;
    bottom: -10px;
  }

  .au-story-badge-num {
    font-size: 1.5rem;
  }
}

/* ── 4. WHAT WE OFFER ── */
.au-offer {
  padding: 90px 0;
  background: #f8f9fa;
}

.au-offer-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 16px 22px;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.25s, transform 0.25s;
  height: 100%;
}

.au-offer-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.au-offer-icon {
  width: 62px;
  height: 62px;
  background: var(--color-gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.6rem;
  color: var(--color-gold-dark);
  transition: background 0.25s;
}

.au-offer-card:hover .au-offer-icon {
  background: var(--color-gold);
  color: var(--color-dark);
}

.au-offer-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-dark);
  margin-bottom: 4px;
}

.au-offer-sub {
  font-size: 0.75rem;
  color: #888;
  margin: 0;
}

/* ── 5. MISSION / VISION / VALUES ── */
.au-mvv {
  padding: 90px 0;
  background: var(--color-dark);
}

.au-mvv .au-section-label {
  color: var(--color-gold);
}

.au-mvv .au-section-title {
  color: #fff;
}

.au-mvv-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: transform 0.25s, border-color 0.25s;
}

.au-mvv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 196, 63, 0.3);
}

.au-mvv-card--gold {
  background: var(--color-gold);
  border-color: var(--color-gold);
}

.au-mvv-card--gold .au-mvv-icon,
.au-mvv-card--gold .au-mvv-title,
.au-mvv-card--gold .au-mvv-text {
  color: var(--color-dark) !important;
}

.au-mvv-icon {
  font-size: 2.4rem;
  color: var(--color-gold);
  margin-bottom: 18px;
  display: block;
}

.au-mvv-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.au-mvv-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

/* ── 6. WHY CHOOSE US ── */
.au-why {
  padding: 90px 0;
  background: #fff;
}

.au-why-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.25s, transform 0.25s, background 0.25s;
  height: 100%;
}

.au-why-card:hover {
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  transform: translateY(-5px);
}

.au-why-icon {
  width: 56px;
  height: 56px;
  background: var(--color-gold-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.45rem;
  color: var(--color-gold-dark);
  transition: background 0.25s, color 0.25s;
}

.au-why-card:hover .au-why-icon {
  background: var(--color-gold);
  color: var(--color-dark);
}

.au-why-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.au-why-text {
  font-size: 0.8rem;
  color: #777;
  margin: 0;
  line-height: 1.6;
}

/* ── 7. TIMELINE ── */
.au-timeline {
  padding: 90px 0;
  background: #f8f9fa;
}

.au-tl-wrap {
  position: relative;
}

.au-tl-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--color-gold), var(--color-dark));
  transform: translateX(-50%);
  border-radius: 2px;
}

.au-tl-left,
.au-tl-right {
  padding: 20px 0;
}

.au-tl-left {
  padding-right: 50px;
  text-align: right;
}

.au-tl-right {
  padding-left: 50px;
  text-align: left;
}

.au-tl-left .au-tl-card {
  margin-left: auto;
}

.au-tl-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 26px;
  max-width: 380px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  position: relative;
  transition: box-shadow 0.25s;
}

.au-tl-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

.au-tl-year {
  display: inline-block;
  background: var(--color-gold);
  color: var(--color-dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.au-tl-title {
  font-weight: 700;
  color: var(--color-dark);
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.au-tl-text {
  font-size: 0.83rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .au-tl-line {
    left: 20px;
  }

  .au-tl-left,
  .au-tl-right {
    padding: 12px 0 12px 50px;
    text-align: left;
  }

  .au-tl-left .au-tl-card {
    margin-left: 0;
  }

  .au-tl-card {
    max-width: 100%;
  }
}

/* ── 8. TESTIMONIALS ── */
.au-testi {
  padding: 90px 0;
  background: #fff;
}

.au-testi-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.25s, transform 0.25s;
}

.au-testi-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.au-testi-card--highlight {
  background: var(--color-dark);
  border-color: var(--color-dark);
}

.au-testi-card--highlight .au-testi-quote {
  color: rgba(255, 255, 255, 0.85);
}

.au-testi-card--highlight .au-testi-author strong {
  color: #fff;
}

.au-testi-card--highlight .au-testi-author span {
  color: rgba(255, 255, 255, 0.55);
}

.au-testi-stars {
  color: var(--color-gold);
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.au-testi-quote {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}

.au-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.au-testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-gold);
  color: var(--color-dark);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.au-testi-author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--color-dark);
}

.au-testi-author span {
  font-size: 0.78rem;
  color: #888;
}

/* ── 9. CTA ── */
.au-cta {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--color-dark) 0%, #2d2d44 100%);
  overflow: hidden;
}

.au-cta::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 196, 63, 0.06);
  top: -150px;
  right: -100px;
}

.au-cta::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 196, 63, 0.04);
  bottom: -80px;
  left: -60px;
}

.au-cta-overlay {
  position: absolute;
  inset: 0;
}

.au-cta-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}

.au-cta-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.au-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-dark);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.au-cta-btn-primary:hover {
  background: var(--color-gold-dark);
  color: #fff;
  transform: translateY(-2px);
}

.au-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}

.au-cta-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {

  .au-story,
  .au-offer,
  .au-mvv,
  .au-why,
  .au-timeline,
  .au-testi,
  .au-cta {
    padding: 60px 0;
  }

  .au-hero {
    min-height: 320px;
  }
}

/* =====================================================
   CONTACT US PAGE  (cu-*)
===================================================== */

/* 1. HERO */
.cu-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cu-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.84) 0%, rgba(26, 26, 46, 0.55) 100%);
}

.cu-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 60px;
}

.cu-breadcrumb {
  margin-bottom: 18px;
}

.cu-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.cu-breadcrumb .breadcrumb-item a {
  color: var(--color-gold);
  text-decoration: none;
  font-size: 0.85rem;
}

.cu-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 0.85rem;
}

.cu-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.cu-hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
}

.cu-hero-title span {
  color: var(--color-gold);
}

.cu-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 480px;
}

/* 2. INFO STRIP */
.cu-info-strip {
  background: var(--color-dark);
  padding: 36px 0;
}

.cu-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.cu-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 24px 10px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.cu-info-item:last-child {
  border-right: none;
}

.cu-info-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: rgba(255, 196, 63, 0.14);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--color-gold);
}

.cu-info-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.cu-info-val {
  font-size: 0.85rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.cu-info-val a {
  color: #fff;
  text-decoration: none;
}

.cu-info-val a:hover {
  color: var(--color-gold);
}

/* 3. MAIN */
.cu-main {
  padding: 80px 0 90px;
  background: #f8f9fa;
}

/* Form card */
.cu-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 44px 40px;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
}

.cu-form-header {
  margin-bottom: 32px;
}

.cu-form-sub {
  color: #777;
  font-size: 0.88rem;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Fields */
.cu-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 6px;
  display: block;
}

.cu-required {
  color: #e74c3c;
}

.cu-input-wrap {
  position: relative;
}

.cu-input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 1rem;
  z-index: 1;
  pointer-events: none;
  transition: color 0.2s;
}

.cu-input-wrap:focus-within .cu-input-icon {
  color: var(--color-gold-dark);
}

.cu-input {
  width: 100%;
  padding: 11px 16px 11px 40px;
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  font-size: 0.88rem;
  color: var(--color-dark);
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  appearance: none;
}

.cu-input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, 0.18);
  background: #fff;
  outline: none;
}

.cu-textarea {
  padding: 12px 16px;
  resize: vertical;
  min-height: 130px;
}

.cu-char-count {
  text-align: right;
  font-size: 0.74rem;
  color: #aaa;
  margin-top: 5px;
}

/* Messages */
.cu-msg-success {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a7a3f;
  background: #eaf7ee;
  border: 1px solid #b4dfc3;
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 4px;
}

.cu-msg-error {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c0392b;
  background: #fdf0ef;
  border: 1px solid #f5c6c2;
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 4px;
}

.cu-msg-success:empty,
.cu-msg-error:empty {
  display: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Submit */
.cu-submit-btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 34px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}

.cu-submit-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  transform: translateY(-2px);
}

/* Detail card */
.cu-detail-card {
  background: var(--color-dark);
  border-radius: 24px;
  padding: 36px 32px;
}

.cu-detail-header {
  margin-bottom: 28px;
}

.cu-detail-header .au-section-label {
  color: var(--color-gold);
}

.cu-detail-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin: 4px 0 0;
}

.cu-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.cu-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cu-detail-item:last-child {
  border-bottom: none;
}

.cu-detail-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: rgba(255, 196, 63, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--color-gold);
}

.cu-detail-lbl {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 3px;
}

.cu-detail-text p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.5;
}

.cu-detail-text a {
  color: var(--color-gold);
  text-decoration: none;
}

.cu-detail-text a:hover {
  text-decoration: underline;
}

/* Social */
.cu-social-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
}

.cu-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cu-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.cu-social-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  transform: translateY(-3px);
}

/* FAQ card */
.cu-faq-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}

.cu-faq-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.cu-acc-item {
  border: none !important;
  border-bottom: 1px solid #f2f2f2 !important;
  background: transparent;
}

.cu-acc-item:last-child {
  border-bottom: none !important;
}

.cu-acc-btn {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-dark);
  background: transparent;
  padding: 14px 28px 14px 0;
  box-shadow: none !important;
}

.cu-acc-btn:not(.collapsed) {
  color: var(--color-gold-dark);
  background: transparent;
}

.cu-acc-body {
  font-size: 0.83rem;
  color: #666;
  padding: 0 28px 14px 0;
  line-height: 1.65;
}

.cu-acc-body a {
  color: var(--color-gold-dark);
}

/* Responsive */
@media (max-width: 991px) {
  .cu-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cu-info-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 10px;
  }

  .cu-info-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 575px) {
  .cu-info-grid {
    grid-template-columns: 1fr;
  }

  .cu-info-item {
    border-right: none !important;
  }

  .cu-form-card {
    padding: 26px 18px;
  }

  .cu-detail-card {
    padding: 28px 20px;
  }

  .cu-main {
    padding: 50px 0 60px;
  }

  .cu-hero {
    min-height: 260px;
  }
}

/* =====================================================
   PRIVACY POLICY PAGE  (pp-*)
===================================================== */

/* 1. HERO */
.pp-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.pp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.86) 0%, rgba(26, 26, 46, 0.58) 100%);
}

.pp-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 56px;
}

.pp-breadcrumb {
  margin-bottom: 18px;
}

.pp-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.pp-breadcrumb .breadcrumb-item a {
  color: var(--color-gold);
  text-decoration: none;
  font-size: 0.85rem;
}

.pp-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 0.85rem;
}

.pp-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}

.pp-hero-title {
  font-size: clamp(1.9rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
}

.pp-hero-title span {
  color: var(--color-gold);
}

.pp-hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
  max-width: 520px;
}

.pp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 196, 63, 0.16);
  border: 1px solid rgba(255, 196, 63, 0.35);
  color: var(--color-gold);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
}

/* 2. MAIN */
.pp-main {
  padding: 70px 0 90px;
  background: #f4f5f7;
}

/* Sidebar TOC */
.pp-toc {
  position: sticky;
  top: 90px;
  background: #fff;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.pp-toc-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-dark);
  margin-bottom: 14px;
}

.pp-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pp-toc-link {
  font-size: 0.8rem;
  color: #777;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  border-left: 3px solid transparent;
}

.pp-toc-link:hover,
.pp-toc-link.active {
  background: var(--color-gold-light);
  color: var(--color-dark);
  border-left-color: var(--color-gold);
  font-weight: 600;
}

/* Content card */
.pp-content-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 44px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}

/* Sections */
.pp-section {
  padding: 8px 0;
  scroll-margin-top: 100px;
}

.pp-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.pp-section-num {
  font-size: 0.75rem;
  font-weight: 900;
  background: var(--color-gold);
  color: var(--color-dark);
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.pp-section-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-dark);
  margin: 0;
}

.pp-text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 14px;
}

.pp-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 32px 0;
}

/* Check list */
.pp-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}

.pp-check-list li i {
  font-size: 1rem;
  color: var(--color-gold-dark);
  flex-shrink: 0;
  margin-top: 1px;
}

/* Info tiles grid */
.pp-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pp-info-tile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8f9fa;
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s, transform 0.2s;
}

.pp-info-tile:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.pp-info-tile--sm {
  padding: 13px 15px;
}

.pp-tile-icon {
  font-size: 1.3rem;
  color: var(--color-gold-dark);
  background: var(--color-gold-light);
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pp-info-tile strong {
  display: block;
  font-size: 0.85rem;
  color: var(--color-dark);
  margin-bottom: 2px;
}

.pp-info-tile p {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
  line-height: 1.45;
}

/* Alerts */
.pp-alert {
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.87rem;
  line-height: 1.55;
}

.pp-alert i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pp-alert--info {
  background: #eaf4ff;
  border: 1px solid #c0dcf7;
  color: #1a537a;
}

.pp-alert--info i {
  color: #2080cc;
}

.pp-alert--warn {
  background: #fff8e6;
  border: 1px solid #fde5a0;
  color: #7a5a00;
}

.pp-alert--warn i {
  color: var(--color-gold-dark);
}

/* Security strip */
.pp-security-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.pp-sec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-dark);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
}

.pp-sec-item i {
  font-size: 1rem;
  color: var(--color-gold);
}

/* Support strip */
.pp-support-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.pp-sup-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-gold-light);
  border: 1px solid rgba(255, 196, 63, 0.4);
  color: var(--color-dark);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
}

.pp-sup-item i {
  font-size: 1rem;
  color: var(--color-gold-dark);
}

/* Contact strip */
.pp-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.pp-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px 22px;
  text-decoration: none;
  min-width: 220px;
  flex: 1;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.pp-contact-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  border-color: var(--color-gold);
  transform: translateY(-3px);
}

.pp-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--color-gold);
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.pp-contact-lbl {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  margin-bottom: 2px;
}

.pp-contact-item strong {
  font-size: 0.88rem;
  color: var(--color-dark);
  display: block;
}

/* Footer note */
.pp-footer-note {
  text-align: center;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #f0f0f0;
  font-size: 0.9rem;
  color: #777;
}

.pp-footer-note strong {
  color: var(--color-dark);
}

/* Responsive */
@media (max-width: 767px) {
  .pp-content-card {
    padding: 28px 18px;
  }

  .pp-grid-2 {
    grid-template-columns: 1fr;
  }

  .pp-main {
    padding: 40px 0 60px;
  }

  .pp-hero {
    min-height: 260px;
  }

  .pp-contact-item {
    min-width: 100%;
  }
}

/* =====================================================
   ORDER TRACKING PAGE  (ot-*)
===================================================== */

/* 1. HERO – reuses pp-hero structure */
.ot-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ot-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.86) 0%, rgba(26, 26, 46, 0.56) 100%);
}

.ot-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 76px;
  padding-bottom: 54px;
}

/* 2. SEARCH WRAP */
.ot-search-wrap {
  background: #f4f5f7;
  padding: 56px 0 32px;
}

.ot-search-card {
  background: #fff;
  border-radius: 24px;
  padding: 50px 44px 40px;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.09);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
}

.ot-search-icon-wrap {
  width: 72px;
  height: 72px;
  background: var(--color-gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.ot-search-icon {
  font-size: 2rem;
  color: var(--color-gold-dark);
}

.ot-search-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.ot-search-sub {
  font-size: 0.87rem;
  color: #888;
  margin-bottom: 28px;
}

/* Input + button combo */
.ot-form {
  display: flex;
  justify-content: center;
}

.ot-input-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 580px;
  background: #f4f5f7;
  border-radius: 50px;
  border: 1.5px solid #e0e0e0;
  padding: 6px 6px 6px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ot-input-wrap:focus-within {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, 0.18);
}

.ot-input-icon {
  font-size: 1.1rem;
  color: #bbb;
  margin-right: 10px;
  flex-shrink: 0;
}

.ot-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.92rem;
  color: var(--color-dark);
  outline: none;
  min-width: 0;
}

.ot-input::placeholder {
  color: #bbb;
}

.ot-search-btn {
  background: var(--color-dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  border: none;
  border-radius: 50px;
  padding: 12px 26px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s, color 0.25s;
}

.ot-search-btn:hover {
  background: var(--color-gold);
  color: var(--color-dark);
}

/* Error */
.ot-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  background: #fdf0ef;
  border: 1px solid #f5c6c2;
  color: #c0392b;
  font-size: 0.87rem;
  border-radius: 12px;
  padding: 12px 18px;
}

/* How it works strip */
.ot-how-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 600px;
  margin: 0 auto;
}

.ot-how-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ot-how-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ccc;
}

.ot-how-arrow {
  color: #ddd;
  font-size: 1rem;
  padding: 0 14px;
  padding-bottom: 22px;
}

/* 3. RESULT WRAP */
.ot-result-wrap {
  background: #f4f5f7;
  padding: 0 0 80px;
}

/* Loader */
#loaderOverlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  backdrop-filter: blur(3px);
}

.ot-loader-box {
  text-align: center;
}

.ot-loader-spinner {
  width: 52px;
  height: 52px;
  border: 4px solid #f0f0f0;
  border-top-color: var(--color-gold);
  border-radius: 50%;
  animation: ot-spin 0.75s linear infinite;
  margin: 0 auto 16px;
}

@keyframes ot-spin {
  to {
    transform: rotate(360deg);
  }
}

.ot-loader-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-dark);
}

/* ── RESULT CARD (generated by tracking_operation.php) ── */
.tracking-card {
  background: #fff;
  border-radius: 24px !important;
  padding: 40px 36px !important;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.09) !important;
  border: none !important;
  max-width: 820px;
  margin: 0 auto;
}

.tracking-card h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-dark);
}

.tracking-card #showTrackingNumber {
  color: var(--color-gold-dark);
}

/* Progress steps */
.tracking-card .d-flex.justify-content-between {
  position: relative;
}

.tracking-card .step {
  text-align: center;
  position: relative;
  flex: 1;
}

.tracking-card .step .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.25rem;
  background: #eee;
  color: #aaa;
  border: 3px solid #e0e0e0;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.tracking-card .step.active .icon {
  background: var(--color-gold);
  color: var(--color-dark);
  border-color: var(--color-gold);
  box-shadow: 0 4px 16px rgba(255, 196, 63, 0.45);
}

.tracking-card .step p.small {
  font-size: 0.75rem;
  font-weight: 600;
  color: #999;
  margin: 0;
}

.tracking-card .step.active p.small {
  color: var(--color-dark);
}

.tracking-card .step::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  height: 3px;
  width: 100%;
  background: #e8e8e8;
  z-index: 0;
}

.tracking-card .step.active::after {
  background: var(--color-gold-light);
}

.tracking-card .step:last-child::after {
  display: none;
}

/* Timeline */
.tracking-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-dark);
}

.tracking-card .timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 0;
}

.tracking-card .timeline::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}

.tracking-card .timeline-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.tracking-card .timeline-item::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-gold);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--color-gold);
}

.tracking-card .timeline-item p {
  margin: 0 0 3px;
}

.tracking-card .timeline-item p strong {
  font-size: 0.9rem;
  color: var(--color-dark);
}

.tracking-card .timeline-item p.text-muted {
  font-size: 0.78rem;
  color: #999 !important;
}

.tracking-card .timeline-item p.small {
  font-size: 0.82rem;
  color: #666;
}

/* Responsive */
@media (max-width: 767px) {
  .ot-search-card {
    padding: 32px 18px 28px;
  }

  .ot-input-wrap {
    border-radius: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 10px;
  }

  .ot-search-btn {
    width: 100%;
    border-radius: 10px;
  }

  .ot-how-strip {
    gap: 8px;
  }

  .ot-how-arrow {
    padding: 0 6px 22px;
  }

  .tracking-card {
    padding: 24px 16px !important;
  }

  .ot-hero {
    min-height: 240px;
  }
}

/* =====================================================
   LOGIN / REGISTER PAGE  (lp-*)
===================================================== */

/* Section wrapper — fills viewport below fixed nav */
.lp-section {
  background: #f4f5f7;
  padding: 0;
}

/* Split layout */
.lp-wrap {
  display: flex;
  min-height: calc(100vh - 130px);
}

/* ── LEFT: Brand Panel ── */
.lp-brand {
  position: relative;
  width: 44%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-brand-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(26, 26, 46, 0.93) 0%, rgba(26, 26, 46, 0.75) 100%);
}

.lp-brand-body {
  position: relative;
  z-index: 1;
  padding: 60px 48px;
  color: #fff;
}

.lp-logo-link {
  display: inline-block;
  margin-bottom: 36px;
}

.lp-logo {
  max-height: 54px;
  filter: brightness(0) invert(1);
}

.lp-logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--color-gold);
  letter-spacing: -0.03em;
}

.lp-brand-headline {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 14px;
}

.lp-brand-headline span {
  color: var(--color-gold);
}

.lp-brand-tagline {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 36px;
}

.lp-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
}

.lp-feature-list li i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 196, 63, 0.15);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.lp-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 196, 63, 0.12);
  border: 1px solid rgba(255, 196, 63, 0.3);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.85);
}

.lp-brand-badge i {
  font-size: 1.1rem;
  color: var(--color-gold);
}

/* ── RIGHT: Auth Panel ── */
.lp-auth {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #f4f5f7;
}

.lp-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.09);
  padding: 44px 40px 36px;
  width: 100%;
  max-width: 560px;
}

/* Tabs */
.lp-tabs {
  display: flex;
  border: none;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 28px;
  gap: 8px;
}

.lp-tab-btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 18px;
  margin-bottom: -2px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  border-radius: 0;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-tab-btn:hover {
  color: var(--color-dark);
}

.lp-tab-btn.active {
  color: var(--color-dark);
  border-bottom-color: var(--color-gold);
}

.lp-tab-content {
  min-height: 320px;
}

/* Alert */
.lp-alert {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.86rem;
  margin-bottom: 18px;
}

.lp-alert-danger {
  background: #fdf0ef;
  border: 1px solid #f5c6c2;
  color: #c0392b;
}

/* Fields */
.lp-field {
  margin-bottom: 16px;
}

.lp-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.lp-field-row .lp-field {
  margin-bottom: 16px;
}

.lp-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #888;
  margin-bottom: 6px;
  display: block;
}

.lp-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
  padding: 0 14px;
  transition: border-color 0.22s, box-shadow 0.22s;
  position: relative;
}

.lp-input-wrap:focus-within {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, 0.15);
  background: #fff;
}

.lp-input-icon {
  font-size: 0.95rem;
  color: #ccc;
  margin-right: 10px;
  flex-shrink: 0;
}

.lp-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.9rem;
  color: var(--color-dark);
  padding: 13px 0;
}

.lp-input::placeholder {
  color: #bbb;
}

.lp-eye-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #bbb;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-left: 8px;
}

.lp-eye-btn:hover {
  color: var(--color-dark);
}

/* Password strength meter (below input field) */
.lp-pwd-meter-wrap {
  margin-top: 5px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 22px;
}

.lp-pwd-meter-wrap .neutral {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 8px;
  line-height: 1.4;
}

.lp-pwd-meter-wrap .veryweak {
  color: #fff;
  background: #B40404;
  display: block;
}

.lp-pwd-meter-wrap .weak {
  color: #fff;
  background: #ed6907;
  display: block;
}

.lp-pwd-meter-wrap .medium {
  color: #fff;
  background: #f2bd06;
  display: block;
}

.lp-pwd-meter-wrap .strong {
  color: #fff;
  background: #068747;
  display: block;
}

.lp-pwd-meter-wrap .verystrong {
  color: #fff;
  background: #056133;
  display: block;
}

/* Password strength colors */
.neutral {
  display: block;
}

.veryweak {
  color: #fff;
  background: #B40404;
}

.weak {
  color: #fff;
  background: #ed6907;
}

.medium {
  color: #fff;
  background: #f2bd06;
}

.strong {
  color: #fff;
  background: #068747;
}

.verystrong {
  color: #fff;
  background: #056133;
}

/* Remember row */
.lp-remember-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #666;
  cursor: pointer;
}

.lp-checkbox-label input[type="checkbox"] {
  accent-color: var(--color-gold);
}

.lp-forgot {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-gold-dark);
  text-decoration: none;
}

.lp-forgot:hover {
  text-decoration: underline;
}

/* Primary button */
.lp-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px;
  background: var(--color-dark);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.15s;
}

.lp-btn-primary:hover {
  background: var(--color-gold);
  color: var(--color-dark);
  transform: translateY(-1px);
}

.lp-btn-primary:active {
  transform: translateY(0);
}

/* Switch text */
.lp-switch-txt {
  text-align: center;
  font-size: 0.84rem;
  color: #999;
  margin-top: 18px;
  margin-bottom: 0;
}

.lp-switch-txt a {
  color: var(--color-gold-dark);
  font-weight: 700;
  text-decoration: none;
}

.lp-switch-txt a:hover {
  text-decoration: underline;
}

/* Back button */
.lp-back-wrap {
  margin-top: 20px;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
  text-align: center;
}

.lp-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.lp-back-btn:hover {
  color: var(--color-dark);
}

/* ── Modal ── */
.lp-modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.lp-modal-header {
  background: var(--color-dark);
  color: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: none;
}

.lp-modal-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 196, 63, 0.15);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--color-gold);
}

.lp-modal-title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.lp-modal-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.lp-modal-body {
  padding: 28px 24px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .lp-wrap {
    flex-direction: column;
    min-height: calc(100vh - 100px);
  }

  .lp-brand {
    width: 100%;
    min-height: 260px;
  }

  .lp-brand-body {
    padding: 44px 32px;
  }

  .lp-brand-headline {
    font-size: 1.6rem;
  }

  .lp-auth {
    padding: 36px 16px;
  }

  .lp-card {
    padding: 32px 24px 28px;
  }
}

@media (max-width: 767px) {

  /* Push login brand-panel content below the fixed header on mobile */
  .lp-brand-body {
    padding-top: 84px;
  }
}

@media (max-width: 576px) {
  .lp-brand {
    min-height: 220px;
  }

  .lp-brand-body {
    padding: 82px 20px 32px;
  }

  .lp-brand-headline {
    font-size: 1.35rem;
  }

  .lp-feature-list {
    display: none;
  }

  .lp-brand-badge {
    font-size: 0.78rem;
  }

  .lp-card {
    padding: 24px 16px 20px;
  }

  .lp-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ============================================================
   MY PROFILE PAGE  (mp-*)
   ============================================================ */

/* ──────────────────────────────
   HERO
────────────────────────────── */
.mp-hero {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.mp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(26, 26, 46, .92) 0%, rgba(26, 26, 46, .70) 60%, rgba(255, 196, 63, .12) 100%);
}

.mp-hero-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 196, 63, .06) 50%, transparent 60%);
  animation: mp-shine 4s ease-in-out infinite;
}

@keyframes mp-shine {
  0% {
    transform: translateX(-60%);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(-60%);
  }
}

.mp-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  padding-bottom: 32px;
}

.mp-hero .pp-breadcrumb .breadcrumb-item,
.mp-hero .pp-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
}

.mp-hero .pp-breadcrumb .breadcrumb-item.active {
  color: var(--color-gold, #FFC43F);
}

.mp-hero .pp-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .35);
}

.mp-hero-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}

.mp-hero .pp-hero-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: .3rem;
  line-height: 1.15;
}

.mp-hero .pp-hero-title span {
  color: var(--color-gold, #FFC43F);
}

.mp-hero .pp-hero-sub {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  margin-bottom: 0;
}

.mp-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 196, 63, .18);
  border: 1px solid rgba(255, 196, 63, .4);
  color: var(--color-gold, #FFC43F);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* ──────────────────────────────
   DASHBOARD SECTION
────────────────────────────── */
.mp-dashboard {
  padding: 50px 0 72px;
  background: #f4f5f8;
  min-height: 60vh;
}

/* ──────────────────────────────
   SIDEBAR
────────────────────────────── */
.mp-sidebar {
  background: var(--color-dark, #1a1a2e);
  border-radius: 22px;
  padding: 28px 22px 24px;
  position: sticky;
  top: 148px;
  box-shadow: 0 12px 48px rgba(26, 26, 46, .18);
}

/* Avatar */
.mp-avatar-wrap {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.mp-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid var(--color-gold, #FFC43F);
  margin: 0 auto 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mp-avatar-initials {
  background: linear-gradient(135deg, var(--color-gold, #FFC43F) 0%, #ff9500 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-avatar-initials span {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--color-dark, #1a1a2e);
  letter-spacing: -.02em;
  line-height: 1;
}

.mp-avatar-glow {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 196, 63, .25);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(14px);
  z-index: 0;
}

.mp-avatar-name {
  color: #fff;
  font-weight: 700;
  font-size: .98rem;
  margin-bottom: 3px;
}

.mp-avatar-email {
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
  word-break: break-all;
  margin-bottom: 4px;
}

.mp-member-since {
  color: rgba(255, 196, 63, .65);
  font-size: .72rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* Completion bar */
.mp-completion-wrap {
  background: rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 4px;
}

.mp-completion-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.mp-completion-label {
  color: rgba(255, 255, 255, .6);
  font-size: .75rem;
  font-weight: 500;
}

.mp-completion-pct {
  color: var(--color-gold, #FFC43F);
  font-size: .8rem;
  font-weight: 700;
}

.mp-completion-bar {
  background: rgba(255, 255, 255, .12);
  border-radius: 50px;
  height: 5px;
  overflow: hidden;
}

.mp-completion-fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--color-gold, #FFC43F), #ff9500);
  transition: width .6s cubic-bezier(.4, 0, .2, 1);
}

.mp-completion-hint {
  color: rgba(255, 255, 255, .4);
  font-size: .7rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/* Sidebar divider */
.mp-sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, .09);
  margin: 14px 0;
}

/* Sidebar nav */
.mp-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mp-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .7);
  font-size: .88rem;
  font-weight: 500;
  padding: 11px 14px;
  border-radius: 12px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: all .22s ease;
  cursor: pointer;
}

.mp-nav-link:hover {
  background: rgba(255, 196, 63, .12);
  color: var(--color-gold, #FFC43F);
  border-color: rgba(255, 196, 63, .25);
}

.mp-nav-link.active {
  background: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
  border-color: var(--color-gold, #FFC43F);
  font-weight: 700;
}

.mp-nav-link.mp-nav-logout {
  color: rgba(255, 120, 120, .8);
  margin-top: 4px;
}

.mp-nav-link.mp-nav-logout:hover {
  background: rgba(220, 53, 69, .15);
  color: #ff6b77;
  border-color: rgba(220, 53, 69, .3);
}

.mp-nav-icon {
  width: 20px;
  text-align: center;
  font-size: .95rem;
  flex-shrink: 0;
}

.mp-nav-label {
  flex: 1;
}

.mp-nav-badge {
  background: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
  min-width: 20px;
  text-align: center;
}

.mp-nav-link.active .mp-nav-badge {
  background: var(--color-dark, #1a1a2e);
  color: var(--color-gold, #FFC43F);
}

/* Stats strip in sidebar */
.mp-sidebar-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.mp-stat-item {
  flex: 1;
  text-align: center;
}

.mp-stat-val {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-gold, #FFC43F);
  line-height: 1.1;
}

.mp-stat-lbl {
  display: block;
  font-size: .7rem;
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-top: 2px;
}

.mp-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .12);
}

/* ──────────────────────────────
   CARDS
────────────────────────────── */
.mp-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 36px rgba(0, 0, 0, .07);
  overflow: hidden;
  transition: box-shadow .25s ease;
}

.mp-card:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, .11);
}

.mp-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 16px;
  border-bottom: 1.5px solid #f0f0f5;
  flex-wrap: wrap;
}

.mp-card-icon-wrap {
  flex-shrink: 0;
}

.mp-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-gold, #FFC43F) 0%, #ff9500 100%);
  color: var(--color-dark, #1a1a2e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.mp-card-icon-alt {
  background: linear-gradient(135deg, var(--color-dark, #1a1a2e) 0%, #2d2d52 100%);
  color: var(--color-gold, #FFC43F);
}

.mp-card-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-dark, #1a1a2e);
  margin-bottom: 2px;
}

.mp-card-sub {
  font-size: .78rem;
  color: #999;
  margin-bottom: 0;
}

.mp-card-body {
  padding: 22px 24px;
}

.mp-tab-link-sm {
  color: var(--color-gold, #FFC43F);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255, 196, 63, .1);
  transition: background .2s;
}

.mp-tab-link-sm:hover {
  background: rgba(255, 196, 63, .2);
  color: #c88600;
}

/* ──────────────────────────────
   FORM ELEMENTS
────────────────────────────── */
.mp-label {
  display: block;
  font-size: .77rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.mp-required {
  color: #e74c3c;
}

.mp-text-optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #aaa;
  font-size: .75rem;
}

.mp-input-wrap {
  position: relative;
}

.mp-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: .92rem;
  pointer-events: none;
  transition: color .2s;
}

.mp-input-wrap:focus-within .mp-input-icon {
  color: var(--color-gold, #FFC43F);
}

.mp-input {
  width: 100%;
  background: #f7f7fb;
  border: 1.5px solid #e5e5ef;
  border-radius: 12px;
  padding: 12px 14px 12px 42px;
  font-size: .91rem;
  color: #1a1a2e;
  outline: none;
  transition: border-color .22s, box-shadow .22s, background .22s;
}

.mp-input:focus {
  border-color: var(--color-gold, #FFC43F);
  box-shadow: 0 0 0 3.5px rgba(255, 196, 63, .15);
  background: #fff;
}

/* Dirty / unsaved indicator */
.mp-dirty-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  color: #f59e0b;
  font-weight: 600;
}

.mp-dirty-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  display: inline-block;
  animation: mp-pulse 1.4s ease infinite;
}

@keyframes mp-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(.7);
  }
}

.mp-save-bar {
  display: none;
  /* shown via JS when dirty */
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(90deg, rgba(245, 158, 11, .1), rgba(255, 196, 63, .08));
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 18px;
}

.mp-save-bar-text {
  font-size: .84rem;
  color: #92620a;
  font-weight: 500;
}

/* ──────────────────────────────
   BUTTONS
────────────────────────────── */
.mp-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--color-dark, #1a1a2e);
  color: #fff;
  border: 2px solid var(--color-dark, #1a1a2e);
  border-radius: 12px;
  padding: 11px 26px;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all .22s ease;
}

.mp-btn-primary:hover {
  background: var(--color-gold, #FFC43F);
  border-color: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 196, 63, .35);
}

.mp-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #777;
  border: 1.5px solid #d0d0d8;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
}

.mp-btn-outline:hover {
  border-color: #999;
  color: #333;
  background: #f5f5f8;
}

/* ──────────────────────────────
   ORDER STATS CHIPS (orders tab)
────────────────────────────── */
.mp-stats-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mp-stat-chip {
  flex: 1 1 140px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.mp-stat-chip>i {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.mp-stat-chip>div {
  display: flex;
  flex-direction: column;
}

.mp-stat-chip strong {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-dark, #1a1a2e);
}

.mp-stat-chip span {
  font-size: .72rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 2px;
}

.mp-chip-total>i {
  color: var(--color-dark, #1a1a2e);
}

.mp-chip-delivered>i {
  color: #22c55e;
}

.mp-chip-pending>i {
  color: #f59e0b;
}

/* ──────────────────────────────
   FILTER BAR
────────────────────────────── */
.mp-filter-row {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.mp-search-wrap {
  position: relative;
  flex: 1 1 240px;
}

.mp-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: .88rem;
}

.mp-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: #e5e5ef;
  color: #666;
  font-size: .78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mp-search-input {
  width: 100%;
  padding: 11px 38px 11px 40px;
  border: 1.5px solid #e5e5ef;
  border-radius: 12px;
  font-size: .88rem;
  background: #f7f7fb;
  color: #333;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.mp-search-input:focus {
  border-color: var(--color-gold, #FFC43F);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .12);
  background: #fff;
}

.mp-select {
  padding: 11px 16px;
  border: 1.5px solid #e5e5ef;
  border-radius: 12px;
  font-size: .88rem;
  background: #f7f7fb;
  color: #444;
  outline: none;
  cursor: pointer;
  min-width: 190px;
  transition: border-color .2s;
}

.mp-select:focus {
  border-color: var(--color-gold, #FFC43F);
  background: #fff;
}

/* ──────────────────────────────
   TABLE
────────────────────────────── */
.mp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .86rem;
}

.mp-table thead tr {
  background: var(--color-dark, #1a1a2e);
}

.mp-table thead th {
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
  padding: 13px 14px;
  white-space: nowrap;
  letter-spacing: .02em;
}

.mp-table tbody tr {
  border-bottom: 1px solid #f0f0f6;
}

.mp-table tbody tr:last-child {
  border-bottom: none;
}

.mp-tr-hover {
  transition: background .15s, transform .15s;
}

.mp-tr-hover:hover {
  background: #fffdf4;
}

.mp-table tbody td {
  padding: 13px 14px;
  color: #444;
  vertical-align: middle;
}

.mp-order-num {
  font-weight: 700;
  color: var(--color-dark, #1a1a2e);
  font-family: monospace;
  font-size: .9rem;
}

.mp-amount {
  color: var(--color-dark, #1a1a2e);
  font-size: .95rem;
}

.mp-date-chip {
  font-size: .8rem;
  color: #777;
}

.mp-na {
  color: #ccc;
}

/* Status / pay badges */
.mp-status-badge {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .02em;
}

.mp-pay-badge {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 20px;
  background: rgba(26, 26, 46, .07);
  color: var(--color-dark, #1a1a2e);
  font-size: .75rem;
  font-weight: 600;
}

/* Action buttons */
.mp-action-btns {
  display: flex;
  gap: 6px;
}

.mp-action-btn {
  width: 33px;
  height: 33px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background .18s;
}

.mp-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}

.mp-action-gold {
  background: rgba(255, 196, 63, .15);
  color: #b87800;
}

.mp-action-gold:hover {
  background: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
}

.mp-action-dark {
  background: rgba(26, 26, 46, .09);
  color: var(--color-dark, #1a1a2e);
}

.mp-action-dark:hover {
  background: var(--color-dark, #1a1a2e);
  color: #fff;
}

/* ──────────────────────────────
   EMPTY STATE
────────────────────────────── */
.mp-empty-state {
  text-align: center;
  padding: 50px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mp-empty-inline {
  padding: 32px 24px;
}

.mp-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(26, 26, 46, .06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ccc;
}

.mp-empty-title {
  font-size: 1rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 4px;
}

.mp-empty-desc {
  color: #aaa;
  font-size: .86rem;
  max-width: 300px;
  margin-bottom: 6px;
}

/* ──────────────────────────────
   MODAL
────────────────────────────── */
.mp-modal-content {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
}

.mp-modal-header {
  background: var(--color-dark, #1a1a2e);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: none;
}

.mp-modal-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.mp-modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}

.mp-modal-sub {
  color: rgba(255, 255, 255, .55);
  font-size: .76rem;
}

.mp-modal-input,
.mp-modal-select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e5ef;
  border-radius: 12px;
  font-size: .9rem;
  background: #f7f7fb;
  color: #333;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.mp-modal-input:focus,
.mp-modal-select:focus {
  border-color: var(--color-gold, #FFC43F);
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .14);
  background: #fff;
}

.mp-check-row {
  display: flex;
  align-items: center;
}

/* ──────────────────────────────
   TOASTS
────────────────────────────── */
.mp-toast {
  border-radius: 14px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .18) !important;
}

.mp-toast-error {
  background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
}

.mp-toast-success {
  background: linear-gradient(135deg, #27ae60, #1e8449) !important;
}

/* ──────────────────────────────
   RESPONSIVE
────────────────────────────── */
@media (max-width: 991px) {
  .mp-sidebar {
    position: static;
    border-radius: 18px;
    margin-bottom: 4px;
  }

  .mp-dashboard {
    padding: 32px 0 50px;
  }

  .mp-hero .pp-hero-title {
    font-size: 2rem;
  }

  .mp-hero-inner {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {

  /* Hero container — body has padding-top:0 on mobile so hero must push text below the fixed header (~82px) */
  .mp-hero .container {
    padding-top: 84px;
  }

  .mp-hero .pp-hero-title {
    font-size: 1.55rem;
  }

  .mp-card-header {
    padding: 16px 16px 12px;
  }

  .mp-card-body {
    padding: 16px;
  }

  .mp-filter-row {
    flex-direction: column;
    gap: 8px;
  }

  /* In column direction flex-basis becomes HEIGHT — reset to auto so the
     search icon (position:absolute top:50%) stays inside the input row */
  .mp-search-wrap {
    flex: 0 0 auto;
    width: 100%;
  }

  .mp-select {
    min-width: unset;
    width: 100%;
  }

  .mp-stats-strip {
    flex-direction: column;
  }

  .mp-stat-chip {
    flex: unset;
  }

  /* Mobile card-flip table */
  .mp-table thead {
    display: none;
  }

  .mp-table tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  }

  .mp-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #f5f5f5;
  }

  .mp-table tbody td:last-child {
    border-bottom: none;
  }

  .mp-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #aaa;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .mp-action-btns {
    justify-content: flex-end;
  }

  .mp-save-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   VIEW ORDER PAGE  (vo-*)
   ============================================================ */

/* ── Hero ── */
.vo-hero {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.vo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(26, 26, 46, .93) 0%, rgba(26, 26, 46, .72) 60%, rgba(255, 196, 63, .10) 100%);
}

.vo-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  padding-bottom: 32px;
}

.vo-hero .pp-breadcrumb .breadcrumb-item,
.vo-hero .pp-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, .68);
  font-size: .8rem;
}

.vo-hero .pp-breadcrumb .breadcrumb-item a:hover {
  color: var(--color-gold, #FFC43F);
}

.vo-hero .pp-breadcrumb .breadcrumb-item.active {
  color: var(--color-gold, #FFC43F);
}

.vo-hero .pp-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .35);
}

.vo-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.vo-hero .pp-hero-title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: .3rem;
  line-height: 1.1;
}

.vo-hero .pp-hero-title span {
  color: var(--color-gold, #FFC43F);
}

.vo-hero .pp-hero-sub {
  color: rgba(255, 255, 255, .65);
  font-size: .95rem;
  margin-bottom: 0;
}

.vo-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.vo-status-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.vo-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: vo-blink 1.8s ease infinite;
}

@keyframes vo-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

.vo-back-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  padding: 7px 16px;
  font-size: .82rem;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all .2s ease;
}

.vo-back-btn:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

/* ── Section ── */
.vo-section {
  padding: 42px 0 72px;
  background: #f4f5f8;
}

/* ── Top action bar ── */
.vo-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.vo-action-left,
.vo-action-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vo-pill-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .22s ease;
  cursor: pointer;
}

.vo-pill-outline {
  background: #fff;
  color: var(--color-dark, #1a1a2e);
  border: 1.5px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.vo-pill-outline:hover {
  border-color: var(--color-dark, #1a1a2e);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.vo-pill-gold {
  background: var(--color-gold, #FFC43F);
  color: var(--color-dark, #1a1a2e);
  border: 1.5px solid var(--color-gold, #FFC43F);
  box-shadow: 0 4px 18px rgba(255, 196, 63, .35);
}

.vo-pill-gold:hover {
  background: #ffb300;
  box-shadow: 0 6px 22px rgba(255, 196, 63, .45);
  transform: translateY(-1px);
}

/* ── Cards ── */
.vo-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, .07);
  overflow: hidden;
  transition: box-shadow .25s;
}

.vo-card:hover {
  box-shadow: 0 10px 44px rgba(0, 0, 0, .11);
}

.vo-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px 16px;
  border-bottom: 1.5px solid #f0f0f5;
}

.vo-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-gold, #FFC43F) 0%, #ff9500 100%);
  color: var(--color-dark, #1a1a2e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.vo-card-icon-alt {
  background: linear-gradient(135deg, var(--color-dark, #1a1a2e) 0%, #2d2d52 100%);
  color: var(--color-gold, #FFC43F);
}

.vo-card-icon-ship {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
}

.vo-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark, #1a1a2e);
  margin-bottom: 2px;
}

.vo-card-sub {
  font-size: .76rem;
  color: #aaa;
  margin-bottom: 0;
}

.vo-card-body {
  padding: 20px 22px;
}

/* ── Info blocks ── */
.vo-info-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vo-info-label {
  font-size: .72rem;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vo-info-val {
  font-size: .9rem;
  font-weight: 600;
  color: var(--color-dark, #1a1a2e);
}

.vo-mono {
  font-family: monospace;
  letter-spacing: .04em;
}

.vo-tracking-block {
  background: #f8f8fb;
  border-radius: 12px;
  padding: 12px 16px;
}

/* Payment chip */
.vo-pay-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 20px;
  font-size: .76rem;
  font-weight: 700;
}

.vo-pay-paid {
  background: rgba(34, 197, 94, .12);
  color: #16a34a;
}

.vo-pay-pending {
  background: rgba(245, 158, 11, .12);
  color: #b45309;
}

/* Status chip */
.vo-status-chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: .76rem;
  font-weight: 700;
  white-space: nowrap;
}

/* ── Status Timeline ── */
.vo-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vo-timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
}

.vo-timeline-item:not(:last-child) {
  padding-bottom: 20px;
}

.vo-tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 3px;
  background: #ddd;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}

.vo-tl-done .vo-tl-dot {
  background: #22c55e;
}

.vo-tl-line {
  position: absolute;
  left: 6px;
  top: 17px;
  bottom: 0;
  width: 2px;
  background: #e8e8f0;
  z-index: 0;
}

.vo-timeline-item:last-child .vo-tl-line {
  display: none;
}

.vo-tl-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vo-tl-status {
  font-size: .88rem;
  font-weight: 700;
  color: #444;
}

.vo-tl-active .vo-tl-status {
  font-size: .92rem;
}

.vo-tl-date {
  font-size: .75rem;
  color: #aaa;
}

/* ── Shipping address ── */
.vo-address-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vo-address-person {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  color: var(--color-dark, #1a1a2e);
}

.vo-address-person i {
  font-size: 1.3rem;
  color: var(--color-gold, #FFC43F);
}

.vo-address-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: #555;
}

.vo-address-line i {
  font-size: 1rem;
  color: #aaa;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Product rows ── */
.vo-product-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid #f0f0f6;
  transition: background .15s;
}

.vo-product-row:last-child {
  border-bottom: none;
}

.vo-product-row:hover {
  background: #fafaf4;
}

.vo-product-img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid #f0f0f5;
  background: #fafafa;
}

.vo-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vo-product-info {
  flex: 1;
  min-width: 0;
}

.vo-product-name {
  font-size: .9rem;
  font-weight: 700;
  color: var(--color-dark, #1a1a2e);
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vo-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.vo-meta-chip {
  display: inline-flex;
  align-items: center;
  font-size: .72rem;
  color: #888;
  background: #f4f4f8;
  padding: 3px 9px;
  border-radius: 20px;
}

.vo-product-price {
  text-align: right;
  flex-shrink: 0;
}

.vo-unit-price {
  display: block;
  font-size: .75rem;
  color: #aaa;
  margin-bottom: 3px;
  white-space: nowrap;
}

.vo-line-total {
  display: block;
  font-size: .96rem;
  font-weight: 800;
  color: var(--color-dark, #1a1a2e);
}

/* ── Sticky summary ── */
.vo-summary-sticky {
  position: sticky;
  top: 148px;
}

/* ── Price summary ── */
.vo-summary-list {
  padding: 4px 0;
}

.vo-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 22px;
  border-bottom: 1px solid #f3f3f8;
  font-size: .88rem;
}

.vo-summary-row:last-of-type {
  border-bottom: none;
}

.vo-summary-label {
  color: #666;
}

.vo-summary-val {
  font-weight: 600;
  color: var(--color-dark, #1a1a2e);
}

.vo-summary-discount .vo-summary-label {
  color: #22c55e;
}

.vo-summary-discount .vo-summary-val {
  color: #16a34a;
}

.vo-free-ship {
  color: #22c55e;
}

.vo-summary-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  background: linear-gradient(90deg, var(--color-dark, #1a1a2e), #2d2d52);
  margin-top: 2px;
}

.vo-summary-total-label {
  color: rgba(255, 255, 255, .8);
  font-size: .88rem;
  font-weight: 600;
}

.vo-summary-total-val {
  color: var(--color-gold, #FFC43F);
  font-size: 1.2rem;
  font-weight: 800;
}

/* ── Quick action links ── */
.vo-action-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 13px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  transition: all .2s ease;
}

.vo-action-link span {
  flex: 1;
}

.vo-action-link>i:first-child {
  font-size: 1rem;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.vo-al-gold {
  background: linear-gradient(130deg, var(--color-gold, #FFC43F), #ff9500);
  color: var(--color-dark, #1a1a2e);
}

.vo-al-gold:hover {
  box-shadow: 0 6px 22px rgba(255, 196, 63, .4);
  transform: translateY(-1px);
  color: var(--color-dark, #1a1a2e);
}

.vo-al-dark {
  background: var(--color-dark, #1a1a2e);
  color: #fff;
}

.vo-al-dark:hover {
  background: #2d2d52;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(26, 26, 46, .25);
  color: #fff;
}

.vo-al-outline {
  background: #f7f7fb;
  color: #555;
  border: 1.5px solid #e8e8ef;
}

.vo-al-outline:hover {
  border-color: #ccc;
  background: #efeff5;
  color: var(--color-dark, #1a1a2e);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .vo-summary-sticky {
    position: static;
  }

  .vo-hero .pp-hero-title {
    font-size: 1.8rem;
  }

  .vo-section {
    padding: 30px 0 52px;
  }
}

@media (max-width: 767px) {

  /* Hero container — push text below fixed header on mobile */
  .vo-hero .container {
    padding-top: 84px;
  }

  .vo-hero .pp-hero-title {
    font-size: 1.45rem;
  }

  .vo-hero-inner {
    flex-direction: column;
    gap: 12px;
  }

  .vo-hero-actions {
    align-items: flex-start;
  }

  .vo-action-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .vo-card-header {
    padding: 16px 16px 12px;
  }

  .vo-card-body {
    padding: 16px;
  }

  .vo-product-row {
    padding: 14px 16px;
  }

  .vo-product-img {
    width: 58px;
    height: 58px;
  }

  .vo-summary-row,
  .vo-summary-total-row {
    padding: 11px 16px;
  }

  .vo-action-right {
    width: 100%;
  }

  .vo-action-right .vo-pill-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* ==============================================================
   SUPPORT PAGE  (sp-*)
   Ticket system: list view + chat interface
   ============================================================== */

/* ── Hero ───────────────────────────────────────────────────── */
.sp-hero {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  padding: 60px 0 50px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}

.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── Section ────────────────────────────────────────────────── */
.sp-section {
  padding: 52px 0 80px;
  background: #f5f5f9;
  min-height: calc(100vh - 200px);
}

/* ── Stats Strip ────────────────────────────────────────────── */
.sp-stats-strip {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: stretch;
}

.sp-stat-card {
  flex: 1;
  min-width: 140px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  border: 1px solid #eeeef5;
}

.sp-stat-card.sp-stat-cta {
  background: #1a1a2e;
  justify-content: center;
}

.sp-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.sp-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
}

.sp-stat-lbl {
  font-size: 12px;
  color: #8888aa;
  margin-top: 2px;
}

/* ── New Ticket Button ──────────────────────────────────────── */
.sp-btn-new-ticket {
  background: #FFC43F;
  color: #1a1a2e;
  border: none;
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  letter-spacing: .3px;
}

.sp-btn-new-ticket:hover {
  background: #e5ac2a;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 196, 63, .35);
}

/* ── List Card ──────────────────────────────────────────────── */
.sp-list-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
  overflow: hidden;
  border: 1px solid #eeeef5;
}

.sp-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1.5px solid #f0f0f7;
  gap: 12px;
  flex-wrap: wrap;
}

.sp-list-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
}

.sp-filter-select {
  border: 1.5px solid #e0e0ed;
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 13px;
  color: #444;
  outline: none;
  cursor: pointer;
  background: #fafafa;
  transition: border-color .2s;
}

.sp-filter-select:focus {
  border-color: #FFC43F;
}

/* ── Ticket Table ───────────────────────────────────────────── */
.sp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.sp-table thead tr {
  background: #f7f7fb;
}

.sp-table th {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #9999bb;
  border-bottom: 1.5px solid #eeeef5;
  white-space: nowrap;
}

.sp-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #f2f2f8;
  vertical-align: middle;
  color: #333;
}

.sp-tr:last-child td {
  border-bottom: none;
}

.sp-tr:hover {
  background: #fafafe;
}

.sp-ticket-num {
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  background: #f2f2f8;
  border-radius: 6px;
  padding: 3px 8px;
}

.sp-subject-text {
  font-weight: 600;
  color: #222;
}

.sp-order-ref {
  font-size: 12px;
  color: #555;
}

.sp-na {
  color: #ccc;
}

.sp-date-chip {
  font-size: 12px;
  color: #888;
}

/* ── Status & Priority Chips ────────────────────────────────── */
.sp-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  letter-spacing: .4px;
  white-space: nowrap;
}

.sp-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.sp-priority-chip {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  white-space: nowrap;
}

/* ── View Button ─────────────────────────────────────────────── */
.sp-view-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  background: #1a1a2e;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}

.sp-view-btn:hover {
  background: #FFC43F;
  color: #1a1a2e;
  transform: translateY(-1px);
}

/* ── Back Button ─────────────────────────────────────────────── */
.sp-back-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1.5px solid #1a1a2e;
  color: #1a1a2e;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.sp-back-btn:hover {
  background: #1a1a2e;
  color: #fff;
}

/* ── Ticket Info Header (Chat View) ─────────────────────────── */
.sp-ticket-info-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
  border: 1px solid #eeeef5;
}

.sp-tic-left {
  flex: 1;
  min-width: 200px;
}

.sp-tic-num {
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  color: #aaaacc;
  margin-bottom: 4px;
}

.sp-tic-subject {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 6px;
}

.sp-tic-order {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}

.sp-tic-date {
  font-size: 12px;
  color: #aaa;
}

.sp-tic-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sp-close-ticket-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  background: #fef2f2;
  color: #ef4444;
  border: 1.5px solid #ef444440;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}

.sp-close-ticket-btn:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}

/* ── Chat Card ───────────────────────────────────────────────── */
.sp-chat-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
  overflow: hidden;
  border: 1px solid #eeeef5;
}

/* ── Chat Box ────────────────────────────────────────────────── */
.sp-chat-box {
  min-height: 400px;
  max-height: 520px;
  overflow-y: auto;
  padding: 24px;
  background: #f7f7fc;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-behavior: smooth;
}

.sp-chat-box::-webkit-scrollbar {
  width: 5px;
}

.sp-chat-box::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

/* ── Chat Empty ──────────────────────────────────────────────── */
.sp-chat-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 60px 20px;
  text-align: center;
  color: #bbb;
}

.sp-chat-empty i {
  font-size: 48px;
  margin-bottom: 12px;
}

.sp-chat-empty p {
  font-size: 14px;
}

/* ── Bubble Wrappers ─────────────────────────────────────────── */
.sp-bubble-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 75%;
}

.sp-bubble-wrap-left {
  align-self: flex-start;
  flex-direction: row;
}

.sp-bubble-wrap-right {
  align-self: flex-end;
  flex-direction: row-reverse;
}

/* ── Avatar ──────────────────────────────────────────────────── */
.sp-bubble-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  background: #eeeef5;
  color: #555;
}

.sp-bubble-wrap-right .sp-bubble-avatar {
  background: #FFC43F22;
  color: #b8860b;
}

.sp-bubble-wrap-left .sp-bubble-avatar {
  background: #1a1a2e15;
  color: #1a1a2e;
}

/* ── Bubbles ─────────────────────────────────────────────────── */
.sp-bubble {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 1.6;
  word-break: break-word;
  max-width: 100%;
}

.sp-bubble-customer {
  background: #fff9ec;
  border: 1.5px solid #FFC43F55;
  border-bottom-right-radius: 4px;
}

.sp-bubble-admin {
  background: #1a1a2e;
  color: #eee;
  border-bottom-left-radius: 4px;
}

.sp-bubble-sender {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.sp-bubble-customer .sp-bubble-sender {
  color: #b8860b;
}

.sp-bubble-admin .sp-bubble-sender {
  color: #FFC43Fcc;
}

.sp-bubble-text {
  margin-bottom: 6px;
}

.sp-bubble-time {
  font-size: 11px;
  opacity: .5;
  text-align: right;
}

/* ── Reply Bar ───────────────────────────────────────────────── */
.sp-reply-bar {
  padding: 12px 18px;
  border-top: 1.5px solid #f0f0f7;
  background: #fff;
}

.sp-reply-inner {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sp-reply-ta {
  width: 100%;
  border: 1.5px solid #e0e0ed;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #333;
  resize: vertical;
  outline: none;
  transition: border-color .2s;
  font-family: inherit;
  line-height: 1.5;
}

.sp-reply-ta:focus {
  border-color: #FFC43F;
}

.sp-reply-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-reply-hint {
  font-size: 12px;
  color: #aaa;
}

.sp-send-btn {
  background: #FFC43F;
  color: #1a1a2e;
  border: none;
  border-radius: 10px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all .2s;
}

.sp-send-btn:hover {
  background: #e5ac2a;
  transform: translateY(-1px);
}

.sp-send-btn:disabled {
  opacity: .6;
  cursor: wait;
}

/* ── Closed Bar ──────────────────────────────────────────────── */
.sp-closed-bar {
  padding: 16px 20px;
  background: #f9f9fc;
  border-top: 1.5px solid #f0f0f7;
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: center;
}

.sp-closed-link {
  color: #FFC43F;
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
}

.sp-closed-link:hover {
  text-decoration: underline;
}

/* ── Empty State ─────────────────────────────────────────────── */
.sp-empty-state {
  padding: 60px 24px;
  text-align: center;
}

.sp-empty-state.sp-empty-inline {
  padding: 30px 16px;
}

.sp-empty-icon {
  font-size: 52px;
  color: #d0d0de;
  margin-bottom: 12px;
}

.sp-empty-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.sp-empty-desc {
  font-size: 14px;
  color: #888;
  max-width: 380px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

/* ── Modal ───────────────────────────────────────────────────── */
.sp-modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.sp-modal-header {
  background: #1a1a2e;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sp-modal-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 196, 63, .15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFC43F;
  flex-shrink: 0;
}

.sp-modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.sp-modal-sub {
  font-size: 12px;
  color: #8899bb;
}

.sp-modal-body {
  padding: 24px;
}

.sp-modal-footer {
  border-top: 1px solid #f0f0f7;
  padding: 14px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sp-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.sp-required {
  color: #ef4444;
}

.sp-optional {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
}

.sp-input {
  width: 100%;
  border: 1.5px solid #e0e0ed;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: #333;
  outline: none;
  transition: border-color .2s;
  font-family: inherit;
  background: #fafafa;
}

.sp-input:focus {
  border-color: #FFC43F;
  background: #fff;
}

.sp-ta {
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}

.sp-modal-error {
  margin-top: 12px;
  padding: 10px 14px;
  background: #fef2f2;
  color: #ef4444;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid #ef444430;
}

.sp-modal-cancel {
  background: #f3f4f6;
  color: #555;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  transition: background .2s;
}

.sp-modal-cancel:hover {
  background: #e5e7eb;
}

.sp-modal-submit {
  background: #FFC43F;
  color: #1a1a2e;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all .2s;
}

.sp-modal-submit:hover {
  background: #e5ac2a;
}

.sp-modal-submit:disabled {
  opacity: .6;
  cursor: wait;
}

/* ── "Create Ticket" icon in profile orders table ───────────── */
.mp-action-support {
  background: #f0faf7;
  color: #059669;
  border: 1.5px solid #05966920;
}

.mp-action-support:hover {
  background: #059669;
  color: #fff;
  border-color: #059669;
}

/* ── Tickets tab in my-profile ───────────────────────────────── */
.mp-tickets-empty {
  padding: 40px 20px;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   ATTACHMENT SYSTEM — Dropzone · Reply zone · Bubble media
   ══════════════════════════════════════════════════════════════ */

/* ── Modal Dropzone ──────────────────────────────────────────── */
.sp-dropzone {
  position: relative;
  border: 2px dashed #d0d0e8;
  border-radius: 16px;
  background: #f9f9fd;
  transition: border-color .22s, background .22s, box-shadow .22s;
  overflow: hidden;
  cursor: pointer;
}

.sp-dropzone:hover,
.sp-dropzone.sp-dz-drag {
  border-color: #FFC43F;
  background: #fffdf4;
  box-shadow: 0 0 0 5px #FFC43F18;
}

/* idle state — compact single row */
.sp-dz-idle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
}

.sp-dz-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFC43F;
  flex-shrink: 0;
  box-shadow: 0 3px 10px #1a1a2e30;
  transition: transform .22s;
}

.sp-dropzone:hover .sp-dz-icon-wrap {
  transform: scale(1.08);
}

.sp-dz-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sp-dz-title {
  font-size: 13px;
  color: #444;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.sp-dz-browse {
  color: #FFC43F;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.sp-dz-browse:hover {
  color: #e5ac2a;
}

.sp-dz-formats {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  flex-wrap: wrap;
}

.sp-dz-formats span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .4px;
  background: #1a1a2e;
  color: #FFC43F;
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.6;
}

.sp-dz-formats em {
  font-style: normal;
  font-size: 11px;
  color: #aaa;
}

/* preview state */
.sp-dz-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f0f0fa 0%, #fff 100%);
}

.sp-dzp-thumb {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8e8f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e0e0ed;
}

.sp-dzp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-dzp-meta {
  flex: 1;
  min-width: 0;
}

.sp-dzp-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-dzp-size {
  font-size: 11.5px;
  color: #888;
  margin-top: 3px;
  display: block;
}

.sp-dzp-remove {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fef2f2;
  color: #ef4444;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .15s, transform .15s;
}

.sp-dzp-remove:hover {
  background: #ef4444;
  color: #fff;
  transform: scale(1.12);
}

/* ── Reply bar attachment zone ───────────────────────────────── */
.sp-reply-attach-zone {
  border-top: 1.5px dashed #ededf7;
  padding: 7px 0 0;
  transition: background .2s;
}

.sp-raz-idle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-raz-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f3fa;
  border: 1.5px solid #e2e2f0;
  color: #6b6b8a;
  font-size: 16px;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  flex-shrink: 0;
  user-select: none;
}

.sp-raz-trigger:hover {
  background: #1a1a2e;
  color: #FFC43F;
  border-color: #1a1a2e;
  transform: rotate(-15deg) scale(1.08);
}

.sp-raz-hint {
  font-size: 11.5px;
  color: #c0c0d8;
  letter-spacing: .1px;
}

/* file card (reply bar, after file selected) */
.sp-raz-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f5f5fb 0%, #fff 100%);
  border: 1.5px solid #e0e0ed;
  border-radius: 10px;
  padding: 6px 10px;
  animation: spCardIn .22s cubic-bezier(.34, 1.56, .64, 1);
}

.sp-raz-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8e8f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e0e0ed;
}

.sp-raz-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-raz-name-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.sp-raz-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-raz-size {
  font-size: 11px;
  color: #aaa;
  margin-top: 2px;
}

.sp-raz-remove {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: #fef2f2;
  color: #ef4444;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .15s, transform .15s;
}

.sp-raz-remove:hover {
  background: #ef4444;
  color: #fff;
  transform: scale(1.1);
}

/* drag-active on reply bar */
.sp-reply-bar.sp-raz-drag {
  background: #fffdf4;
  border-radius: 0 0 16px 16px;
  outline: 2px dashed #FFC43F;
  outline-offset: -4px;
}

/* ── Thumb fallbacks ─────────────────────────────────────────── */
.sp-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-thumb-icon {
  font-size: 22px;
  line-height: 1;
}

.sp-thumb-pdf {
  color: #ef4444;
}

.sp-thumb-img-icon {
  color: #3b82f6;
}

/* ── Error pill ──────────────────────────────────────────────── */
.sp-file-error-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px 6px 10px;
  border-radius: 20px;
  background: #fef2f2;
  border: 1px solid #ef444430;
  color: #dc2626;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  animation: spFadeUp .18s ease;
}

.sp-file-error-pill::before {
  content: '\F33A';
  font-family: 'bootstrap-icons';
  font-size: 14px;
  line-height: 1;
  color: #ef4444;
}

/* ── Keyframes ───────────────────────────────────────────────── */
@keyframes spFadeUp {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spCardIn {
  from {
    opacity: 0;
    transform: scale(.92) translateY(4px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ── Attachment in chat bubbles ──────────────────────────────── */
.sp-bubble-attach {
  margin-top: 9px;
}

/* image */
.sp-attach-img-wrap {
  display: inline-block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 240px;
  cursor: zoom-in;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .22);
  text-decoration: none;
}

.sp-attach-img {
  display: block;
  width: 100%;
  max-width: 240px;
  max-height: 200px;
  object-fit: cover;
  transition: transform .28s ease;
}

.sp-attach-img-wrap:hover .sp-attach-img {
  transform: scale(1.05);
}

.sp-attach-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .62) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
  padding: 9px 11px;
  opacity: 0;
  transition: opacity .22s;
}

.sp-attach-img-wrap:hover .sp-attach-img-overlay {
  opacity: 1;
}

.sp-attach-img-overlay i {
  color: #fff;
  font-size: 14px;
}

.sp-attach-img-overlay span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

/* PDF / file card */
.sp-attach-file-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .14);
  border: 1.5px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background .2s, transform .2s;
  backdrop-filter: blur(6px);
  max-width: 240px;
}

.sp-attach-file-card:hover {
  background: rgba(255, 255, 255, .28);
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.sp-afc-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(239, 68, 68, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ef4444;
  flex-shrink: 0;
}

/* Word attachments get a blue icon */
.sp-attach-file-card .sp-afc-icon.sp-afc-word {
  background: rgba(37, 99, 235, .15);
  color: #2563eb;
}

.sp-afc-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.sp-afc-name {
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-afc-type {
  font-size: 11px;
  opacity: .55;
  margin-top: 2px;
}

.sp-afc-arrow {
  font-size: 15px;
  opacity: .65;
  flex-shrink: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Hero & section — padding-top ~84px clears the fixed header (~82px) since body has padding-top:0 on mobile */
  .sp-hero {
    padding: 84px 0 36px;
    min-height: auto;
  }

  .sp-section {
    padding: 32px 0 50px;
  }

  /* Stats strip */
  .sp-stats-strip {
    gap: 10px;
  }

  .sp-stat-card {
    min-width: 120px;
    padding: 14px 16px;
  }

  .sp-stat-num {
    font-size: 20px;
  }

  /* List header */
  .sp-list-header {
    padding: 16px 18px;
  }

  .sp-list-card {
    border-radius: 14px;
  }

  /* Ticket info card (chat view) */
  .sp-tic-right {
    width: 100%;
  }

  .sp-ticket-info-card {
    padding: 16px;
  }

  .sp-tic-subject {
    font-size: 16px;
  }

  /* Chat */
  .sp-bubble-wrap {
    max-width: 92%;
  }

  .sp-chat-box {
    padding: 12px;
    max-height: 360px;
  }

  .sp-reply-bar {
    padding: 12px 14px;
  }

  /* Attachment */
  .sp-dz-idle {
    padding: 10px 12px;
    gap: 10px;
  }

  .sp-dz-icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .sp-attach-img,
  .sp-attach-img-wrap {
    max-width: 180px;
  }

  .sp-attach-file-card {
    max-width: 200px;
  }
}

@media (max-width: 576px) {

  /* Hero — keep top padding large enough to clear the fixed header */
  .sp-hero {
    padding: 82px 0 24px;
  }

  .sp-section {
    padding: 24px 0 40px;
  }

  /* Stats: CTA button fills row */
  .sp-stat-card.sp-stat-cta {
    min-width: 100%;
  }

  /* Chat */
  .sp-chat-box {
    max-height: 300px;
  }

  .sp-tic-subject {
    font-size: 15px;
  }

  /* Empty state */
  .sp-empty-state {
    padding: 36px 14px;
  }

  .sp-empty-icon {
    font-size: 40px;
  }
}

/* ╔═══════════════════════════════════════════════════════════════
   BOOTOAST — Modern Redesign Override
   Matches site design: dark (#1a1a2e) + gold (#FFC43F)
   ═══════════════════════════════════════════════════════════════ */

/* Container positioning */
.bootoast-container {
  width: 360px;
  max-width: calc(100vw - 32px);
  z-index: 999999;
}

.bootoast-container.top.right {
  top: 80px;
  right: 16px;
  left: auto;
}

.bootoast-container.top.left {
  top: 80px;
  left: 16px;
  right: auto;
}

.bootoast-container.top.center {
  top: 80px;
}

.bootoast-container.bottom.right {
  bottom: 20px;
  right: 16px;
  left: auto;
}

.bootoast-container.bottom.left {
  bottom: 20px;
  left: 16px;
  right: auto;
}

/* Base toast card */
.bootoast {
  opacity: 0;
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  margin-bottom: 10px;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .18), 0 2px 8px rgba(0, 0, 0, .10) !important;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: #fff !important;
  position: relative;
  animation: bt-slidein .32s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes bt-slidein {
  from {
    opacity: 0;
    transform: translateX(40px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* ===== CHECKOUT PAGE (checkout.php) ===== */

/* Progress Header */
.ck-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 28px 0 32px;
}

.ck-progress-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 440px;
  margin: 0 auto;
}

.ck-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
}

.ck-step-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s;
  flex-shrink: 0;
}

.ck-step.done .ck-step-dot {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .18);
}

.ck-step.active .ck-step-dot {
  background: #FFC43F;
  color: #1a1a2e;
  box-shadow: 0 0 0 4px rgba(255, 196, 63, .2);
}

.ck-step.pending .ck-step-dot {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .35);
}

.ck-step-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 7px;
}

.ck-step.done .ck-step-label {
  color: #22c55e;
}

.ck-step.active .ck-step-label {
  color: #FFC43F;
}

.ck-step.pending .ck-step-label {
  color: rgba(255, 255, 255, .3);
}

.ck-step-line {
  flex: 1 1 60px;
  height: 2px;
  margin-top: 19px;
  min-width: 40px;
}

.ck-step-line.done {
  background: #22c55e;
}

.ck-step-line.pending {
  background: rgba(255, 255, 255, .12);
}

/* Main page area */
.ck-page {
  background: #f4f6f9;
  min-height: 80vh;
  padding: 36px 0 80px;
}

/* Cards */
.ck-card {
  background: #fff;
  border-radius: 20px;
  border: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
  margin-bottom: 20px;
  overflow: hidden;
}

.ck-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px 18px;
  border-bottom: 1px solid #f2f2f2;
}

.ck-card-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1a1a2e;
  color: #FFC43F;
  font-weight: 800;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ck-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.ck-card-body {
  padding: 20px 24px;
}

/* Cart item rows */
.ck-cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
}

.ck-cart-item:last-of-type {
  border-bottom: none;
}

.ck-cart-img {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #eef0f2;
}

.ck-cart-info {
  flex: 1;
  min-width: 0;
}

.ck-cart-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: #1a1a2e;
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ck-cart-meta {
  display: inline-block;
  font-size: 0.75rem;
  color: #777;
  background: #f4f6f9;
  padding: 2px 10px;
  border-radius: 20px;
}

/* Quantity controls */
.ck-qty-ctrl {
  display: flex;
  align-items: center;
  background: #f4f6f9;
  border-radius: 30px;
  border: 1.5px solid #e8ecf0;
  overflow: hidden;
  flex-shrink: 0;
}

.ck-qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  line-height: 1;
}

.ck-qty-btn:hover {
  background: #e2e6ea;
}

.ck-qty-input {
  width: 34px;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: #1a1a2e;
  outline: none;
  padding: 0;
}

/* Price column */
.ck-price-col {
  text-align: right;
  flex-shrink: 0;
}

.ck-price-now {
  font-weight: 800;
  font-size: 0.97rem;
  color: #1a1a2e;
}

.ck-price-mrp {
  font-size: 0.75rem;
  color: #bbb;
  text-decoration: line-through;
}

/* Out of stock badge */
.ck-out-badge {
  background: #fff5f5;
  color: #ef4444;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #fee2e2;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Remove button */
.ck-remove-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #fee2e2;
  background: #fff5f5;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.ck-remove-btn:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}

/* Continue shopping link */
.ck-continue-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.88rem;
  color: #555;
  text-decoration: none;
  border: 1.5px solid #e0e0e0;
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.2s;
  margin-top: 10px;
}

.ck-continue-btn:hover {
  border-color: #1a1a2e;
  background: #1a1a2e;
  color: #FFC43F;
}

/* Delivery form fields */
.ck-form-label {
  font-size: 0.73rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  display: block;
}

.ck-form-icon-wrap {
  position: relative;
}

.ck-form-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

.ck-form-control {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 1.5px solid #e8ecf0;
  border-radius: 12px;
  font-size: 0.9rem;
  background: #fafbfc;
  color: #1a1a2e;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
}

.ck-form-control:focus {
  border-color: #FFC43F;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 196, 63, .15);
}

select.ck-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

/* Order summary sticky card */
.ck-summary {
  background: #1a1a2e;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 90px;
}

.ck-summary-header {
  background: linear-gradient(135deg, #FFC43F 0%, #ffb300 100%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ck-summary-header h5 {
  color: #1a1a2e;
  font-weight: 800;
  margin: 0;
  font-size: 1.05rem;
}

.ck-summary-body {
  padding: 22px 24px;
}

.ck-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  font-size: 0.9rem;
}

.ck-summary-row span:first-child {
  color: rgba(255, 255, 255, .6);
}

.ck-summary-row span:last-child {
  color: #fff;
  font-weight: 600;
}

.ck-summary-row.discount span:last-child {
  color: #4ade80;
}

.ck-summary-row.free span:last-child {
  color: #FFC43F;
  font-weight: 700;
}

.ck-summary-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin: 16px 0;
}

.ck-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.ck-summary-total .label {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.ck-summary-total .amount {
  color: #FFC43F;
  font-weight: 800;
  font-size: 1.4rem;
}

/* Checkout button */
.ck-checkout-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #FFC43F 0%, #ffb300 100%);
  color: #1a1a2e;
  font-weight: 800;
  font-size: 0.95rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(255, 196, 63, .35);
}

.ck-checkout-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(255, 196, 63, .5);
}

.ck-checkout-btn:active {
  transform: translateY(0);
}

/* Trust badges */
.ck-trust-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.ck-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.ck-trust-item i {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, .35);
}

.ck-trust-item span {
  color: rgba(255, 255, 255, .4);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
}

/* Payment icons */
.ck-pay-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.ck-pay-icon {
  background: rgba(255, 255, 255, .07);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.65rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .4);
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, .08);
}

/* Offer/discount banner */
.ck-offer-banner {
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);
  color: #fff;
  padding: 20px 24px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(238, 9, 121, .22);
  display: none;
}

.ck-offer-banner.show-banner {
  display: block;
}

.ck-offer-banner .sub-div {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-color: #27A8E2;
  opacity: 0.2;
  z-index: 0;
}

/* Drawing canvas */
#drawing_canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 51px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  pointer-events: none;
}

/* Checkout responsive */
@media (max-width: 767px) {
  .ck-hero {
    padding: 100px 0 22px;
  }

  .ck-page {
    padding: 20px 0 60px;
  }

  .ck-card-body {
    padding: 16px;
  }

  .ck-card-header {
    padding: 16px 16px 14px;
  }

  .ck-summary {
    position: static;
    top: auto;
    border-radius: 16px;
  }

  .ck-cart-img {
    width: 62px;
    height: 62px;
  }

  .ck-progress-wrap {
    max-width: 100%;
    padding: 0 10px;
  }

  .ck-step-line {
    min-width: 24px;
  }

  .ck-summary-body {
    padding: 18px;
  }

  .ck-trust-row {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .ck-hero {
    padding: 88px 0 18px;
  }

  .ck-cart-item {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ck-cart-info {
    min-width: calc(100% - 86px);
  }

  .ck-price-col {
    margin-left: auto;
  }
}

/* ===== THANK YOU PAGE (thank-you.php) ===== */

/* ----- Hero ----- */
.ty-hero {
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
  padding: 80px 20px 60px;
  text-align: center;
  overflow: hidden;
}

.ty-hero-inner {
  position: relative;
  z-index: 2;
}

/* Animated SVG checkmark */
.ty-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.ty-checkmark {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 0 18px rgba(255, 196, 63, .5));
}

.ty-checkmark__circle {
  stroke: #FFC43F;
  stroke-width: 2;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: ty-stroke 0.6s cubic-bezier(0.65, 0, .45, 1) 0.1s forwards;
}

.ty-checkmark__check {
  stroke: #FFC43F;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: ty-stroke 0.4s cubic-bezier(0.65, 0, .45, 1) 0.7s forwards;
}

@keyframes ty-stroke {
  to {
    stroke-dashoffset: 0;
  }
}

.ty-hero-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.ty-hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 24px;
}

.ty-hero-sub strong {
  color: #FFC43F;
}

/* Order ID pill */
.ty-order-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 196, 63, .3);
  border-radius: 50px;
  padding: 10px 22px;
  flex-wrap: wrap;
  justify-content: center;
}

.ty-order-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .55);
}

.ty-order-val {
  font-size: 1rem;
  font-weight: 700;
  color: #FFC43F;
}

.ty-status-badge {
  background: #22c55e;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Confetti dots */
.ty-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ty-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  animation: ty-fall 3s ease-in infinite;
}

.ty-dot:nth-child(odd) {
  background: #FFC43F;
}

.ty-dot:nth-child(even) {
  background: #ffffff;
}

.ty-dot:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
  animation-duration: 3.2s;
}

.ty-dot:nth-child(2) {
  left: 10%;
  animation-delay: 0.3s;
  animation-duration: 2.8s;
}

.ty-dot:nth-child(3) {
  left: 18%;
  animation-delay: 0.6s;
  animation-duration: 3.5s;
}

.ty-dot:nth-child(4) {
  left: 25%;
  animation-delay: 0.1s;
  animation-duration: 3.0s;
}

.ty-dot:nth-child(5) {
  left: 33%;
  animation-delay: 0.8s;
  animation-duration: 2.6s;
}

.ty-dot:nth-child(6) {
  left: 40%;
  animation-delay: 0.4s;
  animation-duration: 3.4s;
}

.ty-dot:nth-child(7) {
  left: 48%;
  animation-delay: 0.9s;
  animation-duration: 2.9s;
}

.ty-dot:nth-child(8) {
  left: 55%;
  animation-delay: 0.2s;
  animation-duration: 3.1s;
}

.ty-dot:nth-child(9) {
  left: 62%;
  animation-delay: 0.7s;
  animation-duration: 2.7s;
}

.ty-dot:nth-child(10) {
  left: 70%;
  animation-delay: 0.5s;
  animation-duration: 3.3s;
}

.ty-dot:nth-child(11) {
  left: 77%;
  animation-delay: 0.15s;
  animation-duration: 3.0s;
}

.ty-dot:nth-child(12) {
  left: 83%;
  animation-delay: 0.65s;
  animation-duration: 2.8s;
}

.ty-dot:nth-child(13) {
  left: 90%;
  animation-delay: 0.35s;
  animation-duration: 3.6s;
}

.ty-dot:nth-child(14) {
  left: 95%;
  animation-delay: 0.85s;
  animation-duration: 2.5s;
}

.ty-dot:nth-child(15) {
  left: 8%;
  animation-delay: 1.1s;
  animation-duration: 3.2s;
}

.ty-dot:nth-child(16) {
  left: 52%;
  animation-delay: 1.3s;
  animation-duration: 2.9s;
}

.ty-dot:nth-child(17) {
  left: 73%;
  animation-delay: 0.55s;
  animation-duration: 3.4s;
}

.ty-dot:nth-child(18) {
  left: 38%;
  animation-delay: 1.0s;
  animation-duration: 3.0s;
}

@keyframes ty-fall {
  0% {
    top: -10%;
    opacity: 1;
    transform: rotate(0deg);
  }

  100% {
    top: 110%;
    opacity: 0;
    transform: rotate(360deg);
  }
}

/* ----- Page Background ----- */
.ty-page {
  background: #f4f6f9;
  padding: 48px 0 80px;
}

/* ----- Cards ----- */
.ty-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.ty-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.ty-card-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a1a2e;
  color: #FFC43F;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ty-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.ty-card-body {
  padding: 24px;
}

/* ----- Product Table ----- */
.ty-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ty-table thead tr {
  border-bottom: 2px solid #f0f0f0;
}

.ty-table thead th {
  padding: 10px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8a9bb0;
}

.ty-table tbody tr {
  border-bottom: 1px solid #f8f8f8;
  transition: background 0.15s;
}

.ty-table tbody tr:hover {
  background: #fafbff;
}

.ty-table tbody td {
  padding: 14px 12px;
  vertical-align: middle;
}

.ty-prod-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

.ty-prod-name {
  display: block;
  font-weight: 600;
  color: #1a1a2e;
  font-size: 0.9rem;
}

.ty-prod-size {
  display: block;
  font-size: 0.75rem;
  color: #8a9bb0;
  margin-top: 2px;
}

.ty-qty-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  background: #f0f4ff;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 8px;
}

.ty-price {
  font-weight: 500;
  color: #444;
}

.ty-price--total {
  font-weight: 700;
  color: #1a1a2e;
}

/* ----- Shipping Info items ----- */
.ty-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #f8f9fb;
  border-radius: 14px;
  height: 100%;
}

.ty-info-icon {
  font-size: 1.1rem;
  color: #FFC43F;
  margin-top: 2px;
  flex-shrink: 0;
}

.ty-info-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #8a9bb0;
  margin-bottom: 3px;
  font-weight: 600;
}

.ty-info-val {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a1a2e;
}

/* ----- Summary Sidebar ----- */
.ty-summary {
  background: #1a1a2e;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 90px;
}

.ty-summary-header {
  background: linear-gradient(90deg, #FFC43F, #ffaa00);
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ty-summary-body {
  padding: 24px;
}

.ty-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.82rem;
}

.ty-meta-label {
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  gap: 5px;
}

.ty-meta-val {
  color: #FFC43F;
  font-weight: 600;
  font-size: 0.82rem;
}

.ty-divider {
  border-color: rgba(255, 255, 255, .1);
  margin: 14px 0;
}

.ty-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 8px;
}

.ty-summary-row--discount {
  color: #4ade80;
}

.ty-free {
  color: #4ade80;
  font-weight: 600;
  font-size: 0.82rem;
}

.ty-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, .6);
}

.ty-total-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFC43F;
}

/* Buttons */
.ty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  border: 2px solid transparent;
}

.ty-btn--gold {
  background: linear-gradient(90deg, #FFC43F, #ffaa00);
  color: #1a1a2e;
}

.ty-btn--gold:hover {
  background: linear-gradient(90deg, #ffaa00, #FFC43F);
  color: #1a1a2e;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 196, 63, .35);
}

.ty-btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .8);
}

.ty-btn--outline:hover {
  border-color: #FFC43F;
  color: #FFC43F;
}

/* Trust badges */
.ty-trust-row {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ty-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ty-trust-item i {
  font-size: 1.2rem;
  color: #FFC43F;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
  .ty-hero {
    padding: 100px 16px 48px;
  }

  .ty-hero-title {
    font-size: 1.6rem;
  }

  .ty-summary {
    position: static;
  }

  .ty-order-pill {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .ty-table thead {
    display: none;
  }

  .ty-table tbody td {
    display: block;
    text-align: left !important;
    padding: 6px 12px;
  }

  .ty-table tbody td:first-child {
    padding-top: 14px;
  }

  .ty-table tbody td:last-child {
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
  }
}


/* ============================================================
   HOME PAGE — NEW SECTIONS: Stats & Promo Banner
   ============================================================ */

/* ─── STATS TICKER SECTION ───────────────────────────────────── */
.idx-stats-section {
  padding: 40px 0 36px;
  background: #1a1a2e;
  border-top: 1px solid rgba(255, 196, 63, 0.15);
  border-bottom: 1px solid rgba(255, 196, 63, 0.15);
  position: relative;
  overflow: hidden;
}

.idx-stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255, 196, 63, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.idx-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.idx-stat-item {
  text-align: center;
  padding: 16px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.idx-stat-item:last-child {
  border-right: none;
}

.idx-stat-num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 6px;
}

.idx-stat-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFC43F;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: 'Nunito', sans-serif;
}

.idx-stat-suffix {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFC43F;
  line-height: 1;
}

.idx-stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

@media (max-width: 767.98px) {
  .idx-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .idx-stat-item:nth-child(2) {
    border-right: none;
  }

  .idx-stat-item:nth-child(1),
  .idx-stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .idx-stat-num {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .idx-stat-item {
    padding: 14px 16px;
  }

  .idx-stat-num {
    font-size: 1.55rem;
  }
}

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */

/* Mobile-specific improvements */
@media (max-width: 575.98px) {
  .idx-stats-section {
    padding: 28px 0;
  }

  .idx-promo-section {
    padding: 40px 0;
  }
}

/* ============================================================
   DARK / LIGHT THEME MANAGEMENT SYSTEM
   Theme is toggled via data-theme="dark" on <html>
   and persisted to localStorage
   ============================================================ */

/* ─── THEME TOGGLE FAB ──────────────────────────────────────── */
.theme-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1a1a2e;
  color: #FFC43F;
  border: 2px solid rgba(255, 196, 63, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1050;
  font-size: 22px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28), 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.theme-fab:hover {
  transform: scale(1.12) rotate(18deg);
  box-shadow: 0 10px 32px rgba(255, 196, 63, 0.4), 0 4px 12px rgba(0, 0, 0, 0.2);
  border-color: #FFC43F;
}

.theme-fab:active {
  transform: scale(0.96);
}

.theme-fab .theme-fab-icon {
  transition: opacity 0.2s ease, transform 0.3s ease;
  position: absolute;
  line-height: 1;
}

.theme-fab .icon-light {
  opacity: 1;
}

.theme-fab .icon-dark {
  opacity: 0;
  transform: rotate(-30deg) scale(0.7);
}

[data-theme="dark"] .theme-fab {
  background: #FFC43F;
  color: #1a1a2e;
  border-color: #FFC43F;
  box-shadow: 0 6px 24px rgba(255, 196, 63, 0.4), 0 2px 8px rgba(0, 0, 0, 0.18);
}

[data-theme="dark"] .theme-fab .icon-light {
  opacity: 0;
  transform: rotate(30deg) scale(0.7);
}

[data-theme="dark"] .theme-fab .icon-dark {
  opacity: 1;
  transform: none;
}

/* ═══════════════════════════════════════════════════════
   PRODUCTS PAGE — REDESIGN (v2)
   ═══════════════════════════════════════════════════════ */

/* ── Hero additions ── */
.prd-hero-breadcrumb {
  margin-bottom: .75rem;
}

.prd-hero-breadcrumb .breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}

.prd-hero-breadcrumb .breadcrumb-item,
.prd-hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, .65);
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s;
}

.prd-hero-breadcrumb .breadcrumb-item a:hover {
  color: var(--color-gold);
}

.prd-hero-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, .9);
}

.prd-hero-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .4);
  content: '/';
}

.prd-page-hero-sub {
  color: rgba(255, 255, 255, .72);
  font-size: .97rem;
  margin: 0 auto 1rem;
  line-height: 1.7;
  /* max-width: 640px; */
}

.prd-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
}

.prd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  padding: 7px 16px;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
  transition: background var(--transition), transform var(--transition), border-color var(--transition);
}

.prd-hero-badge:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .28);
  transform: translateY(-2px);
}

.prd-hero-badge i {
  color: var(--color-gold);
  font-size: .88rem;
}

/* ── Filter toggle chevron animation ── */
.prd-filter-toggle[aria-expanded="true"] .prd-toggle-chevron {
  transform: rotate(180deg);
}

.prd-toggle-chevron {
  transition: transform .22s ease;
}

/* ── Nested category tree ── */
.prd-cat-tree {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prd-cat-node {
  width: 100%;
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: background var(--transition);
}

.prd-cat-node.is-active>.prd-cat-row {
  background: rgba(255, 196, 63, .09);
}

.prd-cat-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  width: 100%;
}

.prd-cat-label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 8px 6px 4px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
  margin: 0;
  min-width: 0;
}

.prd-cat-label:hover {
  background: rgba(0, 0, 0, .04);
}

.prd-cat-check {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--color-gold);
  cursor: pointer;
}

.prd-cat-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--color-border);
  flex-shrink: 0;
}

.prd-cat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-gold-dark);
  font-size: .85rem;
}

.prd-cat-name {
  font-size: .875rem;
  font-weight: 500;
  color: #333;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-cat-count {
  font-size: .72rem;
  font-weight: 600;
  background: var(--color-gold-light);
  color: var(--color-gold-dark);
  padding: 1px 7px;
  border-radius: 20px;
  flex-shrink: 0;
  line-height: 1.6;
}

.prd-cat-expand {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #888;
  font-size: .8rem;
  transition: background var(--transition), transform var(--transition);
  padding: 0;
}

.prd-cat-expand:hover {
  background: rgba(0, 0, 0, .07);
  color: #333;
}

.prd-cat-expand i {
  transition: transform .22s ease;
}

.prd-cat-expand:not(.collapsed) i {
  transform: rotate(180deg);
}

/* Children indent */
.prd-cat-children {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  margin-top: 2px;
  margin-bottom: 4px;
  gap: 0;
}

.prd-cat-children-line {
  width: 2px;
  background: linear-gradient(to bottom, var(--color-gold) 0%, rgba(255, 196, 63, .15) 100%);
  border-radius: 2px;
  margin-right: 10px;
  flex-shrink: 0;
  min-height: 20px;
}

.prd-cat-children-items {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* Sub-category labels */
.prd-sub-node {
  width: 100%;
}

.prd-sub-label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  padding: 5px 6px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
  margin: 0;
  width: 100%;
  font-size: .84rem;
  color: #555;
}

.prd-sub-label:hover {
  background: rgba(0, 0, 0, .04);
  color: #1a1a2e;
}

.prd-sub-label input[type="checkbox"] {
  width: 13px;
  height: 13px;
  accent-color: var(--color-gold);
  flex-shrink: 0;
}

.prd-sub-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-gold);
  flex-shrink: 0;
  opacity: .7;
}

.prd-sub-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* ── "Has children" depth badges ── */
.prd-has-sub-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1;
  width: 58px;
  padding: 3px 0;
  border-radius: 20px;
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: .02em;
  opacity: .88;
  transition: opacity var(--transition);
}

.prd-has-sub-badge i {
  font-size: .7rem;
}

/* Level 1 — amber */
.prd-has-sub-badge.depth-1 {
  background: #fff3cd;
  color: #7a5800;
  border: 1px solid #ffe08a;
}

/* Level 2 — blue */
.prd-has-sub-badge.depth-2 {
  background: #e8f4fd;
  color: #1565a0;
  border: 1px solid #b3d9f8;
}

/* Level 3+ — green */
.prd-has-sub-badge.depth-3 {
  background: #f0faf0;
  color: #2e6b2e;
  border: 1px solid #aadcaa;
}


/* ── Active filter chips ── */
.prd-active-filters {
  padding: 8px 0 4px;
}

.prd-active-filters-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.prd-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--color-gold-light);
  color: #5a3d00;
  border: 1px solid rgba(255, 196, 63, .45);
  border-radius: 30px;
  padding: 3px 11px 3px 9px;
  font-size: .78rem;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  user-select: none;
}

.prd-chip:hover {
  background: #ffe9a0;
  transform: scale(.97);
}

.prd-chip i {
  font-size: .75rem;
  opacity: .75;
}

.prd-chip-rating {
  background: #fff4cc;
}

/* ── Enhanced empty state ── */
.prd-empty-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--color-gold-dark);
  margin: 0 auto 1rem;
}

/* ── Loader ring ── */
.prd-loader-ring {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 196, 63, .2);
  border-top-color: var(--color-gold);
  border-radius: 50%;
  animation: prdSpin .7s linear infinite;
  flex-shrink: 0;
}

@keyframes prdSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ── Mobile sidebar behaviour ── */
@media (max-width: 767px) {
  .prd-cat-label {
    padding: 7px 6px 7px 2px;
  }

  .prd-sub-label {
    padding: 6px 4px;
  }

  .prd-cat-children {
    padding-left: 16px;
  }
}


/* ═══════════════════════════════════════════════════════
   PRODUCTS PAGE v3 — MODERN ENHANCEMENTS
   ═══════════════════════════════════════════════════════ */

/* ── Hero extra blob decorations ── */
.prd-hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(55px);
}

.prd-hero-blob-1 {
  width: 300px;
  height: 300px;
  top: -80px;
  right: 10%;
  background: radial-gradient(circle, rgba(255, 196, 63, .25) 0%, transparent 70%);
  animation: heroBlobFloat 7s ease-in-out infinite;
}

.prd-hero-blob-2 {
  width: 200px;
  height: 200px;
  bottom: 0;
  left: 12%;
  background: radial-gradient(circle, rgba(100, 80, 220, .2) 0%, transparent 70%);
  animation: heroBlobFloat 9s ease-in-out infinite reverse;
}

.prd-hero-blob-3 {
  width: 140px;
  height: 140px;
  top: 30%;
  left: 35%;
  background: radial-gradient(circle, rgba(255, 100, 160, .12) 0%, transparent 70%);
  animation: heroBlobFloat 12s ease-in-out infinite;
}

@keyframes heroBlobFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-22px) scale(1.1);
  }
}

/* ── Hero wave separator ── */
.prd-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}

.prd-hero-wave svg {
  display: block;
  width: 100%;
  height: 52px;
}

/* ── Toolbar enhancements ── */
.prd-toolbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.prd-toolbar-count {
  font-size: .75rem;
  font-weight: 600;
  color: var(--color-muted);
  background: var(--color-bg);
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  white-space: nowrap;
}

.prd-toolbar-divider {
  width: 1px;
  height: 20px;
  background: var(--color-border);
  flex-shrink: 0;
}

.prd-view-toggle {
  display: flex;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.prd-view-btn {
  background: none;
  border: none;
  padding: 5px 9px;
  font-size: .88rem;
  color: var(--color-muted);
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  line-height: 1;
}

.prd-view-btn:hover {
  background: var(--color-bg);
  color: var(--color-dark);
}

.prd-view-btn.active {
  background: var(--color-dark);
  color: var(--color-gold);
}

/* ── List view layout ── */
.prd-list-view {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.prd-list-view>.col {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
}

.prd-list-view .prd-card {
  flex-direction: row;
  border-radius: var(--radius-md);
}

.prd-list-view .prd-card-img-wrap {
  width: 170px;
  min-width: 170px;
  aspect-ratio: auto;
  height: auto;
  min-height: 180px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.prd-list-view .prd-card-body {
  flex: 1;
  padding: 16px 20px;
}

.prd-list-view .prd-card-title {
  font-size: 1rem;
  -webkit-line-clamp: 1;
  min-height: auto;
}

.prd-list-view .prd-card-wish {
  top: 10px;
  right: 10px;
}

/* ── Filter card subtle border polish ── */
.prd-filter-card {
  border: 1px solid rgba(255, 196, 63, .15);
  margin-bottom: 20px;
}

/* ── Active filter section title icon alignment ── */
.prd-rating-pill .bi-star-fill,
.prd-rating-pill .bi-star {
  color: #fbbf24;
  font-size: .78rem;
}

@media (max-width: 395px) {
  #resultCount {
    display: none !important;
  }
}