.home .hero-section { display: none !important; }
.site-branding [data-id=”logo”] img, .site-branding img.custom-logo { max-height: 52px; width: auto; object-fit: contain; }
.header-menu-1 .ct-menu-link { font-weight: 600; font-size: 15px; }
.wp-block-button__link { transition: all 0.2s ease-in-out; }
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,102,0,0.35); }
.woocommerce-Price-amount { color: #ff6600; font-weight: 700; }
footer#footer { display: block !important; }
.woocommerce-form-login .button, .woocommerce-form-register .button, #verify-otp-button {
background-color: #ff6600 !important;
border-color: #ff6600 !important;
color: #fff !important;
font-weight: 600;
border-radius: 6px;
padding: 10px 24px;
}
.woocommerce-form-login .button:hover, .woocommerce-form-register .button:hover, #verify-otp-button:hover {
background-color: #e55c00 !important;
border-color: #e55c00 !important;
}
.otp-container input.otp-input:focus {
border-color: #ff6600 !important;
outline: none;
box-shadow: 0 0 0 2px rgba(255,102,0,0.25);
}
