/* Katlanır Reformer - Özel Tasarım */

/* Body class kontrolü - hem product-katlanir-reformer hem de slug içeren class'lar için */
body.product-katlanir-reformer,
body[class*="katlan"],
body[class*="katlan-r"],
body[class*="katlanir"] {
    /* Genel stil ayarları */
}

/* Breadcrumb için özel stil */
body.product-katlanir-reformer .breadcrumb-link:hover,
body[class*="katlan"] .breadcrumb-link:hover {
    color: #8b4513;
}

body.product-katlanir-reformer .breadcrumb-current .breadcrumb-text,
body[class*="katlan"] .breadcrumb-current .breadcrumb-text {
    color: #666;
    font-weight: 300;
}

body.product-katlanir-reformer .breadcrumb-separator,
body[class*="katlan"] .breadcrumb-separator {
    color: #f9d5c1;
}

/* Katlanır Reformer için özel renkler ve stiller */
body.product-katlanir-reformer .product-title,
body[class*="katlan"] .product-title {
    color: #1a1a1a;
}

body.product-katlanir-reformer .marketing-block-header h2,
body[class*="katlan"] .marketing-block-header h2 {
    color: #1a1a1a;
}

/* Katlanır Reformer için özel buton stilleri */
body.product-katlanir-reformer .add-to-cart-btn,
body[class*="katlan"] .add-to-cart-btn {
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%) !important;
    transition: all 0.3s ease;
}

body.product-katlanir-reformer .add-to-cart-btn:hover,
body[class*="katlan"] .add-to-cart-btn:hover {
    background: linear-gradient(135deg, #a0522d 0%, #8b4513 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.3);
}

/* Katlanır Reformer için özel kart stilleri */
body.product-katlanir-reformer .product-card,
body[class*="katlan"] .product-card {
    border-color: rgba(139, 69, 19, 0.2);
}

body.product-katlanir-reformer .product-card:hover,
body[class*="katlan"] .product-card:hover {
    border-color: rgba(139, 69, 19, 0.4);
    box-shadow: 0 8px 24px rgba(139, 69, 19, 0.15);
}

/* Katlanır Reformer için özel badge veya vurgu */
body.product-katlanir-reformer .product-badge,
body[class*="katlan"] .product-badge {
    background: rgba(139, 69, 19, 0.1);
    color: #8b4513;
    border: 1px solid rgba(139, 69, 19, 0.3);
}

