/* Skrytí sekce s posledními komentáři */
div[data-testid="latestDiscussion"], 
.latest-contribution-discussion {
    display: none !important;
}


/* Skrytí uvítací sekce (text o Míše a Traťoffkách) */
.welcome {
    display: none !important;
}

/* Skrytí sekce pro odběr newsletteru v patičce */
.footer-newsletter {
    display: none !important;
}


.next-to-carousel-banners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.next-to-carousel-banners .banner-wrapper,
.next-to-carousel-banners .banner-wrapper a,
.next-to-carousel-banners .banner-wrapper img {
    display: block;
    width: 100%;
}

.next-to-carousel-banners .banner-wrapper img {
    height: auto;
}

/* Mobil */
@media (max-width: 767px) {
    .next-to-carousel-banners {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .next-to-carousel-banners .banner-wrapper {
        margin: 0;
    }
}









/* ===== NOVINKY - jemné úpravy bez rozbití slideru ===== */

/* Nadpis */
div.homepage-group-title.homepage-products-heading-34.h4 {
    text-align: center !important;
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    margin: 10px 0 10px !important;
    color: #414971 !important;
    font-family: "bello-pro", sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.homepage-group-title.homepage-products-heading-34.h4::after {
    content: "Tady najdeš poslední drop produktů, které ti budou krýt paty";
    display: block;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-top: 12px !important;
    font-family: "semplicitapro", sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}

/* Trochu vzduchu kolem sekce */
.products-wrapper:has(#products-34) {
    padding-top: 10px;
}

/* Karta */
#products-34 .p {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

/* Obrázková část */
#products-34 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1.45;
    min-height: 380px;
}

#products-34 .image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    background: transparent !important;
    transform: scale(1.2);
    transform-origin: center;
}

/* Badge */
#products-34 .flags {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

#products-34 .flag {
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

/* Obsah */
#products-34 .p-in {
    padding: 0;
}

#products-34 .p-in-in {
    margin-bottom: 6px;
}

#products-34 .name {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 10px;
}

#products-34 .ratings-wrapper {
    display: block !important;
    margin: 0 0 10px;
    min-height: auto;
}

#products-34 .stars-placeholder {
    display: none !important;
}

#products-34 .ratings-wrapper::before {
    content: "skladem";
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #39b54a;
    font-weight: 500;
}

#products-34 .prices {
    display: block;
}

#products-34 .price-final,
#products-34 .price {
    margin-bottom: 10px;
}

#products-34 .price-final strong,
#products-34 .price strong {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#products-34 .widget-parameter-wrapper {
    margin-top: 8px;
}

#products-34 .widget-parameter-list a,
#products-34 .widget-parameter-more span {
    font-size: 14px;
    color: #444;
}

#products-34 .p-tools .btn {
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 15px;
    min-width: auto;
}

/* Mobil */
@media (max-width: 767px) {
    div.homepage-group-title.homepage-products-heading-34.h4 {
        font-size: 32px !important;
    }

    div.homepage-group-title.homepage-products-heading-34.h4::after {
        font-size: 16px !important;
        padding: 0 16px;
    }

    #products-34 .image {
        min-height: 220px;
        aspect-ratio: 1 / 1.15;
    }

    #products-34 .image img {
        transform: scale(1.12);
    }

    #products-34 .name {
        font-size: 15px;
    }

    #products-34 .price-final strong,
    #products-34 .price strong {
        font-size: 16px;
    }

    #products-34 .p-tools .btn {
        padding: 9px 18px;
        font-size: 14px;
    }

    #products-34 .ratings-wrapper::before {
        font-size: 14px;
    }
}



.index-content .p-tools .btn,
.index-content .p-tools .add-to-cart-button,
.index-content .p-tools form,
.type-index .p-tools .btn,
.type-index .p-tools .add-to-cart-button,
.type-index .p-tools form {
    display: none !important;
}


.type-index .p-in-in .name,
.type-index .p-in-in .name span {
    font-family: "semplicitapro", sans-serif !important;
    font-size: 16px !important;
    color: #000000 !important;
}


.type-index .p-in,
.type-index .p-in-in,
.type-index .p-bottom,
.type-index .p-bottom.single-button,
.type-index .prices,
.type-index .price,
.type-index .price-final,
.type-index .widget-parameter-wrapper,
.type-index .widget-parameter-list {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.type-index .p-in {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.type-index .p-in-in {
    order: 1;
    width: 100%;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.type-index .ratings-wrapper {
    order: 2;
    display: block !important;
    width: 100%;
    margin: 6px 0 10px 0 !important;
    min-height: auto !important;
    text-align: left !important;
}

.type-index .stars-placeholder {
    display: none !important;
}

.type-index .ratings-wrapper::before {
    content: "skladem";
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #39b54a;
    font-weight: 500;
    text-align: left !important;
}

.type-index .p-bottom,
.type-index .p-bottom.single-button {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
}


.type-index .product-slider-pagination {
    display: none !important;
}







/* ===== NEJOBLÍBENĚJŠÍ PRODUKTY - stejné jako NOVINKY ===== */

div.homepage-group-title.homepage-products-heading-24.h4 {
    text-align: center !important;
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    margin: 10px 0 10px !important;
    color: #414971 !important;
    font-family: "bello-pro", sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.homepage-group-title.homepage-products-heading-24.h4::after {
    content: "Tyhle kousky u nás frčí nejvíc...";
    display: block;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-top: 12px !important;
    font-family: "semplicitapro", sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}

.products-wrapper:has(#products-24) {
    padding-top: 10px;
}

#products-24 .p {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

#products-24 .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1.45;
    min-height: 380px;
}

#products-24 .image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    background: transparent !important;
    transform: scale(1.2);
    transform-origin: center;
}

#products-24 .flags {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

#products-24 .flag {
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

#products-24 .p-in {
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

#products-24 .p-in-in {
    order: 1 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

#products-24 .name {
    display: block;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.type-index #products-24 .p-in-in .name,
.type-index #products-24 .p-in-in .name span {
    font-family: "semplicitapro", sans-serif !important;
    font-size: 16px !important;
    color: #000000 !important;
    text-align: left !important;
}

#products-24 .ratings-wrapper {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 6px 0 10px 0 !important;
    min-height: auto !important;
    text-align: left !important;
}

#products-24 .stars-placeholder {
    display: none !important;
}

#products-24 .ratings-wrapper::before {
    content: "skladem";
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #39b54a;
    font-weight: 500;
    text-align: left !important;
}

#products-24 .p-bottom,
#products-24 .p-bottom.single-button,
#products-24 .prices,
#products-24 .price,
#products-24 .price-final,
#products-24 .widget-parameter-wrapper,
#products-24 .widget-parameter-list {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

#products-24 .p-bottom,
#products-24 .p-bottom.single-button {
    order: 3 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

#products-24 .prices {
    display: block;
}

#products-24 .price-final,
#products-24 .price {
    margin-bottom: 10px;
}

#products-24 .price-final strong,
#products-24 .price strong {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#products-24 .widget-parameter-wrapper {
    margin-top: 8px;
}

#products-24 .widget-parameter-list a,
#products-24 .widget-parameter-more span {
    font-size: 14px;
    color: #444;
}

.type-index #products-24 .p-tools,
.type-index #products-24 .p-tools .btn,
.type-index #products-24 .p-tools form,
.type-index #products-24 .p-tools .add-to-cart-button {
    display: none !important;
}

@media (max-width: 767px) {
    div.homepage-group-title.homepage-products-heading-24.h4 {
        font-size: 32px !important;
    }

    div.homepage-group-title.homepage-products-heading-24.h4::after {
        font-size: 16px !important;
        padding: 0 16px;
    }

    #products-24 .image {
        min-height: 220px;
        aspect-ratio: 1 / 1.15;
    }

    #products-24 .image img {
        transform: scale(1.12);
    }

    .type-index #products-24 .p-in-in .name,
    .type-index #products-24 .p-in-in .name span {
        font-size: 15px !important;
    }

    #products-24 .price-final strong,
    #products-24 .price strong {
        font-size: 16px;
    }

    #products-24 .ratings-wrapper::before {
        font-size: 14px;
    }
}



.custom-most-loved-button {
    display: flex !important;
    width: fit-content;
    margin: 28px auto 0;
    padding: 16px 38px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "semplicitapro", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
}

.custom-most-loved-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.9;
}





/* jen malá bílá mezera pod velkým bannerem */
.wide-carousel {
    padding-bottom: 20px;
    background: #fff;
}



@media (max-width: 767px) {
    .wide-carousel {
        padding-bottom: 15px;
        background: #fff;
    }
}


