/* Pagine griglia URBS — stesso stile di bestseller / home */

body.urbs-grid-page,
body.urbs-shop-page,
body.post-type-archive-product,
body.page-id-6563,
body.urbs-bestseller-page {
    background-color: #f2f2f2 !important;
}

body.urbs-grid-page .site-main,
body.urbs-grid-page #content,
body.urbs-shop-page .site-main,
body.urbs-shop-page #content,
body.post-type-archive-product .site-main,
body.post-type-archive-product #content,
body.page-id-6563 .site-main,
body.page-id-6563 #content,
body.urbs-bestseller-page .site-main,
body.urbs-bestseller-page #content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    background-color: #f2f2f2 !important;
}

.urbs-grid-page .urbs-section,
.urbs-shop-page .urbs-section {
    background-color: #f2f2f2 !important;
    background-image: none !important;
}

.urbs-grid-page .product-box,
.urbs-shop-page .product-box {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    transition: background-image 0.3s ease-in-out;
}

.urbs-grid-page .product-box__price,
.urbs-shop-page .product-box__price {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Afacad', sans-serif;
    line-height: 1.2;
    text-align: left;
}

.urbs-grid-page .product-box[href*="cupola-medium-fluo"] h3,
.urbs-grid-page .product-box[href*="cupola-medium-fluo"] .product-box__price,
.urbs-shop-page .product-box[href*="cupola-medium-fluo"] h3,
.urbs-shop-page .product-box[href*="cupola-medium-fluo"] .product-box__price {
    color: #fff !important;
}

.urbs-grid-page .product-box--visual,
.urbs-shop-page .product-box--visual {
    pointer-events: none;
}

@media (max-width: 768px) {
    .urbs-grid-page .urbs-section .col-25:nth-child(2n),
    .urbs-shop-page .urbs-section .col-25:nth-child(2n) {
        border-right: none !important;
    }
}

body.urbs-grid-page .page-header,
body.urbs-grid-page .entry-header {
    display: none;
}
