/*
Theme Name: RetroTube Child
Description: A child theme for RetroTube with WooCommerce support.
Version: 1.0
Template: retrotube
*/

@import url("../retrotube/style.css");

/* Add your custom styles here (e.g., WooCommerce tweaks) */
.woocommerce .products .product {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}