.elementor-46 .elementor-element.elementor-element-ad7e909{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6fc16be *//* ==================================================
   ALPARGATAS ARGENTINAS — Hoja de estilos
   ================================================== */

:root {
  --cream: #f5f1ea;
  --cream-dark: #e9e2d5;
  --white: #ffffff;
  --ink: #2e2a25;
  --ink-soft: #5c554b;
  --tan: #c2a476;
  --tan-dark: #a98c5f;
  --blue: #6d87a5;
  --line: #e5e0d6;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, Helvetica, Arial, sans-serif;
  --max: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* ============ BOTONES ============ */
.btn {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 0.9rem 1.8rem;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}

.btn-primary {
  background: var(--tan);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--tan-dark);
}

.btn-sm {
  padding: 0.75rem 1.3rem;
}

/* ============ TOPBAR ============ */
.topbar {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.topbar-item {
  white-space: nowrap;
}



/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #3a352e; /* fallback mientras no hay imagen */
}

.hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 18, 15, 0.65) 0%, rgba(20, 18, 15, 0.25) 55%, rgba(20, 18, 15, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  width: 100%;
  color: var(--white);
}

.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  max-width: 560px;
  color: #fff;
}

.hero-text {
  font-size: 0.95rem;
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.92);
}

/* ============ FRANJA DE BENEFICIOS ============ */
.features {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.features-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-right: 1.5rem;
}

.feature:not(:last-child) {
  border-right: 1px solid var(--line);
}

.feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--tan-dark);
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-body h3 {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.feature-body p {
  font-size: 0.78rem;
  color: var(--ink-soft);
}

/* ============ ENCONTRÁ TU ESTILO ============ */
.styles-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem 1.5rem 3.5rem;
  text-align: center;
}

.section-title {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.section-subtitle {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-top: 0.4rem;
  margin-bottom: 2.5rem;
}

.styles-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4rem;
}

.style-card img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  background: var(--cream-dark); /* placeholder mientras no hay imagen */
  transition: opacity 0.25s ease;
}

.style-card:hover img {
  opacity: 0.85;
}

.style-name {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink);
}

/* ============ BLOQUES PROMOCIONALES ============ */
.promos {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.promo {
  padding: 2.4rem 2rem;
  display: flex;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
}

.promo-cream {
  background: var(--cream);
  color: var(--ink);
}

.promo-blue {
  background: var(--blue);
  color: var(--white);
}

.promo-title {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.promo-lead {
  font-family: var(--serif);
  font-size: 1.05rem;
  margin-top: 0.3rem;
}

.promo-title-sm {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}

.promo-desc {
  font-size: 0.78rem;
  margin-top: 0.6rem;
  opacity: 0.85;
}

.promo-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  color: var(--tan-dark);
}

.promo-blue .promo-icon {
  color: var(--white);
}

.promo-icon svg {
  width: 100%;
  height: 100%;
}

.promo-icon-left {
  order: -1;
}

/* ============ HISTORIA / UN CLÁSICO ============ */
.story {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem 4.5rem;
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.story-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--cream-dark);
}

.story-title {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.story-text {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 460px;
}

/* ============ BANNER ============ */
.banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #2b2f33;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-overlay {
  position: absolute;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.6) 0%, rgba(15, 15, 15, 0.15) 60%, rgba(15, 15, 15, 0) 100%);
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  width: 100%;
  color: var(--white);
}

.banner-title {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #fff;
}

.banner-text {
  font-size: 0.88rem;
  font-weight: 300;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.9);
}

/* ============ COMUNIDAD / INSTAGRAM ============ */
.community {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.5rem 4.5rem;
  text-align: center;
}

.community-hashtag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.community-hashtag svg {
  width: 22px;
  height: 22px;
}

.community-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 0.4rem;
  margin-bottom: 2.2rem;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.community-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  background: var(--cream-dark);
}

/* ============ FOOTER ============ */
.footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-title-lg {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-text {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.newsletter-form {
  display: flex;
  gap: 0.6rem;
  max-width: 380px;
}

.newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  font-family: var(--sans);
  font-size: 0.8rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.newsletter-form input:focus {
  border-color: var(--tan);
}

.footer-title {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a:hover {
  color: var(--tan-dark);
}

.footer-social {
  display: flex;
  gap: 0.9rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 22px;
  height: 22px;
  color: var(--ink);
}

.footer-social a:hover {
  color: var(--tan-dark);
}

.footer-social svg {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a:hover {
  color: var(--tan-dark);
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 1024px) {
  .nav {
    gap: 1.1rem;
  }

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

  .feature:not(:last-child) {
    border-right: none;
  }

  .styles-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .promos {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .topbar-inner {
    justify-content: center;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }


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

  .story-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
@media (max-width: 768px) {

  /* El contenedor ya no impone altura: la define la foto */
  .hero,
  .banner {
    min-height: 0;
    display: block;
  }

  /* La imagen vuelve al flujo normal: su altura natural manda */
  .hero-img,
  .banner-img {
    position: static;
    width: 100%;
    height: auto;
  }

  /* El overlay y el texto se superponen sobre la foto */
  .hero-overlay,
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.hero-content,
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* ← esto evita el estiramiento */
  padding: 1.5rem;
}

  /* Achicamos el texto para que entre sobre la foto */
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-text,
  .banner-text {
    font-size: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .banner-title {
    font-size: 1.5rem;
  }
}/* End custom CSS */