/*
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 – wygląd jak na zrzucie */
.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 Opinie - Review single products */

/* === Ogólna sekcja opinii === */
.cr-all-reviews-shortcode {
  background-color: #fefcf9;
  border-radius: 32px;
  padding: 56px 48px;
  font-family: 'Jost', sans-serif !important;
  color: #3a2f2a !important;
  border: none;
  box-shadow: none;
}

/* === Ocena główna (liczba + gwiazdki + opis) === */
.cr-summaryBox-wrap .cr-average-rating {
  font-size: 48px;
  font-weight: 500;
  color: #2e1f1a;
}
.cr-summaryBox-wrap .cr-total-rating-count {
  font-size: 15px;
  color: #7a6b61;
  margin-top: 8px;
}
.cr-rating-icon,
.cr-rating-icon-frnt svg {
  fill: #d5a657 !important;
}

/* === Pasek procentowy oceny === */
.ivole-meter {
  background-color: #eee7dd;
  border-radius: 30px;
  height: 6px;
}
.ivole-meter-bar {
  background-color: #d5a657 !important;
  height: 6px;
  border-radius: 30px;
  color: transparent;
}

/* === Pasek wyszukiwania + przycisk Search === */
.cr-ajax-search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.cr-ajax-search-icon {
  display: none !important; 
}

.cr-input-text {
  flex: 1;
  border-radius: 28px !important;
  background-color: #fdfbf7 !important;
  border: 1px solid #e5ddd4 !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  color: #3a2f2a !important;
  font-family: 'Jost', sans-serif !important;
  transition: border 0.2s;
}
.cr-input-text::placeholder {
  color: #999188 !important;
}
.cr-input-text:focus {
  border-color: #d5a657 !important;
  outline: none !important;
}

.cr-button-search {
  background-color: #926851 !important;
  color: white !important;
  border: none !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 500;
  font-family: 'Jost', sans-serif !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.cr-button-search:hover {
  background-color: #926851 !important;
}





/* === Lista recenzji === */
.commentlist li.review {
  border-bottom: 1px solid #eee7dd;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.cr-review .description {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2f2a;
  margin-top: 10px;
}

/* === Avatar użytkownika === */
.cr-avatar {
  background-color: #e9e1d6 !important;
  color: #3a2f2a;
  border-radius: 50%;
  font-weight: 600;
  width: 56px;
  height: 56px;
}

/* === Dane użytkownika === */
.woocommerce-review__author {
  font-size: 16px;
  font-weight: 600;
  color: #3a2f2a;
}
.woocommerce-review__verified {
  font-size: 12px;
  color: #9d8f80;
}
.woocommerce-review__published-date {
  font-size: 13px;
  color: #9d8f80;
}

/* === Select sortowania === */
.cr-ajax-reviews-sort {
  background-color: #f4f1ec;
  color: #3a2f2a;
  border: none;
  border-radius: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
}

/* === Licznik wyników === */
.cr-count-row-count {
  font-size: 13px;
  color: #9d8f80;
}

																																						/* 1.3 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.4 Currency&Language switcher */
.wcml-dropdown-click li {
	border: none !important;
}


.wcml-dropdown-click {
    width: 9em !important;
}


																																						/* 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.6 Mobile sticky add to cart */


@media (max-width: 768px) {
  .qs-atc-sticky {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    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;
  }
}

