html[dir="rtl"] .product-price,
html[dir="rtl"] .predictive-search__product-price {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] theme-price-range,
html[dir="rtl"] .price-range-input {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .header-nav-drawer__content {
  transform: translateX(100%);
}

html[dir="rtl"] .announcement-bar__button[name="previous"] {
  transform: rotate(-90deg) translateX(35%);
}

html[dir="rtl"] .announcement-bar__button[name="next"] {
  transform: rotate(90deg) translateX(-35%);
}

html[dir="rtl"] .slideshow__pager--arrow[name="previous"],
html[dir="rtl"] .product-group .media-container__pager--arrow[name="previous"],
html[dir="rtl"] .shopping-video__product-video-list-group-track-indicator-pager--arrow-icon--previous {
  transform: rotate(-90deg);
}

html[dir="rtl"] .slideshow__pager--arrow[name="next"],
html[dir="rtl"] .product-group .media-container__pager--arrow[name="next"],
html[dir="rtl"] .shopping-video__product-video-list-group-track-indicator-pager--arrow-icon--next {
  transform: rotate(90deg);
}

html[dir="rtl"] .product-detail__media-gallery .media-gallery__arrow[name="previous"] .icon {
  transform: rotate(-90deg);
}

html[dir="rtl"] .product-detail__media-gallery .media-gallery__arrow[name="next"] .icon {
  transform: rotate(90deg);
}

html[dir="rtl"] .product-media-preview__arrow[name="previous"] .icon,
html[dir="rtl"] .featured-slideshow__arrows--arrow[name="previous"],
html[dir="rtl"] .product-card__carousel-arrow--next,
html[dir="rtl"] .pagination-simple__button--next,
html[dir="rtl"] .pagination-standard__button--next,
html[dir="rtl"] .featured-collection__button--next svg,
html[dir="rtl"] .text-columns-with-image__controls-next > svg,
html[dir="rtl"] .block-brand-list__button--next svg,
html[dir="rtl"] .block-collection-list__button--next svg,
html[dir="rtl"] .block-product-list__button--previous svg,
html[dir="rtl"] .featured-collection__carousel-view-more-button-icon svg {
  transform: rotate(180deg);
}

html[dir="rtl"] .product-media-preview__arrow[name="next"] .icon,
html[dir="rtl"] .featured-slideshow__arrows--arrow[name="next"],
html[dir="rtl"] .product-card__carousel-arrow--prev,
html[dir="rtl"] .pagination-simple__button--previous,
html[dir="rtl"] .pagination-standard__button--previous,
html[dir="rtl"] .featured-collection__button--previous svg,
html[dir="rtl"] .text-columns-with-image__controls-prev > svg,
html[dir="rtl"] .block-brand-list__button--previous svg,
html[dir="rtl"] .block-collection-list__button--previous svg,
html[dir="rtl"] .block-product-list__button--next svg {
  transform: none;
}

html[dir="rtl"] .breadcrumb__icon {
  transform: none;
}

html[dir="rtl"] .heading-with-link__view-more svg {
  transform: rotate(180deg);
}

html[dir="rtl"] .main-article__button-back svg {
  transform: rotate(-90deg);
}

html[dir="rtl"] .block-article-card__button svg {
  transform: rotate(90deg);
}

html[dir="rtl"] .before-after__pager--arrow[name="previous"] {
  transform: translateY(-50%) rotate(180deg);
}

html[dir="rtl"] .before-after__pager--arrow[name="next"] {
  transform: translateY(-50%);
}

html[dir="rtl"] .block-brand-list__button--previous,
html[dir="rtl"] .block-collection-list__button--previous {
  transform: translate(50%, -50%);
}

html[dir="rtl"] .block-brand-list__button--next,
html[dir="rtl"] .block-collection-list__button--next {
  transform: translate(-50%, -50%);
}

html[dir="rtl"] .block-product-variant-picker
  .variant-picker__swatch-carousel-button--previous {
  transform: none;
}

html[dir="rtl"] .block-product-variant-picker
  .variant-picker__swatch-carousel-button--next {
  transform: rotate(180deg);
}

html[dir="rtl"] .block-product-variant-picker .variant-picker__swatch-carousel-button {
  background: linear-gradient(to left, transparent, #fff 40%);
}

html[dir="rtl"]
  .shopping-video__product-video-list-group-track-container-indicator-pager--pages-arrow
  > button[name="previous"] {
  transform: none;
}

html[dir="rtl"]
  .shopping-video__product-video-list-group-track-container-indicator-pager--pages-arrow
  > button[name="next"] {
  transform: rotate(180deg);
}

html[dir="rtl"] .text-columns-with-image__card-group-scroll {
  scroll-padding-right: var(--card-group-padding);
  scroll-padding-left: 0;
}

html[dir="rtl"] .product-detail__media-gallery[data-mobile-layout="two-columns"] .media-gallery__list,
html[dir="rtl"] .product-detail__media-gallery[data-mobile-layout="hide-thumbnail"] .media-gallery__list,
html[dir="rtl"] .product-detail__media-gallery[data-mobile-layout="show-thumbnail"] .media-gallery__list {
  scroll-padding-right: var(--padding-inline-start);
  scroll-padding-left: 0;
}

@media (min-width: 960px) {
  html[dir="rtl"] .image-with-text-section.overlap .image-with-text__group {
    transform: translateX(36px);
  }
}

@media (max-width: 959px) {
  html[dir="rtl"] .before-after__pager--arrow[name="previous"] {
    transform: rotate(180deg) scale(0.8);
  }

  html[dir="rtl"] .before-after__pager--arrow[name="next"] {
    transform: scale(0.8);
  }
}
