@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Heavy Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../font/Gill Sans Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('../font/GillSans Condensed.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('../font/GillSans Condensed Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
img.custom-logo {
    height: 50px;
    width: auto;
}
:root{
    --bez: #D6B997;
}
.text-justify {
    text-align: justify;
}


.offcanvas-body .menu-item a {
    color: black;
    text-decoration: none !important;
}


.nakladkagradeint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    pointer-events: none;
  }


.roz {
    background: #F2F2FF;
}
.max-szeroko {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bez-bg{
    background-color: var(--bez)    ;
}
body {
    font-family: 'Gill Sans', sans-serif;
 }


/* Styl ogólny dla linków */
.navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-weight: 500;
    position: relative;
    transition: color 0.4s ease, transform 0.4s ease;
}

/* Delikatny efekt aktywnego linka (obecna strona) */
.navbar-nav > li.current-menu-item > a {
    color: rgba(0, 0, 0, 1);
}

/* Efekt hover – przesunięcie + "underline" jako pseudo-element */
.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0.3rem;
    left: 1rem;
    width: 0%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: width 0.4s ease;
}

.navbar-nav > li > a:hover::after {
    width: calc(100% - 2rem); /* pełna długość linka z paddingiem */
}

.navbar-nav > li > a:hover {
    transform: translateY(-1px);
    color: rgba(0, 0, 0, 1);
}


.btn-overlay-dark {
     color: #fff;
    border-radius: 6px;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.35s ease;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* start bez cienia */
}

.btn-overlay-dark:hover {
    background-color: rgba(0, 0, 0, 0.85);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

 


 
/* Woocommerce */

.startsklep{
    height: 500px;
    max-height: 40vh;
}


/* Kontener formularza */
.woocommerce-ordering {
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
}

/* Styl selecta */
.woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 16px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 230px;
    color: #333;
}

/* Hover */
.woocommerce-ordering select.orderby:hover {
    border-color: #bbb;
}

/* Focus */
.woocommerce-ordering select.orderby:focus {
    outline: none;
    border-color: #444;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Ikonka strzałki */
.woocommerce-ordering:after {
    content: "▼";
    font-size: 10px;
    color: #555;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    color: black;
}


span.price {
    color: black !important;
    font-size: 16px !important;
}


/* Kontener produktu */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Podniesienie + cień na hover */
.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Animacja obrazka */
.woocommerce ul.products li.product img {
    transition: transform 0.4s ease;
    border-radius: 12px;
}

/* Powiększenie obrazka na hover */
.woocommerce ul.products li.product:hover img {
    transform: scale(1.06);
}

/* Animacja tytułu */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    transition: color 0.3s ease;
    transition: padding 0.3s ease;

}

/* Zmiana koloru tytułu na hover */
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #c53a01;
    padding: .5em 10px;
}

/* Animacja ceny */
.woocommerce ul.products li.product .price {
    transition: opacity 0.3s ease;
    transition: padding 0.3s ease;



}

.woocommerce ul.products li.product:hover .price {
    opacity: 0.85;
    padding: 0px 10px;
}

.single-product .product bdi {
    color: black !important;
    font-size: 26px;
}


/* ================================================
   GŁÓWNA GALERIA – premium look + ograniczenie wysokości
   ================================================ */
   .woocommerce-product-gallery {
    position: relative;
    border-radius: 14px;
    max-height: 800px; /* zapobiega ogromnym pionowym zdjęciom */
    overflow: hidden;
}

/* Główne zdjęcie – maksymalna wysokość + tło + animacja */
.woocommerce-product-gallery__image img {
    max-height: 450px; /* dopasuj: 450 / 500 / 550 / 600 */
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 14px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

/* Hover zdjęcia głównego */
.woocommerce-product-gallery__image:hover img {
    transform: scale(1.04);
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

/* ================================================
   MINIATURY
   ================================================ */
.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 10px;
    margin-top: 15px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Miniatury – kompaktowy wygląd + animacja */
.woocommerce-product-gallery .flex-control-thumbs img {
    max-height: 80px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

/* Hover miniaturek */
.woocommerce-product-gallery .flex-control-thumbs li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
    transform: scale(1.06);
}

/* Aktywna miniaturka */
.woocommerce-product-gallery .flex-control-thumbs li.flex-active {
    border: 2px solid #c53a01; /* Twój brand color */
    border-radius: 10px;
}

/* ================================================
   RESPONSYWNOŚĆ
   ================================================ */
@media (max-width: 768px) {

    .woocommerce-product-gallery {
        max-height: 500px;
    }

    .woocommerce-product-gallery__image img {
        max-height: 420px;
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        gap: 8px;
    }

    .woocommerce-product-gallery .flex-control-thumbs img {
        max-height: 70px;
        border-radius: 8px;
    }
}





/* ================================================
   NOWOCZESNE ZAKŁADKI – WooCommerce Tabs
   ================================================ */

/* Kontener */
.woocommerce-tabs {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

/* Lista zakładek */
.woocommerce-tabs .tabs {
    display: none;
    gap: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0;
    margin-bottom: 25px;
}

/* Pojedyncza zakładka */
.woocommerce-tabs .tabs li {
    list-style: none;
    margin: 0;
}

/* Link zakładki */
.woocommerce-tabs .tabs li a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #444;
    border-radius: 8px 8px 0 0;
    transition: all 0.25s ease;
}

/* Hover zakładki */
.woocommerce-tabs .tabs li a:hover {
    background: #fafafa;
    color: #c53a01; /* brand color */
}

/* Aktywna zakładka */
.woocommerce-tabs .tabs li.active a {
    background: #ffffff;
    color: #c53a01; /* brand */
    border-bottom: 2px solid #c53a01;
}

/* ================================================
   PANEL TREŚCI
   ================================================ */
.woocommerce-Tabs-panel {
    padding: 10px 0;
    animation: fadeIn .35s ease;
}

/* Nagłówki wewnątrz paneli */
.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

/* Tabele atrybutów */
.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 12px 10px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
}

.woocommerce-product-attributes th {
    color: #555;
    font-weight: 600;
    width: 180px;
}

.woocommerce-product-attributes td {
    color: #333;
}

/* Delikatna animacja */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ================================================
   RESPONSYWNOŚĆ
   ================================================ */
@media (max-width: 768px) {

    .woocommerce-tabs {
        padding: 20px;
    }

    .woocommerce-tabs .tabs {
        flex-direction: column;
        gap: 8px;
        border-bottom: none;
    }

    .woocommerce-tabs .tabs li a {
        border-radius: 8px;
        background: #fafafa;
    }

    .woocommerce-tabs .tabs li.active a {
        border-bottom: none;
        background: #fff4ec;
    }

    .woocommerce-product-attributes th {
        width: 140px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }

}




 