/* =====================================================
   SHOPIFY STABLE THEME - EXACT COPY
   PrestaShop 8 Override
   ===================================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =====================================================
   CSS VARIABLES
   ===================================================== */
:root {
  --font-body: 'Poppins', sans-serif;
  --color-text: #666666;
  --color-text-dark: #222222;
  --color-bg: #ffffff;
  --color-bg-alt: #f5f5f5;
  --color-border: #e5e5e5;
  --color-accent: #222222;
  --color-accent-hover: #444444;
  --max-width: 1400px;
}

/* =====================================================
   GLOBAL RESET
   ===================================================== */
html body,
html body * {
  font-family: var(--font-body) !important;
  box-sizing: border-box;
}

html body {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--color-text) !important;
  background-color: var(--color-bg) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =====================================================
   ANNOUNCEMENT BAR - Black Top Bar
   ===================================================== */
.announcement-bar {
  background-color: #222222 !important;
  color: #ffffff !important;
  padding: 10px 0 !important;
  text-align: center !important;
}

.announcement-bar p {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
}

/* Hide old header-banner if exists */
.header-banner:not(.announcement-bar) {
  display: none !important;
}

/* =====================================================
   STICKY HEADER - Fixed on scroll
   ===================================================== */
#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: #f5f5f5 !important;
  box-shadow: none !important;
}

/* Add body padding to compensate for fixed header */
body {
  padding-top: 140px !important;
  background-color: #f5f5f5 !important;
}

.sticky-header {
  background: #f5f5f5 !important;
  border-bottom: none !important;
  padding: 20px 0 !important;
}

/* =====================================================
   HEADER INNER - Flexbox Layout (same width as hero)
   ===================================================== */
#header .header-top {
  width: 100% !important;
  padding: 20px 0 !important;
}

#header .header-top > .container {
  max-width: calc(var(--max-width) - 100px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: calc(100% - 100px) !important;
  box-sizing: border-box !important;
}

.header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Menu should shrink to fit */
.header-menu,
#_desktop_top_menu {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.header-menu .top-menu,
#top-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.sticky-header {
  width: 100% !important;
  padding: 20px 0 !important;
}

/* Header icons - keep inside container */
.header-icons {
  margin-right: 0 !important;
  padding-right: 0 !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

/* Hide text in user icon, show only icon */
.header-icons .user-info span,
.header-icons .user-info .hidden-sm-down {
  display: none !important;
}

.header-icons .user-info a {
  display: flex !important;
  align-items: center !important;
}

.header-icons .user-info .material-icons {
  display: none !important;
}

.header-icons .user-info a::before {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E") !important;
  background-size: contain !important;
}

/* Hide search dropdown by default */
.search-dropdown {
  display: none !important;
  position: absolute !important;
}

/* Cart icon styling */
.header-icons #_desktop_cart .cart-preview {
  display: flex !important;
  align-items: center !important;
}

.header-icons #_desktop_cart .cart-preview .shopping-cart,
.header-icons #_desktop_cart .cart-preview span:not(.cart-products-count) {
  display: none !important;
}

/* Announcement bar contained */
.announcement-bar .container {
  max-width: calc(var(--max-width) - 40px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* =====================================================
   LOGO - Text Style like Stable
   ===================================================== */
.header-logo,
#_desktop_logo {
  flex: 0 0 auto !important;
  min-width: 100px !important;
}

.header-logo h1,
#_desktop_logo h1 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.header-logo img,
#_desktop_logo img {
  display: none !important;
}

.header-logo a,
#_desktop_logo a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.2 !important;
}

.header-logo a::before,
#_desktop_logo a::before {
  content: 'Mueble' !important;
  color: #222222 !important;
}

.header-logo a::after,
#_desktop_logo a::after {
  content: 'Clásico' !important;
  color: #888888 !important;
  font-weight: 600 !important;
}

/* Hide original logo text */
.header-logo a img + span,
#_desktop_logo a span,
.header-logo a font,
#_desktop_logo a font {
  display: none !important;
}

/* =====================================================
   HEADER MENU - Center
   ===================================================== */
.header-menu,
#_desktop_top_menu {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 30px !important;
}

/* Top Menu Styles */
#top-menu,
.top-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 5px !important;
}

#top-menu > li,
.top-menu > li {
  position: relative !important;
}

#top-menu > li > a,
.top-menu > li > a {
  display: block !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--color-text-dark) !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  white-space: nowrap !important;
}

#top-menu > li > a:hover,
.top-menu > li > a:hover,
#top-menu > li:hover > a,
.top-menu > li:hover > a {
  color: var(--color-accent-hover) !important;
}

/* Dropdown arrow */
#top-menu > li.category > a::after,
.top-menu > li.category > a::after {
  content: '' !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 4px solid currentColor !important;
}

/* Dropdown Menu */
#top-menu .sub-menu,
.top-menu .sub-menu,
#top-menu .popover,
.top-menu .popover {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 220px !important;
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.3s ease !important;
  z-index: 1001 !important;
  padding: 10px 0 !important;
  list-style: none !important;
}

#top-menu > li:hover .sub-menu,
.top-menu > li:hover .sub-menu,
#top-menu > li:hover .popover,
.top-menu > li:hover .popover {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

#top-menu .sub-menu li a,
.top-menu .sub-menu li a {
  display: block !important;
  padding: 8px 20px !important;
  font-size: 13px !important;
  color: var(--color-text) !important;
  transition: all 0.2s ease !important;
}

#top-menu .sub-menu li a:hover,
.top-menu .sub-menu li a:hover {
  background: var(--color-bg-alt) !important;
  color: var(--color-text-dark) !important;
  padding-left: 25px !important;
}

/* =====================================================
   HEADER ICONS - Right Side
   ===================================================== */
.header-icons {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex: 0 0 auto !important;
}

.header-icon {
  position: relative !important;
}

.header-icon a,
.header-icon > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--color-text-dark) !important;
  transition: color 0.3s ease !important;
}

.header-icon a:hover,
.header-icon > a:hover {
  color: var(--color-accent-hover) !important;
}

.header-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
}

/* Counter badge on icons */
.header-icon .count,
.header-icon .cart-products-count {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: var(--color-accent) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 4px !important;
}

/* =====================================================
   SEARCH DROPDOWN
   ===================================================== */
.search-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  width: 350px !important;
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  padding: 15px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.3s ease !important;
  z-index: 1002 !important;
}

.search-icon:hover .search-dropdown,
.search-icon.active .search-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.search-dropdown input[type="text"] {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid var(--color-border) !important;
  font-size: 14px !important;
  outline: none !important;
}

.search-dropdown input[type="text"]:focus {
  border-color: var(--color-accent) !important;
}

/* =====================================================
   CART BLOCK - Override Default
   ===================================================== */
.blockcart {
  background: transparent !important;
}

.blockcart .header {
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
}

.blockcart .header .material-icons {
  display: none !important;
}

.blockcart .header::before {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.blockcart .header span:not(.cart-products-count) {
  display: none !important;
}

/* =====================================================
   USER SIGN IN - Override Default
   ===================================================== */
.user-info {
  display: flex !important;
  align-items: center !important;
}

.user-info a {
  display: flex !important;
  align-items: center !important;
  color: var(--color-text-dark) !important;
}

.user-info .material-icons {
  display: none !important;
}

.user-info a::before {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.user-info a span {
  display: none !important;
}

/* =====================================================
   HIDE OLD HEADER ELEMENTS
   ===================================================== */
.header-nav.hidden-md-up {
  display: none !important;
}

@media (min-width: 992px) {
  .header-nav {
    display: none !important;
  }
}

/* =====================================================
   CONTAINER
   ===================================================== */
.container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  width: 100% !important;
}

/* =====================================================
   HERO BANNER - Shopify Style (Full Width Image + Overlay)
   ===================================================== */
.hero-banner {
  position: relative !important;
  width: 100% !important;
  min-height: 600px !important;
  margin-bottom: 60px !important;
  overflow: hidden !important;
}

.hero-slide {
  position: relative !important;
  width: 100% !important;
  min-height: 600px !important;
  display: none !important;
}

.hero-slide.active {
  display: block !important;
}

/* Background Image - Full Width */
.hero-media {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.hero-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center right !important;
}

/* Content Overlay - Left Side */
.hero-content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  z-index: 2 !important;
}

.hero-content-inner {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 50px !important;
  width: 100% !important;
}

.hero-link {
  display: block !important;
  text-decoration: none !important;
  max-width: 500px !important;
}

/* Hero Badge - Shopify style */
.hero-badge {
  display: block !important;
  background: transparent !important;
  color: #222222 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  margin-bottom: 10px !important;
}

/* Hero Title - Shopify style */
.hero-content h2 {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  color: #222222 !important;
  margin-bottom: 10px !important;
  text-shadow: none !important;
}

.hero-content h2 strong {
  font-weight: 700 !important;
}

/* Hero Price - Shopify style */
.hero-price {
  font-size: 14px !important;
  color: #222222 !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.5px !important;
}

.hero-price strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #222222 !important;
}

/* Hero Button - Shopify style */
.hero-button {
  display: inline-block !important;
  background: #222222 !important;
  color: #fff !important;
  padding: 15px 32px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
  margin-top: 15px !important;
}

.hero-link:hover .hero-button {
  background: var(--color-accent-hover) !important;
}

/* Responsive Hero */
@media (max-width: 1200px) {
  .hero-content h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 991px) {
  .hero-banner,
  .hero-slide {
    min-height: 500px !important;
  }

  .hero-content-inner {
    padding: 0 30px !important;
  }

  .hero-content h2 {
    font-size: 36px !important;
  }

  .hero-link {
    max-width: 400px !important;
  }
}

@media (max-width: 767px) {
  .hero-banner,
  .hero-slide {
    min-height: 400px !important;
  }

  .hero-content h2 {
    font-size: 28px !important;
  }

  .hero-price strong {
    font-size: 22px !important;
  }

  .hero-button {
    padding: 14px 30px !important;
  }
}

@media (max-width: 576px) {
  .hero-banner,
  .hero-slide {
    min-height: 350px !important;
  }

  .hero-content-inner {
    padding: 0 20px !important;
  }

  .hero-content h2 {
    font-size: 24px !important;
  }

  .hero-badge {
    padding: 8px 15px !important;
    font-size: 11px !important;
  }
}

/* Hide old slider styles */
.homeslider-container {
  display: none !important;
}

/* =====================================================
   HERO SECTION - Shopify Style (Custom)
   ===================================================== */
.hero-section {
  background: #f8f8f8 !important;
  padding: 0 !important;
  margin-bottom: 60px !important;
}

.hero-container {
  display: flex !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  min-height: 500px !important;
}

/* Hero Sidebar */
.hero-sidebar {
  width: 250px !important;
  flex-shrink: 0 !important;
  background: #ffffff !important;
  border-right: 1px solid var(--color-border) !important;
  padding: 20px 0 !important;
}

.hero-categories {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-categories li {
  margin: 0 !important;
}

.hero-categories li a {
  display: flex !important;
  align-items: center !important;
  padding: 14px 25px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
  transition: all 0.3s ease !important;
  border-left: 3px solid transparent !important;
}

.hero-categories li a:hover {
  background: var(--color-bg-alt) !important;
  border-left-color: var(--color-accent) !important;
  padding-left: 30px !important;
}

.hero-categories .cat-icon {
  margin-right: 12px !important;
  font-size: 18px !important;
}

/* Hero Main Content */
.hero-main {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 40px 60px !important;
  position: relative !important;
  overflow: hidden !important;
}

.hero-content {
  flex: 0 0 45% !important;
  z-index: 2 !important;
}

.hero-badge {
  display: inline-block !important;
  background: var(--color-accent) !important;
  color: #fff !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin-bottom: 20px !important;
}

.hero-title {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 20px !important;
}

.hero-price {
  font-size: 18px !important;
  color: var(--color-text) !important;
  margin-bottom: 30px !important;
}

.hero-price strong {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--color-text-dark) !important;
}

.hero-btn {
  display: inline-block !important;
  background: var(--color-accent) !important;
  color: #fff !important;
  padding: 15px 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}

.hero-btn:hover {
  background: var(--color-accent-hover) !important;
  color: #fff !important;
}

/* Hero Image */
.hero-image {
  flex: 0 0 55% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hero-image img {
  max-width: 100% !important;
  max-height: 450px !important;
  object-fit: contain !important;
}

/* Hero Responsive */
@media (max-width: 1200px) {
  .hero-sidebar {
    width: 200px !important;
  }

  .hero-title {
    font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .hero-container {
    flex-direction: column !important;
  }

  .hero-sidebar {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--color-border) !important;
  }

  .hero-categories {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .hero-categories li a {
    padding: 10px 15px !important;
    border-left: none !important;
  }

  .hero-main {
    flex-direction: column !important;
    text-align: center !important;
    padding: 30px 20px !important;
  }

  .hero-content {
    flex: 0 0 auto !important;
    margin-bottom: 30px !important;
  }

  .hero-image {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 28px !important;
  }

  .hero-categories li a {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

/* =====================================================
   PRODUCTS GRID
   ===================================================== */
.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

@media (max-width: 1200px) {
  .products { grid-template-columns: repeat(3, 1fr) !important; }
}

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

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

/* =====================================================
   PRODUCT CARDS
   ===================================================== */
.product-miniature {
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border) !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
}

.product-miniature:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
  transform: translateY(-5px) !important;
}

.product-miniature .thumbnail-container {
  position: relative !important;
  overflow: hidden !important;
  background: var(--color-bg-alt) !important;
}

.product-miniature .thumbnail-container img {
  width: 100% !important;
  height: auto !important;
  transition: transform 0.5s ease !important;
}

.product-miniature:hover .thumbnail-container img {
  transform: scale(1.05) !important;
}

.product-miniature .product-description {
  padding: 20px !important;
  text-align: center !important;
}

.product-miniature .product-title a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
}

.product-miniature .price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--color-text-dark) !important;
}

.product-miniature .regular-price {
  font-size: 14px !important;
  color: #999 !important;
  text-decoration: line-through !important;
}

/* Product Flags */
.product-flag {
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background: var(--color-accent) !important;
  color: #fff !important;
}

.product-flag.discount { background: #e74c3c !important; }
.product-flag.new { background: #27ae60 !important; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn,
.btn-primary,
button[type="submit"] {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 30px !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.btn-primary {
  background: var(--color-accent) !important;
  color: #fff !important;
  border: 2px solid var(--color-accent) !important;
}

.btn-primary:hover {
  background: transparent !important;
  color: var(--color-accent) !important;
}

.add-to-cart {
  background: var(--color-accent) !important;
  color: #fff !important;
  border: 2px solid var(--color-accent) !important;
  padding: 15px 30px !important;
}

.add-to-cart:hover {
  background: transparent !important;
  color: var(--color-accent) !important;
}

/* =====================================================
   SECTION TITLES - Shopify Style
   ===================================================== */
.featured-products,
.product-accessories,
.crossselling-products,
.category-products,
#products,
section[class*="product"] {
  padding: 60px 0 !important;
}

.featured-products h2,
.product-accessories h2,
#products h2,
section[class*="product"] h2,
.section-title,
h2.products-section-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  position: relative !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Subtitle style */
.featured-products h2::before,
#products h2::before {
  content: 'Shop Collection' !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--color-text) !important;
  margin-bottom: 10px !important;
}

/* =====================================================
   PRODUCT CARDS - Shopify Style Enhanced
   ===================================================== */
.product-miniature {
  background: var(--color-bg) !important;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
  text-align: center !important;
}

.product-miniature:hover {
  box-shadow: none !important;
  transform: none !important;
}

.product-miniature .thumbnail-container {
  position: relative !important;
  overflow: hidden !important;
  background: var(--color-bg-alt) !important;
  margin-bottom: 15px !important;
}

.product-miniature .thumbnail-container img {
  width: 100% !important;
  height: auto !important;
  transition: transform 0.5s ease !important;
}

.product-miniature:hover .thumbnail-container img {
  transform: scale(1.05) !important;
}

/* Quick view on hover */
.product-miniature .product-thumbnail {
  position: relative !important;
}

.product-miniature .highlighted-informations {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(255,255,255,0.95) !important;
  padding: 15px !important;
  transform: translateY(100%) !important;
  transition: transform 0.3s ease !important;
  opacity: 0 !important;
}

.product-miniature:hover .highlighted-informations {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.product-miniature .quick-view {
  background: var(--color-accent) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

.product-miniature .product-description {
  padding: 15px 10px !important;
  text-align: center !important;
}

.product-miniature .product-title {
  margin: 0 0 10px 0 !important;
}

.product-miniature .product-title a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--color-text-dark) !important;
  text-decoration: none !important;
}

.product-miniature .product-title a:hover {
  color: var(--color-accent) !important;
}

.product-miniature .product-price-and-shipping {
  justify-content: center !important;
}

.product-miniature .price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
}

.product-miniature .regular-price {
  font-size: 14px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  margin-right: 8px !important;
}

/* Product Flags */
.product-flags {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 10 !important;
}

.product-flag {
  display: inline-block !important;
  padding: 5px 10px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.product-flag.discount {
  background: #e74c3c !important;
  color: #fff !important;
}

.product-flag.new {
  background: var(--color-accent) !important;
  color: #fff !important;
}

.product-flag.on-sale {
  background: #e74c3c !important;
  color: #fff !important;
}

/* =====================================================
   CATEGORY BANNERS / IMAGE WITH TEXT
   ===================================================== */
.cms-block,
.custom-text,
.banner-block {
  padding: 40px 0 !important;
}

.cms-block img,
.banner-block img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* =====================================================
   NEWSLETTER SECTION
   ===================================================== */
.block_newsletter {
  background: var(--color-bg-alt) !important;
  padding: 60px 0 !important;
  text-align: center !important;
}

.block_newsletter h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin-bottom: 10px !important;
}

.block_newsletter p {
  color: var(--color-text) !important;
  margin-bottom: 20px !important;
}

.block_newsletter form {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  max-width: 500px !important;
  margin: 0 auto !important;
}

.block_newsletter input[type="email"] {
  flex: 1 !important;
  padding: 15px 20px !important;
  border: 1px solid var(--color-border) !important;
  font-size: 14px !important;
}

.block_newsletter button,
.block_newsletter input[type="submit"] {
  background: var(--color-accent) !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 30px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

/* =====================================================
   REASSURANCE BLOCK
   ===================================================== */
.blockreassurance {
  padding: 40px 0 !important;
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important;
}

.blockreassurance_product {
  display: flex !important;
  justify-content: center !important;
  gap: 60px !important;
  flex-wrap: wrap !important;
}

.blockreassurance-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.blockreassurance-item img,
.blockreassurance-item svg {
  width: 40px !important;
  height: 40px !important;
}

.blockreassurance-item span {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
}

/* =====================================================
   HIDE UNNECESSARY ELEMENTS
   ===================================================== */
.page-home .featured-products .all-product-link,
#content .all-product-link {
  display: none !important;
}

/* =====================================================
   FOOTER
   ===================================================== */
#footer {
  background: #222222 !important;
  color: #ffffff !important;
  padding: 60px 0 30px !important;
  margin-top: 60px !important;
}

#footer h4,
#footer .h4 {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

#footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footer ul li {
  margin-bottom: 10px !important;
}

#footer ul li a {
  color: #aaaaaa !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}

#footer ul li a:hover {
  color: #ffffff !important;
}

.footer-container .container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 40px !important;
}

@media (max-width: 992px) {
  .footer-container .container { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 576px) {
  .footer-container .container { grid-template-columns: 1fr !important; }
}

/* =====================================================
   RESPONSIVE HEADER
   ===================================================== */
@media (max-width: 1200px) {
  #top-menu > li > a,
  .top-menu > li > a {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 120px !important;
  }

  .header-menu,
  #_desktop_top_menu {
    display: none !important;
  }

  .header-inner,
  .header-top > .container,
  #header .container {
    justify-content: space-between !important;
    padding: 0 15px !important;
  }

  .header-icons {
    gap: 12px !important;
  }

  .header-logo a,
  #_desktop_logo a {
    font-size: 18px !important;
  }

  /* Mobile menu icon */
  #menu-icon,
  .menu-icon {
    display: flex !important;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer !important;
  }

  .announcement-bar p {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 110px !important;
  }

  .sticky-header {
    padding: 15px 0 !important;
  }

  .header-logo a,
  #_desktop_logo a {
    font-size: 16px !important;
  }

  .header-icons {
    gap: 10px !important;
  }

  .header-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hero-banner,
  .hero-slide {
    min-height: 350px !important;
  }

  .hero-content-inner {
    padding: 0 15px !important;
  }

  .hero-content h2 {
    font-size: 24px !important;
  }

  .hero-badge {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }

  .hero-button {
    padding: 12px 24px !important;
    font-size: 12px !important;
  }

  .categories-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    padding: 0 15px !important;
  }

  .category-icon svg {
    width: 35px !important;
    height: 35px !important;
  }

  .category-name {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 100px !important;
  }

  .announcement-bar {
    padding: 8px 0 !important;
  }

  .announcement-bar p {
    font-size: 10px !important;
  }

  .header-logo a,
  #_desktop_logo a {
    font-size: 14px !important;
  }

  .hero-banner,
  .hero-slide {
    min-height: 280px !important;
  }

  .hero-content h2 {
    font-size: 20px !important;
  }

  .hero-price {
    font-size: 14px !important;
  }

  .hero-price strong {
    font-size: 18px !important;
  }

  .categories-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .category-card {
    padding: 15px 5px !important;
  }

  .category-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
  }

  .category-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  .category-name {
    font-size: 10px !important;
  }
}

/* =====================================================
   MISC OVERRIDES
   ===================================================== */
a {
  color: var(--color-text-dark) !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
}

/* Hide material icons globally in header */
#header .material-icons {
  display: none !important;
}

/* =====================================================
   CATEGORIES SECTION - Shopify Style with Icons
   ===================================================== */
.categories-section {
  background: transparent !important;
  padding: 30px 0 !important;
  margin-bottom: 0 !important;
}

.categories-section .section-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  text-align: center !important;
  margin-bottom: 25px !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 30px !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.category-card {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 20px 10px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: block !important;
}

.category-card:hover {
  box-shadow: none !important;
  transform: translateY(-3px) !important;
}

.category-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.category-icon svg {
  width: 50px !important;
  height: 50px !important;
  stroke: var(--color-text-dark) !important;
  fill: none !important;
  stroke-width: 1.5 !important;
  transition: stroke 0.3s ease !important;
}

.category-card:hover .category-icon svg {
  stroke: var(--color-accent) !important;
}

.category-name {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  transition: color 0.3s ease !important;
}

.category-card:hover .category-name {
  color: var(--color-accent) !important;
}

.category-count {
  font-size: 11px !important;
  color: var(--color-text) !important;
  margin-top: 5px !important;
}

/* Categories Grid Responsive */
@media (max-width: 1400px) {
  .categories-grid {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (max-width: 1100px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
  }

  .category-card {
    padding: 20px 10px !important;
  }

  .category-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .category-icon svg {
    width: 40px !important;
    height: 40px !important;
  }

  .category-name {
    font-size: 12px !important;
  }
}

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

  .category-card {
    padding: 15px 10px !important;
  }
}

/* =====================================================
   SECTION TITLES - Shopify Style
   ===================================================== */
.section-title,
.products .h1,
.products h1,
.featured-products h2,
h2.products-section-title {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-align: center !important;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

/* =====================================================
   PRODUCT CARDS - Shopify Style
   ===================================================== */
.products,
.featured-products,
#content .products {
  padding: 60px 0 !important;
  background: transparent !important;
}

.products .products-grid,
.products article,
.product-miniature {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}

/* =====================================================
   SHOPIFY PRODUCT CARD COMPONENT
   ===================================================== */
.product-card-shopify {
  width: 100% !important;
}

.product-card-shopify .card-container {
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.product-card-shopify .card-container:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
  transform: translateY(-4px) !important;
}

/* Card Media / Image Area - 16:9 */
.product-card-shopify .card-media {
  position: relative !important;
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  background: #f8f8f8 !important;
}

.product-card-shopify .card-image-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.product-card-shopify .card-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.product-card-shopify .card-container:hover .card-image {
  transform: scale(1.08) !important;
}

/* Discount Badge */
.product-card-shopify .card-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  z-index: 10 !important;
}

.product-card-shopify .card-badge--discount {
  background: #222222 !important;
  color: #ffffff !important;
}

/* Made in Spain Badge - Bottom Left */
.product-card-shopify .card-badge-spain {
  position: absolute !important;
  bottom: 8px !important;
  left: 0px !important;
  width: 90px !important;
  height: auto !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

/* Quick Actions (right side icons) */
.product-card-shopify .card-actions {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  opacity: 0 !important;
  transform: translateX(10px) !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
}

.product-card-shopify .card-container:hover .card-actions {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.product-card-shopify .card-action-btn {
  width: 40px !important;
  height: 40px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  transition: all 0.3s ease !important;
  color: #666666 !important;
  text-decoration: none !important;
}

.product-card-shopify .card-action-btn:hover {
  background: #222222 !important;
  color: #ffffff !important;
}

.product-card-shopify .card-action-btn svg {
  width: 18px !important;
  height: 18px !important;
}

/* Image Dots */
.product-card-shopify .card-image-dots {
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 6px !important;
  z-index: 10 !important;
}

.product-card-shopify .card-image-dots .dot {
  width: 8px !important;
  height: 8px !important;
  background: rgba(255,255,255,0.5) !important;
  border-radius: 50% !important;
  transition: background 0.3s ease !important;
}

.product-card-shopify .card-image-dots .dot.active {
  background: #222222 !important;
}

/* Card Content */
.product-card-shopify .card-content {
  padding: 20px !important;
  text-align: left !important;
}

/* Category/Brand */
.product-card-shopify .card-category {
  display: block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #999999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 8px !important;
}

/* Product Title - 2 lines max */
.product-card-shopify .card-title {
  margin: 0 0 10px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  height: 42px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.product-card-shopify .card-title a {
  color: #222222 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.product-card-shopify .card-title a:hover {
  color: #666666 !important;
}

/* Star Rating */
.product-card-shopify .card-rating {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
}

.product-card-shopify .card-rating .stars {
  display: flex !important;
  gap: 2px !important;
}

.product-card-shopify .card-rating .rating-count {
  font-size: 12px !important;
  color: #999999 !important;
}

/* Price */
.product-card-shopify .card-price {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 15px !important;
}

.product-card-shopify .price-old {
  font-size: 14px !important;
  color: #999999 !important;
  text-decoration: line-through !important;
}

.product-card-shopify .price-current {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #222222 !important;
}

/* Add to Cart Button */
.product-card-shopify .card-add-to-cart {
  margin: 0 !important;
}

.product-card-shopify .card-btn-cart {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 20px !important;
  background: #222222 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.product-card-shopify .card-btn-cart:hover {
  background: #444444 !important;
}

.product-card-shopify .card-btn-cart:disabled {
  background: #cccccc !important;
  cursor: not-allowed !important;
}

.product-card-shopify .card-btn-cart svg {
  width: 18px !important;
  height: 18px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .product-card-shopify .card-content {
    padding: 15px !important;
  }

  .product-card-shopify .card-title {
    font-size: 14px !important;
  }

  .product-card-shopify .price-current {
    font-size: 16px !important;
  }

  .product-card-shopify .card-btn-cart {
    padding: 12px 15px !important;
    font-size: 13px !important;
  }

  .product-card-shopify .card-actions {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

/* Hide old product miniature styles */
.product-miniature:not(.product-card-shopify) .thumbnail-container,
.product-miniature:not(.product-card-shopify) .product-description {
  display: none !important;
}

/* =====================================================
   CATEGORY/LISTING PAGES - Product Grid
   ===================================================== */

/* =====================================================
   CATEGORY PAGE LAYOUT
   ===================================================== */

/* Breadcrumb - hide on category page */
#category .breadcrumb {
  display: none !important;
}

/* Breadcrumb styling */
#search .breadcrumb {
  background: transparent !important;
  padding: 15px 0 !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
}

#category .breadcrumb ol,
#search .breadcrumb ol {
  padding: 0 !important;
  margin: 0 !important;
}

#category .breadcrumb a,
#search .breadcrumb a {
  color: #666666 !important;
}

#category .breadcrumb span[itemprop="name"],
#search .breadcrumb span[itemprop="name"] {
  color: #222222 !important;
}

/* Category Header / Description */
#category #main > .row:first-child,
#category .category-header {
  margin-bottom: 10px !important;
}

#category #js-product-list-header,
#category h1 {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 !important;
}

/* Category Header Box - Modern */
.category-header-modern {
  margin-bottom: 10px !important;
}

.category-header-box {
  display: flex !important;
  gap: 25px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 25px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  align-items: flex-start !important;
}

.category-header-box .category-cover {
  flex-shrink: 0 !important;
  width: 120px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.category-header-box .category-cover img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.category-header-box .category-info {
  flex: 1 !important;
}

.category-header-box .category-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.3 !important;
}

.category-header-box .category-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555555 !important;
}

.category-header-box .category-description p {
  margin: 0 0 10px 0 !important;
}

.category-header-box .category-description p:last-child {
  margin-bottom: 0 !important;
}

/* Hide old block-category styles */
.block-category.card {
  display: none !important;
}

@media (max-width: 768px) {
  .category-header-box {
    flex-direction: column !important;
    text-align: center !important;
  }

  .category-header-box .category-cover {
    width: 100px !important;
    margin: 0 auto !important;
  }

  .category-header-box .category-title {
    font-size: 20px !important;
  }
}

/* Products top bar (count, sort) - same width as category box */
#js-product-list-top,
.products-selection {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 25px !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  border: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.products-selection .showing,
.products-selection .total-products {
  font-size: 14px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

.products-selection .products-sort-order {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.products-selection .select-title {
  font-size: 14px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

/* Sort dropdown button */
.products-selection .products-sort-order .btn-unstyle,
.products-selection .products-sort-order .select-list {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  color: #222222 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-width: 180px !important;
  justify-content: space-between !important;
}

.products-selection .products-sort-order .btn-unstyle:hover,
.products-selection .products-sort-order .select-list:hover {
  background: #eeeeee !important;
  border-color: #d0d0d0 !important;
}

/* Dropdown arrow icon */
.products-selection .products-sort-order .btn-unstyle::after,
.products-selection .products-sort-order .select-list::after {
  content: '' !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #666666 !important;
  margin-left: auto !important;
}

/* Hide material icons if any */
.products-selection .products-sort-order .material-icons {
  display: none !important;
}

/* Dropdown menu styling */
.products-selection .dropdown-menu {
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
  border: 1px solid #e5e5e5 !important;
  padding: 8px 0 !important;
  min-width: 200px !important;
  margin-top: 5px !important;
}

.products-selection .dropdown-menu a {
  padding: 10px 16px !important;
  font-size: 14px !important;
  color: #444444 !important;
  display: block !important;
  transition: background 0.15s ease !important;
}

.products-selection .dropdown-menu a:hover {
  background: #f5f5f5 !important;
  color: #222222 !important;
}

.products-selection .dropdown-menu .current a,
.products-selection .dropdown-menu a.current {
  background: #f0f0f0 !important;
  color: #222222 !important;
  font-weight: 500 !important;
}

/* Main wrapper spacing - breathing room from header */
#category #wrapper {
  padding-top: 160px !important;
  background: #f5f5f5 !important;
}

#search #wrapper {
  padding-top: 100px !important;
  background: #f5f5f5 !important;
}

/* Breadcrumb spacing */
#category .breadcrumb,
#search .breadcrumb {
  margin-bottom: 10px !important;
}

/* =====================================================
   SIDEBAR PROMOTIONAL BANNERS
   ===================================================== */
.sidebar-promo {
  padding-right: 25px !important;
  padding-top: 0 !important;
}

.sidebar-banners {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  position: sticky !important;
  top: 20px !important;
}

.sidebar-banner {
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.sidebar-banner img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.sidebar-banner .made-spain-sidebar {
  padding: 15px !important;
  background: #f5f5f5 !important;
}

/* Placeholder banners when images not found */
.sidebar-banner .banner-placeholder {
  padding: 25px 15px !important;
  text-align: center !important;
  background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%) !important;
  color: #333333 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.sidebar-banner .banner-placeholder strong {
  display: block !important;
  font-size: 15px !important;
  margin-bottom: 5px !important;
  color: #222222 !important;
}

/* Hide old filter content in sidebar */
.sidebar-promo .facet-container,
.sidebar-promo #search_filters,
.sidebar-promo #search_filters_wrapper,
#left-column:not(.sidebar-promo) > *:not(.sidebar-banners) {
  display: none !important;
}

@media (max-width: 991px) {
  .sidebar-promo {
    display: none !important;
  }
}

/* Products section - controlled padding */
#category section#products,
#category #js-product-list,
section#products,
#js-product-list {
  padding-top: 15px !important;
  margin-top: 0 !important;
}

/* Product grid - 3 columns */
#products .products,
#products .products.row,
#js-product-list .products,
#js-product-list .products.row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: unset !important;
}

#products .products .js-product,
#js-product-list .products .js-product {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Category page card adjustments */
#category .product-card-shopify .card-container,
#products .product-card-shopify .card-container {
  height: 100% !important;
}

#category .product-card-shopify .card-content,
#products .product-card-shopify .card-content {
  padding: 15px !important;
}

#category .product-card-shopify .card-title,
#products .product-card-shopify .card-title {
  font-size: 14px !important;
  height: 40px !important;
}

#category .product-card-shopify .card-btn-cart,
#products .product-card-shopify .card-btn-cart {
  padding: 12px 15px !important;
  font-size: 13px !important;
}

/* Responsive for category pages */
@media (max-width: 991px) {
  #products .products,
  #js-product-list .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
}

@media (max-width: 576px) {
  #products .products,
  #js-product-list .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* Product price */
.product-miniature .product-price-and-shipping,
.product-miniature .price {
  margin-top: 5px !important;
}

.product-miniature .price,
.product-miniature .product-price-and-shipping .price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222222 !important;
}

.product-miniature .regular-price {
  font-size: 14px !important;
  color: #999999 !important;
  text-decoration: line-through !important;
  margin-right: 10px !important;
}

/* Product badges */
.product-miniature .product-flags,
.product-miniature .product-flag {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 10 !important;
}

.product-miniature .product-flag {
  background: #222222 !important;
  color: #ffffff !important;
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.product-miniature .product-flag.discount {
  background: #e74c3c !important;
}

.product-miniature .product-flag.new {
  background: #222222 !important;
}

/* Hide add to cart and other buttons */
.product-miniature .product-actions,
.product-miniature .highlighted-informations,
.product-miniature .variant-links,
.product-miniature .quick-view {
  display: none !important;
}

/* Product grid layout */
.products .products-grid,
#products .products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

@media (max-width: 1200px) {
  .products .products-grid,
  #products .products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

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

/* =====================================================
   PROMOTIONAL BANNERS - Shopify Style
   ===================================================== */
.promo-banners {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 40px 20px !important;
}

.promo-banner {
  position: relative !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
}

.promo-banner img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.promo-banner:hover img {
  transform: scale(1.05) !important;
}

.promo-banner-content {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  color: #222222 !important;
}

.promo-banner-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.promo-banner-link {
  font-size: 14px !important;
  color: #222222 !important;
  text-decoration: underline !important;
}

/* Large banner with text */
.large-banner {
  position: relative !important;
  min-height: 400px !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: center !important;
  margin: 60px 0 !important;
}

.large-banner-content {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 60px !important;
  width: 100% !important;
}

.large-banner-text {
  max-width: 500px !important;
}

.large-banner-subtitle {
  font-size: 14px !important;
  color: #666666 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.large-banner-title {
  font-size: 42px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
}

.large-banner-price {
  font-size: 16px !important;
  color: #222222 !important;
  margin-bottom: 25px !important;
}

.large-banner-btn {
  display: inline-block !important;
  background: #222222 !important;
  color: #ffffff !important;
  padding: 15px 35px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.3s ease !important;
}

.large-banner-btn:hover {
  background: #444444 !important;
}

/* =====================================================
   NEWSLETTER SECTION - Shopify Style
   ===================================================== */
.newsletter-section {
  background: #222222 !important;
  padding: 60px 20px !important;
  text-align: center !important;
}

.newsletter-content {
  max-width: 600px !important;
  margin: 0 auto !important;
}

.newsletter-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 15px !important;
}

.newsletter-text {
  font-size: 14px !important;
  color: #cccccc !important;
  margin-bottom: 25px !important;
}

.newsletter-form {
  display: flex !important;
  gap: 10px !important;
  max-width: 450px !important;
  margin: 0 auto !important;
}

.newsletter-form input[type="email"] {
  flex: 1 !important;
  padding: 15px 20px !important;
  border: none !important;
  font-size: 14px !important;
  background: #ffffff !important;
}

.newsletter-form button {
  padding: 15px 30px !important;
  background: #ffffff !important;
  color: #222222 !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.newsletter-form button:hover {
  background: #f5f5f5 !important;
}

/* =====================================================
   FOOTER - Shopify Style (Black)
   ===================================================== */
#footer,
.footer {
  background: #222222 !important;
  color: #ffffff !important;
  padding: 60px 0 30px !important;
}

.footer-container,
#footer .container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Footer columns */
.footer-container .row,
#footer .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 40px !important;
}

/* Footer titles */
.footer h4,
.footer .h4,
#footer h4,
.block-title,
.footer-block-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
  text-transform: none !important;
}

/* Footer links */
.footer a,
#footer a,
.footer-links a {
  font-size: 14px !important;
  color: #cccccc !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 12px !important;
  transition: color 0.3s ease !important;
}

.footer a:hover,
#footer a:hover {
  color: #ffffff !important;
}

/* Footer text */
.footer p,
#footer p {
  font-size: 14px !important;
  color: #cccccc !important;
  line-height: 1.7 !important;
}

/* Footer contact info */
.footer-contact p,
.contact-rich {
  margin-bottom: 10px !important;
}

/* Footer social icons */
.footer-social,
.social-icons {
  display: flex !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.footer-social a,
.social-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255,255,255,0.1) !important;
  border-radius: 50% !important;
  margin-bottom: 0 !important;
}

.footer-social a:hover,
.social-icons a:hover {
  background: rgba(255,255,255,0.2) !important;
}

/* Footer bottom */
.footer-bottom,
#footer .footer-container-bottom {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  margin-top: 40px !important;
  padding-top: 25px !important;
  text-align: center !important;
}

.footer-bottom p,
.footer-copyright {
  font-size: 13px !important;
  color: #888888 !important;
}

/* Footer responsive */
@media (max-width: 991px) {
  .footer-container .row,
  #footer .row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .footer-container .row,
  #footer .row {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  
  .footer-social,
  .social-icons {
    justify-content: center !important;
  }
}

/* =====================================================
   GENERAL SPACING & CLEANUP
   ===================================================== */
/* Remove default PrestaShop margins */
.page-home #content,
.page-home .page-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* Section spacing */
.page-home section,
.page-home .products,
.page-home .featured-products {
  margin-bottom: 0 !important;
}

/* Hide unnecessary elements */
.page-home .breadcrumb,
.page-home #wrapper .breadcrumb {
  display: none !important;
}

/* Consistent container widths */
.page-home .container,
.page-home #wrapper .container {
  max-width: var(--max-width) !important;
  padding: 0 20px !important;
}

/* Clean backgrounds */
#wrapper,
#content-wrapper,
.page-home #content {
  background: #f5f5f5 !important;
}

/* =====================================================
   PROMOTIONAL BANNERS SECTION - Shopify Style
   ===================================================== */
.promo-banners-section {
  padding: 40px 0 !important;
  background: #f5f5f5 !important;
}

.promo-banners-section .container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.promo-banners {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.promo-banner {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  background: #ffffff !important;
  text-decoration: none !important;
  aspect-ratio: 4/5 !important;
}

.promo-banner-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.promo-banner-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.promo-banner:hover .promo-banner-image img {
  transform: scale(1.05) !important;
}

.promo-banner-content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 30px !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.5)) !important;
  color: #ffffff !important;
}

.promo-banner-subtitle {
  display: block !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 8px !important;
  opacity: 0.8 !important;
}

.promo-banner-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 15px 0 !important;
  color: #ffffff !important;
}

.promo-banner-link {
  font-size: 14px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  transition: gap 0.3s ease !important;
}

.promo-banner:hover .promo-banner-link {
  gap: 10px !important;
}

/* Responsive promo banners */
@media (max-width: 991px) {
  .promo-banners {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .promo-banner:nth-child(3) {
    grid-column: span 2 !important;
    aspect-ratio: 2/1 !important;
  }
}

@media (max-width: 576px) {
  .promo-banners {
    grid-template-columns: 1fr !important;
  }

  .promo-banner,
  .promo-banner:nth-child(3) {
    grid-column: span 1 !important;
    aspect-ratio: 4/3 !important;
  }

  .promo-banner-content {
    padding: 20px !important;
  }

  .promo-banner-title {
    font-size: 20px !important;
  }
}

/* =====================================================
   LARGE BANNER / PARALLAX SECTION
   ===================================================== */
.large-banner {
  position: relative !important;
  min-height: 450px !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  background-color: #f5f5f5 !important;
}

.large-banner-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255,255,255,0.3) !important;
}

.large-banner-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 60px !important;
  width: 100% !important;
}

.large-banner-text {
  max-width: 500px !important;
}

.large-banner-subtitle {
  display: block !important;
  font-size: 14px !important;
  color: #666666 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 15px !important;
}

.large-banner-title {
  font-size: 42px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  line-height: 1.2 !important;
  margin: 0 0 20px 0 !important;
}

.large-banner-price {
  font-size: 16px !important;
  color: #222222 !important;
  margin-bottom: 25px !important;
}

.large-banner-price strong {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.large-banner-btn {
  display: inline-block !important;
  background: #222222 !important;
  color: #ffffff !important;
  padding: 16px 40px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.large-banner-btn:hover {
  background: #444444 !important;
  color: #ffffff !important;
}

/* Responsive large banner */
@media (max-width: 991px) {
  .large-banner {
    min-height: 400px !important;
    background-attachment: scroll !important;
  }

  .large-banner-content {
    padding: 0 30px !important;
  }

  .large-banner-title {
    font-size: 32px !important;
  }
}

@media (max-width: 576px) {
  .large-banner {
    min-height: 350px !important;
  }

  .large-banner-content {
    padding: 0 20px !important;
  }

  .large-banner-title {
    font-size: 26px !important;
  }

  .large-banner-btn {
    padding: 14px 30px !important;
  }
}

/* =====================================================
   FEATURED PRODUCTS SECTION - Shopify Style with Tabs
   ===================================================== */
.featured-products-section {
  padding: 40px 0 !important;
  background: #ffffff !important;
}

.featured-products-section .container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Section Header with Tabs */
.section-header {
  text-align: center !important;
  margin-bottom: 25px !important;
}

.section-header .section-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 0 25px 0 !important;
}

/* Product Tabs */
.product-tabs {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.product-tab {
  padding: 10px 25px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #666666 !important;
  background: transparent !important;
  border: 1px solid #e5e5e5 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.product-tab:hover {
  color: #222222 !important;
  border-color: #222222 !important;
}

.product-tab.active {
  color: #ffffff !important;
  background: #222222 !important;
  border-color: #222222 !important;
}

/* Products Grid */
.products-grid {
  margin-bottom: 40px !important;
}

.products-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

.product-item {
  text-align: center !important;
}

/* Section Footer */
.section-footer {
  text-align: center !important;
}

.view-all-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  text-decoration: none !important;
  padding: 12px 30px !important;
  border: 1px solid #222222 !important;
  transition: all 0.3s ease !important;
}

.view-all-link:hover {
  background: #222222 !important;
  color: #ffffff !important;
}

.view-all-link svg {
  transition: transform 0.3s ease !important;
}

.view-all-link:hover svg {
  transform: translateX(5px) !important;
}

/* Responsive Featured Products */
@media (max-width: 1200px) {
  .products-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

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

  .product-tabs {
    gap: 8px !important;
  }

  .product-tab {
    padding: 8px 18px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .section-header .section-title {
    font-size: 24px !important;
  }
}

/* =====================================================
   NEWSLETTER SECTION - Enhanced
   ===================================================== */
.newsletter-section {
  background: #222222 !important;
  padding: 70px 20px !important;
  text-align: center !important;
  width: 100% !important;
}

.newsletter-content {
  max-width: 600px !important;
  margin: 0 auto !important;
}

.newsletter-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 15px 0 !important;
}

.newsletter-text {
  font-size: 14px !important;
  color: #cccccc !important;
  margin: 0 0 30px 0 !important;
  line-height: 1.6 !important;
}

.newsletter-form {
  display: flex !important;
  gap: 0 !important;
  max-width: 480px !important;
  margin: 0 auto !important;
}

.newsletter-form input[type="email"] {
  flex: 1 !important;
  padding: 16px 20px !important;
  border: none !important;
  font-size: 14px !important;
  background: #ffffff !important;
  color: #222222 !important;
}

.newsletter-form input[type="email"]::placeholder {
  color: #999999 !important;
}

.newsletter-form button {
  padding: 16px 30px !important;
  background: #ffffff !important;
  color: #222222 !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.newsletter-form button:hover {
  background: #f5f5f5 !important;
}

.newsletter-message {
  margin-top: 15px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}

.newsletter-message.success {
  background: rgba(39, 174, 96, 0.2) !important;
  color: #27ae60 !important;
}

.newsletter-message.error {
  background: rgba(231, 76, 60, 0.2) !important;
  color: #e74c3c !important;
}

.newsletter-conditions {
  margin-top: 15px !important;
  font-size: 12px !important;
  color: #888888 !important;
}

/* Responsive Newsletter */
@media (max-width: 576px) {
  .newsletter-section {
    padding: 50px 20px !important;
  }

  .newsletter-title {
    font-size: 24px !important;
  }

  .newsletter-form {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .newsletter-form button {
    width: 100% !important;
  }
}

/* =====================================================
   HIDE DEFAULT PRESTASHOP MODULES
   ===================================================== */
.banner,
.ps_banner,
#displayHome .banner,
#content .banner {
  display: none !important;
}

/* Hide custom text block */
.cms-block,
.custom-text,
#custom-text,
[class*="customtext"],
section[class*="custom-text"] {
  display: none !important;
}

/* Hide new products if not needed */
.newproducts-section {
  display: none !important;
}

/* =====================================================
   TESTIMONIALS / REVIEWS SECTION (if needed)
   ===================================================== */
.testimonials-section {
  padding: 60px 0 !important;
  background: #f5f5f5 !important;
}

.testimonials-section .container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.testimonials-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-align: center !important;
  margin: 0 0 40px 0 !important;
}

.testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

.testimonial-card {
  background: #ffffff !important;
  padding: 30px !important;
  text-align: center !important;
}

.testimonial-text {
  font-size: 16px !important;
  font-style: italic !important;
  color: #666666 !important;
  line-height: 1.7 !important;
  margin: 0 0 20px 0 !important;
}

.testimonial-author {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222222 !important;
}

/* Responsive Testimonials */
@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =====================================================
   ADDITIONAL UTILITY CLASSES
   ===================================================== */
.text-center {
  text-align: center !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

/* Hide old featured products styles */
.featured-products:not(.products-section) {
  display: none !important;
}

/* =====================================================
   PRODUCTS SECTIONS - Best Sellers & Offers
   ===================================================== */
.products-section {
  padding: 40px 0 !important;
  background: #ffffff !important;
}

.products-section .container {
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Alternate background for offers */
.specials-section {
  background: #f9f9f9 !important;
}

/* Section Header */
.products-section .section-header {
  text-align: center !important;
  margin-bottom: 25px !important;
  position: relative !important;
}

.products-section .section-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 !important;
  display: inline-block !important;
}

/* Section Badge (for offers) */
.section-badge {
  display: inline-block !important;
  background: #e74c3c !important;
  color: #ffffff !important;
  padding: 6px 15px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-left: 15px !important;
  vertical-align: middle !important;
}

/* Products Grid */
.products-section .products-grid {
  margin-bottom: 0 !important;
}

.products-section .products-row,
.products-section .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.products-section .products-row > *,
.products-section .row > *,
.products-section .js-product {
  width: 100% !important;
  min-width: 0 !important;
}

/* Force equal card sizes */
.product-card-shopify,
.product-card-shopify .card-container {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.product-card-shopify .card-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.product-card-shopify .card-price {
  margin-top: auto !important;
}

.product-card-shopify .card-rating {
  margin-bottom: auto !important;
}

.products-section .product-item,
.products-section article {
  text-align: center !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Section Footer */
.products-section .section-footer {
  text-align: center !important;
}

/* View All Link - Accent variant for offers */
.view-all-link--accent {
  background: #e74c3c !important;
  color: #ffffff !important;
  border-color: #e74c3c !important;
}

.view-all-link--accent:hover {
  background: #c0392b !important;
  border-color: #c0392b !important;
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .products-section .products-row,
  .products-section .row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  .products-section .products-row,
  .products-section .row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .products-section .section-title {
    font-size: 24px !important;
  }

  .section-badge {
    display: block !important;
    margin: 10px auto 0 !important;
    width: fit-content !important;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 40px 0 !important;
  }

  .products-section .section-title {
    font-size: 22px !important;
  }

  .products-section .products-row,
  .products-section .row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* Fix for block newsletter appearing in footer */
#footer .block_newsletter,
.footer-container .block_newsletter {
  display: none !important;
}

/* =====================================================
   PAGE HOME - FINAL CLEANUP
   ===================================================== */
.page-home #wrapper {
  padding: 0 !important;
}

.page-home #content-wrapper {
  padding: 0 !important;
}

.page-home .breadcrumb {
  display: none !important;
}

/* Ensure consistent section backgrounds */
.page-home .featured-products-section {
  background: #ffffff !important;
}

.page-home .promo-banners-section {
  background: #f5f5f5 !important;
}

/* Footer link lists */
#footer .links ul,
.footer-container .links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footer .links ul li,
.footer-container .links ul li {
  margin-bottom: 12px !important;
}

#footer .links ul li a,
.footer-container .links ul li a {
  color: #cccccc !important;
  font-size: 14px !important;
}

#footer .links ul li a:hover,
.footer-container .links ul li a:hover {
  color: #ffffff !important;
}

/* =====================================================
   FOOTER - Clean 4 Column Layout
   ===================================================== */
footer#footer,
footer.footer,
.js-footer > footer {
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

footer.footer .footer-container {
  padding: 60px 0 30px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

footer.footer .container {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 40px !important;
}

/* Footer Grid - 4 columns */
footer.footer .footer-grid {
  display: grid !important;
  grid-template-columns: 280px 150px 150px 200px !important;
  gap: 50px !important;
  margin-bottom: 40px !important;
  justify-content: space-between !important;
}

footer.footer .footer-col {
  min-width: 0 !important;
}

/* Footer Logo */
footer.footer .footer-logo {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}

footer.footer .footer-logo .logo-text {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

footer.footer .footer-logo .logo-text-accent {
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #777777 !important;
}

/* Footer Description */
footer.footer .footer-description {
  font-size: 14px !important;
  color: #999999 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Footer Titles */
footer.footer .footer-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Footer Lists */
footer.footer .footer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer.footer .footer-list li {
  margin-bottom: 12px !important;
}

footer.footer .footer-list li a {
  font-size: 14px !important;
  color: #999999 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

footer.footer .footer-list li a:hover {
  color: #ffffff !important;
}

/* Footer Contact List */
footer.footer .footer-contact-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: #999999 !important;
  font-size: 14px !important;
}

footer.footer .footer-contact-list li svg {
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  color: #666666 !important;
}

/* Footer Bottom */
footer.footer .footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  padding-top: 30px !important;
  border-top: 1px solid #333333 !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

footer.footer .footer-social {
  display: flex !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
}

footer.footer .footer-social a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: #333333 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  transition: background 0.2s ease !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

footer.footer .footer-social a svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

footer.footer .footer-social a:hover {
  background: #555555 !important;
}

footer.footer .footer-copyright {
  font-size: 13px !important;
  color: #777777 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

footer.footer .footer-payments {
  display: flex !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

footer.footer .footer-payments svg {
  opacity: 0.9 !important;
}

/* Footer Responsive */
@media (max-width: 991px) {
  footer.footer .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px 30px !important;
  }
}

@media (max-width: 576px) {
  footer.footer .container {
    padding: 0 20px !important;
  }

  footer.footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    text-align: center !important;
  }

  footer.footer .footer-logo {
    justify-content: center !important;
  }

  footer.footer .footer-contact-list li {
    justify-content: center !important;
  }

  footer.footer .footer-bottom {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    text-align: center !important;
  }

  footer.footer .footer-social {
    order: 2 !important;
  }

  footer.footer .footer-copyright {
    order: 1 !important;
    white-space: normal !important;
  }

  footer.footer .footer-payments {
    order: 3 !important;
  }
}

/* =====================================================
   PRODUCT PAGE - Shopify Codezeel EXACT Style
   ===================================================== */

/* Product page wrapper */
#product #wrapper {
  padding-top: 160px !important;
  background: #ffffff !important;
}

#product #main {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 40px 60px !important;
}

/* Hide breadcrumb */
#product .breadcrumb {
  display: none !important;
}

/* Product container - 50/50 columns */
#product .product-container {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
}

#product .product-container > .col-md-6:first-child {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 !important;
}

#product .product-container > .col-md-6:last-child {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 0 0 40px !important;
}

/* =====================================================
   GALLERY - Left Side
   ===================================================== */
#product .images-container {
  position: sticky !important;
  top: 180px !important;
}

#product .page-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* Main product image - NO border radius */
#product .product-cover {
  position: relative !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
  border: none !important;
}

#product .product-cover img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  cursor: zoom-in !important;
}

/* Zoom icon */
#product .product-cover .layer {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  opacity: 0 !important;
  transition: opacity 0.2s !important;
  border: 1px solid #e5e5e5 !important;
}

#product .product-cover:hover .layer {
  opacity: 1 !important;
}

#product .product-cover .layer .material-icons {
  font-size: 18px !important;
  color: #222222 !important;
}

/* Thumbnails - horizontal row below main image */
#product .js-qv-mask,
#product .mask {
  overflow: visible !important;
  margin: 0 !important;
}

#product .product-images {
  display: flex !important;
  gap: 15px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
}

#product .thumb-container {
  width: 80px !important;
  height: 80px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e5e5e5 !important;
  cursor: pointer !important;
  transition: border-color 0.2s !important;
  background: #ffffff !important;
  padding: 0 !important;
}

#product .thumb-container:hover,
#product .thumb-container:has(.selected),
#product .thumb-container:has(.js-thumb-selected) {
  border-color: #222222 !important;
}

#product .thumb-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Product flags */
#product .product-flags {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

#product .product-flag {
  display: inline-block !important;
  padding: 3px 7px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 0 !important;
  background: #222222 !important;
  color: #ffffff !important;
}

#product .product-flag.discount,
#product .product-flag.on-sale {
  background: #222222 !important;
}

#product .product-flag.new {
  background: #222222 !important;
}

/* Hide scroll arrows */
#product .scroll-box-arrows {
  display: none !important;
}

/* =====================================================
   PRODUCT INFO - Right Side
   ===================================================== */

/* Title */
#product h1.h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  line-height: 1.4 !important;
  margin: 0 0 15px 0 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;
}

/* Prices */
#product .product-prices {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

#product .product-price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

#product .current-price {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#product .current-price-value {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  letter-spacing: 1.3px !important;
}

#product .product-discount {
  order: -1 !important;
}

#product .product-discount .regular-price {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-decoration: line-through !important;
  letter-spacing: 1.3px !important;
  opacity: 0.5 !important;
}

#product .discount {
  display: inline-block !important;
  background: #222222 !important;
  color: #ffffff !important;
  padding: 3px 7px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* Countdown timer */
#product .container-countdown {
  margin-top: 15px !important;
  padding: 12px 15px !important;
  background: #fef3cd !important;
  border: 1px solid #ffc107 !important;
  border-radius: 0 !important;
}

#product .container-countdown p {
  margin: 0 0 10px 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #856404 !important;
}

#product .box-countdown {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

/* Tax/delivery info */
#product .tax-shipping-delivery-label {
  font-size: 13px !important;
  color: #666666 !important;
  margin-top: 10px !important;
  letter-spacing: 0.5px !important;
}

#product .delivery-information {
  display: block !important;
  margin-top: 10px !important;
  color: #27ae60 !important;
  font-weight: 500 !important;
}

/* Product Description Short */
#product .product-information > .product-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #666666 !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.5px !important;
}

#product .product-information {
  padding: 0 !important;
}

/* =====================================================
   VARIANTS
   ===================================================== */
#product .product-variants {
  margin-bottom: 20px !important;
  padding-top: 15px !important;
  border-top: 1px solid #e5e5e5 !important;
}

#product .product-variants > .clearfix {
  margin-bottom: 15px !important;
}

#product .product-variants .control-label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px !important;
}

/* Variant pills/buttons */
#product .product-variants ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#product .product-variants li {
  margin: 0 !important;
}

#product .product-variants li label,
#product .product-variants li a {
  display: inline-block !important;
  padding: 8px 16px !important;
  border: 1px solid #e5e5e5 !important;
  background: #ffffff !important;
  color: #222222 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  border-radius: 0 !important;
}

#product .product-variants li label:hover,
#product .product-variants li a:hover,
#product .product-variants li.selected label,
#product .product-variants li.selected a,
#product .product-variants input:checked + label {
  border-color: #222222 !important;
  background: #222222 !important;
  color: #ffffff !important;
}

#product .product-variants .input-color {
  width: 32px !important;
  height: 32px !important;
  border-radius: 0 !important;
  border: 2px solid #e5e5e5 !important;
  cursor: pointer !important;
}

#product .product-variants .input-color:hover,
#product .product-variants .input-color.selected {
  border-color: #222222 !important;
}

#product .product-variants select {
  width: 100% !important;
  max-width: 200px !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  cursor: pointer !important;
}

/* =====================================================
   QUANTITY & ADD TO CART
   ===================================================== */
#product .product-add-to-cart {
  margin-bottom: 20px !important;
}

#product .product-add-to-cart > .control-label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px !important;
}

#product .product-quantity {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
  margin-top: 15px !important;
}

/* Quantity selector with +/- buttons */
#product .qty {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  height: 50px !important;
}

#product .qty::before,
#product .qty::after {
  content: '' !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 100% !important;
  background: transparent !important;
  color: #222222 !important;
  font-size: 18px !important;
  cursor: pointer !important;
  user-select: none !important;
}

#product .qty::before {
  content: '−' !important;
  border-right: 1px solid #e5e5e5 !important;
}

#product .qty::after {
  content: '+' !important;
  border-left: 1px solid #e5e5e5 !important;
}

#product #quantity_wanted {
  width: 53px !important;
  height: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  background: transparent !important;
  color: #222222 !important;
  -moz-appearance: textfield !important;
}

#product #quantity_wanted::-webkit-outer-spin-button,
#product #quantity_wanted::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Add to Cart Button - EXACT Codezeel style */
#product .add {
  flex: 0 0 auto !important;
}

#product .btn.add-to-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 260px !important;
  max-width: 260px !important;
  height: 50px !important;
  padding: 0 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  background: #222222 !important;
  color: #ffffff !important;
  border: 1px solid #222222 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}

#product .btn.add-to-cart:hover {
  background: #444444 !important;
  border-color: #444444 !important;
}

#product .btn.add-to-cart:disabled {
  background: #cccccc !important;
  border-color: #cccccc !important;
  cursor: not-allowed !important;
}

#product .btn.add-to-cart .material-icons {
  font-size: 18px !important;
}

/* Availability */
#product #product-availability {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 15px !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
}

#product #product-availability .product-available {
  color: #27ae60 !important;
}

#product #product-availability .product-unavailable {
  color: #e74c3c !important;
}

/* =====================================================
   TABS / ACCORDION - Codezeel Style
   ===================================================== */
#product .tabs {
  margin-top: 30px !important;
  border-top: none !important;
  background: #f2f2f2 !important;
  padding: 0 !important;
}

#product .nav-tabs {
  display: none !important;
}

/* Convert tabs to accordion style */
#product .tab-content {
  padding: 0 !important;
}

#product .tab-pane {
  display: block !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#product .tab-pane .product-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #222222 !important;
  letter-spacing: 0.5px !important;
}

/* Product features list */
#product .product-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#product .product-features li {
  display: flex !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  font-size: 14px !important;
}

#product .product-features li:last-child {
  border-bottom: none !important;
}

#product .product-features .label {
  font-weight: 500 !important;
  color: #222222 !important;
  min-width: 150px !important;
}

#product .product-features .value {
  color: #666666 !important;
}

/* =====================================================
   REASSURANCE / TRUST
   ===================================================== */
#product .blockreassurance_product {
  margin-top: 20px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

#product .blockreassurance_product ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#product .blockreassurance_product li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 0 !important;
  border-bottom: none !important;
  font-size: 13px !important;
  color: #666666 !important;
}

#product .blockreassurance_product img,
#product .blockreassurance_product svg {
  width: 20px !important;
  height: 20px !important;
}

/* =====================================================
   PRODUCT ACCESSORIES
   ===================================================== */
#product .product-accessories {
  margin-top: 60px !important;
  padding-top: 40px !important;
  border-top: 1px solid #e5e5e5 !important;
}

#product .product-accessories .h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin-bottom: 25px !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
}

#product .product-accessories .products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

/* =====================================================
   PRODUCT MODAL
   ===================================================== */
#product-modal .modal-content {
  background: #ffffff !important;
  border-radius: 0 !important;
}

#product-modal .modal-body {
  padding: 20px !important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 991px) {
  #product .product-container > .col-md-6:first-child,
  #product .product-container > .col-md-6:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  #product .product-container > .col-md-6:last-child {
    margin-top: 30px !important;
  }

  #product .images-container {
    position: relative !important;
    top: 0 !important;
  }

  #product h1.h1 {
    font-size: 22px !important;
  }

  #product .btn.add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
  }

  #product .product-accessories .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  #product #wrapper {
    padding-top: 120px !important;
  }

  #product #main {
    padding: 0 15px 40px !important;
  }

  #product h1.h1 {
    font-size: 20px !important;
  }

  #product .current-price-value {
    font-size: 18px !important;
  }

  #product .product-quantity {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #product .qty {
    justify-content: center !important;
    width: 100% !important;
  }

  #product .add {
    width: 100% !important;
  }

  #product .btn.add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
  }

  #product .thumb-container {
    width: 60px !important;
    height: 60px !important;
  }

  #product .product-accessories .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* =====================================================
   SUBCATEGORIES BOX
   ===================================================== */
#category #subcategories,
#subcategories.card {
  margin-top: 15px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 20px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

#subcategories .subcategory-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 0 15px 0 !important;
}

#subcategories .subcategories-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#subcategories .subcategories-list li {
  flex: 0 0 auto !important;
}

#subcategories .subcategory-name {
  font-size: 14px !important;
  color: #222222 !important;
  font-weight: 500 !important;
}

#subcategories .subcategory-name:hover {
  color: #666666 !important;
}

/* =====================================================
   CART MODAL - Shopify Clean Style
   ===================================================== */

#blockcart-modal .modal-dialog {
  max-width: 800px !important;
  margin: 30px auto !important;
}

#blockcart-modal .cart-modal-content {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  overflow: hidden !important;
}

/* Modal Header */
#blockcart-modal .cart-modal-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px 25px !important;
  background: #222222 !important;
  border-bottom: none !important;
}

#blockcart-modal .cart-modal-title {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#blockcart-modal .cart-success-icon {
  color: #22c55e !important;
  flex-shrink: 0 !important;
}

#blockcart-modal .cart-modal-close {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  cursor: pointer !important;
  padding: 5px !important;
  opacity: 0.7 !important;
  transition: opacity 0.2s ease !important;
}

#blockcart-modal .cart-modal-close:hover {
  opacity: 1 !important;
}

/* Modal Body */
#blockcart-modal .cart-modal-body {
  padding: 30px !important;
  background: #ffffff !important;
}

#blockcart-modal .cart-modal-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 30px !important;
}

/* Product Section */
#blockcart-modal .cart-modal-product {
  display: flex !important;
  gap: 20px !important;
}

#blockcart-modal .cart-modal-product-image {
  width: 140px !important;
  flex-shrink: 0 !important;
}

#blockcart-modal .cart-modal-product-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5 !important;
}

#blockcart-modal .cart-modal-product-info {
  flex: 1 !important;
}

#blockcart-modal .cart-modal-product-name {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.4 !important;
}

#blockcart-modal .cart-modal-product-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin: 0 0 15px 0 !important;
}

#blockcart-modal .cart-modal-product-attributes {
  margin-bottom: 10px !important;
}

#blockcart-modal .cart-modal-attribute {
  display: block !important;
  font-size: 13px !important;
  color: #666666 !important;
  margin-bottom: 4px !important;
}

#blockcart-modal .cart-modal-attribute strong {
  color: #333333 !important;
}

#blockcart-modal .cart-modal-product-qty {
  font-size: 14px !important;
  color: #666666 !important;
  margin: 0 !important;
}

#blockcart-modal .cart-modal-product-qty strong {
  color: #222222 !important;
}

/* Summary Section */
#blockcart-modal .cart-modal-summary {
  padding-left: 30px !important;
  border-left: 1px solid #e5e5e5 !important;
}

#blockcart-modal .cart-modal-summary-header {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 15px !important;
  color: #666666 !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#blockcart-modal .cart-modal-summary-header svg {
  color: #222222 !important;
}

/* Totals */
#blockcart-modal .cart-modal-totals {
  margin-bottom: 25px !important;
}

#blockcart-modal .cart-modal-total-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: #666666 !important;
}

#blockcart-modal .cart-modal-value {
  font-weight: 600 !important;
  color: #222222 !important;
}

#blockcart-modal .cart-modal-shipping {
  color: #22c55e !important;
}

#blockcart-modal .cart-modal-total-final {
  margin-top: 10px !important;
  padding-top: 15px !important;
  border-top: 2px solid #222222 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222222 !important;
}

#blockcart-modal .cart-modal-total-final .cart-modal-value {
  font-size: 20px !important;
  font-weight: 700 !important;
}

/* Buttons */
#blockcart-modal .cart-modal-buttons {
  display: flex !important;
  gap: 12px !important;
}

#blockcart-modal .cart-modal-btn {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#blockcart-modal .cart-modal-btn-secondary {
  background: #ffffff !important;
  color: #222222 !important;
  border: 2px solid #e5e5e5 !important;
}

#blockcart-modal .cart-modal-btn-secondary:hover {
  border-color: #222222 !important;
  background: #f5f5f5 !important;
}

#blockcart-modal .cart-modal-btn-primary {
  background: #222222 !important;
  color: #ffffff !important;
  border: 2px solid #222222 !important;
}

#blockcart-modal .cart-modal-btn-primary:hover {
  background: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

/* Modal Backdrop */
#blockcart-modal.show {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* Responsive */
@media (max-width: 768px) {
  #blockcart-modal .modal-dialog {
    margin: 15px !important;
    max-width: calc(100% - 30px) !important;
  }

  #blockcart-modal .cart-modal-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  #blockcart-modal .cart-modal-summary {
    padding-left: 0 !important;
    padding-top: 25px !important;
    border-left: none !important;
    border-top: 1px solid #e5e5e5 !important;
  }

  #blockcart-modal .cart-modal-buttons {
    flex-direction: column !important;
  }

  #blockcart-modal .cart-modal-product {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  #blockcart-modal .cart-modal-product-image {
    width: 120px !important;
  }
}

/* =====================================================
   CART PAGE - Clean Style
   ===================================================== */

/* Cart Product Line */
.cart-container .product-line-grid {
  display: grid !important;
  grid-template-columns: 120px 1fr auto auto !important;
  gap: 20px !important;
  align-items: start !important;
  padding: 25px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.cart-container .product-line-grid-left {
  width: 100% !important;
  padding: 0 !important;
}

.cart-container .product-line-grid-left img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5 !important;
}

.cart-container .product-line-grid-body {
  padding: 0 !important;
}

.cart-container .product-line-grid-body .label {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 8px !important;
}

.cart-container .product-line-grid-body .label:hover {
  color: #c9a050 !important;
}

/* Product Price in Cart */
.cart-container .product-line-info.product-price {
  margin-bottom: 10px !important;
}

.cart-container .product-line-info.product-price .regular-price {
  color: #999999 !important;
  text-decoration: line-through !important;
  font-size: 14px !important;
}

.cart-container .product-line-info.product-price .discount {
  background: #c9a050 !important;
  color: #ffffff !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-left: 8px !important;
}

.cart-container .current-price .price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #c9a050 !important;
}

/* Attributes */
.cart-container .product-line-info .label {
  font-size: 13px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

.cart-container .product-line-info .value {
  font-weight: 600 !important;
  color: #333333 !important;
}

/* Quantity Input */
.cart-container .qty input {
  width: 70px !important;
  height: 45px !important;
  text-align: center !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.cart-container .qty input:focus {
  border-color: #222222 !important;
  outline: none !important;
}

/* Product Total Price */
.cart-container .product-line-grid-right .product-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #222222 !important;
}

/* Delete Button */
.cart-container .remove-from-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  color: #666666 !important;
  transition: all 0.2s ease !important;
}

.cart-container .remove-from-cart:hover {
  background: #ff4444 !important;
  color: #ffffff !important;
}

.cart-container .remove-from-cart .material-icons {
  font-size: 20px !important;
  float: none !important;
}

/* Continue Shopping Link */
.cart-container a.label,
#main .cart-grid a.label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #666666 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}

.cart-container a.label:hover,
#main .cart-grid a.label:hover {
  color: #222222 !important;
}

.cart-container a.label .material-icons {
  font-size: 20px !important;
}

/* Cart Summary */
.cart-summary {
  background: #f9f9f9 !important;
  border-radius: 12px !important;
  padding: 25px !important;
  border: none !important;
}

.cart-summary .cart-summary-line {
  display: flex !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  font-size: 15px !important;
}

.cart-summary .cart-summary-line .label {
  color: #666666 !important;
}

.cart-summary .cart-summary-line .value {
  font-weight: 600 !important;
  color: #222222 !important;
}

.cart-summary .cart-summary-line.cart-total {
  border-top: 2px solid #222222 !important;
  margin-top: 15px !important;
  padding-top: 15px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.cart-summary .cart-summary-line.cart-total .value {
  font-size: 22px !important;
  color: #222222 !important;
}

/* Checkout Button */
.cart-detailed-actions .btn-primary {
  width: 100% !important;
  padding: 16px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  background: #222222 !important;
  border: none !important;
  border-radius: 8px !important;
}

.cart-detailed-actions .btn-primary:hover {
  background: #333333 !important;
}

/* Block Reassurance in Cart - Hide placeholder text */
.cart-summary .block-promo,
.cart-summary .promo-code {
  margin-top: 20px !important;
}

/* Customer Reassurance Module Styling */
#block-reassurance {
  margin-top: 20px !important;
}

#block-reassurance ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#block-reassurance li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#block-reassurance li:last-child {
  border-bottom: none !important;
}

#block-reassurance .block-reassurance-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

#block-reassurance img {
  width: 24px !important;
  height: 24px !important;
  opacity: 0.7 !important;
}

#block-reassurance span {
  font-size: 13px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
}

/* Responsive Cart */
@media (max-width: 768px) {
  .cart-container .product-line-grid {
    grid-template-columns: 80px 1fr !important;
    gap: 15px !important;
  }

  .cart-container .product-line-grid-right {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 15px !important;
  }
}

/* Continue Shopping Link */
.continue-shopping-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #666666 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin: 20px 0 !important;
  padding: 10px 0 !important;
}

.continue-shopping-link:hover {
  color: #222222 !important;
}

.continue-shopping-link svg {
  stroke: currentColor !important;
}

/* Delete Icon in Cart */
.cart-container .remove-from-cart .delete-icon {
  stroke: currentColor !important;
}

/* Customer Reassurance Module - Cart Sidebar */
.blockreassurance-cart,
#block-reassurance,
.blockreassurance_product {
  margin-top: 20px !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 15px 20px !important;
  border: 1px solid var(--color-border) !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

.blockreassurance-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blockreassurance-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--color-border) !important;
}

.blockreassurance-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.blockreassurance-item:first-child {
  padding-top: 0 !important;
}

.blockreassurance-item .block-icon {
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.blockreassurance-item .block-icon img {
  width: 24px !important;
  height: 24px !important;
  opacity: 0.7 !important;
}

.blockreassurance-item .block-icon img.invisible {
  opacity: 0 !important;
}

.blockreassurance-item .block-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
  color: #666 !important;
}

.blockreassurance-item .block-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  flex: 1 !important;
}

.blockreassurance-item .block-title {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  line-height: 1.3 !important;
  margin-bottom: 2px !important;
}

.blockreassurance-item .block-description {
  display: block !important;
  font-size: 12px !important;
  color: #666666 !important;
  line-height: 1.4 !important;
}

/* Fix quantity touchspin buttons that show squares */
.bootstrap-touchspin .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  background: #f5f5f5 !important;
  border: 1px solid #e5e5e5 !important;
  color: #222222 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 !important;
}

.bootstrap-touchspin .btn:hover {
  background: #e5e5e5 !important;
}

.bootstrap-touchspin .btn .material-icons {
  display: none !important;
}

.bootstrap-touchspin .btn-touchspin::before {
  font-family: inherit !important;
  font-size: 20px !important;
}

.bootstrap-touchspin .btn[data-field-action="down-field"]::before,
.bootstrap-touchspin .btn.bootstrap-touchspin-down::before {
  content: "−" !important;
}

.bootstrap-touchspin .btn[data-field-action="up-field"]::before,
.bootstrap-touchspin .btn.bootstrap-touchspin-up::before {
  content: "+" !important;
}

/* =====================================================
   CART PAGE - Clean Shopify Style Layout
   ===================================================== */

/* Cart Page Spacing */
.cart-grid {
  margin-top: 40px !important;
}

/* Cart Container */
.cart-container {
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  border: 1px solid var(--color-border) !important;
}

.cart-container .card-block {
  padding: 25px 30px !important;
  border-bottom: 1px solid var(--color-border) !important;
}

.cart-container .card-block .h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
  margin: 0 !important;
}

.cart-container hr.separator {
  display: none !important;
}

/* Cart Items List */
.cart-detailed-list {
  padding: 0 !important;
}

/* Cart Item Row - Grid Layout */
.cart-item {
  display: grid !important;
  grid-template-columns: 100px 1fr 140px 100px 50px !important;
  gap: 20px !important;
  align-items: center !important;
  padding: 20px 30px !important;
  border-bottom: 1px solid var(--color-border) !important;
  background: #fff !important;
}

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

/* Cart Item Image */
.cart-item-image {
  width: 100px !important;
  height: 100px !important;
  flex-shrink: 0 !important;
}

.cart-item-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.cart-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid var(--color-border) !important;
}

/* Cart Item Details */
.cart-item-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.cart-item-name {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cart-item-name:hover {
  color: var(--color-accent) !important;
}

/* Cart Item Price */
.cart-item-price {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.cart-item-price-current {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
}

.cart-item-price-old {
  font-size: 13px !important;
  color: #999 !important;
  text-decoration: line-through !important;
}

.cart-item-discount {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #e74c3c !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
}

/* Cart Item Attributes */
.cart-item-attributes {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.cart-item-attribute {
  font-size: 12px !important;
  color: #888 !important;
}

.cart-item-attribute strong {
  color: var(--color-text-dark) !important;
}

/* Cart Item Customization Link */
.cart-item-customization {
  font-size: 12px !important;
  color: var(--color-accent) !important;
  text-decoration: underline !important;
}

/* Cart Item Quantity */
.cart-item-quantity {
  display: flex !important;
  justify-content: center !important;
}

/* Hide Bootstrap TouchSpin injected by PrestaShop */
.cart-item-quantity .bootstrap-touchspin,
.cart-item-quantity .input-group,
.cart-item-quantity .input-group-btn {
  display: contents !important;
}

.cart-item-quantity .bootstrap-touchspin .btn,
.cart-item-quantity .input-group-btn .btn {
  display: none !important;
}

.cart-item-qty-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.cart-item-qty-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  color: var(--color-text) !important;
  transition: background 0.2s, color 0.2s !important;
}

.cart-item-qty-btn:hover {
  background: var(--color-bg-alt) !important;
  color: var(--color-text-dark) !important;
}

.cart-item-qty-btn svg {
  width: 14px !important;
  height: 14px !important;
}

.cart-item-qty-input {
  width: 50px !important;
  height: 36px !important;
  border: none !important;
  border-left: 1px solid var(--color-border) !important;
  border-right: 1px solid var(--color-border) !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
  background: #fff !important;
  -moz-appearance: textfield !important;
}

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

/* Gift Quantity */
.cart-item-gift-qty {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-text-dark) !important;
}

/* Cart Item Total */
.cart-item-total {
  text-align: right !important;
}

.cart-item-total-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
}

.cart-item-gift {
  font-size: 13px !important;
  color: #27ae60 !important;
  font-weight: 500 !important;
}

/* Cart Item Remove */
.cart-item-remove {
  display: flex !important;
  justify-content: center !important;
}

.cart-item-remove-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #999 !important;
  transition: all 0.2s !important;
}

.cart-item-remove-btn:hover {
  background: #fef0f0 !important;
  color: #e74c3c !important;
}

.cart-item-remove-btn svg {
  width: 18px !important;
  height: 18px !important;
}

/* Continue Shopping Link */
.continue-shopping-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 20px !important;
  font-size: 14px !important;
  color: var(--color-text) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.continue-shopping-link:hover {
  color: var(--color-text-dark) !important;
}

.continue-shopping-link svg {
  width: 18px !important;
  height: 18px !important;
}

/* Cart Summary (Right Sidebar) */
.cart-summary {
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid var(--color-border) !important;
  padding: 0 !important;
  position: sticky !important;
  top: 160px !important;
}

/* Cart Totals */
.cart-detailed-totals {
  padding: 20px !important;
}

.cart-detailed-totals .card-block {
  padding: 0 !important;
}

.cart-summary-line {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 10px 0 !important;
  font-size: 14px !important;
  color: var(--color-text) !important;
}

.cart-summary-line.cart-total {
  border-top: 2px solid var(--color-border) !important;
  margin-top: 10px !important;
  padding-top: 15px !important;
}

.cart-summary-line.cart-total .label,
.cart-summary-line.cart-total .value {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--color-text-dark) !important;
}

/* Checkout Button */
.cart-detailed-actions {
  padding: 20px !important;
  border-top: 1px solid var(--color-border) !important;
}

.cart-detailed-actions .checkout {
  padding: 0 !important;
}

.cart-detailed-actions .btn-primary {
  width: 100% !important;
  padding: 15px 30px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  background: var(--color-accent) !important;
  border: none !important;
  border-radius: 6px !important;
}

.cart-detailed-actions .btn-primary:hover {
  background: var(--color-accent-hover) !important;
}

/* Cart Voucher */
.block-promo {
  padding: 20px !important;
  border-top: 1px solid var(--color-border) !important;
}

.block-promo .promo-name {
  margin-bottom: 10px !important;
}

.block-promo .promo-code-button {
  display: flex !important;
  gap: 10px !important;
}

.block-promo input[name="discount_name"] {
  flex: 1 !important;
  padding: 10px 15px !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}

.block-promo .btn {
  padding: 10px 20px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
}

/* Cart Responsive */
@media (max-width: 991px) {
  .cart-item {
    grid-template-columns: 80px 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 15px !important;
    padding: 20px !important;
  }

  .cart-item-image {
    width: 80px !important;
    height: 80px !important;
    grid-row: span 2 !important;
  }

  .cart-item-details {
    grid-column: 2 !important;
  }

  .cart-item-quantity {
    grid-column: 2 !important;
    justify-content: flex-start !important;
  }

  .cart-item-total {
    grid-column: 2 !important;
    text-align: left !important;
  }

  .cart-item-remove {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
  }

  .cart-item {
    position: relative !important;
  }
}

@media (max-width: 575px) {
  .cart-container .card-block {
    padding: 15px 20px !important;
  }

  .cart-item {
    padding: 15px 20px !important;
  }

  .cart-container .card-block .h1 {
    font-size: 20px !important;
  }
}
