/* Atoma ← AM Store P0 — am-match layer */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --am-red: #401126;
  --am-burgundy: #401126;
  --am-sale: #401126;
  --am-ink: #232323;
  --am-muted: #969696;
  --am-page: #fafafa;
  --am-surface: #ffffff;
  --am-search-bg: #ffffff;
  --am-trust-bg: #f7eef1;
  --am-red-soft: #f7eef1;
  --am-secondary: #5a1835;
  --primary-color: #401126 !important;
  --tp-theme-primary: #401126 !important;
  --tp-theme-secondary: #5a1835 !important;
  --tp-common-blue: #401126 !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  background: var(--am-page) !important;
  color: var(--am-ink);
}

/* —— Announcement / header top —— */
.tp-header-top,
.tp-header-top.black-bg,
.ae-anno-announcement-wrapper,
.ae-anno-announcement,
[class*="ae-anno"] {
  background: var(--am-red) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 5px 12.5px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.tp-header-top a,
.tp-header-top span,
.tp-header-top p,
.ae-anno-announcement-wrapper *,
.ae-anno-announcement * {
  color: #fff !important;
}
.tp-header-top-menu,
.tp-header-currency,
.tp-header-top-right { display: none !important; } /* AM: full-bleed announce, no currency chrome */

/* —— Header main —— */
.tp-header-main {
  background: #fff !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.tp-header-search-wrapper {
  border: 1px solid #e5e7eb !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  max-width: 555px !important;
  height: 44px !important;
  background: #fff !important;
}
.tp-header-search-box,
.tp-header-search-box input,
.bb-form-quick-search input[type="search"],
.bb-form-quick-search input[type="text"] {
  background: #fff !important;
  border: 0 !important;
  height: 42px !important;
  box-shadow: none !important;
}
.tp-header-search-category { display: none !important; } /* AM: plain search, no All Categories in field */
.tp-header-search-btn,
.tp-header-search-btn button,
.bb-form-quick-search button[type="submit"] {
  background: var(--am-red) !important;
  color: #fff !important;
  border: 0 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 0 !important;
}
.tp-header-search-btn svg,
.tp-header-search-btn i,
.bb-form-quick-search button[type="submit"] svg {
  color: #fff !important;
  stroke: #fff !important;
}
.tp-header-action-badge {
  background: #401126 !important;
  color: #fff !important;
  border-radius: 50% !important;
}

/* —— Full-width red ALL-CAPS nav —— */
.tp-header-bottom {
  background: var(--am-red) !important;
  border: 0 !important;
  min-height: 44px !important;
}
.tp-header-bottom .container { max-width: 100% !important; }
.tp-header-category { display: none !important; } /* kill electronics All Categories button */
.main-menu.menu-style-1,
.tp-main-menu-content,
.tp-mega-menu-wrapper,
.tp-header-bottom .row {
  background: transparent !important;
}
.tp-main-menu-content > ul > li > a,
.main-menu > nav > ul > li > a,
.tp-header-bottom a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 12px 10px !important;
}
.tp-header-contact { display: none !important; }

/* —— Kill blue leftovers —— */
a, .tp-link { --bs-link-color: #401126; }
.tp-btn,
a.tp-btn,
.btn-primary,
.tp-btn-blue,
.tp-btn-2,
button.tp-btn {
  background-color: var(--am-red) !important;
  border-color: var(--am-red) !important;
  color: #fff !important;
}
.swiper-pagination-bullet-active,
.owl-dot.active span {
  background: var(--am-red) !important;
}
.text-primary,
.tp-product-tag a:hover { color: var(--am-red) !important; }

/* —— Product cards (psc-like CSS) —— */
.tp-product-item {
  background: var(--am-surface) !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif !important;
}
.tp-product-thumb {
  position: relative !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(64, 17, 38, 0.12) !important;
}
.tp-product-thumb img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  width: 100%;
  background: #fff;
}
/* Sale chip top-left */
.tp-product-badge,
.tp-product-badge .product-sale,
span.product-sale {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  background: var(--am-sale) !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  z-index: 3 !important;
  margin: 0 !important;
}
.tp-product-badge { padding: 0 !important; background: transparent !important; }
.tp-product-badge .product-sale { position: static !important; display: inline-block !important; }

.tp-product-category,
.tp-store-name,
.tp-product-category a {
  color: var(--am-red) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
.tp-product-title,
.tp-product-title a {
  color: var(--am-ink) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.tp-product-rating-icon i,
.tp-product-rating-icon svg,
.tp-product-rating .fa-star {
  color: var(--am-red) !important;
  fill: var(--am-red) !important;
}
.tp-product-price.new-price,
.tp-product-price-wrapper .new-price {
  color: var(--am-sale) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.tp-product-price.old-price,
.tp-product-price-wrapper .old-price {
  color: var(--am-muted) !important;
  text-decoration: line-through !important;
  font-size: 12px !important;
}

/* Quick Buy — restyle large add-to-cart as full-width CTA */
.tp-product-add-cart-btn-large-wrapper {
  margin-top: 8px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-product-add-cart-btn-large,
.tp-product-add-cart-btn-large-wrapper .tp-product-add-cart-btn-large {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: var(--am-red) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 42px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  transform: none !important;
}
.tp-product-add-cart-btn-large::after {
  content: none; /* was Quick Buy */
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Hide floating icon actions on hover for cleaner AM card (optional keep wishlist) */
.tp-product-action {
  opacity: 0;
  transition: opacity .2s;
}
.tp-product-item:hover .tp-product-action { opacity: 1; }

/* —— Circle categories (slider + beauty grid) —— */
.tp-category-item .tp-category-thumb,
.tp-category-item-3 .tp-category-thumb,
.tp-category-item-4 .tp-category-thumb,
.tp-category-slider-item .tp-category-thumb,
.tp-product-category-item .tp-category-thumb {
  width: 200px !important;
  height: 200px !important;
  max-width: 200px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto 12px !important;
  background: radial-gradient(circle at 30% 25%, #ffffff 0%, var(--am-red-soft) 70%, #f7eef1 100%) !important;
  border: 0 !important;
}
.tp-category-item .tp-category-thumb img,
.tp-category-item-3 .tp-category-thumb img,
.tp-category-slider-item .tp-category-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* was contain */
  border-radius: 50% !important;
  padding: 12px !important;
}
.tp-category-item,
.tp-category-item-3,
.tp-category-slider-item {
  text-align: center !important;
}
.tp-category-title,
.tp-category-content h3,
.tp-category-content a,
.tp-category-item-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--am-ink) !important;
  text-transform: none !important;
}

/* —— Section titles —— */
.tp-section-title,
.section-title h2,
.tp-product-web-title,
.am-section-title {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: var(--am-ink) !important;
}

/* —— Trust marquee —— */
.am-trust-marquee,
.tp-feature-area.am-trust,
[data-am="trust-marquee"] {
  background: var(--am-trust-bg) !important;
  color: var(--am-red) !important;
  padding: 12px 16px !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

/* Soften electronics hero — hide shape clutter, darken CTAs */
.tp-slider-shape,
.tp-hero-shape,
.tp-slider-area img[src*="shape"] {
  display: none !important;
}
.tp-slider-btn .tp-btn,
.tp-hero-btn a,
.tp-slider-btn a {
  background: #401126 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  border: 1px solid #401126 !important;
}

/* Footer headings red */
.tp-footer-widget-title,
.footer-widget h4,
.tp-footer-2 .tp-footer-widget-title {
  color: var(--am-red) !important;
  text-transform: uppercase !important;
}

/* —— AM class hooks (homepage shortcodes) —— */
.am-trust-marquee {
  background: #f7eef1 !important;
  color: #401126 !important;
  padding: 12px 16px !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  border: 0 !important;
}

.am-circle-categories { padding-top: 40px !important; padding-bottom: 15px !important; }
.am-circle-rail { gap: 22px; }
.am-circle-item { text-align: center !important; }
.am-circle-thumb {
  width: 200px !important;
  height: 200px !important;
  max-width: 200px !important;
  margin: 0 auto 12px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f7eef1 65%, #f7eef1 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
}
.am-circle-thumb img,
.tp-product-category-thumb.am-circle-thumb img,
.am-circle-thumb a img {
  width: 85% !important;
  height: 85% !important;
  object-fit: cover !important; /* was contain */
  border-radius: 0 !important;
  margin: auto !important;
}
.am-circle-label,
.am-circle-label a,
.tp-product-category-title.am-circle-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #232323 !important;
  text-transform: none !important;
  margin-top: 8px !important;
}

/* Sale chips — AM SALE {n}% top-left */
.am-sale-badge-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: 5 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.am-sale-chip,
span.am-sale-chip.product-sale,
.tp-product-badge .am-sale-chip {
  display: inline-block !important;
  position: static !important;
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

/* New Arrivals product rail prices */
.tp-product-item .tp-product-price.new-price { color: #401126 !important; font-weight: 700 !important; }
.tp-product-item .tp-product-price.old-price { color: #969696 !important; text-decoration: line-through !important; }

/* Beauty grid fallback circles (tp-category-thumb-3 is bg-image div) */
.tp-category-item-3 {
  background: transparent !important;
  box-shadow: none !important;
  width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tp-category-thumb-3 {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f7eef1 !important;
}
.tp-category-content-3 {
  position: static !important;
  transform: none !important;
  padding-top: 10px !important;
  background: transparent !important;
}

/* —— MERGE: real Shofy category slider selectors (circle 200px) —— */
.am-circle-categories .tp-product-category-thumb,
.am-circle-thumb,
.tp-product-category-item .tp-product-category-thumb,
.tp-product-categories-slider .tp-product-category-thumb {
  width: 200px !important;
  height: 200px !important;
  max-width: 200px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto 12px !important;
  background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f7eef1 70%, #f7eef1 100%) !important;
  border: 0 !important;
}
.am-circle-categories .tp-product-category-thumb img,
.am-circle-thumb img,
.tp-product-category-item .tp-product-category-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* was contain */
  border-radius: 50% !important;
  padding: 0 !important;
}
.tp-product-category-title,
.am-circle-label,
.am-circle-label a {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #232323 !important;
  text-transform: none !important;
}

/* —— MERGE: sale chip AM wording + #401126 —— */
.tp-product-badge .product-sale,
.am-sale-chip,
span.product-sale {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: #401126 !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  z-index: 4 !important;
}
.tp-product-badge { position: static !important; background: transparent !important; padding: 0 !important; }
.tp-product-thumb { position: relative !important; }

/* Quick Buy label override (AM red CTA) */
.tp-product-add-cart-btn-large {
  background: #401126 !important;
  color: #fff !important;
}
.tp-product-add-cart-btn-large::after {
  content: none !important; /* was Quick Buy */
}

/* Trust strip helper for site-features restyle on HP */
.tp-feature-area {
  background: #f7eef1 !important;
}
.tp-feature-item,
.tp-feature-title,
.tp-feature-content p {
  color: #401126 !important;
}


/* —— P0 append: stronger circles, sale chips, quieter electronics chrome —— */
.tp-slider-shape-1,
.tp-slider-shape-2,
.tp-slider-shape-3,
.tp-slider-shape-4 { display: none !important; }

.recently-viewed,
.bb-purchase-notification,
.purchase-notification,
[class*="bought"],
.notification-popup,
.basel-prod-already-viewed { display: none !important; }

/* Force sale chip look even if markup differs */
.tp-product-item { position: relative; }
.tp-product-item .tp-product-thumb { position: relative; overflow: hidden; }
.tp-product-item .tp-product-badge span,
.tp-product-thumb .product-percentage,
.product-label,
.tp-product-badge {
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

/* Circle rail denser */
.tp-category-area .row,
.tp-category-slider .swiper-wrapper,
.ecommerce-categories-slider {
  gap: 22px;
}
.tp-category-item-3 .tp-category-thumb,
.tp-category-item .tp-category-thumb,
.tp-category-slider-item .tp-category-thumb {
  width: min(200px, 28vw) !important;
  height: min(200px, 28vw) !important;
  border-radius: 50% !important;
  border: 0 !important;
  box-shadow: 0 8px 24px rgba(64, 17, 38, 0.12);
}

/* Red price stronger */
.tp-product-price-wrapper span,
.tp-product-price-info span.new-price,
.tp-product-price.new-price { color: #401126 !important; }

/* Trust marquee spacing */
.am-trust-marquee {
  margin: 0;
  border-bottom: 1px solid rgba(64,17,38,0.12);
}

/* —— Hard overrides vs parent theme.css —— */
.tp-product-thumb.p-relative { position: relative !important; }
.tp-product-badge.am-sale-badge-wrap,
.tp-product-thumb .tp-product-badge {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 5 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
}
.tp-product-badge .product-sale,
.product-sale.am-sale-chip,
span.product-sale {
  background-color: #401126 !important;
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
}

/* Circle thumbs — kill blue double-border, force circle */
.am-circle-thumb.tp-product-category-thumb,
.tp-product-category-thumb.am-circle-thumb,
.am-circle-item .tp-product-category-thumb {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: radial-gradient(circle at 30% 25%, #fff 0%, #f7eef1 70%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.am-circle-thumb img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 80% !important;
  max-height: 80% !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important; /* was contain */
}
.am-circle-item::before,
.am-circle-thumb::before,
.am-circle-thumb::after { display: none !important; content: none !important; }

/* Red prices — kill blue */
.tp-product-price.new-price,
.tp-product-price-wrapper .new-price {
  color: #401126 !important;
}

/* hide social-proof purchase toasts */
.tp-product-popup,
.product-popup,
.bought-together-popup,
.bb-recently-viewed-products,
div[class*="already-bought"],
div[class*="recently-purchased"],
.basel-scroll-content { display:none !important; visibility:hidden !important; }

/* —— Live markup sync (am-circle-*, am-sale-*) —— */
.tp-product-badge.am-sale-badge-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: 6 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-sale.am-sale-chip,
span.am-sale-chip {
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

.am-circle-categories .am-circle-thumb,
.tp-product-category-thumb.am-circle-thumb {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto 12px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f7eef1 68%, #f7eef1 100%) !important;
}
.am-circle-thumb a,
.am-circle-thumb img {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.am-circle-item::after,
.am-circle-thumb::after,
.am-circle-item::before,
.am-circle-thumb::before,
.tp-product-category-item::before,
.tp-product-category-item::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.am-circle-label,
.tp-product-category-title.am-circle-label {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #232323 !important;
}

/* Quick Buy visible CTA */
.tp-product-add-to-cart-btn,
.tp-product-action-btn-2,
button[data-bb-toggle="add-to-cart"] {
  background: #401126 !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* —— Allure + burgundy P1 overrides —— */
:root {
  --am-red: #401126;
  --am-burgundy: #401126;
  --am-red-soft: #f7eef1;
  --am-trust-bg: #f7eef1;
  --primary-color: #401126 !important;
  --tp-theme-primary: #401126 !important;
  --tp-common-blue: #401126 !important;
}

/* Announcement stays solid burgundy */
.tp-header-top,
.tp-header-top.black-bg,
.ae-anno-announcement-wrapper,
.ae-anno-announcement,
[class*="ae-anno"] {
  background: #401126 !important;
}

/* Allure-ish search: wide, clean, soft border, icon (not chunky red brick) */
.tp-header-search-wrapper,
.allure-search__wrap {
  border: 0 !important;
  border-bottom: 1px solid #d9d4d6 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  max-width: 680px !important;
  width: 100% !important;
  height: 44px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.tp-header-search-box,
.allure-search__box,
.tp-header-search-box input,
.bb-form-quick-search input[type="search"],
.bb-form-quick-search input[type="text"],
.allure-search input {
  background: transparent !important;
  border: 0 !important;
  height: 42px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #232323 !important;
  padding-left: 4px !important;
}
.tp-header-search-box input::placeholder,
.allure-search input::placeholder {
  color: #969696 !important;
  opacity: 1 !important;
}
.tp-header-search-category { display: none !important; }
.tp-header-search-btn,
.allure-search__btn,
.tp-header-search-btn button,
.bb-form-quick-search button[type="submit"],
.allure-search__btn button {
  background: transparent !important;
  color: #401126 !important;
  border: 0 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 0 !important;
}
.tp-header-search-btn svg,
.tp-header-search-btn i,
.bb-form-quick-search button[type="submit"] svg,
.allure-search__btn svg {
  color: #401126 !important;
  stroke: #401126 !important;
  width: 20px !important;
  height: 20px !important;
}
.tp-header-action-badge {
  background: #401126 !important;
}

/* Allure text nav row under search (white bar, burgundy links) */
.tp-header-bottom {
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #eee8ea !important;
  min-height: 48px !important;
}
.tp-header-bottom .container { max-width: 1320px !important; }
.tp-header-category { display: none !important; }
.tp-main-menu-content > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px 28px !important;
  margin: 0 !important;
  padding: 6px 0 !important;
}
.tp-main-menu-content > ul > li > a,
.main-menu > nav > ul > li > a,
.tp-header-bottom a,
.allure-nav__list a {
  color: #401126 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 12px 4px !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.tp-main-menu-content > ul > li > a:hover,
.allure-nav__list a:hover {
  color: #5a1835 !important;
  opacity: 0.9;
}
.tp-main-menu-content > ul > li > a svg {
  display: none !important; /* Allure: plain text links, no chevrons */
}
.tp-header-contact { display: none !important; }

.allure-nav {
  background: #fff;
  border-bottom: 1px solid #eee8ea;
}
.allure-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.allure-nav__list a {
  text-decoration: none;
}

/* Soft burgundy tints for trust / circles leftovers */
.am-trust-marquee {
  background: #f7eef1 !important;
  color: #401126 !important;
}
a, .tp-link { --bs-link-color: #401126; }


/* —— CEO sprint: logo + hero + toast + premium spacing —— */
:root {
  --am-burgundy: #401126;
  --am-red: #401126;
}

.tp-header-main .logo img,
.tp-header-area .logo img,
.offcanvas__logo img {
  max-height: 48px !important;
  width: auto !important;
  object-fit: cover !important; /* was contain */
}

/* Full-bleed hero — prefer banner image, mute leftover demo shapes/text clash */
.tp-slider-area,
.tp-slider-item,
.tp-hero-area { background: #fff !important; }
.tp-slider-item .tp-slider-thumb img,
.tp-slider-thumb img {
  width: 100% !important;
  height: auto !important;
  max-height: 420px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.tp-slider-shape-1,
.tp-slider-shape-2,
.tp-slider-shape-3,
.tp-slider-shape-4 { display: none !important; }

/* Hide social-proof / purchase toasts aggressively */
.tp-product-popup,
.product-popup,
.bought-together-popup,
.bb-recently-viewed-products,
div[class*="already-bought"],
div[class*="recently-purchased"],
div[class*="purchased"],
.notification-box,
.basel-prod-already-viewed,
.recent-purchase,
#recently-purchased,
.popup-recently-viewed { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }

/* Premium section spacing */
.tp-product-area,
.tp-category-area,
.am-trust-marquee,
.tp-brand-area {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.tp-section-title,
.am-section-title {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  letter-spacing: 0.01em;
}
.tp-product-item {
  margin-bottom: 20px;
}
.tp-product-thumb img {
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
  background: #fff;
}

/* Allure-ish search: soft border, burgundy accent optional */
.tp-header-search-btn { background: var(--am-burgundy) !important; }
.tp-header-bottom,
.tp-header-menu,
nav.tp-main-menu,
.tp-header-top { background: var(--am-burgundy) !important; }


/* —— Premium fold: cards + hero intentional —— */
.tp-product-item {
  transition: transform .25s ease, box-shadow .25s ease;
  border-radius: 4px;
  overflow: hidden;
  background: #fff !important;
}
.tp-product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(64,17,38,.12) !important;
}
.tp-product-thumb {
  background: #faf7f5 !important;
}
.tp-product-thumb img {
  aspect-ratio: 1/1 !important;
  object-fit: cover !important; /* was contain */
  padding: 12px;
  background: #fff;
}
.am-sale-chip,
.tp-product-badge,
.tp-product-badge span {
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
}
.tp-product-item:hover .tp-product-action,
.tp-product-item:hover .tp-product-add-to-cart-btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-product-add-to-cart-btn,
.tp-product-action .tp-product-action-btn {
  background: #401126 !important;
  color: #fff !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: .06em !important;
}

/* Hero: full-bleed banner, hide leftover demo text clash when image is banner */
.tp-slider-item {
  min-height: 320px;
}
.tp-slider-item .tp-slider-content {
  z-index: 2;
}
.tp-slider-thumb {
  width: 100% !important;
}
.tp-slider-thumb img { /* max-height overridden by full-bleed block */ }

/* Kill gray lazy placeholders */
img[src*="placeholder"],
img[data-src*="placeholder"] {
  opacity: 0 !important;
}

/* —— AM full-bleed hero (style=full-width) —— */
.tp-slider-area .tp-slider-full-width .tp-slider-item {
  background: #111 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.tp-slider-area .tp-slider-full-width .tp-slider-thumb {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tp-slider-area .tp-slider-full-width .tp-slider-thumb img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: cover !important;
  margin: 0 auto !important;
}
/* When style 1 still used: make thumb full-bleed, hide empty text column clash */
.tp-slider-area:not(:has(.tp-slider-full-width)) .tp-slider-item {
  position: relative;
  min-height: 360px;
  background: #111 !important;
}
.tp-slider-area:not(:has(.tp-slider-full-width)) .tp-slider-thumb {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  z-index: 0;
}
.tp-slider-area:not(:has(.tp-slider-full-width)) .tp-slider-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}
.tp-slider-area:not(:has(.tp-slider-full-width)) .tp-slider-content {
  position: relative;
  z-index: 2;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.tp-slider-area:not(:has(.tp-slider-full-width)) .container {
  position: relative;
  z-index: 2;
}

/* Product cards: real photos, no gray 600 box look */
.tp-product-thumb {
  background: #fff !important;
  aspect-ratio: 1 / 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.tp-product-thumb img,
.tp-product-item .tp-product-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important; /* was contain */
  padding: 10px !important;
  background: #fff !important;
}
/* Do not hide real product imgs; only hide known core placeholder asset */
img[src*="/vendor/core/core/base/images/placeholder.png"] {
  opacity: 0.15 !important;
}

/* hide sale-popup plugin */
.sale-popup, #sale-popup, .sale-popup-container, .sale-popup-wrapper,
[class*="sale-popup"], .bb-sale-popup { display:none !important; visibility:hidden !important; }

/* —— Founder: true full-bleed hero (kill text-end / float / letterbox) —— */
.tp-slider-area {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}
.tp-slider-full-width,
.tp-slider-full-width .owl-stage-outer,
.tp-slider-full-width .owl-stage,
.tp-slider-full-width .owl-item {
  width: 100% !important;
}
.tp-slider-full-width .tp-slider-item {
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #0b0b0b !important;
}
.tp-slider-full-width .tp-slider-thumb,
.tp-slider-full-width a.tp-slider-thumb,
.tp-slider-full-width .am-hero-bleed {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tp-slider-full-width .tp-slider-thumb img,
.tp-slider-full-width .am-hero-bleed img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.tp-slider-full-width .tp-slider-content { display: none !important; }


/* —— Hero completeness: kill text-end half-banner + nested-link shrink —— */
.tp-slider-full-width,
.tp-slider-full-width .owl-stage-outer,
.tp-slider-full-width .owl-stage,
.tp-slider-full-width .owl-item,
.tp-slider-full-width .tp-slider-item {
  width: 100% !important;
  max-width: 100% !important;
}
.tp-slider-full-width .tp-slider-thumb,
.tp-slider-full-width a.tp-slider-thumb {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tp-slider-full-width .tp-slider-thumb picture,
.tp-slider-full-width .tp-slider-thumb a,
.tp-slider-full-width .tp-slider-thumb img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
.tp-slider-full-width .tp-slider-item {
  background: #0b0b0b !important;
}


/* —— AM full-bleed hero FORCE (override theme half-width thumb) —— */
.am-fullbleed-hero,
.am-fullbleed-hero .tp-slider-area,
.tp-slider-area.am-fullbleed-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.am-fullbleed-hero .owl-stage-outer,
.am-fullbleed-hero .owl-stage,
.am-fullbleed-hero .owl-item,
.am-fullbleed-hero .am-fullbleed-slide,
.am-fullbleed-hero .tp-slider-item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
}
.am-fullbleed-hero .am-fullbleed-link {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
}
.am-fullbleed-hero .am-fullbleed-img,
.am-fullbleed-hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
}
/* kill any leftover split text panel from theme */
.am-fullbleed-hero .tp-slider-content,
.am-fullbleed-hero .container,
.am-fullbleed-hero .row,
.am-fullbleed-hero .col-xl-5,
.am-fullbleed-hero .tp-slider-shape {
  display: none !important;
}
.am-fullbleed-hero .tp-slider-thumb {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* —— am-fullbleed-hero (CEO custom markup) —— */
.am-fullbleed-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.am-fullbleed-carousel,
.am-fullbleed-slide {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.am-fullbleed-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
}

/* —— Premium card chrome vs AM —— */
.tp-product-item .am-sale-chip,
.tp-product-item .tp-product-badge,
.tp-product-item .tp-product-badge span,
.tp-product-thumb .product-badge {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  background: #401126 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 3px 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}
.tp-product-content .am-vendor,
.tp-product-item .product-vendor,
.tp-product-content > span.am-vendor-line {
  display: block !important;
  color: #401126 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}
.tp-section-title,
.tp-product-web-title,
.am-section-title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  color: #232323 !important;
}
.tp-section-title-wrapper p,
.tp-section-heading p,
.am-section-sub {
  color: #969696 !important;
  font-size: 14px !important;
}
/* circle cutout feel */
.am-circle-thumb,
.tp-category-item .tp-category-thumb,
.am-circle-categories .tp-category-thumb {
  border-radius: 50% !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #f7eef1 70%, #f7eef1 100%) !important;
  box-shadow: 0 10px 28px rgba(64,17,38,.10) !important;
}
.am-circle-thumb img,
.tp-category-item .tp-category-thumb img {
  mix-blend-mode: multiply;
  object-fit: cover !important; /* was contain */
  padding: 12% !important;
}

/* static hero — immune to Shofy split slider */
.am-hero-static {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: #0b0b0b;
}
.am-hero-static img.am-fullbleed-img,
.am-hero-static img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 !important;
}

/* circle cutouts + dense trust + WCU */
.am-circle-thumb {
  width: 160px !important;
  height: 160px !important;
  margin: 0 auto 12px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f7eef1 55%, #f7eef1 100%) !important;
  box-shadow: 0 12px 30px rgba(64,17,38,.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.am-circle-thumb img {
  width: 78% !important;
  height: 78% !important;
  object-fit: cover !important; /* was contain */
  mix-blend-mode: multiply;
  padding: 0 !important;
}
.am-circle-label { font-size: 15px !important; font-weight: 500 !important; color: #232323 !important; }
.am-trust-dense {
  background: #f7eef1 !important;
  border-top: 1px solid rgba(64,17,38,0.10);
  border-bottom: 1px solid rgba(64,17,38,0.10);
  padding: 14px 0 !important;
}
.am-trust-dense-row {
  display: flex; flex-wrap: nowrap; gap: 0; justify-content: flex-start; width: max-content;
  font-size: 13px; font-weight: 600; color: #401126; letter-spacing: .02em;
}
.am-wcu { padding: 56px 0 40px !important; background: #fafafa; }
.am-wcu-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 40px !important; font-weight: 700 !important;
  color: #401126 !important; text-align: center; margin: 0 0 28px !important;
}
.am-wcu-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin: 0 auto;
}
.am-wcu-card {
  border-radius: 18px; padding: 28px 26px; background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.am-wcu-us { background: linear-gradient(180deg,#401126 0%,#401126 100%) !important; color: #fff !important; }
.am-wcu-us h3, .am-wcu-others h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: .04em; }
.am-wcu-us ul, .am-wcu-others ul { margin: 0; padding-left: 18px; line-height: 1.7; }
.am-wcu-others { border: 1px solid #eee; }
@media (max-width: 767px) {
  .am-wcu-grid { grid-template-columns: 1fr; }
  .am-circle-thumb { width: 120px !important; height: 120px !important; }
}

/* ========== AM Reels / Shop the Look (Reelfy-style) ========== */
.am-reels {
  padding: 56px 0 64px !important;
  background: #fff !important;
}
.am-reels-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: none !important;
  text-align: center !important;
  color: #401126 !important;
  margin: 0 0 8px !important;
}
.am-reels-sub {
  text-align: center;
  color: #969696;
  font-size: 14px;
  margin: 0 0 28px !important;
}
.am-reels-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.am-reels-card { margin: 0; }
.am-reels-frame {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 9 / 16;
  box-shadow: 0 14px 36px rgba(64, 17, 38, 0.16);
  border: 1px solid rgba(64, 17, 38, 0.08);
}
.am-reels-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.am-reels-dur {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: .04em;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .am-reels-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .am-reels-rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .am-reels-card { flex: 0 0 72vw; scroll-snap-align: start; }
}

/* legacy aliases (older Shop the Look markup) */
.am-shop-the-look { padding: 56px 0 64px !important; background: #fff !important; }
.am-stl-title { font-family: "Cormorant Garamond", Georgia, serif !important; font-size: 36px !important; font-weight: 700 !important; letter-spacing: .08em !important; text-transform: uppercase !important; text-align: center !important; color: #401126 !important; margin: 0 0 8px !important; }
.am-stl-sub { text-align: center; color: #969696; font-size: 14px; margin: 0 0 28px !important; }
.am-reel-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1100px; margin: 0 auto; }
.am-reel-frame { position: relative; border-radius: 19px; overflow: hidden; background: #111; aspect-ratio: 9 / 16; box-shadow: 0 14px 36px rgba(64,17,38,.16); }
.am-reel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.am-reel-dur { position: absolute; left: 10px; bottom: 10px; background: rgba(0,0,0,.55); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 999px; }
@media (max-width: 991px) { .am-reel-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) {
  .am-reel-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .am-reel-card { flex: 0 0 72vw; scroll-snap-align: start; }
}


/* —— GLOBAL burgundy lock (founder final) —— */
:root {
  --am-red: #401126;
  --am-sale: #401126;
  --am-secondary: #5a1835 !important;
  --primary-color: #401126 !important;
  --tp-theme-primary: #401126 !important;
  --tp-theme-secondary: #5a1835 !important;
  --tp-common-blue: #401126 !important;
  --bs-primary: #401126 !important;
  --bs-link-color: #401126 !important;
}
.am-wcu__atoma, .am-wcu .atoma-card, [class*="wcu"] .atoma {
  background: #401126 !important;
}
.text-danger, .badge-danger, .sale, .tp-product-badge span,
.tp-product-badge-2, .product-badge, .onsale {
  background-color: #401126 !important;
  border-color: #401126 !important;
}
a:hover, .tp-product-title a:hover { color: #401126 !important; }
.swiper-pagination-bullet-active, .owl-dot.active span,
.tp-slider-dot button.active { background: #401126 !important; }
.btn-primary, .tp-btn, button.tp-btn, .tp-btn-2, .tp-btn-blue {
  background-color: #401126 !important;
  border-color: #401126 !important;
  color: #fff !important;
}
.am-reels__title, .am-reels h2, .section-title span {
  color: #401126 !important;
}

/* FINAL PUSH burgundy global */
:root {
  --am-red: #401126 !important;
  --am-sale: #401126 !important;
  --am-burgundy: #401126 !important;
  --am-secondary: #5a1835 !important;
  --primary-color: #401126 !important;
  --tp-theme-primary: #401126 !important;
  --tp-theme-secondary: #5a1835 !important;
  --tp-common-blue: #401126 !important;
  --bs-primary: #401126 !important;
  --bs-link-color: #401126 !important;
  --secondary-color: #5a1835 !important;
}
.tp-header-top,
.tp-header-bottom,
.tp-header-menu,
.tp-header-search-btn,
.am-sale-chip,
.product-sale,
.tp-product-badge,
.tp-product-badge span,
.am-wcu-title,
.am-vendor-line,
.tp-btn,
a.tp-btn,
.btn-primary,
.tp-product-add-to-cart-btn,
.pagination .page-item.active .page-link,
.am-wcu-us {
  background-color: #401126 !important;
  border-color: #401126 !important;
}
.am-wcu-us { background: linear-gradient(180deg,#5a1a36 0%,#401126 100%) !important; }
.am-wcu-title,
.am-stl-title,
.am-reels-title,
.tp-section-title,
a:hover,
.tp-product-price,
.tp-product-price-new,
ins .amount {
  color: #401126 !important;
}
.am-wcu-title { color: #401126 !important; }
.am-trust-dense { background: #f6eef2 !important; }
.am-trust-dense-row { color: #401126 !important; }
.tp-header-action-badge,
.cart-count { background: #401126 !important; }

/* footer density / premium */
.tp-footer-area, footer {
  background: #f7f4f5 !important;
  border-top: 1px solid rgba(64,17,38,.08);
}
.tp-footer-widget-title,
.footer-widget-title,
.tp-footer-area h4,
.tp-footer-area h3 {
  color: #401126 !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
}
.tp-footer-area a:hover { color: #401126 !important; }
.tp-product-item:hover .tp-product-action {
  opacity: 1 !important; visibility: visible !important;
}
.tp-product-item .tp-product-add-to-cart-btn,
.tp-product-item .product-action a.add_to_cart_button {
  background: #401126 !important; color: #fff !important;
  text-transform: uppercase !important; font-weight: 700 !important;
  border-radius: 2px !important;
}

/* —— FINAL LOCAL POLISH 2026-09-21 —— */
/* Hide Compare (AM-cleaner) */
.tp-header-action-item-compare,
.tp-header-action-item.tp-header-action-item-compare,
li.tp-header-action-item-compare,
.tp-product-compare-btn,
button[data-bb-toggle="add-to-compare"],
a[href*="/compare"] .tp-header-action-btn {
  display: none !important;
}

/* Focus rings / underlines / chips / dots → burgundy */
*:focus-visible {
  outline-color: #401126 !important;
}
a:focus, button:focus, .tp-btn:focus, .form-control:focus,
.bb-form-quick-search input:focus {
  border-color: #401126 !important;
  box-shadow: 0 0 0 0.2rem rgba(64,17,38,0.18) !important;
}
.swiper-pagination-bullet-active,
.owl-dot.active span,
.slick-dots li.slick-active button,
.tp-slider-dot button.active,
.tp-product-details-variation-list button.active,
.tp-color-variation-btn.active {
  background: #401126 !important;
  border-color: #401126 !important;
}
.am-wcu-card .am-wcu-icon,
.am-wcu .icon,
[class*="why-choose"] .icon {
  color: #401126 !important;
}
.section-title::after,
.tp-section-title::after,
.am-reels-title::after,
.underline,
.tp-product-details-tab-nav .nav-link.active {
  border-color: #401126 !important;
  color: #401126 !important;
}
.badge, .chip, .am-sale-chip, .onsale, .product-sale {
  background-color: #401126 !important;
  border-color: #401126 !important;
}
/* Soft pink leftovers → burgundy blush */
.am-trust-dense,
.am-red-soft-bg {
  background: #f7eef1 !important;
}


/* —— FOUNDER FIX: white square category boxes + readable CTA text —— */
.tp-header-bottom,
.tp-header-menu,
nav.tp-main-menu {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  border-bottom: 0 !important;
  min-height: auto !important;
  padding: 14px 0 !important;
}
.tp-main-menu-content > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px 16px !important;
  padding: 4px 12px !important;
}
.tp-main-menu-content > ul > li > a,
.main-menu > nav > ul > li > a,
.tp-header-bottom .tp-main-menu-content > ul > li > a,
.allure-nav__list a {
  display: inline-block !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 12px 22px !important;
  border-radius: 2px !important;
  border: 0 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12) !important;
  line-height: 1.2 !important;
}
.tp-main-menu-content > ul > li > a:hover,
.allure-nav__list a:hover {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.16) !important;
  opacity: 1 !important;
}

/* Product / cart buttons: burgundy fill + WHITE label (never burgundy-on-burgundy) */
.tp-btn,
a.tp-btn,
button.tp-btn,
.tp-btn-2,
.tp-btn-blue,
.btn-primary,
.tp-product-add-to-cart-btn,
.tp-product-add-cart-btn,
.tp-product-add-cart-btn-large,
.tp-product-add-cart-btn-large-wrapper a,
.tp-product-add-cart-btn-large-wrapper button,
.single-product-sticky button,
.product-details-action button,
button[name="add-to-cart"],
.bb-btn-add-to-cart,
.am-quick-buy,
.tp-product-action-btn,
.tp-product-action-btn-2 {
  background-color: #401126 !important;
  border-color: #401126 !important;
  color: #ffffff !important;
}
.tp-btn *,
a.tp-btn *,
.tp-product-add-cart-btn-large *,
.tp-product-add-to-cart-btn *,
.bb-btn-add-to-cart *,
.am-quick-buy * {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
/* Keep sale chips burgundy with white text */
.tp-product-badge span,
.am-sale-chip,
.product-sale {
  background-color: #401126 !important;
  color: #ffffff !important;
}
/* Search button: keep burgundy with white icon */
.tp-header-search-btn,
.tp-header-search-btn button,
.bb-form-quick-search button[type="submit"],
.allure-search__btn {
  background: #401126 !important;
  color: #fff !important;
}
.tp-header-search-btn svg,
.bb-form-quick-search button[type="submit"] svg,
.allure-search__btn svg {
  color: #fff !important;
  stroke: #fff !important;
}


/* —— tighten: light rail so white Allure boxes pop; large cart CTA contrast —— */
.tp-header-bottom,
.tp-header-area .tp-header-bottom {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}
.tp-product-add-cart-btn-large,
.tp-product-add-cart-btn-large-wrapper a,
.tp-product-add-cart-btn-large-wrapper button,
a.tp-product-add-cart-btn-large {
  background: #401126 !important;
  background-color: #401126 !important;
  color: #ffffff !important;
  border-color: #401126 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  opacity: 1 !important;
}
.tp-product-add-cart-btn-large *,
.tp-product-add-cart-btn-large-wrapper a *,
.tp-product-add-cart-btn-large span {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* keep Allure nav on one row */
.tp-main-menu-content > ul {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 10px 12px !important;
}
.tp-main-menu-content > ul > li > a {
  white-space: nowrap !important;
  padding: 12px 18px !important;
}


/* —— ALLURE EXACT: white category boxes under search —— */
.tp-header-bottom,
.tp-header-menu,
nav.tp-main-menu {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  border: 0 !important;
  padding: 18px 12px 22px !important;
}
.tp-main-menu-content > ul {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 12px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: 4px 8px 8px !important;
  margin: 0 auto !important;
  max-width: 1100px !important;
}
.tp-main-menu-content > ul > li {
  flex: 0 0 auto !important;
  margin: 0 !important;
  list-style: none !important;
}
.tp-main-menu-content > ul > li > a,
.main-menu > nav > ul > li > a,
.tp-header-bottom .tp-main-menu-content > ul > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 118px !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.14) !important;
  white-space: nowrap !important;
  line-height: 1.15 !important;
}
.tp-main-menu-content > ul > li > a:hover {
  color: #000 !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
  transform: none !important;
}
.tp-main-menu-content > ul > li > a svg,
.tp-main-menu-content > ul > li > a i {
  display: none !important;
}
@media (max-width: 991px) {
  .tp-main-menu-content > ul > li > a {
    min-width: 100px !important;
    padding: 10px 14px !important;
    font-size: 11px !important;
  }
}

/* ========== ALLURE-EXACT top category boxes (v2 — match measured Allure 175x46 / 32px gap) ========== */
.tp-header-bottom,
.tp-header-area .tp-header-bottom {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 18px 0 20px !important;
  border-bottom: 0 !important;
  min-height: auto !important;
}
.tp-header-bottom .container,
.tp-header-bottom .tp-mega-menu-wrapper,
.tp-header-bottom .row,
.tp-header-bottom .col-xl-9,
.tp-header-bottom .col-lg-9,
.tp-header-bottom .main-menu {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.tp-main-menu-content > ul,
.main-menu.menu-style-1 .tp-main-menu-content > ul {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 32px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1210px !important;
}
.tp-main-menu-content > ul > li,
.main-menu.menu-style-1 .tp-main-menu-content > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  list-style: none !important;
}
.tp-main-menu-content > ul > li > a,
.main-menu.menu-style-1 .tp-main-menu-content > ul > li > a,
.tp-header-bottom .tp-main-menu-content > ul > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 160px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 20px !important;
  margin: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: 1 !important;
  border: 0 !important;
  border-radius: 0 !important;
  /* stronger Allure-like elevation: offset + soft blur */
  box-shadow: rgba(0, 0, 0, 0.39) 3px 4px 8px, rgba(0, 0, 0, 0.12) 0 8px 18px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.tp-main-menu-content > ul > li > a:hover,
.tp-header-bottom .tp-main-menu-content > ul > li > a:hover {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: rgba(0, 0, 0, 0.45) 3px 5px 10px, rgba(0, 0, 0, 0.14) 0 10px 20px !important;
  opacity: 1 !important;
}
.tp-header-sticky-menu .tp-main-menu-content > ul {
  gap: 32px !important;
  flex-wrap: nowrap !important;
}
.tp-header-sticky-menu .tp-main-menu-content > ul > li > a {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  height: 46px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  box-shadow: rgba(0, 0, 0, 0.39) 3px 4px 8px, rgba(0, 0, 0, 0.12) 0 8px 18px !important;
}

/* Remove Shofy container gutters/rail overflow so the cards span the full header. */
.tp-header-bottom .container,
.tp-header-bottom .tp-mega-menu-wrapper,
.tp-header-bottom .tp-mega-menu-wrapper > .row,
.tp-header-bottom .tp-mega-menu-wrapper .col-xl-9,
.tp-header-bottom .main-menu,
.tp-header-bottom .tp-main-menu-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tp-header-bottom .tp-mega-menu-wrapper > .row {
  --bs-gutter-x: 0 !important;
}
.tp-header-bottom .tp-main-menu-content,
.tp-main-menu-content > ul {
  overflow: hidden !important;
}


/* —— FOUNDER: product card CTA + remove empty burgundy bar —— */
/* Kill Quick Buy append that smashed into ADD TO CART */
.tp-product-add-cart-btn-large::after,
.tp-product-add-to-cart-btn::after,
.tp-product-add-cart-btn-large-wrapper .tp-product-add-cart-btn-large::after {
  content: none !important;
  display: none !important;
}
.tp-product-add-cart-btn-large-wrapper {
  margin: 10px 12px 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-product-add-cart-btn-large,
.tp-product-add-cart-btn-large-wrapper a,
.tp-product-add-cart-btn-large-wrapper button,
.tp-product-add-to-cart-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 12px 14px !important;
  background: #401126 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}
.tp-product-add-cart-btn-large *,
.tp-product-add-to-cart-btn * {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* Hide icon-only empty bars that look like solid burgundy strips with no label */
.tp-product-item .tp-product-add-cart-btn-large:empty {
  display: none !important;
}
/* Don't paint content wrappers burgundy */
.tp-product-content,
.tp-product-content-2,
.tp-product-title,
.tp-product-price-wrapper {
  background: transparent !important;
}
/* Remove accidental full-width burgundy divider under thumb */
.tp-product-thumb + .tp-product-content::before,
.tp-product-item > .am-vendor-line,
.tp-product-content > .am-vendor-line {
  display: none !important;
  content: none !important;
  height: 0 !important;
  background: transparent !important;
}
.am-vendor-line,
span.am-vendor-line {
  display: block !important;
  background: transparent !important;
  color: #969696 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 0 4px !important;
  min-height: 0 !important;
  height: auto !important;
  border: 0 !important;
}

/* —— FOUNDER: kill under-image burgundy bar + dual CTAs —— */
/* Hide absolute ATC strip under product image (broken solid bar) */
.tp-product-thumb .tp-product-add-cart-btn-large-wrapper,
.tp-product-item .tp-product-thumb > .tp-product-add-cart-btn-large-wrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  pointer-events: none !important;
}
/* Never inject Quick Buy via ::after (was smashing into ADD TO CART) */
.tp-product-add-cart-btn-large::after,
.tp-product-add-cart-btn-large::before,
.tp-product-add-to-cart-btn::after,
.tp-product-add-to-cart-btn::before,
button[data-bb-toggle="add-to-cart"]::after,
button[data-bb-toggle="add-to-cart"]::before {
  content: none !important;
  display: none !important;
}
/* Dual CTAs under title — separate readable buttons */
.am-card-cta-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 8px !important;
  margin-top: 12px !important;
  width: 100% !important;
}
.am-cta-btn {
  flex: 1 1 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 8px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  border: 1px solid #401126 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}
.am-cta-atc {
  background: #401126 !important;
  color: #ffffff !important;
}
.am-cta-qb {
  background: #ffffff !important;
  color: #401126 !important;
}
.am-cta-atc:hover {
  background: #2d0c1b !important;
  color: #fff !important;
}
.am-cta-qb:hover {
  background: #f7eef1 !important;
  color: #401126 !important;
}
/* No burgundy divider between thumb and content */
.tp-product-thumb::after,
.tp-product-content::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  height: 0 !important;
}

.tp-header-bottom .container,
.tp-header-bottom .tp-mega-menu-wrapper,
.tp-header-bottom .tp-mega-menu-wrapper > .row,
.tp-header-bottom .tp-mega-menu-wrapper .col-xl-9,
.tp-header-bottom .main-menu,
.tp-header-bottom .tp-main-menu-content {
  background: #fffbf9 !important;
  background-color: #fffbf9 !important;
}

/* —— ALLURE nav widen pass (144→175) —— */
.tp-header-bottom .container {
  max-width: 1320px !important;
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.tp-header-bottom .tp-mega-menu-wrapper > .row > [class*="col-"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.tp-main-menu-content > ul {
  max-width: none !important;
  width: 100% !important;
  gap: 32px !important;
  justify-content: space-between !important;
}
.tp-main-menu-content > ul > li {
  flex: 1 1 0 !important;
  max-width: none !important;
}
.tp-main-menu-content > ul > li > a {
  min-width: 0 !important;
  width: 100% !important;
  height: 46px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  box-shadow: rgba(0, 0, 0, 0.39) 3px 4px 8px, rgba(0, 0, 0, 0.14) 0 8px 18px !important;
}

/* ========== ASAP live polish: Allure mobile search + chips + running trust + hero ========== */

/* Hide Free Gift / Authentic feature cards + Why Choose on storefront */
body.theme-shofy-beauty .tp-feature-area,
body .tp-feature-area.tp-feature-border-radius,
.am-wcu {
  display: none !important;
}

/* Running trust marquee (AM pink info line) */
.am-trust-dense {
  background: #f6e4ea !important;
  border: 0 !important;
  padding: 10px 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
.am-trust-dense .container {
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.am-trust-dense-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: max-content !important;
  animation: am-trust-run 28s linear infinite !important;
  justify-content: flex-start !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #401126 !important;
}
.am-trust-dense-row span {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  padding: 0 22px !important;
  border-right: 1px solid rgba(64,17,38,.25) !important;
}
@keyframes am-trust-run {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .am-trust-dense-row { animation: am-trust-run 22s linear infinite !important; flex-wrap: nowrap !important; width: max-content !important; justify-content: flex-start !important; }
}

/* Big AM-style hero — mobile optimized */
.am-hero-static {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.am-hero-static picture,
.am-hero-static a {
  display: block !important;
  line-height: 0 !important;
}
.am-hero-static img.am-fullbleed-img {
  width: 100% !important;
  height: auto !important;
  min-height: 220px !important;
  object-fit: cover !important;
  object-position: center center !important;
}
@media (max-width: 767px) {
  .am-hero-static img.am-fullbleed-img {
    min-height: 280px !important;
    max-height: 72vh !important;
    object-fit: cover !important;
  }
}

/* Allure mobile search: full width + dark square magnifier */
.am-mobile-search {
  background: #fff !important;
  padding: 10px 0 6px !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.am-mobile-search .allure-search__wrap,
.am-mobile-search .tp-header-search-wrapper {
  width: 100% !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 46px !important;
}
.am-mobile-search .allure-search__box,
.am-mobile-search .tp-header-search-box,
.am-mobile-search input {
  flex: 1 1 auto !important;
  width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 15px !important;
  padding: 10px 14px !important;
}
.am-mobile-search .allure-search__btn,
.am-mobile-search .tp-header-search-btn {
  flex: 0 0 auto !important;
}
.am-mobile-search .allure-search__btn button,
.am-mobile-search .tp-header-search-btn button {
  width: 48px !important;
  height: 46px !important;
  min-width: 48px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.am-mobile-search .allure-search__btn button svg,
.am-mobile-search .tp-header-search-btn button svg,
.am-mobile-search .allure-search__btn button i {
  color: #fff !important;
  stroke: #fff !important;
}

/* Allure category chips — white boxes, horizontal scroll on phone */
.allure-nav {
  display: block !important;
  background: #fff !important;
  padding: 8px 0 12px !important;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.allure-nav .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
  max-width: 100% !important;
}
.allure-nav__list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 2px 8px !important;
}
.allure-nav__list::-webkit-scrollbar { display: none !important; }
.allure-nav__list li { flex: 0 0 auto !important; margin: 0 !important; }
.allure-nav__list a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ececec !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
  padding: 10px 16px !important;
  min-height: 40px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.allure-nav__list a:hover {
  color: #401126 !important;
  border-color: #401126 !important;
}
@media (min-width: 992px) {
  /* desktop: keep chips under search area but don't duplicate cramped look */
  .allure-nav { padding: 10px 0 14px !important; }
  .allure-nav__list {
    overflow: visible !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  .allure-nav__list a {
    min-width: 120px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.10) !important;
  }
}


/* dual hero images — Botble strips <picture> */
.am-hero-mobile { display: none !important; }
@media (max-width: 767px) {
  .am-hero-desktop { display: none !important; }
  .am-hero-mobile { display: block !important; width: 100% !important; min-height: 320px !important; object-fit: cover !important; }
}



/* ========== FORCE: AM single running trust strip (fixes double stacked bar) ========== */
@media (prefers-reduced-motion: reduce) {
  .am-trust-dense-row {
    animation: am-trust-run 28s linear infinite !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    justify-content: flex-start !important;
  }
}
.am-trust-dense {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
  background: #f7d6e0 !important;
  border: 0 !important;
  line-height: 36px !important;
}
.am-trust-dense .container {
  max-width: none !important;
  width: 100% !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.am-trust-dense-row {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
  height: 36px !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  animation: am-trust-run 22s linear infinite !important;
  transform: translate3d(0,0,0) !important;
  will-change: transform !important;
  justify-content: flex-start !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  color: #401126 !important;
}
.am-trust-dense-row span {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  height: 36px !important;
  white-space: nowrap !important;
  padding: 0 18px !important;
  border-right: 1px solid rgba(64,17,38,.22) !important;
  line-height: 1 !important;
}
@keyframes am-trust-run {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}


/* ========== RUNLINE v2 — native marquee strip (AM style) ========== */
.am-trust-dense { display: none !important; height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; }
.am-runline {
  display: block !important;
  overflow: hidden !important;
  height: 34px !important;
  max-height: 34px !important;
  min-height: 34px !important;
  background: #f7d6e0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 34px !important;
}
.am-runline-marquee,
.am-runline marquee {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  max-height: 34px !important;
  line-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  color: #401126 !important;
  background: #f7d6e0 !important;
}


/* ========== RUNLINE v3 — span track scroll (sanitizer-safe) ========== */
.am-trust-dense { display: none !important; height: 0 !important; max-height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.am-runline {
  display: block !important;
  overflow: hidden !important;
  height: 34px !important;
  max-height: 34px !important;
  min-height: 34px !important;
  background: #f7d6e0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 34px !important;
  white-space: nowrap !important;
  position: relative !important;
}
.am-runline-track {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  color: #401126 !important;
  line-height: 34px !important;
  height: 34px !important;
  vertical-align: top !important;
  padding: 0 !important;
  margin: 0 !important;
  animation: am-runline-move 22s linear infinite !important;
}
@keyframes am-runline-move {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}


/* ========== Hide theme announcement top bar (founder request) ========== */
.tp-header-top,
.tp-header-top-border,
.tp-header-area > .tp-header-top,
[data-bb-toggle="announcement-lazy-loading"],
.bb-announcement,
.announcement-wrapper,
.announcement-container,
div[class*="announcement"]:not(.am-runline):not(.am-runline-track) {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


/* ========== AM gift top line (system color + centered) ========== */
.am-gift-bar {
  display: block !important;
  width: 100% !important;
  background: #401126 !important; /* system burgundy */
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative !important;
  z-index: 1002 !important;
}
.am-gift-bar.is-hidden { display: none !important; }
.am-gift-bar__inner {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 8px 44px !important;
  text-align: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.am-gift-bar__text {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  line-height: 1.35 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.am-gift-bar__close {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
  opacity: .95 !important;
  z-index: 2 !important;
}
.am-gift-bar__close:hover { opacity: 1 !important; }
@media (max-width: 575px) {
  .am-gift-bar__text { font-size: 12px !important; }
  .am-gift-bar__inner { min-height: 34px !important; padding: 7px 40px !important; }
}



/* ========== Single hero only — hide leftover desktop twin ========== */
.am-hero-desktop,
.am-hero-static img.am-hero-desktop {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.am-hero-static img.am-hero-mobile,
.am-hero-static img.am-fullbleed-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}


/* ========== Category circles — perfect fill (founder fix) ========== */
.tp-product-category-thumb,
.tp-product-category-thumb.fix,
.tp-product-category-item .tp-product-category-thumb,
.tp-product-categories-slider .tp-product-category-thumb,
.tp-category-item .tp-category-thumb,
.tp-category-slider-item .tp-category-thumb,
.am-circle-thumb {
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto 10px !important;
  background: #f6eef2 !important;
  border: 0 !important;
  position: relative !important;
  display: block !important;
}
.tp-product-category-thumb > a,
.tp-category-thumb > a,
.am-circle-thumb > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  line-height: 0 !important;
}
.tp-product-category-thumb img,
.tp-product-category-thumb a img,
.tp-product-category-item .tp-product-category-thumb img,
.tp-product-categories-slider .tp-product-category-thumb img,
.tp-category-item .tp-category-thumb img,
.tp-category-slider-item .tp-category-thumb img,
.am-circle-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  mix-blend-mode: normal !important;
  display: block !important;
}
@media (min-width: 768px) {
  .tp-product-category-thumb,
  .tp-product-category-item .tp-product-category-thumb,
  .am-circle-thumb {
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
  }
}


/* Hide broken main-menu clone inside mobile offcanvas (WHAT'S NEW/BRANDS chips overlap) */
.offcanvas__area .tp-main-menu-mobile,
.tp-main-menu-mobile.fix,
.tp-main-menu-mobile {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}


/* ========== AM Store Explore Our Brands (pink rounded tiles) ========== */
.am-brands {
  padding: 28px 0 36px !important;
  background: #fff !important;
}
.am-brands-title {
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 22px !important;
  letter-spacing: -0.02em !important;
}
.am-brands-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 18px 16px !important;
  align-items: start !important;
}
.am-brands-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #111 !important;
  gap: 10px !important;
}
.am-brands-tile {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #f7e4ea !important;
  box-shadow: 0 2px 10px rgba(64,17,38,.08) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.am-brands-card:hover .am-brands-tile {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(64,17,38,.14) !important;
}
.am-brands-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.am-brands-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  color: #111 !important;
}
@media (max-width: 991px) {
  .am-brands-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 14px 12px !important; }
  .am-brands-title { font-size: 24px !important; }
  .am-brands-tile { border-radius: 18px !important; }
}
@media (max-width: 575px) {
  .am-brands { padding: 20px 0 28px !important; }
  .am-brands-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px 12px !important; }
  .am-brands-title { font-size: 22px !important; margin-bottom: 16px !important; }
  .am-brands-tile { border-radius: 16px !important; }
  .am-brands-name { font-size: 12px !important; }
}


/* ========== ALL HEADINGS: Cormorant Garamond (Google Fonts OFL) ========== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.tp-section-title,
.section-title h2,
.section-title span,
.tp-product-web-title,
.am-section-title,
.am-brands-title,
.am-reels-title,
.am-reels__title,
.am-stl-title,
.am-wcu-title,
.tp-footer-widget-title,
.breadcrumb-title,
.tp-login-title,
.cart-page-title,
.tp-checkout-bill-title,
.tp-product-details-title,
.tp-shop-title,
.tp-blog-details-title,
.offcanvas__title,
.tp-header-contact-content h5 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}
.am-brands-title,
.am-reels-title,
.tp-section-title,
.section-title h2,
.am-section-title,
.am-wcu-title {
  font-weight: 700 !important;
}


/* ========== Auto On-Sale section ========== */
.am-sale {
  background: #fffafb !important;
  border-top: 1px solid #f0e4e8;
  border-bottom: 1px solid #f0e4e8;
}
.am-sale-badge {
  display: inline-block !important;
  background: #401126 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  margin-bottom: 12px !important;
  font-family: "Poppins", sans-serif !important;
}
.am-sale-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  color: #401126 !important;
  margin: 0 0 8px !important;
}
.am-sale-sub {
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  max-width: 520px !important;
}


/* ========== Desktop nav cleanup: hide duplicate menu, center chips, sticky 1-line ========== */
@media (min-width: 992px) {
  /* Remove bottom duplicate WHAT'S NEW text row (tp-header-bottom main menu) */
  .tp-header-bottom,
  .tp-header-area .tp-header-bottom {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  /* Center Allure chip row under search */
  .allure-nav {
    display: block !important;
  }
  .allure-nav .container {
    display: flex !important;
    justify-content: center !important;
  }
  .allure-nav__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .allure-nav__list li {
    flex: 0 0 auto !important;
  }
  .allure-nav__list a {
    white-space: nowrap !important;
  }

  /* Sticky header menu: force single horizontal line, centered */
  .tp-header-sticky .tp-header-sticky-menu,
  .header-sticky .tp-header-sticky-menu,
  .tp-header-sticky-menu {
    overflow: visible !important;
  }
  .tp-header-sticky-menu .tp-main-menu-content,
  .tp-header-sticky-menu .main-menu,
  .tp-header-sticky .tp-main-menu-content {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .tp-header-sticky-menu .tp-main-menu-content > ul,
  .tp-header-sticky .tp-main-menu-content > ul,
  .header-sticky .tp-main-menu-content > ul,
  .tp-header-sticky-menu nav > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 10px !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    white-space: nowrap !important;
  }
  .tp-header-sticky-menu .tp-main-menu-content > ul > li,
  .tp-header-sticky .tp-main-menu-content > ul > li {
    float: none !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
  }
  .tp-header-sticky-menu .tp-main-menu-content > ul > li > a,
  .tp-header-sticky .tp-main-menu-content > ul > li > a {
    white-space: nowrap !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    letter-spacing: .04em !important;
  }
}
