/* Desktop first 1920px */

h1 {
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

#sections {
    margin-top: 195px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#val-e-header-mobile {
    display: none;
}

#val-e-name {
    color: #6836D3;
}

#product-carousel {
    display: flex; 
    gap: 30px;
    height: fit-content;
}

#product-image {
    width: 100%; 
    height: 620px !important; 
    max-width: 620px; 
    max-height: 620px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

#product-image img {
    width: 100%;
    height: auto;
    border-radius: inherit;
}


#percentage-icon {
    position: absolute;
    top: 0;
    left: 0;
}

#product-image-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.button-arrow {
    width: 50px;
    height: 30px;
    border-radius: 20px;
    background-color: #F5F5F5 !important;
    border: none;
}

#button-arrow-up img {
    margin-top: -6px;
}

.image-icon {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    padding: 0;
}

.image-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.carousel-indicators {
    display: none !important;
}

#product-main-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#product-first-info {
    display: flex; 
    justify-content: space-between;
}

#val-e-status {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#val-e-brand-name {
    color: #9563FF !important;
    font-weight: 700;
}

#val-e-availability {
    font-weight: 700;
    color: #31CF70 !important;
}

#val-e-status p {
    font-size: 14px;
    color: #909090;
    margin: 0;
}

#val-e-first-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product-old-price {
    color: #909090 !important;
    font-size: 18px;
    text-decoration: line-through;
    margin: 0;
}

.product-price {
    font-size: 36px;
    font-weight: 700;
}

#info-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#info-cards-mobile {
    display: none;
}

.info-card {
    display: flex;
    gap: 10px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    min-width: 273px;
}

.card-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-title {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.card-body {
    color: #333333;
    font-size: 12px;
    margin: 0;
}

#action-buttons {
    display: flex;
    gap: 15px;
}

.buy-button {
    background-color: #6836D3;
    padding: 8px 20px 12px 20px;
    color: #FFF;
    font-weight: 700;
    border-radius: 8px;
    min-width: 230px;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

#one-click-button {
    background-color: #9563FF;
}

#product-colors {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#color-title {
    font-size: 14px;
    margin: 0;
}

#color-buttons {
    display: flex;
    gap: 6px;
    align-items: center;
}

.color-button {
    width: 30px;
    height: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

.active-color-button {
    border: 2px solid #4899EB;
}

#white-color-button {
    background-color: #FFFFFF !important;
}

#yellow-color-button {
    background-color: #F4EC35 !important;
}

#blue-color-button {
    background-color: #354BFF !important;
}

#red-color-button {
    background-color: #852222 !important;
}

#gray-color-button {
    background-color: #c2c2c2 !important;
}

#product-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#product-description p {
    margin: 0;
    font-size: 14px;
}

#product-description-title {
    font-weight: 700 !important;
    line-height: 17.17px;
}

#mobile-divider {
    display: none;
}

#product-specs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#product-specs p {
    margin: 0;
}

#specs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#spec-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.spec-item {
    display: flex;
    gap: 10px;
}

.spec-name-block {
    width: 350px;
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.spec-name {
    font-size: 14px;
    color: #606060;
    margin: 0;
    text-wrap: nowrap;
}

.spec-line {
    height: 1px;
    background-color: #DDDDDD;
    width: 100%;
    margin-bottom: 5px;
}

.spec-value {
    font-size: 14px;
    margin: 0;
}

#detailed-description-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

#detailed-description-paragraphs p {
    font-size: 18px !important;
    line-height: 22.07px;
    margin-bottom: 10px;
}

.separator {
    height: 2px;
    background-color: #DDDDDD;
}

.val-e-details-img {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.val-e-details-body {
    height: 100%;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.val-e-details-body p {
    font-size: 18px;
}

.val-e-details-body li {
    font-size: 18px;
    margin-bottom: 10px;
}

#optimization-images {
    display: flex;
    gap: 20px;
}

ol > .bold-number::marker {
    font-weight: bold;
}

.video-container {
    margin-top: 80px;
    border: 1px solid #6836D3;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Adaptation for mobile screens */
@media (max-width: 768px) {

    h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
    }

    #sections {
        margin-top: 90px;
        margin-bottom: -90px;
    }

    #product-image {
        height: 388px !important; 
    }

    #product-info {
        gap: 30px;
    }

    #product-first-info p {
        margin: 0;
    }

    #val-e-header-desktop {
        display: none;
    }

    #val-e-header-mobile {
        display: block;
    }

    #val-e-status {
        display: none;
    }

    #info-cards-mobile {
        display: block;
    }

    #info-cards {
        display: none;
    }

    #action-buttons {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .buy-button {
        background-color: #6836D3;
        padding: 8px 20px 12px 20px;
        color: #FFF;
        font-weight: 700;
        border-radius: 8px;
        min-width: 0px;
        border: none;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    #color-title {
        font-size: 18px;
    }

    #color-buttons {
        gap: 20px
    }

    .color-button {
        width: 48px;
        height: 23px;
    }
    
    #product-description {
        margin-top: 30px;
    }

    #info-cards-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    }

    #mobile-divider {
        height: 1px;
        background-color: #DDDDDD;
        display: block;
    }

    .spec-item {
        align-items: center;
    }

    .spec-name-block {
        width: 100%;
        max-width: 200px;
    }

    .spec-name {
        width: fit-content;
        text-wrap: wrap;
    }
    
    .spec-line {
        width: auto;
        flex-grow: 1;
        min-width: 5px;
    }

    .spec-value {
        width: 100%
    }

    #detailed-description {
        display: none;
    }

    .separator {
        width: auto;
        height: 1px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #smart-system img {
        min-height: 328px;
        object-fit: cover;
    }

    .val-e-details-img {
        margin-bottom: 20px;
    }

    .val-e-details-body {
        gap: 20px;
    }

    .val-e-details-body h2 {
        margin: 0;
    }

    #optimization-images {
        gap: 6px;
    }

    #optimization-images img {
        height: 233px;
        width: auto;
        object-fit: cover;
    }

    .full-img {
        border: none;
        border-radius: 0;
        width: 100% !important;
        min-height: 200px;
        object-fit: cover;
    }

    #how-to-use .full-img {
        min-height: 260px;
    }

    .full-img-container {
        margin-left: -21px;
        margin-right: -21px;
    }
}

/* Adaptations for the large screens  */
@media (max-width: 992px) {
    .carousel-indicators {
        margin-top: 10px;
        position: relative !important;
        justify-content: center;
        display: flex !important;
        gap: 15px;
    }
    
    .carousel-indicators [data-bs-target] {
        background-color: #DECEFF !important;
        width: 10px !important;
        height: 10px !important;
        border: none;
        border-radius: 100%;
    }
    
    .carousel-indicators .active {
        background-color: #6836D3 !important;
    }

    #product-image-icons {
        display: none;
    }

}