diff --git a/README.md b/README.md
index 09e3934..c67b53d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
A [Vue Storefront](https://www.vuestorefront.io) Theme for Passionate Developers with larger catalogs in mind, based on the
wonderful [Tailwind](https://tailwindcss.com) CSS framework.
-Latest tested Vue Storefront version - [1.10.3](https://github.com/DivanteLtd/vue-storefront/tree/v1.10.3)
+Latest tested Vue Storefront version - [1.11.2](https://github.com/DivanteLtd/vue-storefront/tree/v1.11.2)
## Installing
@@ -28,35 +28,6 @@ The result should look something like this:
// ...
```
-
-## Tailwind Prerequisites
-
-You may need to run `yarn` from the vuetique theme directory.
-
-Add the following line to `core/build/webpack.base.config.js` in `postcssConfig` var
-
-```js
-require('tailwindcss')(path.join(themeRoot, 'tailwind.config.js')),
-```
-
-The result should look something like this:
-
-```js
-const postcssConfig = {
- loader: 'postcss-loader',
- options: {
- ident: 'postcss',
- plugins: (loader) => [
- require('tailwindcss')(path.join(themeRoot, 'tailwind.config.js')),
- require('postcss-flexbugs-fixes'),
- require('autoprefixer')({
- flexbox: 'no-2009',
- }),
- ]
- }
-};
-```
-
## Image hover support
To make image hover function, you need to make a few changes to your Vue Storefront local.json file.
diff --git a/components/core/AddToCart.vue b/components/core/AddToCart.vue
index 9278d34..d47d041 100644
--- a/components/core/AddToCart.vue
+++ b/components/core/AddToCart.vue
@@ -14,16 +14,26 @@
diff --git a/components/core/ProductPrice.vue b/components/core/ProductPrice.vue
new file mode 100644
index 0000000..848b8ce
--- /dev/null
+++ b/components/core/ProductPrice.vue
@@ -0,0 +1,90 @@
+
+