
.productSwiperThumbs .swiper-wrapper {
    flex-wrap: wrap;
}

.productImage img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: -1;
}

.options.opened {
    max-height: 35vh;
    overflow: auto;
}

button.reset_variations {
    display: none!important;
}

.woocommerce div.product {
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    padding-top: 3%;
    justify-content: space-between;
}

html body .productImage {
    padding-right: 2%;
    width: 50%;
    height: 60vh;
}

.mainProductImage {
    border: 5px solid #DCDCDC;
    border-radius: 90px;
    width: 100%;
    height: 100%;
    overflow: clip;
}
.productDescription {
    width: 40%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

th.label {
    width: 20px;
    white-space: nowrap;
    text-align: left;
    padding-right: 1em;
}

.product form.cart  {
    display: flex;
    flex-direction: column;
}

.userUpload {
    margin-top: 2em;
}



.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.quantity {
    padding-right: 4%;
}



button.single_add_to_cart_button {
    background-color: #1A1A1A!important;
    font-family: 'General Sans'!important;
    padding: 2% 10%!important;
}

table.variations .value select {
    width: 100%;
    padding-left: 5px;
}

table.variations * {
    font-family: 'General Sans';
}

.variations .label label {
    font-weight: 600!important;
    display: block;
    line-height: 100%;
    margin-bottom: 1em;
}

.productPrice p, .discounted-price{
    font-family: 'General Sans';
    font-weight: 600;
    font-size: 1.6em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.4em;
}
.productPrice p{
    margin-right: 2%;
}
.discounted-price{
    color: #FF0505;
}

.product-price{
    display: flex;
    justify-content: center;
    align-items: center;
}

.productName h1 {
    font-family: 'General Sans';
    text-align: center;
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 1.9em;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: baseline!important;
}

.innerDescription {
    margin: 0.5em 0em;
}

.fullDescription {
    width: 70%;
    margin: 0 auto;
    margin-top: 4em;
    font-family: 'General Sans';
}


.innerDescription p {
    font-family: 'General Sans';
    font-size: 0.9em;
}

.descriptionTitle h2 {
    font-family: 'General Sans';
    margin-bottom: 2em;
    font-size: 1.6em;
}

.descriptionTitle {
    width: fit-content;
    position: relative;
}


.descriptionTitle:before {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left:0;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#e6e6e6), to(#fff));
}

.fullDescription>*:not(div) {
    font-family: 'General Sans';
}

.fullDescription>h2 {
    font-size: 1.2em;
}

.fullDescription>p {
    font-size: 0.9em;
}

.userUpload * {
    font-family: 'General Sans';
}


.productSwiper {
    width: 100%;
    height: 100%;
    overflow: clip;
}


.productSwiperThumbs  {
    overflow: clip;
}

html body .productImage.mainProductImage {
    height: 100%;
    border:unset;
    border-radius:unset;
}


.productSwiper {
    height: 60vh;
    position: relative;
    border: 5px solid #DCDCDC;
    border-radius: 90px;
}

.productSwiperThumbs {
    margin: 1em 0;
}
.productSwiperThumbs .swiper-slide img {
    border: 3px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 30px;
}


html body .productSwiperThumbs .swiper-button-next:after{
content:unset;
}

.productSwiperThumbs .swiper-button-next {
    left: 100%;
    transform: translateX(50%);
    border: 1px solid #292246;
    border-radius: 50px;
    height: 30px;
    transition: all 0.25s ease-in-out;
    width: 30px;
    padding: 0.5em;
    z-index: 210;
}


.productSwiperThumbs .swiper-button-prev svg {
    transform: rotate(180deg);
}


html body .productSwiperThumbs .swiper-button-prev:after{
    content:unset;
}

.productSwiperThumbs .swiper-button-prev {
    left: 0;
    transform: translateX(-150%);
    border: 1px solid #292246;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    transition: all 0.25s ease-in-out;
    padding: 0.5em;
}


.productSwiperThumbs .swiper-button-prev:hover, .productSwiperThumbs .swiper-button-next:hover {
    background-color: #a6a6a6;
    box-shadow: 0 0 0 7px rgba(166, 166, 166, 0.6);
}

.productSwiperThumbs.swiper-initialized .swiper-slide img {
    opacity: 0.7;
    transition: opacity 0.25s ease-in-out;
}

.productSwiperThumbs.swiper-initialized .swiper-slide-thumb-active img {
    opacity: 1!important;
}

.productSwiperThumbs .swiper-slide {
    cursor: pointer;
}

.productSwiperThumbs .swiper-slide {
    width: 23.5%!important;
    cursor: pointer;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 0.8em;
}

/* Productos relacionados */

.relatedContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.relatedProduct {
    width: calc(25% - 45px);
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .relatedProduct {
        width: calc(33.3% - 26.66px);
    }
}

@media only screen and (max-width: 850px) {
    .relatedProduct {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 500px) {
    .relatedProduct {
        width: 100%;
    }
}

/* Productos relacionados */ 

@media only screen and (max-width:1600px){
    .woocommerce div.product {
        padding: 0 4%;
        padding-top: 3%;
        align-items: center;

    }
    html body .productImage {
        width: 45%;
        height: 55vh;
    }
    .fullDescription {
        width: 83%;
    }

}

@media only screen and (max-width:1000px){
    html body .productImage {
        width: 55%;
        height: 60vh;
    }
    .fullDescription{
        text-align: center;
    }
    .descriptionTitle{
        margin-inline:auto;
    }
}

@media only screen and (max-width:800px){
    .productName h1 {
        font-size: 1.5em;
    }

    .woocommerce div.product {
        flex-direction: column;
    }
    html body .productImage {
        width: 95%;
        height: 65vh;
    }
    .productDescription {
        width: 95%;
        padding-top: 5%;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        justify-content: center;
        align-items: center;
    }
    .userUpload {
        display: flex;
        justify-content: center;
    }
    .productPrice p {
        font-size: 1.4em;
    }
    .descriptionTitle h2 {
        font-size: 1.3em;
    }
    .fullDescription>h2 {
        font-size: 1em;
    }
    .fullDescription>p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width:570px){
    html body .productImage {
        width: 100%;
        height: 35vh;
    }
}



@media only screen and (max-width:570px){
    html body .productImage {
        width: 100%;
        height: 35vh;
    }

    tr{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-bottom: 10px;
    }

    th.label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }
    .value {
        width: 100%
    }
    
}

.divSelect * {
    cursor: pointer;
    user-select: none;
}

.divSelect{
    width:100%;
    height: auto;
    background-color: rgb(248, 248, 248);
    display: flex;
    flex-direction: column;
    position: relative;
}

.divSelect * {
    cursor: pointer;
    user-select: none;
}

.Click{
    width:100%;
    height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0.1px solid #646464;
    font-weight: 350;
    white-space: nowrap;
  }


.Click p{
   padding-left:5px;
   font-size: 13.5px;
}

.Click svg{
    width: 20px;
    height: 30px;
}

.options{
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 100;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #868686;
}


.conjunto{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 27px;
    margin-top: 0.5px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.conjunto:hover{
    background-color: #0078D7;
    color: white;
}

.name{
    height: 100%;
    display: flex;
    align-items: center;
    width: 60%;
    padding-left:6px;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 10px;
}

.data{
    border-radius: 1px;
    width: 40%;
  	background-position:0% 0%;
	background-size: cover;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    padding: 10x;
}

.data img{
    padding-left: 10px;
    width: 100%;
    height: 12px;
}

.closed{
    display: none;
    width: 100%;
}

.open{
    display: flex;
    width: 100%;
}

.actualData{
    width: 70%;
}

.iconContainer{
    width: 30%;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content:end;
    align-items: end;
}

.divSelect:has(.opened) .Click{
    border: 1px solid black;
}

.iconContainer svg{
    fill: black;
    margin-right:12px
}

@media only screen and (max-width:1000px){
    .conjunto{
        justify-content:space-between
    }
    .name{
        width:60%;
    }
    .data{
        width:20%
    }
}


@media only screen and (max-width:800px){
    .name{
        width:50%;
    }
    .data{
        width:40%;
    }
}


@media only screen and (max-width:500px){
    .name{
        width:40%;
    }
    .data{
        width:30%;
    }
    .footerPlannet {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:400px){
    .name{
        width:40%;
    }
    .data{
        width:25%;
    }
}


@media only screen and (max-width:500px){
    .footerPlannet {
        margin-bottom: 1em;
    }
}