@media (max-width: 767px) {
  .ae-anno-announcement__items {
    justify-content: center !important;
  }
}
.tpcart__img img {
  object-fit: contain;
  object-position: top center;
}
.main-footer{
background:#050505;
padding:0;
font-family:'Montserrat',sans-serif;
position:relative;
overflow:hidden;
}

.main-footer:before{
content:'';
position:absolute;
top:-150px;
right:-150px;
width:350px;
height:350px;
background:rgba(255,255,255,0.02);
border-radius:50%;
filter:blur(20px);
}

.footer-card{
background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.015));
border:1px solid rgba(255,255,255,0.06);
border-radius:24px;
padding:24px;
height:100%;
transition:.4s ease;
backdrop-filter:blur(14px);
display:flex;
flex-direction:column;
justify-content:flex-start;
overflow:hidden;
position:relative;
}

.footer-card:hover{
transform:translateY(-5px);
border-color:rgba(255,255,255,0.12);
box-shadow:0 20px 45px rgba(0,0,0,0.35);
}

.footer-card img{
max-width:100%;
width:240px;
height:auto;
display:block;
object-fit:contain;
margin-bottom:18px;
}

.footer-title{
font-size:19px;
font-weight:600;
margin-bottom:18px;
color:#fff;
letter-spacing:.3px;
}

.footer-desc{
color:#b8b8b8;
font-size:14px;
line-height:2;
margin:0;
padding:0;
}

.footer-links{
padding:0;
margin:0;
list-style:none;
}

.footer-links li{
margin-bottom:12px;
}

.footer-links li:last-child{
margin-bottom:0;
}

.footer-links li a{
color:#cfcfcf;
font-size:14px;
transition:.3s ease;
text-decoration:none;
display:inline-block;
}

.footer-links li a:hover{
color:#fff;
transform:translateX(5px);
}

.footer-contact li a{
display:flex;
align-items:center;
gap:10px;
}

.footer-tags{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-bottom:-5px;
}

.footer-tags a{
display:inline-flex;
align-items:center;
justify-content:center;
padding:7px 12px;
font-size:10px;
letter-spacing:.5px;
border-radius:40px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.07);
color:#f5f5f5 !important;
text-decoration:none;
transition:.3s ease;
font-weight:500;
text-transform:uppercase;
line-height:1.2;
}

.footer-tags a:hover{
background:#fff;
color:#000 !important;
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(255,255,255,0.08);
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.06);
margin-top:35px;
padding-top:24px;
}

.footer-bottom p{
color:#8a8a8a;
font-size:13px;
line-height:2;
text-align:center;
margin:0;
}

 .footer-cta{
position:relative;
padding:45px 0 35px;
border-top:1px solid rgba(255,255,255,0.06);
border-bottom:1px solid rgba(255,255,255,0.06);
background:
linear-gradient(180deg,#000,#050505);
overflow:hidden;
}

.footer-cta:before{
content:'';
position:absolute;
top:-120px;
right:-120px;
width:280px;
height:280px;
border-radius:50%;

background:
radial-gradient(rgba(255,255,255,0.04),transparent 70%);
}

.footer-contact-box{
display:flex;
align-items:center;
gap:22px;

padding:28px 30px;

border-radius:28px;

background:
linear-gradient(145deg,#050505,#111);

border:1px solid rgba(255,255,255,0.06);

box-shadow:
0 15px 40px rgba(0,0,0,0.35),
inset 0 1px 0 rgba(255,255,255,0.04);
}

.footer-contact-icon{
min-width:72px;
height:72px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:#fff;

font-size:34px;

box-shadow:
0 10px 25px rgba(255,255,255,0.08);
}

.footer-contact-text a{
display:block;

font-size:26px;
font-weight:800;

color:#fff;
text-decoration:none;

margin-bottom:6px;

letter-spacing:.3px;
}

.footer-contact-text span{
display:block;

font-size:14px;
letter-spacing:2px;
text-transform:uppercase;

color:#9c9c9c;

margin-bottom:14px;
}

.footer-mini-badge{
display:inline-flex;
align-items:center;
justify-content:center;

padding:10px 18px;
margin-right:10px;
margin-top:8px;

background:
linear-gradient(145deg,#111,#1a1a1a);

border:1px solid rgba(255,255,255,0.08);

border-radius:40px;

font-size:13px;
font-weight:600;
letter-spacing:.3px;

color:#fff;

box-shadow:
0 8px 20px rgba(0,0,0,0.25);
}

/* PAYMENT */

.footer-payment{
display:inline-flex;
align-items:center;
justify-content:center;



border-radius:24px;

 
}

.footer-payment img{
max-width:320px;
width:100%;
height:auto;
display:block;
}

/* SOCIAL */

.footer-social{
display:flex;
align-items:center;
justify-content:flex-end;
gap:14px;

margin-top:22px;
flex-wrap:wrap;
}

.footer-social a{    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    transition: .35s ease;
    border: 2px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.footer-social a:hover{
transform:translateY(-5px) scale(1.05);
}

.footer-social .fb{
background:linear-gradient(145deg,#1877f2,#0d5fd6);
color:#fff;
}

.footer-social .insta{
background:linear-gradient(145deg,#ff0069,#ff7a00,#ffd600);
color:#fff;
}

.footer-social .x{
background:linear-gradient(145deg,#111,#000);
color:#fff;
}

.footer-social .yt{
background:linear-gradient(145deg,#ff0000,#cc0000);
color:#fff;
}

/* COPYRIGHT */

.footer-copyright{
padding:28px 0;
background:#000;
}

.footer-copy-text{
font-size:15px;
line-height:1.9;
color:#9c9c9c;
}

/* MOBILE */

@media(max-width:991px){

.footer-contact-box{
flex-direction:column;
text-align:center;
padding:24px;
}

.footer-contact-text a{
font-size:24px;
}

.footer-payment{
margin-top:25px;
}

.footer-social{
justify-content:center;
}

}

@media(max-width:767px){

.footer-cta{
padding:30px 0;
}

.footer-contact-box{
border-radius:22px;
gap:18px;
}

.footer-contact-icon{
min-width:62px;
height:62px;
font-size:28px;
}

.footer-contact-text a{
font-size:22px;
line-height:1.4;
}

.footer-contact-text span{
font-size:11px;
line-height:1.8;
letter-spacing:1.5px;
}

.footer-mini-badge{
width:100%;
margin-right:0;
font-size:12px;
padding:10px 12px;
}

.footer-payment{
padding:16px;
border-radius:18px;
}

.footer-payment img{
max-width:100%;
}

.footer-social{
margin-top:20px;
gap:10px;
}

.footer-social a{
width:46px;
height:46px;
font-size:20px;
border-radius:14px;
}

.footer-copy-text{
font-size:13px;
text-align:center;
line-height:2;
}

}

.footer-contact-box{
display:flex;
align-items:center;
gap:18px;
padding:18px 22px;
background:linear-gradient(135deg,rgba(255,255,255,0.04),rgba(255,255,255,0.015));
border:1px solid rgba(255,255,255,0.06);
border-radius:22px;
transition:.4s ease;
}

.footer-contact-box:hover{
transform:translateY(-4px);
box-shadow:0 15px 35px rgba(0,0,0,0.35);
border-color:rgba(255,255,255,0.12);
}

.footer-contact-icon{
width:62px;
height:62px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
color:#000;
font-size:22px;
flex-shrink:0;
}

.footer-contact-text a{
display:block;
font-size:28px;
font-weight:700;
color:#fff;
line-height:1.2;
text-decoration:none;
letter-spacing:.3px;
}

.footer-contact-text span{
font-size:12px;
color:#9f9f9f;
letter-spacing:1px;
text-transform:uppercase;
}

.footer-mini-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 14px;
border-radius:40px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.06);
color:#fff;
font-size:11px;
margin-top:12px;
}

.footer-copyright{
padding:26px 0;
background:#040404;
border-top:1px solid rgba(255,255,255,0.05);
}

.footer-copy-text{
color:#8c8c8c;
font-size:13px;
line-height:1.9;
}

.footer-copy-text strong{
color:#fff;
font-weight:600;
}

.footer-payment{
display:flex;
justify-content:flex-end;
align-items:center;
gap:10px;
flex-wrap:wrap;
}

.footer-payment img{
max-height:40px;
border-radius:10px;
background:#fff;
padding:5px 10px;
transition:.3s ease;
}

.footer-payment img:hover{
transform:translateY(-3px);
}

@media(max-width:991px){

.footer-card{
margin-bottom:0;
min-height:100%;
}

}

@media(max-width:767px){

.main-footer{
padding-top:10px;
}

.footer-card{
padding:20px;
border-radius:18px;
}

.footer-card img{
width:170px !important;
margin:auto auto 16px;
}

.footer-title{
font-size:16px;
margin-bottom:16px;
}

.footer-desc,
.footer-links li a{
font-size:13px;
line-height:1.9;
}

.footer-tags{
gap:7px;
}

.footer-tags a{
font-size:9px;
padding:7px 10px;
}

.footer-contact-box{
padding:16px;
gap:14px;
}

.footer-contact-icon{
width:52px;
height:52px;
font-size:18px;
}

.footer-contact-text a{
font-size:20px;
}

.footer-contact-text span{
font-size:10px;
}

.footer-payment{
justify-content:center;
margin-top:20px;
}

.footer-copy-text{
text-align:center;
margin-bottom:16px;
font-size:12px;
line-height:1.8;
}

.footer-mini-badge{
font-size:10px;
padding:7px 12px;
}

}

@media(max-width:767px){

.breadcrumb__area{
padding-top:5px !important;
padding-bottom:5px !important;
}
 .tp-breadcrumb__link span{font-size: 10px !important;}

}




.lazybunny-product{
font-family:'Poppins',sans-serif;
color:#111;
line-height:1.8;
padding:10px 0;
}

/* PREMIUM COLLECTION */

.lazybunny-product .tagline-wrap{
display:flex;
justify-content:flex-start;
margin-bottom:22px;
}

.lazybunny-product .tagline{
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
gap:12px;

padding:16px 34px;

background:linear-gradient(145deg,#000,#111);

border:1px solid #1f1f1f;

border-radius:18px;

overflow:hidden;

box-shadow:
0 10px 35px rgba(0,0,0,0.25),
inset 0 1px 0 rgba(255,255,255,0.04);

font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#fff;
}

.lazybunny-product .tagline:before{
content:'';
position:absolute;
top:0;
left:-120%;
width:120%;
height:100%;

background:
linear-gradient(90deg,
transparent,
rgba(255,255,255,0.08),
transparent);

animation:lazyshine 4s linear infinite;
}

@keyframes lazyshine{
100%{
left:130%;
}
}

/* TITLES */

.lazybunny-product .hero-title{
font-size:34px;
font-weight:800;
line-height:1.2;
margin-bottom:8px;
letter-spacing:-1px;
color:#000;
}

.lazybunny-product .hero-subtitle{
font-size:16px;
font-weight:500;
color:#666;
margin-bottom:28px;
}

/* MAIN BOX */

.lazybunny-product .premium-box{
background:#fcfcfc;

border:1px solid #ececec;

border-radius:30px;

padding:40px;

box-shadow:
0 10px 35px rgba(0,0,0,0.04);
}

.lazybunny-product h2{
font-size:24px;
font-weight:800;
margin-bottom:18px;
line-height:1.5;
color:#000;
}

.lazybunny-product p{
font-size:16px;
color:#4b4b4b;
margin-bottom:16px;
}

.lazybunny-product .highlight{
font-weight:700;
color:#000;
}

/* 8 FEATURE POINTS */

.lazybunny-product .feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin-top:35px;
}

.lazybunny-product .feature-item{
display:flex;
align-items:center;
justify-content:center;
text-align:center;

min-height:92px;

padding:18px 14px;

background:#fff;

border:1px solid #dcdcdc;

border-radius:20px;

box-shadow:
0 8px 20px rgba(0,0,0,0.05);

font-size:14px;
font-weight:700;
line-height:1.6;
color:#000;

transition:.3s ease;
}

.lazybunny-product .feature-item:hover{
transform:translateY(-4px);

box-shadow:
0 14px 30px rgba(0,0,0,0.08);
}

/* SPEC TABLE */

.lazybunny-product .specs{
margin-top:55px;
}

.lazybunny-product .specs h2{
margin-bottom:22px;
}

.lazybunny-product .specs table{
width:100%;
border-collapse:collapse;

background:#fff;

border-radius:24px;

overflow:hidden;

border:1px solid #ececec;

box-shadow:
0 10px 25px rgba(0,0,0,0.04);
}

.lazybunny-product .specs table tr{
border-bottom:1px solid #ececec;
}

.lazybunny-product .specs table td{
padding:20px 18px;
font-size:15px;
color:#444;
}

.lazybunny-product .specs table td:first-child{
font-weight:700;
width:35%;
color:#000;
}

/* CERTIFICATE DESIGN */

.lazybunny-product .bottom-note{
position:relative;

margin-top:55px;

padding:55px 35px;

background:
linear-gradient(145deg,#000,#111);

border:1px solid #1d1d1d;

border-radius:34px;

overflow:hidden;

text-align:center;

box-shadow:
0 18px 45px rgba(0,0,0,0.18);
}

.lazybunny-product .bottom-note:before{
content:'';
position:absolute;
top:0;
left:50%;
transform:translateX(-50%);

width:180px;
height:4px;

background:#fff;

border-radius:0 0 20px 20px;

opacity:.9;
}

.lazybunny-product .bottom-note:after{
content:'CERTIFIED PREMIUM BRAND';

position:absolute;
top:24px;
right:30px;

font-size:10px;
font-weight:700;
letter-spacing:2px;

color:rgba(255,255,255,0.12);
}

.lazybunny-product .bottom-note h3{
font-size:32px;
font-weight:800;
margin-bottom:24px;
letter-spacing:-1px;
color:#fff;
}

.lazybunny-product .bottom-note p{
margin:0;
font-size:18px;
line-height:2;
color:#d7d7d7;
}

.lazybunny-product .bottom-note strong{
display:block;
font-size:30px;
font-weight:800;
margin-bottom:10px;
color:#fff;
}

/* MOBILE */

@media(max-width:991px){

.lazybunny-product .feature-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.lazybunny-product .tagline-wrap{
justify-content:center;
}

.lazybunny-product .tagline{
width:100%;
padding:14px 18px;

font-size:11px;
line-height:1.7;
text-align:center;

border-radius:16px;
}

.lazybunny-product .hero-title{
font-size:28px;
line-height:1.3;
}

.lazybunny-product .hero-subtitle{
font-size:14px;
margin-bottom:22px;
}

.lazybunny-product .premium-box{
padding:24px;
border-radius:24px;
}

.lazybunny-product h2{
font-size:21px;
line-height:1.5;
}

.lazybunny-product p{
font-size:14px;
line-height:2;
}

.lazybunny-product .feature-grid{
grid-template-columns:1fr 1fr;
gap:12px;
}

.lazybunny-product .feature-item{
min-height:80px;
padding:14px 10px;

font-size:12px;
line-height:1.5;

border-radius:16px;
}

.lazybunny-product .specs table td{
padding:14px 12px;
font-size:13px;
}

.lazybunny-product .bottom-note{
padding:42px 22px;
border-radius:24px;
}

.lazybunny-product .bottom-note:after{
display:none;
}

.lazybunny-product .bottom-note h3{
font-size:24px;
line-height:1.4;
}

.lazybunny-product .bottom-note p{
font-size:15px;
line-height:2;
}

.lazybunny-product .bottom-note strong{
font-size:24px;
}

}


.lb-trust-section{
    width:100%;
    padding:60px 20px;
    background:#fff;
}

.lb-trust-container{
    max-width:1600px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(6,1fr); /* ALL 7 IN ONE ROW */
    gap:20px;
}

/* =========================
BOX
========================= */

.lb-trust-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;

    padding:30px 18px;

    min-height:210px;

    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    transition:all 0.35s ease;

    box-shadow:
    0 3px 12px rgba(0,0,0,0.03);
}

.lb-trust-box:hover{
    transform:translateY(-8px);

    box-shadow:
    0 18px 40px rgba(0,0,0,0.08);

    border-color:#d9d9d9;
}

/* =========================
ICON
========================= */

.lb-trust-icon{
    width:72px;
    height:72px;

    border-radius:50%;
    background:#f7f7f7;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    transition:0.3s ease;
}

.lb-trust-box:hover .lb-trust-icon{
    background:#000;
}

.lb-trust-icon i{
    font-size:28px;
    color:#111;

    transition:0.3s ease;
}

.lb-trust-box:hover .lb-trust-icon i{
    color:#fff;
}

/* =========================
TEXT
========================= */

.lb-trust-box h4{
    font-size:18px;
    font-weight:700;
    color:#111;

    line-height:1.4;
    margin:0 0 10px;
}

.lb-trust-box p{
    font-size:14px;
    color:#777;
    line-height:1.6;
    margin:0;
}

/* =========================
LAPTOP
========================= */

@media(max-width:1400px){

    .lb-trust-container{
        grid-template-columns:repeat(4,1fr);
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px){

    .lb-trust-container{
        grid-template-columns:repeat(3,1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

    .lb-trust-section{
        padding:35px 12px;
    }

    .lb-trust-container{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .lb-trust-box{
        min-height:170px;
        padding:22px 12px;
        border-radius:18px;
    }

    .lb-trust-icon{
        width:55px;
        height:55px;
        margin-bottom:15px;
    }

    .lb-trust-icon i{
        font-size:22px;
    }

    .lb-trust-box h4{
        font-size:14px;
    }

    .lb-trust-box p{
        font-size:11px;
        line-height:1.5;
    }

}
.cover-image-section{
    width:100%;
    padding:20px;
    box-sizing:border-box;
    background:#fff;
}

.cover-image-section img{
    width:100%;
    height:auto;
    display:block;
    border-radius:24px;
    object-fit:cover;
}

/* MOBILE */
@media(max-width:767px){

    .cover-image-section{
        padding:10px;
    }

    .cover-image-section img{
        border-radius:18px;
    }

}

.main-menu ul>li .submenu li a {
    color: var(--tp-common-black);
    font-size: 12px;
    font-weight: 500;
    padding: 12px 25px;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul>li {
        margin-inline-end: 42px;
    }
}