:root {
    --cp-primary: #ff7a00;
    --cp-secondary: #fff5eb;
    --cp-accent: #ffe3c2;
    --cp-text: #2d2d2d;
    --cp-heading: #1f2937;
    --cp-muted: #64748b;
    --cp-success: #22c55e;
    --cp-shadow: 0 15px 35px rgba(31, 41, 55, 0.08);
    --cp-radius: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Manrope, sans-serif;
    color: var(--cp-text);
    background: radial-gradient(circle at 8% 0%, #fff3e3, #ffffff 42%), radial-gradient(circle at 98% 20%, #fff7ef, transparent 40%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: Fraunces, serif;
    color: var(--cp-heading);
}

.cp-navbar {
    background: transparent;
    padding-top: 0.65rem;
    padding-bottom: 0.45rem;
}

.cp-navbar-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #f1dfcc;
    border-radius: 18px;
    padding: 0.4rem 0.7rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cp-navbar-shell:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(31, 41, 55, 0.12);
}

.cp-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.82rem;
    letter-spacing: 0.01em;
    color: #182338;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cp-brand-mark {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: linear-gradient(160deg, #fdba74, #f97316);
    box-shadow: 0 0 0 4px #ffe7cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.82rem;
}

.cp-brand-mark .cp-paw-svg {
    width: 0.86rem;
    height: 0.86rem;
    fill: currentColor;
}

.cp-nav-list {
    gap: 0.2rem;
}

.cp-nav-link {
    border-radius: 999px;
    padding: 0.36rem 0.72rem !important;
    font-weight: 700;
    color: #475569;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.cp-nav-link:hover {
    background: #fff1e0;
    color: #9a3412;
}

.cp-cart-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.cp-cart-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 800;
}

.cp-nav-admin-btn {
    border-color: #cbd5e1;
}

.cp-nav-cta-btn {
    font-weight: 800;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.2);
}

.cp-login-menu {
    border: 1px solid #f0decb;
    border-radius: 12px;
    padding: 0.35rem;
    box-shadow: 0 12px 28px rgba(30, 41, 59, 0.12);
}

.cp-login-menu .dropdown-item {
    border-radius: 8px;
    font-weight: 700;
    color: #475569;
    padding: 0.45rem 0.65rem;
}

.cp-login-menu .dropdown-item:hover,
.cp-login-menu .dropdown-item:focus {
    background: #fff1e0;
    color: #9a3412;
}

.cp-btn {
    background: var(--cp-primary);
    color: #fff;
    border: none;
}

.cp-btn:hover {
    background: #e76f00;
    color: #fff;
}

.cp-auth-section {
    position: relative;
}

.cp-login-page .cp-login-card {
    border: 1px solid #f0decb;
    box-shadow: 0 22px 44px rgba(31, 41, 55, 0.12);
}

.cp-register-page .cp-register-card {
    border: 1px solid #edd9c0;
    background: linear-gradient(180deg, #fffdfa, #ffffff 45%, #fff8ef);
    box-shadow: 0 20px 42px rgba(31, 41, 55, 0.11);
}

.cp-register-page .cp-auth-submit {
    width: auto;
    min-width: 124px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.cp-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #9a3412;
}

.cp-auth-eyebrow::before {
    content: "";
    width: 1.25rem;
    height: 2px;
    background: #fb923c;
    border-radius: 999px;
}

.cp-auth-subtitle {
    color: #64748b;
    font-size: 0.95rem;
}

.cp-auth-input {
    border: 1px solid #e7d4be;
    border-radius: 11px;
    padding: 0.72rem 0.82rem;
    background: #fffcf8;
}

.cp-auth-input:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 0.2rem rgba(251, 146, 60, 0.18);
    background: #fff;
}

.cp-auth-meta .form-check-label {
    color: #475569;
    font-weight: 600;
}

.cp-auth-muted {
    color: #94a3b8;
    font-weight: 700;
}

.cp-auth-submit {
    width: 100%;
    border-radius: 11px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.62rem 0.8rem;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.25);
}

.cp-auth-switch {
    color: #64748b;
}

.cp-auth-link {
    color: #ea580c;
    font-weight: 700;
    text-decoration: none;
}

.cp-auth-link:hover {
    color: #c2410c;
    text-decoration: underline;
}

.cp-userdash-hero {
    border: 1px solid #f0dec9;
    border-radius: 20px;
    background: linear-gradient(140deg, #fff8ee, #ffffff 58%, #edf6ff);
    box-shadow: 0 14px 32px rgba(30, 41, 59, 0.08);
    padding: 1rem 1.15rem;
}

.cp-userdash-kicker {
    display: inline-block;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #9a3412;
}

.cp-userdash-subtitle {
    color: #64748b;
}

.cp-userdash-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #f1dcc5;
    background: #fff;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #334155;
    font-weight: 700;
}

.cp-userdash-stat {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    box-shadow: 0 12px 26px rgba(30, 41, 59, 0.08);
}

.cp-userdash-stat::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    top: -75px;
    right: -54px;
    opacity: 0.35;
}

.cp-userdash-stat-orders {
    background: linear-gradient(165deg, #ffffff, #fff5e9);
}

.cp-userdash-stat-orders::after {
    background: #ffd9b0;
}

.cp-userdash-stat-wishlist {
    background: linear-gradient(165deg, #ffffff, #f7f2ff);
}

.cp-userdash-stat-wishlist::after {
    background: #dfd0ff;
}

.cp-userdash-stat-notif {
    background: linear-gradient(165deg, #ffffff, #ecf8ff);
}

.cp-userdash-stat-notif::after {
    background: #bfe9ff;
}

.cp-userdash-stat-label {
    color: #64748b;
    font-weight: 700;
    font-size: 0.86rem;
}

.cp-userdash-stat-value {
    color: #0f172a;
    font-family: "Baloo 2", sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
}

.cp-userdash-stat-icon {
    position: absolute;
    right: 1rem;
    bottom: 0.85rem;
    color: #475569;
    font-size: 1.2rem;
    opacity: 0.75;
}

.cp-userdash-action {
    position: relative;
    border: 1px solid #ebeff5;
    border-radius: 18px;
    min-height: 122px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cp-userdash-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(30, 41, 59, 0.12);
    border-color: #ffcc9c;
}

.cp-userdash-action-title {
    font-size: 1.22rem;
    font-weight: 700;
    color: #1e293b;
}

.cp-userdash-action-sub {
    margin-top: 0.32rem;
    color: #64748b;
    font-size: 0.9rem;
}

.cp-userdash-action-arrow {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3e3;
    color: #c2410c;
}

.cp-hero {
    background: linear-gradient(130deg, var(--cp-secondary), #fff);
    border-radius: 28px;
    box-shadow: var(--cp-shadow);
    overflow: hidden;
}

.cp-home-hero {
    position: relative;
    background: linear-gradient(135deg, #fff4e7 0%, #fff 38%, #fff0dd 100%);
    border-radius: 28px;
    box-shadow: var(--cp-shadow);
    overflow: hidden;
}

.cp-home-stage::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    right: -120px;
    top: -110px;
    background: radial-gradient(circle, rgba(255, 197, 128, 0.35), transparent 70%);
    pointer-events: none;
}

.cp-home-title {
    font-size: clamp(2rem, 4.2vw, 3.3rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.cp-home-kicker {
    display: inline-block;
    border: 1px solid #f8cda3;
    background: #fff;
    color: #9a3412;
    border-radius: 999px;
    padding: 0.4rem 0.88rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.cp-home-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.cp-home-trust-grid > div {
    border: 1px solid #eedcc8;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    padding: 0.7rem 0.75rem;
}

.cp-home-trust-grid strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.cp-home-trust-grid span {
    color: var(--cp-muted);
    font-size: 0.78rem;
}

.cp-home-hero-media {
    position: relative;
}

.cp-home-mosaic {
    padding: 0.25rem;
}

.cp-home-main-image {
    border-radius: 22px;
    min-height: 420px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 22px 46px rgba(71, 37, 10, 0.2);
}

.cp-home-note {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.15);
    padding: 0.72rem 0.9rem;
    max-width: 210px;
}

.cp-home-note small {
    display: block;
    color: var(--cp-muted);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cp-home-note strong {
    display: block;
    color: #111827;
    line-height: 1.25;
}

.cp-home-note-top {
    left: -0.6rem;
    top: 1rem;
}

.cp-home-note-bottom {
    right: 0.8rem;
    bottom: 1rem;
}

.cp-home-floating-card {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background: #fff;
    border-radius: 14px;
    padding: 0.8rem 1rem;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.15);
    max-width: 220px;
}

.cp-home-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7rem;
    background: transparent;
    border-radius: 18px;
    overflow: hidden;
}

.cp-home-stat-strip > div {
    background: linear-gradient(170deg, #fff 0%, #fffaf4 100%);
    border: 1px solid #f3dfc9;
    border-radius: 16px;
    padding: 1.1rem 1rem;
}

.cp-home-stat-strip strong {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
}

.cp-home-stat-strip span {
    color: var(--cp-muted);
    font-size: 0.88rem;
}

.cp-category-card {
    background: linear-gradient(145deg, #fff, #fffbf7);
}

.cp-product-card .btn {
    border-color: #d1d5db;
}

.cp-home-flash {
    border-radius: 24px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 60%, #fdba74 100%);
    box-shadow: 0 28px 50px rgba(154, 52, 18, 0.28);
}

.cp-testimonial-card {
    background: linear-gradient(145deg, #fff, #fffbf6);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cp-section-title {
    font-size: 1.65rem;
    margin-bottom: 1rem;
}

.cp-section-eyebrow {
    display: inline-block;
    border: 1px solid #f2dec7;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #9a3412;
}

.cp-card {
    border: 0;
    background: #fff;
    border-radius: var(--cp-radius);
    box-shadow: var(--cp-shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
}

.cp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(31, 41, 55, 0.12);
}

.cp-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.cp-product-list-card {
    display: flex;
}

.cp-product-list-image {
    width: 300px !important;
    flex: 0 0 300px;
    aspect-ratio: auto !important;
    height: 100%;
    min-height: 220px;
}

.cp-product-list-content {
    flex: 1;
    min-width: 0;
}

.cp-shop-card {
    display: flex;
    flex-direction: column;
}

.cp-shop-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cp-shop-meta {
    min-height: 3.1rem;
    line-height: 1.25;
}

.cp-shop-title {
    min-height: 4.1rem;
    line-height: 1.3;
}

.cp-shop-price-row {
    min-height: 2rem;
}

.cp-shop-add-form {
    margin-top: auto;
    align-items: stretch;
}

.cp-shop-qty {
    max-width: 82px !important;
}

.cp-shop-add-form .btn {
    white-space: nowrap;
    min-width: 88px;
    font-weight: 700;
}

.cp-blog-thumb {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}

.cp-blog-pagination .pagination {
    justify-content: center;
    gap: 0.45rem;
}

.cp-blog-pagination .page-item {
    list-style: none;
}

.cp-blog-pagination .page-link {
    border: 1px solid #f1dcc4;
    background: #fff9f1;
    color: #9a3412;
    border-radius: 999px;
    min-width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(154, 52, 18, 0.1);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.cp-blog-pagination .page-link:hover,
.cp-blog-pagination .page-link:focus {
    background: #ffe7cc;
    color: #7c2d12;
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(154, 52, 18, 0.16);
}

.cp-blog-pagination .page-item.active .page-link {
    background: linear-gradient(145deg, #fb923c, #f97316);
    border-color: #f97316;
    color: #fff;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.28);
}

.cp-blog-pagination .page-item.disabled .page-link {
    opacity: 0.45;
    background: #f8f2eb;
    color: #9ca3af;
    border-color: #eadfce;
    box-shadow: none;
}

.cp-blog-hero {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
    border-radius: 12px;
}

.cp-price {
    color: var(--cp-primary);
    font-weight: 700;
}

.cp-old-price {
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 0.4rem;
}

.cp-footer {
    background: transparent;
    margin-top: auto;
}

.cp-footer-inner {
    background: linear-gradient(155deg, #fff7ee 0%, #fff1e2 100%);
    border: 1px solid #f4dec8;
    border-radius: 24px;
    padding: 1.4rem 1.2rem;
}

.cp-footer-brand {
    font-size: 1.7rem;
    margin-bottom: 0.35rem;
}

.cp-footer-title {
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 0.6rem;
}

.cp-footer-text {
    color: #5b6575;
}

.cp-footer-list li + li {
    margin-top: 0.35rem;
}

.cp-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2d7bc;
    border-radius: 999px;
    width: 42px;
    height: 36px;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    background: #fff;
}

.cp-footer-form .form-control {
    border-color: #e5c9ab;
    min-height: 42px;
}

.cp-footer-form .btn {
    min-width: 84px;
    font-weight: 800;
}

.cp-footer-bottom {
    border-top: 1px solid #f1dbc3;
    color: #7b8794;
}

.cp-footer a {
    color: #4b5563;
    text-decoration: none;
}

.cp-footer a:hover {
    color: var(--cp-primary);
}

.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 0.2s ease;
}

.global-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.toast-area {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2100;
}

.cp-skeleton {
    display: block;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%);
    background-size: 400% 100%;
    animation: skeleton 1.2s ease infinite;
    border-radius: 10px;
    min-height: 1rem;
}

@keyframes skeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

.cp-feature {
    border-radius: var(--cp-radius);
    background: #fff;
    border: 1px solid #f1e1cf;
    box-shadow: var(--cp-shadow);
    padding: 1rem;
    height: 100%;
}

.cp-feature-index {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #c2410c;
    margin-bottom: 0.4rem;
}

.cp-category-card-home {
    position: relative;
    border: 1px solid #f4e0ca;
}

.cp-category-tone-1 {
    background: linear-gradient(140deg, #fff, #fff6ea);
}

.cp-category-tone-2 {
    background: linear-gradient(140deg, #fff, #f2f8ff);
}

.cp-category-tone-3 {
    background: linear-gradient(140deg, #fff, #f7f4ff);
}

.cp-category-tone-4 {
    background: linear-gradient(140deg, #fff, #f2fbf7);
}

.cp-category-link {
    position: absolute;
    right: 0.9rem;
    bottom: 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #b45309;
}

.cp-home-page .container {
    position: relative;
}

.cp-home-band {
    border-radius: 26px;
    margin-bottom: 1rem;
}

.cp-home-band:last-child {
    margin-bottom: 0;
}

.cp-home-why {
    background: linear-gradient(160deg, #fffdfb 0%, #fff7ef 100%);
    border: 1px solid #f3e5d5;
    padding: 1.4rem !important;
}

.cp-home-categories {
    background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #e5edf7;
    padding: 1.4rem !important;
}

.cp-home-featured {
    background: linear-gradient(160deg, #ffffff 0%, #fff8f0 100%);
    border: 1px solid #f5e4cf;
    padding: 1.4rem !important;
}

.cp-home-flash-wrap {
    padding: 0.25rem !important;
}

.cp-home-sellers {
    background: linear-gradient(160deg, #fffdf7 0%, #fff5ea 100%);
    border: 1px solid #f2e2cf;
    padding: 1.4rem !important;
}

.cp-home-voices {
    background: linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #e4edf8;
    padding: 1.4rem !important;
}

.cp-home-blog {
    background: linear-gradient(160deg, #fff 0%, #fff7f1 100%);
    border: 1px solid #f5e4d4;
    padding: 1.4rem !important;
}

.cp-home-page .cp-section-title {
    position: relative;
    display: inline-block;
}

.cp-home-page .cp-section-title::after {
    content: "";
    display: block;
    width: 46%;
    height: 4px;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #fdba74, transparent);
}

.cp-home-link {
    color: #9a3412;
    font-weight: 700;
}

.cp-home-link-light {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px rgba(124, 45, 18, 0.4);
}

.cp-home-link-light:hover,
.cp-home-link:hover {
    opacity: 0.9;
}

.cp-flash-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 16px 30px rgba(124, 45, 18, 0.2);
}

.cp-flash-image {
    border-bottom: 1px solid #fde7d2;
}

.cp-flash-card-body {
    background: linear-gradient(180deg, #fffdfb 0%, #fff4e6 100%);
}

.cp-flash-title {
    color: #111827;
}

.cp-flash-price {
    color: #c2410c;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1;
}

.cp-home-page .cp-feature,
.cp-home-page .cp-category-card-home,
.cp-home-page .cp-product-card,
.cp-home-page .cp-testimonial-card {
    border: 1px solid #f2e2d0;
}

.cp-feature-tone-1 {
    border-top: 4px solid #fb923c;
}

.cp-feature-tone-2 {
    border-top: 4px solid #38bdf8;
}

.cp-feature-tone-3 {
    border-top: 4px solid #a78bfa;
}

.cp-feature-tone-4 {
    border-top: 4px solid #34d399;
}

.cp-home-page .cp-card:hover {
    box-shadow: 0 24px 42px rgba(30, 41, 59, 0.14);
}

/* Pawsy-inspired home refresh (playful, soft, rounded, airy) */
.cp-home-pawsy {
    --cp-paw-peach: #fff0e2;
    --cp-paw-cream: #fff9f2;
    --cp-paw-sky: #e9f4ff;
    --cp-paw-mint: #ecfbf5;
    --cp-paw-lilac: #f2edff;
    --cp-paw-text: #1f2a44;
    --cp-paw-accent: #f97316;
}

.cp-home-pawsy,
.cp-home-pawsy p,
.cp-home-pawsy small,
.cp-home-pawsy span,
.cp-home-pawsy a,
.cp-home-pawsy div {
    font-family: Nunito, sans-serif;
}

.cp-home-pawsy h1,
.cp-home-pawsy h2,
.cp-home-pawsy h3,
.cp-home-pawsy h4,
.cp-home-pawsy h5,
.cp-home-pawsy h6 {
    font-family: "Baloo 2", sans-serif;
    letter-spacing: 0.01em;
}

.cp-home-pawsy .cp-home-hero {
    background: radial-gradient(circle at 8% 10%, #ffe2c5, transparent 40%), linear-gradient(135deg, #fffaf4 0%, #fff3e7 45%, #ffe9d1 100%);
    border-radius: 38px;
    border: 1px solid #ffd7b3;
    box-shadow: 0 28px 56px rgba(251, 146, 60, 0.2);
}

.cp-home-pawsy .cp-home-hero-wrap {
    position: relative;
}

.cp-home-pawsy .cp-home-hero-wrap::before,
.cp-home-pawsy .cp-home-hero-wrap::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    z-index: 0;
    filter: blur(0.4px);
}

.cp-home-pawsy .cp-home-hero-wrap::before {
    left: 1.5rem;
    top: 2.2rem;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.32), rgba(191, 219, 254, 0.05));
}

.cp-home-pawsy .cp-home-hero-wrap::after {
    right: 1rem;
    bottom: 1.2rem;
    background: radial-gradient(circle, rgba(134, 239, 172, 0.3), rgba(220, 252, 231, 0.06));
}

.cp-home-pawsy .cp-home-hero-wrap > .cp-home-hero {
    position: relative;
    z-index: 1;
}

.cp-home-pawsy .cp-home-stage::before {
    width: 360px;
    height: 360px;
    right: -140px;
    top: -150px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.3), rgba(254, 215, 170, 0.08) 55%, transparent 75%);
}

.cp-home-pawsy .cp-home-kicker {
    background: linear-gradient(160deg, #fff, #fff7ef);
    border: 2px solid #ffcb9f;
    color: #b45309;
    font-weight: 800;
}

.cp-home-pawsy .cp-home-title {
    color: var(--cp-paw-text);
    font-size: clamp(2.2rem, 4.6vw, 3.7rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.cp-home-pawsy .cp-btn {
    border-radius: 999px;
    padding: 0.7rem 1.25rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.28);
}

.cp-home-pawsy .btn-outline-dark {
    border-width: 2px;
    border-color: #1f2937;
    color: #1f2937;
    font-weight: 800;
}

.cp-home-pawsy .cp-home-main-image {
    border-radius: 32px;
    border: 6px solid #fff;
    box-shadow: 0 26px 50px rgba(124, 45, 18, 0.24);
}

.cp-home-pawsy .cp-home-note {
    border-radius: 18px;
    border: 1px solid #ffd9ba;
    box-shadow: 0 14px 28px rgba(124, 45, 18, 0.15);
}

.cp-home-pawsy .cp-home-note-top {
    transform: rotate(-2deg);
}

.cp-home-pawsy .cp-home-note-bottom {
    transform: rotate(2deg);
}

.cp-home-pawsy .cp-home-trust-grid > div {
    border: 1px solid #ffd8b7;
    background: linear-gradient(160deg, #fff, #fff7ee);
    border-radius: 18px;
}

.cp-home-pawsy .cp-home-trust-grid strong {
    color: #9a3412;
}

.cp-home-pawsy .cp-home-stat-strip > div {
    background: linear-gradient(180deg, #fff, #fff7ef);
    border: 1px solid #ffdcbf;
    border-radius: 18px;
}

.cp-home-pawsy .cp-home-band {
    border-radius: 32px;
    margin-bottom: 1.15rem;
}

.cp-home-pawsy .cp-home-why {
    background: linear-gradient(160deg, var(--cp-paw-cream) 0%, #fff2e8 100%);
    border-color: #ffdcbf;
}

.cp-home-pawsy .cp-home-categories {
    background: linear-gradient(160deg, #f6fbff 0%, var(--cp-paw-sky) 100%);
    border-color: #d8eafe;
}

.cp-home-pawsy .cp-home-featured {
    background: linear-gradient(160deg, #fff9f4 0%, #fff0e2 100%);
    border-color: #ffdcbf;
}

.cp-home-pawsy .cp-home-sellers {
    background: linear-gradient(160deg, #f6fffb 0%, var(--cp-paw-mint) 100%);
    border-color: #ccefe2;
}

.cp-home-pawsy .cp-home-voices {
    background: linear-gradient(160deg, #faf8ff 0%, var(--cp-paw-lilac) 100%);
    border-color: #e4dcff;
}

.cp-home-pawsy .cp-home-blog {
    background: linear-gradient(160deg, #fff 0%, #fff5ec 100%);
    border-color: #ffddc5;
}

.cp-home-pawsy .cp-home-band:not(.cp-home-flash-wrap) {
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.cp-home-pawsy .cp-section-eyebrow {
    border-width: 2px;
    border-color: #ffcfaa;
    color: #b45309;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    padding: 0.25rem 0.85rem;
}

.cp-home-pawsy .cp-section-title {
    color: #17223b;
    font-size: clamp(1.85rem, 2.4vw, 2.35rem);
}

.cp-home-pawsy .cp-section-title::after {
    height: 5px;
    width: 52%;
    background: linear-gradient(90deg, #fdba74, #f97316 62%, transparent);
}

.cp-home-pawsy .cp-home-link {
    color: #b45309;
    font-weight: 800;
}

.cp-home-pawsy .cp-flash-kicker {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.cp-home-pawsy .cp-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 210, 170, 0.9);
    box-shadow: 0 14px 30px rgba(30, 41, 59, 0.09);
}

.cp-home-pawsy .cp-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 24px 45px rgba(30, 41, 59, 0.14);
}

.cp-home-pawsy .cp-feature {
    border-width: 1px;
    border-color: #ffd7ba;
    border-top-width: 5px;
}

.cp-home-pawsy .cp-feature-tone-1 { border-top-color: #fb923c; }
.cp-home-pawsy .cp-feature-tone-2 { border-top-color: #22c55e; }
.cp-home-pawsy .cp-feature-tone-3 { border-top-color: #60a5fa; }
.cp-home-pawsy .cp-feature-tone-4 { border-top-color: #a78bfa; }

.cp-home-pawsy .cp-category-card-home {
    border-width: 1px;
}

.cp-home-pawsy .cp-category-tone-1 { background: linear-gradient(150deg, #fff, #fff2e3); }
.cp-home-pawsy .cp-category-tone-2 { background: linear-gradient(150deg, #fff, #ebf5ff); }
.cp-home-pawsy .cp-category-tone-3 { background: linear-gradient(150deg, #fff, #f3eefe); }
.cp-home-pawsy .cp-category-tone-4 { background: linear-gradient(150deg, #fff, #eaf9f2); }

.cp-home-pawsy .cp-category-link {
    color: #c2410c;
}

.cp-home-pawsy .cp-home-flash {
    border-radius: 34px;
    background: radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.22), transparent 40%), linear-gradient(130deg, #fb923c 0%, #f97316 56%, #ea580c 100%);
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 24px 46px rgba(154, 52, 18, 0.3);
}

.cp-home-pawsy .cp-flash-card {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(124, 45, 18, 0.16);
}

.cp-home-pawsy .cp-flash-image {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover;
}

.cp-home-pawsy .cp-flash-card-body {
    background: linear-gradient(180deg, #fffefc, #fff7ee);
    padding-top: 0.8rem !important;
}

.cp-home-pawsy .cp-flash-price {
    color: #c2410c;
    font-size: 1.28rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.cp-home-pawsy .cp-flash-title {
    color: #182338;
    font-size: 1.12rem;
    line-height: 1.28;
}

.cp-home-pawsy .cp-flash-badge {
    font-size: 0.8rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 0.35rem 0.55rem;
}

.cp-home-pawsy .cp-flash-old-price {
    color: #8da0b8;
    font-size: 1.05rem;
}

.cp-home-pawsy .cp-flash-head .cp-section-title::after {
    width: 42%;
}

.cp-home-pawsy .cp-price {
    color: #ea580c;
}

.cp-home-pawsy .cp-testimonial-card {
    background: linear-gradient(150deg, #fff, #f2f8ff);
}

.admin-body {
    background: #f2f4f8;
    font-family: Inter, sans-serif;
}

.cp-adm-app {
    min-height: 100vh;
    display: flex;
}

.cp-adm-sidebar {
    width: 248px;
    background: linear-gradient(180deg, #0f1422 0%, #0b111d 100%);
    color: #d6deeb;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cp-adm-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    color: #f8fbff;
    margin-bottom: 1rem;
}

.cp-adm-brand:hover {
    color: #fff;
}

.cp-adm-brand-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: linear-gradient(140deg, #fb923c, #ea580c);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.88rem;
}

.cp-adm-brand-icon .cp-paw-svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.cp-adm-brand strong {
    display: block;
    font-family: Poppins, sans-serif;
    letter-spacing: -0.01em;
}

.cp-adm-brand small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.64rem;
    opacity: 0.7;
}

.cp-adm-group-title {
    margin-top: 0.8rem;
    color: #8191ac;
    text-transform: uppercase;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    padding: 0 0.25rem;
}

.cp-adm-link {
    border-radius: 10px;
    color: #cbd4e4;
    padding: 0.6rem 0.72rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.cp-adm-link:hover,
.cp-adm-link:focus {
    background: #1d2435;
    color: #fff;
}

.cp-adm-link i {
    width: 1rem;
    text-align: center;
    opacity: 0.9;
}

.cp-adm-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.cp-adm-topbar {
    min-height: 58px;
    border-bottom: 1px solid #e6eaf0;
    background: #fff;
    padding: 0.55rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cp-adm-topbar-left {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.cp-adm-menu-toggle {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 10px;
    border: 1px solid #dce3ef;
    background: #f8fbff;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.12rem;
}

.cp-adm-drawer-close {
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #eef3fb;
    margin-left: auto;
    margin-bottom: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cp-adm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.44);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1035;
}

.cp-adm-page-title {
    font-family: Poppins, sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    color: #1f2937;
}

.cp-adm-top-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.cp-adm-preview-btn {
    background: #f3f5f9;
    border: 1px solid #e5e9f0;
    color: #465267;
    border-radius: 8px;
    font-weight: 600;
}

.cp-adm-profile-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    color: #1f2937;
}

.cp-adm-profile-toggle {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 999px;
    padding: 0.15rem 0.25rem;
}

.cp-adm-profile-toggle:hover,
.cp-adm-profile-toggle:focus,
.cp-adm-profile-toggle.show {
    border-color: #dde3ec;
    background: #f8fafc;
    color: #0f172a;
}

.cp-adm-profile-toggle::after {
    margin-left: 0.15rem;
}

.cp-adm-profile-menu {
    border: 1px solid #e3e8f0;
    border-radius: 12px;
    padding: 0.35rem;
    box-shadow: 0 14px 28px rgba(30, 41, 59, 0.12);
}

.cp-adm-profile-menu .dropdown-item {
    border-radius: 8px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.cp-adm-profile-menu .dropdown-item:hover,
.cp-adm-profile-menu .dropdown-item:focus {
    background: #f4f7fb;
}

.cp-adm-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #c7a74f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.cp-adm-content {
    padding: 1rem;
}

.cp-adm-metric {
    border-radius: 14px;
    color: #fff;
    padding: 1.05rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 9px 20px rgba(15, 23, 42, 0.12);
}

.cp-adm-metric-purple { background: linear-gradient(120deg, #5f8def, #6f44c5); }
.cp-adm-metric-pink { background: linear-gradient(120deg, #de7de2, #ef4f7b); }
.cp-adm-metric-cyan { background: linear-gradient(120deg, #4c9df2, #35d4d8); }
.cp-adm-metric-green { background: linear-gradient(120deg, #49db82, #54dcb9); }

.cp-adm-metric-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.cp-adm-metric-label {
    font-size: 0.95rem;
    opacity: 0.92;
    line-height: 1.1;
}

.cp-adm-metric-value {
    font-size: clamp(1.2rem, 2.2vw, 2rem);
    line-height: 1.1;
    font-weight: 800;
}

.cp-adm-panel {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    padding: 1rem;
}

.cp-adm-panel-title {
    font-family: Poppins, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.cp-adm-action-link {
    background: #f7f9fc;
    border: 1px solid #edf1f6;
    border-radius: 10px;
    color: #2b3648;
    text-decoration: none;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.15rem 0.6rem;
    padding: 0.7rem 0.8rem;
    margin-bottom: 0.55rem;
}

.cp-adm-action-link span {
    font-weight: 700;
}

.cp-adm-action-link small {
    grid-column: 1 / 2;
    color: #74839a;
    font-size: 0.84rem;
}

.cp-adm-action-link > i {
    align-self: center;
    color: #97a6bc;
}

.cp-adm-action-link:hover {
    background: #f2f6fd;
    border-color: #dfe6f1;
    color: #111827;
}

.cp-adm-overview-row {
    margin-bottom: 0.72rem;
}

.cp-adm-overview-row strong {
    font-size: 0.94rem;
    color: #2d3748;
}

.cp-adm-overview-row span {
    color: #7d8ba2;
    font-weight: 700;
}

.cp-adm-overview-row .progress {
    height: 5px;
    margin-top: 0.3rem;
    background: #eef2f8;
}

.cp-adm-bar-purple { background: #6578e8; }
.cp-adm-bar-pink { background: #ef5f86; }
.cp-adm-bar-cyan { background: #48b8f4; }
.cp-adm-bar-green { background: #5ad996; }

.cp-adm-table thead th {
    color: #1f2937;
    font-weight: 700;
    border-bottom-color: #e8edf4;
}

.cp-adm-table tbody td {
    border-bottom-color: #edf1f6;
    color: #334155;
}

.cp-adm-status {
    background: #fff3d8;
    border: 1px solid #f8ddb0;
    color: #9a6000;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .cp-adm-app {
        flex-direction: row;
    }

    .cp-adm-sidebar {
        width: min(86vw, 320px);
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        transform: translateX(-106%);
        transition: transform 0.24s ease;
        overflow-y: auto;
        box-shadow: 0 24px 40px rgba(2, 6, 23, 0.45);
    }

    .admin-body.cp-adm-nav-open .cp-adm-sidebar {
        transform: translateX(0);
    }

    .admin-body.cp-adm-nav-open .cp-adm-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .cp-adm-main {
        width: 100%;
    }

    .cp-adm-topbar {
        flex-wrap: wrap;
        padding: 0.7rem 0.9rem;
    }

    .cp-adm-top-actions {
        width: 100%;
        justify-content: space-between;
    }

    .cp-home-stat-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .cp-home-main-image {
        min-height: 340px;
    }

    .cp-home-note-top {
        left: 0.6rem;
        top: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .cp-navbar {
        padding-top: 0.5rem;
    }

    .cp-adm-brand {
        margin-bottom: 0.55rem;
    }

    .cp-adm-group-title {
        margin-top: 0.55rem;
    }

    .cp-adm-topbar {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.55rem;
        min-height: 64px;
    }

    .cp-adm-topbar-left {
        flex: 1;
        min-width: 0;
        gap: 0.5rem;
    }

    .cp-adm-page-title {
        font-size: 1.06rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cp-adm-top-actions {
        flex-wrap: nowrap;
        width: auto;
        margin-left: auto;
        flex-shrink: 0;
        gap: 0.45rem;
    }

    .cp-adm-preview-btn {
        display: none;
    }

    .cp-adm-profile-pill {
        width: auto;
        justify-content: center;
        padding: 0.12rem 0.2rem;
    }

    .cp-adm-avatar {
        width: 1.85rem;
        height: 1.85rem;
    }

    .cp-admin-hero {
        padding: 1rem;
        border-radius: 16px;
    }

    .cp-admin-actions {
        width: 100%;
    }

    .cp-admin-actions .btn {
        flex: 1;
        min-width: 0;
    }

    .cp-navbar-shell {
        border-radius: 14px;
        padding: 0.35rem 0.6rem;
    }

    .cp-brand {
        font-size: 1.55rem;
    }

    .cp-navbar .navbar-toggler {
        border: 1px solid #ecd8c1;
        border-radius: 10px;
        padding: 0.32rem 0.52rem;
    }

    .cp-navbar .navbar-collapse {
        background: #fff;
        border: 1px solid #f0decb;
        border-radius: 12px;
        padding: 0.55rem;
        margin-top: 0.6rem;
    }

    .cp-nav-link {
        border-radius: 10px;
        padding: 0.48rem 0.62rem !important;
    }

    .cp-product-list-card {
        display: flex;
        align-items: stretch;
    }

    .cp-product-list-image {
        width: 120px !important;
        flex: 0 0 120px;
        min-height: 120px;
        aspect-ratio: 1 / 1 !important;
    }

    .cp-product-list-content {
        padding: 0.75rem !important;
    }

    .cp-product-list-form .form-control {
        max-width: 64px !important;
        min-width: 64px;
        padding: 0.25rem 0.4rem;
    }

    .cp-product-list-form .btn {
        padding: 0.35rem 0.55rem;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .cp-home-trust-grid {
        grid-template-columns: 1fr;
    }

    .cp-home-main-image {
        min-height: 280px;
    }

    .cp-shop-meta {
        min-height: 3.35rem;
    }

    .cp-shop-title {
        min-height: 4.7rem;
    }

    .cp-shop-add-form {
        gap: 0.45rem !important;
    }

    .cp-shop-qty {
        max-width: 84px !important;
    }

    .cp-shop-add-form .btn {
        font-size: 0.95rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .cp-cart-item {
        position: relative;
        padding-top: 2.8rem !important;
    }

    .cp-cart-remove-col {
        position: static;
    }

    .cp-cart-remove-form {
        position: absolute;
        top: 0.85rem;
        right: 0.85rem;
        margin: 0;
    }

    .cp-cart-remove-btn {
        min-width: 2rem;
        height: 2rem;
        padding: 0;
        line-height: 1;
        border-radius: 8px;
        font-weight: 700;
    }

    .cp-home-pawsy .cp-home-title {
        font-size: clamp(1.9rem, 8.4vw, 2.4rem);
        line-height: 1.02;
    }

    .cp-home-pawsy .cp-home-band {
        margin-bottom: 0.85rem;
        border-radius: 24px;
    }

    .cp-home-pawsy .cp-home-flash {
        border-radius: 26px;
    }

    .cp-home-pawsy .cp-flash-image {
        aspect-ratio: 16 / 11 !important;
    }

    .cp-home-pawsy .cp-flash-title {
        font-size: 1.03rem;
    }

    .cp-home-note {
        position: static;
        margin-top: 0.6rem;
        max-width: 100%;
    }

    .cp-home-page .cp-section-title::after {
        width: 60%;
    }

    .cp-home-why,
    .cp-home-categories,
    .cp-home-featured,
    .cp-home-sellers,
    .cp-home-voices,
    .cp-home-blog {
        padding: 1rem !important;
    }

    .cp-flash-price {
        font-size: 1.05rem;
    }

    .cp-home-stat-strip {
        grid-template-columns: 1fr;
    }

    .cp-footer-inner {
        padding: 1.05rem 0.95rem;
    }

    .cp-footer-form {
        flex-direction: column;
    }

    .cp-footer-form .btn {
        width: 100%;
    }
}
