/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.28.1753891523
Updated: 2025-07-30 18:05:23

*/
/* Panel offcanvas po prawej stronie */



																																						/* 1.1 FAQ (Styl sekcji faq w single product - szablon produktu) */



/* FAQ - lista */
.faq-list {                 /* jeśli masz wspólny wrapper, nadaj mu klasę faq-list (opcjonalnie) */
  margin: 0;
  padding: 0;
}

.faq-item {
  margin: 0;
  padding: 18px 0;                      /* odstępy wiersza */
  border-top: 1px solid #eee;           /* cienka linia nad każdym */
}

.faq-item:last-child {
  border-bottom: 1px solid #eee;        /* linia pod ostatnim */
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  color: #2b2b2b;
  position: relative;
  padding-right: 28px;                  /* miejsce na ikonę po prawej */
  line-height: 1.6;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.6;
  font-weight: 600;
  color: #999;
  transition: transform .2s ease, color .2s ease;
}

.faq-question:hover::after { color: #666; }

.faq-question.active::after {
  content: '−';
  transform: none;
  color: #333;
}

/* odpowiedź */
.faq-answer {
  display: none;
  margin: 10px 0 0;
  color: #555;
  font-size: .96rem;
  line-height: 1.7;
}

.faq-answer.open { display: block !important; }   /* twardo, gdyby coś nadpisywało */


																																						/* 1.2 Wskaźnik waluty (currency&language icon switcher)*/



/* 1. Wyłącz podkreślenia dosłownie wszędzie */
.qsuli-lang-currency-toggle,
.qsuli-lang-currency-toggle *,
.qsuli-lang-currency-toggle *::before,
.qsuli-lang-currency-toggle *::after {
  text-decoration: none !important;
}

/* 2. Resetuj linka i jego potomków */
.qsuli-lang-currency-toggle {
  all: unset;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}

/* 3. Styl właściwy */
.qsuli-lang-currency-fraction {
  display: flex;
  flex-direction: column;
  color: #926851;
  align-items: center;
  justify-content: center;
}

.qsuli-lang-currency-fraction .top,
.qsuli-lang-currency-fraction .bottom {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
}

																																						/* 1.3 Minicart - Icon product count color */

.wc-block-mini-cart__badge {
    color: #ffffff;
}





																																						/* 1.5 SKU label */
.sku-label strong {
  background-color: #5e3b2c; /* kolor marki Qsuli */
  padding: 2px 6px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
}
.sku-label {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

																																						/* 1.6 Shipping Time */

.shipping-time {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 8px;
}

/* Szybka wysyłka (zielony) */
.shipping-time.fast {
    background-color: #e8f5e9;
    color: #2E7D32;
    border: 1px solid #c8e6c9;
}

/* Średnia wysyłka (pomarańczowy) */
.shipping-time.medium {
    background-color: #fff3e0;
    color: #FB8C00;
    border: 1px solid #ffe0b2;
}

/* Wolna wysyłka (czerwony) */
.shipping-time.slow {
    background-color: #ffebee;
    color: #C62828;
    border: 1px solid #ffcdd2;
}

																																						/* 1.6 Product page - sample order design */

.sample-order {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
}

.sample-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    transition: color 0.3s;
}

.sample-link:hover {
    color: #FB8C00; /* pomarańczowy po najechaniu */
}

.sample-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


																																						/* 1.7 Mobile sticky add to cart */


@media (max-width: 1024px) {
  .qs-atc-sticky {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9 !important;
    transform: translateY(110%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
  }
  .qs-atc-sticky.is-visible {
    transform: translateY(0);
    opacity: 1;
  }
  body.single-product.has-sticky-atc {
    padding-bottom: var(--qs-sticky-h, 92px);
  }
  .admin-bar .qs-atc-sticky {
    bottom: 46px;
  }
}






																																						/* 1.9 Cart */

.woocommerce .cart .actions .button {
	height: auto !important;                           /* automatyczna wysokość przycisku apply promo code */
}


.woocommerce-cart .cart .actions .coupon {
  display: flex !important;
  align-items: center;   /* wyśrodkuj w pionie */
}
							


																																						/* 1.10 Corssell / Upsell równe ratio zdjęć */

/* Karuzela upsell / cross-sell – wyrównanie obrazków */
.qs-upsell-splide .products li.product a.woocommerce-LoopProduct-link img,
.qs-cross-sell-splide .products li.product a.woocommerce-LoopProduct-link img,
.woocommerce-cart .cross-sells .products li.product a.woocommerce-LoopProduct-link img {
    width: 100%;
    aspect-ratio: 3 / 4;   /* proporcje jak 900x1200 */
    object-fit: cover;      /* przycina obrazek do ramki */
    display: block;
}







/* === POPRAWKA: WYMUSZENIE POZIOMU === */

/* 1. Główny kontener - wymuszamy układ poziomy (row) */
.qsuli-lang-container,
.qsuli-lang-container p {
    display: flex !important;       /* Włączamy Flexbox */
    flex-direction: row !important; /* Wymuszamy kierunek POZIOMY */
    justify-content: center !important; /* Wyśrodkowanie */
    flex-wrap: wrap !important;     /* Zawijanie na małych ekranach */
    gap: 12px !important;           /* Odstęp między kafelkami */
    margin: 20px 0 !important;
    width: 100% !important;
    list-style: none !important;    /* Usunięcie kropek listy */
}

/* 2. Stylizacja kafelka (linku) */
.qsuli-lang-container a {
    display: inline-flex !important; /* Ważne: inline-flex układa elementy obok siebie */
    width: auto !important;          /* Reset szerokości (żeby nie był na 100%) */
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Efekt po najechaniu */
.qsuli-lang-container a:hover {
    background: #f9f9f9;
    border-color: #bbb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Stylizacja flagi */
.qsuli-lang-container img {
    width: 22px !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 2px;
}

/* Ukrycie ewentualnych łamaczy linii <br> */
.qsuli-lang-container br {
    display: none !important;
}