/** Shopify CDN: Minification failed

Line 77:72 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* ==============  PRODUCT FAQ – pretty card accordion  ============== */
.faq-accordion .faq-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #ffffff;
  padding: 18px 20px;
  transition: box-shadow .25s, border-color .25s;
}

.faq-accordion .faq-card[open] {
  border-color: #00a651;                  /* zielona kreska po otwarciu   */
  box-shadow: 0 6px 20px rgba(0,0,0,.05); /* subtelny cień               */
}

.faq-card__q {
  cursor: pointer;
  list-style: none;                       /* usuwa domyślny trójkąt      */
  font-weight: 400;
  position: relative;
  padding-right: 28px;                    /* miejsce na ikonę +/-        */
  margin: 0;                              /* reset <summary> h6 margines */
  transition: color .25s;
}

.faq-accordion .faq-card[open] > .faq-card__q {
  color: #00a651;                         /* zielony tytuł po otwarciu   */
}

/* ikonka + / –  */
.faq-card__q::after {
  content: "+";                           /* domyślnie plus              */
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  transition: transform .25s;
}

.faq-accordion .faq-card[open] > .faq-card__q::after {
  content: "–";                           /* minus po otwarciu           */
  transform: rotate(180deg);
}

.faq-card__a {
  margin-top: 12px;
  line-height: 1.6;
}
/* ==============  /PRODUCT FAQ  ===================== */
/* ---------- FAQ: 2-kolumnowy grid na ≥992 px ---------- */
@media (min-width: 992px){
  .faq-accordion{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;               /* odstęp między kartami */
  }
  .faq-accordion .faq-card{
    margin-bottom: 0;        /* zbędny dolny margines w gridzie */
  }
}
/* === FAQ: mobile padding fix ====================================== */
@media (max-width: 767px){
  #t4s_tab_tab_liquid_VkUBRd {
    padding: 10px 0px;
  }
}
/* ================================================================== */</summary>

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  /* zmniejszenie tytułów i cen w galerii produktowej */
.t4s-product-title {
font-size: 14px!important;
}
.t4s-product-price {
font-size: 14px!important;
font-weight: 500!important;
}
}

/* Hide mobile dropdown on desktop, show desktop swatches */
@media (min-width: 769px) {
  .t4s-mobile-color-dropdown {
    display: none !important;
  }
}

/* Hide desktop swatches on mobile, show mobile dropdown */
@media (max-width: 768px) {
  .t4s-desktop-swatches {
    display: none !important;
  }
  
  .t4s-mobile-color-dropdown {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  
  /* Mobile dropdown trigger button */
  .t4s-mobile-dropdown-trigger {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    transition: border-color 0.2s;
  }
  
  .t4s-mobile-dropdown-trigger:hover,
  .t4s-mobile-dropdown-trigger:focus {
    border-color: #000;
    outline: none;
  }
  
  /* Color preview inside button */
  .t4s-mobile-dropdown-preview {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .t4s-color-preview-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
  }
  
  .t4s-color-name {
    text-align: left;
    color: #333;
  }
  
  /* Dropdown wrapper specific for mobile */
  .t4s-mobile-dropdown__wrapper {
    max-height: 60vh !important;
    width: calc(100% - 32px) !important;
    margin: 0 16px !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  .t4s-mobile-dropdown__wrapper .t4s-dropdown__content {
    max-height: 50vh;
    overflow-y: auto;
  }
  
  /* Mobile color options */
  .t4s-mobile-color-option {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 16px !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left;
    background: transparent;
    transition: background-color 0.2s;
  }
  
  .t4s-mobile-color-option:active {
    background-color: #f5f5f5;
  }
  
  .t4s-mobile-color-option.is--selected {
    background-color: #f0f0f0;
    font-weight: 600;
  }
  
  .t4s-mobile-color-option.is--selected .t4s-color-preview-circle {
    border-color: #000;
    border-width: 2px;
  }
  
  .t4s-color-option-name {
    color: #333;
    font-size: 16px;
  }
  
  /* Arrow icon rotation when open */
  .t4s-mobile-dropdown-trigger[aria-expanded="true"] .t4s-icon-select-arrow {
    transform: rotate(180deg);
  }
  
  /* Ensure dropdown header looks good on mobile */
  .t4s-mobile-dropdown__wrapper .t4s-dropdown__header {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  /* Hide original dropdown on mobile if color_mode is dropdown */
  .t4s-swatch__option.is-t4s-style__color > button[data-dropdown-open]:not(.t4s-mobile-dropdown-trigger) {
    display: none;
  }
}
