.w2w-neorest-product-loop .products .col,
.tax-product_cat .products .col,
.post-type-archive-product .products .col {
  margin-bottom: 0;
}

.w2w-loop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
  box-sizing: border-box;
}

.w2w-loop-card__head {
  flex: 0 0 auto;
  padding: 0px !important;
  text-align: left;
}

.w2w-loop-card .box-image {
  flex: 0 0 auto;
  flex-shrink: 0;
  min-height: min-content;
  border-top: 1px solid #e5e5e5;
  margin: 0 !important;
}

.w2w-loop-card__head .title-wrapper {
  margin-bottom: 0.35em;
}

.w2w-loop-card__head .price-wrapper {
  margin-bottom: 0;
}

.w2w-loop-sku {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.35;
}

.w2w-loop-badge-row {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.w2w-loop-badge-row .badge {
  position: static;
}

.w2w-loop-card__lower {
  flex: 1 1 auto;
  padding: 0 !important;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.w2w-loop-card__lower .w2w-pcn {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}

.w2w-loop-card__lower .box-excerpt {
  margin-top: 8px;
}

.w2w-loop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

.w2w-loop-footer__left {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.w2w-pcn-more--footer {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none !important;
  border-radius: 50%;
  background: #1e73be;
  color: #fff !important;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
}

.w2w-pcn-more--footer:hover {
  background: #185d98;
  color: #fff !important;
}

.w2w-pcn-more--footer .w2w-pcn-more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.w2w-pcn-more--footer .w2w-pcn-more__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.w2w-loop-footer__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}

.w2w-loop-footer__compare:hover {
  border-color: #999;
  background: #fafafa;
  color: #111 !important;
}

.w2w-loop-card .box-image > .badge-container {
  display: none !important;
}

.single-product .related.related-products-wrapper {
  margin-top: 32px;
  clear: both;
}

.single-product .related.related-products-wrapper .products .col {
  margin-bottom: 0;
}

.single-product .related.related-products-wrapper .product-section-title-related {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3;
}
