.hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-title {
  font-size: 3rem;
  height: 1.3em;
  letter-spacing: 0.025em;
  color: var(--color-02);
  font-family: var(--font-family-02);
}
.hero-subtitle {
  color: rgb(216 210 199 / 1);
  max-width: 42rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.hero-button {
  font-family: var(--font-family-02);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f2bd61;
  color: #262628;
  border-radius: 20px;
}
.hero-button-icon {
  width: 1rem;
  height: 1rem;
}
#i6bwt {
  border-radius: 20px;
  height: 24px;
  width: 24px;
  padding: 3px;
  background: #262628;
}
#i6bwt:lang(ar) {
  rotate: 180deg;
}
.filter-section {
  background-color: var(--bg-card);
}
.filter-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.filter-bar {
  font-family: var(--font-family-02);
  border-radius: 0.75rem;
  background-color: var(--color-cart-1);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.filter-heading {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-family-01);
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.bar-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--color-02);
}
.filter-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.search-wrap {
  display: flex;
  gap: 10px;
}
#searchBtn {
  border-radius: 35px;
  font-family: var(--font-family-01);
  font-size: var(--font-size-base-mobile);
  padding: 10px 20px;
  background: var(--color-box-1);
}
.search-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-gb);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#searchInput {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 24px;
  background-color: var(--color-gb);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--color-01);
  font-family: var(--font-family-02);
  border: 1px solid var(--color-box-1);
}
.sort-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-gb);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sort-control:hover {
  background-color: rgb(26 27 29 / 1);
}
.icon-sort {
  width: 1rem;
  height: 1rem;
}
.sort-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-01);
}
.sort-select {
  border-radius: 23px;
  font-family: var(--font-family-02);
  background-color: transparent;
  color: var(--color-01);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.5rem;
  border-color: var(--color-box-1);
}
.sort-select option {
  font-family: var(--font-family-02);
  cursor: pointer;
}
.sort-select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.price-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-gb);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.price-control:hover {
  background-color: rgb(26 27 29 / 1);
}
.icon-price {
  width: 1rem;
  height: 1rem;
}
.price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-01);
  font-family: var(--font-family-02);
}
.price-range {
  margin-left: 0.75rem;
  width: 10rem;
  background: #fff0;
}
.price-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-golden-08);
  margin-left: 0.5rem;
}
.category-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-button {
  border-radius: 20px;
  font-family: var(--font-family-02);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--color-gb);
  color: var(--color-01);
}
.category-button:hover {
  background-color: rgb(33 34 37 / 1);
}
.product-grid-section {
  background-color: var(--bg-primary);
}
.product-grid-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.header-text {
  display: flex;
  flex-direction: column;
}
.grid-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgb(250 246 238 / 1);
}
.grid-subtitle {
  color: rgb(214 208 199 / 1);
}
.header-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#iy03o {
  padding-top: 100px;
}
.product-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}
.product-card.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute; /* يمنع حدوث فواصل عند الاختفاء */
}
.header-link-icon {
  width: 1rem;
  height: 1rem;
}
.products {
  display: flex;
  width: 100%;
}
.product-grid {
  display: flex;
  grid-template-columns: 3fr;
  gap: 25px;
  flex-wrap: wrap;
}

.product-card {
  max-height: 350px;
  height: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 23%;
  border-radius: 1rem;
  overflow: hidden;
}
.tsmes {
  --r: 20px;
  --s: 30px;
  --x: 25px;
  --y: 0px;
  width: auto;
  aspect-ratio: 1;
  border-radius: var(--r);
  background-color: var(--color-cart-1);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000
        72%);
  --_g: conic-gradient(
    from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),
    #0000 25%,
    #000 0
  );
  --_d: (var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
  background-color: var(--color-cart-1);
  height: 100%;
}
.product-image-wrapper {
  position: relative;
  width: 100%;
  height: 12rem;
  overflow: hidden;
  background: #e6e6e8;
}
.product-image-wrapper a {
  width: 100%;
  height: 200px;
  display: flex;
}
.product-image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  z-index: 500;
  position: sticky;
}
.product-image {
  width: 100%;
  height: 100%;
}
.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.product-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-name:lang(ar) {
  font-size: var(--font-size-base-mobile);
}
.product-name {
  font-size: var(--font-size-base);
  line-height: 1rem;
  color: var(--color-02);
  font-family: var(--font-family-02);
  margin-bottom: 0;
  padding-bottom: 0px;
}
.product-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(214 208 199 / 1);
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: left;
}
.add_to_cart_button {
  border-radius: 22px !important;
  background: var(--color-03) !important;
  color: var(--color-01) !important;
  font-family: var(--font-family-02) !important ;
  font-weight: 500 !important;
}
.add_to_cart_button:hover {
  background: #4a4a4a !important;
}
/* للمتصفحات المبنية على WebKit */
input[type="range"]::-webkit-slider-runnable-track {
  background: #f2bd61; /* اللون الذهبي */
  height: 4px;
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border: 3px solid #f2bd61;
  border-radius: 50%;
  margin-top: -7px; /* لتوسيطه على الشريط */
}

/* Firefox */
input[type="range"]::-moz-range-track {
  background: #f2bd61;
  height: 4px;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border: 3px solid #f2bd618f;
  border-radius: 50%;
}
.product-price {
  line-height: 1.75rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-base);
  font-family: var(--font-family-02);
}
.product-price .price {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.product-price .price .price-old {
  font-size: var(--font-size-base-mobile);
  text-decoration: line-through;
}
.product-price .price .price-real {
  color: var(--color-golden-06);
  font-weight: 500;
  font-size: var(--font-size-h4);
  font-family: var(--font-family-01);
}
.product-price .price ins bdi {
  color: var(--color-golden-06);
  font-weight: 600;
}
.card-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.quick-view-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.add-cart-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgb(26 27 29 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.add-cart-button:hover {
  background-color: rgb(33 34 37 / 1);
}

.add-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.pagination {
  display: none !important;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pagination-icon {
  width: 1rem;
  height: 1rem;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-number {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  background-color: transparent;
}

.page-number:hover {
  background-color: rgb(33 34 37 / 0.4);
}
.added_to_cart {
  font-size: var(--font-size-h6-mobile) !important;
  padding-top: 0 !important;
  margin: 0 !important;
  line-height: 3 !important;
  color: var(--color-box-3) !important;
}
.featured-collections-section {
  background-color: rgb(15 15 16 / 1);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.collections-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.collections-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.collections-accent {
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 9999px;
}

.collections-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgb(250 246 238 / 1);
}

.collections-subtitle {
  color: rgb(214 208 199 / 1);
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.collection-banner {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  display: block;
}

.gradient-layer {
  position: absolute;
  inset: 0px;
}

.collection-image {
  width: 100%;
  height: 15rem;
}

.collection-content {
  position: absolute;
  inset: 0px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.collection-badge {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

.collection-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(250 246 238 / 1);
}

.collection-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(240 233 221 / 1);
}

.quick-view-overlay {
  position: fixed;
  inset: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1.5rem;
}

.quick-view-modal {
  max-width: 32rem;
  width: 100%;
  border-radius: 1rem;
  background-color: rgb(20 20 21 / 1);
  overflow: hidden;
}

.quick-view-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-view-image {
  width: 100%;
  height: 15rem;
}

.quick-view-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.quick-view-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(250 246 238 / 1);
}

.quick-view-notes {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(214 208 199 / 1);
}

.quick-view-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.quick-view-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.quick-view-add {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.quick-view-close {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgb(26 27 29 / 1);
}

.quick-view-close:hover {
  background-color: rgb(33 34 37 / 1);
}

#i90j0a {
  background-image: linear-gradient(
    120deg,
    rgba(255, 179, 71, 0.25),
    rgba(41, 34, 25, 0.5)
  );
}
#i15m8g {
  background-image: linear-gradient(
    120deg,
    rgba(255, 179, 71, 0.25),
    rgba(34, 29, 24, 0.45)
  );
}
#iwxf36 {
  background-image: linear-gradient(
    120deg,
    rgba(255, 179, 71, 0.35),
    rgba(28, 26, 23, 0.55)
  );
}
.no-results {
  font-family: var(--font-family-02);
  background: var(--color-box-1);
  width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 30px;
}
.wc-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #222;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.3s ease;
  z-index: 999999999;
}

.wc-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#wc-toast img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

#wc-toast-close {
  color: white;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: 0;
  background: #404044;
  border-radius: 100%;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 9px;
}
.umsfe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.umsfe .woocommerce .star-rating {
  height: 16px;
}
.added_to_cart {
  color: var(--color-01);
  padding-top: 0px;
  font-family: var(--font-family-02);
}
.added {
  display: none !important;
}
.added_to_cart {
  padding-top: 0 !important;
}
.product-price {
  display: block !important;
}
@media (max-width: 992px) {
  .filter-bar {
    padding: 0.75rem;
  }
  .filter-controls {
    width: 100%;
    flex-wrap: wrap;
  }
  .price-range {
    width: 8rem;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .collections-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #ieujlk {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .product-card {
    height: 330px;
    flex: 0 0 23% !important;
  }
}

@media (max-width: 768px) {
  .product-card {
    flex: 0 0 31% !important;
  }
  .product-image-wrapper {
    height: 8rem;
  }
  .product-image-wrapper a {
    height: 120px;
  }
  .product-grid {
    gap: 15px;
  }
  .product-name {
    margin-bottom: 0;
    font-size: var(--font-size-base);
  }
  .product-price .price {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 480px) {
  #searchInput {
    max-width: 197px;
    line-height: 9px;
    padding: 10px;
    font-size: var(--font-size-base);
  }
  /* .product-name {} */
  .tsmes {
    --x: 15px;
    --y: -7px;
  }
  .card-actions a {
    line-height: 15px !important;
    font-size: var(--font-size-base-mobile) !important;
  }
  .added_to_cart {
    font-family: var(--font-family-01);
    font-size: var(--font-size-base-mobile) !important;
    width: 50px;
    margin-left: 22px;
  }
  .product-price .price-real {
    font-size: var(--font-size-base) !important;
    line-height: 1rem;
    font-weight: 500;
  }
  .product-grid {
    gap: 15px;
  }
  .product-meta {
    margin-top: 0;
    flex-direction: row;
  }
  .product-name {
    margin-bottom: 0;
    font-size: var(--font-size-small-mobile);
    font-family: var(--font-family-02);
  }
  .product-content {
    padding: 10px;
  }
  .product-image-wrapper {
    height: 7rem;
  }
  .product-image-wrapper a {
    height: 120px;
  }
  .product-card {
    flex: 0 0 47% !important;
  }
  .hero-actions {
    margin-top: 0;
  }
  #ixf4y {
    font-size: var(--font-size-base-mobile);
  }
  #iy03o {
    padding-top: 50px;
  }
  .hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #ieujlk {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  #iunjv {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #i6se7 {
    padding: 1rem;
  }
  #i414f {
    padding: 2rem 1rem;
  }
  #iwo4d {
    flex-direction: column;
  }
  #i6uv0i {
    padding: 1rem;
  }
  #isvpt7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-price .price {
    flex-direction: column;
    gap: 0px;
    /* margin-top: 7px; */
  }
}
@media (max-width: 320px) {
  .product-card {
    flex: 0 0 95% !important;
    margin: auto;
  }
  .product-image-wrapper {
    height: 8rem;
  }
  .product-image-wrapper a {
    height: 135px;
  }
}

/* Filter Toggle Button Styles */
.filter-toggle-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-gb);
  color: var(--color-01);
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-family-02);
  font-size: var(--font-size-base-mobile);
  line-height: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: inherit;
}

.filter-toggle-btn:hover {
  background-color: rgb(33 34 37 / 1);
  transform: translateY(-1px);
}

.filter-toggle-btn:active {
  transform: translateY(0);
}

.toggle-icon {
  width: 1rem;
  height: 1rem;
  background: var(--color-box-1);
  border-radius: 100%;
  transition: transform 0.3s ease;
}

.filter-toggle-btn[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.filter-controls {
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}

.filter-controls.show {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
}

.filter-controls.hide {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
}

/* تصنيفات المنتج */
.product-categories {
  margin-bottom: 0.5rem;
}

.product-category-link {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-golden-06);
  text-decoration: none;
  font-family: var(--font-family-02);
  transition: color 0.3s ease;
}

.product-category-link:hover {
  color: var(--color-golden-08);
  text-decoration: underline;
}

.product-category-link:not(:last-child)::after {
  content: ",";
  margin-right: 0.25rem;
  color: rgb(214 208 199 / 1);
}

/* تقييم المنتج */
.product-rating {
  display: flex;
  margin-bottom: 0.5rem;
}

.product-rating .star-rating {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--color-golden-06);
}

.product-rating .star-rating::before {
  color: var(--color-golden-06);
}

.product-rating .star-rating span::before {
  color: rgb(181, 135, 66);
}

/* استجابة للأجهزة المحمولة */
@media (max-width: 768px) {
  .product-content {
    gap: 0;
  }
  .product-categories {
    margin-bottom: 0;
  }

  .product-category-link {
    font-size: 0.7rem;
  }

  .product-rating {
    margin-bottom: 0rem;
  }

  .product-rating .star-rating {
    font-size: 0.8rem;
    height: 14px;
  }
}
