.elementor-184 .elementor-element.elementor-element-1e40de4{--display:flex;--margin-top:-1%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-184 .elementor-element.elementor-element-0faae55{--display:flex;--margin-top:-1%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-184 .elementor-element.elementor-element-3a538da{--display:flex;--margin-top:-4%;--margin-bottom:-6%;--margin-left:-6%;--margin-right:-6%;}.elementor-184 .elementor-element.elementor-element-915ee9d > .elementor-widget-container{margin:-4% 0% 0% 0%;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-product-grid-modern{gap:25px;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-product-stars{gap:2px;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-product-actions .woolentor-cart-btn svg{width:18px;height:18px;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-luxury-card .woolentor-cart-arrow{font-size:18px;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-quick-actions .woolentor-quick-action svg{width:18px;height:18px;}.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-quick-actions .woolentor-quick-action{font-size:18px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-184 .elementor-element.elementor-element-3a538da{--content-width:799px;}}@media(max-width:1024px){.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-product-grid-modern{gap:20px;}}@media(max-width:767px){.elementor-184 .elementor-element.elementor-element-915ee9d .woolentor-product-grid-modern{gap:15px;}}/* Start custom CSS for html, class: .elementor-element-3fed1f6 *//* =========================
   ABOUT SECTION
========================= */

.oddylab-about{
    padding:120px 8%;
    background:#fff;
}

.oddylab-about-container{
    max-width:1400px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.oddylab-about-left{
    flex:1;
}

.about-badge{
    display:inline-block;

    padding:12px 22px;

    border-radius:999px;

    background:#f4eaff;

    color:#9b5cff;

    font-weight:700;

    margin-bottom:25px;
}

.oddylab-about h2{
    font-size:64px;
    line-height:1.1;

    margin-bottom:25px;

    color:#121b3c;
}

.oddylab-about h2 span{
    background:linear-gradient(
        135deg,
        #ff8a4d,
        #ff5e9d
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.oddylab-about .lead{
    font-size:22px;
    line-height:1.7;

    color:#4b5565;

    margin-bottom:20px;
}

.oddylab-about p{
    color:#6f7893;
    line-height:1.9;
}

.about-features{
    display:flex;
    gap:20px;
    flex-wrap:wrap;

    margin-top:40px;
}

.feature-card{
    background:linear-gradient(
        135deg,
        #f7f3ff,
        #fff0f5
    );

    padding:25px;

    border-radius:25px;

    min-width:180px;
}

.feature-card h3{
    margin:0 0 10px;

    font-size:34px;

    color:#ff6a93;
}

.feature-card span{
    color:#5d667f;
    font-weight:600;
}

.about-btn{
    display:inline-block;

    margin-top:40px;

    padding:18px 32px;

    border-radius:18px;

    text-decoration:none;

    color:white;

    font-weight:700;

    background:linear-gradient(
        135deg,
        #ff934d,
        #ff5f9f
    );

    transition:.3s;
}

.about-btn:hover{
    transform:translateY(-4px);
}

.oddylab-about-right{
    flex:0 0 420px;
}

.about-card{
    background:linear-gradient(
        135deg,
        #f7f3ff,
        #fff3f7
    );

    padding:40px;

    border-radius:35px;
}

.about-card h4{
    margin-bottom:25px;

    font-size:30px;

    color:#121b3c;
}

.about-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.about-card li{
    padding:16px 0;

    border-bottom:1px solid rgba(0,0,0,.06);

    color:#4f5875;
}

.about-card li:last-child{
    border:none;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .oddylab-about{
        padding:80px 24px;
    }

    .oddylab-about-container{
        flex-direction:column;
    }

    .oddylab-about-right{
        flex:auto;
        width:100%;
    }

    .oddylab-about h2{
        font-size:46px;
    }

    .oddylab-about .lead{
        font-size:18px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:480px){

    .oddylab-about{
        padding:60px 18px;
    }

    .oddylab-about h2{
        font-size:34px;
    }

    .about-features{
        flex-direction:column;
    }

    .feature-card{
        width:100%;
    }

    .about-btn{
        width:100%;
        text-align:center;
    }

    .about-card{
        padding:25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ba92ac *//* =========================
   PRODUCTS SECTION
========================= */

.oddylab-products{
    padding:40px 8% 120px;
}

.products-header{

    text-align:center;

    margin-bottom:60px;
}

.products-tag{

    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(168,85,247,.12);

    color:#C084FC;

    font-weight:600;

    margin-bottom:20px;
}

.products-header h2{

    color:05080F;

    font-size:56px;

    margin-bottom:15px;
}

.products-header p{

    color:05080F;

    font-size:18px;
}
/* =========================
   TABLET
========================= */

@media (max-width:991px){

    .oddylab-products{
        padding:80px 24px;
    }

    .products-header{
        margin-bottom:40px;
    }

    .products-tag{
        font-size:14px;
        padding:8px 16px;
        margin-bottom:15px;
    }

    .products-header h2{
        font-size:42px;
        line-height:1.1;
        margin-bottom:12px;
    }

    .products-header p{
        font-size:16px;
        line-height:1.6;
        max-width:500px;
        margin:0 auto;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width:480px){

    .oddylab-products{
        padding:60px 18px;
    }

    .products-tag{
        font-size:13px;
        padding:8px 14px;
    }

    .products-header h2{
        font-size:32px;
        line-height:1.15;
    }

    .products-header p{
        font-size:15px;
        line-height:1.6;
        max-width:100%;
    }
}/* End custom CSS */