.elementor-3140 .elementor-element.elementor-element-aa82491{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-7ce4efc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-b7099f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-1fcb800{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-6e4f9a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-6614133{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3140 .elementor-element.elementor-element-34fb1e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* =====================================================
   CUSTOM ORDERS PAGE - CONSOLIDATED CSS
   Add this to: Appearance > Customize > Additional CSS
   OR Elementor > Site Settings > Custom CSS

   IMPORTANT: The @import MUST be at the very top!
   ===================================================== */

/* Import Google Fonts - MUST BE FIRST */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Quicksand:wght@500;600;700&display=swap');

/* ===== CSS Variables ===== */
.kci-custom-orders {
    --kci-teal: #2dd4bf;
    --kci-pink: #ec4899;
    --kci-yellow: #fbbf24;
    --kci-purple: #8b5cf6;
    --kci-dark: #111827;
    --kci-soft-bg: #fdfbf7;
    --kci-gray-100: #f3f4f6;
    --kci-gray-200: #e5e7eb;
    --kci-gray-400: #9ca3af;
    --kci-gray-600: #4b5563;
    --kci-gray-700: #374151;
    --kci-shadow-soft: 0 10px 40px -10px rgba(0,0,0,0.08);
    --kci-shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --kci-shadow-hover: 0 20px 40px -15px rgba(0,0,0,0.15);
    font-family: 'Outfit', sans-serif !important;
}

/* ===== Base Typography ===== */
.kci-custom-orders h1,
.kci-custom-orders h2 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
}

.kci-custom-orders h3,
.kci-custom-orders h4 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
}

.kci-custom-orders p,
.kci-custom-orders span,
.kci-custom-orders a,
.kci-custom-orders button {
    font-family: 'Outfit', sans-serif !important;
}

/* ===== Layout ===== */
.kci-custom-orders .kci-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    width: 100% !important;
}

@media (min-width: 640px) {
    .kci-custom-orders .kci-container {
        padding: 0 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .kci-custom-orders .kci-container {
        padding: 0 2rem !important;
    }
}

/* ===== Buttons ===== */
.kci-custom-orders .kci-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1.75rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
    white-space: nowrap !important;
    font-family: 'Outfit', sans-serif !important;
    text-decoration: none !important;
}

.kci-custom-orders .kci-btn-purple {
    background: var(--kci-purple) !important;
    color: white !important;
}

.kci-custom-orders .kci-btn-purple:hover {
    background: #7c3aed !important;
    transform: translateY(-2px) !important;
}

/* ===== Page Hero ===== */
.kci-custom-orders .kci-page-hero {
    padding: 4rem 0 3rem !important;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 50%, #c4b5fd 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.kci-custom-orders .kci-page-hero::before {
    content: '' !important;
    position: absolute !important;
    top: -100px !important;
    right: -100px !important;
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 70%) !important;
    border-radius: 50% !important;
}

.kci-custom-orders .kci-page-hero-content {
    position: relative !important;
    z-index: 1 !important;
    max-width: 700px !important;
}

.kci-custom-orders .kci-page-hero h1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    font-family: 'Outfit', sans-serif !important;
    color: var(--kci-dark) !important;
    font-weight: 700 !important;
}

@media (min-width: 768px) {
    .kci-custom-orders .kci-page-hero h1 {
        font-size: 3rem !important;
    }
}

.kci-custom-orders .kci-page-hero p {
    font-size: 1.15rem !important;
    color: var(--kci-gray-700) !important;
    margin-bottom: 1.5rem !important;
    max-width: 550px !important;
}

.kci-custom-orders .kci-hero-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-top: 1.5rem !important;
}

.kci-custom-orders .kci-badge {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.875rem !important;
    color: var(--kci-gray-700) !important;
    background: rgba(255,255,255,0.7) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 50px !important;
}

.kci-custom-orders .kci-badge svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--kci-purple) !important;
}

/* ===== Section Header ===== */
.kci-custom-orders .kci-section-header {
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.kci-custom-orders .kci-section-header h2 {
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
    font-family: 'Outfit', sans-serif !important;
    color: var(--kci-dark) !important;
    font-weight: 700 !important;
}

.kci-custom-orders .kci-section-header p {
    color: var(--kci-gray-600) !important;
    font-size: 1.1rem !important;
}

/* ===== Perfect For Section ===== */
.kci-custom-orders .kci-perfect-for-section {
    padding: 4rem 0 !important;
    background: white !important;
}

.kci-custom-orders .kci-perfect-for-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 640px) {
    .kci-custom-orders .kci-perfect-for-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .kci-custom-orders .kci-perfect-for-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

.kci-custom-orders .kci-perfect-card {
    background: var(--kci-soft-bg) !important;
    border-radius: 1rem !important;
    padding: 1.5rem 1rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: var(--kci-shadow-card) !important;
}

.kci-custom-orders .kci-perfect-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--kci-shadow-hover) !important;
}

.kci-custom-orders .kci-perfect-icon {
    font-size: 2.5rem !important;
    margin-bottom: 0.75rem !important;
}

.kci-custom-orders .kci-perfect-card h3 {
    font-size: 0.95rem !important;
    margin-bottom: 0.25rem !important;
    font-family: 'Outfit', sans-serif !important;
    color: var(--kci-dark) !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
}

.kci-custom-orders .kci-perfect-card p {
    font-size: 0.8rem !important;
    color: var(--kci-gray-600) !important;
    letter-spacing: normal !important;
}

/* ===== Products Section ===== */
.kci-custom-orders .kci-products-section {
    padding: 4rem 0 !important;
}

/* Filter Buttons */
.kci-custom-orders .kci-filter-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
}

.kci-custom-orders .kci-filter-btn {
    padding: 0.6rem 1.25rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 50px !important;
    background: white !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #4b5563 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1.4 !important;
}

.kci-custom-orders .kci-filter-btn:hover {
    border-color: #8b5cf6 !important;
    color: #8b5cf6 !important;
    background: white !important;
}

.kci-custom-orders .kci-filter-btn.kci-active,
.kci-custom-orders button.kci-filter-btn.kci-active {
    background: #8b5cf6 !important;
    background-color: #8b5cf6 !important;
    border-color: #8b5cf6 !important;
    color: #ffffff !important;
}

/* Products Grid */
.kci-custom-orders .kci-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

@media (min-width: 480px) {
    .kci-custom-orders .kci-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 768px) {
    .kci-custom-orders .kci-products-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .kci-custom-orders .kci-products-grid {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

.kci-custom-orders .kci-product-card {
    background: white !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    box-shadow: var(--kci-shadow-card) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}

.kci-custom-orders .kci-product-card:hover {
    box-shadow: var(--kci-shadow-hover) !important;
    transform: translateY(-3px) !important;
}

.kci-custom-orders .kci-product-card.kci-hidden {
    display: none !important;
}

/* Product Image Area - clickable for lightbox */
.kci-custom-orders .kci-product-image {
    position: relative !important;
    cursor: zoom-in !important;
    overflow: hidden !important;
}

.kci-custom-orders .kci-product-image::after {
    content: '🔍' !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}

.kci-custom-orders .kci-product-image:hover::after {
    opacity: 1 !important;
}

.kci-custom-orders .kci-product-card img {
    width: 100% !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.kci-custom-orders .kci-product-image:hover img {
    transform: scale(1.05) !important;
}

/* Product Info Area - clickable for quote */
.kci-custom-orders .kci-product-info {
    display: block !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 0.5rem !important;
    transition: background 0.2s ease !important;
    flex: 1 !important;
}

.kci-custom-orders .kci-product-info:hover {
    background: #f5f3ff !important;
}

.kci-custom-orders .kci-product-info::after {
    content: 'Get Quote →' !important;
    display: block !important;
    background: var(--kci-purple) !important;
    color: white !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    padding: 0.35rem !important;
    margin: 0.25rem -0.5rem -0.5rem !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}

.kci-custom-orders .kci-product-info:hover::after {
    opacity: 1 !important;
}

.kci-custom-orders .kci-product-card h4 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: var(--kci-dark) !important;
    margin: 0.6rem 0.5rem 0.15rem !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}

.kci-custom-orders .kci-product-card p {
    font-size: 0.75rem !important;
    color: var(--kci-gray-600) !important;
    margin: 0 0.5rem 0.6rem !important;
    letter-spacing: normal !important;
}

.kci-custom-orders .kci-product-price {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #8b5cf6 !important;
    margin: 0 0.5rem 0.6rem !important;
}

.kci-custom-orders .kci-products-note {
    text-align: center !important;
    margin-top: 1.5rem !important;
    font-size: 0.95rem !important;
    color: var(--kci-gray-600) !important;
}

.kci-custom-orders .kci-products-note a {
    color: var(--kci-purple) !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.kci-custom-orders .kci-products-note a:hover {
    color: var(--kci-pink) !important;
}

/* ===== Pricing Section ===== */
.kci-custom-orders .kci-pricing-section {
    padding: 3rem 0 !important;
    background: white !important;
}

.kci-custom-orders .kci-volume-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    padding: 1.5rem 2rem !important;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%) !important;
    border-radius: 1rem !important;
    border: 2px solid var(--kci-purple) !important;
    text-align: center !important;
}

.kci-custom-orders .kci-volume-banner-icon {
    font-size: 2.5rem !important;
    flex-shrink: 0 !important;
}

.kci-custom-orders .kci-volume-banner-text h3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.25rem !important;
    color: var(--kci-dark) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
}

.kci-custom-orders .kci-volume-banner-text p {
    color: var(--kci-gray-600) !important;
    font-size: 1rem !important;
    margin: 0 !important;
}

.kci-custom-orders .kci-volume-banner-text span {
    color: var(--kci-purple) !important;
    font-weight: 700 !important;
}

/* ===== What's Included ===== */
.kci-custom-orders .kci-included-section {
    padding: 5rem 0 !important;
}

.kci-custom-orders .kci-included-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    .kci-custom-orders .kci-included-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .kci-custom-orders .kci-included-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.kci-custom-orders .kci-included-card {
    background: white !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: var(--kci-shadow-card) !important;
}

.kci-custom-orders .kci-included-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 1rem !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
}

.kci-custom-orders .kci-included-card h3 {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
    font-family: 'Quicksand', sans-serif !important;
    color: var(--kci-dark) !important;
    font-weight: 700 !important;
}

.kci-custom-orders .kci-included-card p {
    font-size: 0.9rem !important;
    color: var(--kci-gray-600) !important;
}

/* ===== Quote Form Section ===== */
.kci-custom-orders .kci-quote-section {
    padding: 5rem 0 !important;
    background: linear-gradient(135deg, var(--kci-dark) 0%, #1f2937 100%) !important;
    color: white !important;
}

.kci-custom-orders .kci-quote-section .kci-section-header h2 {
    color: white !important;
}

.kci-custom-orders .kci-quote-section .kci-section-header p {
    color: rgba(255,255,255,0.8) !important;
}

.kci-custom-orders .kci-quote-form-wrapper {
    max-width: 700px !important;
    margin: 0 auto !important;
    background: white !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: var(--kci-shadow-hover) !important;
}

@media (min-width: 768px) {
    .kci-custom-orders .kci-quote-form-wrapper {
        padding: 2.5rem !important;
    }
}

/* ===== FAQ Section ===== */
.kci-custom-orders .kci-faq-section {
    padding: 5rem 0 !important;
    background: white !important;
}

.kci-custom-orders .kci-faq-grid {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.kci-custom-orders .kci-faq-item {
    border-bottom: 1px solid var(--kci-gray-200) !important;
    padding: 1.5rem 0 !important;
}

.kci-custom-orders .kci-faq-question {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    color: #111827 !important;
    margin-bottom: 0.75rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

.kci-custom-orders .kci-faq-question::before {
    content: 'Q' !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 28px !important;
    width: 28px !important;
    height: 28px !important;
    background: #8b5cf6 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

.kci-custom-orders .kci-faq-answer {
    color: #4b5563 !important;
    padding-left: 2.5rem !important;
    line-height: 1.7 !important;
}

/* ===== Lightbox ===== */
.kci-lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.kci-lightbox.kci-lightbox-open {
    opacity: 1 !important;
    visibility: visible !important;
}

.kci-lightbox-img {
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

.kci-lightbox-close {
    position: absolute !important;
    top: 20px !important;
    right: 30px !important;
    background: none !important;
    border: none !important;
    color: white !important;
    font-size: 3rem !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: transform 0.2s ease !important;
}

.kci-lightbox-close:hover {
    transform: scale(1.2) !important;
}/* End custom CSS */