/* =========================================================
   Champions Academy - Tutor LMS 4.x + WooCommerce skin
   Loaded after theme.css. Uses !important sparingly to
   defeat plugin defaults where selectors have equal specificity.
   ========================================================= */

/* ---------- shared page container on plugin archives ---------- */
body.champions-theme .tutor-wrap,
body.champions-theme .tutor-container,
body.champions-theme .woocommerce,
body.champions-theme .woocommerce-page,
body.champions-theme.woocommerce,
body.champions-theme.woocommerce-page {
  background: var(--bg);
  color: var(--text);
}

body.champions-theme .tutor-wrap,
body.champions-theme .woocommerce {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

body.champions-theme .tutor-container,
body.champions-theme.woocommerce > .container,
body.champions-theme .woocommerce > .container,
body.champions-theme main.site-main {
  width: min(1280px, calc(100% - 3rem));
  max-width: none;
  margin-inline: auto;
}

/* ---------- Tutor Grid overrides ---------- */
body.champions-theme .tutor-row {
  display: block !important;
  margin: 0 !important;
}

body.champions-theme .tutor-col-12 {
  width: 100% !important;
  padding: 0 !important;
  flex: none !important;
  max-width: none !important;
}

body.champions-theme .tutor-course-list.tutor-grid,
body.champions-theme .tutor-course-list.tutor-grid-3,
body.champions-theme .tutor-course-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.1rem !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  body.champions-theme .tutor-course-list.tutor-grid,
  body.champions-theme .tutor-course-list.tutor-grid-3,
  body.champions-theme .tutor-course-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  body.champions-theme .tutor-course-list.tutor-grid,
  body.champions-theme .tutor-course-list.tutor-grid-3,
  body.champions-theme .tutor-course-list {
    grid-template-columns: 1fr !important;
  }
}

/* ---------- Tutor Card ---------- */
body.champions-theme .tutor-card.tutor-course-card,
body.champions-theme .tutor-course-card {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-lg) !important;
  overflow: hidden !important;
  box-shadow: none !important;
  color: var(--text) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.28s var(--ease), border-color 0.25s, box-shadow 0.28s !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.champions-theme .tutor-card.tutor-course-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 222, 2, 0.28) !important;
    box-shadow: var(--shadow);
  }
}

body.champions-theme .tutor-course-thumbnail {
  position: relative;
  overflow: hidden;
  background: #111;
}

body.champions-theme .tutor-course-thumbnail .tutor-ratio-16x9,
body.champions-theme .tutor-course-thumbnail .tutor-ratio {
  aspect-ratio: 16 / 11 !important;
  padding: 0 !important;
  overflow: hidden;
}

body.champions-theme .tutor-course-thumbnail img,
body.champions-theme .tutor-card-image-top {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Bookmark button top-right */
body.champions-theme .tutor-course-bookmark {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
}

body.champions-theme .tutor-iconic-btn,
body.champions-theme .tutor-iconic-btn-secondary {
  background: rgba(7,7,10,0.65) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  border-radius: 999px !important;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.champions-theme .tutor-iconic-btn:hover {
  border-color: var(--yellow) !important;
  color: var(--yellow) !important;
}

/* Card body */
body.champions-theme .tutor-card-body {
  background: transparent !important;
  padding: 1.2rem 1.2rem 0.8rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  color: var(--text) !important;
}

body.champions-theme h3.tutor-course-name,
body.champions-theme .tutor-course-name {
  font-family: var(--font) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  color: var(--text) !important;
  margin: 0 !important;
}

body.champions-theme .tutor-course-name a {
  color: var(--text) !important;
  text-decoration: none !important;
}

body.champions-theme .tutor-course-name a:hover {
  color: var(--yellow) !important;
}

/* Meta row */
body.champions-theme .tutor-meta {
  color: var(--muted) !important;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem !important;
}

body.champions-theme .tutor-meta a {
  color: var(--muted) !important;
  text-decoration: none !important;
}

body.champions-theme .tutor-meta a:hover {
  color: var(--yellow) !important;
}

body.champions-theme .tutor-avatar,
body.champions-theme .tutor-avatar .tutor-ratio-1x1 {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: var(--bg-card-2);
  aspect-ratio: 1/1;
}

body.champions-theme .tutor-avatar-text {
  color: var(--yellow) !important;
  background: rgba(255,222,2,0.14) !important;
  width: 100% !important;
  height: 100% !important;
  display: grid;
  place-items: center;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.75rem;
}

/* Footer with price + button */
body.champions-theme .tutor-card-footer {
  padding: 0.9rem 1.2rem 1.2rem !important;
  margin-top: 0.4rem;
  border-top: 1px solid var(--line);
  background: transparent !important;
}

body.champions-theme .tutor-card-footer .list-item-price,
body.champions-theme .tutor-card-footer .tutor-item-price {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  color: var(--yellow) !important;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}

body.champions-theme .tutor-card-footer .price,
body.champions-theme .tutor-card-footer .price span {
  color: var(--yellow) !important;
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
}

body.champions-theme .tutor-card-footer del,
body.champions-theme .list-item-price del {
  color: var(--muted-2) !important;
  font-family: var(--font-display) !important;
  font-size: 1rem !important;
  margin-left: 0.35rem;
  opacity: 0.9;
}

/* Buttons - Tutor */
body.champions-theme .tutor-btn,
body.champions-theme .tutor-btn-primary,
body.champions-theme .tutor-btn-outline-primary,
body.champions-theme .tutor-btn-md,
body.champions-theme .tutor-btn-block {
  border-radius: 999px !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 0.7rem 1.3rem !important;
  font-size: 0.85rem !important;
  border: 1.5px solid transparent !important;
  transition: transform 0.16s var(--ease), background 0.2s, border-color 0.2s, box-shadow 0.2s !important;
  box-shadow: none !important;
}

body.champions-theme .tutor-btn-primary {
  background: var(--yellow) !important;
  color: #07070a !important;
}

body.champions-theme .tutor-btn-outline-primary {
  background: rgba(255,255,255,0.04) !important;
  color: #fff !important;
  border-color: var(--line-2) !important;
}

body.champions-theme .tutor-btn:hover {
  transform: translateY(-2px);
}

body.champions-theme .tutor-btn-primary:hover {
  box-shadow: 0 14px 44px rgba(255,222,2,0.32) !important;
}

body.champions-theme .tutor-btn-outline-primary:hover {
  border-color: var(--yellow) !important;
  color: var(--yellow) !important;
  background: rgba(255,222,2,0.06) !important;
}

/* Filter dropdown at top of course archive */
body.champions-theme .tutor-course-filter {
  margin-bottom: 1.5rem;
}

body.champions-theme .tutor-form-control,
body.champions-theme .tutor-form-select {
  background: var(--bg-card) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--text) !important;
  font-family: var(--font-ui) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  padding: 0.6rem 2.2rem 0.6rem 1.1rem !important;
  min-height: 0 !important;
  height: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23ffde02' d='M6 8L0 0h12z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
}

body.champions-theme .tutor-form-select option,
body.champions-theme .tutor-form-control option {
  background: #171717;
  color: #fff;
}

body.champions-theme .tutor-form-select:focus,
body.champions-theme .tutor-form-control:focus {
  outline: none !important;
  border-color: var(--yellow) !important;
  box-shadow: 0 0 0 3px var(--yellow-soft) !important;
}

/* Tutor single course page */
body.champions-theme .tutor-course-details-wrapper,
body.champions-theme .tutor-course-details-inner,
body.champions-theme .tutor-single-course,
body.champions-theme .single-tutor_course main {
  background: var(--bg) !important;
  color: var(--text) !important;
}

body.champions-theme .tutor-course-single-title,
body.champions-theme .tutor-single-course-title,
body.champions-theme .tutor-course-topic-title {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(2rem, 4.5vw, 3.5rem) !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 0.95;
}

body.champions-theme .tutor-color-black,
body.champions-theme .tutor-course-details-inner .tutor-color-black {
  color: var(--text) !important;
}

body.champions-theme .tutor-nav-tabs .tutor-nav-item .tutor-nav-link {
  color: var(--muted) !important;
  font-family: var(--font-ui);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid transparent !important;
}

body.champions-theme .tutor-nav-tabs .tutor-nav-item .tutor-nav-link.is-active,
body.champions-theme .tutor-nav-tabs .tutor-nav-item .tutor-nav-link.active {
  color: var(--yellow) !important;
  border-bottom-color: var(--yellow) !important;
}

body.champions-theme .tutor-course-topic,
body.champions-theme .tutor-course-topic-header {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-lg) !important;
  color: var(--text) !important;
}

/* Login modal */
body.champions-theme .tutor-modal .tutor-modal-body,
body.champions-theme .tutor-modal .tutor-modal-content {
  background: var(--bg-card) !important;
  color: var(--text) !important;
  border-radius: var(--r-lg) !important;
}

/* ============================================================
   WooCommerce - Shop / Single Product / Cart / Checkout / My Account
   ============================================================ */

/* Shop page grid */
body.champions-theme .woocommerce .products.columns-3,
body.champions-theme .woocommerce ul.products.columns-3,
body.champions-theme .woocommerce-page ul.products.columns-3,
body.champions-theme .woocommerce ul.products,
body.champions-theme .woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 1024px) {
  body.champions-theme .woocommerce ul.products,
  body.champions-theme .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  body.champions-theme .woocommerce ul.products,
  body.champions-theme .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
  }
}

body.champions-theme .woocommerce ul.products li.product,
body.champions-theme .woocommerce-page ul.products li.product {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-lg) !important;
  overflow: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 1.2rem !important;
  float: none !important;
  list-style: none !important;
  transition: transform 0.28s var(--ease), border-color 0.25s, box-shadow 0.28s !important;
}

body.champions-theme .woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 222, 2, 0.28) !important;
  box-shadow: var(--shadow);
}

body.champions-theme .woocommerce ul.products li.product a img,
body.champions-theme .woocommerce ul.products li.product img {
  margin: 0 0 1rem 0 !important;
  aspect-ratio: 16/11 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(145deg, #1a1a12, #07070a);
}

body.champions-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.champions-theme .woocommerce ul.products li.product h2,
body.champions-theme .woocommerce ul.products li.product h3 {
  font-family: var(--font) !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  color: var(--text) !important;
  padding: 0 1.2rem 0.4rem !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

body.champions-theme .woocommerce ul.products li.product .price,
body.champions-theme .woocommerce ul.products li.product .price .amount,
body.champions-theme .woocommerce ul.products li.product .price ins,
body.champions-theme .woocommerce ul.products li.product .price ins .amount {
  font-family: var(--font-display) !important;
  font-size: 1.65rem !important;
  color: var(--yellow) !important;
  padding: 0 1.2rem 0.9rem !important;
  margin: 0 !important;
  display: block !important;
  text-decoration: none !important;
  background: none !important;
}

body.champions-theme .woocommerce ul.products li.product .price del {
  color: var(--muted-2) !important;
  font-size: 1rem !important;
  margin-right: 0.4rem !important;
  padding: 0 !important;
  display: inline-block !important;
}

body.champions-theme .woocommerce ul.products li.product .star-rating {
  color: var(--yellow) !important;
  padding: 0 1.2rem 0.4rem !important;
  margin: 0 !important;
}

/* Woo button skin */
body.champions-theme .woocommerce a.button,
body.champions-theme .woocommerce button.button,
body.champions-theme .woocommerce input.button,
body.champions-theme .woocommerce #respond input#submit,
body.champions-theme .woocommerce a.button.alt,
body.champions-theme .woocommerce button.button.alt,
body.champions-theme .woocommerce input.button.alt,
body.champions-theme .woocommerce #respond input#submit.alt,
body.champions-theme .woocommerce ul.products li.product .button,
body.champions-theme .woocommerce ul.products li.product a.added_to_cart {
  background: var(--yellow) !important;
  color: #07070a !important;
  border-radius: 999px !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 0.7rem 1.3rem !important;
  border: 1.5px solid transparent !important;
  box-shadow: 0 10px 36px rgba(255,222,2,0.22) !important;
  margin: 0 1.2rem !important;
  display: inline-block !important;
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
}

body.champions-theme .woocommerce a.button:hover,
body.champions-theme .woocommerce button.button:hover,
body.champions-theme .woocommerce input.button:hover,
body.champions-theme .woocommerce a.button.alt:hover,
body.champions-theme .woocommerce ul.products li.product .button:hover {
  background: var(--yellow-2) !important;
  color: #07070a !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(255,222,2,0.32) !important;
}

body.champions-theme .woocommerce ul.products li.product a.added_to_cart {
  margin-top: 0.4rem !important;
}

/* Woo notices */
body.champions-theme .woocommerce-message,
body.champions-theme .woocommerce-info,
body.champions-theme .woocommerce-notice,
body.champions-theme .woocommerce .woocommerce-message,
body.champions-theme .woocommerce .woocommerce-info,
body.champions-theme .woocommerce .woocommerce-notice,
body.champions-theme .woocommerce .woocommerce-error {
  background: var(--bg-card) !important;
  border-top: 3px solid var(--yellow) !important;
  color: var(--text) !important;
  border-radius: var(--r) !important;
  padding: 1rem 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

body.champions-theme .woocommerce-message .button,
body.champions-theme .woocommerce-info .button {
  background: var(--yellow) !important;
  color: #07070a !important;
}

/* Shop page title / archive header */
body.champions-theme .woocommerce-products-header,
body.champions-theme .woocommerce-products-header__title,
body.champions-theme .woocommerce .page-title,
body.champions-theme .woocommerce h1,
body.champions-theme .woocommerce-page h1 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 0 2rem !important;
  line-height: 0.95 !important;
}

/* Sort dropdown + result count */
body.champions-theme .woocommerce .woocommerce-ordering,
body.champions-theme .woocommerce .woocommerce-result-count {
  color: var(--muted) !important;
  font-family: var(--font-ui);
  font-size: 0.85rem;
}

body.champions-theme .woocommerce .woocommerce-ordering select {
  background: var(--bg-card) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--text) !important;
  border-radius: 999px !important;
  padding: 0.6rem 2.2rem 0.6rem 1.1rem !important;
  font-family: var(--font-ui) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23ffde02' d='M6 8L0 0h12z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
}

/* Single product page */
body.champions-theme .woocommerce div.product,
body.champions-theme .woocommerce-page div.product,
body.champions-theme body.single-product main {
  background: var(--bg) !important;
  color: var(--text) !important;
}

body.champions-theme .woocommerce div.product .product_title,
body.champions-theme .woocommerce div.product h1 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 0.95 !important;
}

body.champions-theme .woocommerce div.product p.price,
body.champions-theme .woocommerce div.product span.price,
body.champions-theme .woocommerce div.product .price {
  color: var(--yellow) !important;
  font-family: var(--font-display) !important;
  font-size: 2.25rem !important;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.champions-theme .woocommerce div.product .woocommerce-product-details__short-description,
body.champions-theme .woocommerce div.product .woocommerce-Tabs-panel {
  color: var(--text-2);
  font-family: var(--font);
}

body.champions-theme .woocommerce div.product form.cart .quantity input.qty {
  background: var(--bg-card) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--text) !important;
  border-radius: 12px !important;
  padding: 0.7rem !important;
  font-family: var(--font) !important;
  width: 5rem !important;
}

body.champions-theme .woocommerce-tabs ul.tabs,
body.champions-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--line) !important;
  padding: 0 !important;
  margin: 2rem 0 1rem !important;
  background: none !important;
}

body.champions-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

body.champions-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 1rem 0 0 !important;
  padding: 0 !important;
}

body.champions-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--muted) !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 0.75rem 0 !important;
  border-bottom: 2px solid transparent !important;
}

body.champions-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--yellow) !important;
  border-bottom-color: var(--yellow) !important;
}

body.champions-theme .woocommerce div.product .related.products h2,
body.champions-theme .woocommerce div.product .up-sells h2 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: 2rem !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
}

/* Cart + Checkout + Account tables */
body.champions-theme .woocommerce table.shop_table,
body.champions-theme .woocommerce-page table.shop_table,
body.champions-theme .woocommerce table {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-lg) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  color: var(--text) !important;
}

body.champions-theme .woocommerce table.shop_table th {
  background: var(--bg-elev) !important;
  color: var(--yellow) !important;
  font-family: var(--font-ui) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.78rem !important;
  padding: 1rem !important;
  border-bottom: 1px solid var(--line) !important;
}

body.champions-theme .woocommerce table.shop_table td {
  padding: 1rem !important;
  border-top: 1px solid var(--line) !important;
  color: var(--text-2) !important;
  background: transparent !important;
}

body.champions-theme .woocommerce .cart .actions .coupon input,
body.champions-theme .woocommerce form .form-row input.input-text,
body.champions-theme .woocommerce form .form-row textarea,
body.champions-theme .woocommerce form .form-row select,
body.champions-theme .woocommerce-checkout input,
body.champions-theme .woocommerce-checkout textarea,
body.champions-theme .woocommerce-checkout select {
  background: var(--bg-card) !important;
  border: 1px solid var(--line-2) !important;
  color: var(--text) !important;
  border-radius: 12px !important;
  padding: 0.85rem 1rem !important;
  font-family: var(--font) !important;
  font-size: 1rem !important;
}

body.champions-theme .woocommerce form .form-row label {
  color: var(--yellow) !important;
  font-family: var(--font-ui) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.4rem !important;
}

body.champions-theme .woocommerce .cart-collaterals .cart_totals,
body.champions-theme .woocommerce .cart-collaterals .cart_totals table,
body.champions-theme .woocommerce-checkout #order_review {
  background: var(--bg-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-lg) !important;
  padding: 1.5rem !important;
}

body.champions-theme .woocommerce .cart-collaterals .cart_totals h2,
body.champions-theme .woocommerce-checkout h3,
body.champions-theme .woocommerce-checkout h2 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
}

body.champions-theme .woocommerce ul#shipping_method li,
body.champions-theme .woocommerce-checkout #payment {
  background: var(--bg-elev) !important;
  border-radius: var(--r) !important;
  color: var(--text) !important;
}

body.champions-theme .woocommerce-checkout #payment ul.payment_methods li {
  background: transparent !important;
  color: var(--text) !important;
}

body.champions-theme .woocommerce-checkout #payment div.payment_box {
  background: var(--bg-card) !important;
  color: var(--text-2) !important;
  border-radius: var(--r) !important;
}

body.champions-theme .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--bg-card) !important;
}

/* My account nav */
body.champions-theme .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.25rem;
}

body.champions-theme .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--bg-card);
  color: var(--text-2) !important;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  transition: color 0.2s, border-color 0.2s;
}

body.champions-theme .woocommerce-MyAccount-navigation li.is-active a,
body.champions-theme .woocommerce-MyAccount-navigation li a:hover {
  color: var(--yellow) !important;
  border-color: rgba(255,222,2,0.35);
}

/* Woo product gallery */
body.champions-theme .woocommerce div.product div.images img {
  border-radius: var(--r-lg) !important;
  background: var(--bg-card);
}

body.champions-theme .woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: var(--r) !important;
}

/* Remove Woo's default breadcrumb style */
body.champions-theme .woocommerce-breadcrumb {
  color: var(--muted) !important;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

body.champions-theme .woocommerce-breadcrumb a {
  color: var(--muted) !important;
}

body.champions-theme .woocommerce-breadcrumb a:hover {
  color: var(--yellow) !important;
}

/* --- Global body classes for Tutor & Woo pages so the shared #main container gets our max-width --- */
body.champions-theme.archive main.site-main,
body.champions-theme.single-product main.site-main,
body.champions-theme.woocommerce-cart main.site-main,
body.champions-theme.woocommerce-checkout main.site-main,
body.champions-theme.woocommerce-account main.site-main,
body.champions-theme.post-type-archive-courses main.site-main,
body.champions-theme.tax-course-category main.site-main,
body.champions-theme.single-courses main.site-main {
  padding-top: 6rem !important;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: none;
}

/* Ensure entry-header hidden on plugin pages so page title area is our own */
body.champions-theme .site-main > .entry-header {
  display: none;
}
