/* ================================
   BREAKPOINTS
   1200px  -> desktop reducido
   992px   -> tablet landscape
   768px   -> tablet portrait / phablet
   576px   -> teléfonos
   ================================ */

/* --------- GLOBAL ---------- */
img {
  max-width: 100%;
  height: auto;
}
:root {
  --sp: 5%; /* padding lateral estándar móvil */
}



@media (max-width: 1580px) {
  .nosotros-container {
    align-items: flex-start;
  }
  .tab-content {
    padding-right: 100px;
  }
  .col-carrusel {
    width: 60%;
  }
  .testi-text {
    font-size: 24px;
  }
  .pdp {
  padding: 60px 6vw;
}
.pdp-view img{
  object-fit: cover;
}
.pdp-container {
  width: 100%;
  max-width: 100%;
}
.co-tyc {
  font-size: 12px;
}
}

@media (max-width: 1440px) {
  .shop-grid{
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 1280px) {
  /* HEADER */
  .header-container {
    padding: 0 1.5rem;
  }
  #sum-total {
  font-size: 18px;
}
  .left-nav,
  .right-nav {
    gap: 1rem;
  }
  /* NOSOTROS */
  .nosotros-img img {
    width: 100%;
  }
  .tab-content {
    padding-right: 0;
  }

.masvendidos-productos {
  width: 100%;
  justify-content: space-between;
}
.masvendidos-productos .product-card {
  width: 30%;
}
.pdp-container{
  display: flex;
  flex-direction: row;
}
.pdp-col.pdp-col--gallery {
  width: 60%;
}
.pdp-col.pdp-col--info {
  width: 35%;
}
.product-tabs {
  padding: 0 6vw 49px 6vw;
  margin-top: 24px;
}
}


@media (max-width: 1100px) {
  .movil_menu-btn img,
  .right-nav img {
    width: 34px;
    height: 34px;
  }
  .left-nav,
  .right-nav {
    width: 30%;
  }
  .right-nav {
    display: flex;
    justify-content: flex-end;
  }
  #icono-idioma-movil{
  display: block;
}
#icono-idioma-movil  .locale-btn img {
  width: 28px;
  height: 28px;
}
  .logo {
    max-width: 70%;
    justify-content: center;
    margin-left: 0px;
  }
  .logo img {
    text-align: center;
    max-width: 200px;
  }
  .version-web {
    display: none;
  } /* ya lo tienes */
  .movil_menu-btn {
    display: block;
  }
  .header .left-nav > #movil_clos_menu-btn {
    display: none;
  }
  .mobile-nav #movil_clos_menu-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .movil_menu-btn.close img {
    width: 18px;
    height: 18px;
    display: block;
  }
  /* CATEGORÍAS */
  .categoria-row-container {
    gap: 30px;
  }
  .col-titulo-filtro h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .categoria-card {
    max-width: 260px;
    margin-left: 5px;
  }
  /* COLECCIÓN */
  .product-card {
    width: 300px;
  }
  /* MAS VENDIDOS */
  .masvendidos-container {
    gap: 40px;
    flex-direction: column;
  }
  .masvendidos-info h2 {
    font-size: 32px;
    line-height: 36px;
  }
  /* NOSOTROS */
  .nosotros-container {
    gap: 60px;
    flex-direction: column;
  }
  .nosotros-img {
    width: 65%;
  }
  .nosotros-contenido {
    width: 100%;
    min-height: 300px;
  }
  .nosotros-contenido h2 {
    font-size: 34px;
  }
  .tab-content {
    padding-right: 0;
  }
  /* COMMUNITY */
  .community-carousel {
    padding: 60px var(--sp);
  }
  .community-carousel .carousel-container {
    gap: 60px;
  }
  img#lifestyle-img {
    max-width: 500px;
  }
  .carousel-product {
    max-width: 380px;
  }
  /* TESTIMONIOS */
  .testi-content {
    max-width: 680px;
  }
  .testi-text {
    font-size: 22px;
    line-height: 36px;
  }
  .carousel-btn {
    top: 105%;
  }
  .cart-container{
    width: 100%;
    padding: 50px 7%;
  }
  .cart-row .pinfo img{
    width: 60px;
  height: 80px;
  border-radius: 5px;
  }
  .cart-layout {
  max-width: 100%;
}
.cart-head{
  width: 100%;
}
#cart-product-label{
  width: 20%;
}
#cart-remove-label {
  width: 10%;
}
#cart-price-label,#cart-qty-label,#cart-subtotal-label{
  width: 23%;
}
.cart-row {
  width: 100%;
}
.cart-row .pinfo{
  width: 20%;
}
.remove{
  width: 10%;
}
.price,.cart-row .qty,.subtotal{
  width: 23%;
}
.pdp-checks {
  justify-content: center;
  gap: 15px;
}
.pdp-gallery {
  display: flex;
  flex-direction: column-reverse;
}
.pdp-thumbs{
  flex-direction: row;
  margin-top: 35px;
}
.pdp-view{
  position: relative;
}
.price {
  width: 100%;
}
}

@media (max-width: 1024px) {
   .cart-container {
    padding: 34px 7%;
  }
  #cart-product-label {
    width: 45%;
  }
   #cart-remove-label {
    width: 5%;
  }
  #cart-price-label, #cart-qty-label, #cart-subtotal-label {
    width: 16%;
  }
  .cart-row .pinfo{
    width: 45%;
  }
  .remove {
    width: 5%;
  }
   .price, .cart-row .qty, .subtotal {
    width: 16%;
  }
.product-card .name{
  font-size: 16px;
}
.shop-grid{
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.shop-filters{
  top: 100px;
}

}

@media (max-width: 900px) {
  .hero-carousel .carousel-container {
    height: clamp(260px, 58vw, 520px);
    min-height: 260px;
  }

  .hero-carousel .cta-button {
    bottom: 18px;
    font-size: 14px;
    padding: 8px 14px;
  }
}

@media (max-width: 768px) {
  /* HERO */

  .cta-button {
    font-size: 16px;
    padding: 8px 16px;
    bottom: 25px;
  }
  .prev,
  .next {
    font-size: 24px;
    padding: 6px 12px;
  }
   .footer-links li img {
    width: 200px;
    margin-top: 15px;
  }



  .coleccion-section {
    padding: 8% 5%;
  }
  /* CATEGORÍAS */
  .categoria-row-container {
    flex-direction: column;
    margin-bottom: -15%;
  }
  .col-titulo-filtro {
    max-width: 100%;
    flex: 1 1 10px;
  }
  .col-carrusel {
    width: 100%;
  }
  .carousel-btn {
    position: static;
    transform: translateY(0);
    top: 0;
  }

  .carousel-controls {
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 200px;
    transform: translateY(50);
  }

  #categorias-cards {
    position: relative;
    top: -330px;
  }

  #newarrivals-prev,
  .carousel-btn.left {
    margin-left: -3%;
  }
  #newarrivals-next,
  .carousel-btn.right {
    margin-right: -3%;
  }

  .carousel-track {
    gap: 16px;
  }

  /* COLECCIÓN */
  .coleccion-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .coleccion-title {
    max-width: 100%;
  }
  .coleccion-title h2 {
    font-size: 32px;
  }
  .product-card {
    width: 260px;
    margin-right: 16px;
  }
  .color-swatches {
    position: static;
    flex-direction: row;
    margin: 10px 0;
    padding-left: 0;
  }

  /* MAS VENDIDOS */
  .masvendidos-container {
    flex-direction: column;
  }
  .masvendidos-info {
    max-width: 100%;
  }
  /* NOSOTROS */
  .nosotros-section {
    padding: 8% 5%;
  }
  .nosotros-container {
    flex-direction: column;
  }
  .nosotros-img,
  .nosotros-contenido {
    width: 100%;
  }
  .nosotros-img img {
    width: 100%;
    max-width: 100%;
  }
  .nosotros-contenido h2 {
    font-size: 32px;
  }
  .nosotros-contenido .subtitulo {
    font-size: 32px;
  }
  .tab-content p {
    text-align: justify;
  }

  /* COMMUNITY */
  .community-carousel .carousel-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  img#lifestyle-img {
    max-width: 100%;
  }
  .carousel-product {
    max-width: 100%;
  }
  .nombre-producto {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .precio-producto {
    font-size: 18px;
  }
  .dot {
    width: 22px;
    height: 4px;
    margin: 0 4px;
  }
  .section-legal-titulo{
    font-size: 36px;
  }
.section-legal-cuerpo h2{
  font-size: 28px;
}
  /* TESTIMONIOS */
  .testimonios-section {
    padding: 8% 5%;
  }
  .testi-content {
    margin: 0 15px;
  }
  .t-arrow {
    font-size: 32px;
    padding: 6px;
  }
  .categoria-section-row {
    padding: 8% 5%;
  }
  .video-hero {
    --min-h: clamp(420px, 50vh, 900px);
  }
  .promo-section {
    padding: 8% 5%;
  }
  .masvendidos-section {
    padding: 8% 5%;
  }
  .masvendidos-productos {
    flex-direction: column;
  }
  .masvendidos-productos .product-card {
    width: 100%;
  }
  .testi-text {
    font-size: 20px;
  }
  .section-legal-titulo,
  .section-legal-cuerpo {
    padding: 8% 5%;
  }
  .co-shipping {
  width: 60%;
}
.split-container {
      flex-direction: column;
    }
    .detalles-subtot-carr {
  width: 40%;
}
.co-coupon .input-group{
  grid-template-columns: 1fr;
}
#cart-product-label {
    width: 35%;
  }
   #cart-price-label, #cart-qty-label, #cart-subtotal-label {
    width: 20%;
  }
  .cart-row .pinfo {
    width: 35%;
  }
  .price, .cart-row .qty, .subtotal {
    width: 20%;
  }
  .modal__dialog{
    margin: 30vh 51px 0;
  }
  .pdp-gallery {
  margin-top: -25px;
}
.pdp-thumbs{
  margin-top: 25px;
  max-width: 100%;

  /* carrusel horizontal real (sin cortar) */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;

  /* mejor UX */
  scroll-snap-type: x mandatory;
  scroll-padding: 10px;
  padding: 0 2px 8px;

  /* ocultar scrollbar */
  scrollbar-width: none;
}
.pdp-view{ touch-action: pan-y; }
.pdp-thumbs{ touch-action: pan-x; }
.pdp-thumbs::-webkit-scrollbar{ display:none; }

.pdp-thumbs > li{ scroll-snap-align: center; }
   .pdp {
    padding: 34px 10%;
  }
  .pdp-col.pdp-col--gallery, .pdp-col.pdp-col--info {
    width: 100%;
  }
  .pdp-container{
    flex-direction: column;
  }
  .thumb {
    width: 100px;
    height: 100%;
  }
  .pdp-title {
  font-size: 42px;
}
.pdp-price {
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.product-tabs{
  margin-top: -34px;
}

.pdp-info{
  padding-bottom: 0;
}
.pdp-modal__dialog {
  max-width: 100%;
  margin: 25vh 50px 0;
}
.pdp-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
#desc, .list li, #sizing {
  text-align: justify;
}
.link-inline.js-open-sizeguide {
  text-align: left;
  margin-left: 0;
}
.pdp-view{
  height: 100%;
}
.pdp-variant {
  width: 100%;
  margin: 22px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start ;
  align-items: flex-start;
}
.pdp-row {
  max-width: 100%;
  width: 100%;
}
.pdp-checks {
  justify-content: flex-start;
}
.pdp-shipping {
  width: 100%;
}
.pdp-info-wrap {
  min-height: 100% !important;
}
.pdp-row__label{
  text-align: left;
}
#botones-categorias {
  top: 20%;
}
.price {
  width: 100%;
}
.botones-catt {
  background: var(--blanco);
}
.price.tarjeta {
  font-size: 16px ;
}
 #filters-container{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 20px 18px;
    flex: 1 1 auto;
  }
.shop-filters.is-open {
  min-height: 100%;
}
  /* opcional: evita scroll del body cuando está abierto */
  body.filters-open{
    overflow: hidden;
  }
  .btn-filters-open{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 1px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    width: fit-content;
    margin: 0 0 12px;
  }

  .filters-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9998;
  }

  .shop-filters{
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(92vw, 360px);
    background: #fff;
    z-index: 9999;

    transform: translateX(100%);
    transition: transform .25s ease;
    box-shadow: -18px 0 40px rgba(0,0,0,.18);

    display: flex;
    flex-direction: column;
  }

  .shop-filters.is-open{
    transform: translateX(0);
  }

  .shop-filters .filters-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .btn-filters-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    flex: 0 0 auto;
  }
  .shop-container{
  grid-template-columns: 1fr;
}
.co-title {
  margin: 0;
  margin-bottom: 25px;
}
.hero-carousel .carousel-container {
    height: clamp(230px, 62vw, 420px);
    min-height: 230px;
  }

  .hero-carousel .prev,
  .hero-carousel .next {
    font-size: 24px;
    padding: 6px 12px;
  }
}
@media (max-width: 678px) {
  .cart-head {
  display: none;
}
.cart-row {
  flex-wrap: wrap;
}
.price {
  display: none;
}
.cart-row .pinfo {
    width: 35%;
  }
  .qty {
    width: 25% !important;
  }
  .subtotal{
    width: 25% !important;
  }
  .detalles-carrito {
  flex-direction: column;
  gap: 5px;
}
.co-shipping {
    width: 100%;
  }
  .detalles-subtot-carr {
    width: 100%;
  }
  .co-coupon .input-group {
    grid-template-columns: 1fr auto;
  }
  .cart-layout {
  gap: 15px;
}
.cart-row .remove .remove-btn{
  width: 22px;
  height: 22px;
}
.cat-strip {
  padding: 34px 7%;
}
.shop {
  padding: 0 7% 34px 7%;
}

.price-widget,.facet-col {
  padding: 0 15px;
}
.price.tarjeta {
  display: block;
}
.shop.tienda {
  padding: 34px 7%;
}


 
}
@media (max-width: 576px) {
  .header {
    padding: 15px 0;
  }
  .movil_menu-btn img {
    width: 28px;
    height: 28px;
  }
  .right-nav img {
    width: 26px;
    height: 26px;
  }
  .left-nav {
    width: 20%;
  }
  .right-nav {
    width: 20%;
    gap: 12px;
  }
  .logo {
    max-width: 60%;
    justify-content: center;
    margin-left: 0px;
  }
  .logo img {
    text-align: center;
    max-width: 150px;
  }
   #icono-idioma-movil .locale-btn img {
    width: 20px;
    height: 20px;
  }
.footer-links li img {
  width: 200px;
  margin-top: 15px;
}
  .cart-count {
    top: -10px;
    right: -10px;
    min-width: 14px;
    height: 14px;
    padding: 0px 6px;
    font-size: 10px;
  }
  .cart-dropdown {
    top: calc(100% + 10px);
    width: min(300px, 90vw);
  }
  .cart-item .price-row .price {
    font-size: 12px;
  }
  .cart-summary {
    font-size: 15px;
  }

  /* HERO */

  .cta-button {
    font-size: 14px;
    bottom: 18px;
    padding: 7px 14px;
  }


  .coleccion-section {
    padding: 10% 5%;
  }
  /* CATEGORÍAS */
  .col-titulo-filtro h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .coleccion-title .subtitulo {
    font-size: 32px;
  }
  .coleccion-link a {
    font-size: 16px;
  }
  .filter-btn {
    font-size: 16px;
    padding: 6px 14px;
  }
  /* COLECCIÓN */
  .product-card {
    width: 85vw;
  }
  .product-card .name {
    font-size: 20px;
  }
  .product-card .price {
    font-size: 18px;
  }
.carousel-controls {
    top: 350px;
  }
  #categorias-cards{
    top: -310px;
  }
  /* MAS VENDIDOS */
  .masvendidos-productos {
    gap: 25px;
  }
  .masvendidos-info h2 {
    font-size: 28px;
  }

  /* NOSOTROS */
  .nosotros-tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .tab-btn {
    font-size: 14px;
    padding: 10px 14px;
    margin: 5px 0;
    width: 100%;
  }
  .tab-content {
    font-size: 16px;
    line-height: 32px;
  }
  .nosotros-section {
    padding: 10% 5%;
  }
  .nosotros-container {
    gap: 30px;
  }
  .nosotros-contenido h2 {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  /* TESTIMONIOS */
  .testi-text {
    font-size: 16px;
    line-height: 30px;
  }
  .testi-name {
    font-size: 16px;
  }
  .testi-stars span {
    font-size: 22px;
  }

  .coleccion-header {
    gap: 5px;
    margin-bottom: 20px;
  }
  .categoria-card {
    max-width: 350px;
    margin-left: 3px;
  }
  .categoria-section-row {
    padding: 10% 5%;
  }
  .categoria-row-container {
    margin-bottom: -18%;
  }
  .video-hero .vh-title {
    font-size: clamp(28px, 6vw, 64px);
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 0.45em 0;
  }
  .video-hero .vh-text {
    font-size: clamp(14px, 3.2vw, 20px);
  }
  #desc, .list li, #sizing {
    text-align: left;
  }
  .promo-section {
    padding: 10% 5%;
  }
  .promo-title {
    font-size: 28px;
    line-height: 1.3em;
  }
  .btn-outline {
    font-size: 14px;
  }
  .masvendidos-section {
    padding: 10% 5%;
  }
  .masvendidos-info h2 {
    margin-bottom: 8px;
    line-height: 1.3em;
  }
  .boton-ver {
    font-size: 14px;
  }
  .testimonios-section {
    padding: 10% 5%;
  }
  .section-legal-titulo,
  .section-legal-cuerpo {
    padding: 10% 5%;
  }
  .section-legal-titulo {
    font-size: 34px;
    line-height: 1.2em;
  }
  .section-legal-cuerpo h2 {
    font-size: 24px;
    line-height: 1em;
    word-wrap: normal;
    -ms-hyphens: none;
    hyphens: none;
  }
  .section-legal-cuerpo li,
  .section-legal-cuerpo ol {
    text-align: left;
  }
  .section-legal-cuerpo h3 {
    font-size: 18px;
    line-height: 1em;
  }
  .co-title {
    margin: 0 0 20px 0;
  }

  input#summary_coupon_input {
    width: 100%;
  }
  .checkout {
    padding: 34px 7%;
  }
  .cart-row .pinfo {
    width: 50%;
  }
  .qty {
    width: 45% !important;
  }
  .subtotal {
    width: 70% !important;
    text-align: left !important;
  }
  .remove {
    width: 25%;
  }
  .pdp-nav.pdp-nav--prev{
    left: 5px;
  }.pdp-nav.pdp-nav--next{
    right: 5px;
  }
  .shop-grid{
    grid-template-columns: 1fr;
  }
  .sort-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.shop-toolbar {
  align-items: flex-end;
  flex-direction: row-reverse;
}
.sum-items {
  margin-bottom: 25px;
  gap: 25px;
}
.co-tyc{
  line-height: 1;
}

}
@media (max-width: 500px) {
   #icono-idioma-movil .locale-btn img {
    width: 16px;
    height: 16px;
  }
  .right-nav img {
    width: 20px;
    height: 20px;
  }
  .right-nav {
    width: 30%;
    gap: 8px;
  }
  .left-nav {
    width: 20%;
  }
  .logo{
    max-width: 50%;
  }
  .section-legal-titulo {
    font-size: 32px;
  }
  .cart-container {
    padding: 34px 5%;
  }
  .cart-layout {
  max-width: 350px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}#cart-items-container {
  max-width: 330px;
}
.cart-row .qty .qty-input{
  width: 45px;
}
#cart-summary-container {
  max-width: 330px;
} .co-coupon .input-group {
    grid-template-columns: 1fr;
  }
  .ptabs-tab{
    padding: 15px 6px;
  }
  .hero-carousel .carousel-container {
    height: clamp(200px, 70vw, 320px);
    min-height: 200px;
  }

  .hero-carousel .cta-button {
    bottom: 14px;
    font-size: 13px;
    padding: 7px 12px;
    letter-spacing: 0.5px;
  }
}







@media (min-width: 769px){
  .btn-filters-open{ display:none; }
  .btn-filters-close{ display:none; }
}
/*Carrusel*/
@media (max-width: 1800px) {
  .product-card {
    width: 382px;
  }
}
@media (max-width: 1600px) {
  .product-card {
    width: 337px;
  }
}
@media (max-width: 1560px) {
  .product-card {
    width: 328px;
  }
}
@media (max-width: 1510px) {
  .product-card {
    width: 446px;
  }
}
@media (max-width: 1424px) {
  .product-card {
    width: 406px;
  }
}
@media (max-width: 1410px) {
  .product-card {
    width: 401px;
  }
}
@media (max-width: 1400px) {
  .product-card {
    width: 397px;
  }
}
@media (max-width: 1380px) {
  .product-card {
    width: 394px;
  }
}
@media (max-width: 1370px) {
  .product-card {
    width: 389px;
  }
}
@media (max-width: 1340px) {
  .product-card {
    width: 383px;
  }
}
@media (max-width: 1300px) {
  .product-card {
    width: 366px;
  }
}
@media (max-width: 1250px) {
  .product-card {
    width: 349px;
  }
}
@media (max-width: 1180px) {
  .product-card {
    width: 334px;
  }
}
@media (max-width: 1080px) {
  .product-card {
    width: 300px;
  }
}
@media (max-width: 1045px) {
  .product-card {
    width: 293px;
  }
}
@media (max-width: 1025px) {
  .product-card {
    width: 287px;
  }
}
@media (max-width: 980px) {
  .product-card {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .product-card {
    width: 266px;
  }
}
@media (max-width: 920px) {
  .product-card {
    width: 255px;
  }
}
@media (max-width: 880px) {
  .product-card {
    width: 245px;
  }
}
@media (max-width: 840px) {
  .product-card {
    width: 230px;
  }
}
@media (max-width: 800px) {
  .product-card {
    width: 220px;
  }
}
@media (max-width: 764px) {
  .product-card {
    width: 312px;
  }
}
@media (max-width: 720px) {
  .product-card {
    width: 309px;
  }
}
@media (max-width: 705px) {
  .product-card {
    width: 303px;
  }
}
@media (max-width: 675px) {
  .product-card {
    width: 287px;
  }
}
@media (max-width: 640px) {
  .product-card {
    width: 273px;
  }
}
@media (max-width: 600px) {
  .product-card {
    width: 90vw;
    margin-right: 15px;
  }
}

/* Responsive footer */
@media (max-width: 960px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 32px 6% 16px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .btn-footer {
    width: 100%;
    text-align: center;
  }

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