.topPrice{
    font-family: Caveat;
    font-size: 6rem;
    transform: rotate(-20deg);
    display: block;
}

.addDescription{font-size: 0.7rem;
    color: #0000005e;
    float: left;}

.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;}


@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}
.card-group>.card{margin-bottom:15px}
@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card + .card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}
.card-columns .card{margin-bottom:0.75rem}
@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(96, 95, 99);
}

.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(39, 177, 228);
    border-color: rgb(39, 177, 228);
}

.btn {
    position: relative;
    text-transform: none;
    transition: 0.2s;
    will-change: transform;
    letter-spacing: 0.025em;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.875rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}