.elementor-2205 .elementor-element.elementor-element-14bb5495{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-b08880c */.dk-summary-items hr {
    display: none !important;
}
.dk-cart-item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* فاصله استاندارد مدرن */
}
.dk-modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.dk-modal-actions .dk-btn {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* دکمه اصلی */
.dk-modal-actions .dk-btn-primary {
    background: #2f80ed;
    color: #fff;
    box-shadow: 0 6px 14px rgba(47, 128, 237, 0.25);
}

.dk-modal-actions .dk-btn-primary:hover {
    background: #256ad3;
    box-shadow: 0 8px 18px rgba(47, 128, 237, 0.35);
}

.dk-modal-actions .dk-btn-primary:active {
    transform: scale(0.98);
}

/* دکمه ثانویه */
.dk-modal-actions .dk-btn-secondary {
    background: #f4f6f8;
    color: #333;
    border: 1px solid #e0e0e0;
}

.dk-modal-actions .dk-btn-secondary:hover {
    background: #ebeef2;
}

.dk-modal-actions .dk-btn-secondary:active {
    transform: scale(0.98);
}

\\\\\/* End custom CSS */