/*
Theme Name: Ronava Theme
Template: astra
Author: Child Theme Configurator
Version: 1.1764228707
Updated: 2025-11-27 09:31:47

*/

.category-custom-banner {
    background: #222;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.my-product-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

.content-area {
	margin-top: 0 !important;
}

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

/* ====== CATEGORY PAGE BACKGROUND ====== */
body.woocommerce.archive {
    background: #171717 !important;
	background: linear-gradient(311deg,rgba(23, 23, 23, 1) 0%, rgba(32, 32, 32, 1) 100%) !important;
    padding: 0 !important;
}

/* ====== PRODUCT GRID BACKGROUND ====== */
.woocommerce ul.products {
    background: transparent !important; /* Keep grid transparent on black */
}

/* ====== FIX ASTRA SPACING ====== */
.woocommerce.archive .ast-woocommerce-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/* Category title color */
.woocommerce .woocommerce-products-header__title.page-title {
  background: -webkit-linear-gradient(#D9C7A1, #9A7E57);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
	text-align: center;
}




/* ===========CARD STYLES============= */


.woocommerce ul.products li.product img {
    border-radius: 16px !important;
	border: solid 1px #93896f !important;
}

.woocommerce ul.products li.product {
    text-align: center !important;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-Price-amount,
.woocommerce ul.products li.product .woocommerce-Price-currencySymbol {
    color: #ffffff !important;
}


/* ===========SINGLE PRODUCT============= */

/* Whole single product page background */
.single-product .site-main {
    background: #171717 !important;
	background: linear-gradient(311deg,rgba(23, 23, 23, 1) 0%, rgba(32, 32, 32, 1) 100%) !important;
}

/* Product container card */
.single-product .product {
    background: transparent;
    padding: 30px;
    border-radius: 20px;
    max-width: 1100px;
    margin: auto;
}

/* Product title */
.single-product .product_title {
    color: #ffffff !important;
}

/* Product price */
.single-product .woocommerce-Price-amount,
.single-product p.price,
.single-product span.price {
    color: #bba661 !important; /* gold */
    font-weight: 600;
}

/* Short description text */
.single-product .woocommerce-product-details__short-description {
    color: #ffffff;
}

/* Tabs (Description / Additional info) */
.single-product .woocommerce-tabs .tabs li a {
    color: #ffffff !important;
}

.single-product .woocommerce-tabs .panel {
    color: #cccccc !important;
}

/* Add to cart button */
.single-product .single_add_to_cart_button {
    background: linear-gradient(#D9C7A1, #9A7E57) !important;
    color: #000 !important;
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 600;
    border: none;
}

/* Hover effect */
.single-product .single_add_to_cart_button:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
    transition: 0.2s ease;
}

/* Quantity box styling */
.single-product .quantity .qty {
    background: #111;
    color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px;
}

.single-product div.images img {
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #caa955,#313131,#bba661) border-box;
}

/* ===========CART PAGE============= */
/* ===========CHECKOUT PAGE============= */

/* Cart + Checkout main containers */
.woocommerce-cart .cart,
.woocommerce-checkout .checkout {
    background: transparent !important;
    color: #ffffff !important;
}

.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
	background-color: transparent !important;
}

/* All labels and titles */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-checkout label,
.woocommerce-cart label,
.woocommerce-checkout th,
.woocommerce-cart th {
    color: #ffffff !important;
}

/* Cart totals box */
.cart_totals,
.woocommerce-checkout-review-order-table {
    background: transparent !important;
    border: 1px solid #bba661 !important;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 20px;
}

/* Cart product table */
.woocommerce-cart table.cart {
    background: transparent !important;
    color: #ffffff !important;
}

/* Table cells / headers */
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    color: #ffffff !important;
    border-color: #444 !important;
}

/* Remove gray WC backgrounds */
.woocommerce table.shop_table {
    background: transparent !important;
}

/* Input fields */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background: #111 !important;
    border: 1px solid #bba661 !important;
    color: #ffffff !important;
    border-radius: 8px;
}

/* Placeholder text */
.woocommerce-checkout ::placeholder {
    color: #bbbbbb !important;
}


/* All WooCommerce buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order,
.woocommerce .checkout-button {
    background: linear-gradient(#D9C7A1, #9A7E57) !important;
    color: #000 !important;
    border-radius: 0px !important;
    padding: 12px 24px !important;
    border: none !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

/* Hover */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover,
.woocommerce .checkout-button:hover {
    filter: brightness(1.2);
    transition: 0.25s ease;
}


/* Order summary box */
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    color: #ffffff !important;
    border-color: #444 !important;
}

/* Payment methods box */
.woocommerce-checkout #payment {
    background: transparent !important;
    border: 1px solid #bba661 !important;
    border-radius: 10px;
}

.woocommerce-checkout #payment label {
    color: #ffffff !important;
}

/* Cart + Checkout notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 10px;
}

/* Cart page top padding */
.woocommerce-cart .site-main {
    padding-top: 220px;
}

/* Checkout page top padding */
.woocommerce-checkout .site-main {
    padding-top: 220px;
}

.woocommerce-checkout-payment {
	padding: 12px;
}

#order_review_heading, #order_review {
	border: none !important;
}

.woocommerce-cart table.cart a.remove {
    color: #ffffff !important;
    background: transparent !important;
}

@media (max-width: 545px) {
	
/* Cart page top padding */
.woocommerce-cart .site-main {
    padding-top: 100px;
}

/* Checkout page top padding */
.woocommerce-checkout .site-main {
    padding-top: 100px;
}
}



/* ===========NOTIFICATIONS============= */

/* Make all WooCommerce notices transparent with white text */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 15px 20px;
	display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}
/* Gold button inside WooCommerce notices */
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    background: linear-gradient(#D9C7A1, #9A7E57) !important;
    color: #000 !important;
    border-radius: 8px;
    padding: 10px 18px !important;
    font-weight: 600;
    border: none !important;
    text-transform: none;
	text-align: center;
}


