|
@@ -1,17 +1,40 @@
|
|
|
-/* Reset and Base Styles */
|
|
|
|
|
|
|
+@font-face {
|
|
|
|
|
+ font-family: 'Freising Sans';
|
|
|
|
|
+ src: url('../fonts/FreisingSans-Regular.woff2') format('woff2');
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-display: swap;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@font-face {
|
|
|
|
|
+ font-family: 'Freising Sans';
|
|
|
|
|
+ src: url('../fonts/FreisingSans-Semibold.woff2') format('woff2');
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-display: swap;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
:root {
|
|
:root {
|
|
|
- --brand-primary: #2f3541;
|
|
|
|
|
- --brand-primary-dark: #242a33;
|
|
|
|
|
- --brand-danger: #cf2e2e;
|
|
|
|
|
- --brand-danger-dark: #b12727;
|
|
|
|
|
- --brand-accent: #cac300;
|
|
|
|
|
- --brand-dark: #1b1b1b;
|
|
|
|
|
- --brand-text: #f5f7fb;
|
|
|
|
|
- --brand-muted: #c7ccd6;
|
|
|
|
|
- --brand-surface: #2f3541;
|
|
|
|
|
- --brand-surface-alt: #3a4150;
|
|
|
|
|
- --brand-bg: #28292a;
|
|
|
|
|
- --brand-border: #3b4252;
|
|
|
|
|
|
|
+ --brand-primary: #111111;
|
|
|
|
|
+ --brand-primary-soft: #403d31;
|
|
|
|
|
+ --brand-danger: #b42318;
|
|
|
|
|
+ --brand-danger-dark: #8f1d14;
|
|
|
|
|
+ --brand-accent: #ffd71c;
|
|
|
|
|
+ --brand-accent-dark: #be9c00;
|
|
|
|
|
+ --brand-accent-soft: #fff4b7;
|
|
|
|
|
+ --brand-success: #196b3b;
|
|
|
|
|
+ --brand-success-soft: #edf8f0;
|
|
|
|
|
+ --brand-info: #1e3a5f;
|
|
|
|
|
+ --brand-info-soft: #edf3fb;
|
|
|
|
|
+ --brand-text: #111111;
|
|
|
|
|
+ --brand-muted: #5e5a4d;
|
|
|
|
|
+ --brand-surface: #ffffff;
|
|
|
|
|
+ --brand-surface-alt: #f8f4e7;
|
|
|
|
|
+ --brand-bg: #f4efe1;
|
|
|
|
|
+ --brand-bg-alt: #fffdf6;
|
|
|
|
|
+ --brand-border: #d7ceb5;
|
|
|
|
|
+ --brand-border-strong: #c2b48e;
|
|
|
|
|
+ --brand-shadow: rgba(16, 16, 16, 0.08);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
* {
|
|
@@ -21,32 +44,36 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
body {
|
|
|
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
|
|
|
|
|
|
+ font-family: 'Freising Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
|
color: var(--brand-text);
|
|
color: var(--brand-text);
|
|
|
- background-color: var(--brand-bg);
|
|
|
|
|
|
|
+ background:
|
|
|
|
|
+ radial-gradient(circle at top right, rgba(255, 215, 28, 0.22), transparent 22rem),
|
|
|
|
|
+ linear-gradient(180deg, #faf7ef 0%, var(--brand-bg) 100%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
a {
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ text-underline-offset: 0.18em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
a:hover {
|
|
|
- color: #e0d700;
|
|
|
|
|
|
|
+ color: var(--brand-primary-soft);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
.container {
|
|
|
- max-width: 1200px;
|
|
|
|
|
|
|
+ max-width: 1180px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Header */
|
|
|
|
|
.site-header {
|
|
.site-header {
|
|
|
- background-color: var(--brand-primary);
|
|
|
|
|
- color: white;
|
|
|
|
|
- padding: 0.9rem 0;
|
|
|
|
|
- box-shadow: 0 2px 6px rgba(0,0,0,0.18);
|
|
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.96);
|
|
|
|
|
+ color: var(--brand-text);
|
|
|
|
|
+ border-top: 12px solid var(--brand-accent);
|
|
|
|
|
+ border-bottom: 1px solid var(--brand-border);
|
|
|
|
|
+ backdrop-filter: blur(12px);
|
|
|
|
|
+ box-shadow: 0 18px 40px var(--brand-shadow);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header-inner {
|
|
.header-inner {
|
|
@@ -54,21 +81,22 @@ a:hover {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
gap: 2rem;
|
|
gap: 2rem;
|
|
|
|
|
+ padding: 1rem 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand {
|
|
.brand {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 1rem;
|
|
gap: 1rem;
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: var(--brand-text);
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand-logo {
|
|
.brand-logo {
|
|
|
- height: 52px;
|
|
|
|
|
|
|
+ height: 70px;
|
|
|
width: auto;
|
|
width: auto;
|
|
|
display: block;
|
|
display: block;
|
|
|
- filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
|
|
|
|
|
|
|
+ filter: drop-shadow(0 10px 18px rgba(16, 16, 16, 0.12));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand-text {
|
|
.brand-text {
|
|
@@ -78,15 +106,13 @@ a:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand-title {
|
|
.brand-title {
|
|
|
- font-size: 1.3rem;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
- letter-spacing: 0.02em;
|
|
|
|
|
|
|
+ font-size: 1.45rem;
|
|
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand-subtitle {
|
|
.brand-subtitle {
|
|
|
- font-size: 0.9rem;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- opacity: 0.9;
|
|
|
|
|
|
|
+ font-size: 0.95rem;
|
|
|
|
|
+ color: var(--brand-muted);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.site-nav {
|
|
.site-nav {
|
|
@@ -96,57 +122,102 @@ a:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.site-nav a {
|
|
.site-nav a {
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
- letter-spacing: 0.02em;
|
|
|
|
|
|
|
+ padding-bottom: 0.25rem;
|
|
|
|
|
+ border-bottom: 2px solid transparent;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.site-nav a:hover {
|
|
.site-nav a:hover {
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ border-color: var(--brand-accent);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Main Content */
|
|
|
|
|
main {
|
|
main {
|
|
|
min-height: calc(100vh - 200px);
|
|
min-height: calc(100vh - 200px);
|
|
|
- padding: 2rem 0;
|
|
|
|
|
|
|
+ padding: 2.5rem 0 3rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+h1,
|
|
|
|
|
+h2,
|
|
|
|
|
+h3,
|
|
|
|
|
+h4 {
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ line-height: 1.3;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+h1 {
|
|
|
|
|
+ font-size: 1.9rem;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ margin-bottom: 0.9rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+h2 {
|
|
|
|
|
+ font-size: 1.65rem;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ margin-bottom: 0.9rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+h3 {
|
|
|
|
|
+ font-size: 1.15rem;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ margin-bottom: 0.75rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+code {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ padding: 0.08rem 0.35rem;
|
|
|
|
|
+ border-radius: 8px;
|
|
|
|
|
+ background: var(--brand-surface-alt);
|
|
|
|
|
+ border: 1px solid var(--brand-border);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Buttons */
|
|
|
|
|
.btn {
|
|
.btn {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- padding: 0.75rem 1.5rem;
|
|
|
|
|
- background-color: var(--brand-danger);
|
|
|
|
|
- color: white;
|
|
|
|
|
|
|
+ padding: 0.72rem 1.5rem;
|
|
|
|
|
+ background-color: var(--brand-accent);
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
- border: none;
|
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border: 2px solid var(--brand-accent);
|
|
|
|
|
+ border-radius: 999px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- font-size: 1rem;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
- transition: background-color 0.3s;
|
|
|
|
|
|
|
+ font-size: 0.96rem;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
|
|
|
|
|
+ box-shadow: 0 12px 24px rgba(16, 16, 16, 0.08);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn:hover {
|
|
.btn:hover {
|
|
|
- background-color: var(--brand-danger-dark);
|
|
|
|
|
|
|
+ background-color: var(--brand-accent);
|
|
|
|
|
+ border-color: var(--brand-accent-dark);
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ transform: translateY(-1px);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-secondary {
|
|
.btn-secondary {
|
|
|
- background-color: transparent;
|
|
|
|
|
- border: 1px solid var(--brand-border);
|
|
|
|
|
- color: var(--brand-text);
|
|
|
|
|
|
|
+ background-color: #ece7d3;
|
|
|
|
|
+ border-color: #cfc7af;
|
|
|
|
|
+ color: #5a5648;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-secondary:hover {
|
|
.btn-secondary:hover {
|
|
|
- background-color: var(--brand-surface-alt);
|
|
|
|
|
|
|
+ background-color: #ded6bc;
|
|
|
|
|
+ border-color: #9b9b9b;
|
|
|
|
|
+ color: #4c4c4c;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-small {
|
|
.btn-small {
|
|
|
- padding: 0.5rem 1rem;
|
|
|
|
|
- font-size: 0.9rem;
|
|
|
|
|
|
|
+ padding: 0.48rem 1rem;
|
|
|
|
|
+ font-size: 0.88rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.btn-block {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Product Grid */
|
|
|
|
|
.products-grid {
|
|
.products-grid {
|
|
|
display: grid;
|
|
display: grid;
|
|
|
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
|
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
|
@@ -156,22 +227,24 @@ main {
|
|
|
|
|
|
|
|
.product-card {
|
|
.product-card {
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 28px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- box-shadow: 0 2px 8px rgba(0,0,0,0.4);
|
|
|
|
|
- transition: transform 0.3s, box-shadow 0.3s;
|
|
|
|
|
|
|
+ border: 1px solid var(--brand-border);
|
|
|
|
|
+ box-shadow: 0 20px 40px var(--brand-shadow);
|
|
|
|
|
+ transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-card:hover {
|
|
.product-card:hover {
|
|
|
- transform: translateY(-5px);
|
|
|
|
|
- box-shadow: 0 4px 12px rgba(0,0,0,0.15);
|
|
|
|
|
|
|
+ transform: translateY(-6px);
|
|
|
|
|
+ box-shadow: 0 26px 50px rgba(16, 16, 16, 0.12);
|
|
|
|
|
+ border-color: var(--brand-border-strong);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-card img {
|
|
.product-card img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 200px;
|
|
|
|
|
|
|
+ height: 220px;
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
- background-color: var(--brand-border);
|
|
|
|
|
|
|
+ background-color: #ece7d8;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-card-content {
|
|
.product-card-content {
|
|
@@ -179,14 +252,17 @@ main {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-card h3 {
|
|
.product-card h3 {
|
|
|
- font-size: 1.2rem;
|
|
|
|
|
- margin-bottom: 0.5rem;
|
|
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ margin-bottom: 0.35rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.product-card-title-link {
|
|
|
|
|
+ color: inherit;
|
|
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-card .price {
|
|
.product-card .price {
|
|
|
font-size: 1.5rem;
|
|
font-size: 1.5rem;
|
|
|
- font-weight: bold;
|
|
|
|
|
|
|
+ font-weight: 600;
|
|
|
color: var(--brand-text);
|
|
color: var(--brand-text);
|
|
|
margin: 0.5rem 0;
|
|
margin: 0.5rem 0;
|
|
|
}
|
|
}
|
|
@@ -210,7 +286,6 @@ main {
|
|
|
color: var(--brand-muted);
|
|
color: var(--brand-muted);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Forms */
|
|
|
|
|
.form-group {
|
|
.form-group {
|
|
|
margin-bottom: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
|
}
|
|
}
|
|
@@ -225,12 +300,12 @@ main {
|
|
|
.form-group textarea,
|
|
.form-group textarea,
|
|
|
.form-group select {
|
|
.form-group select {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- padding: 0.75rem;
|
|
|
|
|
|
|
+ padding: 0.8rem 0.95rem;
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-radius: 18px;
|
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
|
- background: var(--brand-surface-alt);
|
|
|
|
|
|
|
+ background: var(--brand-bg-alt);
|
|
|
color: var(--brand-text);
|
|
color: var(--brand-text);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -243,16 +318,22 @@ main {
|
|
|
.form-group select:focus {
|
|
.form-group select:focus {
|
|
|
outline: none;
|
|
outline: none;
|
|
|
border-color: var(--brand-accent);
|
|
border-color: var(--brand-accent);
|
|
|
- box-shadow: 0 0 0 3px rgba(202, 195, 0, 0.2);
|
|
|
|
|
|
|
+ box-shadow: 0 0 0 3px rgba(255, 215, 28, 0.25);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.form-group small {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin-top: 0.45rem;
|
|
|
|
|
+ color: var(--brand-muted);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Cart */
|
|
|
|
|
.cart-item {
|
|
.cart-item {
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
padding: 1.5rem;
|
|
padding: 1.5rem;
|
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
- border-radius: 8px;
|
|
|
|
|
- box-shadow: 0 2px 4px rgba(0,0,0,0.35);
|
|
|
|
|
|
|
+ border-radius: 24px;
|
|
|
|
|
+ border: 1px solid var(--brand-border);
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -274,13 +355,13 @@ main {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Tables */
|
|
|
|
|
table {
|
|
table {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
|
- box-shadow: 0 2px 4px rgba(0,0,0,0.35);
|
|
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border: 1px solid var(--brand-border);
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
|
|
+ border-radius: 24px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -301,7 +382,6 @@ table tr:hover {
|
|
|
background-color: var(--brand-surface-alt);
|
|
background-color: var(--brand-surface-alt);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Responsive table wrapper: full width, horizontal scroll when needed, cell wrapping */
|
|
|
|
|
.table-responsive {
|
|
.table-responsive {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
@@ -327,40 +407,42 @@ body.admin-page .container {
|
|
|
padding-right: 1rem;
|
|
padding-right: 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Alerts */
|
|
|
|
|
.alert {
|
|
.alert {
|
|
|
padding: 1rem;
|
|
padding: 1rem;
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-radius: 20px;
|
|
|
margin-bottom: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
|
- background: var(--brand-surface);
|
|
|
|
|
|
|
+ background: var(--brand-bg-alt);
|
|
|
color: var(--brand-text);
|
|
color: var(--brand-text);
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert-success {
|
|
.alert-success {
|
|
|
- border-color: var(--brand-accent);
|
|
|
|
|
|
|
+ background: var(--brand-success-soft);
|
|
|
|
|
+ border-color: var(--brand-success);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert-error {
|
|
.alert-error {
|
|
|
border-color: var(--brand-danger);
|
|
border-color: var(--brand-danger);
|
|
|
|
|
+ background: #fff3f1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert-info {
|
|
.alert-info {
|
|
|
- border-color: #ffffff;
|
|
|
|
|
|
|
+ background: var(--brand-info-soft);
|
|
|
|
|
+ border-color: rgba(30, 58, 95, 0.2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert-warning {
|
|
.alert-warning {
|
|
|
border-color: var(--brand-accent);
|
|
border-color: var(--brand-accent);
|
|
|
|
|
+ background: #fff9da;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Main page disclaimer */
|
|
|
|
|
.disclaimer-box {
|
|
.disclaimer-box {
|
|
|
margin: 1rem 0 1.5rem;
|
|
margin: 1rem 0 1.5rem;
|
|
|
- padding: 1rem;
|
|
|
|
|
|
|
+ padding: 1.2rem 1.3rem;
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
- border-left: 4px solid var(--brand-accent);
|
|
|
|
|
- background: var(--brand-surface);
|
|
|
|
|
- border-radius: 6px;
|
|
|
|
|
|
|
+ border-left: 6px solid var(--brand-accent);
|
|
|
|
|
+ background: linear-gradient(135deg, rgba(255, 215, 28, 0.16), rgba(255, 255, 255, 0.92));
|
|
|
|
|
+ border-radius: 22px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.disclaimer-box p + p {
|
|
.disclaimer-box p + p {
|
|
@@ -383,50 +465,65 @@ body.admin-page .container {
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Footer */
|
|
|
|
|
-footer {
|
|
|
|
|
- background-color: var(--brand-primary);
|
|
|
|
|
- color: white;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+.site-footer {
|
|
|
|
|
+ background: var(--brand-surface);
|
|
|
|
|
+ border-top: 6px solid var(--brand-accent);
|
|
|
padding: 2rem 0;
|
|
padding: 2rem 0;
|
|
|
margin-top: 3rem;
|
|
margin-top: 3rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.site-footer-inner {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ gap: 2rem;
|
|
|
|
|
+ align-items: flex-start;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.site-footer-title {
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ margin-bottom: 0.2rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.site-footer-meta,
|
|
|
|
|
+.site-footer-address {
|
|
|
|
|
+ color: var(--brand-muted);
|
|
|
|
|
+ margin-bottom: 0.15rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.footer-links {
|
|
.footer-links {
|
|
|
- margin-top: 0.8rem;
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
- justify-content: center;
|
|
|
|
|
|
|
+ justify-content: flex-end;
|
|
|
gap: 0.5rem 1rem;
|
|
gap: 0.5rem 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.footer-links a {
|
|
.footer-links a {
|
|
|
- color: #ffffff;
|
|
|
|
|
- text-decoration: underline;
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.footer-links a:hover {
|
|
.footer-links a:hover {
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Reservation Code */
|
|
|
|
|
.order-number {
|
|
.order-number {
|
|
|
background: var(--brand-surface-alt);
|
|
background: var(--brand-surface-alt);
|
|
|
border: 2px solid var(--brand-accent);
|
|
border: 2px solid var(--brand-accent);
|
|
|
padding: 2rem;
|
|
padding: 2rem;
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 24px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin: 2rem 0;
|
|
margin: 2rem 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.order-number h2 {
|
|
.order-number h2 {
|
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
letter-spacing: 0.2rem;
|
|
letter-spacing: 0.2rem;
|
|
|
font-family: 'Courier New', monospace;
|
|
font-family: 'Courier New', monospace;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Admin Styles */
|
|
|
|
|
.admin-header {
|
|
.admin-header {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
@@ -468,8 +565,8 @@ footer {
|
|
|
min-width: 220px;
|
|
min-width: 220px;
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
- border-radius: 6px;
|
|
|
|
|
- box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
|
|
|
|
|
|
|
+ border-radius: 20px;
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
z-index: 30;
|
|
z-index: 30;
|
|
|
padding: 0.35rem;
|
|
padding: 0.35rem;
|
|
|
}
|
|
}
|
|
@@ -522,8 +619,9 @@ footer {
|
|
|
.stat-card {
|
|
.stat-card {
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
padding: 1.5rem;
|
|
padding: 1.5rem;
|
|
|
- border-radius: 8px;
|
|
|
|
|
- box-shadow: 0 2px 4px rgba(0,0,0,0.35);
|
|
|
|
|
|
|
+ border-radius: 24px;
|
|
|
|
|
+ border: 1px solid var(--brand-border);
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.stat-card h3 {
|
|
.stat-card h3 {
|
|
@@ -534,73 +632,95 @@ footer {
|
|
|
|
|
|
|
|
.stat-card .stat-value {
|
|
.stat-card .stat-value {
|
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
|
- font-weight: bold;
|
|
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
|
.panel {
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
padding: 1.5rem;
|
|
padding: 1.5rem;
|
|
|
- border-radius: 8px;
|
|
|
|
|
- box-shadow: 0 2px 4px rgba(0,0,0,0.35);
|
|
|
|
|
|
|
+ border-radius: 24px;
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
margin-bottom: 2rem;
|
|
margin-bottom: 2rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.panel-lg {
|
|
|
|
|
+ padding: 2rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.panel-compact {
|
|
|
|
|
+ padding: 1rem;
|
|
|
|
|
+ margin-bottom: 1rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.status {
|
|
.status {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- padding: 0.2rem 0.6rem;
|
|
|
|
|
|
|
+ padding: 0.3rem 0.8rem;
|
|
|
border-radius: 999px;
|
|
border-radius: 999px;
|
|
|
font-size: 0.85rem;
|
|
font-size: 0.85rem;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
letter-spacing: 0.02em;
|
|
letter-spacing: 0.02em;
|
|
|
border: 1px solid transparent;
|
|
border: 1px solid transparent;
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.7);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-open {
|
|
.status-open {
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
- border-color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ background: #fff4b7;
|
|
|
|
|
+ border-color: #e0c038;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-notified,
|
|
|
|
|
-.status-picked {
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- border-color: #ffffff;
|
|
|
|
|
|
|
+.status-notified {
|
|
|
|
|
+ color: var(--brand-info);
|
|
|
|
|
+ background: var(--brand-info-soft);
|
|
|
|
|
+ border-color: rgba(30, 58, 95, 0.2);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.status-picked,
|
|
|
|
|
+.status-processed {
|
|
|
|
|
+ color: var(--brand-success);
|
|
|
|
|
+ background: var(--brand-success-soft);
|
|
|
|
|
+ border-color: rgba(25, 107, 59, 0.2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-expired {
|
|
.status-expired {
|
|
|
color: var(--brand-danger);
|
|
color: var(--brand-danger);
|
|
|
- border-color: var(--brand-danger);
|
|
|
|
|
|
|
+ background: #fff3f1;
|
|
|
|
|
+ border-color: rgba(180, 35, 24, 0.2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-hidden {
|
|
.status-hidden {
|
|
|
color: #9ca3af;
|
|
color: #9ca3af;
|
|
|
border-color: #6b7280;
|
|
border-color: #6b7280;
|
|
|
|
|
+ background: #f1f3f5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-unconfirmed {
|
|
.status-unconfirmed {
|
|
|
- color: #facc15;
|
|
|
|
|
- border-color: #facc15;
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
|
|
+ background: #fff0a3;
|
|
|
|
|
+ border-color: #e0c038;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-partial {
|
|
.status-partial {
|
|
|
- color: #93c5fd;
|
|
|
|
|
- border-color: #93c5fd;
|
|
|
|
|
|
|
+ color: #7c6517;
|
|
|
|
|
+ background: #f9efcb;
|
|
|
|
|
+ border-color: #e2ce7f;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-processed {
|
|
|
|
|
- color: #86efac;
|
|
|
|
|
- border-color: #86efac;
|
|
|
|
|
|
|
+.status-cancelled {
|
|
|
|
|
+ color: var(--brand-danger);
|
|
|
|
|
+ background: #fff3f1;
|
|
|
|
|
+ border-color: rgba(180, 35, 24, 0.2);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-cancelled {
|
|
|
|
|
- color: #fca5a5;
|
|
|
|
|
- border-color: #fca5a5;
|
|
|
|
|
|
|
+.status-self {
|
|
|
|
|
+ margin-left: 0.5rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.order-highlight {
|
|
.order-highlight {
|
|
|
font-size: 1.5rem;
|
|
font-size: 1.5rem;
|
|
|
- color: var(--brand-accent);
|
|
|
|
|
|
|
+ color: var(--brand-primary);
|
|
|
letter-spacing: 0.2rem;
|
|
letter-spacing: 0.2rem;
|
|
|
font-family: 'Courier New', monospace;
|
|
font-family: 'Courier New', monospace;
|
|
|
}
|
|
}
|
|
@@ -622,7 +742,7 @@ footer {
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
color: var(--brand-text);
|
|
color: var(--brand-text);
|
|
|
padding: 2rem;
|
|
padding: 2rem;
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 24px;
|
|
|
max-width: 1000px;
|
|
max-width: 1000px;
|
|
|
max-height: 95vh;
|
|
max-height: 95vh;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -640,11 +760,11 @@ footer {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 400px;
|
|
height: 400px;
|
|
|
background-color: var(--brand-surface-alt);
|
|
background-color: var(--brand-surface-alt);
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 28px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- color: var(--brand-text);
|
|
|
|
|
|
|
+ color: var(--brand-muted);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.table-compact th,
|
|
.table-compact th,
|
|
@@ -653,7 +773,6 @@ footer {
|
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Product Detail Grid */
|
|
|
|
|
.product-detail-grid {
|
|
.product-detail-grid {
|
|
|
display: grid;
|
|
display: grid;
|
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-columns: 1fr 1fr;
|
|
@@ -661,7 +780,6 @@ footer {
|
|
|
margin-top: 2rem;
|
|
margin-top: 2rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Checkout two-column layout (responsive via media query) */
|
|
|
|
|
.checkout-grid {
|
|
.checkout-grid {
|
|
|
display: grid;
|
|
display: grid;
|
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-columns: 1fr 1fr;
|
|
@@ -669,7 +787,25 @@ footer {
|
|
|
margin-top: 2rem;
|
|
margin-top: 2rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Cart total / actions block */
|
|
|
|
|
|
|
+.product-image {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ border-radius: 28px;
|
|
|
|
|
+ box-shadow: 0 20px 40px var(--brand-shadow);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.product-description-block {
|
|
|
|
|
+ margin: 1.5rem 0 2rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.product-description {
|
|
|
|
|
+ margin-top: 0.5rem;
|
|
|
|
|
+ line-height: 1.8;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.product-form {
|
|
|
|
|
+ margin-top: 2rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.cart-actions {
|
|
.cart-actions {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
margin: 2rem 0;
|
|
margin: 2rem 0;
|
|
@@ -692,7 +828,51 @@ footer {
|
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Responsive */
|
|
|
|
|
|
|
+.container-narrow {
|
|
|
|
|
+ max-width: 400px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.page-top-gap {
|
|
|
|
|
+ margin-top: 4rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.inline-form {
|
|
|
|
|
+ display: inline;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.admin-filter-form {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 1rem;
|
|
|
|
|
+ align-items: end;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.admin-filter-field {
|
|
|
|
|
+ min-width: 220px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.admin-filter-field-wide {
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.admin-filter-actions {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 0.5rem;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.section-title {
|
|
|
|
|
+ margin-bottom: 1rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.list-indent {
|
|
|
|
|
+ margin-left: 1.5rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.is-hidden {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
|
.header-inner {
|
|
.header-inner {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -706,11 +886,11 @@ footer {
|
|
|
|
|
|
|
|
.footer-links {
|
|
.footer-links {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- align-items: center;
|
|
|
|
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.brand-logo {
|
|
.brand-logo {
|
|
|
- height: 46px;
|
|
|
|
|
|
|
+ height: 62px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.products-grid {
|
|
.products-grid {
|
|
@@ -807,8 +987,11 @@ footer {
|
|
|
.admin-stats {
|
|
.admin-stats {
|
|
|
grid-template-columns: 1fr;
|
|
grid-template-columns: 1fr;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .site-footer-inner {
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- /* Admin tables: use full width, allow buttons to wrap */
|
|
|
|
|
body.admin-page .table-responsive {
|
|
body.admin-page .table-responsive {
|
|
|
margin-left: -1rem;
|
|
margin-left: -1rem;
|
|
|
margin-right: -1rem;
|
|
margin-right: -1rem;
|
|
@@ -827,7 +1010,6 @@ footer {
|
|
|
padding-right: 1rem;
|
|
padding-right: 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /* Admin tables: stack rows into blocks on narrow screens */
|
|
|
|
|
body.admin-page table.responsive-table {
|
|
body.admin-page table.responsive-table {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
@@ -846,9 +1028,9 @@ footer {
|
|
|
display: block;
|
|
display: block;
|
|
|
background: var(--brand-surface);
|
|
background: var(--brand-surface);
|
|
|
border: 1px solid var(--brand-border);
|
|
border: 1px solid var(--brand-border);
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 20px;
|
|
|
margin-bottom: 0.8rem;
|
|
margin-bottom: 0.8rem;
|
|
|
- box-shadow: 0 2px 4px rgba(0,0,0,0.35);
|
|
|
|
|
|
|
+ box-shadow: 0 18px 36px var(--brand-shadow);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
body.admin-page table.responsive-table td {
|
|
body.admin-page table.responsive-table td {
|
|
@@ -906,13 +1088,11 @@ footer {
|
|
|
gap: 1rem;
|
|
gap: 1rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /* Very narrow: admin tables scroll so columns stay readable */
|
|
|
|
|
.table-responsive table:not(.responsive-table) {
|
|
.table-responsive table:not(.responsive-table) {
|
|
|
min-width: 520px;
|
|
min-width: 520px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* Utility Classes */
|
|
|
|
|
.text-center {
|
|
.text-center {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
@@ -920,6 +1100,7 @@ footer {
|
|
|
.mt-1 { margin-top: 0.5rem; }
|
|
.mt-1 { margin-top: 0.5rem; }
|
|
|
.mt-2 { margin-top: 1rem; }
|
|
.mt-2 { margin-top: 1rem; }
|
|
|
.mt-3 { margin-top: 1.5rem; }
|
|
.mt-3 { margin-top: 1.5rem; }
|
|
|
|
|
+.mt-4 { margin-top: 2rem; }
|
|
|
.mb-1 { margin-bottom: 0.5rem; }
|
|
.mb-1 { margin-bottom: 0.5rem; }
|
|
|
.mb-2 { margin-bottom: 1rem; }
|
|
.mb-2 { margin-bottom: 1rem; }
|
|
|
.mb-3 { margin-bottom: 1.5rem; }
|
|
.mb-3 { margin-bottom: 1.5rem; }
|