/* AL Shop Homepage Load More + Preview Polish V1.5.7 */

/* The initial AJAX product count is arranged into two complete rows.
 * JavaScript sets --alshop-newest-columns from the real number of cards.
 */
.agm-home-v4 .alshop-newest-section-v157,
.agm-home-v4 .alshop-newest-section-v157 #section_newest,
.agm-home-v4 .alshop-newest-section-v157 #section_newest > div,
.agm-home-v4 .alshop-newest-section-v157 #section_newest .container,
.agm-home-v4 .alshop-newest-section-v157 #section_newest .container-fluid,
.agm-home-v4 .alshop-newest-section-v157 #section_newest [class*="container"]{
    width:100%!important;
    min-width:0!important;
    max-width:none!important
}

.agm-home-v4 .alshop-newest-section-v157 #section_newest .container,
.agm-home-v4 .alshop-newest-section-v157 #section_newest .container-fluid,
.agm-home-v4 .alshop-newest-section-v157 #section_newest .alshop-newest-shell-v157{
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important
}

.agm-home-v4 #section_newest .alshop-newest-grid-v157{
    display:grid!important;
    grid-template-columns:repeat(var(--alshop-newest-columns, 6),minmax(0,1fr))!important;
    align-items:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    gap:16px!important
}

.agm-home-v4 #section_newest .alshop-newest-grid-v157 >
.alshop-newest-grid-item-v157{
    display:block!important;
    flex:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    padding:0!important
}

.agm-home-v4 #section_newest .alshop-newest-grid-v157 >
:not(.alshop-newest-grid-item-v157){
    display:none!important
}

.agm-home-v4 #section_newest .alshop-newest-grid-item-v157 .aiz-card-box,
.agm-home-v4 #section_newest .alshop-newest-grid-item-v157 .product-box,
.agm-home-v4 #section_newest .alshop-newest-grid-item-v157 .product-card,
.agm-home-v4 #section_newest .alshop-newest-grid-item-v157 .card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100%!important
}

.agm-home-v4 #section_newest .alshop-newest-grid-item-v157 img{
    max-width:100%!important
}

/* Complete banner/product preview inside the small square. */
.agm-home-v4 .agm-verified-thumb-button{
    min-width:154px!important;
    padding:7px 11px 7px 7px!important
}

.agm-home-v4 .agm-verified-thumb-button img{
    display:block!important;
    flex:0 0 56px!important;
    width:56px!important;
    height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    padding:4px!important;
    object-fit:contain!important;
    object-position:center center!important;
    border:1px solid #edf0f4!important;
    border-radius:9px!important;
    background:#fff!important
}

.agm-home-v4 .agm-verified-thumb-button span{
    display:-webkit-box!important;
    min-width:0!important;
    overflow:hidden!important;
    font-size:11px!important;
    line-height:1.35!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important
}

/* Professional Albanian load-more button. */
.agm-home-v4 #view-more-btn{
    min-width:190px!important;
    min-height:46px!important;
    border:0!important;
    border-radius:13px!important;
    box-shadow:0 9px 22px rgba(255,75,31,.20)!important;
    font-weight:800!important;
    letter-spacing:.01em!important
}

.agm-home-v4 #view-more-btn:disabled{
    cursor:not-allowed!important;
    opacity:.68!important;
    box-shadow:none!important
}

@media(max-width:1199.98px){
    .agm-home-v4 #section_newest .alshop-newest-grid-v157{
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
        gap:13px!important
    }
}

@media(max-width:767.98px){
    .agm-home-v4 #section_newest .alshop-newest-grid-v157{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important
    }

    .agm-home-v4 .agm-verified-thumb-button{
        min-width:138px!important
    }

    .agm-home-v4 .agm-verified-thumb-button img{
        flex-basis:48px!important;
        width:48px!important;
        height:48px!important;
        max-width:48px!important;
        max-height:48px!important
    }
}
