@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1800px
************/

@media only screen and (max-width: 1800px)
{
	.search
	{
		width: 200px;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{/* Ajustes adicionales para pantallas muy grandes */
	
	
 
     

    .arrivals {
        padding-top: 68px;
        height: auto;
    }

	.container2 {
		max-width: 1500px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

	.product {
		width: 100%;
		height: auto;
	}

		.product_image {
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		border-radius: 16px;
	}

	.product_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	

    .mosaic-container {
        max-width: 1600px;
        margin: 30px auto;
    }
    
    .mosaic-item.wide1 {
        width: 100%;
    }
}
	

	

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)

{
  
	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 130px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 10px;
	}

	.main_nav ul li a {
		font-size: 12px;
		margin: 0 29px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1200px)
{
	/* Desktop grande - 1200px en adelante */

	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 130px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 10px;
	}

	.main_nav ul li a {
		font-size: 12px;
		margin: 0 11px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}

    .arrivals {
        padding-top: 68px;
        
    }

	.container2 {
		max-width: 1000px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
	

	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

    

    .mosaic-container {
        grid-template-columns: repeat(4, 1fr);
        margin: 30px;
    }
    
    /* Restauramos todos los estilos originales para pantallas grandes */
    .mosaic-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .mosaic-item .tall {
        grid-row: span 2;
    }
    
    .mosaic-item .tall1 {
        grid-row: span 3;
        height: 77vh;
    }
    
    .mosaic-item.wide {
        grid-column: span 2;
    }
    
    .mosaic-item.wide1 {
        grid-column: span 2;
        width: 202%;
    }
    
    .promo-price {
        font-size: 4rem;
    }
    
    .promo-combo {
        font-size: 3.5rem;
    }
    
    .combo-top, .combo-bottom {
        font-size: 1.8rem;
    }
    
    .combo-center {
        font-size: 24px;
    }
    
    .promo-count {
        font-size: 3rem;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 1000px)
{

	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 100px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 0px;
	}

	.main_nav ul li a {
		font-size: 10px;
		margin: 0 11px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}
	.shopping
	{
		padding-right: 61px;
	}
	.home_slider_title
	{
		font-size: 56px;
		height: 76px;
		line-height: 76px;
	}
	.section_title
	{
		font-size: 48px;
	}

 .arrivals {
        padding-top: 68px;
		height: auto;
        
    }

	.container2 {
		max-width: 769px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
        gap: 10px;
    }

	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

	.promo_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.product_col:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.product {
		
		width: 100%;
		height: auto;
	}
	.extra_promo
	{
		width: 100%;
		height: 616px;
		float: none;
	}
	.extra_promo_1
	{
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	.arrivals {
        padding: clamp(60px, 7vw, 80px) 0;
		height: auto;
    }
    
   .container2 {
			max-width: 634px;
			margin: 0 auto;
					
		}
    
    .products_container {
		display: grid;
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
        gap: clamp(20px, 3vw, 40px);
    }

	.product {
		
		width:100%;
		height: auto;
	}
	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

    
    .product_name a {
        font-size: clamp(14px, 1.5vw, 16px);
    }

 	.mosaic-container {
	
        grid-template-columns: repeat(3, 1fr);
        margin: 25px;
    }
    
    .mosaic-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .mosaic-item.wide1 {
        width: 100%;
    }
    
    .logo2 img {
        max-height: 140px;
        margin-top: 290px;
    }
    
    .promo-price {
        font-size: 3.5rem;
    }
    
    .promo-combo {
        font-size: 3rem;
    }
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{

	 .header {
    height: 100px;
    padding-right: 15px;
  }

  .logo a {
    font-size: 50px;
  }

  .main_nav ul {
    flex-direction: column;
    text-align: center;
  }

  .main_nav li {
    margin: 8px 0;
  }

  .main_nav ul li a {
    font-size: 13px;
    padding: 12px 0;
    margin: 0 12px;
  }

	.shopping {
		flex-direction: row;
		justify-content: space-between;
		margin-left: 0;
		padding-right: 50px;
		gap: 15px;
		top: -20px;
	}

	.cart_num_container,
	.star_num_container {
		top: 8px;
		left: -3px;
		width: 14px;
		height: 14px;
	}
	

	.star img,
	.avatar-img {
		width: 18px;
		height: 20px;
	}

	
	.carrt-sidebar {
		width: 100%;
		right: -100%;
	}
	
	.carrt-item {
		flex-direction: row;
	}
	
	.carrt-item img {
		width: 80px;
		height: auto;
		max-height: 80px;
		margin-right: 20px;
		margin-bottom: 0;
	}

	  /* Menú desplegable en pantallas pequeñas */
    .dropdown-menu1 {
        position: relative; /* Cambiar de absoluto a relativo para que se alinee dentro del contenedor */
        top: 0;
        left: 0;
        min-width: 100%; /* El menú se expandirá para ocupar el ancho completo */
        box-shadow: none; /* Eliminar la sombra en pantallas pequeñas */
        display: none; /* Asegurar que el menú esté oculto por defecto */
    }

    .dropdown:hover .dropdown-menu1 {
        display: none; /* Mostrar el menú al hacer clic, no al pasar el cursor */
    }

    .dropdown > a:after {
        content: " ▼"; /* Mantener la flecha indicadora */
        font-size: 12px; /* Aumentar el tamaño de la flecha */
    }

    .dropdown-menu1 li a {
        padding: 15px 0px; /* Reducir el espacio de los elementos */
        font-size: 14px; /* Tamaño de fuente más pequeño para móviles */
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}

	
	 .burger_container {
        display: block;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 22px;
        height: 16px;
        cursor: pointer;
    }
    
    .burger_container div {
        width: 100%;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        pointer-events: none;
        top: -11px;
    }
    
    .burger_container:hover div {
        background: #937c6f;
    }

	 .home_slider_nav {
        bottom: 20px;
    }
    
    .home_slider_prev,
    .home_slider_next {
        width: 35px;
        height: 35px;
    }
    
    .home_slider_prev img,
    .home_slider_next img {
        width: 12px;
        height: 12px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.home
	{
		height: 100vh;
	}
	.header
	{
		height: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.shopping
	{
		padding-right: 47px;
		margin-left: 0;
	}
	.burger_container
	{
		top: calc(50% + 1px);
	}
	.home_slider_dots_container,
	.home_slider_next
	{
		display: none !important;
	}
	.home_slider_title
	{
		font-size: 28px;
	}
	.home_slider_subtitle
	{
		font-size: 14px;
	}
	.menu
	{
		width: 100%;
		right: -100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 21px;
	}
	.menu .search
	{
		margin-bottom: 50px;
	}
	.menu .search_input
	{
		height: 36px;
	}
	.menu_close_container
	{
		right: 15px;
	}
	.menu .logo
	{
		margin-bottom: 35px;
		margin-right: auto;
	}
	.menu.active
	{
		right: 0;
	}
	.section_subtitle
	{
		font-size: 12px;
	}
	.section_title
	{
		font-size: 28px;
	}
	.arrivals {
			padding-top: 60px;
			padding-bottom: 70px;
			
		}
		
	.container2 {
			max-width: 634px;
			margin: 0 auto;
					
		}
	

	.products_container {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;

		
	}
	.product_image {
    width: 100%;
    aspect-ratio: 1 / 1; /* o 4/3 si prefieres rectángulo horizontal */
    overflow: hidden;
    border-radius: 16px;
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

	.product_name a {
		font-size: 15px;
	}

	.product_price {
		font-size: 20px;
	}

	.btn_ver_todo {
		padding: 12px 25px;
	}

	.mosaic-container {
	grid-template-columns: repeat(2, 1fr);
	margin: 20px;
	grid-auto-rows: minmax(200px, auto); /* Añade altura flexible */
    }
    
    /* Asegurar que los elementos wide ocupen 2 columnas */
    .mosaic-item.large,
    .mosaic-item.wide,
    .mosaic-item.wide1 {
        grid-column: span 2;
    }
    
    /* Ajustar elementos altos */
    .mosaic-item.tall {
        grid-row: span 2;
    }
    
    /* Ajuste especial para tall1 */
    .mosaic-item .tall1 {
        grid-row: span 3;
        height: 53vh; /* Eliminamos altura fija */
        min-height: 400px; /* Altura mínima para mantener proporción */
    }
    
    /* Prevenir superposición explícitamente */
    .mosaic-item {
        position: relative;
        z-index: 1; /* Asegurar stacking context */
    }
    
    /* Ajustes para logo2 */
    .logo2 img {
        max-height: 140px;
        margin-top: 80px;
        width: auto;
        max-width: 100%; /* Asegurar que no desborde */
    }
    
    /* Tipografía */
    .promo-price {
        font-size: 3rem;
    }
    
    .promo-combo {
        font-size: 2.5rem;
    }
    
    /* Regla específica para evitar conflictos */
    .mosaic-item:nth-child(odd) {
        clear: both; /* Ayuda a prevenir solapamientos */
    }

	.extra
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_promo_1
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_promo_2
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_1_content
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.gallery
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery_title ul li
	{
		display: block;
		margin-right: 0px;
	}
	.gallery_title ul li a
	{
		font-size: 24px;
	}
	.test_text
	{
		font-size: 16px;
	}
	.newsletter
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsletter_button
	{
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
	}
	.newsletter_text
	{
		font-size: 13px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.carrt-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .carrt-item {
        flex-direction: column;
    }
    
    .carrt-item img {
        width: 100%;
        height: auto;
        max-height: 150px;
        margin-right: 0;
        margin-bottom: 10px;
    }
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.header {
		height: 80px;
		padding-right: 10px;
	}

	.logo a {
		font-size: 40px;
	}

	.main_nav ul {
		flex-direction: column;
		text-align: center;
	}

	.main_nav li {
		margin: 10px 0;
	}

	.main_nav ul li a {
		font-size: 12px;
		padding: 10px 0;
		margin: 0 10px;
	}

	.shopping {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 30px;
		gap: 10px;
		top: -19px;
	}

	.cart_num_container,
	.star_num_container {
		top: 5px;
		left: -2px;
		width: 12px;
		height: 12px;
	}

	.cart_num,
	.star_num {
		font-size: 8px;
	}

	.star img,
	.avatar-img {
		width: 16px;
		height: 18px;
	}

	.dropdown-content {
		min-width: 140px;
		top: 35px;
	}

	/* Menú desplegable en pantallas muy pequeñas */
    .dropdown-menu1 {
        min-width: 100%; /* Asegurar que el menú ocupe todo el ancho */
		display: none;
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	

    .dropdown > a:after {
        font-size: 14px; /* Aumentar el tamaño de la flecha en pantallas más pequeñas */
    }

    .dropdown-menu1 li a {
        padding: 10px 0px; /* Menos padding para que ocupe menos espacio */
        font-size: 13px; /* Fuente aún más pequeña para pantallas pequeñas */
    }

	.logo1 img {
		max-height: 100px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 20px; /* Ajustar el margen superior */
	}
/************************************
			ARRIVALS
************************************/

	.arrivals {
		padding-top: 40px;
		
		height: auto;
		
	}
	.container2 {
		max-width: 100%;
		margin: 0 auto;
		
	}

	.products_container {
		margin-top: 50px;
		flex-direction: column;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 20px;
		justify-items: center; /* Centra los elementos en el eje horizontal */
	}
	.product {
		
		width: 100%;
		height: auto;
	}

	.product_content {
		padding: 15px 0;
	}

	.product_image {
    width: 100%;
    aspect-ratio: 1 / 1; /* O usa 4/3, 3/2 según quieras */
    overflow: hidden;
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

	.product_name a {
		font-size: 14px;
	}

	.product_price {
		font-size: 18px;
	}

	.product_options {
		transform: translateY(8px);
	}

	.product_option {
		width: 32px;
		height: 32px;
	}

	.product_buy img {
		width: 18px;
		height: 18px;
	}

	.btn_ver_todo {
		padding: 10px 20px;
		font-size: 14px;
	}

/************************************
 				 MOSAIC 
 ***********************************/
.mosaic-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 75px;
    margin: 15px;
	
}

.mosaic-item {
	grid-column: span 1 !important;
	grid-row: span 1 !important;
	min-height: 300px;
}

.mosaic-item.large,
.mosaic-item.tall,
.mosaic-item.tall1,
.mosaic-item.wide,
.mosaic-item.wide1 {
    grid-column: span 1;
}

.mosaic-item.tall1 {
    height: auto;
}

.logo2 img {
    max-height: 150px;
    margin-top: 250px;
}

.promo-price {
    font-size: 2.5rem;
}

.promo-combo {
    font-size: 2rem;
}

.combo-top, .combo-bottom {
    font-size: 1.2rem;
}

.combo-center {
    font-size: 18px;
}

.promo-count {
    font-size: 2rem;
}

/************************************
 				FOOTER
 ***********************************/
}

   

    

