.home-top-container{display: flex; justify-content: space-between; gap: 10px;max-width:100%;height:auto;aspect-ratio: 3 / 1;margin-bottom:10px;}
.home-top-left{margin-top: 15px;flex: 2;box-sizing: border-box;max-width:66%;height:100%;} 
.home-top-right{ margin-top: 15px;flex: 1;box-sizing: border-box;max-width:33%;height:100%;} 
.flex-box-vertical{display: flex;flex-direction: column;}

.scaling-image{max-width: 100%;max-height: 100%; width:100%;height: 100%;}
.scaling-image-link{flex:1;max-width: 100%;max-height:25%; width:100%;height: auto;}

.home-slider{aspect-ratio: 2 / 1;}

body{background-image: url("../img/bg_left.jpg"); background-position: left; background-repeat: no-repeat; background-attachment: fixed;background-color: #f9f8f4}
.home-main-container{display: flex; justify-content: space-between; gap: 10px;max-width:100%;height:auto;}
.home-lower-sidebar{flex:1;max-width:25%;}
.home-lower-main{flex:3;max-width:75%;}
#header{background-color: transparent;box-shadow: none;-webkit-box-shadow: none;}
#wrapper{background-color: transparent;padding-top:0px;}
#header .header-nav{border-bottom: none;}
#header .header-top .container .row{background-color: #f79a01;border-bottom-width: 4px; border-bottom-style:solid; border-bottom-color:#d84d22;} 
#header .header-top .container .row .header-top-right{width:100%; display:flex;gap: 10px;} 
#header .header-top .container .row .header-top-right .menu{flex:1;width:auto;}
#top-menu{height:100%;display:flex;} 
#top-menu li{height:100%;flex:1;display:flex;flex-direction:column;justify-content:center;align-content:center;border-right:2px solid #dfdfdf;}

#header .header-top a[data-depth="0"]{text-align: center;color:#fff;font:bold 15px/18px "Open Sans", sans-serif; font-weight:600;}
#header .header-top .menu{padding-left:0px;}
.category-cover{max-width:100%;display:flex;justify-content: center;align-items: center;margin-bottom:15px;}
#js-product-list-header{background:linear-gradient(to right, #7b3720 0%, #d84c22 100%);background-image: url("../img/bg-headline-category.jpg"); background-position-x: left;background-position-y:top;padding:17px 15px 17px 28px;color:#fff;}
#category-description *{max-width:100%;}


.subcategory-image picture .img-fluid{height:auto;width:100%;}
.subcategory-image {flex:1;height:auto;width:100%;}
#subcategories ul{display:grid; gap:1rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
#subcategories ul li{display:flex;flex-direction:column;width:auto;}
#subcategories ul li h5{flex:1;display:flex;flex-direction:column;margin:auto;width:100%;min-height:4rem;background-color:#fcfbfb;padding:.5rem;align-content:center;justify-content:center}
#subcategories ul li .subcategory-image{padding:0px;padding-top:.5rem;padding-bottom:.5rem;}

.product-list-title{font-weight:normal;font-size:1rem;color:#24b9d7;}

/*
#subcategories ul{justify-content: center;align-items: center;}
#subcategories ul li .subcategory-image{padding:0px;height:80%;align-content:center;}
#subcategories ul li .subcategory-image a{padding:20px;height:100%;border:0px;}
.subcategories-list li h5{background-color:#fcfbfb;border-top:0px;padding:5px;min-height:3rem;}
.subcategories-list li{flex:1;height:180px;width:auto;}

*/

.product-miniature .product-description{background-color:#fcfbfb;min-height:5rem;}

.category-sidebar-header{background-color:#fcfbfb;padding:5px;}
.category-sub-menu{display:flex;flex-direction:column;max-width:100%;}
.block-categories{padding:0px;}

.footer-container .container{background-color: #752b15;padding-top:1rem;}
.footer-container .h3{text-decoration:underline;}
.footer-container .h3, #block_myaccount_infos .myaccount-title a, .block-contact .block-contact-title, .footer-container .collapse, .footer-container li a, .copyright-text{color:#fff;}

:root{
    --category-sidebar-root-icon-width: 2rem;
}
.block-categories .collapse-icons{flex-shrink:0;position:static;height:2rem;width:var(--category-sidebar-root-icon-width);}
.product-category-single-root{margin-left:var(--category-sidebar-root-icon-width);}
.product-category-entry{display:flex;}
.category-sub-menu >li[data-depth="0"]{padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid #e7e4de;}
.category-sub-menu >li:not([data-depth="0"]){padding-top:.5rem;padding-bottom:.5rem;border-top:1px solid #e7e4de;}

.product-category-collapse{margin-left:1.5rem;}

.product-category-multi{margin-left:.5rem;}
.product-category-single{margin-left:1.5rem;}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before{margin-right:0px;content:"";padding-left:0px;}

/* Hover box */
.subcategories-list li, .thumbnail-container {outline: 5px solid transparent; transition: outline-color 0.3s ease;}
.subcategories-list li:hover, .thumbnail-container:hover {outline-color: #24b9d7;}

/* Border around tiles */
.thumbnail-container, .product-miniature .product-description, .subcategories-list li h5, .subcategory-image .category-sidebar-header  {border:1px solid #e7e4de;}



