.westarter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.westarter-product-content {
    flex: 1;
    color: white;
    font-size: 14px;
}

.westarter-product-image {
    max-width: 170px;
    width: 100%;
}

.westarter-product-image img {
    width: 90%;
    border-radius: 10px !important;
}

.westarter-product-card {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: black;
}

.westarter-product-content h3 {
    color: white !important;
    font-size: 17px !important;
	margin: 0;
}


h3.westarter-product-title {
    color: white;
}

.menu-card-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.westarter-quick-view {
    background: #4733AA;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.westarter-product-title {
    font-size: 1rem;
}

.westarter-product-excerpt {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 8px;
    padding: .1rem;
    line-height: 1rem;
    color: white;
}

.westarter-product-price {
    font-size: .9rem;
    font-weight: 500;
    color: white;
}

a.xt_wooqv-trigger.button.xt_wooqv-icontype-font {
    padding: 4px 12px;
    color: #ffffff;
    background-color: #c3a05e;
}

a.xt_wooqv-trigger.button.xt_wooqv-icontype-font:hover {
    background-color: #c3a05e;
}

@media (max-width: 1024px) {
    .westarter-product-image {
        max-width: 130px;
        width: 100%;
    }
}

/* Mobile View (1 Column) */
@media (max-width: 768px) {
    .westarter-product-image {
        max-width: 120px;
        width: 100%;
    }

    .westarter-product-title {
        font-size: 13px;
    }

    .westarter-product-excerpt {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 8px;
        padding: .1rem;
        line-height: 1rem;
        color: white;
    }

    .westarter-product-price {
        font-size: 13px;
        font-weight: 500;
        color: white;
    }

    a.xt_wooqv-trigger.button.xt_wooqv-icontype-font {
        padding: 0px 9px;
    }
	
	.westarter-product-content h3 {
		color: white !important;
		font-size: 14px !important;
		margin: 0;
	}

	.westarter-product-content p {
		margin: 0px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 690px) {
    .westarter-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .westarter-product-title {
        font-size: 14px;
    }

    .westarter-product-excerpt {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 8px;
        padding: .1rem;
        line-height: 1rem;
        color: white;
    }

    .westarter-product-price {
        font-size: 13px;
        font-weight: 500;
        color: white;
    }

    a.xt_wooqv-trigger.button.xt_wooqv-icontype-font {
        padding: 0px 9px;
    }
	
	.westarter-product-content h3 {
		color: white !important;
		font-size: 14px !important;
		margin: 0;
	}

	.westarter-product-content p {
		margin: 0px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 376px) {
    .westarter-product-card {
        padding: 2px 5px;
    }

    .westarter-product-image {
        width: 100%;
        max-width: 90px;
    }

    .westarter-product-title {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .westarter-product-excerpt {
        font-size: 0.73rem;
        margin-bottom: 0px;
        padding: 0px;
        line-height: 1rem;
        color: white;
    }

    .westarter-product-price {
        font-size: 13px;
        font-weight: 500;
        color: white;
    }

    a.xt_wooqv-trigger.button.xt_wooqv-icontype-font {
        padding: 0px 9px;
    }
	
	.westarter-product-content h3 {
		color: white !important;
		font-size: 14px !important;
		margin: 0;
	}

	.westarter-product-content p {
		margin: 0px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 320px) {
    .westarter-product-image {
        width: 100%;
        max-width: 80px;
    }
	
	.westarter-product-content h3 {
		color: white !important;
		font-size: 14px !important;
		margin: 0;
	}

	.westarter-product-content p {
		margin: 0px !important;
		font-size: 12px !important;
	}
}

	#Main_Menu_Section {
    padding: 0px;
	}

	#Main_Menu_Section .elementor-element.e-con.e-parent.e-flex.e-con-boxed.e-con--column {
		padding: 0px;
	}
