:root {
	--wd-text-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(150,140,30);
	--wd-alternative-color: rgb(231,226,182);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(150,140,30);
	--btn-accented-bgcolor-hover: rgb(125,117,25);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://zylaprofiles.com/wp-content/uploads/2024/06/alternative-energy-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 5px;
}



.wd-page-title {
background-color: #0a0a0a;
}

/* ZYLA - Kolor RAL w jednej linii jak warianty produktu */

.zyla-ral-field {
    display: grid;
    grid-template-columns: 100px 260px;
    align-items: center;
    column-gap: 14px;
    margin: 12px 0 18px;
    padding: 0;
    border: none !important;
}

.zyla-ral-field::before,
.zyla-ral-field::after {
    display: none !important;
    content: none !important;
}

.zyla-ral-field label {
    margin: 0;
    font-weight: 600;
    color: var(--color-gray-800, #242424);
    line-height: 1.2;
}

.zyla-ral-field .required {
    color: #e3342f;
}

.zyla-ral-field .select2-container {
    width: 260px !important;
    max-width: 260px !important;
}

.zyla-ral-field .select2-selection--single {
    height: 42px !important;
    min-height: 42px !important;
    border: 1px solid var(--brdcolor-gray-300, #ddd) !important;
    border-radius: var(--wd-brd-radius, 0) !important;
    background-color: var(--wd-form-bg, #fff) !important;
    box-shadow: none !important;
}

.zyla-ral-field .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 14px !important;
    padding-right: 34px !important;
    font-size: 14px;
    color: var(--color-gray-800, #242424) !important;
}

.zyla-ral-field .select2-selection__placeholder {
    color: var(--color-gray-500, #777) !important;
}

.zyla-ral-field .select2-selection__arrow {
    height: 40px !important;
    width: 34px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .zyla-ral-field {
        display: block;
        margin: 16px 0 20px;
    }

    .zyla-ral-field label {
        display: block;
        margin-bottom: 8px;
    }

    .zyla-ral-field .select2-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* ZYLA - kwadraty kolorów RAL w SelectWoo */

.zyla-ral-option {
    display: flex;
    align-items: center;
    gap: 9px;
}

.zyla-ral-swatch {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
}

.zyla-ral-option-text {
    line-height: 1.3;
}

.zyla-ral-field .select2-selection__rendered .zyla-ral-option {
    height: 40px;
}

.zyla-ral-field .select2-selection__rendered .zyla-ral-swatch {
    margin-top: 12px;
}

.select2-results__option .zyla-ral-swatch {
    margin-top: 0;
}