/** Shopify CDN: Minification failed

Line 197:0 Unexpected "}"
Line 275:27 Unexpected "{"
Line 275:36 Expected ":"
Line 275:43 Unexpected "{"
Line 279:27 Unexpected "{"
Line 279:36 Expected ":"
Line 288:27 Unexpected "{"
Line 288:36 Expected ":"
Line 289:27 Unexpected "{"
Line 289:36 Expected ":"
... and 15 more hidden warnings

**/
.rtl-enabled {
  direction: rtl;
  text-align: right;
}

.rtl-enabled .slider,
.rtl-enabled .splide__track,
.rtl-enabled .swiper-wrapper {
  direction: ltr; /* Preserve correct scroll direction */
}

.rtl-enabled .icon-rotate {
  transform: rotate(180deg);
}

.rtl-enabled .accordion-item {
  text-align: right;
}

.rtl-enabled .accordion-icon {
  float: left;
}

/* Header specific tweaks */
.rtl-enabled .header-item--logo {
  text-align: right;
}

.rtl-enabled .header-item--icons {
  text-align: left;
}

.rtl-enabled .site-header__search {
  text-align: right;
}

.rtl-enabled .site-header__search-btn--cancel {
  float: left;
}

/* Flip mobile nav layout in RTL */
.rtl-enabled .slide-nav__link {
  display: flex;
  flex-direction: row-reverse;  /* This flips the order */
  align-items: center;
  justify-content: space-between;
  text-align: right;
  direction: rtl;
}

/* Fix spacing between text and icon */
.rtl-enabled .slide-nav__link span {
  padding-left: 10px;
}

/* Flip arrow to point left */
.rtl-enabled .slide-nav__link svg.icon-chevron-right {
  transform: rotate(180deg);
}

/* ====================== */
/* 📦 FOOTER RTL STYLES   */
/* ====================== */

/* Align newsletter text to the right */
.rtl-enabled .footer__subscribe {
  text-align: right;
}

/* Align footer block titles and links */
.rtl-enabled .footer__block {
  text-align: right;
}

/* Flip base links (bottom part) */
.rtl-enabled .footer__base-links {
  direction: rtl;
  text-align: right;
}

.rtl-enabled .footer__base-links a {
  margin-left: 0;
  margin-right: 1em;
}

/* ====================== */
/* 📦 PROMO GRID   */
/* ====================== */
/* Optional: adjust social/contact alignment if needed */
.rtl-enabled .footer__contact,
.rtl-enabled .footer__social {
  text-align: right;
}


.rtl-enabled .promo-grid__text {
  direction: rtl;
  text-align: right;
}

.rtl-enabled .promo-grid__text .rte--block {
  direction: rtl;
  text-align: right;
}

/* ====================== */
/* Collapsible  */
/* ====================== */
/* ========= RTL ONLY FOR QUESTIONS ========== */
.faq-questions.rtl-enabled {
  direction: rtl;
  text-align: right;
}

/* Keep the header free from RTL override */
.faq-section .section-header {
  direction: ltr;
}

/* Collapsible layout RTL override */
.faq-questions.rtl-enabled .collapsible-trigger__layout > span:first-child {
  flex-grow: 1;
  text-align: right;
  padding-left: 24px;
  display: block;
}

/* Flip layout and align items */
.faq-questions.rtl-enabled .collapsible-trigger__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}

/* Hide original arrow */
.faq-questions.rtl-enabled .collapsible-trigger__icon {
  display: none !important;
}

/* Custom arrow with ::before */
.faq-questions.rtl-enabled .collapsible-trigger {
  position: relative;
}

.faq-questions.rtl-enabled .collapsible-trigger::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 28 16' xmlns='http://www.w3.org/2000/svg'><path d='M1.57 1.59l12.76 12.77L27.1 1.59' stroke-width='2' stroke='black' fill='none'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Rotate custom arrow on expand */
.faq-questions.rtl-enabled .collapsible-trigger[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}

/* General layout */
.faq-full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

.faq-section {
  width: 100%;
}


  
}
/* ====================== */
/* Featured Collection */
/* ====================== */
/* RTL for product grid only */
.rtl-product-grid {
  direction: rtl;
  text-align: right;
}

/* Ensure product title and price align right */
.rtl-product-grid .grid-product__title,
.rtl-product-grid .grid-product__price {
  text-align: right;
}

/* Optional: ensure quick shop buttons or meta elements are also RTL */
.rtl-product-grid .grid-item__meta,
.rtl-product-grid .grid-item__meta-main,
.rtl-product-grid .grid-item__meta-secondary {
  text-align: right;
}

/* ====================== */
/* Collection HEadere */
/* ====================== */

.rtl-collection-title {
  direction: rtl;
  text-align: right;
}

.rtl-collection-count {
  direction: rtl;
  text-align: right;
}

/* ====================== */
/* List collections */
/* ====================== */

/* RTL for collection list title */
.rtl-collections-title {
  text-align: right;
}

/* RTL for collections grid */
.rtl-collections {
  direction: rtl;
  text-align: right;
}

/* Optional: align individual collection grid items */
.rtl-collections .collection-grid-item__title,
.rtl-collections .collection-grid-item__meta {
  text-align: right;
}

/* ====================== */
/* Main Page content */
/* ====================== */
.rtl-page {
  direction: rtl;
  text-align: right;
}

.rtl-page .section-header__title {
  text-align: right;
}

.rtl-page .rte {
  text-align: right;
}


/* ====================== */
/* RTL FOR PRODUCT PAGE */
/* ====================== */
.comparison-table-section-{{ section.id }} {
  padding: 40px 20px; /* Fallback */
}

.comparison-table-section-{{ section.id }} .comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 20px;
  border-radius: 0px; /* Fallback */
  overflow: hidden;
}

.comparison-table-section-{{ section.id }} .comparison-table th,
.comparison-table-section-{{ section.id }} .comparison-table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: right;
  vertical-align: top;
}

.comparison-table-section-{{ section.id }} th.product-header:nth-child(1),
.comparison-table-section-{{ section.id }} td:nth-child(1) {
  background-color: #f5f5f5; /* Fallback */
  color: #000000; /* Fallback */
  font-size: 16px; /* Fallback */
  font-weight: normal; /* Fallback */
}

.comparison-table-section-{{ section.id }} th.product-header:nth-child(2),
.comparison-table-section-{{ section.id }} td:nth-child(2) {
  background-color: #f5f5f5; /* Fallback */
  color: #000000; /* Fallback */
  font-size: 16px; /* Fallback */
  font-weight: normal; /* Fallback */
}

.comparison-table-section-{{ section.id }} .product-image {
  width: 100px; /* Fallback */
  height: 100px; /* Fallback */
  object-fit: cover;
  display: block;
  margin: 0 auto 10px auto;
}

.comparison-table-section-{{ section.id }} .product-name {
  display: block;
  text-align: center;
}

.comparison-table-section-{{ section.id }} h2 {
  text-align: center;
  font-weight: bold; /* Fallback */
  font-size: 24px; zbyt