.elementor-105729 .elementor-element.elementor-element-95dc49a{--display:flex;}.elementor-105729 .elementor-element.elementor-element-95dc49a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-105729 .elementor-element.elementor-element-d21c2aa.elementor-element{--align-self:center;}.elementor-105729 .elementor-element.elementor-element-5ab0b36.elementor-element{--align-self:center;}.elementor-105729 .elementor-element.elementor-element-f8b6751{text-align:center;}.elementor-105729 .elementor-element.elementor-element-f8b6751 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:58px;font-weight:500;text-transform:uppercase;letter-spacing:0px;-webkit-text-stroke-width:2px;stroke-width:2px;-webkit-text-stroke-color:#40E0D0;stroke:#40E0D0;color:#40E0D0;}@media(max-width:768px){.elementor-105729 .elementor-element.elementor-element-f8b6751 .elementor-heading-title{font-size:29px;line-height:1.2em;}}@media(min-width:769px){.elementor-105729 .elementor-element.elementor-element-95dc49a{--width:102.393%;}}/* Start custom CSS *//* =========================================
   IB PERFECT CARD (Buy Now Added)
   ========================================= */

/* 1. Haupt-Container */
.ib-perfect-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border: 2px solid #40e0d0;
    border-radius: 20px;
box-shadow: 0 0 40px rgba(64, 224, 208, 0.7);
    margin: 55px auto 40px auto;
    max-width: 600px;
    width: 95%;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    z-index: 5;
    min-height: 220px;
}

/* 2. Badge */
.ib-perfect-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #40e0d0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(64, 224, 208, 0.3);
    white-space: nowrap;
    z-index: 10;
    text-transform: uppercase;
}

/* 3. Linke Seite (Bild) */
.ib-perfect-left {
    width: 42%;
    flex: 0 0 42%; /* Fixe Breite */
    position: relative;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}

.ib-perfect-left img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px 0 0 18px;
}

/* 4. Rechte Seite (Info) */
.ib-perfect-right {
    width: 58%;
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

/* Titel */
.ib-perfect-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Preis */
.ib-perfect-price {
    font-size: 20px;
    font-weight: 800;
    color: #40e0d0;
    margin-bottom: 12px;
}
.ib-perfect-price del { font-size: 0.7em; color: #999; font-weight: normal; margin-right: 5px; opacity: 0.7; }
.ib-perfect-price ins { text-decoration: none; }

/* --- BUTTONS --- */

/* 1. Sepete Ekle (Türkis) */
.ib-perfect-btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #40e0d0;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 8px; /* Abstand zum Buy Now Button */
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

/* 2. Şimdi Satın Al (Schwarz/Kontrast) */
.ib-perfect-btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111; /* Schwarz für Dringlichkeit */
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.2s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* 3. Copy Button (Outline) */
.ib-perfect-btn-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #999 !important; /* Etwas dezenter */
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 0;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
}

.ib-perfect-btn-cart:hover { background: #33b8aa; }
.ib-perfect-btn-buy:hover { background: #333; transform: translateY(-1px); }
.ib-perfect-btn-copy:hover { background: #f9f9f9; border-color: #ccc; color: #666 !important; }

/* =========================================
   MOBILE ANPASSUNG
   ========================================= */
@media (max-width: 480px) {
    .ib-perfect-card {
        margin-top: 45px;
        width: 96%;
        min-height: 200px; 
    }

    .ib-perfect-left {
        width: 40%;
        flex: 0 0 40%;
    }

    .ib-perfect-right {
        padding: 12px;
    }

    .ib-perfect-title { font-size: 14px; margin-bottom: 5px; }
    .ib-perfect-price { font-size: 16px; margin-bottom: 8px; }
    
    /* Buttons kompakter */
    .ib-perfect-btn-cart,
    .ib-perfect-btn-buy { 
        padding: 8px 0; 
        font-size: 12px; 
        margin-bottom: 6px; 
    }
    .ib-perfect-btn-copy { 
        padding: 6px 0; 
        font-size: 11px; 
    }
}

/* === HIGHLIGHT PRODUCT MOBILE FIX === */
@media (max-width: 768px) {
    /* 1. Das Badge etwas höher ziehen */
    .ib-perfect-badge {
        top: -12px !important; /* Zieht es halb aus der Box raus */
        font-size: 10px !important; /* Schrift minimal kleiner für mehr Platz */
        padding: 4px 10px !important;
    }

    /* 2. Dem Titel mehr Abstand nach oben geben */
    .ib-perfect-right {
        padding-top: 25px !important; /* Schiebt den Text unter das Badge */
    }

    /* 3. Den ganzen Kasten etwas runter, damit das höhere Badge nicht abgeschnitten wird */
    .ib-perfect-card {
        margin-top: 20px !important; 
        overflow: visible !important; /* WICHTIG: Erlaubt dem Badge, "rauszugucken" */
    }
}/* End custom CSS */