:root{
    --color-primary: #F95437;
    --color-primary-hover: #c9442c;
    --color-secondary: #36C5D9;
    --color-secondary-hover: #2899a8;
    --color-border: #F1F0EF;
}
header{border-bottom: 1px solid var(--color-border);}
header .site-name{height: 100%;}
header .site-name a{
    max-width: fit-content !important;
    background: var(--color-primary);
    height: 100%;
    padding: 24px;
    padding-bottom: 36px;
    border-radius: 0 0 16px 16px;
    margin-bottom: -16px;
    @media screen and (max-width: 768px) {
        padding: 12px;
        padding-bottom: 24px;
    }
}

.navigation-buttons{
    position: relative !important;
}
.reset-container-padding{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.wide-carousel{
    margin-top: 32px !important;
    @media screen and (max-width: 991px) {
        margin-top: 64px !important;
    }
    @media screen and (max-width: 768px) {
        margin-top: 0 !important;
    }
}
.custom-slide{
    padding-top: 224px;
    padding-bottom: 128px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 24px;
    background-size: cover !important;
    background-position: center !important;
    @media screen and (max-width: 991px) {
        padding-top: 180px;
        padding-bottom: 120px;
        padding-left: 16px;
        padding-right: 16px;
    }
    @media screen and (max-width: 768px) {
        border-radius: 0;
    }
}
.custom-slide.slide-1{
    background: url("https://743784.myshoptet.com/user/documents/upload/background1.jpg");
}
.custom-slide h1{
    color: white;
    font-size: 56px;
    max-width: 650px;
    @media screen and (max-width: 991px) {
        font-size: 40px;
    }
}
.custom-slide .btn-container{
    display: flex;
    gap: 24px;
    @media screen and (max-width: 991px) {
        flex-direction: column;
        gap: 12px;
    }
}
.btn-container .btn{
    max-width: fit-content !important;
    display: flex;
    font-weight: 700 !important;
    align-items: center;
    gap: 16px;
    padding: 8px 24px !important;
    border-radius: 100px !important;
    text-transform: uppercase;
    border-bottom: 2px;
    position: relative;
    border-right: 2px;
    color: white !important;
    border-top: none !important;
    border-left: none !important;
    border-color: white !important;
    border-bottom: solid 2px !important;
    border-right: solid 2px !important;
}
.btn-container .btn.primary-btn{
    background: var(--color-primary) !important;
}
.btn-container .btn.secondary-btn{
    background: var(--color-secondary) !important;
}
.btn-container .btn.primary-btn:hover{
    background: var(--color-primary-hover) !important;
}
.btn-container .btn.secondary-btn:hover{
    background: var(--color-secondary-hover) !important;
}
.benefitBanner{
    margin: 48px auto;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px;
    max-width: 1100px;

    @media screen and (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.benefitBanner .benefitBanner__item{
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100% !important;
}
.benefitBanner .benefitBanner__item .benefitBanner__content{
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.benefitBanner .benefitBanner__item .benefitBanner__content strong{
    font-weight: 500 !important;
}
.shp-tabs-row{
    display: none;
}
.body-banners{
    margin: 0 !important;
}

.custom-heading{
    font-weight: 500 !important;
    margin-bottom: 32px;
}

.custom-heading span{
    color: white !important;
    position: relative;
    background: var(--color-secondary);
    padding: 2px 4px;
    margin: -4px -2px;
    border-radius: 8px;
}
.products-block{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px;
    @media screen and (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    @media screen and (max-width: 640px) {
        grid-template-columns: 1fr !important;
    }
}
.product{
    width: auto !important;
    padding: 0 !important;
}
.product .p{
    border-radius: 16px !important;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.product .p .flags{
    display: none;
}
.product .p .p-in{
    padding: 24px !important;
}
.product .name{
    height: auto !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-bottom: 24px;
}
.product .p-tools{
    padding: 0 !important;
}
.index-content-wrapper{
    width: auto !important;
}
.product .p .p-in .btn.btn-cart{
    max-width: fit-content !important;
    display: flex;
    font-weight: 700 !important;
    align-items: center;
    gap: 16px;
    padding: 8px 24px !important;
    border-radius: 100px !important;
    text-transform: uppercase;
    border-bottom: 2px;
    position: relative;
    border-right: 2px;
    color: white !important;
    border: none !important;
    background: var(--color-primary) !important;
}
.product .p .p-in .btn.btn-cart:hover{
    background: var(--color-primary-hover) !important;
}
.product .btn.btn-cart:before{
    display: none;
}
.product .availability-amount{
    display: none;
}
.prodict .availability{
    margin-bottom: 12px;

}
.product .price{
    margin-bottom: 24px;
}
.product .price strong{
    font-weight: 500 !important;
    font-size: 20px !important;
}
.footer-banner{
    width: 100% !important;
    padding: 0;
}
.banner-section{
    width: 100%;
    position: relative;
}
.banner-wrapper{
    margin: 0 !important;
}
.center-section{
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.custom-benefits{
    background: linear-gradient(77deg, #4E99A4 0%, #5BAEB5 100%);
    padding: 64px 96px;
    margin-top: 48px;
    margin-bottom: 104px;
    border-radius: 24px;
    position: relative;
    @media screen and (max-width: 1200px) {
        padding: 64px 48px;
    }
}
.custom-benefits h2{
    color: white;
    margin-block-start: 0 !important;
    margin-block-end: 24px !important;
}
.custom-benefits ul{
    list-style: none;
    list-style-position: outside;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 0 !important;
    display: grid;
    gap: 8px;
}
.custom-benefits ul li{
    color: white;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom-benefits svg{
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 280px;
}
.custom-benefits .fun-fact{
    position: absolute;
    rotate: -8deg;
    right: 96px;
    top: 50%;
    z-index: 10;
    max-width: 450px;
    color: white;
    font-size: 48px;
    text-indent: 48px;
    transform: translateY(-50%);
    @media screen and (max-width: 1200px) {
        right: 0 !important;
    }
    @media screen and (max-width: 991px) {
        display: none;
    }
}

body{
        overflow-x: hidden !important;
    }

    .custom-newsletter{
        padding: 120px 0;
        margin-top: 104px;
        margin-bottom: 104px;
        z-index: 10;
        position: relative;
    }

    .custom-newsletter h2{
        text-align: center;
        font-size: 56px;
        font-weight: 500;
        margin-block-start: 0;
        margin-block-end: 20px;
    }

    .custom-newsletter p{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 48px;
    }

    .newsletter-background{
        position: absolute;
        width: 100vw;
        inset: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #B3D8D4;
    }

    .custom-form-control{
        display: flex;
        align-items: center;
        gap: 16px;
        margin-left: auto;
        margin-right: auto;
        max-width: fit-content;
        @media screen and (max-width: 640px) {
            flex-direction: column;
        }
    }

    .custom-input{
        min-width: 500px;
        max-width: 500px;
        width: 100%;
        border-radius: 100px;
        padding: 12px 24px;
        background: white;
        border: none;
        @media screen and (max-width: 991px) {
            min-width: 300px;
            max-width: 300px;
        }
    }

    .custom-input:focus{
        box-shadow: none !important;
        border: none;
        outline: none;
    }

    .custom-newsletter-consent{
        font-size: 16px !important;
        margin-top: 8px;
        margin-bottom: 0 !important;
    }

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

    .custom-story{
        margin-bottom: 144px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 64px;
        @media screen and (max-width: 1200px) {
            grid-template-columns: 1fr;
        }
    }

    .custom-story-text{
        grid-column: span 5;
        @media screen and (max-width: 1200px) {
            grid-column: span 1;
        }
    }

    .custom-story-text h2{
        font-size: 56px;
        margin-block-start: 0;
        margin-block-end: 48px;
        @media screen and (max-width: 991px) {
            font-size: 36px;
        }
    }

    .custom-story-text p{
        font-size: 20px;
        margin-bottom: 32px;
        @media screen and (max-width: 991px) {
            font-size: 16px;
        }
    }

    .custom-story-video{
        grid-column: span 7;
        @media screen and (max-width: 1200px) {
            grid-column: span 1;
        }
    }

    .video-wrapper{
        overflow: hidden;
        border-radius: 24px;
        position: relative;
    }

    .aspect-video{
        aspect-ratio: 16/9;
    }

    .aspect-mobile{
        aspect-ratio: 9/16;
    }

    .video-wrapper .video-image{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .custom-video-playbtn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 72px;
        height: 72px;
        @media screen and (max-width: 991px) {
            width: 48px;
            height: 48px;
        }
    }

    .custom-video-section{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 64px;
        @media screen and (max-width: 991px) {
            gap: 32px;
        }
        @media screen and (max-width: 640px) {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .video-2, .video-4{
        margin-top: 64px;
        @media screen and (max-width: 640px) {
            margin-top: 0;
        }
    }

    .custom-video{
        margin-bottom: 120px;
    }

    .custom-recenze{
        margin-bottom: 120px;
    }

    .custom-slide-recenze{

    }

    .custom-slide-recenze img{
        height: 104px;
        width: 104px;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 100%;
        @media screen and (max-width: 991px) {
            height: 72px;
            width: 72px;
        }
    }

    .custom-slide-recenze h3{
        font-size: 20px;
    }

    .custom-slide-recenze p{
        font-size: 18px;
    }

    .splide__track{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        @media screen and (max-width: 1200px) {
            max-width: 80%;
        }
    }

    .custom-igfeed{
        margin-bottom: 32px;
    }

    .custom-posts{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
        @media screen and (max-width: 991px) {
            grid-template-columns: 1fr;
        }
    }

    .custom-posts h3{
        
    }

    .custom-posts p{
        line-clamp: 2 !important;
        color: #1D2729;
        font-size: 16px;
    }

    .post-1{
        grid-column: span 2;
        @media screen and (max-width: 991px) {
            grid-column: span 1;
        }
    }

    .footer-bottom {
        padding-bottom: 0 !important;
    }
    
    footer{
        padding-bottom: 0 !important;
    }

    .footer-section{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .custom-footer{
        padding-top: 0 !important;
    }

    .custom-footer div{
        padding-bottom: 0 !important;
    }

    .custom-footer div .banner{
        padding-bottom: 0 !important;
    }

    .footer-menu{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        @media screen and (max-width: 991px) {
            grid-template-columns: 1fr;
        }
    }

    .footer-logo{
        width: 180px;
        height: auto;
        object-fit: contain;
        margin-bottom: 32px;
    }

    .footer-fu p{
        font-size: 20px;
        line-height: 1.5;
    }

    .footer-menu{
        margin-bottom: 32px;
    }

    .footer-services h2, .footer-contact h2, .footer-address h2{
        margin-block-start: 0 !important;
        margin-block-end: 16px !important;
        font-weight: 500;
    }

    .footer-menu .footer-link{
        font-size: 18px;
        margin-bottom: 8px;
    }

    .footer-address{
        margin-bottom: 32px;
    }

    .footer-address p{
        font-size: 18px;
    }

    .footer-info{
        display: flex;
        gap: 32px;
        justify-content: space-between;
        @media screen and (max-width: 991px) {
            flex-direction: column-reverse;
        }
        @media screen and (max-width: 768px) {
            align-items: center;
        }
    }

    .footer-logos{
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        @media screen and (max-width: 768px) {
            justify-content: center;
        }
    }

    .footer-payment{
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        @media screen and (max-width: 768px) {
            justify-content: center;
        }
    }

    .footer-logo-link img{
        max-width: 200px;
    }

    .footer-socials{
        display: flex;
        gap: 12px;
        align-items: center;
        @media screen and (max-width: 768px) {
            justify-content: center;
        }
    }

    .footer-socialslink svg{
        width: 32px;
        height: 32px;
    }

    .custom-post img{
        aspect-ratio: 16/9;
        object-fit: cover;
        width: 100%;
        border-radius: 24px;
    }