/* Reusable landing style system for La Cherie pages */

/* Override Storefront container constraints for LC pages */
body.lc-page #page,
body.lc-page .site {
    overflow-x: visible !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.lc-page .col-full {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: visible !important;
}

body.lc-page .site-header,
body.lc-page .storefront-handheld-footer-bar,
body.lc-page .site-footer,
body.lc-page #secondary {
    display: none !important;
}

body.lc-page #content {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    overflow-x: visible !important;
}

body.lc-page #primary,
body.lc-page #main,
body.lc-page .site-main,
body.lc-page .content-area,
body.lc-page .site-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
}

.lc-landing {
    --lc-primary: #3b0a0a;
    --lc-primary-hover: #2b0707;
    --lc-secondary: #7e2a2a;
    --lc-accent: #d4af37;
    --gold-500: var(--lc-accent);
    --lc-bg: #fadfb5;
    --lc-surface: #fadfb5;
    --lc-surface-strong: #efe6de;
    --lc-border: #3b0a0a;
    --lc-text: #3b0a0a;
    --lc-text-header: #fadfb5;
    --lc-text-soft: #5a2424;
    --lc-text-muted: #7a4f4f;
    --lc-footer: #3b0a0a;
    --font-sans: "DM Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-serif: "Playfair Display", Georgia, serif;
    --font-mono: "JetBrains Mono", "Courier New", monospace;

    width: 100%;
    background: var(--lc-bg);
    color: var(--lc-text);
    font-family: var(--font-sans);
    overflow-x: clip;
}

.lc-landing * {
    box-sizing: border-box;
}

.lc-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 480px) {
    .lc-shell {
        padding: 0 12px;
    }
}

.lc-playfair {
    font-family: "Playfair Display", Georgia, serif;
}

/* Header */
.lc-header {
    position: relative;
    z-index: 50;
    min-height: 80px;
    background: var(--lc-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}



.lc-header .lc-logo,
.lc-header .lc-nav a,
.lc-header .lc-icon-link,
.lc-header .lc-hamburger,
.lc-header .lc-hamburger span,
.lc-header .lc-icon-link svg {
    color: var(--lc-bg) !important;
    stroke: currentColor;
}

.lc-header .lc-logo {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.lc-header .lc-nav a:hover,
.lc-header .lc-nav a:focus,
.lc-header .lc-icon-link:hover,
.lc-header .lc-icon-link:focus {
    color: rgba(248, 244, 240, 0.82) !important;
}

.lc-header .lc-nav a.is-active {
    color: var(--lc-bg) !important;
    opacity: 1;
    border-bottom: 1px solid rgba(248, 244, 240, 0.65);
    padding-bottom: 3px;
}

.lc-header.is-nav-open {
    background: var(--lc-surface);
    border-bottom: 1px solid rgba(59, 10, 10, 0.12);
    z-index: 10060;
}

.lc-header.is-nav-open .lc-logo,
.lc-header.is-nav-open .lc-nav a,
.lc-header.is-nav-open .lc-icon-link,
.lc-header.is-nav-open .lc-hamburger,
.lc-header.is-nav-open .lc-hamburger span,
.lc-header.is-nav-open .lc-icon-link svg {
    color: var(--lc-primary) !important;
    stroke: currentColor;
}

.lc-header.is-nav-open .lc-nav a.is-active {
    color: var(--lc-primary) !important;
    border-bottom-color: rgba(59, 10, 10, 0.28);
}

.lc-header.is-nav-open .lc-cart-badge {
    background: var(--lc-primary);
    color: var(--lc-bg);
}

.lc-header-row {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lc-logo {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--lc-bg);
    text-decoration: none;
}

.lc-nav {
    display: flex;
    align-items: center;
    gap: 48px;
}

.lc-nav a {
    text-decoration: none;
    color: var(--lc-bg);
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.lc-nav a.is-active {
    opacity: 1;
    border-bottom: 1px solid rgba(248, 244, 240, 0.65);
    padding-bottom: 3px;
}

.lc-nav a:hover {
    opacity: 0.82;
}

.lc-nav a.is-active:hover {
    opacity: 0.72;
}

.lc-nav a.lc-link-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.lc-header-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lc-icon-link {
    position: relative;
    color: var(--lc-bg);
    text-decoration: none;
}

.lc-cart-badge {
    position: absolute;
    right: -8px;
    top: -8px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--lc-primary);
    background: var(--lc-bg);
    padding: 0 4px;
}

/* Hamburger Menu Button (Mobile Only) */
.lc-hamburger {
    display: none;
    width: 24px;
    height: 24px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--lc-bg) !important;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.lc-hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--lc-bg);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.lc-hamburger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.lc-hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.lc-hamburger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.lc-hero {
    min-height: 500px;
    background: linear-gradient(135deg, #faf6f3 0%, #fff5f5 50%, #f5e6e8 100%);
}

.lc-hero-row {
    min-height: 650px;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.lc-hero-left {
    width: 55%;
    position: relative;
}

.lc-hero-canvas {
    width: 520px;
    aspect-ratio: 4 / 5;
    display: block;
    border-radius: 28px;
    overflow: visible;
    text-decoration: none;
    position: relative;
    transition: transform 0.24s ease;
}

.lc-hero-canvas:hover {
    transform: translateY(-2px);
}

.lc-hero-frame-shadow {
    position: absolute;
    inset: 24px -18px -20px 28px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(91, 13, 13, 0.16), rgba(91, 13, 13, 0.04));
    filter: blur(18px);
    z-index: 0;
}

.lc-hero-frame-outline {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(140deg, #7c1d1d 0%, #b77b57 48%, #6b1616 100%);
    box-shadow: 0 18px 42px rgba(56, 17, 17, 0.16);
    z-index: 1;
}

.lc-hero-frame-mat {
    position: absolute;
    inset: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fdf7f2 0%, #f5e9df 100%);
    padding: 18px;
    display: block;
    z-index: 2;
}

.lc-hero-frame-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(91, 13, 13, 0.08);
}

.lc-handcraft-badge {
    position: absolute;
    right: -16px;
    bottom: -16px;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.lc-handcraft-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lc-handcraft-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb6c1 0%, #ffc8d0 100%);
}

.lc-hero-right {
    width: 45%;
    padding-left: 48px;
}

.lc-overline {
    margin: 0 0 16px;
    color: var(--lc-primary);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.lc-hero-title {
    margin: 0 0 24px;
    color: var(--lc-primary);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 52px;
    line-height: 1.1;
}

.lc-hero-desc {
    margin: 0 0 28px;
    max-width: 440px;
    color: var(--lc-text-soft);
    font-size: 17px;
    line-height: 1.7;
}

.lc-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lc-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 28px;
    padding: 18px 42px;
    background: linear-gradient(135deg, var(--lc-primary) 0%, var(--lc-secondary) 100%);
    box-shadow: 0 8px 20px rgba(59, 10, 10, 0.24);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(59, 10, 10, 0.32);
}

.lc-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid var(--lc-primary);
    color: var(--lc-primary);
    background: #ffffff;
    border-radius: 24px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lc-btn-outline:hover {
    background: var(--lc-primary);
    color: #ffffff;
}

.lc-video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--lc-text);
    font-size: 15px;
    font-weight: 500;
}

.lc-play-circle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 2px solid var(--lc-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lc-hero-stats {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(139, 64, 73, 0.15);
}

.lc-stat-value {
    margin: 0;
    color: var(--lc-primary);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 600;
}

.lc-stat-label {
    margin: 0;
    color: var(--lc-text-soft);
    font-size: 14px;
}

/* Shared section */
.lc-section {
    padding: 80px 0;
}

.lc-section-title {
    margin: 0 0 60px;
    text-align: center;
    color: var(--lc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    font-weight: 600;
}

.lc-products {
    min-height: 520px;
    background: var(--lc-surface);
}

.lc-products-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 4px 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 10, 10, 0.45) rgba(59, 10, 10, 0.08);
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

.lc-products-grid::-webkit-scrollbar {
    display: none;
    height: 0;
}

.lc-products-grid::-webkit-scrollbar-track {
    background: rgba(59, 10, 10, 0.08);
    border-radius: 999px;
}

.lc-products-grid::-webkit-scrollbar-thumb {
    background: rgba(59, 10, 10, 0.45);
    border-radius: 999px;
}

@media (max-width: 768px) {
    .lc-products-grid {
        scrollbar-width: thin;
    }

    .lc-products-grid::-webkit-scrollbar {
        display: block;
        height: 8px;
    }
}

.lc-carousel-shell {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.lc-carousel-shell::before,
.lc-carousel-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 72px;
    z-index: 2;
    pointer-events: none;
}

.lc-carousel-shell::before {
    left: 0;
    background: linear-gradient(90deg, var(--lc-surface) 15%, rgba(248, 244, 240, 0));
}

.lc-carousel-shell::after {
    right: 0;
    background: linear-gradient(270deg, var(--lc-surface) 15%, rgba(248, 244, 240, 0));
}

.lc-carousel-nav {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(59, 10, 10, 0.2);
    background: rgba(248, 244, 240, 0.82);
    color: var(--lc-primary);
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(59, 10, 10, 0.08);
    flex-shrink: 0;
    opacity: 0.75;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lc-carousel-shell:hover .lc-carousel-nav,
.lc-carousel-shell:focus-within .lc-carousel-nav,
.lc-carousel-nav:focus {
    opacity: 0.95;
}

.lc-carousel-nav:hover {
    background: var(--lc-primary);
    color: var(--lc-bg);
    transform: translateY(-1px);
}

.lc-carousel-nav:disabled {
    opacity: 0.18;
    cursor: default;
    transform: none;
}

.lc-carousel-progress {
    position: relative;
    flex: 1 0 calc(100% - 100px);
    height: 2px;
    margin: 4px 50px 0;
    border-radius: 999px;
    background: rgba(59, 10, 10, 0.12);
    overflow: hidden;
}

.lc-carousel-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 18%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(59, 10, 10, 0.75), rgba(126, 42, 42, 0.95));
    box-shadow: 0 0 12px rgba(59, 10, 10, 0.14);
    transition: width 0.18s ease, transform 0.18s ease;
}

.lc-product-card {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    scroll-snap-align: start;
    flex: 0 0 240px;
    touch-action: pan-x;
}

.lc-products-grid,
.lc-feedback-grid {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 4px;
}

.lc-products-grid.is-dragging,
.lc-feedback-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.lc-product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lc-product-card,
.lc-feedback-card {
    scroll-snap-stop: always;
}

.lc-product-box {
    width: 240px;
    height: 240px;
    border-radius: 16px;
    background: var(--lc-surface-strong);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lc-product-image-wrap {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-product-image {
    max-width: 160px;
    max-height: 140px;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.lc-product-name {
    margin: 8px 0 0;
    text-align: center;
    color: var(--lc-text);
    font-size: 14px;
    font-weight: 500;
}

.lc-center {
    text-align: center;
    margin-top: 48px;
}

.lc-collections {
    min-height: 580px;
    background: #ffffff;
}

.lc-collections-title {
    margin-bottom: 24px;
    font-size: 32px;
}

.lc-collection-stack {
    position: relative;
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 12px 18px;
}

.lc-collection-track {
    position: relative;
    margin: 0 auto;
    width: min(460px, 100%);
    height: 460px;
    touch-action: pan-y;
    user-select: none;
}

.lc-collection-poster-card {
    position: absolute;
    inset: 0;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(91, 13, 13, 0.14);
    background: linear-gradient(145deg, #f5e6e8 0%, #fff5f5 100%);
    box-shadow: 0 14px 28px rgba(56, 17, 17, 0.14);
    transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.32s ease, box-shadow 0.32s ease;
    transform-origin: center center;
    cursor: grab;
}

.lc-collection-nav {
    display: none !important;
}

.lc-collection-poster-card.is-active {
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(56, 17, 17, 0.2);
}

.lc-collection-poster-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    background: #7a1d1d;
}

.lc-collection-open-float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 108px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: linear-gradient(180deg, rgba(104, 19, 19, 0.96) 0%, rgba(59, 10, 10, 0.96) 100%);
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 220;
    box-shadow: 0 10px 22px rgba(56, 17, 17, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.lc-collection-open-float:hover {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 12px 24px rgba(56, 17, 17, 0.34);
    background: linear-gradient(180deg, rgba(115, 25, 25, 0.98) 0%, rgba(66, 12, 12, 0.98) 100%);
}

.lc-collection-open-float.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.lc-collection-open-icon {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.lc-feedbacks {
    min-height: 720px;
    background: #ffffff;
}

.lc-feedback-grid {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 4px 16px;
    scrollbar-width: none;
}

.lc-feedback-grid::-webkit-scrollbar {
    display: none;
}

.lc-feedback-card {
    flex: 0 0 calc(50% - 16px);
    border-radius: 20px;
    padding: 32px;
    background: var(--lc-surface);
    transition: all 0.3s ease;
    scroll-snap-align: start;
}

.lc-feedback-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.lc-feedback-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.lc-feedback-avatar {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    border: 3px solid #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.lc-feedback-main {
    flex: 1;
}

.lc-feedback-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.lc-feedback-name {
    margin: 0;
    color: var(--lc-text);
    font-size: 18px;
    font-weight: 600;
}

.lc-stars {
    color: #ffd700;
    font-size: 18px;
    letter-spacing: 1px;
}

.lc-feedback-text {
    margin: 0;
    color: var(--lc-text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.lc-feedback-time {
    margin: 16px 0 0;
    color: var(--lc-text-muted);
    font-size: 13px;
}

.lc-avatar-pink {
    background: linear-gradient(135deg, #ffb6c1 0%, #ffc8d0 100%);
}

.lc-avatar-blue {
    background: linear-gradient(135deg, #87ceeb 0%, #add8e6 100%);
}

.lc-avatar-purple {
    background: linear-gradient(135deg, #dda0dd 0%, #e6b8e6 100%);
}

.lc-avatar-green {
    background: linear-gradient(135deg, #98d8c8 0%, #b8e8d8 100%);
}

.lc-faq {
    min-height: 650px;
    background: var(--lc-surface);
}

.lc-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1024px) {
    .lc-policy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.lc-policy-card {
    background: #ffffff;
    border: 1px solid var(--lc-line, #ddd);
    border-radius: var(--lc-radius-lg, 16px);
    padding: 40px 32px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.lc-policy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(59, 10, 10, 0.08);
    border-color: #d1bfae;
}

.lc-policy-icon {
    width: 64px;
    height: 64px;
    background: var(--lc-surface-strong, #efe6de);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lc-primary);
    margin-bottom: 24px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.lc-policy-card:hover .lc-policy-icon {
    background: var(--lc-primary);
    color: #ffffff;
    transform: scale(1.1);
}

.lc-policy-title {
    font-size: 20px;
    color: var(--lc-text);
    margin: 0 0 12px;
    font-weight: 600;
}

.lc-policy-desc {
    font-size: 15px;
    color: var(--lc-text-soft, #6b3b3b);
    line-height: 1.6;
    margin: 0 0 24px;
    flex-grow: 1;
}

.lc-policy-action {
    color: var(--lc-secondary, #7e2a2a);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
}

.lc-policy-card:hover .lc-policy-action {
    color: var(--lc-primary);
}

/* Footer */
.lc-footer {
    min-height: 320px;
    background: var(--lc-footer);
}

.lc-footer,
.lc-footer h1,
.lc-footer h2,
.lc-footer h3,
.lc-footer h4,
.lc-footer h5,
.lc-footer p,
.lc-footer a,
.lc-footer svg,
.lc-footer span {
    color: var(--lc-bg) !important;
    stroke: currentColor;
}

.lc-footer a:hover,
.lc-footer a:focus {
    color: rgba(248, 244, 240, 0.82) !important;
}

.lc-footer-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    padding: 64px 0;
}

.lc-footer-title {
    margin: 0 0 16px;
    color: var(--lc-bg);
    font-size: 32px;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
}

.lc-footer-text {
    margin: 0 0 16px;
    color: rgba(248, 244, 240, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.lc-footer-subtitle {
    margin: 0 0 24px;
    color: var(--lc-bg);
    font-size: 16px;
    font-weight: 600;
}

.lc-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lc-footer-links li+li {
    margin-top: 16px;
}

.lc-footer-links a {
    color: rgba(248, 244, 240, 0.9);
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.2s ease;
}

.lc-footer-links a:hover {
    opacity: 0.72;
}

.lc-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lc-social-link {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 240, 0.16);
    color: var(--lc-bg);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.lc-social-link:hover {
    transform: scale(1.15);
    opacity: 0.8;
}

.lc-footer-contact {
    margin-top: 32px;
}

.lc-footer-contact p {
    margin: 0 0 8px;
    color: rgba(248, 244, 240, 0.85);
    font-size: 14px;
}

.lc-footer-bottom {
    padding: 24px 0;
    border-top: 1px solid rgba(248, 244, 240, 0.24);
    text-align: center;
}

.lc-footer-bottom p {
    margin: 0;
    color: rgba(248, 244, 240, 0.85);
    font-size: 14px;
}

.lc-footer-top > div {
    min-width: 0;
}

/* ========== SHOP PAGE FILTERS ========== */

.lc-shop-container {
    display: block;
}

.lc-tone-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 0 18px;
    margin-bottom: 24px;
    scrollbar-width: none;
}

.lc-tone-rail::-webkit-scrollbar {
    display: none;
}

.lc-tone-pill {
    flex: 0 0 auto;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--lc-primary);
    color: var(--lc-primary);
    background: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.lc-tone-pill.is-active,
.lc-tone-pill:hover {
    background: var(--lc-primary);
    color: #ffffff;
}

.lc-shop-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    max-width: 100vw;
    height: 100vh;
    border: none;
    border-radius: 0;
    padding: 24px;
    background: #ffffff;
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 25px rgba(0,0,0,0.1);
}

.lc-shop-sidebar.is-open {
    right: 0;
}

.lc-shop-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.lc-shop-sidebar-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.lc-filter-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent !important;
    border: none !important;
    font-size: 28px;
    line-height: 1;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: var(--lc-text);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-filter-close-bottom {
    width: 100%;
    margin-top: 25px;
    padding: 12px;
    background: var(--lc-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

.lc-filters-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lc-filter-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lc-advanced-filters {
    display: block;
}

.lc-advanced-filters-summary {
    display: none;
}

.lc-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--lc-primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.lc-advanced-filters-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.lc-filter-title {
    margin: 0;
    color: var(--lc-primary);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lc-filter-search {
    border: 1px solid #ddd6cf;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: var(--lc-text);
    background: #ffffff;
    transition: border-color 0.2s ease;
}

.lc-filter-search:focus {
    outline: none;
    border-color: var(--lc-primary);
}

.lc-filter-select {
    width: 100%;
    border: 1px solid #ddd6cf;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: var(--lc-text);
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233B0A0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.lc-filter-select:focus {
    outline: none;
    border-color: var(--lc-primary);
}

.lc-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.lc-filter-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--lc-primary);
}

.lc-filter-checkbox span {
    color: var(--lc-text);
    font-size: 14px;
}

.lc-filter-checkbox:hover span {
    color: var(--lc-primary);
}

.lc-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #ddd6cf;
}

.lc-filter-actions .lc-filter-btn {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
    text-align: center;
}

.lc-filter-actions .lc-btn-outline.lc-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
}

.lc-shop-main {
    display: flex;
    flex-direction: column;
}

.lc-shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.lc-shop-products-grid .lc-product-card {
    flex: initial;
}

.lc-shop-products-grid .lc-product-box {
    width: 100%;
}

.lc-shop-pagination {
    width: 100%;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #ddd6cf;
    text-align: center;
}

.lc-shop-pagination .woocommerce-result-count {
    display: block;
    margin-bottom: 16px;
    color: var(--lc-text-soft);
    font-size: 14px;
}

.lc-shop-pagination .woocommerce-pagination {
    margin: 0;
    padding: 0;
}

.lc-shop-pagination .woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lc-shop-pagination .woocommerce-pagination li {
    margin: 0;
}

.lc-shop-pagination .woocommerce-pagination a,
.lc-shop-pagination .woocommerce-pagination span.page-numbers {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #ddd6cf;
    border-radius: 4px;
    color: var(--lc-primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.lc-shop-pagination .woocommerce-pagination a:hover {
    background-color: var(--lc-primary);
    color: #ffffff;
    border-color: var(--lc-primary);
}

.lc-shop-pagination .woocommerce-pagination span.page-numbers.current {
    background-color: var(--lc-primary);
    color: #ffffff;
    border-color: var(--lc-primary);
}

.lc-shop-pagination .woocommerce-pagination span.page-numbers.dots {
    border: none;
    color: var(--lc-text-soft);
    cursor: default;
}

/* ========== END SHOP FILTERS ========== */

@keyframes lc-float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive baseline */
@media (max-width: 1500px) {
    .lc-landing {
        min-width: 100%;
    }

    .lc-shell {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {

    .lc-hero-row,
    .lc-faq-row {
        flex-direction: column;
    }

    .lc-hero-left,
    .lc-hero-right,
    .lc-faq-list,
    .lc-faq-media {
        width: 100%;
    }

    .lc-hero-right {
        padding-left: 0;
        margin-top: 56px;
    }

    .lc-shop-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lc-hero-canvas {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .lc-products-grid {
        gap: 20px;
    }

    .lc-shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .lc-product-box {
        width: 100%;
    }

    .lc-shop-pagination {
        margin-top: 32px;
    }

    .lc-shop-pagination .woocommerce-pagination ul {
        gap: 4px;
    }

    .lc-shop-pagination .woocommerce-pagination a,
    .lc-shop-pagination .woocommerce-pagination span.page-numbers {
        min-width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        font-size: 12px;
    }

    .lc-collection-stack {
        width: min(700px, 100%);
    }

    .lc-collection-track {
        width: min(560px, 100%);
        height: 390px;
    }

    .lc-feedback-grid {
        gap: 20px;
    }

    .lc-faq-photo-bottom {
        left: auto;
        right: 0;
    }

    .lc-footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px 0;
    }

    .lc-footer-title {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .lc-footer-subtitle {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .lc-footer-text {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.55;
        max-width: 36ch;
    }

    .lc-footer-links li + li {
        margin-top: 10px;
    }

    .lc-footer-links a {
        font-size: 14px;
    }

    .lc-footer-contact {
        margin-top: 0;
    }

    .lc-social-link {
        width: 42px;
        height: 42px;
    }

    .lc-footer-bottom {
        padding: 16px 0;
    }

    .lc-footer-bottom p {
        font-size: 13px;
    }
}

@media (max-width: 680px) {
    .lc-shop-products-grid {
        grid-template-columns: 1fr;
    }

    .lc-carousel-shell {
        gap: 8px;
    }

    .lc-carousel-shell::before,
    .lc-carousel-shell::after {
        width: 28px;
    }

    .lc-carousel-progress {
        display: none;
    }

    .lc-carousel-nav {
        display: none;
    }

    .lc-products-grid {
        gap: 16px;
    }

    .lc-product-card {
        flex-basis: 180px;
    }

    .lc-product-box {
        width: 180px;
        height: 200px;
    }

    .lc-feedback-card {
        flex-basis: 85%;
    }

    .lc-btn-primary {
        padding: 14px 28px;
    }

    .lc-hero-title {
        font-size: 44px;
    }

    .lc-collections-title {
        margin-bottom: 16px;
        font-size: 26px;
    }

    .lc-collection-stack {
        padding: 8px 14px;
    }

    .lc-collection-track {
        width: 100%;
        height: 330px;
    }

    .lc-collection-open-float {
        right: 2px;
        height: 86px;
        width: 30px;
        border-radius: 18px;
        z-index: 240;
    }
}

@media (min-width: 681px) {
    .lc-carousel-nav {
        display: none;
    }
}

@media (max-width: 480px) {
    .lc-product-card {
        flex-basis: 160px;
    }

    .lc-product-box {
        width: 160px;
        height: 188px;
    }

    .lc-feedback-card {
        flex-basis: 92%;
        padding: 20px;
    }
}

/* ============================================================================
   WooCommerce Integration Styles - Cart, Checkout, Builder
   ============================================================================ */

/* Cart & Checkout Forms inside LC wrapper */
.lc-landing .woocommerce-cart-form,
.lc-landing .woocommerce-checkout {
    background: var(--lc-surface);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: none;
}

.lc-landing .woocommerce-cart-form table.cart {
    border: none;
    border-radius: 10px;
}

.lc-landing .woocommerce-cart-form table.cart thead {
    background: var(--lc-bg);
    border-bottom: none;
}

.lc-landing .woocommerce-cart-form table.cart th {
    padding: 15px 12px;
    font-weight: 600;
    color: var(--lc-text);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.lc-landing .woocommerce-cart-form table.cart td {
    padding: 20px 12px;
    vertical-align: middle;
    border-bottom: none;
    background: var(--lc-surface);
}

.lc-landing .woocommerce-cart-form table.cart th.product-price,
.lc-landing .woocommerce-cart-form table.cart td.product-price,
.lc-landing .woocommerce-cart-form table.cart th.product-subtotal,
.lc-landing .woocommerce-cart-form table.cart td.product-subtotal {
    display: none !important;
}

.lc-landing .woocommerce-cart-form .product-name a {
    color: var(--lc-text);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.lc-landing .woocommerce-cart-form .product-name a:hover {
    color: var(--lc-primary);
}

.lc-landing .woocommerce-cart-form .product-remove a {
    color: #dc3545 !important;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.2s;
}

.lc-landing .woocommerce-cart-form .product-remove a:hover {
    opacity: 0.7;
}

/* Quantity input styling */
.lc-landing .quantity {
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.lc-landing .quantity input[type="number"] {
    width: 60px;
    text-align: center;
    border: none;
    padding: 8px 4px;
    font-size: 14px;
}

/* Buttons in cart/checkout */
.lc-landing .woocommerce button.button,
.lc-landing .woocommerce a.button,
.lc-landing .woocommerce input.button {
    background: var(--lc-primary);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    display: inline-block;
}

.lc-landing .woocommerce button.button:hover,
.lc-landing .woocommerce a.button:hover,
.lc-landing .woocommerce input.button:hover {
    background: var(--lc-primary-hover);
    transform: translateY(-1px);
}

.lc-landing .woocommerce button.button.alt,
.lc-landing .woocommerce a.button.alt {
    background: var(--lc-accent);
    color: #2d2d2d;
}

.lc-landing .woocommerce button.button.alt:hover,
.lc-landing .woocommerce a.button.alt:hover {
    background: #c19b2f;
}

/* Cart collaterals (totals section) */
.lc-landing .cart-collaterals {
    background: var(--lc-surface);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    border: none;
}

.lc-landing .cart_totals h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--lc-primary);
    font-size: 28px;
    margin-bottom: 20px;
}

.lc-landing .cart_totals table {
    width: 100%;
    border: none;
    border-radius: 4px;
}

.lc-landing .cart_totals th,
.lc-landing .cart_totals td {
    padding: 12px;
    border-bottom: none;
}

.lc-landing .cart_totals .order-total th,
.lc-landing .cart_totals .order-total td {
    font-size: 18px;
    font-weight: 600;
    color: var(--lc-primary);
}

/* Desktop cart row cleanup: remove excess whitespace around coupon/action row */
@media (min-width: 769px) {
    .lc-landing .woocommerce-cart-form table.cart td.actions {
        padding: 8px 0 6px !important;
        background: transparent;
        border-top: 0;
    }

    .lc-landing .woocommerce-cart-form table.cart td.actions .coupon {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        float: none;
    }

    .lc-landing .woocommerce-cart-form table.cart td.actions .coupon .input-text {
        margin: 0;
        min-height: 44px;
    }

    .lc-landing .woocommerce-cart-form table.cart td.actions .coupon .button {
        margin: 0;
        min-height: 44px;
        border-radius: 999px;
        padding: 0 22px;
        line-height: 1;
    }

    .lc-landing .cart-collaterals .cart_totals {
        float: none;
        width: min(100%, 1120px);
        margin: 0 auto;
    }

    .lc-landing .cart-collaterals .cart_totals table {
        width: 100%;
    }
}

.lc-landing .wc-proceed-to-checkout .checkout-button {
    width: auto !important;
    min-width: 220px;
    max-width: 320px;
    margin: 14px auto 0 !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    line-height: 1.2;
    text-align: center;
}

.lc-landing .woocommerce .wc-proceed-to-checkout .checkout-button,
.lc-landing .woocommerce button.button.alt,
.lc-landing .woocommerce a.button.alt,
.lc-landing .woocommerce #place_order {
    background: #3b0a0a !important;
    color: #f8f4f0 !important;
    border: 1px solid #3b0a0a !important;
}

.lc-landing .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.lc-landing .woocommerce button.button.alt:hover,
.lc-landing .woocommerce a.button.alt:hover,
.lc-landing .woocommerce #place_order:hover {
    background: #f8f4f0 !important;
    color: #3b0a0a !important;
    border-color: #3b0a0a !important;
}

.lc-landing .lc-cart-builder-breakdown {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(59, 10, 10, 0.15);
    border-radius: 10px;
    background: #fff;
}

.lc-landing .lc-cart-builder-breakdown h4 {
    margin: 0 0 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--lc-text-soft);
}

.lc-landing .lc-breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    padding: 4px 0;
}

.lc-landing .lc-breakdown-row.is-total {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px dashed rgba(59, 10, 10, 0.25);
    font-weight: 700;
}

.lc-landing .lc-breakdown-charms {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}

.lc-landing .lc-breakdown-charms li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    color: var(--lc-text-soft);
    padding: 3px 0;
}

/* Checkout form styling */
.lc-landing .lc-checkout-hero {
    background: var(--lc-surface);
    padding: 50px 0 20px;
    border-bottom: 1px solid var(--lc-border);
}

.lc-landing .lc-checkout-hero .lc-section-title {
    margin: 0;
    font-size: 42px;
    text-align: center;
}

.lc-landing .lc-checkout-subtitle {
    margin: 14px 0 0;
    text-align: center;
    font-size: 17px;
    color: var(--lc-text-soft);
}

.lc-landing .lc-checkout-section {
    background: var(--lc-surface);
    padding: 28px 0 42px;
}

.lc-landing .lc-checkout-shell {
    max-width: 1240px;
}

.lc-landing .lc-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 26px;
    align-items: start;
}

.lc-landing .lc-checkout-main,
.lc-landing .lc-checkout-sidebar {
    min-width: 0;
}

.lc-landing .woocommerce-checkout #customer_details,
.lc-landing .woocommerce-checkout #order_review,
.lc-landing .woocommerce-checkout #order_review_heading {
    width: 100% !important;
    float: none !important;
    clear: none !important;
}

.lc-landing .lc-checkout-card {
    background: var(--lc-surface);
    border: 0;
    border-radius: 14px;
    padding: 16px;
}

.lc-landing .lc-checkout-card-title,
.lc-landing #order_review_heading {
    margin: 0;
    font-size: 28px;
    color: var(--lc-primary);
}

.lc-landing .lc-checkout-card-note {
    margin: 10px 0 20px;
    color: var(--lc-text-soft);
    font-size: 14px;
}

.lc-landing .woocommerce-checkout .col2-set {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}

.lc-landing .woocommerce-checkout .col2-set .col-2 {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 0;
}

.lc-landing .woocommerce-checkout .form-row {
    margin-bottom: 16px;
}

.lc-landing .woocommerce-checkout .woocommerce-billing-fields,
.lc-landing .woocommerce-checkout .woocommerce-shipping-fields,
.lc-landing .woocommerce-checkout .woocommerce-additional-fields,
.lc-landing .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.lc-landing .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.lc-landing .woocommerce-checkout label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--lc-text);
    font-size: 14px;
}

.lc-landing .woocommerce-checkout input.input-text,
.lc-landing .woocommerce-checkout select,
.lc-landing .woocommerce-checkout textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid var(--lc-border);
    border-radius: 10px;
    font-size: 14px;
    background: var(--lc-surface);
    color: var(--lc-text);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lc-landing .woocommerce-checkout textarea {
    min-height: 90px;
}

.lc-landing .woocommerce-checkout input.input-text:focus,
.lc-landing .woocommerce-checkout select:focus,
.lc-landing .woocommerce-checkout textarea:focus {
    border-color: var(--lc-primary);
    box-shadow: 0 0 0 3px rgba(59, 10, 10, 0.12);
    outline: none;
}

.lc-landing .lc-checkout-summary-card {
    position: sticky;
    top: 24px;
}

.lc-landing #order_review_heading {
    margin-bottom: 16px;
}

.lc-landing .woocommerce-checkout-review-order {
    background: rgba(59, 10, 10, 0.04);
    padding: 18px;
    border-radius: 12px;
    border: 0;
}

.lc-landing .woocommerce-checkout-review-order table {
    width: 100%;
    margin-bottom: 18px;
    border-collapse: collapse;
    table-layout: auto;
    border: 0 !important;
}

.lc-landing .woocommerce-checkout-review-order th,
.lc-landing .woocommerce-checkout-review-order td {
    padding: 12px 0;
    border-bottom: 1px solid rgba(59, 10, 10, 0.3);
    color: var(--lc-text);
    background: transparent !important;
}

.lc-landing .woocommerce-checkout-review-order-table,
.lc-landing .woocommerce-checkout-review-order-table tr,
.lc-landing .woocommerce-checkout-review-order-table th,
.lc-landing .woocommerce-checkout-review-order-table td,
.lc-landing .woocommerce-checkout-review-order-table .cart_item,
.lc-landing .woocommerce-checkout-review-order-table .cart_item td,
.lc-landing .woocommerce-checkout-review-order-table .cart_item th {
    background: transparent !important;
    box-shadow: none !important;
}

.lc-landing .woocommerce-checkout-review-order-table tbody {
    background: transparent !important;
    box-shadow: none !important;
}

/* Keep native table flow; only hide legacy header and force left alignment. */
.lc-landing .woocommerce-checkout-review-order-table thead {
    display: none !important;
}

.lc-landing .woocommerce-checkout-review-order-table tbody {
    display: table-row-group !important;
    width: 100% !important;
}

.lc-landing .woocommerce-checkout-review-order th {
    text-align: left;
}

.lc-landing .woocommerce-checkout-review-order td {
    text-align: left;
}

.lc-landing .woocommerce-checkout-review-order .order-total th,
.lc-landing .woocommerce-checkout-review-order .order-total td {
    font-size: 19px;
    font-weight: 700;
    color: var(--lc-primary);
    border-bottom: 0;
}

/* Hide per-product Subtotal column in order review table; keep tfoot totals */
.lc-landing .woocommerce-checkout-review-order-table thead th.product-total,
.lc-landing .woocommerce-checkout-review-order-table tbody td.product-total {
    display: none;
}

/* Let product column consume available width when subtotal column is hidden. */
.lc-landing table.woocommerce-checkout-review-order-table .product-name {
    width: 100% !important;
    max-width: none !important;
}

/* Full-width payment block below the 2-column grid */
.lc-landing .lc-place-order-wrap {
    margin-top: 24px;
    padding: 20px 24px;
    background: var(--lc-surface);
    border-radius: 14px;
    border: 1px solid rgba(59, 10, 10, 0.12);
}

.lc-landing .lc-place-order-wrap .woocommerce-checkout-payment {
    margin-top: 0;
}

.lc-landing .woocommerce-checkout-payment {
    margin-top: 18px;
    background: transparent;
    border: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.lc-landing .woocommerce-checkout-payment ul.payment_methods {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 12px !important;
    border: 0 !important;
}

.lc-landing .woocommerce-checkout-payment ul.payment_methods li {
    border: 1px solid rgba(59, 10, 10, 0.45);
    border-radius: 10px;
    background: rgba(59, 10, 10, 0.03);
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.lc-landing .woocommerce-checkout-payment label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 12px;
    margin: 0;
    background: transparent;
    border: 0;
}

.lc-landing .woocommerce-checkout-payment .payment_box {
    background: rgba(59, 10, 10, 0.06);
    padding: 10px 12px 10px;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    margin: 0;
}



.lc-order-details-table th.product-name,
.lc-order-details-table td.product-name,
.lc-order-details-table th.product-name .wc-item-meta,
.lc-order-details-table td.product-name .wc-item-meta,
.lc-order-details-table th.product-name .wc-item-meta li,
.lc-order-details-table td.product-name .wc-item-meta li,
.lc-order-details-table th.product-name .wc-item-meta p,
.lc-order-details-table td.product-name .wc-item-meta p,
.lc-order-details-table th.product-name .wc-item-meta dl,
.lc-order-details-table td.product-name .wc-item-meta dl,
.lc-order-details-table th.product-name .wc-item-meta div,
.lc-order-details-table td.product-name .wc-item-meta div,
.lc-order-details-table th.product-name .charm-checkout-breakdown,
.lc-order-details-table td.product-name .charm-checkout-breakdown {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

.lc-order-details-table th.product-name .wc-item-meta,
.lc-order-details-table td.product-name .wc-item-meta {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(59, 10, 10, 0.2);
    border-radius: 12px;
    background: rgba(59, 10, 10, 0.04);
}

.lc-order-details-table th.product-name .charm-inline-qty,
.lc-order-details-table td.product-name .charm-inline-qty {
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
}

.lc-landing .woocommerce-checkout-review-order .wc-item-meta .wc-item-meta-label,
.lc-order-details-table .wc-item-meta .wc-item-meta-label {
    float: none;
    display: block;
    margin: 0 0 4px;
    width: 100%;
}

.lc-landing .woocommerce-checkout-review-order .wc-item-meta li,
.lc-order-details-table .wc-item-meta li {
    display: block;
    width: 100%;
}

.lc-landing .woocommerce-checkout-review-order .wc-item-meta li p,
.lc-order-details-table .wc-item-meta li p {
    margin: 0;
}

.lc-landing .woocommerce-checkout-review-order .product-name .wc-item-meta {
    margin: 8px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(59, 10, 10, 0.25);
    border-radius: 10px;
    background: rgba(59, 10, 10, 0.05);
}

.lc-landing .woocommerce-checkout-review-order .product-name .wc-item-meta li {
    margin: 0 0 6px;
    font-size: 13px;
}

.lc-landing .woocommerce-checkout-review-order .product-name .wc-item-meta li:last-child {
    margin-bottom: 0;
}

.lc-landing .woocommerce-checkout-review-order .product-name .charm-checkout-breakdown {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(59, 10, 10, 0.28);
    border-radius: 10px;
    background: rgba(59, 10, 10, 0.05);
    width: 100%;
    box-sizing: border-box;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row,
.lc-order-details-table .charm-checkout-breakdown .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row.header,
.lc-order-details-table .charm-checkout-breakdown .row.header {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(59, 10, 10, 0.2);
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row.item span,
.lc-order-details-table .charm-checkout-breakdown .row.item span {
    overflow-wrap: anywhere;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row.divider,
.lc-order-details-table .charm-checkout-breakdown .row.divider {
    border-top: 1px dashed rgba(59, 10, 10, 0.35);
    margin: 6px 0;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row.summary,
.lc-order-details-table .charm-checkout-breakdown .row.summary {
    margin-top: 4px;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row span,
.lc-order-details-table .charm-checkout-breakdown .row span {
    flex: 1;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row strong,
.lc-order-details-table .charm-checkout-breakdown .row strong {
    white-space: nowrap;
}

.lc-landing .woocommerce-checkout-review-order .charm-checkout-breakdown .row.total,
.lc-order-details-table .charm-checkout-breakdown .row.total {
    margin-top: 6px;
    border-top: 1px dashed rgba(59, 10, 10, 0.35);
    padding-top: 8px;
    font-weight: 700;
}

/* ─── Flat item list (review-order.php override) ─── */
.lc-landing .lc-order-items {
    margin-bottom: 4px;
}

.lc-landing .lc-order-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(59, 10, 10, 0.2);
    font-size: 14px;
    font-weight: 600;
    color: var(--lc-text);
    line-height: 1.5;
}

.lc-landing .lc-order-item:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.lc-landing .lc-order-item .charm-inline-qty {
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
}

/* charm-checkout-breakdown box inside the new div items */
.lc-landing .lc-order-item .charm-checkout-breakdown {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(59, 10, 10, 0.28);
    border-radius: 10px;
    background: rgba(59, 10, 10, 0.05);
    width: 100%;
    box-sizing: border-box;
}

/* ─── Totals table (review-order.php override) ─── */
.lc-landing .lc-order-totals-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 !important;
    margin-bottom: 0;
}

.lc-landing .lc-order-totals-table th,
.lc-landing .lc-order-totals-table td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(59, 10, 10, 0.15);
    vertical-align: middle;
    background: transparent !important;
}

.lc-landing .lc-order-totals-table th {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.lc-landing .lc-order-totals-table td {
    text-align: right;
    font-size: 14px;
}

.lc-landing .lc-order-totals-table tr.order-total th,
.lc-landing .lc-order-totals-table tr.order-total td {
    font-size: 17px;
    font-weight: 700;
    color: var(--lc-primary);
    border-bottom: 0;
    padding-top: 12px;
}

.lc-landing .woocommerce-checkout-payment input[type="radio"] {
    accent-color: #3b0a0a;
    margin: 0;
}

/* ─── Custom Checkout Options ─── */

.lc-options-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--lc-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
}

.lc-options-subtitle {
    font-size: 13px;
    color: var(--lc-text-soft);
    margin: -8px 0 12px;
}

/* Personalization */
.lc-personalization-card {
    border: 1px solid rgba(59, 10, 10, 0.12);
}

.lc-option-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(59, 10, 10, 0.15);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.lc-option-row:hover,
.lc-option-row:has(input:checked) {
    border-color: var(--lc-primary);
    background: rgba(59, 10, 10, 0.04);
}

.lc-option-row input[type="radio"] {
    accent-color: var(--lc-primary);
    margin-top: 2px;
    flex-shrink: 0;
}

.lc-option-row span {
    font-size: 14px;
    line-height: 1.5;
}

.lc-option-note {
    font-size: 13px;
    color: var(--lc-text-soft);
    font-style: italic;
    margin: -4px 0 10px 26px;
    padding: 0;
}

.lc-instagram-field {
    margin: 12px 0 12px 26px;
}

.lc-instagram-field[hidden] {
    display: none !important;
}

.lc-instagram-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--lc-text);
    font-size: 14px;
    font-weight: 600;
}

.lc-instagram-note {
    margin: 8px 0 0;
}

/* Hộp Kéo */
.lc-hop-keo-card {
    border: 1px solid rgba(59, 10, 10, 0.12);
}

.lc-hop-keo-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(59, 10, 10, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.lc-hop-keo-row:hover,
.lc-hop-keo-row:has(input:checked) {
    border-color: var(--lc-primary);
    background: rgba(59, 10, 10, 0.04);
}

.lc-hop-keo-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #e8e0d8;
    flex-shrink: 0;
}

.lc-hop-keo-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lc-hop-keo-info strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--lc-text);
}

.lc-hop-keo-info small {
    font-size: 12px;
    color: var(--lc-text-soft);
}

.lc-hop-keo-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--lc-primary);
    white-space: nowrap;
}

.lc-hop-keo-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--lc-primary);
    flex-shrink: 0;
}

/* Hình Thức Thanh Toán */
.lc-payment-type-card {
    border: 1px solid rgba(59, 10, 10, 0.2);
}

.lc-paytype-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(59, 10, 10, 0.15);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.lc-paytype-row:last-child {
    margin-bottom: 0;
}

.lc-paytype-row:hover,
.lc-paytype-row:has(input:checked) {
    border-color: var(--lc-primary);
    background: rgba(59, 10, 10, 0.04);
}

.lc-paytype-row input[type="radio"] {
    accent-color: var(--lc-primary);
    margin-top: 3px;
    flex-shrink: 0;
}

.lc-paytype-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lc-paytype-info strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--lc-text);
}

.lc-paytype-info small {
    font-size: 12px;
    color: var(--lc-text-soft);
    line-height: 1.5;
}

.lc-payment-split-row th,
.lc-payment-split-row td {
    font-size: 14px;
}

.lc-payment-split-row.is-due-now th,
.lc-payment-split-row.is-due-now td {
    color: #C99A2E; /* --gold-500: Nổi bật số tiền cần trả ngay */
    font-weight: 700;
    font-size: 16px;
}

.lc-payment-split-row.is-due-now td {
    font-family: 'JetBrains Mono', 'Courier New', monospace; /* --font-mono */
    letter-spacing: 0.02em;
}

.lc-payment-split-note td {
    font-size: 12px;
    color: var(--lc-text-soft);
    line-height: 1.6;
    padding-top: 4px;
}

/* Pre-submit notice + policy checkbox */
.lc-order-notice {
    background: rgba(59, 10, 10, 0.06);
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--lc-text);
    text-align: center;
}

.lc-policy-agree {
    margin-bottom: 16px !important;
}

.lc-policy-label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400 !important;
    cursor: pointer;
}

.lc-policy-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--lc-primary);
    flex-shrink: 0;
    min-height: unset !important;
}

.lc-landing .woocommerce-checkout-payment .place-order {
    margin-top: 14px;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
}

.lc-landing #place_order {
    width: 100%;
    padding: 14px 16px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    border-radius: 999px;
}

/* Thank you / order details */
.lc-endpoint-section {
    background: linear-gradient(180deg, #f8f4f0 0%, #fffdfb 100%);
}

.lc-endpoint-shell {
    max-width: 1180px;
}

.lc-thankyou-page {
    display: grid;
    gap: 24px;
}

.lc-thankyou-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.lc-thankyou-card,
.lc-order-details-card,
.lc-order-address-card,
.lc-order-meta-card {
    background: #ffffff;
    border: 1px solid rgba(59, 10, 10, 0.12);
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(59, 10, 10, 0.06);
}

.lc-thankyou-card {
    padding: 28px;
}

.lc-thankyou-status {
    background: linear-gradient(135deg, rgba(250, 246, 243, 0.95) 0%, rgba(255, 245, 245, 0.9) 55%, rgba(245, 230, 232, 0.9) 100%);
}

.lc-thankyou-status.is-failed {
    border-color: rgba(168, 50, 50, 0.25);
}

.lc-thankyou-title,
.lc-thankyou-card-title {
    margin: 0 0 10px;
    color: var(--lc-primary);
    font-family: "Playfair Display", Georgia, serif;
}

.lc-thankyou-title {
    font-size: 34px;
}

.lc-thankyou-card-title {
    font-size: 24px;
}

.lc-thankyou-text,
.lc-thankyou-note {
    margin: 0;
    color: var(--lc-text-soft);
    line-height: 1.7;
}

.lc-thankyou-note {
    margin-top: 14px;
    font-size: 13px;
}

.lc-thankyou-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.lc-thankyou-overview {
    display: grid;
    gap: 14px;
    margin: 0;
}

.lc-thankyou-overview div {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(59, 10, 10, 0.08);
}

.lc-thankyou-overview div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lc-thankyou-overview dt {
    color: var(--lc-text-soft);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lc-thankyou-overview dd {
    margin: 0;
    color: var(--lc-text);
    font-size: 15px;
    font-weight: 600;
}

.lc-thankyou-overview--compact div {
    grid-template-columns: 180px 1fr;
}

.lc-order-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.lc-order-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.lc-order-details-card {
    padding: 28px;
}

.lc-order-details-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(59, 10, 10, 0.08);
    border-radius: 16px;
    margin: 0;
}

.lc-order-items-table {
    margin-bottom: 14px;
}

.lc-order-totals-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(59, 10, 10, 0.08);
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}

.lc-order-totals-table th,
.lc-order-totals-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(59, 10, 10, 0.08);
}

.lc-order-totals-table th {
    width: 42%;
    color: var(--lc-text-soft);
    text-align: left;
    font-weight: 600;
}

.lc-order-totals-table td {
    text-align: right;
    font-weight: 600;
}

.lc-order-totals-table tbody tr:last-child th,
.lc-order-totals-table tbody tr:last-child td {
    border-bottom: 0;
}

.lc-order-details-table thead th {
    background: rgba(59, 10, 10, 0.05);
}

.lc-order-details-table th,
.lc-order-details-table td {
    padding: 16px 18px;
}

.lc-order-details-table tbody tr:last-child td,
.lc-order-details-table tbody tr:last-child th {
    border-bottom: 1px solid rgba(59, 10, 10, 0.08);
}

.lc-order-meta-grid {
    margin-top: 20px;
}

.lc-order-meta-card {
    padding: 22px 24px;
}

.lc-order-meta-card h3 {
    margin: 0 0 14px;
    color: var(--lc-primary);
    font-size: 18px;
}

.lc-order-meta-card dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.lc-order-meta-card dl div {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
}

.lc-order-meta-card dt {
    color: var(--lc-text-soft);
}

.lc-order-meta-card dd {
    margin: 0;
    font-weight: 600;
}

.lc-order-address-section {
    margin-top: 24px;
}

.lc-order-address-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.lc-order-address-grid.is-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lc-order-address-card {
    padding: 24px;
}

.lc-order-address-card address {
    margin: 0;
    color: var(--lc-text);
    line-height: 1.9;
}

/* Builder specific adjustments */
.lc-landing #charm-builder-app {
    max-width: 1400px;
    margin: 0 auto;
}

.lc-landing .builder-instructions {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid var(--lc-primary);
}

.lc-landing .builder-instructions p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--lc-text);
}

/* Responsive WooCommerce adjustments */
@media (max-width: 768px) {

    /* Compact hero surfaces on non-shop tabs to reduce top chrome on mobile. */
    body.page-template-page-landing .lc-landing > .lc-section:first-of-type,
    body.page-template-page-builder .lc-landing > .lc-section:first-of-type,
    body.woocommerce-cart .lc-landing > .lc-section:first-of-type {
        padding: 28px 0 14px !important;
    }

    body.page-template-page-landing .lc-landing > .lc-section:first-of-type .lc-section-title,
    body.page-template-page-builder .lc-landing > .lc-section:first-of-type .lc-section-title,
    body.woocommerce-cart .lc-landing > .lc-section:first-of-type .lc-section-title {
        font-size: clamp(1.9rem, 9vw, 2.4rem) !important;
        line-height: 1.05;
    }

    body.page-template-page-landing .lc-landing > .lc-section:first-of-type p,
    body.page-template-page-builder .lc-landing > .lc-section:first-of-type p,
    body.woocommerce-cart .lc-landing > .lc-section:first-of-type p {
        margin-top: 8px !important;
        font-size: 0.95rem !important;
        line-height: 1.45;
    }

    .lc-landing .lc-checkout-hero {
        padding: 20px 0 12px;
    }

    .lc-landing .lc-checkout-hero .lc-section-title {
        font-size: clamp(1.9rem, 9vw, 2.35rem);
        line-height: 1.05;
    }

    .lc-landing .lc-checkout-subtitle {
        margin-top: 8px;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .lc-landing .woocommerce-cart-form,
    .lc-landing .woocommerce-checkout,
    .lc-landing .cart-collaterals {
        padding: 20px;
    }

    .lc-landing .lc-checkout-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lc-landing .lc-checkout-summary-card {
        position: static;
        top: auto;
    }

    .lc-landing .lc-checkout-card-title,
    .lc-landing #order_review_heading {
        font-size: 24px;
    }

    .lc-landing .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lc-thankyou-grid,
    .lc-order-address-grid.is-two-columns {
        grid-template-columns: 1fr;
    }

    .lc-thankyou-card,
    .lc-order-details-card,
    .lc-order-address-card,
    .lc-order-meta-card {
        padding: 20px;
    }

    .lc-thankyou-title {
        font-size: 28px;
    }

    .lc-thankyou-overview div,
    .lc-thankyou-overview--compact div,
    .lc-order-meta-card dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .lc-order-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .lc-order-details-table th,
    .lc-order-details-table td {
        padding: 12px 14px;
    }

    .lc-order-details-table thead {
        display: none;
    }

    .lc-order-items-table tbody tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px;
        border-bottom: 1px solid rgba(59, 10, 10, 0.08);
    }

    .lc-order-items-table tbody th,
    .lc-order-items-table tbody td {
        display: block;
        width: 100%;
        border: 0;
        padding: 0;
    }

    .lc-order-items-table tbody th.product-name,
    .lc-order-items-table tbody td.product-name {
        font-size: 15px;
        line-height: 1.5;
        white-space: normal;
    }

    .lc-order-items-table tbody th.product-name .wc-item-meta,
    .lc-order-items-table tbody td.product-name .wc-item-meta {
        padding: 5px;
    }

    .lc-order-totals-table th,
    .lc-order-totals-table td {
        padding: 12px 14px;
    }

    .lc-order-totals-table th {
        width: 48%;
        text-align: left;
    }

    .lc-order-totals-table td {
        text-align: right;
    }

    /* Responsive table for mobile */
    .lc-landing .woocommerce-cart-form table.cart {
        font-size: 14px;
    }

    .lc-landing .woocommerce-cart-form table.cart thead {
        display: none;
    }

    .lc-landing .woocommerce-cart-form table.cart,
    .lc-landing .woocommerce-cart-form table.cart tbody,
    .lc-landing .woocommerce-cart-form table.cart tr,
    .lc-landing .woocommerce-cart-form table.cart td {
        display: block;
        width: 100%;
    }

    .lc-landing .woocommerce-cart-form table.cart tr {
        margin-bottom: 14px;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .lc-landing .woocommerce-cart-form table.cart td {
        border: none;
        padding: 10px 0;
        text-align: left;
    }

    .lc-landing .woocommerce-cart-form table.cart td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        display: inline-block;
        margin-right: 8px;
    }

    .lc-landing .woocommerce-cart-form table.cart td.product-name[data-title]::before {
        content: attr(data-title) " ";
    }

    .lc-landing .woocommerce-cart-form table.cart .woocommerce-cart-form__cart-item+.woocommerce-cart-form__cart-item::before {
        content: "-------------------------";
        display: block;
        text-align: center;
        color: rgba(59, 10, 10, 0.55);
        letter-spacing: 0.14em;
        margin: 4px 0 10px;
    }

    /* Hide data-title for price/subtotal columns */
    .lc-landing .woocommerce-cart-form table.cart td.product-price::before,
    .lc-landing .woocommerce-cart-form table.cart td.product-subtotal::before {
        display: none;
    }

    .lc-landing .woocommerce-cart-form table.cart td.product-remove::before,
    .lc-landing .woocommerce-cart-form table.cart td.actions::before,
    .lc-landing .woocommerce-cart-form table.cart td[data-title=""]::before {
        content: none;
        display: none;
    }

    /* Hide Price & Subtotal columns on mobile */
    @media (max-width: 768px) {

        .lc-landing .woocommerce-cart-form table.cart .product-price,
        .lc-landing .woocommerce-cart-form table.cart .product-subtotal,
        .lc-landing .woocommerce-cart-form table.cart th.product-price,
        .lc-landing .woocommerce-cart-form table.cart th.product-subtotal {
            display: none;
        }
    }

    /* Style builder breakdown box */
    .lc-cart-builder-breakdown {
        background: #f8f4f0 !important;
        padding: 15px !important;
        border: none !important;
        border-radius: 8px !important;
        margin: 10px 0 !important;
    }

    .lc-breakdown-row {
        display: flex !important;
        justify-content: space-between !important;
        padding: 8px 0 !important;
        font-size: 14px !important;
        border-bottom: 1px dotted #ddd !important;
    }

    .lc-breakdown-row.is-total {
        font-weight: bold !important;
        border-bottom: none !important;
    }

    .lc-landing .woocommerce-cart-form table.cart .product-thumbnail {
        text-align: center;
    }

    .lc-landing .woocommerce-cart-form table.cart .actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 2px 0;
    }

    .lc-landing .woocommerce-cart-form table.cart .coupon {
        display: flex;
        gap: 8px;
        align-items: center;
        padding: 2px;
    }

    .lc-landing .woocommerce-cart-form table.cart .coupon input {
        flex: 1;
        min-height: 42px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 8px;
    }

    .lc-landing .woocommerce-cart-form table.cart .coupon button {
        min-height: 42px;
        padding: 0 16px;
        margin: 0;
        border-radius: 999px;
        line-height: 1;
    }

    .lc-landing .woocommerce-cart-form table.cart .product-thumbnail img {
        border: none !important;
        box-shadow: none !important;
    }

    .lc-landing .woocommerce button.button,
    .lc-landing .woocommerce a.button,
    .lc-landing .woocommerce input.button {
        padding: 10px 18px;
        font-size: 14px;
    }

    .lc-landing .wc-proceed-to-checkout .checkout-button {
        min-width: 0;
        max-width: 100%;
        width: 100% !important;
        padding: 11px 18px !important;
        font-size: 15px !important;
    }

    /* Mobile Navigation with Hamburger Menu */
    .lc-hamburger {
        display: inline-flex;
    }

    .lc-header-row {
        height: 60px;
    }

    .lc-logo {
        font-size: 22px;
        flex: 1;
    }

    .lc-nav {
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background: var(--lc-surface);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 10050;
        width: min(84vw, 360px);
        padding: 84px 20px 20px;
        border-left: 1px solid rgba(59, 10, 10, 0.12);
        box-shadow: var(--sh-md);
    }

    .lc-nav.is-open {
        transform: translateX(0);
    }

    .lc-nav a {
        width: 100%;
        padding: 6px 0;
        font-size: 17px;
        font-weight: 600;
    }

    .lc-nav a.is-active {
        border-bottom-color: rgba(59, 10, 10, 0.35);
    }

    .lc-header-icons {
        gap: 14px;
        z-index: 10051;
    }

    body.lc-nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(23, 12, 12, 0.4);
        z-index: 10040;
        backdrop-filter: blur(1px);
    }

    .lc-filters-form {
        gap: 16px;
    }

    .lc-advanced-filters {
        border: 1px solid #ddd6cf;
        border-radius: 10px;
        background: #ffffff;
    }

    .lc-advanced-filters-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 600;
        color: var(--lc-primary);
        cursor: pointer;
        list-style: none;
    }

    .lc-advanced-filters-summary .lc-filter-count {
        margin-left: auto;
        margin-right: 8px;
    }

    .lc-advanced-filters-summary::-webkit-details-marker {
        display: none;
    }

    .lc-advanced-filters-summary::after {
        content: '+';
        font-size: 20px;
        line-height: 1;
        color: var(--lc-primary);
    }

    .lc-advanced-filters[open] .lc-advanced-filters-summary::after {
        content: '-';
    }

    .lc-advanced-filters-content {
        display: none;
        padding: 0 14px 14px;
        border-top: 1px solid #eee6e0;
    }

    .lc-advanced-filters[open] .lc-advanced-filters-content {
        display: flex;
        padding-top: 14px;
    }

    .lc-filter-actions {
        border-top: 0;
        padding-top: 0;
        gap: 8px;
    }

    .lc-filter-actions .lc-filter-btn {
        min-height: 40px;
        padding: 9px 10px;
        font-size: 13px;
    }
}

/* Checkout order-item layout normalization */
.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
    display: none !important;
}

.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
    vertical-align: top;
}

.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name,
.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name * {
    text-align: left !important;
}

.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name .wc-item-meta {
    display: none !important;
}

.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name .charm-inline-qty {
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
    font-size: 14px;
}

.lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name .charm-checkout-breakdown {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 8px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .lc-landing .woocommerce-checkout-review-order {
        padding: 12px !important;
    }

    .lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item th.product-name,
    .lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
        width: 100% !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .lc-landing .woocommerce-checkout-review-order-table tbody tr.cart_item .product-name .charm-checkout-breakdown {
        margin: 8px 0 0 !important;
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }
}

/* ========================================
   SINGLE PRODUCT PAGE STYLES
   ======================================== */

/* Product Detail Grid */
.lc-product-grid {
    display: grid;
    grid-template-columns: minmax(360px, 1.1fr) minmax(420px, 0.9fr);
    gap: 36px;
    margin-bottom: 40px;
    align-items: start;
}

/* Product Images Section */
.lc-product-images {
    position: sticky;
    top: 100px;
    align-self: start;
}

.lc-product-images .woocommerce-product-gallery {
    margin: 0;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

.lc-product-images .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.lc-product-images .woocommerce-product-gallery__image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid var(--lc-border);
    width: 100%;
}

.lc-product-images .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.lc-product-images .woocommerce-product-gallery__image:hover img {
    transform: scale(1.05);
}

.lc-product-images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.lc-product-images .flex-control-thumbs li {
    list-style: none;
    margin: 0;
}

.lc-product-images .flex-control-thumbs img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid var(--lc-border);
    cursor: pointer;
    transition: all 0.2s;
}

.lc-product-images .flex-control-thumbs img:hover,
.lc-product-images .flex-control-thumbs img.flex-active {
    border-color: var(--lc-primary);
}

/* Product Summary Section */
.lc-product-summary {
    padding-left: 20px;
}

.lc-product-summary .summary.entry-summary,
.lc-product-summary-card {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
}

.lc-product-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--lc-text);
    line-height: 1.3;
    margin: 0 0 15px;
}

/* Product Rating */
.lc-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.lc-product-rating .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lc-product-rating .star-rating {
    color: #ffc107;
    font-size: 16px;
}

.lc-product-rating .woocommerce-review-link {
    color: var(--lc-text-soft);
    text-decoration: none;
    font-size: 14px;
}

.lc-product-rating .woocommerce-review-link:hover {
    color: var(--lc-primary);
}

/* Product Price */
.lc-product-price {
    margin-bottom: 25px;
}

.lc-product-price .price {
    font-size: 32px;
    font-weight: 600;
    color: var(--lc-primary);
}

.lc-product-price .price del {
    color: var(--lc-text-muted);
    font-size: 24px;
    margin-right: 10px;
}

.lc-product-price .price ins {
    text-decoration: none;
}

/* Product Description */
.lc-product-description {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--lc-surface);
    border-radius: 8px;
    border-left: 4px solid var(--lc-primary);
}

.lc-product-description p {
    margin: 0;
    line-height: 1.7;
    color: var(--lc-text-soft);
    font-size: 15px;
}

/* Add to Cart Section */
.lc-product-cart-section {
    background: #ffffff;
    padding: 30px;
    border: 1px solid var(--lc-border);
    border-radius: 12px;
    margin-bottom: 30px;
}

.lc-product-cart-section form.cart {
    margin: 0;
}

.lc-product-cart-section .variations {
    margin-bottom: 25px;
}

.lc-product-cart-section .variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.lc-product-cart-section .variations label {
    font-weight: 600;
    color: var(--lc-text);
    margin-bottom: 8px;
    font-size: 15px;
}

.lc-product-cart-section .variations select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--lc-border);
    border-radius: 8px;
    font-size: 15px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s;
}

.lc-product-cart-section .variations select:hover {
    border-color: var(--lc-primary);
}

.lc-product-cart-section .variations select:focus {
    outline: none;
    border-color: var(--lc-primary);
    box-shadow: 0 0 0 3px rgba(139, 64, 73, 0.1);
}

.lc-product-cart-section .quantity {
    margin-bottom: 20px;
}

.lc-product-cart-section .quantity label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.lc-product-cart-section .quantity input[type="number"] {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 8px;
}

.lc-product-cart-section button.single_add_to_cart_button {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    background: var(--lc-primary);
    color: var(--lc-primary);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.lc-product-cart-section button.single_add_to_cart_button:hover {
    background: var(--lc-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 64, 73, 0.3);
}

.lc-product-cart-section button.single_add_to_cart_button:active {
    transform: translateY(0);
}

/* Product Meta */
.lc-product-meta {
    border-top: 1px solid var(--lc-border);
    padding-top: 25px;
    margin-bottom: 25px;
}

.lc-meta-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.lc-meta-label {
    font-weight: 600;
    color: var(--lc-text);
}

.lc-meta-value {
    color: var(--lc-text-soft);
}

.lc-meta-value a {
    color: var(--lc-text-soft);
    text-decoration: none;
    transition: color 0.2s;
}

.lc-meta-value a:hover {
    color: var(--lc-primary);
}

/* Trust Badges */
.lc-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
    background: var(--lc-surface);
    border-radius: 8px;
}

.lc-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.lc-badge-item i {
    font-size: 24px;
    color: var(--lc-primary);
}

.lc-badge-item span {
    font-size: 12px;
    font-weight: 500;
    color: var(--lc-text-soft);
    line-height: 1.4;
}

/* Product Tabs */
.lc-product-tabs .woocommerce-tabs {
    background: var(--lc-surface);
    border-radius: 12px;
    padding: 30px;
}

.lc-product-tabs .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 2px solid var(--lc-border);
    width: 100%;
    float: none !important;
}

.lc-product-tabs .woocommerce-tabs ul.tabs::before,
.lc-product-tabs .woocommerce-tabs ul.tabs::after,
.lc-product-tabs .woocommerce-tabs ul.tabs li::before,
.lc-product-tabs .woocommerce-tabs ul.tabs li::after {
    content: none !important;
    display: none !important;
}

.lc-product-tabs .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    float: none !important;
    border: 0 !important;
    background: transparent !important;
}

.lc-product-tabs .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    color: var(--lc-text-soft);
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    position: relative;
    top: 2px;
    white-space: nowrap;
}

.lc-product-tabs .woocommerce-tabs ul.tabs li.active a,
.lc-product-tabs .woocommerce-tabs ul.tabs li a:hover {
    color: var(--lc-primary);
    border-bottom-color: var(--lc-primary);
}

/* ============================
   Brand Compliance Override (Option 2)
   Keep status colors, normalize all base UI to:
   - bg: #f8f4f0
   - text/border: #3b0a0a
   ============================ */
.lc-landing {
    --lc-primary: #3b0a0a;
    --lc-primary-hover: #3b0a0a;
    --lc-secondary: #3b0a0a;
    --lc-accent: #3b0a0a;
    --lc-bg: #f8f4f0;
    --lc-surface: #f8f4f0;
    --lc-surface-strong: #f8f4f0;
    --lc-border: #3b0a0a;
    --lc-text: #3b0a0a;
    --lc-text-soft: #3b0a0a;
    --lc-text-muted: #3b0a0a;
}

.lc-landing .lc-btn-primary {
    background: #3b0a0a !important;
    color: #f8f4f0 !important;
    border: 1px solid #3b0a0a !important;
}

.lc-landing .lc-btn-primary:hover,
.lc-landing .lc-btn-outline:hover {
    background: #3b0a0a !important;
    color: #f8f4f0 !important;
}

.lc-landing .lc-btn-outline,
.lc-landing .lc-play-circle,
.lc-landing .lc-video-link,
.lc-landing .woocommerce .button,
.lc-landing .woocommerce a.button,
.lc-landing .woocommerce input.button {
    background: #f8f4f0 !important;
    color: #3b0a0a !important;
    border-color: #3b0a0a !important;
}

.lc-landing .woocommerce-cart-form,
.lc-landing .cart-collaterals,
.lc-landing .woocommerce-checkout,
.lc-landing .woocommerce-checkout-review-order,
.lc-landing .woocommerce-checkout-payment .payment_box,
.lc-landing .woocommerce-checkout-payment label,
.lc-landing .lc-cart-builder-breakdown,
.lc-landing .lc-product-summary,
.lc-landing .lc-product-gallery,
.lc-landing .lc-product-tabs .woocommerce-tabs,
.lc-landing .lc-trust-badges {
    background: #f8f4f0 !important;
    color: #3b0a0a !important;
    border-color: #3b0a0a !important;
}

.lc-landing .woocommerce-checkout-payment .payment_box {
    width: 100% !important;
    box-sizing: border-box;
    padding: 14px 16px !important;
    margin: 0 !important;
    border-radius: 0 0 10px 10px;
}

.lc-landing .woocommerce-checkout-payment .place-order .form-row,
.lc-landing .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text,
.lc-landing .woocommerce-checkout-payment .place-order .lc-order-notice,
.lc-landing .woocommerce-checkout-payment .place-order .lc-policy-agree {
    width: 100% !important;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lc-landing input,
.lc-landing select,
.lc-landing textarea,
.lc-landing .input-text {
    background: #f8f4f0 !important;
    color: #3b0a0a !important;
    border-color: #3b0a0a !important;
}

.lc-product-tabs .woocommerce-tabs .panel {
    padding: 0;
    clear: both;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.lc-product-tabs .woocommerce-tabs .panel h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--lc-primary);
    font-size: 24px;
    margin-bottom: 20px;
}

.lc-product-tabs .woocommerce-tabs .panel p {
    line-height: 1.8;
    color: var(--lc-text);
    margin-bottom: 15px;
}

/* Related Products */
.lc-related-products .related.products h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--lc-primary);
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.lc-related-products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Breadcrumb Styling */
.lc-breadcrumb .woocommerce-breadcrumb {
    font-size: 14px;
    color: var(--lc-text-soft);
}

.lc-breadcrumb .woocommerce-breadcrumb a {
    color: var(--lc-text-soft);
    text-decoration: none;
    transition: color 0.2s;
}

.lc-breadcrumb .woocommerce-breadcrumb a:hover {
    color: var(--lc-primary);
}

/* Responsive Single Product */
@media (max-width: 1024px) {
    .lc-product-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .lc-product-images {
        position: static;
    }

    .lc-product-summary {
        padding-left: 0;
    }

    .lc-product-images .woocommerce-product-gallery,
    .lc-product-summary .summary.entry-summary,
    .lc-product-summary-card {
        width: 100% !important;
    }

    .lc-related-products .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .lc-trust-badges {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .lc-product-title {
        font-size: 28px;
    }

    .lc-product-price .price {
        font-size: 26px;
    }

    .lc-product-cart-section {
        padding: 20px;
    }

    .lc-product-tabs .woocommerce-tabs {
        padding: 20px;
    }

    .lc-product-tabs .woocommerce-tabs ul.tabs {
        flex-direction: column;
        gap: 5px;
        border-bottom-width: 1px;
    }

    .lc-product-tabs .woocommerce-tabs ul.tabs li a {
        padding: 10px 15px;
    }

    .lc-related-products .products {
        grid-template-columns: 1fr;
    }

    .lc-related-products .related.products h2 {
        font-size: 28px;
    }
}

/* Single Product UI refresh (mobile + desktop) */
.lc-product-section {
    background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.7), rgba(248, 244, 240, 0.95) 45%, rgba(248, 244, 240, 1) 100%);
    padding: 56px 0 72px;
}

.lc-product-page-shell {
    max-width: 1440px;
}

.lc-product-back {
    margin-bottom: 28px;
}

.lc-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lc-text-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.lc-back-btn:hover {
    color: var(--lc-primary);
}

.lc-product-summary {
    padding-left: 0;
}

.lc-product-summary-card {
    background: #fffdfb;
    border: 1px solid rgba(59, 10, 10, 0.16);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 18px 42px rgba(56, 17, 17, 0.08);
}

.lc-product-title {
    font-size: clamp(30px, 3.3vw, 42px);
    margin-bottom: 14px;
}

.lc-product-price {
    margin-bottom: 22px;
}

.lc-product-price .price {
    font-size: clamp(30px, 3vw, 40px);
}

.lc-product-description {
    border-left: none;
    border: 1px solid rgba(59, 10, 10, 0.14);
    border-radius: 14px;
    padding: 18px 18px;
    margin-bottom: 20px;
}

.lc-product-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.lc-highlight-item {
    border: 1px solid rgba(59, 10, 10, 0.16);
    border-radius: 12px;
    background: #f8f4f0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lc-highlight-item strong {
    font-size: 14px;
    color: var(--lc-primary);
}

.lc-highlight-item span {
    font-size: 13px;
    color: var(--lc-text-soft);
    line-height: 1.45;
}

.lc-product-cart-section {
    border-radius: 14px;
    border-color: rgba(59, 10, 10, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    margin-bottom: 22px;
}

.lc-product-cart-section button.single_add_to_cart_button {
    border-radius: 999px;
}

.lc-trust-badges {
    border: 1px solid rgba(59, 10, 10, 0.16);
    border-radius: 14px;
    gap: 12px;
}

.lc-product-tabs {
    margin-top: 52px;
}

.lc-product-tabs .woocommerce-tabs {
    border: 1px solid rgba(59, 10, 10, 0.16);
}

.lc-related-products {
    background: var(--lc-surface);
    padding: 56px 0 72px;
}

@media (max-width: 1024px) {
    .lc-product-summary-card {
        padding: 22px;
    }
}

@media (max-width: 768px) {
    .lc-product-section {
        padding: 32px 0 48px;
    }

    .lc-product-breadcrumb {
        margin-bottom: 18px;
    }

    .lc-product-summary-card {
        padding: 16px;
        border-radius: 14px;
    }

    .lc-product-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lc-product-cart-section {
        padding: 16px;
    }

    .lc-product-tabs {
        margin-top: 32px;
    }

    .lc-related-products {
        padding: 40px 0 48px;
    }
}

/* Fix mobile swipe and image drag issues on all sliders */
.lc-carousel-track,
.lc-carousel-card,
.lc-collection-stack,
.lc-collection-card,
.gallery-slider {
    touch-action: pan-y !important;
}

.lc-carousel-card img,
.lc-collection-card img,
.gallery-card img,
.charm-item img,
.lc-hero-canvas img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /* user-drag: none; */
    -webkit-user-select: none;
    user-select: none;
}

/* =========================================================================
 * SHOP & CART FIXES (Phase 3)
 * ========================================================================= */
.lc-product-card--item-view .quantity,
.lc-product-box .quantity {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lc-product-card--item-view .quantity .qty,
.lc-product-box .quantity .qty {
    background: transparent !important;
    border: none !important;
    color: var(--brand-red, #b32a2a) !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    width: 32px !important;
    padding: 0 !important;
    text-align: center;
}

.lc-product-card--item-view .quantity .minus,
.lc-product-card--item-view .quantity .plus,
.lc-product-box .quantity .minus,
.lc-product-box .quantity .plus {
    background: var(--lc-surface-strong, #efe6de) !important;
    border: none !important;
    color: var(--brand-red, #b32a2a) !important;
    box-shadow: none !important;
    width: 24px !important;
    height: 32px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 !important;
    border-radius: 4px; /* bo góc nhẹ cho nút ấn */
}

/* Fix overflowing price column */
.lc-shop-charm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    flex-wrap: wrap; /* allow wrapping on smaller cards */
    width: 100%;
}

.lc-shop-charm-price {
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word; /* prevent very long price pushing layout */
}

.lc-shop-charm-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    min-height: 42px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

/* =========================================================================
 * CHECKOUT UI FIXES (Phase 4)
 * ========================================================================= */
.woocommerce-checkout-review-order-table .cart_item:last-child td,
.woocommerce-checkout-review-order-table .cart_item:last-child th {
    border-bottom: 1px dashed rgba(91, 13, 13, 0.2) !important;
}

/* =========================================================================
 * HỘP KÉO TÙY CHỌN MÀU (Phase 5)
 * ========================================================================= */
.lc-hop-keo-colors {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efe6de;
}
.lc-hk-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}
.lc-hk-color-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #f0e9e4;
}
.lc-hk-color-name {
    font-size: 14px;
    font-weight: 600;
    color: #4b1010;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hk-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
}
.hk-dot.hk-den { background-color: #000; }
.hk-dot.hk-be { background-color: #eaddc5; }
.hk-dot.hk-trang { background-color: #fff; }

.lc-hk-qty {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f9f4ef;
    border-radius: 4px;
    padding: 2px;
}
.hk-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #b32a2a;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.hk-btn:hover {
    background: rgba(179, 42, 42, 0.1);
    border-radius: 4px;
}
.lc-hk-qty input {
    width: 30px;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #4b1010;
}
/* Hide arrows in number input */
.lc-hk-qty input::-webkit-outer-spin-button,
.lc-hk-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lc-hk-qty input[type=number] {
  -moz-appearance: textfield;
}
