@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;700&display=swap');

*{
    box-sizing: border-box;
}

*::before,
*::after{
    box-sizing: border-box;
}

html,
body{
    margin: 0;
    min-height: 100%;
    background-color: rgb(247, 244, 235);
    color: rgb(36, 48, 42);
    font-family: Exo, sans-serif;
    letter-spacing: 0;
}

a{
    color: inherit;
    text-decoration: none;
}

.ladi-wraper{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: manipulation;
}

.ladi-section{
    margin: 0 auto;
    position: relative;
}

.ladi-section .ladi-section-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.ladi-container{
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.ladi-element{
    position: absolute;
}

.ladi-transition{
    transition: all 150ms linear 0s;
}

.z-index-1{
    z-index: 1;
}

.ladi-box,
.ladi-frame,
.ladi-group,
.ladi-button{
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-box,
.ladi-frame,
.ladi-button{
    overflow: hidden;
}

.ladi-frame-bg:not(.ladi-frame){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background,
.ladi-button .ladi-button-background{
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-headline,
.ladi-paragraph{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

.ladi-menu,
.ladi-menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ladi-image{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-image .ladi-image-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ladi-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-shape svg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form{
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form .ladi-form-item-container,
.ladi-form .ladi-form-item,
.ladi-form .ladi-form-item-background{
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form .ladi-form-control{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0 5px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    outline: none;
}

.ladi-button{
    cursor: pointer;
}

.ladi-button>.ladi-button-headline,
.ladi-button>.ladi-button-shape{
    display: table;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    user-select: none;
}

.ladi-button>.ladi-button-headline .ladi-headline{
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px){
    .ladi-section .ladi-container{
        width: 1200px;
    }
}

@media (max-width: 767px){
    .ladi-section .ladi-container{
        width: 420px;
    }
}

#SECTION6>.ladi-section-background{
    background-position: 50% 0%;
    background-repeat: repeat;
}

#HEADLINE30>.ladi-headline{
    font-family: Exo, sans-serif;
    font-weight: bold;
    color: rgb(41, 41, 41);
    letter-spacing: 0px;
    text-align: center;
}

@media (min-width: 768px){
    #SECTION6{
        height: 432px;
    }

    #SECTION6>.ladi-section-background{
        background-image: url("../images/footer_bg.webp");
        background-size: cover;
        background-origin: content-box;
        background-attachment: scroll;
    }

    #HEADLINE30{
        width: 852px;
        top: 43.5px;
        left: 174px;
    }

    #HEADLINE30>.ladi-headline{
        font-size: 56px;
        line-height: 1.4;
    }
}

@media (max-width: 767px){
    #SECTION6{
        height: 375px;
    }

    #SECTION6>.ladi-section-background{
        background-image: url("../assets/ladicdn/UI6uURHz20240219043905.jpeg");
    }

    #HEADLINE30{
        width: 400px;
        top: 20px;
        left: 10px;
    }

    #HEADLINE30>.ladi-headline{
        font-size: 40px;
        line-height: 1.2;
    }
}

.post-detail-page{
    background-color: rgb(247, 244, 235);
}

.post-detail-container{
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.post-detail-hero{
    padding: 72px 0 48px;
    background-color: rgb(52, 69, 61);
    color: rgb(255, 255, 255);
}

.post-detail-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.5;
}

.post-detail-breadcrumb a{
    color: rgb(209, 232, 221);
    transition: color 180ms ease;
}

.post-detail-breadcrumb a:hover{
    color: rgb(255, 147, 57);
}

.post-detail-heading{
    max-width: 100%;
}

.post-detail-eyebrow{
    margin: 0 0 14px;
    color: rgb(171, 214, 194);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.post-detail-heading h1{
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.post-detail-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.post-detail-meta span{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1;
}

.post-detail-body{
    padding: 56px 0 88px;
}

.post-detail-grid{
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: 40px;
    align-items: start;
}

.post-detail-main{
    min-width: 0;
}

.post-detail-cover{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: rgb(230, 232, 224);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 48px rgba(37, 55, 46, 0.14);
}

.post-detail-description{
    margin: 0 0 28px;
    padding: 22px 26px;
    border-left: 4px solid rgb(135, 182, 161);
    border-radius: 0 8px 8px 0;
    background-color: rgb(255, 255, 255);
    color: rgb(58, 73, 65);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

.post-detail-content{
    padding: 36px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 49, 44);
    font-size: 16px;
    line-height: 1.75;
    box-shadow: 0 18px 46px rgba(37, 55, 46, 0.1);
}

.post-detail-content,
.post-detail-content *{
    font-family: Exo, sans-serif !important;
    letter-spacing: 0 !important;
}

.post-detail-content h1,
.post-detail-content h2,
.post-detail-content h3,
.post-detail-content h4{
    margin: 1.5em 0 0.65em;
    color: rgb(37, 55, 46);
    font-weight: 700;
    line-height: 1.28;
}

.post-detail-content h1:first-child,
.post-detail-content h2:first-child,
.post-detail-content h3:first-child,
.post-detail-content h4:first-child,
.post-detail-content p:first-child{
    margin-top: 0;
}

.post-detail-content p{
    margin: 0 0 1.15em;
}

.post-detail-content img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-detail-content ul,
.post-detail-content ol{
    padding-left: 24px;
    margin: 0 0 1.2em;
}

.post-detail-content blockquote{
    margin: 28px 0;
    padding: 18px 24px;
    border-left: 4px solid rgb(255, 147, 57);
    background-color: rgb(250, 246, 235);
    color: rgb(47, 84, 68);
}

.post-detail-sidebar{
    position: sticky;
    top: 112px;
    display: grid;
    gap: 24px;
    min-width: 0;
}

.post-detail-panel{
    padding: 24px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 18px 42px rgba(37, 55, 46, 0.1);
}

.post-detail-panel h2{
    margin: 0 0 18px;
    color: rgb(37, 55, 46);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.post-featured-list{
    display: grid;
    gap: 16px;
}

.post-featured-item{
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.post-featured-image{
    width: 86px;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background-color: rgb(230, 232, 224);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-featured-content{
    display: grid;
    gap: 8px;
    min-width: 0;
}

.post-featured-title{
    display: -webkit-box;
    overflow: hidden;
    color: rgb(37, 55, 46);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    transition: color 180ms ease;
}

.post-featured-date{
    color: rgb(111, 125, 116);
    font-size: 13px;
    line-height: 1;
}

.post-featured-item:hover .post-featured-title{
    color: rgb(255, 147, 57);
}

.post-product-list{
    display: grid;
    gap: 16px;
}

.post-product-item{
    display: grid;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(47, 84, 68, 0.12);
}

.post-product-item:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}

.post-product-image{
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background-color: rgb(230, 232, 224);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(47, 84, 68, 0.08);
}

.post-product-content{
    display: grid;
    gap: 7px;
}

.post-product-title{
    color: rgb(37, 55, 46);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    transition: color 180ms ease;
}

.post-product-desc{
    display: -webkit-box;
    overflow: hidden;
    color: rgb(111, 125, 116);
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
}

.post-product-item:hover .post-product-title{
    color: rgb(255, 147, 57);
}

.post-category-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-category-item{
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background-color: rgb(241, 247, 244);
    color: rgb(47, 84, 68);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px){
    .post-detail-hero{
        padding: 54px 0 40px;
    }

    .post-detail-heading h1{
        font-size: 38px;
    }

    .post-detail-grid{
        grid-template-columns: 1fr;
    }

    .post-detail-sidebar{
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px){
    .post-detail-container{
        width: min(388px, calc(100% - 32px));
    }

    .post-detail-hero{
        padding: 42px 0 34px;
    }

    .post-detail-heading h1{
        font-size: 30px;
    }

    .post-detail-body{
        padding: 36px 0 60px;
    }

    .post-detail-content{
        padding: 24px 20px;
        font-size: 16px;
        line-height: 1.75;
    }

    .post-detail-description{
        padding: 18px 20px;
        font-size: 17px;
    }

    .post-detail-sidebar{
        grid-template-columns: 1fr;
    }
}
