@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-Rom.woff2') format('woff2'),
        url('fonts/CochinURWD-Rom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-Bol.woff2') format('woff2'),
        url('fonts/CochinURWD-Bol.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-BlaIta.woff2') format('woff2'),
        url('fonts/CochinURWD-BlaIta.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-RomIta.woff2') format('woff2'),
        url('fonts/CochinURWD-RomIta.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-BolIta.woff2') format('woff2'),
        url('fonts/CochinURWD-BolIta.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cochin URW D';
    src: url('fonts/CochinURWD-Bla.woff2') format('woff2'),
        url('fonts/CochinURWD-Bla.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'D-DIN';
    src: url('fonts/D-DIN.woff2') format('woff2'),
        url('fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'D-DIN';
    src: url('fonts/D-DIN-Bold.woff2') format('woff2'),
        url('fonts/D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN';
    src: url('fonts/D-DIN-Italic.woff2') format('woff2'),
        url('fonts/D-DIN-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'D-DIN Condensed';
    src: url('fonts/D-DINCondensed.woff2') format('woff2'),
        url('fonts/D-DINCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'D-DIN Condensed';
    src: url('fonts/D-DINCondensed-Bold.woff2') format('woff2'),
        url('fonts/D-DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

/*@font-face {
    font-family: 'D-DIN Exp';
    src: url('fonts/D-DINExp.woff2') format('woff2'),
        url('fonts/D-DINExp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'D-DIN Exp';
    src: url('fonts/D-DINExp-Italic.woff2') format('woff2'),
        url('fonts/D-DINExp-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Exp';
    src: url('fonts/D-DINExp-Bold.woff2') format('woff2'),
        url('fonts/D-DINExp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/




/*:root {
  --font-primary: Cochin URW D;
  --font-secondary: Cochin URW D;
  --font-tertiary: D-DIN;
  --font-weight-light: Light;
  --font-weight-regular: Regular;
  --font-weight-book: Book;
  --font-weight-medium: Medium;
  --font-weight-semibold: Semibold;
  --font-weight-bold: Bold;
  --desktop-h1-font-family: var(--font-primary);
  --desktop-h1-size: 55px;
  --desktop-h1-line-height: 66px;
  --desktop-h1-weight: Roman;
  --desktop-h2-font-family: var(--font-secondary);
  --desktop-h2-size: 40px;
  --desktop-h2-line-height: 50px;
  --desktop-h2-weight: Roman;
  --desktop-h3-font-family: var(--font-tertiary);
  --desktop-h3-size: 32px;
  --desktop-h3-line-height: 40px;
  --desktop-h3-weight: var(--font-weight-bold);
  --desktop-h4-font-family: var(--font-secondary);
  --desktop-h4-size: 24px;
  --desktop-h4-line-height: 30px;
  --desktop-h4-weight: var(--font-weight-bold);
  --desktop-h5-font-family: var(--font-tertiary);
  --desktop-h5-size: 18px;
  --desktop-h5-line-height: 24px;
  --desktop-h5-weight: var(--font-weight-bold);
  --desktop-h6-font-family: var(--font-tertiary);
  --desktop-h6-size: 16px;
  --desktop-h6-line-height: 20px;
  --desktop-h6-weight: var(--font-weight-bold);
  --mobile-h1-font-family: var(--font-primary);
  --mobile-h1-size: 48px;
  --mobile-h1-line-height: 60px;
  --mobile-h1-weight: var(--font-weight-semibold);
  --mobile-h2-font-family: var(--font-primary);
  --mobile-h2-size: 32px;
  --mobile-h2-line-height: 40px;
  --mobile-h2-weight: var(--font-weight-semibold);
  --mobile-h3-font-family: var(--font-secondary);
  --mobile-h3-size: 24px;
  --mobile-h3-line-height: 30px;
  --mobile-h3-weight: var(--font-weight-regular);
  --mobile-h4-font-family: var(--font-secondary);
  --mobile-h4-size: 20px;
  --mobile-h4-line-height: 25px;
  --mobile-h4-weight: var(--font-weight-semibold);
  --mobile-h5-font-family: var(--font-tertiary);
  --mobile-h5-size: 18px;
  --mobile-h5-line-height: 20px;
  --mobile-h5-weight: var(--font-weight-bold);
  --mobile-h6-font-family: var(--font-tertiary);
  --mobile-h6-size: 16px;
  --mobile-h6-line-height: 20px;
  --mobile-h6-weight: var(--font-weight-semibold);
  --paragraph-font-family: var(--font-tertiary);
  --paragraph-size: 16px;
  --paragraph-line-height: 24px;
  --paragraph-weight: var(--font-weight-regular);
  --paragraph-small-font-family: var(--font-tertiary);
  --paragraph-small-size: 14px;
  --paragraph-small-line-height: 21px;
  --paragraph-small-weight: var(--font-weight-regular);
  --button-size: var(--paragraph-size);
  --button-font-family: var(--font-tertiary);
  --button-line-height: var(--paragraph-line-height);
  --input-font-family: var(--font-tertiary);
  --button-weight: var(--font-weight-semibold);
  --input-size: var(--paragraph-size);
  --input-line-height: var(--paragraph-line-height);
  --input-weight: var(--font-weight-semibold);
  --link-font-family: var(--font-tertiary);
  --link-size: var(--paragraph-size);
  --link-line-height: var(--paragraph-line-height);
  --link-weight: var(--font-weight-regular);

  --main-brand: rgba(95, 62, 50, 1);
  --main-brand-string: #5f3e32;
  --main-brand-color-name: Deep Brown;
  --accents-1: rgba(224, 192, 159, 1);
  --accents-1-string: e0c09f;
  --accents-1-color-name: Beige;
  --accents-2: rgba(0, 38, 58, 1);
  --accents-2-string: 00263a;
  --accents-2-color-name: Navy Blue;
  --accents-3: rgba(236, 224, 209, 1);
  --accents-3-string: ece0d1;
  --accents-3-color-name: Light Beige;
  --neutrals-white: rgba(255, 255, 255, 1);
  --neutrals-light-grey: rgba(242, 242, 242, 1);
  --neutrals-medium-grey: rgba(217, 217, 217, 1);
  --neutrals-dark-grey: rgba(152, 152, 152, 1);
  --neutrals-black: rgba(51, 51, 51, 1);
  --ui-positive: rgba(0, 150, 129, 1);
  --ui-negative: rgba(209, 51, 70, 1);
  --ui-warning: rgba(231, 170, 53, 1);

  --border-radius-interactives: 4px;
  --border-radius-cards: 16px;
  --desktop-side-padding: 64px;
  --mobile-side-padding: 24px;
}
*/




:root {
    --font-family-headings: "Cochin URW D";
    --font-family-text: "D-DIN";
    --primary-color-1: rgb(107,61,46);
    --primary-color-2: rgb(224,192,159);
    --secundary-color-1: rgb(149,108,88);
    --secundary-color-2: rgb(89,93,60);
    --secundary-color-3: rgb(9,39,55);
    --bg-color: #f9f9f9;
    --font-size-large-text: 55px;
    --line-height-large-text: 1.2;
    --font-size-small-text: 16px;
    --line-height-small-text: 24px;
    --font-w-light: 300;
    --font-w-regular: 400;
    --font-w-bold: 700;
    --color-headings: rgb(101 45 134);
    /*--color-text: rgb(227 114 34);*/
    --mob-font-size-large-text: 3em;

    --flex-grow-shrink: 0 0; /*The flex property is a shorthand property for the flex-grow, flex-shrink, and flex-basis properties.*/
    --color-white: #fff;
    --color-text: #5F3E32;
    --color-beige: #E6D8C5;

    /*new*/
    --border-radius-interactives: 4px;
    --border-radius-cards: 16px;
}

.grecaptcha-badge {
    display: none !important;
    opacity: 0;
}

* {
  box-sizing: border-box;
}

html {
    font-family: var(--font-family-text);
    color: var(--color-text);
}

body {
    background-color: #E6D8C5;
    background-image: url(../img/tool-bg.svg);
    background-size: cover;
    background-attachment: fixed;
    /* background-position: top center; */
    font-family: var(--font-family-text);
    margin: 0;
    padding: 0;
    color: var(--color-text);
}


/*header {
    padding-bottom: 40px;
}*/
.page-template-page-home header .container > .col:first-child {
    opacity: 0;
}

header .col:first-child,
header .col:last-child {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .back-link {
    margin-top: 8px;
    display: inline-block;
    /*margin-left: -9px;*/
}
header .logo {
    /*right: -8px;*/
    position: relative;
}
h2.subtitle {
    font-family: var(--font-family-text);
    font-size: 42px;
}

.intro_text {
    margin-top: 1rem;
}
.intro_text p {
    font-family: var(--font-family-text);
    font-size: 24px;
    line-height: 1.2;
}


footer {
    padding-top: 40px;
}
section {
    padding: 40px 0;
}
section.custom-bg {
    margin: 40px 0;
    padding: 80px 0;
}
section.odd-class {
    padding: 40px 0 80px;
}
section.even-class {
    background-color: #5F3E3214;
    padding: 40px 0 80px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
    max-width: 1600px;
    margin: auto;
    row-gap: 80px;
}
.col {
  flex: var(--flex-grow-shrink) 100%;
  max-width: 100%;
  padding: 0 20px;
}


.flex-auto {

}
.flex-auto  > .col {
    flex: 0 0 auto;
}


.box {
    background-color: var(--color-white);
    padding: 20px;
    text-align: center;
    border-radius: var(--border-radius-interactives);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
}
.ratio-img {
    max-width: 100%;
    /*border-radius: 100%;*/
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
}
.object-fit-contain {
	object-fit: contain;
}
.object-position-bottom {
	object-position: bottom;
}

.d-none {
    display: none !important;
}
.text-center {
    text-align: center;
}

.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.m-0 {
    margin: 0;
}

.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.p-0 {
    padding: 0;
}

.justify-center {
    justify-content: center;
}
.justify-flex-start {
    justify-content: flex-start;
}
.justify-flex-end {
    justify-content: flex-end;
}
.justify-space-around {
    justify-content: space-around;
}
.justify-space-between {
    justify-content: space-between;
}
.justify-space-evenly {
    justify-content: space-evenly;
}


.align-center {
    align-items: center;
}
.align-flex-start {
    align-items: flex-start;
}
.align-flex-end {
    align-items: flex-end;
}
.align-stretch {
    align-items: stretch;
}
.align-baseline {
    align-items: baseline;
}
.align-normal {
    align-items: normal;
}


.ratio-1 {
  aspect-ratio: 1;
}

.ratio-16-9 {
  aspect-ratio: 16 / 9;
}


iframe {
    border-radius: var(--border-radius-cards);
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /* box-shadow: 0px 0px 20px hsl(16deg 31% 28% / 20%); */
}
iframe {
    background: url('../img/loader.svg') center center no-repeat;
}


/*.column-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.row-layout {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
}

.item {
  background-color: #2196F3;
  color: var(--color-white);
  padding: 15px;
  border-radius: var(--border-radius-interactives);
  flex: 1;
  text-align: center;
}

.nested-layout {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.nested-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
*/





a {
    color: var(--secundary-color-2);
}
a:hover {
    opacity: 0.8;
    transition: .2s;
}

.p-color-1 {
    color: var(--primary-color-1);
}
.p-color-2 {
    color: var(--primary-color-2);
}
.s-color-1 {
    color: var(--secundary-color-1);
}
.s-color-2 {
    color: var(--secundary-color-2);
}
.s-color-3 {
    color: var(--secundary-color-3);
}

.p-background-color-1 {
    background-color: var(--primary-color-1);
}
.p-background-color-2 {
    background-color: var(--primary-color-2);
}
.s-background-color-1 {
    background-color: var(--secundary-color-1);
}
.s-background-color-2 {
    background-color: var(--secundary-color-2);
}
.s-background-color-3 {
    background-color: var(--secundary-color-3);
}


h1 {
    font-family: var(--font-family-headings);
    font-weight: var(--font-w-regular);
    margin: 0;
    color: var(--color-text);
    font-size: var(--font-size-large-text);
    line-height: var(--line-height-large-text);
}
h2 {
    font-family: var(--font-family-headings);
    font-weight: var(--font-w-regular);
    margin: 0 0 1rem;
    color: var(--primary-color-1);
    font-size: var(--font-size-large-text);
    line-height: var(--line-height-large-text);
}
h3 {
    font-family: var(--font-family-text);
    font-weight: var(--font-w-bold);
    margin: 0 0 1rem;
    color: var(--color-text);
    font-size: 32px;
    line-height: 40px;
}
.h3 {
    font-size: 32px;
    line-height: 40px;  
}
h4 {
    font-family: var(--font-family-text);
    font-weight: var(--font-w-regular);
    font-style: italic;
    margin: 0 0 1rem;
    color: var(--color-text);
    font-size: 24px;
    line-height: 1.2;
}
p {
    font-family: var(--font-family-text);
    margin: 0 0 1rem;
    color: var(--color-text);
    font-size: var(--font-size-small-text);
    line-height: var(--line-height-small-text);
}

input, select, textarea {
    width: auto;
    /*border: 2px solid var(--primary-color-1);*/
    /* margin-bottom: 1rem; */
    padding: 0.5em 1rem;
    font-size: 20px;
    border: 0;
    background: #eae0d2;
    color: var(--color-text);
    font-family: var(--font-family-text);
    border-radius: 0;
}
input#search {
    padding: 0.5em 1rem 0.5em 2.4em;
    background-image: url(../img/icon-search.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
}
form input {
    /*font-family: 'neutrafaceXbold', sans-serif;*/
    text-align: center;
    margin-bottom: 0;
}

/*.btn {
    background-color: var(--primary-color-1);
    width: auto;
    border: 2px solid var(--primary-color-1);
    line-height: 2;
    padding: 0.375rem 2rem;
    margin-top: 1rem;
    color: var(--color-white);
    font-size: 24px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.btn {
    background-color: var(--primary-color-1);
    width: auto;
    /* font-family: 'neutrafaceXbold', sans-serif; */
    border: 2px solid var(--primary-color-1);
    line-height: 1;
    color: var(--color-white);
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 18px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.btn.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
}
.btn:hover {
    /* background-color: var(--primary-color-2); */
    /* color: var(--primary-color-1); */
    opacity: 0.8;
}

input[type="submit"] {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: var(--primary-color-1);
    font-weight: normal;
    display: block;
    display: block;
    padding-bottom: 1rem;
    font-style: italic;
    font-size: 24px;
}
.wpcf7-response-output, .wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-mail-sent-ok {
    font-size: 30px;
    width: 100%;
    color: var(--primary-color-1);
    font-style: italic;
    font-family: var(--font-family-text);
}


.keuzeopties {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
    margin-top: 2rem;
    column-gap: 1rem;
}
.keuzeopties input[type="radio"] {
    display: none;
}
.keuzeopties .wpcf7-list-item-label {
    padding: 10px 20px;
    border: 2px solid var(--primary-color-1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.keuzeopties input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: var(--primary-color-2);
    /*color: var(--color-white);*/
    border-color: var(--primary-color-1);
}






.card {
    position: relative;
    border-radius: var(--border-radius-cards);
    border: 3px solid #fff;
    display: block;
    aspect-ratio: 3 / 4;
    background-position: center;
    background-size: cover;
    opacity: 1 !important;
}
.page-template-page-home .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #874f3d80;
    position: absolute;
    left: 0;
    border-radius: 14px;
    opacity: 1;
    transition: .2s;
}
.card h3,
.card h4 {
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 1em 1rem;
    color: #fff;
    text-shadow: 0 1px 20px #00000070;
}
.page-template-page-subcategory .card h3 {
    bottom: 40px;
}
.page-template-page-subcategory .card h4 {
    bottom: 8px;
}
.card .vec1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 59%;
}
.card .arrow-btn {
    position: absolute;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
}
.card .arrow-btn.hover {
    opacity: 0;
    transition: .2s;
}

.page-template-page-home .card:hover:before {
    opacity: 0;
}
.card:hover .arrow-btn.hover {
    opacity: 1;
}



.page-template-page-concepts-calendar .card {
    border: none;
    aspect-ratio: 6 / 7;
}
.page-template-page-concepts-calendar .card a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    padding: 6% 3%;
    border: 3px solid #5f3e32;
    border-radius: 100%;
    background: #eae0d2;
}
.page-template-page-concepts-calendar .card a:hover {
    opacity: 1;
    background: #5f3e32;
}
.page-template-page-concepts-calendar .card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.page-template-page-concepts-calendar .month-numbers {
    margin-top: 3em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--secundary-color-1);
    border-radius: var(--border-radius-cards);
    padding: 1em 0;
}
.page-template-page-concepts-calendar .month-numbers span {
    font-family: var(--font-family-headings);
    font-weight: var(--font-w-regular);
    margin: 0;
    font-size: 45px;
    line-height: 1;
    color: #eae0d2;
}



.page-template-page-concepts-category #filter-buttons {
    gap: 2rem;
    margin-bottom: 1rem;
}
.page-template-page-concepts-category #filter-buttons .btn {
    background-color: transparent;
    color: var(--primary-color-1);
    border: 0;
    font-size: 26px;
    padding: 10px 24px;
    margin: 0;
}
.page-template-page-concepts-category #filter-buttons .btn.active {
    background-color: var(--primary-color-1);
    color: var(--color-beige);
}
.page-template-page-concepts-category #shelfs a {
    text-decoration: none;
}
.page-template-page-concepts-category #shelfs a:hover {
  opacity: 0.8;
  transition: .2s;
}
.page-template-page-concepts-category #shelfs h4 {
    font-style: normal;
}
.page-template-page-concepts-category .ratio-img {
    object-position: bottom;
    margin-bottom: 1rem;
}



.single-containers .subtitle {
    font-family: var(--font-family-headings);
    font-style: normal;
    font-weight: bold;
    margin-top: 2rem;
}
.single-containers .col.image-col {
    text-align: center;
}
.single-containers .readmore {
	cursor: pointer;
}
.single-containers .readmore .image {
    margin-bottom: 1rem;
    text-align: center;
}
.single-containers .readmore:hover img {
	opacity: 0.8;
	transition: .2s;
}
.single-containers #contact-links {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.single-containers #contact-links > * {
    display: flex;
    gap: 8px;
}
.single-containers .product_container > .container {
    margin-right: -20px;
    margin-left: -20px;
}



.pots-params {
    display: flex;
    gap: 12px;
}
.pots-params > span {
    width: 100%;
    text-align: center;
    background: #dcc0a1;
    border-radius: 6px;
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: var(--font-w-bold);
}


/*modal*/
body.modal-open {
	overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
    position: relative;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    min-height: calc(100% - 2rem);
}
@media (min-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - 3rem);
    }
}
.modal-content {
    background-color: #E6D8C5;
    margin: 2rem auto;
    padding: 30px 18px;
    border-radius: var(--border-radius-cards);
    width: 1024px;
    position: relative;
    animation: fadeIn 0.2s;
    max-width: calc(100% - 2rem);
}
.modal .close-modal {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	/*color: #aaa;
	font-size: 24px;
	font-weight: bold;*/
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
.modal #carouselFloriday img {
    display: block;
    width: 100%;
}
.modal-content p {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 8px;
}
.modal-content p > span {
    flex: 0 0 42%;
    align-items: center;
    display: flex;
    gap: 6px;
}

.modal-content .download-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
}

/*slick slider*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-slider .custom-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}



@media (min-width: 576px) {
  .col-sm-20 > .col {
      flex: var(--flex-grow-shrink) 20%;
      max-width: 20%;
  }
  .col-sm-25 > .col {
      flex: var(--flex-grow-shrink) 25%;
      max-width: 25%;
  }
  .col-sm-33 > .col {
      flex: var(--flex-grow-shrink) 33.3333%;
      max-width: 33.3333%;
  }
  .col-sm-50 > .col {
      flex: var(--flex-grow-shrink) 50%;
      max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-20 > .col {
      flex: var(--flex-grow-shrink) 20%;
      max-width: 20%;
  }
  .col-md-25 > .col {
      flex: var(--flex-grow-shrink) 25%;
      max-width: 25%;
  }
  .col-md-33 > .col {
      flex: var(--flex-grow-shrink) 33.3333%;
      max-width: 33.3333%;
  }
  .col-md-50 > .col {
      flex: var(--flex-grow-shrink) 50%;
      max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 > .col {
      flex: var(--flex-grow-shrink) 20%;
      max-width: 20%;
  }
  .col-lg-25 > .col {
      flex: var(--flex-grow-shrink) 25%;
      max-width: 25%;
  }
  .col-lg-33 > .col {
      flex: var(--flex-grow-shrink) 33.3333%;
      max-width: 33.3333%;
  }
  .col-lg-50 > .col {
      flex: var(--flex-grow-shrink) 50%;
      max-width: 50%;
  }

  header {
      padding-top: 20px;
  }
  .col.col-img {
      max-width: 40%;
      flex: var(--flex-grow-shrink) 40%;
  }
  .single-containers .image-col {
      position: -webkit-sticky;
      position: sticky;
      top: 40px;
      align-self: start; /* ensures sticky works in flex/grid layouts */
  }
}
@media (min-width: 1200px) {
    .single-containers .col.image-col {
        flex: var(--flex-grow-shrink) 60%;
        max-width: 60%;
    }
	.single-containers .image-col img {
	    max-width: 75%;
	    aspect-ratio: 1;
	    object-fit: contain;
	    object-position: top;
	}
    .single-containers .col.products-col {
        flex: var(--flex-grow-shrink) 40%;
        max-width: 40%;
    }
}
@media (min-width: 1600px) {
    .card h3, .card h4 {
        padding: 1em 2.2em;
    }
}


.col-8 > .col {
    flex: var(--flex-grow-shrink) 8.3333%;
    max-width: 8.3333%;
}

.col-auto > .col {
    flex: var(--flex-grow-shrink) auto;
    max-width: 100%;
}

.flex-1 {
    flex: 1 !important;
}








@media (max-width: 991px) {
    section {
        padding: 20px 0;
    }
    .container {
        padding: 20px 0;
    }
    header .container {
        row-gap: 20px;
        padding-bottom: 0;
    }
    header .col:first-child {
        flex-direction: row;
    }
    header .back-link {
        margin: 0 0 0 12px;
    }
    header .col:nth-child(3) {
        order: 2;
    }
    header .col:nth-child(2) {
        order: 3;
        width: 100%;
        flex: var(--flex-grow-shrink) auto !important;
        margin-bottom: 1em;
    }
    img.logo {
        width: 48px;
    }
	.page-template-page-concepts-category #filter-buttons {
	    gap: 1rem;
	    padding: 20px;
	}
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: var(--mob-font-size-large-text);
    }

	#filters .filter {
	  width: 100%;
	}
	input, select, textarea {
	  width: 100%;
	}
}

@media (max-width: 575px) {
	.page-template-page-concepts-category .ratio-img {
	    object-position: center;
	}
}