:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a18b43 *//* ==========================================
            BLIMER HERO SECTION
========================================== */

.blimer-hero{
    position:relative;
    width:calc(100% - 100px);
    max-width:1800px;
    height:650px;
    margin:0 auto;
    border-radius:30px;
    overflow:hidden;

    background:url("https://blimer.shop/wp-content/uploads/2026/08/dasdasd.jpg") no-repeat center center;
    background-size:108%;
}

/* Remove Overlay */

.hero-overlay{
    display:none !important;
}

/* ==========================================
            HERO CONTENT
========================================== */

.hero-content{
    position:absolute;
    top:50%;
    left:70px;
    transform:translateY(-50%);
    width:560px;
    z-index:10;
}

/* Heading */

.hero-content h1{
    margin:0 0 25px;
    color:#ffffff;
    font-size:72px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:-2px;
    text-shadow:0 4px 18px rgba(0,0,0,.35);
}

/* Paragraph */

.hero-content p{
    margin:0 0 40px;
    color:#ffffff;
    font-size:22px;
    line-height:1.8;
    max-width:520px;
    text-shadow:0 2px 12px rgba(0,0,0,.45);
}

/* ==========================================
                BUTTON
========================================== */

.hero-btn{
    display:inline-block;
    padding:18px 45px;
    background:#C58A3A;
    color:#ffffff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    border-radius:50px;
    transition:.35s ease;
}

.hero-btn:hover{
    background:#1F1F1F;
    color:#ffffff;
}

/* ==========================================
          FLOATING PRODUCT CARDS
========================================== */

.hero-right{
    position:absolute;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    gap:20px;
}

.hero-right .card{
    width:230px;
    height:360px;
    overflow:hidden;
    border-radius:25px;
    background:#fff;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
    transition:.35s;
}

.hero-right .card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.hero-right .card:hover{
    transform:translateY(-10px);
}

.hero-right .card:hover img{
    transform:scale(1.05);
}

.hero-right .card:nth-child(2){
    margin-top:30px;
}

.hero-right .card:nth-child(3){
    margin-top:60px;
}

/* ==========================================
        IMAGE QUALITY
========================================== */

.blimer-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    filter:none !important;
    transform:none !important;
    image-rendering:auto;
}

/* ==========================================
      REMOVE ELEMENTOR SPACING
========================================== */

.elementor-section{
    margin:0 !important;
    padding:0 !important;
}

.elementor-container{
    max-width:100% !important;
    padding:0 !important;
}

.elementor-widget-wrap{
    padding:0 !important;
}

/* ==========================================
              TABLET
========================================== */

@media (max-width:1024px){

.blimer-hero{
    width:calc(100% - 40px);
    height:560px;
    background-size:cover;
}

.hero-content{
    left:40px;
    width:420px;
}

.hero-content h1{
    font-size:52px;
}

.hero-content p{
    font-size:18px;
}

.hero-right{
    right:20px;
    gap:15px;
}

.hero-right .card{
    width:170px;
    height:260px;
}

}

/* ==========================================
              MOBILE
========================================== */

@media (max-width:767px){

.blimer-hero{
    width:calc(100% - 20px);
    height:500px;
    border-radius:20px;
    background-size:cover;
    background-position:center;
}

.hero-content{
    left:25px;
    right:25px;
    width:auto;
}

.hero-content h1{
    font-size:38px;
    line-height:1.2;
    letter-spacing:0;
}

.hero-content p{
    font-size:16px;
    line-height:1.7;
}

.hero-btn{
    padding:15px 30px;
    font-size:16px;
}

.hero-right{
    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-119ac0d *//*=============================
      SECTION HEADING
=============================*/

.featured-heading{

    width:calc(100% - 100px);

    max-width:1700px;

    margin:90px auto 60px;

    text-align:center;

}

.featured-heading span{

    display:block;

    color:#C58A3A;

    font-size:14px;

    letter-spacing:3px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:15px;

}

.featured-heading h2{

    font-size:54px;

    color:#1F1F1F;

    font-weight:700;

    margin:0;

    line-height:1.2;

}

/*=============================
      FEATURED SECTION
=============================*/

.blimer-featured{

    width:calc(100% - 100px);

    max-width:1700px;

    margin:0 auto 90px;

    display:flex;

    align-items:center;

    background:#f8f8f8;

    border-radius:30px;

    overflow:hidden;

}

/* Left */

.featured-content{

    width:45%;

    padding:90px 80px;

}

.featured-content h3{

    font-size:54px;

    line-height:1.15;

    color:#1F1F1F;

    margin-bottom:35px;

    font-weight:700;

}

.featured-content p{

    font-size:20px;

    line-height:1.9;

    color:#555;

    margin-bottom:28px;

    max-width:520px;

}

.featured-btn{

    display:inline-block;

    margin-top:15px;

    padding:18px 45px;

    background:#C58A3A;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-size:18px;

    font-weight:600;

    transition:.3s;

}

.featured-btn:hover{

    background:#1F1F1F;

    color:#fff;

}

/* Right */

.featured-image{

    width:55%;

    height:760px;

}

.featured-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    display:block;

    transition:.4s;

}

.featured-image:hover img{

    transform:scale(1.03);

}

/*=============================
        TABLET
=============================*/

@media(max-width:1024px){

.featured-heading{

width:calc(100% - 40px);

margin:70px auto 40px;

}

.featured-heading h2{

font-size:40px;

}

.blimer-featured{

width:calc(100% - 40px);

flex-direction:column;

}

.featured-content{

width:100%;

padding:60px 40px;

}

.featured-content h3{

font-size:42px;

}

.featured-content p{

font-size:18px;

}

.featured-image{

width:100%;

height:520px;

}

}

/*=============================
        MOBILE
=============================*/

@media(max-width:767px){

.featured-heading{

width:calc(100% - 20px);

margin:50px auto 30px;

}

.featured-heading h2{

font-size:30px;

}

.blimer-featured{

width:calc(100% - 20px);

flex-direction:column;

border-radius:20px;

}

.featured-content{

width:100%;

padding:40px 25px;

}

.featured-content h3{

font-size:32px;

}

.featured-content p{

font-size:16px;

line-height:1.8;

}

.featured-btn{

padding:15px 30px;

font-size:16px;

}

.featured-image{

width:100%;

height:350px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e65c25d *//*==================================
      DOG FEEDING SECTION
==================================*/

.feeding-section{
    width:calc(100% - 80px);
    max-width:1700px;
    margin:0 auto;
    padding:0;
}

.feeding-title{
    text-align:center;
    font-size:54px;
    font-weight:700;
    color:#1F1F1F;
    margin:0 0 40px;
    line-height:1.2;
}

/*==========================
        LAYOUT
==========================*/

.feeding-wrapper{
    display:grid;
    grid-template-columns:65% 35%;
    gap:40px;
    align-items:start;
}

/*==========================
      LEFT IMAGE
==========================*/

.feeding-image img{
    width:100%;
    height:900px;
    object-fit:cover;
    display:block;
    border-radius:10px;
}

/*==========================
      RIGHT PRODUCTS
==========================*/

.feeding-products{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.feeding-products ul.products{
    display:flex !important;
    flex-direction:column;
    gap:35px;
    margin:0 !important;
    padding:0 !important;
}

.feeding-products ul.products li.product{
    width:100% !important;
    max-width:340px;
    margin:0 auto !important;
    padding:0;
    text-align:center;
    list-style:none;
}

/* Product Image */

.feeding-products ul.products li.product img{
    width:100%;
    max-width:260px;
    height:220px;
    object-fit:contain;
    margin:0 auto 15px;
    display:block;
    transition:.3s;
}

.feeding-products ul.products li.product:hover img{
    transform:scale(1.03);
}

/* Category */

.feeding-products .posted_in,
.feeding-products .product-category{
    display:none !important;
}

/* Title */

.feeding-products .woocommerce-loop-product__title{
    font-size:22px;
    line-height:1.4;
    font-weight:600;
    color:#1F1F1F;
    margin:10px 0;
}

/* Price */

.feeding-products .price{
    font-size:22px;
    font-weight:600;
    color:#1F1F1F;
    margin-bottom:15px;
}

/* Button */

.feeding-products .button{
    display:inline-block !important;
    background:#C58A3A !important;
    color:#fff !important;
    border-radius:40px !important;
    padding:14px 35px !important;
    text-decoration:none !important;
    margin-top:10px !important;
    transition:.3s;
}

.feeding-products .button:hover{
    background:#1F1F1F !important;
}

/* Sale Badge */

.feeding-products .onsale{
    display:none !important;
}

/*==========================
        TABLET
==========================*/

@media(max-width:1024px){

.feeding-wrapper{
    grid-template-columns:1fr;
}

.feeding-image img{
    height:550px;
}

.feeding-title{
    font-size:40px;
}

.feeding-products ul.products li.product{
    max-width:420px;
}

}

/*==========================
        MOBILE
==========================*/

@media(max-width:767px){

.feeding-section{
    width:calc(100% - 20px);
}

.feeding-title{
    font-size:30px;
    margin-bottom:25px;
}

.feeding-image img{
    height:350px;
}

.feeding-products ul.products li.product img{
    max-width:200px;
    height:180px;
}

.feeding-products .woocommerce-loop-product__title{
    font-size:18px;
}

.feeding-products .price{
    font-size:18px;
}

.feeding-products .button{
    padding:12px 25px !important;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef9cc51 *//*==========================
        BED HERO
==========================*/

.bed-hero{
    position:relative;
    width:calc(100% - 80px);
    max-width:1700px;
    height:700px;
    margin:60px auto;
    border-radius:28px;
    overflow:hidden;
}

.bed-hero-img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
}

.bed-hero-overlay{
    display:none;
}

.bed-hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:50px;
}

.bed-hero-content span{
    color:#fff;
    font-size:18px;
    letter-spacing:6px;
    font-weight:700;
    margin-bottom:20px;
}

.bed-hero-content h2{
    color:#fff;
    font-size:68px;
    line-height:1.1;
    max-width:900px;
    margin:0 0 30px;
    font-weight:700;
}

.bed-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:180px;
    height:58px;
    background:#C98B2F;
    color:#fff !important;
    text-decoration:none;
    border-radius:50px;
    font-size:22px;
    font-weight:600;
    transition:.3s;
}

.bed-hero-btn:hover{
    background:#000;
    color:#fff !important;
}

/*==========================
        TABLET
==========================*/

@media (min-width:768px) and (max-width:1024px){

.bed-hero{
    width:calc(100% - 40px);
    height:500px;
}

.bed-hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

.bed-hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:35px;
}

.bed-hero-content span{
    font-size:15px;
    letter-spacing:4px;
    margin-bottom:14px;
}

.bed-hero-content h2{
    font-size:48px;
    line-height:1.15;
    max-width:650px;
    margin:0 0 22px;
}

.bed-hero-btn{
    width:170px;
    height:52px;
    font-size:20px;
}

}

/*==========================
        MOBILE
==========================*/

@media (max-width:767px){

.bed-hero{
    position:relative;
    width:calc(100% - 20px);
    height:420px;
    margin:20px auto;
    overflow:hidden;
    border-radius:20px;
}

.bed-hero-img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
}

.bed-hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:18px;
}

.bed-hero-content span{
    font-size:11px;
    letter-spacing:3px;
    margin-bottom:10px;
    color:#fff;
}

.bed-hero-content h2{
    font-size:30px;
    line-height:1.15;
    max-width:260px;
    margin:0 0 18px;
    color:#fff;
    font-weight:700;
}

.bed-hero-btn{
    width:150px;
    height:46px;
    font-size:18px;
    border-radius:50px;
}

}/* End custom CSS */