/** Shopify CDN: Minification failed

Line 5505:3 Unexpected "5."

**/
/* ============================================================================
   DESKTOP.CSS — Invicta Tools PWA Desktop Styles
   ============================================================================

   This file loads ONLY on desktop devices (≥750px)
   Mobile styles are in mobile.css

   Generated: 2024-11-30

   CONTENTS:
   1. Global Desktop Overrides (from invicta-overrides.css)
   2. Product Page Desktop (from invicta-product.css)
   3. Collection Page Desktop (from invicta-collection.css)
   4. Account Pages (from invicta-account.css)
   5. Cart Styles (from invicta-cart.css)

   ============================================================================ */


/* ============================================================================
   SECTION 1: GLOBAL DESKTOP OVERRIDES
   Source: invicta-overrides.css
   ============================================================================ */

/* ============================================================================
   INVICTA OVERRIDES v2.0 — CLEANED & CONSOLIDATED
   ============================================================================

   This file loads LAST in theme.liquid (before </head>)
   All rules use html body prefix for maximum specificity

   CONTENTS:
   1. Collection List
   2. Product Page Typography
   3. Announcement Bar
   4. Header Layout & Icons
   5. Search Bar
   6. Predictive Search Dropdown
   7. Mega Menu
   8. Section Headers

   ============================================================================ */


/* ============================================================================
   1. COLLECTION LIST
   ============================================================================ */

/* Force horizontal text */
html body .collection-list,
html body .collection-list *,
html body .collection-list__item,
html body .collection-list__item * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* Section container */
html body .collection-list-wrapper,
html body section:has(.collection-list) {
  padding: 40px 0 !important;
  overflow: hidden !important;
}

/* Full width spread */
html body .collection-list-wrapper .page-width,
html body section:has(.collection-list) .page-width {
  max-width: 100% !important;
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* Grid — evenly spread */
html body .collection-list.slider,
html body .collection-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  gap: 32px ;
  overflow-x: visible !important;
  width: 100% !important;
}

/* Each item — equal flex */
html body .collection-list__item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-right: 0 !important;
}

/* Collection card wrapper — make entire card clickable */
html body .collection-list .card-wrapper,
html body .collection-list .card {
  cursor: pointer;
}

/* Collection names — BIGGER & BOLDER, NO ARROW */
html body .collection-list .card__heading,
html body .collection-list .card__heading a,
html body .collection-list__item h3,
html body .collection-list__item h3 a {
  font-size: 1.6rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
  text-decoration: none !important;
  letter-spacing: -0.01em ;
}

html body .collection-list .card__heading a:hover {
  color: #e11d26 !important;
}

/* Hide the arrow icon */
html body .collection-list .icon-arrow,
html body .collection-list__item .icon-arrow,
html body .collection-list .icon-wrap,
html body .collection-list .card__content .icon-wrap {
  display: none !important;
}

/* Card content wrapper — center text, no arrow gap */
html body .collection-list .card__content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 ;
  padding-top: 18px !important;
}

/* Section title */
html body .collection-list-wrapper .title,
html body .collection-list-wrapper .title-wrapper h2,
html body section:has(.collection-list) h2 {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
  margin-bottom: 32px !important;
  letter-spacing: -0.02em ;
  padding-left: 48px !important;
}

/* Red arrow after title */
html body .collection-list-wrapper .title-wrapper a,
html body .collection-list-wrapper .title a {
  color: #e11d26 !important;
}

html body .collection-list-wrapper .title-wrapper .icon-arrow {
  width: 32px !important;
  height: 32px !important;
  stroke: #e11d26 !important;
}

/* Hide slider controls */
html body .collection-list-wrapper .slider-buttons {
  display: none !important;
}

/* Tablet */

/* Mobile */


/* ============================================================================
   2. PRODUCT PAGE TYPOGRAPHY
   ============================================================================ */

/* Description body */
html body .inv-description__body,
html body .inv-description__body p {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  color: #1f2937 !important;
}

/* Description header */
html body .inv-description__header h2 {
  font-size: 1.2rem !important;
}

/* Accordion headers */
html body .inv-accordion__title span {
  font-size: 1.1rem !important;
}

/* Accordion content */
html body .inv-accordion__content,
html body .inv-accordion__content p,
html body .inv-accordion__content li {
  font-size: 1.15rem !important;
  line-height: 1.75 !important;
  color: #1f2937 !important;
}

/* Spec table */
html body .inv-spec-table td {
  font-size: 1.1rem !important;
  padding: 14px 0 !important;
  color: #1f2937 !important;
}

/* Trust badges */
html body .inv-trust__item {
  font-size: 1rem !important;
  color: #374151 !important;
}

/* Delivery info */
html body .inv-delivery__row {
  font-size: 1.1rem !important;
  color: #374151 !important;
}


/* ============================================================================
   3. ANNOUNCEMENT BAR
   ============================================================================ */

/* Container — full neutral grey, no borders */
html body .utility-bar,
html body .utility-bar.color-scheme-5,
html body div.utility-bar,
html body .announcement-bar-section,
html body [id*="announcement-bar"] {
  background: #2d2d2d !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .utility-bar .page-width,
html body .utility-bar .utility-bar__grid {
  background: transparent !important;
  border: none !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body .announcement-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #2d2d2d !important;
  border: none !important;
  min-height: 44px !important;
  padding: 10px 0 !important;
  width: 100% !important;
  text-align: center !important;
}

/* Text — BIGGER, BOLDER, centered */
html body .announcement-bar__message,
html body .announcement-bar__message.h5,
html body .announcement-bar__message.h5 span,
html body .announcement-bar__message span,
html body p.announcement-bar__message,
html body p.announcement-bar__message span,
html body .utility-bar p,
html body .utility-bar span {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em ;
  text-transform: uppercase ;
  color: #ffffff !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Force center on all wrappers */
html body .utility-bar__grid,
html body .announcement-bar__link,
html body .announcement-bar > * {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ============================================================================
   4. HEADER LAYOUT & ICONS
   ============================================================================ */

/* Remove gaps between header sections */
html body .shopify-section-group-header-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 ;
}

html body .shopify-section-group-header-group .shopify-section {
  margin: 0 !important;
  padding: 0 !important;
}

/* Header wrapper — remove white lines but NOT mega menu underlines */
html body .header-wrapper,
html body .section-header {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

/* Account icon (invicta-header__icon class) */
html body a.invicta-header__icon,
html body .invicta-header__icon {
  background: #2d2d2d !important;
  border-radius: 50% ;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
}

html body a.invicta-header__icon svg,
html body .invicta-header__icon svg {
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
  width: 22px !important;
  height: 22px !important;
}

/* Cart icon */
html body .header__icon--cart,
html body a.header__icon--cart {
  background: #2d2d2d !important;
  border-radius: 50% ;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  position: relative !important;
}

html body .header__icon--cart svg {
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
  width: 22px !important;
  height: 22px !important;
}

/* Search button in header */
html body .search__button,
html body .header__search button,
html body button[class*="search"],
html body .search-modal__form button {
  background: #2d2d2d !important;
  border: none !important;
}

html body .search__button svg,
html body .header__search button svg,
html body button[class*="search"] svg {
  stroke: #ffffff !important;
  color: #ffffff !important;
}

/* Cart count badge */
html body .cart-count-bubble {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  background: #e11d26 !important;
  color: #ffffff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  border-radius: 999px ;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
}


/* ============================================================================
   5. SEARCH BAR
   ============================================================================ */

html body .search__input,
html body .search-modal__input,
html body input[type="search"],
html body [class*="search"] input {
  font-size: 1.1rem !important;
  padding: 14px 18px !important;
}

html body .search__input::placeholder,
html body input[type="search"]::placeholder,
html body [class*="search"] input::placeholder {
  font-size: 1.1rem !important;
  color: #6b7280 !important;
}


/* ============================================================================
   6. PREDICTIVE SEARCH DROPDOWN
   ============================================================================ */

/* Main container */
html body predictive-search,
html body .predictive-search,
html body .predictive-search__results-groups-wrapper {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px ;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
  margin-top: 8px !important;
  overflow: hidden !important;
}

/* Results list */
html body .predictive-search__results-groups-wrapper ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Each result row */
html body .predictive-search__list-item,
html body .predictive-search li[role="option"] {
  border-bottom: 1px solid #e5e7eb !important;
}

html body .predictive-search__list-item:last-child {
  border-bottom: none !important;
}

/* Link inside each result */
html body .predictive-search__list-item a,
html body .predictive-search li[role="option"] a {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  gap: 16px ;
  padding: 16px 20px !important;
  text-decoration: none !important;
  align-items: center !important;
  transition: background 0.15s ease ;
}

html body .predictive-search__list-item a:hover,
html body .predictive-search li[role="option"] a:hover {
  background: #f3f4f6 !important;
}

/* Product image */
html body .predictive-search__list-item img,
html body .predictive-search__image,
html body .predictive-search li img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain ;
  border-radius: 8px ;
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
}

/* Product title */
html body .predictive-search__item-heading,
html body .predictive-search__list-item .predictive-search__item-heading {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
  line-height: 1.4 !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
}

/* Price container */
html body .predictive-search__item-content .price,
html body .predictive-search__list-item .price {
  display: flex !important;
  align-items: center !important;
  gap: 10px ;
}

/* Current price — big & red */
html body .predictive-search .price-item,
html body .predictive-search .price-item--regular,
html body .predictive-search .price-item--sale,
html body .predictive-search__list-item .price-item {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #e11d26 !important;
}

/* Compare at price (strikethrough) */
html body .predictive-search .price-item--regular s,
html body .predictive-search .price--on-sale .price-item--regular {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #9ca3af !important;
  text-decoration: line-through !important;
}

/* Content wrapper */
html body .predictive-search__item-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Section headings */
html body .predictive-search__heading {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase ;
  letter-spacing: 0.05em ;
  color: #6b7280 !important;
  padding: 12px 20px 8px !important;
  border-bottom: 1px solid #e5e7eb !important;
  background: #f9fafb !important;
}

/* View all results link */
html body .predictive-search__view-all,
html body .predictive-search a[href*="/search"] {
  display: block !important;
  padding: 14px 20px !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #e11d26 !important;
  background: #fef2f2 !important;
  border-top: 1px solid #e5e7eb !important;
}

html body .predictive-search__view-all:hover {
  background: #fee2e2 !important;
}


/* ============================================================================
   7. MEGA MENU — RED UNDERLINE ON CATEGORY TITLES
   ============================================================================ */

/* Category headings inside mega menu dropdown */
html body .mega-menu__content h3,
html body .mega-menu__content h4,
html body .mega-dropdown-menu h3,
html body .mega-dropdown-menu h4,
html body [class*="mega-menu"] h3,
html body [class*="mega-menu"] h4,
html body .mega-menu-column__title {
  position: relative !important;
  padding-bottom: 10px !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
}

html body .mega-menu__content h3::after,
html body .mega-menu__content h4::after,
html body .mega-dropdown-menu h3::after,
html body .mega-dropdown-menu h4::after,
html body [class*="mega-menu"] h3::after,
html body [class*="mega-menu"] h4::after,
html body .mega-menu-column__title::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 40px !important;
  height: 3px !important;
  background: #e11d26 !important;
  border-radius: 2px ;
}


/* ============================================================================
   8. SECTION HEADERS — RED UNDERLINE
   ============================================================================ */

/* Section titles with red underline */
html body .title-wrapper h2,
html body .section-header h2,
html body .title-wrapper .title,
html body h2.title,
html body .featured-collection h2,
html body .product-recommendations__heading {
  position: relative !important;
  padding-bottom: 16px !important;
  margin-bottom: 32px !important;
}

html body .title-wrapper h2::after,
html body .section-header h2::after,
html body .title-wrapper .title::after,
html body h2.title::after,
html body .featured-collection h2::after,
html body .product-recommendations__heading::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 80px !important;
  height: 4px !important;
  background: #e11d26 !important;
  border-radius: 2px ;
}

/* Centered titles — center the red line */
html body .title-wrapper--center h2::after,
html body .center .title::after {
  left: 50% !important;
  transform: translateX(-50%) ;
}

/* ============================================================================
   9. MEGA MENU — RED BORDERS (not grey)
   ============================================================================ */


/* Red border at bottom of header (above mega menu) */
html body .invicta-header,
html body header.invicta-header,
html body .section-header-invicta,
html body [id*="header_invicta"],
html body #shopify-section-sections--26025140879733__header_invicta_eLmeMd {
  border-bottom: 3px solid #e11d26 !important;
}

/* Red border under the red menu bar */
html body .mega-menu-bar-sections--26025140879733__mega_menu_rPVa6N,
html body [class*="mega-menu-bar-sections"] {
  border-bottom: 3px solid #e11d26 !important;
}

/* ============================================================================
   9c. RED UNDERLINE EXCLUSIONS — SECTIONS THAT STAY CLEAN
   ============================================================================

   These sections will NOT get red underlines on their h2 titles.

   ============================================================================ */

/* Review Carousel — NO red underline */
.shopify-section:has(.review-carousel) h2::after,
.shopify-section:has(.review-carousel) .title::after,
.shopify-section:has(.review-carousel) .title-wrapper h2::after {
  display: none !important;
  content: none !important;
}


/* ============================================================================
   10. SEARCH RESULTS PAGE — CARD ENHANCEMENTS v2.0
   ============================================================================

   Improvements:
   • Sale badge (top right)
   • Quick-add button on hover
   • Star ratings
   • Enhanced sale price visibility
   • Sticky filter bar
   • Larger filter text
   • Hidden loading spinner (only shows when loading)

   ============================================================================ */

/* -------------------------------------------------------
   SALE BADGE — Top left corner
   ------------------------------------------------------- */
html body .invicta-card-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e11d26;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------------------
   SOLD OUT BADGE — Over image
   ------------------------------------------------------- */
html body .invicta-card-sold-out-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #374151;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  z-index: 5;
}

/* -------------------------------------------------------
   DUAL BUTTON ROW — See More + Add
   ------------------------------------------------------- */
html body .invicta-card-buttons {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

html body .invicta-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
  border: none;
  white-space: nowrap;
  min-height: 38px;
}

/* Outline style — See More */
html body .invicta-btn--outline {
  background: #ffffff;
  color: #374151;
  border: 1.5px solid #d1d5db;
}

html body .invicta-btn--outline:hover {
  border-color: #111827;
  color: #111827;
}

/* Solid style — Add to Cart */
html body .invicta-btn--solid {
  background: #111827;
  color: #ffffff;
}

html body .invicta-btn--solid:hover {
  background: #e11d26;
}

html body .invicta-btn--solid svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* Disabled style — Sold Out */
html body .invicta-btn--disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

/* Loading state */
html body .invicta-btn--solid.is-loading {
  pointer-events: none;
  background: #6b7280;
  position: relative;
}

html body .invicta-btn--solid.is-loading span,
html body .invicta-btn--solid.is-loading svg {
  visibility: hidden;
}

html body .invicta-btn--solid.is-loading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: invicta-spin 0.6s linear infinite;
}

/* Success state */
html body .invicta-btn--solid.is-added {
  background: #10b981;
}

@keyframes invicta-spin {
  to { transform: rotate(360deg); }
}

/* -------------------------------------------------------
   STAR RATINGS
   ------------------------------------------------------- */
html body .invicta-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 4px;
}

html body .invicta-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #f59e0b;
}

html body .invicta-card-stars .star {
  width: 14px;
  height: 14px;
}

html body .invicta-card-stars .star--empty {
  color: #d1d5db;
}

html body .invicta-card-rating-count {
  font-size: 1.2rem;
  color: #6b7280;
  font-weight: 500;
}

/* -------------------------------------------------------
   ENHANCED SALE PRICE DISPLAY
   ------------------------------------------------------- */
html body .invicta-price-row--sale {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

html body .invicta-price-main--sale {
  color: #e11d26 !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
}

html body .invicta-price-compare {
  font-size: 1.4rem !important;
  color: #9ca3af !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}

/* -------------------------------------------------------
   FACETS / FILTERS — Larger text, no double arrows
   ------------------------------------------------------- */

/* Filter headings */
html body .facets__heading,
html body .facet-filters__label,
html body .facet-filters__label label {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

/* Filter summaries (dropdown triggers) */
html body .facets__summary,
html body .facets__summary-label {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
  cursor: pointer;
}

/* Sort dropdown text */
html body .facet-filters__sort,
html body .facet-filters__sort.select__select,
html body .facets .select__select {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
}

/* Product count */
html body .product-count__text {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

/* Hide SVG arrows inside facet summaries — use CSS background-image instead */
html body .facets__summary .svg-wrapper,
html body .facets__summary .icon-caret,
html body .facets__disclosure .facets__summary .svg-wrapper {
  display: none !important;
}

/* Add CSS arrow to facet summaries */
html body .facets__summary {
  position: relative;
  padding-right: 24px !important;
}

html body .facets__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

html body .facets__disclosure[open] .facets__summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Hide loading spinner by default */
html body .product-count .loading__spinner,
html body .product-count-vertical .loading__spinner {
  display: none !important;
}

/* Show spinner only when loading */
html body .product-count.loading .loading__spinner,
html body .product-count-vertical.loading .loading__spinner,
html body #ProductCountDesktop.loading + .loading__spinner,
html body #ProductCount.loading + .loading__spinner {
  display: block !important;
}

/* -------------------------------------------------------
   STICKY FILTER BAR
   ------------------------------------------------------- */
html body .template-search .facets-wrapper,
html body .template-collection .facets-wrapper {
  position: sticky;
  top: 0;
  background: rgb(var(--color-background));
  z-index: 10;
  padding: 1rem 0;
  margin-bottom: 1rem;
}


/* ============================================================================
   11. QUICK ADD JAVASCRIPT
   ============================================================================ */


/* ============================================================================
   12. FEATURED COLLECTION / SLIDER CARD BUTTONS
   ============================================================================

   Targets the dual-button layout in sliders & carousels
   Makes them smaller and less dominant

   ============================================================================ */

/* Button container in slider cards */
html body .slider .card .invicta-card-buttons,
html body .slideshow .card .invicta-card-buttons,
html body .product-grid-container .card .invicta-card-buttons,
html body [class*="featured"] .card .invicta-card-buttons,
html body .collection-slider .card .invicta-card-buttons {
  gap: 6px ;
  margin-top: 10px !important;
}

/* Smaller buttons in sliders */
html body .slider .card .invicta-btn,
html body .slideshow .card .invicta-btn,
html body .product-grid-container .card .invicta-btn,
html body [class*="featured"] .card .invicta-btn,
html body .collection-slider .card .invicta-btn {
  padding: 6px 10px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  min-height: 34px !important;
  border-radius: 6px ;
}

/* Icon size in slider buttons */
html body .slider .card .invicta-btn svg,
html body .slideshow .card .invicta-btn svg,
html body .product-grid-container .card .invicta-btn svg,
html body [class*="featured"] .card .invicta-btn svg,
html body .collection-slider .card .invicta-btn svg {
  width: 13px !important;
  height: 13px !important;
}

/* ALL card buttons site-wide — smaller & tighter */
html body .card .invicta-card-buttons {
  display: flex !important;
  gap: 6px ;
  margin-top: 10px !important;
}

html body .card .invicta-btn {
  flex: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px ;
  padding: 7px 10px !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  min-height: 36px !important;
  border-radius: 6px ;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer ;
  transition: all 150ms ease ;
}

/* Outline button (See More) */
html body .card .invicta-btn--outline {
  background: #ffffff !important;
  color: #374151 !important;
  border: 1.5px solid #d1d5db !important;
}

html body .card .invicta-btn--outline:hover {
  border-color: #111827 ;
  color: #111827 !important;
}

/* Solid button (Add) */
html body .card .invicta-btn--solid {
  background: #2d2d2d !important;
  color: #ffffff !important;
  border: 1.5px solid #2d2d2d !important;
}

html body .card .invicta-btn--solid:hover {
  background: #e11d26 !important;
  border-color: #e11d26 !important;
}

/* Icon in buttons */
html body .card .invicta-btn svg {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}

/* Loading state */
html body .card .invicta-btn--loading {
  background: #9ca3af !important;
  border-color: #9ca3af !important;
  pointer-events: none ;
}

/* Success state */
html body .card .invicta-btn--success {
  background: #10b981 !important;
  border-color: #10b981 !important;
}

/* Disabled state */
html body .card .invicta-btn--disabled {
  background: #e5e7eb !important;
  border-color: #e5e7eb !important;
  color: #9ca3af !important;
  pointer-events: none ;
}


/* ============================================================================
   13. SLIDER / CAROUSEL NAVIGATION ARROWS
   ============================================================================

   Those massive pill buttons are overkill — smaller circles instead

   ============================================================================ */

/* Slider navigation container */
html body .slider-buttons,
html body .slideshow__controls,
html body .slider-counter {
  gap: 8px ;
}

/* Arrow buttons — compact circles */
html body .slider-button,
html body .slideshow__button,
html body [class*="slider"] button[class*="button"],
html body .slider-buttons button {
  width: 33px !important;
  height: 33px !important;
  min-width: 33px !important;
  min-height: 33px !important;
  padding: 0 !important;
  border-radius: 50% ;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Arrow icons inside */
html body .slider-button svg,
html body .slideshow__button svg,
html body .slider-buttons button svg {
  width: 20px !important;
  height: 20px !important;
}

/* Page counter (1/2) — smaller */
html body .slider-counter__current,
html body .slider-counter__total,
html body .slider-counter {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  min-width: auto !important;
  padding: 6px 12px !important;
}

/* ============================================================================
   HEADER — REMOVE WHITE GAP BELOW
   ============================================================================ */


/* ============================================================================
   HEADER SECTION WRAPPER — KILL WHITE GAP
   ============================================================================ */


/* ============================================================================
   SECTION 2: PRODUCT PAGE DESKTOP
   Source: invicta-product.css
   ============================================================================ */

/* ============================================================================
   INVICTA PRODUCT PAGE v7.2 — FINAL POLISHED VERSION
   ============================================================================

   DEPENDENCIES: base.css (must load first — provides all CSS variables)

   VERSION HISTORY:
   v7.0 — Initial release
   v7.1 — Bigger text, better spacing, accordion fixes
   v7.2 — Final polish: gaps, padding, visual consistency

   FEATURES:
   • Brand badge uses brand-pill snippet
   • Description + accordions FULL WIDTH
   • Accordions in 3-column grid with ROW-SYNC
   • All buttons are PILLS (border-radius: 999px)
   • Proper chevron icons
   • Truck icon for dispatch
   • AJAX product recommendations with loading state

   ============================================================================ */


/* ============================================================================
   1. SECTION CONTAINER
   ============================================================================ */

.inv-product {
  padding: 32px 0 60px;
  background: var(--inv-bg-soft, #f9fafb);
}

.inv-product .page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ============================================================================
   2. MAIN GRID — MEDIA + INFO
   ============================================================================ */

.inv-product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}


/* ============================================================================
   3. IMAGE GALLERY
   ============================================================================ */

.inv-product__media {
  position: sticky;
  top: 24px;
}

.inv-gallery__main {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  overflow: hidden;
  margin-bottom: 16px;
}

.inv-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.inv-gallery__placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--inv-bg-soft, #f3f4f6);
}

/* Zoom Button */
.inv-gallery__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
}

.inv-gallery__zoom:hover {
  background: var(--inv-bg-soft, #f3f4f6);
  transform: scale(1.05);
}

.inv-gallery__zoom svg {
  width: 24px;
  height: 24px;
  stroke: var(--inv-fg-muted, #6b7280);
}

/* Thumbnails */
.inv-gallery__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.inv-gallery__thumb {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid var(--inv-border-light, #e5e7eb);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.15s ease;
  background: #ffffff;
  padding: 0;
}

.inv-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inv-gallery__thumb:hover {
  border-color: var(--inv-fg-muted, #6b7280);
}

.inv-gallery__thumb.is-active {
  border-color: var(--inv-accent, #e11d26);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); /* Active border */
}


/* ============================================================================
   4. INFO COLUMN (BUY BOX)
   ============================================================================ */

.inv-product__info {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}


/* ============================================================================
   5. BREADCRUMB
   ============================================================================ */

.inv-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 1rem;
  color: var(--inv-fg-muted, #6b7280);
  margin-bottom: 20px;
}

.inv-breadcrumb a {
  color: var(--inv-fg-muted, #6b7280);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}

.inv-breadcrumb a:hover {
  color: var(--inv-accent, #e11d26);
}

.inv-breadcrumb__sep {
  color: var(--inv-border-light, #d1d5db);
  font-size: 1.1rem;
}


/* ============================================================================
   5B. FULL CATALOGUE BANNER
   ============================================================================ */

.inv-full-catalogue-banner {
  margin-bottom: 24px;
}

.inv-full-catalogue-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f1f2 100%);
  border: 1px solid var(--inv-gray-200, #e5e5e5);
  border-radius: 12px;
}

.inv-full-catalogue-banner__text {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.inv-full-catalogue-banner__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--inv-gray-600, #666);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.inv-full-catalogue-banner__count {
  font-size: 1rem;
  font-weight: 600;
  color: var(--inv-gray-800, #2d2d2d);
}

.inv-full-catalogue-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--inv-btn-primary-bg, #2d2d2d);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.inv-full-catalogue-banner__link:hover {
  background: var(--inv-gray-700, #444);
  transform: translateX(3px);
}

.inv-full-catalogue-banner__link svg {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.inv-full-catalogue-banner__link:hover svg {
  transform: translateX(4px);
}


/* ============================================================================
   5C. HANDLING TIME NOTE (for non-stocked products)
   ============================================================================ */

.inv-card__handling {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: var(--inv-gray-500, #888);
  margin-top: 4px;
}

.inv-card__handling svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.7;
}


/* ============================================================================
   6. BRAND BADGE — Uses brand-pill snippet
   ============================================================================ */

.inv-product__brand-pill {
  margin-bottom: 16px;
}

.inv-product__brand-pill .invicta-brand-pill-wrapper {
  width: auto;
  display: inline-flex;
}

.inv-product__brand-pill .invicta-brand-pill {
  --pill-height: 42px;
  --pill-logo-height: 30px;
  padding: 6px 22px;
}


/* ============================================================================
   7. TITLE
   ============================================================================ */

.inv-product__title {
  font-size: clamp(1.75rem, 1.4rem + 1.8vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--inv-fg, #111827);
  margin: 0 0 16px;
}


/* ============================================================================
   8. PRICE
   ============================================================================ */

.inv-price {
  margin-bottom: 20px;
}

.inv-price__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.inv-price__current {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--inv-fg, #111827);
}

.inv-price__current--sale {
  color: var(--inv-accent, #e11d26);
}

.inv-price__was {
  font-size: 1.2rem;
  color: var(--inv-fg-muted, #6b7280);
  text-decoration: line-through;
}

.inv-price__saving {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #059669;
}

.inv-price__saving svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ============================================================================
   9. STOCK BADGE
   ============================================================================ */

.inv-stock {
  margin-bottom: 24px;
}

.inv-stock__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
}

.inv-stock__badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.inv-stock__badge--in {
  background: #d1fae5;
  color: #047857;
}

.inv-stock__badge--out {
  background: #fee2e2;
  color: #b91c1c;
}


/* ============================================================================
   10. VARIANT PICKER
   ============================================================================ */

.inv-variants {
  margin-bottom: 24px;
}

.inv-variant-group {
  margin-bottom: 16px;
}

.inv-variant-group__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--inv-fg, #111827);
  margin-bottom: 8px;
}

.inv-variant-group__select-wrap {
  position: relative;
}

.inv-variant-group__select {
  width: 100%;
  height: 56px;
  padding: 0 48px 0 18px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--inv-fg, #111827);
  background: #ffffff;
  border: 2px solid var(--inv-border-light, #e5e7eb);
  border-radius: 12px;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.inv-variant-group__select:focus {
  outline: none;
  border-color: var(--inv-accent, #e11d26);
}

/* Chevron */
.inv-variant-group__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  pointer-events: none;
  stroke: var(--inv-fg-muted, #6b7280);
}


/* ============================================================================
   11. QUANTITY SELECTOR
   ============================================================================ */

.inv-buy-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.inv-qty {
  display: flex;
  align-items: center;
  border: 2px solid var(--inv-border-light, #e5e7eb);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.inv-qty__btn {
  width: 52px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--inv-fg-muted, #6b7280);
  transition: background 0.15s ease;
}

.inv-qty__btn:hover {
  background: var(--inv-bg-soft, #f3f4f6);
}

.inv-qty__input {
  width: 64px;
  height: 56px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--inv-fg, #111827);
  border: none;
  border-left: 1px solid var(--inv-border-light, #e5e7eb);
  border-right: 1px solid var(--inv-border-light, #e5e7eb);
  background: transparent;
  -moz-appearance: textfield;
}

.inv-qty__input::-webkit-outer-spin-button,
.inv-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* ============================================================================
   12. ADD TO CART BUTTON — PILL
   ============================================================================ */

.inv-atc-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  padding: 0 32px;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Clean subtle shadow */
  transition: all 0.2s ease;
}

.inv-atc-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); /* Clean hover shadow */
}

.inv-atc-btn:active:not(:disabled) {
  transform: translateY(0);
}

.inv-atc-btn--disabled,
.inv-atc-btn:disabled {
  background: var(--inv-bg-soft, #f3f4f6);
  color: var(--inv-fg-muted, #6b7280);
  cursor: not-allowed;
  box-shadow: none;
}

.inv-atc-btn__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.inv-atc-btn__price {
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
}


/* ============================================================================
   13. BUY NOW BUTTON — PILL
   ============================================================================ */

.inv-buy-now {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--inv-fg, #111827);
  border: 2px solid var(--inv-fg, #111827);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 24px;
  transition: all 0.15s ease;
}

.inv-buy-now:hover {
  background: var(--inv-fg, #111827);
  color: #ffffff;
}


/* ============================================================================
   14. TRUST BADGES
   ============================================================================ */

.inv-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--inv-fg-muted, #374151);
}

.inv-trust__item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke: var(--inv-accent, #e11d26);
}


/* ============================================================================
   15. DELIVERY INFO
   ============================================================================ */

.inv-delivery {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.inv-delivery__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: var(--inv-fg-muted, #374151);
  line-height: 1.5;
}

.inv-delivery__row svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke: var(--inv-fg-muted, #6b7280);
  margin-top: 2px;
}


/* ============================================================================
   16. LOWER SECTION — DESCRIPTION + ACCORDIONS (FULL WIDTH)
   ============================================================================ */

.inv-product__lower {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--inv-border-light, #e5e7eb);
}


/* ============================================================================
   17. DESCRIPTION — ALWAYS VISIBLE
   ============================================================================ */

.inv-description {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  padding: 28px 32px;
  margin-bottom: 32px;
}

.inv-description__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-description__header svg {
  width: 26px;
  height: 26px;
  stroke: var(--inv-accent, #e11d26);
  flex-shrink: 0;
}

.inv-description__header h2 {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--inv-fg, #111827);
  margin: 0;
}

.inv-description__body {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--inv-fg-muted, #374151);
}

.inv-description__body p {
  margin-bottom: 1em;
}

.inv-description__body p:last-child {
  margin-bottom: 0;
}


/* ============================================================================
   18. ACCORDION GRID — 3 COLUMNS WITH ROW-SYNC
   ============================================================================ */

.inv-accordions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}


/* ----------------------------------------------------------------------------
   Individual Accordion
   ---------------------------------------------------------------------------- */

.inv-accordion {
  background: #ffffff;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}

.inv-accordion:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Header — Clean white, no grey oval */
.inv-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.inv-accordion__header:hover {
  background: #fafafa;
}

/* When accordion is open, subtle bottom border on header */
.inv-accordion.is-open .inv-accordion__header {
  border-bottom-color: #f0f0f0;
}

/* Title row with icon */
.inv-accordion__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inv-accordion__icon {
  width: 24px;
  height: 24px;
  stroke: var(--inv-accent, #e11d26);
  flex-shrink: 0;
}

.inv-accordion__title span {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--inv-fg, #111827);
}

/* Chevron */
.inv-accordion__chevron {
  width: 22px;
  height: 22px;
  stroke: var(--inv-fg-muted, #6b7280);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

/* Chevron rotation when open */
.inv-accordion.is-open .inv-accordion__chevron {
  transform: rotate(180deg);
}

/* Content — Good padding and readable text */
.inv-accordion__content {
  display: none;
  padding: 20px 24px 28px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--inv-fg-muted, #374151);
}

.inv-accordion.is-open .inv-accordion__content {
  display: block;
}

/* List items in accordions */
.inv-accordion__content ul,
.inv-accordion__content ol {
  margin: 0;
  padding-left: 24px;
}

.inv-accordion__content li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.inv-accordion__content li:last-child {
  margin-bottom: 0;
}

/* Spec Table */
.inv-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.inv-spec-table tr:not(:last-child) {
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-spec-table td {
  padding: 14px 0;
  font-size: 1.05rem;
}

.inv-spec-table td:first-child {
  font-weight: 700;
  color: var(--inv-fg, #111827);
  padding-right: 16px;
}


/* ============================================================================
   19. RECOMMENDATIONS
   ============================================================================ */

.inv-recs {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-recs__title {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--inv-fg, #111827);
  margin: 0 0 48px;
  text-align: center;
  letter-spacing: -0.02em;
}

/* Red underline accent */
.inv-recs__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--inv-accent, #e11d26);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* ============================================================================
   20. RECOMMENDATIONS — LOADING STATE + AJAX BRAND BADGE
   ============================================================================ */

.inv-recs__loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  color: #6b7280;
  font-size: 0.95rem;
}

.inv-recs__spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e7eb;
  border-top-color: #e11d26;
  border-radius: 50%;
  animation: invRecsSpinner 0.7s linear infinite;
}

@keyframes invRecsSpinner {
  to { transform: rotate(360deg); }
}

/* AJAX brand badge fallback (full brand-pill requires Liquid) */
.invicta-card-brand-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #111827;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  line-height: 1;
}

/* Placeholder for missing images */
.invicta-card-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invicta-card-placeholder::after {
  content: '';
  width: 48px;
  height: 48px;
  background: #d1d5db;
  border-radius: 8px;
}


/* ============================================================================
   21. STICKY MOBILE ATC
   ============================================================================ */

.inv-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid var(--inv-border-light, #e5e7eb);
  padding: 12px 24px;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  z-index: 100;
  display: none;
}

.inv-sticky-atc.visible {
  transform: translateY(0);
}


.inv-sticky-atc__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.inv-sticky-atc__price {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--inv-fg, #111827);
  white-space: nowrap;
}

.inv-sticky-atc__btn {
  flex: 1;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
}

.inv-sticky-atc__btn:disabled {
  background: var(--inv-bg-soft, #f3f4f6);
  color: var(--inv-fg-muted, #6b7280);
  cursor: not-allowed;
}


/* ============================================================================
   22. MOBILE ADJUSTMENTS
   ============================================================================ */


/* ============================================================================
   SECTION 3: COLLECTION PAGE DESKTOP
   Source: invicta-collection.css
   ============================================================================ */

/* ============================================================================
   INVICTA COLLECTION PAGE v8.0 — CENTRED HERO
   ============================================================================

   HERO OVERHAUL (Option A):
   ✅ Everything centred
   ✅ Title 3.2rem+, uppercase, bold
   ✅ USP pills are clickable links with hover effect
   ✅ Brand pills centred
   ✅ Cleaner, bigger text throughout

   ============================================================================ */


/* ============================================================================
   1. PAGE CONTAINER
   ============================================================================ */

.inv-collection {
  background: var(--inv-bg-soft, #f8f9fa);
  min-height: 100vh;
}

.inv-collection .page-width {
  max-width: 1680px;
  padding-left: 24px;
  padding-right: 24px;
}


/* ============================================================================
   2. HERO SECTION — CENTRED & BOLD (GREY BG)
   ============================================================================ */

.inv-hero {
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  color: #ffffff;
  padding: 56px 24px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtle pattern overlay — darker for grey bg */
.inv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.inv-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* Accent bar — centred */
.inv-hero__accent {
  width: 60px;
  height: 4px;
  background: var(--inv-accent, #e11d26);
  border-radius: 2px;
  margin: 0 auto 28px;
}

/* Title row — centred */
.inv-hero__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.inv-hero__title {
  margin: 0;
  font-size: clamp(2.4rem, 2rem + 3vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  /* Subtle lift — no glow, just soft shadow */
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.inv-hero__count {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--inv-accent, #e11d26);
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
}

/* Subheading — centred */
.inv-hero__subheading {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.92;
  margin: 0 auto 32px;
  max-width: 650px;
}


/* ============================================================================
   3. USP PILLS — CLICKABLE LINKS
   ============================================================================ */

.inv-hero__usps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.inv-usp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}

.inv-usp-pill:hover {
  background: #ffffff;
  color: var(--inv-accent, #e11d26);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.inv-usp-pill svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.inv-usp-pill:hover svg {
  stroke: var(--inv-accent, #e11d26);
}


/* ============================================================================
   4. BRAND QUICK FILTERS — CENTRED (SOLID COLOURS)
   ============================================================================ */

.inv-hero__brands {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.inv-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--inv-fg, #0f172a);
  cursor: pointer;
  transition: all 200ms ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.inv-brand-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.inv-brand-pill.is-active {
  background: var(--inv-fg, #0f172a);
  color: #ffffff;
}

/* Brand-specific colours */
.inv-brand-pill--makita {
  background: #00a2b8;
  color: #ffffff;
}

.inv-brand-pill--dewalt {
  background: #fecc00;
  color: #000000;
}

.inv-brand-pill--hikoki {
  background: #009c4a;
  color: #ffffff;
}

.inv-brand-pill--milwaukee {
  background: #dc2626;
  color: #ffffff;
}

.inv-brand-pill--bosch {
  background: #005691;
  color: #ffffff;
}

.inv-brand-pill--stanley {
  background: #ffc220;
  color: #000000;
}

.inv-brand-pill--einhell {
  background: #e30613;
  color: #ffffff;
}

.inv-brand-pill--timco {
  background: #e31e24;
  color: #ffffff;
}


/* ============================================================================
   5. BREADCRUMB
   ============================================================================ */

.inv-breadcrumb {
  padding: 20px 0 12px;
}

.inv-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.inv-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inv-breadcrumb__link {
  color: var(--inv-fg-muted, #6b7280);
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms ease;
}

.inv-breadcrumb__link:hover {
  color: var(--inv-accent, #e11d26);
}

.inv-breadcrumb__sep {
  color: var(--inv-border-light, #e5e7eb);
  font-size: 1.2rem;
}

.inv-breadcrumb__current {
  color: var(--inv-fg, #0f172a);
  font-weight: 700;
}


/* ============================================================================
   6. MAIN LAYOUT
   ============================================================================ */

.inv-layout {
  padding-bottom: 60px;
}

.inv-layout__inner {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 24px;
  align-items: start;
}

/* Main content area */
.inv-main {
  min-width: 0; /* Prevent grid blowout */
  order: 1;
}

/* Sidebar - right column */
.inv-sidebar {
  order: 2;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Hide scrollbar but keep functionality */
.inv-sidebar::-webkit-scrollbar {
  width: 4px;
}

.inv-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.inv-sidebar::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.inv-sidebar::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}


/* ============================================================================
   7. TOOLBAR
   ============================================================================ */

.inv-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.inv-toolbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.inv-toolbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inv-toolbar__count {
  font-size: 1.05rem;
  color: var(--inv-fg-muted, #6b7280);
}

.inv-toolbar__count strong {
  color: var(--inv-fg, #0f172a);
  font-weight: 800;
}

/* Filter toggle (mobile) */
.inv-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--inv-bg-soft, #f3f4f6);
  border: 1px solid var(--inv-border-light, #e5e7eb);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--inv-fg, #0f172a);
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-filter-toggle:hover {
  background: var(--inv-border-light, #e5e7eb);
}

.inv-filter-toggle svg {
  width: 18px;
  height: 18px;
}


/* View toggle */
.inv-view-toggle {
  display: flex;
  gap: 4px;
  background: var(--inv-bg-soft, #f3f4f6);
  padding: 4px;
  border-radius: 10px;
}

.inv-view-toggle__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-view-toggle__btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--inv-fg-muted, #6b7280);
  transition: stroke 150ms ease;
}

.inv-view-toggle__btn:hover svg {
  stroke: var(--inv-fg, #0f172a);
}

.inv-view-toggle__btn.is-active {
  background: var(--inv-accent, #e11d26);
}

.inv-view-toggle__btn.is-active svg {
  stroke: #ffffff;
}

/* Sort dropdown */
.inv-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inv-sort__label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--inv-fg-muted, #6b7280);
}

.inv-sort__select {
  padding: 10px 36px 10px 14px;
  background: var(--inv-bg-soft, #f3f4f6);
  border: 1px solid var(--inv-border-light, #e5e7eb);
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--inv-fg, #0f172a);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.inv-sort__select:focus {
  outline: none;
  border-color: var(--inv-accent, #e11d26);
}


/* ============================================================================
   8. ACTIVE FILTER CHIPS
   ============================================================================ */

.inv-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.inv-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--inv-fg, #0f172a);
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-filter-chip:hover {
  background: #fef2f2;
  border-color: var(--inv-accent, #e11d26);
  color: var(--inv-accent, #e11d26);
}

.inv-filter-chip svg {
  width: 14px;
  height: 14px;
  stroke: var(--inv-fg-muted, #6b7280);
}

.inv-filter-chip:hover svg {
  stroke: var(--inv-accent, #e11d26);
}

.inv-clear-all {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--inv-accent, #e11d26);
  text-decoration: none;
  margin-left: 8px;
}

.inv-clear-all:hover {
  text-decoration: underline;
}


/* ============================================================================
   9. PRODUCT GRID
   ============================================================================ */

.inv-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Tablet: 3 columns */
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .inv-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .inv-layout__inner {
    grid-template-columns: 1fr 220px;
    gap: 20px;
  }
}

/* Large desktop: 4 columns */
@media screen and (min-width: 1200px) {
  .inv-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ============================================================================
   10. SIDEBAR
   ============================================================================ */

.inv-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-sidebar__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--inv-fg, #0f172a);
}

.inv-sidebar__reset {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--inv-accent, #e11d26);
  text-decoration: none;
}

.inv-sidebar__reset:hover {
  text-decoration: underline;
}

/* Facets */
.inv-facet {
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-facet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--inv-fg, #0f172a);
  cursor: pointer;
  list-style: none;
}

.inv-facet__header::-webkit-details-marker {
  display: none;
}

.inv-facet__chevron {
  width: 20px;
  height: 20px;
  stroke: var(--inv-fg-muted, #6b7280);
  transition: transform 200ms ease;
}

.inv-facet[open] .inv-facet__chevron {
  transform: rotate(180deg);
}

.inv-facet__body {
  padding: 0 20px 18px;
}

.inv-facet__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 1rem;
  color: var(--inv-fg-muted, #6b7280);
  cursor: pointer;
  transition: color 150ms ease;
}

.inv-facet__item:hover {
  color: var(--inv-fg, #0f172a);
}

.inv-facet__checkbox {
  width: 20px;
  height: 20px;
  accent-color: var(--inv-accent, #e11d26);
  cursor: pointer;
  flex-shrink: 0;
}

.inv-facet__label {
  flex: 1;
}

.inv-facet__count {
  font-size: 0.9rem;
  color: var(--inv-fg-muted, #6b7280);
}

/* Price range */
.inv-facet__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inv-facet__price-field {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.inv-facet__price-symbol {
  padding: 0 0 0 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--inv-fg-muted, #6b7280);
}

.inv-facet__price-input {
  flex: 1;
  padding: 12px 12px 12px 6px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  background: transparent;
}

.inv-facet__price-input:focus {
  outline: none;
}

.inv-facet__price-sep {
  font-size: 1rem;
  color: var(--inv-fg-muted, #6b7280);
}

/* Sidebar apply button */
.inv-sidebar__apply {
  display: block;
  width: calc(100% - 40px);
  margin: 16px 20px 20px;
  padding: 14px 24px;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-sidebar__apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}


/* ============================================================================
   11. PAGINATION
   ============================================================================ */

.inv-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--inv-border-light, #e5e7eb);
  background: #ffffff;
  color: var(--inv-fg-muted, #6b7280);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-pagination__item:hover {
  background: var(--inv-bg-soft, #f3f4f6);
  border-color: #d1d5db;
  color: var(--inv-fg, #0f172a);
}

.inv-pagination__item--current {
  background: var(--inv-accent, #e11d26);
  border-color: var(--inv-accent, #e11d26);
  color: #ffffff;
  font-weight: 800;
}

.inv-pagination__item--arrow {
  padding: 0;
}

.inv-pagination__item--arrow svg {
  width: 20px;
  height: 20px;
}

.inv-pagination__item--ellipsis {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 8px;
}


/* ============================================================================
   12. MOBILE FILTER DRAWER
   ============================================================================ */

.inv-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 300ms ease-out;
  display: flex;
  flex-direction: column;
}

.inv-drawer.is-open {
  transform: translateX(0);
}

.inv-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}

.inv-drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.inv-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-drawer__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--inv-fg, #0f172a);
}

.inv-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--inv-bg-soft, #f3f4f6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 150ms ease;
}

.inv-drawer__close:hover {
  background: var(--inv-border-light, #e5e7eb);
}

.inv-drawer__close svg {
  width: 22px;
  height: 22px;
  stroke: var(--inv-fg-muted, #6b7280);
}

.inv-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.inv-drawer__footer {
  padding: 20px;
  border-top: 1px solid var(--inv-border-light, #e5e7eb);
}

.inv-drawer__apply {
  width: 100%;
  padding: 16px 24px;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-drawer__apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}


/* ============================================================================
   13. SCROLL TO TOP
   ============================================================================ */

.inv-scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); /* Clean hover shadow */
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 250ms ease-out;
}

.inv-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.inv-scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); /* Clean active shadow */
}

.inv-scroll-top svg {
  width: 26px;
  height: 26px;
}


/* ============================================================================
   14. EMPTY STATE
   ============================================================================ */

.inv-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 24px;
}

.inv-empty__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  stroke: var(--inv-border-light, #e5e7eb);
}

.inv-empty__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--inv-fg, #0f172a);
  margin: 0 0 12px;
}

.inv-empty__text {
  font-size: 1.1rem;
  color: var(--inv-fg-muted, #6b7280);
  margin: 0 0 24px;
}

.inv-empty__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--inv-accent, #e11d26); /* Solid colour - no gradient */
  color: #ffffff;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-empty__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}


/* ============================================================================
   15. RESPONSIVE HERO
   ============================================================================ */


/* ============================================================================
   SECTION 4: ACCOUNT PAGES
   Source: invicta-account.css
   ============================================================================ */

/* ============================================================================
   INVICTA ACCOUNT PAGES v2.0
   ============================================================================

   Complete restyle:
   - Avatar, stats, welcome header
   - Order history with status colours
   - Recently viewed section
   - Bigger text throughout
   - Login/Register
   - Addresses

   ============================================================================ */


/* ============================================================================
   1. BASE LAYOUT
   ============================================================================ */

.inv-account {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
  background: #f8f9fa;
  min-height: 60vh;
}


/* ============================================================================
   2. HEADER — Avatar, Welcome, Stats, Logout
   ============================================================================ */

.inv-account__header {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 32px 40px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.inv-account__header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inv-account__header-right {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Avatar */
.inv-account__avatar {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #e11d26 0%, #c4191f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Welcome text */
.inv-account__welcome {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.inv-account__greeting {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.inv-account__name {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

/* Quick stats */
.inv-account__stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.inv-account__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.inv-account__stat-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
}

.inv-account__stat-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.inv-account__stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

/* Logout button */
.inv-account__logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
}

.inv-account__logout:hover {
  background: #ffffff;
  color: #e11d26;
  border-color: #ffffff;
}

.inv-account__logout svg {
  width: 18px;
  height: 18px;
}


/* ============================================================================
   3. MAIN GRID
   ============================================================================ */

.inv-account__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
}


/* ============================================================================
   4. CARDS — Shared styles
   ============================================================================ */

.inv-account__card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.inv-account__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  border-bottom: 1px solid #e5e7eb;
}

.inv-account__card-header svg {
  width: 26px;
  height: 26px;
  stroke: #e11d26;
  flex-shrink: 0;
}

.inv-account__card-header h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.inv-account__card-body {
  padding: 24px 28px;
}


/* ============================================================================
   5. ORDER HISTORY TABLE
   ============================================================================ */

.inv-account__orders .inv-account__card-body {
  padding: 0;
}

.inv-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.inv-orders-table thead {
  background: #f9fafb;
}

.inv-orders-table thead th {
  padding: 14px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.inv-orders-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background 150ms ease;
}

.inv-orders-table tbody tr:hover {
  background: #f9fafb;
}

.inv-orders-table tbody tr:last-child {
  border-bottom: none;
}

.inv-orders-table tbody td {
  padding: 18px 16px;
  font-size: 1.05rem;
  color: #374151;
  vertical-align: middle;
}

/* Order link */
.inv-order-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #e11d26;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-order-link:hover {
  background: #c4191f;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Status badges */
.inv-status {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 6px;
  text-transform: capitalize;
}

.inv-status--default,
.inv-status--pending {
  background: #fef3c7;
  color: #92400e;
}

.inv-status--success,
.inv-status--paid,
.inv-status--fulfilled {
  background: #d1fae5;
  color: #065f46;
}

.inv-status--warning,
.inv-status--partial {
  background: #fed7aa;
  color: #9a3412;
}

.inv-status--error,
.inv-status--refunded,
.inv-status--voided {
  background: #fee2e2;
  color: #991b1b;
}

/* Mobile table */


/* ============================================================================
   6. EMPTY STATE
   ============================================================================ */

.inv-empty-state {
  text-align: center;
  padding: 48px 24px;
}

.inv-empty-state__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inv-empty-state__icon svg {
  width: 40px;
  height: 40px;
  stroke: #9ca3af;
}

.inv-empty-state__title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}

.inv-empty-state__text {
  font-size: 1.1rem;
  color: #6b7280;
  margin: 0 0 24px;
}

.inv-empty-state__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #e11d26;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-empty-state__btn:hover {
  background: #c4191f;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}

.inv-empty-state__btn svg {
  width: 20px;
  height: 20px;
}


/* ============================================================================
   7. ACCOUNT DETAILS CARD
   ============================================================================ */

.inv-account__details {
  height: fit-content;
  position: sticky;
  top: 24px;
}

.inv-account__details .inv-account__card-body {
  padding: 0;
}

.inv-detail-group {
  padding: 18px 28px;
  border-bottom: 1px solid #f3f4f6;
}

.inv-detail-group:last-of-type {
  border-bottom: none;
}

.inv-detail-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.inv-detail-value {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  color: #111827;
}

.inv-detail-address {
  font-size: 1.05rem;
  font-style: normal;
  line-height: 1.7;
  color: #374151;
}

.inv-detail-address strong {
  color: #111827;
  font-weight: 700;
}

.inv-detail-actions {
  padding: 20px 28px 28px;
}

.inv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-btn svg {
  width: 20px;
  height: 20px;
}

.inv-btn--outline {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.inv-btn--outline:hover {
  background: #e11d26;
  color: #ffffff;
  border-color: #e11d26;
}


/* ============================================================================
   8. RECENTLY VIEWED SECTION
   ============================================================================ */

.inv-recently-viewed {
  margin-top: 28px;
  grid-column: 1 / -1;
}

.inv-recently-viewed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


/* Recently viewed card */
.inv-rv-card {
  display: flex;
  flex-direction: column;
  background: #f9fafb;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: all 200ms ease;
}

.inv-rv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.inv-rv-card__image {
  aspect-ratio: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.inv-rv-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.inv-rv-card__info {
  padding: 16px;
}

.inv-rv-card__vendor {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e11d26;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.inv-rv-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inv-rv-card__price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
}


/* ============================================================================
   9. PAGINATION
   ============================================================================ */

.inv-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  padding: 24px 16px 0;
  border-top: 1px solid #e5e7eb;
}

.inv-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #374151;
  text-decoration: none;
  transition: all 150ms ease;
}

.inv-pagination__btn:hover {
  background: #e11d26;
  border-color: #e11d26;
  color: #ffffff;
}

.inv-pagination__btn svg {
  width: 20px;
  height: 20px;
}

.inv-pagination__info {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
}


/* ============================================================================
   10. LOGIN / REGISTER / RECOVER PAGES
   ============================================================================ */

.customer.login,
.customer.register,
.customer:has(form[action*="recover"]) {
  max-width: 480px !important;
  margin: 0 auto;
  padding: 60px 24px 80px !important;
  text-align: center;
}

.customer.login h1,
.customer.register h1 {
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
  margin: 0 0 8px !important;
}

.customer.login form,
.customer.register form {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px;
  margin-top: 32px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.customer.login .field,
.customer.register .field {
  margin: 0 0 20px !important;
}

.customer.login .field input,
.customer.register .field input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1.1rem;
  background: #ffffff;
  transition: border-color 150ms ease;
}

.customer.login .field input:focus,
.customer.register .field input:focus {
  outline: none;
  border-color: #e11d26;
}

.customer.login .field label,
.customer.register .field label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #374151;
}

.customer.login button,
.customer.register button {
  width: 100%;
  padding: 18px 24px;
  background: #e11d26;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  margin: 24px 0 16px !important;
  transition: all 150ms ease;
}

.customer.login button:hover,
.customer.register button:hover {
  background: #c4191f;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}

.customer.login a,
.customer.register a {
  color: #6b7280;
  font-size: 1.05rem;
  text-decoration: none;
}

.customer.login a:hover,
.customer.register a:hover {
  color: #e11d26;
}

.customer.login a[href="#recover"] {
  display: block;
  margin-top: 20px;
  color: #e11d26;
  font-weight: 700;
}

.customer.login #customer_login_guest {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #e5e7eb;
}

.customer.login #customer_login_guest h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 16px;
  text-align: center;
}

.customer.login #customer_login_guest button {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.customer.login #customer_login_guest button:hover {
  background: #2d2d2d;
  color: #ffffff;
  border-color: #2d2d2d;
  box-shadow: none;
}


/* ============================================================================
   11. ADDRESSES PAGE
   ============================================================================ */

.customer.addresses {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 32px 24px 80px !important;
  background: #f8f9fa;
}

.customer.addresses > h1 {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
  margin: 0 0 8px !important;
}

.customer.addresses > a {
  color: #6b7280;
  font-size: 1.05rem;
  text-decoration: none;
}

.customer.addresses > a:hover {
  color: #e11d26;
}

.customer.addresses [data-address] > button[aria-expanded] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
  padding: 14px 28px;
  background: #e11d26;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 150ms ease;
}

.customer.addresses [data-address] > button[aria-expanded]:hover {
  background: #c4191f;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* Clean subtle shadow */
}

.customer.addresses ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 32px 0 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}

.customer.addresses li[data-address] {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  margin: 0 !important;
}

.customer.addresses li[data-address] h2 {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase ;
  letter-spacing: 0.04em ;
  color: #ffffff !important;
  background: #e11d26;
  margin: 0 0 16px !important;
  padding: 8px 14px;
  border-radius: 6px;
  display: inline-block;
}

.customer.addresses li[data-address] p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
}

.customer.addresses li[data-address] > button {
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 150ms ease;
}

.customer.addresses li[data-address] > button[aria-expanded] {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  margin: 20px 8px 0 0;
}

.customer.addresses li[data-address] > button[data-confirm-message] {
  background: transparent;
  border: 1px solid #fecaca;
  color: #dc2626;
}

.customer.addresses form {
  margin-top: 24px !important;
  padding: 24px;
  background: #f9fafb;
  border-radius: 12px;
}

.customer.addresses form .field {
  margin: 0 0 16px !important;
}

.customer.addresses form input,
.customer.addresses form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 1.05rem;
  background: #ffffff;
}

.customer.addresses form label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.customer.addresses form button {
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  margin: 8px 8px 0 0 !important;
}

.customer.addresses form button:not([type="reset"]) {
  background: #e11d26;
  color: #ffffff;
  border: none;
}

.customer.addresses form button[type="reset"] {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}


/* ============================================================================
   12. ORDER DETAIL PAGE
   ============================================================================ */

.customer.order {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 32px 24px 80px !important;
  background: #f8f9fa;
}

.customer.order > div:first-child {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 32px 40px;
  margin-bottom: 28px;
}

.customer.order > div:first-child h1 {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin: 0 0 8px !important;
}

.customer.order > div:first-child > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  text-decoration: none;
}

.customer.order > div:first-child > a:hover {
  color: #ffffff;
}

.customer.order > div:nth-of-type(2) {
  display: grid !important;
  grid-template-columns: 1fr 360px;
  gap: 28px;
}


.customer.order > div:nth-of-type(2) > div:first-of-type {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.customer.order > div:nth-of-type(2) > div:first-of-type h2 {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
  margin: 0 !important;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.customer.order table {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
}

.customer.order table thead {
  background: #f9fafb;
}

.customer.order table thead th {
  padding: 14px 20px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #6b7280 !important;
  text-transform: uppercase ;
}

.customer.order table tbody td {
  padding: 18px 20px !important;
  font-size: 1.05rem !important;
  color: #374151;
}

.customer.order table tbody td a {
  color: #111827;
  font-weight: 600;
}

.customer.order table tbody td a:hover {
  color: #e11d26;
}

.customer.order table tfoot tr:last-of-type td {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  padding-top: 20px !important;
  border-top: 2px solid #e5e7eb;
}

.customer.order > div:nth-of-type(2) > div:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.customer.order > div:nth-of-type(2) > div:last-of-type > div {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.customer.order > div:nth-of-type(2) > div:last-of-type h2 {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
}

.customer.order > div:nth-of-type(2) > div:last-of-type p {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.6;
}


/* ============================================================================
   SECTION 5: CART STYLES
   Source: invicta-cart.css
   ============================================================================ */

/**
 * ============================================================================
 * INVICTA CART STYLES v1.5
 * ============================================================================
 *
 * FIXED: Proper footer layout
 * Layout: [Totals LEFT] [USPs CENTER] [Checkout RIGHT]
 *
 * ============================================================================
 */


/* ============================================================================
   CRITICAL: FOOTER WRAPPER OVERRIDE — KILL THE RED
   ============================================================================ */

.cart__footer-wrapper,
.cart__footer-wrapper.gradient,
#main-cart-footer,
#main-cart-footer > div,
#main-cart-footer .gradient,
.cart__footer-wrapper .color-scheme-1,
.cart__footer-wrapper .color-scheme-2 {
  background: #fff !important;
  border: none !important;
}

#main-cart-footer {
  border-top: 1px solid #e5e7eb !important;
}


/* ============================================================================
   FOOTER LAYOUT — FLEXBOX ROW
   ============================================================================ */

.cart__footer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem ;
  align-items: flex-start !important;
  justify-content: space-between !important;
  border: none !important;
  padding: 2.5rem 0 !important;
}

.cart__footer > * {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Cart blocks container — also flex */
.cart__blocks {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem ;
  align-items: flex-start !important;
  justify-content: space-between !important;
  width: 100% !important;
}


/* ============================================================================
   TOTALS — LEFT
   ============================================================================ */

.js-contents:has(.totals),
.cart__blocks > .js-contents:first-child,
.inv-cart-totals {
  background: #f9fafb !important;
  border-radius: 16px ;
  padding: 1.75rem 2.25rem !important;
  flex: 0 0 auto !important;
  min-width: 280px !important;
  max-width: 340px !important;
}

.totals {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1.5rem ;
  margin-bottom: 0.75rem !important;
}

.totals__total {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.totals__total-value {
  font-size: 2.6rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.tax-note {
  font-size: 1rem !important;
  color: #6b7280 !important;
  margin: 0 !important;
}


/* ============================================================================
   TRUST BADGES — CENTER
   ============================================================================ */

.inv-cart-trust {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.75rem 2rem ;
  background: #f9fafb !important;
  border-radius: 16px ;
  padding: 1.5rem 2rem !important;
  flex: 1 1 auto !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.inv-cart-trust__item {
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem ;
  font-size: 1.05rem !important;
  color: #374151 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.inv-cart-trust__item svg {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
  color: #059669 !important;
}


/* ============================================================================
   CHECKOUT — RIGHT
   ============================================================================ */

.cart__ctas,
.inv-cart-ctas {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.75rem ;
  flex: 0 0 auto !important;
  min-width: 280px !important;
  max-width: 300px !important;
}

/* Main checkout button */
.cart__checkout-button,
#checkout,
button[name="checkout"] {
  width: 100% !important;
  background: #e11d26 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px ;
  padding: 1.25rem 2rem !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  text-transform: none ;
  cursor: pointer ;
  transition: all 0.2s ease ;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.cart__checkout-button:hover,
#checkout:hover {
  background: #c81a22 !important;
  transform: translateY(-1px) ;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
}

/* Dynamic checkout buttons */
.cart__dynamic-checkout-buttons {
  margin-top: 0.25rem !important;
}

.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer] {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem ;
}

.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer] > * {
  flex: 1 !important;
}

.shopify-payment-button__button {
  min-height: 44px !important;
  border-radius: 8px ;
}


/* ============================================================================
   CART HEADER
   ============================================================================ */

cart-items .title--primary {
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

@media screen and (min-width: 750px) {
  cart-items .title--primary {
    font-size: 3.2rem !important;
  }
}

.title-wrapper-with-link .underlined-link {
  font-size: 1.25rem !important;
  color: #e11d26 !important;
}


/* ============================================================================
   FREE SHIPPING BAR
   ============================================================================ */

.inv-shipping-bar {
  background: #fef3c7 !important;
  border: 2px solid #fcd34d !important;
  border-radius: 14px ;
  padding: 1.25rem 1.75rem !important;
  margin-bottom: 1.5rem !important;
}

.inv-shipping-bar__message {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem ;
  margin-bottom: 0.75rem !important;
  font-size: 1.25rem !important;
  color: #92400e !important;
}

.inv-shipping-bar__message svg {
  width: 28px !important;
  height: 28px !important;
  color: #d97706 !important;
}

.inv-shipping-bar__message strong {
  color: #78350f !important;
  font-weight: 700 !important;
}

.inv-shipping-bar__track {
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 100px ;
  height: 10px !important;
  overflow: hidden !important;
}

.inv-shipping-bar__progress {
  background: linear-gradient(90deg, #f59e0b, #d97706) !important;
  height: 100% !important;
  border-radius: 100px ;
  transition: width 0.5s ease ;
}

/* Success */
.inv-shipping-bar:has(.inv-shipping-bar__success) {
  background: #d1fae5 !important;
  border-color: #6ee7b7 !important;
}

.inv-shipping-bar__success {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem ;
  font-size: 1.25rem !important;
  color: #065f46 !important;
}

.inv-shipping-bar__success svg {
  width: 26px !important;
  height: 26px !important;
  color: #059669 !important;
}


/* ============================================================================
   DELIVERY ESTIMATE
   ============================================================================ */

.inv-delivery-estimate {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem ;
  background: #eff6ff !important;
  border: 2px solid #bfdbfe !important;
  border-radius: 14px ;
  padding: 1.25rem 1.75rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.25rem !important;
  color: #1e40af !important;
}

.inv-delivery-estimate svg {
  width: 26px !important;
  height: 26px !important;
  color: #3b82f6 !important;
}

.inv-delivery-estimate strong {
  color: #1e3a8a !important;
}

#InvCountdown {
  font-family: ui-monospace, SFMono-Regular, monospace !important;
  background: #dbeafe !important;
  padding: 0.3rem 0.6rem !important;
  border-radius: 6px ;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
}


/* ============================================================================
   CART ITEMS
   ============================================================================ */

.cart__items {
  border-bottom: 1px solid #e5e7eb !important;
  padding-bottom: 2rem !important;
}

.cart-items thead th,
.cart-items .caption-with-letter-spacing {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #6b7280 !important;
  text-transform: uppercase ;
}

.cart-item {
  border-bottom: 1px solid #f3f4f6 !important;
  padding: 1.75rem 0 !important;
}

.cart-item:last-child {
  border-bottom: none !important;
}

/* Product title */
.cart-item__name,
.cart-item__name.h4 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #111827 !important;
  text-decoration: none !important;
}

.cart-item__name:hover {
  color: #e11d26 !important;
}

/* Options */
.cart-item__details .product-option,
.cart-item__details .product-option dt,
.cart-item__details .product-option dd {
  font-size: 1.2rem !important;
  color: #6b7280 !important;
}

/* Prices */
.cart-item__price-wrapper .price,
.cart-item__price-wrapper .price--end {
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
}


/* ============================================================================
   SKU & STOCK
   ============================================================================ */

.inv-cart-item__sku {
  font-size: 1.1rem !important;
  color: #6b7280 !important;
  margin: 0.4rem 0 !important;
  font-family: ui-monospace, monospace !important;
}

.inv-stock-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem ;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 100px ;
  margin-top: 0.75rem !important;
}

.inv-stock-badge svg {
  width: 18px !important;
  height: 18px !important;
}

.inv-stock-badge--in {
  background: #d1fae5 !important;
  color: #065f46 !important;
}

.inv-stock-badge--out {
  background: #fee2e2 !important;
  color: #991b1b !important;
}


/* ============================================================================
   QUANTITY SELECTOR
   ============================================================================ */

.quantity,
quantity-input.quantity,
.quantity-popover-container {
  background: transparent !important;
  border: none !important;
}

quantity-input.quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 2px solid #d1d5db !important;
  border-radius: 10px ;
  overflow: hidden !important;
  background: #fff !important;
  height: 52px !important;
}

quantity-input .quantity__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 48px !important;
  background: #f3f4f6 !important;
  border: none !important;
  cursor: pointer ;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

quantity-input .quantity__button:hover {
  background: #e5e7eb !important;
}

quantity-input .quantity__button svg,
quantity-input .quantity__button .svg-wrapper,
quantity-input .quantity__button .icon {
  width: 18px !important;
  height: 18px !important;
  color: #374151 !important;
  pointer-events: none ;
}

quantity-input .quantity__input {
  width: 56px !important;
  height: 48px !important;
  text-align: center !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #111827 !important;
  background: #fff !important;
  border: none !important;
  border-left: 1px solid #e5e7eb !important;
  border-right: 1px solid #e5e7eb !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
  flex-shrink: 0 !important;
}

quantity-input .quantity__input::-webkit-outer-spin-button,
quantity-input .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

/* Make sure buttons don't have extra wrappers causing issues */
quantity-input .quantity__button * {
  background: transparent !important;
}

/* Delete button */
cart-remove-button a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  background: #fee2e2 !important;
  border: none !important;
  border-radius: 10px ;
  margin-left: 0.75rem !important;
  flex-shrink: 0 !important;
}

cart-remove-button a:hover {
  background: #fecaca !important;
}

cart-remove-button svg {
  width: 20px !important;
  height: 20px !important;
  color: #dc2626 !important;
}

.cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
}

.quantity-popover-container {
  padding: 0 !important;
}


/* ============================================================================
   CART IMAGE
   ============================================================================ */

.cart-item__image-container {
  width: 140px !important;
  min-width: 140px !important;
}

.cart-item__image {
  width: 100% !important;
  border-radius: 10px ;
}

@media screen and (min-width: 750px) {
  .cart-item__image-container {
    width: 160px !important;
    min-width: 160px !important;
  }
}


/* ============================================================================
   EMPTY CART
   ============================================================================ */

.inv-cart-empty {
  text-align: center !important;
  padding: 4rem 2rem !important;
}

.inv-cart-empty__icon {
  width: 130px !important;
  height: 130px !important;
  background: #f3f4f6 !important;
  border-radius: 50% ;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 2rem !important;
}

.inv-cart-empty__icon svg {
  width: 60px !important;
  height: 60px !important;
  color: #9ca3af !important;
}

.inv-cart-empty__title {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 0 0.75rem !important;
}

.inv-cart-empty__text {
  font-size: 1.35rem !important;
  color: #6b7280 !important;
  margin: 0 0 2rem !important;
}

.inv-cart-empty__btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem ;
  background: #e11d26 !important;
  color: #fff !important;
  border-radius: 100px ;
  padding: 1.15rem 2.5rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.inv-cart-empty__btn:hover {
  background: #c81a22 !important;
}


/* ============================================================================
   RESPONSIVE — MOBILE
   ============================================================================ */


/* ============================================================================
   VISIBILITY FIXES
   ============================================================================ */

.cart__footer,
.cart__ctas,
.totals,
#checkout {
  visibility: visible ;
  opacity: 1 ;
}


/* ============================================================================
   FIXES — Collection Page Bug Fixes (Nov 2024)
   ============================================================================ */

/* === FIX: Hide mobile filter FAB on desktop ===
   Trade's mobile-facets wrapper shows a floating filter button that should
   only appear on mobile. Force hide on desktop viewport.
*/
html body .mobile-facets__wrapper,
html body .mobile-facets__open-wrapper,
html body .mobile-facets__open {
  display: none !important;
}

/* === FIX: Sold Out button accessibility ===
   Original: #9ca3af on #e5e7eb = 2.09:1 contrast (FAILS WCAG)
   Fixed: #6b7280 on #e5e7eb = 4.54:1 contrast (PASSES WCAG AA)
*/
html body .invicta-btn--disabled {
  background: #e5e7eb;
  color: #6b7280;
  border: 1px solid #d1d5db;
  cursor: not-allowed;
  font-weight: 600;
}

html body .invicta-card-buttons .invicta-btn--disabled {
  background: #e5e7eb;
  color: #6b7280;
  border: 1px solid #d1d5db;
}


/* ============================================================================
   ZOOM MODAL — Desktop (Must be hidden until activated)
   ============================================================================ */

/* Hide zoom modal by default */
.inv-zoom-modal {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 9999;
  display: none;
  flex-direction: column;
}

/* Show when .is-open class is added via JS */
.inv-zoom-modal.is-open {
  display: flex;
}

.inv-zoom-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.9);
}

.inv-zoom-modal__counter {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.inv-zoom-modal__close {
  height: 44px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  transition: background 150ms ease;
}

.inv-zoom-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.inv-zoom-modal__close svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

.inv-zoom-modal__body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.inv-zoom-modal__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Hide broken image (empty src) */
.inv-zoom-modal__img[src=""],
.inv-zoom-modal__img:not([src]) {
  display: none;
}

.inv-zoom-modal__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.9);
}

.inv-zoom-modal__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 150ms ease;
}

.inv-zoom-modal__dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.inv-zoom-modal__dot.is-active {
  background: #ffffff;
}


/* ============================================================================
   INVICTA PRODUCT PAGE — Desktop Gallery & Components
   ============================================================================
   These styles were missing from desktop.css, causing elements to render
   with default/inherited styles (red pills instead of proper dots, etc.)
   ============================================================================ */

/* === Gallery Container === */
.inv-gallery {
  position: relative;
  width: 100%;
}

.inv-gallery__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.inv-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* === Image Counter (top-left badge) === */
.inv-gallery__counter {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* === Gallery Dots (below thumbnails on desktop, hide if not needed) === */
.inv-gallery__dots {
  display: none; /* Hide on desktop — thumbnails are used instead */
}

.inv-gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-gallery__dot.is-active {
  background: #ffffff;
  width: 24px;
  border-radius: 4px;
}

/* === Zoom Button === */
.inv-gallery__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 44px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-gallery__zoom:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.inv-gallery__zoom svg {
  width: 18px;
  height: 18px;
  stroke: #374151;
}

.inv-gallery__zoom span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
}

/* === Thumbnails === */
.inv-gallery__thumbs {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  margin-top: 16px;
  flex-wrap: wrap;
}

.inv-gallery__thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  padding: 6px;
  transition: border-color 150ms ease;
}

.inv-gallery__thumb:hover {
  border-color: #9ca3af;
}

.inv-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inv-gallery__thumb.is-active {
  border-color: #dc2626;
}

/* === Share Button === */
.inv-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 24px;
  margin-top: 16px;
  background: #dc2626;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 150ms ease;
}

.inv-share:hover {
  background: #b91c1c;
}

.inv-share svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}


/* ============================================================================
   FIX v2.4: Recommendations Cards Item Wrapper
   ============================================================================ */

/* Grid item wrapper for desktop recs */
.inv-recs__item {
  width: 100%;
  min-width: 0;
}

/* Card image sizing in recs */
.inv-recs__item .invicta-card-image-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inv-recs__item .invicta-card-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Brand pill in recs */
.inv-recs__item .invicta-brand-pill__logo-bg {
  display: block;
  width: 60px;
  height: 20px;
  min-width: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  opacity: 1;
}


/* ============================================================================
   FIX v2.5: Recommendations Cards — Desktop
   ============================================================================ */

/* Titles */
.inv-recs__item .invicta-card-title a,
.inv-recs .invicta-card-title a {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
}

/* Sale price red */
.inv-recs__item .invicta-price-main--sale,
.inv-recs .invicta-price-main--sale {
  color: #dc2626;
}

.inv-recs__item .invicta-price-main,
.inv-recs .invicta-price-main {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Brand pill logo */
.inv-recs__item .invicta-brand-pill__logo-bg,
.inv-recs .invicta-brand-pill__logo-bg {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 60px;
  height: 20px;
  min-width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* === BRAND PILL LOGO — Show IMG for recommendations === */
.inv-recs__item .invicta-brand-pill__logo,
.inv-recs .invicta-brand-pill__logo {
  position: relative !important;
  display: block !important;
  width: 60px !important;
  height: 20px !important;
  opacity: 1 ;
  visibility: visible ;
  pointer-events: auto ;
  clip: auto !important;
  object-fit: contain ;
}

/* Hide bg span */
.inv-recs__item .invicta-brand-pill__logo-bg,
.inv-recs .invicta-brand-pill__logo-bg {
  display: none !important;
}

/* ==========================================================================
   LOGIN / CUSTOMER FORM FIXES - DESKTOP (v2.6)
   ========================================================================== */

/* Hide labels by default - placeholder handles empty state */
.customer .field label:not(.field__label) {
  position: absolute !important;
  top: 50% !important;
  left: 1.5rem !important;
  transform: translateY(-50%) ;
  font-size: 1.4rem !important;
  color: rgba(var(--color-foreground), 0.6) !important;
  pointer-events: none ;
  transition: all 0.2s ease ;
  opacity: 0 ;
  visibility: hidden ;
}

/* Show label as floating when input has value or focus */
.customer .field input:focus ~ label:not(.field__label),
.customer .field input:not(:placeholder-shown) ~ label:not(.field__label) {
  top: 0.8rem !important;
  transform: translateY(0) ;
  font-size: 1.1rem !important;
  opacity: 1 ;
  visibility: visible ;
}

/* Field positioning */
.customer .field {
  position: relative !important;
}

/* Input padding for floating label */
.customer .field input {
  padding: 1.8rem 1.5rem 0.8rem !important;
}

/* ==========================================================================
   PART 1: VAT TOGGLE, QUANTITY ENHANCER, CART BREAKDOWN - DESKTOP (v2.7)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quick Quantity Selector
   -------------------------------------------------------------------------- */

.invicta-quick-qty {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.invicta-quick-qty__label {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 500;
}

.invicta-quick-qty__buttons {
  display: flex;
  gap: 8px;
}

.invicta-quick-qty__btn {
  min-width: 48px;
  height: 38px;
  padding: 0 14px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s ease;
}

.invicta-quick-qty__btn:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

.invicta-quick-qty__btn--active {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Dynamic Quantity Total
   -------------------------------------------------------------------------- */

.invicta-qty-total {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}

.invicta-qty-total__label {
  font-size: 0.95rem;
  color: #6b7280;
}

.invicta-qty-total__value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #dc2626;
}

/* --------------------------------------------------------------------------
   VAT Toggle Placement - Desktop
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   Cart Subtotal Breakdown - Desktop
   -------------------------------------------------------------------------- */

.invicta-cart-breakdown {
  padding: 20px 0;
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
}

.invicta-cart-breakdown__row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 1rem;
}

.invicta-cart-breakdown__row--total {
  font-size: 1.2rem;
  padding-top: 14px;
  margin-top: 10px;
}
/* ==========================================================================
   INVICTA TRADE FEATURES v2.8 - CSS FIXES
   ==========================================================================

   This file patches the following issues:
   1. VAT toggle - compact button pair style
   2. Cart breakdown - horizontal grid layout with bold typography
   3. Cart quantity buttons - matching Trade's native sizing
   4. Cart footer - proper 3-column grid layout

   ADD THIS TO THE END OF mobile.css AND desktop.css
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. VAT TOGGLE - Compact Button Pair
   -------------------------------------------------------------------------- */

.inv-vat-toggle {
  display: inline-flex;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0.75rem;
}

.inv-vat-toggle__btn {
  padding: 6px 12px;
  border: none;
  background: #f9fafb;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}

.inv-vat-toggle__btn:first-child {
  border-right: 1px solid #d1d5db;
}

.inv-vat-toggle__btn[aria-pressed="true"],
.inv-vat-toggle__btn--active {
  background: #dc2626;
  color: #ffffff;
}

.inv-vat-toggle__btn:hover:not([aria-pressed="true"]) {
  background: #f3f4f6;
}

/* Placement on product page - inline with price */
.product .inv-vat-toggle {
  margin-left: 12px;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
   3. CART QUANTITY BUTTONS - Match Trade's Native Sizing
   -------------------------------------------------------------------------- */

/* Fix cart quantity wrapper - ensure proper flex display */
.cart-item .quantity,
.cart-item .cart-quantity,
.cart-item quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  height: 44px;
}

/* Fix cart quantity buttons - proper sizing */
.cart-item .quantity__button,
.cart-item .inv-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s ease;
}

.cart-item .quantity__button:hover,
.cart-item .inv-qty-btn:hover {
  background: #f3f4f6;
}

.cart-item .quantity__button svg,
.cart-item .inv-qty-btn svg {
  width: 14px;
  height: 14px;
}

/* Fix cart quantity input */
.cart-item .quantity__input,
.cart-item .inv-qty-input {
  width: 50px;
  min-width: 50px;
  height: 100%;
  padding: 0;
  border: none;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  -moz-appearance: textfield;
}

.cart-item .quantity__input::-webkit-outer-spin-button,
.cart-item .quantity__input::-webkit-inner-spin-button,
.cart-item .inv-qty-input::-webkit-outer-spin-button,
.cart-item .inv-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

   5. MOBILE RESPONSIVE - Stack on small screens
   -------------------------------------------------------------------------- */

@media screen and (max-width: 989px) {
  .cart__blocks,
  .inv-cart-blocks {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .inv-cart-trust {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
  }

  .inv-cart-trust__item {
    flex: 0 0 auto;
  }

  .cart__ctas,
  .inv-cart-ctas {
    min-width: unset;
  }

}
