enable add to cart always but if product has variant redirect user to the details

This commit is contained in:
2025-10-07 23:06:00 +03:00
parent da9d7f8eb3
commit 9b98c4d5fe
3 changed files with 28 additions and 26 deletions

View File

@@ -25,8 +25,9 @@
);
/* Typography */
--font-roboto: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, sans-serif;
--font-roboto:
"Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, sans-serif;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
@@ -311,6 +312,6 @@ label {
:where(.css-dev-only-do-not-override-16tdzdu).ant-form-item
.ant-form-item-label
> label.ant-form-item-required::before {
position: relative !important;
top: 3px !important;
position: relative !important;
top: 3px !important;
}