/* ==========================================================
   SHOP THE LOOK – SKRYTÝ ZDROJ V POPISKU
   ========================================================== */

.js-shop-the-look-source,
#description .js-shop-the-look-source {
    display: none !important;
    visibility: hidden !important;
}


/* ==========================================================
   SHOP THE LOOK – HLAVNÍ SEKCE
   ========================================================== */

.shop-the-look {
    width: 100%;
    margin: 80px 0 100px;
    padding: 0;

    color: #171717;
    background: transparent;
}

.shop-the-look__container {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;
}


/* ==========================================================
   NADPIS – ZELENÝ TEXT + RŮŽOVÁ TEČKA
   ========================================================== */

.shop-the-look__heading {
    display: block;
    width: 100%;

    margin: 0 0 40px;
    padding: 0;

    color: #365b4a;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;

    text-align: center;
    text-transform: none;
}

.shop-the-look__heading::after {
    content: ".";
    margin-left: 1px;
    color: #e83e76;
}


/* ==========================================================
   DESKTOP – FOTOGRAFIE VLEVO, PRODUKTY VPRAVO
   ========================================================== */

.shop-the-look__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.shop-the-look__visual {
    position: relative;

    min-width: 0;
    min-height: 660px;

    overflow: hidden;
    background: #f7f7f7;
}

.shop-the-look__main-image {
    display: block;

    width: 100%;
    height: 100%;
    min-height: 660px;

    object-fit: cover;
    object-position: center;
}


/* ==========================================================
   PRODUKTOVÁ ČÁST
   ========================================================== */

.shop-the-look__product-area {
    min-width: 0;
    overflow: hidden;
}

.shop-the-look__product-area .shkProductSlider,
.shop-the-look__product-area .shk-products {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}

.shop-the-look__product-area .products-block {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-content: start;
    gap: 42px 14px;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    left: auto !important;
    right: auto !important;

    transform: none !important;
    translate: none !important;
}


/* ==========================================================
   PRODUKTOVÁ KARTA
   ========================================================== */

.shop-the-look__product-area .product {
    float: none !important;
    display: block !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.shop-the-look__product-area .product .p {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}


/* ==========================================================
   OBRÁZEK PRODUKTU
   ========================================================== */

.shop-the-look__product-area .product .image {
    position: relative;
    display: block;

    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;

    margin: 0 0 12px !important;
    padding: 0 !important;

    overflow: hidden;
    background: #fafafa;
}

.shop-the-look__product-area .product .image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;

    transition: transform 0.3s ease;
}

.shop-the-look__product-area .product:hover .image img {
    transform: scale(1.025);
}


/* ==========================================================
   TEXTOVÁ ČÁST KARTY
   ========================================================== */

.shop-the-look__product-area .p-in {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.shop-the-look__product-area .p-in-in {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.shop-the-look__product-area .name {
    display: block;

    min-height: 38px;

    margin: 0 0 7px !important;
    padding: 0 !important;

    color: #111 !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;

    text-align: left !important;
    text-decoration: none !important;
}

.shop-the-look__product-area .name:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}


/* ==========================================================
   CENA
   ========================================================== */

.shop-the-look__product-area .p-bottom {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.shop-the-look__product-area .prices,
.shop-the-look__product-area .price-final {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;
    text-align: left !important;
}

.shop-the-look__product-area .price-final,
.shop-the-look__product-area .price-final strong,
.shop-the-look__product-area .price-final-holder {
    color: inherit !important;

    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.shop-the-look__product-area .price-standard {
    color: #555 !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    text-decoration: line-through !important;
}


/* ==========================================================
   KONVERZNÍ TLAČÍTKO
   ========================================================== */

.shop-the-look__product-area .p-tools,
.shop-the-look__product-area .p-tools-wrapper {
    display: block !important;

    width: 100% !important;

    margin: auto 0 0 !important;
    padding: 16px 0 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
}

.shop-the-look__product-area .p-tools .btn,
.shop-the-look__product-area .p-tools button,
.shop-the-look__product-area .btn-cart,
.shop-the-look__product-area .add-to-cart-button,
.shop-the-look__product-area [data-action="buy"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 10px 14px !important;

    border-radius: 999px !important;

    opacity: 1 !important;
    visibility: visible !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.shop-the-look__product-area .p-tools .btn:hover,
.shop-the-look__product-area .p-tools button:hover,
.shop-the-look__product-area .btn-cart:hover,
.shop-the-look__product-area .add-to-cart-button:hover,
.shop-the-look__product-area [data-action="buy"]:hover {
    opacity: 0.88 !important;
}


/* ==========================================================
   SKRYTÉ NEPOTŘEBNÉ PRVKY
   ========================================================== */

.shop-the-look__product-area .ratings-wrapper,
.shop-the-look__product-area .stars-wrapper,
.shop-the-look__product-area .availability,
.shop-the-look__product-area .availability-label,
.shop-the-look__product-area .availability-amount,
.shop-the-look__product-area .quantity,
.shop-the-look__product-area .flags-default,
.shop-the-look__product-area .flags-extra,
.shop-the-look__product-area .flag,
.shop-the-look__product-area .price-save,
.shop-the-look__product-area .price-additional,
.shop-the-look__product-area .product-hover-video,
.shop-the-look__product-area .shkDiscountPromoProduct,
.shop-the-look__product-area .dkLabFavouriteDiv,
.shop-the-look__product-area .navigation,
.shop-the-look__product-area .slider-navigation,
.shop-the-look__product-area .slick-arrow,
.shop-the-look__product-area .swiper-button-prev,
.shop-the-look__product-area .swiper-button-next {
    display: none !important;
}


/* ==========================================================
   ODSTRANĚNÍ SHOPTET HOVER EFEKTŮ
   ========================================================== */

.shop-the-look__product-area .product:hover,
.shop-the-look__product-area .product:hover .p {
    border: 0 !important;
    box-shadow: none !important;
}


/* ==========================================================
   MENŠÍ DESKTOP A TABLET
   ========================================================== */

@media (max-width: 1100px) {
    .shop-the-look__container {
        width: calc(100% - 32px);
    }

    .shop-the-look__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
    }

    .shop-the-look__visual,
    .shop-the-look__main-image {
        min-height: 560px;
    }

    .shop-the-look__product-area .products-block {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 12px;
    }
}


/* ==========================================================
   MOBIL – POSUVNÝ PRODUKTOVÝ SLIDER
   ========================================================== */

@media (max-width: 767px) {
    .shop-the-look {
        margin: 46px 0 60px;
    }

    .shop-the-look__container {
        width: 100%;

        margin: 0;
        padding: 0 14px;
    }

    .shop-the-look__heading {
        margin: 0 0 30px;

        font-size: 24px;
        line-height: 1.25;
    }

    .shop-the-look__layout {
        display: block;
    }

    .shop-the-look__visual {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 5;

        margin: 0 0 22px;
    }

    .shop-the-look__main-image {
        width: 100%;
        height: 100%;
        min-height: 0;

        object-fit: cover;
    }


    /* ------------------------------------------------------
       POSUVNÝ OBAL PRODUKTŮ
       ------------------------------------------------------ */

    .shop-the-look__product-area {
        display: block;

        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 0;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;

        touch-action: pan-x;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .shop-the-look__product-area::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .shop-the-look__product-area .shkProductSlider,
    .shop-the-look__product-area .shk-products {
        display: block !important;

        width: max-content !important;
        min-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: visible !important;

        touch-action: pan-x;
    }

    .shop-the-look__product-area .products-block {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;

        gap: 8px;

        width: max-content !important;
        min-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        left: auto !important;
        right: auto !important;

        transform: none !important;
        translate: none !important;

        touch-action: pan-x;
    }


    /* ------------------------------------------------------
       PRODUKTY – DVĚ KARTY V ZÁBĚRU
       ------------------------------------------------------ */

    .shop-the-look__product-area .product {
        flex: 0 0 calc((100vw - 36px) / 2) !important;

        width: calc((100vw - 36px) / 2) !important;
        min-width: calc((100vw - 36px) / 2) !important;
        max-width: calc((100vw - 36px) / 2) !important;

        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .shop-the-look__product-area .product .image {
        margin-bottom: 9px !important;
    }

    .shop-the-look__product-area .name {
        min-height: 34px;

        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .shop-the-look__product-area .price-final,
    .shop-the-look__product-area .price-final strong,
    .shop-the-look__product-area .price-final-holder {
        font-size: 13px !important;
    }

    .shop-the-look__product-area .p-tools,
    .shop-the-look__product-area .p-tools-wrapper {
        padding-top: 11px !important;
    }

    .shop-the-look__product-area .p-tools .btn,
    .shop-the-look__product-area .p-tools button,
    .shop-the-look__product-area .btn-cart,
    .shop-the-look__product-area .add-to-cart-button,
    .shop-the-look__product-area [data-action="buy"] {
        min-height: 38px !important;

        padding: 9px 8px !important;

        font-size: 11px !important;
    }
}