.carousel .extended-banner-title:not(:empty) {
    font-size: 22px;
}

.carousel .extended-banner-text:not(:empty) {
    font-size: 17px;
}

@media (max-width: 767px) {
    #honza-c {
        margin-top: 5px;
        /* margin-left: 5px; */
        background-color: #fff;
    }

    #content-wrapper {
        background-color: #fff;
    }

    #header {
        background-color: #fff;
    }
}


.extended-banner-title {
    max-width: 90% !important;
}

.carousel img {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.carousel .extended-banner-text {
    margin-top: 0px !important;
}

/* Přidání tmavého filtru na spodní část obrázku */
.swiper-slide {
    position: relative;
}

.swiper-slide .image-overlay {
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    /* Výška tmavého filtru */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    /* Průhledný nahoře, tmavý dole */
    z-index: 1;
}

.banner-caption {
    position: absolute;
    padding-left: 15px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.4em;
    height: 100%;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
}

#honza-c .extended-banner-link {
    margin-top: 10px;
    min-height: 35px;
    font-size: 14px;
    margin-top: 25px;
    padding: 6px 20px;
}

/* Stylizace šipek pro navigaci */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    /* Poloprůhledné pozadí */
    color: white;
    /* Bílá barva textu */
    width: 40px;
    /* Šířka šipek */
    height: 40px;
    /* Výška šipek */
    border-radius: 50%;
    /* Zaoblené hrany */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* Velikost textu */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Zvýšení opacity při najetí */
    cursor: pointer;
    /* Změna kurzoru na pointer */
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: 'FontAwesome';
    /* Případně ikonka pomocí FontAwesome */
    font-size: 18px;
}

.swiper-button-next::after {
    content: '›';
    /* Ikona pro pravou šipku */
}

.swiper-button-prev::after {
    content: '‹';
    /* Ikona pro levou šipku */
}



.applypark_benefit {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}




.applypark_col {
    padding: 10px;
    float: left;
}

@media (min-width: 996px) {
    .applypark_col {
        width: 25%;
    }

    .applypark_benefit_item {
        background-color: white;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        display: flex;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }

}

@media (max-width: 767px) {
    .applypark_col {
        width: 50% !important;
    }

    .applypark_benefit_item {
        background-color: white;
        border-radius: 25px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        display: flex;
    }

}



@media (min-width: 767px) {
    .applypark_col-ip {
        width: 20%;
        float: left;
        padding: 10px;
    }

    .applypark_kategorie_item {
        width: 100%;
        background-color: white;
        border-radius: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        display: block;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }

    .applypark_kategorie_title {
        margin-top: 10px;
        font-size: 15px;
    }

    .applypark_kategorie_item img {
        transition: transform 400ms ease-out;
    }

    .applypark_kategorie_item:hover img {
        transform: scale(1.04);
    }


}


@media (max-width: 767px) {
    .applypark_col-ip {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .applypark_kategorie_item {
        width: 100%;
        background-color: white;
        border-radius: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
        display: block;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }

    .applypark_kategorie_title {
        margin-top: 10px;
        font-size: 10px;
    }

}


.in-index .content-wrapper-in {
    display: block;
}

#apply404ajax .category-top {
    display: none;
}






@media (max-width: 767px) {
    .f_img {
        max-width: 400px
    }
}


@media (min-width: 767px) {
    .f_img {
        max-width: 700px
    }
}



@media (max-width: 767px) {
    .mobile-false {
        display: none !important;
    }
}


@media (min-width: 767px) {
    .mobile-true {
        display: none !important;
    }
}


@media (min-width: 767px) {
    .applypark_col-6 {
        width: 40%;
        float: left;
        padding: 10px;
    }

    .applypark_col-8 {
        width: 60%;
        float: left;
        padding: 10px;

    }
}

.applypark_col-6 {
    img {
        border-radius: 25px;

    }
}

.applypark_box {
    font-size: 16px;
}

.p-code {
    display: none;
}

.p-short-description {
    color: #000;
}

.bf {

    background-color: #000 !important;
    display: inline-block;
    padding: 10px 15px 8px;
    font-size: 12px;
    color: white;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    margin-top: 5px;
    z-index: 9999999999 !important;
    position: relative;
}



.bfy {

    background-color: yellow !important;
    display: inline-block;
    padding: 10px 15px 8px;
    font-size: 12px;
    color: black;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    margin-top: -5px;
    z-index: 3 !important;
}

.bfy2 {
    background-color: red !important;
    color: white;
    padding: 10px 15px 8px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    margin-top: -5px;
    z-index: 3 !important;
    width: 90%;

}

.bf2 {

    background-color: #000 !important;
    display: inline-block;
    width: 80%;
    padding: 10px 15px 8px;
    font-size: 12px;
    color: white;

    border-radius: 10px;
    margin-top: 5px;
    z-index: 9999999999 !important;
}

.label-rozbaleny {

    background-color: #009901 !important;
    display: inline-block;
    padding: 10px 18px 8px;
    font-size: 18px;
    color: white;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.label-zanovni {

    background-color: #77bb41 !important;
    display: inline-block;
    padding: 10px 18px 8px;
    font-size: 18px;
    color: white;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;

}

.mylabel {

    background-color: transparent !important;
    display: inline-block;
    padding: 5px 10px 3px;
    font-size: 10px;
    color: rgb(129, 131, 148);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    margin-top: 0px !important;
    text-transform: unset !important;

}

@media (min-width: 992px) {
    .p-info-headline {
        margin-bottom: 20px;
        display: block;
    }
}

.product-main-block {
    padding: 1rem 1rem 1rem 3.25rem;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    display: flex;
}

.content-wrapper {
    background-color: white;
}

body {

    background-color: white;
}

.p-desc {
    display: none;
}

.delivery li {
    text-indent: -1.2em;
    /* Nastav podle šířky ikony odrážky */
    padding-left: 1.2em;
    /* Nastav podle šířky ikony odrážky */
}


.condition-wrapper {
    display: block;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.cond {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}


.cond-state {
    background: #f1f1f1;
    color: #222;
}

.cond-battery {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #3ecf5e;
    /* zelené tělo baterie */
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    padding: 3px 8px 3px 6px;
    min-width: 40px;
    height: 21px;
    /* box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15); */
}

/* malý výstupek baterky */
.cond-battery::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 5px;
    width: 3px;
    height: 12px;
    background: #3ecf5e;
    border-radius: 1px;
}


/* ===== NOVÁ CENA ===== */
.custom-price-box {
    text-align: center;
    margin-top: 10px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;


}

.p-bottom {
    /* position: absolute; */
    bottom: 72px;
}

.type-category .price-label {
    background: #ffd93b;
    color: #000;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.price-label-b {
    background: #ffd93b;
    color: #000;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.price-value {
    background: #fff;
    padding: 8px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);


}

@media (max-width: 767px) {

    .prices {
        /* position: absolute;
        bottom: 72px; */

    }
}

@media (min-width: 767px) {
    .price-value {
        margin-left: 20px;
        margin-right: 20px;
    }

}





.availability {
    display: none !important;
}

.products-block .p-bottom .prices {
    flex-basis: 100%;
}

.products-block.products .p .name {
    text-align: center !important;
    margin-top: 5px;
}

.product.no-code .p-in {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product.no-code .p-bottom {
    margin-top: auto;
}

.btn,
a.btn {
    border-radius: 10px;
}

#footer {
    background-color: #171717 !important;
    /* border-radius: 40px 40px 0 0; */
}


#footer ul a {
    color: white !important;
}

.footer-links {
    display: none !important;
}

#footer .site-name a {
    display: none;
}

#footer h4 {
    font-weight: bold;
    color: white;
    color: color(srgb 0.9985 0.8049 0.1811);
}

#footer li {
    font-size: 16px;
}

@media (min-width:768px) {
    #footer .footer-shipping__list {
        gap: 12px 28px;
    }
}

#footer .footer-shipping__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:1200px) {
    #footer .footer-bottom__section {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px 32px;
        align-items: center;
    }
}

#footer .footer-bottom__in {
    display: flex;
    flex-direction: column;
}

.footer-shipping {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 25px;
}

.footer-gifts {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 20px;

    text-align: center;
}

.footer-ratings {
    border: 0.5px solid #ffffff;
    border-radius: 15px;
    padding: 15px;
    width: 230px;
    margin-top: 20px;
}

.footer-contact a {
    color: color(srgb 0.9985 0.8049 0.1811);
    font-size: 22px;
    font-weight: bold;
}

.jab_ico {
    margin-top: -3px;
    margin-right: 3px;
}

/* ._applyInfoHeader {
    padding: 10px;
    background-color: #941201;
    color: white;
    font-size: 15px;
}
 */


#header {
    background-color: color(srgb 0.9985 0.8049 0.1811);
}


@media (min-width: 768px) {

    .top-navigation-bar {
        display: none;
    }
}

@media (max-width: 992px) {
    .container {
        width: auto;
    }
}


@media (max-width: 768px) {
    .top-navigation-bar .container {
        background-color: color(srgb 0.9985 0.8049 0.1811);
    }

    body:not(.navigation-window-visible) .top-navigation-bar {
        box-shadow: unset;
    }

    ._applyDobyDoruceniHeader_M {
        padding-top: 13px !important;
    }

    [data-testid="headerCartPrice"] {
        color: #000;
    }

    .responsive-tools>a[data-target="navigation"]:before {
        color: #000;
    }

    .responsive-tools>a[data-target="navigation"]:after {
        color: #000;
    }

    .responsive-tools>a[data-target="login"]::before {
        color: #000;
    }

    a.btn.cart-count.full:before {
        color: #000;
    }

    [data-testid="headerCartCount"] {
        background-color: #000 !important;
    }

    .type-detail .container.breadcrumbs-wrapper {
        margin-top: 0px !important;
    }

    .type-detail .infoHeaderMobile {
        display: block !important;

    }

}

@media (min-width: 768px) {
    .header-top {
        padding-top: 20px;
    }


    .click-cart {
        background-color: white;
        border-radius: 20px;
    }

    .click-cart .cart-price {
        color: #000;
    }

    .click-cart a:hover .cart-price {
        color: #000 !important;
    }

    [data-testid="headerCartCount"] {
        background-color: #000 !important;
    }

    .popup-widget.cart-widget {
        top: 215px !important;
    }

    .navigation-buttons [data-testid="signin"] {
        display: none;
    }

    .nav-contact {
        /* background-color: white;
        border-radius: 20px; */
        padding: 7px;
        color: #000;
        margin-left: 20px;
    }

    .nav-contact .contactCallInfo {
        font-size: 12px;
    }

    .nav-contact .contactCallNumber {
        font-size: 18px;
        font-weight: bold;
    }

    .nav-contact .contactCallImg {
        display: block;
        float: left;
    }

    .nav-contact .contactCallArea {
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 4px;
    }

    a.btn.cart-count.full:before {
        color: black;
    }


    [data-testid="searchBtn"] {
        background-color: black !important;
        width: 100px !important;
    }

    .search .btn.btn-default:before,
    .search a.btn.btn-default:before {
        content: "";
    }

    #header .site-name {
        width: auto;
    }

    .products-group {
        margin-top: 17px;
    }
}


/* @media (max-width: 767px) {
    body.template-11 .top-navigation-bar {
        position: absolute !important;
    }
} */


/* =========================
   DESKTOP GRID
========================= */


.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}



.best-iphone-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 40px 0;
}

.iphone-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    padding-right: 20px;
    border-radius: 26px;
    overflow: hidden;
    min-height: 300px;
}

.iphone-card.dark {
    background: #000;
    color: #fff;
}

.iphone-card.blue {
    background: #51c3ff;
    color: #fff;
}


.iphone-card.light {
    background: #f5f5f5;
    color: #000;
}

.iphone-card.yellow {
    background: color(srgb 0.9985 0.8049 0.1811);
    color: #000;
}

.iphone-content {
    max-width: 55%;
    z-index: 2;
}

.iphone-content h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    font-weight: normal;
}

.iphone-content h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.iphone-content p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 26px;
}

.iphone-image {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.iphone-image img {
    max-height: 340px;
    width: auto;
}

/* =========================
   MOBILE CARDS (STACKED)
========================= */

.mobile-deals {
    display: none;
}

/* =========================
   RESPONSIVE – MOBILE
========================= */

@media (max-width: 768px) {

    /* Hide desktop layout */
    .best-iphone-grid {
        display: none;
    }

    /* Show mobile layout */
    .mobile-deals {
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin: 24px 0;
    }

    .mobile-card {
        position: relative;
        border-radius: 26px;
        padding: 10px 22px 0;
        text-align: center;
        overflow: hidden;
        min-height: 350px;
    }

    .mobile-card.dark {
        background: #000;
        color: #fff;
    }

    .mobile-card.blue {
        background: #51c3ff;
        color: #fff;
    }

    .mobile-card.yellow {
        background: color(srgb 0.9985 0.8049 0.1811);
        color: #000;
    }

    .mobile-card.light {
        background: #f5f5f5;
        color: #000;
    }

    .mobile-card h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .mobile-card p {
        font-size: 16px;
        line-height: 1.5;
        opacity: 0.85;
        margin-bottom: 24px;
    }

    .mobile-card .btn {
        margin-bottom: 34px;
    }

    .mobile-phone {
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-phone img {
        max-width: 250px;
        height: auto;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {
    .mobile-phone img {
        max-width: 220px;
    }

    .mobile-card h2 {
        font-size: 24px;
    }
}

.iphone-image img,
.mobile-phone img {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}

.iphone-image a:hover img {
    transform: scale(1.06);
}

.mobile-phone a:hover img {
    transform: scale(1.04);
}

.btn.white {
    background-color: white;
    border-color: white;
    color: black;
}



/* =========================
   DESKTOP – TILES (DEFAULT)
   ========================= */

.device-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    gap: 16px;
}

.device-item {
    background: #f6f6f6;
    border-radius: 22px;
    padding: 14px 10px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    text-decoration: none;
    transition: transform .2s;
}

/* obrázek */
.device-item img {
    width: 72px;
    margin-top: 4px;
    display: block;
}

/* text */
.device-item span {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    line-height: 1.1;
    margin-top: 10px;
}

/* aktivní */
.device-item.is-active {
    background: #dfe9f7;
    box-shadow: inset 0 0 0 2px rgba(10, 116, 255, .2);
}

/* hover */
.device-item:hover {
    transform: translateY(-2px);
}

/* =========================
   MOBIL – LIST (SEZNAM)
   ========================= */

@media (max-width: 768px) {

    .device-wrap {
        display: block;
    }

    .device-item {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        /* 🔥 OPRAVA */
        gap: 18px;
        padding: 10px 10px;
        margin-bottom: 14px;
        background: #fff;
        border: 1px solid #efefef;
        border-radius: 10px;
        box-shadow: none;
        transform: none;
    }

    .device-item img {
        width: 48px;
        margin: 0;
    }

    .device-item span {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        text-align: left;
        margin: 0;
    }

    .device-item.is-active {
        background: #eaf2ff;
        border-color: #cfe2ff;
    }
}





/* Základ pro všechny ikonky v hlavním menu */
#navigation .menu-level-1>li>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Pseudo-element pro ikonu */
#navigation .menu-level-1>li>a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}


#navigation .menu-level-1>li>a[href^="/iphone"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/iPhone 15 Pro + Pro Max.svg");
}


#navigation .menu-level-1>li>a[href^="/airpody"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/AirPods Pro.svg");
}

#navigation .menu-level-1>li>a[href^="/mac"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/MacBook Pro.svg");
}

#navigation .menu-level-1>li>a[href^="/apple-watch"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/Apple Watch Nike.svg");
}

#navigation .menu-level-1>li>a[href^="/darkove-poukazy"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/gift-solid-full.svg");
}

#navigation .menu-level-1>li>a[href*="/kontakty"]::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/messages-duotone-solid-full.svg");
}


/* === MOBIL – jiné logo === */
@media (max-width: 767px) {
    .site-name img {
        content: url("https://www.jablecnyhonza.cz/user/documents/upload/logo_vytazene.png");
        height: auto;
        max-width: 100%;
    }
}

.top-nav-button-login {
    display: none !important;
}


/* === KONIEC MOBIL – jiné logo === */
.cert-box {
    max-width: 1100px;
    margin: 50px auto;
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.cert-box h2 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.15;
}

.cert-box p {
    font-size: 17px;
    color: #555;
    max-width: 780px;
    margin-bottom: 20px;
}

/* GRID */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* ITEM */
.cert-item {
    display: flex;
    gap: 16px;
    padding: 10px 7px;
    background: #fff;
    border-radius: 10px;
}

.cert-item .icon {
    font-size: 26px;
    color: #2e8b6f;
    flex-shrink: 0;
    margin-top: 2px;
}

.cert-item strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin-top: 2px;
}

.cert-item small {
    display: block;
    font-size: 14px;
    color: #7b8085;
    line-height: 1.4;
}

/* TABLET */
@media (max-width: 900px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBIL */
@media (max-width: 600px) {
    .cert-box {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .cert-box h2 {
        font-size: 32px;
    }

    .cert-box p {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .cert-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 10px;
    }

    .cert-item {
        padding: 10px 10px;
    }

    .cert-item strong {
        font-size: 10px;
    }

    .cert-item small {
        font-size: 13px;
    }
}

.p-image-wrapper .cert-box {
    margin-top: 25px;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert-item .icon {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Baterie */
.cert-item:nth-child(1) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/battery-bolt-regular-full-2.svg");
}

/* Face ID */
.cert-item:nth-child(2) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/face-viewfinder-light-full.svg");
}

/* Konektivita */
.cert-item:nth-child(3) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/wifi-solid-full.svg");
}

/* Zabezpečení */
.cert-item:nth-child(4) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/wifi-solid-full.svg");
}

/* Vzhled zařízení */
.cert-item:nth-child(5) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/iPhone 15 Pro + Pro Max.svg");
}

/* Reproduktory */
.cert-item:nth-child(6) .icon {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/volume-regular-full.svg");
}

.welcome-wrapper {
    display: none;
}

.in-index #footer.no-newsletter {
    margin-top: 0px;
}


/* =========================
   ECO QUOTE BLOCK
   ========================= */

.eco-quote {
    /* background: #d2f0ff; */
    padding: 70px 20px 0px 20px;
    text-align: center;
    position: relative;
    overflow: visible;
    /* důležité pro uvozovky */
}

.eco-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* horní texty */
.eco-text {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* hlavní citát */
.eco-quote-main {
    font-size: 35px;
    font-weight: 700;
    color: #51c3ff;
    margin: 35px 0 10px;
    position: relative;
    line-height: 1.4;
}

/* dekorativní uvozovky */
.eco-quote-main::before,
.eco-quote-main::after {
    position: absolute;
    font-size: 120px;
    color: #51c3ff;
    opacity: 0.25;
    font-weight: 900;
    pointer-events: none;
}

.eco-quote-main::before {
    content: "“";
    left: -60px;
    top: 0;
}

.eco-quote-main::after {
    content: "”";
    right: -60px;
    bottom: -60px;
}

/* autor */
.eco-author {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
}

/* =========================
   MOBILNÍ VERZE
   ========================= */

@media (max-width: 768px) {

    .eco-quote {
        padding: 30px 15px 0px;
    }

    .eco-quote-main {
        font-size: 22px;
        padding: 0 25px;
        /* prostor pro uvozovky */
    }

    .eco-quote-main::before,
    .eco-quote-main::after {
        font-size: 60px;
        opacity: 0.25;
    }

    .eco-quote-main::before {
        left: 0;
        top: -10px;
    }

    .eco-quote-main::after {
        right: 0;
        bottom: -20px;
    }

    .eco-text {
        font-size: 14px;
    }

    .eco-author {
        font-size: 13px;
        margin-bottom: 20px;
    }
}



/* =========================================================
   RECENZE – FINÁL (FIX PŘEKRÝVÁNÍ TEXTU)
   ========================================================= */

/* RESET */
#rating-c,
#rating-c * {
    box-sizing: border-box;
}

/* =========================================================
   SEKCE
   ========================================================= */

.reviews-section {
    width: 100%;
    /* background: linear-gradient(180deg, #ffd200 0%, #ffcc00 100%); */
    background: #fff;
    padding: 40px 0 0px;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    margin-bottom: 18px;
    margin-top: 15px;
}

/* =========================================================
   LAYOUT – LEVÝ TEXT + CAROUSEL
   ========================================================= */

.reviews-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: center;
}

/* LEVÝ BLOK */
.reviews-head {
    position: relative;
    z-index: 3;
    /* ⬅️ VŽDY NAD CAROUSELEM */
}

.reviews-head h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 14px;
    color: #000;
}

.reviews-head p {
    font-size: 16px;
    margin-bottom: 14px;
    color: #000;
}

.reviews-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
}

/* =========================================================
   CAROUSEL WRAPPER (KLÍČOVÉ)
   ========================================================= */

.reviews-carousel {
    position: relative;
    overflow: hidden;
    /* ⬅️ BARIÉRA */
    padding-left: 20px;
}

/* =========================================================
   SWIPER
   ========================================================= */

#rating-c {
    position: relative;
    width: 100%;
    /* padding: 20px 0; */
}

#rating-c .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding-left: 40px;
    /* prostor od textu */
    padding-right: 80px;
}

#rating-c .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* =========================================================
   FADE OKRAJE – JEN UVNITŘ CAROUSELU
   ========================================================= */

#rating-c::before,
#rating-c::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#rating-c::before {
    left: 0;

}

#rating-c::after {
    right: 0;

}

/* =========================================================
   KARTA
   ========================================================= */

.applypark_rating_item {
    width: 260px;
    min-height: 200px;
    background: #fff;
    border-radius: 26px;
    padding: 22px 22px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: transform .3s ease, box-shadow .3s ease;
}



/* TEXTY */
.applypark_rating_item h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.applypark_rating_item .stars img {
    width: 14px;
    opacity: .85;
}

.applypark_rating_item small {
    font-size: 11px;
    color: #888;
}

.applypark_rating_item p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 900px) {

    .reviews-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .reviews-carousel {
        padding-left: 0;
    }

    #rating-c .swiper-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    #rating-c::before,
    #rating-c::after {
        display: none;
    }

    .applypark_rating_item {
        width: 240px;
        min-height: 190px;
        border-radius: 22px;
    }
}


/* =========================
   HLAVNÍ BLOK
   ========================= */
.qa-block {
    display: flex;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    margin: 10px 0;
    background: #f1f4f7;
}

/* =========================
   LEVÁ ČÁST
   ========================= */
.qa-left {
    flex: 1.2;
    /* padding: 48px; */
}

.qa-left h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111;
}

.qa-left p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 14px;
}

.qa-left ul {
    margin: 0 0 16px 18px;
}

.qa-left li {
    font-size: 15px;
    margin-bottom: 6px;
}

/* =========================
   PRAVÁ ČÁST (žlutá)
   ========================= */
.qa-right {
    flex: 1;
    background: linear-gradient(135deg, #ffd400, #ffb800);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

/* =========================
   GRID IKON
   ========================= */
.qa-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .qa-grid {
        margin-top: 80px;

    }
}

.qa-item {
    width: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

/* IKONY */
.qa-item::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* SVG */
.qa-faceid::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/face-viewfinder-light-full.svg");
}

.qa-battery::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/battery-bolt-regular-full-2.svg");
}

.qa-wifi::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/wifi-solid-full.svg");
}

.qa-icloud::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/873226.png");
}

.qa-functions::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/check-double-solid-full.svg");
}

.qa-condition::before {
    background-image: url("https://www.jablecnyhonza.cz/user/documents/upload/iPhone%2015%20Pro%20+%20Pro%20Max.svg");
}

/* =========================
   OBRÁZEK – UPRAVENÝ
   ========================= */
.qa-img {
    position: absolute;
    bottom: -70px;
    /* víc dolů */
    left: 35%;
    /* střed */
    transform: translateX(-35%);
    /* lehce doprava (viz screenshot) */

    max-width: 75%;
    z-index: 1;
    pointer-events: none;

    /* jemný shadow pro profi look */
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.25));
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {
    .qa-block {
        flex-direction: column;
    }

    .qa-left {
        padding: 26px 20px;
    }

    .qa-left h2 {
        font-size: 22px;
    }

    .qa-right {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }   

    .qa-item {
        width: 50%;
    }

    .qa-img {
        position: absolute;
        bottom: -39px;
        left: 192px;
        transform: none;
        max-width: 73%;
        margin: 20px auto 0;
        display: block;
    }
}


.category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;

}

/* karta */
.cat-item {
    background: #fff;
    border-radius: 20px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    transition: .2s ease;
}


/* obrázek vlevo */
.cat-item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 0px !important;
}

/* text */
.cat-item span {
    font-size: 16px;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .cat-item span {
        font-size: 12px;
    }
}


/* hover */
@media (hover: hover) {
    .cat-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
    }
}

/* TABLET */
@media (min-width: 768px) {
    .category-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* DESKTOP */
@media (min-width: 1200px) {
    .category-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.intoCategoryiPhone {
    border-radius: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #f3f4fb;
}

@media (max-width: 900px) {
    .intoCategoryiPhone h3 {
        font-size: 15px;
    }
}

.in-apple-iphone-16 .products-top-wrapper {
    display: none;
}

.in-apple-iphone-16 .filters-wrapper {
    display: none;
}


.in-iphone-16-pro .products-top-wrapper {
    display: none;
}

.in-iphone-16-pro .filters-wrapper {
    display: none;
}

.in-iphone-16-pro-max .products-top-wrapper {
    display: none;
}

.in-iphone-16-pro-max .filters-wrapper {
    display: none;
}


.in-iphone-15-pro-max-4 .products-top-wrapper {
    display: none;
}

.in-iphone-15-pro-max-4 .filters-wrapper {
    display: none;
}


.in-iphone-15-pro-4 .products-top-wrapper {
    display: none;
}

.in-iphone-15-pro-4 .filters-wrapper {
    display: none;
}


.in-iphone .products-top-wrapper {
    display: none;
}

.in-iphone .filters-wrapper {
    display: none;
}



.in-apple-iphone-15 .products-top-wrapper {
    display: none;
}

.in-apple-iphone-15 .filters-wrapper {
    display: none;
}

.in-iphone-14-pro-max-2 .products-top-wrapper {
    display: none;
}

.in-iphone-14-pro-max-2 .filters-wrapper {
    display: none;
}


.in-iphone-14-2 .products-top-wrapper {
    display: none;
}

.in-iphone-14-2 .filters-wrapper {
    display: none;
}


.in-iphone-14-pro-2 .products-top-wrapper {
    display: none;
}

.in-iphone-14-pro-2 .filters-wrapper {
    display: none;
}

.in-iphone-13-pro .products-top-wrapper {
    display: none;
}

.in-iphone-13-pro .filters-wrapper {
    display: none;
}



.in-iphone-13 .products-top-wrapper {
    display: none;
}

.in-iphone-13 .filters-wrapper {
    display: none;
}





#listSortingControl-name {
    display: none;
}



/* ===== LOADING STATE ===== */
.intoCategoryiPhone.loading .cat-item {
    pointer-events: none;
}

.intoCategoryiPhone .cat-item {
    position: relative;
    overflow: hidden;
}

/* skeleton overlay */
.intoCategoryiPhone .cat-item.loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            #f0f0f0 25%,
            #e6e6e6 37%,
            #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton 1.4s ease infinite;
    z-index: 2;
}

/* hide real content while loading */
.intoCategoryiPhone .cat-item.loading img,
.intoCategoryiPhone .cat-item.loading span {
    opacity: 0;
}

@keyframes skeleton {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}



.new_carouseal {
    border-radius: 20px;
}



.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* karta */
.feature-card {
    position: relative;
    background: transparent;
    border-radius: 20px;
    /* padding-top: 120px; */
    padding-top: 20px;
    overflow: hidden;
    transition: transform .2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
}

/* horní postavička */
.feature-hero {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

/* wrapper pro ořez */
.feature-hero.cropped {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    /* řídí ořez */
    overflow: hidden;
    pointer-events: none;
}

/* samotný obrázek */
.feature-hero.cropped img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    /* KLÍČOVÉ */
    display: block;
}

/* spodní box */
.feature-box {
    background: #f6f6f6;
    border-radius: 18px;
    padding: 18px;
    text-align: left;
}

.feature-box h4 {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700;
}

.feature-box p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* ===== RESPONSIVE ===== */

/* tablet */
@media (max-width: 1200px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* mobil */
@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}


.type-product .flags-default {
    display: none !important;
}




.p-thumbnails-wrapper {
    margin-top: 0px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    border-radius: 28px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.social-buttons-wrapper {
    display: none;
}

.stars-wrapper {
    display: none;
}

[data-testid="productCardBrandName"] {
    display: none !important;
}

@media (max-width: 768px) {


    .flag-energeticky-stitek-a {
        margin-left: 5px;
        margin-top: 5px;

    }

    .flag-energeticky-stitek-b {
        margin-left: 5px;
        margin-top: 5px;
    }

}

@media (min-width: 768px) {
    .p-image {
        border-radius: 28px;
        padding: 30px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }

    .p-info-headline {
        max-width: 1100px;
        background: #fff;
        border-radius: 28px;
        padding: 30px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }


    .mr-tab {
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

    }


    .flag-energeticky-stitek-a {
        margin-left: 25px;
        margin-top: 25px;

    }



    .flag-energeticky-stitek-b {
        margin-left: 25px;
        margin-top: 25px;
    }


}


.flag {
    background-color: transparent;
}


@media (min-width: 992px) {
    .p-info-grid {
        margin-top: 20px;
    }

    .mr-tab-btn {
        padding: 14px 16px;
        font-weight: 700;
        cursor: pointer;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #f6f7f7;
        font-size: 18px;

    }


}


/* wrapper ceny */
.detail-price-block .p-final-price-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0px;
}

/* nadpis "Cena" klidně menší */
.detail-grid-title {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

/* původní cena */
.price-standard {
    font-size: 15px !important;
    color: #b5b5b5;
    text-decoration: line-through;
    order: 2;
}

/* info ikonka */
.service-surcharge__link {
    margin-left: 6px;
    color: #aaa;
    cursor: pointer;
}

.service-surcharge__link svg {
    width: 14px;
    height: 14px;
}

/* sleva */
.price-save {
    order: 3;
    font-size: 14px;
    font-weight: 600;
    color: #d40000;
    white-space: nowrap;
}

/* finální cena – hlavní prvek */
.price-final {
    order: 1;
    width: 100%;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
}

/* jen jistota */
.price-final-holder {
    display: inline-block;
}

/* fotky  */
/* úplně vypnout původní thumbnails */
.p-thumbnails-wrapper {
    display: none !important;
}

/* =========================
   VLASTNÍ GALERIE – FIX
========================= */

/* vypnout původní thumbnails */
.p-thumbnails-wrapper {
    display: none !important;
}

/* HLAVNÍ LAYOUT */
.custom-gallery {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 100%;
}

/* LEVÝ SLOUPEC – THUMBNAILS */
.custom-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 72px;
    /* default desktop */
}

/* JEDNOTLIVÝ NÁHLED */
.custom-thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    background: none;
    opacity: 0.5;
    cursor: pointer;
}

.custom-thumb.active {
    opacity: 1;
    border-color: #000;
}

.custom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* PRAVÝ SLOUPEC – HLAVNÍ OBRÁZEK */
.custom-main {
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.custom-main img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
}

/* =========================
   MOBIL – STEJNÉ ROZLOŽENÍ
========================= */
@media (max-width: 768px) {

    .mr-tab {
        border: 1px solid #ddd;
        border-radius: 26px;
        overflow: hidden;
    }

    .mr-tab-btn {
        padding: 14px 16px;
        font-weight: 700;
        cursor: pointer;
        background: #f7f7f7;

        position: relative;
    }




    .product-main-block {
        display: none;
    }

    [data-testid="productCardDescr"] {
        display: none;
    }


    .custom-gallery {
        gap: 12px;
    }

    /* thumbnails zmenšíme, ale necháme vlevo */
    .custom-thumbs {
        flex: 0 0 56px;
        gap: 10px;
    }

    .custom-thumb {
        width: 56px;
        height: 56px;
        border-radius: 12px;
    }

    .custom-main img {
        border-radius: 18px;
    }

    .p-image-wrapper {
        margin-bottom: 0px;
    }
}

/* DESKTOP – max 4 thumbnails */
.custom-thumb:nth-child(n+5) {
    display: none;
}

@media (max-width: 768px) {
    .custom-thumb:nth-child(n+4) {
        display: none;
    }


}

.mr-tabs {
    margin-top: 16px;
}

.mr-tab {
    border-radius: 26px;
    overflow: hidden;
}

/* tlačítko */

/* šipka */
.mr-tab-btn::after {
    content: "▾";
    position: absolute;
    right: 16px;
    transition: transform .2s ease;
}

/* panel */
.mr-tab-panel {
    display: none;
    /* padding: 16px; */
    font-size: 12px;

    background: #fff;
}

/* otevřený stav */
.mr-tab.is-open .mr-tab-panel {
    display: block;
}

.mr-tab.is-open .mr-tab-btn::after {
    transform: rotate(180deg);
}



@media (max-width: 768px) {


    .feature-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 8px 16px 16px;
        margin: 0 -16px;
    }

    .feature-grid::-webkit-scrollbar {
        display: none;
    }

    .feature-grid {
        scrollbar-width: none;
    }

    /* === KARTA === */
    .feature-card {
        flex: 0 0 calc(100% / 2.2);
        /* 👈 2,2 karty */
        scroll-snap-align: start;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* obrázek nahoře – zarovnaný */
    .feature-card img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        padding: 12px;
    }

    /* === TEXTOVÁ ČÁST – STEJNÁ VÝŠKA === */
    .feature-box {
        padding: 14px;
        background: #f7f7f7;
        border-radius: 16px;
        margin: 0 10px 10px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        min-height: 120px;
        /* 👈 klíčové: stejná výška textu */
    }

    .feature-box h4 {
        font-size: 15px;
        margin: 0 0 6px;
    }

    .feature-box p {
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }

    /* skrytí karet, které nemají být na mobilu */
    .feature-card.mobile-false {
        display: none !important;
    }
}

/* menší telefony */
@media (max-width: 420px) {
    .feature-card {
        flex-basis: calc(100% / 2.1);
    }
}




/* =====================================================
   SHIPPING
===================================================== */

#order-shipping-methods {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

/* radio wrapper */
#order-shipping-methods .radio-wrapper {
    margin-bottom: 14px;
}

#order-shipping-methods .radio-wrapper:last-child {
    margin-bottom: 0;
}

/* active row */
#order-shipping-methods .radio-wrapper.active label {
    background: #eef6ff;
    border: 2px solid #1d7cff;
}

/* label */
#order-shipping-methods label {
    display: flex !important;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
    cursor: pointer;
}

/* radio */
#order-shipping-methods input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    flex: 0 0 auto;
}

/* unified row */
#order-shipping-methods .shipping-row {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 16px;
    align-items: center;
    width: 100%;
    min-width: 0;
}

/* logo */
#order-shipping-methods .payment-logo {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#order-shipping-methods .payment-logo img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/* text */
#order-shipping-methods .payment-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-width: 0;
    margin-left: 5px;
}

#order-shipping-methods .shipping-billing-name {
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-shipping-methods .shipping-delivery-time {
    font-size: 14px;
    font-weight: 600;
    color: #22c55e;
}

/* price */
#order-shipping-methods .payment-shipping-price {
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}

/* prevent mobile shoptet bug */
.payment-shipping-price .payment-logo {
    display: none !important;
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 640px) {

    #order-shipping-methods {
        padding: 12px;
    }

    #order-shipping-methods .radio-wrapper label {
        padding: 14px !important;
        gap: 12px !important;
        align-items: center !important;
    }

    #order-shipping-methods .radio-wrapper label>input[type="radio"] {
        margin-top: 0 !important;
    }

    /* 🔥 JEDEN ŘÁDEK I NA MOBILU */
    #order-shipping-methods .shipping-row {
        grid-template-columns: 26px 1fr auto !important;
        align-items: center !important;
        gap: 12px !important;
    }

    #order-shipping-methods .payment-info {
        min-width: 0;
    }

    #order-shipping-methods .shipping-billing-name {
        font-size: 15px;
    }

    #order-shipping-methods .shipping-delivery-time {
        font-size: 13px;
    }

    #order-shipping-methods .payment-shipping-price {
        font-size: 15px;
        font-weight: 900;
        white-space: nowrap;
        justify-self: end;
    }
}

/* =====================================================
   BILLING – CUSTOM CARDS
===================================================== */

#order-billing-methods {
    display: flex;
    flex-direction: column;
}

#order-billing-methods .radio-wrapper>label {
    display: none !important;
}

#order-billing-methods input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-card {
    border: 2px solid #e3e7ef;
    border-radius: 18px;
    padding: 18px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .15s ease;
}

.payment-card.active {
    border-color: #2f6bff;
    background: #f2f7ff;
}

.pc-left {
    display: flex;
    gap: 16px;
    align-items: center;
}

.pc-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pc-price {
    padding: 10px 16px;
    border-radius: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.radio-wrapper.inactive-child .payment-card {
    opacity: .4;
    pointer-events: none;
}


.in-krok-1 input[type="radio"]:checked+label::before {
    display: none;
}

.in-krok-1 .radio-wrapper input[type="radio"]+label:before {
    display: none;
}


a[data-target="login"] {
    display: none !important;
}

.responsive-tools .click-cart .cart-count:before,
.responsive-tools>a .cart-count:before {
    color: black;
}


.type-detail .amount {
    display: none;
}

.type-detail .quantity {
    display: none;
}

@media (max-width: 480px) {

    .p-info-wrapper .btn.btn-conversion,
    .p-info-wrapper a.btn.btn-conversion {
        padding: 15px 33px;

    }
}


.detail-grid-title {
    display: none;
}



/* ===== MOBIL ONLY ===== */
@media (max-width: 768px) {

    .mr-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .mr-feature {
        display: flex;
        flex-direction: column;
        /* ← obrázek nahoře, text pod ním */
        align-items: center;
        text-align: center;
        gap: 8px;
        padding: 14px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    }

    .mr-feature img {
        width: 100%;
        /* ← full width */
        max-width: 80px;
        /* ← aby nebyl obří */
        height: auto;
    }

    .mr-feature-text h4 {
        font-size: 14px;
        margin: 0;
        line-height: 1.25;
    }

    .mr-feature-text p {
        font-size: 12px;
        margin: 0;
        line-height: 1.3;
        color: #666;
    }
}


.in-krok-2 .form-group:has(a[href^="/login/"]) {
    display: none !important;
}

.btn-conversion {
    color: black !important;
}

input[type="radio"]:checked+label::after {
    display: none;
}


@media (max-width: 480px) {
    .h1 {
        font-size: 20px !important;
    }

    .container.breadcrumbs-wrapper {
        background-color: white;
        border-bottom: unset;
        margin-bottom: 0px;
    }

    .breadcrumbs>span>a {
        font-size: 12px;
    }

    .breadcrumbs>span>a:after {
        font-size: 8px;
    }

    .breadcrumbs>span>a:after {
        content: "";
        display: inline-block;
        width: 14px;
        /* velikost ikonky */
        height: 14px;
        margin-left: 6px;
        /* mezera od textu */
        background-image: url("https://cdn-g-01.myrepair.app/clients/jablecnyhonza/upload/6984d396aaa1c8.32397837.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }


    .p-info-headline .h1,
    .p-info-headline h1 {
        margin-bottom: 2px;
    }

    .mr-subtitle {
        font-size: 13px;
        margin-bottom: 10px;
    }


}

.type-detail .flag-discount {
    display: none !important;
}

.flag-action {
    display: none;
}


/* ===== MOBILE PRODUCT BOX ===== */
@media (max-width: 768px) {

    .my-m-product-box {
        background: #f3f4f8;
        border-radius: 20px;
        padding: 18px;
        margin-top: 12px;
    }

    /* availability row */
    .my-m-top {
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        margin-bottom: 6px;
    }

    .my-m-stock {
        color: #16a34a;
        font-size: 12px;
    }

    .my-m-delivery-link {
        color: #6366f1;
        text-decoration: underline;
    }

    /* price row */
    .my-m-price {
        display: flex;
        align-items: left;
        gap: 12px;
        margin: 8px 0 16px;
    }


    /* bottom row */
    .my-m-bottom {
        display: flex;
        gap: 14px;
    }

    /* quantity */
    /* .quantity {
        background: #fff;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        padding: 6px 12px;
    } */

    .quantity input {
        width: 36px;
        border: none;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    /* CTA */
    .add-to-cart-button {
        flex: 1;
        border-radius: 999px !important;
        padding: 16px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        border: none !important;
    }
}


@media (max-width: 768px) {

    /* hlavní cena */
    .my-m-price-final {
        font-size: 22px;
        font-weight: 800;
        color: #111;
        /* černá místo oranžové */
        line-height: 1.1;
    }

    /* stará cena */
    .my-m-price-old {
        font-size: 15px;
        color: #8b8fa3;
        /* šedá */
        text-decoration: line-through;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 2px;
    }


    /* spacing mezi cenami */
    .my-m-price {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin: 10px 0 16px;
    }


    .p-info-wrapper .btn.btn-conversion,
    .p-info-wrapper a.btn.btn-conversion {
        line-height: 1 !important;
    }
}




/* */

@media (max-width: 768px) {

    .my-m-gifts {
        margin-top: 16px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        background: #f3f3f5;
        border-radius: 18px;
    }

    .my-m-gifts h3 {
        font-size: 17px;
        font-weight: 800;
        margin: 5px 0 14px 0;
    }

    /* 2 sloupce jako na obrázku */
    .my-m-gifts-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 22px;
        row-gap: 18px;
    }

    /* jedna položka: ikonka + text (pevně) */
    .my-m-gift {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 5px;
        align-items: center;
        min-height: 56px;
    }

    /* šedý box */
    .my-m-gift-img {
        width: 56px;
        height: 56px;
        background: #e1e1e6;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    /* tvoje obrázky uvnitř boxu */
    .my-m-gift-img img {
        width: 70%;
        height: 70%;
        object-fit: contain;
        display: block;
    }

    /* text */
    .my-m-gift span {
        font-size: 12px;
        font-weight: 600;
        color: #111;
        line-height: 1.25;
        margin: 0;
    }
}



@media (min-width: 768px) {

    .my-m-gifts {
        margin-top: 16px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

    }

    .my-m-gifts h3 {
        font-size: 17px;
        font-weight: 800;
        margin: 5px 0 14px 0;
    }

    /* 2 sloupce jako na obrázku */
    .my-m-gifts-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 22px;
        row-gap: 18px;
    }

    /* jedna položka: ikonka + text (pevně) */
    .my-m-gift {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 5px;
        align-items: center;
        min-height: 56px;
    }

    /* šedý box */
    .my-m-gift-img {
        width: 56px;
        height: 56px;
        background: #f6f7f7;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    /* tvoje obrázky uvnitř boxu */
    .my-m-gift-img img {
        width: 70%;
        height: 70%;
        object-fit: contain;
        display: block;
    }

    /* text */
    .my-m-gift span {
        font-size: 12px;
        font-weight: 600;
        color: #111;
        line-height: 1.25;
        margin: 0;
    }
}


@media (max-width: 768px) {

    .my-m-testing {
        margin-top: 16px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        background: #f3f3f5;
        border-radius: 18px;
    }

    .my-m-testing h3 {
        font-size: 17px;
        font-weight: 800;
        margin: 5px 0 5px 0;
    }

    .my-m-testing p {
        font-size: 12px;
        color: #000;
        margin: 0;
    }


}

.vat-notice {
    font-size: 10px !important;
    margin-top: 13px !important;
}

.flag.flag-discount:before {
    width: 45px;
    height: 30px;
    background-color: #c00b0b !important;
    background-image: unset;
    border-radius: 10px;
}

.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
    font-size: 12px;
    right: -30px;
}

.flags-extra .flag {
    height: 40px;
}


.old-price-box {
    display: flex;
    justify-content: center;
    /* 👉 tohle ti to vycentruje */
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    text-align: center;
}

.old-price {
    font-size: 10px;
    color: #888;
    text-decoration: line-through;
}

.discount-percent {
    font-size: 10px;
    color: #e60023;
    font-weight: 700;
}


.show-tooltip.acronym[data-original-title] {
    border-bottom-style: unset;
}

[data-testid="cartItemDiscount"] {
    margin-left: -25px;
}

@media (max-width: 768px) {

    [data-testid="cellTotalPrice"] {
        position: relative;
        padding-left: 70px;
        /* místo pro badge */
        padding-right: 40px;
        /* místo pro koš */
    }

    .gift-badge-left {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
        color: #16a34a;
        background: rgba(22, 163, 74, 0.08);
        padding: 3px 8px;
        border-radius: 8px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 1;

        animation: giftPulse 2s infinite ease-in-out;
    }

    /* KOŠ – fix pozice */
    .remove-item {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        z-index: 3;
    }

}

@media (max-width: 767px) {
    .cart-table tr.removeable .remove-item {
        top: -23px;
    }

    @keyframes giftPulse {
        0% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
            background: rgba(22, 163, 74, 0.08);
        }

        50% {
            box-shadow: 0 0 8px 2px rgba(22, 163, 74, 0.25);
            background: rgba(22, 163, 74, 0.15);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4);
            background: rgba(22, 163, 74, 0.08);
        }
    }

}




.extended-description {
    display: none;
}

/* =========================
   GLOBAL RESET PRO POBO
========================= */

#pobo-all-content {
    max-width: 1000px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#pobo-all-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

#pobo-all-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 700px;
    margin: 0 auto 15px;
}

.widget-container {
    margin: 60px 0;
}

/* =========================
   GALLERY (top image)
========================= */

.widget-gallery img {
    width: 100%;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.widget-gallery img:hover {
    transform: scale(1.03);
}

/* =========================
   HALF RIGHT (text + image)
========================= */

.rc-image-half-right {
    display: flex;
    align-items: center;
    gap: 60px;
}

.rc-image-half-right__text {
    flex: 1;
}

.rc-image-half-right__image {
    flex: 1;
}

.rc-image-half-right__img {
    width: 100%;
    border-radius: 18px;
}

/* =========================
   HALF LEFT
========================= */

.rc-image-half-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.rc-image-half-left__text {
    flex: 1;
}

.rc-image-half-left__image {
    flex: 1;
}

.rc-image-half-left__img {
    width: 100%;
    border-radius: 18px;
}

/* =========================
   TITLE LINE
========================= */

.rc-title-line {
    text-align: center;
    margin: 80px 0 30px;
}

.rc-title-line__title {
    font-size: 30px;
    font-weight: 800;
}

/* =========================
   VIDEA
========================= */

.rc-two-videos .pb-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.rc-two-videos iframe {
    width: 100%;
    height: 280px;
    border-radius: 14px;
}

/* =========================
   BUTTON (instagram)
========================= */

.widget-text-button .btn {
    background: #000;
    border: none;
    border-radius: 999px;
    padding: 14px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.widget-text-button .btn:hover {
    background: #333;
    transform: translateY(-2px);
}

/* =========================
   GALLERY TWO (grid)
========================= */

.widget-gallery-two .pb-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.widget-gallery-two img {
    width: 100%;
    border-radius: 14px;
    transition: transform 0.3s ease;
}

.widget-gallery-two img:hover {
    transform: scale(1.03);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .rc-image-half-right,
    .rc-image-half-left {
        flex-direction: column;
        gap: 25px;
    }

    .rc-image-half-left__image {
        order: -1;
    }

    #pobo-all-content h2 {
        font-size: 22px;
    }

    #pobo-all-content p {
        font-size: 15px;
    }

    .rc-two-videos iframe {
        height: 200px;
    }
}

/* =========================
   PARAMETRY TABULKA
========================= */

.detail-parameters {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.detail-parameters th {
    text-align: left;
    font-weight: 600;
    padding: 10px 0;
    color: #777;
    width: 40%;
}

.detail-parameters td {
    padding: 10px 0;
    font-weight: 500;
}

/* =========================
   CATEGORY LINK
========================= */

.category-link {
    margin-top: 10px;
}

.category-link a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.category-link a:hover {
    text-decoration: underline;
}


/* =========================
   POBO GALLERY TWO UPGRADE
========================= */

.widget-gallery .pb-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.widget-gallery .pb-col-12 {
    padding: 0 !important;
}

/* IMAGE WRAP */
.widget-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
}

/* IMAGE */
.widget-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.5s ease, filter 0.3s ease;
}

/* HOVER EFFECT */
.widget-gallery a:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

/* LIGHT SHADOW */
.widget-gallery a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    transition: box-shadow 0.3s ease;
}

.widget-gallery a:hover::after {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* OPTIONAL TITLE OVERLAY (pokud použiješ text) */
.rc-gallery__image-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

/* DARK GRADIENT OVERLAY */
.widget-gallery a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.widget-gallery a:hover::before {
    opacity: 1;
}

/* =========================
   MOBILE
========================= */
/* =========================
   MOBILE – 2 vedle sebe
========================= */
/* obrázek – posun dolů */
.qa-left img {
    display: block;
    margin-left: auto;
    /* posune doprava */
    transform: translateY(26px);
    margin-top: 0px;
    width: 100%;
    margin-left: 60px;

}

@media (max-width: 768px) {

    .widget-gallery .pb-row {
        grid-template-columns: 1fr 1fr;
        /* 🔥 zůstane 2 vedle sebe */
        gap: 10px;
    }

    .widget-gallery img {
        border-radius: 12px;
    }


    .qa-left img {
        display: block;
        margin-left: auto;
        /* posune doprava */
        /* transform: translateY(80px); */
        margin-top: -58px;
        /* width: 500px; */
        /* margin-left: 60px; */
    }

}

.rc-two-videos {
    display: none;
}

.my-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.my-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 16px;
}

/* sekce – prostor pro přesah */
.qa-block {
    margin-bottom: 10px;
}


.unboxing-section {
    background: #fff;
    /* padding: 40px 0 0px; */
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    margin-bottom: 18px;
    margin-top: 15px;
    background-color: #fff;
    color: #000;
}

.unboxing-layout {
    padding: 0px 14px 0px 13px;
}


.unboxing-layout .my-m-gift-img {
    width: 30px;
    height: 30px;
    border-radius: 7px;
}


.unboxing-layout .my-m-gift {
    gap: 0px;
    min-height: 35px;
    grid-template-columns: 40px 1fr;
}