/*
Theme Name: Storefront Child
Theme URI: https://ilovedecoration.com/
Description: Child theme of Storefront for ilovedecoration.com. Keeps custom CSS and layout tweaks safe across parent theme updates.
Author: ilovedecoration
Template: storefront
Version: 1.0.2
Text Domain: storefront-child
*/

/* ---- Ported from Customizer Additional CSS ---- */
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap);

/* Hide "Built with WooCommerce" credit link in footer, keep copyright text */
.site-info a[href*="woocommerce.com"] {
	display: none;
}
.site-info br {
	display: none;
}

/* Hide redundant page title on the Home page (post id 83) - Etsy-style banner replaces it */
.page-id-83 .entry-title {
	display: none;
}

/* Hero banner script logo + tagline (Etsy-style) */
.shop-script-logo {
	font-family: 'Dancing Script', cursive !important;
	font-weight: 700 !important;
	font-size: 72px !important;
	line-height: 1.1 !important;
}
.shop-tagline {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px !important;
}

/* Section headings (Shop by Category, New Arrivals, etc.) use a serif accent font to pair with the script logo */
.wp-block-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
/* Site-wide body font: replace Storefront default Source Sans Pro with Jost */
body,
button,
input,
select,
textarea,
.site-title,
.site-title a,
.main-navigation a,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.woocommerce a.button {
	font-family: 'Jost', sans-serif;
}

/* Match New Arrivals product titles to the Shop page style: plain heading color, no underline, instead of the default accent-link look */
.wp-block-woocommerce-product-collection .wp-block-post-title a {
	color: #333333;
	text-decoration: none;
}