.header-bottom .navbar-brand .logo {
  aspect-ratio: 3/1;
}

#products .card,
.page-home section .card {
  border: 1px solid #eee;
}

.page-product .product__variants .variant .color-variants {
  gap: 0.3rem !important;
}


/* Auckje licytacje */
.prices__wrapper:has(#fluo-auction-block) {
  width: 100% !important;
}

/* Product Reviews Customization */

.product-comment-list-item.revws-review {
  display: flex;
  padding: 2rem 0;
  border: none;
  border-bottom: 1px solid #ccc;
  gap: 2rem;
  box-shadow: none;
  border-radius: unset;
}

/* Left Column: Author Info */
.revws-review-author {
  flex: 0 0 180px;
  /* Fixed width for author column */
  width: 180px;
  font-size: 0.9rem;
}

.revws-review-author-name {
  font-weight: 700;
  color: #232323;
  margin-bottom: 0.25rem;
}

.revws-verified-buyer-badge {
  color: #198754;
  /* Bootstrap success green or similar */
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block !important;
}

.revws-verified-buyer-badge::before {
  /* Material Icon 'done' if available, otherwise checkmark */
  font-family: 'Material Icons';
  vertical-align: middle;
  margin-right: 2px;
  font-size: 1rem;
}

.revws-review-date {
  color: #888;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

/* Right Column: Content */
.revws-review-details {
  flex: 1;
}

.revws-review-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.revws-review-content {
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}

/* Star Handling */
.revws-grading .grade-stars {
  margin-bottom: 5px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .product-comment-list-item.revws-review {
    flex-direction: column;
    gap: 1rem;
  }

  .revws-review-author {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}

/* Review Images */
.revws-images {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.revws-image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.revws-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cart trash icon styling */
.product-line__action-remove {
  display: flex;
  justify-content: flex-end;
  /* Align right as requested */
}

.product-line__action-remove .remove-from-cart {
  color: red !important;
  /* Make it red */
  text-decoration: none !important;
  /* No underline */
  display: inline-flex;
  align-items: center;
}

.product-line__action-remove .remove-from-cart:hover {
  color: darkred !important;
  text-decoration: none !important;
}

.product-line__action-remove i {
  font-size: 1.5rem;
  /* slightly bigger icon */
}

/* Block Reassurance Customization */
.trust-info-line {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.trust-info-line .trust-icon {
  margin-right: 10px;
  font-size: 20px;
}

/* Block Reassurance Main Alignment */
.blockreassurance_product {
  margin-top: 0;
}

.block-reassurance-content .block-title {
  font-weight: 600;
}

.block-reassurance-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  margin-top: 5px;
  padding: 10px 5px;
  /* Align icon to top with title */
}

.block-reassurance-item img {
  margin-right: 15px;
  flex: 0 0 auto;
  margin-top: 2px;
  /* Slight offset to align visual center of icon with text cap height if needed */
}

.block-reassurance-item span {
  display: block;
  flex: 1;
}

/* Ensure title and content stack correctly inside the span */
.trust-info-content {
  margin-top: 5px;
  color: #555;
}

/* Updated Block Reassurance Layout */
.block-reassurance-item .block-reassurance-content {
  flex: 1;
  /* Take remaining space */
  display: flex;
  flex-direction: column;
  /* Stack title and description vertically */
}

/* Reduce spacing between content elements if needed */
.block-reassurance-item .block-reassurance-content p {
  margin-bottom: 0px;
}

/* Fix icon container width */
.block-reassurance-item .item-product {
  flex: 0 0 auto;
  width: auto;
  min-width: 40px;
  /* Ensure enough space for icon */
  margin-right: 15px;
  /* Move spacing here instead of img */
  display: flex;
  justify-content: center;
}

/* Reset image margin since we handling it on container */
.block-reassurance-item img {
  margin-right: 0;
  margin-top: 0;
}

/* Fix an_productfields radio buttons equal height */
.an-pf-field {
  padding: 0px;
}

.attribute-radio__input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Stała szerokość i wysokość przycisków z wyśrodkowaną zawartością */
.attribute-radio__label {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px !important;
  height: 120px !important;
  text-align: center;
  padding: 3px !important;
  box-sizing: border-box;
}

/* Kontener tekstu - układ pionowy */
.attribute-radio__text {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  font-size: 12px !important;
  border: 1px solid #dee2e6;
  border-radius: .4rem;
  display: block;
  font-size: .875rem;
  font-weight: 600;
  min-width: 2.1875rem;
  padding: 10px;
  text-align: center;
}

.attribute-radio__input:checked~.attribute-radio__text {
  background-color: #444655;
  border-color: #444655;
  color: #fff;
}

/* Kontener obrazka */
.an-pf-field-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px !important;
  margin-right: 0 !important;
  width: 60px !important;
  height: 60px !important;
}

/* Miniaturki - rozmiar 80x80px z zaokrąglonymi rogami */
.an-pf-field-image.an-pf-fieldminiature_left {
  max-width: 60px !important;
  max-height: 60px !important;
  border-radius: 5px;
  object-fit: cover;
  display: block;
}

/* Zapewnienie że kontenery li mają odpowiednią szerokość */
.anfield-radio.attribute-radio {
  flex: 0 0 auto;
  width: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Dodatkowe dostosowanie dla responsywności */
@media (max-width: 576px) {
  .attribute-radio__label {
    width: 80px !important;
    height: 100px !important;
    padding: 3px !important;
  }

  .an-pf-field-image-wrap {
    width: 40px !important;
    height: 40px !important;
  }

  .an-pf-field-image.an-pf-fieldminiature_left {
    max-width: 40px !important;
    max-height: 40px !important;
  }
}

ul.an-pf-field-type-radio .anfield-radio.attribute-radio {
  display: flex;
  /* Allow children to fill height */
}

ul.an-pf-field-type-radio .attribute-radio__label {
  height: 100% !important;
  /* Fill parent li to match tallest element */
  min-height: 120px;
  /* Preserve base size */
  width: 100px !important;
  /* Keep fixed width */
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  /* Align content to top */
}

ul.an-pf-field-type-radio .attribute-radio__text {
  justify-content: flex-start !important;
  /* Align inner content (img+text) to top */
  height: 100% !important;
  /* Ensure it fills the label */
  display: flex !important;
  /* Ensure flex behavior */
  flex-direction: column !important;
}

/* Fix Payment Logo Size */
.payment-option label img,
.payment__option label img {
  height: 50px !important;
  width: auto !important;
  max-width: 50px !important;
  object-fit: contain !important;
}

/* Review Author Badge in Gallery - Consolidated */
.review-author-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 60px;
  width: fit-content;
  max-width: calc(100% - 70px);

  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;

  /* REMOVED pointer-events: none to allow link clicking */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.review-author-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

.review-author-header i {
  font-size: 1.1rem;
}

.review-grade-stars {
  display: flex;
  flex-wrap: nowrap;
  color: #ffc107;
  margin-bottom: 2px;
}

.review-grade-stars i {
  font-size: 16px;
  line-height: 1;
}

.review-content-snippet {
  font-size: 0.75rem;
  font-style: italic;
  opacity: 0.95;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Review Link in Badge */
.review-link {
  color: #fff;
  text-decoration: underline;
  font-size: 0.75rem;
  pointer-events: all;
  /* Make clickable despite parent pointer-events: none */
  cursor: pointer;
  opacity: 0.9;
  display: inline-block !important;
  margin-top: 4px;
}

.review-link:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
  color: #ffc107 !important;
}

/* Add Photo Placeholder Slide */
.add-review-photo-slide {
  cursor: pointer;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  border: 3px dashed #999;
  transition: all 0.3s ease;
}

.add-review-photo-slide:hover {
  background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
  border-color: #666;
}

.add-photo-content {
  text-align: center;
  color: #666;
  transition: all 0.3s ease;
}

.add-photo-content i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  color: #999;
}

.add-photo-content span {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.add-review-photo-slide:hover .add-photo-content {
  color: #333;
}

.add-review-photo-slide:hover .add-photo-content i {
  color: #666;
  transform: scale(1.1);
}

/* Add Photo Placeholder in Thumbnails */
.add-review-photo-thumb {
  margin-bottom: 0.75rem !important;
  /* Match other thumbnails spacing */
}

/* Match the picture element structure */
.add-photo-thumb-content {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer !important;
  border-radius: 4px;
  border: 2px dashed #b8b8b8 !important;
  background: #fdfdfd !important;
  transition: all 0.2s ease;
}

.add-photo-thumb-content:hover {
  background: #efefef !important;
  border-color: #575757 !important;
}

.add-photo-thumb-content i {
  font-size: 32px;
  color: #575757;
  line-height: 1;
}

.add-photo-thumb-content span {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #575757;
}

.add-review-photo-thumb:hover .add-photo-thumb-content i {
  color: #575757;
}

.add-review-photo-thumb:hover .add-photo-thumb-content span {
  color: #575757;
}

/* ============================================
   SLIDER - FIX RESPONSYWNOŚCI NA MOBILE
   ============================================ */

/* UNIWERSALNY FIX - dla wszystkich rozmiarów ekranów */
div#home-slider,
div#home-slider>div.slider-carousel,
div#home-slider div.carousel-inner,
div#home-slider li.carousel-item,
div#home-slider figure.carousel-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* MOBILE FIRST - Bardzo prosty fix dla małych ekranów */
@media (max-width: 768px) {
  #home-slider {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  #home-slider,
  #home-slider>*,
  #home-slider .slider-carousel,
  #home-slider .carousel-inner,
  #home-slider .carousel-item,
  #home-slider figure {
    height: auto !important;
  }
}

/* Główny kontener slidera - wymuszenie dopasowania do szerokości */
#home-slider {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Bootstrap Carousel - zapobieganie overflow */
#home-slider .slider-carousel {
  max-width: 100%;
  overflow: hidden;
}

/* Link karuzelowy - dopasowanie do szerokości */
#home-slider .carousel-link {
  max-width: 100%;
}

/* Zawartość slajdu */
#home-slider .carousel-content {
  max-width: 100%;
}

/* Pojedynczy slide */
#home-slider .carousel-item {
  max-width: 100%;
  overflow: hidden;
}

/* Obrazy w sliderze - wymuszenie responsywności */
#home-slider img {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
  object-fit: cover;
  display: block;
}

/* Kontener ratio - dopasowanie do szerokości ekranu */
.ratio-homeSlider {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Dodatkowe style dla bardzo małych ekranów */
@media (max-width: 576px) {
  #home-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ratio-homeSlider {
    margin-left: 0;
    margin-right: 0;
    min-height: auto !important;
    padding-bottom: 0 !important;
    /* Dokładny aspect-ratio dla grafiki 1610x380px */
    --bs-aspect-ratio: 23.6% !important;
    line-height: 0 !important;
  }

  /* Wyłączenie Bootstrap ratio - całkowite usunięcie pseudo-elementu */
  .ratio-homeSlider::before {
    display: none !important;
    content: none !important;
    padding-bottom: 0 !important;
    height: 0 !important;
  }

  /* Wyłączenie pozycjonowania absolutnego dla dzieci ratio */
  .ratio-homeSlider>* {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Kontener carousel dopasowany do obrazu */
  #home-slider .carousel {
    position: relative !important;
    height: auto !important;
  }

  #home-slider .carousel-inner {
    position: relative !important;
    height: auto !important;
  }

  #home-slider .carousel-item {
    position: relative !important;
    height: auto !important;
  }

  /* Obrazy muszą wypełniać kontener */
  #home-slider img {
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    line-height: 0 !important;
    vertical-align: bottom !important;
  }

  /* Kontrolki nawigacyjne - pozycjonowanie na środku widocznego obrazu */
  #home-slider .slider-carousel-control-prev,
  #home-slider .slider-carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Dodatkowe style dla średnich ekranów mobile (tablet) */
@media (min-width: 577px) and (max-width: 768px) {
  .ratio-homeSlider {
    /* Bardziej panoramiczny aspect-ratio dla tabletu */
    --bs-aspect-ratio: 56.25% !important;
    /* 16:9 */
    min-height: auto !important;
  }

  #home-slider img {
    object-fit: cover !important;
    object-position: center !important;
  }

  #home-slider .carousel-control-prev,
  #home-slider .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ============================================
   OPISY PRODUKTÓW - STYLING
   ============================================ */

/* Obrazy w opisach produktów - dodanie odstępów */
.product-description img,
#description img,
.rte-content img,
.product-description .col-md-5 img,
#description .col-md-5 img {
  margin: 1rem;
}

/* Dla obrazów po lewej stronie (flex-md-row) */
.product-description .d-flex.flex-md-row .col-md-5 img,
#description .d-flex.flex-md-row .col-md-5 img {
  margin-right: 2rem;
  margin-left: 0;
}

/* Dla obrazów po prawej stronie (flex-md-row-reverse) */
.product-description .d-flex.flex-md-row-reverse .col-md-5 img,
#description .d-flex.flex-md-row-reverse .col-md-5 img {
  margin-left: 2rem;
  margin-right: 0;
}

/* Responsywność dla mobile - obrazy na całą szerokość */
@media (max-width: 768px) {

  .product-description img,
  #description img,
  .rte-content img,
  .product-description .col-md-5 img,
  #description .col-md-5 img {
    margin: 1rem 0;
  }

  .product-description .d-flex.flex-md-row .col-md-5 img,
  #description .d-flex.flex-md-row .col-md-5 img,
  .product-description .d-flex.flex-md-row-reverse .col-md-5 img,
  #description .d-flex.flex-md-row-reverse .col-md-5 img {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Listy z emoji - usunięcie domyślnych kropek */
ul.emot,
.product-description ul.emot,
#description ul.emot {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

ul.emot li,
.product-description ul.emot li,
#description ul.emot li {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  line-height: 1.7;
  display: block;
  position: relative;
}

/* Emoji jako dekorator zamiast kropki */
ul.emot li em {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* Nagłówki w opisach - większa czytelność */
.product-description h2,
#description h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #232323;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.product-description h3,
#description h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #363636;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Sekcje w opisach - lepsze rozmieszczenie */
.product-description .my-4,
#description .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* Separator - subtelniejszy */
.product-description hr,
#description hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 2px solid #e8e8e8;
}

/* Tabele - lepszy wygląd */
.product-description .table,
#description .table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
}

.product-description .table th,
#description .table th {
  background-color: #f8f9fa;
  font-weight: 700;
  color: #232323;
  padding: 1rem;
  border-bottom: 2px solid #dee2e6;
}

.product-description .table td,
#description .table td {
  padding: 0.875rem 1rem;
  vertical-align: middle;
}

.product-description .table-bordered,
#description .table-bordered {
  border: 1px solid #dee2e6;
}

/* Linki w opisach - lepszy kontrast */
.product-description a,
#description a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.product-description a:hover,
#description a:hover {
  color: #004499;
  text-decoration: underline;
}

/* Pogrubiony tekst w listach */
.product-description ul.emot li strong,
#description ul.emot li strong {
  font-weight: 700;
  color: #232323;
  display: inline;
}

/* Upewnienie się, że cała treść po emoji jest w jednym bloku */
ul.emot li>*:not(em),
.product-description ul.emot li>*:not(em),
#description ul.emot li>*:not(em) {
  display: inline;
}

/* Paragrafy - lepsza czytelność */
.product-description p,
#description p {
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #444;
}

/* Kursywa - subtelne wyróżnienie */
.product-description em,
#description em {
  color: #666;
}

/* Responsive columns - lepsze wyrównanie */
@media (min-width: 768px) {

  .product-description .d-flex.align-items-center,
  #description .d-flex.align-items-center {
    align-items: center !important;
  }
}

/* Odliczanie czasu promocji */
.ets_cd_block {
  margin: 0 auto 40px auto;
  text-align: center;
}

.page-product .product__add-to-cart {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-bottom: 0;
  }
}

/* ============================================
   LAZY LOADING OPTIMIZATION - CSS content-visibility
   Optymalizacja renderowania sekcji poniżej fold
   ============================================ */

/* Sekcje poniżej fold - lazy rendering */
.product-accessories,
#product-comments-list,
.ps-crossselling,
.featured-products {
  content-visibility: auto;
  contain-intrinsic-size: 0 500px;
}

/* Mniejsze sekcje */
.blockreassurance,
.ps-emailsubscription,
.hookDisplayFooterBefore {
  content-visibility: auto;
  contain-intrinsic-size: 0 200px;
}

/* ============================================
   SHORTCODE PUSZKI FLUONOSE - KAFELKI
   Zestawienie rodziny puszek zapachowych
   ============================================ */

/* Kontener na wszystkie kafelki */
.puszki-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 auto 20px auto;
  max-width: 1200px;
}

/* Pojedynczy kafelek puszki */
.puszka {
  flex: 0 0 calc(16.666% - 0.5rem);
  min-width: 110px;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Kontener na grafikę - stała wysokość i centrowanie */
.puszka img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto !important;
}

/* Tytuł puszki */
.puszka h5 {
  margin: 1rem 0 0.5rem;
  flex-shrink: 0;
  font-size: 1rem
}

/* Link w tytule puszki */
.puszka h5 a {
  color: #0066cc;
  text-decoration-color: #0066cc;
}

/* Lista cech puszki - styl tabeli */
.cechy {
  list-style: none;
  display: table;
  padding: 0 !important;
  margin: 0 auto;
  font-size: 11px !important;
  margin-top: auto;
}

/* Każdy <li> to osobny wiersz */
.cechy li {
  display: table-row;
}

/* Każdy <span> to osobna komórka */
.cechy li span {
  display: table-cell;
  padding: 2px 2px;
  vertical-align: middle;
}

/* Etykiety wyrównane do lewej */
.cechy li span:first-child {
  text-align: left;
  white-space: nowrap;
}

/* Responsywność - mniejsze ekrany */
@media (max-width: 992px) {
  .puszka {
    flex: 0 0 calc(25% - 0.5rem);
  }
}

@media (max-width: 768px) {
  .puszka {
    flex: 0 0 calc(33.333% - 0.5rem);
  }
}

@media (max-width: 480px) {
  .puszka {
    flex: 0 0 calc(50% - 0.5rem);
  }

  .puszka img {
    height: 80px;
    max-width: 80px;
  }
}

/* ============================================
   PRZYCISKI RECENZJI - USUNIĘCIE PODKREŚLEŃ
   ============================================ */

/* Usunięcie podkreśleń z przycisków btn-link używanych w recenzjach */
button.useful-review.btn-link,
button.not-useful-review.btn-link,
button.report-abuse.btn-link {
  text-decoration: none !important;
}

/* Zapewnienie, że hover również nie dodaje podkreśleń */
button.useful-review.btn-link:hover,
button.not-useful-review.btn-link:hover,
button.report-abuse.btn-link:hover {
  text-decoration: none !important;
}



.email-subscription input.form-control {
  color: #595959 !important;
}

:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-border-radius: 0.35em;
  --cc-btn-primary-bg: var(--scc-color);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: var(--scc-color-hov);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.35em;
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide+#cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide+#cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.cmbox.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}

#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  font-family: inherit;
  line-height: normal;
  max-width: var(--scc-popup-width);
  opacity: 0;
  padding: 1.1em 1.5em 1.4em;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  border-radius: var(--cc-btn-border-radius);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  cursor: pointer;
  display: inline-block !important;
  flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#s-c-bn {
  float: right;
  margin-left: 1em;
}

#c-bns button+button {
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button+button:active,
#s-cnt button+button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border: 1px solid var(--cc-section-border);
  margin-bottom: 0.5em;
  padding: 1em;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  padding: 0;
  transition: none;
}

#s-bl .c-bl.b-ex+.c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex+.c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs,
#s-inr {
  height: 100%;
}

#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.8em;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #f1f3f5;
  border-top: 1px solid var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
  display: flex;
}

#s-bns button {
  margin: 0 0.5em;
}

#s-bns #s-all-bn {
  order: var(--scc-b1-order);
}

#s-bns #s-rall-bn {
  order: var(--scc-b2-order);
}

#s-bns #s-sv-bn {
  order: var(--scc-b3-order);
}

.cc_div .cc-link {
  border-bottom: 1px solid #2d4156;
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  color: #2d4156;
  color: var(--cc-btn-primary-bg);
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button,
#s-bns button {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
}

#c-bns button:hover,
#s-bns button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#c-bns button.c-btn-cta,
#s-bns button.c-btn-cta {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

#c-bns button.c-btn-cta:hover,
#s-bns button.c-btn-cta:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

.cc_div .b-tg .c-tgl:checked~.c-tg {
  background: #2d4156;
  background: var(--cc-toggle-bg-on);
}

#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom: 1px solid var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#s-hdr,
#s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
}

#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em;
  }

  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }

  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }

  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}

.cc_div .b-tg {
  bottom: 0;
  display: inline-block !important;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked~.c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl td,
#s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
  border: solid #2d4156;
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block !important;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #ecf2fa;
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  display: inline-block !important;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}

#s-c-bn:after,
#s-c-bn:before {
  background: #2d4156;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-c-bn:after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after,
.cc_div .off-i:before {
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  transform: rotate(45deg);
}

.cc_div .off-i:after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
  opacity: 0;
}

#cm.cmbox.middle,
#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}

#cm.cmbox.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.cmbox.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e9edf2;
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #2d4156;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {

  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.4em !important;
    right: 1em;
    width: auto;
  }

  .force--consent #cm,
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }

  #cm.top {
    bottom: auto;
    top: 1em;
  }

  #cm.bottom {
    bottom: 1em;
    top: auto;
  }

  #cm.bar.bottom {
    bottom: 0;
  }

  #cm.cloud .c-bn {
    font-size: 0.85em;
  }

  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }

  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }

  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }

  #cs {
    border-radius: 0;
    padding: 0;
  }

  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }

  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }

  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }

  #s-bns {
    height: 7.9em;
  }

  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }

  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }

  #s-bl table {
    width: 100%;
  }

  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }

  .bns-t #s-bns {
    height: 10.5em;
  }

  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }

  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }

  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }

  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }

  #s-bl tr {
    border-top: 1px solid #e9edf2;
    border-top: 1px solid var(--cc-cookie-table-border);
  }

  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }

  #s-bl td:before {
    color: #2d4156;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #cm .c-bn,
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }

  #s-cnt #s-rall-bn {
    margin-left: 0;
  }

  .cc_div #c-bns {
    flex-direction: column;
  }

  #c-bns button+button,
  #s-cnt button+button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }

  #cm.cmbox,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }

  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }

  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }

  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }

  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}

.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  display: inline-block !important;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

#cm {
  /* Fix border problem */
  border: none !important;
}

/* A button */
#cookie-change-button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 30;
}

#cookie-change-button button {
  background: none;
  border: none;
}

#cookie-change-button button img {
  transition: transform 0.7s ease-in-out;
  width: 40px;
  height: 40px;
}

#cookie-change-button button:hover img {
  transform: rotate(360deg);
}

/* Product Comments Best Review Block */
/* Wymuszenie układu blokowego dla głównego kontenera */
.page-product .product-comments-additional-info {
  display: block !important;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  clear: both;
}

/* Komentarz na górze - pełna szerokość */
.page-product .product-comments-additional-info .best-product-comment {
  display: block !important;
  width: 100% !important;
  margin-bottom: 15px;
  border: none !important;
}

.page-product .product-comments-additional-info .comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}

/* Układ gwiazdek i autora pod tekstem */
.page-product .product-comments-additional-info .best-product-comment::after {
  content: "";
  display: table;
  clear: both;
}

.page-product .product-comments-additional-info .grade-stars {
  float: left !important;
  display: inline-block !important;
  /* Fix for rating plugin */
  margin: 0 !important;
}

.page-product .product-comments-additional-info .comment-author {
  float: right !important;
  font-weight: 600;
  color: #555;
  font-size: 14px;
}

/* Sekcja linków pod spodem - w jednej linii */
.page-product .product-comments-additional-info .additional-links {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  clear: both;
}

.page-product .product-comments-additional-info .link-comment {
  text-decoration: none;
  color: #0066cc;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.page-product .product-comments-additional-info .link-comment:hover {
  text-decoration: underline;
}

.page-product .product-pack {
  font-size: 12px;
}

.product-pack a p {
  text-overflow: ellipsis;
  /* IE, Safari (WebKit) */
  overflow: hidden;
  /* don't show excess chars */
  white-space: nowrap;
}

.product-pack .product-pack__price {
  margin-bottom: 0;
}

.page-product .product-pack__item {
  border: none;
  overflow: visible;
  /* Ensure hover image isn't clipped */
  transition: background-color 0.2s ease;
  border-radius: 8px;
}

.page-product .product-pack__item:hover {
  background-color: #f8f9fa;
  /* Subtle light gray highlight */
}

.product-pack__image {
  position: relative;
  overflow: visible;
}

.product-pack__hover-img {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  transform: translateY(-50%);
  z-index: 1000;
  width: 250px;
  /* Adjust size as needed */
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  /* Let clicks pass through if needed, though it's on hover */
}

.product-pack__hover-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product-pack__item:hover .product-pack__hover-img {
  display: block;
}

/* Ukrycie zbędnych elementów dekoracyjnych z HTML */
.page-product .product-comments-additional-info .comment-content span {
  display: none;
}

/* Ukrycie ceny "Zamiast" (cena zestawu) globalnie dla wszystkich produktów */
.product__pack-price {
  display: none !important;
}

.variant .radio-variants .radio-variant {
  border: 1px solid #dee2e6;
  border-radius: .4rem;
  padding: 0.5rem 0.8rem 0.5rem 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.quickview .product-additional-info .nxtal-variant-box div.showmore,
#product .product-additional-info .nxtal-variant-box div.showmore,
.quickview .product-additional-info .nxtal-variant-box .nxtal-variant-attributes li a,
#product .product-additional-info .nxtal-variant-box .nxtal-variant-attributes li a {
  min-width: unset !important;
}

/* PayPal Button on Product Page */
.product-add-to-cart .row.g-2 {
  flex-wrap: wrap;
}

/* Wymuś 100% szerokości i nowy wiersz dla kontenera PayPal */
.product-add-to-cart .row.g-2>[data-container-express-checkout],
.product-add-to-cart .row.g-2>[data-module-name="paypal"],
.product-add-to-cart .row.g-2>form[action*="paypal"],
.product-add-to-cart .row.g-2>div:has(.paypal-button),
.product-add-to-cart .row.g-2>[data-button-action="add-to-cart"]~div:last-child {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 10px 0 0 0 !important;
  float: none !important;
}

/* Wymuś 100% szerokości dla samego przycisku PayPala */
.product-add-to-cart [paypal-button-container] {
  width: 100% !important;
}

/* Formularz Kontaktowy - Cloudflare Turnstile */
.form-footer .cf-turnstile-wrapper {
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}

.form-footer {
  align-items: center !important;
}

.form-footer .btn[name="submitMessage"] {
  align-self: center !important;
}

/* ============================================
   PASEK PROMOCYJNY - VOUCHER ZA OPINIĘ ZE ZDJĘCIEM
   ============================================ */
.page-product .product-comments-additional-info {
  flex-wrap: wrap !important;
}

.review-voucher-hint {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 100% !important;
  width: 100% !important;
  margin-top: 0.75rem;
  padding: 0.5rem 0.875rem;
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border: 1px solid #c8e6c9;
  border-radius: 6px;
  text-decoration: none !important;
  color: #2e7d32;
  font-size: 0.78rem;
  line-height: 1.4;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.review-voucher-hint:hover {
  background: linear-gradient(135deg, #c8e6c9, #dcedc8);
  color: #1b5e20;
  text-decoration: none !important;
  border-color: #a5d6a7;
}

.review-voucher-hint .material-icons {
  font-size: 1.125rem;
  color: #43a047;
  flex-shrink: 0;
}

.review-voucher-hint strong {
  font-weight: 700;
  color: #1b5e20;
}

.review-voucher-hint__arrow {
  font-size: 0.875rem !important;
  margin-left: auto;
  transition: transform 0.2s ease;
  opacity: 0.6;
}

.review-voucher-hint:hover .review-voucher-hint__arrow {
  transform: translateX(3px);
  opacity: 1;
}

@media (max-width: 576px) {
  .review-voucher-hint {
    font-size: 0.72rem;
    padding: 0.44rem 0.625rem;
    gap: 0.375rem;
  }

  .review-voucher-hint .material-icons {
    font-size: 1rem;
  }
}

/* Hover image swap on product miniatures */
.product-miniature .product-miniature__hover-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.product-miniature .product-miniature__hover-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Remove scale zoom, replace with image swap */
.product-miniature .product-miniature__link:hover .product-miniature__image {
  transform: none;
}

@media (hover: hover) {
  .product-miniature .product-miniature__link:hover .product-miniature__hover-picture {
    opacity: 1;
  }

  .product-miniature .product-miniature__link:hover .product-miniature__image:not(.product-miniature__image--hover) {
    opacity: 0;
  }

  .product-miniature .product-miniature__link:hover .product-miniature__image-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* Stripe na końcu listy metod płatności */
.payment__list {
  display: flex;
  flex-direction: column;
}

.payment__option:has(input[data-module-name="stripe_official"]) {
  order: 999;
}

.payment__option:has(input[data-module-name="stripe_official"]) + .js-payment-option-form {
  order: 999;
}

/* Fix dla uciętego selektora języków w menu mobilnym (offcanvas) */
@media (max-width: 991px) {
  .main-menu__additionnals .language-selector__wrapper .dropdown-menu,
  .offcanvas .language-selector__wrapper .dropdown-menu {
    position: static !important;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
  }
}

/* ── Live Helper Chat — widget button & container ── */

/* Floating button — modern pill shape */
#lhc_status_container,
#lhc_status_widget_v2 {
  border-radius: 24px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15),
    0 1px 4px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.2s ease, box-shadow 0.25s ease !important;
  overflow: hidden !important;
}

#lhc_status_container:hover,
#lhc_status_widget_v2:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Chat window container */
#lhc_container_v2 #lhc_chat_v2,
#lhc_container_v2 .lhc-iframe-container {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
}

/* Iframe inside the chat window */
#lhc_container_v2 iframe {
  border-radius: 16px !important;
  border: none !important;
}

/* Smooth open animation */
#lhc_container_v2 {
  transition: opacity 0.25s ease, transform 0.25s ease !important;
}

/* Need help proactive bubble */
#lhc_needhelp_widget_v2,
.proactive-need-help {
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  font-size: 14px !important;
}

/* Mobile — larger tap target, bottom safe area */
@media (max-width: 768px) {
  #lhc_status_container,
  #lhc_status_widget_v2 {
    bottom: 16px !important;
    right: 16px !important;
  }

  #lhc_container_v2 #lhc_chat_v2,
  #lhc_container_v2 .lhc-iframe-container {
    border-radius: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    box-shadow: none !important;
  }

  #lhc_container_v2 iframe {
    border-radius: 0 !important;
  }
}
]633;E;} >> themes/hummingbird/assets/css/custom.css.new;0454c00c-36ba-4f31-8811-ae1bec975055]633;C
