/*** BLOCK CONTENT ***/ .block.content > *, .block.content > * > * { height: 100%; } .block.content > * > * > .layout-container { height: 100%; display: flex; flex-direction: row; } .block.content > * > * > * > .content { display: flex; flex-direction: column; justify-content: space-between; } /*** BLOCK ***/ .block.content .block { padding: 30px; } /*** TEXT EXPAND ***/ .showmore { display: flex; flex-direction: row; justify-content: center; cursor: pointer; } .showmore::after { content: 'Meer lezen'; font-weight: 700; font-size: 0.813em; } .layout-section[data-showmore]:is([data-showmore="true"]) .showmore::after { content: ''; } .layout-section[data-showmore]:is( :not( [data-showmore="true"] ) ) .text { min-height: 60px; max-height: 10vh; overflow: hidden; } /*** TAGS - CTA ***/ .tags-cta { display: flex; flex-direction: row; } /*** TAGS ***/ .tags { width: 100%; position: relative; display: flex; flex-direction: column; } .tags ul { display: flex; flex-direction: row; flex-wrap: wrap; margin: auto 0px; } .tags ul li { display: block; flex-direction: column; justify-content: center; padding: 6px 7px 5px 7px; margin: 0px 4px 4px 0px; } /** PRICES **/ .prices { display: flex; flex-direction: row; } .price::before, .sale::before { content: "€"; padding-right: 3px; } .sale { margin-right: 10px; } .block .sale:is( [data-price="0"], [data-price="0.0"] ) { display: none; } .block .sale:is( :not( [data-price="0"] ):not( [data-price="0.0"] ) ) + .price { text-decoration: line-through; } /** BUTTONS **/ .options.list ul li .subtitle:is(:not(:empty))::before { content: "+ €"; padding-right: 3px; } /*** OPTIONS ***/ .select-option { display: flex; flex-direction: column; } /** ORDEr **/ .order { display: flex; flex-direction: row; margin-top: auto; } /** BUTTONS **/ .buttons { display: flex; flex-direction: column; flex-grow: 1; margin: auto; } .buttons .link { padding: 10px; } /* .block-content > .block-share { position: relative; } .contact-share-container { display: flex; flex-direction: row; justify-content: flex-end; position: absolute; right: 0px; bottom: 0px; } .contact-share-container > .button { display: inline-block; } .block-documents > .caption::before { content: 'Documenten bij dit artikel'; } .block-documents { display: flex; flex-direction: column; width: 100%; } */