: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 uniform full background */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  min-height: 520px !important;
  background: transparent !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: transparent !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;
  }
}
/* AJ Beauty full cover transparent hero banner */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  position: relative !important;
  min-height: 540px !important;
  background: #fff8ec !important;
  overflow: hidden !important;
}

.hero.ecommerce-hero-1::before,
.ecommerce-hero-1::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: transparent !important;
  opacity: .9 !important;
  pointer-events: none !important;
}

.hero.ecommerce-hero-1::after,
.ecommerce-hero-1::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(255, 248, 236, .58) 0%, rgba(255, 248, 236, .34) 42%, rgba(255, 248, 236, .08) 100%) !important;
  pointer-events: none !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  position: relative !important;
  z-index: 2 !important;
  min-height: 540px !important;
}

.hero.ecommerce-hero-1 .content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
}

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

  .hero.ecommerce-hero-1::before,
  .ecommerce-hero-1::before {
    background-position: center bottom !important;
  }

  .hero.ecommerce-hero-1::after,
  .ecommerce-hero-1::after {
    background: linear-gradient(180deg, rgba(255, 248, 236, .82) 0%, rgba(255, 248, 236, .44) 48%, rgba(255, 248, 236, .12) 100%) !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 540px !important;
  }
}
/* AJ Beauty clean full image hero */
.hero.ecommerce-hero-1,
.ecommerce-hero-1 {
  position: relative !important;
  min-height: 540px !important;
  overflow: hidden !important;
  background: transparent !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;
  background: none !important;
}

.hero.ecommerce-hero-1 .container,
.hero.ecommerce-hero-1 .row {
  position: relative !important;
  z-index: 2 !important;
  min-height: 540px !important;
}

.hero.ecommerce-hero-1 .content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero.ecommerce-hero-1 .content h1,
.hero.ecommerce-hero-1 .content p,
.hero.ecommerce-hero-1 .hero-features,
.hero.ecommerce-hero-1 .feature-item,
.hero.ecommerce-hero-1 .feature-item i {
  text-shadow: 0 2px 12px rgba(255, 248, 236, .72) !important;
}

@media (max-width: 991px) {
  .hero.ecommerce-hero-1,
  .ecommerce-hero-1 {
    min-height: 540px !important;
    background-position: center bottom !important;
  }

  .hero.ecommerce-hero-1 .container,
  .hero.ecommerce-hero-1 .row {
    min-height: 540px !important;
  }
}
/* AJ Beauty single uploaded banner image at 75% transparency */
main .hero.ecommerce-hero-1,
main .ecommerce-hero-1.hero,
section.hero.ecommerce-hero-1 {
  position: relative !important;
  min-height: 440px !important;
  height: auto !important;
  overflow: hidden !important;
  isolation: isolate !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  background: #fff6ea !important;
  background-image: none !important;
}

main .hero.ecommerce-hero-1::before,
main .ecommerce-hero-1.hero::before,
section.hero.ecommerce-hero-1::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: url("../img/ajbeauty-banner.png?v=2026071010") center center / cover no-repeat !important;
  opacity: .25 !important;
  pointer-events: none !important;
}

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

main .hero.ecommerce-hero-1 > .container,
main .hero.ecommerce-hero-1 > .container > .row,
section.hero.ecommerce-hero-1 > .container,
section.hero.ecommerce-hero-1 > .container > .row {
  position: relative !important;
  z-index: 2 !important;
  min-height: 372px !important;
  height: auto !important;
}

main .hero.ecommerce-hero-1 > .container > .row.align-items-center,
section.hero.ecommerce-hero-1 > .container > .row.align-items-center {
  align-items: flex-start !important;
}

main .hero.ecommerce-hero-1 .content-col,
section.hero.ecommerce-hero-1 .content-col {
  padding-top: 0 !important;
  align-self: flex-start !important;
}

main .hero.ecommerce-hero-1 .content,
section.hero.ecommerce-hero-1 .content {
  position: relative !important;
  z-index: 3 !important;
  margin-top: 6px !important;
  padding-top: 0 !important;
  padding-bottom: 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 991px) {
  main .hero.ecommerce-hero-1,
  main .ecommerce-hero-1.hero,
  section.hero.ecommerce-hero-1 {
    min-height: 410px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  main .hero.ecommerce-hero-1 > .container,
  main .hero.ecommerce-hero-1 > .container > .row,
  section.hero.ecommerce-hero-1 > .container,
  section.hero.ecommerce-hero-1 > .container > .row {
    min-height: 354px !important;
  }

  main .hero.ecommerce-hero-1 .content,
  section.hero.ecommerce-hero-1 .content {
    margin-top: 0 !important;
  }
}
/* Mobile viewport overflow guard */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

img,
video,
svg {
  max-width: 100%;
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-xl {
    max-width: 100% !important;
  }

  .main-header .container-fluid > .d-flex {
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .aj-logo-link {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    max-width: calc(100vw - 160px) !important;
  }

  .aj-logo-text {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .aj-logo-text .sitename,
  .aj-logo-text small {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-actions {
    flex: 0 0 auto !important;
    gap: 4px !important;
    min-width: 0 !important;
  }

  .header-action-btn,
  .mobile-nav-toggle {
    flex: 0 0 auto !important;
  }

  main .hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content h1 {
    max-width: 100% !important;
    font-size: clamp(2rem, 11vw, 3.05rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }

  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content p {
    max-width: 100% !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta,
  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-features {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta .btn,
  section.hero.ecommerce-hero-1 .hero-cta .btn {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-filters ul {
    max-width: 100% !important;
    overflow-x: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Strong mobile horizontal overflow fix */
@media (max-width: 767px) {
  html,
  body,
  .main,
  #header,
  main,
  section {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  body {
    position: relative !important;
  }

  [data-aos],
  [data-aos^="fade"],
  [data-aos][data-aos][data-aos-delay] {
    transform: none !important;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow-x: clip !important;
  }

  .row {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row > * {
    min-width: 0 !important;
  }

  .main-header .container-fluid > .d-flex {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .aj-logo-link {
    max-width: calc(100vw - 182px) !important;
  }

  .aj-site-logo {
    flex: 0 0 auto !important;
  }

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

  .header-actions {
    max-width: 172px !important;
    overflow: hidden !important;
  }

  .header-action-btn,
  .mobile-nav-toggle {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  .dropdown-menu {
    max-width: calc(100vw - 28px) !important;
  }

  .hero-cta,
  .hero-features,
  .product-filters ul {
    overflow-x: clip !important;
  }
}
/* AJ Beauty mobile polish: no sideways drift, clean badge, left hero layout */
@media (max-width: 767px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box !important;
  }

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body,
  #header,
  .main,
  main,
  footer,
  section {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  [data-aos],
  [data-aos^="fade"] {
    transform: none !important;
  }

  .container,
  .container-fluid,
  .container-xl {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .row {
    --bs-gutter-x: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .main-header .container-fluid > .d-flex {
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .aj-logo-link {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 178px) !important;
  }

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

  .header-actions {
    flex: 0 0 auto !important;
    max-width: 172px !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  .header .header-action-btn,
  .header .mobile-nav-toggle {
    position: relative !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    overflow: visible !important;
  }

  .header .header-action-btn .badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    line-height: 1 !important;
    font-size: 11px !important;
    z-index: 5 !important;
  }

  main .hero.ecommerce-hero-1,
  main .ecommerce-hero-1.hero,
  section.hero.ecommerce-hero-1 {
    min-height: 430px !important;
    padding-top: 28px !important;
    padding-bottom: 26px !important;
    overflow: hidden !important;
  }

  main .hero.ecommerce-hero-1::before,
  main .ecommerce-hero-1.hero::before,
  section.hero.ecommerce-hero-1::before {
    background-position: 68% center !important;
    opacity: .25 !important;
  }

  main .hero.ecommerce-hero-1 > .container,
  main .hero.ecommerce-hero-1 > .container > .row,
  section.hero.ecommerce-hero-1 > .container,
  section.hero.ecommerce-hero-1 > .container > .row {
    min-height: 376px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

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

  main .hero.ecommerce-hero-1 .content,
  section.hero.ecommerce-hero-1 .content {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  main .hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content h1 {
    max-width: 100% !important;
    margin: 0 0 14px !important;
    text-align: left !important;
    font-size: clamp(2.35rem, 10.5vw, 3.05rem) !important;
    line-height: 1.06 !important;
    overflow-wrap: normal !important;
  }

  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content p {
    max-width: 92% !important;
    margin: 0 0 18px !important;
    text-align: left !important;
    font-size: 1.02rem !important;
    line-height: 1.45 !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta .btn,
  section.hero.ecommerce-hero-1 .hero-cta .btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 13px 8px !important;
    font-size: .9rem !important;
    white-space: nowrap !important;
  }

  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-features {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  main .hero.ecommerce-hero-1 .feature-item,
  section.hero.ecommerce-hero-1 .feature-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    gap: 4px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  main .hero.ecommerce-hero-1 .feature-item i,
  section.hero.ecommerce-hero-1 .feature-item i {
    font-size: 16px !important;
    flex: 0 0 auto !important;
  }
}
/* AJ Beauty mobile hero one-row controls */
@media (max-width: 767px) {
  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta .btn,
  section.hero.ecommerce-hero-1 .hero-cta .btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px 4px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta .btn i,
  section.hero.ecommerce-hero-1 .hero-cta .btn i {
    margin-left: 3px !important;
    font-size: 13px !important;
  }

  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-features {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 4px !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
  }

  main .hero.ecommerce-hero-1 .feature-item,
  section.hero.ecommerce-hero-1 .feature-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  main .hero.ecommerce-hero-1 .feature-item i,
  section.hero.ecommerce-hero-1 .feature-item i {
    flex: 0 0 auto !important;
    font-size: 13px !important;
  }

  main .hero.ecommerce-hero-1 .feature-item span,
  section.hero.ecommerce-hero-1 .feature-item span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
/* AJ Beauty mobile header balance */
@media (max-width: 767px) {
  .main-header .container-fluid > .d-flex {
    justify-content: space-between !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .aj-logo-link {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 178px) !important;
    gap: 8px !important;
    margin-right: auto !important;
  }

  .aj-site-logo {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    flex: 0 0 56px !important;
  }

  .aj-logo-text {
    display: block !important;
    min-width: 0 !important;
    max-width: 96px !important;
    overflow: hidden !important;
  }

  .aj-logo-text .sitename {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 16px !important;
    line-height: 1.05 !important;
  }

  .aj-logo-text small {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
  }

  .header-actions {
    margin-left: auto !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    gap: 4px !important;
    overflow: visible !important;
  }

  .header .header-action-btn,
  .header .mobile-nav-toggle {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  .header .header-action-btn i,
  .header .mobile-nav-toggle {
    font-size: 24px !important;
  }
}
/* AJ Beauty mobile header and hero refinement */
@media (max-width: 767px) {
  .main-header .container-fluid > .d-flex {
    gap: 8px !important;
  }

  .aj-logo-link {
    max-width: calc(100vw - 154px) !important;
    gap: 8px !important;
  }

  .aj-site-logo {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }

  .aj-logo-text {
    display: block !important;
    max-width: 128px !important;
    min-width: 86px !important;
    overflow: visible !important;
  }

  .aj-logo-text .sitename {
    display: block !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    line-height: 1.05 !important;
    letter-spacing: .02em !important;
  }

  .aj-logo-text small {
    display: block !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
    letter-spacing: .08em !important;
  }

  .header-actions {
    gap: 2px !important;
    max-width: 142px !important;
  }

  .header .header-action-btn,
  .header .mobile-nav-toggle {
    width: 31px !important;
    min-width: 31px !important;
    height: 31px !important;
  }

  .header .header-action-btn i,
  .header .mobile-nav-toggle {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .header .header-action-btn .badge {
    top: -4px !important;
    right: -4px !important;
    min-width: 17px !important;
    height: 17px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
  }

  main .hero.ecommerce-hero-1,
  main .ecommerce-hero-1.hero,
  section.hero.ecommerce-hero-1 {
    min-height: 404px !important;
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  main .hero.ecommerce-hero-1 > .container,
  main .hero.ecommerce-hero-1 > .container > .row,
  section.hero.ecommerce-hero-1 > .container,
  section.hero.ecommerce-hero-1 > .container > .row {
    min-height: 358px !important;
  }

  main .hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content h1 {
    font-size: clamp(1.78rem, 8.2vw, 2.35rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }

  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content p {
    max-width: 96% !important;
    font-size: .88rem !important;
    line-height: 1.42 !important;
    margin-bottom: 16px !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta {
    gap: 8px !important;
    margin-bottom: 20px !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta .btn,
  section.hero.ecommerce-hero-1 .hero-cta .btn {
    padding: 11px 5px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }

  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
  }

  main .hero.ecommerce-hero-1 .feature-item,
  section.hero.ecommerce-hero-1 .feature-item {
    justify-content: center !important;
    gap: 2px !important;
    font-size: 8.5px !important;
    letter-spacing: 0 !important;
    overflow: visible !important;
  }

  main .hero.ecommerce-hero-1 .feature-item i,
  section.hero.ecommerce-hero-1 .feature-item i {
    font-size: 11px !important;
  }

  main .hero.ecommerce-hero-1 .feature-item span,
  section.hero.ecommerce-hero-1 .feature-item span {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
}
/* AJ Beauty mobile split hero title */
.hero.ecommerce-hero-1 .hero-title-main,
.hero.ecommerce-hero-1 .hero-title-sub {
  display: block !important;
}

@media (max-width: 767px) {
  main .hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content h1 {
    font-size: clamp(1.9rem, 8vw, 2.32rem) !important;
    line-height: 1.04 !important;
  }

  main .hero.ecommerce-hero-1 .hero-title-main,
  section.hero.ecommerce-hero-1 .hero-title-main {
    display: block !important;
    white-space: nowrap !important;
    font-size: .82em !important;
  }

  main .hero.ecommerce-hero-1 .hero-title-sub,
  section.hero.ecommerce-hero-1 .hero-title-sub {
    display: block !important;
    margin-top: 4px !important;
    white-space: nowrap !important;
    font-size: .68em !important;
  }

  main .hero.ecommerce-hero-1 .hero-title-sub::after,
  section.hero.ecommerce-hero-1 .hero-title-sub::after {
    height: 4px !important;
    bottom: 2px !important;
  }
}
/* AJ Beauty remove hero title underline */
.hero.ecommerce-hero-1 .hero-title-main::after,
.hero.ecommerce-hero-1 .hero-title-sub::after,
main .hero.ecommerce-hero-1 .hero-title-main::after,
main .hero.ecommerce-hero-1 .hero-title-sub::after,
section.hero.ecommerce-hero-1 .hero-title-main::after,
section.hero.ecommerce-hero-1 .hero-title-sub::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
/* AJ Beauty desktop centered hero text */
@media (min-width: 768px) {
  main .hero.ecommerce-hero-1 > .container > .row,
  section.hero.ecommerce-hero-1 > .container > .row {
    justify-content: center !important;
  }

  main .hero.ecommerce-hero-1 .content-col,
  section.hero.ecommerce-hero-1 .content-col {
    width: 100% !important;
    max-width: 900px !important;
    flex: 0 0 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main .hero.ecommerce-hero-1 .content,
  section.hero.ecommerce-hero-1 .content {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  main .hero.ecommerce-hero-1 .content h1,
  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-features {
    justify-content: center !important;
  }
}
/* AJ Beauty mobile hero vertical spacing */
@media (max-width: 767px) {
  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content p {
    margin-bottom: 24px !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta {
    margin-bottom: 28px !important;
  }

  main .hero.ecommerce-hero-1 .hero-features,
  section.hero.ecommerce-hero-1 .hero-features {
    margin-top: 0 !important;
  }
}
/* AJ Beauty mobile hero roomier spacing */
@media (max-width: 767px) {
  main .hero.ecommerce-hero-1 .hero-title-main,
  section.hero.ecommerce-hero-1 .hero-title-main {
    margin-bottom: 13px !important;
  }

  main .hero.ecommerce-hero-1 .hero-title-sub,
  section.hero.ecommerce-hero-1 .hero-title-sub {
    margin-top: 0 !important;
  }

  main .hero.ecommerce-hero-1 .content h1,
  section.hero.ecommerce-hero-1 .content h1 {
    margin-bottom: 22px !important;
  }

  main .hero.ecommerce-hero-1 .content p,
  section.hero.ecommerce-hero-1 .content p {
    margin-bottom: 34px !important;
  }

  main .hero.ecommerce-hero-1 .hero-cta,
  section.hero.ecommerce-hero-1 .hero-cta {
    margin-bottom: 38px !important;
  }
}
/* AJ Beauty organized mobile footer */
@media (max-width: 767px) {
  .footer .footer-main {
    padding: 22px 0 14px !important;
  }

  .footer .footer-main .row {
    --bs-gutter-y: 1rem !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  .footer .footer-main .row > .col-lg-4,
  .footer .footer-main .row > .col-md-6,
  .footer .footer-main .row > .col-sm-12 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer .footer-main .row > .col-lg-2,
  .footer .footer-main .row > .col-md-4,
  .footer .footer-main .row > .col-sm-6 {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer .footer-about,
  .footer .footer-main .row > .col-lg-4:last-child .footer-widget {
    text-align: center !important;
  }

  .footer .aj-footer-logo {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer .footer-about p,
  .footer .footer-main .row > .col-lg-4:last-child p {
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer .footer-contact {
    display: grid !important;
    gap: 5px !important;
    justify-items: center !important;
  }

  .footer .contact-item {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer .footer-widget h4 {
    text-align: center !important;
    font-size: 13px !important;
    margin-bottom: 9px !important;
  }

  .footer .footer-links {
    display: grid !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .footer .footer-links li {
    margin: 0 !important;
  }

  .footer .footer-links a {
    display: inline-block !important;
    padding: 2px 0 !important;
    font-size: 12px !important;
  }

  .footer .social-links,
  .footer .social-icons {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer .social-icons {
    display: flex !important;
  }

  .footer .footer-bottom {
    padding: 10px 0 !important;
    text-align: center !important;
  }

  .footer .legal-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 12px !important;
    margin-bottom: 7px !important;
  }

  .footer .legal-links a,
  .footer .copyright p {
    font-size: 11px !important;
  }
}
/* AJ Beauty smaller footer without brand mark */
.footer .aj-footer-logo {
  display: none !important;
}

.footer .footer-main {
  padding-top: 12px !important;
  padding-bottom: 6px !important;
}

.footer .footer-bottom {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.footer .footer-widget h4 {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}

.footer .footer-widget p,
.footer .footer-links,
.footer .footer-links li,
.footer .footer-contact,
.footer .contact-item,
.footer .legal-links,
.footer .copyright p {
  font-size: 11px !important;
  margin-bottom: 3px !important;
}

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

.footer .social-icons a {
  width: 24px !important;
  height: 24px !important;
}

@media (max-width: 767px) {
  .footer .footer-main {
    padding: 12px 0 7px !important;
  }

  .footer .footer-main .row {
    row-gap: 10px !important;
    column-gap: 12px !important;
  }

  .footer .footer-about p,
  .footer .footer-main .row > .col-lg-4:last-child p {
    margin-bottom: 5px !important;
  }

  .footer .footer-contact {
    gap: 2px !important;
    margin-top: 4px !important;
  }

  .footer .footer-widget h4 {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }

  .footer .footer-links {
    gap: 3px !important;
  }

  .footer .footer-links a,
  .footer .contact-item,
  .footer .footer-widget p {
    font-size: 10.5px !important;
  }

  .footer .social-icons a {
    width: 24px !important;
    height: 24px !important;
  }

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

  .footer .legal-links a,
  .footer .copyright p {
    font-size: 10px !important;
  }
}
/* AJ Beauty extra compact mobile footer */
@media (max-width: 767px) {
  .footer,
  .footer .footer-main,
  .footer .footer-bottom {
    font-size: 10px !important;
  }

  .footer .footer-main {
    padding: 10px 0 6px !important;
  }

  .footer .footer-main .row {
    row-gap: 8px !important;
    column-gap: 10px !important;
  }

  .footer .footer-widget {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer .footer-about p,
  .footer .footer-main .row > .col-lg-4:last-child p {
    max-width: 320px !important;
    margin: 0 auto 6px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .footer .footer-contact {
    margin: 4px auto 2px !important;
    gap: 1px !important;
    max-width: 230px !important;
  }

  .footer .contact-item {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    gap: 6px !important;
    align-items: center !important;
    justify-content: start !important;
    text-align: left !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .footer .contact-item i {
    width: 20px !important;
    height: 20px !important;
    font-size: 14px !important;
  }

  .footer .footer-widget h4 {
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 0 0 5px !important;
  }

  .footer .footer-links {
    gap: 2px !important;
    line-height: 1.15 !important;
  }

  .footer .footer-links a {
    font-size: 10px !important;
    line-height: 1.15 !important;
    padding: 1px 0 !important;
  }

  .footer .social-links {
    margin: 0 !important;
  }

  .footer .footer-main .row > .col-lg-4:last-child .footer-widget h4 {
    margin-bottom: 4px !important;
  }

  .footer .social-icons {
    gap: 5px !important;
    margin-top: 4px !important;
  }

  .footer .social-icons a {
    width: 22px !important;
    height: 22px !important;
  }

  .footer .social-icons i {
    font-size: 12px !important;
  }

  .footer .footer-bottom {
    padding: 7px 0 6px !important;
  }

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

  .footer .legal-links a,
  .footer .copyright p {
    font-size: 9.5px !important;
    line-height: 1.25 !important;
  }

  .scroll-top {
    width: 44px !important;
    height: 44px !important;
    right: 14px !important;
    bottom: 18px !important;
  }
}
/* AJ Beauty readable compact mobile footer text */
@media (max-width: 767px) {
  .footer,
  .footer .footer-main,
  .footer .footer-bottom {
    font-size: 12px !important;
  }

  .footer .footer-about p,
  .footer .footer-main .row > .col-lg-4:last-child p {
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  .footer .contact-item {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .footer .contact-item i {
    font-size: 16px !important;
  }

  .footer .footer-widget h4 {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .footer .footer-links a,
  .footer .footer-widget p {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .footer .social-icons a {
    width: 26px !important;
    height: 26px !important;
  }

  .footer .social-icons i {
    font-size: 14px !important;
  }

  .footer .legal-links a,
  .footer .copyright p {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}
/* AJ Beauty live cart toast */
.aj-cart-toast {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 9999;
  max-width: min(340px, calc(100vw - 28px));
  padding: 13px 16px;
  border-radius: 8px;
  background: #11100e;
  color: #fff8ec;
  box-shadow: 0 14px 34px rgba(17, 16, 14, .24);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.aj-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aj-cart-toast.is-error {
  background: #7c251e;
}

.header .header-action-btn .badge.is-updated {
  transform: scale(1.18);
}

@media (max-width: 767px) {
  .aj-cart-toast {
    left: 14px;
    right: 14px;
    bottom: 72px;
    text-align: center;
  }
}
/* AJ Beauty breadcrumb and cart title cleanup */
.breadcrumbs,
.breadcrumbs *,
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.page-title .breadcrumbs,
.page-title .breadcrumbs *,
.breadcrumb,
.breadcrumb *,
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.breadcrumbs::before,
.breadcrumbs::after,
.breadcrumbs *::before,
.breadcrumbs *::after,
.page-title .breadcrumbs::before,
.page-title .breadcrumbs::after,
.page-title .breadcrumbs *::before,
.page-title .breadcrumbs *::after,
.breadcrumb::before,
.breadcrumb::after,
.breadcrumb *::before,
.breadcrumb *::after {
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cart-page .cart-item .product-title,
.cart-page .cart-item .product-title a,
.cart-page .cart-item .product-title a:hover,
.cart-page .cart-item .product-title a:focus,
.cart-page .cart-item .product-title span,
.cart-page .cart-item .product-details h6,
.cart-page .cart-item .product-details h6 a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.cart-page .cart-item .product-title::before,
.cart-page .cart-item .product-title::after,
.cart-page .cart-item .product-title a::before,
.cart-page .cart-item .product-title a::after,
.cart-page .cart-item .product-details h6::before,
.cart-page .cart-item .product-details h6::after,
.cart-page .cart-item .product-details h6 a::before,
.cart-page .cart-item .product-details h6 a::after {
  content: none !important;
  display: none !important;
}

/* AJ Beauty remove breadcrumb and cart product-name backgrounds */
body .page-title,
body .page-title.light-background,
body .page-title .container,
body .page-title nav,
body .page-title nav.breadcrumbs,
body .page-title .breadcrumbs,
body .breadcrumbs,
body .breadcrumbs ol,
body .breadcrumbs li,
body .breadcrumbs a,
body .breadcrumb,
body .breadcrumb ol,
body .breadcrumb li,
body .breadcrumb a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .page-title::before,
body .page-title::after,
body .page-title .container::before,
body .page-title .container::after,
body .breadcrumbs::before,
body .breadcrumbs::after,
body .breadcrumbs ol::before,
body .breadcrumbs ol::after,
body .breadcrumbs li::before,
body .breadcrumbs li::after,
body .breadcrumbs a::before,
body .breadcrumbs a::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.cart-page .cart-item .product-info,
body.cart-page .cart-item .product-details,
body.cart-page .cart-item .product-title,
body.cart-page .cart-item .product-title a,
body.cart-page .cart-item .product-title a span,
body.cart-page .cart-item h6.product-title,
body.cart-page .cart-item h6.product-title a,
body.cart-page .cart-item .product-meta,
body.cart-page .cart-item .product-category {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.cart-page .cart-item .product-info::before,
body.cart-page .cart-item .product-info::after,
body.cart-page .cart-item .product-details::before,
body.cart-page .cart-item .product-details::after,
body.cart-page .cart-item .product-title::before,
body.cart-page .cart-item .product-title::after,
body.cart-page .cart-item .product-title a::before,
body.cart-page .cart-item .product-title a::after,
body.cart-page .cart-item .product-category::before,
body.cart-page .cart-item .product-category::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* AJ Beauty luxury cart page */
body.cart-page .cart.section {
  padding-top: 34px !important;
  padding-bottom: 72px !important;
  background: linear-gradient(180deg, #fff8ec 0%, #f8ead2 100%) !important;
}

body.cart-page .cart-items {
  display: grid;
  gap: 14px;
}

body.cart-page .cart-header {
  padding: 15px 22px;
  border: 1px solid rgba(120, 78, 42, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(216, 183, 124, .9), rgba(239, 213, 166, .86));
  color: #17110c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(80, 52, 30, .08);
}

body.cart-page .cart-item {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(150, 103, 57, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 252, 245, .98), rgba(255, 246, 230, .94)) !important;
  box-shadow: 0 18px 42px rgba(72, 47, 28, .1);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.cart-page .cart-item::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #d8b77c, #a66f3d) !important;
}

body.cart-page .cart-item:hover {
  transform: translateY(-2px);
  border-color: rgba(150, 103, 57, .32);
  box-shadow: 0 24px 52px rgba(72, 47, 28, .14);
}

body.cart-page .cart-item .row {
  position: relative;
  z-index: 1;
}

body.cart-page .cart-item .product-info {
  gap: 16px;
}

body.cart-page .cart-item .product-image {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  padding: 8px;
  border: 1px solid rgba(216, 183, 124, .42);
  border-radius: 8px;
  background: #fffaf2 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 12px 24px rgba(88, 57, 32, .1);
}

body.cart-page .cart-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

body.cart-page .cart-item .product-title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .01em;
}

body.cart-page .cart-item .product-title a {
  color: #18110c !important;
}

body.cart-page .cart-item .product-title a:hover {
  color: #9a6434 !important;
}

body.cart-page .cart-item .product-category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid rgba(164, 111, 61, .2) !important;
  border-radius: 999px;
  background: rgba(216, 183, 124, .16) !important;
  color: #76502b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.cart-page .price-tag,
body.cart-page .quantity-selector,
body.cart-page .item-total {
  color: #17110c;
  font-weight: 900;
}

body.cart-page .price-tag,
body.cart-page .item-total {
  font-size: 16px;
}

body.cart-page .quantity-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 38px;
  border: 1px solid rgba(150, 103, 57, .22);
  border-radius: 999px;
  background: rgba(255, 250, 242, .82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

body.cart-page .item-total {
  color: #9a6434;
}

body.cart-page .cart-item .btn-outline-danger {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  border-color: rgba(120, 37, 30, .28);
  color: #7c251e;
  background: rgba(124, 37, 30, .06);
}

body.cart-page .cart-item .btn-outline-danger:hover {
  color: #fff8ec;
  background: #7c251e;
  border-color: #7c251e;
}

body.cart-page .cart-summary {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid rgba(150, 103, 57, .22) !important;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255, 252, 246, .98), rgba(245, 225, 190, .94)) !important;
  box-shadow: 0 24px 56px rgba(72, 47, 28, .14) !important;
}

body.cart-page .cart-summary::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #d8b77c, #9a6434);
}

body.cart-page .cart-summary h4 {
  margin-bottom: 24px;
  color: #17110c;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: .01em;
}

body.cart-page .summary-item,
body.cart-page .summary-total {
  padding: 15px 0;
  border-bottom: 1px solid rgba(150, 103, 57, .16);
  color: #3b2a1e;
  font-weight: 700;
}

body.cart-page .summary-total {
  margin-top: 4px;
  margin-bottom: 22px;
  border-bottom: 0;
  color: #17110c;
  font-size: 20px;
  font-weight: 900;
}

body.cart-page .checkout-btn {
  min-height: 50px;
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 14px 26px rgba(17, 16, 14, .16);
}

body.cart-page .continue-shopping {
  color: #7c542e !important;
  font-weight: 800;
  text-decoration: none !important;
}

body.cart-page .empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 28px;
  border: 1px solid rgba(150, 103, 57, .22);
  background: linear-gradient(145deg, rgba(255, 252, 246, .98), rgba(246, 226, 192, .88)) !important;
  box-shadow: 0 22px 52px rgba(72, 47, 28, .12);
}

body.cart-page .empty-state h2 {
  color: #17110c;
  font-weight: 900;
}

@media (max-width: 991px) {
  body.cart-page .cart-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  body.cart-page .cart.section {
    padding-top: 22px !important;
    padding-bottom: 48px !important;
  }

  body.cart-page .cart-item {
    padding: 18px 16px 20px;
  }

  body.cart-page .cart-item .product-info {
    align-items: flex-start !important;
  }

  body.cart-page .cart-item .product-image {
    flex-basis: 78px;
    width: 78px;
    height: 78px;
    padding: 6px;
  }

  body.cart-page .cart-item .product-title {
    font-size: 15px;
  }

  body.cart-page .price-tag,
  body.cart-page .quantity-selector,
  body.cart-page .item-total {
    margin-top: 8px;
  }

  body.cart-page .cart-summary {
    padding: 22px 18px;
  }
}

/* AJ Beauty live cart quantity stepper */
body.cart-page .cart-qty-stepper {
  gap: 8px;
  min-width: 118px;
  height: 42px;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffaf2, #f1ddb7) !important;
  border: 1px solid rgba(150, 103, 57, .26);
}

body.cart-page .cart-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #120d09;
  color: #f7ddb1;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

body.cart-page .cart-qty-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #9a6434;
}

body.cart-page .cart-qty-btn:disabled {
  opacity: .38;
  cursor: not-allowed;
}

body.cart-page .cart-qty-value {
  min-width: 24px;
  text-align: center;
  color: #17110c;
  font-weight: 900;
}

body.cart-page .cart-qty-stepper.is-busy {
  opacity: .72;
}

@media (max-width: 767px) {
  body.cart-page .cart-qty-stepper {
    margin-left: auto;
    margin-right: auto;
  }
}

/* AJ Beauty checkout page */
body.checkout-page .checkout-section {
  background: linear-gradient(180deg, #fff8ec 0%, #f8ead2 100%) !important;
  padding-top: 34px !important;
  padding-bottom: 72px !important;
}

body.checkout-page .checkout-panel,
body.checkout-page .checkout-summary,
body.checkout-page .checkout-success {
  border: 1px solid rgba(150, 103, 57, .22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 252, 246, .98), rgba(246, 226, 192, .9)) !important;
  box-shadow: 0 22px 52px rgba(72, 47, 28, .12);
}

body.checkout-page .checkout-panel {
  padding: 28px;
}

body.checkout-page .checkout-panel-head {
  margin-bottom: 24px;
}

body.checkout-page .checkout-panel h2,
body.checkout-page .checkout-panel h3,
body.checkout-page .checkout-summary h3,
body.checkout-page .checkout-success h2 {
  color: #17110c;
  font-weight: 900;
}

body.checkout-page .checkout-panel p,
body.checkout-page .checkout-summary span,
body.checkout-page .checkout-success p {
  color: #5c4635;
}

body.checkout-page .checkout-form label {
  display: block;
  margin-bottom: 7px;
  color: #2c2017;
  font-size: 13px;
  font-weight: 900;
}

body.checkout-page .checkout-form .form-control {
  min-height: 48px;
  border: 1px solid rgba(150, 103, 57, .24);
  border-radius: 8px;
  background: rgba(255, 250, 242, .9);
  color: #17110c;
  box-shadow: none;
}

body.checkout-page .checkout-form textarea.form-control {
  min-height: 118px;
}

body.checkout-page .checkout-form .form-control:focus {
  border-color: #9a6434;
  box-shadow: 0 0 0 4px rgba(216, 183, 124, .22);
}

body.checkout-page .checkout-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
  border-radius: 8px;
  font-weight: 900;
}

body.checkout-page .checkout-summary {
  position: sticky;
  top: 110px;
  padding: 26px;
}

body.checkout-page .checkout-summary h3::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  background: linear-gradient(90deg, #d8b77c, #9a6434);
}

body.checkout-page .checkout-summary-items {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

body.checkout-page .checkout-summary-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(150, 103, 57, .16);
}

body.checkout-page .checkout-summary-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(216, 183, 124, .42);
  background: #fffaf2;
}

body.checkout-page .checkout-summary-item strong {
  display: block;
  color: #17110c;
  font-weight: 900;
  line-height: 1.25;
}

body.checkout-page .checkout-summary-item b {
  color: #9a6434;
  font-weight: 900;
}

body.checkout-page .checkout-totals {
  display: grid;
  gap: 12px;
}

body.checkout-page .checkout-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3b2a1e;
  font-weight: 800;
}

body.checkout-page .checkout-totals .total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(150, 103, 57, .18);
  color: #17110c;
  font-size: 20px;
}

body.checkout-page .checkout-success {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 28px;
  text-align: center;
}

body.checkout-page .checkout-success i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #120d09;
  color: #d8b77c;
  font-size: 34px;
}

@media (max-width: 991px) {
  body.checkout-page .checkout-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  body.checkout-page .checkout-section {
    padding-top: 22px !important;
    padding-bottom: 48px !important;
  }

  body.checkout-page .checkout-panel,
  body.checkout-page .checkout-summary {
    padding: 20px 16px;
  }

  body.checkout-page .checkout-summary-item {
    grid-template-columns: 54px 1fr;
  }

  body.checkout-page .checkout-summary-item b {
    grid-column: 2;
  }
}
