.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   DK PRODUCT HIGHLIGHTS
   ========================================================= */

.dk-product-highlights {
    direction: rtl;
    width: 100%;
    font-family: inherit;
    color: #1e293b;
}


/* =========================================================
   RATING
   ========================================================= */

.dk-ph-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 12px;
}

.dk-ph-stars {
    display: flex;
    direction: ltr;
    gap: 2px;
}

.dk-star {
    font-size: 14px;
    line-height: 1;
}

.dk-star-full {
    color: #f59e0b;
}

.dk-star-half {
    color: #f59e0b;
}

.dk-star-empty {
    color: #dbe2ea;
}

.dk-ph-rating-number {
    color: #1e293b;
    font-weight: 600;
}

.dk-ph-divider {
    color: #d1d5db;
}


/* =========================================================
   SECTION
   ========================================================= */

.dk-ph-section {
    margin-bottom: 18px;
}

.dk-ph-section-title {
    margin-bottom: 10px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   HIGHLIGHTS GRID
   ========================================================= */

.dk-ph-grid {
    display: grid;
    grid-template-columns: repeat(
        2,
        minmax(0, 1fr)
    );
    gap: 8px;
}

.dk-ph-item {
    min-width: 0;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 10px;
}

.dk-ph-name {
    margin-bottom: 4px;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.5;
}

.dk-ph-value {
    color: #1e293b;
    font-size: 12px;
    line-height: 1.7;
    word-break: break-word;
}


/* =========================================================
   ORDER NOTES
   ========================================================= */

.dk-ph-order-notes ul {
    margin: 0;
    padding-right: 18px;
    color: #64748b;
    font-size: 12px;
    line-height: 2;
}

.dk-ph-order-notes li {
    margin-bottom: 2px;
}


/* =========================================================
   PRINT SERVICE
   ========================================================= */

.dk-ph-print {
    padding: 13px;
    background: #fffafa;
    border: 1px solid #fda4af;
    border-radius: 14px;
}

.dk-ph-print-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.dk-ph-print-header strong {
    color: #ef4444;
    font-size: 14px;
}

.dk-ph-print-badge {
    padding: 3px 8px;
    background: #fee2e2;
    color: #ef4444;
    border-radius: 20px;
    font-size: 10px;
}

.dk-ph-print-guide {
    margin-right: auto;
    color: #64748b;
    font-size: 11px;
    text-decoration: none;
}

.dk-ph-print-guide:hover {
    color: #ef4444;
}

.dk-ph-print-description {
    margin: 7px 0 9px;
    color: #64748b;
    font-size: 11px;
}

.dk-ph-print-warning {
    margin-bottom: 9px;
    padding: 8px 10px;
    background: #fff1f2;
    border: 1px dashed #fca5a5;
    color: #ef4444;
    border-radius: 9px;
    font-size: 11px;
    text-align: center;
}

.dk-ph-print-options {
    display: flex;
    gap: 8px;
}

.dk-ph-print-option {
    flex: 1;
    min-height: 38px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
    border-radius: 9px;
    font-family: inherit;
    font-size: 11px;
    cursor: pointer;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}

.dk-ph-print-option:hover {
    border-color: #94a3b8;
}

.dk-ph-print-option.is-selected {
    background: #f0fdf4;
    border-color: #22c55e;
    color: #15803d;
    box-shadow:
        0 0 0 1px #22c55e inset;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .dk-ph-grid {
        grid-template-columns: 1fr;
    }

    .dk-ph-print-options {
        flex-direction: column;
    }

    .dk-ph-print-option {
        width: 100%;
    }

}/* End custom CSS */