.product-gallery {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.product-gallery img {
    height: 450px;
    width: auto;
    margin-top: 20px;
}

.product-gallery .gallery-footer .gallery-dot {

    background-color: var(--colore-testo-home-chiarissimo);

}

.product-gallery .gallery-footer .gallery-dot.active {

    background-color: var(--colore-testo-home);

}

.product-description {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 10px;
}

.product-description h1 {
    font-size: 1.6rem;
    padding: 10px 0;
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.product-description h2 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 0 !important;
}

.formato-box, .product-box {
    width: 100%;
    height: 70px;
    border: 1px solid var(--colore-testo-home);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 10px;
}

.formato-box span {
    height: auto;
    padding: 5px 5px;
    font-size: .9rem;
    color: var(--colore-testo-home)
}

.formato-box select {
    border: none;
    font-size: 1.1rem;
    width: 100%;
    height: 30px;
    background-color: white;
    color: var(--colore-testo-home) !important;
}

.formato-box select option {
    color: var(--colore-testo-home) !important;
    background-color: white;
}

.blank-space.product {
    height: 20px;
}

.product-box .product-btn {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    background-color: var(--colore-testo-home-chiarissimo);
}

.product-box .product-btn .a-btn {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-box .product-btn .a-btn span {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--colore-testo-home);
    padding: 0 10px;
}

.product-box.other-info {
    background-color: var(--bianco);
    height: auto;
}


.product-box.other-info .labels {
    height: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-box.other-info .labels span.titolo-content {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--colore-testo-home);
    font-size: .9rem;
    padding: 0 5px;
    text-transform: uppercase;

}


.product-box.other-info .labels span.titolo-content.attivo {
    color: var(--colore-testo-home);
    background-color: var(--colore-testo-home-chiarissimo);
}


.content-text.nascosto {
    display: none;
}

.product-box.product-box.other-info .content {
    padding: 20px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3rem;
    background-color: var(--colore-testo-home-chiarissimo);
    color: var(--colore-testo-home);
    width: 100%;
}


.product-description .grid-4 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 5% 1%;
}

.product-description .grid-4 .grid-4-item {
    width: 48%;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.product-description .grid-4 .grid-4-item img {
    height: 120px;
    padding-bottom: 5px;
    width: auto;
}

.product-description .grid-4 .grid-4-item span {
    font-size: .8rem;
    font-weight: 300;
    padding: 1px 5px;
    color: var(--colore-testo-home-chiaro);
    text-align: center;
}

.product-description .grid-4 .grid-4-item span.title {
    font-size: .9rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--colore-testo-home)
}


.desktop .product-page-containter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.desktop .product-page-containter .product-gallery, .desktop .product-page-containter .product-description {
    width: 50%;
}

.desktop .product-page-containter .product-description.big {
    width: 100%;
}

.desktop .product-page-containter h1, .desktop .product-page-containter h2 {
    text-align: left;
}


.desktop .product-page-containter .product-box.other-info .labels span {
    padding: 10px 15px;
    cursor: pointer;
}

.desktop .product-page-containter .product-description.big h2 {
    text-align: center;
}

.product-description.big .grid-4 {
    height: auto;
}

.product-description.big .grid-4 .grid-4-item {
    width: 24%;
    height: 300px;
}

.product-description.big .grid-4 .grid-4-item img {
    height: 250px;
}

.product-item.product-page.big {
    width: 30%;
}

.square-preview img {
    margin: 0 0;
}

#btn-purchase-desktop.nascosto, #btn-purchase-mobile.nascosto {
    display: none;
}


#qta {
    background-color: var(--bianco);
    height: 70%;
    margin: 0 5px;
    align-items: center;
    display: flex;
    border-radius: 3px;
}   

#qta span {
    color: var(--colore-testo-home);
}

#qta span.sign {
    font-size: 1.3rem;
    font-weight: 500;
}

#qta span#num_qta {
    font-size: 1.1rem;
}

#is_present_span {
    width: 100%;
    height: 30px;
    text-align: right;
    line-height: 20px;
    padding: 0 5px;
    color: var(--colore-testo-home-chiaro);
    font-size: .9rem;

}

#is_present_span.nascosto {
    display: none;
}