.elementor-5017 .elementor-element.elementor-element-db2f836{--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-5017 .elementor-element.elementor-element-70454947{--display:flex;}/* Start custom CSS for html, class: .elementor-element-287f302 */#scoped-article {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.8;
        color: #374151;
        max-width: 1000px;
        margin: 0 auto;
        padding: 30px;
        background: #ffffff;
    }

    #scoped-article .product-header {
        text-align: center;
        margin-bottom: 50px;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 30px;
    }

    #scoped-article h2.main-title {
        font-size: 2.1rem;
        color: #111827;
        margin-bottom: 15px;
        letter-spacing: -0.025em;
        line-height: 1.2;
    }

    #scoped-article .brand-tag {
        color: #4f46e5;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 0.9rem;
        display: block;
        margin-bottom: 10px;
    }

    #scoped-article h3 {
        font-size: 1.6rem;
        color: #111827;
        margin-top: 45px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    #scoped-article h3::before {
        content: "";
        width: 6px;
        height: 28px;
        background: #4f46e5;
        margin-right: 15px;
        border-radius: 10px;
    }

    #scoped-article .info-box {
        background: #f9fafb;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        padding: 25px;
        margin: 30px 0;
    }

    #scoped-article .highlight-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
        margin: 40px 0;
    }

    #scoped-article .highlight-item {
        background: #ffffff;
        padding: 25px;
        border-radius: 16px;
        text-align: center;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    #scoped-article .highlight-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        border-color: #4f46e5;
    }

    #scoped-article .highlight-item strong {
        display: block;
        font-size: 1.5rem;
        color: #4f46e5;
        margin-bottom: 5px;
    }

    #scoped-article .spec-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin: 30px 0;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e5e7eb;
    }

    #scoped-article .spec-table th, #scoped-article .spec-table td {
        padding: 18px;
        text-align: left;
        border-bottom: 1px solid #e5e7eb;
    }

    #scoped-article .spec-table th {
        background-color: #f8fafc;
        color: #475569;
        font-weight: 600;
        width: 35%;
    }

    #scoped-article .flavour-badge {
        display: inline-block;
        padding: 4px 12px;
        background: #eef2ff;
        color: #4338ca;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 600;
        margin: 4px;
    }

    #scoped-article .cta-section {
        background: #111827;
        color: white;
        padding: 50px 30px;
        border-radius: 24px;
        text-align: center;
        margin-top: 60px;
        position: relative;
        overflow: hidden;
    }

    #scoped-article .cta-section h2 {
        color: white !important;
        margin-bottom: 15px;
    }

    #scoped-article a.buy-now {
        display: inline-block;
        background: #4f46e5;
        color: white !important;
        padding: 16px 45px;
        border-radius: 50px;
        font-weight: 700;
        text-decoration: none;
        margin-top: 25px;
        box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.4);
        transition: background 0.3s;
    }

    #scoped-article a.buy-now:hover {
        background: #4338ca;
    }

    @media (max-width: 600px) {
        #scoped-article h2.main-title { font-size: 2rem; }
        #scoped-article .highlight-grid { grid-template-columns: 1fr; }
        #scoped-article .spec-table th { width: 40%; }
    }/* End custom CSS */