.fcm-wrapper { margin: 30px 0; clear: both !important; width: 100% !important; float: none !important; display: block !important; }
.fcm-teleported { margin: 60px 0 40px; border-top: 1px solid #eee; padding-top: 40px; }
.fcm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; margin-bottom: 120px; }
.fcm-group-card { border: 1px solid #eee; border-radius: 8px; padding: 15px; background: #fff; transition: 0.3s; position: relative; }
.fcm-group-card:hover { border-color: #83b735; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.fcm-group-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #f5f5f5; padding-bottom: 10px; }
.fcm-item-image-wrapper { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.fcm-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.8); border: 1px solid #ddd; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; z-index: 10; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.fcm-nav-btn:hover { background: #83b735; color: #fff; border-color: #83b735; }
.fcm-nav-btn.prev { left: -10px; }
.fcm-nav-btn.next { right: -10px; }
.fcm-loading { opacity: 0.5; pointer-events: none; }
.fcm-group-header h3 { font-size: 16px; margin: 0; }
.fcm-badge { background: #fde8e8; color: #e02424; font-size: 10px; padding: 2px 8px; border-radius: 10px; text-transform: uppercase; }

.fcm-item-display { display: flex; flex-direction: column; gap: 10px; }
.fcm-item-img img { width: 100%; height: 150px; object-fit: cover; border-radius: 5px; }
.fcm-item-name { font-weight: 600; display: block; font-size: 14px; }
.fcm-item-price-html { color: #83b735; font-weight: 700; font-size: 16px; }

.fcm-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.fcm-swap-btn { background: #f1f1f1; border: none; padding: 5px 12px; border-radius: 4px; font-size: 12px; cursor: pointer; }
.fcm-qty-box { display: flex; align-items: center; border: 1px solid #ddd; border-radius: 4px; }
.fcm-qty-box button { background: none; border: none; width: 30px; height: 30px; cursor: pointer; }
.fcm-qty-input { width: 40px !important; border: none !important; text-align: center; font-weight: 700; background: none; -moz-appearance: textfield; }

/* Sticky Bar v2.8 Smart Text */
.fcm-sticky-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); z-index: 9999; padding: 0 !important; border-top: 1px solid #eee; height: 20px !important; min-height: 20px !important; display: flex; align-items: center; overflow: hidden; }
.fcm-sticky-container { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; width: 100%; height: 100%; }

.fcm-summary-text { font-size: 11px !important; color: #444; display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; white-space: nowrap; line-height: 1; }
.fcm-txt-base { color: #777; }
.fcm-txt-old { text-decoration: line-through; color: #aaa; font-weight: 500; }
.fcm-txt-final { color: #000; font-weight: 700; font-size: 12px !important; }
.fcm-txt-congrats { color: #83b735; font-weight: 700; margin-left: 5px; }

.fcm-actions { display: flex; align-items: center; height: 100%; }
.fcm-main-btn { min-width: 90px !important; height: 18px !important; font-size: 10px !important; border-radius: 2px !important; background: #83b735 !important; padding: 0 8px !important; line-height: 18px !important; margin: 0 !important; border: none !important; text-transform: uppercase; }
.fcm-main-btn:hover { background: #6a962a !important; }

@media (max-width: 991px) {
    .fcm-sticky-container { flex-direction: column; text-align: center; padding: 8px; }
    .fcm-summary-text { justify-content: center; font-size: 12px; }
    .fcm-main-btn { width: 100%; margin-top: 5px; }
}

@keyframes fcm-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .fcm-sticky-container { flex-direction: column; gap: 10px; padding: 10px; }
    .fcm-summary-info { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .fcm-main-btn { width: 100%; min-width: 250px; }
}
.fcm-msg { color: #e02424; font-size: 12px; margin-bottom: 5px; font-weight: 600; }

/* Modal */
.fcm-modal { position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; }
.fcm-modal-content { background: #fff; padding: 30px; border-radius: 10px; width: 90%; max-width: 800px; max-height: 80vh; overflow-y: auto; position: relative; }
.fcm-modal-close { position: absolute; right: 20px; top: 20px; font-size: 28px; cursor: pointer; }
.fcm-modal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; margin-top: 20px; }
.fcm-modal-item { border: 1px solid #eee; padding: 10px; border-radius: 5px; cursor: pointer; text-align: center; }
.fcm-modal-item:hover { border-color: #83b735; }
.fcm-modal-item img { width: 100%; height: 120px; object-fit: cover; margin-bottom: 10px; }

/* Sepet İyileştirmeleri */
.fcm-cart-item-meta { margin-top: 5px; font-size: 12px; color: #666; }
.fcm-cart-sub-item { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; padding: 5px; background: #f9f9f9; border-radius: 4px; }
.fcm-cart-sub-item img { width: 30px; height: 30px; object-fit: cover; border-radius: 2px; }
