/*
* T295 Theme - Main Stylesheet
* Organized and optimized stylesheet
*/

/* ===============================================
   1. Imports and Variables
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Cambay:ital,wght@0,400;0,700;1,400;1,700&family=League+Spartan:wght@100..900&display=swap");

:root {
  /* Fonts */
  --font-main: "League Spartan", sans-serif;
  --font-secondary: "Cambay", sans-serif;

  /* Colors */
  --main-hover: var(--main-secondary);
  --bg-main: var(--main-light);
  --bs-primary: var(--main);
  --grey-dark: var(--body-color);
  --dark: var(--body-dark);
  --border: rgba(85, 85, 85, 0.18);
  --border-color: var(--border);
  --bs-border-color: var(--border) !important;
  --accent: #fcf1ef;
  --cta-green-dark: var(--cta-green);
  --bg-dark-opacity: rgb(34 34 34 / 55%);
  --hero-dark: rgb(34 34 34 / 20%);
  --hero-light: rgba(255, 255, 255, 0.45);
  --link-color: var(--main);
  --bg-body: var(--bg-main);
  --bs-btn-hover-bg: #978b7c;
}

/* ===============================================
   2. Base & Reset
=============================================== */
html {
  scroll-behavior: smooth;
}

body {
  font: normal 300 18px/1.7 var(--font-main);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
}

a,
button,
img,
input,
span,
.form-control,
.btn,
.btn:hover,
.card {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

::-moz-selection {
  color: #fff;
  background: var(--body-dark);
}

::selection {
  color: #fff;
  background: var(--body-dark);
}

*:focus {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none;
  color: var(--link-color);
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover,
.btn:focus,
.form-control:focus,
.form-check-input[type="checkbox"],
.form_block input[type="checkbox"],
.btn:focus-visible,
.btn-close:focus,
input:focus-visible,
.accordion-button:focus,
#cancelModal .close {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input[type="submit"] {
  border-width: 1px;
}

/* ===============================================
   3. Typography
=============================================== */
.small,
small {
  font-size: 0.99em !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-18,
.cookies-title {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

b,
strong,
.fw-600,
.cookies-title {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-100 {
  font-weight: 100;
}

.ls-lg {
  letter-spacing: 4.8px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.lh-normal {
  line-height: normal !important;
}

.lh-sm {
  line-height: 1.28 !important;
}

.lh-md {
  line-height: 1.48 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-secondary);
  color: var(--body-dark);
}

h1 {
  font-size: calc(1.6625rem + 2.75vw);
}

h2 {
  font-size: calc(1.35rem + 0.6vw);
}

h3 {
  font-size: calc(1.2875rem + 0.45vw);
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.65rem;
  }
}

/* ===============================================
   4. Layout & Spacing
=============================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1520px;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-500 {
  max-width: 500px;
}

.w-90 {
  min-width: 90%;
}

.w-md-50 {
  min-width: 50%;
}

.mt-n-25 {
  margin-top: -25px;
}

.mt-n-65 {
  margin-top: -65px;
}

.mt-n-160,
.hero_mt_custom {
  margin-top: -160px;
}

.mb-n-65 {
  margin-bottom: -65px;
}

.mb-n-160 {
  margin-bottom: -160px;
}

.mr-n-5rem {
  margin-right: -5rem;
}

.rounded-100 {
  border-radius: 100px;
}

.rounded-full {
  border-radius: 100% !important;
}

.wh-45 {
  width: 45px;
  height: 45px;
}

.br10 {
  border-radius: 10px;
}

.pointer {
  cursor: pointer;
}

.notransform {
  text-transform: none !important;
}

@media (min-width: 991px) {
  .border-lg-start {
    border-left: 1px solid var(--border);
  }

  .w-md-50 {
    width: 50%;
  }
}

/* ===============================================
   5. Colors & Backgrounds
=============================================== */
.text-color {
  color: var(--body-color) !important;
}

.text-light {
  color: var(--body-light) !important;
}

.text-dark {
  color: var(--body-dark) !important;
}

.text-main {
  color: var(--main) !important;
}

.text-secondary {
  color: var(--main-secondary) !important;
}

.text-green {
  color: var(--cta-green);
}

.bg-light {
  background-color: var(--grey-light) !important;
}

.bg-main-light {
  background-color: var(--main-light);
}

.bg-main-light2 {
  background-color: var(--main-light2);
}

.bg-dark-body {
  background-color: var(--body-color);
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark-opacity {
  background-color: var(--bg-dark-opacity);
}

.bg-body {
  background-color: var(--bg-body) !important;
}

.bg-main {
  background: var(--bg-main);
}

.bg-main1 {
  background: var(--main);
}

.bg-secondary {
  background: var(--main-secondary) !important;
}

.grey-light {
  background: var(--grey-bg);
}

.border-secondary {
  border: 1px solid var(--main-secondary) !important;
}

.borderColor-main {
  border-color: var(--main) !important;
}

/* ===============================================
   6. Buttons & Forms
=============================================== */
/* Buttons */
.btn,
[type="submit"]:not(:disabled) {
  border-radius: 0;
  padding: 13px 30px 10px;
  position: relative;
  line-height: normal;
  white-space: normal;
  font-family: var(--font-secondary);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn:active,
[type="submit"]:not(:disabled):hover,
[type="submit"]:not(:disabled):focus,
:not(.btn-check) + .btn:active {
  color: var(--body-color);
}

.btn.btn-primary,
[type="submit"]:not(:disabled) {
  background-color: var(--main);
  border-color: var(--main);
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
[type="submit"]:not(:disabled):hover,
[type="submit"]:not(:disabled):focus,
:not(.btn-check) + .btn:active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background-color: var(--main-hover);
  border-color: var(--main-hover);
  color: #fff;
}

.btn.btn-white {
  background-color: #fff;
  border-color: var(--main);
  color: var(--main);
}

.btn.btn-secondary {
  background-color: var(--main-secondary);
  border-color: var(--main-secondary);
  color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: var(--main-secondary-hover);
  border-color: var(--main-secondary-hover);
  color: #fff;
}

.btn.btn-transparent:active {
  background: transparent;
}

.btn.bg-white {
  border: 1px solid var(--main-secondary);
  color: var(--main-secondary);
}

.btn.bg-white:hover,
.btn.bg-white:focus,
.btn.bg-white:active {
  color: var(--main);
}

.btn.btn-sm {
  text-transform: none;
  padding: 7px 23px;
  letter-spacing: normal;
}

.btn.btn-line {
  border-bottom: 2px solid var(--main);
  padding: 3px 0;
}

.btn.btn-line:hover,
.btn.btn-line:focus,
.btn.btn-line:active {
  color: var(--main);
  border-bottom: 2px solid var(--main-secondary);
}

/* Hover effects for buttons */
.btn-outline-dark:hover {
  color: #fff !important;
}

/*.btn:hover {*/
/*  color: #fff !important;*/
/*}*/

/* Forms */
textarea {
  resize: none;
}

.form-control {
  border-radius: 0;
  display: block;
  color: var(--body-color);
  width: 100%;
  border: 1px solid var(--border);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 15px;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
  border-bottom: 1px solid var(--main);
}

label {
  margin-bottom: 3px;
  line-height: 20px;
}

.form-check-input[type="checkbox"],
input[type="checkbox"] {
  border: 1px solid var(--border);
}

.form-control::-webkit-input-placeholder {
  color: var(--body-light);
}

.form-control::-moz-placeholder {
  color: var(--body-light);
}

.form-control:-ms-input-placeholder {
  color: var(--body-light);
}

.form-control::placeholder {
  color: var(--body-light);
}

.dark_search .form-control {
  color: #fff;
  background: transparent;
  border: 1px solid var(--body-light);
  border-radius: 0;
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.form-check-input:focus {
  border-color: var(--main);
}

/* Minimal form controls */
.form-control-minimal {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
  font-weight: 300;
  background-color: transparent;
}

.form-control-minimal:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* Reset search input appearance */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* ===============================================
   7. Navigation & Header
=============================================== */
/* Navbar */
.navbar {
  z-index: 1000 !important;
}

.navbar .dropdown-item {
  padding: 4px 18px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: var(--link-color);
  background: transparent;
}

.navbar .dropdown-menu {
  min-width: 100%;
}

/* Category horizontal menu */
.category-horizontal-menu .category-link {
  transition: all 0.3s ease;
}

.category-horizontal-menu .category-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}

.category-horizontal-menu .category-link:hover:after {
  width: 100%;
  left: 0;
}

.dropdown-menu {
  border-radius: 0;
}

.navbar .dropdown-toggle:not(.btn) {
  color: var(--body-color);
  margin: 0 12px;
}

.navbar a.nav-link:focus,
.navbar a.nav-link:hover,
.navbar a.nav-link.active,
.navbar a.dropdown-toggle:not(.btn):focus,
.navbar a.dropdown-toggle:not(.btn):hover,
.navbar a.dropdown-toggle:not(.btn).show {
  color: var(--link-color);
}

/* Nav Button */
.gift-card-nav-link {
  line-height: 1.28 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  color: var(--body-dark) !important;
  text-transform: uppercase !important;
}
.nav_button {
  position: relative;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.nav_button:hover {
  opacity: 0.7;
}

.nav_button.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
}

.nav_button.active .middle {
  opacity: 0;
}

.nav_button.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.nav_button.active .top,
.nav_button.active .middle,
.nav_button.active .bottom,
.nav_button span {
  background: var(--body-color);
}

.nav_button span {
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.nav_button span:nth-of-type(2) {
  top: 8px;
}

.nav_button span:nth-of-type(3) {
  top: 16px;
}

nav.inner-main .nav_button {
  width: 25px;
}

nav.inner-main .nav_button span.middle {
  width: 70%;
  right: auto;
  left: 15%;
}

nav.inner-main .nav_button.colored {
  background: transparent;
  height: 70px;
  width: 65px;
}

.nav_button.colored span {
  width: 35px;
  top: 22px;
  left: 15%;
}

.nav_button.colored span:nth-of-type(2) {
  top: 32px;
  width: 35% !important;
  left: 15px !important;
}

.nav_button.colored span:nth-of-type(3) {
  top: 42px;
}

/* Overlay menu */
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
}

.overlay-menu ul li {
  display: block;
}

.overlay-menu ul li a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  line-height: 30px;
}

.overlay-menu .nav-lg {
  font-size: 25px;
}

.overlay-menu:not(.text-white) ul li a.nav-link {
  color: var(--dark);
}

.overlay-menu:not(.text-white) ul li a.nav-link:focus,
.overlay-menu:not(.text-white) ul li a.nav-link:hover,
.overlay-menu:not(.text-white) ul li a.nav-link.active {
  color: var(--link-color);
}

.overlay-menu.text-white ul li a.nav-link:focus,
.overlay-menu.text-white ul li a.nav-link:hover,
.overlay-menu.text-white ul li a.nav-link.active {
  color: var(--body-light);
}

.overlay-menu h4 {
  padding-bottom: 8px;
}

nav .nav-list.text-white a.nav-link {
  color: #fff;
}

nav .nav-list.text-white a.nav-link:hover,
nav .nav-list.text-white a.nav-link:focus,
nav .nav-list.text-white a.nav-link.active {
  color: #fff;
}

nav .bg-dark-body .nav-list.text-white a.nav-link:hover,
nav .bg-dark-body .nav-list.text-white a.nav-link:focus,
nav .bg-dark-body .nav-list.text-white a.nav-link.active {
  color: var(--border) !important;
}

.nav-list a {
  position: relative;
  display: inline-block;
  transition: all 300ms ease-in-out;
  color: #111;
}

.bg-main .nav-list a {
  padding: 0.8rem;
}

/* Language switcher */
.lang_swicher .dropdown-item {
  font-size: 14px;
  padding: 2px 18px;
}

.lang_swicher .dropdown-item:active {
  background: var(--grey-light);
}

/* ===============================================
   8. Title & Headings Components
=============================================== */
/* Section titles */
.section_title {
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 34px;
  text-align: center;
  position: relative;
}

.section_title-lg {
  font-size: 45px;
  line-height: 1;
}

/* Title with line container */
.title-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.title-line {
  height: 1px;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 100px;
}

.title-accent {
  width: 40px;
  height: 2px;
  background-color: #333;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

/* Title block */
.title_block {
  background-color: #f8f8f8;
  overflow: hidden;
}

.title-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f8f8f8, #ffffff, #f8f8f8);
  opacity: 0.8;
}

.title_block .page_title {
  font-size: 2.5rem;
  color: #333;
  position: relative;
}

@media (max-width: 768px) {
  .title_block .page_title {
    font-size: 2rem;
  }
}

/* Hero titles */
.hero_title {
  font-size: 70px;
  line-height: 1;
}

.hero_title-md {
  font-size: 68px;
}

@media (max-width: 1400px) {
  .hero_title {
    font-size: 65px;
  }

  .hero_title-md {
    font-size: 58px;
  }
}

@media (max-width: 1300px) {
  .hero_title {
    font-size: 55px;
  }

  .hero_title-md {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .hero_title {
    font-size: 58px;
  }

  .hero_title-md {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hero_title {
    font-size: 44px;
  }

  .hero_title-md {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .hero_title {
    font-size: 40px;
  }

  .hero_title-md {
    font-size: 35px;
  }
}

@media (max-width: 400px) {
  .hero_title {
    font-size: 35px;
  }

  .hero_title-md {
    font-size: 30px;
  }
}

/* ===============================================
   9. Cards & Boxes
=============================================== */
.card {
  border-radius: 0;
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title {
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}

.card h4.order-title,
.card h4.invoice-title {
  border-bottom: 0;
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title,
.card.single-faq h5 a {
  margin-bottom: 0;
}

.card.single-faq h5 a {
  background: #fff;
  font-size: 20px;
  color: var(--body-dark);
  border-bottom: 1px solid var(--border);
  padding: 15px 25px 10px;
  display: block;
}

.card.single-faq .card-header {
  border: 0;
  padding: 0;
}

.card.single-faq h5 a[aria-expanded="true"],
.card.single-faq h5 a:hover,
.card.single-faq h5 a:focus {
  background: #fff;
  color: var(--main);
  border-color: var(--main);
}

.card.single-faq .card-body {
  padding: 20px 25px 8px;
}

.card.single-faq {
  border: 0;
  margin-bottom: 10px !important;
}

/* ===============================================
   10. Membership Plans & Pricing
=============================================== */
/* Membership plans */
.plans-section {
  padding: 5rem 0;
}

.plan-card {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-card:hover {
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* Prime Plan */
.plan-card.prime-plan {
  background-color: #2c3e50;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
  z-index: 10;
}

.plan-card.prime-plan::before {
  content: "Recomendado";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a2530;
  color: #fff;
  padding: 5px 15px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.plan-card.prime-plan h5,
.plan-card.prime-plan .plan-price,
.plan-card.prime-plan p {
  color: #fff !important;
}
.col.order-3 .plan-card {
  border: 1px solid var(--main);
}

/* Gold Plan */

.col.order-4 {
  color: #fff;
}
.order-4 .plan-card {
  background-color: #000 !important;
}
.order-4 .plan-footer .btn {
  background-color: #fff !important;
}
.order-4 .plan-footer .btn:hover {
  color: var(--main) !important;
}
.plan-footer .btn:hover {
  color: var(--main) !important;
  border: 1px solid var(--main);
}
.col.order-4 .plan-header h5,
.col.order-4 .plan-header h2 {
  color: #fff;
}
.col.order-4 .plan-header {
  border-bottom: 1px solid rgb(255 255 255 / 59%) !important;
}
.plan-card.gold-plan {
  background: linear-gradient(145deg, #f8f4e5 0%, #efebce 100%);
  border: 1px solid #d4af37;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
}

.gold-accent {
  color: #b8860b;
  font-weight: 500;
}

.plan-card.gold-plan .plan-header {
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.plan-card.gold-plan .plan-features li:before {
  color: #b8860b;
}

.plan-card.gold-plan .plan-btn {
  background-color: #b8860b;
  border-color: #b8860b;
  color: #fff !important;
}

.plan-card.gold-plan .plan-btn:hover {
  background-color: #a67908;
  border-color: #a67908;
}

/* Plan components */
.plan-header {
  text-align: center;
  padding: 2rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.plan-card.prime-plan .plan-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-name {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  color: #333;
}

.plan-period {
  font-size: 0.9rem;
  color: #999;
  font-weight: 300;
  margin-bottom: 1rem;
}

.plan-card.prime-plan .plan-period {
  color: rgba(255, 255, 255, 0.7);
}

.plan-features {
  padding: 2rem 1.5rem;
  margin: 0;
}

.plan-features li {
  margin-bottom: 1rem;
  font-weight: 300;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
}

.plan-features li:before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--main);
}

.plan-card.prime-plan .plan-features li:before {
  color: #fff;
}

.plan-features li.unavailable {
  display: none;
}

.plan-card.prime-plan .plan-features li.unavailable {
  color: rgba(255, 255, 255, 0.5);
}

.plan-footer {
  padding: 1.5rem;
  margin-top: auto;
}

.plan-btn {
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  border: 1px solid;
}

.plan-card.prime-plan .plan-btn {
  background-color: #fff;
  color: #2c3e50 !important;
  border-color: #fff;
  font-weight: 400;
}

.plan-card.prime-plan .plan-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.promo-text {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 300;
}

/* ===============================================
   11. Product Grids & Cards
=============================================== */
/* Category Cards */
.category-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: all 0.3s ease;
}

.category-card:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 225, 225, 0.01);
  transition: all 0.3s ease;
}

.category-card:hover .category-overlay {
  background-color: rgba(255, 255, 255, 1);
}

.category-link-simple {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.category-link-simple:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: all 0.3s ease;
}

.category-card:hover .category-link-simple:after {
  width: 100%;
}
.category-link {
  transition: all 0.3s ease;
}

.category-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}

.category-link:hover:after {
  width: 100%;
  left: 0;
}

.form-control-minimal:focus {
  border-color: #333;
}
/* View all products link */
.view-all-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.view-all-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: all 0.3s ease;
}

.view-all-link:hover:after {
  width: 100%;
}

/* Product Grid */
.product-grid {
  margin: 0 auto;
}

.shop_product {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop_product .img_block {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s ease;
}

.shop_product:hover .img_block {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.shop_product .product_img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.shop_product:hover .product_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Product info */
.shop_product .product_info .product-name {
  color: var(--body-dark);
  line-height: normal;
}

.shop_product:hover .product-name {
  color: var(--main);
}

.product_info {
  padding: 15px 0;
}

.brand-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 5px;
}

.product-name {
  font-weight: 400;
  transition: all 0.3s ease;
}

/* Product hover effects */
.shop_product .info_hover {
  visibility: hidden;
  opacity: 0;
}

.shop_product .info_hover,
.shop_product:hover .info_hover {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.shop_product:hover .info_hover {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.shop_product .hover_add-to-cart {
  bottom: 15px;
  right: 15px;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.shop_product:hover .hover_add-to-cart {
  transform: translateY(0);
  opacity: 1;
}

.shop_product .info_hover.btn-shop .btn {
  padding: 12px 30px;
  font-size: 14px;
  bottom: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.shop_product:hover .info_hover.btn-shop .btn {
  bottom: 25px;
}

.shop_product .shop_icon {
  top: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.45);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_product .shop_icon.shop_icon-2 {
  top: 75px;
}

.shop_product .shop_icon svg {
  fill: #fff;
}

.shop_product .hover_add-to-cart .btn:hover,
.shop_product .hover_add-to-cart .btn:focus {
  border-color: var(--main-light2);
  background: var(--main-light2) !important;
  color: var(--main) !important;
}

/* Product hover animations */
.hover-shine {
  position: relative;
  overflow: hidden;
}

.hover-shine:before {
  transition: none;
}

.hover-shine.hover-dark:before {
  background-color: rgba(0, 0, 0, 0.041);
}

.shop_product:not(:hover) .hover-shine:before {
  width: 100%;
}

.hover-shine:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  margin: auto;
  transition: all 0.5s ease;
  background-color: var(--bg-main);
}

.shop_product .hover-rotate img,
.hover-rotate-img img,
.hover-rotate-full img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.shop_product .hover-rotate img,
.hover-rotate-img img,
.hover-zoom-img img,
.hover-rotate-img .img-rotate {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hover-rotate-full img {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.shop_product:hover .hover-rotate img,
.hover-rotate-img:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.shop_product:hover .hover-rotate-full img {
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

.hover-rotate-img.hover-rotate-img-sm:hover img,
.hover-rotate-img.hover-rotate-img-sm:hover .img-rotate {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.hover-zoom-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hover-zoom-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  cursor: crosshair;
}

/* ===============================================
   12. Banner Components
=============================================== */
/* Premium banner */

.banner-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
}

.banner-title {
  position: relative;
  display: inline-block;
}

.banner-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #2c3e50;
}

.banner-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  max-width: 600px;
}

.benefit-icon {
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.1rem;
}

.benefit-text {
  font-size: 0.95rem;
  color: #444;
}

.banner-image {
  max-height: 250px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  transition: all 0.5s ease;
}

.banner-container:hover .banner-image {
  transform: translateY(-5px);
}

/* Content boxes */
.content-box {
  padding: 3rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.content-text {
  font-weight: 300;
  line-height: 1.8;
  color: #555;
}

/* Image containers */
.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  transition: all 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.03);
}

/* CTA sections */
.cta {
  z-index: 1;
  position: relative;
}

.cta.clear_img {
  min-height: 600px;
}

.cta.clear_img-sm {
  min-height: 500px;
}

.cta.clear_img-xs {
  min-height: 290px;
}

.cta_text-block {
  box-shadow: 0px 3px 20px 0 #dfdfe0;
}

.hero_img {
  min-height: 750px;
}

@media (max-width: 992px) {
  .hero_img {
    min-height: 650px;
  }

  .cta.clear_img {
    min-height: 470px;
  }

  .cta.clear_img-sm {
    min-height: 360px;
  }
}

@media (max-width: 600px) {
  .hero_img {
    min-height: 550px;
  }

  .cta.clear_img-sm {
    min-height: 300px;
  }
}

@media (max-width: 450px) {
  .hero_img {
    min-height: 500px;
  }
}

/* ===============================================
   13. Modal & Dialog Components
=============================================== */
.modal-content {
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.modal-body {
  padding: 2rem;
}

.modal-header {
  border-bottom: 0;
}

.modal-dialog .modal-title {
  font-size: 22px;
  font-weight: 700;
}

.modal-dialog h4 {
  margin-bottom: 0;
  text-align: center;
}

/* Added to cart modal */
#added-modal .modal-dialog {
  max-width: 800px;
}

#added-modal .modal-content {
  border: none;
}

#added-modal .credit-card {
  display: inline-block;
  margin-right: 0;
  background-size: contain;
}

#added-modal .radius-right-40 {
  border-bottom-right-radius: 40%;
}

/* Cancel modal */
#cancelModal .text-main {
  color: var(--body-color) !important;
}

#cancelModal .modal-header {
  padding: 1rem 2rem 0;
}

#cancelModal .modal-body {
  padding-top: 1rem;
}

#cancelModal .close {
  font-size: 30px;
  line-height: normal;
  padding: 0;
  border: 0;
  background: transparent;
}

#cancel-modal-locked .modal-header {
  border: 0 !important;
}

#cancel-modal-locked .modal-title {
  width: 100%;
  padding: 1rem;
}

#cancel-modal-locked .modal-footer {
  justify-content: center;
  padding: 0 0 1.8rem !important;
  border: 0;
}

/* Subscription modals */
#subscription_type [type="submit"]:not(:disabled) {
  display: block;
  margin: 0 auto;
}

#subscription_id {
  background: transparent;
  padding: 0;
  margin: 1rem 0 0 0;
}

#subscription_id option.text-black {
  padding: 10px !important;
  cursor: pointer;
  border-bottom: 1px solid var(--grey-light) !important;
}

#subscription_id option.text-black:checked,
#subscription_id option.text-black:focus {
  background: transparent !important;
  font-weight: 600 !important;
}

/* ===============================================
   14. Filter Components
=============================================== */
.filter-button {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}

.filter-button:hover {
  opacity: 0.7;
}

.filter-title {
  padding: 12px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.filter-list {
  position: relative;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.filter-list::-webkit-scrollbar {
  width: 4px;
}

.filter-list::-webkit-scrollbar-track {
  background: transparent;
}

.filter-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.filters-block .brand-filter,
.filters-block .filter-categories {
  max-height: 355px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.4rem 0.5rem 0;
  overflow-y: scroll;
}

.filters-block .link-filter {
  display: flex;
  padding: 5px 0 0 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-block .link-filter.brand-entry {
  padding: 10px 0 0 0;
}

.filters-block .link-filter.suboption {
  padding-left: 1.2rem;
  transform: scale(0.9);
}

.filters-block .link-filter label {
  cursor: pointer;
  color: var(--body-color) !important;
  padding-top: 2px;
}

.filters-block .checkmark {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.filters-block .checkmark:after {
  content: "\2713︎";
  display: none;
  color: #fff;
  position: absolute;
  left: 2px;
  top: -2px;
  bottom: 0;
  height: 15px;
  font-weight: bold;
  font-size: 14px;
}

.filters-block .checkbox {
  display: none;
}

.filters-block .checkbox:checked ~ .checkmark:after {
  display: block;
}

.filters-block .checkbox:checked ~ .checkmark {
  background-color: #333;
  border-color: #333;
}

.filters-block .btn.btn-primary,
.filters-block .btn.btn.btn-secondary {
  align-items: center;
  justify-content: center;
  flex: auto;
}

/* ===============================================
   15. Responsive Styles & Media Queries
=============================================== */
@media (min-width: 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }

  .cta_text-block {
    padding: 5rem !important;
  }

  .static_content .container {
    max-width: 1240px;
  }
}

@media (min-width: 1200px) {
  .cta_text-block {
    padding: 5rem !important;
  }
}

@media (min-width: 992px) {
  .cta_img-block {
    margin-right: -80px;
  }

  .hero-1 .carousel-item {
    height: 650px;
  }
}

@media (min-width: 1300px) {
  .hero-1 .carousel-item {
    height: 750px;
  }

  .hero-1 .carousel-item .title_block {
    max-width: 670px;
  }
}

@media (max-width: 1200px) {
  .hero_mt_custom {
    margin-top: -140px;
  }

  .hero-1 .carousel-item {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .bg-main-gradient {
    background: linear-gradient(180deg, var(--main-light) 80%, var(--main) 60%);
  }

  .hero-1 .carousel-item {
    height: 600px;
  }
}

@media (max-width: 800px) {
  .hero_mt_custom {
    margin-top: -100px;
  }

  #added-modal .modal-dialog {
    max-width: 95% !important;
  }
}

@media (max-width: 767px) {
  .filters-block .brand-filter,
  .filters-block .filter-categories {
    max-height: 280px;
  }

  .hero-1 .carousel-control-prev,
  .hero-1 .carousel-control-next {
    display: none;
  }
}

@media (max-width: 650px) {
  .hero_mt_custom {
    margin-top: -70px;
  }
}

@media (max-width: 500px) {
  .hero_mt_custom {
    margin-top: -40px;
  }

  .navbar-brand .img-fluid {
    max-width: 100% !important;
  }
}

@media (max-width: 360px) {
  footer .logo.img-fluid {
    max-width: 90% !important;
  }
}

/* ===============================================
   16. Helper Classes & Utilities
=============================================== */
.static_content.justify {
  text-align: justify;
}

.static_content h1 {
  display: none;
}

hr {
  border-color: var(--border);
  opacity: 1;
}

.line_inside {
  padding: 3.125em;
  border: 1px dashed var(--main-opacity);
  outline: 0.625em solid #fff;
}

.polygon-bg {
  width: 900px;
  height: 500px;
}

/* Back to top button */
.back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all 0.3s ease;
}

.back-top:hover {
  background-color: #333 !important;
  color: white !important;
}

/* Alert styles */
.alert {
  position: fixed;
  top: 2em;
  right: 3em;
  max-width: 70%;
  margin: auto 0 !important;
  border-radius: 0;
  z-index: 100000;
  animation: appear 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-size: 16px;
}

/* Scroll customizations */
:root {
  scrollbar-width: thin;
  scrollbar-color: var(--main-secondary) var(--grey-light);
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track,
.filter-list::-webkit-scrollbar-track,
.product-view #product-selection #color-option::-webkit-scrollbar-track,
.offcanvas-body::-webkit-scrollbar-track,
#plan-option::-webkit-scrollbar-track {
  background: var(--grey-light);
  border-radius: 0;
}

.filter-list::-webkit-scrollbar,
.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar,
.product-view #product-selection #color-option::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar,
#plan-option::-webkit-scrollbar,
#plan-option::-webkit-scrollbar-track {
  width: 8px;
  background: var(--grey-light);
}

body::-webkit-scrollbar-thumb,
.offcanvas-body::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover,
.filter-list::-webkit-scrollbar-thumb,
#plan-option::-webkit-scrollbar-thumb {
  background-color: var(--main-secondary);
}

/* Account Dashboard Styles */
.account-dashboard .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--main) !important;
}

.account-dashboard .nav-link,
.account-dashboard .btn-link {
  color: var(--main);
}

.account-dashboard .btn-link:hover {
  color: var(--main-dark);
}

/* ===============================================
   17. Category & Collection Styles
=============================================== */
/* Category styles */
.cat_block h3 {
  font-size: calc(1.0875rem + 0.45vw);
}

.cat_card .col a {
  position: relative;
  display: flex;
  height: 100%;
}

.cat_card .cat_name,
.shop_product .img_block {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cat_card.cat_card_2 .cat_name {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cat_custom .product-name {
  color: var(--body-dark);
}

.cat_card_1 a .img_block .cat_name,
.shop_product .img_block .hover_add-to-cart {
  bottom: 0;
  height: 60px;
  width: 100%;
  left: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  z-index: 1;
  opacity: 0;
  background: #fff;
}

.cat_card_1 a:hover .img_block:after,
.shop_product:hover .img_block:after,
.cat_card_1 a:hover .img_block .cat_name,
.shop_product:hover .img_block .hover_add-to-cart {
  opacity: 1;
}

.cat_link span {
  min-width: 35px;
}

.cat_link a:after {
  content: "";
  position: absolute;
  left: -100%;
  background-color: transparent;
  opacity: 0.4;
  width: 100%;
  z-index: 0;
  transition: 0.2s ease-in-out;
  bottom: 10%;
  height: 0.4em;
}

.cat_link:hover a:after {
  left: 0;
  background-color: var(--main);
}

/* ===============================================
   18. Product Page Styles
=============================================== */
/* Product view */

.product-main-image {
  background-color: #fff;
  padding: 20px;
  border: none;
  transition: all 0.3s ease;
}

.thumbnail-container {
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  padding: 5px;
}

.thumbnail-container:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.thumbnail-container.active {
  border-color: #333;
}

.thumbnail-container.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background-color: #333;
}

.product-title {
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-price {
  font-weight: 300;
  letter-spacing: 1px;
}

.variation-label {
  text-transform: uppercase;
}

/* Product selection dropdowns */
.product-view #product-selection {
  position: relative;
}

.product-view #product-selection .row {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.product-view #product-selection #color-option {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
  padding: 0.5rem 1px;
  max-height: 405px;
  overflow-y: auto;
}

.product-view #product-selection .color-option {
  padding: 0.25rem 1.2rem 0.25rem 0.5rem;
  background-color: white;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-view #product-selection .color-option img {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.product-view #product-selection .color-option:hover img {
  opacity: 1;
}

.product-view #product-selection .color-option:hover {
  border-bottom: 1px solid #333;
}

.product-view #product-selection #color-selected {
  position: relative;
  padding-bottom: 1px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Product details tabs */
.product_details .nav-pills li {
  float: none;
  display: inline-block;
  cursor: pointer;
}

.product_details .nav-pills {
  width: 100%;
  margin-bottom: 0;
}

.product_details .nav-pills a {
  line-height: normal;
  position: relative;
  display: block;
  outline: none;
  color: var(--body-dark);
  text-decoration: none;
  font-size: 23px;
  border-radius: 0;
  border: 0;
}

.product_details .nav-pills.link_title a {
  text-transform: none;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.product_details .nav-pills.clear_title li {
  position: relative;
}

.product_details .nav-pills.clear_title li a {
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.product_details .nav-pills.clear_title li a:after {
  content: "";
  position: absolute;
  left: -100%;
  background-color: transparent;
  opacity: 0.4;
  width: 100%;
  z-index: 0;
  transition: 0.2s ease-in-out;
  height: 0.3em;
  top: 55%;
}

.product_details .nav-pills.clear_title li:hover a:after,
.product_details .nav-pills.clear_title li:focus a:after,
.product_details .nav-pills.clear_title li a.active:after {
  left: 0;
  background-color: var(--main);
}

.product_details .nav-pills.link_title li:hover a,
.product_details .nav-pills.link_title li:focus a,
.product_details .nav-pills.link_title li a.active {
  border-bottom: 1px solid var(--main-secondary);
}

.product_details .tab-content > .active {
  opacity: 1;
}

/* Product details section */
.product-details-section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-navigation .nav-pills {
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.tab-navigation .nav-item {
  position: relative;
  z-index: 1;
}

.tab-link {
  color: #999;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
  overflow: hidden;
}

.tab-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--main);
  transition: width 0.4s ease;
}

.tab-link:hover {
  color: #333;
}

.tab-link:hover:before {
  width: 100%;
}

.tab-link.active {
  color: var(--main);
  border-bottom: 2px solid var(--main);
  font-weight: 400;
  box-shadow: 0 5px 10px var(--main);
}

/* Estilos para destacar el contenido del tab activo */
.tab-pane {
  padding: 1rem;
  border-radius: 3px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.tab-pane.fade {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
  background-color: #fff;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.tab-pane.fade.show:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0));
}

.tab-pane.fade.show:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: var(--main);
  transition: height 0.5s ease;
}

.tab-pane.fade.show:hover:after {
  height: 100%;
}

.tab-pane.fade.show .product-description,
.tab-pane.fade.show .product-delivery,
.tab-pane.fade.show .product-returns {
  animation: fadeIn 0.5s ease forwards;
}

.tab-icon-container {
  text-align: center;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.tab-pane.show .tab-icon-container {
  opacity: 1;
  transform: translateY(0);
  animation: pulseIcon 1s ease 0.5s;
}

.tab-icon {
  font-size: 24px;
  color: var(--main);
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
  transition: all 0.3s ease;
}

.tab-pane.show:hover .tab-icon {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.product-description,
.product-delivery,
.product-returns {
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}

.read-more-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.read-more-link:hover {
  border-bottom: 1px solid #333;
}

/* ===============================================
   19. Footer Styles
=============================================== */
footer {
  line-height: 2;
}

footer.lh-sm {
  line-height: 1.5 !important;
}

footer .nav-link {
  display: inline;
  color: var(--body-color);
}

footer .nav-link:focus,
footer .nav-link:hover,
footer .nav-link.active {
  color: var(--link-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer.text-white .nav-link {
  border-bottom: 1px solid transparent;
}

footer.text-white .nav-link:focus,
footer.text-white .nav-link:hover,
footer.text-white .nav-link.active {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  opacity: 0.7;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

footer .text-white .nav-link:focus,
footer .text-white .nav-link:hover,
footer .text-white .nav-link.active {
  opacity: 0.7;
  color: #fff;
}

footer.nav-inline .nav-link {
  display: inline;
}

/* Footer Minimal Design (footer-2.twig) */
.footer-minimal {
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.footer-minimal .footer-logo {
  max-width: 140px;
  max-height: 40px;
}

.footer-minimal .footer-tagline {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}

.footer-minimal .footer-heading {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #333;
  position: relative;
}

.footer-minimal .footer-heading:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease;
}

.footer-minimal .footer-links-section:hover .footer-heading:after {
  width: 40px;
}

.footer-minimal .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-minimal .footer-links li {
  margin-bottom: 0.8rem;
}

.footer-minimal .footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.footer-minimal .footer-links a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition: width 0.3s ease;
}

.footer-minimal .footer-links a:hover {
  color: #333;
}

.footer-minimal .footer-links a:hover:after {
  width: 100%;
}

.footer-minimal .footer-contact-info {
  font-style: normal;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.footer-minimal .footer-contact-info p {
  margin-bottom: 0.5rem;
}

.footer-minimal .footer-contact-info a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-minimal .footer-contact-info a:hover {
  color: #333;
}

.footer-minimal .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-minimal .footer-language-selector {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-minimal .footer-language-selector:hover {
  color: #333;
}

.footer-minimal .footer-language-dropdown {
  min-width: 120px;
  border-radius: 0;
}

.footer-minimal .footer-payment-section img {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer-minimal .footer-payment-section:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.footer-minimal .footer-copyright {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
}

/* ===============================================
   20. Hero & Banner Styles
=============================================== */
/* Hero with Ken Burns Effect */
.hero-header {
  position: relative;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-header {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-header {
    height: 400px;
  }
}

.bg-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
  transform: scale(1.05);
}

.bg-image.active {
  opacity: 1;
  animation: kenBurns 14s forwards;
}

@keyframes kenBurns {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.15);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

.hero-content p {
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.indicators-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: #fff;
}
.hero_overlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}

.hero-dark {
  background-color: var(--hero-dark);
}

.hero-light {
  background-color: var(--hero-light);
}

.page_block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.page_block .hero-light {
  background-color: rgb(255 255 255 / 75%);
}

/* Hero carousel */
.hero-1 .carousel-control-next-icon,
.hero-1 .carousel-control-prev-icon {
  background-size: 35px;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.hero-1 .carousel-control-next,
.hero-1 .carousel-control-prev {
  width: 5%;
}

.hero-1:hover .carousel-control-next-icon,
.hero-1:hover .carousel-control-prev-icon {
  visibility: visible;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--body-color);
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}

/* Hero products */
.hero.hero_products p.brand-name {
  font-size: 16px;
}

.hero.hero_products h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 500;
}

.hero.hero_products-md p {
  font-size: 17px;
  line-height: 1.3;
}

.hero .carousel-light p,
.hero .carousel-light h2 {
  color: #ffffff;
  text-align: center;
}

.hero.hero_products .carousel-item {
  height: auto;
}

.hero.hero_products .carousel-control-prev,
.hero.hero_products .carousel-control-next {
  display: none;
}

@media (min-width: 1101px) {
  .hero .carousel-item {
    height: 650px;
  }
}

@media (max-width: 1100px) {
  .hero.hero_products:not(.hero_products-md) h2 {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  .hero .carousel-item {
    height: 500px;
  }
}

/* ===============================================
   21. Services Section Styles
=============================================== */
/* Services Minimal Design */
.services-minimal {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.service-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon-container {
  background-color: var(--main-light);
}

.service-icon {
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  color: var(--main);
}

.service-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.service-divider {
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover .service-divider {
  background-color: var(--main);
  width: 60px;
}

.service-desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.services .services_block,
.services .services_block h3 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services.block_border .services_block {
  background: #fff;
  padding: 35px 30px 30px;
  border: 1px solid var(--border);
}

.services.text-white h3 {
  color: #fff;
}

.services.text-white .services_icon svg {
  fill: #fff;
}

.services:not(.text-white) .services_icon svg {
  fill: var(--main-secondary-dark);
}

.services .services_icon {
  min-width: 80px;
  width: 80px;
  text-align: center;
}

.services .services_block h3 {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

.services .services_block p {
  margin: 0;
  line-height: 1.3;
}

.services.services_column .services_block {
  flex-direction: column;
  text-align: center;
}

.services_card.col_white .services_block {
  background: #fff;
}

@media (max-width: 1500px) {
  .services.block_border.block_sm .services_block {
    padding: 30px 20px 20px;
  }
}

/* ===============================================
   22. Checkout & Cart Styles
=============================================== */
/* Checkout styles */
.checkout-card {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
}

.checkout-title {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
}

.checkout-form input,
.checkout-form select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
  font-weight: 300;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

.checkout-form input:focus,
.checkout-form select:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.delivery-option {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.delivery-option:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.delivery-option.selected {
  border-color: #333;
}

.delivery-option-title {
  font-weight: 400;
  color: #333;
}

.delivery-option-price {
  font-weight: 300;
  color: #666;
}

.cart-summary {
  background-color: white !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
}

.disclaimer-text {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}

/* Cart page */
.cart_page .subscribe-checkbox {
  background: #fff !important;
  border-color: var(--cta-green);
}

.cart_page .subscribe-box {
  border: 1px solid var(--cta-green) !important;
  line-height: 18px;
  background-color: var(--cta-green-light) !important;
}

.cart_page .subscribe-box h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: var(--font-main);
  font-weight: 500;
  text-transform: uppercase;
}

.cart_page .subscribe-box p {
  font-size: 14px !important;
  opacity: 0.9;
  line-height: normal;
}

.cart_page .subscribe-box .checkmark {
  line-height: 3rem;
}

.cart_page .total-price-breakdown {
  font-weight: 600;
}

/* ===============================================
   23. Gift Card Styles
=============================================== */
.giftcard-page .container {
  max-width: 1400px;
}

.giftcard-page .card-img-top {
  display: flex;
  justify-content: center;
}

.giftcard-page .selectAmount,
.giftcard-page .btn-outline-dark.selectAmount {
  border-color: var(--main-hover) !important;
  font-size: 16px;
  padding: 13px 20px;
}

.giftcard-page .btn-outline-dark.selectAmount:hover,
.giftcard-page .btn-outline-dark.selectAmount:focus,
.giftcard-page .btn-outline-dark.selectAmount:active,
.giftcard-page .btn-outline-dark.selectAmountActive {
  background-color: var(--main-hover) !important;
  border-color: var(--main-hover) !important;
  color: #fff !important;
}

.giftcard-page .btn.offerSubmit {
  border-radius: 0 !important;
}

/* ===============================================
   24. Animation Styles
=============================================== */
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================================
   25. Welcome Page 2 Bold Minimal Design
=============================================== */
/* Hero Section */
.bold-hero-section {
  position: relative;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
}

.bold-hero-carousel {
  height: 100%;
}

.bold-hero-carousel .carousel-inner,
.bold-hero-carousel .carousel-item {
  height: 100%;
}

.hero-container {
  display: flex;
  height: 100%;
}

.hero-image-container {
  position: relative;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 7s ease;
}

.carousel-item.active .hero-image {
  transform: scale(1.15);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-content-container {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 0 5%;
}

.hero-content {
  max-width: 500px;
}

.hero-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #666;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 1px solid #222;
}

.hero-button:hover {
  background-color: transparent;
  color: #222;
}

.hero-button-arrow {
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.hero-button:hover .hero-button-arrow {
  transform: translateX(5px);
}

.carousel-navigation {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-nav-button {
  width: 50px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-nav-button.active,
.carousel-nav-button:hover {
  background-color: #fff;
}

/* About Section Bold */
.about-section-bold {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.about-split-container {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 90vh;
}

.about-image-strip {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.about-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.05);
}

.about-image-accent {
  position: absolute;
  top: 20%;
  right: 0;
  width: 10px;
  height: 60%;
  background-color: #222;
  transform: translateX(50%);
}

.about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.about-content-inner {
  max-width: 700px;
  padding: 0 40px 0 80px;
}

.about-header {
  position: relative;
  margin-bottom: 60px;
}

.about-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 15px;
  position: relative;
}

.about-eyebrow::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #222;
}

.about-headline {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 500px;
}

.about-body {
  position: relative;
}

.about-lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  margin-bottom: 40px;
  max-width: 90%;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}

.about-secondary-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.about-secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.about-secondary-image:hover img {
  transform: scale(1.05);
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

.about-button::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  transform-origin: right;
}

.about-button:hover::after {
  transform: scaleX(0);
  transform-origin: left;
}

.about-button-text {
  transition: transform 0.3s ease;
}

.about-button:hover .about-button-text {
  transform: translateX(-5px);
}

.about-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.about-button:hover .about-button-icon {
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .about-content-inner {
    padding: 0 30px 0 60px;
  }

  .about-headline {
    font-size: 36px;
  }

  .about-lead {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .about-split-container {
    grid-template-columns: 1fr;
    grid-template-rows: 50vh auto;
  }

  .about-content-wrapper {
    padding: 60px 0;
  }

  .about-content-inner {
    padding: 0 40px;
    max-width: 100%;
  }

  .about-image-accent {
    top: auto;
    bottom: 0;
    right: 20%;
    width: 60%;
    height: 10px;
    transform: translateY(50%);
  }
}

@media (max-width: 767px) {
  .about-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-headline {
    font-size: 32px;
  }

  .about-lead {
    font-size: 16px;
  }

  .about-content-wrapper {
    padding: 50px 0;
  }

  .about-content-inner {
    padding: 0 20px;
  }

  .about-header {
    margin-bottom: 40px;
  }
}

/* Products Section Minimal */
.products-section-minimal {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
}

.products-minimal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  position: relative;
}

.products-minimal-intro {
  max-width: 50%;
}

.products-minimal-title-container {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

.products-minimal-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.products-minimal-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #222;
  transition: width 0.3s ease;
}

.products-minimal-title-container:hover .products-minimal-accent {
  width: 100px;
}

.products-minimal-tabs {
  display: flex;
  gap: 30px;
}

.tab-button-minimal {
  background: none;
  border: none;
  font-size: 15px;
  color: #888;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.3s ease;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tab-button-minimal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #222;
  transition: width 0.3s ease;
}

.tab-button-minimal:hover {
  color: #222;
}

.tab-button-minimal:hover::after {
  width: 100%;
}

.tab-button-minimal.active {
  color: #222;
  font-weight: 500;
}

.tab-button-minimal.active::after {
  width: 100%;
}

.products-minimal-content {
  margin-bottom: 40px;
}

.products-minimal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-minimal-item {
  position: relative;
  transition: transform 0.3s ease;
  max-width: 300px;
}

.product-minimal-item:hover {
  transform: translateY(-5px);
}

.product-minimal-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-minimal-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #f8f8f8;
  /*aspect-ratio: 1/1;*/
}

.product-minimal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  max-width: 300px;
}

.product-minimal-item:hover .product-minimal-image img {
  transform: scale(1.05);
}

.product-minimal-action {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.product-minimal-item:hover .product-minimal-action {
  opacity: 1;
  transform: translateY(0);
}

.product-minimal-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-minimal-view-btn:hover {
  background-color: #222;
  color: #fff;
  transform: scale(1.1);
}

.product-minimal-info {
  padding: 0 5px;
}

.product-minimal-brand {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 5px;
}

.product-minimal-name {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-minimal-price {
  font-size: 15px;
  color: #222;
}

.product-minimal-regular-price {
  font-weight: 400;
}

.product-minimal-member-price {
  font-weight: 600;
  margin-left: 10px;
}

.products-minimal-footer {
  text-align: center;
  margin-top: 50px;
}

.products-minimal-view-all {
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.products-minimal-view-all:hover {
  color: #555;
  border-color: #555;
}

.products-minimal-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.products-minimal-view-all:hover .products-minimal-arrow {
  transform: translateX(5px);
}

@media (max-width: 1315px) {
  .products-minimal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .products-section-minimal {
    padding: 80px 0;
  }

  .products-minimal-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .products-minimal-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .products-minimal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .products-section-minimal {
    padding: 60px 0;
  }

  .products-minimal-tabs {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 20px;
  }

  .products-minimal-title {
    font-size: 28px;
  }

  .tab-button-minimal {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 576px) {
  .products-minimal-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Categories Section */
.categories-section {
  padding: 100px 0;
  background-color: #fff;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 400px);
  gap: 30px;
}

.category-item {
  position: relative;
  overflow: hidden;
}

.category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-item:hover .category-image img {
  transform: scale(1.05);
}

.category-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.category-item:hover .category-content {
  opacity: 1;
  transform: translateY(0);
}

.category-title {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.category-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.category-link:hover {
  border-color: #fff;
}

.category-link-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.category-link:hover .category-link-arrow {
  transform: translateX(5px);
}

/* Services Section */
.services-section {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Services Modern Section */
.services-modern {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.services-modern-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.services-modern-subtitle {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #666;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.services-modern-subtitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #222;
}

.services-modern-title {
  font-size: 42px;
  font-weight: 300;
  color: #222;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.services-modern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.service-modern-card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-modern-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #222;
  transition: height 0.4s ease;
}

.service-modern-card:hover:before {
  height: 100%;
}

.service-modern-icon-container {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
}

.service-modern-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.03);
  transform: rotate(0deg);
  transition: all 0.4s ease;
}

.service-modern-card:hover .service-modern-icon-bg {
  transform: rotate(45deg);
  background-color: var(--main);
}

.service-modern-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #333;
  transition: all 0.4s ease;
}

.service-modern-card:hover .service-modern-icon {
  color: #fff;
}

.service-modern-content {
  flex: 1;
}

.service-modern-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #222;
}

.service-modern-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  font-weight: 300;
}

.service-modern-link {
  display: inline-block;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.service-modern-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  transition: width 0.3s ease;
}

.service-modern-link:hover:after {
  width: 100%;
}

.service-modern-number {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 70px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
}

.service-modern-card:hover .service-modern-number {
  color: rgba(0, 0, 0, 0.06);
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .services-modern {
    padding: 100px 0;
  }

  .services-modern-grid {
    gap: 30px;
  }

  .service-modern-card {
    padding: 30px 25px;
  }
}

@media (max-width: 991px) {
  .services-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-modern-title {
    font-size: 36px;
  }

  .services-modern-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .services-modern {
    padding: 80px 0;
  }

  .services-modern-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .services-modern-title {
    font-size: 30px;
  }

  .services-modern-header {
    margin-bottom: 50px;
  }
}

/* CTA Section */
.cta-section {
  padding: 120px 0;
  background-color: #f8f8f8;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 40px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 1px solid #222;
}

.cta-button:hover {
  background-color: transparent;
  color: #222;
}

.cta-button-arrow {
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-button-arrow {
  transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 42px;
  }

  .about-container {
    gap: 40px;
  }

  .about-image-grid {
    height: 500px;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .hero-container {
    flex-direction: column;
  }

  .hero-image-container {
    width: 100%;
    height: 60%;
  }

  .hero-content-container {
    width: 100%;
    height: 40%;
    padding: 40px 5%;
  }

  .about-container {
    flex-direction: column;
  }

  .about-images,
  .about-content {
    width: 100%;
  }

  .about-image-grid {
    height: 400px;
    margin-bottom: 60px;
  }

  .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .products-title {
    max-width: 100%;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bold-hero-section {
    height: 80vh;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .about-section,
  .products-section,
  .categories-section,
  .cta-section {
    padding: 80px 0;
  }

  .section-title,
  .products-title,
  .cta-title {
    font-size: 32px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 250px);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* === Navigation Sleek === */
.nav-sleek {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  padding: 15px 0;
  transition: all 0.3s ease;
}

.nav-sleek-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-sleek-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-sleek-logo {
  display: flex;
  align-items: center;
  height: 40px;
}

.nav-sleek-logo img {
  height: 100%;
  max-width: 140px;
  object-fit: contain;
}

.nav-sleek-menu {
  display: flex;
  margin-left: 40px;
}

.nav-sleek-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.nav-sleek-item {
  position: relative;
}

.nav-sleek-link {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}

.nav-sleek-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: width 0.3s ease;
}

.nav-sleek-link:hover {
  color: #000;
}

.nav-sleek-link:hover::after {
  width: 100%;
}

.nav-sleek-link-featured {
  font-weight: 600;
  color: #000;
}

.nav-sleek-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-sleek-action-btn {
  background: none;
  border: none;
  padding: 8px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-sleek-action-btn:hover {
  color: #000;
}

.nav-sleek-cart {
  position: relative;
}

.nav-sleek-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-sleek-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.nav-sleek-toggle-icon,
.nav-sleek-toggle-icon::before,
.nav-sleek-toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: all 0.3s ease;
}

.nav-sleek-toggle-icon::before,
.nav-sleek-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-sleek-toggle-icon::before {
  top: -7px;
}

.nav-sleek-toggle-icon::after {
  bottom: -7px;
}

/* Search Modal */
.nav-sleek-search-modal {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.nav-sleek-search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
}

.nav-sleek-search-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.nav-sleek-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  transition: color 0.2s ease;
}

.nav-sleek-close:hover {
  color: #000;
}

.nav-sleek-search-body {
  padding: 25px;
}

.nav-sleek-search-form {
  width: 100%;
}

.nav-sleek-search-input-group {
  display: flex;
  position: relative;
}

.nav-sleek-search-input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 15px 60px 15px 20px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.nav-sleek-search-input:focus {
  border-color: #ddd;
  outline: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.nav-sleek-search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-sleek-search-btn:hover {
  background-color: #333;
}

/* Mobile Drawer */
.nav-sleek-drawer {
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.nav-sleek-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.nav-sleek-drawer-logo {
  display: flex;
  align-items: center;
  height: 35px;
}

.nav-sleek-drawer-logo img {
  height: 100%;
  object-fit: contain;
}

.nav-sleek-drawer-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 5px;
  transition: color 0.2s ease;
}

.nav-sleek-drawer-close:hover {
  color: #000;
}

.nav-sleek-drawer-body {
  padding: 20px;
}

.nav-sleek-drawer-search {
  margin-bottom: 25px;
}

.nav-sleek-drawer-search-form {
  width: 100%;
}

.nav-sleek-drawer-search-input-group {
  display: flex;
  position: relative;
}

.nav-sleek-drawer-search-input {
  width: 100%;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 12px 50px 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.nav-sleek-drawer-search-input:focus {
  border-color: #ddd;
  outline: none;
}

.nav-sleek-drawer-search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-sleek-drawer-section {
  margin-bottom: 25px;
}

.nav-sleek-drawer-heading {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--main);
  margin: 0 0 15px;
}

.nav-sleek-drawer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-sleek-drawer-item {
  margin-bottom: 10px;
}

.nav-sleek-drawer-link {
  display: block;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.nav-sleek-drawer-link:hover {
  color: #000;
}

.nav-sleek-drawer-link-featured {
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  .nav-sleek-menu {
    display: none;
  }

  .nav-sleek-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .nav-sleek {
    padding: 12px 0;
  }

  .nav-sleek-logo img {
    max-width: 120px;
  }

  .nav-sleek-action-btn {
    font-size: 16px;
  }
}

/* === Footer Neo (Ultra Modern) === */
.footer-neo {
  background-color: #f8f9fa;
  color: #212529;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

/* Top section with curve */
.footer-neo-top {
  position: relative;
  padding: 110px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.footer-neo-curve {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(1.5);
}

.footer-neo-highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.footer-neo-branding {
  max-width: 500px;
  text-align: center;
}

.footer-neo-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-neo-logo img {
  max-height: 45px;
  max-width: 150px;
}

.footer-neo-tagline {
  color: #6c757d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

/* Contact badges */
.footer-neo-contact-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-neo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-neo-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  color: #000;
}

.footer-neo-badge span[class^="ti-"] {
  font-size: 16px;
  opacity: 0.7;
}

/* Links section */
.footer-neo-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 50px 0;
}

.footer-neo-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #343a40;
  position: relative;
  padding-bottom: 10px;
}

.footer-neo-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

.footer-neo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-neo-list li {
  margin-bottom: 12px;
}

.footer-neo-list a {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-neo-list a:hover {
  color: #000;
  transform: translateX(3px);
}

.footer-neo-address {
  font-style: normal;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Bottom section */
.footer-neo-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  text-align: center;
}

.footer-neo-copyright {
  font-size: 13px;
  color: #6c757d;
  order: 3;
}

.footer-neo-language {
  order: 1;
}

.footer-neo-lang-toggle {
  color: #6c757d;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

.footer-neo-lang-toggle:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  color: #000;
}

.footer-neo-lang-dropdown {
  min-width: 160px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 8px 0;
}

.footer-neo-lang-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13px;
  transition: background-color 0.2s ease;
}

.footer-neo-lang-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.footer-neo-payment {
  order: 2;
  opacity: 0.9;
}

/* Responsive styles */
@media (min-width: 768px) {
  .footer-neo-highlight {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
  }

  .footer-neo-branding {
    text-align: left;
  }

  .footer-neo-contact-badges {
    justify-content: flex-end;
  }

  .footer-neo-bottom {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }

  .footer-neo-copyright {
    order: 1;
  }

  .footer-neo-language {
    order: 2;
    text-align: center;
  }

  .footer-neo-payment {
    order: 3;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-neo-links {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

/* === Modern Home Page Styles (page-3) === */

/* Hero Section Modern */
.hero-modern {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.hero-modern-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-modern-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-modern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 2;
}

.hero-modern-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}

.hero-modern-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.hero-modern-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.hero-modern-subtitle {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-modern-button {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-modern-button:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-3px);
}

.hero-button-arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.hero-modern-button:hover .hero-button-arrow {
  transform: translateX(4px);
}

.hero-modern-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  z-index: 4;
  animation: fadeInOut 2s infinite;
}

.scroll-icon {
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 12px;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  justify-content: center;
}

.scroll-dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  animation: scrollDown 2s infinite;
}

.scroll-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* Section Headers */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.section-subheading {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 14px;
}

.section-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  position: relative;
  padding-bottom: 20px;
}

.section-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #000;
}

/* Products Grid Section */
.featured-products,
.popular-products,
.new-arrivals {
  padding: 100px 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1.2;
}

.product-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.product-card:hover .product-actions {
  opacity: 1;
  transform: translateY(0);
}

.product-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-action-btn:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
}

.product-info {
  padding: 0 10px;
}

.product-brand {
  display: block;
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-original {
  font-size: 14px;
  color: #777;
  text-decoration: line-through;
}

.price-discount,
.price-regular {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* Categories Showcase */
.categories-showcase {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.categories-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.categories-content {
  padding: 0 20px;
}

.categories-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 30px;
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.category-item:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.category-number {
  font-size: 14px;
  font-weight: 300;
  color: #777;
  margin-right: 15px;
}

.category-name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.category-item:hover .category-icon {
  transform: translateX(5px);
}

.category-all {
  margin-top: 15px;
  background-color: #000;
  color: #fff;
}

.category-all-name {
  font-weight: 500;
}

.category-all:hover {
  background-color: #333;
  color: #eee;
}

.categories-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.categories-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.categories-showcase:hover .categories-image img {
  transform: scale(1.03);
}

/* Membership CTA */
.membership-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f2f5 0%, #e6eaef 100%);
}

.membership-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.membership-content {
  padding: 0 20px;
}

.membership-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}

.membership-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555;
}

.membership-button {
  display: inline-block;
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.membership-button:hover {
  background-color: #333;
  color: #eee;
  transform: translateY(-3px);
}

.membership-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.membership-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.membership-cta:hover .membership-image img {
  transform: scale(1.03);
}

/* Services Section */
.services-section {
  padding: 100px 0;
  background-color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.service-card {
  padding: 40px 30px;
  background-color: #f8f9fa;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 25px;
  font-size: 24px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: rotateY(180deg);
}

.service-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.service-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

/* Responsive Styles */
@media (min-width: 576px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .hero-modern-title {
    font-size: 64px;
  }

  .hero-modern-subtitle {
    font-size: 20px;
  }

  .membership-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .categories-container {
    grid-template-columns: 1fr 1.5fr;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* === Split Navigation Styles === */
.nav-split {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* Fixed height */
  display: flex;
  z-index: 1030;
  transition:
    transform 0.4s ease,
    background-color 0.3s ease;
}

.nav-split-hidden {
  transform: translateY(-100%);
}

.nav-split-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-split-side {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  position: relative;
}

.nav-split-left {
  justify-content: flex-start;
}

.nav-split-right {
  justify-content: flex-end;
}

.nav-split-side-content {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Logo */
.nav-split-logo {
  margin-right: 40px;
}

.nav-split-logo a {
  display: flex;
  align-items: center;
}

.nav-split-logo img {
  height: 35px;
  max-width: 120px;
  object-fit: contain;
}

/* Categories Links */
.nav-split-categories {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.nav-split-category-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.nav-split-category-link:hover {
  transform: translateX(5px);
}

.nav-split-category-number {
  display: inline-block;
  width: 26px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.nav-split-category-link:hover .nav-split-category-number {
  color: #000;
}

.nav-split-category-name {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.nav-split-category-all {
  margin-top: 5px;
}

.nav-split-category-all-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
}

/* Actions */
.nav-split-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-split-action-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.nav-split-action-link:hover {
  color: #555;
}

.nav-split-action-icon {
  margin-right: 10px;
  font-size: 16px;
}

.nav-split-action-text {
  font-size: 13px;
  letter-spacing: 0.5px;
  display: none;
}

.nav-split-cart {
  position: relative;
}

.nav-split-cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Menu Toggle */
.nav-split-mobile-toggle {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.nav-split-mobile-btn {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.nav-split-mobile-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.nav-split-mobile-btn:hover .nav-split-mobile-line:first-child {
  width: 70%;
}

.nav-split-mobile-btn:hover .nav-split-mobile-line:last-child {
  width: 40%;
}

/* Search Panel */
.nav-split-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.nav-split-search-active {
  opacity: 1;
  visibility: visible;
}

.nav-split-search-inner {
  width: 90%;
  max-width: 600px;
  position: relative;
}

.nav-split-search-close {
  position: absolute;
  top: -60px;
  right: 0;
}

.nav-split-search-close-btn {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.nav-split-search-close-icon,
.nav-split-search-close-icon::before {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
}

.nav-split-search-close-icon {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-split-search-close-icon::before {
  content: "";
  transform: rotate(90deg);
}

.nav-split-search-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #000;
}

.nav-split-search-input-container {
  position: relative;
}

.nav-split-search-input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid #eee;
  background: transparent;
  padding: 0 120px 0 0;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
}

.nav-split-search-input:focus {
  border-color: #000;
}

.nav-split-search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-split-search-submit:hover {
  gap: 15px;
}

.nav-split-search-submit-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-split-search-submit-icon {
  font-size: 20px;
}

/* Mobile Navigation */
.nav-split-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  overflow-y: auto;
  transition: right 0.4s ease;
}

.nav-split-mobile-active {
  right: 0;
}

.nav-split-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.nav-split-mobile-logo img {
  height: 35px;
  max-width: 120px;
  object-fit: contain;
}

.nav-split-mobile-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-split-mobile-body {
  padding: 30px 20px;
}

.nav-split-mobile-search {
  position: relative;
  margin-bottom: 30px;
}

.nav-split-mobile-search-input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
  padding: 0 50px 0 0;
  font-size: 16px;
  outline: none;
}

.nav-split-mobile-search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.nav-split-mobile-section {
  margin-bottom: 30px;
}

.nav-split-mobile-heading {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 20px;
}

.nav-split-mobile-categories,
.nav-split-mobile-user,
.nav-split-mobile-support {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nav-split-mobile-category,
.nav-split-mobile-user-link,
.nav-split-mobile-support-link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.nav-split-mobile-category:hover,
.nav-split-mobile-user-link:hover,
.nav-split-mobile-support-link:hover {
  transform: translateX(5px);
}

.nav-split-mobile-category-all {
  font-weight: 500;
  margin-top: 5px;
}

.nav-split-mobile-cart-count {
  display: inline-block;
  margin-left: 8px;
  background-color: #f0f0f0;
  padding: 0 8px;
  border-radius: 10px;
  font-size: 12px;
  color: #000;
}

/* Desktop Styles */
@media (min-width: 768px) {
  .nav-split {
    height: 90px;
  }

  .nav-split-categories {
    display: flex;
  }

  .nav-split-action-text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .nav-split-mobile {
    max-width: 400px;
    right: -400px;
  }

  .nav-split-side {
    padding: 0 40px;
  }

  .nav-split-logo {
    margin-right: 60px;
  }

  .nav-split-logo img {
    height: 40px;
  }

  .nav-split-categories {
    gap: 12px;
  }

  .nav-split-category-number {
    width: 30px;
  }

  .nav-split-category-name {
    font-size: 15px;
  }

  .nav-split-actions {
    gap: 35px;
  }
}

/* === Footer Grid Styles === */
.footer-grid {
  background-color: #f8f9fa;
  color: #212529;
  padding: 80px 0 0;
  overflow: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

.footer-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Branding Section */
.footer-grid-branding {
  display: flex;
  flex-direction: column;
}

.footer-grid-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-grid-logo img {
  max-height: 40px;
  max-width: 140px;
}

.footer-grid-slogan {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 30px;
  max-width: 300px;
  font-weight: 300;
}

.footer-grid-connect {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.footer-grid-connect-label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  color: #000;
}

.footer-grid-connect-dots {
  display: flex;
  gap: 10px;
}

.footer-grid-connect-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  transition: transform 0.3s ease;
}

.footer-grid-connect-dot:hover {
  transform: scale(1.5);
}

/* Links Section */
.footer-grid-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
}

.footer-grid-column {
  display: flex;
  flex-direction: column;
}

.footer-grid-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  color: #000;
}

.footer-grid-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.footer-grid-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-grid-menu li {
  margin: 0;
}

.footer-grid-menu a {
  color: #495057;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding-left: 0;
  font-weight: 400;
}

.footer-grid-menu a:hover {
  color: #000;
  padding-left: 10px;
}

.footer-grid-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: 5px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease;
  transform-origin: left;
}

.footer-grid-menu a:hover::before {
  transform: translateY(-50%) scaleX(1);
}

/* Contact Card Section */
.footer-grid-contact {
  margin-top: 20px;
}

.footer-grid-contact-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.footer-grid-contact-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #000;
  position: relative;
  padding-bottom: 15px;
}

.footer-grid-contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #000;
}

.footer-grid-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-grid-contact-address,
.footer-grid-contact-email,
.footer-grid-contact-phone {
  display: flex;
  gap: 15px;
}

.footer-grid-contact-marker {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.footer-grid-marker-dot {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.footer-grid-contact-address .footer-grid-marker-dot::before,
.footer-grid-contact-address .footer-grid-marker-dot::after {
  content: "";
  position: absolute;
  background-color: #000;
}

.footer-grid-contact-address .footer-grid-marker-dot::before {
  width: 1px;
  height: 40px;
  top: 6px;
  left: 2.5px;
}

.footer-grid-contact-info p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
}

/* Bottom Bar */
.footer-grid-bottom {
  margin-top: 60px;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-grid-bottom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid-copyright {
  font-size: 13px;
  color: #6c757d;
}

.footer-grid-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6c757d;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-grid-language-toggle:hover {
  color: #000;
}

.footer-grid-language-toggle .flag-icon {
  border-radius: 2px;
  overflow: hidden;
}

.footer-grid-language-dropdown {
  min-width: 150px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 5px 0;
}

.footer-grid-language-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  font-size: 13px;
}

.footer-grid-payment {
  opacity: 0.8;
}

/* Responsive */
@media (min-width: 768px) {
  .footer-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid-branding {
    grid-column: 1 / -1;
  }

  .footer-grid-bottom-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-grid-contact-card {
    height: calc(100% - 20px);
  }
}

@media (min-width: 992px) {
  .footer-grid-container {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .footer-grid-branding {
    grid-column: auto;
  }

  .footer-grid-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid-contact {
    margin-top: 0;
  }
}

/* === Home Page Styles (page-4) === */

/* Hero Section with Split Design */
.home-hero-split {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #f8f9fa;
}

.home-hero-split-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-hero-split-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.home-hero-image-left,
.home-hero-image-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.home-hero-image-left img,
.home-hero-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-content-wrapper {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.home-hero-content {
  background-color: #fff;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.home-hero-badge {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f0f0f0;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 20px;
}

.home-hero-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}

.home-hero-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.home-hero-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-hero-button:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-3px);
}

.home-hero-button-arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.home-hero-button:hover .home-hero-button-arrow {
  transform: translateX(4px);
}

.home-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.scroll-line {
  width: 2px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.scroll-line-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #000;
  animation: scrollDown 2s infinite;
}

.scroll-text {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(300%);
  }
}

/* Products Showcase */
.home-products-showcase {
  padding: 100px 0;
  background-color: #fff;
}

.home-products-showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-featured-products-slider {
  position: relative;
}

.home-products-slider {
  position: relative;
  padding-bottom: 50px;
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.home-product-card {
  position: relative;
  transition: all 0.3s ease;
}

.home-product-card:hover {
  transform: translateY(-10px);
}

.home-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.home-product-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 1 / 1.3;
}

.home-product-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-product-card:hover .home-product-image img {
  transform: scale(1.05);
}

.home-product-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home-product-card:hover .home-product-action {
  opacity: 1;
}

.home-product-view-btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease 0.1s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.home-product-card:hover .home-product-view-btn {
  transform: translateY(0);
  opacity: 1;
}

.home-product-view-btn:hover {
  background-color: #000;
  color: #fff;
}

.home-product-info {
  padding: 0 5px;
}

.home-product-brand {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-product-name {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-product-price {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-product-regular-price {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}

.home-product-member-price {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.home-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.home-slider-control {
  width: 40px;
  height: 4px;
  background-color: #eee;
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.home-slider-control[aria-current="true"] {
  background-color: #ddd;
}

.home-slider-control-dot {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: left 0.3s ease;
}

.home-slider-control[aria-current="true"] .home-slider-control-dot {
  left: 0;
}

/* Services Section */
.home-services {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #f2f2f2 100%);
}

.home-services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.home-service-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.home-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-service-icon-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.home-service-icon {
  font-size: 24px;
  color: #000;
  transition: all 0.3s ease;
}

.home-service-card:hover .home-service-icon-container {
  background-color: #000;
}

.home-service-card:hover .home-service-icon {
  color: #fff;
}

.home-service-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.home-service-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Categories Showcase */
.home-categories {
  padding: 100px 0;
  background-color: #fff;
}

.home-categories-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-categories-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.home-categories-subheading {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #888;
}

.home-categories-heading {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}

.home-categories-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.home-categories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.home-category-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  border-radius: 8px;
}

.home-category-link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.home-category-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-category-card:hover .home-category-image img {
  transform: scale(1.05);
}

.home-category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 25px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
}

.home-category-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-category-name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.home-category-explore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  transform: translateX(0);
}

.home-category-explore-text {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-category-explore-icon {
  transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-explore {
  color: #fff;
  transform: translateX(5px);
}

.home-category-card:hover .home-category-explore-icon {
  transform: translateX(3px);
}

.home-categories-action {
  text-align: center;
}

.home-categories-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-categories-button:hover {
  background-color: #000;
  color: #fff;
}

.home-categories-button-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.home-categories-button:hover .home-categories-button-arrow {
  transform: translateX(5px);
}

/* Popular Products */
.home-popular-products {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.home-popular-products-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-popular-products-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.home-popular-products-subheading {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #888;
}

.home-popular-products-heading {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}

.home-popular-products-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.home-popular-products-slider {
  position: relative;
  margin-bottom: 40px;
}

.home-popular-products-action {
  text-align: center;
}

.home-popular-products-button {
  display: inline-block;
  padding: 16px 35px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-popular-products-button:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (min-width: 576px) {
  .home-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .home-hero-title {
    font-size: 42px;
  }

  .home-hero-content {
    padding: 60px;
  }

  .home-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .home-products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-hero-content-wrapper {
    width: 70%;
  }
}
.containerBadges1 {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
}
.containercards img {
  width: 200px !important;
}
