/* =========================================
   Cosmocevtika — Isolated Styles
   All selectors prefixed with .cosmocevtika
   ========================================= */

/* =========================================
   Font Face Declarations
   ========================================= */

/* TT Travels Next Trl */
@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('fonts/TTTravelsNextTrl-Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('fonts/TTTravelsNextTrl-Md.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('fonts/TTTravelsNextTrl-DmBd.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('fonts/TTTravelsNextTrl-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('fonts/TTTravelsNextTrl-It.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: optional;
}

/* TT Travels Next Trial Variable */
@font-face {
    font-family: 'TT Travels Next Trial Variable';
    src: url('fonts/TTTravelsNextTrialVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: optional;
}

/* TT Travels Trl */
@font-face {
    font-family: 'TT Travels Trl';
    src: url('fonts/TTTravels-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Trl';
    src: url('fonts/TTTravels-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Trl';
    src: url('fonts/TTTravels-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Trl';
    src: url('fonts/TTTravels-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'TT Travels Trl';
    src: url('fonts/TTTravels-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}

/* =========================================
   Base Layout & Typography
   ========================================= */

.cosmocevtika * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.cosmocevtika {
    background-color: #E9F7FF !important;
    font-family: 'TT Travels Trl', sans-serif;
    color: #2F2F2F;
    line-height: 1.4;
    overflow-x: hidden;
}

/* Common Section Styles */
.cosmocevtika .section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 100px 80px;
    overflow: hidden;
}

/* Performance: Lazy render below-fold sections */
.cosmocevtika .features-section,
.cosmocevtika .corneotherapy-section,
.cosmocevtika .innovation-section,
.cosmocevtika .biorhythm-section,
.cosmocevtika .carousel-section {
    content-visibility: auto;
    contain-intrinsic-size: 0 100vh;
}

.cosmocevtika .content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Typography styles */
.cosmocevtika .title-main {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cosmocevtika .title-sub {
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cosmocevtika .description {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    max-width: 500px;
}


/* =========================================
   Section 1: Hero
   ========================================= */
.cosmocevtika .hero-section {
    padding: 250px 80px;
    background: #E9F7FF;
}

.cosmocevtika .hero-section .content {
    max-width: 1200px;
}

.cosmocevtika .hero-section .title-main {
    font-weight: 700;
    font-size: 40px;
    line-height: 56.53px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 48px;
    max-width: 788px;
    font-family: 'TT Travels Next Trl', sans-serif;
}

.cosmocevtika .hero-section .title-sub {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 46.53px;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 75px;
    max-width: 649px;
    font-family: 'TT Travels Next Trial Variable';
}

.cosmocevtika .hero-section .description {
    font-weight: 300;
    font-size: 30px;
    line-height: 33.53px;
    color: #2F2F2F;
    max-width: 536px;
    font-family: 'TT Travels Trl', sans-serif;
}

.cosmocevtika .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/hero-bg.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    z-index: 1;
    pointer-events: none;
}


/* =========================================
   Section 2: Features
   ========================================= */
.cosmocevtika .features-section {
    flex-direction: column;
    padding: 100px 80px;
    background: #E9F7FF;
}

.cosmocevtika .features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.7;
}

.cosmocevtika .features-content {
    align-items: center;
    max-width: 1200px;
}

.cosmocevtika .features-header {
    text-align: center;
    margin-bottom: 70px;
}

.cosmocevtika .features-header .title-main {
    font-weight: 704;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 26px;
    font-family: 'TT Travels Next Trl', sans-serif;
}

.cosmocevtika .features-header .title-sub {
    font-style: italic;
    font-weight: 350;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    font-family: 'TT Travels Next Trial Variable';
    margin-bottom: 0;
}

.cosmocevtika .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.cosmocevtika .feature-card {
    background: rgba(105, 119, 125, 0.07);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cosmocevtika .feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.06) 38%, rgba(255, 255, 255, 0) 65%);
    pointer-events: none;
    opacity: 0.6;
}

.cosmocevtika .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.cosmocevtika .card-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cosmocevtika .icon-1 { background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-1icon.webp"); }
.cosmocevtika .icon-2 { background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-2icon.webp"); }
.cosmocevtika .icon-3 { background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-3icon.webp"); }

.cosmocevtika .feature-card .card-text {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
}

@media (min-width: 1200px) {
    .cosmocevtika .features-section {
        padding: 0;
    }

    .cosmocevtika .features-section .features-bg {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-position: center;
        background-size: 643px 750px;
    }

    .cosmocevtika .features-section .features-content {
        max-width: 1422px;
        width: 100%;
        min-height: 966px;
        position: relative;
    }

    .cosmocevtika .features-section .features-header {
        position: absolute;
        left: 0;
        top: 56px;
        width: 1422px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cosmocevtika .biorhythm-section {
        padding: 0;
    }

    .cosmocevtika .biorhythm-content {
        max-width: 1422px;
        min-height: 1164px;
        position: relative;
    }

    .cosmocevtika .biorhythm-section .title-main {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 152px;
        width: 703px;
        height: 150px;
        margin-bottom: 0;
    }

    .cosmocevtika .products-grid {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 416px;
        width: auto;
        height: 700px;
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
    }

    .cosmocevtika .product-card {
        position: relative;
        width: 380px;
        height: 700px;
    }

    .cosmocevtika .product-card:nth-child(2) {
        width: 379px;
    }

    .cosmocevtika .card-icon {
        position: absolute;
        top: 30px;
        right: 30px;
        left: auto;
        transform: none;
    }

    .cosmocevtika .product-image {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .cosmocevtika .product-footer {
        position: absolute;
        bottom: 23px;
        left: 30px;
        right: 30px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .cosmocevtika .product-name {
        margin: 0;
    }

    .cosmocevtika .arrow-icon {
        margin: 0;
    }

    .cosmocevtika .product-card.expanded {
        align-items: flex-start;
        padding: 30px;
        justify-content: flex-start;
    }

    .cosmocevtika .product-card.expanded .product-image {
        position: static;
        transform: none;
        width: 120px;
        height: auto;
        flex-grow: 1;
        margin: 0 0 20px 0;
        background-position: top center;
    }

    .cosmocevtika .product-card.expanded .product-footer {
        position: static;
        margin-top: auto;
        padding: 0;
    }

    .cosmocevtika .product-card.expanded .product-description {
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }

    .cosmocevtika .features-section .features-header .title-main {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .cosmocevtika .features-section .features-header .title-sub {
        position: absolute;
        left: 0;
        top: 61px;
        width: 100%;
    }

    .cosmocevtika .features-section .cards-grid {
        position: absolute;
        left: 0;
        top: 345px;
        width: 1422px;
        height: 328px;
        display: block;
    }

    .cosmocevtika .features-section .feature-card {
        position: absolute;
        background: rgba(105, 119, 125, 0.07);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 30px;
        padding: 0;
        min-height: 328px;
        height: 328px;
    }

    .cosmocevtika .features-section .feature-card::before {
        opacity: 0.42;
    }

    .cosmocevtika .features-section .feature-card::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        pointer-events: none;
        opacity: 0.55;
    }

    .cosmocevtika .features-section .feature-card:nth-child(1) {
        left: 144px;
        top: 0;
        width: 369px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(2) {
        left: 526px;
        top: 0;
        width: 368px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(3) {
        left: 907px;
        top: 0;
        width: 369px;
    }

    .cosmocevtika .features-section .feature-card .card-icon {
        position: absolute;
        top: 31px;
        left: 35px;
        margin: 0;
    }

    .cosmocevtika .features-section .feature-card:nth-child(1) .card-icon {
        background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-3icon.webp");
        width: 104px;
        height: 96px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(2) .card-icon {
        background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-2icon.webp");
        width: 94px;
        height: 93px;
        top: 33px;
        left: 40px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(3) .card-icon {
        background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/2-1icon.webp");
        width: 97px;
        height: 96px;
    }

    .cosmocevtika .features-section .feature-card .card-text {
        position: absolute;
        top: 163px;
        left: 35px;
        width: 315px;
        font-size: 23px;
        line-height: 25px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(2) .card-text {
        left: 36px;
    }

    .cosmocevtika .features-section .feature-card:nth-child(3) .card-text {
        width: 354px;
    }
}


/* =========================================
   Section 3: Corneotherapy
   ========================================= */
.cosmocevtika .corneotherapy-section {
    align-items: center;
    padding: 100px 80px;
    background: #E9F7FF;
}

.cosmocevtika .corneotherapy-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/3-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(350px, 60vw, 550px) clamp(350px, 60vw, 550px);
    z-index: 0;
    pointer-events: none;
}

.cosmocevtika .corneotherapy-content {
    flex-direction: row;
    gap: 36px;
    max-width: 1200px;
    width: 100%;
    align-items: flex-start;
}

.cosmocevtika .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 520px;
}

.cosmocevtika .header-group {
    margin-bottom: 16px;
}

.cosmocevtika .corneotherapy-section .header-group .title-main {
    font-weight: 704;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 38px;
    font-family: 'TT Travels Next Trl', sans-serif;
}

.cosmocevtika .corneotherapy-section .header-group .title-sub {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 0;
    font-family: 'TT Travels Next Trl', sans-serif;
}

.cosmocevtika .right-column {
    flex: 1;
    display: flex;
    max-width: 520px;
    gap: 20px;
    align-items: stretch;
}

.cosmocevtika .info-card {
    background: rgba(105, 119, 125, 0.07);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.cosmocevtika .info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.06) 38%, rgba(255, 255, 255, 0) 65%);
    pointer-events: none;
    opacity: 0.55;
}

.cosmocevtika .info-card .card-text {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
}

.cosmocevtika .small-card {
    width: 100%;
}

.cosmocevtika .medium-card {
    width: 100%;
}

.cosmocevtika .large-card {
    width: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .cosmocevtika .corneotherapy-section {
        padding: 0;
    }

    .cosmocevtika .corneotherapy-section .corneotherapy-bg {
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-position: center;
        background-size: 794px 802px;
    }

    .cosmocevtika .corneotherapy-section .corneotherapy-content {
        max-width: 1422px;
        width: 100%;
        min-height: 922px;
        position: relative;
        display: block;
    }

    .cosmocevtika .corneotherapy-section .left-column,
    .cosmocevtika .corneotherapy-section .right-column {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        display: block;
    }

    .cosmocevtika .corneotherapy-section .header-group {
        margin-bottom: 0;
    }

    .cosmocevtika .corneotherapy-section .header-group .title-main {
        position: absolute;
        left: 100px;
        top: 60px;
        width: 724px;
        height: 82px;
        font-size: 40px;
        line-height: 51.53px;
        margin-bottom: 0px;
    }

    .cosmocevtika .corneotherapy-section .header-group .title-sub {
        position: absolute;
        left: 100px;
        top: 192px;
        width: 614px;
        height: 30px;
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .cosmocevtika .corneotherapy-section .info-card {
        border-radius: 30px;
        padding: 0;
        background: rgba(105, 119, 125, 0.07);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.28);
    }

    .cosmocevtika .corneotherapy-section .small-card {
        position: absolute;
        left: 100px;
        top: 359px;
        width: 515px;
        height: 235px;
    }

    .cosmocevtika .corneotherapy-section .medium-card {
        position: absolute;
        left: 100px;
        top: 649px;
        width: 515px;
        height: 195px;
    }

    .cosmocevtika .corneotherapy-section .large-card {
        position: absolute;
        left: auto;
        right: 34px;
        top: 179px;
        width: 575px;
        height: 579px;
        align-items: flex-start;
    }

    .cosmocevtika .corneotherapy-section .info-card .card-text {
        position: absolute;
        font-weight: 300;
        font-size: 27px;
        line-height: 33px;
        margin: 0;
    }

    .cosmocevtika .corneotherapy-section .small-card .card-text {
        left: 34px;
        top: 52px;
        width: 447px;
        height: 165px;
    }

    .cosmocevtika .corneotherapy-section .medium-card .card-text {
        left: 34px;
        top: 28px;
        width: 447px;
        height: 132px;
    }

    .cosmocevtika .corneotherapy-section .large-card .card-text {
        left: 34px;
        right: 34px;
        top: 59px;
        height: 462px;
    }

    .cosmocevtika .corneotherapy-section .info-card::before {
        opacity: 0.42;
    }

    .cosmocevtika .corneotherapy-section .info-card::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        pointer-events: none;
        opacity: 0.55;
    }
}


/* =========================================
   Section 4: Innovation
   ========================================= */
.cosmocevtika .innovation-section {
    align-items: center;
    padding: 50px 80px;
    background: #E9F7FF;
}

.cosmocevtika .innovation-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/4-bg.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 120%;
    background-position-x: 120%;
    z-index: 0;
    pointer-events: none;
}

.cosmocevtika .innovation-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cosmocevtika .innovation-section .title-main {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    max-width: 440px;
    margin-bottom: 40px;
    font-family: 'TT Travels Next Trl', sans-serif;
}

.cosmocevtika .innovation-section .description {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
    max-width: 488px;
    text-align: left;
}


/* =========================================
   Section 5: Biorhythm Products
   ========================================= */
.cosmocevtika .biorhythm-section {
    padding: 0px 80px;
    background: #E9F7FF;
}

.cosmocevtika .biorhythm-content {
    max-width: 1422px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cosmocevtika .biorhythm-section .title-main {
    font-family: 'TT Travels Next Trl', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 60px;
    max-width: 703px;
}

.cosmocevtika .products-grid {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.cosmocevtika .product-card {
    background: rgba(105, 119, 125, 0.07);
    border-radius: 39px;
    width: 100%;
    max-width: 380px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: padding 0.4s ease, align-items 0.4s ease;
}

.cosmocevtika .product-card .card-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cosmocevtika .icon-day {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/5-1icon.png");
}

.cosmocevtika .icon-fortoleo {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/5-2icon.png");
    width: 62px;
    height: 63px;
}

.cosmocevtika .icon-night {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/5-3icon.png");
    width: 59px;
    height: 60px;
}

.cosmocevtika .product-image {
    width: 114px;
    height: 475px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: auto;
    margin-bottom: auto;
    transition: width 0.4s ease, height 0.4s ease, margin 0.4s ease;
}

.cosmocevtika .image-day {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/15043.webp");
}

.cosmocevtika .image-fortoleo {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/fortoleo.webp");
    width: 155px;
}

.cosmocevtika .image-night {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/15044.webp");
}

.cosmocevtika .product-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: auto;
    padding: 0 30px;
    margin-bottom: 0px;
    transition: margin 0.4s ease, padding 0.4s ease;
}

.cosmocevtika .product-name {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
    text-align: left;
    margin: 0;
}

.cosmocevtika .arrow-icon {
    width: 14px;
    height: 12px;
    min-width: 14px;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/arrowdown.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-top: 8px;
}

.cosmocevtika .product-description {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 30px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease 0.1s, max-height 0.4s ease, margin-top 0.4s ease, text-align 0.4s ease, padding 0.4s ease;
}

.cosmocevtika .product-card {
    cursor: pointer;
}

.cosmocevtika .product-card.expanded {
    height: auto;
    min-height: 700px;
    align-items: flex-start;
    padding: 30px;
    justify-content: flex-start;
}

.cosmocevtika .product-card.expanded .product-image {
    width: 120px;
    height: auto;
    flex-grow: 1;
    margin: 0 0 20px 0;
    align-self: flex-start;
    background-position: top center;
}

.cosmocevtika .product-card.expanded .product-footer {
    margin-top: auto;
    padding: 0;
}

.cosmocevtika .product-card.expanded .product-description {
    opacity: 1;
    max-height: 500px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    max-width: 100%;
}

.cosmocevtika .product-card.expanded .arrow-icon {
    transform: rotate(180deg);
}


/* =========================================
   Section 6: Carousel
   ========================================= */

.cosmocevtika .carousel-section {
    position: relative;
    background: #FFFFFF;
    padding: 0px 50px;
    overflow: hidden;
}

.cosmocevtika .carousel-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #E9F7FF;
    z-index: 0;
    pointer-events: none;
}

.cosmocevtika .carousel-content {
    max-width: 1422px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cosmocevtika .carousel-title {
    font-family: 'TT Travels Next Trl', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 60px;
}

.cosmocevtika .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.cosmocevtika .carousel-track-container {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.cosmocevtika .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.cosmocevtika .carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
}

.cosmocevtika .carousel-card {
    background: rgba(105, 119, 125, 0.07);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 39px;
    width: 100%;
    max-width: 926px;
    min-height: 588px;
    padding: 40px 60px 40px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cosmocevtika .carousel-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    min-height: 400px;
    z-index: 2;
    margin-right: 20px;
}

.cosmocevtika .slide-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.cosmocevtika .slide-icon.icon-day {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/5-1icon.png");
}

.cosmocevtika .slide-icon.icon-night {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/5-3icon.png");
    width: 59px;
    height: 60px;
}

.cosmocevtika .slide-icon.icon-fortoleo {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/1_ooo.png");
}

.cosmocevtika .slide-image {
    width: 114px;
    height: 475px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cosmocevtika .slide-image.image-day {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/15043.webp");
}

.cosmocevtika .slide-image.image-night {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/15044.webp");
}

.cosmocevtika .slide-image.image-fortoleo {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/fortoleo.webp");
    width: 154px;
    height: 472px;
}

.cosmocevtika .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 2;
}

.cosmocevtika .slide-title {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.cosmocevtika .slide-description {
    font-family: 'TT Travels Trl', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #2F2F2F;
    margin: 0;
}

.cosmocevtika .slide-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.cosmocevtika .pagination-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2F2F2F;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.cosmocevtika .pagination-dot.active {
    opacity: 1;
}

.cosmocevtika .carousel-nav {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.cosmocevtika .carousel-nav:hover {
    opacity: 0.7;
}

.cosmocevtika .carousel-nav img {
    width: 37px;
    height: 43px;
    display: block;
}

.cosmocevtika .carousel-nav-prev,
.cosmocevtika .carousel-nav-next {
    flex-shrink: 0;
}

/* Slide-specific background images */
.cosmocevtika .slide-bg {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.cosmocevtika .slide-bg-1 {
    width: 700px;
    height: 600px;
    top: 0;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/slide-bg-1.webp");
}

.cosmocevtika .slide-bg-2 {
    width: 700px;
    height: 600px;
    top: 0;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/slide-bg-2.webp");
    opacity: 0.5;
}

.cosmocevtika .slide-bg-3 {
    bottom: -100px;
    left: -20px;
    width: 470px;
    height: 650px;
    background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/slide-bg-3.webp");
}

/* Desktop override for carousel */
@media (min-width: 1200px) {
    .cosmocevtika .carousel-section {
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    .cosmocevtika .carousel-content {
        max-width: 1422px;
        position: relative;
        padding: 81px 0;
    }
    
    .cosmocevtika .carousel-title {
        margin-bottom: 120px;
    }
    
    .cosmocevtika .carousel-card {
        padding: 40px 80px;
    }
    
    .cosmocevtika .slide-pagination {
        padding-top: 40px;
    }
}


/* =========================================
   Responsive Design
   ========================================= */

@media (max-width: 1200px) {
    .cosmocevtika .section {
        padding: 80px 50px;
    }

    .cosmocevtika .hero-bg {
        background-size: 100% 100%;
    }

    .cosmocevtika .corneotherapy-content {
        gap: 24px;
    }

    .cosmocevtika .left-column {
        max-width: 48%;
    }

    .cosmocevtika .right-column {
        max-width: 48%;
    }

    .cosmocevtika .innovation-bg {
        background-size: clamp(260px, 65vw, 500px) clamp(260px, 65vw, 500px);
    }
}

@media (max-width: 1024px) {
    .cosmocevtika .section {
        padding: 70px 40px;
    }

    .cosmocevtika .title-main { font-size: 32px; line-height: 38px; }
    .cosmocevtika .title-sub { font-size: 24px; line-height: 28px; }

    .cosmocevtika .hero-section .title-main { font-size: 34px; line-height: 40px; }
    .cosmocevtika .hero-section .title-sub { font-size: 24px; line-height: 28px; }
    .cosmocevtika .hero-section .description { font-size: 16px; line-height: 24px; }

    .cosmocevtika .hero-bg {
        opacity: 0.8;
        background-size: 100% 100%;
    }

    .cosmocevtika .features-bg {
        background-size: 100% auto;
    }

    .cosmocevtika .features-header {
        margin-bottom: 50px;
    }

    .cosmocevtika .features-header .title-main { font-size: 32px; line-height: 36px; }
    .cosmocevtika .features-header .title-sub { font-size: 26px; line-height: 30px; }

    .cosmocevtika .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cosmocevtika .feature-card:last-child {
        grid-column: span 2;
        max-width: 55%;
        margin: 0 auto;
    }

    .cosmocevtika .corneotherapy-content {
        flex-direction: column;
        align-items: center;
    }

    .cosmocevtika .left-column, .cosmocevtika .right-column {
        max-width: 100%;
        width: 100%;
    }

    .cosmocevtika .corneotherapy-bg {
        opacity: 0.5;
        background-size: clamp(280px, 70vw, 450px) clamp(280px, 70vw, 450px);
    }

    .cosmocevtika .innovation-bg {
        opacity: 0.65;
        background-size: clamp(260px, 60vw, 400px) clamp(260px, 60vw, 400px);
    }

    .cosmocevtika .innovation-section .title-main { font-size: 32px; line-height: 38px; }

    /* Section 5: Biorhythm */
    .cosmocevtika .biorhythm-section {
        padding: 70px 40px;
    }

    .cosmocevtika .biorhythm-section .title-main {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .cosmocevtika .products-grid {
        gap: 15px;
    }

    .cosmocevtika .product-card {
        max-width: 320px;
        height: 600px;
    }

    .cosmocevtika .product-image {
        height: 380px;
    }

    .cosmocevtika .product-name {
        font-size: 18px;
        line-height: 24px;
    }

    .cosmocevtika .card-icon {
        width: 50px;
        height: 50px;
    }

    /* Section 6: Carousel */
    .cosmocevtika .carousel-section {
        padding: 70px 40px;
    }

    .cosmocevtika .carousel-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .cosmocevtika .carousel-card {
        max-width: 800px;
        min-height: 500px;
        padding: 30px 40px;
    }

    .cosmocevtika .slide-title {
        font-size: 24px;
        line-height: 30px;
    }

    .cosmocevtika .slide-description {
        font-size: 20px;
        line-height: 24px;
    }

    .cosmocevtika .slide-image {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .cosmocevtika .section {
        padding: 60px 24px;
    }

    .cosmocevtika .section + .cosmocevtika .section::before {
        width: calc(100% - 48px);
    }

    .cosmocevtika .content {
        padding: 0;
    }

    .cosmocevtika .title-main { font-size: 26px; line-height: 32px; }
    .cosmocevtika .title-sub { font-size: 20px; line-height: 24px; }

    .cosmocevtika .hero-section .title-main { font-size: 28px; line-height: 34px; margin-bottom: 27px; padding: 0 20px; text-align: center; }
    .cosmocevtika .hero-section .title-sub { font-size: 20px; line-height: 24px; margin-bottom: 30px; padding: 0 20px; text-align: center; }
    .cosmocevtika .hero-section .description { font-size: 15px; line-height: 22px; max-width: 100%; padding: 0 20px; text-align: center; }

    .cosmocevtika .hero-section {
        padding-top: 120px;
        flex-direction: column;
        padding-bottom: 0;
    }

    .cosmocevtika .hero-bg {
        position: relative;
        inset: auto;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin-top: 40px;
        background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/hero-mobile.webp");
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        opacity: 1;
    }

    .cosmocevtika .features-bg {
        opacity: 0.5;
        background-size: 100% auto;
    }

    .cosmocevtika .features-header {
        margin-bottom: 40px;
    }
    .cosmocevtika .features-header .title-main { font-size: 26px; line-height: 32px; padding: 0 20px; text-align: center; }
    .cosmocevtika .features-header .title-sub { font-size: 20px; line-height: 24px; padding: 0 20px; text-align: center; }

    .cosmocevtika .features-section .cards-grid,
    .cosmocevtika .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        justify-items: center;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        display: grid !important;
    }
    
    .cosmocevtika .features-section .feature-card,
    .cosmocevtika .feature-card {
        padding: 30px 32px;
        min-height: auto;
        max-width: 100%;
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 0 auto;
    }
    
    .cosmocevtika .features-section .feature-card:nth-child(1),
    .cosmocevtika .features-section .feature-card:nth-child(2),
    .cosmocevtika .features-section .feature-card:nth-child(3) {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
    
    .cosmocevtika .feature-card:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .cosmocevtika .features-section .feature-card .card-icon,
    .cosmocevtika .feature-card .card-icon {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 56px;
        height: 56px;
        margin-bottom: 18px;
    }
    
    .cosmocevtika .features-section .feature-card .card-text,
    .cosmocevtika .feature-card .card-text {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }

    .cosmocevtika .corneotherapy-content {
        flex-direction: column;
        align-items: stretch;
    }

    .cosmocevtika .left-column, .cosmocevtika .right-column {
        max-width: 100%;
        width: 100%;
    }

    .cosmocevtika .corneotherapy-section .header-group .title-main { font-size: 26px; line-height: 32px; padding: 0 20px; text-align: center; }
    .cosmocevtika .corneotherapy-section .header-group .title-sub { font-size: 20px; line-height: 24px; padding: 0 20px; text-align: center; }

    .cosmocevtika .corneotherapy-bg {
        opacity: 0.35;
        background-size: clamp(240px, 80vw, 350px) clamp(240px, 80vw, 350px);
    }

    .cosmocevtika .info-card {
        padding: 28px 32px;
    }
    .cosmocevtika .info-card .card-text {
        font-size: 15px;
        line-height: 22px;
    }

    .cosmocevtika .large-card {
        height: auto;
    }

    .cosmocevtika .innovation-section {
        align-items: flex-start;
    }

    .cosmocevtika .innovation-bg {
        opacity: 0.4;
        background-image: url("/wp-content/themes/store-pe_1677846640/images/cosmocevtika/4-bg-mobile.webp");
        background-position: 200% 70%;
        background-size: clamp(450px, 100vw, 600px) clamp(450px, 100vw, 600px);
    }

    .cosmocevtika .innovation-section .title-main { font-size: 26px; line-height: 32px; max-width: 100%; padding: 0 20px; text-align: center; margin: 0 auto 30px auto; }
    .cosmocevtika .innovation-section .description { font-size: 15px; line-height: 22px; max-width: 100%; padding: 0 20px; text-align: left; }

    /* Section 5: Biorhythm */
    .cosmocevtika .biorhythm-section {
        padding: 60px 24px;
    }

    .cosmocevtika .biorhythm-section .title-main {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .cosmocevtika .products-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .cosmocevtika .product-card {
        max-width: 100%;
        width: 100%;
        height: 550px;
        border-radius: 30px;
    }

    .cosmocevtika .product-image {
        width: 80px;
        height: 340px;
    }

    .cosmocevtika .image-fortoleo {
        width: 110px;
    }

    .cosmocevtika .card-icon {
        width: 45px;
        height: 45px;
        top: 20px;
        right: 20px;
    }

    .cosmocevtika .product-footer {
        padding: 0 20px;
        width: 100%;
        margin-bottom: 30px;
    }

    .cosmocevtika .product-name {
        font-size: 18px;
        line-height: 24px;
    }

    .cosmocevtika .product-card.expanded {
        min-height: 500px;
        padding: 20px;
    }

    .cosmocevtika .product-card.expanded .product-image {
        width: 70px;
    }

    .cosmocevtika .product-card.expanded .product-description {
        font-size: 14px;
        line-height: 20px;
    }

    /* Section 6: Carousel */
    .cosmocevtika .carousel-section {
        padding: 60px 24px;
    }

    .cosmocevtika .carousel-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .cosmocevtika .carousel-container {
        gap: 10px;
    }

    .cosmocevtika .carousel-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        min-height: auto;
        padding: 30px 32px;
        border-radius: 30px;
    }

    .cosmocevtika .carousel-image-wrapper {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 30px;
        margin-right: 0;
        justify-content: center;
        min-height: 300px;
    }

    .cosmocevtika .slide-content {
        grid-column: auto;
        grid-row: auto;
        text-align: center;
    }

    .cosmocevtika .slide-title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 15px;
    }

    .cosmocevtika .slide-description {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .cosmocevtika .slide-pagination {
        grid-column: auto;
        grid-row: auto;
        padding-top: 20px;
    }

    .cosmocevtika .slide-image {
        width: 80px;
        height: 340px;
    }

    .cosmocevtika .slide-image.image-fortoleo {
        width: 110px;
        height: 340px;
    }

    .cosmocevtika .slide-icon {
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
    }

    .cosmocevtika .slide-bg {
        width: 100% !important;
        height: 100% !important;
        inset: 0 !important;
        filter: blur(5px);
        opacity: 0.8;
        background-size: cover !important;
        background-position: center !important;
    }

    .cosmocevtika .carousel-nav img {
        width: 24px;
        height: 28px;
    }

    .cosmocevtika .carousel-nav {
        padding: 5px;
    }
}

@media (max-width: 480px) {

    .cosmocevtika .title-main { font-size: 22px; line-height: 28px; }
    .cosmocevtika .title-sub { font-size: 18px; line-height: 22px; }

    .cosmocevtika .hero-section .title-main { font-size: 24px; line-height: 30px; padding: 0 16px; text-align: center; }
    .cosmocevtika .hero-section .title-sub { font-size: 18px; line-height: 22px; padding: 0 16px; text-align: center; }
    .cosmocevtika .hero-section .description { font-size: 14px; line-height: 20px; padding: 0 16px; text-align: center; }

    .cosmocevtika .features-header .title-main { font-size: 22px; line-height: 28px; padding: 0 16px; text-align: center; }
    .cosmocevtika .features-header .title-sub { font-size: 18px; line-height: 22px; padding: 0 16px; text-align: center; }

    .cosmocevtika .feature-card {
        padding: 24px 28px;
    }

    .cosmocevtika .corneotherapy-section .header-group .title-main { font-size: 22px; line-height: 28px; padding: 0 16px; text-align: center; }
    .cosmocevtika .corneotherapy-section .header-group .title-sub { font-size: 18px; line-height: 22px; padding: 0 16px; text-align: center; }

    .cosmocevtika .info-card {
        padding: 24px 28px;
    }

    .cosmocevtika .innovation-section .title-main { font-size: 22px; line-height: 28px; padding: 0 16px; text-align: center; margin: 0 auto 24px auto; }
    .cosmocevtika .innovation-section .description { font-size: 14px; line-height: 20px; padding: 0 16px; text-align: left; }

    /* Section 5 */
    .cosmocevtika .biorhythm-section {
        padding: 50px 16px;
    }

    .cosmocevtika .biorhythm-section .title-main {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
        padding: 0 16px;
        text-align: center;
    }

    .cosmocevtika .product-card {
        height: 450px;
        border-radius: 24px;
    }

    .cosmocevtika .product-image {
        width: 65px;
        height: 280px;
    }

    .cosmocevtika .image-fortoleo {
        width: 90px;
    }

    .cosmocevtika .card-icon {
        width: 36px;
        height: 36px;
        top: 16px;
        right: 16px;
    }

    .cosmocevtika .product-footer {
        padding: 0 16px;
        margin-bottom: 25px;
    }

    .cosmocevtika .product-name {
        font-size: 16px;
        line-height: 22px;
    }

    .cosmocevtika .product-card.expanded {
        min-height: 400px;
        padding: 16px;
    }

    .cosmocevtika .product-card.expanded .product-image {
        width: 55px;
    }

    .cosmocevtika .product-card.expanded .product-description {
        font-size: 13px;
        line-height: 18px;
    }

    /* Section 6 */
    .cosmocevtika .carousel-section {
        padding: 50px 16px;
    }

    .cosmocevtika .carousel-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
        padding: 0 16px;
        text-align: center;
    }

    .cosmocevtika .carousel-container {
        gap: 5px;
    }

    .cosmocevtika .carousel-card {
        padding: 24px 16px;
        border-radius: 24px;
    }

    .cosmocevtika .carousel-image-wrapper {
        min-height: 250px;
        margin-bottom: 20px;
    }

    .cosmocevtika .slide-image {
        width: 65px;
        height: 280px;
    }

    .cosmocevtika .slide-image.image-fortoleo {
        width: 90px;
        height: 280px;
    }

    .cosmocevtika .slide-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cosmocevtika .slide-description {
        font-size: 14px;
        line-height: 20px;
    }

    .cosmocevtika .slide-icon {
        width: 40px;
        height: 40px;
        top: 16px;
        right: 16px;
    }

    .cosmocevtika .slide-bg {
        width: 100% !important;
        height: 100% !important;
        inset: 0 !important;
        opacity: 0.8;
        background-size: cover !important;
        background-position: center !important;
    }

    .cosmocevtika .carousel-nav img {
        width: 18px;
        height: 22px;
    }

    .cosmocevtika .carousel-nav {
        padding: 3px;
    }

    .cosmocevtika .pagination-dot {
        width: 7px;
        height: 7px;
    }
}
