:root {
  --swiper-theme-color: #fcbb3f;
  --n-primary-color: #fcbb3f;
  --n-hover-primary-color: #fcbb3f;
  --n-disable-primary-color: #fcbb3f;
  --n-text-color: #000000;
  --bs-border-radius: 0;
  --swiper-navigation-size: 15px;
  --bs-primary-rgb: 252,187,63;
  --bs-link-color-rgb: 252,187,63;
  --bs-link-hover-color-rgb: 252,187,63;
}
.btn {
  --bs-btn-padding-x: 3rem;
  --bs-btn-padding-y: .6rem;
  --bs-btn-font-size: .8rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-radius: var(--bs-border-radius);
  text-transform: uppercase;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--n-primary-color);
  --bs-btn-border-color: var(--n-primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--n-hover-primary-color);
  --bs-btn-hover-border-color: var(--n-hover-primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--n-text-color);
  --bs-btn-active-bg: var(--n-hover-primary-color);
  --bs-btn-active-border-color: var(--n-hover-primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--n-text-color);
  --bs-btn-disabled-bg: var(--n-disable-primary-color);
  --bs-btn-disabled-border-color: var(--n-disable-primary-color);
}

.mask-1
{
    -webkit-mask-image: url(/wp-content/uploads/2024/12/maska-1.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/wp-content/uploads/2024/12/maska-1.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}
.mask-2
{
    -webkit-mask-image: url(/wp-content/uploads/2025/01/mask-2.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/wp-content/uploads/2025/01/mask-2.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}

a {
    text-decoration: none;
    outline: none !important;
    transition: all .3s;
}
footer a:hover {
    text-decoration: underline;
}

.language-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    margin: 0 4px;
}

.language-btn {
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    outline: none !important
}

.language-btn .arrow {
    margin-left: auto;
}

.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.language-menu li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.language-menu li img {
    width: 20px;
    height: auto;
}

.language-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    outline: none !important;
    text-align: center;
}

.language-menu li:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .language-menu {
    display: block;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content
{
    outline: none;
}
.logos-swiper .swiper-slide
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos-swiper .img
{
    padding: 1rem 3rem;
    height: 250px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.logos-swiper img
{ 
    width: 100%;
    height: auto;
}
.testimonials-swiper
{
    padding: 0;
}
.testimonials-swiper .swiper-slide .slide-content
{
    padding: 3rem;
}
.testimonials-swiper .blockquote-footer
{
    margin-top: 2rem;
}
.testimonials-swiper .slide-content
{
    background: none;
 }
.swiper-button-next, .swiper-button-prev
{
    background: #fff;
    padding: 15px;
    transition: all .4s;
}
.swiper-button-next:hover, .swiper-button-prev:hover
{
    background: var(--n-primary-color);
    color: #fff;
    transition: all .4s;
}
.swiper-button-next:focus, .swiper-button-prev:focus
{
    outline: none !important;
}

.blockquote
{
    
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.blockquote::before {
    content: "\201C"; /* Kod Unicode dla lewego cudzysłowu */
    font-size: 8rem; /* Duży rozmiar cudzysłowu */
    color: #fcbb3f; /* Kolor cudzysłowu */
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: -4rem;
    font-family: var(--wp--preset--font-family--caladea);
}


.forminator-error-message
{
    font-size: .8rem;
    color: #700;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--wp--preset--color--accent-1);
    border-width: 0;
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    line-height: inherit;
    padding-top: .5rem;
    padding-right: 2.25rem;
    padding-bottom: .5rem;
    padding-left: 2.25rem;
    text-decoration: none;
    transition: all .3s;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    opacity: .8;
    transform: scale(1.1);
    transition: all .3s;    
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]):not([type="hidden"])
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
}
textarea
{
    border: 1px solid rgba(0,0,0,.2);
    padding: .375rem .75rem;
}
.forminator-row
{
    margin-bottom: 10px !important;
}
.forminator-ui.forminator-custom-form[data-design=basic] .forminator-checkbox
{
        align-items: flex-start;
    margin: 1rem;
}
.forminator-field-checkbox
{
    margin: .5rem 0;
}
.forminator-row-last
{
    margin-top: 1rem;
    text-align: right;
}
footer a
{
    color: inherit
}
.sticky
{
    position: sticky;
    top: 130px;
}
{
    background: #FBFAF3;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #FBFAF3;
    --bs-btn-border-color: #FBFAF3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #FBFAF3;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FBFAF3;
    --bs-btn-active-border-color: #FBFAF3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FBFAF3;
    --bs-btn-disabled-border-color: #FBFAF3;
}

.product-cat-list .img
{
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}
.product-cat-list .card
{
    position: relative;
    height: 100%;
    background: none;
}
.product-cat-list .card .card-body
{
    position: relative;
    text-align: center;
}
.product-cat-list .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.product-cat-list a:hover .img img
{
    transform: scale(1.4) rotate(10deg);
    transition: all .5s;
}
.product-cat-list a
{
    display: block;
    transition: all .5s;
    outline: none !important;
    color: #fff !important;
    height: 100%;
}
.product-cat-list a:hover
{
    background: #FFEFD3 !important;
    transition: all .3s;
}
.products-list a
{
    display: block;
    transition: all .5s;
    outline: none !important;
    color: #000 !important;
    height: 100%;
}
.products-list a h2
{
    transition: all .3s;
}
.products-list a:hover h2
{
    color: #fcbb3f;
}
.products-list a .img
{
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.products-list a .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    position: absolute;
    transition: all .3s;
    
}
.products-list a:hover .img img
{
    transform: scale(1.4) rotate(10deg);
}
@media(max-width: 1199px)
{
    .products-list a .img
    {
        height: 200px
    }
    .products-list a .img img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
        position: relative;
        
    }
}
.products-list a .map
{
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}
.products-list a .map img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
    position: absolute;
}
.product-caption 
{
    display: flex; flex-direction: column; justify-content: center;
    padding: 1rem;
}

.sidebar-cat
{
    padding: 0;
}
.sidebar-cat li
{
    list-style: none;
}
.sidebar-cat li a
{
    color: inherit;
    padding: .5rem;
    display: block;
    border-bottom: 3px dotted rgba(0,0,0,.4);
    transition: all .3s;
    outline: none !important;
}
.sidebar-cat li a:hover
{
    color: var(--n-primary-color);
    transition: all .3s;
}
.sidebar-cat li:last-child a
{
    border-bottom: none;
}
.sidebar-cat li.current-cat a
{
    color: var(--n-primary-color);
    cursor: default;
}
.forminator-button
{
    border-radius: 50px;
}

.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery .wp-block-image
{
    width: 25%;
    max-height: 160px;
    position: relative;
    overflow: hidden;
}
.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery figure.wp-block-image:has(figcaption):before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
    mask-image: linear-gradient(0deg, #000 20%, #0000);
    max-height: 40%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery 
{
    display: flex;
    width: 100%;
    position: relative;
    gap: 2px;
}
.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery .wp-block-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery .wp-block-image:hover img
{
    transform: scale(1.2);
}
.product-template-default .wp-block-lazyblock-product-description .product-description .wp-block-gallery figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #0006, #0000);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    margin: 0;
    overflow: auto;
    padding: 1em;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    text-shadow: 0 0 1.5px #000;
    will-change: transform;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product-category-image
{
    height: 450px;
    overflow: hidden;
}
.product-category-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Domyślnie jedna kolumna */
  gap: 3rem 1rem; /* Odstępy między kolumnami i wierszami */
}

/* Breakpoint dla średnich ekranów (>=768px) */
@media (min-width: 768px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr); /* Dwie kolumny */
  }
}

/* Breakpoint dla dużych ekranów (>=992px) */
@media (min-width: 992px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(3, 1fr); /* Trzy kolumny */
  }
}

.wp-block-query .wp-block-post-template > .wp-block-post
{
    margin-block-start: 0;
    padding: 0;
}

.wp-block-post {
  position: relative; /* Ustawienie pozycji jako bazowej dla linku */
}

.wp-block-post a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* Wyłączenie podkreślenia tekstu lub domyślnego stylu linku */
.wp-block-post a:hover,
.wp-block-post a:focus {
  text-decoration: none;
}
.wp-block-post a
{
    color: inherit;
}

.wp-block-post figure
{
    overflow: hidden;
}
.wp-block-post figure img
{
    transition: all .3s;
}
.wp-block-post:hover figure img
{
    transition: all .3s;
    transform: scale(1.1);
}
.wp-block-post:hover a
{
    color: var(--wp--preset--color--accent-1);
}

header.wp-block-template-part
{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid var(--wp--preset--color--accent-1);
}
.main-menu a:hover
{
    text-decoration: none;
}
.main-menu a
{
    padding: .5rem 1rem;
    display: inline-block;
    transition: all .3s;
}
.main-menu a:hover
{
    color: var(--wp--preset--color--accent-1) !important;
    transform: scale(1.1);
}
.main-menu
{
    gap: 0 !important;
}
.wp-block-site-logo a:hover
{
    transform: scale(1.1);
}
.max-100
{
    max-width: 100%;
}
.products-list .product-caption
{
    height: 300px;
    overflow: hidden;
}
@media(max-width: 1199px)
{
    .products-list .product-caption
    {
        height: auto;
    }
}
.text-normal
{
    text-transform: none !important;
}

/* Domyślnie ukrywamy wszystkie bloki */
.language-content {
    display: none;
}

/* Wyświetlanie treści dla języka polskiego */
html[lang="pl"] .language-content-pl {
    display: block;
}

/* Wyświetlanie treści dla języka angielskiego */
html[lang="en"] .language-content-en {
    display: block;
}

/* Wyświetlanie treści dla języka niemieckiego */
html[lang="de"] .language-content-de {
    display: block;
}

/* Wyświetlanie treści dla języka hiszpańskiego */
html[lang="es"] .language-content-es {
    display: block;
}

/* Wyświetlanie treści dla języka włoskiego */
html[lang="it"] .language-content-it {
    display: block;
}

/* Wyświetlanie treści dla języka portugalskiego */
html[lang="pt"] .language-content-pt {
    display: block;
}

/* Wyświetlanie treści dla języka ukraińskiego */
html[lang="uk"] .language-content-uk {
    display: block;
}

/* Wyświetlanie treści dla języka japońskiego */
html[lang="ja"] .language-content-ja {
    display: block;
}
