.products-categories{
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 20px 0;
    border-top: 1px solid rgb(221, 221, 221);
}

.sport-products-categories p{
    font-weight: 400;
    color: rgb(52, 52, 52);
    font-size: 1.9rem;
}
.sport-products-categories{
    border-bottom: 1px solid rgb(191, 186, 186);
    padding: 0 0 20px 0;
}

.products-categories p{
    font-weight: 400;
    color: rgb(52, 52, 52);
    font-size: 1.45rem;
}
.sport-main{
    padding-top: 6rem;
    padding-left: 17rem;
    padding-right: 2.5rem;
    padding-bottom: 15rem;
}

.products-main{
    padding-top: 1rem;
    padding-left: 18.125rem;
    padding-right: 2.5rem;
    padding-bottom: 30rem;
}

.location-list{
    display: flex;
    align-items: center;
    vertical-align: middle;
    /* flex-wrap: wrap; */
}

.location-list-product{
    display: flex;
    align-items: center;
    padding:6px 0 6px 0 ;
    vertical-align: middle;
    /* white-space: nowrap; */
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    flex-wrap: wrap;
}

.location-list-product li .selected{
    text-decoration: underline;
    color: rgb(51, 51, 51);
    font-size: .875rem;
    font-weight: 350;
}

.location-list-product li .orange{
    color: rgb(237, 165, 33);
    font-weight: 600;
    text-decoration: none;
    font-size: .875rem;
}

.location-list-product li{
    list-style: none;
}

.location-list li{
    /* text-decoration: none; */
    list-style: none;
}
.location li a{
    margin-inline: 10px;
}

.location-image{
    width: 1.3vh;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-left: 2px; */
    vertical-align: middle;
}
.location-list li .selected{
    text-decoration: underline;
    color: rgb(51, 51, 51);
    font-size: .875rem;
    font-weight: 350;
}

.location-list li .orange{
    color: rgb(237, 165, 33);
    font-weight: 600;
    text-decoration: none;
    font-size: .875rem;
}

.product-container{
    border: 1px solid rgb(206, 204, 204);
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem 1rem 0;
    transition: 0.7s;
    /* justify-content: space-between; */
}

.more-images-container{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.more-images-slider{
    width: 70px;
    border: 1px solid  rgb(191, 186, 186);
    cursor: pointer;
    /* gap: 10px; */
    height: 70px;   
    object-fit: cover;
    object-position: center;
}

.left-block {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the image horizontally */
    padding: 10px; /* Add padding around the image for spacing */
}

.left-block img {
    width: 150px; /* Ensure the image doesn't exceed the width of the container */
    height: 150px; /* Maintain the aspect ratio */
    object-fit: cover; /* Ensure the image covers the area without distortion */
    object-position: center;
    border-radius: 8px; /* Optional: Add rounded corners for a smoother look */
}

.product-text{
    font-size: .875rem;
    color: rgb(51, 51, 51);
    font-weight: 300;
    text-align: left;
    line-height: 1.4rem;
    /* width: 400px; */
}

.current-location{
    margin-bottom: .4rem;
}

.middle-block{
    padding:15px 20px ;
}

.product-heading{
    font-size: .95rem;
    color: #535353;
    font-weight: bold;
    white-space: wrap;
    margin-bottom: .3rem;
    /* transition: 0.4s color ease-in-out; */
}

.product-heading a:hover{
    color: rgb(237, 165, 33);
}

.product-heading a{
    transition: 0.3s;
    color: #535353;
    text-decoration: none;
}

.list-title{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(206, 204, 204);
    background-color: rgb(239, 239, 239);
    padding: 1rem 0 1rem 0;
}

.list-title p{
    margin: 0;
    font-weight: bold;
    padding: 0;
    font-size: .9rem;
    color: #535353;
}

.look-more-products{
    white-space: nowrap;
    background-color: rgba(67, 67, 67);
    padding: .563rem .938rem;
    color: #fff;
    border-radius: 3px;
    font-size: .9rem;
    transition: 0.25s;
    cursor: pointer;
    border: 1px solid rgba(67, 67, 67);
}
.look-more-products-none{
    white-space: nowrap;
    background-color: rgba(67, 67, 67);
    padding: .563rem .938rem;
    color: #fff;
    display: none;
    border-radius: 3px;
    font-size: .9rem;
    transition: 0.25s;
    cursor: pointer;
    border: 1px solid rgba(67, 67, 67);
}

.look-more-products-none a{
    text-decoration: none;
}
.look-more-products:hover{
    background-color: rgb(237, 165, 33);
    border: 1px solid rgb(237, 165, 33);
}

.product-container:hover{
    background-color:rgb(235, 233, 233);
    box-shadow: 0 0 5px 0.8;
}

.inline-container{
    display: flex;
    /* align-items: center; */
    /* align-items: flex-start; */
}
.row{
    display: flex;
    margin-top: 1.5rem;
}

.image-info{
    font-size: .875rem;
    font-weight: 350;
    width: 300px;
    font-style: italic;
}

.left-product-block{
    margin-right: 1.5rem;
}

.product-information{
    margin-bottom: 1.5rem;
}

.product-image-info img{
    width: 50vh;
    height: 50vh;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgb(191, 186, 186);
}


.product-name{
    border: 1px solid rgb(191, 186, 186);
    background-color: rgb(239, 239, 239);
    padding: .7rem 1rem;
}

.product-name p{
    font-size: 1.125rem;
    font-weight: 600;
}


.product-category,
.owner,
.product-date{
    font-size: .875rem;
    margin-top: .5rem;
    font-weight: 350;
}
.bolded{
    font-weight: 600;
}

.product-date{
    padding-bottom: .2rem;
    border-bottom: 2.5px dotted rgb(204, 202, 202);
}

.product-price{
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: .2rem;
    color: rgb(237, 165, 33);
}

.product-data{
    padding: .7rem 1rem;
    border-left: 1px solid rgb(191, 186, 186);
    border-right: 1px solid rgb(191, 186, 186);
    border-bottom: 1px solid rgb(191, 186, 186);
}

.right-product-block{
    width: 100%;
    /* padding: 20rem; */
}

.description-heading{
    border: 1px solid rgb(191, 186, 186);
    padding: .7rem 1rem;
    background-color: rgb(239, 239, 239);
}

.description-heading p{
    font-size: 1.125rem;
    font-weight: 600;
}

.description-data{
    padding: .7rem 1rem;
    border-left: 1px solid rgb(191, 186, 186);
    border-right: 1px solid rgb(191, 186, 186);
    border-bottom: 1px solid rgb(191, 186, 186);
}

.description-paragraph{
    font-size: .875rem;
    padding: 1px 0;
    margin-top: .4rem;
    font-weight: 350;
    border-bottom: 2.5px dotted rgb(191, 186, 186);
}

.some-products{
    display: grid;
    column-gap: 1rem;
    /* gap: 1rem; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 1.5rem;
}

.some-products-heading{
    margin-top: 2rem;
    display: flex;
    /* border: 1px solid red; */
    justify-content: space-between;
    align-items: center;
}
.some-products-heading p{
    font-weight: 500;
    color: rgb(52, 52, 52);
    font-size: 1.5rem;
    display: inline;
    border-bottom: 3.5px solid rgb(237, 165, 33);
}


.some-more-products{
    padding: .6rem .9rem;
    color: rgb(42, 41, 41);
    border: 1px solid rgb(42, 41, 41);
    background-color: transparent;
    border-radius: .2rem;
    cursor: pointer;
    font-size: .9rem;
    font-weight: bold;
    transition: 0.3s;
    white-space: nowrap;
}

.some-more-products:hover{
    border: 1px solid rgb(221, 166, 62);
    background-color: rgb(221, 166, 62);
    color: white;
}

.share-on-media{
    margin-top: 1rem;
    display: flex;
    padding: .8rem 0;
    vertical-align: middle;
    align-items: center;
    border-top: 1px solid rgb(191, 186, 186);
    border-bottom: 1px solid rgb(191, 186, 186);
}

.share-on-media p{
    margin-right: 2rem;
    font-size: .875rem;
    padding: 1px 0;
    /* margin-top: .4rem; */
    font-weight: 350;
}

.share-on-media a{
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: linear-gradient(45deg, rgb(232, 168, 50), rgb(227, 165, 49));
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.share-on-media a:hover{
    transform: scale(1.1);
}
/* Media queries */

.more-article-picture img{
    width: 100%;
}
.more-article-container{
    border: 1px solid rgb(191, 186, 186);
    height:100%;
    /* width: 100%; */
    transition: 0.3s;
    display: flex;
    padding-bottom: .5rem;
    flex-direction: column;
}

.article-container {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    cursor: pointer;
    width: 100%; 
    /* background-color: #fff; */
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.more-article-container:hover {
    box-shadow: 0 0px 10px rgba(0,0,0,.8);
    transform: translate(0, -10px);
}

.more-article-heading {
    margin: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem; /* Daje dodatni prostor unutar kontejnera */
    box-sizing: border-box; /* Uključuje padding u ukupnu veličinu */
}

.more-article-heading p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    font-weight: 650;
    text-align: center; /* Centrirano poravnanje teksta */
    margin: 0; /* Uklanja margine za bolje poravnanje */
    line-height: 1.2; /* Razmak između redova */
}
.more-product-info {
    color: #666;
    font-size: 13px;
    text-align: center;
    /* margin: 0.5rem; Razmak oko paragrafa */
    padding: 0.5rem 1rem; /* Unutrašnji razmak */
    border-top: 1px solid #ddd; /* Razdelnik iznad */
    border-radius: 0 0 10px 10px; /* Zaobljeni donji uglovi */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Suptilna senka */
    min-height: 3rem; /* Minimalna visina da bi svi elementi bili poravnati */
    display: flex;
    align-items: center; /* Vertikalno poravnanje teksta */
    justify-content: center; /* Horizontalno poravnanje teksta */
}

.more-product-info p {
    margin: 0; /* Uklanja margine kako bi se postiglo ravno poravnanje */
    line-height: 1.4; /* Razmak između redova za bolju čitljivost */
}

.more-article-price{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    vertical-align: middle;
    /* margin-right: .5rem; */
    /* margin-bottom: 1rem; */
    /* white-space: nowrap; */
    /* margin-top: .7rem; */
    /* background-color: blue; */
    /* align-items: flex-end; */
}

.more-article-price p{
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: bold;
    /* margin-top: .1rem   ; */
    color: rgb(237, 165, 33);
    /* margin-bottom: .5rem; */
    /* background-color: red; */
}


.more-product-details{
    padding: .6rem .9rem;
    color: rgb(42, 41, 41);
    border: 1px solid rgb(42, 41, 41);
    border-radius: 2px;
    /* margin-left: .5rem; */
    font-weight: bold;
    display: flex;
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    /* margin-top: .5rem; */
    cursor: pointer;
    font-size: .8rem;
    transition: 0.3s;
    background-color: transparent;
}
.more-product-details a{
    text-decoration: none;
    color: rgb(42, 41, 41);
}

.more-product-details:hover{
    background-color: rgb(237, 165, 33);
    color: white;
    border: 1px solid rgb(237, 165, 33);
}
.more-product-details:hover a{
    color: white;
    /* border: 1px solid rgb(237, 165, 33); */
}

@media (width>1601px){
    .products-main{
        padding-top: 6rem;
        padding-left: 24.375rem;
        padding-right: 2.5rem;
        padding-bottom: 30rem;
        /* border-top: 1px solid rgb(145, 145, 145); */
    }
    .sport-main{
        padding-top: 6rem;
        padding-left: 24.375rem;
        padding-right: 2.5rem;
        padding-bottom: 30rem;
        /* border-top: 1px solid rgb(145, 145, 145); */
    }
}

@media (width > 1199px) and (width<=1400px){
    .product-image-info img{
        width: 40vh;
        height: 40vh;
        object-fit: cover;
        object-position: center;
        border: 1px solid rgb(191, 186, 186);
    }
}

@media (width > 991px) and (width <= 1199px) {
    .products-main{
        /* padding-top: 1rem; */
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 1.5rem;
    }
    .left-block img{
        width: 30vh;
        object-fit: cover;
    }
    .sport-main{
        padding-top: 6rem;
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 15rem;
    }
    .product-image-info img{
        width: 55vh;
        height: 55vh;
        object-fit: cover;
        object-position: center;
        border: 1px solid rgb(191, 186, 186);
    }
    .some-products{
        flex-direction: column;
        display: flex;
        gap: 1rem;
    }
    .more-article-picture img{
        width: 50vh;
    }
    .more-article-picture{
        padding-top: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more-article-heading{
        align-items: center;
        display: flex;
        justify-content: start;
        margin: 1rem 0 0 0;
        padding-bottom: .2rem;
    }
    .more-article-heading p{
        font-size: 1.1rem;
        color: #535353;
    }

    .more-product-info {
        color: #545454;
        font-weight: 350;
        font-size: .9rem;
        text-align: left;
        /* margin: 0.5rem; Razmak oko paragrafa */
        padding: 0rem 1rem; 
        border-top: 1px solid #ddd; /* Razdelnik iznad */
        border-radius: 0 0 10px 10px; /* Zaobljeni donji uglovi */
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Suptilna senka */
        min-height: 3rem;
        display: flex;
        align-items: center; /* Vertikalno poravnanje teksta */
        justify-content: start; /* Horizontalno poravnanje teksta */
    }
    .more-article-price{
        flex-direction: row;
        align-items: center;
        padding: 0 1rem;
        justify-content: space-between;
    }
    .more-product-details{
        margin: 0;
    }
    .sport-products-categories p{
        font-weight: 500;
        color: rgb(52, 52, 52);
        font-size: 1.6rem;
    }
    
}

@media (width > 767px) and (width <= 991px){
    .products-main{
        /* padding-top: 1rem; */
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 1.5rem;
    }
    .sport-main{
        padding-top: 6rem;
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 15rem;
    }
    .left-block img{
        width: 30vh;
        object-fit: cover;
    }
    .product-text{
        display: none;
        /* display: n; */
    }
    .product-container{
        align-items: center;
        justify-content: space-between;
    }
    .product-image-info img{
        width: 40vh;
        height: 40vh;
        object-fit: cover;
        object-position: center;
        border: 1px solid rgb(191, 186, 186);
    }
    .some-products{
        flex-direction: column;
        display: flex;
        gap: 1rem;
    }
    .more-article-picture img{
        width: 50vh;
    }
    .more-article-picture{
        padding-top: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more-article-heading{
        align-items: center;
        justify-content: start;
        margin: 1rem 0 0 0;
        padding-bottom: .2rem;
    }
    .more-article-heading p{
        font-size: 1.1rem;
        color: #535353;
    }

    .more-product-info {
        color: #545454;
        font-weight: 350;
        font-size: .9rem;
        text-align: left;
        /* margin: 0.5rem; Razmak oko paragrafa */
        padding: 0rem 1rem; 
        border-top: 1px solid #ddd; /* Razdelnik iznad */
        border-radius: 0 0 10px 10px; /* Zaobljeni donji uglovi */
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Suptilna senka */
        min-height: 3rem;
        display: flex;
        align-items: center; /* Vertikalno poravnanje teksta */
        justify-content: start; /* Horizontalno poravnanje teksta */
    }
    .more-article-price{
        flex-direction: row;
        align-items: center;
        padding: 0 1rem;
        justify-content: space-between;
    }
    .more-product-details{
        margin: 0;
    }
    .sport-products-categories p{
        font-weight: 500;
        color: rgb(52, 52, 52);
        font-size: 1.5rem;
    }
}


@media (width > 575px) and (width <= 767px){
    .products-main{
        /* padding-top: 1000px; */
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 1.5rem;
    }
    .sport-main{
        padding-top: 6rem;
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 15rem;
    }
    .products-categories p{
        font-size: 1.1rem;
        font-weight: 550;
    }
    .left-block img{
        height: 10vh;
        object-fit: cover;
        /* width: 10vh; */
        /* object-fit: cover; */
    }
    .product-text{
        display: none;
        /* display: n; */
    }
    .product-container{
        align-items: center;
        justify-content: space-between;
    }
    .look-more-products{
        white-space: nowrap;
        background-color: rgba(67, 67, 67);
        padding: .3rem .5   rem;
        color: #fff;
        display: none;
        border-radius: 3px;
        font-size: .75rem;
        transition: 0.25s;
        cursor: pointer;
        border: 1px solid rgba(67, 67, 67);
    }
    .look-more-products-none{
        white-space: nowrap;
        background-color: rgba(67, 67, 67);
        padding: .3rem .5rem;
        color: #fff;
        display: flex;
        margin-top: 3rem;
        border-radius: 3px;
        font-size: .75rem;
        transition: 0.25s;
        cursor: pointer;
        border: 1px solid rgba(67, 67, 67);
    }
    .middle-block{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .product-heading{
        font-size: .85rem;
    }
    .list-title p{
        font-size: .85rem;
    }
    .location-list{
        display: none;
    }
    .row{
        flex-direction: column;
    }
    .product-image-info img{
        width: 35vh;
        height: 35vh;
        object-fit: cover;
        object-position: center;
    }
    .left-product-block{
        margin-bottom: 1rem;
    }
    .image-info{
        width: auto;
        font-size: .85rem;
    }
    .product-name p{
        font-size: 1.1rem;
    }
    .product-category,
    .owner,
    .product-date{
        font-size: .85rem;
    }
    .product-price{
        font-size: 1rem;
    }
    .description-paragraph{
        font-size: .85rem;
    }
    .description-heading p{
        font-size: 1.1rem;
    }
    .share-on-media p{
        font-size: .85rem;
    }
    .share-on-media a{
        width: 25px;
        height: 25px;
        padding: 2px;
        line-height: 25px;
    }
    .some-more-products{
        font-size: .85rem;
        padding: .5rem .6rem;
    }
    .some-products-heading p{
        font-size: 1.35rem;
    }
    .some-products{
        flex-direction: column;
        gap: 1rem;
        display: flex;
    }
    .more-article-picture img{
        width: 50vh;
    }
    .more-article-picture{
        padding-top: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more-article-heading{
        align-items: center;
        justify-content: start;
        margin: 1rem 0 0 0;
        padding-bottom: .2rem;
    }
    .more-article-heading p{
        font-size: 1.1rem;
        color: #535353;
    }

    .more-product-info {
        color: #545454;
        font-weight: 350;
        font-size: .9rem;
        text-align: left;
        /* margin: 0.5rem; Razmak oko paragrafa */
        padding: 0rem 1rem; 
        border-top: 1px solid #ddd; /* Razdelnik iznad */
        border-radius: 0 0 10px 10px; /* Zaobljeni donji uglovi */
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Suptilna senka */
        min-height: 3rem;
        display: flex;
        align-items: center; /* Vertikalno poravnanje teksta */
        justify-content: start; /* Horizontalno poravnanje teksta */
    }
    .more-article-price{
        flex-direction: row;
        align-items: center;
        padding: 0 1rem;
        justify-content: space-between;
    }
    .more-product-details{
        margin: 0;
    }
    .sport-products-categories p{
        font-weight: 500;
        color: rgb(52, 52, 52);
        font-size: 1.3rem;
    }
}

@media (width <= 575px){
    .location-list-product li .selected,
    .location-list-product li .orange{
        font-size: .8rem;
    }
    .products-main{
        /* padding-top: 1rem; */
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 1.5rem;
    }
    .sport-main{
        padding-top: 6rem;
        padding-left: .7rem;
        padding-right: .7rem;
        padding-bottom: 15rem;
    }
    .products-categories p{
        font-size: 1.1rem;
        font-weight: 550;
    }
    .left-block img{
        height: 10vh;
        /* width: 10vh; */
        object-fit: cover;
    }
    .product-text{
        display: none;
        /* display: n; */
    }
    .product-container{
        align-items: center;
        justify-content: space-between;
    }
    .look-more-products{
        white-space: nowrap;
        background-color: rgba(67, 67, 67);
        padding: .3rem .5   rem;
        color: #fff;
        display: none;
        border-radius: 3px;
        font-size: .75rem;
        transition: 0.25s;
        cursor: pointer;
        border: 1px solid rgba(67, 67, 67);
    }
    .look-more-products-none{
        white-space: nowrap;
        background-color: rgba(67, 67, 67);
        padding: .3rem .5rem;
        color: #fff;
        display: flex;
        margin-top: 3rem;
        border-radius: 3px;
        font-size: .75rem;
        transition: 0.25s;
        cursor: pointer;
        border: 1px solid rgba(67, 67, 67);
    }
    .middle-block{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .product-heading{
        font-size: .85rem;
    }
    .list-title p{
        font-size: .85rem;
    }
    .location-list{
        display: none;
    }
    .row{
        flex-direction: column;
    }
    .product-image-info img{
        width: 35vh;
        height: 35vh;
        object-fit: cover;
        object-position: center;
    }
    .sport-products-categories p{
        font-weight: 500;
        color: rgb(52, 52, 52);
        font-size: 1.2rem;
    }
    .left-product-block{
        margin-bottom: 1rem;
    }
    .image-info{
        width: auto;
        font-size: .8rem;
    }
    .product-name p{
        font-size: .938rem;
    }
    .product-category,
    .owner,
    .product-date{
        font-size: .8rem;
    }
    .product-price{
        font-size: .99rem;
    }
    .description-paragraph{
        font-size: .8rem;
    }
    .description-heading p{
        font-size: .938rem;
    }
    .share-on-media p{
        font-size: .8rem;
    }
    .share-on-media a{
        width: 20px;
        height: 20px;
        padding: 2px;
        line-height: 20px;
    }
    .some-more-products{
        font-size: .8rem;
        padding: .4rem .5rem;
    }
    .some-products-heading p{
        font-size: 1.25rem;
    }
    .some-products{
        flex-direction: column;
        display: flex;
        gap: 1rem;
    }
    .more-article-picture img{
        width: 100%;
    }
    .more-article-picture{
        padding-top: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more-article-heading{
        align-items: center;
        justify-content: start;
        margin: 1rem 0 0 0;
        padding-bottom: .4rem;
    }
    .more-article-heading p{
        font-size: 1rem;
        color: #535353;
    }
    .more-article-price p{
        font-size: 1rem;
    }

    .more-product-info {
        color: #545454;
        font-weight: 350;
        font-size: .85rem;
        text-align: left;
        /* margin: 0.5rem; Razmak oko paragrafa */
        padding: .5rem 1rem; 
        border-top: 1px solid #ddd; /* Razdelnik iznad */
        border-radius: 0 0 10px 10px; /* Zaobljeni donji uglovi */
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); Suptilna senka */
        min-height: 3rem;
        display: flex;
        align-items: center; /* Vertikalno poravnanje teksta */
        justify-content: start; /* Horizontalno poravnanje teksta */
    }
    .more-article-price{
        flex-direction: row;
        align-items: center;
        padding: 0 1rem;
        margin-top: .5rem;
        justify-content: space-between;
    }
    .more-product-details{
        margin: 0;
        font-size: .8rem;
        padding: .5rem .5rem;
    }

}

