﻿/* ============================================================
   استایل اختصاصی اسکرابشن | فروشگاه تخصصی اسکراب پزشکی
   بر اساس رنگ‌های: #003300, #f2e5c7, #939e72
   ============================================================ */

@font-face {
    font-family: 'Vazirmatn';
    src: url('/assets/fonts/Vazirmatn-RD-Regular.woff2') format('woff2'), url('/assets/fonts/Vazirmatn-RD-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #faf5eb; /* کرم روشن (هماهنگ با f2e5c7) */
    color: #1a2a1a;
}

/* ===== متغیرهای رنگی برند اسکرابشن ===== */
:root {
    --primary: #003300; /* سبز تیره - رنگ اصلی برند */
    --primary-dark: #002200; /* سبز تیره‌تر */
    --primary-light: #f2e5c7; /* کرم - رنگ پس‌زمینه */
    --primary-lighter: #faf5eb; /* کرم روشن‌تر */
    --secondary: #1e1a2b;
    --accent: #939e72; /* سبز زیتونی - رنگ ثانویه */
    --gradient: linear-gradient(135deg, #003300 0%, #939e72 100%);
    --gradient-soft: linear-gradient(135deg, #f2e5c7 0%, #faf5eb 100%);
}

/* ===== کلاس‌های کمکی ===== */
.text-primary-custom {
    color: var(--primary) !important;
}

.text-accent-custom {
    color: var(--accent) !important;
}

.bg-primary-custom {
    background: var(--gradient) !important;
}

.bg-light-custom {
    background: var(--primary-light) !important;
}

.bg-light-custom-soft {
    background: var(--primary-lighter) !important;
}

.border-primary-custom {
    border-color: var(--primary) !important;
}

.border-accent-custom {
    border-color: var(--accent) !important;
}

.btn-primary-custom {
    background: var(--gradient) !important;
    border: none;
    transition: all 0.3s;
    color: #f2e5c7 !important;
}

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 51, 0, 0.35);
        color: #f2e5c7 !important;
    }

.btn-outline-primary-custom {
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
    transition: all 0.3s;
}

    .btn-outline-primary-custom:hover {
        background: var(--primary);
        color: #f2e5c7;
    }

.btn-outline-accent-custom {
    border: 2px solid var(--accent);
    background: transparent;
    color: var(--accent);
    transition: all 0.3s;
}

    .btn-outline-accent-custom:hover {
        background: var(--accent);
        color: #f2e5c7;
    }

/* ===== تاپ بار ===== */
.top-bar {
    background: var(--primary);
    color: #f2e5c7;
    font-size: 0.8rem;
}

    .top-bar a {
        color: #f2e5c7;
        text-decoration: none;
    }

        .top-bar a:hover {
            color: var(--accent);
        }

/* ===== هدر ===== */
.navbar-brand {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--primary) !important;
    text-decoration: none;
    letter-spacing: -0.5px;
}

    .navbar-brand span {
        color: var(--primary);
    }

.navbar-toggler {
    border: none;
    padding: 8px 12px;
    background: var(--primary-light);
    border-radius: 12px;
}

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23003300' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #1a2a1a;
    transition: all 0.3s;
}

    .nav-link:hover {
        color: var(--primary);
    }

    .nav-link.active {
        color: var(--primary) !important;
        font-weight: 700;
    }

.search-box {
    background: var(--primary-lighter);
    border-radius: 50px;
    padding: 8px 20px;
    border: 1px solid var(--accent);
    transition: all 0.3s;
}

    .search-box input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        color: #1a2a1a;
    }

        .search-box input::placeholder {
            color: #7a8a7a;
        }

    .search-box button {
        background: none;
        border: none;
        color: var(--primary);
        font-weight: 600;
    }

    .search-box:focus-within {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(0, 51, 0, 0.15);
    }

/* ===== بخش Hero ===== */
.hero-section {
    background: linear-gradient(135deg, #1e1a2b 0%, #2d2538 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

/* ===== کارت‌های دسته‌بندی ===== */
.category-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #e8ddd5;
}

    .category-card:hover {
        transform: translateY(-5px);
        border-color: var(--primary);
        box-shadow: 0 10px 30px rgba(0, 51, 0, 0.12);
    }

    .category-card i {
        font-size: 2rem;
        background: var(--gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

/* ===== کارت‌های محصول ===== */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #e8ddd5;
    position: relative;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 51, 0, 0.10);
        border-color: var(--primary);
    }

.product-img {
    background: linear-gradient(135deg, #faf5eb 0%, #f2e5c7 100%);
    padding: 20px;
    text-align: center;
}

    .product-img img {
        object-fit: contain;
        transition: transform 0.3s;
    }

.product-card:hover .product-img img {
    transform: scale(1.04);
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #8a3a3a;
    color: #f2e5c7;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    z-index: 1;
}

.price-current {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.1rem;
}

.price-old {
    color: #7a8a7a;
    text-decoration: line-through;
    font-size: 0.8rem;
}

.rating {
    color: #d4a84b;
    font-size: 0.8rem;
}

/* ===== فلش سیل ===== */
.flash-sale {
    background: var(--gradient);
    border-radius: 25px;
}

.timer-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 15px;
    text-align: center;
    min-width: 70px;
}

.timer-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f2e5c7;
}

.timer-label {
    color: #f2e5c7;
    font-size: 0.7rem;
}

/* ===== بنر ===== */
.banner-5g {
    background: linear-gradient(135deg, #1e1a2b 0%, #2d2538 100%);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

/* ===== باکس‌های ویژگی ===== */
.feature-box {
    background: white;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #e8ddd5;
}

    .feature-box:hover {
        transform: translateY(-3px);
        border-color: var(--primary);
    }

    .feature-box i {
        font-size: 2rem;
        background: var(--gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .feature-box h6 {
        color: var(--primary);
        font-weight: 700;
    }

/* ===== برندها ===== */
.brand-slide {
    padding: 20px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s;
}

    .brand-slide:hover {
        opacity: 1;
        transform: scale(1.05);
    }

    .brand-slide img {
        max-width: 100px;
        filter: grayscale(100%);
    }

    .brand-slide:hover img {
        filter: grayscale(0);
    }

/* ===== مقالات ===== */
.article-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 51, 0, 0.06);
    background: white;
}

    .article-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 51, 0, 0.10);
    }

.article-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.article-card .card-title {
    color: var(--primary);
    font-weight: 700;
}

.article-card .btn-outline-primary-custom {
    border-color: var(--primary);
    color: var(--primary);
}

    .article-card .btn-outline-primary-custom:hover {
        background: var(--primary);
        color: #f2e5c7;
    }

/* ===== خبرنامه ===== */
.newsletter-section {
    background: linear-gradient(135deg, #1e1a2b 0%, #2d2538 100%);
    border-radius: 25px;
}

    .newsletter-section h3 {
        color: #f2e5c7;
    }

    .newsletter-section p {
        color: #c5bdbd;
    }

    .newsletter-section .form-control {
        border-radius: 50px;
        border: 2px solid var(--accent);
        padding: 12px 20px;
    }

        .newsletter-section .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(0, 51, 0, 0.15);
        }

    .newsletter-section .btn-primary-custom {
        border-radius: 50px;
        padding: 12px 30px;
    }

/* ===== فوتر ===== */
footer {
    background: var(--primary);
    color: #f2e5c7;
}

    footer a {
        color: #f2e5c7;
        text-decoration: none;
        transition: all 0.3s;
    }

        footer a:hover {
            color: var(--accent);
        }

    footer h5 {
        color: #faf5eb;
    }

    footer .border-top {
        border-color: var(--accent) !important;
    }

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .timer-box {
        padding: 8px 12px;
        min-width: 55px;
    }

    .timer-number {
        font-size: 1.2rem;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.06);
        z-index: 1000;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 8px !important;
        max-height: 70vh;
        overflow-y: auto;
    }

        .navbar-nav .nav-item {
            width: 100%;
        }

        .navbar-nav .nav-link {
            display: block;
            padding: 10px 15px;
            border-radius: 12px;
            transition: all 0.3s;
        }

            .navbar-nav .nav-link:hover {
                background: var(--primary-light);
                color: var(--primary);
            }

    .search-box input {
        font-size: 14px;
    }

    .search-box button {
        padding: 6px 15px;
        font-size: 12px;
    }

    .btn-outline-primary, .btn-primary-custom {
        padding: 6px 12px;
        font-size: 13px;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

        .navbar-brand img {
            max-width: 40px;
        }
}

@media (max-width: 480px) {
    .top-bar {
        font-size: 11px;
    }

        .top-bar .container {
            flex-direction: column;
            text-align: center;
        }

    .navbar-brand {
        font-size: 1rem;
    }

        .navbar-brand img {
            max-width: 32px;
        }
}

/* ===== مودال لاگین ===== */
.modal-login .modal-content {
    border-radius: 20px;
}

.modal-login .modal-header {
    border-bottom: 1px solid var(--accent);
    padding: 20px 25px;
}

.modal-login .modal-title {
    color: var(--primary);
}

.modal-login .modal-body {
    padding: 25px;
}

.modal-login .login-footer {
    border-top: 1px solid var(--accent);
    padding-top: 15px;
    margin-top: 15px;
    color: #5a6a5a;
}

    .modal-login .login-footer a {
        color: var(--primary);
        text-decoration: none;
    }

        .modal-login .login-footer a:hover {
            color: var(--accent);
        }

.login-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--accent);
    border-radius: 12px;
    margin-bottom: 15px;
    background: var(--primary-lighter);
    color: #1a2a1a;
    transition: all 0.3s;
}

    .login-input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(0, 51, 0, 0.12);
        background: white;
    }

    .login-input::placeholder {
        color: #7a8a7a;
    }

.login-btn {
    background: var(--gradient);
    border: none;
    padding: 12px;
    border-radius: 30px;
    color: #f2e5c7;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
}

    .login-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 51, 0, 0.25);
    }

/* ===== جستجوی زنده ===== */
.search-container {
    position: relative;
    flex: 1;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    margin-top: 8px;
    border: 1px solid #e8ddd5;
}

.live-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 1px solid var(--primary-light);
}

    .live-search-item:hover {
        background: var(--primary-lighter);
    }

    .live-search-item img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 8px;
    }

    .live-search-item .info {
        flex: 1;
    }

    .live-search-item .title {
        font-weight: 600;
        font-size: 0.9rem;
        color: #1a2a1a;
        margin-bottom: 4px;
    }

    .live-search-item .price {
        color: var(--primary);
        font-size: 0.8rem;
        font-weight: 700;
    }

.live-search-loading,
.live-search-empty {
    padding: 20px;
    text-align: center;
    color: #5a6a5a;
}

/* ===== دکمه شناور ارتباط با ما ===== */
.floating-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    direction: ltr;
}

.floating-button {
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 51, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

    .floating-button i {
        font-size: 28px;
        color: #f2e5c7;
        transition: all 0.3s;
    }

    .floating-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 51, 0, 0.5);
    }

    .floating-button .ripple {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        animation: ripple 2s infinite;
    }

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.floating-menu {
    position: absolute;
    bottom: 80px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateY(20px) scale(0.8);
}

    .floating-menu.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

.floating-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
    transition: all 0.3s;
    position: relative;
    direction: rtl;
}

    .floating-item i {
        font-size: 24px;
        color: #f2e5c7;
        transition: all 0.3s;
    }

    .floating-item:hover {
        transform: scale(1.1) translateX(-5px);
    }

    .floating-item .item-label {
        position: absolute;
        right: 65px;
        background: rgba(0, 0, 0, 0.8);
        color: #f2e5c7;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        font-weight: 500;
        font-family: 'Vazirmatn', sans-serif;
        direction: rtl;
    }

    .floating-item:hover .item-label {
        opacity: 1;
        visibility: visible;
        right: 70px;
    }

.phone-item {
    background: linear-gradient(135deg, #10b981, #059669);
}

.whatsapp-item {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.instagram-item {
    background: linear-gradient(135deg, #E4405F, #833AB4);
}

.telegram-item {
    background: linear-gradient(135deg, #0088cc, #005a8a);
}

.floating-menu.open .floating-item {
    animation: slideIn 0.3s ease forwards;
    opacity: 0;
    transform: translateX(50px);
}

    .floating-menu.open .floating-item:nth-child(1) {
        animation-delay: 0s;
    }

    .floating-menu.open .floating-item:nth-child(2) {
        animation-delay: 0.05s;
    }

    .floating-menu.open .floating-item:nth-child(3) {
        animation-delay: 0.1s;
    }

    .floating-menu.open .floating-item:nth-child(4) {
        animation-delay: 0.15s;
    }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .floating-container {
        bottom: 20px;
        right: 20px;
    }

    .floating-button {
        width: 50px;
        height: 50px;
    }

        .floating-button i {
            font-size: 24px;
        }

    .floating-menu {
        bottom: 70px;
    }

    .floating-item {
        width: 45px;
        height: 45px;
    }

        .floating-item i {
            font-size: 20px;
        }

        .floating-item .item-label {
            font-size: 10px;
            padding: 4px 10px;
            right: 55px;
        }

        .floating-item:hover .item-label {
            right: 60px;
        }
}

@media print {
    .floating-container {
        display: none;
    }
}

/* ===== کارت‌های درباره محصول ===== */
.about-product-card {
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

    .about-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 51, 0, 0.08);
    }

    .about-product-card h6,
    .about-product-card small {
        color: inherit;
    }

    .about-product-card i {
        color: var(--primary);
    }

@media (max-width: 768px) {
    .about-product-card {
        padding: 10px !important;
    }

        .about-product-card i {
            font-size: 1.5rem !important;
        }

        .about-product-card h6 {
            font-size: 0.8rem;
        }

        .about-product-card small {
            font-size: 0.6rem;
        }
}

/* ===== سبد خرید سایدبار ===== */
#cartSidebar {
    border-right: 3px solid var(--primary);
}

    #cartSidebar .text-primary-custom {
        color: var(--primary) !important;
    }

.cart-item .btn-outline-secondary {
    border-color: var(--accent);
    color: #1a2a1a;
}

    .cart-item .btn-outline-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: #f2e5c7;
    }

.cart-item .btn-outline-danger {
    border-color: #e8d5d5;
    color: #8a3a3a;
}

    .cart-item .btn-outline-danger:hover {
        background: #8a3a3a;
        border-color: #8a3a3a;
        color: #f2e5c7;
    }

.cart-item .var-label {
    font-weight: 600;
    color: #1a2a1a;
    font-size: 0.7rem;
}

.cart-item .var-value {
    color: var(--primary);
    font-size: 0.7rem;
}

.cart-item .text-muted {
    font-size: 0.7rem;
}

.cart-item .border-bottom {
    border-bottom: 1px solid #e8ddd5 !important;
}

#checkoutBtn {
    background: var(--gradient) !important;
    border: none;
    color: #f2e5c7 !important;
    transition: all 0.3s;
}

    #checkoutBtn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 51, 0, 0.3);
    }

    #checkoutBtn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* ===== دکمه‌های صفحه محصول ===== */
.btn-outline-primary {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

    .btn-outline-primary:hover {
        background: var(--primary) !important;
        border-color: var(--primary) !important;
        color: #f2e5c7 !important;
    }

/* ===== اسکرول‌بار سفارشی ===== */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--primary-light);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

/* ===== انیمیشن‌های اضافی ===== */
.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    animation: slideUp 0.6s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== حالت‌های انتخاب رنگ در محصول ===== */
/* ============================================================
   استایل‌های اصلاح‌شده برای دایره‌های رنگی
   ============================================================ */

.color-option {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 70px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e8ddd5;
    border-radius: 12px;
    background: white;
    position: relative;
}

    .color-option .color-circle-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .color-option .color-circle {
        width: 42px !important;
        height: 42px !important;
        border-radius: 50% !important;
        border: 2px solid #ddd !important;
        transition: all 0.3s;
        flex-shrink: 0;
    }

    .color-option .color-name {
        font-size: 0.65rem !important;
        color: #3a4a3a;
        text-align: center;
        display: block !important;
        max-width: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
        margin-top: 2px;
    }

    .color-option.selected .color-circle {
        border-color: #003300 !important;
        box-shadow: 0 0 0 3px rgba(0, 51, 0, 0.2);
    }

    .color-option.selected {
        border-color: #003300 !important;
        box-shadow: 0 0 0 3px rgba(0, 51, 0, 0.15);
    }

    .color-option:hover {
        border-color: #939e72;
        transform: translateY(-2px);
    }

    .color-option.selected::after {
        content: '✓';
        position: absolute;
        top: -8px;
        right: -8px;
        background: #003300;
        color: #f2e5c7;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

/* ===== اندازه‌ها ===== */
.size-option {
    padding: 6px 14px;
    border: 2px solid #e8ddd5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a2a1a;
    background: white;
}

    .size-option:hover {
        border-color: var(--accent);
    }

    .size-option.active {
        border-color: var(--primary);
        background: var(--primary);
        color: #f2e5c7;
    }

    .size-option.out-of-stock {
        opacity: 0.4;
        cursor: not-allowed;
        text-decoration: line-through;
    }
