/* =============================================================
   ROCK REBEL SKIN  v2.0.64
   Platform: AspDotNetStorefront ML v8.0.1.2
   Last updated: 2026-07-03
   ============================================================= */

/* ASPDNSF Legacy Class Overrides (Required) */
#main-content img { max-width: 100%; height: auto; }

#main-content .rr-product-img-link img {
  width: 250px !important;
  max-width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}

#main-content .RegularPrice,
#main-content .regularprice,
#main-content .original {
  text-decoration: line-through !important;
  margin-right: 0.5rem !important;
  color: var(--text-primary) !important;
}

#main-content .sale {
  color: var(--accent) !important;
}

input[name="ContinueShoppingButton"],
input[name="UpdateCartButton"],
input[name="CheckoutNowButton"],
input[name="CartDeleteButton"] {
  /* Custom styles for cart buttons if needed */
}
