diff --git a/.idea/php.xml b/.idea/php.xml
index 8e445c2..01ce694 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -10,12 +10,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/account.php b/account.php
index 024f71d..cacd594 100644
--- a/account.php
+++ b/account.php
@@ -69,7 +69,8 @@ include 'header.php';
diff --git a/assets/css/productpage.css b/assets/css/productpage.css
index 3759760..91e6b87 100644
--- a/assets/css/productpage.css
+++ b/assets/css/productpage.css
@@ -203,6 +203,16 @@
.product-specs p:hover {
transform: none;
}
+
+ /* Wishlist button under image on mobile */
+ .product-left .auth__actions {
+ margin-top: 0.75rem;
+ }
+
+ .product-left .auth__submit {
+ font-size: 0.88rem;
+ min-height: 46px;
+ }
}
/* ==========================================================
diff --git a/header.php b/header.php
index 7536faa..270af5e 100644
--- a/header.php
+++ b/header.php
@@ -17,12 +17,26 @@