How can I set a specific delivery countdown for one product in Shella theme?

Hello

im using shells theme and it has in build delivery count down. In the shella theme setting section I can configure date. see below image.

for all products count is sets to 2 days, Whta i want is that I just want for one product called “Plate” make delivery date 8 days from today dates how to do that.

this is code

{%- when ‘delivery_countdown’ -%}

{% capture delivery_countdown_counter_html %}0 {{ 'products.product.delivery_countdown.hours' | t | downcase }} 0 {{ 'products.product.delivery_countdown.minutes' | t | downcase }}{% endcapture %} {% capture delivery_countdown_delivery_html %}        /{{ "now" | date: "%m" }}/{{ "now" | date: "%Y" }}{% endcapture %} {% render 'icon-theme-116' %} {{ 'products.product.delivery_countdown_html' | t: counter: delivery_countdown_counter_html, delivery: delivery_countdown_delivery_html }}