/*
Theme Name: Wornbold Premium T-Shirt Theme
Theme URI: https://wornbold.com
Author: Antigravity AI
Description: Premium, ultra-fast, and highly SEO-optimized custom WordPress theme to showcase and generate high-converting traffic for t-shirt designs. Built for US/UK markets.
Version: 2.1
*/

/* ============================================
   WORNBOLD - CUSTOM THEME
   Black & White Premium Fashion Store
   ============================================ */

/* --- FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap');

/* --- VARIABLES --- */
:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --gray-light: #f5f5f5;
  --gray-mid: #e0e0e0;
  --gray-dark: #555555;
  --accent: #ffffff;
  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.3s ease;
}

/* --- GLOBAL SPACING UNDER HEADER --- */
#content.site-content {
  padding-top: 25px;
}

/* --- RESET & BASE --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #0a0a0a !important;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: #0a0a0a !important;
}

/* Apply to all page wrappers */
#page,
.site,
#content,
#primary,
main,
.site-content,
.woocommerce-page,
.wp-site-blocks {
  background-color: #0a0a0a !important;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--gray-mid);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- TYPOGRAPHY --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
}

/* --- HEADER / NAVIGATION --- */
.site-header,
header.site-header,
#masthead {
  background: var(--black) !important;
  border-bottom: 1px solid #222;
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.site-header .header-inner,
#masthead .header-inner,
.site-header>.container,
#masthead>.container,
.site-header>div:first-child,
#masthead>div:first-child {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Fallback: direct children alignment */
.site-header>*:not(style):not(script),
#masthead>*:not(style):not(script) {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.site-branding .site-title,
.site-branding .site-title a {
  font-family: var(--font-heading) !important;
  font-size: 28px !important;
  letter-spacing: 4px;
  color: var(--white) !important;
  text-transform: uppercase;
}

.main-navigation ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.main-navigation ul li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  transition: var(--transition);
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
  color: var(--white);
}

/* Cart icon */
.woocommerce-cart-form,
a.cart-contents {
  color: var(--white) !important;
}

/* --- HERO SECTION --- */
.hero-section {
  background: var(--black);
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #1a1a1a;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, #1a1a1a 0%, #0a0a0a 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
}

.hero-content h1 {
  font-size: clamp(60px, 10vw, 120px);
  letter-spacing: 8px;
  margin-bottom: 20px;
  line-height: 0.95;
}

.hero-content p {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 40px;
}

/* --- BUTTONS --- */
.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button,
a.wp-element-button {
  background: var(--white) !important;
  color: var(--black) !important;
  border: none !important;
  padding: 14px 36px !important;
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
  display: inline-block;
  border-radius: 0 !important;
}

.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wp-element-button:hover {
  background: #e0e0e0 !important;
  color: var(--black) !important;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent !important;
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}

.btn-outline:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}

/* --- CATEGORY SLIDER --- */
.category-strip {
  background: var(--black);
  padding: 60px 40px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.category-strip h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 6px;
  margin-bottom: 40px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #111;
  cursor: pointer;
}

.category-card:hover .category-overlay {
  opacity: 1;
}

.category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 30px 15px 15px;
  opacity: 0.8;
  transition: var(--transition);
}

.category-overlay span {
  font-family: var(--font-heading);
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  text-align: center;
}

/* WooCommerce product categories widget */
.woocommerce ul.products li.product-category a {
  color: var(--white) !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  font-family: var(--font-heading) !important;
  letter-spacing: 3px;
  font-size: 18px;
}

/* --- PRODUCT CARDS --- */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 2px !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product {
  background: #111 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white) !important;
  padding: 15px 15px 5px !important;
}

.woocommerce ul.products li.product .price {
  color: #aaa !important;
  font-size: 13px !important;
  padding: 0 15px 15px !important;
}

.woocommerce ul.products li.product .price ins {
  color: var(--white) !important;
  font-weight: 700;
}

/* --- SINGLE PRODUCT PAGE --- */
.woocommerce div.product {
  background: var(--black);
  color: var(--white);
}

.woocommerce div.product .product_title {
  font-family: var(--font-heading) !important;
  font-size: clamp(36px, 5vw, 60px) !important;
  letter-spacing: 4px;
  color: var(--white) !important;
}

.woocommerce div.product p.price {
  color: var(--white) !important;
  font-size: 24px !important;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #aaa;
  font-size: 14px;
  line-height: 1.8;
}

/* Size/variant selects */
.woocommerce div.product .variations select,
.woocommerce div.product form.cart select {
  background: #111 !important;
  color: var(--white) !important;
  border: 1px solid #333 !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  border-radius: 0 !important;
  width: 100%;
}

/* Quantity input */
.woocommerce div.product form.cart .qty {
  background: #111 !important;
  color: var(--white) !important;
  border: 1px solid #333 !important;
  width: 70px !important;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #222 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 11px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666 !important;
  font-weight: 600;
  padding: 15px 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--white) !important;
  border-bottom: 2px solid var(--white);
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: transparent !important;
  color: #aaa !important;
  border: none !important;
  padding: 30px 0 !important;
}

/* --- CART & CHECKOUT --- */
.woocommerce-cart table.cart,
.woocommerce-checkout .woocommerce {
  background: var(--black);
  color: var(--white);
}

.woocommerce table.shop_table {
  background: #111 !important;
  border: 1px solid #222 !important;
  color: var(--white) !important;
}

.woocommerce table.shop_table th {
  background: #000 !important;
  color: #aaa !important;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-color: #222 !important;
}

.woocommerce table.shop_table td {
  border-color: #222 !important;
  color: var(--white) !important;
}

/* Checkout form */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: #111 !important;
  color: var(--white) !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
}

.woocommerce form .form-row label {
  color: #888 !important;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

/* --- PAGES (legal, track order) --- */
.page-content,
.entry-content {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 40px;
  color: #ccc;
  line-height: 1.9;
}

.entry-content h2 {
  font-size: 48px;
  margin-bottom: 30px;
  color: var(--white);
}

.entry-content h3 {
  font-size: 24px;
  margin: 40px 0 15px;
  color: var(--white);
  border-left: 3px solid var(--white);
  padding-left: 15px;
}

.entry-content p {
  margin-bottom: 20px;
}

.entry-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  color: #aaa;
}

.entry-content a {
  color: var(--white);
  text-decoration: underline;
}

/* --- FOOTER --- */
.wb-site-footer,
.site-footer,
footer.site-footer,
#colophon {
  background: #000 !important;
  color: #888 !important;
  border-top: 1px solid #1a1a1a;
  padding: 60px 40px 30px !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.footer-brand .footer-logo {
  font-family: var(--font-heading);
  font-size: 36px;
  letter-spacing: 6px;
  color: var(--white);
  margin-bottom: 15px;
  display: block;
}

.footer-brand p {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  max-width: 260px;
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 13px;
  color: #555;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--white);
  padding-left: 5px;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  transition: var(--transition);
}

.footer-social a:hover {
  border-color: var(--white);
  color: var(--white);
  background: var(--white);
  color: var(--black);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
}

.footer-bottom .payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-bottom .payment-icons span {
  font-size: 10px;
  color: #333;
  background: #111;
  padding: 4px 10px;
  border: 1px solid #222;
  letter-spacing: 1px;
}

/* Override footer widget styles */
.site-footer .widget-title {
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #666 !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

/* --- WOOCOMMERCE NOTICES --- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #111 !important;
  border-top-color: var(--white) !important;
  color: var(--white) !important;
}

/* --- TRACK ORDER PAGE --- */
.woocommerce-form-track-order {
  background: #111;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.woocommerce-form-track-order p {
  color: #888 !important;
}

/* --- BREADCRUMBS --- */
.woocommerce .woocommerce-breadcrumb {
  color: #444 !important;
  font-size: 11px;
  letter-spacing: 1px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #666 !important;
}

/* --- SALE BADGE --- */
.woocommerce span.onsale {
  background: var(--white) !important;
  color: var(--black) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  border-radius: 0 !important;
  padding: 5px 10px !important;
}

/* --- SCROLLBAR --- */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {

  .site-header,
  #masthead {
    padding: 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .page-content,
  .entry-content {
    padding: 0 20px;
    margin: 40px auto;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================
   HOMEPAGE - VIDEO HERO & ANIMATIONS
   ============================================ */

/* --- VIDEO HERO --- */
#wb-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

#wb-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.wb-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  will-change: transform, opacity;
}

.wb-hero-content h1 {
  font-size: clamp(70px, 13vw, 160px);
  letter-spacing: 10px;
  line-height: 0.9;
  margin-bottom: 30px;
  color: #fff;
}

.wb-hero-word {
  display: inline-block;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.wb-hero-content .wb-tagline {
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  font-family: var(--font-body);
}

.wb-hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wb-hero-scroll::after {
  content: '';
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }

  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* --- MARQUEE TICKER --- */
.wb-marquee {
  background: #fff;
  color: #000;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}

.wb-marquee-inner {
  display: inline-block;
  animation: marquee 18s linear infinite;
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.wb-marquee-inner span {
  margin: 0 30px;
  color: #000;
}

.wb-marquee-inner .dot {
  color: #999;
  margin: 0 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* --- CATEGORIES SECTION --- */
.wb-categories {
  padding: 80px 40px;
  background: #0a0a0a;
}

.wb-section-title {
  text-align: center;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: 8px;
  margin-bottom: 60px;
  color: #fff;
}

.wb-section-title span {
  color: rgba(255, 255, 255, 0.2);
}

.wb-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  max-width: 1300px;
  margin: 0 auto;
}

.wb-cat-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #111;
  cursor: pointer;
}

.wb-cat-item:first-child {
  grid-row: span 2;
  aspect-ratio: unset;
}

.wb-cat-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  filter: brightness(0.7);
}

.wb-cat-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.5);
}

.wb-cat-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
}

.wb-cat-label {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

.wb-cat-label h3 {
  font-size: 22px;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 5px;
}

.wb-cat-label span {
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.wb-cat-item:hover .wb-cat-label h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Placeholder backgrounds for categories without images */
.wb-cat-item.cat-men {
  background: linear-gradient(135deg, #1a1a1a, #333);
}

.wb-cat-item.cat-women {
  background: linear-gradient(135deg, #111, #2a2a2a);
}

.wb-cat-item.cat-kids {
  background: linear-gradient(135deg, #1c1c1c, #2d2d2d);
}

.wb-cat-item.cat-hoodies {
  background: linear-gradient(135deg, #0d0d0d, #222);
}

.wb-cat-item.cat-caps {
  background: linear-gradient(135deg, #151515, #2a2a2a);
}

.wb-cat-item.cat-stickers {
  background: linear-gradient(135deg, #111, #1e1e1e);
}

/* --- SCROLL REVEAL --- */
.wb-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wb-reveal.wb-visible {
  opacity: 1;
  transform: translateY(0);
}

.wb-stagger {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.wb-stagger.wb-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- FEATURED STRIP --- */
.wb-featured-strip {
  padding: 80px 40px;
  background: #000;
}

.wb-featured-strip h2 {
  text-align: center;
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: 6px;
  margin-bottom: 50px;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .wb-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wb-cat-item:first-child {
    grid-row: span 1;
  }
}

@media (max-width: 500px) {

  .wb-categories,
  .wb-featured-strip {
    padding: 50px 20px;
  }

  .wb-cat-grid {
    gap: 2px;
  }
}

/* ============================================
   FULL WIDTH OVERRIDE - Parent theme fix
   ============================================ */

/* Force full width on all main containers */
.site,
#page,
.site-content,
#content,
.content-area,
#primary,
.wp-site-blocks,
.entry-content,
.post-content,
main,
main#main,
article {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove any theme wrapper padding */
.site-content .container,
.content-inner,
.wp-block-group,
.wp-block-group__inner-container,
.wp-block-cover__inner-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Hostinger theme specific overrides */
.hst-container,
.hst-content,
.hostinger-container,
[class*="container"],
[class*="wrapper"],
[class*="inner"] {
  max-width: 100% !important;
  width: 100% !important;
}

/* Hero must be truly full width */
#wb-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* Marquee full width */
.wb-marquee {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* Sections full width */
.wb-categories,
.wb-featured-strip,
section[style*="background"] {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* Re-constrain inner content where needed */
.wb-cat-grid,
.wb-featured-strip>h2,
.wb-featured-strip>.woocommerce,
.wb-section-title {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Footer full width */
#wornbold-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  box-sizing: border-box !important;
}

/* Header full width */
.site-header,
#masthead {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
}

/* Body no overflow issues */
html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}

/* ============================================
   ANIMATED BACKGROUND - Black + Color shifts
   ============================================ */

@keyframes bgColorShift {
  0% {
    background-color: #0a0a0a;
  }

  15% {
    background-color: #0d0a14;
  }

  25% {
    background-color: #1a0a1a;
  }

  /* noir mauve */
  35% {
    background-color: #0a0a0a;
  }

  50% {
    background-color: #1a0a12;
  }

  /* noir rose */
  65% {
    background-color: #0a0a0a;
  }

  75% {
    background-color: #0f0f16;
  }

  /* noir gris-bleu */
  85% {
    background-color: #0a0a0a;
  }

  100% {
    background-color: #0a0a0a;
  }
}

body {
  animation: none !important;
}


/* Reset backgrounds that must stay solid */
.site-header,
#masthead,
header.site-header {
  background: #0a0a0a !important;
  animation: none !important;
}

#wb-hero,
.wb-marquee,
#wornbold-footer,
.woocommerce table.shop_table,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce div.product .variations select,
.woocommerce div.product form.cart .qty,
.wb-cat-item,
.woocommerce ul.products li.product {
  background-color: revert !important;
  animation: none !important;
}

/* ============================================
   HEADER PADDING - Responsive
   ============================================ */

.site-header>*,
#masthead>*,
.site-header .header-inner,
#masthead .header-inner,
.site-header>div,
#masthead>div {
  padding-left: clamp(16px, 5vw, 80px) !important;
  padding-right: clamp(16px, 5vw, 80px) !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 1200px) {

  .site-header>*,
  #masthead>* {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 768px) {

  .site-header>*,
  #masthead>* {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 480px) {

  .site-header>*,
  #masthead>* {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ============================================
   FIX: DOUBLE FOOTER - Hide ALL parent footers
   ============================================ */
footer#colophon,
.site-footer,
#colophon,
footer.site-footer,
.footer-widgets,
.footer-bottom-bar,
[class*="footer-widget"],
.hst-footer,
.hostinger-footer,
body>footer:not(#wornbold-footer):not(#wb-footer) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Keep only our custom footer */
#wornbold-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}

/* ============================================
   FIX: CATEGORY ARCHIVE PAGE LAYOUT
   ============================================ */

/* Category hero banner */
.wb-cat-hero {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
}

/* Product grid on archive pages */
.woocommerce-page .woocommerce,
.tax-product_cat .woocommerce,
.woocommerce-page #primary {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 40px clamp(16px, 4vw, 60px) !important;
}

/* Archive header (category title/count) */
.woocommerce-products-header {
  display: none;
  /* hidden since we show our own banner */
}

.woocommerce-result-count {
  color: #666 !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.woocommerce-ordering select {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  padding: 8px 12px !important;
  border-radius: 0 !important;
  font-size: 12px !important;
}

/* ============================================
   FIX: CATEGORY IMAGES IN GRID ([wb_categories])
   ============================================ */
.wb-cat-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Ensure overlay and label always visible */
.wb-cat-item::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 60%) !important;
  z-index: 1 !important;
}

.wb-cat-label {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  text-align: center !important;
  padding: 0 15px !important;
}

.wb-cat-label h3 {
  font-size: 20px !important;
  letter-spacing: 3px !important;
  color: #fff !important;
  margin-bottom: 4px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}

.wb-cat-label span {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase !important;
}

/* Category grid uniform 4-column structure */
.wb-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 100% !important;
}

.wb-cat-item {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  /* Perfect square cards */
  min-height: unset !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.wb-cat-grid .wb-cat-item:first-child {
  grid-row: span 2 !important;
  aspect-ratio: unset !important;
  height: 100% !important;
}

/* Placeholder backgrounds for categories without images */
.wb-cat-item.cat-men {
  background: linear-gradient(135deg, #1a1a1a, #333);
}

.wb-cat-item.cat-women {
  background: linear-gradient(135deg, #111, #2a2a2a);
}

.wb-cat-item.cat-kids {
  background: linear-gradient(135deg, #1c1c1c, #2d2d2d);
}

.wb-cat-item.cat-hoodies {
  background: linear-gradient(135deg, #0d0d0d, #222);
}

.wb-cat-item.cat-caps {
  background: linear-gradient(135deg, #151515, #2a2a2a);
}

.wb-cat-item.cat-stickers {
  background: linear-gradient(135deg, #111, #1e1e1e);
}

.wb-cat-item.cat-t-shirts {
  background: linear-gradient(135deg, #222, #3d3d3d);
}

.wb-cat-item.cat-digital {
  background: linear-gradient(135deg, #1a0f2e, #3a1a5e);
}

.wb-cat-item {
  background: linear-gradient(135deg, #151515, #2d2d2d);
}

@media (max-width: 900px) {
  .wb-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
  }

  .wb-cat-grid .wb-cat-item,
  .wb-cat-grid .wb-cat-item:first-child {
    grid-row: span 1 !important;
    grid-column: span 1 !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: unset !important;
  }
}

/* ============================================
   CATEGORY ARCHIVE - BEM STYLES
   ============================================ */

.wb-category {
  width: 100%;
}

/* Breadcrumb */
.wb-category__breadcrumb {
  padding: 16px clamp(16px, 5vw, 80px);
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
}

.wb-category__breadcrumb a {
  color: #555;
}

.wb-category__breadcrumb span {
  color: #999;
  margin: 0 6px;
}

/* Hero with image */
.wb-category__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wb-category__hero--has-image {
  height: 55vh;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.wb-category__hero--no-image {
  padding: 60px clamp(16px, 5vw, 80px);
  background: #111;
  border-bottom: 1px solid #222;
}

.wb-category__hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 6s ease;
}

.wb-category__hero:hover .wb-category__hero-bg {
  transform: scale(1.03);
}

.wb-category__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
}

.wb-category__hero-content {
  position: relative;
  z-index: 2;
  padding: 50px clamp(16px, 5vw, 80px);
  width: 100%;
}

.wb-category__hero-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.wb-category__hero-title {
  font-size: clamp(40px, 7vw, 90px);
  letter-spacing: 6px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.wb-category__hero--no-image .wb-category__hero-title {
  color: #fff;
}

.wb-category__hero-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  max-width: 500px;
}

/* Main container */
.wb-category__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px clamp(16px, 5vw, 80px) 80px;
}

/* Toolbar */
.wb-category__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wb-category__toolbar-count {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
}

.wb-category__toolbar-ordering select {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer;
}

/* Product grid on category pages */
.wb-category__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Product card */
.wb-product-card {
  background: #fff;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wb-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.wb-product-card__figure {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0;
}

.wb-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wb-product-card:hover .wb-product-card__img {
  transform: scale(1.06);
}

.wb-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
}

.wb-product-card__badge--sale {
  background: #111;
  color: #fff;
}

.wb-product-card__badge--new {
  background: #fff;
  color: #111;
}

.wb-product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wb-product-card:hover .wb-product-card__overlay {
  opacity: 1;
}

.wb-product-card__quick-view {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 20px;
}

.wb-product-card__info {
  padding: 16px 16px 20px;
  background: #fff;
}

.wb-product-card__cats {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 6px;
}

.wb-product-card__cats a {
  color: #999;
}

.wb-product-card__title {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  color: #111 !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wb-product-card__title a {
  color: #111 !important;
}

.wb-product-card__title a:hover {
  color: #555 !important;
}

.wb-product-card__price {
  font-size: 15px;
  font-weight: 700;
  color: #111 !important;
  margin-bottom: 14px;
}

.wb-product-card__price .woocommerce-Price-amount {
  color: #111 !important;
}

.wb-product-card__cta .button,
.wb-product-card__cta a.button {
  width: 100% !important;
  text-align: center !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  padding: 12px !important;
}

.wb-product-card__cta .button:hover {
  background: #333 !important;
  transform: none !important;
}

/* Empty state */
.wb-category__empty {
  text-align: center;
  padding: 60px 20px;
  color: #555;
}

/* Pagination */
.wb-category__pagination {
  margin-top: 50px;
  text-align: center;
}

.wb-category__pagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.wb-category__pagination .page-numbers a,
.wb-category__pagination .page-numbers span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #111;
  transition: all 0.2s;
}

.wb-category__pagination .page-numbers .current,
.wb-category__pagination .page-numbers a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Shop archive */
.wb-shop__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px clamp(16px, 5vw, 80px) 80px;
}

.wb-shop__hero {
  background: #111;
  padding: 60px clamp(16px, 5vw, 80px);
}

.wb-shop__hero-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.wb-shop__hero-title {
  font-size: clamp(40px, 7vw, 90px);
  letter-spacing: 6px;
  color: #fff;
  margin: 0;
}

.wb-shop__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wb-shop__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Featured products - UX optimised */
.wb-featured__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 28px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {

  .wb-category__grid,
  .wb-shop__grid,
  .wb-featured__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}

@media (max-width: 480px) {

  .wb-category__grid,
  .wb-shop__grid,
  .wb-featured__grid {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================
   HEADER - BEM (header.php unique)
   ============================================ */

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(10, 10, 10, 0.96) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  padding: 0 !important;
}

.site-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 5vw, 80px);
  gap: 20px;
}

/* Logo */
.site-header__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.site-header__logo {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}

/* Nav */
.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.site-header__nav ul,
.site-header__menu {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__nav ul li a,
.site-header__menu li a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
  white-space: nowrap;
}

.site-header__nav ul li a:hover,
.site-header__menu li a:hover,
.site-header__nav ul li.current-menu-item>a {
  color: #fff;
}

/* Actions */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.site-header__cart {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.site-header__cart:hover {
  color: #fff;
}

.site-header__cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger */
.site-header__menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.site-header__hamburger {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

/* Push content below fixed header */
body {
  padding-top: 70px !important;
}

#wb-hero {
  margin-top: -70px !important;
  padding-top: 70px !important;
}

/* Mobile nav drawer */
.wb-mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(320px, 85vw);
  height: 100vh;
  background: #0a0a0a;
  z-index: 999999;
  padding: 80px 40px 40px;
  transition: right 0.35s ease;
  overflow-y: auto;
}

.wb-mobile-nav.is-open {
  right: 0;
}

.wb-mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.wb-mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-mobile-nav__list li {
  border-bottom: 1px solid #1a1a1a;
}

.wb-mobile-nav__list li a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  transition: color 0.2s;
}

.wb-mobile-nav__list li a:hover {
  color: #fff;
}

.wb-mobile-nav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999998;
}

.wb-mobile-nav__overlay.is-visible {
  display: block;
}

/* ============================================
   FOOTER - BEM (footer.php unique)
   ============================================ */

.site-footer,
.wb-site-footer {
  background: #000 !important;
  border-top: 1px solid #222 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px clamp(16px, 5vw, 80px) 48px;
}

/* Brand col */
.site-footer__logo {
  font-family: var(--font-heading);
  font-size: 34px;
  letter-spacing: 6px;
  color: #fff;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

.site-footer__tagline {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  max-width: 260px;
}

/* Socials */
.site-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.site-footer__social-link {
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: all 0.25s;
}

.site-footer__social-link:hover {
  border-color: #fff;
  color: #000;
  background: #fff;
}

/* Nav cols */
.site-footer__col-title {
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #aaa !important;
  margin-bottom: 20px !important;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li {
  margin-bottom: 10px;
}

.site-footer__links a {
  font-size: 13px;
  color: #555;
  transition: color 0.2s;
}

.site-footer__links a:hover {
  color: #fff;
}

/* Bottom bar */
.site-footer__bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px clamp(16px, 5vw, 80px);
  border-top: 1px solid #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__copyright {
  font-size: 11px;
  color: #444;
  letter-spacing: 1px;
}

.site-footer__payments {
  display: flex;
  gap: 8px;
}

.site-footer__payments span {
  font-size: 10px;
  color: #555;
  background: #111;
  border: 1px solid #333;
  padding: 4px 10px;
  letter-spacing: 1px;
}

/* ============================================
   RESPONSIVE header/footer
   ============================================ */
@media (max-width: 900px) {
  .site-header__nav {
    display: none;
  }

  .site-header__menu-toggle {
    display: flex;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================
   ARCHIVE LAYOUT — Sidebar + Grid
   ============================================ */

/* Reset conflicting old styles */
.woocommerce ul.products {
  display: revert !important;
}

.woocommerce ul.products li.product {
  background: revert !important;
}

#wb-archive {
  width: 100%;
}

/* Hero */
.wb-archive__hero {
  position: relative;
  height: 46vh;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  background: #111;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.wb-archive__hero.no-image {
  height: 200px;
}

.wb-archive__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 70%);
}

.wb-archive__hero-content {
  position: relative;
  z-index: 2;
  padding: 36px 20px 36px clamp(20px, 5vw, 80px);
}

.wb-archive__hero-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.wb-archive__hero-title {
  font-size: clamp(36px, 6vw, 80px);
  letter-spacing: 5px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.wb-archive__hero-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 10px;
}

/* Breadcrumb */
.wb-archive__breadcrumb {
  padding: 14px clamp(20px, 5vw, 80px);
  font-size: 12px;
  color: #555;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wb-archive__breadcrumb a {
  color: #777;
}

.wb-archive__breadcrumb .breadcrumb-separator,
.wb-archive__breadcrumb span.divider {
  color: #bbb;
  margin: 0 6px;
}

/* ── MAIN LAYOUT ── */
.wb-archive__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  max-width: 100%;
  align-items: start;
}

/* ── SIDEBAR ── */
.wb-sidebar {
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #eee;
  padding: 30px 20px;
  scrollbar-width: thin;
}

.wb-sidebar__toggle {
  display: none;
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* Filter blocks */
.wb-filter {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.wb-filter:last-child {
  border-bottom: none;
}

.wb-filter__title {
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin-bottom: 14px !important;
}

/* Category list */
.wb-filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-filter__item {
  margin-bottom: 4px;
}

.wb-filter__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #555;
  padding: 6px 8px;
  border-radius: 2px;
  transition: all 0.2s;
}

.wb-filter__link:hover,
.wb-filter__item--active .wb-filter__link {
  background: #111;
  color: #fff;
}

.wb-filter__count {
  font-size: 10px;
  color: inherit;
  opacity: 0.6;
}

/* Size chips */
.wb-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
}

.wb-filter__chip a {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #555;
  transition: all 0.2s;
}

.wb-filter__chip a:hover {
  border-color: #111;
  color: #111;
  background: #f5f5f5;
}

/* Color swatches */
.wb-filter__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.wb-filter__color-item {}

.wb-filter__color-swatch {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wb-filter__color-swatch:hover {
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Price tags */
.wb-filter__price-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wb-filter__price-tag {
  font-size: 12px;
  color: #555;
  padding: 7px 10px;
  border: 1px solid #eee;
  transition: all 0.2s;
  letter-spacing: 0.5px;
}

.wb-filter__price-tag:hover {
  border-color: #111;
  color: #111;
  background: #f9f9f9;
}

/* Reset */
.wb-filter__reset {
  display: block;
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: color 0.2s;
}

.wb-filter__reset:hover {
  color: #c0392b;
}

/* ── PRODUCT GRID AREA ── */
.wb-archive__main {
  padding: 24px clamp(20px, 3vw, 40px) 60px;
  background: #FFDBD7;
  min-height: 80vh;
}

/* Toolbar */
.wb-archive__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wb-archive__count {
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
}

.wb-archive__ordering select {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
  padding: 8px 14px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0;
}

/* Product grid */
.wb-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Product card */
.wb-product-card {
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wb-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wb-product-card__figure {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0;
}

.wb-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wb-product-card:hover .wb-product-card__img {
  transform: scale(1.05);
}

.wb-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 8px;
}

.wb-product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.wb-product-card:hover .wb-product-card__overlay {
  opacity: 1;
}

.wb-product-card__overlay span {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 18px;
}

.wb-product-card__info {
  padding: 14px 14px 18px;
}

.wb-product-card__title {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  text-transform: none !important;
  color: #111 !important;
  margin-bottom: 6px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wb-product-card__title a {
  color: #111 !important;
}

.wb-product-card__price {
  font-size: 14px;
  font-weight: 700;
  color: #111 !important;
  margin-bottom: 12px;
}

.wb-product-card__price .woocommerce-Price-amount {
  color: #111 !important;
}

.wb-product-card__cta .button,
.wb-product-card__cta a.button {
  width: 100% !important;
  text-align: center !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  padding: 11px !important;
  border-radius: 0 !important;
  transition: background 0.2s !important;
}

.wb-product-card__cta .button:hover {
  background: #333 !important;
  transform: none !important;
}

/* Pagination */
.wb-archive__pagination {
  margin-top: 40px;
  text-align: center;
}

.wb-archive__pagination .page-numbers {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
}

.wb-archive__pagination .page-numbers li a,
.wb-archive__pagination .page-numbers li span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #111;
  background: #fff;
  transition: all 0.2s;
}

.wb-archive__pagination .page-numbers li .current,
.wb-archive__pagination .page-numbers li a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Empty */
.wb-archive__empty {
  padding: 60px 20px;
  text-align: center;
  color: #555;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wb-archive__layout {
    grid-template-columns: 1fr;
  }

  .wb-sidebar {
    position: static;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0;
    display: none;
  }

  .wb-sidebar.is-open {
    display: block;
    padding: 20px;
  }

  .wb-sidebar__toggle {
    display: flex;
  }

  .wb-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .wb-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .wb-archive__main {
    padding: 16px;
  }
}

/* ============================================
   GLOBAL CONTAINER - 1600px centré, padding fixe
   ============================================ */

:root {
  --site-max-width: 1600px;
  --site-padding: clamp(20px, 4vw, 60px);
}

/* Conteneur global sur TOUTES les pages */
.site-header__inner,
.site-footer__inner,
.site-footer__bottom,
.wb-archive__hero-content,
.wb-archive__layout,
.wb-archive__breadcrumb,
.page-content .entry-content,
.entry-content,
.woocommerce>.woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-order-received .woocommerce,
#wb-hero .wb-hero-content,
.wb-marquee,
.wb-categories,
.wb-featured-strip,
.wb-cat-index {
  max-width: var(--site-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Padding latéral fixe sur tout le site */
.site-header__inner {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
}

.site-footer__inner,
.site-footer__bottom {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
}

.wb-archive__breadcrumb {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
}

.wb-archive__hero-content {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
}

.wb-archive__layout {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wb-archive__main {
  padding-left: clamp(20px, 2vw, 40px) !important;
  padding-right: var(--site-padding) !important;
}

/* Hero homepage */
#wb-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}

/* Sections homepage */
.wb-categories,
.wb-featured-strip {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
  max-width: 100% !important;
}

.wb-cat-grid,
.wb-featured__grid,
.wb-section-title {
  max-width: var(--site-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Pages légales / contenu */
.entry-content {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
  max-width: var(--site-max-width) !important;
  color: #36b0b0 !important;
}

/* WooCommerce cart/checkout pages */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
  width: 100% !important;
}

/* Remove any element touching screen edges */
body>*,
#page>*:not(.site-header):not(#wornbold-footer):not(.site-footer) {
  max-width: 100%;
}

/* Override conflicting old max-widths */
.wb-category__container,
.wb-shop__container {
  max-width: var(--site-max-width) !important;
  padding-left: var(--site-padding) !important;
  padding-right: var(--site-padding) !important;
}

/* Responsive padding */
@media (max-width: 768px) {
  :root {
    --site-padding: 20px;
  }
}

@media (max-width: 480px) {
  :root {
    --site-padding: 16px;
  }
}

/* ============================================
   HEADER FIX - Logo size, no overflow
   ============================================ */

/* Override any large logo display */
.site-header__logo {
  height: 40px !important;
  width: auto !important;
  max-width: 140px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  display: block !important;
}

.site-header__logo-link {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  max-width: 160px !important;
}

/* Remove any large image/hero at top of category pages */
.wb-archive__hero,
.wb-cat-hero {
  display: none !important;
}

/* Title bar instead of hero */
.wb-archive__title-bar {
  background: #111;
  padding: 30px var(--site-padding);
  max-width: 100%;
}

.wb-archive__title {
  font-size: clamp(28px, 4vw, 52px) !important;
  letter-spacing: 5px !important;
  color: #fff !important;
  margin: 0 !important;
}

.wb-archive__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  letter-spacing: 1px;
}

/* Breadcrumb fix */
.wb-archive__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px var(--site-padding) !important;
  font-size: 12px;
  color: #777;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.wb-archive__breadcrumb a {
  color: #555;
}

.wb-archive__breadcrumb a:hover {
  color: #111;
}

.wb-archive__breadcrumb span {
  color: #bbb;
}

/* Sidebar inner toggle for mobile */
.wb-sidebar__inner {
  display: block;
}

@media (max-width: 900px) {
  .wb-sidebar__inner {
    display: none;
  }

  .wb-sidebar__inner.is-open {
    display: block;
  }
}

/* FOOTER - Our footer uses #wb-footer, .wb-site-footer */
footer#colophon:not(#wb-footer),
.site-footer:not(.wb-site-footer),
#colophon:not(#wb-footer) {
  display: none !important;
  height: 0 !important;
}

/* Show our footer */
#wb-footer,
footer.wb-site-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}

/* Kill ALL WooCommerce category image rendering */
.woocommerce-products-header__image,
.woocommerce-products-header,
.term-description img,
.woocommerce-archive-description img,
.category-image,
img.attachment-shop_catalog,
.woocommerce-loop-category__

/* ALWAYS show our footer */
#wb-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}

/* ============================================
   GLOBAL CONSISTENT PADDING - All pages
   ============================================ */
:root {
  --gutter: clamp(20px, 4vw, 60px);
}

/* Every direct content container gets the same gutter */
.site-header__inner,
.wb-site-footer .site-footer__inner,
.wb-site-footer .site-footer__bottom,
.wb-archive__breadcrumb,
.wb-archive__title-bar,
.wb-archive__layout,
.entry-content,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce>form,
.page-content {
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Archive layout: sidebar takes padding, not outer wrapper */
.wb-archive__layout {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: grid;
  grid-template-columns: 240px 1fr;
}

.wb-sidebar {
  padding-left: var(--gutter) !important;
}

.wb-archive__main {
  padding-right: var(--gutter) !important;
}

/* ============================================
   NEW REFINEMENTS (Homepage Plan)
   ============================================ */

/* Featured Products (Trending Grails) - Transparent & Borderless */
.wb-featured-strip {
  background: transparent !important;
}

.wb-featured {
  padding: 2rem 0;
}

.wb-product-card--featured {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
  border-radius: 8px;
  overflow: hidden;
}

.wb-product-card--featured .wb-product-card__figure {
  background: transparent !important;
  border: none !important;
}

.wb-product-card--featured .wb-product-card__img {
  mix-blend-mode: normal;
  /* In case the dark background was affecting it */
}

.wb-product-card--featured .wb-product-card__title,
.wb-product-card--featured .wb-product-card__title-link {
  color: #ffffff !important;
}

.wb-product-card--featured .wb-product-card__price {
  margin: 10px auto;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.wb-product-card--featured .wb-product-card__price * {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(0, 255, 204, 0.9), 0 0 15px rgba(0, 255, 204, 0.6) !important;
}

.wb-product-card--featured .wb-product-card__info {
  background: transparent !important;
  border: none !important;
  text-align: center !important;
}

.wb-product-card--featured .wb-btn--snatch {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.wb-product-card--featured .wb-btn--snatch:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Custom CTA "Snatch It" */
.wb-btn--snatch {
  display: inline-block;
  background: linear-gradient(135deg, var(--peach) 0%, #ffc0b8 100%) !important;
  color: var(--black) !important;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  border: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  width: 100%;
}

.wb-btn--snatch:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 219, 215, 0.3) !important;
}

/* Shop by Category - Glassmorphism & Clean */
.wb-categories {
  padding: 4rem 0;
  background: transparent !important;
}

.wb-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  padding: 0 var(--gutter);
}

.wb-cat-item {
  position: relative;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  /* Thin grey/light border */
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.wb-cat-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

.wb-cat-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.wb-cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(10, 10, 10, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}

.wb-cat-label h3 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--peach);
  margin: 0 0 0.5rem 0;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.wb-cat-label span {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hide category image from the category archive page header */
.woocommerce-products-header img,
.term-description img,
.page-header img,
.archive-header img {
  display: none !important;
}

/* Home SEO Widget Section */
.wb-home-seo-section {
  padding: 80px 40px;
  background: var(--black);
  border-top: 1px solid #1a1a1a;
}

.wb-home-seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

/* Make image widget full width within its column */
.wb-home-seo-grid .widget_media_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block;
}

/* Style the text widget */
.wb-home-seo-grid .widget_text {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.8;
}

.wb-home-seo-grid .widget_text h2,
.wb-home-seo-grid .wb-home-seo__title {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wb-home-seo-grid .widget_text h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.wb-home-seo-grid .widget_text p {
  margin-bottom: 20px;
}

.wb-home-seo-grid .widget_text strong {
  color: #fff;
}

@media (max-width: 900px) {
  .wb-home-seo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ============================================
   FEATURED PRODUCTS CAROUSEL
   ============================================ */
.wb-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}

.wb-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

/* Override the grid styles for the carousel track */
.wb-carousel-track.wb-featured__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  /* Space between items */
}

.wb-carousel-item {
  flex: 0 0 calc(20% - 16px);
  /* 5 items on desktop (20% smaller) */
  min-width: 0;
}

.wb-carousel-nav {
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  line-height: 1;
}

.wb-carousel-nav:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.wb-carousel-prev {
  left: -25px;
}

.wb-carousel-next {
  right: -25px;
}

@media (max-width: 1024px) {
  .wb-carousel-item {
    flex: 0 0 calc(33.333% - 14px);
    /* 3 items */
  }
}

@media (max-width: 768px) {
  .wb-carousel-item {
    flex: 0 0 calc(50% - 10px);
    /* 2 items */
  }

  .wb-carousel-prev {
    left: -10px;
  }

  .wb-carousel-next {
    right: -10px;
  }
}

@media (max-width: 480px) {
  .wb-carousel-item {
    flex: 0 0 calc(50% - 8px);
    /* 2 items visible */
  }

  .wb-carousel-prev {
    left: -8px;
  }

  .wb-carousel-next {
    right: -8px;
  }
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
.wb-reviews-section {
  padding: 80px 40px;
  background: var(--black);
  border-top: 1px solid #1a1a1a;
  text-align: center;
}

.wb-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.wb-review-card {
  background: #0f0f0f;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wb-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-color: #333;
}

.wb-stars {
  color: #ffb800;
  /* Gold */
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.wb-review-text {
  color: #cccccc;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
}

.wb-review-author {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.wb-faq-section {
  padding: 80px max(24px, calc((100% - 860px) / 2));
  background: #0a0a0a;
}

.wb-faq-section .wb-section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.wb-faq-container {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wb-faq-item {
  border-bottom: 1px solid #222;
  margin-bottom: 15px;
}

.wb-faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
  font-family: var(--font-body);
}

.wb-faq-question:hover {
  color: #aaa;
}

.wb-faq-icon {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.wb-faq-item.active .wb-faq-icon {
  transform: rotate(45deg);
}

.wb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.wb-faq-answer p {
  color: #888;
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 20px;
}

/* ============================================
   TRENDING SEARCHES (SEO SILO)
   ============================================ */
.wb-trending-searches-section {
  padding: 40px 40px;
  background: #050505;
  border-top: 1px solid #1a1a1a;
  text-align: center;
}

.wb-trending-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.wb-trending-title {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 25px;
}

.wb-trending-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.wb-trend-tag {
  display: inline-block;
  padding: 8px 16px;
  background: #111;
  border: 1px solid #333;
  border-radius: 20px;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.wb-trend-tag:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.wb-newsletter-section {
  padding: 100px 40px;
  background: linear-gradient(135deg, #050505 0%, #111111 100%);
  border-top: 1px solid #1a1a1a;
  text-align: center;
}

.wb-newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
}

.wb-newsletter-inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wb-newsletter-inner p {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.wb-newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.wb-newsletter-form input[type="email"] {
  flex: 1;
  background: #000000;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-family: var(--font-body);
  transition: border-color 0.3s ease;
}

.wb-newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: #ffffff;
}

.wb-newsletter-form button {
  padding: 0 30px;
  white-space: nowrap;
  color: #ffffff !important;
}

@media (max-width: 600px) {
  .wb-newsletter-form {
    flex-direction: column;
  }

  .wb-newsletter-form button {
    width: 100%;
    padding: 15px;
  }
}


/* ============================================================
   WOOCOMMERCE DARK THEME OVERRIDES
   Forces all WooCommerce default white/grey elements to match
   the Wornbold dark premium aesthetic.
   ============================================================ */

/* ── Global WC background & color reset ── */
.woocommerce,
.woocommerce-page,
.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.woocommerce ul.products,
.woocommerce-page ul.products,
.wc-block-grid,
.wp-block-woocommerce-all-products {
  background-color: #0a0a0a !important;
  color: #ffffff;
}

/* ── Product page main layout ── */
.woocommerce div.product {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 24px 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 16px 4rem;
  }
}

/* ── Product gallery (left column) ── */
.woocommerce div.product div.images,
.woocommerce div.product div.woocommerce-product-gallery {
  background: #111111 !important;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1d1d1d;
}

.woocommerce div.product div.woocommerce-product-gallery figure {
  background: #111111 !important;
  margin: 0;
}

.woocommerce div.product div.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

/* ── Product thumbnails ── */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 8px;
  padding: 10px;
  background: #0a0a0a !important;
}

.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color .2s;
  opacity: 0.7;
}

.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #ffffff;
  opacity: 1;
}

/* ── Product info (right column) ── */
.woocommerce div.product div.summary {
  background: transparent !important;
  color: #ffffff;
}

/* ── Product title ── */
.woocommerce div.product h1.product_title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

/* ── Price ── */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 2rem !important;
  font-weight: 900;
  color: #ffffff !important;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
  display: block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #666666 !important;
  font-size: 1.2rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  color: #ffffff !important;
}

/* ── Short description ── */
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #aaaaaa;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 1.5rem;
}

/* ── Add to cart form ── */
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart .qty {
  width: 80px;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

/* ── Add to Cart button ── */
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background .2s, color .2s, transform .15s !important;
  width: 100%;
  font-family: var(--font-body) !important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #e8e8e8 !important;
  color: #000000 !important;
  transform: translateY(-1px);
}

/* External product button (Affiliate) */
.woocommerce div.product form.cart a.single_add_to_cart_button {
  background: #f90 !important;
  color: #000 !important;
  border-color: #f90 !important;
  box-shadow: 0 4px 20px rgba(255, 153, 0, .25);
}

.woocommerce div.product form.cart a.single_add_to_cart_button:hover {
  background: #ffad00 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 153, 0, .35);
}

/* ── Meta (category, tags) ── */
.woocommerce div.product .product_meta {
  font-size: 0.82rem;
  color: #666666;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #1d1d1d;
}

.woocommerce div.product .product_meta a {
  color: #999999;
  text-decoration: underline;
}

.woocommerce div.product .product_meta a:hover {
  color: #ffffff;
}

/* ── Tabs (Description, Reviews) ── */
.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #1d1d1d;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: transparent !important;
  border-bottom: 1px solid #1d1d1d !important;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
  display: flex;
  gap: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  padding: 0 0 1rem;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999999 !important;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: transparent !important;
  color: #aaaaaa;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}

/* ── Related Products ── */
.woocommerce .related.products,
.woocommerce section.related {
  grid-column: 1 / -1;
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #1d1d1d;
  background: transparent !important;
}

.woocommerce .related.products h2,
.woocommerce section.related h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

/* ── Product cards (ul.products grid) ── */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #111111 !important;
  border-radius: 14px;
  border: 1px solid #1d1d1d;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #ffffff !important;
  padding: 1rem 1rem 0.25rem !important;
  line-height: 1.3;
}

.woocommerce ul.products li.product .price {
  color: #cccccc !important;
  font-size: 1rem !important;
  font-weight: 600;
  padding: 0 1rem !important;
  display: block;
}

.woocommerce ul.products li.product .button {
  display: block !important;
  margin: 0.75rem 1rem 1rem !important;
  padding: 10px 16px !important;
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center;
  width: calc(100% - 2rem) !important;
  transition: background .2s, border-color .2s !important;
}

.woocommerce ul.products li.product .button:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

/* ── WooCommerce notices ── */
.woocommerce-message,
.woocommerce-info {
  background: #111111 !important;
  color: #ffffff !important;
  border-top-color: #ffffff !important;
}

.woocommerce-error {
  background: #1a0505 !important;
  color: #ff6b6b !important;
  border-top-color: #ff6b6b !important;
}


/* ================================================================
   WORNBOLD CHECKOUT — Final Design
   Page: dark #0a0a0a | Cards: white | Inputs: clean grey border
   ================================================================ */

/* PAGE = NOIR, containers transparents */
body.woocommerce-checkout,
body.woocommerce-checkout #page,
body.woocommerce-checkout .site,
body.woocommerce-checkout #content,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout main,
body.woocommerce-checkout #wb-main,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce-page,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

/* Padding top page */
body.woocommerce-checkout #content {
  padding-top: 40px !important;
}

/* Page title */
body.woocommerce-checkout h1,
body.woocommerce-checkout .entry-title {
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  letter-spacing: 4px !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 0 2.5rem !important;
}

/* CARTES BLANCHES — zones de saisie uniquement */
.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.wc-block-checkout__contact-fields,
.wc-block-checkout__shipping-fields,
.wc-block-checkout__payment-method {
  background: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 2rem !important;
  margin-bottom: 1.25rem !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35) !important;
}

/* Order summary = carte blanche */
.woocommerce-checkout #order_review,
.wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
  background: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 2rem !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35) !important;
  position: sticky !important;
  top: 100px !important;
}

/* Section headings dans les cartes */
.woocommerce-checkout h3,
.wc-block-checkout__step-title,
.wc-block-components-checkout-step__title {
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: 1.15rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  border-bottom: 2px solid #f0f0f0 !important;
  padding-bottom: 12px !important;
  margin-bottom: 1.5rem !important;
}

/* "BILLING ADDRESS" -> "SHIPPING ADDRESS" */
.wp-block-woocommerce-checkout-shipping-address-block .wc-block-components-checkout-step__title::after {
  content: 'Shipping Address';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  font-family: var(--font-heading, 'Bebas Neue', sans-serif);
  font-size: 1.15rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0a0a0a;
}

.wp-block-woocommerce-checkout-shipping-address-block .wc-block-components-checkout-step__title {
  position: relative !important;
  color: transparent !important;
}

/* INPUTS — fond blanc, bordure grise prononcée */
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-select select,
.wc-block-checkout input[type="text"],
.wc-block-checkout input[type="email"],
.wc-block-checkout input[type="tel"],
.wc-block-checkout input[type="password"],
.wc-block-checkout select,
.wc-block-checkout textarea {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 8px !important;
  padding: 13px 16px !important;
  font-size: 0.95rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.woocommerce-checkout .input-text:focus,
.wc-block-checkout input:focus,
.wc-block-checkout select:focus {
  border-color: #111827 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .08) !important;
}

.woocommerce-checkout .input-text::placeholder,
.wc-block-checkout input::placeholder {
  color: #94A3B8 !important;
  font-size: 0.88rem !important;
}

/* Labels au-dessus des champs */
.woocommerce-checkout label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: #374151 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  text-transform: none !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Select option */
.woocommerce-checkout select option {
  background: #fff !important;
  color: #111 !important;
}

/* Payment options */
.woocommerce-checkout #payment ul.payment_methods {
  background: transparent !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  background: #f9fafb !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  margin-bottom: 8px !important;
  color: #111 !important;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
  border-color: #111827 !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #f9fafb !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  color: #555 !important;
  border: 1.5px solid #e2e8f0 !important;
  margin-top: 8px !important;
}

/* Order summary table */
.woocommerce-checkout table.shop_table {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
}

.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  background: transparent !important;
  border-color: #f0f0f0 !important;
  color: #111 !important;
  padding: 12px 0 !important;
  font-size: 0.9rem !important;
}

.woocommerce-checkout table.shop_table .order-total td,
.woocommerce-checkout table.shop_table .order-total th {
  font-weight: 900 !important;
  font-size: 1.15rem !important;
  color: #0a0a0a !important;
  border-top: 2px solid #f0f0f0 !important;
  padding-top: 16px !important;
}

.woocommerce-checkout #order_review_heading {
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: 1.1rem !important;
  letter-spacing: 3px !important;
  color: #0a0a0a !important;
  margin-bottom: 1.25rem !important;
}

/* PLACE ORDER button */
#place_order,
.wc-block-components-checkout-place-order-button {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 18px 32px !important;
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: 1.3rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  width: 100% !important;
  cursor: pointer !important;
  margin-top: 1.5rem !important;
  display: block !important;
  text-align: center !important;
  transition: background .2s, transform .15s !important;
}

#place_order:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #f59100 !important;
  color: #000 !important;
  transform: translateY(-2px) !important;
}

/* Trust strip */
.woocommerce-checkout #payment .place-order::after {
  content: '🔒 Secure checkout  ·  ⚡ Fast delivery  ·  🔄 Free returns';
  display: block;
  text-align: center;
  font-size: 0.72rem;
  color: #94A3B8;
  letter-spacing: 1px;
  margin-top: 12px;
}

/* Error / Info notices */
.woocommerce-NoticeGroup .woocommerce-error {
  background: #fff5f5 !important;
  border: 1px solid #fca5a5 !important;
  border-radius: 10px !important;
  color: #b91c1c !important;
  padding: 14px 16px !important;
}

.woocommerce-info {
  background: #f0f9ff !important;
  border: 1px solid #bae6fd !important;
  border-radius: 10px !important;
  color: #0369a1 !important;
  padding: 14px 16px !important;
}

/* Proceed to checkout (cart) */
.woocommerce a.checkout-button,
.woocommerce .wc-proceed-to-checkout a {
  background: #0a0a0a !important;
  color: #fff !important;
  border: none !important;
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: 1.1rem !important;
  letter-spacing: 3px !important;
  border-radius: 10px !important;
  padding: 16px 32px !important;
  width: 100%;
  display: block;
  text-align: center;
}

.woocommerce a.checkout-button:hover {
  background: #f59100 !important;
  color: #000 !important;
}

/* Star ratings */
.woocommerce .star-rating,
.woocommerce .star-rating span {
  color: #f5a623 !important;
}

/* Mobile */
@media (max-width: 1024px) {

  .woocommerce-checkout #order_review,
  .wc-block-checkout__sidebar {
    position: static !important;
    top: auto !important;
  }
}


/* ================================================================
   CHECKOUT FLOATING LABELS � Fix overlap/clipping
   ================================================================ */

/* Padding-top pour pousser le texte sous le label */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-select select {
  padding-top: 22px !important;
  padding-bottom: 8px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  min-height: 56px !important;
  height: auto !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* Container relatif obligatoire */
.wc-block-components-text-input,
.wc-block-components-select {
  position: relative !important;
}

/* Label � �tat par d�faut */
.wc-block-components-text-input label,
.wc-block-components-select label {
  position: absolute !important;
  top: 50% !important;
  left: 14px !important;
  transform: translateY(-50%) !important;
  font-size: 0.95rem !important;
  color: #94A3B8 !important;
  pointer-events: none !important;
  transition: top .15s, font-size .15s, color .15s, transform .15s !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Label � �tat actif (focus ou valeur saisie) */
.wc-block-components-text-input:focus-within label,
.wc-block-components-text-input input:not(:placeholder-shown)~label,
.wc-block-components-text-input input:focus~label,
.wc-block-components-select:focus-within label {
  top: 6px !important;
  transform: translateY(0) !important;
  font-size: 0.7rem !important;
  color: #374151 !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
}

/* ================================================================
   CHECKOUT � Note / Terms / CTA
   ================================================================ */

/* "Add a note to your order" � texte blanc, icone supprim�e */
.wc-block-components-checkbox__label,
.wc-block-checkout__add-note label,
.wp-block-woocommerce-checkout-additional-information-block label,
.woocommerce-checkout .woocommerce-additional-fields label {
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.wc-block-components-checkbox__mark,
.wc-block-checkout__add-note svg,
.wp-block-woocommerce-checkout-additional-information-block svg {
  display: none !important;
}

/* "By proceeding..." � texte blanc */
.wc-block-checkout__terms,
.wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout-terms-block p,
.wc-block-checkout__privacy-policy,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: #ffffff !important;
  font-size: 0.85rem !important;
}

.wc-block-checkout__terms a,
.wp-block-woocommerce-checkout-terms-block a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* PLACE ORDER � blanc / texte noir centr� */
#place_order,
.wc-block-components-checkout-place-order-button {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 18px 32px !important;
  font-family: var(--font-heading, 'Bebas Neue', sans-serif) !important;
  font-size: 1.3rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  width: 100% !important;
  cursor: pointer !important;
  margin-top: 1.5rem !important;
  display: block !important;
  text-align: center !important;
  transition: background .2s, color .2s, transform .15s !important;
  box-shadow: 0 4px 20px rgba(255, 255, 255, .15) !important;
}

#place_order:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #f59100 !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(245, 145, 0, .35) !important;
}

/* ================================================================
   CHECKOUT � Alignment + Shadow fix + Icon fix
   ================================================================ */

/* 1. Container parent � alignement top identique */
.wp-block-woocommerce-checkout,
.wc-block-checkout__form {
  align-items: flex-start !important;
  margin-top: 0 !important;
}

.wc-block-checkout__main,
.wc-block-checkout__sidebar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 2. Carte Order Summary � m�me style que cartes gauche, ombre noire uniquement */
.wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout #order_review {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45) !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: none !important;
  margin-top: 0 !important;
}

/* 3. Cartes gauche � m�me ombre noire pour uniformit� */
.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45) !important;
}

/* 4. Suppression des ic�nes/glyphs non charg�s (A rouges) */
.wc-block-components-order-summary-item__quantity::before,
.wc-block-components-order-summary-item__quantity::after,
.wc-block-checkout__sidebar *[class*="icon"]::before,
.wc-block-checkout__sidebar *[class*="icon"]::after {
  display: none !important;
  content: none !important;
}

.wc-block-components-order-summary-item__quantity {
  font-family: var(--font-body, 'Inter', sans-serif) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  background: #0a0a0a !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ================================================================
   CHECKOUT � Gap X=Y + No glow + Floating labels fix d�finitif
   ================================================================ */

/* Gap X = Gap Y : m�me espacement entre colonnes et entre cartes */
.wp-block-woocommerce-checkout {
  gap: 1.25rem !important;
}

.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block,
.wp-block-woocommerce-checkout-terms-block {
  margin-bottom: 1.25rem !important;
}

/* Suppression totale du glow blanc � Order Summary */
.wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout #order_review {
  box-shadow: none !important;
  outline: none !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 16px !important;
}

/* M�me style cartes gauche � ombre noire discr�te uniquement */
.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block {
  box-shadow: none !important;
  border: 1px solid #e8e8e8 !important;
}

/* -- FLOATING LABELS � Fix d�finitif via classes WooCommerce Blocks -- */

/* Container */
.wc-block-components-text-input,
.wc-block-components-select {
  position: relative !important;
}

/* Input � padding-top pour pousser le texte sous le label */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-select select {
  padding-top: 22px !important;
  padding-bottom: 8px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  min-height: 56px !important;
  height: auto !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* Label � position par d�faut (champ vide) */
.wc-block-components-text-input label,
.wc-block-components-select label {
  position: absolute !important;
  top: 50% !important;
  left: 14px !important;
  transform: translateY(-50%) !important;
  font-size: 0.95rem !important;
  color: #94A3B8 !important;
  pointer-events: none !important;
  transition: top .15s ease, font-size .15s ease, color .15s ease, transform .15s ease !important;
  line-height: 1 !important;
  margin: 0 !important;
  z-index: 1 !important;
}

/* Label � �tat actif : classes JS de WooCommerce Blocks */
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input.has-value label,
.wc-block-components-text-input:focus-within label,
.wc-block-components-select.is-active label,
.wc-block-components-select.has-value label,
.wc-block-components-select:focus-within label {
  top: 7px !important;
  transform: translateY(0) !important;
  font-size: 0.68rem !important;
  color: #374151 !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
}

/* ================================================================
   CHECKOUT � Glow kill + Order Summary align top
   ================================================================ */

/* Kill glow � sp�cificit� maximale */
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-checkout__sidebar>*,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block>* {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

/* Align top : Order Summary commence au m�me niveau que la colonne gauche */
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  align-items: flex-start !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky !important;
  top: 25px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  align-self: flex-start !important;
}

body.woocommerce-checkout .wc-block-checkout__main {
  margin-top: 0 !important;
  padding-top: 0 !important;
  align-self: flex-start !important;
}

/* ================================================================
   PRODUCT ARCHIVE GRID + CARDS � Shop & Category pages
   ================================================================ */
.wb-archive-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
}

.wb-cat-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 12px;
}

.wb-cat-count {
  font-size: .82rem;
  color: #9a9a9a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.wb-cat-card {
  background: #111;
  border: 1px solid #1d1d1d;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}

.wb-cat-card:hover {
  transform: translateY(-4px);
  border-color: #333;
}

.wb-cat-card__img-wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #0d0d0d;
  display: block;
  text-decoration: none;
}

.wb-cat-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
}

.wb-cat-card:hover .wb-cat-card__img-wrap img {
  transform: scale(1.06);
}

.wb-cat-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
  aspect-ratio: 1/1;
}

.wb-cat-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(249, 144, 0, .15);
  color: #f59100;
  border: 1px solid #f59100;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
}

.wb-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .25s;
}

.wb-cat-card:hover .wb-cat-card__overlay {
  opacity: 1;
}

.wb-cat-card__overlay span {
  background: #fff;
  color: #000;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
}

.wb-cat-card__info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wb-cat-card__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f59100;
}

.wb-cat-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.wb-cat-card__title a {
  color: #fff;
  text-decoration: none;
}

.wb-cat-card__title a:hover {
  color: #f59100;
}

.wb-cat-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 8px;
}

.wb-cat-card__price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.wb-cat-card__cta {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s;
}

.wb-cat-card__cta:hover {
  background: #f59100;
  color: #000;
}

.wb-cat-pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wb-cat-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #1d1d1d;
  color: #9a9a9a;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.wb-cat-pagination .page-numbers:hover,
.wb-cat-pagination .page-numbers.current {
  border-color: #fff;
  color: #fff;
}

.wb-cat-empty {
  text-align: center;
  padding: 6rem 0;
  color: #9a9a9a;
}

.wb-cat-empty strong {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: .5rem;
}

@media (max-width:768px) {
  .wb-archive-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .wb-cat-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:480px) {
  .wb-archive-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .wb-cat-card__title {
    font-size: .88rem;
  }

  .wb-cat-card__price {
    font-size: .95rem;
  }

  .wb-cat-card__cta {
    font-size: .7rem;
    padding: 6px 10px;
  }
}

/* Short description � suppression bordure */
.aff-short-desc,
.woo-short-desc,
.aff-short-desc *,
.woo-short-desc *,
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}