:root{--bodyFont:"DM Sans", sans-serif;--titleFont:"Poppins", sans-serif;--transition:all 0.3s ease;--body_bg:#ffffff;--globalColor:#f4f3f1;--borderColor:#dfe0e4;--bodyColor:#404a60;--titleColor:#222e48;--primaryColor:#022e2d;--secondaryColor:#b07e50;--whiteColor:#ffffff;--blackColor:#171717;--linkColor:#022e2d;--hoverColor:var(--secondaryColor);--boxBorderRadius:12px;--imageBorderRadius:4px;--btnBorderRadius:8px;--btnBgColor:#022e2d;--btnHoverBgColor:#b07e50;--btnColor:#ffffff;--btnHoverColor:#ffffff;--btnBgColor2:transparent;--btnHoverBgColor2:#022e2d;--btnColor2:#222e48;--btnHoverColor2:#ffffff}.tp-product-cat-single{min-height:460px;background-size:cover;position:relative;z-index:1;display:flex;justify-content:start;align-items:end}.tp-product-cat-single::before{content:"";position:absolute;background:linear-gradient(180deg,#fff0 55%,#000 100%);width:100%!important;height:100%;top:0;left:0;z-index:1}.tp-product-cat-single .tp-product-cat-content{padding:35px;position:relative;z-index:1;margin-bottom:-35px;transition:all 0.5s linear 0s}.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title{margin-bottom:0}.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title a{color:#fff}.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title a:hover{color:var(--primaryColor)}.tp-product-cat-single .tp-product-cat-content .tp-product-cat-btn{opacity:0;visibility:hidden;margin-top:7px;transition:all 0.5s linear 0s;display:block;color:#fff}.tp-product-cat-single:hover .tp-product-cat-content{margin-bottom:0}.tp-product-cat-single:hover .tp-product-cat-btn{opacity:1;visibility:visible;margin-top:10px}.tp-product-cat-single:hover .tp-product-cat-btn:hover{color:var(--primaryColor)}