/* B2B Kolay Frontend Styles */

/* Wholesale Registration Form */
.b2b-wholesale-registration {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.b2b-wholesale-registration h3 {
    margin-top: 0;
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    padding-bottom: 10px;
}

#b2b-wholesale-fields {
    margin-top: 15px;
}

#b2b-wholesale-fields .form-row {
    margin-bottom: 15px;
}

#b2b-wholesale-fields label {
    font-weight: 600;
    color: #1d2327;
}

#b2b-wholesale-fields input,
#b2b-wholesale-fields select,
#b2b-wholesale-fields textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#b2b-wholesale-fields input:focus,
#b2b-wholesale-fields select:focus,
#b2b-wholesale-fields textarea:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.1);
    outline: none;
}

/* Wholesale Dashboard */
.b2b-wholesale-dashboard {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.b2b-wholesale-dashboard h3 {
    margin-top: 0;
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    padding-bottom: 10px;
}

.b2b-wholesale-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.b2b-info-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #2271b1;
}

.b2b-info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #1d2327;
}

.b2b-account-type {
    color: #2271b1;
    font-weight: 600;
}

.b2b-discount-rate {
    color: #00a32a;
    font-weight: 600;
    font-size: 1.2em;
}

.b2b-wholesale-benefits {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.b2b-wholesale-benefits h4 {
    margin-top: 0;
    color: #1d2327;
}

.b2b-wholesale-benefits ul {
    margin: 0;
    padding-left: 20px;
}

.b2b-wholesale-benefits li {
    margin-bottom: 8px;
    color: #555;
}

/* Wholesale Account Info Page */
.b2b-wholesale-info-page {
    max-width: 800px;
}

.b2b-account-details {
    margin-bottom: 30px;
}

.b2b-account-details h3 {
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    padding-bottom: 10px;
}

.b2b-pricing-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.b2b-pricing-info h3 {
    margin-top: 0;
    color: #1d2327;
}

.b2b-discount-info {
    background: #d1eddb;
    border: 1px solid #00a32a;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
}

.b2b-discount-info h4 {
    margin-top: 0;
    color: #00a32a;
}

/* Product Page Wholesale Info - Küçük Badge */
.b2b-wholesale-mini-badge {
    display: none !important;
}

.b2b-mini-badge {
    display: none !important;
}

.b2b-mini-discount {
    background: #00a32a;
    color: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
}

/* Wholesale Fiyat Gösterimi */
.b2b-wholesale-price {
    color: #2271b1;
    font-weight: 600;
}

.b2b-original-price {
    color: #999;
    font-size: 0.9em;
}

.b2b-final-price {
    color: #00a32a;
    font-weight: 700;
}

.b2b-login-required {
    color: #666;
    font-style: italic;
    font-size: 0.9em;
}

/* Fiyat Flicker Önleme */
.woocommerce .price {
    min-height: 1.2em;
    display: inline-block;
}

.woocommerce-cart .price,
.woocommerce-checkout .price {
    opacity: 1 !important;
    transition: none !important;
}

.b2b-price-loading {
    opacity: 1 !important;
}

/* Sepet ve Checkout Sayfalarında Fiyat Stabilitesi */
.woocommerce-cart-form .price,
.woocommerce-checkout .price,
.cart_item .price {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

/* Eski büyük badge - gizle */
.b2b-wholesale-product-info {
    display: none;
}

.b2b-wholesale-badge {
    display: none;
}

.b2b-discount-info small {
    display: none;
}

/* Shop Page Wholesale Badge */
.b2b-wholesale-shop-badge {
    display: none !important;
}

.b2b-badge {
    display: none !important;
}

/* Wholesale Pricing Display */
.b2b-wholesale-price {
    font-size: 1.2em;
    font-weight: 600;
}

.b2b-wholesale-price del {
    color: #999;
    font-size: 0.9em;
}

.b2b-wholesale-price ins {
    color: #2271b1;
    text-decoration: none;
    font-weight: 700;
}

.b2b-discount-badge {
    background: linear-gradient(135deg, #00a32a, #007a1f);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 8px;
}

/* Cart and Checkout Wholesale Info */
.b2b-wholesale-savings {
    background: #d1eddb;
    border-top: 2px solid #00a32a;
}

.b2b-wholesale-savings th,
.b2b-wholesale-savings td {
    color: #00a32a;
    font-weight: 600;
}

.b2b-savings-amount {
    font-size: 1.1em;
}

/* Body Classes for Styling */
.b2b-wholesale-user .woocommerce-price {
    position: relative;
}

.b2b-wholesale-user .price {
    position: relative;
}

.b2b-regular-user .b2b-wholesale-badge,
.b2b-regular-user .b2b-wholesale-product-info,
.b2b-regular-user .b2b-wholesale-shop-badge {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .b2b-wholesale-info {
        grid-template-columns: 1fr;
    }
    
    .b2b-wholesale-registration {
        padding: 15px;
    }
    
    .b2b-wholesale-dashboard {
        padding: 15px;
    }
    
    .b2b-wholesale-product-info {
        padding: 12px;
    }
    
    .b2b-wholesale-badge {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .b2b-wholesale-price {
        font-size: 1em;
    }
    
    .b2b-discount-badge {
        display: block;
        margin: 5px 0 0 0;
        text-align: center;
    }
    
    .b2b-info-item {
        padding: 12px;
    }
}

/* Animation Effects */
.b2b-wholesale-product-info {
    animation: slideInUp 0.5s ease;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.b2b-badge {
    transition: all 0.3s ease;
}

.b2b-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.3);
}

/* Loading States */
.b2b-price-loading {
    opacity: 0.6;
    position: relative;
}

.b2b-price-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #2271b1;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Wholesale User Indicators */
.b2b-wholesale-user .woocommerce-breadcrumb::after {
    content: " • Wholesale Customer";
    color: #2271b1;
    font-weight: 600;
}

/* Special Offers for Wholesale */
.b2b-special-offer {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
}

.b2b-special-offer h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.b2b-special-offer p {
    margin: 0;
    opacity: 0.9;
}

/* Wholesale Only Products */
.b2b-wholesale-only {
    position: relative;
}

.b2b-wholesale-only::before {
    content: "Wholesale Only";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2271b1;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
}

/* Minimum Order Notice */
.b2b-min-order-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 15px 0;
}

.b2b-min-order-notice strong {
    color: #533f03;
}

/* Wholesale Customer Support */
.b2b-support-info {
    background: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
}

.b2b-support-info h4 {
    margin-top: 0;
    color: #1976d2;
}

.b2b-support-contact {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.b2b-support-contact a {
    color: #1976d2;
    text-decoration: none;
    font-weight: 600;
}

.b2b-support-contact a:hover {
    text-decoration: underline;
}

/* Print Styles */
@media print {
    .b2b-wholesale-badge,
    .b2b-wholesale-product-info,
    .b2b-support-info {
        display: none;
    }
    
    .b2b-wholesale-price {
        color: #000 !important;
    }
}

/* Hide mini-cart and cart for wholesale users */
body.b2b-wholesale-user .cgkit-fsn-bar.cgkit-fsn-bar-mini-cart,
body.b2b-wholesale-user .cgkit-fsn-bar.cgkit-fsn-bar-cart,
body.b2b-wholesale-user .cgkit-fsn-bar.ckit-fsn-bar-active.cgkit-fsn-bar-mini-cart,
body.b2b-wholesale-user .cgkit-fsn-bar.ckit-fsn-bar-active.cgkit-fsn-bar-cart {
    display: none !important;
}