.header .header-middle .header-wrapper {
    align-items: center;
    display: flex;
    padding: 4.5px 0;
}
.header .header-middle .header__left .logo a img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80px !important;
}
.section-content.section-content__slider {
    background-color: #f3f3f3;
    padding: 0px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image{
    background-color: #d6dee5;
    height: 80vw;
    max-height: 660px;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: fill;
}
.text-truncate {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}
.img-fluid-eq .img-fluid-eq__wrap img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    width: 100%;
}
.header .header-top {
    background-color: #ca8e52;
    border-bottom: 1px solid var(--header-deliver-color);
    font-size: 13px;
    line-height: 1;
    padding: 10px 0;
}
.section-content.section-content__slider .section-slides-wrapper {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image{
    background-color: #d6dee5;
    height: 400px;
    max-height: 600px;
}
.section-content.section-content__slider {
    background-color: #fdf5ea;
    padding: 0px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.widget-product-categories .product-categories-body .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-fluid-eq .img-fluid-eq__wrap img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: fill;
    width: 100%;
}
p {
    color: rgb(0 0 0);
    font-size: 14px;
    line-height: 1.6em;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(253 245 234) !important;
}
.slick-slides-carousel .product-inner {
    background-color: #fdf5ea;
    border-color: #c9c9c9;
    border-width: 1px 0 1px 1px;
}
.product-inner .product-bottom-box {
    background-color: #fdf5ea!important;
}
.widget-blog {
    background-color: #fdf5ea;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget-blog .widget-blog-container {
    background-color: #fdf5ea;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 25px 0;
}
.card {
    --bs-card-bg: #fdf5ea!important;
}
#footer .border-top {
    border-top: 1px solid var(--footer-border-color)!important;
    background-color: #fdf5ea;
}
#footer {
    background-color: #fdf5ea!important;
}
.product-inner .product__title a {
    box-shadow: none;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    text-decoration: none;
    transition: .3s ease;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(253 245 234) !important;
}