diff --git a/src/app/pages/shop/shop.component.html b/src/app/pages/shop/shop.component.html
index efbaeb1..f52318c 100644
--- a/src/app/pages/shop/shop.component.html
+++ b/src/app/pages/shop/shop.component.html
@@ -34,6 +34,6 @@
Catégories
-
-
+
diff --git a/src/app/pages/shop/shop.component.scss b/src/app/pages/shop/shop.component.scss
index dc79ce6..71354a8 100644
--- a/src/app/pages/shop/shop.component.scss
+++ b/src/app/pages/shop/shop.component.scss
@@ -1,3 +1,21 @@
.shop-container {
padding-bottom: 15%;
}
+
+.shop-basket-container {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ width: 70%;
+ box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
+ z-index: 10;
+
+ @media (min-width: 768px) { // Tablet devices
+ width: 60%;
+ }
+
+ @media (min-width: 1024px) { // PC screens
+ width: 40%;
+ }
+}
+