.navbar-brand,
.preloader-logo {
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.btn-outline-custom,
.scroll-to-top {
  display: flex;
  align-items: center;
  color: #fff;
}
.preloader.fade-out,
.scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.error-code,
.font-serif,
.footer-title,
.hero-title,
.navbar-brand,
.preloader-logo {
  font-family: "Cormorant Garamond", serif;
}
.blog-post-badge,
.featured-badge,
.preloader-text,
.product-category,
.section-badge {
  text-transform: uppercase;
}
.benefit-card,
.benefit-item,
.cart-remove,
.confirmation-container,
.contact-card,
.contact-item i,
.empty-cart,
.empty-orders,
.empty-state,
.error-container,
.hair-type-card hover-lift,
.headspa-hero,
.image-caption,
.newsletter-widget,
.preloader-content,
.pricing-header,
.process-step,
.quantity-input,
.section-title,
.service-card .service-title,
.service-card p,
.service-price,
.stat-item,
.testimonial-card {
  text-align: center;
}
:root {
  --primary: #8b5a3c;
  --secondary: #f5e6d3;
  --accent: #d4a574;
  --dark: #2c2c2c;
  --light: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-600: #6c757d;
  --gray-800: #343a40;
  --shadow-light: rgba(139, 90, 60, 0.1);
  --shadow-medium: rgba(139, 90, 60, 0.2);
  --shadow-dark: rgba(0, 0, 0, 0.15);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Inter, sans-serif;
  line-height: 1.7;
  color: var(--dark);
  overflow-x: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s, visibility 0.8s;
}
.preloader-content {
  color: #fff;
}
.preloader-logo {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: 1s fadeInUp;
}
.preloader-text {
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  animation: 1s 0.2s both fadeInUp;
}
.preloader-spinner {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: 1s linear infinite spin, 1s 0.4s both fadeInUp;
  margin: 0 auto;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
}
.btn-primary-custom,
.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}
::-webkit-scrollbar-track {
  background: var(--gray-100);
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gray-200);
  transition: 0.3s;
  padding: 1rem 0;
}
.btn-primary-custom,
.scroll-to-top {
  background: linear-gradient(135deg, var(--primary), var(--accent));
}
.navbar.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 4px 30px var(--shadow-light);
}
.navbar-brand {
  font-size: 1.8rem;
  color: var(--primary) !important;
  text-decoration: none;
  transition: transform 0.3s;
}
.about-image:hover img,
.branch-card:hover .branch-image img,
.featured-post:hover .featured-image img,
.hover-scale:hover,
.navbar-brand:hover,
.product-card:hover .product-image img {
  transform: scale(1.05);
}
.nav-link {
  color: var(--dark) !important;
  font-weight: 500;
  margin: 0 0.5rem;
  position: relative;
  transition: color 0.3s;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s;
}
.cart-icon,
.nav-link.active,
.nav-link:hover {
  color: var(--primary) !important;
}
.btn-outline-custom {
  border: 2px solid #fff;
  justify-content: center;
}
.btn-submit,
.scroll-to-top {
  border: none;
  cursor: pointer;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  font-size: 1.2rem;
  transform: translateY(20px);
  transition: 0.4s;
  z-index: 1000;
  box-shadow: 0 5px 20px var(--shadow-medium);
}
.gallery-overlay,
.hero {
  align-items: center;
  display: flex;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px var(--shadow-medium);
}
.hero {
  height: 100vh;
  position: relative;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/831601306_14.jpg") center/cover no-repeat;
}
.appointment-hero::before,
.beauty-hero::before,
.blog-hero::before,
.branches-hero::before,
.hair-hero::before,
.hero::before,
.privacy-hero::before,
.shop-hero::before,
.terms-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(139, 90, 60, 0.8),
    rgba(212, 165, 116, 0.6)
  );
}
.appointment-hero-content,
.beauty-hero-content,
.blog-hero-content,
.branches-hero-content,
.hair-hero-content,
.hero-content,
.privacy-hero-content,
.shop-hero-content,
.terms-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero-title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.hero-description {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 600px;
}
.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.floating-element {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: 6s ease-in-out infinite float;
}
.floating-element:first-child {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.floating-element:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 2s;
}
.floating-element:nth-child(3) {
  top: 40%;
  left: 60%;
  animation-delay: 4s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }
}
.service-card .service-icon {
  margin: auto;
}
.service-card .service-title {
  margin-top: 3%;
}
.service-price {
  color: var(--accent);
}
.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: transform 0.4s;
}
.gallery-item:hover {
  transform: scale(1.02);
}
.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .blog-image img,
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(139, 90, 60, 0.8),
    rgba(212, 165, 116, 0.6)
  );
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.footer {
  background: var(--dark);
  color: #fff;
  padding: 80px 0 30px;
  position: relative;
  border-top: 3px solid transparent;
  background-image: linear-gradient(var(--dark), var(--dark)),
    linear-gradient(90deg, var(--accent), var(--primary));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.brand-logo {
  font-size: 2rem;
  letter-spacing: 2px;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  transition: text-shadow 0.3s;
}
.brand-logo:hover {
  text-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
}
.footer-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.footer-links li {
  margin-bottom: 0.8rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  background: linear-gradient(to right, var(--accent), var(--accent)) no-repeat
    left bottom;
  background-size: 0 1px;
}
.footer-links a i {
  margin-right: 0.5rem;
  font-size: 0.65rem;
  color: var(--accent);
  transition: transform 0.3s;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(8px);
  background-size: 100% 1px;
}
.footer-links a:hover i {
  transform: translateX(4px);
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
  transition: transform 0.3s;
}
.contact-item i {
  color: var(--accent);
  font-size: 1rem;
  margin-top: 0.2rem;
  min-width: 1.2rem;
}
.contact-item a,
.contact-item small,
.creator-contact {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s;
}
.contact-item a:hover,
.creator-contact:hover,
.rating-stars {
  color: var(--accent);
}
.footer .social-link,
.social-link {
  display: inline-flex;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}
.contact-item:hover {
  transform: translateX(5px);
}
.social-link {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 15px;
  margin-right: 1rem;
}
.footer .social-link {
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  margin-right: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.2rem;
}
.btn-submit,
.social-link:hover {
  background: var(--accent);
  color: var(--dark);
}
.social-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px -10px var(--accent);
  border-color: var(--accent);
}
.newsletter-form .input-wrapper {
  position: relative;
  display: flex;
}
.newsletter-form .form-control {
  transition: 0.3s;
  flex: 1;
}
.newsletter-form .form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.2);
  color: #fff;
}
.btn-submit {
  border-radius: 0 25px 25px 0;
  padding: 0 20px;
  font-weight: 600;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.btn-submit:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: -3px 0 15px rgba(212, 175, 55, 0.3);
}
.btn-submit i {
  font-size: 1rem;
}
.footer-divider {
  margin: 2rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent),
    var(--primary),
    transparent
  );
  opacity: 0.6;
}
.error-description,
.text-center .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.creator-highlight {
  color: var(--accent);
  font-weight: 500;
  transition: color 0.3s;
}
.creator-highlight:hover {
  color: #fff;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer .col-lg-2,
.footer .col-lg-3,
.footer .col-lg-4 {
  animation: 0.8s forwards fadeUp;
}
.footer .col-lg-2,
.wishlist-item:first-child {
  animation-delay: 0.1s;
}
.footer .col-lg-3:first-of-type {
  animation-delay: 0.15s;
}
.footer .col-lg-3:nth-of-type(2),
.wishlist-item:nth-child(2) {
  animation-delay: 0.2s;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}
.animate-fade-in.visible,
.animate-on-scroll.animated,
.stagger-children.animated > * {
  opacity: 1;
  transform: translateY(0);
}
.animate-fade-in,
.stagger-children > * {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s;
}
.animate-zoom-in {
  opacity: 0;
  transform: scale(0.9);
  transition: 0.6s;
}
.animate-bounce-in.visible,
.animate-zoom-in.visible {
  opacity: 1;
  transform: scale(1);
}
.animate-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.6s;
}
.animate-slide-left.visible,
.animate-slide-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.animate-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: 0.6s;
}
.animate-bounce-in {
  opacity: 0;
  transform: scale(0.3);
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.animate-flip-in {
  opacity: 0;
  transform: perspective(1000px) rotateY(90deg);
  transition: 0.8s;
}
.animate-flip-in.visible {
  opacity: 1;
  transform: perspective(1000px) rotateY(0);
}
.stagger-children.animated > :first-child {
  transition-delay: 0.1s;
}
.stagger-children.animated > :nth-child(2) {
  transition-delay: 0.2s;
}
.stagger-children.animated > :nth-child(3) {
  transition-delay: 0.3s;
}
.stagger-children.animated > :nth-child(4) {
  transition-delay: 0.4s;
}
.stagger-children.animated > :nth-child(5) {
  transition-delay: 0.5s;
}
.stagger-children.animated > :nth-child(6) {
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .service-card,
  .testimonial-card {
    margin-bottom: 2rem;
  }
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  .btn-outline-custom,
  .btn-primary-custom {
    font-size: 14px;
  }
}
.smooth-transition {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover {
  transform: translateY(-5px);
}
.image-loading {
  background: linear-gradient(
    90deg,
    var(--gray-200) 25%,
    var(--gray-100) 50%,
    var(--gray-200) 75%
  );
  background-size: 200% 100%;
  animation: 1.5s infinite loading;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.hero-btn {
  width: 50% !important;
}
.error-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(139, 90, 60, 0.05),
    rgba(212, 165, 116, 0.03)
  );
  position: relative;
  overflow: hidden;
}
.error-container {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}
.error-code {
  font-size: clamp(8rem, 20vw, 12rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.beauty-hero-title,
.blog-post-title {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
}
.error-code::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 2px;
}
.error-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 1.5rem;
}
.error-description {
  font-size: 1.1rem;
  color: var(--gray-600);
  margin-bottom: 2.5rem;
  max-width: 600px;
}
.error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.error-image {
  max-width: 400px;
  margin: 0 auto;
  opacity: 0.8;
}
.error-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px var(--shadow-light);
}
.beauty-hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/beauty-hero.jpeg") center/cover no-repeat;
  margin-top: 5%;
}
.beauty-hero-title {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 350;
  margin-bottom: 1.5rem;
  margin-top: 2%;
}
.hair-type-card,
.skin-type-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--gray-200);
  transition: 0.4s;
  text-align: center;
}
.blog-card,
.blog-tag,
.page-link,
.read-more,
.social-share-btn,
.tag-link {
  transition: 0.3s;
}
.appointment-card:hover,
.hair-type-card:hover,
.skin-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px var(--shadow-light);
  border-color: var(--accent);
}
.hair-type-icon,
.skin-type-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.blog-post-badge,
.blog-post-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hair-type-icon i,
.skin-type-icon i {
  font-size: 2rem;
  color: #fff;
}
.process-step {
  padding: 2rem 1rem;
}
.blog-post-hero {
  padding: 150px 0 80px;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.9),
      rgba(212, 165, 116, 0.7)
    ),
    url("../images/ayurvedic.jpeg") center/cover no-repeat;
  color: #fff;
  position: relative;
}
.blog-post-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(139, 90, 60, 0.9),
    rgba(212, 165, 116, 0.7)
  );
}
.blog-tag:hover,
.btn-edit:hover,
.btn-track:hover,
.profile-menu-link.active,
.profile-menu-link:hover,
.social-share-btn:hover,
.step.active .step-icon,
.tag-link:hover,
.tracking-step.active .tracking-step-icon {
  background: var(--primary);
  color: #fff;
}
.blog-post-hero-content {
  position: relative;
  z-index: 2;
}
.blog-post-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-block;
  backdrop-filter: blur(10px);
}
.blog-post-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.blog-post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.author-info,
.social-sharing {
  display: flex;
  align-items: center;
}
.blog-meta i,
.blog-post-meta i {
  margin-right: 0.5rem;
  color: var(--accent);
}
.blog-content-body h2,
.blog-content-body h3 {
  color: var(--primary);
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.blog-post-meta span {
  margin-right: 2rem;
}
.author-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.author-avatar img,
.cart-product-image img,
.comment-avatar img,
.order-item-image img,
.recent-post-image img,
.review-product-image img,
.testimonial-avatar img,
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-details h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.author-details p {
  opacity: 0.9;
  margin-bottom: 0;
}
.blog-content-body {
  background: #fff;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 10px 30px var(--shadow-light);
}
.blog-content-body p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.blog-content-body h2 {
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--secondary);
}
.blog-content-body h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}
.blog-content-body blockquote {
  border-left: 4px solid var(--accent);
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gray-600);
}
.blog-content-body ol,
.blog-content-body ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.blog-content-body li,
.info-content p,
.profile-menu-item,
.table-of-contents li {
  margin-bottom: 0.5rem;
}
.blog-image {
  border-radius: 15px;
  margin: 2rem 0;
  box-shadow: 0 10px 25px var(--shadow-light);
}
.blog-card,
.comments-section,
.sidebar-widget {
  box-shadow: 0 10px 30px var(--shadow-light);
}
.blog-image img,
.payment-method.selected .payment-details,
.profile-tab.active {
  display: block;
}
.image-caption {
  font-style: italic;
  color: var(--gray-600);
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.blog-tag,
.social-share-btn,
.social-sharing span,
.widget-title {
  color: var(--primary);
}
.content-highlight {
  background: var(--secondary);
  padding: 2rem;
  border-radius: 15px;
  margin: 2rem 0;
  border-left: 4px solid var(--primary);
}
.social-sharing {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.social-sharing span {
  font-weight: 600;
  margin-right: 1rem;
}
.social-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--gray-100);
  border-radius: 50%;
  text-decoration: none;
  margin-right: 0.5rem;
}
.social-share-btn:hover {
  transform: translateY(-3px);
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.comment-form,
.pagination {
  margin-top: 3rem;
}
.blog-tag {
  background: var(--secondary);
  text-decoration: none;
}
.product-image-gallery,
.sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-widget {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.widget-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--secondary);
}
.categories-list li,
.recent-post {
  border-bottom: 1px solid var(--gray-200);
}
.auth-hero-list,
.categories-list {
  list-style: none;
  padding: 0;
}
.categories-list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.categories-list li:last-child,
.comment:last-child,
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.categories-list a {
  color: var(--dark);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}
.benefit-title,
.categories-list a:hover,
.current-price,
.order-item-price,
.order-tab.active,
.order-tab:hover,
.product-title,
.recent-post-content h4 a:hover,
.section-title,
.step.active .step-label,
.step.completed .step-label,
.table-of-contents a:hover,
.tracking-step.active .tracking-step-label,
.tracking-step.completed .tracking-step-label {
  color: var(--primary);
}
.categories-list span {
  background: var(--secondary);
  color: var(--primary);
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
}
.recent-post {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.recent-post-image {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}
.blog-meta span,
.comment-avatar {
  margin-right: 1.5rem;
}
.recent-post-content h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.recent-post-content h4 a,
.table-of-contents a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s;
}
.recent-post-date {
  font-size: 0.8rem;
  color: var(--gray-600);
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-link {
  background: var(--secondary);
  color: var(--primary);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
}
.newsletter-widget {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.newsletter-widget .widget-title {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.newsletter-form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 1rem;
}
.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-form .form-control:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.2);
}
.newsletter-form .btn {
  color: var(--primary);
  border: none;
  font-weight: 600;
  transition: 0.3s;
  height: 52px;
}
.newsletter-form .btn:hover {
  background: var(--secondary);
  transform: translateY(-2px);
}
.comments-section {
  background: #fff;
  border-radius: 25px;
  padding: 3rem;
  margin-top: 3rem;
}
.comments-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 2rem;
}
.comment {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-200);
}
.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.comment-content h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.comment-meta {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 1rem;
}
.comment-reply,
.read-more,
.section-title {
  color: var(--primary);
}
.comment-reply {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.comment-reply:hover {
  text-decoration: underline;
}
.related-posts,
.related-products-section,
.section,
.section-padding {
  padding: 80px 0;
}
.read-more {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.read-more:hover {
  color: var(--accent);
  transform: translateX(5px);
}
.blog-hero {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/831601306_14.jpg") center/cover no-repeat;
}
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  height: 100%;
}
.featured-post,
.map-container {
  box-shadow: 0 15px 40px var(--shadow-light);
  overflow: hidden;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px var(--shadow-medium);
}
.blog-image,
.branch-image {
  height: 250px;
  overflow: hidden;
}
.blog-image img,
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-content,
.branch-content,
.pricing-body,
.tab-content {
  padding: 2rem;
}
.blog-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--gray-600);
}
.blog-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.appointment-staff,
.blog-excerpt,
.profile-email {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.amenity-tag,
.blog-tag {
  background: var(--secondary);
  color: var(--primary);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}
.featured-post {
  background: #fff;
  border-radius: 25px;
  margin-bottom: 3rem;
}
.featured-badge,
.page-item.active .page-link {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
}
.blog-hero-title,
.featured-badge,
.featured-title {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.featured-image {
  height: 400px;
  overflow: hidden;
}
.auth-form-container,
.featured-content {
  padding: 3rem;
}
.featured-badge {
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-block;
}
.featured-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  color: var(--primary);
  line-height: 1.2;
}
.blog-hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.2;
}
.pagination {
  justify-content: center;
}
.page-link {
  border: none;
  color: var(--primary);
  padding: 12px 20px;
  margin: 0 5px;
  border-radius: 15px;
}
.page-link:hover {
  background: var(--secondary);
  color: var(--primary);
}
.blogpart {
  margin-top: 2%;
}
.stagger-children .col-md-6 {
  margin-bottom: 2%;
}
.branches-hero {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/branch-hero.jpeg") center/cover no-repeat;
  margin-top: 5%;
}
.branches-hero-title,
.privacy-hero-title,
.shop-hero-title,
.terms-hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 5%;
}
.branch-card,
.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid var(--gray-200);
  transition: 0.4s;
  height: auto;
}
.branch-card:hover,
.product-card:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px var(--shadow-light);
  border-color: var(--accent);
}
.branch-image img,
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.appointment-service,
.branch-title,
.profile-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.about-text p,
.branch-info,
.branch-subtitle,
.form-group,
.rating-section {
  margin-bottom: 1.5rem;
}
.branch-subtitle {
  color: var(--gray-600);
  font-size: 0.9rem;
}
.branch-info-item {
  display: flex;
  margin-bottom: 0.8rem;
}
.branch-info-item i,
.feature-item i {
  color: var(--primary);
  margin-right: 10px;
  width: 20px;
}
.branch-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.cart-header,
.cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
}
.map-container {
  border-radius: 20px;
  height: 500px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.category-filter,
.location-filter {
  background: #fff;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px var(--shadow-light);
}
.cart-product-details h4,
.stat-number {
  margin-bottom: 0.5rem;
  font-family: "Cormorant Garamond", serif;
}
.stats-section {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 80px 0;
}
.benefit-item,
.stat-item {
  padding: 1rem;
}
.stat-number {
  font-size: 3rem;
  font-weight: 600;
}
.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}
.cart-section {
  padding: 60px 0;
  margin-top: 4%;
}
.cart-container,
.checkout-container,
.orders-container,
.profile-container {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px var(--shadow-light);
}
.map-container p {
  color: #2c2c2c !important;
}
.cart-header {
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray-300);
  font-weight: 600;
  color: var(--gray-800);
}
.cart-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-200);
  align-items: center;
}
.cart-product,
.cart-quantity,
.meta-item,
.product-price,
.product-rating {
  display: flex;
  align-items: center;
}
.cart-product-image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1rem;
}
.cart-product-details h4 {
  font-size: 1.3rem;
  color: var(--primary);
}
.cart-product-category,
.review-date {
  color: var(--gray-600);
  font-size: 0.9rem;
}
.cart-price {
  font-weight: 600;
  color: var(--primary);
}
.quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-input {
  border-left: 1px solid var(--gray-300);
  border-right: 1px solid var(--gray-300);
}
.cart-total {
  font-weight: 700;
  color: var(--primary);
}
.btn-remove {
  background: 0 0;
  border: none;
  color: var(--gray-600);
  cursor: pointer;
  transition: color 0.3s;
}
.btn-remove:hover {
  color: #dc3545;
}
.cart-summary {
  background: var(--gray-100);
  border-radius: 15px;
  padding: 2rem;
  margin-top: 2rem;
}
.payment-methods,
.promo-code {
  margin: 1.5rem 0;
}
.promo-input-group {
  display: flex;
  margin-bottom: 0.5rem;
}
.promo-input {
  flex: 1;
  border: 1px solid var(--gray-300);
  border-radius: 50px 0 0 50px;
  padding: 0.75rem 1rem;
  outline: 0;
}
.payment-method:hover,
.promo-input:focus,
.thumbnail.active {
  border-color: var(--primary);
}
.btn-apply {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 0 1.5rem;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-apply:hover {
  background: var(--accent);
}
.promo-message {
  font-size: 0.9rem;
  color: var(--gray-600);
}
.promo-success {
  color: #28a745;
}
.checkout-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.btn-add-to-cart,
.btn-checkout {
  flex: 2;
}
.about-text,
.btn-continue,
.order-item-details {
  flex: 1;
}
.empty-cart,
.empty-orders {
  padding: 3rem;
}
.empty-cart-icon,
.empty-orders-icon,
.empty-state-icon {
  font-size: 4rem;
  color: var(--gray-300);
  margin-bottom: 1.5rem;
}
.recently-viewed-section,
.recommended-section {
  padding: 60px 0;
  background: #fff;
}
.checkout-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.checkout-steps::before,
.tracking-steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gray-200);
  z-index: 1;
}
.step,
.tracking-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.step-icon,
.tracking-step-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: var(--gray-600);
}
.step.completed .step-icon,
.tracking-step.completed .tracking-step-icon {
  background: var(--accent);
  color: #fff;
}
.step-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray-600);
}
.benefits-section,
.btn-wishlist:hover,
.order-summary,
.pricing-section {
  background: var(--gray-100);
}
.summary-title {
  color: var(--primary);
  border-bottom: 1px solid var(--gray-300);
}
.order-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--gray-200);
}
.payment-method,
.search-input {
  border: 1px solid var(--gray-300);
  transition: 0.3s;
}
.form-label,
.info-content strong,
.order-item-name {
  color: var(--dark);
}
.payment-method {
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.payment-method.selected {
  border-color: var(--primary);
  background-color: rgba(139, 90, 60, 0.05);
}
.payment-method-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.payment-method-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: var(--gray-600);
}
.order-item-price,
.order-value,
.payment-method-title {
  font-weight: 600;
  color: var(--dark);
}
.payment-details {
  margin-top: 1rem;
  display: none;
}
.security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-300);
}
.pricing-features li i,
.security-badge i {
  color: var(--primary);
  margin-right: 0.5rem;
}
.checkout-section,
.my-orders-section {
  padding: 60px 0;
}
.btn-outline-custom,
.checkout-section .btn-outline-custom,
.faq-section .btn-outline-custom .appointments .btn-outline-custom {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: 0 0;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}
.appointments .btn-primary-custom,
.checkout-section .btn-primary-custom,
.faq-section .btn-primary-custom {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  width: auto;
}
.nav-tabs .nav-link,
.original-price,
.search-icon,
.section-subtitle {
  color: var(--gray-600);
}
.faq-section {
  padding: 100px 0;
}
.search-box {
  max-width: 500px;
  margin: 0 auto 3rem;
  position: relative;
}
.search-input {
  border-radius: 50px;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  width: 100%;
}
.form-control:focus,
.search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(139, 90, 60, 0.15);
}
.search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.category-btn {
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  color: var(--dark);
  font-weight: 500;
  transition: 0.3s;
}
.category-btn.active,
.category-btn:hover,
.filter-option.active,
.filter-option:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.accordion {
  margin: 0 auto;
}
.accordion-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px var(--shadow-light);
  transition: 0.3s;
}
.accordion-item:hover {
  box-shadow: 0 8px 25px var(--shadow-medium);
}
.accordion-button {
  background: #fff;
  color: var(--dark);
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--primary);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238B5A3C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  color: var(--gray-600);
  border-top: 1px solid var(--gray-200);
}
.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  margin-top: 4rem;
  box-shadow: 0 10px 30px var(--shadow-light);
}
.contact-icon {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
}
.hair-hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/summer.jpeg") center/cover no-repeat;
  margin-top: 5%;
}
.hair-hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 350;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--gray-200);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.service-icon,
.step-number {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  align-items: center;
  display: flex;
}
.appointment-card::before,
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--secondary),
    rgba(139, 90, 60, 0.05)
  );
  transition: left 0.4s;
  z-index: -1;
}
.appointment-card:hover::before,
.btn-primary-custom:hover::before,
.service-card:hover::before {
  left: 0;
}
.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s;
}
.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}
.service-icon i {
  font-size: 1.8rem;
  color: #fff;
}
.privacy-section h3,
.service-title,
.terms-section h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}
.service-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
}
.step-number {
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.testimonial-card {
  background: #fff;
  border-radius: 25px;
  padding: 3rem 2rem;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px var(--shadow-light);
}
.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border: 4px solid var(--secondary);
}
.testimonial-stars {
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.headspa-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6))
      center/cover fixed,
    url("../images/headspa-hero.jpeg") center/cover fixed;
  color: #fff;
  padding: 150px 0 100px;
  position: relative;
}
.about-headspa,
.benefit-card,
.process-section {
  background: #fff;
}
.headspa-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--gray-100));
}
.headspa-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.headspa-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.about-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.about-image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px var(--shadow-light);
}
.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.benefits-grid,
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.benefit-card {
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px var(--shadow-light);
  transition: 0.3s;
}
.benefit-card:hover,
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px var(--shadow-medium);
}
.order-card:hover,
.pricing-card {
  box-shadow: 0 10px 30px var(--shadow-light);
}
.benefit-icon {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.hair-type-card hover-lifts {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 3rem 0;
}
.hair-type-card hover-lifts::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gray-300);
  z-index: 1;
}
.hair-type-card hover-lift {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
}
.step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.step-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}
.step-description {
  color: var(--gray-600);
  padding: 0 1rem;
}
.pricing-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.pricing-card.featured {
  border: 2px solid var(--primary);
  transform: scale(1.05);
}
.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.pricing-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--japan-red);
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  transform: rotate(45deg);
}
.appointment-card,
.appointment-hero,
.btn-primary-custom,
.cart-icon,
.contact-hero,
.order-tab,
.privacy-hero,
.shop-hero,
.terms-hero {
  position: relative;
}
.pricing-header {
  padding: 2rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
}
.pricing-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.pricing-price {
  font-size: 2.5rem;
  font-weight: 700;
}
.pricing-duration {
  font-size: 0.9rem;
  opacity: 0.8;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.pricing-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
}
.order-item:last-child,
.pricing-features li:last-child {
  border-bottom: none;
}
.japanese-badge {
  display: inline-block;
  background: var(--japan-red);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.order-tabs {
  display: flex;
  border-bottom: 1px solid var(--gray-300);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.order-header,
.summary-row {
  justify-content: space-between;
}
.order-tab {
  padding: 1rem 1.5rem;
  background: 0 0;
  border: none;
  font-weight: 600;
  color: var(--gray-600);
  transition: 0.3s;
}
.order-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary);
}
.order-card {
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: 0.3s;
}
.order-header {
  background: var(--gray-100);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.order-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.order-detail {
  display: flex;
  flex-direction: column;
}
.order-item,
.review-product {
  display: flex;
  align-items: center;
}
.order-label {
  font-size: 0.8rem;
  color: var(--gray-600);
  margin-bottom: 0.25rem;
}
.order-status {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.8rem;
}
.status-pending {
  background: #fff3cd;
}
.status-processing {
  background: #cce5ff;
  color: #004085;
}
.status-shipped {
  background: #d1ecf1;
  color: #0c5460;
}
.status-delivered {
  background: #d4edda;
  color: #155724;
}
.status-cancelled {
  background: #f8d7da;
}
.order-items,
.product-content {
  padding: 1.5rem;
}
.order-item {
  border-bottom: 1px solid var(--gray-200);
}
.order-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#moveAllToCart,
.btn-review {
  background: var(--primary);
  color: #fff;
  border: none;
}
.btn-review:hover,
.btn-shop:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--shadow-medium);
}
.btn-outline-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--shadow-medium);
}
.btn-edit,
.btn-track {
  background: 0 0;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-reorder {
  background: 0 0;
  color: var(--gray-600);
  border: 1px solid var(--gray-300);
}
.btn-reorder:hover,
.quantity-btn:hover {
  background: var(--gray-200);
}
.review-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}
.review-modal .modal-header {
  background: var(--primary);
  color: #fff;
  border-bottom: none;
}
.review-modal .modal-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.review-modal .btn-close {
  filter: invert(1);
}
.review-product {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-200);
}
.order-item-image,
.review-product-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1.5rem;
}
.review-product-details h5 {
  font-family: "Cormorant Garamond", serif;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.rating-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.address-actions,
.star-rating {
  display: flex;
  gap: 0.5rem;
}
.star {
  font-size: 1.5rem;
  color: var(--gray-300);
  cursor: pointer;
  transition: color 0.2s;
}
.star.active,
.star:hover {
  color: #ffc107;
}
textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.appointment-hero {
  height: 40vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/summer.jpeg") center/cover no-repeat;
  margin-top: 6%;
}
.appointment-hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.appointment-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid var(--gray-200);
  transition: 0.4s;
  overflow: hidden;
}
.appointment-status {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.status-confirmed {
  background-color: #e8f5e8;
  color: #2e7d32;
}
.status-pending {
  background-color: #fff3e0;
  color: #ef6c00;
}
.status-completed {
  background-color: #f5f5f5;
  color: #616161;
}
.status-cancelled {
  background-color: #ffebee;
  color: #c62828;
}
.appointment-datetime {
  font-size: 1.1rem;
  color: var(--gray-800);
  margin-bottom: 0.5rem;
}
.auth-tabs,
.nav-tabs {
  border-bottom: 2px solid var(--gray-200);
  margin-bottom: 2rem;
}
.empty-state {
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--gray-200);
}
.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  overflow: hidden;
}
.btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  transition: left 0.3s;
  z-index: -1;
}
.btn-primary-custom:hover {
  color: #fff;
}
.btn-outline-custom:hover {
  background: var(--primary);
  color: #fff;
}
.contact-hero-image img,
.contact-info-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.contact-hero {
  background: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%);
  padding: 150px 0 100px;
  overflow: hidden;
}
.min-vh-80 {
  min-height: 80vh;
}
.contact-info-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-info-card:hover {
  transform: translateY(-10px);
}
.contact-icon {
  width: 80px;
  height: 80px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8rem;
}
.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact-form {
  background: #fff;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 15px 40px var(--shadow-light);
}
.form-control {
  border: 2px solid var(--gray-200);
  font-size: 1rem;
  background: var(--gray-100);
}
.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(139, 90, 60, 0.25);
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(var(--accent-rgb), 0.25);
}
.map-container {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.business-hours {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.accordion-button {
  font-weight: 500;
  padding: 1.2rem 1.25rem;
}
.auth-hero-title,
.form-title {
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(var(--primary-rgb), 0.05);
  color: var(--primary);
}
.accordion-body {
  padding: 1.25rem;
}
.form-control {
  border: 1px solid #e2e8f0;
}
.privacy-hero {
  height: 50vh;
  display: flex;
  margin-top: 5%;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/privacy-hero.jpeg") center/cover no-repeat;
}
.privacy-content,
.terms-content {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px var(--shadow-light);
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.privacy-section,
.terms-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-200);
}
.privacy-section:last-child,
.terms-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.privacy-section p,
.terms-section p {
  margin-bottom: 1rem;
  color: var(--gray-800);
}
.privacy-section ol,
.privacy-section ul,
.terms-section ol,
.terms-section ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.privacy-section li,
.terms-section li {
  margin-bottom: 0.5rem;
  color: var(--gray-800);
}
.table-of-contents {
  background: var(--gray-100);
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
}
.filter-title,
.table-of-contents h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.table-of-contents ul {
  list-style-type: none;
  padding-left: 0;
}
.auth-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 60px;
  margin: auto;
}
.auth-container {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 20px 60px var(--shadow-light);
  overflow: hidden;
  width: 100%;
}
.benefit-icon,
.confirmation-container,
.main-product-image,
.product-tabs {
  box-shadow: 0 10px 30px var(--shadow-light);
}
.auth-hero {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.auth-hero-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.auth-hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.form-control,
.form-title {
  margin-bottom: 1.5rem;
}
.auth-hero-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.divider,
.terms-hero {
  align-items: center;
  display: flex;
}
.auth-hero-list i,
.social-btn i {
  margin-right: 10px;
  font-size: 1.2rem;
}
.auth-tabs .nav-link {
  border: none;
  color: var(--gray-600);
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -2px;
}
.form-control,
.social-btn {
  border: 1px solid var(--gray-300);
}
.auth-tabs .nav-link.active {
  color: var(--primary);
  background-color: transparent;
  border-bottom: 2px solid var(--primary);
}
.form-title {
  font-size: 2rem;
  color: var(--primary);
}
.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(139, 90, 60, 0.1);
}
.divider {
  margin: 2rem 0;
}
.divider::after,
.divider::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--gray-300);
}
.divider span {
  padding: 0 1rem;
  color: var(--gray-600);
  font-size: 0.9rem;
}
.social-login {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  color: var(--dark);
  font-weight: 500;
  transition: 0.3s;
}
.social-btn:hover {
  background: var(--gray-100);
  transform: translateY(-2px);
}
.btn-google {
  color: #db4437;
}
.btn-facebook {
  color: #4267b2;
}
.terms-hero {
  height: 50vh;
  margin-top: 5%;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/summer.jpeg") center/cover no-repeat;
}
.highlight-box {
  background: var(--secondary);
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  border-radius: 0 10px 10px 0;
  margin: 1.5rem 0;
}
.shop-hero {
  height: 60vh;
  display: flex;
  margin-top: 5%;
  align-items: center;
  background: linear-gradient(
      135deg,
      rgba(139, 90, 60, 0.8),
      rgba(212, 165, 116, 0.6)
    ),
    url("../images/shop-hero.jpeg") center/cover no-repeat;
}
.section-subtitle {
  color: var(--gray-600);
  margin-left: auto;
  margin-right: auto;
}
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.product-category {
  color: var(--gray-600);
}
.product-description {
  color: var(--gray-600);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-text,
.rating-count {
  color: var(--gray-600);
  font-size: 0.85rem;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-option {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  color: var(--gray-800);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
}
.cart-icon {
  margin-left: 1rem;
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}
.modal-content {
  border-radius: 25px;
  border: none;
  overflow: hidden;
}
.modal-header {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  border-bottom: none;
}
.modal-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.benefits-section {
  background: var(--secondary);
  padding: 80px 0;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.benefit-icon i {
  font-size: 2rem;
  color: var(--primary);
}
.benefit-title,
.product-title,
.product-title-small {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.product-detail-section {
  padding: 60px 0;
  margin-top: 5%;
}
.main-product-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.main-product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-thumbnails {
  display: flex;
  gap: 10px;
}
.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}
.product-info,
.profile-content {
  padding-left: 2rem;
}
.product-badge {
  display: inline-block;
  background: var(--primary);
  margin-bottom: 1rem;
}
.product-category {
  color: var(--gray-600);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
.product-rating,
.quantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.rating-stars {
  color: var(--accent);
  margin-right: 10px;
}
.rating-count {
  color: var(--gray-600);
  margin-left: 5px;
}
.product-description {
  color: var(--gray-800);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.product-features {
  margin-bottom: 2rem;
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.purchase-options {
  background: var(--gray-100);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.quantity-label {
  margin-right: 1rem;
  font-weight: 600;
}
.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-300);
  border-radius: 50px;
  overflow: hidden;
}
.quantity-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.quantity-input {
  width: 60px;
  height: 40px;
  border: none;
  border-left: 1px solid var(--gray-300);
  border-right: 1px solid var(--gray-300);
  font-weight: 600;
}
.action-buttons {
  display: flex;
  gap: 1rem;
}
.btn-wishlist {
  flex: 1;
  background: #fff;
  border: 1px solid var(--gray-300);
  color: var(--dark);
}
.nav-tabs,
.order-item,
.review-item {
  border-bottom: 1px solid var(--gray-200);
}
.product-meta {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}
.meta-item i {
  color: var(--primary);
  margin-right: 8px;
}
.product-tabs-section {
  padding: 60px 0;
  background: var(--gray-100);
}
.product-tabs {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.nav-tabs {
  padding: 0 2rem;
}
.nav-tabs .nav-link {
  border: none;
  color: var(--gray-600);
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 0;
  margin-bottom: -1px;
}
.nav-tabs .nav-link.active {
  color: var(--primary);
  background-color: #fff;
  border-bottom: 2px solid var(--primary);
}
#moveAllToCart:hover,
.wishlist-actions .btn-primary-custom:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}
.tab-pane h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.ingredients-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.ingredient-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 10px;
  background: var(--gray-100);
}
.current-price,
.ingredient-item i {
  color: var(--primary);
  margin-right: 10px;
}
.review-item {
  padding: 1.5rem 0;
}
.review-header {
  display: flex;
  justify-content: between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.reviewer-name {
  font-weight: 600;
}
.review-rating {
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.section-subtitle {
  color: var(--gray-600);
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 800px;
}
.product-badge,
.product-badge-small {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.offer-card,
.offers-hero,
.product-image,
.section-title,
.tracking-steps {
  position: relative;
}
.product-price,
.product-price-small {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.current-price-small {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-right: 10px;
}
.original-price-small {
  font-size: 1rem;
  color: var(--gray-600);
  text-decoration: line-through;
}
.order-confirmation-section {
  padding: 60px 0;
  margin-top: 10px;
}
.confirmation-container {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
}
.confirmation-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: 2rem;
}
.confirmation-message {
  font-size: 1.2rem;
  color: var(--gray-600);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.info-title,
.order-item-name {
  font-size: 1.2rem;
  color: var(--primary);
  font-family: "Cormorant Garamond", serif;
}
.order-details-container {
  background: var(--gray-100);
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: left;
}
.info-card,
.order-summary {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px var(--shadow-light);
}
.order-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.info-card {
  padding: 1.5rem;
}
.info-title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.info-title i {
  margin-right: 0.5rem;
}
.order-items {
  margin: 2rem 0;
}
.order-item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.order-item-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.order-item-category {
  color: var(--gray-600);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.order-summary {
  padding: 1.5rem;
  margin-top: 2rem;
}
.summary-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-300);
}
.summary-row {
  display: flex;
  margin-bottom: 1rem;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-300);
  color: var(--primary);
}
.order-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.order-tracking {
  margin: 3rem 0;
}
.tracking-steps {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.btn-shop,
.profile-menu-link {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.tracking-step-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray-600);
  text-align: center;
}
.product-image {
  height: 250px;
  overflow: hidden;
}
.btn-shop {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
  justify-content: center;
  width: 100%;
}
.profile-sidebar {
  background: var(--gray-100);
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
}
.profile-picture {
  text-align: center;
  margin-bottom: 2rem;
}
.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 10px 30px var(--shadow-light);
  margin-bottom: 1rem;
}
.membership-features ul,
.profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-menu-link {
  padding: 0.75rem 1rem;
  color: var(--dark);
  text-decoration: none;
  border-radius: 10px;
}
.profile-menu-link i {
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
.profile-tab {
  display: none;
}
.tab-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-200);
}
.form-label {
  font-weight: 600;
  color: var(--gray-800);
  margin-bottom: 0.5rem;
}
.form-control {
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
.address-card,
.stat-card {
  padding: 1.5rem;
  transition: 0.3s;
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.stat-card {
  background: var(--gray-100);
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  color: #8b5a3c;
}
.address-badge,
.stat-icon {
  background: var(--primary);
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px var(--shadow-light);
}
.stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
}
.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.address-card {
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  margin-bottom: 1.5rem;
}
.address-badge,
.btn-action {
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}
.address-card:hover {
  box-shadow: 0 5px 15px var(--shadow-light);
}
.address-card.default {
  border-color: var(--primary);
  background: rgba(139, 90, 60, 0.05);
}
.address-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.membership-card,
.offer-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  flex-direction: column;
  transition: 0.3s;
}
.address-title {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.25rem;
}
.address-badge {
  color: #fff;
  padding: 0.25rem 0.75rem;
}
.btn-action {
  padding: 0.4rem 0.8rem;
  transition: 0.3s;
}
.btn-delete {
  background: 0 0;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.btn-delete:hover {
  background: #dc3545;
  color: #fff;
}
.profile-section {
  margin-top: 8%;
}
#changePhotoBtn {
  margin: auto auto 20px;
}
#home .btn-outline-custom {
  border: 2px solid #f5f4f4;
  color: #fff;
}
#about .section-badge {
  margin: auto auto 5%;
  display: block;
  width: 38%;
}
.text-muted {
  color: #fff !important;
}
.checkout-section {
  margin-top: 5%;
}
.offers-hero {
  padding: 180px 0 100px;
  background: linear-gradient(
      135deg,
      rgba(168, 139, 108, 0.9),
      rgba(118, 96, 72, 0.9)
    )
    center/cover no-repeat;
  overflow: hidden;
}
.offer-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}
.offer-features li,
.offer-price {
  align-items: center;
  display: flex;
}
.offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.featured-offer {
  border: 2px solid var(--accent);
  transform: scale(1.02);
}
.offer-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--accent);
  color: #fff;
  padding: 5px 30px;
  transform: rotate(45deg);
  font-size: 0.8rem;
  font-weight: 600;
}
.offer-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-200);
}
.offer-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary);
}
.offer-price {
  gap: 15px;
}
.original-price {
  text-decoration: line-through;
  color: var(--gray-500);
  font-size: 1.2rem;
}
.current-price {
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 700;
}
.offer-content {
  flex-grow: 1;
  margin-bottom: 25px;
}
.offer-description {
  margin-bottom: 20px;
  color: var(--gray-600);
}
.offer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.offer-features li {
  padding: 8px 0;
}
.offer-features i {
  color: var(--accent);
  margin-right: 10px;
  font-size: 0.9rem;
}
.offer-validity {
  display: flex;
  align-items: center;
  color: var(--gray-500);
  font-size: 0.9rem;
}
.offer-validity i {
  margin-right: 8px;
}
.membership-actions,
.offer-actions {
  margin-top: auto;
}
.seasonal-offer {
  border-top: 4px solid var(--primary);
}
.membership-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  position: relative;
}
.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.featured-membership {
  border: 2px solid var(--accent);
  transform: scale(1.05);
}
.membership-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.membership-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--gray-200);
}
.membership-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary);
}
.membership-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.membership-price .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
}
.membership-price .duration {
  color: var(--gray-500);
  font-size: 0.9rem;
}
.membership-features {
  flex-grow: 1;
  margin-bottom: 30px;
}
.membership-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.membership-features i {
  margin-right: 10px;
  font-size: 0.9rem;
}
.membership-features .fa-check {
  color: var(--success);
}
.membership-features .fa-times {
  color: var(--gray-400);
}
.newsletter-form .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.newsletter-form .form-control {
  border: none;
  padding: 15px 25px;
  font-size: 1rem;
  border-radius: 30px 0 0 30px;
}
.newsletter-form .btn {
  border-radius: 0 50px 50px 0;
  padding: 15px 30px;
}
.offers-hero .hero-description,
.wishlist-hero .hero-description {
  max-width: 100%;
}
.wishlist-hero {
  background: linear-gradient(
      135deg,
      rgba(168, 139, 108, 0.9),
      rgba(118, 96, 72, 0.9)
    )
    center/cover no-repeat;
  padding: 150px 0 80px;
  color: #fff;
  text-align: center;
  margin-top: 4%;
}
.wishlist-hero-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.wishlist-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: 0.6s forwards fadeInUp;
}
.wishlist-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.wishlist-remove {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9534f;
  transition: 0.3s;
}
.wishlist-remove:hover {
  background: #d9534f;
  color: #fff;
}
.wishlist-image {
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.wishlist-empty {
  text-align: center;
  padding: 60px 20px;
}
.wishlist-empty-icon {
  font-size: 4rem;
  color: var(--gray-400);
  margin-bottom: 20px;
}
.wishlist-count {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.wishlist-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.wishlist-actions .btn {
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 25px;
  flex: 1;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-actions .btn-primary-custom {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.3s;
}
.wishlist-actions .btn-primary-custom:hover {
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.wishlist-actions .btn-outline-custom {
  background: 0 0;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.3s;
}
.wishlist-actions .btn-outline-custom:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
#clearWishlist,
#moveAllToCart {
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 1150px) {
  .navbar-brand {
    font-size: 1.2rem !important;
  }
  .cart-icon {
    margin-top: 38%;
  }
  .hero-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .about-content,
  .wishlist-actions {
    flex-direction: column;
  }
  .hair-type-card hover-lifts {
    flex-direction: column;
    gap: 2rem;
  }
  .hair-type-card hover-lifts::before {
    display: none;
  }
  .profile-content {
    padding-left: 0;
    margin-top: 2rem;
  }
  .offers-hero {
    padding: 150px 0 80px;
  }
  .featured-membership,
  .featured-offer,
  .membership-card:hover,
  .offer-card:hover {
    transform: none;
  }
  .newsletter-form .input-group {
    flex-direction: column;
    border-radius: 16px;
  }
  .newsletter-form .form-control {
    border-radius: 16px 16px 0 0;
  }
  .newsletter-form .btn {
    border-radius: 0 50px 50px 0;
  }
  .wishlist-hero-title {
    font-size: 2.5rem;
  }
  .d-flex.gap-2 .btn,
  .wishlist-actions .btn {
    width: 100%;
  }
  .d-flex.gap-2 {
    gap: 10px !important;
  }
  .cart-icon {
    margin-top: 38%;
  }
}
.wishlist-item:nth-child(3) {
  animation-delay: 0.3s;
}
.wishlist-item:nth-child(4) {
  animation-delay: 0.4s;
}
.wishlist-item:nth-child(5) {
  animation-delay: 0.5s;
}
.wishlist-item:nth-child(6) {
  animation-delay: 0.6s;
}
.beauty-hero .btn-outline-custom,
.hair-hero .btn-outline-custom {
  border: 2px solid #fff;
  color: #fff;
}
#homesubtext {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
    padding-bottom: 1rem;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 6px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}