/*
 * NABIZADEH - Shop Public Pages Styles
 * Dedicated CSS for public-facing pages
 * Version 2.0 - Design Improvements
 */

/* ========================================
   CSS Reset & Base
======================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --gold: #d4af37;
    --dark-bg: #0d0d0d;
    --soft-white: #fdfdfd;
    --amber-400: #fbbf24;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --amber-700: #b45309;
    --amber-800: #92400e;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

body.shop-page {
    font-family: 'Cairo', sans-serif;
    background-color: var(--soft-white);
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.serif-title {
    font-family: 'Amiri', serif;
}

/* ========================================
   Top Bar
======================================== */
.shop-top-bar {
    background-color: black;
    color: white;
    font-size: 11px;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 300;
    position: relative;
    z-index: 100;
}

.shop-top-bar .center-text {
    flex: 1;
    text-align: center;
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* ========================================
   Navbar
======================================== */
.shop-navbar {
    position: fixed;
    width: 100%;
    z-index: 90;
    transition: all var(--transition-normal);
    color: white;
    padding: 20px 0;
    top: 38px;
    /* Height of top bar */
}

.shop-navbar.nav-scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md);
    color: #333 !important;
    padding: 12px 0;
    top: 0;
}

.shop-navbar .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-navbar .nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shop-navbar .nav-icons button,
.shop-navbar .nav-icons>a:not(.account-btn) {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    transition: all var(--transition-normal);
    padding: 8px;
    border-radius: 50%;
}

.shop-navbar .nav-icons button:hover,
.shop-navbar .nav-icons>a:not(.account-btn):hover {
    color: var(--amber-500);
    transform: scale(1.1);
}

.shop-navbar .account-btn {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 1.5px solid currentColor;
    padding: 8px 20px;
    border-radius: 9999px;
    transition: all var(--transition-normal);
    opacity: 0.9;
}

.shop-navbar .account-btn:hover {
    background: var(--amber-500);
    border-color: var(--amber-500);
    color: white;
    opacity: 1;
}

.shop-navbar.nav-scrolled .account-btn {
    border-color: var(--gray-700);
    color: var(--gray-700);
}

.shop-navbar.nav-scrolled .account-btn:hover {
    background: var(--amber-500);
    border-color: var(--amber-500);
    color: white;
}

.shop-navbar .logo {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: var(--amber-500);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shop-navbar .nav-links {
    display: flex;
    gap: 36px;
    font-size: 14px;
    font-weight: 500;
}

.shop-navbar .nav-links a {
    position: relative;
    padding: 4px 0;
    transition: color var(--transition-normal);
}

.shop-navbar .nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--amber-500);
    transition: width var(--transition-normal);
}

.shop-navbar .nav-links a:hover {
    color: var(--amber-500);
}

.shop-navbar .nav-links a:hover::after {
    width: 100%;
}

/* Cart Badge */
.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: linear-gradient(135deg, var(--amber-500), var(--amber-600));
    color: white;
    font-size: 9px;
    font-weight: bold;
    border-radius: 9999px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ========================================
   Hero Section
======================================== */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
        url('https://images.unsplash.com/photo-1617038220319-276d3ac92e4c?q=80&w=2000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 800px;
    padding: 24px;
    z-index: 10;
}

.hero-subtitle {
    color: var(--amber-400);
    letter-spacing: 0.5em;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
}

.hero-title {
    color: white;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: bold;
    margin-bottom: 28px;
    line-height: 1.3;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btn {
    background: rgba(217, 119, 6, 0.25);
    backdrop-filter: blur(12px);
    border: 2px solid var(--amber-500);
    color: white;
    padding: 16px 48px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition-normal);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--amber-600);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--transition-normal);
    z-index: -1;
}

.hero-btn:hover {
    border-color: var(--amber-600);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(217, 119, 6, 0.3);
}

.hero-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.hero-side-info {
    position: absolute;
    left: 50px;
    bottom: 100px;
    color: white;
    text-align: right;
    opacity: 0.9;
}

.hero-side-info .thumb {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px;
    margin-bottom: 12px;
    transition: all var(--transition-normal);
}

.hero-side-info .thumb:hover {
    border-color: var(--amber-500);
    transform: scale(1.05);
}

.hero-side-info .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-side-info .label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.hero-side-info .model {
    font-size: 14px;
    font-weight: bold;
    color: var(--amber-400);
}

/* ========================================
   Categories Section
======================================== */
.categories-section {
    padding: 60px 0;
    background: white;
    border-bottom: 1px solid var(--gray-100);
}

.categories-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.categories-container::-webkit-scrollbar {
    display: none;
}

.categories-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    min-width: max-content;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 12px;
    transition: all var(--transition-normal);
    min-width: 100px;
}

.category-item:hover {
    background: var(--gray-100);
}

.category-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    transition: all var(--transition-normal);
    filter: grayscale(100%);
    opacity: 0.7;
}

.category-item:hover .category-icon {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-8px) scale(1.1);
}

.category-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-600);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color var(--transition-normal);
    text-align: center;
}

.category-item:hover .category-label {
    color: var(--amber-600);
}

/* ========================================
   Offers Section
======================================== */
.offers-section {
    padding: 80px 24px;
    background: var(--gray-100);
}

.offers-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 1024px) {
    .offers-container {
        flex-direction: row;
        gap: 32px;
    }
}

.offer-card {
    flex: 1;
    background: white;
    border: 1px solid var(--gray-200);
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-normal);
    gap: 24px;
}

.offer-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.offer-card .discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 9999px;
    font-weight: bold;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.offer-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 16px 0 12px;
    color: var(--gray-700);
}

.offer-card .price {
    color: var(--amber-700);
    font-weight: bold;
    font-size: 1.25rem;
}

.offer-card .countdown {
    font-size: 1.5rem;
    color: var(--gray-700);
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
    padding-top: 16px;
    font-weight: bold;
}

.offer-card img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform var(--transition-slow);
}

.offer-card:hover img {
    transform: scale(1.1) rotate(-5deg);
}

.offer-banner {
    flex: 1.2;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 300px;
}

.offer-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    inset: 0;
}

.offer-banner:hover>img {
    transform: scale(1.1);
}

.offer-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 32px;
    z-index: 1;
}

.offer-banner .overlay p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 12px;
    opacity: 0.9;
}

.offer-banner .overlay h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-style: italic;
    text-align: center;
}

.offer-banner .thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.offer-banner .thumbnails div {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all var(--transition-normal);
    cursor: pointer;
    overflow: hidden;
}

.offer-banner .thumbnails div:hover {
    border-color: var(--amber-500);
    transform: scale(1.1);
}

.offer-banner .thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* ========================================
   Products Section
======================================== */
.products-section {
    padding: 80px 0;
    background: white;
}

.products-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    border-bottom: 2px solid var(--gray-100);
    padding-bottom: 20px;
}

.products-header h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--gray-700);
}

.products-header a {
    font-size: 13px;
    color: var(--amber-600);
    font-weight: 600;
    transition: all var(--transition-normal);
    display: flex;
    align-items: center;
    gap: 4px;
}

.products-header a:hover {
    color: var(--amber-700);
    gap: 8px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

.product-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 16px;
    overflow: hidden;
    background: white;
}

.product-card:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-8px);
}

.product-card .image-container {
    position: relative;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #f9f9f9, #f3f4f6);
    padding: 24px;
    overflow: hidden;
}

.product-card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .image-container img {
    transform: scale(1.15);
}

.product-card .wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--gray-400);
    background: white;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    opacity: 0;
    transform: translateY(-10px);
}

.product-card:hover .wishlist-btn {
    opacity: 1;
    transform: translateY(0);
}

.product-card .wishlist-btn:hover {
    color: #ef4444;
    transform: scale(1.1);
}

.product-card .badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: var(--amber-800);
    font-size: 9px;
    padding: 4px 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 9999px;
}

.product-card .add-to-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    transform: translateY(100%);
    transition: transform var(--transition-normal);
    padding: 14px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    color: var(--gray-700);
}

.product-card:hover .add-to-cart {
    transform: translateY(0);
}

.product-card .add-to-cart:hover {
    background: var(--gray-700);
    color: white;
}

.product-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
    margin: 16px 16px 8px;
    line-height: 1.4;
}

.product-card .price {
    color: var(--amber-700);
    font-weight: bold;
    font-size: 15px;
    margin: 0 16px 16px;
    display: block;
}

/* ========================================
   Instagram Section  
======================================== */
.instagram-section {
    padding: 80px 0;
    background: white;
}

.instagram-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.instagram-container h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--gray-700);
}

.instagram-container .handle {
    color: var(--gray-400);
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    display: block;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

@media (min-width: 768px) {
    .instagram-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }
}

.instagram-grid img {
    aspect-ratio: 1;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all var(--transition-normal);
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
}

.instagram-grid img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    z-index: 1;
}

/* ========================================
   Features Section
======================================== */
.features-section {
    padding: 64px 0;
    background: linear-gradient(135deg, #fafafa, #f5f5f5);
    border-top: 1px solid var(--gray-100);
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media (min-width: 768px) {
    .features-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 24px;
    background: white;
    border-radius: 16px;
    transition: all var(--transition-normal);
}

.feature-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.feature-item svg {
    width: 40px;
    height: 40px;
    color: var(--amber-600);
}

.feature-item h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--gray-700);
}

.feature-item p {
    font-size: 12px;
    color: var(--gray-500);
    line-height: 1.5;
}

/* ========================================
   Footer
======================================== */
.shop-footer {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    color: white;
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    border-bottom: 1px solid var(--gray-800);
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 40px;
    }
}

.footer-brand .logo {
    font-size: 2rem;
    color: var(--amber-500);
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.footer-brand p {
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

.footer-brand .badges {
    display: flex;
    gap: 12px;
    padding-top: 20px;
}

.footer-brand .badges div {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 8px;
    padding: 8px;
    transition: transform var(--transition-normal);
}

.footer-brand .badges div:hover {
    transform: scale(1.05);
}

.footer-brand .badges img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-column h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: var(--gray-200);
    margin-bottom: 24px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 14px;
}

.footer-column ul li a {
    color: var(--gray-500);
    font-size: 13px;
    font-weight: 300;
    transition: all var(--transition-normal);
    display: inline-block;
}

.footer-column ul li a:hover {
    color: var(--amber-500);
    transform: translateX(-4px);
}

.footer-contact .phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-400);
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-contact .phone svg {
    color: var(--amber-500);
}

.footer-contact .address {
    font-weight: 300;
    color: var(--gray-500);
    font-size: 13px;
    line-height: 1.6;
}

.footer-contact .social {
    display: flex;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--gray-800);
    margin-top: 16px;
}

.footer-contact .social a {
    color: var(--gray-500);
    font-size: 13px;
    transition: color var(--transition-normal);
}

.footer-contact .social a:hover {
    color: var(--amber-500);
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gray-600);
    gap: 20px;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-bottom .payments {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .payments img {
    height: 16px;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: all var(--transition-normal);
}

.footer-bottom .payments img:hover {
    opacity: 0.8;
    filter: grayscale(0%);
}

/* ========================================
   Animations
======================================== */
.animate-fade-in {
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 1024px) {
    .shop-navbar .nav-links {
        display: none;
    }

    .hero-side-info {
        display: none;
    }

    .shop-navbar .nav-container {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {

    .shop-top-bar>div:first-child,
    .shop-top-bar>div:last-child {
        display: none;
    }

    .shop-navbar {
        top: 32px;
    }

    .hero-section {
        background-attachment: scroll;
    }

    .offer-card {
        flex-direction: column;
        text-align: center;
    }

    .offer-card img {
        order: -1;
    }
}

@media (max-width: 480px) {
    .shop-navbar .nav-icons {
        gap: 12px;
    }

    .shop-navbar .account-btn {
        padding: 6px 14px;
        font-size: 10px;
    }

    .shop-navbar .logo {
        font-size: 1.5rem;
        letter-spacing: 0.15em;
    }

    .hero-btn {
        padding: 14px 32px;
        font-size: 12px;
    }
}