/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      2.0.60
 Text Domain:  bricks
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "CINQUERA";
  src: local("CINQUERA"),
    url("assets/fonts/cinquera/cinquera.ttf") format("truetype"),
    url("assets/fonts/cinquera/cinquera.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #ffffff;
  --color-primary: #aaff80;
  --color-accent: #ff4200;
  --color-muted: #434549;
  --color-text: #212326;
  --color-dark: #000000;
  --color-dark-90: #1a1a1a;
  --color-dark-83: #2b2b2b;
  --color-text-strong: #333333;
  --color-text-mid: #666666;
  --color-text-soft: #999999;
  --color-neutral-100: #f8f8f8;
  --color-neutral-120: #fafafa;
  --color-neutral-150: #f5f5f5;
  --color-neutral-200: #f0f0f0;
  --color-neutral-300: #e0e0e0;
  --color-neutral-350: #dddddd;
  --color-neutral-400: #d1d5db;
  --color-neutral-110: #f9f9f9;
  --color-danger: #e74c3c;
  --color-brand-deep: #04111d;
  --color-brand-darker: #02080f;
  --color-brand-deep-rgb: 4, 17, 29;
  --color-footer-bg: #fbfdfc;
  --color-highlight: #d4ff00;
  --color-highlight-dark: #bfe600;
  --color-accent-strong: #cc0000;
  --color-success: #10b981;
  --color-error: #ef4444;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-heading: "CINQUERA", "Montserrat", Arial, sans-serif;
  --anim-fast: 300ms;
  --anim-base: 600ms;
  --anim-slow: 900ms;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

/* =============================
   Transições e hovers globais
   ============================= */
a,
button,
input,
select,
textarea {
  transition:
    color var(--anim-base) ease,
    background-color var(--anim-base) ease,
    border-color var(--anim-base) ease,
    box-shadow var(--anim-base) ease,
    transform var(--anim-base) ease;
}

a:hover,
button:hover {
  transform: translateY(-1px);
}

.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.semente-premiada__cta,
.parana-cta-btn {
  transition:
    background-color var(--anim-base) ease,
    color var(--anim-base) ease,
    box-shadow var(--anim-base) ease,
    transform var(--anim-base) ease;
}

.btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.semente-premiada__cta:hover,
.parana-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.card,
.product-card,
.parana-brand-hero,
.banco-de-sementes__card,
.banners-slide-home__slide {
  transition:
    transform var(--anim-base) ease,
    box-shadow var(--anim-base) ease,
    filter var(--anim-base) ease;
}

.card:hover,
.product-card:hover,
.parana-brand-hero:hover,
.banco-de-sementes__card:hover,
.banners-slide-home__slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

.banco-de-sementes__logo img,
.banners-slide-home__link img {
  transition: transform var(--anim-base) ease, filter var(--anim-base) ease;
}

.banco-de-sementes__card:hover .banco-de-sementes__logo img,
.banners-slide-home__slide:hover .banners-slide-home__link img {
  transform: scale(1.03);
  filter: saturate(1.1);
}

/* Scroll reveal */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity var(--anim-base) ease,
    transform var(--anim-base) ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Home: força títulos das seções a usarem o preto padrão */
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6,
body.home [class*="__title"] {
  color: var(--color-dark) ;
}

/* ===================================
   Grid Motors Header Styles
   =================================== */

.grid-motors-header {
  width: 100%;
  position: relative;
  z-index: 999999 !important;
  /* Header acima de todo conteúdo */
}

/* Topbar */
.header-topbar {
  background-color: var(--color-dark-83);
  color: var(--color-bg);
  font-size: 13px;
  padding: 8px 0;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.topbar-item,
.topbar-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-bg);
  text-decoration: none;
  transition: opacity 0.3s;
}

.topbar-item i,
.topbar-link i {
  font-size: 16px;
}

.topbar-link:hover {
  opacity: 0.8;
}

/* Main Header */
.header-main {
  background-color: var(--color-dark-90);
  padding: 15px 0;
}

.header-main .header-container {
  gap: 30px;
}

.header-logo img {
  width: 180px;
  height: auto;
  display: block;
}

.header-search {
  flex: 1;
  max-width: 600px;
}

.header-search-mobile {
  display: none;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 100000;
}

.search-field {
  width: 100%;
  padding: 8px 50px 8px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  color: var(--color-text-strong);
  background-color: var(--color-bg);
}

.search-field::placeholder {
  color: var(--color-text-soft);
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-text-mid);
  font-size: 16px;
  transition: color 0.3s;
}

.search-submit:hover {
  color: var(--color-text-strong);
}

/* Search Dropdown Autocomplete */
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-bg);
  border: 1px solid var(--color-neutral-300);
  border-top: none;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  display: none;
  z-index: 99999;
  margin-top: 0;
}

.search-results-dropdown.active {
  display: block;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--color-neutral-200);
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
  color: inherit;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover,
.search-result-item.keyboard-active {
  background-color: var(--color-neutral-100);
}

.search-result-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--color-neutral-150);
  border: 1px solid var(--color-neutral-300);
}

.search-result-info {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-strong);
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-danger);
  margin: 0;
}

.search-result-price.on-sale {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-result-price .regular-price {
  font-size: 13px;
  color: var(--color-text-soft);
  text-decoration: line-through;
  font-weight: 400;
}

.search-no-results {
  padding: 20px;
  text-align: center;
  color: var(--color-text-mid);
  font-size: 14px;
}

.search-loading {
  padding: 20px;
  text-align: center;
  color: var(--color-text-mid);
  font-size: 14px;
}

.search-view-all {
  display: block;
  padding: 12px;
  text-align: center;
  background: var(--color-neutral-100);
  color: var(--color-danger);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0 0 15px 15px;
  transition: background-color 0.2s;
}

.search-view-all:hover {
  background: var(--color-neutral-200);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-bg);
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}

.header-action-item:hover {
  opacity: 0.8;
}

.header-action-item i {
  font-size: 24px;
}

.action-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.3;
}

.action-label {
  font-weight: 400;
  font-size: 13px;
}

.action-value {
  font-weight: 400;
  font-size: 13px;
}

.header-cart-wrapper {
  position: relative;
}

.header-cart {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: var(--color-danger);
  color: var(--color-bg);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

.cart-total {
  font-weight: 600;
  font-size: 14px;
}

/* Cart Dropdown */
.cart-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 480px;
  max-width: 90vw;
  background: var(--color-bg);
  border: 1px solid var(--color-neutral-300);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 100000;
}

.header-cart-wrapper:hover .cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-dropdown-items {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
}

.cart-dropdown-item {
  display: grid;
  grid-template-columns: 80px 1fr auto auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--color-neutral-120);
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.cart-dropdown-item:last-child {
  margin-bottom: 0;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--color-bg);
  border: 1px solid var(--color-neutral-300);
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-strong);
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-item-name:hover {
  color: var(--color-danger);
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: var(--color-text-mid);
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--color-bg);
  border: 1px solid var(--color-neutral-350);
  border-radius: 4px;
  padding: 4px 6px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.qty-btn:hover {
  color: var(--color-danger);
}

.qty-input {
  width: 45px;
  height: 32px;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-strong) !important;
  background: transparent;
  outline: none;
  line-height: 32px;
  padding: 0;
  margin: 0;
  cursor: default;
  user-select: none;
}

.cart-item-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-danger);
  white-space: nowrap;
}

.cart-item-remove {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-text-soft);
  font-size: 14px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item-remove:hover {
  color: var(--color-danger);
}

.cart-dropdown-footer {
  padding: 15px;
  border-top: 1px solid var(--color-neutral-300);
  background: var(--color-neutral-100);
  border-radius: 0 0 8px 8px;
}

.cart-dropdown-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--color-text-strong);
}

.cart-dropdown-total strong {
  font-size: 18px;
  color: var(--color-danger);
}

.cart-dropdown-btn {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.cart-dropdown-btn:last-child {
  margin-bottom: 0;
}

.cart-btn-view {
  background: transparent;
  color: var(--color-brand-deep);
  border: 1px solid var(--color-brand-deep);
}

.cart-btn-view:hover {
  background: var(--color-brand-deep);
  color: var(--color-bg);
}

.cart-btn-checkout {
  background: var(--color-brand-deep);
  color: var(--color-bg);
  border: 1px solid var(--color-brand-deep);
}

.cart-btn-checkout:hover {
  background: var(--color-brand-darker);
  border-color: var(--color-brand-darker);
}

/* Categories Bar */
.header-categories {
  background-color: var(--color-bg);
  padding: 10px 0;
  border-bottom: 1px solid var(--color-neutral-300);
  position: relative;
  z-index: 9999 !important;
  /* Acima de tudo */
  overflow: visible;
}

.categories-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  scrollbar-width: none;
  /* Firefox */
  position: relative;
  padding: 0 40px;
}

.categories-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.category-item {
  flex-shrink: 0;
}

.category-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  color: var(--color-text-strong);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}

.category-link:hover {
  background-color: var(--color-neutral-150);
  color: var(--color-danger);
}

/* Swiper para categorias */
.header-categories-swiper {
  width: 100%;
  overflow: hidden;
}

.header-categories-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.header-categories-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

/* Botões de navegação das categorias */
.categories-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-neutral-350);
  color: var(--color-text-soft);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.categories-nav-btn:hover {
  background: var(--color-bg);
  color: var(--color-text-mid);
  border-color: var(--color-text-soft);
}

.categories-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.categories-nav-prev {
  left: 5px;
}

.categories-nav-next {
  right: 5px;
}

.categories-nav-btn i {
  font-size: 14px;
}

/* Navigation */
.header-nav {
  background-color: var(--color-bg);
  border-top: 1px solid var(--color-neutral-300);
  position: relative;
  z-index: 1;
  /* Abaixo das categorias */
}

.header-nav .header-container {
  padding: 0;
  position: relative;
}

.menu-wrapper {
  display: contents;
}

/* Hide mobile categories on desktop */
.mobile-categories {
  display: none;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-menu > li {
  position: relative;
}

.main-menu > li > a {
  display: block;
  padding: 15px 18px;
  color: var(--color-text-strong);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a {
  background-color: var(--color-neutral-150);
  color: var(--color-danger);
}

/* Submenu */
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-bg);
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--color-text-strong);
  text-decoration: none;
  font-size: 13px;
  transition: background-color 0.3s;
}

.main-menu .sub-menu li a:hover {
  background-color: var(--color-neutral-150);
  color: var(--color-danger);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-text-strong);
  cursor: pointer;
  padding: 15px 20px;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .topbar-left,
  .topbar-right {
    gap: 15px;
  }

  .topbar-item span {
    display: none;
  }

  .header-main .header-container {
    gap: 15px;
  }

  .header-logo img {
    width: 140px;
  }

  .action-text {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-topbar {
    display: none;
  }

  .header-main {
    padding: 10px 0;
  }

  .header-main .header-container {
    flex-wrap: nowrap;
    align-items: center;
  }

  /* Hamburguer menu visible in header-main on mobile */
  .header-main .mobile-menu-toggle {
    display: flex;
    order: 1;
    flex: 0 0 auto;
    padding: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .header-logo {
    order: 2;
    flex: 1;
  }

  .header-logo img {
    max-height: 35px;
  }

  .header-actions {
    order: 3;
    gap: 10px;
    flex: 0 0 auto;
  }

  /* Hide action text on mobile, show only icons */
  .header-actions .action-text {
    display: none;
  }

  .header-actions .header-action-item i {
    font-size: 22px;
    margin: 0;
  }

  .header-search {
    display: none;
  }

  /* Header Nav - segunda linha no mobile com busca */
  .header-nav {
    position: relative;
    padding: 10px 0;
  }

  .header-nav .header-container {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

  /* Hide hamburguer from header-nav on mobile */
  .header-nav .mobile-menu-toggle {
    display: none;
  }

  .header-search-mobile {
    display: block;
    flex: 1;
    width: 100%;
  }

  .header-search-mobile .search-field {
    font-size: 14px;
    padding: 10px 50px 10px 20px;
  }

  .header-search-mobile .search-submit {
    width: 50px;
    font-size: 16px;
  }

  /* Search dropdown mobile - full width */
  .header-search-mobile .search-results-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100vw;
    max-height: 60vh;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
  }

  /* Hide cart dropdown on mobile */
  .cart-dropdown {
    display: none !important;
  }

  /* Hide categories bar on mobile */
  .header-categories {
    display: none;
  }

  /* Menu wrapper for mobile */
  .menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-bg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 70vh;
    overflow-y: auto;
    z-index: 1000;
  }

  .menu-wrapper.active {
    display: block;
  }

  /* Show mobile categories inside menu */
  .menu-wrapper .mobile-categories {
    display: block;
  }

  .main-menu {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu > li {
    width: 100%;
  }

  .main-menu > li > a {
    padding: 12px 20px;
  }

  .main-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background-color: var(--color-neutral-120);
    padding-left: 20px;
  }

  /* Categories inside mobile menu */
  .mobile-categories {
    border-bottom: 1px solid var(--color-neutral-300);
    margin-bottom: 10px;
  }

  .mobile-category-item {
    border-bottom: 1px solid var(--color-neutral-200);
  }

  .mobile-category-item:last-child {
    border-bottom: none;
  }

  .mobile-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    color: var(--color-text-strong);
    text-decoration: none;
    font-weight: 500;
    background-color: var(--color-neutral-100);
  }

  .mobile-category-link i {
    transition: transform 0.3s;
  }

  .mobile-category-item.active .mobile-category-link i {
    transform: rotate(180deg);
  }

  .mobile-subcategories {
    display: none;
    background-color: var(--color-bg);
    padding: 10px 0 10px 30px;
  }

  .mobile-category-item.active .mobile-subcategories {
    display: block;
  }

  .mobile-subcategories a {
    display: block;
    padding: 8px 10px;
    color: var(--color-text-mid);
    text-decoration: none;
    font-size: 14px;
  }

  .mobile-subcategories a:hover {
    color: var(--color-danger);
  }
}

@media (max-width: 480px) {
  .header-logo img {
    width: 120px;
  }

  .search-field {
    padding: 7px 45px 7px 15px;
    font-size: 13px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-action-item i {
    font-size: 18px;
  }
}

/* ===================================
   Grid Motors Footer Styles
   =================================== */

.grid-motors-footer {
  width: 100%;
  background-color: var(--color-footer-bg);
  color: var(--color-brand-deep);
}

.footer-container-full {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Logo and Description Section */
.footer-intro-section {
  padding: 48px 0 32px;
  text-align: center;
}

.footer-logo-wrapper {
  margin-bottom: 16px;
  text-align: center;
}

.footer-logo-img {
  height: 48px;
  width: auto;
  max-width: 200px;
  display: inline-block;
}

.footer-description-expandable {
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: left;
}

.footer-description-short,
.footer-description-expanded {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-brand-deep);
}

.footer-description-short p,
.footer-description-expanded p {
  margin-bottom: 12px;
}

.footer-description-short strong,
.footer-description-expanded strong {
  font-weight: 600;
}

.footer-description-expanded {
  margin-top: 12px;
}

/* Botão Ler Mais */
.footer-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 12px;
  color: var(--color-brand-deep);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s;
}

.footer-read-more-btn:hover {
  opacity: 0.7;
}

.read-more-icon {
  transition: transform 0.3s ease;
}

.footer-read-more-btn:hover .read-more-icon {
  transform: translateY(2px);
}

/* Newsletter Section (Dark) */
.footer-newsletter-dark {
  background-color: var(--color-brand-deep);
  color: var(--color-bg);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 48px;
}

.newsletter-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.newsletter-text {
  flex: 1;
  min-width: 280px;
}

.newsletter-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-highlight);
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.newsletter-subtitle {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.newsletter-subtitle strong {
  font-weight: 700;
}

.newsletter-subtitle em {
  font-style: italic;
}

.newsletter-form-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.newsletter-form-flex {
  display: flex;
  gap: 12px;
}

.newsletter-input-field {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  background-color: var(--color-bg);
  color: var(--color-brand-deep);
  height: 38px;
}

.newsletter-input-field::placeholder {
  color: var(--color-text-soft);
  font-size: 12px;
}

.newsletter-btn-submit {
  background-color: var(--color-highlight);
  color: var(--color-brand-deep);
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
  height: 38px;
}

.newsletter-btn-submit:hover {
  background-color: var(--color-highlight-dark);
}

.newsletter-message {
  margin-top: 12px;
  display: none;
}

.newsletter-message.active {
  display: block;
}

.newsletter-message .alert {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
}

.newsletter-message .alert-success {
  background-color: var(--color-success);
  color: var(--color-bg);
}

.newsletter-message .alert-error {
  background-color: var(--color-error);
  color: var(--color-bg);
}

/* Footer Links Grid (5 columns) */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.footer-grid-column {
  min-width: 0;
}

.footer-column-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-accent-strong);
  margin: 0 0 16px 0;
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-list li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-brand-deep);
}

/* Contact Items with Icons */
.footer-contact-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-contact-text,
.footer-contact-link {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-brand-deep);
  text-decoration: none;
}

.footer-contact-link:hover {
  text-decoration: underline;
  color: var(--color-accent-strong);
}

.footer-link {
  color: var(--color-brand-deep);
  text-decoration: none;
  transition: text-decoration 0.2s;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-semibold {
  font-weight: 600;
}

.text-small {
  font-size: 12px;
  color: var(--color-text-mid);
  display: block;
  margin-top: 2px;
}

/* Social Icons */
.footer-social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.social-icon-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* Apenas para ícones Font Awesome (fallback) */
.social-icon-link:has(i) {
  background-color: var(--color-brand-deep);
  color: var(--color-bg);
  border-radius: 4px;
}

.social-icon-link:hover {
  opacity: 0.7;
}

.social-icon-link i {
  font-size: 16px;
}

/* Social icons - Images (SVG/PNG) */
.social-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

/* Order Tracking */
.footer-tracking-section {
  margin-top: 24px;
}

.tracking-title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.tracking-form {
  display: flex;
  gap: 8px;
}

.tracking-input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid var(--color-neutral-350);
  border-radius: 4px;
  font-size: 12px;
  outline: none;
  height: 32px;
}

.tracking-input::placeholder {
  font-size: 11px;
}

.tracking-input:focus {
  border-color: var(--color-brand-deep);
}

.tracking-btn {
  padding: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-neutral-350);
  background-color: var(--color-bg);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.tracking-btn svg {
  width: 16px;
  height: 16px;
  fill: var(--color-dark);
}

.tracking-btn:hover {
  background-color: var(--color-neutral-150);
}

/* Payment Methods, Security, and Apps */
.footer-payment-section {
  border-top: 1px solid rgba(var(--color-brand-deep-rgb), 0.1);
  padding-top: 32px;
  margin-bottom: 32px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.payment-col {
  min-width: 0;
}

.payment-title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 16px 0;
  color: var(--color-brand-deep);
}

/* Payment Methods Icons */
.payment-methods-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.payment-methods-icons img {
  display: block;
  max-width: 80px;
  height: auto;
  object-fit: contain;
}

/* Legacy payment icons (if not using custom SVG) */
.payment-icon,
.payment-icon-text {
  width: 48px;
  height: 32px;
  background-color: var(--color-bg);
  border: 1px solid var(--color-neutral-400);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-brand-deep);
  text-align: center;
}

.payment-icon-text {
  font-size: 9px;
  padding: 0 4px;
}

/* Security Badges */
.security-badges-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.security-badges-flex img {
  display: block;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

/* Legacy security badges (if not using custom SVG) */
.security-badge-item {
  border: 1px solid var(--color-neutral-400);
  border-radius: 4px;
  padding: 8px 12px;
  background-color: var(--color-bg);
  text-align: center;
}

.badge-text-bold {
  font-weight: 700;
  font-size: 11px;
  color: var(--color-brand-deep);
}

.badge-text-bold.green {
  color: var(--color-success);
}

.badge-text-small {
  font-size: 9px;
  color: var(--color-text-mid);
  margin-top: 2px;
}

/* App Downloads */
.app-downloads-flex {
  display: flex;
  gap: 8px;
}

.app-store-btn {
  background-color: var(--color-dark);
  color: var(--color-bg);
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
}

.app-store-btn:hover {
  opacity: 0.7;
}

.app-btn-small {
  font-size: 10px;
  margin-bottom: 2px;
}

.app-btn-bold {
  font-weight: 700;
  font-size: 12px;
}

/* Copyright Section */
.footer-copyright-section {
  border-top: 1px solid rgba(var(--color-brand-deep-rgb), 0.1);
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: 12px;
  color: rgba(var(--color-brand-deep-rgb), 0.7);
  line-height: 1.6;
}

.copyright-text {
  margin: 8px 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-container-full {
    max-width: 95%;
    padding: 0;
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-intro-section {
    padding: 32px 0 24px;
  }

  .footer-newsletter-dark {
    padding: 24px;
    margin-bottom: 32px;
  }

  .newsletter-inner {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-title {
    font-size: 20px;
  }

  .newsletter-subtitle {
    font-size: 16px;
  }

  .newsletter-form-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
  }

  .payment-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .footer-intro-section {
    padding: 24px 0 16px;
  }

  .footer-newsletter-dark {
    padding: 20px 16px;
    margin-bottom: 24px;
  }

  .newsletter-title {
    font-size: 18px;
  }

  .newsletter-subtitle {
    font-size: 14px;
  }

  .newsletter-form-flex {
    flex-direction: column;
  }

  .newsletter-input-field,
  .newsletter-btn-submit {
    width: 100%;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .footer-social-icons {
    justify-content: flex-start;
  }

  .payment-methods-icons,
  .security-badges-flex,
  .app-downloads-flex {
    flex-wrap: wrap;
  }
}

/* ============================================
   BANNERS AUTO SLIDER
   ============================================ */

.banners-auto-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}

.banners-auto-slider {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 33.33%;
  /* 3:1 aspect ratio for desktop */
  overflow: hidden;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.banner-slide .banner-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Show desktop image by default */
.banner-mobile {
  display: none;
}

.banner-desktop {
  display: block;
}

/* Arrow Navigation */
.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: none;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 44px;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.banner-nav:hover {
  transform: translateY(-50%) scale(1.06);
  color: #aaff80;
}

.banner-prev {
  left: 20px;
}

.banner-next {
  right: 20px;
  }

  /* Mobile Styles */
  @media (max-width: 768px) {
    .banners-auto-slider {
    /* Altura fixa desejada no mobile */
    height: 80vh;
    padding-bottom: 0;
    max-height: 800px;
    overflow: hidden;
    }

    /* Show mobile image on mobile devices */
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  /* Fallback to desktop if no mobile image */
  .banner-slide:not(:has(.banner-mobile)) .banner-desktop {
    display: block;
  }

  .banner-nav {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .banner-prev {
    left: 10px;
  }

  .banner-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .banners-auto-slider {
    padding-bottom: 75%;
    /* 4:3 aspect ratio for small mobile */
  }

  .banner-nav {
    width: 32px;
    height: 32px;
    font-size: 28px;
  }

  .banner-prev {
    left: 8px;
  }

  .banner-next {
    right: 8px;
  }
}

/* Hide arrows on very small screens */
@media (max-width: 360px) {
  .banner-nav {
    display: none;
  }
}

/* ============================================
   MARCAS GRID
   ============================================ */

.marcas-grid-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marcas-grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  width: 100%;
}

.marca-item {
  position: relative;
  width: 100%;
}

.marca-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.marca-image-wrapper {
  width: 100%;
  height: 60px;
  background-color: #231f20;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 6px;
  overflow: visible;
}

.marca-link:hover .marca-image-wrapper {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-color: #04111d;
}

.marca-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Mobile: Grid de 4 colunas com 3px de gap */
@media (max-width: 768px) {
  .marcas-grid-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
}

/* ===================================
   Categorias Carousel
   =================================== */

.categorias-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.categorias-carousel {
  display: grid;
  gap: 15px;
  transition: transform 0.3s ease;
  cursor: grab;
  width: 100%;
}

/* Grid dinâmico baseado na quantidade de categorias */
.categorias-carousel[data-count="1"] {
  grid-template-columns: repeat(1, 1fr);
}

.categorias-carousel[data-count="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.categorias-carousel[data-count="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.categorias-carousel[data-count="4"] {
  grid-template-columns: repeat(4, 1fr);
}

.categorias-carousel[data-count="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.categorias-carousel[data-count="6"] {
  grid-template-columns: repeat(6, 1fr);
}

.categorias-carousel[data-count="7"],
.categorias-carousel[data-count]:not([data-count="1"]):not(
    [data-count="2"]
  ):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not(
    [data-count="6"]
  ) {
  grid-template-columns: repeat(7, 1fr);
}

.categorias-carousel:active {
  cursor: grabbing;
}

.categoria-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categoria-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.categoria-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.categoria-card-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Aspect ratio 1:1 (quadrado) */
  overflow: hidden;
  background: #f5f5f5;
}

.categoria-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.categoria-card:hover .categoria-card-image img {
  transform: scale(1.05);
}

.categoria-card-title {
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

/* Tablet - máximo 6 colunas */
@media (max-width: 1024px) {
  .categorias-carousel[data-count="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .categorias-carousel[data-count="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .categorias-carousel[data-count="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .categorias-carousel[data-count="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .categorias-carousel[data-count="5"] {
    grid-template-columns: repeat(5, 1fr);
  }

  .categorias-carousel[data-count="6"],
  .categorias-carousel[data-count]:not([data-count="1"]):not(
      [data-count="2"]
    ):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]) {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Mobile - máximo 2 colunas */
@media (max-width: 767px) {
  .categorias-carousel[data-count="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .categorias-carousel[data-count]:not([data-count="1"]) {
    grid-template-columns: repeat(2, 1fr);
  }

  .categorias-carousel {
    gap: 10px;
  }
}

/* ===================================
   Product Card Template
   =================================== */

.product-card {
  border: none;
  border-radius: 10px;
  overflow: visible;
  background: transparent;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: none;
}

.product-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Imagem do Produto */
.product-card-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Aspect ratio 1:1 (quadrado) */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay para posicionamento absoluto dentro da imagem */
.product-card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Badge de Desconto */
.product-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 2px 0 4px;
  background: rgba(0, 166, 80, 0.2);
  border: 1px solid #00a650;
  border-radius: 2px;
  color: #00a650;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.product-discount-badge i {
  font-size: 10px;
}

/* Botão Favoritar */
.product-favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  transition: color 0.3s ease;
  padding: 5px;
  line-height: 1;
  z-index: 2;
  pointer-events: auto;
}

.product-favorite-btn:hover {
  color: #666;
}

.product-favorite-btn.favorited {
  color: #ff0000;
}

.product-favorite-btn.favorited:hover {
  color: #cc0000;
}

/* Informações do Produto */
.product-card-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Avaliações */
.product-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.product-stars {
  display: flex;
  gap: 2px;
  color: #ffa500;
  font-size: 14px;
}

.product-stars i {
  line-height: 1;
}

.product-rating-count {
  font-size: 12px;
  color: #666;
}

/* Título do Produto */
.product-card-title {
  font-size: 12px;
  font-weight: 400;
  color: #131313;
  margin: 0 0 0px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Wrapper de Preço e Economia (sempre no final) */
.product-price-economy-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* Preço Antigo (tachado) */
.product-price-old {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

/* Preço */
.product-price-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

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

.product-price-label {
  font-size: 12px;
  font-weight: 400;
  color: #131313;
}

/* Economia */
.product-economy {
  font-size: 11px;
  font-weight: 400;
  color: #00a650;
  background: rgba(0, 166, 80, 0.2);
  border: 1px dashed #00a650;
  padding: 4px 8px;
  border-radius: 4px;
}

.product-economy strong {
  font-weight: 600;
  color: #00a650;
}

/* Modal de Favoritos */
.favorite-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.favorite-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.favorite-modal-content h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #131313;
}

.favorite-modal-content p {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #666;
}

.favorite-modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.favorite-modal-close,
.favorite-modal-login {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.favorite-modal-close {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
}

.favorite-modal-close:hover {
  background: #e0e0e0;
}

.favorite-modal-login {
  background: #00a650;
  border: 1px solid #00a650;
  color: #fff;
}

.favorite-modal-login:hover {
  background: #008f44;
  border-color: #008f44;
}

/* ===================================
   Products Carousel
   =================================== */

.products-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.products-carousel-container {
  overflow: hidden;
  width: 100%;
}

.products-carousel-track {
  display: flex;
  gap: 15px;
  transition: transform 0.4s ease;
  width: fit-content;
}

/* Cards dentro do carrossel */
.products-carousel-track .product-card {
  flex-shrink: 0;
}

/* Arrows de navegação */
.products-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  transition: opacity 0.3s ease;
  font-size: 24px;
  color: #000;
  line-height: 1;
}

.products-carousel-arrow:hover {
  opacity: 0.6;
}

.products-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.products-carousel-prev {
  left: -40px;
}

.products-carousel-next {
  right: -40px;
}

/* Tablet - 4 colunas + metade do 5º */
@media (max-width: 1024px) {
  .products-carousel-prev {
    left: -35px;
  }

  .products-carousel-next {
    right: -35px;
  }

  .products-carousel-arrow {
    font-size: 20px;
  }
}

/* Mobile - 2 colunas + metade do 3º */
@media (max-width: 767px) {
  .products-carousel-track {
    gap: 10px;
  }

  .products-carousel-prev {
    left: -30px;
  }

  .products-carousel-next {
    right: -30px;
  }

  .products-carousel-arrow {
    font-size: 18px;
  }
}
