@charset "UTF-8";
/*
	Theme Name: G44 THEME CHILD
	Theme URI: https://g44.studio
	Description: Motyw potomny do wprowadzania indywidualnych modyfikacji w motywie G44 THEME
	Author: G44 STUDIO
	Author URI: https://g44.studio
	Version: 1.0
    Text Domain: g44
    Template: g44
*/

/* CUSTOM THEME SETTINGS */
body{
    opacity: 1;
}

.g44menu {
	--nav-border-color:#cdcbc6;
}

:is(h1, h2, h3, h4, h5, h6):not(#editor :is(h1, h2, h3, h4, h5, h6), .font-body){
	text-transform:uppercase;
}
.is-root-container :is(h1, h2, h3, h4, h5, h6):not(.font-body){
	text-transform:uppercase !important;
}

.woocommerce .wc-bacs-bank-details-account-name{
	font-weight:normal;
}

blockquote {
	font-style:italic;
}
blockquote cite {
	font-style:normal;
}

.woocommerce div.product div.images img{
    border-radius: var(--g44-border-radius-1);
}

.woocommerce ul.products li.product .figure-media {
	border-radius: var(--g44-border-radius-1);
}

.g44-timeline.horizontal .timeline-img{
    width:auto;
    margin: 0 0 12px;
	border-radius:var(--g44-border-radius-5)
}

.footer-bottom{
	border-top:1px solid #A65B5F;
}

.g44-gallery-slider figure {
    border-radius: 4px;
}

.woocommerce-variation .stock.in-stock{
    display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size:1.2em;
}

.g44-before-products-wrapper{
	justify-content: end;
}
.woocommerce .woocommerce-result-count{
	display: none;
}

.woocommerce div.product form.variations_form:has(.stock.out-of-stock) .variations select{
	border-color:var(--g44-red-color);
	color: rgb(0 0 0 / 50%);
}
.woocommerce div.product p.stock.out-of-stock{
	color: var(--g44-red-color);
}
.woocommerce div.product form.variations_form .woocommerce-variation{
	margin:0;
}