/*
Apply the bento box layout to the main content area
 */

/*#main > .ast-woocommerce-container, #main > article {*/
/*    border: #decab8 2px solid;*/
/*    border-radius: 20px;*/
/*}*/

#main > div > ul > .ast-grid-common-col {
    border: #decab8 2px solid;
    border-radius: 20px;

    img {
        border-radius: 18px 18px 0 0;
    }
}

/*
Apply the bento box layout to the quick view section
 */

#ast-quick-view-content {
    border-radius: 20px;
    overflow: hidden;
}

.ast-lightbox-content {
    background-color: transparent !important;
}
.wc-block-components-filter-reset-button {
    display: none !important;
}
.woocommerce-js div.product div.images img {
    border-radius: 15px;
    border: #decab8 2px solid;
}

/* Apply bento box layout to start page */

.wc-block-components-product-image img {
    border-radius: 32px !important;
    margin-bottom: 10px;
    box-shadow: rgba(0,0,0,0.08) 0 2px 4px;
}

/* Fixes */
.wc-block-components-product-image .add_to_cart_button {
    border: var(--ast-global-color-4) 1px solid !important;
}

/* Discount Hint "Sie sparen xx.xx €! */
.discount-hint {
    color: #8E153C;
    font-weight: 600;
    font-size: 8pt;
}

.summary.entry-summary {
    .product_meta,
    .product_meta p.product-units.product-units-wrapper,
    .product_meta span.sku_wrapper,
    .price-unit,
    .price-unit p,
    .legal-price-info p {
        font-size: 10px !important;
        line-height: 16px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .product_meta {
        margin-top: 16px !important;
        padding-top: 10px !important;
    }
}


.dgwt-wcas-sf-wrapp {
    background: none !important;
}
