/* eBay Theme Aggressive CSS Overrides for Maza Engine */
:root {
  --ebay-blue: #085cab;
  --ebay-blue-hover: #274bce;
  --ebay-border: #e2e2e2;
  --ebay-text: #333;
}

/* Force HTML and Body to stretch fully 100% (Overrides boxed layout settings) */
html, body {
  background-color: #fff !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* Clear any boxed wrappers that might cap the layout width */
#page, #wrapper, .boxed, .page-wrapper, .mz-page-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* 1. Top Bar Overrides - Completely remove black/dark background, make it pure white */
#top-header,
#top-header *,
.header > div:first-child,
[id^="top-header"] {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-color: #e5e5e5 !important;
}
#top-header {
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 10px 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.top-header-left {  color:#000 !important;}
span.cart-item-total {top:50px;}
#top-header .container,
#top-header .entry-section {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.top-header-content-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
}
.top-header-left, 
.top-header-right {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #ffffff !important;
}
.top-link {
  color: #333 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}
.top-link a {
  color: #3665f3 !important;
  text-decoration: none !important;
}
.top-link a:hover {
  text-decoration: underline !important;
}
.top-link:hover {
  color: #3665f3 !important;
  text-decoration: underline !important;
}
.top-divider {
  color: #ccc !important;
  font-size: 12px !important;
  margin: 0 2px !important;
  background-color: transparent !important;
}

/* Style the relocated cart in top-header */
#top-cart-placeholder {
  display: inline-flex !important;
  align-items: center !important;
  background-color: transparent !important;
}
#top-cart-placeholder #entry_281748 {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 4px !important;
  display: inline-flex !important;
}
#top-cart-placeholder #entry_281748 .cart-icon {
  background-color: transparent !important;
}
#top-cart-placeholder #entry_281748 .cart-icon::before {
  font-size: 18px !important; /* Smaller size to fit in top header nicely */
  color: #333 !important;
}
#top-cart-placeholder #entry_281748:hover .cart-icon::before {
  color: #3665f3 !important;
}
#top-cart-placeholder #entry_281748 .cart-icon .badge.cart-item-total {
  top: 5px !important;
  right: -8px !important;
  font-size: 9px !important;color:#000 !important;
  padding: 1px 4px !important;
  border-width: 1px !important;
}

/* 2. Main Header Overrides */
#main-header {
  background-color: #fff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid var(--ebay-border) !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Hide Shop by Category next to logo completely as requested */
#entry_281741 {
  display: none !important;
}

/* Hide duplicate icons in main header on Desktop and balance sizes */
@media (min-width: 768px) {
  #entry_281740 .entry-section {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  #entry_281742 { 
    order: 1; 
    flex: 0 0 auto !important; 
    margin-right: 20px !important; 
    display: block !important;
  } /* Logo */
  
  #entry_281741 { display: none !important; } /* Hide Shop by Category completely */
  
  #entry_281743 { 
    order: 3; 
    flex: 1 1 auto !important; 
    margin-right: 0 !important; 
  } /* Search Box fills remaining space */
  
  #main-header #entry_281744, 
  #main-header #entry_281745, 
  #main-header #entry_281746, 
  #main-header #entry_281748 {
    display: none !important;
  }
}

.category-link-after-search {
  order: 10 !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-left: 15px !important;
  white-space: nowrap !important;
  font-family: 'DM Sans', sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.category-link-after-search:hover {
  color: #3665f3 !important;
  text-decoration: underline !important;
}

/* eBay-Style Pill Search Bar */
#main-header .widget-search .search-wrapper form {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 8px !important;
}

#main-header .widget-search .search-wrapper form #search {
  border: 1px solid #555555 !important; /* Thinner dark border */
  border-radius: 30px !important; /* Full pill shape */
  height: 46px !important;
  background: #ffffff !important;
  display: flex !important;
  flex: 1 !important;
  flex-direction: row !important;
  position: relative !important;
  overflow: visible !important;
  box-shadow: none !important;
}

#main-header .widget-search .search-input-group {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  flex: 1 !important;
  display: flex !important;
}

#main-header .widget-search .search-input {
  order: 1 !important;
  flex: 1 !important;
  border: none !important;
  background: transparent !important;
  height: 100% !important;
}

#main-header .widget-search .search-category {
  order: 2 !important;
  border-left: 1px solid #c7c7c7 !important;
  border-right: none !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  height: 60% !important;
  align-self: center !important;
}

#main-header .widget-search .search-category button {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: none !important;
  background: transparent !important;
  height: 100% !important;
  white-space: nowrap !important;
}

#main-header .widget-search .search-input input[name="search"] {
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-left: 22px !important;
  color: #333 !important;
  height: 100% !important;
  outline: none !important;
  width: 100% !important;
  font-family: 'DM Sans', sans-serif !important;
}

#main-header .widget-search .search-input input[name="search"]::placeholder {
  color: #999 !important;
  font-weight: 400 !important;
}

/* Separate blue pill Search button */
#main-header .widget-search .search-button {
  order: 3 !important;
  height: 46px !important;
  flex-shrink: 0 !important;
}

#main-header .widget-search .search-button button {
  background-color: var(--ebay-blue) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important; /* Full pill shape - separate from input */
  padding: 0 30px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  height: 100% !important;
  margin: 0 !important;
  min-width: 120px;
  transition: background-color 0.2s ease !important;
  font-family: 'DM Sans', sans-serif !important;
  letter-spacing: 0.3px !important;
}

#main-header .widget-search .search-button button:hover {
  background-color: var(--ebay-blue-hover) !important;
}

#main-header .widget-search .search-button button i {
  display: none !important; /* Hide search icon, show text "Search" only */
}

/* 3. Main Navigation menu with dividers */
#main-navigation {
  background-color: #fff !important;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 8px 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
#main-navigation .container,
#main-navigation .entry-section {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}
#main-navigation ul,
#main-navigation .nav {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}
#main-navigation li,
#main-navigation .nav-item {
  display: flex !important;
  align-items: center !important;
}
#main-navigation a,
#main-navigation .nav-link {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  padding: 4px 14px !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
  white-space: nowrap !important;
}
#main-navigation a:hover,
#main-navigation .nav-link:hover {
  color: #3665f3 !important;
  text-decoration: underline !important;
}
#main-navigation li:not(:last-child)::after,
#main-navigation .nav-item:not(:last-child)::after {
  content: "|" !important;
  color: #e0e0e0 !important;
  font-size: 12px !important;
  margin: 0 !important;
  background-color: transparent !important;
}

/* Category Dropdown Menu - Clean, Sleek, Professional, Modern */
#main-header .widget-search .dropdown-menu {
  display: none;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 10000 !important;
  background-color: #ffffff !important; /* Solid white background (not transparent) */
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important; /* Extremely thin and light border */
  border-radius: 8px !important; /* Premium rounded dropdown */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important; /* Soft, large premium shadow */
  min-width: 250px !important;
  margin-top: 8px !important;
  padding: 10px 0 !important;
  max-height: 380px !important; /* Limit vertical span beautifully */
  overflow-y: auto !important; /* Elegant scroll if many categories exist */
}

/* Customize thin, modern scrollbar for the dropdown menu */
#main-header .widget-search .dropdown-menu::-webkit-scrollbar {
  width: 6px !important;
}
#main-header .widget-search .dropdown-menu::-webkit-scrollbar-track {
  background: transparent !important;
}
#main-header .widget-search .dropdown-menu::-webkit-scrollbar-thumb {
  background: #e0e0e0 !important;
  border-radius: 3px !important;
}
#main-header .widget-search .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #cccccc !important;
}

#main-header .widget-search .dropdown-menu.show {
  display: block !important;
}

#main-header .widget-search .dropdown-item {
  padding: 10px 20px !important;
  color: #555 !important; /* Modern off-black text color */
  font-size: 14px !important;
  font-weight: 400 !important; /* Thin and elegant text weight */
  transition: all 0.15s ease !important;
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
}

#main-header .widget-search .dropdown-item:hover {
  background-color: #f8f9fa !important; /* Soft off-white hover background */
  color: var(--ebay-blue) !important; /* eBay Blue text on hover */
  padding-left: 24px !important; /* Micro-interaction slide effect */
}

/* Hide Default Maza Hero Banners */
#entry_282377 {
  display: none !important;
}

/* 3. Featured Categories - Left-aligned, no blue background, grab-scrollable slider */
#entry_282380 {
  background: transparent !important;
  background-color: transparent !important;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

#entry_282381 {
  text-align: left !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

#entry_282381 .module-title {
  font-family: 'DM Sans', sans-serif !important;
  color: #1a1a1a !important;
  text-align: left !important;
  position: relative !important;
  display: flex !important;
  flex-direction: row !important; /* Horizontal layout */
  justify-content: space-between !important; /* Title left, See All right */
  align-items: flex-end !important; /* Bottom-aligned */
  border: none !important;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  width: 100% !important;
}

#entry_282382 {
  margin: 0 !important;
}

/* Disable Slider and transform category list into a premium, static CSS Grid */
#entry_282382 .swiper {
  overflow: visible !important;
  display: block !important;
  cursor: default !important;
}

#entry_282382 .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important; /* Perfect 7 column layout (Row 1: 7 cards, Row 2: 5 cards) */
  gap: 22px !important;
  width: 100% !important;
  transform: none !important;
  transition: none !important;
  flex-wrap: wrap !important;
  padding: 10px 0 !important;
}

/* Hide all navigation controls since it is a static grid now */
#mz-category-wall-nav282382,
.ebay-cat-nav-controls {
  display: none !important;
}

@media (max-width: 1199px) {
  #entry_282382 .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr) !important; /* 4 columns on tablets */
  }
}

@media (max-width: 575px) {
  #entry_282382 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns on small mobile */
  }
}

/* PREMIUM ROUNDED CARD STYLE FOR CATEGORIES */
#entry_282382 .swiper-slide {
  width: 100% !important; /* Let the card stretch beautifully to fill the grid cell */
  max-width: 100% !important;
  height: 200px !important; /* Standard layout height */
  flex: 0 0 auto !important;
  margin: 0 !important;
  text-align: center !important;
  background-color: #f7f9fc !important; /* Soft premium grey-blue backdrop */
  border-radius: 20px !important; /* Gorgeous modern rounded corners */
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding: 24px 15px 16px 15px !important;
  box-sizing: border-box !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Special styling for the 12th "View All Categories" Card (Dashed Border + White BG) */
#entry_282382 .ebay-cat-view-all-card {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 1.5px dashed rgba(54, 101, 243, 0.28) !important; /* Modern dashed border */
}

#entry_282382 .ebay-cat-view-all-card:hover {
  background-color: #f7f9fc !important;
  border-color: var(--ebay-blue) !important;
  border-style: solid !important;
}


#entry_282382 .swiper-slide:hover {
  background-color: #ffffff !important; /* Shifts to clean solid white on hover */
  border-color: rgba(54, 101, 243, 0.12) !important;
  box-shadow: 0 12px 30px rgba(54, 101, 243, 0.08) !important; /* Soft brand drop shadow */
  transform: translateY(-5px) !important; /* Micro-interaction lift */
}

#entry_282382 .swiper-slide a {
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

#entry_282382 .swiper-slide .figure {
  margin: 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

/* Circular Blue Outline Icon Wrapper */
#entry_282382 .swiper-slide .figure-img-wrapper {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important; /* Perfect modern circle */
  overflow: visible !important;
  margin: 0 auto 16px auto !important;
  background-color: #ffffff !important; /* White inner circle */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  border: 1.5px solid rgba(54, 101, 243, 0.08) !important; /* Soft blue outline border */
  box-shadow: 0 4px 10px rgba(54, 101, 243, 0.03) !important;
  flex-shrink: 0 !important;
}

#entry_282382 .swiper-slide:hover .figure-img-wrapper {
  border-color: rgba(54, 101, 243, 0.3) !important;
  box-shadow: 0 6px 15px rgba(54, 101, 243, 0.08) !important;
}

/* Styled FontAwesome Icon inside circle */
#entry_282382 .ebay-cat-icon-circle i {
  color: var(--ebay-blue) !important; /* Outlined brand blue icon color */
  font-size: 26px !important;
  display: block !important;
  transition: transform 0.25s ease !important;
}

#entry_282382 .swiper-slide:hover .ebay-cat-icon-circle i {
  transform: scale(1.08) !important; /* Micro-interaction scale on hover */
}

#entry_282382 .swiper-slide .figure-caption {
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#entry_282382 .swiper-slide .figure-caption h4 {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.3 !important;
}

#entry_282382 .swiper-slide .figure-caption i {
  display: none !important; /* Hide old arrow icons */
}

/* Rounded banner design for section #entry_282390 and #entry_282411 (dog leash banner too!) */
#entry_282390 img, #entry_282405 img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease !important;
}
#entry_282390:hover img,
#entry_282405 [id^="entry_2824"]:hover img {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

/* 4. Products Grid Overrides (Applies to Trending #entry_282395, Middle #entry_282385, and Gym #entry_282405 sections) */
#entry_282395,
#entry_282385,
#entry_282405 {
  background: transparent !important;
  background-color: transparent !important;
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

#entry_282396 {
  text-align: left !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

#entry_282396 .module-title {
  font-family: 'DM Sans', sans-serif !important;
  color: #1a1a1a !important;
  text-align: left !important;
  position: relative !important;
  display: flex !important;
  flex-direction: row !important; /* Horizontal layout */
  justify-content: space-between !important; /* Title left, See All right */
  align-items: flex-end !important; /* Bottom-aligned */
  border: none !important;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  width: 100% !important;
}

#entry_282396 .module-title::before {
  display: none !important; /* Hide old CSS sub-header since it's dynamically structured now */
}

/* Transform ONLY Trending Products #entry_282397 Swiper Slider into a static clean grid */
#entry_282397 .swiper {
  overflow: visible !important;
  display: block !important;
}

#entry_282397 .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  width: 100% !important;
  transform: none !important;
  transition: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#entry_282397 .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  #entry_282397 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr) !important; /* 2 cards per row on tablet */
  }
}

@media (max-width: 575px) {
  #entry_282397 .swiper-wrapper {
    grid-template-columns: 1fr !important; /* 1 card per row on mobile */
  }
}

/* Limit to exactly 8 product cards for trending */
#entry_282397 .swiper-slide:nth-child(n+9) {
  display: none !important;
}

/* KEEP Middle Camping Accessories #entry_282392 and Gym equipment #entry_282410 as clean horizontal sliders (NO grid transform) */
#entry_282392 .swiper-slide,
#entry_282410 .swiper-slide {
  box-sizing: border-box !important;
}

/* Product Card - Clean, White Card with Rounded Corners (Only for Featured Products) */
#entry_282397 .product-thumb {
  background: #ffffff !important;
  border-radius: 20px !important; /* Elegant large rounded corners */
  padding: 0 !important; /* Edge-to-edge image */
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#entry_282397 .product-thumb:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Product Image Container with Light Grey Rounded BG */
#entry_282397 .product-thumb-top {
  background-color: #f6f7f9 !important; /* Premium soft grey background */
  border-radius: 20px 20px 0 0 !important; /* Top rounded corners to match card */
  padding: 0 !important; /* Edge-to-edge image */
  position: relative !important; /* CRITICAL: Keep position relative so countdown timer aligns exactly at the bottom of it! */
  overflow: hidden !important; /* Keep image inside border radius */
  display: block !important;
  min-height: 240px !important;
  height: 240px !important;
}

#entry_282397 .product-thumb-top .image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#entry_282397 .product-thumb-top .image a,
#entry_282397 .product-thumb-top .image picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#entry_282397 .product-thumb-top .image img {
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
  mix-blend-mode: multiply !important; /* Seamless blending with light grey background */
}

/* Reset product-action absolute context, let elements align properly */
#entry_282397 .product-action {
  position: static !important; /* Force static positioning inside product-thumb-top */
  display: block !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Hide Indicators & Elements not in Mockup */
#entry_282397 .carousel-indicators,
#entry_282397 .btn-quick-view,
#entry_282397 .btn-compare {
  display: none !important;
}

/* Custom Floating Badges - Position relative to .product-thumb-top (Top Left!) */
#entry_282397 .product-label {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  right: auto !important;
  z-index: 10 !important;
}

#entry_282397 .product-label .square {
  border-radius: 8px !important; /* Soft rounded pill badges */
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  letter-spacing: 0.5px !important;
  color: #fff !important;
  border: none !important;
}

/* Style Floating Wishlist Heart Icon at Top-Right of the image box container */
#entry_282397 .btn-wishlist {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 10 !important;
  background: rgba(255, 255, 255, 0.9) !important; /* Slight white background for contrast against images */
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #555 !important; /* Dark grey heart icon */
  border: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  padding: 0 !important;
}

#entry_282397 .btn-wishlist span {
  display: none !important; /* Hide long text, keep only icon */
}

#entry_282397 .btn-wishlist:hover {
  color: #ff3366 !important;
  transform: scale(1.08) !important;
}

/* Style Floating "Add to Cart" Pill Button (Offset absolute relative to the whole card container) */
#entry_282397 .btn-cart {
  position: absolute !important;
  top: auto !important;
  bottom: 16px !important; /* Positioned perfectly at the bottom-right corner of the whole card! */
  right: 16px !important;
  z-index: 100 !important;
  background-color: var(--ebay-blue) !important;
  color: #fff !important;
  border-radius: 24px !important; /* Pill style button */
  border: none !important;
  font-size: 13px !important;
  /*font-weight: 600 !important;*/
  padding: 8px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 3px 10px rgba(54, 101, 243, 0.2) !important;
}

#entry_282397 .btn-cart span {
  display: inline-block !important; /* Show "Add" or "Add to Cart" text */
}

#entry_282397 .btn-cart:hover {
  background-color: var(--ebay-blue-hover) !important;
  transform: scale(1.03) !important;
}

/* Caption Section (Product Title, Price) - Added bottom padding to safely accommodate the absolute cart button */
#entry_282397 .caption {
  padding: 15px 16px 50px 16px !important; /* 50px bottom padding creates perfect room for the absolute Add to Cart button */
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  position: relative !important;
}

/* =========================================================================
   Horizontal Sliders Styling ("The future in your hands" & "Gym equipment") 
   ========================================================================= */
#entry_282392 .product-thumb-top,
#entry_282410 .product-thumb-top {
  background-color: #f6f7f9 !important;
  border-radius: 20px !important; /* Rounded on all 4 corners */
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important; /* Keep it perfectly square instead of forcing 240px height */
  height: auto !important;
}

#entry_282392 .product-thumb-top .image,
#entry_282410 .product-thumb-top .image,
#entry_282392 .product-thumb-top .image a,
#entry_282410 .product-thumb-top .image a,
#entry_282392 .product-thumb-top .image picture,
#entry_282410 .product-thumb-top .image picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#entry_282392 .product-thumb-top .image img,
#entry_282410 .product-thumb-top .image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
  mix-blend-mode: multiply !important;
}

#entry_282397 .caption .title,
#entry_282392 .caption .title,
#entry_282410 .caption .title {
  font-size: 15px !important;

  color: #1a1a1a !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.4 !important;
  height: 42px !important; /* Limit title to 2 lines cleanly */
  overflow: hidden !important;
}

#entry_282397 .caption .title a,
#entry_282392 .caption .title a,
#entry_282410 .caption .title a {
  color: #1a1a1a !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

#entry_282397 .caption .title a:hover,
#entry_282392 .caption .title a:hover,
#entry_282410 .caption .title a:hover {
  color: var(--ebay-blue) !important;
}

/* Price Box */
#entry_282397 .caption .price,
#entry_282392 .caption .price,
#entry_282410 .caption .price {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
}

#entry_282397 .caption .price::before,
#entry_282392 .caption .price::before,
#entry_282410 .caption .price::before {
  content: "from" !important;
  font-size: 11px !important;
  color: #888 !important;
  margin-bottom: 2px !important;
  font-weight: 400 !important;
}

#entry_282397 .caption .price-new,
#entry_282392 .caption .price-new,
#entry_282410 .caption .price-new {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ebay-blue) !important;
}

/* 5. Utility Services Bar (Free Shipping, Easy Return, 100% Square Payment) - Full Width Premium Deep Navy background */
#entry_282398 {
  background-color: #0c2340 !important; /* Ultra Premium, Rich Deep Luxury Navy Blue */
  background: #0c2340 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 60px 0 !important;
  padding: 35px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

/* Ensure inner layout container aligns centered dynamically */
#entry_282398 .entry-section {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

/* Force light themes on all inner elements of services bar for high readability */
#entry_282398 .text-primary,
#entry_282398 svg,
#entry_282398 i {
  color: #ffffff !important;
  fill: #ffffff !important;
  background: transparent !important;
}

#entry_282398 h3 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 0 5px 0 !important;
  font-family: 'DM Sans', sans-serif !important;
  text-transform: none !important;
}

#entry_282398 p {
  color: #a0aec0 !important; /* Highly readable off-white grey */
  font-size: 13px !important;
  margin: 0 !important;
  font-family: 'DM Sans', sans-serif !important;
}

#entry_282398 .entry-widget {
  flex: 1 1 250px !important;
  border-right: 1px solid rgba(255,255,255,0.1) !important;
  padding: 10px 20px !important;
}

#entry_282398 .entry-widget:last-child {
  border-right: none !important;
}

@media (max-width: 768px) {
  #entry_282398 .entry-widget {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding-bottom: 20px !important;
  }
  #entry_282398 .entry-widget:last-child {
    border-bottom: none !important;
  }
}

/* 6. Special Deal Status Overlays (gym equipment countdown overlays) - Aligned exactly at the bottom of the image container! */
#entry_282410 .deal-status {
  position: absolute !important;
  bottom: 0 !important; /* Aligns exactly at the bottom border of the relative parent .product-thumb-top! */
  left: 0 !important;
  right: 0 !important;
  z-index: 15 !important;
}

#entry_282410 .deal-info {
  background-color: rgba(26, 26, 26, 0.85) !important; /* Elegant semi-transparent black overlay */
  color: #ffffff !important;
  padding: 6px 10px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-align: center !important;
  border-radius: 0 0 16px 16px !important; /* Matches perfectly with the rounded bottom corners of image container! */
}

#entry_282410 .countdown-title {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* 7. Footer Style Adjustments - Two Colors: Premium Blue Newsletter + Solid Light Grey Menu */
.footer {
  background-color: #f7f7f7 !important; /* Light grey footer base */
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #e5e5e5 !important;bottom: 0 !important;
}

/* Opaque light grey background for menus and copyright */
#entry_282429 {margin: 0 !important;}
#entry_282417,
.footer > div:nth-child(n+2) {
  background-color: #f7f7f7 !important;
  background: #f7f7f7 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Style the Unforgettable Brand Quote CTA Row (Premium light ice-blue) */
#entry_282414 {
  background-color: #ebf2fc !important; /* Premium soft ice blue */
  background: #ebf2fc !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.03) !important;
  text-align: left !important;
}

#entry_282414 .entry-section {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

#entry_282414 .entry-section > div {
  text-align: left !important;
}

/* Force high specificity color for the CTA button to override .footer a overrides */
.footer .unforgettable-btn,
.footer a.unforgettable-btn,
#entry_282414 a.unforgettable-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: var(--ebay-blue) !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px 34px !important;
  border-radius: 50px !important; /* Perfect capsule pill */
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(54, 101, 243, 0.16) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer .unforgettable-btn:hover,
.footer a.unforgettable-btn:hover,
#entry_282414 a.unforgettable-btn:hover {
  background-color: var(--ebay-blue-hover) !important;
  box-shadow: 0 6px 20px rgba(54, 101, 243, 0.3) !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}


.unforgettable-btn:hover i {
  transform: translateX(4px) !important; /* Micro-animation slide arrow on hover */
}

@media (max-width: 768px) {
  #entry_282414 {
    padding: 35px 20px !important;
  }
  #entry_282414 .entry-section {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .unforgettable-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* Redesign the Newsletter Subscribe Bar to be a single, gorgeous, unified pill element! */
#entry_282416 .newsletter-input {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 50px !important; /* Gorgeous clean modern pill style! */
  border: 0px solid rgba(0, 0, 0, 0.05) !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  padding: 0 !important; /* Reset padding to keep button perfectly flush inside capsule */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important; /* Premium modern drop shadow */
  width: 100% !important;
  max-width: 500px !important; /* Perfect desktop width */
  margin-left: auto !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#entry_282416 .newsletter-input:focus-within {
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
  transform: translateY(-2px) !important; /* Micro-interaction lift on focus */
}

/* Style input box inside unified newsletter element */
#entry_282416 .newsletter-email {
  flex: 1 1 auto !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

#entry_282416 .newsletter-email input[type="email"],
#entry_282416 .newsletter-email input {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  height: 100% !important;
  width: 100% !important;
  color: #1a1a1a !important;
  font-size: 15px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  padding: 0 15px 0 10px !important;
}

#entry_282416 .newsletter-email input::placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

#entry_282416 .newsletter-input > i {
  color: #3665f3 !important; /* Vibrant eBay blue for the envelope icon */
  font-size: 18px !important;
  margin-left: 20px !important; /* Perfect inner left margin */
  flex-shrink: 0 !important;
}

/* Style modern high-contrast Subscribe Button inside unified newsletter element */
#entry_282416 .subscribe-button {
  background-color: #111111 !important; /* Luxurious solid black button */
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 50px 50px 0 !important; /* Perfectly round outer right side matching the capsule */
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 0 35px !important;
  height: 100% !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
}

#entry_282416 .subscribe-button:hover {
  background-color: #333333 !important; /* Premium graphite hover transition */
  color: #ffffff !important;
}

/* Ensure menu titles, texts, and links inside the light grey footer are dark and highly readable */
.footer .design-title,
.footer h3:not(#entry_282415 h3) {
  color: #1a1a1a !important;
  font-weight: 700 !important;
  font-size: 14px !important; /* Elegant smaller uppercase heading */
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  font-family: 'DM Sans', sans-serif !important;
  margin-bottom: 20px !important;
}

.footer a,
.footer p,
.footer span,
.footer li,
.footer div:not(#entry_282414 *):not(#entry_282414) {
  color: #555555 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important; /* Smaller, highly professional standard footer text size */
  line-height: 1.8 !important;
}

.footer a:hover {
  color: var(--ebay-blue) !important;
  text-decoration: underline !important;
}

/* Force all footer menus to stack vertically as a clean list and reset default theme flex horizontal alignments (Excluding the bottom copyright payment bar) */
.footer > div:not(:last-child) .menu-items,
.footer > div:not(:last-child) nav,
.footer > div:not(:last-child) .nav {
  display: flex !important;
  flex-direction: column !important; /* Stack menu links vertically */
  align-items: flex-start !important;
}

.footer > div:not(:last-child) nav a,
.footer > div:not(:last-child) .nav a {
  display: block !important;
  width: 100% !important;
  padding: 5px 0 !important; /* Elegant vertical list spacing */
}

/* Divider lines inside the light grey footer */
.footer hr {
  border-color: rgba(0,0,0,0.08) !important;
}

/* Copyright Bar (Bottom-most strip) - Soft clean light grey background */
.footer > div:last-child {
  border-top: 1px solid #e2e2e2 !important;
  background-color: #ededed !important; /* Slightly darker elegant grey for copyright */
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.footer > div:last-child * {
  color: #666666 !important;
}

/* 8. Modern eBay-Style Pagination Overrides */
.pagination,
ul.pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 40px 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Base style for all pagination items */
.pagination li,
ul.pagination li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Naked style for page links / text */
.pagination li a,
.pagination li span,
ul.pagination li a,
ul.pagination li span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #666666 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 14px !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  min-width: 38px !important;
  height: 38px !important;
}

/* Hover effect on regular page numbers */
.pagination li a:hover,
ul.pagination li a:hover {
  color: #111111 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border-radius: 50% !important; /* Elegant soft circular hover backdrop for numbers */
}

/* Active page number style (Bold text with thick short line underneath) */
.pagination li.active a,
.pagination li.active span,
ul.pagination li.active a,
ul.pagination li.active span,
.pagination li.active > *,
ul.pagination li.active > * {
  color: #111111 !important;
  font-weight: 700 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #111111 !important;
  padding-bottom: 4px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: default !important;
}

/* Circular styles for First, Previous, Next, and Last arrow buttons */
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:nth-child(2) a,
.pagination li:nth-child(2) span,
.pagination li:last-child a,
.pagination li:last-child span,
.pagination li:nth-last-child(2) a,
.pagination li:nth-last-child(2) span,
ul.pagination li:first-child a,
ul.pagination li:first-child span,
ul.pagination li:nth-child(2) a,
ul.pagination li:nth-child(2) span,
ul.pagination li:last-child a,
ul.pagination li:last-child span,
ul.pagination li:nth-last-child(2) a,
ul.pagination li:nth-last-child(2) span {
  background-color: #f5f5f5 !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #444444 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important; /* Perfect modern circle button */
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  min-width: 40px !important;
}

/* Hover transition for navigation circles */
.pagination li:first-child a:hover,
.pagination li:nth-child(2) a:hover,
.pagination li:last-child a:hover,
.pagination li:nth-last-child(2) a:hover,
ul.pagination li:first-child a:hover,
ul.pagination li:nth-child(2) a:hover,
ul.pagination li:last-child a:hover,
ul.pagination li:nth-last-child(2) a:hover {
  background-color: #e8e8e8 !important;
  color: #111111 !important;
  border-radius: 50% !important;
  transform: scale(1.05) !important;
}

/* Disabled state styling (for first/prev arrows when on page 1) */
.pagination li.disabled span,
.pagination li.disabled a,
ul.pagination li.disabled span,
ul.pagination li.disabled a {
  opacity: 0.35 !important;
  background-color: #f9f9f9 !important;
  color: #aaaaaa !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  transform: none !important;
}

/* 9. Modern eBay-Style Offcanvas Slide-Out Drawer Overrides */
.offcanvas,
.mz-menu-offcanvas,
.offcanvas-start,
.offcanvas-end,
.offcanvas-top,
.offcanvas-bottom {
  background-color: #ffffff !important;
  background: #ffffff !important;
  box-shadow: 6px 0 30px rgba(0, 0, 0, 0.12) !important;
  border-right: none !important;
  border-left: none !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Clean Header Style with Solid White Background & Thin Line Divider */
.offcanvas-header {
  background-color: #ffffff !important;
  background: #ffffff !important;
  padding: 22px 24px 18px 24px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Offcanvas Title - Bold, Premium Black, Elegant Font Size */
.offcanvas-title,
.offcanvas-header h5 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin: 0 !important;
  text-transform: none !important;
}

/* Circular Close Button (X) precisely matching eBay mockups */
.offcanvas .btn-close,
.offcanvas-header .btn-close {
  background-color: #f5f5f5 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
  background-size: 11px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important; /* Perfect modern circle close */
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.offcanvas .btn-close:hover,
.offcanvas-header .btn-close:hover {
  background-color: #e8e8e8 !important;
  transform: scale(1.05) !important;
}

/* Offcanvas Body - Zero Padding for full edge-to-edge items list */
.offcanvas-body {
  padding: 0 5px 0 0 !important;
  flex: 1 1 auto !important;
  overflow-y: auto !important;
}

/* High-End Broad List Items (Categories, Filter Groups, Accoridons) */
.offcanvas-body .navbar-nav > li > a,
.offcanvas-body .nav-link,
.offcanvas-body .list-group-item,
.offcanvas-body .filter-group-header,
.offcanvas-body [class*="filter-group"] .card-header {
  padding: 18px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: transparent !important;
  background-color: transparent !important;
  text-decoration: none !important;
  font-family: 'DM Sans', sans-serif !important;
  transition: background-color 0.15s ease !important;
  cursor: pointer !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Add custom down arrow icon style to the right edge if not present */
.offcanvas-body .navbar-nav > li > a::after,
.offcanvas-body .nav-link::after,
.offcanvas-body .filter-group-header::after {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #555555 !important;
  border-bottom: 2px solid #555555 !important;
  transform: rotate(45deg) !important;
  margin-left: auto !important;
  margin-right: 4px !important;
  transition: transform 0.2s ease !important;
}

/* Rotate down arrows for active/open collapse groups */
.offcanvas-body .collapsed::after {
  transform: rotate(-45deg) !important;
}

.offcanvas-body .navbar-nav > li > a:hover,
.offcanvas-body .nav-link:hover,
.offcanvas-body .list-group-item:hover,
.offcanvas-body .filter-group-header:hover {
  background-color: #f9f9f9 !important;
  color: var(--ebay-blue) !important;
}

/* Sub-items (Dropdowns or collasped category lists) */
.offcanvas-body .dropdown-menu,
.offcanvas-body .collapse,
.offcanvas-body ul ul {
  background-color: #fafafa !important; /* Soft premium off-white depth */
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.offcanvas-body .dropdown-item,
.offcanvas-body .collapse a,
.offcanvas-body ul ul a {
  padding: 14px 36px !important; /* Elegant indent for child items */
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  border-bottom: 1px solid #ededed !important;
  display: block !important;
  text-decoration: none !important;
}

.offcanvas-body .dropdown-item:hover,
.offcanvas-body .collapse a:hover,
.offcanvas-body ul ul a:hover {
  background-color: #f0f0f0 !important;
  color: var(--ebay-blue) !important;
}

/* Elegant Fixed Bottom Drawer Footer for "Reset" & "Apply" Action Buttons */
.offcanvas .filter-actions,
.offcanvas .buttons,
.offcanvas .modal-footer,
.offcanvas .offcanvas-footer {
  padding: 16px 24px !important;
  border-top: 1px solid #e5e5e5 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 100 !important;
  margin-top: auto !important; /* Pushes to absolute bottom dynamically */
}

/* Beautiful modern capsule shape action buttons at the bottom */
.offcanvas .filter-actions .btn,
.offcanvas .buttons .btn,
.offcanvas .modal-footer .btn,
.offcanvas .offcanvas-footer .btn {
  flex: 1 1 50% !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

/* "Reset" capsule button - Solid White, clean dark outline border */
.offcanvas .filter-actions .btn-default,
.offcanvas .filter-actions .btn-light,
.offcanvas .buttons .btn-default,
.offcanvas .buttons .btn-light,
.offcanvas .offcanvas-footer .btn-default,
.offcanvas .offcanvas-footer .btn-light,
.offcanvas [type="reset"] {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1.5px solid #111111 !important;
  border-radius: 30px !important; /* Perfect capsule pill */
  box-shadow: none !important;
}

.offcanvas .filter-actions .btn-default:hover,
.offcanvas .buttons .btn-default:hover,
.offcanvas [type="reset"]:hover {
  background-color: #f5f5f5 !important;
  color: #000000 !important;
}

/* "Apply" capsule button - Vibrant Premium logo blue background */
.offcanvas .filter-actions .btn-primary,
.offcanvas .buttons .btn-primary,
.offcanvas .offcanvas-footer .btn-primary,
.offcanvas [type="submit"],
.offcanvas .btn-primary {
  background-color: var(--ebay-blue) !important;
  background: var(--ebay-blue) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0px !important; /* Perfect capsule pill */
  box-shadow: 0 4px 12px rgba(54, 101, 243, 0.15) !important;
}

.offcanvas .filter-actions .btn-primary:hover,
.offcanvas .buttons .btn-primary:hover,
.offcanvas .btn-primary:hover {
  background-color: var(--ebay-blue-hover) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(54, 101, 243, 0.25) !important;
}

/* 10. Premium Header Cart Icon Override (Basket-Shopping style) */
.cart-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cart-icon .icon.svg-icon {
  display: none !important; /* Hide original SVG cart trolley icon */
}

.cart-icon::before {
  content: "\f291" !important; /* Unicode for FontAwesome 5 Solid Shopping Basket */
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 28px !important;
  color: #333333 !important; /* Premium charcoal dark grey */
  display: inline-block !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
}

/* Smooth transition hover state */
.cart:hover .cart-icon::before {
  color: var(--ebay-blue) !important; /* Turns brand blue on hover! */
  transform: scale(1.05) !important;
}

/* Perfectly align the item badge on top-right of the basket icon */
.cart-icon .badge.cart-item-total {
  position: absolute !important;
  top: -8px !important;
  right: -10px !important;
  background-color: var(--ebay-blue) !important; /* Match brand blue */
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 3px 6px !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 11. Responsive Mobile Footer Overrides */
@media (max-width: 767px) {


  /* Hide the bottom copyright and payment bar entirely on mobile */
  .footer > div:last-child,
  #entry_282431 {
    display: none !important;
  }

  /* Style the main footer menu row container into a single beautiful brand blue bar */
  #entry_282417 {
    background-color: var(--ebay-blue) !important;
    background: var(--ebay-blue) !important;
    padding: 24px 0 !important;
    border-top: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Force the container to act as a relative flex row for logo and back-to-top placement */
  #entry_282417 .entry-section {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Ensure the logo column is visible on mobile and left-aligned */
  #entry_282419 {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide all menu lists columns inside the footer on mobile specifically, keeping the main row #entry_282418 and logo column #entry_282419 active */
  #entry_282421,
  #entry_282423,
  #entry_282425,
  #entry_282427 {
    display: none !important;
  }

  /* Re-style and lock the back-to-top button on the right side inside the blue footer bar on mobile */
  #back-to-top {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 0 !important;
    z-index: 1000 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
  }

  /* Ensure float wrap takes up absolutely zero space in document flow to prevent dead bottom gaps on mobile */
  .floating-action {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Set the overall footer container background to the same brand blue on mobile to eliminate any gaps */
  .footer {
    background-color: var(--ebay-blue) !important;
    background: var(--ebay-blue) !important;
    border-top: none !important;
  }
}

/* ==========================================================================
   Future Tech Slider & Promo Bar Overrides
   ========================================================================== */

/* 1. Hide the Great Festival Offer banner */
#entry_282383 {
  display: none !important;
}

/* 2. Style parent container of the new layout replacing Camping Accessories */
#entry_282385,
#entry_282386,
#entry_282385 .entry-section,
#entry_282385 .entry-row {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-top: 10px !important;
  padding-bottom: 30px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 3. Hide Side Banner Image in 'The future in your hands' section */
#entry_282389 {
  display: none !important;
}

#entry_282391 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

/* 4. Product Cards Redesign Overrides specifically for target swiper #entry_282392 */
#entry_282392 .product-thumb {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#entry_282392 .product-thumb-top {
  background-color: #f7f9fc !important; /* Premium soft grey background matching mockup */
  border-radius: 20px !important; /* Elegant rounded corners */
  width: 100% !important;
  aspect-ratio: 1 / 1 !important; /* Maintain square shape card layout */
  height: auto !important;
  min-height: unset !important;
  padding: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  transition: none !important; /* Disable all transitions */
  box-shadow: none !important;
}

#entry_282392 .product-thumb:hover .product-thumb-top {
  transform: none !important; /* No card scaling/shifting */
  box-shadow: none !important; /* No card hover shadow */
  border-color: rgba(0, 0, 0, 0.03) !important; /* No hover border color changes */
}

#entry_282392 .product-thumb-top img {
  max-width: 85% !important;
  max-height: 85% !important;
  object-fit: contain !important;
  background: transparent !important;
  transition: none !important; /* Disable hover scale */
  mix-blend-mode: multiply !important;
}

#entry_282392 .product-thumb:hover .product-thumb-top img {
  transform: none !important; /* No scale zoom on image hover */
}

#entry_282392 .caption {
  padding: 12px 0 0 0 !important; /* Clear bottom padding */
  text-align: center !important;
  width: 100% !important;
}

#entry_282392 .caption .title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin: 0 !important;
  height: 36px !important;
  overflow: hidden !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

#entry_282392 .caption .title a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

#entry_282392 .caption .title a:hover {
  color: var(--ebay-blue) !important;
}

/* Hide wishlist, compare, quick view, cart, label, and prices inside 'The future in your hands' swiper */
#entry_282392 .btn-wishlist,
#entry_282392 .btn-compare,
#entry_282392 .btn-quick-view,
#entry_282392 .btn-cart,
#entry_282392 .price,
#entry_282392 .price-new,
#entry_282392 .price-old,
#entry_282392 .price-tax,
#entry_282392 [class*="price"],
#entry_282392 .caption div.price,
#entry_282392 .caption div[class*="price"],
#entry_282392 .product-label,
#entry_282392 .carousel-indicators {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 5. Promotional Banner Card: "Shopping made easy" */
.promo-easy-shopping-card {
  width: 100% !important;
  background-color: #f5f6f9 !important;
  border-radius: 24px !important;
  padding: 30px 40px !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-top: 30px !important;
  border: 1px solid rgba(0,0,0,0.02) !important;
}

.promo-easy-content {
  text-align: left !important;
}

.promo-easy-content h3 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.promo-easy-content p {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: #555555 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.promo-easy-button-box {
  flex-shrink: 0 !important;
}

.promo-easy-btn {
  display: inline-block !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
  border-radius: 30px !important; /* Perfect capsule pill */
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.promo-easy-btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 576px) {
  .promo-easy-shopping-card {
    padding: 24px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .promo-easy-button-box {
    width: 100% !important;
  }
  .promo-easy-btn {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
}/* 6. Overlapping navigation circle buttons styling */
.future-tech-nav-btn {
  position: absolute !important;
  top: 50% !important; /* Centered relative to the entire card container height */
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;*/
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.future-tech-nav-btn i {
  color: #333333 !important;
  font-size: 13px !important;
}

.future-tech-nav-btn:hover {
  background-color: #f7f7f7 !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

.future-tech-nav-btn.prev-btn {
  left: -22px !important; /* Offset by half the width to overlap the slider boundary */
}

.future-tech-nav-btn.next-btn {
  right: -22px !important; /* Offset by half the width to overlap the slider boundary */
}

@media (max-width: 768px) {
  .future-tech-nav-btn {
    display: none !important; /* Hide arrows on touch screens */
  }
}
/* 7. Hide the Cooling Pet Tent banner section */
#entry_282393 {
  display: none !important;
}

/* 8. Hide the two double banner widgets (ID Badge Holder and Recycled Notebook) */
#entry_282402 {
  display: none !important;
}

/* 9. Hide the Gym Equipment / Pet Products listing section (while keeping the News section visible) */
#entry_282406 {
  display: none !important;
}

/* ==========================================================================
   WHY ANYPROMOPLUS Section Styling Overrides
   ========================================================================== */
#entry_282398 {
  background-color: #0c1a30 !important; /* Perfect luxury deep navy blue matching mockup exactly */
  background: #0c1a30 !important;
  padding: 65px 0 !important;
  margin: 60px 0 30px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-top: none !important;
  border-bottom: none !important;
}

#entry_282398 .entry-section {
  display: block !important;
}

.why-ap-card:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(94, 162, 255, 0.25) !important;
  transform: translateY(-4px) !important;
}

@media (max-width: 991px) {
  .why-ap-card {
    flex: 1 1 46% !important; /* 2 columns on tablets */
  }
}

@media (max-width: 768px) {
  #entry_282398 {
    padding: 45px 0 !important;
    margin: 40px 0 20px 0 !important;
  }
}

@media (max-width: 575px) {
  .why-ap-card {
    flex: 1 1 100% !important; /* 1 column on mobile */
  }
}

.content-breadcrumbs {min-height: 50px}
.article-thumb .title a{
max-height: auto !important;
}
#input-limit-281860, #input-sort-281862 {border-radius: 20px !important}

.product-thumb {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.product-thumb .price,.product-thumb .title a {padding:5px;}
.product-label>div.square { border-radius: 20px !important;}
.content-button .btn { border-radius: 20px !important;}
.img-thumbnail {border-radius: 20px !important; }
.badge {border-radius: 20px !important;padding:5px !important; }
.content-image .image-gallery
 {
    position: relative;
    border: 0px solid #ddd !important;
    text-align: center;
    overflow: hidden;
}

.image-thumb img {border-radius: 20px !important;
 border: 1px solid rgba(0, 0, 0, 0.05) !important;}
.content-image .image-gallery.thumbnail-left .image-additional {
    order: -1;
    border-right: 0px solid #ddd !important;padding:2px;
}
.content-image .image-gallery.thumbnail-bottom .image-additional {
    border-top: 0px solid #ddd !important;border:none !important;
}
.content-image .image-additional .thumbnail, .content-image .image-additional img {
 padding: 5px !important;

}
.content-image .image-gallery .swiper-horizontal .swiper-slide {
    border-left: 0px solid #ddd !important;
}
.entry_281761 {padding: 5px}

/* badge*/
.text-bg-success {
    color: #fff !important;
    background-color: rgb(80 191 105) !important;
}