@media screen and (max-width: 1199px) {
    #page-map {
        margin: 0;
        padding: 16px 0;
    }

    #page-map span{
        font-size: 14px;
        line-height: 17px;
    }

    #details {
        padding-bottom: 40px;
    }

    .details-info {
        width: 45%;
    }

    .details-info-head-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-info-head-right {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between;
    }

    h2.details-title {
        font-size: 24px;
        line-height: 31.9px;
    }
    
    span.details-code {
        font-size: 12px;
        line-height: 18.2px;
    }

    .details-nav .details-image-wrapper img {
        width: 64px;
        height: auto;
    }

    .details-for .details-image-wrapper img {
        height: 411px;
        width: 100%;
        margin: 0 auto;
    }

    label.product-color-ball {
        width: 22px;
        height: 22px;
    }

    .details-info-bottom {
        border-top: 0;
        padding-top: 0;
        margin-top: 8px;
    }

    .details-info-bottom-actions {
        flex-wrap: wrap;
    }

    .details-btn-buy {
        flex-shrink: 0;
        width: 118px;
    }

    .details-btn-add {
        width: max-content;
    }

    span.sold-off-text {
        font-size: 16px;
        line-height: 18px;
    }

    .details-shipping-home-input input {
        width: 200px;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    #descricao {
        padding: 64px 0;
    }

    .descricao-switcher {
        overflow-x: scroll;
    }

    button.descricao-switcher-btn {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 8px;
    }

    .descricao-content {
        margin-top: 24px;
    }

    .descricao-content > * {
        margin-bottom: 16px;
    }

    #mais-produtos {
        padding: 64px 0;
    }

    span.mais-produtos-title {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    #details .container {
        flex-direction: column;
    }

    .details-images {
        width: 100%;
    }

    .details-for {
        display: flex !important;
        align-items: center;
        width: 100%;
        gap: 14px;
    }

    .details-for .slick-list {
        width: 100%;
    }

    /* .details-for-dots {
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: transparent
    } */

    /* .details-for-dots button {
        color: transparent;
        background-color: #CED7DC;
        width: 2px;
        height: 16px;
    } */

    /* .details-for-dots .slick-active button {
        background-color: #000;
    } */

    .details-for .details-image-wrapper img {
        height: 411px;
        width: auto;
        margin: 0 auto;
    }

    .details-nav {
        display: none !important;
    }

    .details-info {
        width: 100%;
    }

    .mais-produtos-list {
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    .mais-produtos-list::-webkit-scrollbar {
        display: none;
    }

    .mais-produtos-list .card-produto:not(:first-child) {
        margin-left: 8px;
    }

    .descricao-switcher {
        gap: 32px;
    }

    button.descricao-switcher-btn {
        width: 100px;
        flex-shrink: 0;
    }

    #ficha-tecnica .table-wrapper {
        padding: 0;
    }
}