/**
 * Jacobs Theme — RTL overrides
 * Credit: Johnny
 */

html { direction: rtl; }

body.rtl,
[dir="rtl"] {
  text-align: right;
}

.site-logo { direction: ltr; }

input[type="tel"],
input[type="email"],
input[type="url"],
[dir="ltr"] {
  direction: ltr;
  text-align: left;
}

.modal__close {
  left: auto;
  right: 1rem;
}

.floating-utils {
  left: auto;
  right: 1.5rem;
}

.cart-count {
  left: auto;
  right: -8px;
}

.product-card__price del {
  margin-left: 0;
  margin-right: 0.5rem;
}

select.select-chevron {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left 0.75rem center;
  padding-left: 2.5rem;
  padding-right: 1rem;
}

.woocommerce .woocommerce-product-gallery {
  direction: ltr;
}

@media (min-width: 768px) {
  .hero__overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
  }
}
