#product {
    background: #FCFCFC;
}

@media only screen and (max-width: 600px) {
    #product {
        background: #FFFFFF;
    }
}

#product #content-wrapper .product-information .product-variants {
    border-top: none;
    gap: var(--space3, 24px);
}

#product #content-wrapper .product-information .customer-service-title {
    color: var(--neutral-_-neutral-800, #232629);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#product #content-wrapper .product-information .product-additional-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#product #content-wrapper .product-information .product-quantity {
    display: flex;
    align-items: flex-start;
    gap: var(--space3, 24px);
}

#product #content-wrapper .product-information .product-quantity {
    width: 100%;
}

#product #content-wrapper .product-information .product-quantity .input-group {
    width: 160px;
}

@media only screen and (max-width: 768px) {
    #product #content-wrapper .product-information .product-quantity {
        flex-direction: column;
        width: 100%;
    }
}

#product #content-wrapper .product-information .product-quantity .col-add-btn {
    display: flex;
    width: 100%;
}

#product #content-wrapper .product-information .product-quantity .add {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #product #content-wrapper .product-information .product-quantity .col-add-wishlist {
        max-width: none;
    }
}

/* #product #content-wrapper .product-information .product-quantity .add-to-cart {
    width: 380px;
} */

#product #content-wrapper .product-information .payment-options {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* #product .product-description {
    margin-top: var(--space2, 16px);
} */

#product .product-price {
    color: var(--neutral-neutral-800, #232629);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#product .product-description .product-color-variants ul {
    display: flex;
    flex-direction: row;
    padding: var(--space1, 8px) 0px;
    align-items: center;
    gap: var(--space05, 4px);
    align-self: stretch;
}

#product .product-description .product-color-variants .color-variant {
    width: 20px;
    height: 20px;
    border-radius: var(--space05, 4px);
    border: 1px solid var(--neutral-neutral-100, #E8EAED);
}

#product .product-functional-buttons {
    background: transparent;
}

#product .product-functional-buttons .js-iqitwishlist-add {
    border-radius: var(--space0, 0px);
    background: rgba(255, 255, 255, 0.46);
    position: absolute;
    top: -270px;
    right: 7px;
}

#product .product-variants .product-info {
    width: 100%;
}

#product .product-variants .product-variant-info {
    padding: var(--space1, 8px);
    align-items: center;
    align-self: stretch;
    border-radius: var(--radius05, 4px);
    background: var(--neutral-neutral-50, #F4F5F7);
    color: var(--neutral-neutral-700, #464B53);
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#product .product-variants .product-variant-info strong {
    color: var(--neutral-neutral-700, #464B53);
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#product #info-transport .modal-boddy p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#product #info-transport .modal-title {
    color: var(--neutral-_-neutral-800, #232629);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


#product .page-title {
    color: var(--dark, #1C1C1C);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 145% */
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    #product .page-title {
        color: var(--dark, #1C1C1C);
        font-family: Poppins;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    #product #product-images-thumbs .swiper-slide-thumb-active {
        border: 0;
    }
}

#product #active-search-filters {
    margin-top: 0;
}

#product .product-variants-item ul {
    display: flex;
    padding: var(--space0, 0px);
    align-items: center;
    align-content: center;
    gap: 8px var(--space1, 8px);
    align-self: stretch;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    #product .product-variants-item ul {
        display: flex;
        overflow-x: auto;
    }
}

#product .product-variants-item ul::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

#product .product-variants-item ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#product .product-variants-item ul::-webkit-scrollbar-track {
    background-color: rgba(128, 128, 128, 0.1);
}

#product .product-variants-item ul li {
    margin: 0;
}

#product #product-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#product #product-preloader i {
    color: green;
    font-size: 2rem;
}

/* CAMBIAR TAMAÑO DE IMAGEN */
#product .swiper-wrapper .product-cover img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    
}

/* DESCRIPCIONES DE PRODUCTO ABAJO DESPLEGABLES MOBILE */

@media only screen and (max-width: 600px) {
    #product #productdaas-accordion .title a {
        color: var(--neutral-_-neutral-800, #232629);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 19.5px;
        /* 121.875% */
    }
}

@media only screen and (max-width: 600px) {
    #product #productdaas-accordion .title {
        padding: var(--space2, 16px) var(--space1, 8px);
    }
}

#product .section-title {
    color: var(--neutral-_-neutral-800, #232629);

    /* Mobile/Heading/H2/Semi */
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* #product .col-product-image .product-cover {
    height: 650px;
}

@media only screen and (max-width: 600px) {
    #product .col-product-image .product-cover {
        height: 350px;
    }
} */

#product #product-comments-list-header .comments-note {
	display: none;
}

/* AJUSTES DE LOS TAMAÑOS DE LA IMAGEN */

#product .product-lmage-large img {
    width: 676px;
height: 579px;
margin: 0;
}

#product .easyzoom-flyout img {
    width: 100%;
}

#product .swiper-button-next::after {
    content: none; 
}

#product .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.13128 2.88128C8.47299 2.53957 9.02701 2.53957 9.36872 2.88128L19.8687 13.3813C20.2104 13.723 20.2104 14.277 19.8687 14.6187L9.36872 25.1187C9.02701 25.4604 8.47299 25.4604 8.13128 25.1187C7.78957 24.777 7.78957 24.223 8.13128 23.8813L18.0126 14L8.13128 4.11872C7.78957 3.77701 7.78957 3.22299 8.13128 2.88128Z' fill='%23464B53'/%3E%3C/svg%3E");
}

#product .swiper-button-prev::after {
    content: none; 
}

#product .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8687 25.1187C19.527 25.4604 18.973 25.4604 18.6313 25.1187L8.13128 14.6187C7.78957 14.277 7.78957 13.723 8.13128 13.3813L18.6313 2.88128C18.973 2.53957 19.527 2.53957 19.8687 2.88128C20.2104 3.22299 20.2104 3.77701 19.8687 4.11872L9.98744 14L19.8687 23.8813C20.2104 24.223 20.2104 24.777 19.8687 25.1187Z' fill='%23464B53'/%3E%3C/svg%3E");
}

#product .swiper-button-arrow {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 1px 7px 0px rgba(56, 56, 56, 0.20);
}

#product .fa-expand::before {
    content: none; 
}

#product .fa-expand::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.7549 14.2549H14.9649L14.6849 13.9849C15.6649 12.8449 16.2549 11.3649 16.2549 9.75488C16.2549 6.16488 13.3449 3.25488 9.75488 3.25488C6.16488 3.25488 3.25488 6.16488 3.25488 9.75488C3.25488 13.3449 6.16488 16.2549 9.75488 16.2549C11.3649 16.2549 12.8449 15.6649 13.9849 14.6849L14.2549 14.9649V15.7549L19.2549 20.7449L20.7449 19.2549L15.7549 14.2549ZM9.75488 14.2549C7.26488 14.2549 5.25488 12.2449 5.25488 9.75488C5.25488 7.26488 7.26488 5.25488 9.75488 5.25488C12.2449 5.25488 14.2549 7.26488 14.2549 9.75488C14.2549 12.2449 12.2449 14.2549 9.75488 14.2549Z' fill='%23464B53'/%3E%3C/svg%3E");
}

#product .expander span {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70) !important;
    box-shadow: 0px 1px 7px 0px rgba(56, 56, 56, 0.20);
    display: flex;
    width: 38px;
    height: 38px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
    #product #product-images-thumbs .swiper-wrapper {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px var(--space2, 16px);
        align-self: stretch;
        flex-wrap: wrap;
        margin: 0 7px;
    }

    #product #product-images-thumbs .swiper-button-arrow {
        display: none;
    }
    #product #product-images-thumbs .swiper-slide {
    width: 152px !important;
    height: 113px;
    }

    #product #product-images-thumbs .swiper-slide .thumb-container {
        max-width: 100%;
        max-height: 100%;
        padding: 0;
    }

    #product #product-images-thumbs .swiper-slide .thumb-container img {
        width: 152px;
        height: 108px;
        object-fit: cover;
    }

    #product #product-images-thumbs .pro_gallery_thumb_box,
    #product #product-images-thumbs .pro_gallery_thumb_box img {
        width: 152px;
        height: 108px;
    }
}
@media only screen and (max-width: 600px) {
    #product #product-images-thumbs .swiper-slide,
    #product #product-images-thumbs .swiper-slide .st_pro_video_player,
    #product #product-images-thumbs .swiper-slide .pro_gallery_thumb_box,
    #product #product-images-thumbs .swiper-slide .pro_gallery_thumb_box img {
        width: 71px;
        height: 80.61px;
    }

}


/* REFERENCIA + RESEÑAS */
#product .product-reference-rating {
    display: flex;
    margin: var(--space2, 16px) 0;
}

#product .product-comments-additional-info {
    width: auto;
}

#product .link-comment {
    color: var(--neutral-neutral-700, #464B53) !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3px;
    margin: 0 8px 0 0;
}

#product #product-availability {
    display: none;
}

#product .additional-links {
    margin-right: 8px;
}


#product .product-discounts {
    margin: 0;
}

#product .price-container {
    display: flex;
    height: 28px;
    align-items: center;
    gap: var(--space1, 8px);
}

#product .product-variants>.product-variants-item {
    margin: 0;
}

#product .badge-discount {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
    display: flex;
    padding: var(--space0, 0px) var(--space05, 4px);
    align-items: center;
    gap: 10px;
}

#product .regular-price {
    color: var(--neutral-neutral-600, #68717C);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    text-decoration-line: strikethrough;
    padding: 0;
}

/* Diseño para las flechas de los sliders */
#product .swiper-button-next,
#product .swiper-button-prev {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 1px 7px 0px rgba(56, 56, 56, 0.20);
}

#product .swiper-pagination {
    display: none;
}

@media only screen and (max-width: 600px) {
    #product .swiper-pagination {
        display: none;
    }
    #product .swiper-button-next,
    #product .swiper-button-prev {
        display: none;
    }
}

#product .swiper-slide .swiper-lazy-loaded {
    object-fit: cover;
}

#product .star-empty {
    display: none;
}

/* Sticky add to cart */

@media (max-width: 767px) {
    #product .sticky-add-to-cart  {
    bottom: 60px;    
    }
    
    #product .sticky-add-to-cart .price-container {
        display: none !important;
    }

    #product .sticky-add-to-cart .add-to-cart {
        gap: 5px;
        font-size: 18px;
    }
}

