.elementor-22 .elementor-element.elementor-element-75a01d0{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-ed0ce7a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-48b4a55{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-fba1bbd{--display:flex;}.elementor-22 .elementor-element.elementor-element-9566a46{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-04eb638{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-ffa9e3a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 20px 0px 20px;}.elementor-22 .elementor-element.elementor-element-e8d03e0{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-22 .elementor-element.elementor-element-d7ec645{width:100%;max-width:100%;margin:-24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-22 .elementor-element.elementor-element-d7ec645.elementor-element{--flex-shrink:1;}.elementor-22 .elementor-element.elementor-element-e7bc5a6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-04eb638{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ed0ce7a *//* ===========================
MOBILE MENU
=========================== */

.hamive-menu-btn{
display:none;
cursor:pointer;
}

.hamive-mobile-menu{

position:fixed;

top:0;

right:-100%;

width:280px;

height:100vh;

background:#3E5035;

padding:90px 35px;

display:flex;

flex-direction:column;

gap:28px;

transition:.4s;

z-index:9999;

}

.hamive-mobile-menu.active{

right:0;

}

.hamive-mobile-menu a{

color:white;

text-decoration:none;

font-family:Poppins,sans-serif;

font-size:17px;

font-weight:500;

}

.hamive-mobile-menu a:hover{

color:#B89254;

}

.hamive-close{

position:absolute;

top:25px;

right:25px;

font-size:28px;

color:white;

cursor:pointer;

}

@media(max-width:767px){

.hamive-menu{

display:none;

}

.hamive-menu-btn{

display:block;

font-size:24px;

color:white;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf76d20 *//*==========================================
 HOME HERO
==========================================*/

.collection-hero{
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 62px;
    overflow: hidden;
    background: #082216;
}

/* LEFT SIDE */

.collection-left{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        #082216 0%,
        #103527 100%
    );
    position: relative;
    padding: 80px;
}

.hero-content{
    max-width: 520px;
    position: relative;
    z-index: 10;
}

/* SMALL TITLE */

.hero-small-title{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #C8A86A;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.hero-line{
    width: 48px;
    height: 2px;
    background: #C8A86A;
}

/* TITLE */

.hero-content h1{
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: .95;
    font-weight: 60;
    color: #fff;
    margin: 0 0 30px;
}

/* DESCRIPTION */

.hero-content p{
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 42px;
}

/* BUTTONS */

.hero-buttons{
    display: flex;
    gap: 20px;
}

.btn-gold,
.btn-transparent{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .35s ease;
}

.btn-gold{
    background: #C8A86A;
    color: #082216;
}

.btn-gold:hover{
    background: #B89254;
}

.btn-transparent{
    border: 1px solid rgba(255,255,255,.45);
    color: #fff;
}

.btn-transparent:hover{
    background: rgba(255,255,255,.08);
}

/* RIGHT SIDE */

.collection-right{
    position: relative;
    overflow: hidden;
}

.collection-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* IMAGE OVERLAY */

.collection-right::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to left,
        rgba(0,0,0,.08),
        rgba(0,0,0,.18)
    );
}

/*==========================================
HERO OVERLAY
==========================================*/

.hero-overlay{
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at left center,
    rgba(200,168,106,.12),
    transparent 55%),

    radial-gradient(circle at right top,
    rgba(255,255,255,.05),
    transparent 45%);

    z-index:1;
}
/*==========================================
HERO DECORATIONS
==========================================*/

.hero-watermark-left{
    position:absolute;
    left:0;
    bottom:0;
    width:340px;
    height:420px;

    background-image:url(https://hamive.com/wp-content/uploads/2026/07/hamive.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:contain;

    opacity:.18;

    pointer-events:none;

    z-index:2;
}

.hero-watermark-right{
    position:absolute;
    right:0;
    top:0;
    width:320px;
    height:400px;

    background-image:url(https://hamive.com/wp-content/uploads/2026/07/hamive-e1785163783701.png);
    background-repeat:no-repeat;
    background-position:right top;
    background-size:contain;

    opacity:.18;

    pointer-events:none;

    z-index:2;

}
/* RESPONSIVE */

@media(max-width:992px){

.collection-hero{
grid-template-columns:1fr;
}

.collection-left{
padding:70px 40px;
}

.hero-content{
max-width:100%;
text-align:center;
}

.hero-small-title{
justify-content:center;
}

.hero-buttons{
justify-content:center;
}

.hero-content h1{
font-size:52px;
}

.collection-right{
height:420px;
}

}

@media(max-width:768px){

.collection-left{
padding:60px 25px;
}

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
}

.btn-gold,
.btn-transparent{
width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9566a46 *//*==========================================
WHY CHOOSE US
==========================================*/

.hl-why{
    position:relative;
    background:#F5F2ED;
    padding:30px 3%;
    overflow:hidden;
}

/* Decorative Leaves */

.hl-leaf-left{
    position:absolute;
    left:-20px;
    top:30%;
    transform:translateY(-50%);
    width:180px;
    height:auto;
    opacity:.9;
}

.hl-leaf-right{
    position:absolute;
    right:-60px;
    top:30%;
    transform:translateY(-50%);
    width:180px;
    height:auto;
    opacity:.9;
}

/* Title */

.hl-title{
    text-align:center;
    margin-bottom:50px;
    position:relative;
    z-index:2;
}

.hl-title h2{
    margin:0;
    font-family:"Cormorant Garamond", serif;
    font-size:30px;
    font-weight:600;
    letter-spacing:4px;
    color:#082216;
    text-transform:uppercase;
}

/* Feature Grid */

.hl-features{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:10px;

    border-top:1px solid #e7e1d8;
    border-bottom:1px solid #e7e1d8;

    padding:25px 0;
}

.hl-feature{
    display:flex;
    align-items:center;
    gap:18px;
}

.hl-icon{
    width:70px;
    height:70px;
    background:#082216;
    color:#C8A86A;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    flex-shrink:0;
}

.hl-feature h3{
    margin:0;
    color:#082216;
    font-family:"Cormorant Garamond", serif;
    font-size:20px;
}

.hl-feature p{
    margin-top:6px;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

/* Tablet */

@media(max-width:1024px){

.hl-features{
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.hl-leaf-left,
.hl-leaf-right{
    width:120px;
}

}

/* Mobile */

@media(max-width:767px){

.hl-title h2{
    font-size:26px;
}

.hl-features{
    grid-template-columns:1fr;
    gap:25px;
}

.hl-feature{
    align-items:flex-start;
}

.hl-icon{
    width:55px;
    height:55px;
    font-size:24px;
}

.hl-leaf-left{
    width:70px;
    left:-20px;
}

.hl-leaf-right{
    width:70px;
    right:-20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffa9e3a */.best-sellers{
max-width:1400px;
margin:auto;
padding:70px 25px;
background:#F5F2ED;
}

.section-title{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:35px;
}

.section-title h2{
font-size:34px;
font-family:Georgia,serif;
font-weight:500;
color:#082216;
letter-spacing:2px;
margin:0;
}

.section-title a{
padding:12px 28px;
border:1px solid #082216;
text-decoration:none;
color:#082216;
font-size:13px;
font-weight:600;
}

.products{
display:grid;
grid-template-columns:repeat(6,minmax(0,1fr));
gap:18px;
width:100%;
}

.product{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.35s;
}

.product:hover{
transform:translateY(-8px);
}

.product img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.product h3{
font-size:16px;
font-weight:500;
padding:16px 16px 6px;
line-height:1.4;
color:#082216;
margin:0;
min-height:48px;
}

.stars{
padding:0 16px;
font-size:13px;
color:#C8A86A;
}

.stars span{
color:#666;
}

.price{
padding:8px 16px 18px;
font-size:23px;
font-weight:700;
color:#082216;
margin:0;
}

.btn{
display:block;
margin:0 16px 18px;
text-align:center;
padding:14px;
background:#082216;
color:#fff;
text-decoration:none;
border-radius:6px;
font-size:13px;
font-weight:700;
letter-spacing:1px;
transition:.3s;
}

.btn:hover{
background:#103527;
}

/* =====================================
TABLET
===================================== */

@media (max-width:1024px){

.best-sellers{
padding:60px 30px;
}

.section-title{
flex-direction:column;
gap:20px;
text-align:center;
}

.section-title h2{
font-size:30px;
}

.products{
grid-template-columns:repeat(3,1fr);
gap:16px;
}

.product img{
height:190px;
}

.product h3{
font-size:15px;
min-height:auto;
}

.price{
font-size:20px;
}

.btn{
padding:12px;
font-size:12px;
}

}

/* =====================================
MOBILE
===================================== */

@media (max-width:767px){

.best-sellers{
padding:45px 18px;
}

.section-title{
flex-direction:column;
gap:18px;
text-align:center;
}

.section-title h2{
font-size:24px;
letter-spacing:1px;
}

.section-title a{
padding:10px 20px;
font-size:12px;
}

.products{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.product{
border-radius:10px;
}

.product img{
height:150px;
}

.product h3{
font-size:14px;
padding:12px 12px 5px;
}

.stars{
padding:0 12px;
font-size:12px;
}

.price{
padding:6px 12px 12px;
font-size:18px;
}

.btn{
margin:0 12px 12px;
padding:10px;
font-size:11px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8d03e0 */.testimonials{
background:#082216;
padding:90px 40px;
}

.testimonials h2{
text-align:center;
color:#F5F2ED;
font-size:34px;
font-family:Georgia,serif;
margin-bottom:50px;
letter-spacing:2px;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1400px;
margin:auto;
}

.testimonial{
background:#103527;
padding:35px;
border:1px solid rgba(255,255,255,.15);
border-radius:15px;
}

.testimonial .stars{
color:#C8A86A;
font-size:18px;
margin-bottom:18px;
}

.testimonial p{
color:#F5F2ED;
line-height:1.8;
font-size:15px;
margin-bottom:25px;
}

.customer{
display:flex;
align-items:center;
gap:12px;
}

.customer img{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
}

.customer span{
color:white;
font-weight:600;
}
/* =====================================
TABLET
===================================== */

@media (max-width:1024px){

.testimonials{
padding:70px 30px;
}

.testimonials h2{
font-size:30px;
margin-bottom:40px;
}

.testimonial-grid{
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.testimonial{
padding:28px;
}

.testimonial p{
font-size:14px;
line-height:1.7;
}

}

/* =====================================
MOBILE
===================================== */

@media (max-width:767px){

.testimonials{
padding:50px 18px;
}

.testimonials h2{
font-size:24px;
margin-bottom:30px;
letter-spacing:1px;
}

.testimonial-grid{
grid-template-columns:1fr;
gap:18px;
}

.testimonial{
padding:22px;
border-radius:12px;
}

.testimonial .stars{
font-size:16px;
}

.testimonial p{
font-size:14px;
line-height:1.6;
}

.customer img{
width:40px;
height:40px;
}

.customer span{
font-size:14px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7ec645 *//* ===========================
   NEWSLETTER
=========================== */

.newsletter{
    background:#F5F2ED;
    padding:30px 0;
    border-top:1px solid #e5ddd0;
}

.newsletter-container{
    max-width:1280px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
    padding:0 10px;
}

.newsletter-left{
    display:flex;
    align-items:center;
    gap:30px;
}

.plant{
    width:250px;
    height:auto;
}

.newsletter-text h2{
    font-size:52px;
    color:#082216;
    margin-bottom:10px;
    font-family:Georgia,serif;
    font-weight:500;
}

.newsletter-text p{
    color:#666;
    font-size:16px;
    line-height:1.7;
    max-width:320px;
}

.newsletter-form{
    display:flex;
    width:540px;
}

.newsletter-form input{
    flex:1;
    height:60px;
    border:none;
    background:white;
    padding:0 22px;
    font-size:16px;
    outline:none;
}

.newsletter-form button{
    width:180px;
    border:none;
    background:#082216;
    color:white;
    font-size:14px;
    letter-spacing:1px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.newsletter-form button:hover{
    background:#103527;
}
/* =====================================
TABLET
===================================== */

@media (max-width:1024px){

.newsletter{
    padding:50px 30px;
}

.newsletter-container{
    flex-direction:column;
    text-align:center;
    gap:40px;
}

.newsletter-left{
    flex-direction:column;
    gap:20px;
}

.plant{
    width:200px;
}

.newsletter-text h2{
    font-size:40px;
}

.newsletter-text p{
    max-width:600px;
    margin:auto;
}

.newsletter-form{
    width:100%;
    max-width:600px;
}

}

/* =====================================
MOBILE
===================================== */

@media (max-width:767px){

.newsletter{
    padding:40px 18px;
}

.newsletter-container{
    flex-direction:column;
    gap:30px;
    text-align:center;
}

.newsletter-left{
    flex-direction:column;
    gap:18px;
}

.plant{
    width:130px;
}

.newsletter-text h2{
    font-size:30px;
    line-height:1.2;
}

.newsletter-text p{
    font-size:15px;
    max-width:100%;
}

.newsletter-form{
    width:100%;
    flex-direction:column;
    gap:12px;
}

.newsletter-form input{
    width:100%;
    height:52px;
}

.newsletter-form button{
    width:100%;
    height:52px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7bc5a6 */.footer{
background:#082216;
padding:70px 40px 25px;
}

.footer-container{
max-width:1350px;
margin:auto;
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.3fr;
gap:45px;
align-items:flex-start;
}

.footer-logo{
width:210px;
margin-bottom:18px;
display:block;
}

.footer-brand p{
color:#d8d2c8;
font-size:15px;
line-height:26px;
max-width:260px;
margin-bottom:22px;
}

.socials{
display:flex;
gap:15px;
}

.socials a{
color:#fff;
text-decoration:none;
font-size:15px;
transition:.3s;
}

.socials a:hover{
color:#C8A86A;
}

.footer-links h4,
.payments h4{
color:#fff;
font-size:15px;
margin-bottom:18px;
letter-spacing:1px;
font-family:Poppins,sans-serif;
}

.footer-links{
display:flex;
flex-direction:column;
}

.footer-links a{
color:#d9d3c9;
text-decoration:none;
margin-bottom:10px;
font-size:14px;
transition:.3s;
}

.footer-links a:hover{
color:#C8A86A;
padding-left:4px;
}

.payment-img{
width:160px;
margin-bottom:15px;
display:block;
}

.payments p{
color:#d9d3c9;
font-size:13px;
line-height:22px;
}

.copyright{
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.08);
text-align:center;
color:#d9d3c9;
font-size:13px;
}

/* ===========================
TABLET
=========================== */

@media (max-width:1024px){

.footer{
padding:60px 30px 20px;
}

.footer-container{
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.footer-logo{
width:180px;
}

.footer-brand p{
font-size:14px;
line-height:24px;
max-width:100%;
}

.payment-img{
width:140px;
}

}

/* ===========================
MOBILE
=========================== */

@media (max-width:767px){

.footer{
padding:40px 20px;
}

.footer-container{
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.footer-brand{
grid-column:1 / -1;
text-align:center;
}

.footer-logo{
width:150px;
margin:0 auto 15px;
}

.footer-brand p{
max-width:320px;
margin:0 auto 18px;
font-size:13px;
line-height:22px;
}

.socials{
justify-content:center;
}

.footer-links{
text-align:left;
}

.footer-links h4{
font-size:14px;
margin-bottom:10px;
}

.footer-links a{
font-size:13px;
margin-bottom:8px;
}

.payments{
grid-column:1 / -1;
text-align:center;
margin-top:10px;
}

.payment-img{
width:150px;
margin:0 auto 15px;
}

.payments p{
font-size:13px;
line-height:20px;
}

.copyright{
margin-top:25px;
padding-top:18px;
font-size:12px;
line-height:1.6;
}

}/* End custom CSS */