:root {
    --cw-choco: #3D1A00;
    --cw-choco-light: #6B2E00;
    --cw-choco-dark: #1A0A00;
    --cw-cream: #FDF6EE;
    --cw-accent: #C49A3C;
    --cw-amber-50: #fffbeb;
    --cw-amber-100: #fef3c7;
    --cw-amber-200: #fde68a;
    --cw-amber-300: #fcd34d;
    --cw-amber-600: #d97706;
    --cw-amber-700: #b45309;
    --cw-amber-800: #92400e;
    --cw-gray-50: #f9fafb;
    --cw-gray-100: #f3f4f6;
    --cw-gray-200: #e5e7eb;
    --cw-gray-300: #d1d5db;
    --cw-gray-400: #9ca3af;
    --cw-gray-500: #6b7280;
    --cw-gray-600: #4b5563;
    --cw-gray-700: #374151;
    --cw-gray-800: #1f2937;
    --cw-gray-900: #111827;
}

body { min-height: 100vh; }

a,
a:hover,
a:focus,
a:active,
.hover\:underline:hover,
.rich-content a {
    text-decoration: none !important;
}

.text-choco { color: var(--cw-choco) !important; }
.text-accent { color: var(--cw-accent) !important; }
.text-amber-200 { color: var(--cw-amber-200) !important; }
.text-amber-300 { color: var(--cw-amber-300) !important; }
.text-amber-600 { color: var(--cw-amber-600) !important; }
.text-amber-700 { color: var(--cw-amber-700) !important; }
.text-amber-800 { color: var(--cw-amber-800) !important; }
.text-gray-300 { color: var(--cw-gray-300) !important; }
.text-gray-400 { color: var(--cw-gray-400) !important; }
.text-gray-500 { color: var(--cw-gray-500) !important; }
.text-gray-600 { color: var(--cw-gray-600) !important; }
.text-gray-700 { color: var(--cw-gray-700) !important; }
.text-gray-800 { color: var(--cw-gray-800) !important; }
.text-blue-600 { color: #2563eb !important; }
.text-blue-700 { color: #1d4ed8 !important; }
.text-green-500 { color: #22c55e !important; }
.text-green-600 { color: #16a34a !important; }
.text-green-700 { color: #15803d !important; }
.text-green-800 { color: #166534 !important; }
.text-purple-600 { color: #9333ea !important; }
.text-purple-700 { color: #7e22ce !important; }
.text-red-400 { color: #f87171 !important; }
.text-red-500 { color: #ef4444 !important; }
.text-red-600 { color: #dc2626 !important; }
.text-red-700 { color: #b91c1c !important; }
.text-red-800 { color: #991b1b !important; }
.text-yellow-700 { color: #a16207 !important; }
.text-inherit { color: inherit !important; }

.bg-choco { background-color: var(--cw-choco) !important; }
.bg-choco-cream { background-color: var(--cw-cream) !important; }
.bg-accent { background-color: var(--cw-accent) !important; }
.bg-amber-50 { background-color: var(--cw-amber-50) !important; }
.bg-amber-100 { background-color: var(--cw-amber-100) !important; }
.bg-amber-700 { background-color: var(--cw-amber-700) !important; }
.bg-blue-50 { background-color: #eff6ff !important; }
.bg-blue-100 { background-color: #dbeafe !important; }
.bg-gray-50 { background-color: var(--cw-gray-50) !important; }
.bg-gray-50\/70 { background-color: rgba(249, 250, 251, 0.7) !important; }
.bg-gray-100 { background-color: var(--cw-gray-100) !important; }
.bg-gray-200 { background-color: var(--cw-gray-200) !important; }
.bg-gray-900 { background-color: var(--cw-gray-900) !important; }
.bg-green-50 { background-color: #f0fdf4 !important; }
.bg-green-100 { background-color: #dcfce7 !important; }
.bg-green-500 { background-color: #22c55e !important; }
.bg-purple-100 { background-color: #f3e8ff !important; }
.bg-red-50 { background-color: #fef2f2 !important; }
.bg-red-100 { background-color: #fee2e2 !important; }
.bg-red-500 { background-color: #ef4444 !important; }
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9) !important; }
.bg-yellow-100 { background-color: #fef9c3 !important; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--cw-cream), #fff) !important; }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--cw-cream), #fff8ed) !important; }
.bg-gradient-to-t { background-image: linear-gradient(to top, rgba(0,0,0,.55), transparent) !important; }

.border-accent { border-color: var(--cw-accent) !important; }
.border-amber-100 { border-color: var(--cw-amber-100) !important; }
.border-amber-200 { border-color: var(--cw-amber-200) !important; }
.border-amber-300 { border-color: var(--cw-amber-300) !important; }
.border-choco { border-color: var(--cw-choco) !important; }
.border-gray-100 { border-color: var(--cw-gray-100) !important; }
.border-gray-200 { border-color: var(--cw-gray-200) !important; }
.border-green-200 { border-color: #bbf7d0 !important; }
.border-red-200 { border-color: #fecaca !important; }
.border-red-400 { border-color: #f87171 !important; }
.border-transparent { border-color: transparent !important; }
.border-b { border-bottom: 1px solid currentColor !important; }
.border-t { border-top: 1px solid currentColor !important; }
.border-y { border-top: 1px solid currentColor !important; border-bottom: 1px solid currentColor !important; }
.border-l-4 { border-left: 4px solid currentColor !important; }

.max-w-md { max-width: 28rem !important; }
.max-w-lg { max-width: 32rem !important; }
.max-w-xl { max-width: 36rem !important; }
.max-w-2xl { max-width: 42rem !important; }
.max-w-3xl { max-width: 48rem !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-5xl { max-width: 64rem !important; }
.max-w-6xl { max-width: 72rem !important; }
.max-w-7xl { max-width: 80rem !important; }
.min-h-screen { min-height: 100vh !important; }

.hidden { display: none !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.grid { display: grid !important; }
.flex-1 { flex: 1 1 0% !important; }
.flex-col { flex-direction: column !important; }
.items-start { align-items: flex-start !important; }
.items-center { align-items: center !important; }
.items-end { align-items: flex-end !important; }
.items-baseline { align-items: baseline !important; }
.justify-start { justify-content: flex-start !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-end { justify-content: flex-end !important; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }

.gap-1 { gap: .25rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: .75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }
.gap-12 { gap: 3rem !important; }
.gap-x-4 { column-gap: 1rem !important; }
.gap-y-1 { row-gap: .25rem !important; }

.space-y-1 > * + * { margin-top: .25rem !important; }
.space-y-2 > * + * { margin-top: .5rem !important; }
.space-y-3 > * + * { margin-top: .75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }
.space-y-5 > * + * { margin-top: 1.25rem !important; }
.space-y-6 > * + * { margin-top: 1.5rem !important; }
.space-y-8 > * + * { margin-top: 2rem !important; }
.space-y-10 > * + * { margin-top: 2.5rem !important; }

.p-2 { padding: .5rem !important; }
.p-3 { padding: .75rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-8 { padding: 2rem !important; }
.p-10 { padding: 2.5rem !important; }
.p-20 { padding: 5rem !important; }
.px-1\.5 { padding-left: .375rem !important; padding-right: .375rem !important; }
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important; }
.px-2\.5 { padding-left: .625rem !important; padding-right: .625rem !important; }
.px-3 { padding-left: .75rem !important; padding-right: .75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-0\.5 { padding-top: .125rem !important; padding-bottom: .125rem !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-1\.5 { padding-top: .375rem !important; padding-bottom: .375rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-2\.5 { padding-top: .625rem !important; padding-bottom: .625rem !important; }
.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
.py-3\.5 { padding-top: .875rem !important; padding-bottom: .875rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-14 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.py-24 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.pt-1 { padding-top: .25rem !important; }
.pt-2 { padding-top: .5rem !important; }
.pt-3 { padding-top: .75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pb-3 { padding-bottom: .75rem !important; }
.pr-10 { padding-right: 2.5rem !important; }

.m-0 { margin: 0 !important; }
.m-2 { margin: .5rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mx-2 { margin-left: .5rem !important; margin-right: .5rem !important; }
.mt-0\.5 { margin-top: .125rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: .75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mt-10 { margin-top: 2.5rem !important; }
.mt-12 { margin-top: 3rem !important; }
.mt-16 { margin-top: 4rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mb-12 { margin-bottom: 3rem !important; }
.mb-16 { margin-bottom: 4rem !important; }
.ml-1 { margin-left: .25rem !important; }
.ml-2 { margin-left: .5rem !important; }
.ml-6 { margin-left: 1.5rem !important; }

.w-2 { width: .5rem !important; }
.w-4 { width: 1rem !important; }
.w-5 { width: 1.25rem !important; }
.w-8 { width: 2rem !important; }
.w-10 { width: 2.5rem !important; }
.w-12 { width: 3rem !important; }
.w-14 { width: 3.5rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.w-64 { width: 16rem !important; }
.w-1\/2 { width: 50% !important; }
.w-full { width: 100% !important; }
.h-2 { height: .5rem !important; }
.h-4 { height: 1rem !important; }
.h-5 { height: 1.25rem !important; }
.h-8 { height: 2rem !important; }
.h-10 { height: 2.5rem !important; }
.h-12 { height: 3rem !important; }
.h-14 { height: 3.5rem !important; }
.h-16 { height: 4rem !important; }
.h-20 { height: 5rem !important; }
.h-48 { height: 12rem !important; }
.h-64 { height: 16rem !important; }
.h-80 { height: 20rem !important; }
.h-full { height: 100% !important; }

.text-xs { font-size: .75rem !important; line-height: 1rem !important; }
.text-sm { font-size: .875rem !important; line-height: 1.25rem !important; }
.text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
.text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
.text-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
.text-5xl { font-size: 3rem !important; line-height: 1 !important; }
.text-6xl { font-size: 3.75rem !important; line-height: 1 !important; }
.text-7xl { font-size: 4.5rem !important; line-height: 1 !important; }
.text-8xl { font-size: 6rem !important; line-height: 1 !important; }
.font-normal { font-weight: 400 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.leading-tight { line-height: 1.25 !important; }
.leading-snug { line-height: 1.375 !important; }
.leading-relaxed { line-height: 1.625 !important; }
.tracking-normal { letter-spacing: 0 !important; }
.tracking-wider { letter-spacing: .05em !important; }
.uppercase { text-transform: uppercase !important; }

.rounded-lg { border-radius: .5rem !important; }
.rounded-xl { border-radius: .75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-3xl { border-radius: 1.5rem !important; }
.rounded-full { border-radius: 9999px !important; }
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,.05) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1) !important; }

.relative { position: relative !important; }
.absolute { position: absolute !important; }
.sticky { position: sticky !important; }
.inset-0 { inset: 0 !important; }
.top-0 { top: 0 !important; }
.top-3 { top: .75rem !important; }
.top-20 { top: 5rem !important; }
.right-3 { right: .75rem !important; }
.right-6 { right: 1.5rem !important; }
.left-3 { left: .75rem !important; }
.left-6 { left: 1.5rem !important; }
.bottom-0 { bottom: 0 !important; }
.bottom-6 { bottom: 1.5rem !important; }
.z-10 { z-index: 10 !important; }
.z-50 { z-index: 50 !important; }

.object-cover { object-fit: cover !important; }
.object-contain { object-fit: contain !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.backdrop-blur { backdrop-filter: blur(8px) !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-not-allowed { cursor: not-allowed !important; }
.opacity-75 { opacity: .75 !important; }
.opacity-90 { opacity: .9 !important; }
.transition { transition: all .15s ease-in-out !important; }
.transition-all { transition: all .3s ease !important; }
.transition-colors { transition: color .2s ease, background-color .2s ease, border-color .2s ease !important; }
.transition-transform { transition: transform .3s ease !important; }
.duration-300 { transition-duration: .3s !important; }
.duration-500 { transition-duration: .5s !important; }

.divide-y > * + * { border-top: 1px solid var(--cw-gray-100) !important; }
.divide-gray-50 > * + * { border-color: var(--cw-gray-50) !important; }
.divide-gray-100 > * + * { border-color: var(--cw-gray-100) !important; }

.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.line-clamp-1 { -webkit-line-clamp: 1 !important; }
.line-clamp-2 { -webkit-line-clamp: 2 !important; }
.line-clamp-3 { -webkit-line-clamp: 3 !important; }

.quantity-stepper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.25rem;
    min-width: 10.5rem;
    padding: .25rem;
    border: 1px solid rgba(61, 26, 0, .12);
    border-radius: 9999px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff7ed 100%);
    box-shadow: 0 12px 28px rgba(61, 26, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .85);
    overflow: hidden;
}

.quantity-stepper-sm {
    height: 2.4rem;
    min-width: 7.8rem;
    padding: .18rem;
    box-shadow: 0 8px 18px rgba(61, 26, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .85);
}

.quantity-stepper-btn {
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: var(--cw-choco);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px rgba(61, 26, 0, .08);
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.quantity-stepper-sm .quantity-stepper-btn {
    width: 2rem;
    height: 2rem;
    font-size: .95rem;
}

.quantity-stepper-btn:hover,
.quantity-stepper-btn:focus {
    background: var(--cw-choco);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(61, 26, 0, .18);
    outline: none;
}

.quantity-stepper-input,
.quantity-stepper-value {
    width: 4rem;
    height: 2.75rem;
    border: 0;
    background: transparent;
    color: var(--cw-choco-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.75rem;
    text-align: center;
    -moz-appearance: textfield;
}

.quantity-stepper-sm .quantity-stepper-value {
    width: 3.2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .92rem;
}

.quantity-stepper-input:focus {
    outline: none;
    box-shadow: none;
}

.quantity-stepper-input::-webkit-outer-spin-button,
.quantity-stepper-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.account-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-sidebar-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(196, 154, 60, .22);
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(61, 26, 0, .07);
    overflow: hidden;
}

.account-sidebar-user {
    padding: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(196, 154, 60, .16), transparent 34%),
        #ffffff;
}

.account-user-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.account-user-avatar {
    width: 4.75rem;
    height: 4.75rem;
    flex: 0 0 auto;
    border-radius: 9999px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px rgba(196, 154, 60, .35), 0 12px 22px rgba(61, 26, 0, .12);
}

.account-user-name,
.account-user-meta,
.account-user-phone {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-user-name {
    color: var(--cw-choco);
    font-weight: 800;
    font-size: 1rem;
}

.account-user-meta {
    color: var(--cw-gray-500);
    font-size: .9rem;
    margin-top: .35rem;
}

.account-user-phone {
    color: var(--cw-gray-400);
    font-size: .78rem;
    margin-top: .25rem;
}

.account-nav {
    padding: .5rem;
}

.account-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .85rem;
    width: 100%;
    min-height: 3.25rem;
    padding: .85rem 1rem;
    border: 0;
    border-radius: .95rem;
    background: transparent;
    color: var(--cw-gray-600);
    font-size: .95rem;
    font-weight: 700;
    text-align: left;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.account-nav-link i {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: #fff8ed;
    color: var(--cw-choco);
    font-size: 1rem;
    transition: background-color .2s ease, color .2s ease;
}

.account-nav-link:hover,
.account-nav-link.active {
    background: linear-gradient(135deg, #fff8ed 0%, #fffdf8 100%);
    color: var(--cw-choco);
    box-shadow: inset 0 0 0 1px rgba(196, 154, 60, .18);
}

.account-nav-link.active::before {
    content: "";
    position: absolute;
    left: -.5rem;
    top: .8rem;
    bottom: .8rem;
    width: .25rem;
    border-radius: 9999px;
    background: var(--cw-choco);
}

.account-nav-link.active i,
.account-nav-link:hover i {
    background: var(--cw-choco);
    color: #ffffff;
}

.account-logout-form {
    margin: .5rem 0 0;
    padding-top: .5rem;
    border-top: 1px solid var(--cw-gray-100);
}

.account-logout-btn {
    appearance: none;
    color: #dc2626;
    cursor: pointer;
}

.account-logout-btn i {
    background: #fef2f2;
    color: #dc2626;
}

.account-logout-btn:hover {
    background: #fef2f2;
    color: #b91c1c;
    box-shadow: inset 0 0 0 1px #fecaca;
}

.account-logout-btn:hover i {
    background: #dc2626;
    color: #ffffff;
}

.password-toggle-btn {
    min-width: 3.2rem;
    border-color: var(--cw-gray-200);
    color: var(--cw-gray-500);
}

.password-toggle-btn:hover,
.password-toggle-btn:focus {
    background: var(--cw-cream);
    border-color: var(--cw-accent);
    color: var(--cw-choco);
    box-shadow: none;
}

.page-pagination .pagination {
    gap: .45rem;
    flex-wrap: wrap;
}

.page-pagination .page-link {
    min-width: 2.75rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cw-gray-200);
    border-radius: .9rem !important;
    color: var(--cw-choco);
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(61, 26, 0, .05);
    padding: .4rem .85rem;
}

.page-pagination .page-link:hover {
    background: var(--cw-cream);
    border-color: rgba(196, 154, 60, .5);
    color: var(--cw-choco-dark);
}

.page-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--cw-choco) 0%, var(--cw-choco-light) 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(61, 26, 0, .16);
}

.cart-action-btn {
    min-height: 2.4rem;
    border-radius: 9999px;
    border: 1px solid rgba(220, 38, 38, .25);
    color: #dc2626;
    background: #fff;
    padding: .35rem .8rem;
    font-size: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.cart-action-btn:hover,
.cart-action-btn:focus {
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(220, 38, 38, .14);
    transform: translateY(-1px);
}

.cart-clear-btn {
    border-radius: 9999px;
    border: 1px solid var(--cw-gray-300);
    color: var(--cw-gray-500);
    background: #ffffff;
    padding: .45rem .9rem;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    transition: all .18s ease;
}

.cart-clear-btn:hover,
.cart-clear-btn:focus {
    border-color: rgba(220, 38, 38, .35);
    background: #fef2f2;
    color: #dc2626;
    box-shadow: 0 10px 18px rgba(220, 38, 38, .08);
}

.deal-card {
    background: #fff;
    border: 1px solid rgba(196, 154, 60, .18);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(61, 26, 0, .08);
}

.deal-card-banner {
    position: relative;
    min-height: 16rem;
    background:
        linear-gradient(135deg, rgba(61, 26, 0, .98) 0%, rgba(107, 46, 0, .95) 45%, rgba(196, 154, 60, .9) 100%);
}

.deal-card-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .22));
    pointer-events: none;
}

.deal-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal-card-banner-content {
    position: relative;
    z-index: 1;
}

.deal-product-card {
    background: linear-gradient(180deg, #fffdf8 0%, #fff9ef 100%);
    border: 1px solid rgba(196, 154, 60, .16);
    border-radius: 1.2rem;
    padding: 1rem;
    height: 100%;
    box-shadow: 0 10px 26px rgba(61, 26, 0, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.deal-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(61, 26, 0, .1);
    border-color: rgba(196, 154, 60, .35);
}

.deal-price-old {
    color: var(--cw-gray-400);
    font-size: .82rem;
    text-decoration: line-through;
}

.deal-price-new {
    color: var(--cw-choco);
    font-weight: 700;
}

.shopkeeper-action-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cw-cream);
    color: var(--cw-choco);
    font-size: 1.1rem;
}

.shopkeeper-action-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.shopkeeper-action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(61, 26, 0, .09) !important;
}

.summary-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.05rem;
}

@media (min-width: 992px) {
    .account-user-wrap {
        flex-direction: column;
        text-align: center;
    }

    .account-sidebar {
        position: sticky;
        top: 5.5rem;
    }
}

.hover\:text-accent:hover { color: var(--cw-accent) !important; }
.hover\:text-choco:hover { color: var(--cw-choco) !important; }
.hover\:text-gray-600:hover { color: var(--cw-gray-600) !important; }
.hover\:text-red-500:hover { color: #ef4444 !important; }
.hover\:text-red-600:hover { color: #dc2626 !important; }
.hover\:text-white:hover { color: #fff !important; }
.hover\:bg-amber-50:hover { background-color: var(--cw-amber-50) !important; }
.hover\:bg-amber-50\/40:hover { background-color: rgba(255, 251, 235, .4) !important; }
.hover\:bg-amber-50\/60:hover { background-color: rgba(255, 251, 235, .6) !important; }
.hover\:bg-amber-200:hover { background-color: var(--cw-amber-200) !important; }
.hover\:bg-choco:hover { background-color: var(--cw-choco) !important; }
.hover\:bg-choco-light:hover { background-color: var(--cw-choco-light) !important; }
.hover\:bg-gray-50:hover { background-color: var(--cw-gray-50) !important; }
.hover\:bg-gray-200:hover { background-color: var(--cw-gray-200) !important; }
.hover\:bg-gray-700:hover { background-color: #374151 !important; }
.hover\:bg-red-50:hover { background-color: #fef2f2 !important; }
.hover\:bg-white:hover { background-color: #fff !important; }
.hover\:bg-yellow-500:hover { background-color: #eab308 !important; }
.hover\:border-choco:hover { border-color: var(--cw-choco) !important; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1) !important; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1) !important; }
.hover\:scale-105:hover { transform: scale(1.05) !important; }
.hover\:-translate-y-1:hover { transform: translateY(-.25rem) !important; }
.hover\:underline:hover { text-decoration: none !important; }
.group:hover .group-hover\:text-accent { color: var(--cw-accent) !important; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05) !important; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1) !important; }

@media (min-width: 576px) {
    .sm\:flex-row { flex-direction: row !important; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .sm\:items-center { align-items: center !important; }
    .sm\:items-end { align-items: flex-end !important; }
    .sm\:justify-between { justify-content: space-between !important; }
    .sm\:justify-end { justify-content: flex-end !important; }
    .sm\:p-6 { padding: 1.5rem !important; }
    .sm\:p-8 { padding: 2rem !important; }
    .sm\:p-12 { padding: 3rem !important; }
    .sm\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .sm\:py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .sm\:text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
    .sm\:text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
    .sm\:w-auto { width: auto !important; }
}

@media (min-width: 768px) {
    .md\:flex { display: flex !important; }
    .md\:inline-flex { display: inline-flex !important; }
    .md\:flex-row { flex-direction: row !important; }
    .md\:items-center { align-items: center !important; }
    .md\:justify-between { justify-content: space-between !important; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .md\:col-span-2 { grid-column: span 2 / span 2 !important; }
    .md\:p-10 { padding: 2.5rem !important; }
    .md\:text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
    .md\:text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
    .md\:text-5xl { font-size: 3rem !important; line-height: 1 !important; }
}

@media (min-width: 992px) {
    .lg\:flex-row { flex-direction: row !important; }
    .lg\:flex-col { flex-direction: column !important; }
    .lg\:gap-8 { gap: 2rem !important; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-\[280px_minmax\(0\,1fr\)\] { grid-template-columns: 280px minmax(0, 1fr) !important; }
    .lg\:col-span-1 { grid-column: span 1 / span 1 !important; }
    .lg\:col-span-2 { grid-column: span 2 / span 2 !important; }
    .lg\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
    .lg\:text-center { text-align: center !important; }
    .lg\:w-64 { width: 16rem !important; }
}

@media (min-width: 1200px) {
    .xl\:flex-row { flex-direction: row !important; }
    .xl\:items-start { align-items: flex-start !important; }
    .xl\:justify-between { justify-content: space-between !important; }
    .xl\:justify-end { justify-content: flex-end !important; }
    .xl\:text-right { text-align: right !important; }
}
