/* =========================================================
   HOMEPAGE PRODUCT SECTIONS
   ========================================================= */


.page-id-44831 {
    /* Play / Pause control */

    --eva-demo-button-size: 30px;
    --eva-demo-button-bg: #f7f7f7;

    --eva-demo-icon-color: #292A2D;

    --eva-demo-play-height: 9px;
    --eva-demo-play-width: 8px;

    --eva-demo-pause-height: 9px;
    --eva-demo-pause-width: 3px;
    --eva-demo-pause-gap: 3px;
}





.page-id-44831 .eva-product-sections {
    width: 100%;
}


/* =========================================================
   CATEGORY SECTION
   ========================================================= */

.page-id-44831 .eva-product-section {
    width: 100%;
    padding: 72px 0;
}


/* Light category */

.page-id-44831 .eva-product-section--light {
    background: #FFFFFF;
}


/* Alternate category */

.page-id-44831 .eva-product-section--alt {
    background-color: #F4F4F2;

    background-image: repeating-linear-gradient(
        135deg,
        rgba(41, 42, 45, 0.018) 0,
        rgba(41, 42, 45, 0.018) 1px,
        transparent 1px,
        transparent 6px
    );
}


/* Main category layout */

.page-id-44831 .eva-product-section-inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 0 52px;

    box-sizing: border-box;

    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);

    gap: 52px;
}


/* =========================================================
   CATEGORY INTRO
   ========================================================= */

.page-id-44831 .eva-category-intro {
    padding-top: 8px;
}


.page-id-44831 .eva-category-accent {
    display: block;

    width: 32px;
    height: 3px;

    margin-bottom: 18px;

    background: var(--eva-accent);
}


.page-id-44831 .eva-category-intro h2 {
    margin: 0 0 18px;

    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 600;

    line-height: 1.1;

    letter-spacing: -0.02em;
    text-transform: none !important;

    color: #292A2D;
}


.page-id-44831 .eva-category-intro p {
    max-width: 255px;

    margin: 0 0 26px;

    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.55;

    color: #62666D;
}


/* =========================================================
   PRODUCT AREA + VIEW ALL
   ========================================================= */

.page-id-44831 .eva-product-area {
    position: relative;

    width: min(100%, 866px);
}


.page-id-44831 .eva-category-view-all {
    position: absolute;

    top: -34px;
    right: 0;

    z-index: 2;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;

    line-height: 1;

    color: var(--eva-accent) !important;

    text-decoration: none !important;
    text-transform: none !important;
}


.page-id-44831 .eva-category-view-all:hover {
    color: #A93636 !important;
}


/* =========================================================
   PRODUCT GRID
   ========================================================= */

.page-id-44831 .eva-product-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 270px));

    gap: 28px;

    align-items: stretch;
    justify-content: start;
}


/* =========================================================
   PRODUCT CARD
   ========================================================= */

.page-id-44831 .eva-product-card {
    min-width: 0;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid rgba(41, 42, 45, 0.10);
    border-radius: 8px;

    box-shadow:
        0 8px 24px rgba(25, 28, 32, 0.075),
        0 2px 6px rgba(25, 28, 32, 0.035);
}


.page-id-44831 .eva-product-image-link {
    display: block;

    color: inherit !important;
    text-decoration: none !important;
}


.page-id-44831 .eva-product-copy {
    flex: 1;
}


.page-id-44831 .eva-product-copy h3 a {
    color: #292A2D !important;
    text-decoration: none !important;
}


.page-id-44831 .eva-product-copy h3 a:hover {
    color: var(--eva-accent) !important;
}


/* =========================================================
   PRODUCT IMAGE AREA
   ========================================================= */

.page-id-44831 .eva-product-media-wrap {
    position: relative;

    width: 100%;
}


.page-id-44831 .eva-product-media {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #EDEEF0;
}


.page-id-44831 .eva-product-media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   PRODUCT TYPE STRIP
   ========================================================= */

.page-id-44831 .eva-product-type {
    width: 100%;
    height: 29px;

    display: flex;
    align-items: center;

    padding: 0 12px;

    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 0.035em;
    text-transform: uppercase;

    color: #FFFFFF;
}


.page-id-44831 .eva-product-type--fx {
    background: #5C6F8A;
}


.page-id-44831 .eva-product-type--vst {
    background: #7A6595;
}


.page-id-44831 .eva-product-type--kontakt {
    background: #76815A;
}


/* =========================================================
   PROMO BADGE
   ========================================================= */

.page-id-44831 .eva-product-promo {
    position: absolute;

    top: auto;
    bottom: 12px;
    left: 12px;

    z-index: 3;

    min-height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 9px;

    border-radius: 5px;

    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 0;

    color: #FFFFFF;

    pointer-events: none;
}


.page-id-44831 .eva-product-promo--sale,
.page-id-44831 .eva-product-promo--new {
    background: var(--eva-accent);
}


.page-id-44831 .eva-product-promo--free {
    background: #FFFFFF;

    color: #292A2D;

    border: 1px solid rgba(41, 42, 45, 0.18);
}



/* =========================================================
   PLAY / PAUSE DEMO BUTTON
   ========================================================= */

.page-id-44831 .eva-product-demo {
    position: absolute;

    right: 12px;
    bottom: 12px;

    z-index: 4;

    width: var(--eva-demo-button-size);
    height: var(--eva-demo-button-size);
    min-width: var(--eva-demo-button-size);
    min-height: var(--eva-demo-button-size);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(41, 42, 45, 0.16) !important;
    border-radius: 5px !important;

    background: var(--eva-demo-button-bg) !important;
    color: var(--eva-demo-icon-color) !important;

    box-shadow: 0 2px 6px rgba(25, 28, 32, 0.10) !important;

    font-size: 0 !important;
    line-height: 1 !important;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease !important;
}


.page-id-44831 .eva-product-demo:hover {
    background: #FFFFFF !important;
    border-color: rgba(41, 42, 45, 0.30) !important;

    box-shadow: 0 3px 8px rgba(25, 28, 32, 0.13) !important;
}


.page-id-44831 .eva-product-demo:focus-visible {
    outline: 2px solid rgba(41, 42, 45, 0.65);
    outline-offset: 2px;
}


.page-id-44831 .eva-product-demo-icon {
    position: relative;

    display: block;

    width: 12px;
    height: 12px;

    flex: 0 0 12px;

    font-size: 0;
    line-height: 0;
}


/* Play icon */

.page-id-44831 .eva-product-demo-icon::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 0;
    height: 0;

    border-top: calc(var(--eva-demo-play-height) / 2) solid transparent;
    border-bottom: calc(var(--eva-demo-play-height) / 2) solid transparent;
    border-left: var(--eva-demo-play-width) solid var(--eva-demo-icon-color);

    transform: translate(-38%, -50%);
}


.page-id-44831 .eva-product-demo-icon::after {
    content: "";

    display: none;
}


/* Pause icon */

.page-id-44831 .eva-product-demo.is-playing .eva-product-demo-icon::before,
.page-id-44831 .eva-product-demo[aria-pressed="true"] .eva-product-demo-icon::before {
    top: 50%;
    left: 2px;

    width: var(--eva-demo-pause-width);
    height: var(--eva-demo-pause-height);

    border: 0;

    background: var(--eva-demo-icon-color);

    transform: translateY(-50%);
}


.page-id-44831 .eva-product-demo.is-playing .eva-product-demo-icon::after,
.page-id-44831 .eva-product-demo[aria-pressed="true"] .eva-product-demo-icon::after {
    position: absolute;

    top: 50%;
    left: calc(2px + var(--eva-demo-pause-width) + var(--eva-demo-pause-gap));

    width: var(--eva-demo-pause-width);
    height: var(--eva-demo-pause-height);

    display: block;

    background: var(--eva-demo-icon-color);

    transform: translateY(-50%);
}


/* =========================================================
   PRODUCT COPY
   ========================================================= */

.page-id-44831 .eva-product-copy {
    padding: 17px 17px 14px;
}


.page-id-44831 .eva-product-copy h3 {
    margin: 0 0 8px;

    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;

    line-height: 1.2;

    letter-spacing: -0.015em;
    text-transform: none !important;

    color: #292A2D;
}


.page-id-44831 .eva-product-copy p {
    margin: 0;

    min-height: 43px;

    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;

    line-height: 1.45;

    color: #676B72;
}


/* =========================================================
   PRICE
   ========================================================= */

.page-id-44831 .eva-product-bottom {
    min-height: 58px;

    margin-top: auto;
    padding: 12px 16px;

    display: flex;
    align-items: center;

    border-top: 1px solid rgba(41, 42, 45, 0.08);
}


.page-id-44831 .eva-product-price {
    display: flex;
    align-items: baseline;

    gap: 6px;

    white-space: nowrap;

    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;

    line-height: 1;

    color: #292A2D;
}


.page-id-44831 .eva-product-price del {
    margin-right: 0;

    font-size: 12px;
    font-weight: 400;

    line-height: 1;

    color: #8B8F95;
}


.page-id-44831 .eva-product-price ins {
    text-decoration: none;

    line-height: 1;

    color: var(--eva-accent);
}


.page-id-44831 .eva-product-price-free {
    color: #292A2D;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .page-id-44831 .eva-product-section-inner {
        padding: 0 32px;

        grid-template-columns: 220px minmax(0, 1fr);

        gap: 30px;
    }


    .page-id-44831 .eva-category-intro p {
        max-width: 200px;
    }


    .page-id-44831 .eva-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 18px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .page-id-44831 .eva-product-section {
        padding: 48px 0;
    }


    .page-id-44831 .eva-product-section-inner {
        width: 100%;

        padding: 0 19px;

        display: block;
    }


    .page-id-44831 .eva-category-intro {
        margin-bottom: 28px;
        padding-top: 0;
    }


    .page-id-44831 .eva-category-intro h2 {
        font-size: 27px;
    }


    .page-id-44831 .eva-category-intro p {
        max-width: 320px;

        margin-bottom: 18px;
    }


    .page-id-44831 .eva-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 14px;
    }


    .page-id-44831 .eva-product-promo {
        bottom: 9px;
        left: 9px;
    }


    .page-id-44831 .eva-product-demo {
        right: 9px;
        bottom: 9px;
    }


    .page-id-44831 .eva-product-copy {
        padding: 13px 12px 11px;
    }


    .page-id-44831 .eva-product-copy h3 {
        font-size: 15px;
    }


    .page-id-44831 .eva-product-copy p {
        min-height: 0;

        font-size: 12px;
    }


    .page-id-44831 .eva-product-bottom {
        min-height: 0;

        padding: 12px;
    }


    .page-id-44831 .eva-product-price {
        width: 100%;

        margin: 0;

        display: flex;
        align-items: baseline;

        gap: 6px;
    }


    .page-id-44831 .eva-product-area {
        width: 100%;
    }


    .page-id-44831 .eva-category-view-all {
        top: -26px;
        right: 0;

        font-size: 13px;
    }

}