.page-location span{
    padding-left: 4rem;
}

.page-location,
.page-location a{
    color: #b2b6b9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-location b{
    margin: 0px 5px;
}

.page-location a:hover{
    color: var(--main-color);
}

.product-summary-card{
    background: #ffffff;
    border-radius: 0;
    padding: 2.75rem 3rem;
    box-shadow: none;
}

.product-title{
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    color: #0E3F66;
    margin-bottom: 1rem;
}

.product-meta{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.product-esfer{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.45rem 1.25rem;
    border-radius: 999px;
    letter-spacing: 0.01em;
    box-shadow: none;
    background: #4E8BD4;
    color: #ffffff;
}

.product-esfer.Municipal,
.product-esfer.Estadual,
.product-esfer.Federal{
    background: #4E8BD4;
    color: #ffffff;
}

.product-price{
    font-size: 1.4rem;
    font-weight: 800;
    color: #4E8BD4;
    margin-left: 0.5rem;
}

.product-description-block{
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    color: #455468;
    font-size: 1rem;
    line-height: 1.65;
}

.product-description{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.product-description-block .product-description{
    position: relative;
}

.product-description-block.is-collapsible:not(.is-expanded) .product-description{
    max-height: 160px;
    overflow: hidden;
}

.product-description-block.is-collapsible:not(.is-expanded) .product-description::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 65%);
}

.product-description-block.is-expanded .product-description{
    max-height: none;
}

.product-read-more{
    color: #0E82D9;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s ease;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    align-self: flex-start;
    display: inline-flex;
}

.product-read-more:hover{
    color: #0B6AB2;
}
.product-read-more:focus{
    outline: none;
    text-decoration: underline;
}

.product-specifications-block{
    margin-top: 2rem;
    color: #40546C;
    line-height: 1.65;
    font-size: 1rem;
}

.product-specifications-title{
    color: #0E82D9;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.product-actions{
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-type-number{
    display: inline-flex;
    align-items: center;
    border: 1px solid #d2d9e3;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
    width: fit-content;
}

.form-type-number input{
    width: 68px;
    height: 54px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #324561;
    border: none;
    box-shadow: none;
}

.form-type-number input:focus{
    outline: none;
    box-shadow: none;
}

.form-type-number .btn-minus,
.form-type-number .btn-plus{
    background: transparent;
    border: none;
    width: 58px;
    height: 54px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #7b8aa1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.form-type-number .btn-minus:hover,
.form-type-number .btn-plus:hover{
    background: #e7effa;
    color: #0E3F66;
}

.product-action-buttons{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-add-cart,
.btn-solicitation{
    border: none;
    border-radius: 999px;
    padding: 0.6rem 2.8rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 54px;
}

.btn-add-cart{
    background: linear-gradient(135deg, #13C26B 0%, #2FE097 100%);
    box-shadow: none;
}

.btn-solicitation{
    background: linear-gradient(135deg, #1D7EE5 0%, #47A5FF 100%);
    box-shadow: none;
}

.btn-add-cart:hover,
.btn-solicitation:hover{
    transform: translateY(-2px);
    box-shadow: none;
    color: #ffffff;
}

.btn-solicitation{
    margin-left: 0;
}

@media screen and (max-width: 992px) {
    .product-summary-card{
        padding: 2.25rem 2.2rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .product-summary-card{
        padding: 2rem 1.5rem;
    }

    .product-title{
        font-size: 1.75rem;
    }

    .product-meta{
        gap: 0.75rem;
    }

    .product-actions{
        align-items: stretch;
    }

    .form-type-number{
        width: 100%;
        justify-content: center;
        box-shadow: none;
    }

    .product-action-buttons{
        flex-direction: column;
        width: 100%;
    }

    .btn-add-cart,
    .btn-solicitation{
        width: 100%;
        justify-content: center;
    }

    .page-location{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        text-align: center;
    }

    .page-location span{
        padding-left: 0 !important;
    }
}
