/* PRODUCT FRAME */

.htxlp-products {
    margin-bottom: 50px;
}

.htxlp-products h3 {
    text-align: center;
    font-family: "Core Sans D", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

.htxlp-products-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.htxlp-products-grid .htxlp-item:nth-child(1) {
    border-top: 1px solid #e9e9e9;
}

.htxlp-products-grid .htxlp-item {
    width: 100%;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    padding: 0 15px;
    text-align: center;
    box-shadow: none;
    transition: .25s;
    max-width: 697px;
}

.htxlp-products-grid .htxlp-item:hover {
    box-shadow: 0 0 2.5rem rgba(0,0,0,.15);
    z-index: 1;
}

.htxlp-product-image img {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    max-width: 315px;
}

.htxlp-product-name {
    font-family: "Core Sans D", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    height: 49px;
    overflow: hidden;

}


.htxlp-product-name a {
    text-decoration: none;
    color: #141618;
    transition: .25s;
}

.htxlp-product-name a:hover {
    color: #f9b100;
}

.htxlp-product-more {
    border-top: 1px solid #e9e9e9;
    height: 52px;
}

.htxlp-product-more-info {
    font-family: "Open Sans", sans-serif;
    color: #141618;
    line-height:52px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: .25s;
}

.htxlp-product-more-info:hover {
    color: #f9b100;
}

@media (min-width: 767px) {
    .htxlp-products-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        align-content: center;
    }

    .htxlp-products-grid .htxlp-item:nth-child(1) {
        border-right: none;
    }

    .htxlp-products-grid .htxlp-item:nth-child(2) {
        border-top: 1px solid #e9e9e9;
    }

    .htxlp-products-grid .htxlp-item:nth-child(3) {
        border-right: none;
    }
    
    .htxlp-products-grid .htxlp-item {
        width: 100%;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        background: #fff;
        padding: 0 15px;
        text-align: center;
        box-shadow: none;
        transition: .25s;
        max-width: 355px;
    }



}

@media (min-width: 1024px) {
    .htxlp-products-grid {
        flex-flow: row nowrap;
    }

    .htxlp-products-grid .htxlp-item:nth-child(2) {
        border-right: none;
    }

    .htxlp-products-grid .htxlp-item {
        border-top: 1px solid #e9e9e9;
        max-width: 320px;
    }
}

/* PRODUCT FRAME */


/* Morakniv */

.htxlp-mk-header {
    margin: 0 150px;
    text-align: center;
}

.htxlp-mk-opis-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 60px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

.htxlp-mk-opis-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.htxlp-mk-opis-p:nth-of-type(3) {
    margin-top: 30px;
}

.htxlp-mk-zastosowanie {
    display: flex;
    background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Morakniv/outdoor-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 50px;
    height: 500px;
}

.htxlp-mk-zastosowanie-2 {
    display: flex;
    background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Morakniv/kuchenne-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 50px;
    height: 500px;
}

.htxlp-mk-zastosowanie-3 {
    display: flex;
    background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Morakniv/akcesoria-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 50px;
    height: 500px;
}

.htxlp-mk-footer {
    display: flex;
    background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Morakniv/zdjecie-dol.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 500px;
}


.htxlp-mk-photo {
    position: absolute;
    margin-left: 13vw;
    z-index: 1;
}

.htxlp-mk-photo-logo {
    margin: 40px 0 -5px 10vw;
}


.htxlp-mk-photo-footer img {
    position: absolute;
    margin: 15px 0 0 9.5vw;
    max-width: 480px;
    z-index: 1;
}

.htxlp-mk-grupa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 50px 0 50px 500px;

}


.htxlp-mk-opis-button {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    margin: 10px 0;
    margin: 20px 2vw 0 16vw;
    display: block;
    max-width: 250px;
    color: #fff;
    background-color: #F7A800;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-mk-opis-button:hover {
    color: #F7A800;
    background-color: #fff;
}

.htxlp-mk-opis-button-dw {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    margin: 10px 0;
    margin: 20px 2vw 0 10vw;
    display: block;
    max-width: 250px;
    color: #fff;
    background-color: #F7A800;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-mk-opis-button-dw:hover {
    color: #F7A800;
    background-color: #fff;
}



.htxlp-mk-opis-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 2vw 10px 16vw;
}

.htxlp-mk-zastosowanie .htxlp-mk-opis-p {
    margin: 0 2vw 0 16vw;
}

.htxlp-mk-zastosowanie-2 .htxlp-mk-opis-p {
    margin: 0 2vw 0 16vw;
}

.htxlp-mk-zastosowanie-3 .htxlp-mk-opis-p {
    margin: 0 2vw 0 16vw;
}

.htxlp-mk-footer .htxlp-mk-opis-p {
    margin: 0 2vw 0 10vw;
}

.htxlp-mk-footer .htxlp-mk-opis-h2 {
    margin: 10px 2vw 10px 10vw;
}


.htxlp-mk-opis-h3 {
    text-align: center;
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

.htxlp-mk-products {
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .htxlp-mk-photo-footer img {
        margin: 10px 0 0 9.5vw;
        max-width: 300px;
        z-index: 1;
    }
}


@media (max-width: 1023px) {

    .htxlp-mk-header {
        margin: 20px 50px 0 50px;
    }

    .htxlp-mk-zastosowanie {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
        height: auto;
        max-width: 450px;
    }

    .htxlp-mk-zastosowanie-2 {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
        height: auto;
        max-width: 450px;
    }

    .htxlp-mk-zastosowanie-3 {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
        height: auto;
        max-width: 450px;
    }

    .htxlp-mk-footer {
        margin: 50px 20vw 80px 20vw;
        flex-direction: column;
        background-size: contain;
        height: auto;
        max-width: 450px;
    }

    .htxlp-mk-photo {
        position: static;
        margin: 10vw 0 0 0;
    }

    .htxlp-mk-photo img {
        max-width: 100%;
    }

    .htxlp-mk-photo-logo {
        margin: 10px 0 15px 0vw;
    }


    .htxlp-mk-photo-footer img {
        margin: 0 0 0 -1.5vw;

    }

    .htxlp-mk-grupa {
        border: none;
        margin: 0;
    }

    .htxlp-mk-opis-h2 {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button-dw {
        margin: 20px 0;
    }

    .htxlp-mk-zastosowanie .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-2 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-3 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-footer .htxlp-mk-opis-p {
        margin: 0;
    }


    .htxlp-mk-footer .htxlp-mk-opis-h2 {
        margin: 55vw 0 0 0;
    }

}


@media (max-width: 767px) {
    .htxlp-mk-header {
        margin: 20px 50px 0 50px;
    }

    .htxlp-mk-zastosowanie {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-zastosowanie-2 {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-zastosowanie-3 {
        margin: 50px 20vw 0 20vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-footer {
        margin: 50px 20vw 80px 20vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-photo {
        position: static;
        margin: 10vw 0 0 0;
    }

    .htxlp-mk-photo img {
        max-width: 100%;
    }

    .htxlp-mk-photo-logo {
        margin: 10px 0 15px 0vw;
    }


    .htxlp-mk-photo-footer img {
        margin: 0 0 0 -1.5vw;

    }

    .htxlp-mk-grupa {
        border: none;
        margin: 0;
    }

    .htxlp-mk-opis-h2 {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button-dw {
        margin: 20px 0;
    }

    .htxlp-mk-zastosowanie .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-2 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-3 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-footer .htxlp-mk-opis-p {
        margin: 0;
    }


    .htxlp-mk-footer .htxlp-mk-opis-h2 {
        margin: 55vw 0 0 0;
    }


}

@media (max-width: 480px) {
    .htxlp-mk-header {
        margin: 20px 5vw 0 5vw;
    }

    .htxlp-mk-zastosowanie {
        margin: 50px 5vw 0 5vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-zastosowanie-2 {
        margin: 20px 5vw 0 5vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-zastosowanie-3 {
        margin: 20px 5vw 0 5vw;
        flex-direction: column;
        background-size: contain;
    }

    .htxlp-mk-footer {
        margin: 20px 5vw 80px 5vw;
        flex-direction: column;
        background-size: contain;
    }


    .htxlp-mk-photo {
        position: static;
        margin: 10vw 0 0 0;
    }

    .htxlp-mk-photo img {
        max-width: 100%;
    }

    .htxlp-mk-photo-logo {
        margin: 10px 0 15px 0vw;
    }

    .htxlp-mk-photo-logo img {
        max-width: 100%;
    }


    .htxlp-mk-photo-footer img {
        margin: 0 0 0 -1.5vw;
        max-width: 100%;

    }

    .htxlp-mk-grupa {
        border: none;
        margin: 0;
    }

    .htxlp-mk-opis-h2 {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button {
        margin: 20px 0;
    }

    .htxlp-mk-opis-button-dw {
        margin: 20px 0;
    }

    .htxlp-mk-zastosowanie .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-2 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-zastosowanie-3 .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-footer .htxlp-mk-opis-p {
        margin: 0;
    }

    .htxlp-mk-footer .htxlp-mk-opis-h2 {
        margin: 85vw 0 0 0;

    }
}

/* Morakniv */

/* Low Profile */

.htxlp-lp-header {
    background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Low-Profile/banner-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
}

.htxlp-lp-headwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 460px;
}

.htxlp-lp-h1 {
    color: #fff;
    text-align: center;
    font-family: "Core Sans D", sans-serif;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

.htxlp-lp-header .htxlp-lp-p {
    margin: 0 10vw;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.htxlp-lp-produkt {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.htxlp-lp-opis {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 30px;
}


.htxlp-lp-opis .htxlp-lp-h2 {
    color: #000;
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 0;
}

.htxlp-lp-opis .htxlp-lp-p {
    margin: 5px 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.htxlp-lp-opis .htxlp-lp-features {
    box-sizing: border-box;
    margin: 20px 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}


.htxlp-lp-opis .htxlp-lp-button {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    display: block;
    max-width: 250px;
    color: #fff;
    background-color: #F7A800;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-lp-opis .htxlp-lp-button:hover {
    color: #F7A800;
    background-color: #fff;
}

.htxlp-lp-h3 {
    text-align: center;
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0;
}

.htxlp-lp-products {
    margin-bottom: 100px;
}

@media (max-width: 1023px) {
    .htxlp-lp-setphoto {
        display: none;
    }

    .htxlp-lp-mainphoto {
        margin: 0 50px;
    }

    .htxlp-lp-opis {
        margin: 0 50px;
    }

}

@media (max-width: 767px) {
    .htxlp-lp-h1 {
        margin: 10px 0;
    }

    .htxlp-lp-produkt {
        flex-direction: column;
    }

    .htxlp-lp-opis {
        margin: 20px 50px;
    }
}

@media (max-width: 480px) {
    .htxlp-lp-header {
        background-image: url(https://dfr4rssi07fv7.cloudfront.net/htx/images/promo/Low-Profile/banner-mobile.jpg);
    }

    .htxlp-lp-mainphoto {
        margin: 0 20px;
    }

    .htxlp-lp-mainphoto img {
        max-width: 100%;
    }

    .htxlp-lp-h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .htxlp-lp-opis {
        margin: 20px 20px;
    }
}


/* Low Profile */

/* O Nas */

.htxlp-on-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 36px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
    color: black;
}

.htxlp-on-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 20px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 15px 0;
    color: black;
    text-transform: none;

}

.htxlp-on-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777777;
    margin: 15px 0;
}

.htxlp-on-timelinephoto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.htxlp-on-timeline {
    max-width: 270px;
    position: relative;
}

.htxlp-on-timeline::before {
    content: "";
    position: absolute;
    background-color: #F7A800;
    top: 35px;
    left: 69px;
    width: 2px;
    height: calc(100% - 70px);
}


.htxlp-on-entry {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    height: 70px;
}

.htxlp-on-title {
    margin-top: 0;
    min-width: 50px;
    font-size: 20px;
    margin-right: 15px;
    color: #F7A800;
    font-weight: bold;
}

.htxlp-on-circle {
    background-color: #F7A800;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.htxlp-on-opisy {
    margin-bottom: 30px;
}

.htxlp-on-opis {
    font-size: 14px;
    color: #777777;
    margin: 0 15px;
}

.htxlp-on-container-image {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.htxlp-on-container {
    display: flex;
    max-width: 600px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.htxlp-on-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px 30px;

}


.htxlp-on-item>img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.htxlp-on-item>span {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

.htxlp-on-iwa {
    display: flex;
    max-width: 870px;
    flex-direction: row;
    justify-content: center;

}

.htxlp-on-container-iwa {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;

}

.htxlp-on-item-iwa2 {
    display: flex;
    flex-direction: column;
    max-width: 570px;
    align-items: flex-start;
    margin: 0 0 10px 0;

}

.htxlp-on-item-iwa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 30px 8px 0;
}

.htxlp-on-item-iwa2>img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.htxlp-on-item-iwa>img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.htxlp-on-item-iwa>span {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

.htxlp-on-item-iwa2>span {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

.htxlp-on-event {
    display: flex;
    max-width: 900px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.htxlp-on-item-event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px 30px;

}

.htxlp-on-item-event>img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.htxlp-on-item-event>span {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

.htxlp-on-item-event2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px 0;

}

.htxlp-on-item-event2>img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.htxlp-on-item-event2>span {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

@media (max-width: 1200px) {
    
    .htxlp-on-entry {
        height: 100px;
    }
    
    .htxlp-on-timeline::before {
        top: 50px;
        height: calc(100% - 100px);

    }

    .htxlp-on-item-iwa {
        margin: 0 30px 12px 0;
    }
}

@media (max-width: 991px) {
    .htxlp-on-timelinephoto {
        flex-direction: column-reverse;

    }

    .htxlp-on-item {
        margin: 0 15px 10px 15px;
    }

    .htxlp-on-entry {
        height: 60px;
    }

    .htxlp-on-timeline::before {
        top: 30px;
        height: calc(100% - 60px);

    }

    .htxlp-on-timeline:first-child {
        margin-top: 40px;
    }


    .htxlp-on-container-iwa {
        max-width: 570px;
        margin: 0;
    }

    .htxlp-on-iwa {
        flex-direction: column;
        align-items: center;
    }

    .htxlp-on-item-iwa {
        margin: 0 0px 15px 0;
    }

    .htxlp-on-event {
        flex-direction: column;
    }

    .htxlp-on-item-event {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 480px) {

    .htxlp-on-h2 {
        line-height: 30px;
    }

    .htxlp-on-item {
        margin: 0 5px 5px 5px;
    }
}

/* O Nas */

/* Bushcraft */

.htxlp-bc-header {
    display: flex;
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.htxlp-bc-header .htxlp-bc-photo {
    position: absolute;
    z-index: 1;
}


.htxlp-bc-header .htxlp-bc-grupa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 50px 0 50px 500px;
}

.htxlp-bc-header .htxlp-bc-grupa h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 50px 10px 80px;
    line-height: 35px;
}

.htxlp-bc-header .htxlp-bc-grupa p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 10px 50px 10px 80px;
}

.htxlp-bc-akcesoria {
   margin: 50px 0;
}

.htxlp-bc-akcesoria img {
    width: 100%;
 }

 .htxlp-bc-product {
    display: flex;
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.htxlp-bc-product:nth-last-of-type(1) {
    margin-bottom: 50px;
}

.htxlp-bc-product .htxlp-bc-photo {
    position: absolute;
    z-index: 1;
    max-height: 500px;
}


.htxlp-bc-product .htxlp-bc-grupa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 50px 0 50px 400px;
}

.htxlp-bc-product .htxlp-bc-grupa h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 50px 10px 180px;
    line-height: 35px;
}

.htxlp-bc-product .htxlp-bc-grupa p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 10px 50px 10px 180px;
}

.htxlp-bc-product .htxlp-bc-grupa a {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    margin: 10px 50px 10px 180px;
    display: block;
    max-width: 250px;
    color: #fff;
    background-color: #F7A800;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-bc-product .htxlp-bc-grupa a:hover {
    color: #F7A800;
    background-color: #fff;
}

.htxlp-bc-ramka {
    margin-bottom: 50px;
}

.htxlp-bc-ramka h3 {
    text-align: center;
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
}

@media (max-width: 1200px) {
    .htxlp-bc-header .htxlp-bc-grupa {
        margin: 25px 0 25px 450px;
    }
    .htxlp-bc-product .htxlp-bc-grupa {
        margin: 0 0 0 400px;
    }
}


@media (max-width: 1023px) {
    .htxlp-bc-header {
        display: flex;
        height: auto;
        flex-direction: column;
        margin-top: 50px;
    }

    .htxlp-bc-header .htxlp-bc-photo {
        position: static;
        z-index: 0;
        align-self: center;
    }

    .htxlp-bc-header .htxlp-bc-photo img {
        width: 100%;
    }

    .htxlp-bc-header .htxlp-bc-grupa {
        align-self: center;
        border: 1px solid #e9e9e9;
        margin: 10px 0 10px 0;
        max-width: 700px;
    }

    .htxlp-bc-header .htxlp-bc-grupa h1 {
        margin: 20px 20px;
    }
    
    .htxlp-bc-header .htxlp-bc-grupa p {
        margin: 10px 20px;
    }

    .htxlp-bc-header .htxlp-bc-grupa:nth-last-of-type(1) p {
        margin-bottom: 20px;
    }

    .htxlp-bc-product {
        display: flex;
        height: auto;
        flex-direction: column;
        margin-top: 50px;
    }

    .htxlp-bc-product .htxlp-bc-photo {
        position: static;
        z-index: 0;
        align-self: center;
    }

    .htxlp-bc-product .htxlp-bc-photo img {
        width: 100%;
    }

    .htxlp-bc-product .htxlp-bc-grupa {
        align-self: center;
        border: 1px solid #e9e9e9;
        margin: 10px 0 10px 0;
        max-width: 700px;
    }

    .htxlp-bc-product .htxlp-bc-grupa h2 {
        margin: 20px 20px;
    }
    
    .htxlp-bc-product .htxlp-bc-grupa p {
        margin: 10px 20px;
    }

    .htxlp-bc-product .htxlp-bc-grupa a {
        margin: 10px 20px;
    }

    .htxlp-bc-product .htxlp-bc-grupa:nth-last-of-type(1) a {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .htxlp-bc-product .htxlp-bc-grupa a {
        max-width: 480px;
    }

}

/* Bushcraft */

/* Melange */

.htxlp-ml-header {
    text-align: center;
    margin-bottom: 80px;
}

.htxlp-ml-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin: 30px 10px;
}

.htxlp-ml-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 10px;
    text-align: center;
}

.htxlp-ml-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.htxlp-ml-action .htxlp-ml-action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.htxlp-ml-action .htxlp-ml-action-wrap .htxlp-ml-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    margin: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

.htxlp-ml-action .htxlp-ml-action-wrap .htxlp-ml-image {
    margin: 0 10px;
}

.htxlp-ml-more .htxlp-ml-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 10px;
    text-align: center;
}

.htxlp-ml-products .htxlp-ml-opis-h3 {
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
    text-align: center;
}

.htxlp-ml-button {
    display: flex;
    justify-content: center;
}

.htxlp-ml-button .htxlp-ml-button-a {
    font-family: "Core Sans D", sans-serif;
    display: block;
    text-align: center;
    padding: 15px 40px;
    margin: 30px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #f7a800;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid#f7a800;
    transition: .3s;
}

.htxlp-ml-button .htxlp-ml-button-a:hover {
    color: #f7a800;
    background-color: #fff;
}

@media (min-width: 768px) { 
    .htxlp-ml-h1 {
        font-size: 58px;
        line-height: 60px;
    }

    
    .htxlp-ml-action .htxlp-ml-action-wrap .htxlp-ml-h2 {
        font-size: 32px;
    }   

    .htxlp-ml-products .htxlp-ml-opis-h3 {
        font-size: 32px;
    }
    

    .htxlp-ml-action {
        flex-direction: row;
        align-items: center;
    }
}

/* Melange */

/* Jesien */

.htxlp-js-header {
    text-align: center;
}

.htxlp-js-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin: 30px 10px;
}

.htxlp-js-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.htxlp-js-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
}

.htxlp-js-line .htxlp-js-image img {
    max-width: 100%;
}


.htxlp-js-line .htxlp-js-line-group {
    border-bottom: 1px solid #e9e9e9;
    max-width: 540px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.htxlp-js-line .htxlp-js-line-group .htxlp-js-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    margin: 70px 0 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.htxlp-js-line .htxlp-js-line-group .htxlp-js-p {
    text-align: left;
}

.htxlp-js-line .htxlp-js-line-group .htxlp-js-wrap-ico {
    display: flex;
    align-items: center;
    margin: 40px 0 70px;
}

.htxlp-js-line .htxlp-js-line-group .htxlp-js-wrap-ico .htxlp-js-button {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    margin-left: 10px;
    display: block;
    max-width: 250px;
    color: #fff;
    background-color: #F7A800;
    padding: 15px 30px;
    font-size: 14px;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-js-line .htxlp-js-line-group .htxlp-js-wrap-ico .htxlp-js-button:hover {
    color: #F7A800;
    background-color: #fff;
}

.htxlp-js-products {
    margin-bottom: 70px;
}

.htxlp-js-products .htxlp-js-h3 {
    font-family: "Core Sans D", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {

    .htxlp-js-header-wrap {
        max-width: 720px;
        margin: 0 auto;
    }

    .htxlp-js-line {
        flex-direction: row;
        justify-content: center;
    }
    .htxlp-js-line .htxlp-js-image {
        margin: 0;
    }

    .htxlp-js-line:nth-child(2n) .htxlp-js-image {
        order: 1;
    }

    .htxlp-js-line .htxlp-js-line-group {
        border: 1px solid #e9e9e9;
        background-repeat: no-repeat;
        background-position: 80px 50px;
        margin: 0;
        padding: 10px 100px;
    }

    .htxlp-js-line:nth-child(odd) .htxlp-js-line-group {
        background-position: calc(100% - 80px) 50px;
    }

    

}

@media (min-width: 1200px) {
    .htxlp-js-line .htxlp-js-line-group {
    max-width: 630px;
    }
}


/* Jesien */


/* Trudne Wybory */

.htxlp-tw-header {
    text-align: center;
}

.htxlp-tw-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin: 30px 10px;
}

.htxlp-tw-p {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
}

.htxlp-tw-p img {
    margin-right: 5px;
}

.htxlp-tw-p p {
    margin: 10px 0;
}



.htxlp-tw-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
}

.htxlp-tw-line .htxlp-tw-image img {
    max-width: 100%;
}

.htxlp-tw-line .htxlp-tw-image2 img {
    max-width: 100%;
}

.htxlp-tw-line .htxlp-tw-line-group {
    width: 100%;
    max-width: 520px;
    border-bottom: 1px solid #e9e9e9;
}

.htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-p {
    text-align: left;
}


.htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    display: block;
    max-width: 520px;
    color: #fff;
    background-color: #F7A800;
    padding: 13.5px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    margin: 30px 0 50px;
    transition: .3s;
}

.htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button:hover {
    color: #F7A800;
    background-color: #fff;
}


@media (min-width: 1024px) {

    .htxlp-tw-header-wrap {
        max-width: 720px;
        margin: 0 auto;
    }

    .htxlp-tw-line {
        position: relative;
        margin: 200px 0;
    }

    .htxlp-tw-line .htxlp-tw-image {
        position: absolute;
        top: -80px;
        right: 50px;
    }

    .htxlp-tw-line .htxlp-tw-image2 {
        position: absolute;
        top: -60px;
        left: 50px;
    }

    .htxlp-tw-line .htxlp-tw-line-group {
        border: 1px solid #e9e9e9;
        max-width: 1170px;
        width: 100%;
    }

    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-h2 {
        margin-left: 50px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }
    
    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-p {
        margin-left: 50px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }
    
    
    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
        margin-left: 50px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-h2 {
        margin-left: 650px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }
    
    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-p {
        margin-left: 650px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }
    
    
    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
        margin-left: 650px;
        margin-right: 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
        max-width: 250px;
    }
    

}


@media (min-width: 1200px) {
    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-h2 {
        width: calc(50% - 50px);
    }
    
    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-p {
        width: calc(50% - 50px);
    }
    
    
    .htxlp-tw-line .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
        width: calc(50% - 50px);
    }

    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-h2 {
        width: calc(50% - 50px);
    }
    
    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-p {
        width: calc(50% - 50px);
    }
    
    
    .htxlp-tw-line:nth-child(3) .htxlp-tw-line-group .htxlp-tw-wrap-ico .htxlp-tw-button {
        width: calc(50% - 50px);
    }
}

/* Trudne Wybory */


/* Range */

.htxlp-rng-header {
    text-align: center;
}

.htxlp-rng-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin: 30px 10px;
}

.htxlp-rng-p {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
}

.htxlp-rng-p img {
    margin-right: 5px;
}

.htxlp-rng-p p {
    margin: 10px 0;
}



.htxlp-rng-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 50px;
}

.htxlp-rng-line .htxlp-rng-image img {
    max-width: 100%;
}

.htxlp-rng-line .htxlp-rng-image2 img {
    max-width: 100%;
}


.htxlp-rng-line .htxlp-rng-line-group {
    width: 100%;
    max-width: 520px;
    border-bottom: 1px solid #e9e9e9;
}

.htxlp-rng-line .htxlp-rng-line-group .htxlp-rng-h2 {
    font-family: "Core Sans D", sans-serif;
    font-size: 32px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.htxlp-rng-line .htxlp-rng-line-group .htxlp-rng-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    margin: 20px 0 50px;
}

.htxlp-rng-button-wrap {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.htxlp-rng-button-wrap .htxlp-rng-button{
    font-family: "Core Sans D", sans-serif;
    text-decoration: none;
    margin-left: 10px;
    display: block;
    max-width: 500px;
    width: 100%;
    color: #fff;
    background-color: #F7A800;
    padding: 13.5px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid#F7A800;
    transition: .3s;
}

.htxlp-rng-button-wrap .htxlp-rng-button:hover {
    color: #F7A800;
    background-color: #fff;
}




@media (min-width: 1024px) {

    .htxlp-rng-header-wrap {
        max-width: 720px;
        margin: 0 auto;
    }

    .htxlp-rng-line {
        position: relative;
        margin: 200px 0;
    }

    .htxlp-rng-line .htxlp-rng-image {
        position: absolute;
        top: -50px;
        left: 50px;
    }

    .htxlp-rng-line .htxlp-rng-image2 {
        position: absolute;
        top: -50px;
        right: 50px;
    }

    .htxlp-rng-line .htxlp-rng-line-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #e9e9e9;
        max-width: 1170px;
        width: 100%;
        min-height: 340px;
    }

    .htxlp-rng-line .htxlp-rng-line-group .htxlp-rng-h2 {
        margin-left: 650px;
        margin-right: 50px;
        align-self: flex-start;
    }
    
    .htxlp-rng-line .htxlp-rng-line-group .htxlp-rng-p {
        margin-left: 650px;
        margin-right: 50px;
        align-self: flex-start;
    }

    .htxlp-rng-line:nth-of-type(2n+1) .htxlp-rng-line-group .htxlp-rng-h2 {
        margin: 20px 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }
    
    .htxlp-rng-line:nth-of-type(2n+1) .htxlp-rng-line-group .htxlp-rng-p {
        margin: 20px 50px;
        align-self: flex-start;
        width: calc(35% - 50px);
    }

    .htxlp-rng-button-wrap .htxlp-rng-button{
        max-width: 250px;
    }


}

@media (min-width: 1200px) {
    .htxlp-rng-line:nth-of-type(2n+1) .htxlp-rng-line-group .htxlp-rng-h2 {
        width: calc(50% - 50px);
    }
    
    .htxlp-rng-line:nth-of-type(2n+1) .htxlp-rng-line-group .htxlp-rng-p {
        width: calc(50% - 50px);
    }

}

/* Range */


/* Black Friday */
.htxlp-bf-header {
    margin-bottom: 50px;
}

.htxlp-bf-header img {
    margin-bottom: 50px;
}

.htxlp-bf-h1 {
    font-family: "Core Sans D", sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0;
    color: #262626;;
}

.htxlp-bf-a {
    font-family: "Core Sans D", sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0;
    color: #F7A800;
    text-decoration: none;
}

.htxlp-bf-p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.htxlp-bf-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
}

.htxlp-bf-gallery-item:nth-child(1) {grid-area: 1 / 1 / 3 / 3;}
.htxlp-bf-gallery-item:nth-child(2) {grid-area: 3 / 1 / 4 / 2;}
.htxlp-bf-gallery-item:nth-child(3) {grid-area: 3 / 2 / 4 / 3;}
.htxlp-bf-gallery-item:nth-child(4) {grid-area: 4 / 1 / 5 / 2;}
.htxlp-bf-gallery-item:nth-child(5) {grid-area: 4 / 2 / 5 / 3;}
.htxlp-bf-gallery-item:nth-child(6) {grid-area: 5 / 1 / 6 / 2;}
.htxlp-bf-gallery-item:nth-child(7) {grid-area: 5 / 2 / 6 / 3;}
.htxlp-bf-gallery-item:nth-child(8) {grid-area: 6 / 1 / 7 / 2;}
.htxlp-bf-gallery-item:nth-child(9) {grid-area: 6 / 2 / 7 / 3;}


.htxlp-bf-gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: .3s;
}

.htxlp-bf-gallery-img:hover {
    opacity: 0.9;
}

@media (min-width: 600px) {
    .htxlp-bf-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 50px;
        }
        
    .htxlp-bf-gallery-item:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
    .htxlp-bf-gallery-item:nth-child(2)  { grid-area: 1 / 3 / 2 / 4; }
    .htxlp-bf-gallery-item:nth-child(3)  { grid-area: 2 / 3 / 3 / 4; }
    .htxlp-bf-gallery-item:nth-child(4)  { grid-area: 3 / 1 / 4 / 2; }
    .htxlp-bf-gallery-item:nth-child(5)  { grid-area: 3 / 2 / 4 / 3; }
    .htxlp-bf-gallery-item:nth-child(6)  { grid-area: 3 / 3 / 4 / 4; }
    .htxlp-bf-gallery-item:nth-child(7)  { grid-area: 4 / 1 / 5 / 2; }
    .htxlp-bf-gallery-item:nth-child(8)  { grid-area: 4 / 2 / 5 / 3; }
    .htxlp-bf-gallery-item:nth-child(9)  { grid-area: 4 / 3 / 5 / 4; }

}

@media (min-width: 900px) {
    .htxlp-bf-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-bottom: 50px;
        }
        
    .htxlp-bf-gallery-item:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
    .htxlp-bf-gallery-item:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
    .htxlp-bf-gallery-item:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
    .htxlp-bf-gallery-item:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
    .htxlp-bf-gallery-item:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
    .htxlp-bf-gallery-item:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
    .htxlp-bf-gallery-item:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
    .htxlp-bf-gallery-item:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
    .htxlp-bf-gallery-item:nth-child(9) { grid-area: 3 / 4 / 4 / 5; }

}

/* Black Friday */
