/*
Theme Name: Vegantea @ Blueprint
Theme URI: https://creato.pl
Author: Creato (QL)
Author URI: https://creato.pl
Description: Motyw na zamówienie klienta. <a href="https://docs.google.com/document/d/1-zKtvTtMqvP7RbKq2bROE08dXCdCEGxlpzGgH0eGfLA/edit?usp=sharing" target="_blank">Manual</a>.
Tags: seo-support
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: Commercial
License URI: http://creato.pl
Text Domain: creato
Template: blueprint
*/

body h2 * {
    letter-spacing: 0px;
}

.homepage-logo {
	margin: 0px;
	max-width: 150px;
}

.wc-block-components-notice-banner {
	display: flex;
    background-color: #ffffb8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
	box-sizing: border-box;
}

.wc-block-components-notice-banner__content {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-weight: 500;
	gap: 20px;
}

.wc-block-components-notice-banner__content .button {
	text-wrap: nowrap;
}

.homepage-notice {
	margin-top: 20px;
}

.homepage-notice .wc-block-components-notice-banner {
    margin-bottom: 0px;
}

section.product.single>.container>.row>.column.product-summary h1 {
    letter-spacing: -1px;
}

section.product.archive .title {
	font-size: 15px;
	letter-spacing: 0px;
    font-weight: 600;
    max-width: 70%;
    min-height: 40px;
}

.product-gallery {
	padding: 0 0 2rem 0;
}

@media (max-width: 576px) {
	
	.wc-block-components-notice-banner {
		align-items: flex-start;
	}
	
	.wc-block-components-notice-banner__content {
		gap: 10px;
		flex-direction: column;
		align-items: flex-end;
	}
}