.hns-product-loop-item .product-small,
.product-small:has(.hns-product-box__sku) {
  color: #191919;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.hns-product-loop-item .product-small .box-image,
.product-small:has(.hns-product-box__sku) .box-image {
  margin-bottom: 12px;
  background: #eee9df;
}

.hns-product-loop-item .product-small .box-image img,
.product-small:has(.hns-product-box__sku) .box-image img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.hns-product-loop-item .product-small .box-text,
.product-small:has(.hns-product-box__sku) .box-text {
  padding: 0;
}

.hns-product-loop-item .product-small .product-cat,
.hns-product-loop-item .product-small .star-rating,
.product-small:has(.hns-product-box__sku) .product-cat,
.product-small:has(.hns-product-box__sku) .star-rating {
  display: none;
}

.hns-product-loop-item .product-small .image-tools .quick-view,
.hns-product-loop-item .product-small .image-tools .cart-icon,
.hns-product-loop-item .product-small .image-tools .add-to-cart-grid,
.product-small:has(.hns-product-box__sku) .image-tools .quick-view,
.product-small:has(.hns-product-box__sku) .image-tools .cart-icon,
.product-small:has(.hns-product-box__sku) .image-tools .add-to-cart-grid {
  display: none;
}

.hns-product-loop-item .product-small .add-to-cart-button,
.product-small:has(.hns-product-box__sku) .add-to-cart-button {
  display: none;
}

.hns-product-box__sku {
  margin: 0 0 6px;
  color: #85827a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.hns-product-box__sku span {
  color: inherit;
}

.hns-product-loop-item .product-small .product-title,
.product-small:has(.hns-product-box__sku) .product-title {
  margin: 0 0 8px;
  color: #191919;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-product-loop-item .product-small .product-title a,
.product-small:has(.hns-product-box__sku) .product-title a {
  color: inherit;
}

.hns-product-box__best-seller {
  display: flex;
  min-height: 18px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
  line-height: 1.2;
}

.hns-product-box__best-seller-badge {
  display: inline-flex;
  min-height: 18px;
  align-items: center;
  padding: 3px 7px;
  background: #ffe7df;
  color: #e11d22;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.hns-product-box__best-seller-note {
  color: #c9901f;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.hns-product-loop-item .product-small .price-wrapper,
.product-small:has(.hns-product-box__sku) .price-wrapper {
  margin: 0 0 12px;
}

.hns-product-loop-item .product-small .price,
.product-small:has(.hns-product-box__sku) .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 19px;
  margin: 0;
  color: #191919;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.hns-product-loop-item .product-small .price del,
.product-small:has(.hns-product-box__sku) .price del {
  color: #8e8a82;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}

.hns-product-loop-item .product-small .price ins,
.product-small:has(.hns-product-box__sku) .price ins {
  color: #d80000;
  font-weight: 800;
  text-decoration: none;
}

.hns-product-loop-item .product-small .hns-product-box__actions,
.product-small:has(.hns-product-box__sku) .hns-product-box__actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.hns-product-loop-item .product-small .hns-product-box__actions .hns-product-box__action,
.product-small:has(.hns-product-box__sku) .hns-product-box__actions .hns-product-box__action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 25, 25, 0.55);
  background: transparent;
  color: #191919;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hns-product-loop-item .product-small .hns-product-box__actions .hns-product-box__action:hover,
.hns-product-loop-item .product-small .hns-product-box__actions .hns-product-box__action:focus-visible,
.product-small:has(.hns-product-box__sku) .hns-product-box__actions .hns-product-box__action:hover,
.product-small:has(.hns-product-box__sku) .hns-product-box__actions .hns-product-box__action:focus-visible {
  border-color: #191919;
  background: #191919;
  color: #fffcf5;
}

.badge-container .hns-product-box__image-badge {
  display: block;
  width: max-content;
  height: auto;
  margin: 0 0 4px;
}

.badge-container .hns-product-box__image-badge .badge-inner {
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  background: #f7ed9a;
  color: #191919;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 549px) {
  .hns-product-loop-item .product-small .hns-product-box__actions,
  .product-small:has(.hns-product-box__sku) .hns-product-box__actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hns-product-loop-item .product-small .product-title,
  .product-small:has(.hns-product-box__sku) .product-title {
    font-size: 11px;
  }

  .hns-product-loop-item .product-small .price,
  .product-small:has(.hns-product-box__sku) .price {
    font-size: 12px;
  }
}
