
            @media (min-width: 1200px) {
            .container {  	
                width: 1600px;
                
            }}
         :root {  
            --maincolor: #CC3B46;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: DM Sans, sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: DM Sans, sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: DM Sans, sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #CC3B46;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#121111;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body, .pos_title h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "DM Sans", sans-serif !important;
}

.container{
    max-width: 1600px !important;
    width: 100% !important;
}

.hero-slider{
    border-radius: 30px !important;  
    overflow: hidden !important;
}

.hero-slider figure,
.hero-slider img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
}

.hero-slider .slick-slide div{
    height: 100%;
}

.hero-slider .slick-slide{
    height: 600px;
}

.hero-slider .elementor-image-carousel-wrapper figure:hover img, 
.hero-slider .home-banner.animation1:hover img, 
.hero-slider .hover-animation .categories-container .category-item>div:hover .category-image img{
    transform: scale(1)
}

@media screen and (max-width : 1600px){
    .container {
        max-width: 1200px;
    }
    
    .hero-slider .slick-slide{
        height: 460px;
    }
}

@media screen and (max-width : 1200px){
    .hero-slider .slick-slide{
        height: 360px;
    }
}

.elementor-element-h1cujra{
    transform: none;
    transition: all 300ms ease-in-out;
}

.elementor-element-h1cujra.sticky-top{
    position: fixed !important;
    left: 0px;
    right:0px;
    z-index: 10;
    top: 0px;
    
    animation: slide-in 500ms;
}

@keyframes slide-in{
    from{
        transform: translatey(-100%)
    }
    
    to{
        transform: translatey(0%);
    }
}

.category-item img{
    transition: all 200ms ease-in-out;
}

.category-item .elementor-widget-wrap{
    overflow: hidden !important;
}

.category-item:hover img{
    transform: scale(1.05) !important
}
