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

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;
    line-height: 1.6;
    color: #111827;
    background: #fff;
}

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



.wb-tab-divider {

border: 0;
height: 1px;
background-color: #eee;
max-width: 900px; 

}

.wb-product-tabs {
padding: 30px 0; 
font-family: sans-serif;
max-width: 900px;
margin: 0; 
text-align: left;
margin: 0 0 0 80px;
}


.wb-tab-header {
display: flex;
gap: 12px;
margin-bottom: 25px;
flex-wrap: wrap;
}


.wb-tab-btn {
padding: 10px 24px!important;
border: 1.5px solid #eee;
background: white;
border-radius: 50px!important;
cursor: pointer;
font-weight: 600;
color: #333;
transition: 0.2s;
font-size: 15px;
}


.wb-tab-btn:hover {
    background: white!important;
    color: #333!important;
}

.wb-tab-btn.active {
border-color: #4b2680!important;
background: #f3f0f8!important;
color: #4b2680!important;
}

/* Obsah tabů */
.wb-tab-content {
display: none;
animation: fadeIn 0.3s ease;
line-height: 1.6;
color: #444;
font-size: 16px;
max-width: 850px;
}

/* Celý popis */
.wb-read-more {
display: inline-block;
margin-top: 15px;
color: #000;
text-decoration: none;
font-weight: 800;
border-bottom: 2px solid #000;
padding-bottom: 2px;
font-size: 14px;
}

/* Seznam specifikací */
.wb-spec-list {
list-style: none;
padding: 0;
}

.wb-spec-list li {
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
font-size: 15px;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}




.wb-hero-banner {
max-width: 1100px; 
margin: 60px auto;
background: #f9f7fc; 
border-radius: 24px;
overflow: hidden;
font-family: sans-serif;
}

.wb-hero-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}

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

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

.wb-hero-text p {
font-size: 18px;
color: #666;
margin: 0;
}

.wb-hero-image {
flex: 1.2;
line-height: 0;
margin-top:24px;
margin-bottom:24px;

}

.wb-hero-image img {
width: 100%;
height: 300px;
object-fit:contain; 
display: block;

}


/* Responzivita pro mobily */
@media (max-width: 600px) {
.wb-promo-grid {
flex-direction: column;
}
}



/* Recenze */
.wb-recenze {
    padding: 32px 24px;
    background: #f9f7ff;
    text-align: center;
}

.wb-recenze h2 {
    font-size: 30px;
    color: #48216b;
    text-transform:initial !important;
    margin-bottom: 40px;
}

.wb-recenze-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.wb-recenze-card {
    width: 300px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.wb-recenze-card .wb-stars {
    color: #fbbf24;
    font-size: 20px;
}

.wb-recenze-card p {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}

.wb-recenze-card .wb-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.wb-recenze-card .wb-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.wb-recenze-card .wb-author-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.wb-recenze-card .wb-author-info strong {
    color: #111827;
}

.wb-recenze-card .wb-author-info span {
    color: #6b7280;
    font-size: 13px;
}

/* Produkt */
.wb-product-showcase {
    padding: 60px 24px;
    background-color: #f6f0e6;
}

.wb-product-showcase-container {
    display: flex;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wb-product-obrazek{
    padding-left: 0px; 
}

.wb-product-obrazek .wb-gift-image img {
    width: 70%;
    max-width: 450px;
    position: relative;
    top: 50px;
}

.wb-product-text {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wb-product-text  h2 {
    font-size: 30px;
    text-transform: initial;
}

.wb-product-text  .wb-lead {
    font-size: clamp(16px, 2vw, 18px);
    color: #565f6d;
    margin-bottom: 16px;
}

/* Styl seznamu */
.wb-product-text .wb-gift-features {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}


.wb-product-text  .wb-gift-features li {
    position: relative;
    padding: 4px 10px 4px 22px;
    background: linear-gradient(90deg, rgba(124, 58, 237, 0.25), rgba(109, 40, 217, 0.25));
    border-radius: 6px;
    color: #374151;
    font-weight: 600;
    white-space: nowrap;
}

.wb-product-text .wb-gift-features li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #7c3aed;
    font-size: 16px;
    line-height: 1;
}

/* Tipy pruvodce editorem */
.wb-pruvodce {
    
    background-color: #fff;
    padding: 24px 24px !important;
    text-align: center;
}
.wb-pruvodce {
padding: 10px 24px !important; 
}

.wb-pruvodce-container {
padding-top: 5px !important;
padding-bottom: 20px !important;
}

.wb-pruvodce h2 {
    font-size: clamp(24px, 4vw, 36px);
    color: #48216b;
    text-align: center;
     text-transform:initial !important;
    margin-bottom: 20px;
    font-size: 30px !important;
margin-bottom: 10px !important;
margin-top: 32px !important;
}




.info_section {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 20px;
    flex-wrap: wrap; 
    gap: 24px; 
    padding-top: 0 !important;
}

.info-box {
    left:110px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    background-color: rgb(253, 242, 242);
    border: 1px solid rgba(124, 58, 237, 0.2);
    padding: 20px 30px; 
    border-radius: 8px;
    max-width: 500px; 
    width: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 130px; 
    text-align: center; 
}

.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.info-image {
    width: 200px; 
    height: 200px;
    object-fit: contain;
    flex-shrink: 0;
    left:100px;
    top:15px;
    position: relative;
    
}

.info-text {
    flex-grow: 1;
    padding: 0; 
    text-align: center;
}

.info-text p {
    font-size: 20px;
    text-align: center; 
    margin-bottom: 15px; 
}

.info-text a {
    color: #7c3aed;
    text-decoration: none;
    margin: 0;
}

/* TLAČÍTKO STYLY */
.wb-link {
    display: inline-block;
    padding: 12px 16px !important;
    background: transparent;
    font-weight: 600;
    font-size: 18px !important;
    white-space: nowrap;
    color: #7c3aed;
    border: 2px solid #7c3aed !important;
    border-radius: 12px !important;
    margin-top: 10px !important;
}

.wb-link:hover {
    background-color: #fff !important;
    border-color: #7c3aed !important;
    color: #7c3aed !important;
    text-decoration: none !important;
}

/* Responzivita */

@media (max-width: 768px) {


.wb-product-tabs{
margin: 0 16px 0 16px;
}


.tabs-container {
display: flex;
gap: 20px;
border-bottom: 2px solid #ddd;

}

.tab-item {
padding: 10px 20px;
cursor: pointer;
}
/* Schování scrollbaru pro Chrome/Safari */
.wb-tab-header::-webkit-scrollbar {
display: none;
}

.wb-tab-btn {
flex: 0 0 auto !important;         
white-space: nowrap !important;    
padding: 8px 16px !important;      
font-size: 14px !important;        
}


.wb-hero-content {
flex-direction: column;
text-align: center;
gap: 0; 
}

.wb-hero-text {
padding: 40px 20px 14px 20px !important; 
}

.wb-hero-image {
margin-top: 0 !important; 
margin-bottom: 24px;
}

.wb-hero-image img {
height: auto; 
max-height: 250px;
}   


   .wb-product-text  .wb-gift-features {
        flex-wrap: wrap;
        justify-content: center;
    }

   .wb-product-text h2 {
        font-size: 18px;
    }

   .wb-product-text  .wb-gift-features li {
        font-size: 16px;
        padding: 8px 12px 8px 20px;
        text-align: center;
    }

    .wb-product-text  .wb-gift-features li {
        flex: 0 0 50%;
    }

   .wb-product-obrazek .wb-gift-image img {
        left: 40px;
        border-radius: 8px;
    }

    .wb-product-text  h2 {
        font-size: 18px;
    }

    .icon {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        text-transform: initial;
    }

    .wb-product-text .wb-gift-features {
        padding-bottom: 30px;
    }

    .wb-product-text  h2 {
        font-size: 30px !important;
        text-transform: initial;
    }
}


@media (max-width: 580px) {
    .wb-product-showcase {
padding: 30px 24px !important; 
}
.wb-product-showcase h2 {
top: 0 !important; 
margin-top: 0 !important;
margin-bottom: 8px !important; 
line-height: 1.1;
text-transform: initial;
font-size: 30px !important;
        text-align: center;
}

    .wb-product-showcase p {
        font-size: 18px !important;
        align-content: center;
    }

.wb-product-showcase .wb-lead {
margin-top: 0 !important;
padding-top: 0 !important;
}
.wb-product-obrazek .wb-gift-image img {
        display: none;
    }

  

    .wb-gift-features {
        padding-top: 30px !important;
    }

    .wb-recenze h2 {
        font-size: 30px !important;
        top: -20px;
        position: relative;
        text-transform: initial;
    }

    .wb-pruvodce h2 {
        font-size: 30px !important;
        text-transform: initial;
    }

    .info-image{
        left:-10px;
        width:230px!important;
        padding-top:24px!important;
    }

    .info-box{
        max-width:300px!important;
        max-height:300px!important;
        left:-10px;
}

    .wb-link{
        margin-bottom:24px;
    }

}
