/* ==========================================================================
   Lifty Modern Minimalist Collection System (Rivian Pure Minimalism)
   ========================================================================== */

/* 1. Collection Header & Typography */
.template-collection .lifty-collection-heading {
  width: min(1280px, calc(100% - 32px));
  margin: 32px auto 16px;
  padding: 0;
  text-align: center;
}

.template-collection .lifty-collection-heading__title {
  font-family: Figtree, sans-serif !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  margin: 0 0 8px !important;
}

/* 2. Horizontal Quick-Filter Category Pills */
.lifty-category-pills-nav {
  width: min(1280px, 100%);
  margin: 16px auto 20px;
  padding: 0 16px;
  box-sizing: border-box;
}

.lifty-category-pills-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px 12px;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
}

@media (min-width: 1025px) {
  .lifty-category-pills-track {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.lifty-category-pills-track::-webkit-scrollbar {
  display: none;
}

.lifty-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #111111;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.16s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lifty-cat-pill:hover {
  border-color: #111111;
  background: #F4F5F7;
  color: #000000;
  text-decoration: none;
}

.lifty-cat-pill.is--active {
  border-color: #111111;
  background: #111111;
  color: #FFFFFF;
  font-weight: 700;
}

/* 3. Modern Filter & Sort Toolbar */
.template-collection .t4s-collection-header {
  width: min(1280px, calc(100% - 32px)) !important;
  min-height: 58px !important;
  margin: 14px auto 30px !important;
  padding: 8px 16px !important;
  border: 1px solid #E5E7EB !important;
  border-left: 1px solid #E5E7EB !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

.template-collection .t4s-btn-filter,
.template-collection .t4s-dropdown__sortby > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 8px 18px !important;
  border-radius: 6px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  transition: all 0.15s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.template-collection .t4s-btn-filter {
  border: 1px solid #111111 !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.template-collection .t4s-btn-filter:hover {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #FFFFFF !important;
}

.template-collection .t4s-btn-filter svg {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  width: 14px !important;
  height: 14px !important;
}

.template-collection .t4s-dropdown__sortby > button {
  border: 1px solid #E5E7EB !important;
  background: #FFFFFF !important;
  color: #111111 !important;
  box-shadow: none !important;
}

.template-collection .t4s-dropdown__sortby > button:hover {
  border-color: #111111 !important;
}

.template-collection .t4s-dropdown__sortby > button svg {
  fill: #111111 !important;
  color: #111111 !important;
}

.template-collection .t4s-layout__switch button {
  min-width: 36px !important;
  height: 36px !important;
  margin: 0 2px !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 6px !important;
  background: #FFFFFF !important;
  color: #666666 !important;
  box-shadow: none !important;
  transition: all 0.15s ease !important;
}

.template-collection .t4s-layout__switch button:hover {
  border-color: #111111 !important;
  color: #111111 !important;
}

.template-collection .t4s-layout__switch button.is--active {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.template-collection .t4s-layout__switch button.is--active span:before,
.template-collection .t4s-layout__switch button.is--active span:after {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

/* 4. Modern Product Card System (Rivian Pure Minimalism) */
html body.template-collection .t4s-products .t4s-product:not(.t4s-featured-products *) {
  height: auto !important;
  min-height: 0 !important;
  --lifty-card-height: auto !important;
  margin-bottom: 24px !important;
}

html body.template-collection .t4s-product-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 440px !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  position: relative !important;
  --lifty-card-info-height: auto !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-wrapper {
  border-color: #111111 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* Image Container */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-inner {
  position: relative !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-bottom: 1px solid #F0F2F4 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img::before {
  display: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lazyloadt4s-loader {
  display: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img img,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-main-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  box-sizing: border-box !important;
  margin: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-hover-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  box-sizing: border-box !important;
  margin: auto !important;
  opacity: 0 !important;
  visibility: visible !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .is-show-img2 .t4s-product-main-img {
  opacity: 0 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .is-show-img2 .t4s-product-hover-img {
  opacity: 1 !important;
  transform: scale(1.14) !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-img:not(.is-show-img2) .t4s-product-main-img {
  transform: scale(1.14) !important;
}

/* Badges */
html body.template-collection .t4s-product-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

html body.template-collection .t4s-badge-item,
html body.template-collection .t4s-badge-preorder {
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

html body.template-collection .t4s-badge-preorder,
html body.template-collection [data-badge-preorder] {
  background: #111111 !important;
  color: #FFFFFF !important;
}

html body.template-collection .t4s-badge-item.is--sale {
  background: #DC2626 !important;
  color: #FFFFFF !important;
}

html body.template-collection .t4s-badge-item.is--soldout {
  background: #6B7280 !important;
  color: #FFFFFF !important;
}

/* Product Info Area */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid.t4s-pr-style6 .t4s-product-info,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid.t4s-pr-style1 .t4s-product-info {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
  padding: 16px 16px 18px !important;
  background: #FFFFFF !important;
  text-align: left !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-vendor {
  order: 1 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #888888 !important;
  margin-bottom: 6px !important;
  height: auto !important;
  line-height: 1.2 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-vendor a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title {
  order: 2 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #111111 !important;
  margin: 0 0 8px !important;
  height: auto !important;
  min-height: 40px !important;
  max-height: 42px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title a {
  color: #111111 !important;
  text-decoration: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title a:hover {
  color: #000000 !important;
}

/* Price & Finance */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price {
  order: 3 !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 0 6px !important;
  height: auto !important;
  min-height: 0 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -0.02em !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price del {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #9CA3AF !important;
  text-decoration: line-through !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price ins {
  color: #111111 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

/* Spec Badges on Cards */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-specs {
  order: 3.5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px 6px !important;
  flex-wrap: wrap !important;
  margin: 6px 0 10px !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 3px 6px !important;
  border-radius: 4px !important;
  background: #F4F5F7 !important;
  border: 1px solid #E5E7EB !important;
  color: #111111 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-icon {
  width: 12px !important;
  height: 12px !important;
  stroke: #111111 !important;
  fill: none !important;
  flex-shrink: 0 !important;
  display: block !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--legal {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #FFFFFF !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--legal .lifty-card-spec-icon {
  stroke: #FFFFFF !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--offroad {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #FFFFFF !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--offroad .lifty-card-spec-icon {
  stroke: #FFFFFF !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--foldable,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--fattyre,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--removable-bat,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--battery-range {
  background: #F4F5F7 !important;
  border: 1px solid #D1D5DB !important;
  color: #111111 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--foldable .lifty-card-spec-icon,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--fattyre .lifty-card-spec-icon,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--removable-bat .lifty-card-spec-icon,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-spec-badge.lifty-spec--battery-range .lifty-card-spec-icon {
  stroke: #111111 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-spec-flag {
  font-size: 13px !important;
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 3px !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-finance {
  order: 4 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  color: #6B7280 !important;
  margin: 0 0 10px !important;
  height: auto !important;
  min-height: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
}

/* Hide unneeded raw description chunks inside grid cards */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info .t4s-rte {
  display: none !important;
}

/* Clean Pre-Order Availability Tag */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability {
  order: 5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  color: #374151 !important;
  margin: 0 0 12px !important;
  max-height: none !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability__label {
  display: inline-block !important;
  padding: 2px 8px !important;
  background: #F3F4F6 !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability strong {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability__arrival {
  font-size: 11px !important;
  color: #6B7280 !important;
}

.template-collection .t4s-product-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 480px !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  position: relative !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-wrapper {
  border-color: #111111 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* Image Container */
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-inner {
  position: relative !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-bottom: 1px solid #F0F2F4 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img::before {
  display: none !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .lazyloadt4s-loader {
  display: none !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img img,
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-main-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  box-sizing: border-box !important;
  margin: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-hover-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  box-sizing: border-box !important;
  margin: auto !important;
  opacity: 0 !important;
  visibility: visible !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .is-show-img2 .t4s-product-main-img {
  opacity: 0 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .is-show-img2 .t4s-product-hover-img {
  opacity: 1 !important;
  transform: scale(1.14) !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-img:not(.is-show-img2) .t4s-product-main-img {
  transform: scale(1.14) !important;
}

/* Badges */
.template-collection .t4s-product-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.template-collection .t4s-badge-item,
.template-collection .t4s-badge-preorder {
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.template-collection .t4s-badge-preorder,
.template-collection [data-badge-preorder] {
  background: #111111 !important;
  color: #FFFFFF !important;
}

.template-collection .t4s-badge-item.is--sale {
  background: #DC2626 !important;
  color: #FFFFFF !important;
}

.template-collection .t4s-badge-item.is--soldout {
  background: #6B7280 !important;
  color: #FFFFFF !important;
}

/* Product Info Area */
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
  padding: 16px 18px 18px !important;
  background: #FFFFFF !important;
  text-align: left !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-vendor {
  order: 1 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #888888 !important;
  margin-bottom: 6px !important;
  height: auto !important;
  line-height: 1.2 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-vendor a {
  color: inherit !important;
  text-decoration: none !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title {
  order: 2 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #111111 !important;
  margin: 0 0 8px !important;
  height: auto !important;
  min-height: 40px !important;
  max-height: 42px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title a {
  color: #111111 !important;
  text-decoration: none !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title a:hover {
  color: #000000 !important;
}

/* Price & Finance */
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price {
  order: 3 !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 0 6px !important;
  height: auto !important;
  min-height: 0 !important;
  font-family: Figtree, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -0.02em !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price del {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #9CA3AF !important;
  text-decoration: line-through !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price ins {
  color: #111111 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-card-finance {
  order: 4 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  color: #6B7280 !important;
  margin: 0 0 10px !important;
  height: auto !important;
  min-height: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
}

/* Hide unneeded raw description chunks inside grid cards */
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info .t4s-rte {
  display: none !important;
}

/* Clean Pre-Order Availability Tag */
.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability {
  order: 5 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11px !important;
  color: #374151 !important;
  margin: 0 0 12px !important;
  max-height: none !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability__label {
  display: inline-block !important;
  padding: 2px 8px !important;
  background: #F3F4F6 !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability strong {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .lifty-preorder-availability__arrival {
  font-size: 11px !important;
  color: #6B7280 !important;
}

/* 7. MODERN FULL-WIDTH ACTION BUTTON (NO MORE EMPTY CIRCLES) */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner > .t4s-product-btns {
  order: 10 !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 0 !important;
  padding: 10px 0 0 !important;
  display: flex !important;
  align-items: stretch !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  z-index: 2 !important;
}

/* Completely hide duplicate bottom row from list view */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__btns,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info > .t4s-product-info__btns,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns.t4s-product-info__btns {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner > .t4s-product-btns .t4s-pr-item-btn,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info .t4s-product-btns a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  flex: 0 0 auto !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  margin: 0 6px 0 0 !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn:hover .t4s-svg-pr-icon,
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn:hover .t4s-svg-pr-icon svg {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

/* REVEAL BUTTON TEXT AND ICON WITH COMPLETE OVERRIDE */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn .t4s-text-pr,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart .t4s-text-pr,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-text-pr {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #FFFFFF !important;
  font-family: Figtree, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn .t4s-svg-pr-icon,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart .t4s-svg-pr-icon,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-svg-pr-icon {
  position: static !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn .t4s-svg-pr-icon, html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart .t4s-svg-pr-icon, html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-svg-pr-icon {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: inherit !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-svg-pr-icon svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
  display: block !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner > .t4s-product-btns,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns {
  order: 10 !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 0 !important;
  padding: 8px 0 0 !important;
  display: flex !important;
  align-items: stretch !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  z-index: 2 !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info__inner > .t4s-product-btns .t4s-pr-item-btn,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart,
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info .t4s-product-btns a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  flex: 0 0 auto !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  margin: 0 6px 0 0 !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-svg-pr-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15px !important;
  height: 15px !important;
  color: #FFFFFF !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-svg-pr-icon svg {
  width: 15px !important;
  height: 15px !important;
  fill: currentColor !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-text-pr {
  display: inline !important;
  font-family: Figtree, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

/* Sold out state */
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn.is--soldout,
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn[data-lifty-sold-out-cart] {
  background: #F3F4F6 !important;
  border-color: #E5E7EB !important;
  color: #9CA3AF !important;
  cursor: default !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn.is--soldout .t4s-text-pr,
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn[data-lifty-sold-out-cart] .t4s-text-pr {
  color: #9CA3AF !important;
}

.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn.is--soldout .t4s-svg-pr-icon,
.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn[data-lifty-sold-out-cart] .t4s-svg-pr-icon {
  color: #9CA3AF !important;
}

/* Secondary Action Buttons (Wishlist / Quick View in top corner) */
html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2,
.template-collection .t4s-product-btns2 {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: auto !important;
  height: auto !important;
  z-index: 5 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
  transform: translateX(4px) !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-btns2,
.template-collection .t4s-product.t4s-pr-grid:hover .t4s-product-btns2 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn,
.template-collection .t4s-product-btns2 .t4s-pr-item-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  color: #111111 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  padding: 0 !important;
  transition: all 0.15s ease !important;
}

html body.template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn:hover,
.template-collection .t4s-product-btns2 .t4s-pr-item-btn:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #FFFFFF !important;
}

.template-collection .t4s-product-btns2 .t4s-svg-pr-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  color: inherit !important;
}

/* Mobile responsive card adjustments */
@media (max-width: 767px) {
  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-wrapper {
    min-height: 410px !important;
    border-radius: 10px !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-inner {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
    padding: 8px !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-img img,
  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-main-img,
  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-hover-img {
    padding: 6px !important;
    max-height: 100% !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-info {
    padding: 12px 12px 14px !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-title {
    font-size: 13px !important;
    min-height: 34px !important;
    max-height: 36px !important;
    margin-bottom: 6px !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-price {
    font-size: 15px !important;
  }

  .template-collection #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns a.t4s-pr-item-btn {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  .template-collection .t4s-product-btns2 {
    opacity: 1 !important;
    transform: none !important;
    top: 6px !important;
    right: 6px !important;
  }

  .template-collection .t4s-product-btns2 .t4s-pr-item-btn {
    width: 28px !important;
    height: 28px !important;
  }
}

/* 5. Bottom SEO Accordion */
.lifty-collection-seo-container {
  width: min(1280px, calc(100% - 32px)) !important;
  margin: 52px auto 40px !important;
  padding: 0 !important;
  clear: both;
}

.lifty-collection-seo-details {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.lifty-collection-seo-details[open] {
  border-color: #111111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.lifty-collection-seo-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  background: #F9FAFB;
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 16px;
}

.lifty-collection-seo-summary::-webkit-details-marker {
  display: none;
}

.lifty-collection-seo-summary-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.lifty-collection-seo-summary-title {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.01em;
}

.lifty-collection-seo-summary-sub {
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

.lifty-collection-seo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  color: #111111;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.lifty-collection-seo-details[open] .lifty-collection-seo-icon {
  transform: rotate(180deg);
  background: #111111;
  color: #FFFFFF;
  border-color: #111111;
}

.lifty-collection-seo-content {
  padding: 32px 36px;
  border-top: 1px solid #E5E7EB;
  background: #FFFFFF;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  line-height: 1.72;
  color: #333333;
  text-align: left;
}

.lifty-collection-seo-content h2,
.lifty-collection-seo-content h3 {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  color: #111111;
  margin-top: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.lifty-collection-seo-content h2 {
  font-size: 22px;
}

.lifty-collection-seo-content h3 {
  font-size: 17px;
}

.lifty-collection-seo-content p {
  margin-bottom: 14px;
}

.lifty-collection-seo-content ul {
  padding-left: 20px;
  margin-bottom: 18px;
}

.lifty-collection-seo-content li {
  margin-bottom: 6px;
}

.lifty-collection-seo-content a {
  color: #111111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lifty-collection-seo-content a:hover {
  color: #000000;
}

.lifty-collection-seo-content aside[data-lifty-scooter-footer] {
  margin-top: 32px !important;
  border: 1px solid #111111 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

/* 6. Mobile Responsiveness */
@media (max-width: 767px) {
  .template-collection .lifty-collection-heading {
    margin: 20px auto 12px !important;
  }

  .template-collection .lifty-collection-heading__title {
    font-size: 24px !important;
  }

  .lifty-category-pills-nav {
    margin: 10px auto 16px;
    padding: 0 12px;
  }

  .lifty-cat-pill {
    padding: 7px 14px;
    font-size: 12px;
  }

  .template-collection .t4s-collection-header {
    gap: 8px !important;
    padding: 8px 10px !important;
    margin: 10px auto 20px !important;
    min-height: 50px !important;
  }

  .template-collection .t4s-btn-filter,
  .template-collection .t4s-dropdown__sortby > button {
    min-height: 36px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  .lifty-collection-seo-container {
    margin: 36px auto 24px !important;
  }

  .lifty-collection-seo-summary {
    padding: 16px 18px;
  }

  .lifty-collection-seo-summary-title {
    font-size: 15px;
  }

  .lifty-collection-seo-content {
    padding: 22px 18px;
    font-size: 14px;
  }
}

/* Custom Specification Filters in Drawer */
.t4s-product.lifty-filter-hidden {
  display: none !important;
}

.is--lifty-spec-filter {
  border-top: 1px solid #E5E7EB !important;
  padding-top: 16px !important;
  margin-top: 16px !important;
}

.is--lifty-spec-filter .t4s-facet-title {
  font-family: Figtree, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
}

.is--lifty-spec-filter .t4s-filter__values li {
  margin-bottom: 6px !important;
}

.is--lifty-spec-filter .t4s-filter__values li a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 13px !important;
  color: #374151 !important;
  padding: 4px 0 !important;
  transition: color 0.15s ease !important;
  text-decoration: none !important;
}

.is--lifty-spec-filter .t4s-filter__values li a:hover {
  color: #111111 !important;
}

.is--lifty-spec-filter .t4s-filter__values li.is--selected a {
  color: #111111 !important;
  font-weight: 700 !important;
}

.is--lifty-spec-filter .t4s-filter__values li.is--selected .t4s-checkbox-wrapper {
  background: #111111 !important;
  border-color: #111111 !important;
}

.is--lifty-spec-filter .t4s-filter__values li.is--selected .t4s-checkbox-wrapper svg {
  opacity: 1 !important;
  color: #FFFFFF !important;
}

.is--lifty-spec-filter .t4s-value-count {
  font-size: 11px !important;
  color: #9CA3AF !important;
  margin-left: auto !important;
}

/* Active Filter Chips */
.lifty-active-filters-injected {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 10px 0 16px !important;
}

.lifty-active-spec-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 4px 10px !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  border-radius: 9999px !important;
  font-family: Figtree, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 0.15s ease !important;
}

.lifty-active-spec-pill:hover {
  opacity: 0.8 !important;
}

.lifty-active-spec-pill svg {
  width: 9px !important;
  height: 9px !important;
  stroke: #FFFFFF !important;
}

.lifty-clear-spec-filters {
  display: inline-block !important;
  font-family: Figtree, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #EF4444 !important;
  text-decoration: underline !important;
  margin-left: 8px !important;
  cursor: pointer !important;
}

.template-collection .page_section_heading .header-banner:after {
  content: "LIFTY // PERFORMANCE";
  position: absolute;
  z-index: 1;
  right: -0.05em;
  bottom: -0.12em;
  color: rgba(255, 255, 255, 0.03);
  font: 900 clamp(60px, 10vw, 150px)/0.8 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}

.template-collection .page_section_heading .page-head {
  position: relative;
  z-index: 2;
  display: grid !important;
  place-items: center !important;
  min-height: inherit !important;
  padding: clamp(40px, 5vw, 64px) 24px !important;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.98) 100%) !important;
}

.template-collection .page_section_heading .page-head:before {
  display: none !important;
}

.template-collection .page_section_heading .desc-head {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: min(100%, 840px) !important;
  max-width: 840px !important;
  margin: 0 auto !important;
  padding: clamp(20px, 3vw, 32px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 4px !important;
  background: rgba(18, 18, 18, 0.75) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4) !important;
  color: #E2E2E2 !important;
  text-align: center !important;
  transform: none !important;
}

.template-collection .page_section_heading .desc-head:before {
  content: "LIFTY // TECHNICAL MOBILITY";
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 14px;
  padding: 4px 12px;
  background: #1E1E1E;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font: 700 11px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: none !important;
}

.template-collection .page_section_heading .desc-head,
.template-collection .page_section_heading .desc-head p,
.template-collection .page_section_heading .desc-head li,
.template-collection .page_section_heading .desc-head span {
  color: #C8C8CB !important;
  -webkit-text-fill-color: #C8C8CB !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: clamp(14px, 1.1vw, 16px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.65 !important;
  text-transform: none !important;
}

.template-collection .page_section_heading .desc-head p {
  width: min(100%, 68ch) !important;
  margin: 0 0 0.8em !important;
}

.template-collection .page_section_heading .desc-head p:last-child {
  margin-bottom: 0 !important;
}

.template-collection .page_section_heading .desc-head strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

/* Precision Architectural Filter & Sort Toolbar */
.template-collection .t4s-collection-header {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 44px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-collection .t4s-btn-filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid #111111 !important;
  border-radius: 2px !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  font-family: Figtree, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.template-collection .t4s-dropdown__sortby > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 1px solid #E5E5EA !important;
  border-radius: 2px !important;
  background: #FFFFFF !important;
  color: #111111 !important;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}
  text-transform: uppercase !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.template-collection .t4s-btn-filter:hover,
.template-collection .t4s-dropdown__sortby > button:hover {
  background: #262626 !important;
  border-color: #262626 !important;
  color: #FFFFFF !important;
}

.template-collection .t4s-btn-filter svg,
.template-collection .t4s-dropdown__sortby > button svg {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  margin-right: 8px;
}

.template-collection .t4s-layout__switch button {
  min-width: 38px !important;
  height: 40px !important;
  margin: 0 3px !important;
  border: 1px solid #E2E2E6 !important;
  border-radius: 3px !important;
  background: #FFFFFF !important;
  color: #666666 !important;
  transition: all 0.2s ease !important;
}

.template-collection .t4s-layout__switch button.is--active {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.template-collection .t4s-layout__switch button.is--active span:before,
.template-collection .t4s-layout__switch button.is--active span:after {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .template-collection .page_section_heading .header-banner {
    min-height: 220px !important;
  }
  .template-collection .page_section_heading .page-head {
    padding: 32px 16px !important;
  }
  .template-collection .page_section_heading .desc-head {
    padding: 18px 16px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  }
  .template-collection .page_section_heading .desc-head,
  .template-collection .page_section_heading .desc-head p,
  .template-collection .page_section_heading .desc-head li,
  .template-collection .page_section_heading .desc-head span {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .template-collection .t4s-collection-header {
    gap: 8px;
    min-height: 56px;
    padding: 8px 12px !important;
    box-shadow: none !important;
  }
  .template-collection .t4s-btn-filter,
  .template-collection .t4s-dropdown__sortby > button {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }
  .template-collection .t4s-layout__switch button {
    min-width: 32px !important;
    height: 36px !important;
  }
}

/* Ensure collection products and items reveal cleanly without 0.01 opacity lock */
.template-collection [hdt-reveal],
.template-collection .t4s-product-wrapper,
.template-collection .t4s-cat-content,
.template-collection .t4s-top-heading {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Porsche Design System — Product Card Refinements */
.template-collection .t4s-products .t4s-product-wrapper:not(.t4s-featured-products *) {
  border: 1px solid #E5E5EA !important;
  border-radius: 4px !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.template-collection .t4s-products .t4s-product:hover .t4s-product-wrapper:not(.t4s-featured-products *) {
  border-color: #111111 !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-3px) !important;
}

.template-collection .t4s-products .t4s-product-inner:not(.t4s-featured-products *) {
  background: #F8F8FA !important;
  border-bottom: 1px solid #EAEAEA !important;
}

.template-collection .t4s-products .t4s-product-vendor:not(.t4s-featured-products *) {
  color: #8E8E93 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}

.template-collection .t4s-products .t4s-product-title:not(.t4s-featured-products *) {
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.template-collection .t4s-products .t4s-product-price:not(.t4s-featured-products *) {
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.template-collection .t4s-products .t4s-product-btns .t4s-pr-item-btn:not(.t4s-featured-products *),
.template-collection .t4s-products .t4s-product-btns button:not(.t4s-featured-products *),
.template-collection .t4s-products .t4s-product-btns a:not(.t4s-featured-products *) {
  background: #111111 !important;
  color: #FFFFFF !important;
  border-radius: 3px !important;
  clip-path: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  transition: all 0.2s ease !important;
}

.template-collection .t4s-products .t4s-product-btns .t4s-pr-item-btn:hover:not(.t4s-featured-products *) {
  background: #262626 !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   PORSCHE DESIGN SYSTEM — PRECISION SPORTY COLLECTION AESTHETIC
   ========================================================================== */

/* Fix missing icons on single-variant products and ensure complete visibility */
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart[data-action-atc] .t4s-svg-pr-icon,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn .t4s-svg-pr-icon,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn .t4s-svg-pr-icon {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart[data-action-atc] .t4s-svg-pr-icon svg,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn .t4s-svg-pr-icon svg,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn .t4s-svg-pr-icon svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-text-pr,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-text-pr {
  display: none !important;
}

/* Porsche Sporty Action Buttons — Cockpit Precision Instruments */
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  background: #FFFFFF !important;
  color: #111111 !important;
  border: 1.5px solid #111111 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Porsche Guards Red (#D5001C) on Cart / Add to Cart Button Hover */
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-addtocart:hover {
  background: #D5001C !important;
  color: #FFFFFF !important;
  border-color: #D5001C !important;
  box-shadow: 0 6px 20px rgba(213, 0, 28, 0.35) !important;
  transform: translateY(-2px) scale(1.06) !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-wishlist:hover,
#MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-quickview:hover {
  background: #111111 !important;
  color: #FFFFFF !important;
  border-color: #111111 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
  transform: translateY(-2px) scale(1.06) !important;
}

@media (max-width: 767px) {
  #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns .t4s-pr-item-btn,
  #MainContent .t4s-product.t4s-pr-grid .t4s-product-btns2 .t4s-pr-item-btn {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

/* Porsche Card Geometry & Typography */
#MainContent .t4s-product.t4s-pr-grid .t4s-product-wrapper {
  border: 1px solid #E2E2E6 !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: visible !important;
}

#MainContent .t4s-product.t4s-pr-grid:hover .t4s-product-wrapper {
  border-color: #111111 !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-3px) !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-inner {
  border-radius: 7px 7px 0 0 !important;
  background: #F7F7F9 !important;
  border-bottom: 1px solid #EAEAEA !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-title a {
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-title a:hover {
  color: #D5001C !important;
}

#MainContent .t4s-product.t4s-pr-grid .t4s-product-price {
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

/* Porsche Guards Red Badges */
.template-collection .t4s-product-badge > span,
.template-collection .t4s-product-badge .t4s-pr-item-badge {
  background: #D5001C !important;
  color: #FFFFFF !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  padding: 4px 8px !important;
  box-shadow: 0 2px 8px rgba(213, 0, 28, 0.3) !important;
}
