/* ================================================
   Gift Card - Single Product Style
   المكان: astra-child/assets/gc-product.css
   ================================================ */

.gc-page {
    max-width: 900px !important;
    margin: 30px auto !important;
    padding: 0 20px !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
}

.gc-wrap {
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

/* Left */
.gc-left {
    width: 45% !important;
    flex-shrink: 0 !important;
}

.gc-img-box {
    background: #f5f5f5;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.gc-img-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.gc-no-img {
    font-size: 60px;
    margin-bottom: 10px;
}

.gc-img-label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.gc-how-btn {
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    text-align: center;
}

.gc-how-btn:hover { background: #e5e5e5; }

/* Right */
.gc-right {
    flex: 1 !important;
}

.gc-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #fff !important; 
    margin-bottom: 20px !important;
}

.gc-section { margin-bottom: 20px; }

.gc-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.gc-btns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.gc-btn {
    padding: 8px 16px;
    border-radius: 50px;
    border: 2px solid #444;
    background: #161616;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.gc-btn:hover { border-color: #fbe29f; color: #fff;background: #161616; }

.gc-btn.active {
    background: #161616 !important;
    border-color: #fbe29f !important;
    color: #fbe29f !important;
}

.gc-btn.out-of-stock {
    opacity: 0.4;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Price */
.gc-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.gc-price-label { font-size: 16px; font-weight: 700; color: #fff; }

.gc-price {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

/* Add to Cart */
.gc-add {
    width: 100% !important;
    padding: 14px !important;
    background: #0E1D3E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    margin-bottom: 20px !important;
}

.gc-add:hover:not(:disabled) {
   /* background: #6d28d9 !important;*/	
    border: 2px solid #fbe29f !important;
    transform: translateY(-1px);
}

.gc-add:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}

/* Card Details */
.gc-details {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 16px;
    margin-top: 10px;
}

.gc-details-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.gc-details-text { font-size: 13px; color: #555; line-height: 1.7; }

/* How To Use */
.gc-howto {
    margin-top: 30px;
}

.gc-howto-inner {
    padding: 24px;
    background: #f9f9f9;
    border-radius: 14px;
}

.gc-howto-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.gc-howto-content { font-size: 14px; color: #555; line-height: 1.8; }

/* Responsive */
@media (max-width: 600px) {
    .gc-wrap { flex-direction: column !important; }
    .gc-left  { width: 100% !important; }
}

div#content {
    background-color: #000;
}


/*********************************************Menu***************************************************/
/* إظهار الـ products submenu داخل Elementor */

/****************************************************************************************************/


