:root {
  --background-color: #fbf7ef;
  --default-color: #2a241d;
  --heading-color: #15120f;
  --accent-color: #b68a54;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #211b15;
  --nav-hover-color: #b68a54;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #211b15;
  --nav-dropdown-hover-color: #b68a54;
}

body {
  background: #fbf7ef;
  color: #2a241d;
}

a {
  color: #9f7443;
}

a:hover {
  color: #b68a54;
}

.sitename {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.top-bar,
.footer-bottom {
  background: #11100e;
  color: rgba(255, 250, 241, .86);
}

.top-bar a,
.footer-bottom a {
  color: #d9b781;
}

.main-header,
.header-nav {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(182, 138, 84, .2);
}

.aj-logo-link {
  gap: 14px;
  text-decoration: none;
}

.aj-site-logo {
  width: 86px;
  height: 54px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(18, 16, 14, .16);
}

.aj-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.aj-logo-text .sitename {
  color: #15120f;
  font-weight: 700;
  font-size: 22px;
}

.aj-logo-text small {
  color: #b68a54;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .24em;
  margin-top: 4px;
}

.header-action-btn .badge,
.bg-accent {
  background: #b68a54;
}

.btn-primary,
.btn.btn-primary,
.btn-add-to-cart,
.btn-shop,
.checkout-btn,
.add-to-cart-btn {
  background: #b68a54;
  border-color: #b68a54;
  color: #fff;
}

.btn-primary:hover,
.btn.btn-primary:hover,
.btn-add-to-cart:hover,
.btn-shop:hover,
.checkout-btn:hover,
.add-to-cart-btn:hover {
  background: #8f6438;
  border-color: #8f6438;
  color: #fff;
}

.btn-outline-primary {
  color: #9f7443;
  border-color: #b68a54;
}

.btn-outline-primary:hover {
  background: #b68a54;
  border-color: #b68a54;
  color: #fff;
}

.ecommerce-hero-1 {
  background:
    radial-gradient(circle at 78% 20%, rgba(217, 183, 129, .28), transparent 28%),
    linear-gradient(135deg, #11100e 0%, #211b15 52%, #fbf7ef 52%, #fbf7ef 100%);
}

.hero .content h1,
.hero .content p,
.hero .hero-features .feature-item span,
.hero .promo-badge {
  color: #fffaf1;
}

.hero .content h1 span,
.promo-badge,
.product-rating {
  color: #d9b781;
}

.hero .main-product,
.category-card img,
.product-card .product-image img {
  object-fit: cover;
}

.hero-image {
  filter: drop-shadow(0 24px 36px rgba(17, 16, 14, .24));
}

.floating-product,
.discount-badge,
.info-card,
.product-card,
.login-register-wraper,
.cart-summary,
.info-box {
  border: 1px solid rgba(182, 138, 84, .18);
  box-shadow: 0 16px 34px rgba(33, 27, 21, .08);
}

.discount-badge {
  background: #11100e;
  color: #d9b781;
}

.category-card {
  min-height: 260px;
}

.category-link,
.view-all-btn {
  background: rgba(17, 16, 14, .9);
  color: #d9b781;
}

.category-link:hover,
.view-all-btn:hover {
  background: #b68a54;
  color: #fff;
}

.product-card .product-image {
  overflow: hidden;
}

.product-card .product-actions form {
  margin: 0;
}

.product-filters li.filter-active,
.product-filters li:hover {
  background: #b68a54;
  color: #fff;
}

.product-filters a {
  color: inherit;
}

.aj-shop-search {
  width: 100%;
}

.empty-state {
  padding: 64px 20px;
  text-align: center;
  background: rgba(182, 138, 84, .12);
  border: 1px solid rgba(182, 138, 84, .2);
  border-radius: 8px;
}

.footer {
  background: #161411;
  color: rgba(255, 250, 241, .78);
}

.footer .footer-newsletter,
.footer .footer-main {
  background: #161411;
}

.footer h2,
.footer h4,
.footer h5,
.footer .sitename {
  color: #f8efe0;
}

.footer a {
  color: #d9b781;
}

.aj-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.aj-footer-logo img {
  width: 96px;
  height: 60px;
  object-fit: cover;
  border-radius: 2px;
}

.contact-2 .php-email-form .loading,
.contact-2 .php-email-form .error-message,
.contact-2 .php-email-form .sent-message {
  display: none;
}

.cart .product-image img {
  width: 86px;
  height: 86px;
  object-fit: cover;
}

.quantity-selector input,
.quantity-selector .form-control {
  max-width: 120px;
}

@media (max-width: 767px) {
  .aj-site-logo {
    width: 68px;
    height: 44px;
  }

  .aj-logo-text .sitename {
    font-size: 17px;
  }

  .aj-logo-text small {
    font-size: 9px;
  }

  .hero .content h1 {
    font-size: 42px;
  }
}
/* Image stability fixes: keep BootstrapMade's absolute image layers visible. */
img {
  max-width: 100%;
}

.aj-site-logo,
.aj-footer-logo img {
  display: block;
  flex-shrink: 0;
}

.hero .image-col .hero-image .main-product {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}

.best-sellers .product-image,
.product-list .product-image {
  aspect-ratio: auto;
  background: #f8f3ea;
}

.best-sellers .product-image img,
.product-list .product-image img {
  display: block;
}

.category-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.product-card .product-image img.default-image,
.product-card .product-image img.main-img {
  opacity: 1;
}
/* AJ Beauty final brand override */
:root {
  --background-color: #11100e;
  --default-color: #2a241d;
  --heading-color: #15120f;
  --accent-color: #b68a54;
  --surface-color: #fffaf1;
  --contrast-color: #ffffff;
  --nav-color: #fffaf1;
  --nav-hover-color: #d9b781;
  --nav-mobile-background-color: #11100e;
  --nav-dropdown-background-color: #171410;
  --nav-dropdown-color: #fffaf1;
  --nav-dropdown-hover-color: #d9b781;
}

body {
  background: #11100e !important;
  color: #2a241d;
}

.main,
main {
  background: #fbf7ef;
}

.top-bar,
.main-header,
.header-nav,
.footer,
.footer .footer-newsletter,
.footer .footer-main,
.footer-bottom {
  background: #11100e !important;
  color: rgba(255, 250, 241, .86) !important;
  border-color: rgba(217, 183, 129, .28) !important;
}

.logo .sitename,
.aj-logo-text .sitename,
.navmenu a,
.header-action-btn,
.top-bar,
.top-bar a,
.footer,
.footer a,
.footer p,
.footer h4,
.footer .sitename {
  color: #fffaf1 !important;
}

.aj-logo-text small,
.navmenu a:hover,
.navmenu .active,
.header-action-btn:hover,
.top-bar a:hover,
.footer a:hover,
.footer-bottom a,
.footer .social-links a:hover {
  color: #d9b781 !important;
}

.aj-site-logo {
  border: 1px solid rgba(217, 183, 129, .55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
}

.search-form .form-control,
.header-search-form .form-control,
.login-form input,
.register-form input,
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #fffaf1 !important;
  border-color: rgba(182, 138, 84, .32) !important;
  color: #211b15 !important;
}

.search-form .btn,
.header-search-form .btn,
.btn-primary,
.btn.btn-primary,
.btn-add-to-cart,
.btn-shop,
.checkout-btn,
.add-to-cart-btn,
.cart-checkout-btn,
.login-btn,
.register-btn,
.contact-submit-btn {
  background: #b68a54 !important;
  border-color: #b68a54 !important;
  color: #ffffff !important;
}

.search-form .btn:hover,
.header-search-form .btn:hover,
.btn-primary:hover,
.btn.btn-primary:hover,
.btn-add-to-cart:hover,
.btn-shop:hover,
.checkout-btn:hover,
.add-to-cart-btn:hover,
.cart-checkout-btn:hover,
.login-btn:hover,
.register-btn:hover,
.contact-submit-btn:hover {
  background: #8f6438 !important;
  border-color: #8f6438 !important;
  color: #ffffff !important;
}

.ecommerce-hero-1,
.hero.ecommerce-hero-1 {
  background:
    radial-gradient(circle at 72% 20%, rgba(217, 183, 129, .24), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(182, 138, 84, .18), transparent 28%),
    linear-gradient(135deg, #0c0b09 0%, #171410 58%, #2b2117 100%) !important;
}

.hero .content h1,
.hero .content p,
.hero .hero-features .feature-item span,
.hero .promo-badge,
.hero .price .currency,
.hero .price .amount {
  color: #fffaf1 !important;
}

.hero .content h1 span,
.hero .promo-badge,
.hero .product-rating,
.hero .hero-features .feature-item i {
  color: #d9b781 !important;
}

.section,
.light-background,
.page-title,
.breadcrumbs,
.best-sellers,
.category-section,
.product-details,
.cart-section,
.login-register,
.contact-section {
  background: #fbf7ef !important;
}

.product-card,
.info-card,
.login-register-wraper,
.cart-summary,
.info-box,
.floating-product,
.category-card,
.product-details .product-info,
.product-details .product-gallery,
.contact-info,
.contact-form-wrapper {
  background: #fffaf1 !important;
  border: 1px solid rgba(182, 138, 84, .22) !important;
  box-shadow: 0 14px 34px rgba(33, 27, 21, .08) !important;
}

.section-title h2,
.page-title h1,
.product-card h3 a,
.product-info h1,
.product-title,
.category-card h3,
.cart-summary h3,
.info-card h3 {
  color: #15120f !important;
}

.section-title p,
.product-card .price,
.product-card .current-price,
.product-info .current-price,
.product-rating,
.rating,
.stars,
.category-link,
.view-all-btn,
.discount-badge,
.sale-badge,
.new-badge,
.badge.bg-accent {
  color: #b68a54 !important;
}

.category-link,
.view-all-btn,
.discount-badge,
.sale-badge,
.new-badge,
.badge.bg-accent {
  background: #11100e !important;
  border-color: rgba(217, 183, 129, .4) !important;
}

.product-card .product-image,
.best-sellers .product-image,
.product-list .product-image {
  background: #f8f3ea !important;
}

.product-card .product-image img,
.hero .image-col .hero-image .main-product,
.category-card img {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-nav-toggle {
  color: #fffaf1 !important;
}

@media (max-width: 1199px) {
  .navmenu ul {
    background: #11100e !important;
  }
}
/* AJ Beauty gold black swapped theme override */
:root {
  --background-color: #d9b781;
  --default-color: #211b15;
  --heading-color: #11100e;
  --accent-color: #11100e;
  --surface-color: #fffaf1;
  --contrast-color: #ffffff;
  --nav-color: #fffaf1;
  --nav-hover-color: #d9b781;
  --nav-mobile-background-color: #11100e;
  --nav-dropdown-background-color: #fffaf1;
  --nav-dropdown-color: #11100e;
  --nav-dropdown-hover-color: #b68a54;
}

body {
  background: #d9b781 !important;
  color: #211b15 !important;
}

.main,
main,
.section,
.light-background,
.page-title,
.breadcrumbs,
.best-sellers,
.category-section,
.product-details,
.cart-section,
.login-register,
.contact-section {
  background: #d9b781 !important;
}

.top-bar,
.main-header,
.header-nav,
.footer,
.footer .footer-newsletter,
.footer .footer-main,
.footer-bottom {
  background: #11100e !important;
  color: #fffaf1 !important;
  border-color: rgba(217, 183, 129, .35) !important;
}

.logo .sitename,
.aj-logo-text .sitename,
.navmenu a,
.header-action-btn,
.top-bar,
.top-bar a,
.footer,
.footer a,
.footer p,
.footer h4,
.footer .sitename {
  color: #fffaf1 !important;
}

.aj-logo-text small,
.navmenu a:hover,
.navmenu .active,
.header-action-btn:hover,
.top-bar a:hover,
.footer a:hover,
.footer-bottom a,
.footer .social-links a:hover {
  color: #d9b781 !important;
}

.aj-site-logo {
  border: 1px solid rgba(217, 183, 129, .75);
  box-shadow: 0 10px 28px rgba(17, 16, 14, .35);
}

.ecommerce-hero-1,
.hero.ecommerce-hero-1 {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 250, 241, .35), transparent 31%),
    radial-gradient(circle at 16% 82%, rgba(17, 16, 14, .18), transparent 28%),
    linear-gradient(135deg, #fbf0cc 0%, #d9b781 48%, #b68a54 100%) !important;
}

.hero .content h1,
.hero .content p,
.hero .hero-features .feature-item span,
.hero .promo-badge,
.hero .price .currency,
.hero .price .amount {
  color: #11100e !important;
}

.hero .content h1 span,
.hero .promo-badge,
.hero .product-rating,
.hero .hero-features .feature-item i {
  color: #211b15 !important;
}

.product-card,
.info-card,
.login-register-wraper,
.cart-summary,
.info-box,
.floating-product,
.category-card,
.product-details .product-info,
.product-details .product-gallery,
.contact-info,
.contact-form-wrapper,
.dropdown-menu,
.mobile-search-form {
  background: #fffaf1 !important;
  border: 1px solid rgba(17, 16, 14, .18) !important;
  box-shadow: 0 14px 34px rgba(17, 16, 14, .12) !important;
}

.section-title h2,
.page-title h1,
.product-card h3 a,
.product-info h1,
.product-title,
.category-card h3,
.cart-summary h3,
.info-card h3,
.dropdown-header h6,
.dropdown-item {
  color: #11100e !important;
}

.section-title p,
.product-card .price,
.product-card .current-price,
.product-info .current-price,
.product-rating,
.rating,
.stars {
  color: #211b15 !important;
}

.search-form .form-control,
.header-search-form .form-control,
.login-form input,
.register-form input,
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #fffaf1 !important;
  border-color: rgba(17, 16, 14, .28) !important;
  color: #11100e !important;
}

.search-form .btn,
.header-search-form .btn,
.btn-primary,
.btn.btn-primary,
.btn-add-to-cart,
.btn-shop,
.checkout-btn,
.add-to-cart-btn,
.cart-checkout-btn,
.login-btn,
.register-btn,
.contact-submit-btn {
  background: #11100e !important;
  border-color: #11100e !important;
  color: #d9b781 !important;
}

.search-form .btn:hover,
.header-search-form .btn:hover,
.btn-primary:hover,
.btn.btn-primary:hover,
.btn-add-to-cart:hover,
.btn-shop:hover,
.checkout-btn:hover,
.add-to-cart-btn:hover,
.cart-checkout-btn:hover,
.login-btn:hover,
.register-btn:hover,
.contact-submit-btn:hover {
  background: #211b15 !important;
  border-color: #211b15 !important;
  color: #fffaf1 !important;
}

.btn-collection,
.category-link,
.view-all-btn,
.discount-badge,
.sale-badge,
.new-badge,
.badge.bg-accent {
  background: #11100e !important;
  border-color: #11100e !important;
  color: #d9b781 !important;
}

.product-card .product-image,
.best-sellers .product-image,
.product-list .product-image {
  background: #fbf0cc !important;
}

.product-filters li {
  background: #fffaf1 !important;
  border-color: rgba(17, 16, 14, .24) !important;
  color: #11100e !important;
}

.product-filters li.filter-active,
.product-filters li:hover {
  background: #11100e !important;
  border-color: #11100e !important;
  color: #d9b781 !important;
}

.product-card .product-image img,
.hero .image-col .hero-image .main-product,
.category-card img {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-nav-toggle {
  color: #fffaf1 !important;
}

@media (max-width: 1199px) {
  .navmenu ul {
    background: #11100e !important;
  }
}
/* AJ Beauty Bootstrap Icons repair */
.bi,
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  display: inline-block !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.bi {
  width: auto !important;
  height: auto !important;
  min-width: 1em;
  color: inherit;
}

.header-action-btn i.bi,
.search-form .btn i.bi,
.hero-cta .btn i.bi,
.feature-item i.bi,
.info-card .icon-box i.bi,
.product-actions i.bi,
.product-rating i.bi,
.btn-add-to-cart i.bi,
.category-link i.bi,
.footer i.bi,
.scroll-top i.bi {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  visibility: visible !important;
  opacity: 1 !important;
}

.info-card .icon-box i.bi,
.hero .hero-features .feature-item i.bi {
  color: #11100e !important;
}

.header-action-btn i.bi,
.top-bar i.bi,
.footer i.bi,
.mobile-nav-toggle.bi {
  color: #d9b781 !important;
}

.product-rating i.bi,
.stars i.bi,
.rating i.bi {
  color: #b68a54 !important;
}
/* AJ Beauty category dropdown polish */
.navmenu .dropdown ul a {
  white-space: nowrap;
}

.product-filters a {
  color: inherit;
  text-decoration: none;
}
/* AJ Beauty logo source of truth */
.main-header .d-flex.py-3 {
  min-height: 96px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.header .main-header .logo img.aj-site-logo,
.aj-site-logo {
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  min-height: 92px !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-right: 0 !important;
}

.aj-logo-link {
  gap: 0 !important;
  line-height: 0 !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.aj-logo-text {
  display: none !important;
}

@media (max-width: 991px) {
  .main-header .d-flex.py-3 {
    min-height: 86px !important;
  }

  .header .main-header .logo img.aj-site-logo,
  .aj-site-logo {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    min-height: 80px !important;
    max-height: none !important;
  }
}

@media (max-width: 575px) {
  .main-header .d-flex.py-3 {
    min-height: 74px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .header .main-header .logo img.aj-site-logo,
  .aj-site-logo {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    min-height: 66px !important;
    max-height: none !important;
  }
}
/* AJ Beauty champagne header colors */
.top-bar,
.main-header,
.header-nav {
  background: #f7ead0 !important;
  color: #2a1b12 !important;
  border-color: rgba(182, 138, 84, .34) !important;
}

.top-bar {
  background: #ead1a2 !important;
}

.top-bar a,
.top-bar i,
.navmenu a,
.header-action-btn,
.mobile-nav-toggle {
  color: #2a1b12 !important;
}

.top-bar a:hover,
.navmenu a:hover,
.navmenu .active,
.header-action-btn:hover,
.mobile-nav-toggle:hover {
  color: #8f6438 !important;
}

.navmenu .dropdown ul,
.dropdown-menu,
.account-dropdown .dropdown-menu {
  background: #fff7e8 !important;
  border: 1px solid rgba(182, 138, 84, .28) !important;
  box-shadow: 0 14px 30px rgba(42, 27, 18, .14) !important;
}

.navmenu .dropdown ul a,
.dropdown-item,
.dropdown-header h6,
.dropdown-header p {
  color: #2a1b12 !important;
}

.navmenu .dropdown ul a:hover,
.dropdown-item:hover {
  background: #ead1a2 !important;
  color: #2a1b12 !important;
}

.search-form .form-control,
.desktop-search-form .form-control {
  background: #fffaf1 !important;
  border-color: rgba(143, 100, 56, .34) !important;
  color: #2a1b12 !important;
}

.search-form .btn,
.desktop-search-form .btn {
  background: #b68a54 !important;
  border-color: #b68a54 !important;
  color: #ffffff !important;
}

.header-action-btn .badge {
  background: #b68a54 !important;
  color: #ffffff !important;
}
/* AJ Beauty visible logo text */
.aj-logo-link {
  gap: 14px !important;
  line-height: 1 !important;
}

.aj-logo-text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
}

.aj-logo-text .sitename {
  color: #2a1b12 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.aj-logo-text small {
  color: #8f6438 !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-top: 7px;
}

@media (max-width: 575px) {
  .aj-logo-link {
    gap: 9px !important;
  }

  .aj-logo-text .sitename {
    font-size: 18px !important;
  }

  .aj-logo-text small {
    font-size: 9px !important;
    letter-spacing: .18em;
    margin-top: 4px;
  }
}
/* AJ Beauty champagne header ivory page palette */
body,
.main,
.section,
.light-background,
.login-register,
.page-title {
  background: #fff8ec !important;
}

.top-bar,
.main-header,
.header-nav {
  background: #d8b77c !important;
  color: #1f1712 !important;
  border-color: rgba(95, 61, 34, .22) !important;
}

.top-bar {
  background: #cfaa6d !important;
}

.header-nav {
  box-shadow: inset 0 1px 0 rgba(255, 248, 236, .32);
}

.top-bar,
.top-bar a,
.top-bar i,
.navmenu a,
.header-action-btn,
.mobile-nav-toggle,
.aj-logo-text .sitename,
.aj-logo-text small {
  color: #1f1712 !important;
}

.top-bar a:hover,
.navmenu a:hover,
.navmenu .active,
.header-action-btn:hover,
.mobile-nav-toggle:hover {
  color: #fff8ec !important;
}

.navmenu .dropdown ul,
.dropdown-menu,
.account-dropdown .dropdown-menu {
  background: #fffaf2 !important;
  border: 1px solid rgba(95, 61, 34, .18) !important;
  box-shadow: 0 18px 38px rgba(31, 23, 18, .13) !important;
}

.navmenu .dropdown ul a,
.dropdown-item,
.dropdown-header h6,
.dropdown-header p {
  color: #1f1712 !important;
}

.navmenu .dropdown ul a:hover,
.dropdown-item:hover {
  background: #efd7a9 !important;
  color: #1f1712 !important;
}

.search-form .form-control,
.desktop-search-form .form-control {
  background: #fffaf2 !important;
  border-color: rgba(95, 61, 34, .24) !important;
  color: #1f1712 !important;
}

.search-form .form-control::placeholder,
.desktop-search-form .form-control::placeholder {
  color: rgba(31, 23, 18, .56) !important;
}

.search-form .btn,
.desktop-search-form .btn,
.header-action-btn .badge {
  background: #1f1712 !important;
  border-color: #1f1712 !important;
  color: #fff8ec !important;
}
/* AJ Beauty black header action icons */
.header .header-action-btn,
.header .header-action-btn i,
.header .account-dropdown .header-action-btn,
.header .account-dropdown .header-action-btn i {
  color: #000000 !important;
}

.header .header-action-btn:hover,
.header .header-action-btn:hover i,
.header .account-dropdown .header-action-btn:hover,
.header .account-dropdown .header-action-btn:hover i {
  color: #000000 !important;
}
/* AJ Beauty compact champagne footer */
.footer {
  background: #d8b77c !important;
  color: #1f1712 !important;
  border-top: 1px solid rgba(95, 61, 34, .18) !important;
  font-size: 13px !important;
}

.footer .footer-newsletter {
  display: none !important;
}

.footer .footer-main {
  background: #d8b77c !important;
  padding: 18px 0 10px !important;
}

.footer .footer-bottom {
  background: #cfaa6d !important;
  padding: 8px 0 !important;
  border-top: 1px solid rgba(95, 61, 34, .16) !important;
}

.footer .row {
  --bs-gutter-y: .75rem !important;
}

.footer .footer-widget h4 {
  color: #1f1712 !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.footer .footer-widget p,
.footer .footer-links,
.footer .footer-links li,
.footer .footer-contact,
.footer .contact-item,
.footer .legal-links,
.footer .copyright p {
  color: #1f1712 !important;
  font-size: 12px !important;
  margin-bottom: 5px !important;
}

.footer a,
.footer .footer-links a,
.footer .contact-item i,
.footer .social-links h5,
.footer .sitename {
  color: #1f1712 !important;
}

.footer a:hover,
.footer .footer-links a:hover,
.footer .social-icons a:hover {
  color: #fff8ec !important;
}

.footer .aj-footer-logo {
  gap: 8px !important;
  margin-bottom: 8px !important;
}

.footer .aj-footer-logo img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

.footer .aj-footer-logo .sitename {
  font-size: 15px !important;
}

.footer .footer-contact {
  margin-top: 8px !important;
}

.footer .contact-item {
  gap: 6px !important;
}

.footer .social-links {
  margin-top: 8px !important;
}

.footer .social-links h5 {
  display: none !important;
}

.footer .social-icons {
  gap: 7px !important;
}

.footer .social-icons a {
  width: 28px !important;
  height: 28px !important;
  background: rgba(255, 248, 236, .34) !important;
  color: #1f1712 !important;
}

.footer .legal-links {
  gap: 12px !important;
  margin-bottom: 4px !important;
}

.footer .copyright p {
  margin: 0 !important;
}
/* AJ Beauty admin tools */
.admin-shell {
  background: #fff8ec !important;
  padding: 28px 0 42px;
}

.admin-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-sidebar,
.admin-panel,
.admin-stat,
.admin-message {
  background: #fffaf2;
  border: 1px solid rgba(95, 61, 34, .16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31, 23, 18, .07);
}

.admin-sidebar {
  padding: 14px;
  position: sticky;
  top: 12px;
}

.admin-sidebar-title {
  color: #1f1712;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.admin-menu {
  display: grid;
  gap: 4px;
}

.admin-menu a {
  align-items: center;
  border-radius: 6px;
  color: #1f1712;
  display: flex;
  font-size: 14px;
  gap: 9px;
  padding: 9px 10px;
}

.admin-menu a:hover,
.admin-menu a.active {
  background: #d8b77c;
  color: #1f1712;
}

.admin-content {
  min-width: 0;
}

.admin-stat {
  min-height: 120px;
  padding: 16px;
}

.admin-stat i {
  color: #8f6438;
  font-size: 24px;
}

.admin-stat strong {
  color: #1f1712;
  display: block;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 12px;
}

.admin-stat span {
  color: rgba(31, 23, 18, .68);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-panel {
  padding: 16px;
}

.admin-panel-header {
  align-items: center;
  border-bottom: 1px solid rgba(95, 61, 34, .12);
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
}

.admin-panel-header h2 {
  color: #1f1712;
  font-size: 18px;
  margin: 0;
}

.admin-table {
  color: #1f1712;
  font-size: 13px;
  margin-bottom: 0;
}

.admin-table th {
  color: rgba(31, 23, 18, .72);
  font-size: 12px;
  text-transform: uppercase;
}

.admin-form .form-control,
.admin-form .form-select,
.admin-table .form-select,
.admin-message .form-select {
  border-color: rgba(95, 61, 34, .22);
  font-size: 13px;
}

.form-check-wrap {
  align-items: end;
  display: flex;
  padding-bottom: 8px;
}

.admin-list {
  display: grid;
  gap: 8px;
}

.admin-list-item {
  border: 1px solid rgba(95, 61, 34, .12);
  border-radius: 6px;
  color: #1f1712;
  display: grid;
  padding: 10px;
}

.admin-list-item span,
.admin-order-meta,
.admin-message small {
  color: rgba(31, 23, 18, .66);
  font-size: 12px;
}

.admin-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

.admin-message-list {
  display: grid;
  gap: 12px;
}

.admin-message {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 180px;
  padding: 14px;
}

.admin-message h3 {
  color: #1f1712;
  font-size: 16px;
  margin-bottom: 7px;
}

.admin-message form {
  align-content: start;
  display: grid;
  gap: 8px;
}

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

  .admin-sidebar {
    position: static;
  }

  .admin-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-message {
    grid-template-columns: 1fr;
  }
}
/* AJ Beauty admin product uploads */
.admin-product-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
}

.admin-product-gallery figure {
  background: #fff8ec;
  border: 1px solid rgba(95, 61, 34, .16);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.admin-product-gallery img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.admin-product-gallery figcaption {
  color: rgba(31, 23, 18, .72);
  font-size: 11px;
  padding: 6px;
  text-align: center;
}
/* AJ Beauty admin product filters */
.admin-filter-form {
  align-items: end;
}

.admin-filter-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 1px;
}

.admin-filter-actions span {
  color: rgba(31, 23, 18, .66);
  font-size: 13px;
  font-weight: 700;
}
/* AJ Beauty homepage luxury product polish */
.admin-placement-box {
  background: #fff8ec;
  border: 1px solid rgba(95, 61, 34, .16);
  border-radius: 8px;
  padding: 12px;
}

.admin-placement-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.admin-placement-options label {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}

.category-cards .category-card.aj-home-product-slide {
  background: #120d09 !important;
  border: 1px solid rgba(216, 183, 124, .46);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 23, 18, .16);
}

.category-cards .category-card.aj-home-product-slide img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.category-cards .category-card.aj-home-product-slide .category-link {
  background: linear-gradient(180deg, rgba(18, 13, 9, 0), rgba(18, 13, 9, .86));
  color: #fff8ec !important;
}

.product-card {
  background: #fffaf2 !important;
  border: 1px solid rgba(95, 61, 34, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 38px rgba(31, 23, 18, .08) !important;
  overflow: hidden;
}

.product-card:hover {
  border-color: rgba(216, 183, 124, .72) !important;
  box-shadow: 0 24px 54px rgba(31, 23, 18, .14) !important;
  transform: translateY(-4px);
}

.product-card .product-image {
  background: linear-gradient(145deg, #fff8ec, #ead7b4) !important;
  border-bottom: 1px solid rgba(95, 61, 34, .12);
}

.product-card .product-image img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover !important;
  padding: 8px;
}

.product-card .product-info {
  padding: 16px 16px 18px !important;
}

.product-card .product-title,
.product-card .product-title a,
.product-card h3 a {
  color: #1f1712 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .03em;
}

.product-card .current-price {
  color: #8f6438 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.product-card .original-price,
.product-card .old-price {
  color: rgba(31, 23, 18, .48) !important;
}

.product-card .product-rating i {
  color: #d8b77c !important;
}

.product-card .btn-add-to-cart {
  background: #1f1712 !important;
  border-color: #1f1712 !important;
  border-radius: 6px !important;
  color: #fff8ec !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-card .btn-add-to-cart:hover {
  background: #d8b77c !important;
  border-color: #d8b77c !important;
  color: #1f1712 !important;
}

.product-card .product-actions button,
.product-card .product-actions a {
  background: rgba(255, 248, 236, .92) !important;
  border: 1px solid rgba(95, 61, 34, .16) !important;
  color: #1f1712 !important;
}
/* AJ Beauty static hero banner */
.hero .image-col .hero-image.aj-static-banner,
.aj-static-banner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.hero .image-col .hero-image.aj-static-banner::before,
.hero .image-col .hero-image.aj-static-banner::after {
  display: none !important;
}

.hero .image-col .hero-image.aj-static-banner .aj-banner-image,
.hero .image-col .hero-image.aj-static-banner .main-product {
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(216, 183, 124, .42) !important;
  border-radius: 10px !important;
  box-shadow: 0 24px 60px rgba(31, 23, 18, .18) !important;
  display: block !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  width: 100% !important;
}

.hero .image-col .hero-image.aj-static-banner .floating-product,
.hero .image-col .hero-image.aj-static-banner .discount-badge {
  display: none !important;
}
/* AJ Beauty blush-compatible hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  background:
    radial-gradient(circle at 78% 36%, rgba(206, 112, 88, .18) 0, rgba(206, 112, 88, 0) 34%),
    radial-gradient(circle at 18% 18%, rgba(255, 250, 242, .96) 0, rgba(255, 250, 242, 0) 38%),
    linear-gradient(115deg, #fff7ec 0%, #f3dcc4 48%, #d7ae79 100%) !important;
}

.hero.ecommerce-hero-1::before,
.ecommerce-hero-1::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .84), rgba(255, 250, 242, .18)),
    radial-gradient(circle at 75% 48%, rgba(255, 224, 208, .42), rgba(255, 224, 208, 0) 34%) !important;
  opacity: .74 !important;
}

.hero .content .promo-badge {
  background: rgba(255, 250, 242, .56) !important;
  border: 1px solid rgba(154, 105, 70, .18) !important;
  color: #1f1712 !important;
}

.hero .content h1,
.hero .content h1 span {
  color: #120d09 !important;
}

.hero .content h1 span::after {
  background: rgba(154, 105, 70, .26) !important;
}

.hero .content p,
.hero .feature-item,
.hero .feature-item i {
  color: #1f1712 !important;
}

.hero .btn-shop,
.hero .btn-collection {
  background: #120d09 !important;
  border-color: #120d09 !important;
  color: #f8d7bb !important;
}

.hero .btn-shop:hover,
.hero .btn-collection:hover {
  background: #9f6342 !important;
  border-color: #9f6342 !important;
  color: #fff8ec !important;
}

.hero .image-col .hero-image.aj-static-banner {
  position: relative;
}

.hero .image-col .hero-image.aj-static-banner::before {
  background: radial-gradient(circle, rgba(255, 232, 218, .62), rgba(255, 232, 218, 0) 66%) !important;
  content: "" !important;
  display: block !important;
  inset: -34px !important;
  position: absolute !important;
  z-index: 0 !important;
}

.hero .image-col .hero-image.aj-static-banner .aj-banner-image,
.hero .image-col .hero-image.aj-static-banner .main-product {
  border: 1px solid rgba(255, 250, 242, .62) !important;
  border-radius: 14px !important;
  box-shadow: 0 26px 70px rgba(113, 72, 48, .20) !important;
  filter: saturate(.95) brightness(1.03) contrast(.98);
  position: relative !important;
  z-index: 1 !important;
}
/* AJ Beauty clean editorial hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  background:
    linear-gradient(90deg, #fff9f4 0%, #fff4ec 48%, #f6e2d3 100%) !important;
  min-height: auto !important;
}

.hero.ecommerce-hero-1::before,
.hero.ecommerce-hero-1::after,
.ecommerce-hero-1::before,
.ecommerce-hero-1::after {
  display: none !important;
}

.hero.ecommerce-hero-1 .container {
  position: relative;
}

.hero.ecommerce-hero-1 .container::before {
  background: linear-gradient(180deg, rgba(210, 168, 112, .26), rgba(210, 168, 112, 0));
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px;
  top: 0;
}

.hero .content .promo-badge {
  background: transparent !important;
  border: 1px solid rgba(31, 23, 18, .18) !important;
  border-radius: 999px !important;
  color: #1f1712 !important;
  letter-spacing: .02em;
}

.hero .content h1,
.hero .content h1 span {
  color: #0f0b08 !important;
}

.hero .content h1 span::after {
  background: #d2a870 !important;
  height: 6px !important;
  opacity: .45 !important;
}

.hero .content p {
  color: rgba(15, 11, 8, .78) !important;
}

.hero .feature-item,
.hero .feature-item i {
  color: #0f0b08 !important;
}

.hero .btn-shop,
.hero .btn-collection {
  background: #0f0b08 !important;
  border: 1px solid #0f0b08 !important;
  color: #fff8ec !important;
  box-shadow: none !important;
}

.hero .btn-shop:hover,
.hero .btn-collection:hover {
  background: #c58f5a !important;
  border-color: #c58f5a !important;
  color: #0f0b08 !important;
}

.hero .image-col .hero-image.aj-static-banner {
  background: #fff9f4 !important;
  border: 1px solid rgba(31, 23, 18, .08) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 36px rgba(31, 23, 18, .10) !important;
  padding: 10px !important;
}

.hero .image-col .hero-image.aj-static-banner::before,
.hero .image-col .hero-image.aj-static-banner::after {
  display: none !important;
}

.hero .image-col .hero-image.aj-static-banner .aj-banner-image,
.hero .image-col .hero-image.aj-static-banner .main-product {
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  filter: none !important;
  max-height: 540px !important;
  object-fit: cover !important;
}
/* AJ Beauty premium full-image hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .98) 0%, rgba(255, 248, 236, .90) 34%, rgba(255, 248, 236, .26) 62%, rgba(255, 248, 236, .05) 100%),
    none center right / cover no-repeat !important;
  min-height: 720px !important;
  overflow: hidden !important;
  position: relative !important;
}

.hero.ecommerce-hero-1::before,
.hero.ecommerce-hero-1::after,
.ecommerce-hero-1::before,
.ecommerce-hero-1::after {
  display: none !important;
}

.hero.ecommerce-hero-1 .container {
  min-height: 720px;
  position: relative;
  z-index: 1;
}

.hero.ecommerce-hero-1 .row {
  min-height: 720px;
}

.hero.ecommerce-hero-1 .content-col {
  flex: 0 0 auto !important;
  width: 52% !important;
}

.hero.ecommerce-hero-1 .image-col {
  display: none !important;
}

.hero.ecommerce-hero-1 .content {
  max-width: 650px !important;
  padding: 42px 0 !important;
}

.hero .content .promo-badge {
  background: rgba(15, 11, 8, .08) !important;
  border: 1px solid rgba(15, 11, 8, .14) !important;
  color: #0f0b08 !important;
  font-weight: 800 !important;
}

.hero .content h1,
.hero .content h1 span {
  color: #0f0b08 !important;
  letter-spacing: 0 !important;
}

.hero .content h1 {
  max-width: 680px;
  text-shadow: none !important;
}

.hero .content h1 span::after {
  background: #c58f5a !important;
  height: 7px !important;
  opacity: .42 !important;
}

.hero .content p {
  color: rgba(15, 11, 8, .82) !important;
  font-weight: 500 !important;
  max-width: 600px;
}

.hero .hero-cta {
  gap: 14px !important;
}

.hero .btn-shop,
.hero .btn-collection {
  background: #0f0b08 !important;
  border: 1px solid #0f0b08 !important;
  border-radius: 7px !important;
  color: #fff8ec !important;
  box-shadow: 0 12px 26px rgba(15, 11, 8, .16) !important;
}

.hero .btn-shop:hover,
.hero .btn-collection:hover {
  background: #c58f5a !important;
  border-color: #c58f5a !important;
  color: #0f0b08 !important;
}

.hero .hero-features {
  gap: 22px !important;
}

.hero .feature-item,
.hero .feature-item i {
  color: #0f0b08 !important;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .96) 0%, rgba(255, 248, 236, .84) 48%, rgba(255, 248, 236, .32) 100%),
      none center bottom / cover no-repeat !important;
    min-height: 680px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 680px;
  }

  .hero.ecommerce-hero-1 .content-col {
    width: 100% !important;
  }

  .hero.ecommerce-hero-1 .content {
    max-width: 100% !important;
    padding: 34px 0 240px !important;
  }
}
/* AJ Beauty compact full-image hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 560px !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 560px !important;
}

.hero.ecommerce-hero-1 .content {
  padding: 28px 0 !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 560px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 560px !important;
  }

  .hero.ecommerce-hero-1 .content {
    padding: 28px 0 190px !important;
  }
}

@media (max-width: 575px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 520px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 520px !important;
  }
}
/* AJ Beauty smaller raised hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 460px !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 460px !important;
}

.hero.ecommerce-hero-1 .row {
  align-items: flex-start !important;
}

.hero.ecommerce-hero-1 .content {
  padding: 44px 0 18px !important;
  transform: translateY(-22px);
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 500px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 500px !important;
  }

  .hero.ecommerce-hero-1 .content {
    padding: 32px 0 170px !important;
    transform: translateY(-12px);
  }
}

@media (max-width: 575px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 480px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 480px !important;
  }
}
/* AJ Beauty final smaller hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 420px !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 420px !important;
}

.hero.ecommerce-hero-1 .content {
  padding: 36px 0 14px !important;
  transform: translateY(-18px);
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 470px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 470px !important;
  }

  .hero.ecommerce-hero-1 .content {
    padding: 30px 0 150px !important;
    transform: translateY(-10px);
  }
}

@media (max-width: 575px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 450px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 450px !important;
  }
}
/* AJ Beauty restored two-column hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  background: linear-gradient(135deg, #fff8ec 0%, #f3dfbd 52%, #d5aa73 100%) !important;
  min-height: 520px !important;
  overflow: hidden !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 520px !important;
}

.hero.ecommerce-hero-1 .row {
  align-items: center !important;
}

.hero.ecommerce-hero-1 .content-col {
  width: 50% !important;
}

.hero.ecommerce-hero-1 .content {
  max-width: 620px !important;
  padding: 38px 0 !important;
  transform: none !important;
}

.hero.ecommerce-hero-1 .image-col {
  display: block !important;
  width: 50% !important;
}

.hero.ecommerce-hero-1 .hero-image,
.hero.ecommerce-hero-1 .aj-static-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

.hero.ecommerce-hero-1 .hero-image img,
.hero.ecommerce-hero-1 .aj-banner-image,
.hero.ecommerce-hero-1 img.main-product {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: 390px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  box-shadow: 0 24px 55px rgba(15, 11, 8, .18) !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: auto !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: auto !important;
  }

  .hero.ecommerce-hero-1 .content-col,
  .hero.ecommerce-hero-1 .image-col {
    width: 100% !important;
  }

  .hero.ecommerce-hero-1 .content {
    max-width: 100% !important;
    padding: 34px 0 20px !important;
    transform: none !important;
  }

  .hero.ecommerce-hero-1 .image-col {
    display: block !important;
    padding-bottom: 34px !important;
  }

  .hero.ecommerce-hero-1 .hero-image img,
  .hero.ecommerce-hero-1 .aj-banner-image,
  .hero.ecommerce-hero-1 img.main-product {
    max-width: 440px !important;
    max-height: 330px !important;
  }
}

@media (max-width: 575px) {
  .hero.ecommerce-hero-1 .hero-image img,
  .hero.ecommerce-hero-1 .aj-banner-image,
  .hero.ecommerce-hero-1 img.main-product {
    max-width: 100% !important;
    max-height: 280px !important;
  }
}
/* AJ Beauty soften hero image */
.hero.ecommerce-hero-1 .hero-image img,
.hero.ecommerce-hero-1 .aj-banner-image,
.hero.ecommerce-hero-1 img.main-product {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .86 !important;
}
/* AJ Beauty feather hero image */
.hero.ecommerce-hero-1 .hero-image,
.hero.ecommerce-hero-1 .aj-static-banner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero.ecommerce-hero-1 .hero-image img,
.hero.ecommerce-hero-1 .aj-banner-image,
.hero.ecommerce-hero-1 img.main-product {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .68 !important;
  mix-blend-mode: multiply !important;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, .72) 70%, transparent 100%) !important;
  mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, .72) 70%, transparent 100%) !important;
}
/* AJ Beauty transparent cutout hero image */
.hero.ecommerce-hero-1 .hero-image,
.hero.ecommerce-hero-1 .aj-static-banner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero.ecommerce-hero-1 .hero-image img,
.hero.ecommerce-hero-1 .aj-banner-image,
.hero.ecommerce-hero-1 img.main-product {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .9 !important;
  mix-blend-mode: normal !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
/* AJ Beauty remove exact static banner frame */
.hero.ecommerce-hero-1 .image-col .hero-image.aj-static-banner,
.hero .image-col .hero-image.aj-static-banner,
.hero-image.aj-static-banner,
.aj-static-banner {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.hero.ecommerce-hero-1 .image-col .hero-image.aj-static-banner::before,
.hero.ecommerce-hero-1 .image-col .hero-image.aj-static-banner::after,
.hero .image-col .hero-image.aj-static-banner::before,
.hero .image-col .hero-image.aj-static-banner::after,
.hero-image.aj-static-banner::before,
.hero-image.aj-static-banner::after,
.aj-static-banner::before,
.aj-static-banner::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero.ecommerce-hero-1 .image-col .hero-image.aj-static-banner .aj-banner-image,
.hero.ecommerce-hero-1 .image-col .hero-image.aj-static-banner .main-product,
.hero .image-col .hero-image.aj-static-banner .aj-banner-image,
.hero .image-col .hero-image.aj-static-banner .main-product {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .9 !important;
}
/* AJ Beauty full hero banner image */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  position: relative !important;
  min-height: 560px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .96) 0%, rgba(255, 248, 236, .82) 36%, rgba(255, 248, 236, .38) 62%, rgba(255, 248, 236, .10) 100%),
    url("../img/ajbeauty-full-banner-wide.png?v=2026070628") center right / cover no-repeat !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 560px !important;
}

.hero.ecommerce-hero-1 .row {
  align-items: center !important;
}

.hero.ecommerce-hero-1 .content-col {
  width: 58% !important;
  position: relative !important;
  z-index: 2 !important;
}

.hero.ecommerce-hero-1 .content {
  max-width: 680px !important;
  padding: 56px 0 !important;
  transform: none !important;
}

.hero.ecommerce-hero-1 .image-col,
.hero.ecommerce-hero-1 .hero-image,
.hero.ecommerce-hero-1 .aj-static-banner {
  display: none !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 560px !important;
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .98) 0%, rgba(255, 248, 236, .88) 42%, rgba(255, 248, 236, .42) 100%),
      url("../img/ajbeauty-full-banner-wide.png?v=2026070628") center bottom / cover no-repeat !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 560px !important;
  }

  .hero.ecommerce-hero-1 .content-col {
    width: 100% !important;
  }

  .hero.ecommerce-hero-1 .content {
    max-width: 100% !important;
    padding: 40px 0 180px !important;
  }
}

@media (max-width: 575px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 520px !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 520px !important;
  }

  .hero.ecommerce-hero-1 .content {
    padding: 34px 0 160px !important;
  }
}
/* AJ Beauty sharpen wide full banner */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 520px !important;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .50) 0%, rgba(255, 248, 236, .22) 45%, rgba(255, 248, 236, .04) 100%),
    url("../img/ajbeauty-full-banner-wide.png?v=2026070628") center center / cover no-repeat !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 520px !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 540px !important;
    background:
      linear-gradient(180deg, rgba(255, 248, 236, .92) 0%, rgba(255, 248, 236, .66) 45%, rgba(255, 248, 236, .16) 100%),
      url("../img/ajbeauty-full-banner-wide.png?v=2026070628") center bottom / cover no-repeat !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 540px !important;
  }
}
/* AJ Beauty uniform full background */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 520px !important;
  background: url("../img/ajbeauty-full-banner-wide.png?v=2026070629") center center / 100% 100% no-repeat !important;
}

.hero.ecommerce-hero-1::before,
.hero.ecommerce-hero-1::after,
.ecommerce-hero-1::before,
.ecommerce-hero-1::after {
  display: none !important;
  content: none !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  min-height: 520px !important;
}

.hero.ecommerce-hero-1 .content {
  background: rgba(255, 248, 236, .54) !important;
  border: 1px solid rgba(31, 23, 18, .08) !important;
  border-radius: 8px !important;
  padding: 34px 38px !important;
  backdrop-filter: blur(2px);
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 540px !important;
    background: url("../img/ajbeauty-full-banner-wide.png?v=2026070629") center center / cover no-repeat !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 540px !important;
  }

  .hero.ecommerce-hero-1 .content {
    padding: 28px 24px !important;
  }
}
/* AJ Beauty contact page redesign */
.aj-contact-hero {
  background: linear-gradient(135deg, #fff8ec 0%, #f1d8ab 55%, #d8b77c 100%) !important;
  padding: 74px 0 54px !important;
}

.aj-contact-hero h1 {
  color: #120d09;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.02;
  margin: 12px 0 18px;
  max-width: 760px;
}

.aj-contact-hero p {
  color: rgba(31, 23, 18, .78);
  font-size: 1.08rem;
  max-width: 640px;
  margin: 0;
}

.aj-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #120d09;
  background: rgba(255, 248, 236, .46);
  border: 1px solid rgba(31, 23, 18, .12);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
}

.aj-contact-summary,
.aj-support-panel,
.aj-contact-form,
.aj-contact-card {
  background: #fffaf2 !important;
  border: 1px solid rgba(95, 61, 34, .16) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 48px rgba(31, 23, 18, .10) !important;
}

.aj-contact-summary {
  padding: 26px;
}

.aj-contact-summary div {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(95, 61, 34, .12);
}

.aj-contact-summary div:last-child {
  border-bottom: 0;
}

.aj-contact-summary span,
.aj-contact-card span,
.aj-form-note {
  color: rgba(31, 23, 18, .62);
  font-weight: 700;
  font-size: .88rem;
}

.aj-contact-summary a,
.aj-contact-summary strong,
.aj-contact-card strong {
  color: #120d09;
  font-weight: 800;
}

.aj-contact-main {
  background: #fff8ec !important;
  padding: 42px 0 64px !important;
}

.aj-contact-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #d8b77c !important;
  color: #120d09 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800;
  margin-bottom: 24px;
}

.aj-contact-card {
  display: grid;
  gap: 6px;
  min-height: 150px;
  padding: 24px;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.aj-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px rgba(31, 23, 18, .14) !important;
}

.aj-contact-card i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #120d09;
  color: #d8b77c;
  border-radius: 50%;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.aj-support-panel,
.aj-contact-form {
  padding: 34px;
}

.aj-support-panel h2 {
  color: #120d09;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
  margin: 18px 0 16px;
}

.aj-support-panel p {
  color: rgba(31, 23, 18, .72);
}

.aj-contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.aj-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #120d09;
  font-weight: 700;
}

.aj-contact-list i {
  color: #9f6a32;
  font-size: 1.15rem;
}

.aj-contact-form label {
  color: #120d09;
  font-weight: 800;
  margin-bottom: 8px;
}

.aj-contact-form .form-control {
  background: #fff8ec !important;
  border: 1px solid rgba(95, 61, 34, .22) !important;
  border-radius: 7px !important;
  color: #120d09 !important;
  min-height: 50px;
  box-shadow: none !important;
}

.aj-contact-form textarea.form-control {
  min-height: 160px;
}

.aj-contact-form .form-control:focus {
  border-color: #9f6a32 !important;
  box-shadow: 0 0 0 4px rgba(216, 183, 124, .25) !important;
}

.aj-contact-form button[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #120d09 !important;
  color: #fff8ec !important;
  border: 1px solid #120d09 !important;
  border-radius: 7px !important;
  padding: 14px 24px !important;
  font-weight: 800;
}

.aj-contact-form button[type=submit]:hover {
  background: #d8b77c !important;
  color: #120d09 !important;
  border-color: #d8b77c !important;
}

@media (max-width: 767px) {
  .aj-contact-hero {
    padding: 50px 0 34px !important;
  }

  .aj-contact-summary,
  .aj-support-panel,
  .aj-contact-form,
  .aj-contact-card {
    padding: 22px;
  }
}