:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d680ca1 *//* ===========================
   HERO SECTION
=========================== */

.hero-banner{
    position:relative;
    width:100%;
    min-height:760px;
    display:flex;
    align-items:center;
    background:url("https://hosker.shop/wp-content/uploads/2026/08/xcvxzcvzxcvx-scaled.png") center center;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}

/* LEFT GRADIENT ONLY */

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(8,15,25,.70) 0%,
        rgba(8,15,25,.48) 28%,
        rgba(8,15,25,.18) 55%,
        rgba(8,15,25,0) 78%
    );
}

/* CONTENT */

.hero-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:620px;
    margin-left:8%;
}

/* SMALL LABEL */

.hero-tag{

    display:inline-block;
    padding:12px 24px;

    background:#E53935;

    color:#fff;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:28px;

}

/* HEADING */

.hero-content h1{

    color:#fff;

    font-size:72px;

    line-height:1.05;

    font-weight:800;

    margin:0;

    letter-spacing:-2px;

}

/* PARAGRAPH */

.hero-content p{

    color:#f5f5f5;

    font-size:21px;

    line-height:1.8;

    margin-top:28px;

    margin-bottom:45px;

    max-width:560px;

}

/* BUTTONS */

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

/* PRIMARY */

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    background:#E53935;

    color:#fff;

    font-size:16px;

    font-weight:700;

    border-radius:60px;

    text-decoration:none;

    transition:.35s;

}

.btn-primary:hover{

    background:#fff;

    color:#111;

}

/* SECONDARY */

.btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    border:2px solid #fff;

    color:#fff;

    font-size:16px;

    font-weight:700;

    border-radius:60px;

    text-decoration:none;

    transition:.35s;

}

.btn-secondary:hover{

    background:#fff;

    color:#111;

}

/* REMOVE LINK UNDERLINE */

.btn-primary,
.btn-secondary{

    text-decoration:none !important;

}

/* MOBILE */

@media(max-width:991px){

.hero-banner{

min-height:620px;

background-position:center;

}

.hero-content{

margin-left:5%;

max-width:90%;

}

.hero-content h1{

font-size:54px;

}

.hero-content p{

font-size:18px;

}

}

/* MOBILE */

@media(max-width:767px){

.hero-banner{

min-height:560px;

background-position:70% center;

}

.hero-overlay{

background:linear-gradient(

180deg,

rgba(8,15,25,.55) 0%,

rgba(8,15,25,.55) 100%

);

}

.hero-content{

margin:0;

padding:40px 25px;

max-width:100%;

}

.hero-tag{

font-size:12px;

padding:10px 18px;

}

.hero-content h1{

font-size:38px;

line-height:1.15;

}

.hero-content p{

font-size:16px;

line-height:1.7;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,

.btn-secondary{

width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-407523c *//*==========================
HOSKER HEADING
==========================*/

.hosker-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 45px;
}

.hosker-tag{
    display:inline-block;
    padding:12px 28px;
    background:#111;
    color:#fff;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.hosker-heading h2{
    font-size:60px;
    font-weight:800;
    color:#111;
    line-height:1.1;
    margin:0 0 18px;
}

.hosker-heading p{
    font-size:20px;
    color:#666;
    line-height:1.8;
    max-width:700px;
    margin:0 auto;
}

/* Tablet */

@media(max-width:991px){

.hosker-heading h2{
font-size:46px;
}

.hosker-heading p{
font-size:18px;
}

}

/* Mobile */

@media(max-width:767px){

.hosker-heading{
margin-bottom:30px;
padding:0 15px;
}

.hosker-tag{
font-size:11px;
padding:10px 22px;
}

.hosker-heading h2{
font-size:34px;
}

.hosker-heading p{
font-size:16px;
line-height:1.7;
}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-be07342 */.elementor-22 .elementor-element.elementor-element-be07342 .products{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(280px, 360px));
    justify-content:center;
    gap:25px;
    margin:0 !important;
    padding:0 !important;
    list-style:none;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product{
    width:100% !important;
    margin:0 !important;
    float:none !important;
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:15px;
    box-sizing:border-box;
    transition:.3s;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product img{
    width:100% !important;
    height:220px !important;
    object-fit:contain;
    display:block;
    margin:0 auto 15px;
    border-radius:12px;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product h2,
.elementor-22 .elementor-element.elementor-element-be07342 .products li.product .woocommerce-loop-product__title{
    font-size:20px !important;
    line-height:1.35;
    margin:0 0 10px !important;
    min-height:55px;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product .price{
    font-size:18px;
    margin:0 0 15px !important;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product .button{
    width:100%;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:40px;
    background:#111 !important;
    color:#fff !important;
    text-decoration:none;
    margin-top:auto;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product .button:hover{
    background:#d32f2f !important;
}

@media(max-width:1024px){

.elementor-22 .elementor-element.elementor-element-be07342 .products{
grid-template-columns:repeat(2,minmax(260px,340px));
}

}

@media(max-width:767px){

.elementor-22 .elementor-element.elementor-element-be07342 .products{
grid-template-columns:1fr;
}

.elementor-22 .elementor-element.elementor-element-be07342 .products li.product img{
height:180px !important;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49daa91 *//*======================================
HOSKER ABOUT SECTION
======================================*/

.hosker-about{

    padding:110px 0;

    background:linear-gradient(135deg,#ffffff,#f7f7f7);

    overflow:hidden;

}

.hosker-about-container{

    width:90%;

    max-width:1350px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:90px;

}

/*=============================
LEFT
=============================*/

.hosker-about-logo{

    flex:1;

    display:flex;

    justify-content:center;

}

.logo-box{

    width:430px;

    height:430px;

    border-radius:40px;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:

    0 30px 70px rgba(0,0,0,.08);

    position:relative;

}

.logo-box::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border-radius:40px;

    border:2px dashed #ececec;

    transform:rotate(-4deg);

}

.logo-box img{

    width:70%;

    position:relative;

    z-index:2;

    transition:.4s;

}

.logo-box:hover img{

    transform:scale(1.08);

}

/*=============================
RIGHT
=============================*/

.hosker-about-content{

    flex:1;

}

.hosker-label{

    display:inline-block;

    padding:12px 26px;

    background:#111;

    color:#fff;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:25px;

}

.hosker-about-content h2{

    font-size:58px;

    line-height:1.12;

    color:#111;

    font-weight:800;

    margin-bottom:28px;

}

.hosker-about-content p{

    font-size:19px;

    color:#666;

    line-height:1.9;

    margin-bottom:40px;

}

/*=============================
FEATURES
=============================*/

.hosker-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.feature{

    background:#fff;

    padding:18px 22px;

    border-radius:16px;

    display:flex;

    align-items:center;

    gap:14px;

    font-size:17px;

    font-weight:600;

    color:#222;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    transition:.35s;

}

.feature:hover{

    transform:translateY(-6px);

}

.feature span{

    width:34px;

    height:34px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:15px;

}

/*=============================
RESPONSIVE
=============================*/

@media(max-width:991px){

.hosker-about-container{

flex-direction:column;

text-align:center;

gap:60px;

}

.hosker-about-content h2{

font-size:42px;

}

.hosker-features{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.hosker-about{

padding:80px 20px;

}

.logo-box{

width:280px;

height:280px;

}

.hosker-about-content h2{

font-size:32px;

}

.hosker-about-content p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9da6e77 *//*====================================
FEATURED PRODUCT
====================================*/

.hosker-featured-product{

    max-width:700px;

    margin:20px auto;

    text-align:center;

    padding:35px 35px;

    background:#fff;

    border-radius:30px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}

/*========================*/

.hosker-featured-product::before{

    content:"";

    position:absolute;

    width:160px;

    height:160px;

    background:#f5f5f5;

    border-radius:50%;

    top:-70px;

    right:-70px;

}

.hosker-featured-product::after{

    content:"";

    position:absolute;

    width:160px;

    height:160px;

    background:#f5f5f5;

    border-radius:50%;

    bottom:-70px;

    left:-70px;

}

/*========================*/

.featured-heading{

    position:relative;

    z-index:2;

}

.featured-heading span{

    display:inline-block;

    padding:10px 24px;

    background:#111;

    color:#fff;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.featured-heading h2{

    font-size:42px;

    font-weight:800;

    color:#111;

    line-height:1.2;

    margin:0 0 25px;

}

/*========================*/

.featured-image{

    position:relative;

    z-index:2;

}

.featured-image img{

    width:100%;

    max-width:380px;

    transition:.35s;

}

.featured-image img:hover{

    transform:scale(1.05);

}

/*========================*/

.featured-content{

    position:relative;

    z-index:2;

    margin-top:25px;

}

.featured-content p{

    max-width:560px;

    margin:0 auto;

    font-size:17px;

    line-height:1.8;

    color:#666;

}

/*========================*/

.featured-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    margin-top:30px;

    position:relative;

    z-index:2;

}

/*========================*/

.featured-buttons a{

    width:210px;

    height:55px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    text-decoration:none !important;

    transition:.35s;

}

/*========================*/

.add-cart-btn{

    background:#d32f2f;

    color:#fff !important;

}

.add-cart-btn:hover{

    background:#111;

    color:#fff !important;

    text-decoration:none !important;

}

/*========================*/

.view-btn{

    border:2px solid #111;

    color:#111 !important;

    background:#fff;

}

.view-btn:hover{

    background:#111;

    color:#fff !important;

    border-color:#111;

    text-decoration:none !important;

}

/* Remove Link Underline */

.featured-buttons a,
.featured-buttons a:link,
.featured-buttons a:visited,
.featured-buttons a:hover{

    text-decoration:none !important;

}

/*========================*/

@media(max-width:768px){

.hosker-featured-product{

padding:30px 20px;

margin:15px;

}

.featured-heading h2{

font-size:32px;

}

.featured-content p{

font-size:16px;

}

.featured-buttons{

flex-direction:column;

}

.featured-buttons a{

width:100%;

max-width:280px;

}

.featured-image img{

max-width:300px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15c01b6 */.hosker-contact-box{

    max-width:700px;

    margin:auto;

    padding:55px;

    background:#fff;

    border-radius:28px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    text-align:left;

}

.contact-label{

    display:inline-block;

    background:#111;

    color:#fff;

    padding:10px 24px;

    border-radius:50px;

    font-size:12px;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:20px;

}

.hosker-contact-box h2{

    font-size:46px;

    font-weight:800;

    color:#111;

    margin-bottom:18px;

}

.hosker-contact-box p{

    font-size:17px;

    line-height:1.8;

    color:#666;

}

.contact-method{

    margin-top:35px;

    padding:22px;

    border:1px solid #ececec;

    border-radius:18px;

    transition:.3s;

}

.contact-method:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.contact-method h4{

    font-size:20px;

    color:#111;

    margin-bottom:10px;

}

.contact-method a{

    color:#d32f2f;

    text-decoration:none;

    font-weight:600;

    font-size:17px;

}

.contact-method a:hover{

    color:#111;

}/* End custom CSS */