﻿/* WhatsApp Floating Button */
/* ── Premium WhatsApp Quote Button ── */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff !important;
  border: none;
  border-radius: 2rem;
  padding: 0.65rem 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 18px rgba(16,185,129,0.32);
  transition: transform 0.18s cubic-bezier(.4,0,.2,1),
              box-shadow 0.18s cubic-bezier(.4,0,.2,1),
              background 0.18s;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
.btn-whatsapp::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='none'/%3E%3Cpath fill='%23fff' d='M16 3C8.8 3 3 8.8 3 16c0 2.3.6 4.5 1.7 6.4L3 29l6.8-1.7C11.6 28.4 13.8 29 16 29c7.2 0 13-5.8 13-13S23.2 3 16 3zm6.4 18.4c-.3.8-1.5 1.5-2.1 1.6-.5.1-1.2.1-1.9-.1-.4-.1-1-.3-1.7-.6-3-1.2-4.9-4.2-5.1-4.4-.2-.2-1.4-1.8-1.4-3.4 0-1.6.8-2.4 1.1-2.7.3-.3.6-.4.8-.4h.6c.2 0 .4 0 .6.5.2.5.7 1.8.8 1.9.1.1.1.3 0 .5-.1.2-.2.3-.3.5-.1.2-.3.4-.4.5-.1.2-.3.4-.1.7.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.4 2.5 1.5.3.1.6.1.8-.1.2-.2.5-.6.7-.9.2-.2.4-.3.6-.2.2.1 1.4.7 1.6.8.2.1.4.2.5.3.1.1.1.6-.2 1.4z'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 8px 28px rgba(16,185,129,0.42);
  transform: translateY(-2px) scale(1.03);
  color: #fff !important;
}
.btn-whatsapp:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 3px 10px rgba(16,185,129,0.24);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  padding: 0;
  box-shadow: 0 10px 25px rgba(16,185,129,0.35);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  display: none;
}

.whatsapp-float::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16 3C8.8 3 3 8.8 3 16c0 2.3.6 4.5 1.7 6.4L3 29l6.8-1.7C11.6 28.4 13.8 29 16 29c7.2 0 13-5.8 13-13S23.2 3 16 3zm6.4 18.4c-.3.8-1.5 1.5-2.1 1.6-.5.1-1.2.1-1.9-.1-.4-.1-1-.3-1.7-.6-3-1.2-4.9-4.2-5.1-4.4-.2-.2-1.4-1.8-1.4-3.4 0-1.6.8-2.4 1.1-2.7.3-.3.6-.4.8-.4h.6c.2 0 .4 0 .6.5.2.5.7 1.8.8 1.9.1.1.1.3 0 .5-.1.2-.2.3-.3.5-.1.2-.3.4-.4.5-.1.2-.3.4-.1.7.2.3.8 1.3 1.7 2.1 1.2 1 2.1 1.4 2.5 1.5.3.1.6.1.8-.1.2-.2.5-.6.7-.9.2-.2.4-.3.6-.2.2.1 1.4.7 1.6.8.2.1.4.2.5.3.1.1.1.6-.2 1.4z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.whatsapp-float:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 14px 34px rgba(16,185,129,0.45);
  transform: scale(1.08);
}
/*
Main stylesheet for the Lobo Prints website.
Version: 1.1
*/

/*--------------------------------------------------------------
This file contains the main custom style rules used across the site.
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
body {
  --heading-font: "Marcellus", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #111;
  --heading-line-height: 1.24;

  --swiper-theme-color: #8C907E;

  /* bootstrap */
  --bs-body-font-family: "Jost", Roboto, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #8f8f8f;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #FFA500; /* orange brand color */
  --bs-secondary: #808080; /* grey brand color */
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #9aa1a7;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 255, 165, 0;
  --bs-secondary-rgb: 128, 128, 128;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;
}

body {
  letter-spacing: 0.03rem;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--light-color);
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 4.5rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8C907E;
  --bs-btn-border-color: #8C907E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e624e;
  --bs-btn-hover-border-color: #5e624e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e624e;
  --bs-btn-active-border-color: #5e624e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8C907E;
  --bs-btn-disabled-border-color: #8C907E;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
  --bs-accordion-active-color: transparent;
  --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] body {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */

/* preloader */
.preloader {
  position: fixed;
  z-index: 99;
  background: #111;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
  height: 0;
}

/* navbar */
.navbar {
  min-height: 72px;
  padding: 10px 0;
  overflow-x: hidden;
}

.navbar.fixed-top {
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.92)) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.navbar-nav .nav-link {
  color: #0f172a;
  transition: all 0.25s ease;
  margin: 0 5px;
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.9), rgba(253, 230, 138, 0.7));
  box-shadow: 0 6px 14px rgba(234, 179, 8, 0.18);
}

.navbar-nav .nav-link.active {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.9), rgba(248, 250, 252, 0.9));
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
  align-self: center;
}

.navbar-brand {
  max-width: 120px;
  height: auto;
}

.navbar-brand img {
  max-width: 100%;
  height: 58px !important;
  width: auto;
  filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.14));
}

@media (max-width: 991px) {
  .navbar {
    min-height: 68px;
    padding: 8px 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
  }

  .navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1030;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }

  .navbar-brand img {
    height: 36px !important;
    max-width: 100px;
    object-fit: contain;
  }

  .navbar-toggler {
    padding: 0.2rem 0.3rem;
    margin-left: auto;
    order: 2;
    flex-shrink: 0;
  }

  .navbar-brand {
    order: 1;
    flex-shrink: 0;
    min-width: 0;
  }

  .navbar-nav .nav-link {
    margin: 6px 0;
    padding: 8px 12px;
    font-size: 14px;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background-color: #0066FF;
    color: #fff;
  }
}

/* slideshow */
.slideshow {
  overflow: hidden;
}

/* .slideshow .swiper-slide {
  background-position-x: -300px;
  transition: background-position-x 1.6s ease-out;
  background-repeat: no-repeat;background-size: cover;
}
.slideshow .swiper-slide.swiper-slide-active {
  background-position-x: 0px;
} */
.slideshow .swiper-slide {
  /* background-size: 100%; */
  background-position: center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s ease-in-out;
}

/* .slideshow .swiper-slide.swiper-slide-active {
  background-size: 120%;
} */

/* fade in */
.slideshow.fade-in .swiper-slide .banner-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 600ms;
}

.slideshow.fade-in .swiper-slide.swiper-slide-active .banner-content {
  opacity: 1;
}

/* slide in */
.slide-in .swiper-slide .banner-content h2,
.slide-in .swiper-slide .banner-content p,
.slide-in .swiper-slide .banner-content .btn {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in .swiper-slide .banner-content h2 {
  transition-delay: 600ms;
}

.slide-in .swiper-slide .banner-content p {
  transition-delay: 800ms;
}

.slide-in .swiper-slide .banner-content .btn {
  transition-delay: 1000ms;
}

.slide-in .swiper-slide.swiper-slide-active .banner-content h2,
.slide-in .swiper-slide.swiper-slide-active .banner-content p,
.slide-in .swiper-slide.swiper-slide-active .banner-content .btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* swiper slide-clip */
.slide-clip .swiper-slide .image-holder img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder img {
  transform: scale(1);
}

.slide-clip .swiper-slide .image-holder {
  clip-path: inset(100% 0 0 0);
  display: block;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder {
  animation: 1s slide-clip forwards;
}

.slide-clip .swiper-slide.swiper-slide-prev .image-holder,
.slide-clip .swiper-slide.swiper-slide-next .image-holder {
  animation: 1s slide-down;
}

@keyframes slide-clip {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-down {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(100% 0 0 0);
  }
}


/* swipe animation */
.swipe-up {
  clip-path: inset(0 0 100% 0);
  display: block;
}

.aos-animate .swipe-up {
  animation: 1s swipe-up forwards;
}

/*.down-leave-active { animation: 1s down-leave; }*/
@keyframes swipe-up {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0);
  }
}

/* polygon */
.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
  animation: 1s polygon forwards;
}

@keyframes polygon {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  }

  100% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  }
}

/* open-up */
.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
  --delay: 0.05s;
}

.swipe-up {
  animation-delay: 1s;
  /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: 1;
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}

/* .txt-fx .letter:nth-child(1) {
  transition-delay: calc(var(--delay) * 1);
}

.txt-fx .letter:nth-child(2) {
  transition-delay: calc(var(--delay) * 2);
}

.txt-fx .letter:nth-child(3) {
  transition-delay: calc(var(--delay) * 3);
}

.txt-fx .letter:nth-child(4) {
  transition-delay: calc(var(--delay) * 4);
}

.txt-fx .letter:nth-child(5) {
  transition-delay: calc(var(--delay) * 5);
}

.txt-fx .letter:nth-child(6) {
  transition-delay: calc(var(--delay) * 6);
}

.txt-fx .letter:nth-child(7) {
  transition-delay: calc(var(--delay) * 7);
}

.txt-fx .letter:nth-child(8) {
  transition-delay: calc(var(--delay) * 8);
}

.txt-fx .letter:nth-child(9) {
  transition-delay: calc(var(--delay) * 9);
}

.txt-fx .letter:nth-child(10) {
  transition-delay: calc(var(--delay) * 10);
}

.txt-fx .letter:nth-child(11) {
  transition-delay: calc(var(--delay) * 11);
}

.txt-fx .letter:nth-child(12) {
  transition-delay: calc(var(--delay) * 12);
}

.txt-fx .letter:nth-child(13) {
  transition-delay: calc(var(--delay) * 13);
}

.txt-fx .letter:nth-child(14) {
  transition-delay: calc(var(--delay) * 14);
}

.txt-fx .letter:nth-child(15) {
  transition-delay: calc(var(--delay) * 15);
}

.txt-fx .letter:nth-child(16) {
  transition-delay: calc(var(--delay) * 16);
} */


/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0,0,0,1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
  transition: height 0.3s,opacity 0.3s,transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 767px) {
.search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* Swiper */
/* - Swiper Slide Arrows 1
------------------------------------------------------------- */
.icon-arrow {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: var(--dark-color);
  z-index: 8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}

.icon-arrow:hover {
  opacity: 1;
}

.icon-arrow.icon-arrow-left {
  left: 30px;
}

.icon-arrow.icon-arrow-right {
  right: 30px;
}

@media (max-width: 991px) {
  .icon-arrow.icon-arrow-left,
  .icon-arrow.icon-arrow-right {
    display: none;
  }
  .swiper-pagination {
    position: relative;
  }
}

/** Swiper Slide Arrows 2
--------------------------------------------------------------*/
.icon-arrow.no-outline {
  top: 40%;
  font-size: 1.7em;
  color: var(--grey-color);
  border: none;
}

.icon-arrow.no-outline:hover {
  background: none;
  color: var(--dark-color);
}

.icon-arrow.light-arrow.no-outline {
  color: var(--light-color);
  opacity: 0.7;
}

.icon-arrow.light-arrow.no-outline:hover {
  opacity: 1;
}

.swiper-button-normal {
  background: transparent;
}

.swiper-button-normal .icon {
  font-size: 1.6em;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/** Swiper Slide Arrows with background 3
--------------------------------------------------------------*/
.icon-arrow {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
  display: flex;
  flex-wrap: wrap;
}

.image-zoom-effect .image-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-zoom-effect:hover .image-holder {
  transform: scale(0.95);
}

.image-zoom-effect img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-zoom-effect:hover img {
  transform: scale(1.1);
}


/* - Border Hover Effects
------------------------------------------------------------- */
.border-animation a,
.border-animation a:after,
.border-animation a:before {
  transition: all .5s;
}

.border-animation a {
  position: relative;
}

.border-animation a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: var(--bs-primary);
  height: 2px;
}

.border-animation a:hover:after {
  width: 100%;
}

.content-light .border-animation a:hover:after,
.content-light .border-animation li.active a:after {
  background: var(--bs-primary);
}

/* - Border Hover No Effects
------------------------------------------------------------- */
.border-animation .no-effect a:after {
  background: none;
}

/* - Border Hover Effects 2
------------------------------------------------------------- */
.border-animation-left .item-anchor {
  position: relative;
  margin-bottom: 20px;
}

.border-animation-left .item-anchor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: var(--bs-dark);
  transition: all 0.5s ease;
}

.border-animation-left.light-border .item-anchor:after,
.border-animation-left .item-anchor:after {
  background: var(--bs-dark);
}

.border-animation-left .item-anchor:hover:after,
.border-animation-left .item-anchor:focus:after {
  width: 100%;
}

/* large text */
.title-xlarge {
  font-size: calc(2rem + 10vw);
  /* 10.4em; */
  font-family: var(--heading-font);
  color: var(--bs-gray-300);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
/** 7.8 Video Section
--------------------------------------------------------------*/
.video .video-content {
  position: relative;
}

.video .video-player {
  position: absolute;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
/** 7.9 Premium Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  margin-top: 4rem;
  color: #0f172a;
  background:
    radial-gradient(1200px 340px at 86% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(920px 260px at 12% 8%, rgba(14, 165, 233, 0.09), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8ff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.26);
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 48%, #38bdf8 100%);
  opacity: 0.85;
}

#footer .footer-menu {
  height: 100%;
  padding: 1.05rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(4px);
}

#footer .footer-menu p {
  color: #334155;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

#footer .widget-title {
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.1rem !important;
}

#footer .footer-intro img {
  max-width: 128px;
  filter: drop-shadow(0 6px 12px rgba(37, 99, 235, 0.14));
}

#footer .menu-list .menu-item {
  margin-bottom: 0.5rem;
}

#footer .item-anchor,
#footer .menu-list a,
#footer .social-links a,
#footer .text-decoration-none {
  color: #1e3a8a;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

#footer .item-anchor:hover,
#footer .menu-list a:hover,
#footer .social-links a:hover,
#footer .text-decoration-none:hover,
#footer .item-anchor:focus,
#footer .menu-list a:focus,
#footer .social-links a:focus,
#footer .text-decoration-none:focus {
  color: #0ea5e9;
}

#footer .social-links ul {
  gap: 0.55rem !important;
}

#footer .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.08);
}

#footer .social-links svg {
  width: 17px;
  height: 17px;
}

#footer > .border-top {
  border-color: rgba(148, 163, 184, 0.32) !important;
  background: rgba(255, 255, 255, 0.72);
}

#footer > .border-top p {
  color: #334155;
  font-size: 0.93rem;
}

@media (max-width: 767px) {
  #footer {
    margin-top: 2.6rem;
  }

  #footer .row.d-flex.flex-wrap.justify-content-between.py-5 {
    row-gap: 0.9rem;
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  #footer .footer-menu {
    padding: 0.9rem 0.85rem;
    border-radius: 13px;
  }

  #footer .widget-title {
    margin-bottom: 0.75rem !important;
  }

  #footer > .border-top {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  #footer > .border-top .text-end {
    text-align: left !important;
    margin-top: 0.35rem;
  }
}

.video .video-player a {
  position: relative;
}

.video .video-player svg {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .video .video-player img.text-pattern {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
  font-size: 2.5em;
}

.testimonial-swiper .testimonial-item blockquote>p {
  margin: 0;
}

.testimonials .review-title {
  font-size: 14px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0.2;
  width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}

.testimonials .swiper-pagination {
  left: 0;
  right: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C907E;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 999px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
  }
}


/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.5s;
  display: block;
}

.link-effect a::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  font-size: 1rem;
  text-align: inherit;
  text-transform: uppercase;
  transition: inherit;
}

.link-effect a>span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}

.link-effect:hover a>span {
  transform: translateY(-100%);
}

.link-effect:hover a::after {
  transform: translateY(0%);
}

/* product item */
.product-item .btn-wishlist {
  display: block;
  z-index: 111;
  position: absolute;
  top: 5px;
  padding: 10px;
  color: var(--bs-black);
  background: var(--bs-white);
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.product-item:hover .btn-wishlist {
  opacity: 1;
}

/* rotating text */
.text-rotate {
  animation: rotation 50s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 790px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 590px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 790px;
  }
}
/* 
.product-thumbnail-slider .swiper-slide {
  height: 200px;
} */

/* ------ Quantity ------*/
.product-quantity .qty-number {
  margin-right: 20px;
}
.product-quantity .input-group .btn {
  height: 48px;
  border: 1px solid #ccc;
}
 qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-dim-color);
  transition: .5s all ease-in-out;
}

 qty-number .quntity-button:hover {
  background-color: var(--accent-lit-color);
}

 qty-number input {
  font-size: 1.4em;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--dark-color);
}

 qty-field .regular-price {
  display: none;
}

/*--------------------------------------------------------------
/** Single Product
--------------------------------------------------------------*/
.single-product-template .breadcrumbs li {
  font-size: 1.5em;
  padding-right: 15px;
}

.single-product-template .breadcrumbs span {
  padding-left: 15px;
}

.product-preview .swiper-slide {
  padding-bottom: 15px;
}

/*---- Single Product Information ----------*/
.rating-container .rating {
  color: var(--bs-yellow);
  font-size: 1.4em;
}

.product-info .product-price strong {
  font-size: 1.6em;
  color: var(--accent-color);
  padding-right: 10px;
}

.product-info .product-price del {
  color: var(--accent-color);
}

.product-info .color-product-options .color-item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid var(--bs-gray);
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}

.product-info .color-product-options .color-item span {
  border: 1px solid var(--dark-color);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-info .color-product-options .color-item:hover {
  border: 1px dotted var(--bs-gray-300);
}

.product-info .item-title {
  width: 100%;
}

.swatch-element .swatch-label {
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  min-width: 50px;
  height: 50px;
  border: 2px solid var(--bs-gray-300);
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px;
}
.swatch-element .swatch-input {
  display: none;
}
.swatch-element .swatch-input:checked+.swatch-label {
  border: 2px solid var(--bs-gray);
}

/*---- Single Product Accordion ----------*/
.review-style1 .review-item .rating-container .rating {
  font-size: 1em;
}

.review-style1 .review-item span.author-name {
  font-weight: 600;
}

/* button */
.btn-link {
  font-size: 0.875rem;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 1px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-white);
}

a.btn-link:before {
  background-color: var(--bs-gray);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-white);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

/* color options */
.form-check {
  padding: 0;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #111;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked~.checkmark {
  background-color: #A226F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
}

.form-check-label.red input~.checkmark {
  background-color: #CA7A7A;
}

.form-check-label.brown input~.checkmark {
  background-color: #D5BB96;
}

.form-check-label.green input~.checkmark {
  background-color: #A5BC73;
}

.form-check-label.aqua input~.checkmark {
  background-color: #779B9D;
}

/* sidebar accordion */
.product-info .accordion {
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
}
.product-filter .accordion {
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #8C907E;
}

.product-filter .accordion-body>div,
.product-filter .accordion-body a {
  display: block;
  padding: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid #EBEBEA;
}

.product-filter .accordion-body a:hover {
  border: 1px solid #999;
}

/* image zoom */
.image-zoom {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease-out;
}

/* Product Variant Image Switching */
.product-image-container {
  position: relative;
  overflow: hidden;
}

.main-product-image {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.variant-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.thumbnail {
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.3s ease, transform 0.2s ease;
  overflow: hidden;
}

.thumbnail:hover {
  transform: scale(1.05);
  border-color: #FFA500;
}

.thumbnail.active {
  border-color: #FFA500;
  box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

.thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* Modern Product Gallery */
.product-gallery {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 82px;
  min-width: 82px;
  margin-top: 0 !important;
  margin-bottom: 0;
  overflow: visible;
  padding-bottom: 0;
}

.thumbnails .thumbnail {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  transition: border-color 0.3s ease, transform 0.2s ease;
  object-fit: cover;
}

.thumb-img {
  width: 78px;
  height: 78px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  transition: border-color 0.3s ease, transform 0.2s ease;
  object-fit: cover;
}

.thumb-img:hover {
  border-color: #FFA500;
  transform: scale(1.03);
}

.thumb-img.active {
  border-color: #FFA500;
  box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
}

.uniform-card-grid .card {
  overflow: hidden;
}

.uniform-card-grid .card-img-top {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.uniform-card-grid .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.9rem;
}

.uniform-card-grid .card-title {
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.uniform-card-grid .card-text {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.uniform-card-grid .btn {
  margin-top: auto;
}

.thumbnails .thumbnail:hover {
  border-color: #FFA500;
  transform: scale(1.05);
}

.thumbnails .thumbnail.active {
  border-color: #FFA500;
  box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
}

.color-variants {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.color-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.3s ease;
}

.color-btn:hover {
  transform: scale(1.1);
}

.color-btn.active {
  border-color: #FFA500;
  box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
}

/* variant selector images */
.variant-selectors {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Variant images in product details */
.variant-section {
  padding: 15px 0;
}

.variant-section h6 {
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.variant-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.variant-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s ease, transform 0.2s ease;
}

.variant-thumb:hover {
  border-color: #111;
  transform: scale(1.05);
}

.variant-thumb.active {
  border-color: #111;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.size-section h6 {
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-btn {
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.size-btn:hover {
  border-color: #111;
}

.size-btn.active {
  border: 2px solid #111;
  background-color: #f8f9fa;
}

/* Responsive */
@media (max-width: 768px) {
  h1,
  .h1,
  .display-5 {
    font-size: 2.3rem;
  }

  h2,
  .h2 {
    font-size: 1.9rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
  }

  .lead {
    font-size: 1rem;
  }

  .uniform-card-grid .card-body {
    padding: 0.85rem 0.75rem;
  }

  .uniform-card-grid .card-title {
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .uniform-card-grid .card-text {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.85rem;
  }

  .product-gallery {
    flex-direction: column;
    gap: 10px;
  }

  .thumbnails {
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }
  
  .thumbnails .thumbnail,
  .thumb-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  
  .color-variants {
    gap: 8px;
  }
  
  .color-btn {
    width: 35px;
    height: 35px;
  }
}

.variant-images{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.variant-thumb{
width:70px;
height:70px;
object-fit:cover;
border:2px solid #ddd;
border-radius:6px;
cursor:pointer;
transition:0.2s;
}

.variant-thumb:hover{
border:2px solid black;
}

.variant-thumb.active{
border:2px solid black;
}

.size-options{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.size-btn{
padding:8px 16px;
border:2px solid #ddd;
background:white;
cursor:pointer;
transition:0.2s;
}

.size-btn.active{
border-color:#000;
background:#f5f5f5;
}

.thumbnail{
width:80px;
height:80px;
object-fit:cover;
border:2px solid #ddd;
cursor:pointer;
margin-right:10px;
}

.thumbnail.active{
border:2px solid black;
}

.image-zoom-container{
width:100%;
max-width:500px;
overflow:hidden;
border-radius:8px;
cursor:zoom-in;
}

.main-image{
width:100%;
transition:transform 0.4s ease;
}

.image-zoom-container:hover .main-image{
transform:scale(1.6);
}

/* Premium Button System (Global) */
.btn {
  border-radius: 999px !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary,
.btn-success {
  box-shadow: 0 0.35rem 0.95rem rgba(0, 0, 0, 0.16);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.22);
}

.btn-outline-primary,
.btn-outline-light,
.btn-outline-secondary {
  border-width: 1.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.16);
}

/* Header WhatsApp - same style on all pages */
.navbar .nav-link.ms-2[href*="wa.me"] {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  border: 1px solid #16a34a !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 0.45rem 0.95rem !important;
  box-shadow: 0 0.35rem 0.9rem rgba(34, 197, 94, 0.28) !important;
}

.navbar .nav-link.ms-2[href*="wa.me"]:hover,
.navbar .nav-link.ms-2[href*="wa.me"]:focus {
  filter: brightness(1.04);
  box-shadow: 0 0.5rem 1.1rem rgba(34, 197, 94, 0.34) !important;
}

/* CTA WhatsApp should stay green */
section.bg-primary.text-white.py-5 a.btn.btn-light.btn-lg[href*="wa.me"] {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  border-color: #16a34a !important;
  color: #fff !important;
  box-shadow: 0 0.35rem 1rem rgba(34, 197, 94, 0.3) !important;
}

section.bg-primary.text-white.py-5 a.btn.btn-light.btn-lg[href*="wa.me"]:hover,
section.bg-primary.text-white.py-5 a.btn.btn-light.btn-lg[href*="wa.me"]:focus {
  background: linear-gradient(135deg, #16a34a, #15803d) !important;
  border-color: #15803d !important;
  box-shadow: 0 0.5rem 1.2rem rgba(34, 197, 94, 0.38) !important;
}

/* Category & List Card Buttons - match slider title-button style */
.uniform-card-grid .btn-outline-primary {
  border-width: 1px !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  font-size: 0.82rem;
  line-height: 1.25;
  padding: 0.34rem 0.78rem;
  min-height: 34px;
  max-width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  color: #111827 !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.98) 100%) !important;
  box-shadow: 0 0.45rem 1rem rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease !important;
}

.uniform-card-grid .btn-outline-primary:hover,
.uniform-card-grid .btn-outline-primary:focus {
  transform: translateY(-2px);
  color: #0f172a !important;
  border-color: #93c5fd !important;
  background: linear-gradient(135deg, #ffffff 0%, #eaf2ff 55%, #dbeafe 100%) !important;
  box-shadow: 0 0.8rem 1.6rem rgba(59, 130, 246, 0.2) !important;
}

.uniform-card-grid .card-title {
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 2);
}

.uniform-card-grid .card-title .card-title-button {
  display: -webkit-box;
  width: 100%;
  min-height: 34px;
  padding: 0.34rem 0.78rem;
  font-size: 0.82rem;
  line-height: 1.25;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  font-weight: 600;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  color: #111827 !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.98) 100%);
  box-shadow: 0 0.45rem 1rem rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.uniform-card-grid .card-title .card-title-button:hover,
.uniform-card-grid .card-title .card-title-button:focus {
  transform: translateY(-2px);
  color: #0f172a !important;
  border-color: #93c5fd;
  background: linear-gradient(135deg, #ffffff 0%, #eaf2ff 55%, #dbeafe 100%);
  box-shadow: 0 0.8rem 1.6rem rgba(59, 130, 246, 0.2);
}

/* Header Product Search */
.header-search-wrapper {
  position: relative;
  margin-left: 0.75rem;
  z-index: 2001;
}

.navbar,
.navbar .container,
.navbar .navbar-collapse {
  overflow: visible !important;
}

.header-search-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.28rem 0.75rem rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.header-search-toggle svg {
  width: 17px;
  height: 17px;
}

.header-search-toggle:hover,
.header-search-toggle:focus {
  transform: translateY(-1px);
  border-color: #bfdbfe;
  color: #2563eb;
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: 0 0.48rem 1rem rgba(59, 130, 246, 0.22);
}

.header-search-panel {
  position: fixed;
  z-index: 3002;
  display: none;
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.header-search-wrapper.open .header-search-panel {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.header-search-input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.92rem;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.98));
  box-shadow: 0 0.4rem 0.9rem rgba(15, 23, 42, 0.08);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Logo Marquee Section */
.logo-bar {
  overflow: hidden;
  background: #fff;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  max-width: none !important;
  animation: client-logos-rtl 45s linear infinite;
}

.logo-item {
  flex-shrink: 0;
  width: 122px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  max-width: none !important;
}

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

@keyframes client-logos-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes client-logos-rtl {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .logo-track {
    animation-duration: 34s;
  }

  .logo-item {
    width: 90px;
    height: 48px;
    padding: 0 11px;
  }
}

.homepage .customizer-promo-card,
.homepage #new-arrival,
.homepage #hoodie-collection,
.homepage #best-sellers,
.homepage .testimonials,
.homepage .logo-bar,
.homepage footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.homepage #footer .row.d-flex.flex-wrap.justify-content-between.py-5 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.homepage #footer .footer-menu {
  padding: 0.68rem 0.75rem;
}

.homepage #footer .footer-menu p {
  margin-bottom: 0.38rem;
  line-height: 1.42;
}

.homepage #footer .footer-intro.mb-4 {
  margin-bottom: 0.6rem !important;
}

.homepage #footer .widget-title {
  margin-bottom: 0.55rem !important;
  font-size: 0.75rem;
}

.homepage #footer .menu-list .menu-item {
  margin-bottom: 0.18rem;
}

.homepage #footer .social-links ul {
  gap: 0.28rem !important;
}

.homepage #footer > .border-top {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.homepage #footer > .border-top p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .homepage #footer .row.d-flex.flex-wrap.justify-content-between.py-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    row-gap: 0.55rem;
  }

  .homepage #footer .footer-menu {
    padding: 0.6rem 0.7rem;
  }

  .homepage #footer .footer-intro.mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .homepage #footer .widget-title {
    margin-bottom: 0.5rem !important;
  }

  .homepage #footer > .border-top {
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
  }
}

.header-search-input:focus {
  border-color: #93c5fd;
  box-shadow: 0 0.55rem 1.15rem rgba(59, 130, 246, 0.2);
}

.header-product-search {
  margin: 0;
}

.header-search-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.85rem;
  box-shadow: 0 0.85rem 1.8rem rgba(15, 23, 42, 0.14);
  overflow: hidden;
  display: none;
  z-index: 1100;
}

.header-search-dropdown.show {
  display: block;
}

.header-search-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.7rem;
  text-decoration: none;
  color: #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  transition: background-color 0.2s ease;
}

.header-search-item:last-child {
  border-bottom: 0;
}

.header-search-item:hover,
.header-search-item:focus {
  background-color: #f4f8ff;
  color: #0f172a;
}

.header-search-item img {
  width: 42px;
  height: 42px;
  border-radius: 0.55rem;
  object-fit: cover;
  flex-shrink: 0;
}

.header-search-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.header-search-meta strong {
  font-size: 0.86rem;
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-meta small {
  font-size: 0.74rem;
  color: #64748b;
}

.header-search-empty {
  justify-content: center;
  font-size: 0.85rem;
  color: #334155;
}

.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  z-index: 1025;
}

.mobile-drawer-close {
  display: none;
}

.site-breadcrumb {
  background: #f8fafc;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  padding: 0.55rem 0;
}

.site-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.88rem;
}

.site-breadcrumb-item {
  color: #475569;
  display: inline-flex;
  align-items: center;
}

.site-breadcrumb-item + .site-breadcrumb-item::before {
  content: '/';
  margin-right: 0.35rem;
  color: #94a3b8;
}

.site-breadcrumb-item a {
  color: #1d4ed8;
  text-decoration: none;
}

.site-breadcrumb-item a:hover,
.site-breadcrumb-item a:focus {
  text-decoration: underline;
}

.site-breadcrumb-item.active {
  color: #0f172a;
  font-weight: 600;
}

.premium-washcare-section {
  background:
    radial-gradient(circle at 90% 0%, rgba(140, 144, 126, 0.2), transparent 45%),
    linear-gradient(135deg, #faf8f3 0%, #f5f2e8 100%);
}

.premium-washcare {
  border: 1px solid rgba(140, 144, 126, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08);
  padding: 1.4rem 1.5rem;
}

.premium-washcare-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8c907e;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.premium-washcare-title {
  margin: 0;
  font-size: 1.35rem;
  color: #1f2933;
}

.premium-washcare-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

.premium-washcare-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #2f3a43;
  line-height: 1.45;
}

.premium-washcare-list li::before {
  content: '';
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #8c907e;
  box-shadow: 0 0 0 3px rgba(140, 144, 126, 0.14);
}

body.mobile-drawer-open {
  overflow: hidden;
}

body.mobile-drawer-open .mobile-drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  .premium-washcare-list {
    grid-template-columns: 1fr;
  }

  .header-search-wrapper {
    margin: 0.65rem 0 0;
  }

  .header-search-toggle {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0.85rem;
  }

  .header-search-toggle::after {
    content: 'Search products';
    margin-left: 0.55rem;
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 64px;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    z-index: 2001;
  }

  .navbar-brand img {
    height: 44px !important;
    width: auto;
  }

  .navbar-toggler {
    order: 1;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(147, 197, 253, 0.45);
    border-radius: 0.9rem;
    padding: 0;
    margin: 0;
    margin-right: auto;
    margin-left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
    color: #1d4ed8;
    box-shadow: 0 0.35rem 0.95rem rgba(37, 99, 235, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    z-index: 2001;
  }

  body.mobile-drawer-open .navbar-toggler {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .navbar-toggler .navbar-toggler-icon {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829,78,216,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M5 7h20M5 15h20M5 23h20'/%3e%3c/svg%3e");
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus {
    transform: translateY(-1px);
    border-color: rgba(59, 130, 246, 0.7);
    background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%);
    box-shadow: 0 0.55rem 1.15rem rgba(37, 99, 235, 0.26);
  }

  .header-search-wrapper {
    order: 3;
    margin: 0;
    margin-left: auto;
  }

  .header-search-toggle {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
  }

  .header-search-toggle::after {
    content: none;
  }

  .navbar-collapse.mobile-drawer-enabled {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 60vw;
    min-width: 260px;
    max-width: 340px;
    background: #ffffff !important;
    box-shadow: 0.95rem 0 1.7rem rgba(15, 23, 42, 0.18);
    padding: 4.6rem 1rem 1.2rem;
    transform: translateX(-105%);
    transition: transform 0.3s ease;
    display: block !important;
    overflow-y: auto !important;
    z-index: 2105;
    pointer-events: none;
    isolation: isolate;
    touch-action: pan-y;
  }

  .navbar-collapse.mobile-drawer-enabled.mobile-drawer-active {
    transform: translateX(0);
    pointer-events: auto !important;
  }

  .navbar-collapse.mobile-drawer-enabled .navbar-nav {
    align-items: flex-start !important;
    gap: 0.35rem;
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
  }

  .navbar-collapse.mobile-drawer-enabled .nav-item,
  .navbar-collapse.mobile-drawer-enabled .nav-link {
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
  }

  .navbar-collapse.mobile-drawer-enabled,
  .navbar-collapse.mobile-drawer-enabled * {
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-drawer-close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    box-shadow: 0 0.4rem 0.95rem rgba(15, 23, 42, 0.12);
    cursor: pointer;
    z-index: 2110;
  }

  .mobile-drawer-close:hover,
  .mobile-drawer-close:focus {
    border-color: rgba(59, 130, 246, 0.6);
    color: #1d4ed8;
    outline: none;
  }

  .navbar-collapse.mobile-drawer-enabled .nav-link {
    width: 100%;
    padding: 0.55rem 0.3rem;
    font-size: 0.98rem;
  }
}

.upload-quote-close {
  border: 1px solid rgba(148,163,184,.45);
  background: #fff;
  color: #0f172a;
  border-radius: 12px;
  padding: 8px 12px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.upload-quote-close:hover, .upload-quote-close:focus {
  background: #f87171;
  color: #fff;
  border-color: #dc2626;
}

@media (max-width: 767.98px) {
  body {
    --bs-body-font-size: 16px;
  }

  h1,
  .h1 {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
  }

  h2,
  .h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  h3,
  .h3 {
    font-size: clamp(1.25rem, 5vw, 1.65rem);
  }

  section,
  .py-5,
  .my-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .container,
  .container-fluid {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .breadcrumb {
    row-gap: 0.3rem;
  }

  .table-responsive,
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    transform: scale(0.92);
    transform-origin: bottom right;
  }
}

@media (max-width: 420px) {
  .navbar-collapse.mobile-drawer-enabled {
    width: min(84vw, 320px);
    min-width: 0;
  }

  .navbar-brand img {
    height: 40px !important;
  }

  .header-search-toggle {
    width: 34px;
    height: 34px;
  }

  .feature-strip {
    padding: 42px 0;
  }

  .feature-strip .feat-icon {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
  }
}


.ai-summary-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.premium-quote-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 20px !important;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #eef2ff 100%);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16) !important;
}

.premium-quote-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #facc15 0%, #eab308 45%, #2563eb 100%);
}

.premium-quote-card h2 {
  color: #0f172a;
  font-family: "Marcellus", serif;
  margin-bottom: 0.35rem !important;
}

.premium-quote-subtitle {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.premium-quote-card .form-label {
  color: #334155;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.premium-quote-card .form-control,
.premium-quote-card .form-select {
  border-radius: 0.85rem;
  border: 1px solid #d4dbe7;
  background: #fffdf7;
  color: #0f172a;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  padding: 0.7rem 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.premium-quote-card .form-control::placeholder {
  color: #94a3b8;
}

.premium-quote-card .form-control:focus,
.premium-quote-card .form-select:focus {
  border-color: #93c5fd;
  background: #fff;
  box-shadow: 0 0 0 0.24rem rgba(59, 130, 246, 0.16);
}

.premium-quote-card textarea.form-control {
  min-height: 136px;
  resize: vertical;
}

.quote-actions {
  margin-top: 0.4rem;
}

.quote-actions .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-actions .btn:hover,
.quote-actions .btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
}

.btn-quote-whatsapp {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #059669;
  color: #fff;
}

.btn-quote-whatsapp:hover,
.btn-quote-whatsapp:focus {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-color: #047857;
  color: #fff;
}

.btn-quote-upload {
  background: linear-gradient(135deg, #facc15 0%, #eab308 100%);
  border-color: #eab308;
  color: #0f172a;
}

.btn-quote-upload:hover,
.btn-quote-upload:focus {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  border-color: #d97706;
  color: #0f172a;
}

/* ─── Product CTA Action Buttons ─── */
.product-cta-row {
  margin-bottom: 0.25rem;
}

.product-cta-row .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.97rem;
  padding: 0.72rem 1.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.product-cta-row .btn:hover,
.product-cta-row .btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

/* WhatsApp CTA — premium green */
.product-cta-row .btn-primary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #059669;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(5, 150, 105, 0.3);
}

.product-cta-row .btn-primary:hover,
.product-cta-row .btn-primary:focus {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-color: #047857;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(5, 150, 105, 0.4);
}

/* Upload CTA — gold outline */
.product-cta-row .btn-outline-primary {
  background: transparent;
  border: 2px solid #eab308;
  color: #92600a !important;
  box-shadow: 0 4px 12px rgba(234, 179, 8, 0.15);
}

.product-cta-row .btn-outline-primary:hover,
.product-cta-row .btn-outline-primary:focus {
  background: linear-gradient(135deg, #facc15 0%, #eab308 100%);
  border-color: #eab308;
  color: #0f172a !important;
  box-shadow: 0 8px 20px rgba(234, 179, 8, 0.3);
}

/* Design Lab CTA — navy premium */
.product-cta-row .btn-outline-dark {
  background: transparent;
  border: 2px solid #1e3a5f;
  color: #1e3a5f !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.product-cta-row .btn-outline-dark:hover,
.product-cta-row .btn-outline-dark:focus {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-color: #0f172a;
  color: #facc15 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

/* Product list CTA section (Need Custom ...?) */
.product-list-cta {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.product-list-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  color: #facc15;
  margin-bottom: 1rem;
}

.product-list-cta p {
  font-size: 1.05rem;
  opacity: 0.82;
  max-width: 540px;
  margin: 0 auto 2rem;
}

.product-list-cta .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.product-list-cta .btn-warning {
  background: linear-gradient(135deg, #facc15 0%, #eab308 100%);
  border-color: #eab308;
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(234, 179, 8, 0.32);
}

.product-list-cta .btn-warning:hover,
.product-list-cta .btn-warning:focus {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  border-color: #d97706;
  color: #0f172a;
  box-shadow: 0 12px 26px rgba(234, 179, 8, 0.45);
}

.product-list-cta .btn-outline-light {
  border-width: 2px;
}

/* ── Premium hamburger menu icon (mobile) ────────────────── */
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: 2px solid rgba(234, 179, 8, 0.65);
    border-radius: 8px;
    padding: 5px 9px;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(234, 179, 8, 0.28);
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23eab308' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

