diff --git a/frontend/components/product/ProductHero/index.vue b/frontend/components/product/ProductHero/index.vue
index 0147c79..1dea7e3 100644
--- a/frontend/components/product/ProductHero/index.vue
+++ b/frontend/components/product/ProductHero/index.vue
@@ -314,20 +314,27 @@ watch(
class="flex items-center gap-4"
v-if="selectedVariant!.cart_quantity === 0"
>
-
-
+
+
diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts
index f08da02..2d0f492 100644
--- a/frontend/types/global.d.ts
+++ b/frontend/types/global.d.ts
@@ -90,6 +90,8 @@ declare global {
color: string;
video: string | null;
cart_quantity: number;
+ special_discount_amount: string | null;
+ special_discount_link: string;
};
type Product = {