.viewer-3d{
	display:block;
	width: 100%;
	min-height: 438px;
}
.swiper-button-next, .swiper-button-prev {
	color: var(--rojo-1);
}
.swiper-container {
	height: 100vh;
}

.swiper-slide img {
  position: absolute;
  max-width: 100%;
  z-index: 2;
  cursor: pointer;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  background: #fff;
  text-align: center;
  display: flex!important;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}
.swiper-button-close {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	font-size: 22px;
	font-weight: 400;
}
.swiper-slide img {
	width: auto;
	height: 100%;	  
}
.content-home {
    display: flex;
    flex-direction: column;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.swiper.slideProduct{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	  
	z-index:9999;
	opacity: 0;
}

.block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 192px 0px 192px;
    gap: 10px;
    background: radial-gradient(22.99% 27.86% at 50% 42.05%, rgba(244, 47, 28, 0.30) 0%, rgba(30, 30, 30, 0.30) 100%);
}


.back img.arrow-izq {
    max-width: 18px;
}


.title_body {
    display: flex;
    padding: 0px 160px;
    justify-content: center;
    align-items: center;
    font-family: 'ControllerExtW01-Three', 'sans-serif';
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    color: var(--gris-1);
}

.main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 32px;
    z-index: 2;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-direction: row;
}

.main_colection,
.main_product_description {
    display: flex;
    padding: 0px 80px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    max-width: 33%;
    width: 33%;
    color: var(--blanco);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.main_product_description {
    text-align: right;
}

.main_img {
    width: 364px;
    height: auto;
}

.main_colection strong,
.main_product_description strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.main_colection p,
.main_product_description p {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: var(--blanco);
    text-align: center;
    margin-bottom: 20px;
}

a.button_red {
    display: flex;
    padding: 18px 22px;
    gap: 10px;
    width: fit-content;
    background: var(--rojo-1);
    border-radius: 8px;
    color: var(--gris-1);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    z-index: 2;
}

a.button_red:hover {
    color: var(--blanco);
    background: var(--rojo-2);
}

img.degradado {
    width: 100%;
    margin-top: -220px;
    z-index: 1;
}

/* --------------------BLOQUE 2------------------------*/

.product {
    display: flex;
    gap: 32px;
    padding: 40px 192px 0px 192px;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.product-images {
    width: 100%;
    height: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 0px;
}
a.link-photo-product {
    display: contents;
}
a.link-photo-product.active {
    display: none;
}

.thumbnail-gallery {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 32px;
}

.thumbnail-gallery img {
    width: 100%;
    min-width: 0px;
    height: auto;
    border-radius: 8px;
    padding: 0px;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    min-width: 0px;
    /* 💡 Esto es clave */
    height: auto;
    justify-content: space-between;
}

.product-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: 0 auto;
    width: 100%;
}

.product-info-title {
    font-family: 'ControllerExtW01-Three', 'sans-serif';
    font-weight: 400;
    font-size: 72px;
    line-height: 90px;
    color: var(--gris-1);
    width: 100%;
    height: auto;
    font-style: normal;
}

.shipping {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*PRUEBAS */
    gap: 60px;

}


.description p,
.shipping-options p {
    font-size: 16px;
    line-height: 1.6;
}

.product-info-details strong,
.product-info-description strong {
    font-family: Space Grotesk;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    gap: 8px;
    color: var(--blanco);

}

.product-info-details p,
.product-info-description p,
.shipping-options p {
    font-family: 'Space Grotesk';
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
}

.shipping-options p {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    color: var(--gris-1);
    margin: 0;
}

.shipping-options {
    display: flex;
    font-size: 14px;
    color: #ccc;
    /*justify-content: space-between;*/
    flex-direction: column;
    gap: 12px;
}

.arrow_bottom, .min-max {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.arrow_bottom.rotate {
    transform: rotate(180deg);
}

.buy-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}

.buy-units {
    display: flex;
    align-items: center;
    gap: 61px;
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: var(--gris-1);
    margin-bottom: 10px;    
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-selector input[type="number"] {
    width: 40px;
    text-align: center;
    font-size: 22px;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    outline: none;
}

.buy-actions {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    flex-wrap: wrap;
}

.buy-actions-price {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 50%;
    min-width: 0px;
}

.price_text {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle;
    color: var(--blanco);
}

.price_quantity {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 50px;
    color: var(--blanco);
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    min-width: 0px;
    margin-top: auto;
}

.btn-design,
.btn-add-cart {
    display: inline-flex;
    white-space: nowrap;
    width: auto;
    font-size: 16px;
    padding: 16px 18px;
    border-radius: 8px;
    border: 2px solid var(--rojo-1);
    background-color: transparent;
    color: var(--blanco);
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-design:hover,
.btn-add-cart:hover {
    background-color: var(--rojo-1);
    color: var(--blanco);
}

/* --------------------BLOQUE 3------------------------*/
.feature {
    margin: 0 auto;
    padding: 40px 192px 0px 192px;
    display: flex;
    flex-direction: column;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 80px 0px;

    font-family: 'ControllerExtW01-Three', 'sans-serif';
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: var(--gris-1);
}

.feature-main {
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;

}

.feature-content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.feature-content-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    width: 100%;
    color: var(--blanco);
}

.feature-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.content-block-1 {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
}

.content-block-2 {
    display: flex;
    flex-direction: column;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    gap: 8px;
}

.content-block-3 {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
}


.content-block-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.content-block-list p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.content-block-list p.icono-point-red::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(360deg, #f42f1c 0%, #b41809 100%);
}

/* --------------------BLOQUE 4------------------------*/

.size_guide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 192px 0px 192px;
    top: 3958px;
}

.size_colum {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.size_colum a {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--rojo-1);
}

.size_colum div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 32px;
    text-align: center;
}

.size_colum div p {
    text-align: center;
    vertical-align: middle;
    color: var(--negro-1);
    height: 68px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.size_guide_main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.size_guide_table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    width: 100%;
    height: auto;
    background: var(--gris-1);
    border-radius: 8px;
    align-items: stretch;
    
}

.size_guide_questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.size_guide_description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 18px;
}

.size_guide_description div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: 100%;
    color: var(--blanco);
    letter-spacing: 0%;
    vertical-align: middle;
    font-family: 'Space Grotesk';
}

.size_guide_description div strong {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    width: 100%;
}

.size_guide_description_occult {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--blanco);
}

hr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: 1.5px;
    background: var(--gris-2);
    border-radius: 2px;
}

.linea_vertical {
    margin: 0 auto;
    width: 2px;
    height: auto;
    background: var(--gris-2);
    border-radius: 2px;
}

/* --------------------BLOQUE 5------------------------*/

.customer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 192px 0px 192px;
    width: 100%;
    height: auto;
    top: 4842px;
}


.customer_title {
    font-family: 'ControllerExtW01-Three', 'sans-serif';
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 2%;
    text-align: center;
    color: var(--gris-1);
}

.customer_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
    height: auto;
}

.customer_reviews {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin: 0 auto;
    width: 100%;
    height: auto;

}

.add_reviews {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.customer_reviews_title {
    width: 100%;
    height: auto;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: var(--gris-1);
}

.customer_reviews_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: auto;
}

.reviews_user {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: auto;
}

.reviews_user_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    height: auto;
}

.reviews_user_data_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: auto;
}

.reviews_user_data_head div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.reviews_user_data_head div strong {

    height: auto;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: var(--gris-1);
}

.reviews_user_data_head div a {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gris-1);
}

.stars {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.reviews_user_data_body {
    height: auto;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: var(--gris-1);
}

.customer_reviews_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.customer_reviews_stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: auto;
}

.reviews_user_data_inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    height: auto;
}

.reviews_user_data_inputs textarea {
    width: 100%;
    height: 161px;
    border-radius: 8px;
    color: var(--negro-1);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Space Grotesk';
    padding: 10px;
    resize: none;
    box-sizing: border-box;
}

.reviews_user_data_inputs input {
    width: 100%;
    height: auto;
    border-radius: 8px;
    color: var(--negro-1);
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Space Grotesk';
    padding: 10px;
    resize: none;
    box-sizing: border-box;
}

.reviews_user_data_save {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.reviews_user_data_save_checkbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    height: auto;
}

.reviews_user_data_save_checkbox input {
    padding: 6px 0px;
    width: 20px;
    height: 30px;
}

.reviews_user_data_load {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 16px;
    gap: 10px;
    background: var(--rojo-1);
    border-radius: 8px;
    color: var(--blanco);
}

.reviews_user_data_load:hover {
    background: var(--rojo-2);
}

/* ---------------- BLOQUE 6 ------------------------------------------------*/

.products_related {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
    /*gap: 80px;*/
    width: 100%;
    height: auto;
    left: 0px;
    top: 5802px;
}

.products_subtitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
    gap: 10px;
    width: 100%;
    height: auto;
}

.products_subtitle h2 {
    font-family: 'ControllerExtW01-Three', 'sans-serif';
    font-weight: 400;
    font-size: 60px;
    width: 100%;
    line-height: 72px;
    letter-spacing: 2%;
    text-align: center;
    color: var(--gris-1);
    border-width: 3px 0px;
    border-style: solid;
    border-color: var(--rojo-2);
}

/* Carrusel de Produtos*/

.list-models {
    display: flex;
    width: 100%;
    padding: 0px 185px 40px 185px;
    gap: 20px;
    justify-content: center;
}

.proto-model {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 20px;
    max-width: 25%;
}

.proto-model-content {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px 20px;
    gap: 9px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 8px 8px 0px #0A0D121A;
    background: linear-gradient(360deg, var(--rojo-2) 0%, var(--negro-1) 50%);
}

.proto-model img.model-img {
    max-width: 100%;
}

.proto-model-info {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 32px;

}

.model-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.model-name {
    font-family: 'ControllerExtW01-Three', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 2px;
    color: var(--gris-1);
    white-space: nowrap;
}

.model-desc,
.model-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--gris-1);
    display: -webkit-box;
    /*Propiedad no estandarizada, aviso en amarillo, ignorar*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.model-price {
    font-weight: 700;
}

.model-block-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.view-model {
    display: flex;
    flex-wrap: nowrap;
    color: var(--blanco);
    border-radius: 8px;
    gap: 10px;
    padding: 12px 14px;
    font-size: 16px;
    background: var(--negro-1);
    box-shadow: 0px 8px 8px 0px #0A0D121A;
}

a.view-model img.arrow-right {
    width: 16px;
}

a.design-button {
    padding: 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    background: var(--negro-1);
    color: var(--gris-1);
    width: min-content;
    border: 3px solid var(--rojo-1)
}

a.design-button:hover {
    background: var(--rojo-1);
}

/*ESTILOS DE DESPLIQGUE SIZE*/

.size_guide_description_occult {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.size_guide_description_occult.show {
    max-height: 300px;
    /* Ajusta según necesidad */
    opacity: 1;
}

.shipping_detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0px;
    font-size: 16px;
    color: var(--gris-1);
}

.shipping_detail.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px;
}

/* --------------------TAMAÑOS RESPONSIVE PARA LA WEB------------------------*/
@media screen and (min-width: 1400px) and (max-width: 1760px) {

	.price_text {
		font-size: 22px;
		line-height: 26px;
	}

	.price_quantity {
		font-size: 42px;
	}

    /* Tipografías un poco más pequeñas */
    .product-info-title,
    .subtitle,
    .customer_title,
    .title_body,
    .products_subtitle h2 {
        font-size: 52px;
    }

    .product-info-details p,
    .product-info-description p,
    .shipping-options p {
        font-size: 20px;
    }

    .size_colum a {
        font-size: 19px;
        white-space: nowrap;
    }

    .main_colection,
    .main_product_description {
        font-size: 20px;
    }

    .main_colection p,
    .main_product_description p,
    .product-info-details p,
    .product-info-description p {
        font-size: 20px;
    }

    .model-name {
        font-size: 22px;
    }

    .model-desc,
    .model-price {
        font-size: 18px;
    }

    /* Imágenes más contenidas */
    .main_img {
        width: 320px;
    }

    .main-image {
        width: 100%;
    }

    .thumbnail-gallery img {
    }

    /* Espaciado y padding más contenido */
    .block1,
    .product,
    .feature,
    .size_guide,
    .customer {
        padding: 40px 120px 0px 120px;
    }

    .title_body {
        padding: 0px 100px;
    }

    .main_colection,
    .main_product_description {
        padding: 0px 60px;
    }

    .feature-main {
        gap: 80px;
    }

    .feature-content {
        gap: 24px;
    }

    .buy-actions {
        gap: 24px;
    }

    .list-models {
        padding: 0px 140px 40px 140px;
    }

    .proto-model {
        max-width: 28%;
    }

}

@media screen and (min-width: 701px) and (max-width: 1399px) {

	.price_text {
		font-size: 18px;
		line-height: 22px;
	}

	.price_quantity {
		font-size: 32px;
	}

    /* Tipografías más pequeñas */
    .product-info-title,
    .subtitle,
    .customer_title,
    .title_body,
    .products_subtitle h2 {
        font-size: 35px;
    }

    .main_colection,
    .main_product_description {
        font-size: 18px;
        padding: 0px;
        text-align: center;
    }

    .main_img {
        max-width: 100%;
        min-width: 40%;
    }

    .main_colection p,
    .main_product_description p,
    .product-info-details p,
    .product-info-description p {
        font-size: 18px;
    }

    .model-name {
        font-size: 20px;
    }

    .model-desc,
    .model-price {
        font-size: 16px;
    }

    /* Reorganización de la sección principal */
    .main {
        gap: 32px;
        align-items: center;
    }


    /* Paddings más estrechos */
    .block1,
    .product,
    .feature,
    .size_guide,
    .customer {
        padding: 32px 60px 0px 60px;
    }

    .product {
        flex-direction: column;
    }

    .product-images, .thumbnail-gallery  {
        gap: 16px;
    }
    .title_body {
        padding: 0px 60px;
    }

    .feature-main {
        gap: 60px;
    }

    .feature-content {
        flex-direction: column;
        gap: 24px;
    }

    .buy-actions {
        align-items: flex-start;
        gap: 24px;
    }

    .buy-actions-price {
        max-width: 100%;
    }

    .buttons {
        justify-content: flex-start;
    }

    /* Carrusel comprimido */
    .list-models {
        padding: 0px 60px 40px 60px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .proto-model {
        max-width: 45%;
    }

    .proto-model-content {
        padding: 20px;
    }

    /* Size guide ajustes */
    .size_guide_main {
        flex-direction: column;
        gap: 24px;
    }

    .size_colum a {
        white-space: nowrap;
    }


    /* Opiniones reorganizadas */
    .customer_main {
        flex-direction: column;
        gap: 48px;
    }

    .reviews_user {
        flex-direction: column;
        gap: 12px;
    }

    /* Solo afecta el bloque específico si lo necesitas diferenciar */
    .feature-content-confort {
        flex-direction: column-reverse;
        align-items: center;
    }

    .feature-content-confort .feature-content-block {
        width: 100%;
    }

    .feature-content-confort .feature-img {
        width: 100%;
        height: auto;
    }

}

@media screen and (min-width: 60px) and (max-width: 700px) {
    .swiper-slide img {
		width: 95%;
		height: auto;	  
    }


	.price_text {
		font-size: 16px;
		line-height: 22px;
	}

	.price_quantity {
		font-size: 26px;
	}

    .product {
        flex-direction: column;
        padding: 24px 20px;
        gap: 24px;
    }

    a.back {
        display: flex;
        gap: 1px;
    }


    .product-images{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
        align-items: center;
    }
    .thumbnail-gallery {
        gap: 16px;
    }

    .main_colection,
    .main_product_description {
        max-width: 100%;
        width: 100%;
        align-content: normal;
        text-align: center;
        padding: 60px 80px 60px 80px;
    }

    .main-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
        padding: 5px;
    }

    .thumbnail-gallery img {
        min-width: 0px;
        padding: 5px;
    }

    .product-info {
        width: 100%;
        gap: 32px;
    }

    .product-info-title {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }

    .product-info-details p,
    .product-info-description p,
    .shipping-options p {
        font-size: 16px;
        line-height: 24px;
    }

    .product-info-details strong,
    .product-info-description strong {
        font-size: 18px;
        line-height: 26px;
    }

    .shipping {
        flex-direction: column;
        gap: 12px;
    }

    .buy-section {
        align-items: center;
        text-align: center;
    }

    .buy-units {
        flex-direction: column;
        gap: 12px;
    }

    .buy-actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .buy-actions-price {
        max-width: 100%;
        padding: 10px;
    }

    .buttons {
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    .btn-design,
    .btn-add-cart {
        justify-content: center;
        padding: 16px 13px;
        font-size: 14px;
    }

    .title_body {
        font-size: 40px;
        padding: 20px 20px 0px;
        text-align: center;
    }

    .main_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 0 16px;
        text-align: center;
    }

    .main {
        flex-direction: column;
    }

    .block1 {
        padding: 24px 20px 100px 20px;
    }

    .feature,
    .size_guide,
    .customer {
        padding: 24px 20px 0px 20px;
    }

    .feature-main {
        gap: 60px;
    }

    /* Size guide ajustes */
    .size_guide_main {
        flex-direction: column;
        gap: 24px;
    }

    .size_colum a {
        font-size: 15px;
        white-space: wrap;
    }

    .subtitle {
        padding: 40px 0px;
    }

    .subtitle,
    .products_subtitle h2,
    .customer_title {
        font-size: 22px;
        line-height: 42px;
        text-align: center;
    }

    .list-models {
        padding: 0px 10px 20px;
        gap: 5px;
        flex-wrap: wrap;
    }

    .proto-model {
        overflow: hidden;
        max-width: 49%;
    }

    .proto-model-content {
        padding: 30px 10px 15px 10px;
        gap: 9px;
        max-width: 100%;
        overflow: hidden;
    }

    .proto-model-info {
        max-width: 100%;
        overflow: hidden;
    }

    .model-name {
        font-size: 14px;
        line-height: 20px;
    }

    .model-desc,
    .model-price {
        font-size: 13px;
        line-height: 20px;
    }

    a.view-model {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 8px;
        border-radius: 5px;
    }

    a.custom3d-button {
        flex-wrap: nowrap;
        color: var(--blanco);
        font-size: 14px;
        border-radius: 6px;
        padding: 10px 16px;
    }

    .feature-content {
        flex-direction: column;
        gap: 20px;
    }

    /* Solo afecta el bloque específico si lo necesitas diferenciar */
    .feature-content-confort {
        flex-direction: column-reverse;
        align-items: center;
    }

    .feature-content-confort .feature-content-block {
        width: 100%;
    }

    .feature-content-confort .feature-img {
        width: 100%;
        height: auto;
    }

    .reviews_user_data_head {
        gap: 10px;
        flex-wrap: wrap;
    }

    .content-block-1 {
        font-size: 28px;
        line-height: 36px;
    }

    .content-block-2 {
        font-size: 16px;
        line-height: 24px;
    }

    .content-block-3 {
        flex-direction: column;
        gap: 16px;
    }

    .customer_main {
        flex-direction: column;
        gap: 32px;
    }

    .reviews_user {
        flex-direction: column;
        gap: 16px;
    }

    .size_guide_table {
        padding: 16px;
    }

    .linea_vertical {
        max-height: 290px;
    }

    .size_guide_questions,
    .size_guide_description {
        gap: 16px;
        width: 100%;
    }

    .size_guide_description div strong {
        font-size: 20px;
        line-height: 28px;
    }

    .size_guide_description_occult {
        font-size: 16px;
        line-height: 24px;
    }

    .size_colum div {
        gap: 16px;
        height: auto;
    }

    .size_colum div p {
        font-size: 15px;
        line-height: 24px;
        height: auto;
    }
}

/*GUIA DE TALLAS TAMAÑO CARCASA*/
@media screen and (max-width: 542px) {

    .no-gap {
        gap: 20px;
    }

    .no-gap a {

        line-height: 1.2;
        padding-top: 8px;
    }
}