.additional-products-sec{
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.additional-sec-inner{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.additional-product{
    width: 90%;
    background-color: rgb(206, 145, 154, 0.2);
    padding: 10px;
    position: relative;
}
.additional-product-img-con{
    width: 100%;
    height: 12rem;
    background-color: red;
    overflow: hidden;
}
.additional-product-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.additional-product-title{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.additional-price{
    margin-top: 0;
    padding-top: 0;
    color: rgb(206, 145, 154);
    font-weight: bold;
}
.additional-product p{
    text-align: center;
}
.additional-p-desc{
    padding-bottom:10px;
}
.read-button{
    background-color: transparent;
    border: none;
    color: rgb(173, 63, 80);
    padding-bottom: 10px;
    cursor: pointer;
    padding-bottom: 2rem;

}

.additional-product-button{
    width: 99%;
    display: flex;
    flex-direction: row;
    align-items: center; 
    gap: 5px;  
    justify-content: center;
    border: none;
    background-color: rgb(206, 145, 154);
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    left: 1px;
}
.additional-button-icon{
    width: 1rem;
    height: 1rem;
}
.additional-product-button p{
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 0;
}