/* ==================================================
   MOTO SHIELD STORE - MAQUETACIÓN SIMPLE
   Bootstrap + Montserrat + Flexbox
   Sin CSS Grid y sin aspect-ratio
================================================== */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #111;
  background: #fff;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 80%;
  margin: 0 auto;
}

/* ================= HEADER ================= */
.top-line {
  height: 10px;
  background: #1f1f1f;
}

.header-links {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.header-links-inner {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  text-transform: uppercase;
}

.header-links a {
  color: #666;
  display: flex;
}

.header-links a img{
  width: 14px; 
  height: 14px; 
  margin-right: 5px;
}

.header-links .alert-link {
  margin-left: auto;
  background: #e30613;
  color: #fff;
  padding: 7px 12px;
  font-weight: 800;
}

.main-header {
  padding: 12px 0;
  background: #fff;
}

.header-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.logo-box {
  width: 230px;
  height: 58px;
  background: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.logo-box img {
  width: 170px;
}

.search-form {
  width: 430px;
  height: 34px;
  display: flex;
  border: 1px solid #111;
  background: #fff;
}

.search-form button {
  width: 40px;
  border: 0;
  background: #e30613;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form input {
  flex: 1;
  border: 0;
  padding: 0 12px;
  font-size: 12px;
  outline: none;
  font-style: italic;
}

.user-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
}

.user-actions a {
  color: #111;
}

.cart-link {
  position: relative;
}

.cart-link span {
  position: absolute;
  top: -9px;
  right: -12px;
  background: #e30613;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.main-nav {
  background: #e30613;
}

.nav-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.nav-inner a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex; 
  align-items: center;
}

.nav-inner a img{
  height: 24px; 
  margin-right: 5px;
}

.mobile-header {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.menu-button {
  border: 0;
  background: transparent;
  color: #e30613;
  font-size: 28px;
  line-height: 1;
}

.mobile-logo {
  width: 120px;
  background: #070707;
  padding: 6px 14px;
  border-radius: 3px;
}

.mobile-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}

.mobile-icons a {
  color: #111;
}

/* ================= HERO ================= */
.hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 38px;
  height: 50px;
  border: 0;
  color: #e30613;
  background: transparent;
  font-size: 60px;
  line-height: 40px;
  font-weight: 800;
}

.slider-left {
  left: 35px;
}

.slider-right {
  right: 35px;
}

.whatsapp-button {
  position: absolute;
  left: 10px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  z-index: 2;
}

/* ================= PAY BANNER ================= */
.pay-section {
  padding: 14px 0 22px;
}

.pay-label {
  width: fit-content;
  margin: 0 auto 8px;
  background: #a726e8;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pay-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #6b24b8;
}

.pay-banner img {
  width: 120px;
}

.pay-banner p {
  margin: 0;
  font-size: 13px;
}

.pay-banner a,
.bottom-pay-banner a {
  background: #a726e8;
  color: #fff;
  border-radius: 20px;
  padding: 9px 30px;
  font-size: 12px;
  font-weight: 700;
}

/* ================= CARDS / CATEGORÍAS ================= */
.categories-section {
  padding-bottom: 48px;
}

.promo-card {
  position: relative;
  overflow: hidden;
  background: #222;
}

.promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tall {
  height: 455px;
}

.card-wide {
  height: 210px;
}

.card-small {
  height: 225px;
}

.card-medium {
  height: 225px;
}

.card-wide-bottom {
  height: 205px;
}

.husq-card {
  height: 300px;
}

.card-content {
  position: absolute;
  left: 42px;
  top: 38px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
}

.card-content-center {
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
}

.card-content-bottom {
  left: 0;
  right: 0;
  top: auto;
  bottom: 42px;
  text-align: center;
}

.card-content-right {
  left: auto;
  right: 55px;
  text-align: center;
}

.card-content h2 {
  margin: 0;
  font-size: 40px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 1px;
}

.card-content p {
  margin: 4px 0 12px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.card-content span {
  display: inline-block;
  background: #e30613;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.card-content a {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 8px 18px;
  border-radius: 18px;
  font-size: 11px;
  font-weight: 800;
  text-transform: none;
  text-shadow: none;
}

/* ================= MARCAS ================= */
.brands-section {
  padding: 0 0 55px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-title-row h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.section-title-row h2 span {
  color: #e30613;
  font-size: 28px;
  vertical-align: -2px;
}

.brand-arrows {
  gap: 12px;
}

.brand-arrows button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #e30613;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  font-size: 28px;
  line-height: 20px;
}

.brands-row {
  display: flex;
  gap: 18px;
}

.brand-card {
  flex: 1;
  overflow: hidden;
  background: #eee;
}

.brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================= BENEFICIOS ================= */
.benefits-section {
  padding: 0 0 50px;
}

.benefits-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.benefit-item {
  flex: 1;
  text-align: center;
}

.benefit-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  background: #e30613;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}

.benefit-item h3 {
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-item p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #333;
}

/* ================= FOOTER ================= */
.site-footer {
  background: #030303;
  color: #fff;
  padding: 38px 0 22px;
}

.footer-content {
  display: flex;
  gap: 42px;
  align-items: flex-start;
}

.footer-column {
  flex: 1;
}

.footer-column h2 {
  color: #e30613;
  margin: 0 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-column h2::before {
  content: '› ';
}

.footer-column a {
  display: block;
  color: #fff;
  font-size: 11px;
  margin-bottom: 13px;
  opacity: 0.85;
}

.subscribe-column {
  max-width: 245px;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
}

.subscribe-form input {
  width: 100%;
  height: 34px;
  border: 0;
  padding: 0 12px;
  background: #222;
  color: #fff;
  font-size: 11px;
}

.subscribe-form button {
  width: 82px;
  height: 32px;
  border: 0;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.social-links a {
  margin: 0;
}

.social-links a img{
  height: 18px;
}

.claims-book {
  width: 120px;
}

.footer-bottom {
  margin-top: 32px;
  border-top: 1px solid #222;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer-bottom p,
.payment-text {
  margin: 0;
  font-size: 11px;
  color: #aaa;
}

.payment-text {
  font-weight: 800;
  text-transform: uppercase;
}

/* ================= BANNER INFERIOR ================= */
.bottom-pay-banner {
  background: #fff;
  padding: 20px 0 24px;
}

.bottom-pay-inner {
  display: flex;
  align-items: center;
  gap: 25px;
}

.bottom-pay-inner img {
  width: 205px;
}

.bottom-pay-inner p {
  flex: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.05;
  color: #7d25c9;
  font-weight: 500;
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-slider {
    height: 250px;
  }

  .slider-left {
    left: 10px;
  }

  .slider-right {
    right: 10px;
  }

  .pay-section {
    padding: 14px 0 20px;
  }

  .pay-label {
    margin-left: auto;
    margin-right: auto;
  }

  .pay-banner {
    justify-content: space-between;
  }

  .pay-banner p {
    flex: 1;
  }

  .card-tall,
  .card-wide,
  .card-small,
  .card-medium,
  .card-wide-bottom {
    height: 180px;
  }

  .husq-card {
    height: 210px;
  }

  .card-content h2 {
    font-size: 25px;
  }

  .card-content p {
    font-size: 12px;
  }

  .card-content {
    left: 25px;
    top: 28px;
  }

  .card-content-bottom {
    left: 0;
    bottom: 28px;
    top: auto;
  }

  .card-content-right {
    left: auto;
    right: 30px;
  }

  .brands-row {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .brand-card {
    min-width: 150px;
    height: 170px;
    flex: 0 0 150px;
  }

  .benefits-row {
    flex-wrap: wrap;
  }

  .benefit-item {
    flex: 0 0 45%;
    margin-bottom: 28px;
  }

  .footer-content {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer-column {
    flex: 0 0 42%;
  }

  .subscribe-column {
    max-width: none;
  }

  .bottom-pay-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-pay-inner a {
    width: 100%;
    text-align: center;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 575px) {
  body {
    background: #1f1f1f;
  }

  main,
  .site-header,
  .site-footer,
  .bottom-pay-banner {
    background: #fff;
  }

  .mobile-logo {
    display: none;
  }

  .hero-slider {
    height: 250px;
  }

  .hero-slider img {
    object-fit: cover;
  }

  .slider-arrow {
    font-size: 42px;
  }

  .pay-section {
    padding-top: 12px;
  }

  .pay-label {
    font-size: 8px;
    padding: 4px 14px;
  }

  .pay-banner {
    display: block;
  }

  .pay-banner img {
    width: 105px;
    margin-bottom: 6px;
  }

  .pay-banner p {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .pay-banner a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 10px;
  }

  .categories-section {
    padding-bottom: 30px;
  }

  .card-tall,
  .card-wide,
  .card-small,
  .card-medium,
  .card-wide-bottom,
  .husq-card {
    height: 180px;
  }

  .promo-card {
    margin-bottom: 2px;
  }

  .card-content {
    left: 20px;
    top: 28px;
  }

  .card-content-center {
    left: 0;
    right: 0;
    top: 45px;
  }

  .card-content-bottom {
    left: 0;
    right: 0;
    bottom: 28px;
    top: auto;
  }

  .card-content h2 {
    font-size: 26px;
  }

  .card-content p {
    font-size: 12px;
  }

  .card-content a {
    padding: 6px 14px;
    font-size: 9px;
  }

  .section-title-row h2 {
    font-size: 16px;
  }

  .brands-section {
    padding-bottom: 35px;
  }

  .brands-row {
    gap: 8px;
  }

  .brand-card {
    min-width: 115px;
    height: 135px;
    flex: 0 0 115px;
  }

  .benefits-section {
    padding-bottom: 25px;
  }

  .benefit-item {
    flex: 0 0 47%;
  }

  .benefit-item:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .benefit-item h3 {
    font-size: 10px;
  }

  .benefit-item p {
    font-size: 9px;
  }

  .site-footer {
    padding-top: 28px;
  }

  .footer-content {
    gap: 18px;
  }

  .footer-column {
    flex: 0 0 46%;
  }

  .footer-column h2 {
    font-size: 10px;
  }

  .footer-column a {
    font-size: 9px;
    margin-bottom: 10px;
  }

  .subscribe-column {
    flex: 0 0 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom p,
  .payment-text {
    font-size: 9px;
  }

  .bottom-pay-banner {
    padding: 18px 0 22px;
  }

  .bottom-pay-inner img {
    width: 130px;
  }

  .bottom-pay-inner p {
    font-size: 14px;
  }
}
