/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/
.menu-item-1000594,
.menu-item-1000598,
.menu-item-1000602,
.menu-item-1000603 {
    margin-bottom: 7px;
}

/* Zmiana czcionki i wielkości liter tylko dla linków w tych wybranych elementach */
.menu-item-1000594 a,
.menu-item-1000598 a,
.menu-item-1000602 a,
.menu-item-1000603 a {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}
.blr {
		backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px); /* Safari */
}

.gz-buy-now-button{
	background: transparent;
	border: 1px solid #413630;
	color: #272727
}

.single-product div.product table.variations .value select{
	width: auto !important;
	border-radius: 2px
}

.woocommerce .quantity
 {
    background-color: transparent !important;
	 border: 1px solid #D9D9D9); !important}

.catalog-filters-horizontal .products-filter-widget .has-collapse .filter-name{
	font-family: "Raleway" !important
}

.tnp-subscription form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    max-width: 650px;
}

.tnp-field-email {
    order: 1;
    flex: 1;
    min-width: 250px;
    position: relative;
    margin: 0 !important;
	background: transparent
}

.tnp-field-button {
    order: 2;
    margin: 0 !important;
}

.tnp-privacy-field {
    order: 3;
    flex-basis: 100%; 
    margin-top: 5px;
}

.tnp-subscription input[type=email] {
    width: 100%;
    height: 52px;
    border: 1px solid #454545;
    border-radius: 30px;
    padding: 20px 20px 4px 20px !important; 
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    transition: border-color 0.3s ease;
}

.tnp-email:focus {
    border-color: #43352C;
}

.tnp-field-email label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    transition: all 0.25s ease;
    pointer-events: none; 
    margin: 0;
    z-index: 2;
}

.tnp-field-email:has(.tnp-email:focus) label,
.tnp-field-email:has(.tnp-email:not(:placeholder-shown)) label {
    top: 14px;
    font-size: 11px;
    color: #888;
}

.tnp-subscription input.tnp-submit {
    height: 52px;
    padding: 0 45px !important;
    background-color: #43352C; 
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tnp-submit:hover {
    background-color: #2e241e;
}

.tnp-privacy-field label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    font-weight: normal;
}

.tnp-privacy-field input[type="checkbox"] {
    margin-top: 3px;
}

.tnp-privacy-field a {
    color: #43352C;
    text-decoration: underline;
}
.lauren-opis-kategorii{position: relative; margin-top: 120px !important}
.lauren-opis-kategorii::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #f0f0f0;
}

.single-post .comments-area {display: none !important}

.single-post article .entry-content .custom-contact-section p {
    margin-bottom: 0 !important;
	margin-block-start: auto;
}

.custom-contact-section .contact-form-row:last-of-type p {
    text-align: center;
    width: 100%;
	display: flex
}

.single-post article .entry-content .custom-contact-section p:has(.wpcf7-submit) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
}

@media (min-width: 1025px) {
    .catalog-filters-horizontal .products-filter__filters {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
        gap: 10px;
    }
	.catalog-filters-horizontal .products-filter__filters .products-filter__filter {
		width: 100% !important; }
	.catalog-filters-horizontal .products-filter-widget .filter-control{width: 100% !important; }
}
.glozin-estimate{display: none}