html[lang="ar"],
body.feenas-rtl-polish {
  direction: rtl;
  text-align: right;
}

body.feenas-rtl-polish,
body.feenas-rtl-polish button,
body.feenas-rtl-polish input,
body.feenas-rtl-polish select,
body.feenas-rtl-polish textarea {
  font-family: Tahoma, Arial, sans-serif;
}

.feenas-rtl-polish .pull-left {
  float: right !important;
}

.feenas-rtl-polish .pull-right {
  float: left !important;
}

.feenas-rtl-polish .navbar-nav,
.feenas-rtl-polish .menu,
.feenas-rtl-polish .woocommerce-breadcrumb {
  direction: rtl;
}

.feenas-shop-filter {
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid #e7e2da;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(24, 24, 24, 0.06);
}

.feenas-filter-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.feenas-filter-heading span {
  color: #8b5e34;
  font-size: 13px;
  font-weight: 700;
}

.feenas-filter-heading strong {
  color: #1f2933;
  font-size: 18px;
  line-height: 1.5;
}

.feenas-shop-filter form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto auto;
  gap: 12px;
  align-items: end;
}

.feenas-shop-filter label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  color: #374151;
  font-weight: 700;
}

.feenas-shop-filter select {
  min-height: 44px;
  border: 1px solid #d6d3cc;
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  color: #111827;
}

.feenas-shop-filter button,
.feenas-filter-reset {
  min-height: 44px;
  border-radius: 6px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.feenas-shop-filter button {
  border: 0;
  color: #fff;
  background: #1f7a5c;
}

.feenas-filter-reset {
  border: 1px solid #d6d3cc;
  color: #374151;
  background: #faf9f7;
}

.feenas-shop-screen .product-block .rating,
.feenas-shop-screen .star-rating,
.feenas-product-landing .woocommerce-product-rating,
.feenas-product-landing .star-rating,
.feenas-product-landing #reviews {
  display: none !important;
}

.feenas-shop-screen .shop-sidebar-left-wrapper .widget_products,
.feenas-shop-screen .shop-sidebar-left-wrapper .widget_top_rated_products,
.feenas-shop-screen .shop-sidebar-left-wrapper .widget_recently_viewed_products {
  display: none !important;
}

.feenas-shop-screen .product-block .price,
.feenas-product-landing .summary .price,
.feenas-product-landing .add-to-cart-bottom-wrapper .price {
  color: #1f7a5c;
  font-weight: 900;
  letter-spacing: 0;
}

.feenas-shop-screen .product-block .price {
  font-size: 19px;
  line-height: 1.5;
}

.feenas-product-landing .summary .price {
  font-size: 30px;
  margin: 12px 0 18px;
}

.feenas-currency {
  margin-inline-start: 5px;
  white-space: nowrap;
}

.feenas-shop-screen .product-block {
  border: 1px solid #ece7de;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feenas-shop-screen .product-block:hover {
  transform: translateY(-3px);
  border-color: #d4c5ae;
  box-shadow: 0 14px 35px rgba(17, 24, 39, 0.1);
}

.feenas-shop-screen .product-block .metas {
  padding: 12px 12px 16px;
}

.feenas-shop-screen .product-block h3.name {
  min-height: 48px;
  font-size: 15px;
  line-height: 1.6;
}

.feenas-product-landing .details-product {
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.feenas-product-landing .top-content {
  border: 1px solid #eee5d8;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.feenas-product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.feenas-product-kicker span {
  border-radius: 999px;
  padding: 6px 11px;
  background: #eef8f3;
  color: #1f7a5c;
  font-size: 13px;
  font-weight: 800;
}

.feenas-product-landing .summary .product_title,
.feenas-product-landing .summary h1 {
  color: #111827;
  font-size: 34px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.feenas-trust-points {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.feenas-shipping-note {
  margin: 16px 0 0;
  border: 1px solid #d8eadf;
  border-radius: 8px;
  padding: 13px 15px;
  background: #f3fbf7;
}

.feenas-shipping-note strong,
.feenas-shipping-note span {
  display: block;
}

.feenas-shipping-note strong {
  color: #1f7a5c;
  margin-bottom: 5px;
}

.feenas-shipping-note span {
  color: #4b5563;
  line-height: 1.75;
}

.feenas-trust-points div {
  border: 1px solid #ece7de;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fbfaf8;
}

.feenas-trust-points strong,
.feenas-trust-points span {
  display: block;
}

.feenas-trust-points strong {
  color: #1f2933;
  margin-bottom: 4px;
}

.feenas-trust-points span {
  color: #5b6472;
  line-height: 1.7;
}

.feenas-product-story {
  margin: 34px 0 10px;
}

.feenas-story-card,
.feenas-description-panel,
.feenas-story-grid article {
  border: 1px solid #ece7de;
  border-radius: 8px;
  background: #fff;
}

.feenas-story-card {
  padding: 24px;
  margin-bottom: 16px;
}

.feenas-story-card span {
  color: #8b5e34;
  font-weight: 800;
}

.feenas-story-card h2,
.feenas-description-panel h2 {
  color: #111827;
  font-size: 26px;
  line-height: 1.45;
  margin: 6px 0 10px;
}

.feenas-story-card p,
.feenas-description-panel,
.feenas-story-grid p {
  color: #4b5563;
  line-height: 1.85;
}

.feenas-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.feenas-story-grid article {
  padding: 18px;
}

.feenas-story-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1f7a5c;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}

.feenas-story-grid h3 {
  color: #111827;
  font-size: 18px;
  margin-bottom: 8px;
}

.feenas-description-panel {
  padding: 24px;
}

.feenas-product-landing .single_add_to_cart_button,
.feenas-product-landing .button.alt {
  border-radius: 6px !important;
  min-height: 48px;
  padding: 0 24px !important;
  font-weight: 900 !important;
  background: #1f7a5c !important;
}

@media (max-width: 767px) {
  .feenas-shop-filter form {
    grid-template-columns: 1fr;
  }

  .feenas-filter-heading strong {
    font-size: 16px;
  }

  .feenas-shop-screen .product-block h3.name {
    min-height: auto;
  }

  .feenas-product-landing .top-content {
    padding: 12px;
  }

  .feenas-product-landing .summary .product_title,
  .feenas-product-landing .summary h1 {
    font-size: 25px;
  }

  .feenas-product-landing .summary .price {
    font-size: 24px;
  }

  .feenas-story-grid {
    grid-template-columns: 1fr;
  }
}
