.solve {border: 2px dashed red;}
.btn-loading  { color: rgba(0,0,0,0) !important;opacity: 0.75; background-image: none; }
.btn-loading img { display: none; }
.btn-loading { position: relative; }
.btn:not(.btn-loading) .btn-spinner { display: none; }
.btn-spinner { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: white; }
.btn-spinner-dark .btn-spinner {color: black !important;}
.spinner-border, .v-center { vertical-align: middle !important; }
.is-invalid { border-color: red !important; }
.show-lang-box_1 {outline: 2px dotted green; position: relative;}
.show-lang-box_2 {outline: 2px dotted red; position: relative;}
.show-lang-box_1:hover::after { content: attr(data-alias); position: absolute; top: -20px; left: 0; font-weight: 600; color: white; background: green; display: inline-block; height: 20px; font-size: 12px; line-height: 20px; padding: 0 5px}
.show-lang-box_2:hover::after { content: attr(data-alias); position: absolute; top: -20px; left: 0; font-weight: 600; color: white; background: red; display: inline-block; height: 20px; font-size: 12px; line-height: 20px; padding: 0 5px}
#cookieBox{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 40px 40px;
    background: #E9F6D8;
    text-align: center;
    z-index: 10;
    border-top: 1px solid #89aa00;
}
#cookie_info .modal-footer {justify-content: center !important;}

.ld-container {
    background-color: white;
    border-radius: 10px;
}

.ld-container h2, .ld-container p span {
    font-weight: 600;
}

.ld-bar {
    border: 2px solid #f0f4f5;
    padding: 10px 10px;
}

.ld-bar-graph {
    display: flex;
    justify-content: space-between;
    align-items : flex-end;
    padding: 10px;
    gap: 5px;
}

.ld-bar-graph div {
    background-color: #f0f4f5;
    text-align: center;
    position: relative;
}

.ld-bar-graph div.selected {
    background-color: #f1774a;
}

.ld-bar-graph div.selected .ld-percentage {
    color: white;
}

.ld-bar p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.ld-bar-graph div .ld-percentage{
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ld-bar-graph div .ld-value{
    position: absolute;
    top: -19px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    /*z-index: 500;*/
}

.search-pp-wrapper {
    position: relative;
    height: 290px;
    overflow-x: scroll;
}

@keyframes loadingIframe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iframe_loading {
    position: relative;
    height: 900px;
}

.iframe_loading:before {
    content: " ";
    display: block;
    border: 4px solid #ffc000;
    border-left-color: #ffc000;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(20% - 20px);
    border-left-width: 4px;
    border-left-color: transparent;
    border-radius: 23px;
    box-sizing: border-box;
    border-left-color: transparent;
    animation: loadingIframe 2s infinite;
    animation-timing-function: linear;
}

.l-h-2 {
    line-height: 2;
}

.wrapper-notice .wrapper-notice-content p{
    margin: 0px !important;
}

#rebarnding_10_2023 .modal-header {background-size: cover; background-image: url('../images/content/eredic_to_potenz_back.png'); background-position: center center; background-repeat: no-repeat;}
#rebarnding_10_2023 .modal-header h1 {padding: 20px 20px 20px 20px; color: #0a53be; font-weight: bold;}
#rebarnding_10_2023 .modal-body {height: 70px; background-size: cover; background-image: url('../images/content/eredic_to_potenz_banner.png'); background-position: center center; background-repeat: no-repeat;}
#rebarnding_10_2023 .modal-footer p {color: #b02a37; font-size: 20px;}
#rebarnding_10_2023 .modal-footer .btn {width: 220px;}

.onlyAdmin {
    cursor: zoom-out;
    position: relative;
    border: 2px solid red;
    padding: 2px;
}

.onlyAdminText {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 47, 47);
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    animation-name: pop;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-fill-mode: forwards;
    top: 0px;
    right: 0px;
}

/*********************************

        full-page-login

 *********************************/

.full-page-login .card {
    background-color: #F8F5F1;
}
.full-page-login .card-body {
    padding: 3rem 5rem !important;
}

.full-page-login input:focus {
    border-color: #33BE96 !important;
}

.full-page-login .form-outline.form-field-text input {
    padding: 15px !important;
}

.full-page-login  label {
    text-transform: uppercase;
    font-size: 10.5pt;
    height: 15px;
    line-height: 15px;
    color: #999;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

body.full-page-login {
    background: url('/assets/frontend/images/content/bg-vip-main.jpeg') center top repeat-x  white !important;
}

@media (max-width: 992px)
{
    .full-page-login .card-body {
        padding: 5rem 3rem !important;
    }
}

body.full-page-login, full-page-login section {
    background-color: #eee;
}

body.full-page-login .modal .modal-dialog .modal-content .modal-header
{
    margin-bottom: 15px;
}

body.full-page-login .modal .modal-dialog .modal-content .modal-header
{
    background: #7B0343 !important;
    color: white;
}

@media (min-width: 767px) {
    .btn-contact {
        height: auto !important;
        padding: 25px 40px 25px 40px !important;
        font-size: 22px !important;
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .modal-content-coupon h5 {width: 100%; text-align: center !important;}
    .modal-content-coupon {text-align: center !important;}
}

.show-placeholder::placeholder {
    opacity: 1 !important;
}

.modal-content.modal-content-newsletter {background: #D0DDE1;}

.modal-content.modal-content-coupon {overflow: hidden;}
.modal-content.modal-content-coupon .modal-title {font-size: 25px;}
.modal-content.modal-content-coupon img.img-first-order {object-fit: contain; height: 100%; width: 100%;}

.product-upselling-list .gx-product-list {
    display: flex; flex-wrap: nowrap; overflow-x: auto;
}

.product-upselling-list .product-item {
    display: flex; flex-direction: column; height: 100%;
}

.product-upselling-list .product-price small {
    font-size: 0.775em;
}

.product-upselling-list .product-upselling-wrapper {
    position: relative;
    padding: 0 40px;
}

.product-upselling-wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(189, 189, 189, 0.3); /* sivé a priehľadné */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%; /* guľaté tlačidlo */
    user-select: none;
    color: #333;
    transition: background-color 0.2s ease;
}

.product-upselling-list .arrow:hover {
    background-color: rgba(128, 128, 128, 0.5); /* tmavšia sivá pri hoveri */
}

.product-upselling-wrapper .arrow.left {
    left: -20px;
}

.product-upselling-wrapper .arrow.right {
    right: -20px;
}

.lazy-video {
    position: relative;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lazy-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.lazy-video:hover .lazy-video-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.lazy-video-play-icon {
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.video-thumb {
    position: relative;
    display: inline-block;
}
.video-thumb::after {
    content: "\25BA"; /* Unicode play symbol */
    font-size: 20px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.fancybox__thumbs .has-video::after {
    content: "\25BA"; /* Unicode play symbol */
    font-size: 30px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.container_promotion{--blue:#0b4aa2;--blue-2:#135ecb;--yellow:#ffc107;--green:#20a05a;--bg:#f5f7fb;--card:#ffffff;--text:#111827;--muted:#6b7280;--shadow:0 8px 28px rgba(3,27,78,0.08);--radius:16px}
.container_promotion a{color:var(--blue-2);text-decoration:none}
.container_promotion {max-width:1140px;margin:0 auto;padding:0 18px}
.container_promotion.section{padding:34px 0}
.container_promotion.section h2{font-size:26px;margin:0 0 14px}
.container_promotion .brand .dot{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#1a66ff,#64a7ff);display:inline-block}
.container_promotion .cta{display:inline-block;background:var(--green);color:#fff;padding:12px 20px;border-radius:12px;font-weight:700}
.container_promotion .cta.secondary{background:#fff;color:var(--blue);margin-left:10px}
.container_promotion .hero-visual{background:#ffffff10;border:1px solid #ffffff20;border-radius:20px;padding:22px;display:flex;align-items:center;justify-content:center}
.container_promotion .product-img{width:100%;max-width:420px;aspect-ratio:4/3;background:linear-gradient(180deg,#fff,#eef3ff);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.18);position:relative}
.container_promotion .product-img img {border-radius: 16px; max-width: 420px;}
.container_promotion .product-img::after{content:'';position:absolute;inset:14px;border-radius:12px;border:2px dashed #d7def0}

.container_promotion .product-img-2{width:100%;max-width:500px;aspect-ratio:21/9;background:linear-gradient(180deg,#fff,#eef3ff);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.18);position:relative}
.container_promotion .product-img-2 img {border-radius: 16px; max-width: 500px;}
.container_promotion .product-img-2::after{content:'';position:absolute;inset:14px;border-radius:12px;}

.container_promotion .trustbar{background:#fff;box-shadow:var(--shadow);border-radius:var(--radius);margin-top:-18px}
.container_promotion .trustlist{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:18px}
.container_promotion .trustitem{display:flex;gap:12px;align-items:center;padding:12px 10px}
.container_promotion .trustico{width:36px;height:36px;border-radius:12px;background:#edf3ff;display:grid;place-items:center;color:var(--blue);font-weight:900}
.container_promotion .trusttext{font-weight:600}
.container_promotion .testis{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.container_promotion .card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}
.container_promotion .t-name{font-weight:800}.stars{color:#f59e0b}
.container_promotion.product{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}
.container_promotion .checks{list-style:none;padding:0;margin:10px 0 18px}
.container_promotion .checks li{margin:8px 0;padding-left:28px;position:relative}
.container_promotion .checks li::before{content:'✔';position:absolute;left:0;color:#16a34a;font-weight:900}
.container_promotion .btn-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.container_promotion .pill{background:#eef4ff;color:var(--blue);padding:6px 10px;border-radius:999px;font-weight:700}
.container_promotion.emo{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center}
.container_promotion .emoimg{height:220px;background:linear-gradient(135deg,#fffbf0,#fff);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;place-items:center;color:#b45309;font-weight:800}
.container_promotion .emo p{color:var(--muted)}
.container_promotion .faq{display:grid;grid-template-columns:1fr;gap:12px}
.container_promotion details{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:var(--shadow)}
.container_promotion summary{cursor:pointer;font-weight:700}
.container_promotion .small{font-size:13px;color:#6b7280}
@media (max-width: 920px) {
    .container_promotion {grid-template-columns:1fr}
    .container_promotion.product,.container_promotion.emo {grid-template-columns:1fr}
    .container_promotion .trustlist {grid-template-columns:1fr 1fr}
    .container_promotion .testis {grid-template-columns:1fr}
}