.pricing-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-family: Arial, sans-serif;
    margin: 40px 0;
}

.pricing-card {
    background: white;
    border: 1px solid #29B1E4;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 320px;
    padding: 24px;
    text-align: center;
    transition: transform 0.2s ease;
}

.pricing-card h3{font-weight:600}
.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.pricing-price {
    font-size: 32px;
    color: #29B1E4;
    margin-bottom: 20px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.check {
    color: #29B1E4;
    font-weight: bold;
}

.cross {
    color: red;
    font-weight: bold;
}

.pricing-button {
    display: inline-block;
    padding: 10px 20px;
    background: ##29B1E4;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.pricing-button:hover {
    background: #29B1E4;
}

.recommended {
    border: 2px solid #29B1E4;
    position: relative;
}

.recommended::before {
    content: "Odporúčané";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #29B1E4;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 12px;
}

.my_cart_quantity{color: white !important;}
.btn-primary{color:white!important;}
.o_brand_promotion{display:none!important;}

.bannerSilver{background-color: rgba(43, 43, 51, 0.9);  padding:60px 40px 20px 70px; border-radius: 0 7px 7px 0; }
.banner-title{font-size: 4rem;
    line-height: 5rem;}