:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3cd5b25 *//*=============================
GOOGLE FONT
==============================*/

body{
margin:0;
padding:0;
font-family:'Poppins',sans-serif;
background:#faf7f2;
}

*{
box-sizing:border-box;
}

/*=============================
HERO
==============================*/

.velkado-hero{

position:relative;

height:100vh;

background:url("http://velkado.shop/wp-content/uploads/2026/07/Gemini_Generated_Image_kxazg8kxazg8kxaz-1-clean-1.png") center center;

background-size:cover;

display:flex;

align-items:center;

overflow:hidden;

}

/* Overlay */

.hero-overlay{

position:absolute;

left:0;
top:0;

width:100%;
height:100%;

background:linear-gradient(
90deg,
rgba(25,18,12,.82)0%,
rgba(25,18,12,.62)35%,
rgba(25,18,12,.20)65%,
rgba(25,18,12,0)100%
);

}

/*=============================
CONTAINER
==============================*/

.hero-container{

width:1800px;

max-width:92%;

margin:auto;

position:relative;

z-index:5;

}

.hero-left{

width:600px;

max-width:100%;

color:#fff;

}

/*=============================
BADGE
==============================*/

.hero-badge{

display:inline-block;

padding:12px 24px;

border:1px solid #c79a45;

border-radius:40px;

font-size:14px;

letter-spacing:1px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(12px);

margin-bottom:30px;

}

/*=============================
HEADING
==============================*/

.hero-left h1{

font-family:'Cormorant Garamond',serif;

font-size:50px;

font-weight:600;

line-height:1.05;

margin:0;

color:#fff;

}

/*=============================
DIVIDER
==============================*/

.hero-divider{

width:180px;

height:2px;

background:#c79a45;

margin:35px 0;

}

/*=============================
TEXT
==============================*/

.hero-left p{

font-size:15px;

line-height:1.9;

color:#ececec;

max-width:560px;

margin-bottom:40px;

}

/*=============================
BUTTONS
==============================*/

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-shop{

background:#be8c3b;

padding:18px 38px;

border-radius:8px;

color:#fff;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.btn-shop:hover{

background:#a6762c;

transform:translateY(-3px);

}

.btn-outline{

border:2px solid rgba(255,255,255,.8);

padding:18px 38px;

border-radius:8px;

color:#fff;

text-decoration:none;

transition:.35s;

}

.btn-outline:hover{

background:#fff;

color:#222;

}

/*=============================
FEATURE STRIP
==============================*/

.feature-strip{

max-width:1280px;

margin:-50px auto 0;

background:#46392d;

border-radius:18px;

display:flex;

justify-content:space-between;

padding:28px 35px;

position:relative;

z-index:20;

box-shadow:0 15px 35px rgba(0,0,0,.20);

}

.feature-item{

display:flex;

align-items:center;

gap:18px;

color:#fff;

width:25%;

}

.feature-item:not(:last-child){

border-right:1px solid rgba(255,255,255,.15);

padding-right:20px;

}

.feature-item h4{

margin:0;

font-size:15px;

font-weight:600;

letter-spacing:1px;

color:#fff;

}

.feature-item p{

margin:5px 0 0;

font-size:14px;

color:#d7d7d7;

}

.icon{

font-size:34px;

color:#d3a04c;

}

/* ===== Stats Section ===== */

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    padding:50px 40px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.stat-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding:20px;
}

.stat-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fcf4e8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
}

.stat-box h3{
    margin:0 0 10px;
    font-family:'Cormorant Garamond',serif;
    font-size:46px;
    line-height:1;
    color:#4b3623;
}

.stat-box h4{
    margin:0 0 15px;
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    line-height:1.35;
    color:#4b3623;
    min-height:60px;   /* Equal heading height */
}

.stat-box p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:#666;
}

/* Tablet */

@media(max-width:992px){

.stats{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.stats{
grid-template-columns:1fr;
}

.stat-box h4{
min-height:auto;
}

}

/*=============================
RESPONSIVE
==============================*/

@media(max-width:992px){

.hero-left h1{

font-size:56px;

}

.feature-strip{

display:grid;

grid-template-columns:1fr 1fr;

gap:25px;

}

.feature-item{

width:100%;

border:none!important;

padding:0!important;

}

.stats{

grid-template-columns:1fr 1fr;

gap:30px;

}

}

@media(max-width:768px){

.velkado-hero{

height:auto;

padding:120px 0 100px;

}

.hero-left{

text-align:center;

}

.hero-divider{

margin:25px auto;

}

.hero-buttons{

justify-content:center;

}

.hero-left h1{

font-size:42px;

}

.hero-left p{

font-size:17px;

}

.feature-strip{

grid-template-columns:1fr;

padding:25px;

}

.stats{

grid-template-columns:1fr;

padding:25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94798e9 *//*==========================
Apitherapy Heading
==========================*/

.apitherapy-heading{
    max-width:900px;
    margin:0 auto 70px;
    padding:0 20px;
    text-align:center !important;
}

.apitherapy-heading span{
    display:block;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#b98a42;
    margin-bottom:18px;
}

.apitherapy-heading h2{
    margin:0 0 18px;
    font-family:'Cormorant Garamond',serif !important;
    font-size:60px !important;
    font-weight:600;
    line-height:1.1;
    color:#4b3623 !important;
}

.apitherapy-heading p{
    max-width:700px;
    margin:0 auto;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

/*==========================
Products
==========================*/

.products-wrapper{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

.products-wrapper ul.products{
    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin:0 !important;
}

.products-wrapper ul.products li.product{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    padding-bottom:30px;
    text-align:center !important;
}

.products-wrapper ul.products li.product:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.products-wrapper ul.products li.product img{
    width:100% !important;
    height:330px !important;
    object-fit:cover;
    margin:0 !important;
}

.products-wrapper ul.products li.product .woocommerce-loop-product__title{
    font-family:'Cormorant Garamond',serif !important;
    font-size:30px !important;
    color:#4b3623 !important;
    line-height:1.3;
    padding:20px;
    min-height:120px;
}

.products-wrapper ul.products li.product .price{
    display:block !important;
    text-align:center !important;
    color:#b98a42 !important;
    font-size:22px !important;
    font-weight:600;
    margin:10px 0 20px !important;
}

/* Astra Summary */

.products-wrapper .astra-shop-summary-wrap{
    display:flex !important;
    flex-direction:column;
    align-items:center !important;
    justify-content:center;
    text-align:center !important;
}

/* Button */

.products-wrapper a.button,
.products-wrapper .add_to_cart_button{

    display:flex !important;
    justify-content:center;
    align-items:center;

    width:220px !important;
    height:52px;

    margin:20px auto 0 !important;

    float:none !important;

    background:#b98a42 !important;
    color:#fff !important;

    border-radius:8px;

    text-transform:uppercase;
    font-weight:600;
}

.products-wrapper a.button:hover{
    background:#9d7635 !important;
}

@media(max-width:992px){

.products-wrapper ul.products{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.products-wrapper ul.products{
grid-template-columns:1fr;
}

.apitherapy-heading h2{
font-size:42px !important;
}
/* ==========================
Mobile Fix
========================== */

@media only screen and (max-width:768px){

    /* 1 Product Per Row */
    .products-wrapper ul.products{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:25px !important;
    }

    .products-wrapper ul.products li.product{
        width:100% !important;
        max-width:360px !important;
        margin:0 auto !important;
    }

    /* Product Title */
    .products-wrapper ul.products li.product .woocommerce-loop-product__title{
        font-size:34px !important;
        line-height:1.3 !important;
        min-height:auto !important;
        padding:20px !important;

        white-space:normal !important;
        word-break:normal !important;
        overflow-wrap:break-word !important;
    }

    /* Image */
    .products-wrapper ul.products li.product img{
        height:300px !important;
    }

    /* Price */
    .products-wrapper ul.products li.product .price{
        font-size:28px !important;
        margin:10px 0 20px !important;
    }

    /* Button */
    .products-wrapper ul.products li.product .button{
        width:220px !important;
        margin:20px auto !important;
    }

    /* Heading */
    .apitherapy-heading h2{
        font-size:42px !important;
    }

    .apitherapy-heading p{
        font-size:16px !important;
    }
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db2154f *//*==================================
Velkado Video Section
===================================*/

.velkado-video-section{

    padding:110px 20px;

    background:#faf7f2;

}

.video-heading{

    max-width:820px;

    margin:0 auto 60px;

    text-align:center;

}

.video-heading span{

    display:block;

    color:#b98a42;

    font-size:14px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:600;

    margin-bottom:15px;

}

.video-heading h2{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    color:#4b3623;

    margin-bottom:20px;

}

.video-heading p{

    font-size:18px;

    line-height:1.8;

    color:#666;

    max-width:700px;

    margin:auto;

}

.video-box{

    max-width:1100px;

    margin:auto;

    border-radius:28px;

    overflow:hidden;

    background:#fff;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

    border:1px solid rgba(185,138,66,.18);

}

.video-box video{

    width:100%;

    display:block;

    border-radius:28px;

}

/* Hover Effect */

.video-box{

    transition:.4s;

}

.video-box:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 70px rgba(0,0,0,.18);

}

/* Mobile */

@media(max-width:768px){

.video-heading h2{

font-size:40px;

}

.video-heading p{

font-size:16px;

}

.video-box{

border-radius:18px;

}

.video-box video{

border-radius:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-098ca0d *//*==============================
Featured Honey
==============================*/

.featured-honey{

    max-width:1300px;

    margin:120px auto;

    padding:0 20px;

    display:grid;

    grid-template-columns:1fr 1.1fr;

    gap:70px;

    align-items:center;

}

.featured-left span{

    color:#b98a42;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:600;

    font-size:14px;

}

.featured-left h2{

    font-family:'Cormorant Garamond',serif;

    font-size:64px;

    color:#4b3623;

    margin:18px 0;

}

.featured-left p{

    font-size:18px;

    line-height:1.9;

    color:#666;

    margin-bottom:30px;

}

.featured-left ul{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.featured-left li{

    margin-bottom:16px;

    font-size:18px;

    color:#4b3623;

}

.honey-btn{

    display:inline-block;

    padding:18px 42px;

    background:#b98a42;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.honey-btn:hover{

    background:#9a7236;

    transform:translateY(-4px);

}

.featured-right{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:20px;

}

.img-large img{

    width:100%;

    height:650px;

    object-fit:cover;

    border-radius:28px;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.img-small{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.img-small img{

    width:100%;

    height:315px;

    object-fit:cover;

    border-radius:24px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.img-large img,
.img-small img{

    transition:.4s;

}

.img-large img:hover,
.img-small img:hover{

    transform:scale(1.03);

}

/* Mobile */

@media(max-width:992px){

.featured-honey{

grid-template-columns:1fr;

}

.featured-right{

grid-template-columns:1fr;

}

.img-large img{

height:450px;

}

.img-small{

display:grid;

grid-template-columns:repeat(2,1fr);

}

.img-small img{

height:220px;

}

.featured-left{

text-align:center;

}

}

@media(max-width:768px){

.featured-left h2{

font-size:42px;

}

.img-small{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82a730e *//*=========================
Intellectual Property
=========================*/

.ip-section{

    background:#faf7f2;

    padding:120px 20px;

}

.ip-box{

    max-width:950px;

    margin:auto;

    background:#ffffff;

    padding:70px;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border:1px solid #efe4d3;

}

.ip-tag{

    display:inline-block;

    padding:10px 22px;

    background:#fcf4e8;

    color:#b98a42;

    border-radius:40px;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.ip-box h2{

    font-family:'Cormorant Garamond',serif;

    font-size:54px;

    color:#4b3623;

    margin:0;

}

.ip-divider{

    width:90px;

    height:3px;

    background:#b98a42;

    margin:28px 0 35px;

    border-radius:50px;

}

.ip-box p{

    color:#666;

    font-size:17px;

    line-height:2;

    margin-bottom:22px;

}

.ip-box strong{

    color:#4b3623;

    font-weight:600;

}

/* Hover */

.ip-box{

    transition:.35s;

}

.ip-box:hover{

    transform:translateY(-6px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

/* Mobile */

@media(max-width:768px){

.ip-box{

padding:35px 25px;

}

.ip-box h2{

font-size:38px;

}

.ip-box p{

font-size:16px;

line-height:1.8;

}

.ip-divider{

margin:20px 0 25px;

}

}/* End custom CSS */