/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.product-list .product-miniature .zone-card-v2 {
  background: #f1f2f5;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(30, 37, 44, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-list .product-miniature .zone-card-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(30, 37, 44, 0.1);
}

.product-list .product-miniature .zone-card-v2 .first-block {
  position: relative;
  background: transparent;
}

.product-list .product-miniature .zone-card-v2 .product-thumbnail .product-cover-link {
  aspect-ratio: 16 / 12;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe3ea;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.product-list .product-miniature .zone-card-v2 .product-thumbnail .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list .product-miniature .zone-card-v2 .grid-hover-btn {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px;
}

.product-list .product-miniature .zone-card-v2 .second-block {
  padding: 0 14px;
}

.product-list .product-miniature .zone-card-v2 .product-name {
  background: transparent;
  text-align: left;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  color: #162138;
  margin: 0;
  padding: 14px 0 0;
}

.product-list .product-miniature .zone-card-v2 .product-name a {
  text-align: left;
}

.product-list .product-miniature .zone-card-v2 .product-name,
.product-list .product-miniature .zone-card-v2 .product-name a {
  background: transparent !important;
  color: #162138 !important;
}

.product-list .product-miniature .zone-card-v2 .product-name a:hover {
  color: #162138 !important;
}

.product-list .product-miniature.zone-column-card .product-brand {
  margin: 0 0 3px;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1d2f46;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
}

.product-list .product-miniature.zone-column-card .product-brand a {
  color: #1d2f46 !important;
  text-decoration: none;
}

.product-list .product-miniature.zone-column-card .product-model,
.product-list .product-miniature.zone-column-card .product-name {
  margin: 0;
}

.product-list .product-miniature.zone-column-card .product-model .product-feature-fourth {
  margin: 0;
}

.product-list .product-miniature.zone-column-card .product-model .product-feature-fourth span,
.product-list .product-miniature.zone-column-card .product-name a {
  display: block;
  color: #2f3747 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.82rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
}

.product-list .product-miniature.zone-column-card .product-year-inline {
  margin: 0 0 6px;
}

.product-list .product-miniature.zone-column-card .product-year-inline .product-year-flag {
  position: static;
}

.product-list .product-miniature.zone-column-card .product-year-inline .product-year-flag span {
  display: inline-block;
  background: #ececef;
  color: #1f2329;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 4px 8px;
}

.product-list .product-miniature .zone-card-v2 .product-feature-fourth {
  margin: 0 0 6px;
  min-height: 0;
  text-align: left;
}

.product-list .product-miniature .zone-card-v2 .zvc-card-title-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-list .product-miniature .zone-card-v2 .zvc-card-title-link:hover,
.product-list .product-miniature .zone-card-v2 .zvc-card-title-link:focus {
  text-decoration: none;
  color: inherit;
}

.product-list .product-miniature .zone-card-v2 .product-feature-fourth span {
  display: block;
  max-width: 100%;
  color: #1f2329;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}

.product-list .product-miniature .zone-card-v2 .product-feature-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-top: 0;
  border-bottom: 1px solid #d7dbe2;
  padding: 10px 0 12px;
  margin: 4px 0 12px;
  min-height: 0;
  height: auto;
}

.product-list .product-miniature .zone-card-v2 .product-feature-strip .feature-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  text-align: left;
  color: #5f636b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  overflow: visible;
}

.product-list .product-miniature .zone-card-v2 .product-feature-strip .feature-item .zvc-card-feature-icon.material-icons {
  font-size: 14px;
  line-height: 1;
  color: #7a7f88;
  flex: 0 0 auto;
}

.product-list .product-miniature .zone-card-v2 .product-meta-inline {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7px;
  padding-bottom: 8px;
  color: #7a8190;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
}

.product-list .product-miniature .zone-card-v2 .product-meta-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list .product-miniature .zone-card-v2 .product-meta-dot {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9ca3af;
}

.product-list .product-miniature .zone-card-v2 .product-description-short,
.product-list .product-miniature .zone-card-v2 .product-availability,
.product-list .product-miniature .zone-card-v2 .variant-links,
.product-list .product-miniature .zone-card-v2 .product-list-reviews {
  display: none;
}

.product-list .product-miniature .zone-card-v2 .third-block {
  display: block;
  padding: 0 14px 14px;
  min-height: 0;
}

.product-list .product-miniature .zone-card-v2 .third-block-left {
  margin: 0;
}

.product-list .product-miniature .zone-card-v2 .product-price-and-shipping::before {
  content: 'PRECIO';
  display: block;
  color: #959aa3;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.product-list .product-miniature .zone-card-v2 .product-price-and-shipping {
  margin: 0;
  display: block;
}

.product-list .product-miniature .zone-card-v2 .product-price {
  color: #0f1115;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.05;
}

.product-list .product-miniature .zone-card-v2 .second-prices,
.product-list .product-miniature .zone-card-v2 .third-prices {
  margin-top: 3px;
}

.product-list .product-miniature .zone-card-v2 .buttons-sections {
  display: block;
  margin-top: 12px;
}

.product-list .product-miniature .zone-card-v2 .buttons-sections .btn {
  width: 100%;
  border: 0;
  background: #0f1115;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  min-height: 48px;
  font-weight: 600;
  text-transform: none;
}

.product-list .product-miniature .zone-card-v2 .buttons-sections .btn:hover {
  background: #2c313a;
  color: #ffffff;
}

.product-list .product-miniature .zone-card-v2 .text-for-list {
  display: none;
}

.product-list .product-miniature .zone-card-v2 .text-for-grid {
  display: inline !important;
  width: 100%;
  text-align: center;
}

.product-list .product-miniature .zone-card-v2 .product-flags {
  top: 10px;
  left: 10px;
  right: auto;
  margin: 0;
}

.product-list .product-miniature .zone-card-v2 .product-flags .product-flag {
  margin: 0;
}

.product-list .product-miniature .zone-card-v2 .product-flags .product-flag span {
  background: #1f4fc5;
  color: #ffffff;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 3px 7px;
  text-transform: uppercase;
}

.product-list .product-miniature .zone-card-v2 .product-flags .product-flag.new span {
  background: #9f5300;
}

.product-list .product-miniature .zone-card-v2 .product-flags .product-flag + .product-flag {
  display: none;
}

.product-list .product-miniature .zone-card-v2 .product-year-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.product-list .product-miniature .first-block {
  position: relative;
}

.product-list .product-miniature .product-year-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.product-list .product-miniature .zone-card-v2 .product-year-flag.has-product-flags {
  top: 44px;
}

.product-list .product-miniature .product-year-flag.has-product-flags {
  top: 44px;
}

.product-list .product-miniature .zone-card-v2 .product-year-flag span {
  display: inline-block;
  background: #ececef;
  color: #1f2329;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.product-list .product-miniature .product-year-flag span {
  display: inline-block;
  background: #1e3a8a;
  color: #ffffff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 4px 8px;
  text-transform: uppercase;
}

.product-list .list .product-miniature .zone-card-v2 {
  display: flex;
  align-items: stretch;
}

.product-list .list .product-miniature .zone-card-v2 .first-block {
  max-width: 260px;
}

.product-list .list .product-miniature .zone-card-v2 .second-third-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aone-homepage .title-block .view-all-link .view-more-btn,
.title-block .view-all-link .view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0c6ddf 0%, #007ad1 100%);
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 122, 209, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.aone-homepage .title-block .view-all-link .view-more-btn:hover,
.title-block .view-all-link .view-more-btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 122, 209, 0.2);
  filter: brightness(1.03);
}

.aone-homepage .title-block .view-all-link .view-more-btn .view-more-icon,
.title-block .view-all-link .view-more-btn .view-more-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aone-homepage .title-block .view-all-link .view-more-btn .material-icons,
.title-block .view-all-link .view-more-btn .material-icons {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .product-list .product-miniature .zone-card-v2 .product-name {
    font-size: 1.02rem;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .product-list .product-miniature .zone-card-v2 .product-feature-fourth {
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .product-list .product-miniature .zone-card-v2 .product-meta-inline {
    font-size: 11px;
    gap: 6px;
  }

  .product-list .product-miniature .zone-card-v2 .product-feature-strip {
    gap: 8px;
    padding: 8px 0 10px;
  }

  .product-list .product-miniature .zone-card-v2 .product-feature-strip .feature-item {
    font-size: 12px;
  }

  .product-list .product-miniature .zone-card-v2 .product-year-flag {
    top: 8px;
    left: 8px;
  }

  .product-list .product-miniature .product-year-flag {
    top: 8px;
    left: 8px;
  }

  .product-list .product-miniature .zone-card-v2 .product-year-flag.has-product-flags {
    top: 38px;
  }

  .product-list .product-miniature .product-year-flag.has-product-flags {
    top: 38px;
  }

  .product-list .product-miniature .zone-card-v2 .product-price {
    font-size: 1.58rem;
  }

  .product-list .product-miniature .zone-card-v2 .buttons-sections .btn {
    min-height: 52px;
    font-size: 1.05rem;
  }

  .aone-homepage .title-block .view-all-link .view-more-btn,
  .title-block .view-all-link .view-more-btn {
    padding: 4px 6px 4px 10px;
    font-size: 0.8rem;
  }

  .aone-homepage .title-block .view-all-link .view-more-btn .view-more-icon,
  .title-block .view-all-link .view-more-btn .view-more-icon {
    width: 22px;
    height: 22px;
  }
}

.aone-slideshow .nivo-caption::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(10, 20, 38, 0.72) 0%, rgba(10, 20, 38, 0.35) 42%, rgba(10, 20, 38, 0.08) 100%);
  pointer-events: none;
}

.aone-slideshow .nivo-caption .caption-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px 5%;
}

.aone-slideshow .nivo-caption .caption-wrapper.caption-align-left {
  justify-content: flex-start;
}

.aone-slideshow .nivo-caption .caption-wrapper.caption-align-center {
  justify-content: center;
}

.aone-slideshow .nivo-caption .caption-wrapper.caption-align-right {
  justify-content: flex-end;
}

.aone-slideshow .nivo-caption .caption-content {
  max-width: 620px;
  border-radius: 12px;
  padding: 18px 22px;
  background: rgba(16, 26, 46, 0.42);
  backdrop-filter: blur(1px);
  text-align: left;
}

.aone-slideshow .nivo-caption .caption-content .slide-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aone-slideshow .nivo-caption .caption-content .slide-caption-text h1,
.aone-slideshow .nivo-caption .caption-content .slide-caption-text h2,
.aone-slideshow .nivo-caption .caption-content .slide-caption-text h3 {
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}

.aone-slideshow .nivo-caption .caption-content .slide-caption-text .text,
.aone-slideshow .nivo-caption .caption-content .slide-caption-text p {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-shadow: none;
}

.aone-slideshow .nivo-caption .caption-content .slide-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #007ad1;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.aone-slideshow .nivo-caption .caption-content .slide-cta-btn:hover {
  background: #0066af;
  transform: translateY(-1px);
}

.aone-slideshow .nivo-caption .caption-content.caption-style-secondary .slide-cta-btn {
  background: transparent;
  border: 2px solid #d7e7ff;
}

@media (max-width: 767px) {
  .aone-slideshow .nivo-caption::before {
    background: linear-gradient(180deg, rgba(10, 20, 38, 0.2) 0%, rgba(10, 20, 38, 0.62) 100%);
  }

  .aone-slideshow .nivo-caption .caption-wrapper {
    align-items: flex-end;
    padding: 16px 14px;
  }

  .aone-slideshow .nivo-caption .caption-content {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    padding: 12px 14px;
    background: rgba(16, 26, 46, 0.48);
  }

  .aone-slideshow .nivo-caption .caption-content .slide-badge {
    margin-bottom: 7px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .aone-slideshow .nivo-caption .caption-content .slide-caption-text h1,
  .aone-slideshow .nivo-caption .caption-content .slide-caption-text h2,
  .aone-slideshow .nivo-caption .caption-content .slide-caption-text h3 {
    font-size: 1.25rem;
    margin-bottom: 0.45rem;
  }

  .aone-slideshow .nivo-caption .caption-content .slide-caption-text .text,
  .aone-slideshow .nivo-caption .caption-content .slide-caption-text p {
    font-size: 0.88rem;
    margin-bottom: 0.7rem;
  }

  .aone-slideshow .nivo-caption .caption-content .slide-cta-btn {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 0.88rem;
  }
}
