
   body { 
    margin: 0; 
    font-family: Inter, sans-serif; 
    line-height: 1.6; 
    color: #111827; 
    overflow-x: hidden; 
}

.wb-fullwidth {
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}



#body-content {
    padding-bottom: 0 !important;
}

/* ============================================================
   TABS & HERO
   ============================================================ */
   .wb-product-tabs { padding: 30px 16px !important;}
   .wb-tab-header { display: flex!important;
        gap: 12px!important; margin-bottom: 25px!important; overflow-x: auto!important; }
   .wb-tab-btn { padding: 10px 24px!important;
        border: 1.5px solid #eee!important; 
        background: white!important; 
        border-radius: 50px!important; font-weight: 600!important; 
        cursor: pointer!important; }
   .wb-tab-btn.active { border-color: #4b2680!important; background: #f3f0f8!important; color: #4b2680!important; }
   
   .wb-hero-banner { margin: 60px auto; background: #f9f7fc; border-radius: 24px; overflow: hidden!important; }
   .wb-hero-content { display: flex; align-items: center!important; }
   .wb-hero-text { padding: 40px; flex: 1!important; }
   .wb-hero-image { flex: 1!important; }
   .wb-hero-image img { width: 100%!important; max-height: 350px!important; object-fit: contain!important; }
   

.wb-product-tabs, 
.wb-tab-divider, 
.wb-product-showcase-container, 
.wb-hero-banner, 
.wb-pruvodce-container, 
.wb-recenze-content {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    box-sizing: border-box!important;
}

/* ============================================================
   FOTKA  
   ============================================================ */
.wb-foto-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wb-foto-fullwidth .wb-foto-hlavni img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0; 
}

/* ============================================================
  Baleni
   ============================================================ */
.wb-product-showcase { padding: 60px 0; background-color: #f6f0e6; width: 100%; }
.wb-product-showcase-container { display: flex; gap: 60px; align-items: center; }
.wb-product-text { flex: 1.6; }
.wb-video-wrap-small { flex: 1; display: flex; justify-content: flex-end; }
.wb-video-wrap-small video { 
    max-width: 320px; 
    width: 100%; 
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
}



.wb-hero-banner {
    margin: 60px auto;
    background: #ffffff; 
    border-radius: 30px; 
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07); 
    border: 1px solid #f0f0f0;
}

.wb-hero-content {
    display: flex;
    align-items: center;
    gap: 0; 
}

.wb-hero-text {
    flex: 1.2;
    padding: 80px 60px; 
}

.wb-hero-text h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #4b2680; 
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    text-transform: initial!important;
}

.wb-hero-text p {
    font-size: 19px;
    line-height: 1.7;
    color: #454f5c;
    margin-bottom: 0;
}

.wb-hero-text p strong {
    color: #4b2680; 
}

.wb-hero-image {
    flex: 1;
    background-color: #f9f7fc; 
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch; 
}

.wb-hero-image img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    padding: 40px; 
    transition: transform 0.5s ease;
}

.wb-hero-banner:hover .wb-hero-image img {
    transform: scale(1.03);
}
/* ============================================================
   pruvodce
   ============================================================ */
   .wb-pruvodce-sekce { 
    padding: 60px 20px; 
    background-color: #fdbab5; 
    width: 100%; 
    box-sizing: border-box;
}
.wb-pruvodce-karta { 
    display: flex; 
    background: #fff; 
    
    max-width: 600px; 
    margin: 0 auto; 
    border-radius: 8px; 
    padding: 50px 60px; 
    align-items: center; 
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); 
}
.wb-pruvodce-obsah { flex: 1; }
.wb-pruvodce-obrazek { flex: 0 0 auto; }
.wb-pruvodce-obrazek img { max-width: 170px; height: auto; }

/* ============================================================
   RECENZE 
   ============================================================ */
.wb-recenze { padding: 60px 0; background: #f9f7ff; width: 100%; text-align: center; }
.wb-recenze h2 { font-size: 30px; color: #48216b; margin-bottom: 40px; text-transform: initial !important; }
.wb-recenze-cards { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.wb-recenze-card {
    width: 320px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wb-stars { color: #fbbf24; font-size: 18px; }


/* ============================================================
   MOBILNĂŤ VERZE (Media Queries)
   ============================================================ */
@media screen and (max-width: 768px) {
  
    .wb-foto-fullwidth {
        width: 100% !important;
        position: static !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0px !important;
    }
   

   
    .wb-product-showcase-container, .wb-hero-content { flex-direction: column; text-align: center; }
    .wb-video-wrap-small { justify-content: center; margin-top: 20px; }
    .wb-hero-image { order: -1; }
    .wb-tab-header {
        gap: 8px; 
        margin-bottom: 15px;
        padding-bottom: 5px; 
    }


    .wb-tab-btn {
        padding: 8px 16px; 
        font-size: 14px; 
        border-radius: 50px; 
        white-space: nowrap; 
        border-width: 1px; 
    }


    .wb-pruvodce-karta { flex-direction: column; text-align: center; gap: 20px; }
    .wb-pruvodce-obsah { order: 1; }
    .wb-pruvodce-obrazek { order: 2; }
    .wb-pruvodce-obrazek img { max-width: 140px; }


    .wb-recenze-card { width: 100%; max-width: 340px; }
}


.benefit-item {
    display: flex;
    align-items: flex-start; 
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; 
}
.benefit-item:last-child {
    border-bottom: none;
}
.benefit-item .icon {
    flex-shrink: 0; 
    width: 36px;
    height: 36px;
    background-color: #49246a; 
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.benefit-item strong {
    display: block;
    font-size: 18px;
    color: #49246a;
    margin-bottom: 4px;
}

.benefit-item p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

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