/*
Theme Name: AlifWearz
Theme URI: https://example.com/alifwearz-theme
Author: Your Name
Author URI: https://example.com
Description: Custom theme for AlifWearz — exact homepage replica, WooCommerce-ready.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: alifwearz
*/

:root { /* small base to ensure consistent defaults if custom.css fails */
  --primary-rose:#f8e7f0; --secondary-rose:#f3d4e0; --accent-gold:#d4af37; --deep-pink:#c41e3a;
}

/* WordPress admin bar + sticky header nicety */
body.admin-bar header.sticky { top: 32px; }
@media (max-width: 782px){ body.admin-bar header.sticky { top: 46px; } }

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #DB2777 !important;
    color: white !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background-color: #DB2777 !important;
}

input {
    border-color: gray !important;
    padding: 10px !important;
}

div#order_review {
    background-color: white !important;
}

.woocommerce-message {
    display: none !important;
}

.woocommerce-info {
    display: none !important;
}

div#fkcart-floating-toggler {
    display: none !important;
}