/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.48.1786011639
Updated: 2026-08-06 15:50:39

*/
/* ===== UniqueDeal Home ===== */

.ud-homepage{
    background:#f8f9fa;
}

.ud-container{
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.ud-left{
    flex:1;
    min-width:300px;
}

.offer{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

.ud-left h1{
    font-size:56px;
    color:#0f172a;
    line-height:1.1;
    margin-bottom:20px;
}

.ud-left p{
    font-size:20px;
    color:#555;
    margin-bottom:30px;
}

.shop-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff !important;
    text-decoration:none;
    padding:15px 35px;
    border-radius:8px;
    font-weight:bold;
}

.shop-btn:hover{
    background:#084298;
}

.ud-right{
    flex:1;
    text-align:center;
}

.ud-right img{
    width:100%;
    max-width:500px;
}

@media(max-width:768px){

.ud-container{
flex-direction:column;
text-align:center;
}

.ud-left h1{
font-size:40px;
}

.ud-left p{
font-size:18px;
}

}
