<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 41:0 Unexpected "@media"

**/
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
/* @media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .rtl .product-grid .product__action-animation {
    transform: translateX(-1.5rem);
    -webkit-transform: translateX(-1.5rem);
  }
} */
@media (min-width: 1025px) {
  .rtl .lang__currency-desktop .disclosure__list {
    left: 0;
    right: auto;
  }
  .rtl .cart-recommend.beside.open {
    transform: translate(208%);
  }
  .rtl
    :where(
      .collection-sidebar .filter-item:nth-of-type(7n + 7),
      .collection-sidebar .filter-item:nth-of-type(7n + 8)
    )
    .collapsible-content {
    right: auto;
    left: 0;
  }
}
.rtl .h-count {
  right: 1.3rem;
  left: auto;
}
.rtl .h-count
@media screen and (max-width: 1024.98px) {
  .rtl .navigation.mobile {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .rtl .collection-filter {
    transform: translate(calc(100% + 3rem));
  }
  .rtl  .disclosure__list{
    right: 0;
  }
}
@media (min-width: 768px) {
  .rtl .thumbnail_left .media-thumb-swiper{
    right: 0;
    left: auto;
  }
  
}
/* .sec__content :where(.flex-start, .justify-content-left) {
  justify-content: flex-end;
}
.sec__content :where(.flex-end, .justify-content-right) {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .sec__content :where(.flex-md-start, .justify-content-md-left) {
    justify-content: flex-end;
  }
  .sec__content :where(.flex-md-end, .justify-content-md-right) {
    justify-content: flex-start;
  }
  .sec__content :where(.justify-md-center, .justify-content-md-center) {
    justify-content: center;
  }
} */
.rtl .cart-addons &gt; div:not(:last-child) {
  border-left: 1px solid var(--color-border);
  border-right: 0;
}
.rtl .tingle-modal__close {
  right: auto;
  left: 2.5rem;
}
body.rtl .tingle-modal__close {
  left: 0;
  right: auto;
}
@media (max-width: 575.98px) {
  body.rtl .tingle-modal__close {
    right: auto;
    left: 1rem;
  }
}
.rtl .toolbar-amount .icon-load {
  right: 0;
}
.rtl .icon_plus-animation:before,
.rtl .icon_plus-animation:after {
  left: 6px;
  right: auto;
}
.rtl select {
  background-position: 15px center;
}
body.rtl .swiper-pagination-custom {
  left: 1.5rem;
  right: auto;
  top: auto;
}
body.rtl .percent_shipping_bar svg {
  left: -1.5rem;
  right: auto;
  transform: translate(-50%, -50%);
}
body.rtl .cart_shipping_free .cart_bar_w span svg {
  left: 0;
}
body.rtl .product__badges-type-percent {
  direction: ltr;
}
body.rtl .drop-range {
  background: linear-gradient(
    to right,
    #dfdfdf 0%,
    #dfdfdf calc(100% - var(--range-to)),
    var(--color-dark) calc(100% - var(--range-to)),
    var(--color-dark) calc(100% - var(--range-from)),
    #dfdfdf calc(100% - var(--range-from)),
    #dfdfdf 100%
  );
}
@media screen and (max-width: 1024.98px) {
  body.rtl .menu_label {
    right: auto;
    left: -10px;
  }
  body.rtl .menu_label:after {
    right: 0;
    left: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    border-left-color: var(--menu-label-bg);
    border-right-color: transparent;
  }
}
@media screen and (max-width: 767.98px) {
  .cart-item__quantity {
    left: 0;
    right: unset !important;
  }
  .rtl .cart_info cart-remove-button{
    left: 0;
    right: auto;
  }
}

.right-0 {
  left: 0;
  right: auto;
}
.rtl .bls__drawer.search__type-popup.left{
  left: auto;
}
.rtl .btn-idea{
  margin-left: 3rem;
}

/* å®¢æˆ·ç”»å»Š RTL æ”¯æŒ */
/* å®¢æˆ·å›¾ç‰‡ç”»å»Š RTL å¯¼èˆªæ&nbsp;·å¼ */
.rtl .customer-gallery-swiper .swiper-button-next {
  left: 10px;
  right: auto;
}

.rtl .customer-gallery-swiper .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* RTLå¸ƒå±€ä¸‹çš„å¯¼èˆªç®­å¤´æ–¹å‘è°ƒæ•´ */
.rtl .customer-gallery-swiper .swiper-button-next:after {
  content: 'â€¹';
}

.rtl .customer-gallery-swiper .swiper-button-prev:after {
  content: 'â€º';
}</pre></body></html>