.woocommerce-message{
    display: none;
}

h1.product-title:first-letter {
    text-transform: capitalize;
}

.spec-infos {
    text-transform: lowercase;
}

.spec-infos:first-letter {
    text-transform: capitalize;
}

.product {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    /*padding: 83px 0 175px;*/
}

.row {
    display: flex;
    justify-content: space-evenly;
    gap: 65px;
    margin: 20px auto 80px;
}

.column {
    flex: 1;
}

.left-column {
    display: flex;

    gap: 20px;
}

.image-preview-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.preview-image-container {
    width: 528px;
    height: 633px;
    border-radius: 20px;
    overflow: hidden; /* Prevents overflow issues */
}

.preview-image{
    width: 100%; /* Ensures it fits within the container */
    height: 100%;
    object-fit: cover;
    image-rendering: high-quality;
	background-color: white;
}



.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail {
    width: 66px;
    height: 116px;
    border-radius: 20px;
    object-fit: cover;
    cursor: pointer;
}

.navigation-buttons {
    display: flex;
    gap: 37px;
    justify-content: center;
    margin-top: 20px;
}

.nav-button-container {
    width: 50.27px;
    height: 50.27px;
    background-color: #F77366;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}



/* Mobile Navigation Dots */
.mobile-dots {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: white;
}



.product-title {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
}

.boutique {
    display: flex;
    align-items: center;
    /*margin-top: 14px;*/
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
}

.boutique-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 10px;
}

.product-description{
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.rating-container {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #B6B8C2;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 20px;

}

#rate {
    color: #D2F00F;
}

.reviews-link {
    color: #B6B8C2;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.product-description {
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin: 10px 0;
}

.more-info {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    /*margin-top: 17px;*/
    display: inline-block;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.grid-item-container {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    justify-content: center;
}

.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.grid-item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.square-box {
    width: 83.784px;
    height: 83.784px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.square-box-img {
    max-width: 84px;
    max-height: 84px;
}

.heart-img {
    position: absolute;
    top: 39%;
}

.pricing-card{
    width: 100%;
    border-radius: 20px;
    background: #002832;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 10px;
    padding: 35px 28px;
}

.product-price{
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 40.054px */
    white-space: nowrap;
}
.product-price h3{
    font-size: 30.811px;
}

.buy-button, .status_span{
    display: flex;
    padding: 11.545px 19.242px;
    justify-content: center;
    align-items: center;
    gap: 7.697px;
    border-radius: 7.697px;
    background: #55F5FF;
    outline: none;
    border: none;
    width: 360px;
    cursor: pointer;
    color: black;
}

.buy-button span{
    color: #161822;
    font-family: Poppins;
    font-size: 15.394px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.091px; /* 150% */
}

.description-and-spec {
    width: 94%;
    margin: 0 auto;
    padding: 40px;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    color: #FFFFFF;
}


.description-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.specs-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    gap: 8px 16px;
    margin: 10px 0;
}

.spec-infos span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.spec-infos .spec-label {
    font-weight: 700;
}


.features-list {
    list-style: none;
    margin-top: 16px;
}

.features-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
}

.cta-section {
    margin-top: 24px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .navigation-buttons {
        display: none;
    }
	h1.product-title:first-letter {
    	text-transform: capitalize;
	}
    .mobile-dots {
        display: flex;
    }

    .product-page-header{
        display: none !important;
    }

    .thumbnail-column {
        justify-content: center;
    }

    .thumbnail {
        width: 60px;
        height: 60px;
    }

    .product {
        padding: 58px 0 80px;
        margin: auto 31px;
    }

    .row{
        margin: 0;
        justify-content: flex-start;
        flex-direction: column;
    }

    .preview-image-container {
        width: 100%;
        height: fit-content;
    }

    .thumbnail-column{
        display: none;
    }

    .preview-image{
        width: 100%;
        height: 374px;
        aspect-ratio: 1/1;
        object-fit: contain;
        border-radius: 12.46px;
    }

    .image-preview-container{
        width: 100%;
        position: relative;
    }

    .product-title{
        font-size: 34px;
        font-weight: 400;
        line-height: 51px;
    }

    .right-column--header{
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        gap: 12px;
    }

    .boutique, .boutique-link{
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .rating-container {
        width: 117px;
        height: 24px;
        gap: 2px;
    }

    .spec-infos span{
        font-size: 17px;
        text-align: justify;
    }

    .product-description{
        width: 100%;
    }

    .more-info{
        font-size: 14px;
        line-height: 21px;
    }

    .grid-container{
        width: 100%;
        height: 80px;
        margin: 10px 0;
    }

    .grid-item-container {
		min-width : 80px;
    }

    .square-box-img {
        width: 52px;
        height: 52px;
    }

    .square-box {
        width: 51.12px;
        height: 51.12px;
    }

    .square-box svg, .square-box img{
        width: 20px;
        height: 20px;
    }

    .grid-item-text{
        font-size: 9px;
        white-space: nowrap;
    }

    .pricing-card {
        width: inherit;
        height: auto;
        margin-top: 10px;
        padding: 20px 14px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        position: relative;
        /*transition: transform 0.5s ease, opacity 0.5s ease, bottom 0.3s ease;*/
        opacity: 1;
    }

    .pricing-card.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
        opacity: 1;
    }

    .pricing-card.before-sticky, .pricing-card.before-unstick {
        opacity: 0.8;
        /*transform: translateX(-50%) scale(0.9);*/
    }

    .buy-button, .status_span{
        width: auto;
        padding: 10px;
        white-space: nowrap;
    }

    .product-price h3{
        font-size: var(--font-size-5xl);
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .description-and-spec{
        border: none;
        padding: 0;
        margin-top: 50px;
    }

    .description-and-spec p{
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
    }

    .description-and-spec h2{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 2px;
    }

    .description-and-spec div:not(:nth-of-type(2)) h2 {
        text-decoration-line: underline;
        text-decoration-style: solid;
    }

    .features-list{
        margin-top:unset;
    }
    .features-list li {
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .specs-section {
        gap: 12px;
    }

    .cta-section {
        margin-top: 0;
    }

    /*.wrapper{*/
    /*    width: 90%;*/
    /*    margin: 20px auto;*/
    /*}*/


}

@media screen and (max-width : 400px) {

    /*.preview-image-container{*/
    /*    width: 300px;*/
    /*}*/

}

.preview-image {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y pinch-zoom;
}
