/* =========================================================
   تصميم فاخر - LoveToys Product Detail
   ========================================================= */
@keyframes ezFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ezFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes ezPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); } }
@keyframes ezPulseShadow { 0%, 100% { box-shadow: 0 0 15px rgba(185, 28, 28, 0.4); } 50% { box-shadow: 0 0 25px rgba(185, 28, 28, 0.7), 0 0 40px rgba(212, 175, 55, 0.3); } }
@keyframes ezShimmer { 0% { transform: translateX(-100%) rotate(45deg); } 100% { transform: translateX(100%) rotate(45deg); } }
@keyframes ezSlideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes ezSlideOutRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(100%); opacity: 0; } }

* { box-sizing: border-box; margin: 0; padding: 0; }

.ez-product-detail { 
    font-family: 'Cairo', 'Tajawal', sans-serif; 
    background-color: #080808; 
    color: #fff; 
    padding: 0;
    overflow-x: hidden; 
    width: 100%;
}

.ez-product-detail * { box-sizing: border-box; }
.ez-product-detail a { text-decoration: none; color: inherit; }
.ez-product-detail ul { list-style: none; }

.ez-product-detail .animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ez-product-detail .animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.ez-product-detail .pulse-shadow { animation: ezPulseShadow 2s ease-in-out infinite; }

.ez-cart-toast { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); background: #1a1a1a; border: 1px solid #d4af37; color: #fff; padding: 14px 24px; border-radius: 14px; z-index: 2000; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.6); animation: ezSlideInRight 0.4s ease forwards; white-space: nowrap; }
.ez-cart-toast i { color: #d4af37; font-size: 18px; }
.ez-cart-toast.hiding { animation: ezSlideOutRight 0.4s ease forwards; }
.ez-cart-toast.warning { border-color: #ff9800; }
.ez-cart-toast.warning i { color: #ff9800; }

/* ════ صورة المنتج - مليء شاشة الجوال ════ */
.ez-product-detail .product-hero { 
    position: relative; 
    width: 100%; 
    aspect-ratio: 1 / 1; 
    overflow: hidden; 
    background: linear-gradient(135deg, #120202 0%, #0a0000 100%); 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #1a1a1a;
}

.ez-product-detail .slider-container { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.ez-product-detail .product-slide-img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: 1; padding: 0; opacity: 0; transition: opacity 0.5s ease; }
.ez-product-detail .product-slide-img.active { opacity: 1; z-index: 2; }

.ez-product-detail .best-seller-badge { position: absolute; top: 15px; right: 15px; background: rgba(26,26,26,0.9); border: 1px solid #d4af37; color: #d4af37; padding: 5px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; z-index: 5; backdrop-filter: blur(10px); }
.ez-product-detail .best-seller-badge i { color: #ff9800; margin-left: 4px; }

.ez-product-detail .hero-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.2); color: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 5; backdrop-filter: blur(5px); font-size: 14px; }
.ez-product-detail .hero-nav-btn.right { right: 10px; }
.ez-product-detail .hero-nav-btn.left { left: 10px; }

.ez-product-detail .hero-dots { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 5; }
.ez-product-detail .hero-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s ease; }
.ez-product-detail .hero-dots span.active { background: #d4af37; width: 24px; border-radius: 12px; }

/* ════ محتوى المنتج ════ */
.ez-product-detail .product-content { padding: 15px; }
.ez-product-detail .product-title { font-size: 22px; font-weight: 800; margin-bottom: 6px; text-align: right; line-height: 1.4; }
.ez-product-detail .product-subtitle { font-size: 12px; color: #aaa; line-height: 1.6; margin-bottom: 15px; text-align: right; }

.ez-product-detail .price-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.ez-product-detail .price { font-size: 24px; font-weight: 800; color: #d4af37; }
.ez-product-detail .price span { font-size: 13px; font-weight: normal; color: #aaa; margin-right: 4px; }
.ez-product-detail .rating { display: flex; align-items: center; color: #888; font-size: 12px; }
.ez-product-detail .stars { color: #d4af37; margin-left: 5px; font-size: 11px; }

.ez-product-detail .flash-sale { background: linear-gradient(135deg, #1a0a0a 0%, #0d0d0d 100%); border: 1px solid #2a1a1a; border-radius: 12px; padding: 14px; margin-bottom: 18px; position: relative; overflow: hidden; }
.ez-product-detail .flash-sale::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 40%, rgba(212, 175, 55, 0.05) 50%, transparent 60%); animation: ezShimmer 3s infinite; }
.ez-product-detail .flash-sale-header { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; font-size: 12px; font-weight: 700; color: #ff4444; }
.ez-product-detail .flash-sale-header i { color: #ff9800; font-size: 14px; }
.ez-product-detail .flash-sale-prices { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ez-product-detail .old-price { font-size: 14px; color: #666; text-decoration: line-through; }
.ez-product-detail .new-price { font-size: 26px; font-weight: 800; color: #d4af37; }
.ez-product-detail .new-price span { font-size: 13px; font-weight: normal; color: #aaa; }
.ez-product-detail .discount-badge { background: #ff0000; color: #fff; padding: 2px 8px; border-radius: 12px; font-size: 10px; font-weight: 700; }
.ez-product-detail .countdown-timer { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #aaa; }
.ez-product-detail .countdown-timer span { background: #1a1a1a; border: 1px solid #333; padding: 3px 6px; border-radius: 4px; color: #d4af37; font-weight: 700; font-size: 12px; min-width: 24px; text-align: center; }
.ez-product-detail .countdown-timer .separator { background: transparent; border: none; color: #d4af37; font-size: 14px; padding: 0; min-width: auto; }

.ez-product-detail .features-row { display: flex; justify-content: space-between; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; padding: 12px 0; margin-bottom: 18px; flex-wrap: wrap; gap: 8px; }
.ez-product-detail .feature-box { display: flex; align-items: center; font-size: 11px; color: #eee; }
.ez-product-detail .feature-box i { margin-left: 6px; color: #d4af37; font-size: 13px; }

.ez-product-detail .selection-section { margin-bottom: 18px; }
.ez-product-detail .selection-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ez-product-detail .selection-title { font-size: 13px; font-weight: 700; color: #d4af37; }
.ez-product-detail .size-details-btn { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #d4af37; cursor: pointer; background: rgba(212, 175, 55, 0.1); padding: 5px 12px; border-radius: 20px; border: 1px solid rgba(212, 175, 55, 0.25); font-family: inherit; }

.ez-product-detail .color-options { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.ez-product-detail .color-options::-webkit-scrollbar { display: none; }
.ez-product-detail .color-item { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; width: 60px; cursor: pointer; }
.ez-product-detail .color-img-wrapper { width: 54px; height: 54px; background: #111; border-radius: 12px; border: 2px solid #222; display: flex; justify-content: center; align-items: center; margin-bottom: 5px; overflow: hidden; }
.ez-product-detail .color-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.ez-product-detail .color-item.active .color-img-wrapper { border: 2px solid #d4af37; box-shadow: 0 0 10px rgba(212, 175, 55, 0.3); }
.ez-product-detail .color-name { font-size: 10px; color: #888; }
.ez-product-detail .color-item.active .color-name { color: #d4af37; font-weight: 700; }
.ez-product-detail .color-item.out-of-stock { opacity: 0.35; cursor: not-allowed; pointer-events: none; }

.ez-product-detail .size-options { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; flex-wrap: wrap; }
.ez-product-detail .size-options::-webkit-scrollbar { display: none; }
.ez-product-detail .size-item { flex-shrink: 0; min-width: 80px; background: #111; border: 2px solid #222; border-radius: 12px; padding: 10px 8px; text-align: center; cursor: pointer; }
.ez-product-detail .size-item.active { border: 2px solid #d4af37; box-shadow: 0 0 10px rgba(212, 175, 55, 0.3); }
.ez-product-detail .size-label { font-size: 12px; font-weight: 700; color: #fff; }
.ez-product-detail .size-price { font-size: 10px; color: #d4af37; margin-top: 3px; font-weight: 600; }
.ez-product-detail .size-item.out-of-stock { opacity: 0.35; cursor: not-allowed; pointer-events: none; }

.ez-product-detail .accordion-section { margin-top: 15px; border-top: 1px solid #1a1a1a; }
.ez-product-detail .accordion-item { border-bottom: 1px solid #1a1a1a; }
.ez-product-detail .accordion-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; cursor: pointer; }
.ez-product-detail .accordion-header div { display: flex; align-items: center; font-size: 13px; font-weight: 600; }
.ez-product-detail .accordion-header div i { margin-left: 8px; color: #d4af37; font-size: 14px; }
.ez-product-detail .accordion-header i.fa-chevron-down { color: #555; font-size: 11px; transition: transform 0.3s ease; }
.ez-product-detail .accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease; padding: 0; }
.ez-product-detail .accordion-body.open { max-height: 8000px; padding: 0 0 18px 0; }
.ez-product-detail .desc-text { font-size: 12px; color: #bbb; line-height: 1.8; text-align: right; }

.ez-product-detail .review-summary { display: flex; align-items: center; gap: 12px; padding: 14px; background: #111; border-radius: 12px; border: 1px solid #1a1a1a; margin-bottom: 14px; flex-wrap: wrap; }
.ez-product-detail .review-summary .big-rating { font-size: 32px; font-weight: 800; color: #d4af37; }
.ez-product-detail .review-summary .rating-details { flex: 1; min-width: 100px; }
.ez-product-detail .review-summary .rating-details .stars-row { display: flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.ez-product-detail .review-summary .rating-details .stars-row i { color: #d4af37; font-size: 12px; }
.ez-product-detail .review-summary .rating-details .count { font-size: 11px; color: #888; }
.ez-product-detail .satisfaction-bar { width: 100%; height: 5px; background: #1a1a1a; border-radius: 3px; margin-top: 8px; overflow: hidden; }
.ez-product-detail .satisfaction-fill { height: 100%; background: linear-gradient(90deg, #d4af37, #ff9800); border-radius: 3px; }
.ez-product-detail .satisfaction-text { font-size: 9px; color: #888; margin-top: 4px; text-align: left; }

.ez-product-detail .filter-buttons { display: flex; gap: 6px; margin-bottom: 14px; overflow-x: auto; scrollbar-width: none; }
.ez-product-detail .filter-buttons::-webkit-scrollbar { display: none; }
.ez-product-detail .filter-btn { background: #111; border: 1px solid #222; color: #aaa; padding: 6px 14px; border-radius: 20px; font-size: 10px; cursor: pointer; white-space: nowrap; font-family: inherit; }
.ez-product-detail .filter-btn.active { background: #1a1a1a; border-color: #d4af37; color: #d4af37; font-weight: 700; }

.ez-product-detail .review-card { background: #111; border: 1px solid #1a1a1a; border-radius: 12px; padding: 14px; margin-bottom: 10px; text-align: right; }
.ez-product-detail .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.ez-product-detail .reviewer-name { font-weight: 700; font-size: 12px; }
.ez-product-detail .reviewer-badge { background: rgba(212, 175, 55, 0.15); color: #d4af37; font-size: 8px; padding: 2px 6px; border-radius: 8px; margin-right: 5px; }
.ez-product-detail .review-date { font-size: 9px; color: #666; }
.ez-product-detail .review-stars { color: #d4af37; font-size: 10px; }
.ez-product-detail .review-text { font-size: 11px; color: #aaa; line-height: 1.6; margin-top: 4px; }
.ez-product-detail .review-images { display: flex; gap: 6px; margin-top: 8px; }
.ez-product-detail .review-images img { width: 45px; height: 45px; border-radius: 6px; object-fit: cover; border: 1px solid #222; }

.ez-product-detail .show-more-reviews-btn { width: 100%; padding: 12px; background: transparent; border: 1px dashed #333; color: #aaa; border-radius: 12px; font-family: inherit; font-weight: 600; font-size: 11px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 5px; }

.ez-product-detail .login-required-message { background: #111; border: 1px solid #1a1a1a; border-radius: 12px; padding: 18px; text-align: center; margin-top: 14px; }
.ez-product-detail .login-required-message i { font-size: 28px; color: #d4af37; margin-bottom: 8px; display: block; }
.ez-product-detail .login-required-message p { font-size: 11px; color: #aaa; margin-bottom: 12px; }
.ez-product-detail .login-btn { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #d4af37, #b8960f); color: #000; padding: 8px 20px; border-radius: 25px; font-family: inherit; font-weight: 700; font-size: 11px; cursor: pointer; border: none; }

.ez-product-detail .add-review-section { background: #111; border: 1px solid #1a1a1a; border-radius: 12px; padding: 14px; margin-top: 14px; text-align: right; }
.ez-product-detail .add-review-title { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #d4af37; }
.ez-product-detail .logged-in-info { font-size: 10px; color: #666; margin-bottom: 8px; }
.ez-product-detail .logged-in-info strong { color: #d4af37; }
.ez-product-detail .star-rating-input { display: flex; gap: 5px; margin-bottom: 12px; direction: ltr; justify-content: flex-end; }
.ez-product-detail .star-rating-input i { font-size: 22px; color: #333; cursor: pointer; }
.ez-product-detail .star-rating-input i.active, .ez-product-detail .star-rating-input i:hover { color: #d4af37; }
.ez-product-detail .review-textarea { width: 100%; background: #1a1a1a; border: 1px solid #222; border-radius: 8px; color: #fff; padding: 10px; font-family: inherit; font-size: 11px; resize: vertical; min-height: 70px; margin-bottom: 10px; }
.ez-product-detail .review-textarea:focus { border-color: #d4af37; outline: none; }
.ez-product-detail .submit-review-btn { background: linear-gradient(135deg, #b91c1c, #7f1d1d); border: none; color: #fff; padding: 8px 16px; border-radius: 8px; font-family: inherit; font-weight: 700; font-size: 12px; cursor: pointer; width: 100%; display: flex; align-items: center; justify-content: center; gap: 5px; }

.ez-product-detail .related-products { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
.ez-product-detail .related-products::-webkit-scrollbar { display: none; }
.ez-product-detail .related-item { flex-shrink: 0; width: 150px; height: 190px; border-radius: 14px; border: 1px solid #1a1a1a; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: #0d0d0d; }
.ez-product-detail .related-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.ez-product-detail .related-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); z-index: 2; }
.ez-product-detail .related-badge { position: absolute; top: 8px; right: 8px; background: #d4af37; color: #000; padding: 2px 6px; border-radius: 10px; font-size: 8px; font-weight: 700; z-index: 4; }
.ez-product-detail .related-badge.sale { background: #ff0000; color: #fff; }
.ez-product-detail .related-content { position: relative; z-index: 3; padding: 12px; text-align: right; }
.ez-product-detail .related-title { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.ez-product-detail .related-price { font-size: 15px; font-weight: 800; color: #d4af37; }
.ez-product-detail .related-price span { font-size: 10px; color: #aaa; font-weight: normal; }
.ez-product-detail .related-old-price { font-size: 9px; color: #666; text-decoration: line-through; margin-right: 4px; }
.ez-product-detail .related-rating { font-size: 9px; color: #d4af37; margin-bottom: 2px; }

.ez-product-detail .popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 1000; display: none; justify-content: center; align-items: flex-end; }
.ez-product-detail .popup-overlay.active { display: flex; }
.ez-product-detail .popup-content { background: #0d0d0d; border: 1px solid #1a1a1a; border-radius: 20px 20px 0 0; width: 100%; max-width: 480px; padding: 20px; position: relative; max-height: 85vh; overflow-y: auto; }
.ez-product-detail .popup-close { position: absolute; top: 15px; left: 15px; background: #1a1a1a; border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ez-product-detail .popup-product-info { display: flex; gap: 12px; margin-bottom: 20px; align-items: center; }
.ez-product-detail .popup-product-img { width: 65px; height: 65px; border-radius: 12px; object-fit: cover; border: 1px solid #222; }
.ez-product-detail .popup-product-details h3 { font-size: 14px; margin-bottom: 4px; }
.ez-product-detail .popup-product-details p { font-size: 11px; color: #888; }
.ez-product-detail .popup-selection { margin-bottom: 16px; }
.ez-product-detail .popup-selection label { display: block; font-size: 11px; color: #aaa; margin-bottom: 8px; }
.ez-product-detail .popup-choice-options { display: flex; gap: 8px; flex-wrap: wrap; }
.ez-product-detail .popup-choice-btn { padding: 8px 14px; background: #111; border: 1px solid #222; border-radius: 8px; color: #fff; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 600; }
.ez-product-detail .popup-choice-btn.active { border-color: #d4af37; background: #1a1a1a; }
.ez-product-detail .popup-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; margin-bottom: 20px; font-size: 13px; font-weight: 700; }
.ez-product-detail .popup-total .total-price { color: #d4af37; font-size: 20px; }
.ez-product-detail .popup-confirm-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #b91c1c, #7f1d1d); border: none; border-radius: 12px; color: #fff; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* شريط الأزرار العائم - الجوال */
.ez-product-detail .bottom-action-bar { 
    position: fixed; 
    bottom: 15px; 
    left: 10px; 
    right: 10px; 
    width: calc(100% - 20px); 
    max-width: 480px; 
    margin: 0 auto; 
    background: rgba(17, 17, 17, 0.90); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(34, 34, 34, 0.90); 
    display: flex; 
    flex-direction: column;
    padding: 12px; 
    gap: 10px; 
    z-index: 99; 
    border-radius: 16px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.6); 
}

.ez-bar-top-row { display: flex; justify-content: space-between; align-items: center; }
.ez-qty-selector { display: flex; align-items: center; background: rgba(26, 26, 26, 0.8); border: 1px solid #2a2a2a; border-radius: 10px; padding: 4px 8px; gap: 12px; }
.ez-qty-btn { background: transparent; border: none; color: #d4af37; font-size: 16px; cursor: pointer; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 6px; transition: background 0.2s; }
.ez-qty-btn:hover { background: rgba(212, 175, 55, 0.1); }
.ez-qty-number { font-size: 16px; font-weight: 700; color: #fff; min-width: 15px; text-align: center; }
.ez-bar-prices { display: flex; align-items: center; gap: 8px; direction: ltr; }
.ez-bar-old-price { font-size: 14px; color: #666; text-decoration: line-through; font-weight: 500; }
.ez-bar-current-price { font-size: 22px; font-weight: 800; color: #d4af37; }
.ez-bar-current-price span { font-size: 12px; font-weight: normal; color: #aaa; margin-left: 2px; }
.ez-bar-buttons-row { display: flex; gap: 10px; }

.ez-product-detail .btn-cart, 
.ez-product-detail .btn-buy { 
    flex: 1; padding: 12px 10px; border-radius: 30px; 
    font-family: inherit; font-weight: 700; font-size: 12px; 
    display: flex; justify-content: center; align-items: center; 
    gap: 6px; cursor: pointer; transition: all 0.3s ease; 
    white-space: nowrap; text-align: center;
}
.ez-product-detail .btn-cart { background: #1a1a1a; border: 1px solid #333; color: #fff; }
.ez-product-detail .btn-cart:hover { border-color: #d4af37; color: #d4af37; }
.ez-product-detail .btn-buy { background: linear-gradient(135deg, #b91c1c, #7f1d1d); border: none; color: #fff; }
.ez-product-detail .btn-buy:hover { opacity: 0.9; }
.ez-product-detail .desktop-spacer { display: none; }

/* =========================================================
   تابلت (768px - 991px)
   ========================================================= */
@media (min-width: 768px) and (max-width: 991px) {
    .ez-product-detail { 
        max-width: 100%; width: 100%; margin: 0; 
        padding: 30px 40px; background: #0b0b0b;
        border: none; border-radius: 0; min-height: 100vh;
    }
    .ez-product-detail .product-hero { 
        border-radius: 20px; border: 1px solid #1a1a1a; 
    }
    .ez-product-detail .product-slide-img { 
        object-fit: contain; padding: 15px; 
    }
    .ez-product-detail .ez-pd-layout { 
        display: grid; grid-template-columns: 1fr 1fr; 
        gap: 40px; align-items: start; max-width: 100%; width: 100%;
    }
    .ez-product-detail .product-hero { position: sticky; top: 30px; }
    .ez-product-detail .product-content { padding: 0; }
    .ez-product-detail .product-title { font-size: 28px; }
    .ez-product-detail .product-subtitle { font-size: 14px; }
    .ez-product-detail .price { font-size: 30px; }
    .ez-product-detail .new-price { font-size: 28px; }
    .ez-product-detail .bottom-action-bar { 
        position: static; width: 100%; max-width: 100%; 
        margin: 25px 0 40px 0; background: rgba(17, 17, 17, 0.90); 
        backdrop-filter: none; box-shadow: none; padding: 15px; 
        border-radius: 16px; gap: 15px;
    }
    .ez-product-detail .btn-cart, .ez-product-detail .btn-buy { padding: 14px 20px; font-size: 13px; }
    .ez-product-detail .desktop-spacer { display: block; height: 60px; }
    .ez-product-detail .ez-pd-full-width { grid-column: 1 / -1; }
    .ez-product-detail .related-item { width: 170px; height: 200px; }
    .ez-product-detail .popup-overlay { align-items: center; }
    .ez-product-detail .popup-content { border-radius: 20px; max-width: 420px; }
}

/* =========================================================
   كمبيوتر (992px+) - تصميم كامل الشاشة
   ========================================================= */
@media (min-width: 992px) {
    .ez-product-detail { 
        max-width: 100%; width: 100%; margin: 0; 
        padding: 50px 80px; background: #0b0b0b;
        border: none; border-radius: 0; min-height: 100vh;
        display: flex; align-items: center;
    }
    .ez-product-detail .product-hero { 
        border-radius: 24px; border: 1px solid #1a1a1a; 
    }
    .ez-product-detail .product-slide-img { 
        object-fit: contain; padding: 15px; 
    }
    .ez-product-detail .ez-pd-layout { 
        display: grid; grid-template-columns: 1fr 1fr; 
        gap: 80px; align-items: start; max-width: 100%; width: 100%;
    }
    .ez-product-detail .product-hero { 
        position: sticky; top: 50px; border-radius: 24px;
        aspect-ratio: 1 / 1; max-height: calc(100vh - 100px);
    }
    .ez-product-detail .product-content { 
        padding: 0; max-height: calc(100vh - 100px);
        overflow-y: auto; padding-left: 10px;
    }
    .ez-product-detail .product-content::-webkit-scrollbar { width: 4px; }
    .ez-product-detail .product-content::-webkit-scrollbar-track { background: #111; border-radius: 4px; }
    .ez-product-detail .product-content::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
    .ez-product-detail .product-title { font-size: 36px; margin-bottom: 12px; }
    .ez-product-detail .product-subtitle { font-size: 16px; margin-bottom: 20px; }
    .ez-product-detail .price { font-size: 38px; }
    .ez-product-detail .price span { font-size: 16px; }
    .ez-product-detail .new-price { font-size: 36px; }
    .ez-product-detail .new-price span { font-size: 16px; }
    .ez-product-detail .rating { font-size: 14px; }
    .ez-product-detail .stars { font-size: 13px; }
    .ez-product-detail .flash-sale { padding: 20px; margin-bottom: 25px; border-radius: 16px; }
    .ez-product-detail .flash-sale-header { font-size: 14px; }
    .ez-product-detail .flash-sale-header i { font-size: 18px; }
    .ez-product-detail .old-price { font-size: 18px; }
    .ez-product-detail .discount-badge { font-size: 12px; padding: 4px 12px; }
    .ez-product-detail .countdown-timer { font-size: 12px; }
    .ez-product-detail .countdown-timer span { font-size: 14px; padding: 4px 10px; }
    .ez-product-detail .features-row { padding: 16px 0; margin-bottom: 25px; }
    .ez-product-detail .feature-box { font-size: 13px; }
    .ez-product-detail .feature-box i { font-size: 16px; }
    .ez-product-detail .selection-section { margin-bottom: 25px; }
    .ez-product-detail .selection-title { font-size: 15px; }
    .ez-product-detail .size-details-btn { font-size: 12px; padding: 7px 16px; }
    .ez-product-detail .color-item { width: 75px; }
    .ez-product-detail .color-img-wrapper { width: 68px; height: 68px; border-radius: 16px; }
    .ez-product-detail .color-name { font-size: 11px; }
    .ez-product-detail .size-item { min-width: 110px; padding: 16px 14px; border-radius: 16px; }
    .ez-product-detail .size-label { font-size: 15px; }
    .ez-product-detail .size-price { font-size: 12px; }
    .ez-product-detail .bottom-action-bar { 
        position: static; width: 100%; max-width: 100%; 
        margin: 30px 0 50px 0; background: rgba(17, 17, 17, 0.90); 
        backdrop-filter: none; box-shadow: none; padding: 18px; 
        border-radius: 16px; gap: 18px;
    }
    .ez-product-detail .btn-cart, .ez-product-detail .btn-buy { padding: 16px 24px; font-size: 15px; }
    .ez-product-detail .ez-bar-old-price { font-size: 16px; }
    .ez-product-detail .ez-bar-current-price { font-size: 26px; }
    .ez-product-detail .ez-bar-current-price span { font-size: 14px; }
    .ez-product-detail .ez-qty-number { font-size: 18px; }
    .ez-product-detail .desktop-spacer { display: block; height: 80px; }
    .ez-product-detail .accordion-section { margin-top: 20px; }
    .ez-product-detail .accordion-header div { font-size: 16px; }
    .ez-product-detail .accordion-header div i { font-size: 18px; margin-left: 12px; }
    .ez-product-detail .desc-text { font-size: 15px; }
    .ez-product-detail .ez-pd-full-width { grid-column: 1 / -1; }
    .ez-product-detail .related-item { width: 200px; height: 240px; border-radius: 16px; }
    .ez-product-detail .related-title { font-size: 13px; }
    .ez-product-detail .related-price { font-size: 18px; }
    .ez-product-detail .popup-overlay { align-items: center; }
    .ez-product-detail .popup-content { border-radius: 20px; max-width: 480px; }
    .ez-product-detail .review-summary { padding: 20px; border-radius: 16px; }
    .ez-product-detail .review-summary .big-rating { font-size: 42px; }
    .ez-product-detail .review-card { padding: 18px; border-radius: 16px; }
    .ez-product-detail .reviewer-name { font-size: 14px; }
    .ez-product-detail .review-text { font-size: 13px; }
}