/* Hide product meta like SKU */
.product_meta{
display:none !important;
}

/* Variation dropdown style */
.woocommerce div.product form.cart .variations select{
width:100% !important;
height:45px !important;
padding:10px !important;
font-size:16px !important;
border-radius:8px !important;
border:1px solid #ddd !important;
background:#f5f5f5 !important;
color:#000 !important;
}

/* Fix dropdown option text */
.woocommerce div.product form.cart .variations select option{
color:#000 !important;
}

/* Quantity box */
.quantity input{
height:40px;
}

/* Orange Add to Cart button */
.single_add_to_cart_button{
background:#ff7a00 !important;
color:#fff !important;
padding:10px 20px !important;
font-size:14px !important;
border-radius:6px !important;
border:none !important;
}

/* Buy Now button */
.buy_now_button{
background:#ff7a00 !important;
color:#fff !important;
padding:10px 20px !important;
font-size:14px !important;
border-radius:6px !important;
border:none !important;
}

/* Button hover */
.single_add_to_cart_button:hover,
.buy_now_button:hover{
background:#e56700 !important;
}

/* Clean white background */
body{
background:#ffffff !important;
color:#111;
font-family: 'Poppins', sans-serif;
}

/* Headings style */
h1,h2,h3,h4,h5{
color:#111;
font-weight:600;
letter-spacing:0.5px;
}

/* Paragraph text */
p{
color:#555;
font-size:15px;
line-height:1.6;
}

/* Header clean */
header{
background:#fff !important;
border-bottom:1px solid #eee;
}

/* Menu links */
header a{
color:#111;
font-weight:500;
}

header a:hover{
color:#ff7a00;
}

/* Product card */
.woocommerce ul.products li.product{
background:#fff;
border:1px solid #f2f2f2;
border-radius:8px;
padding:10px;
transition:0.3s;
}

/* Product hover */
.woocommerce ul.products li.product:hover{
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transform:translateY(-4px);
}

/* Product title */
.woocommerce ul.products li.product h2{
font-size:15px;
color:#111;
}

/* Price color */
.woocommerce ul.products li.product .price{
color:#ff7a00;
font-weight:600;
}

/* Orange buttons */
button,
.single_add_to_cart_button,
.buy_now_button{
background:#ff7a00 !important;
color:#fff !important;
border-radius:6px;
padding:10px 18px;
font-size:14px;
}

/* Button hover */
button:hover,
.single_add_to_cart_button:hover{
background:#e56700 !important;
}

/* Footer clean */
footer{
background:#fff;
border-top:1px solid #eee;
color:#444;
}

.button.product_type_variable,
.button.product_type_simple {
    background-color: #ff6600 !important; /* Mast orange button */
    color: #fff !important;
    border-radius: 5px; /* thoda rounded */
    font-weight: bold;
    text-transform: uppercase;
}