@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));
@theme inline {
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-destructive-foreground: var(--destructive-foreground);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
}
:root {
/* Aziza Theme - Soft Green & Black */
--primary: #b0c4b1; /* Soft Green */
--primary-foreground: #ffffff; /* White */
--sidebar-primary: #b0c4b1;
--sidebar-primary-foreground: #ffffff;
--chart-1: #b0c4b1;
--chart-2: #b0c4b1;
--chart-3: #b0c4b1;
--chart-4: #b0c4b1;
--chart-5: #b0c4b1;
--radius: 0.5rem;
--background: #ffffff; /* White */
--foreground: #000000; /* Black */
--card: #ffffff;
--card-foreground: #000000;
--popover: #ffffff;
--popover-foreground: #000000;
--secondary: #f5f5f5; /* Light Gray */
--secondary-foreground: #000000;
--muted: #e0e0e0; /* Medium Gray */
--muted-foreground: #666666;
--accent: #b0c4b1; /* Soft Green */
--accent-foreground: #000000;
--destructive: #ff0000; /* Red for sales */
--destructive-foreground: #ffffff;
--border: #cccccc;
--input: #f0f0f0;
--ring: #b0c4b1;
--sidebar: #ffffff;
--sidebar-foreground: #000000;
--sidebar-accent: #b0c4b1;
--sidebar-accent-foreground: #000000;
--sidebar-border: #cccccc;
--sidebar-ring: #b0c4b1;
}
.dark {
--primary: var(--color-blue-700);
--primary-foreground: var(--color-blue-50);
--sidebar-primary: var(--color-blue-500);
--sidebar-primary-foreground: var(--color-blue-50);
--background: oklch(0.141 0.005 285.823);
--foreground: oklch(0.85 0.005 65);
--card: oklch(0.21 0.006 285.885);
--card-foreground: oklch(0.85 0.005 65);
--popover: oklch(0.21 0.006 285.885);
--popover-foreground: oklch(0.85 0.005 65);
--secondary: oklch(0.24 0.006 286.033);
--secondary-foreground: oklch(0.7 0.005 65);
--muted: oklch(0.274 0.006 286.033);
--muted-foreground: oklch(0.705 0.015 286.067);
--accent: oklch(0.274 0.006 286.033);
--accent-foreground: oklch(0.92 0.005 65);
--destructive: oklch(0.704 0.191 22.216);
--destructive-foreground: oklch(0.985 0 0);
--border: oklch(1 0 0 / 10%);
--input: oklch(1 0 0 / 15%);
--ring: oklch(0.488 0.243 264.376);
--chart-1: var(--color-blue-300);
--chart-2: var(--color-blue-500);
--chart-3: var(--color-blue-600);
--chart-4: var(--color-blue-700);
--chart-5: var(--color-blue-800);
--sidebar: oklch(0.21 0.006 285.885);
--sidebar-foreground: oklch(0.85 0.005 65);
--sidebar-accent: oklch(0.274 0.006 286.033);
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(1 0 0 / 10%);
--sidebar-ring: oklch(0.488 0.243 264.376);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
letter-spacing: -0.02em;
}
h1 {
font-size: 3rem;
line-height: 1.2;
}
h2 {
font-size: 2rem;
line-height: 1.3;
}
h3 {
font-size: 1.5rem;
line-height: 1.4;
}
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
[type="reset"]:not(:disabled),
a[href],
select:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
@apply cursor-pointer;
}
}
@layer components {
/**
* Custom container utility that centers content and adds responsive padding.
*
* This overrides Tailwind's default container behavior to:
* - Auto-center content (mx-auto)
* - Add responsive horizontal padding
* - Set max-width for large screens
*
* Usage:
...
*
* For custom widths, use max-w-* utilities directly:
*
...
*/
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1rem; /* 16px - mobile padding */
padding-right: 1rem;
}
.flex {
min-height: 0;
min-width: 0;
}
@media (min-width: 640px) {
.container {
padding-left: 1.5rem; /* 24px - tablet padding */
padding-right: 1.5rem;
}
}
@media (min-width: 1024px) {
.container {
padding-left: 2rem; /* 32px - desktop padding */
padding-right: 2rem;
max-width: 1280px; /* Standard content width */
}
}
/* Aziza Theme Specific Styles */
/* Header Styles */
header {
background-color: #000000;
border-bottom: 2px solid #b0c4b1;
}
header a:hover {
color: #b0c4b1;
transition: color 0.3s ease;
}
/* Hero Section */
.hero-section {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(176, 196, 177, 0.1) 100%);
}
/* Product Cards */
.product-card {
border: 2px dashed #b0c4b1;
transition: all 0.3s ease;
}
.product-card:hover {
box-shadow: 0 8px 16px rgba(176, 196, 177, 0.2);
transform: translateY(-4px);
}
.product-card.hot-sale {
border-color: #ff0000;
}
/* Buttons */
.btn-primary {
background-color: #b0c4b1;
color: #000000;
border: 2px solid #b0c4b1;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #ffffff;
color: #b0c4b1;
}
/* Categories */
.category-item {
border: 2px solid #b0c4b1;
transition: all 0.3s ease;
}
.category-item:hover {
background-color: #b0c4b1;
color: #000000;
}
/* Newsletter Section */
.newsletter-section {
background-color: #000000;
border-top: 2px solid #b0c4b1;
border-bottom: 2px solid #b0c4b1;
}
.newsletter-input {
border: 2px solid #b0c4b1;
background-color: #1a1a1a;
color: #ffffff;
}
.newsletter-input:focus {
outline: none;
ring: 2px solid #b0c4b1;
}
/* Footer */
footer {
background-color: #000000;
border-top: 2px solid #b0c4b1;
}
footer a:hover {
color: #b0c4b1;
}
/* Animations */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateX(-20px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes glow {
0%, 100% {
box-shadow: 0 0 5px rgba(176, 196, 177, 0.5);
}
50% {
box-shadow: 0 0 20px rgba(176, 196, 177, 0.8);
}
}
.animate-fade-in {
animation: fadeIn 0.5s ease-out;
}
.animate-slide-in {
animation: slideIn 0.5s ease-out;
}
.animate-glow {
animation: glow 2s ease-in-out infinite;
}
}