/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2022-11-17 17:48:40 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 40.83%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 42.8775%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 30.6225%;
    }
}

.cookie-status-message {
display: none !important;
}

/* Prices of products */
.price-including-tax:before, .weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}
.price-container.price-final_price.tax.weee {
   display:flex;
flex-direction: column-reverse;
}

/* Minicart /*
#minicart-content-wrapper > div.block-content > div.subtotal

.minicart-wrapper .block-minicart .subtotal span.label {
    display: block;
}

.minicart-wrapper .block-minicart .subtotal .amount {
    display: flex;
    flex-direction: column-reverse;
}

/* Cart overview */
body.checkout-cart-index div.cart.table-wrapper.detailed {
    overflow: scroll;
}

body.checkout-cart-index #shopping-cart-table .product-item-name {
    overflow: hidden;
    max-width: 20ch;
}