.footer-social {display:none!important;}

.hero-desktop {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.hero-desktop .hero-left{
  	flex: 3 1 0!important;
  	aspect-ratio: 1873/877;
    overflow: hidden;
}
.hero-desktop .hero-left img{
	width: 100%!important;
  	height: 100%!important;
  	object-fit: cover;
    object-position: center;
}
.hero-desktop .hero-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}
.hero-desktop .hero-right .hero-card .overlay > span {display:none!important}

.hero-desktop .hero-card {
    flex: 1 1 0;
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 0;
}

.hero-desktop .hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-content H1{text-transform:uppercase;font-size:46px!important;font-weight:600!important}
.hero-content H2{text-transform:uppercase;font-size:64px!important;font-weight:700!important;color: #f4b54f}
.hero-content p{font-size:28px!important;font-weight:400!important}
@media(max-width:768px){
    .hero-desktop .hero-left > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
  	}
.hero-mobile-cards .overlay > span {display:none!important}
  
.hero-content H1{text-transform:uppercase;font-size:26px!important;font-weight:600!important;letter-spacing:1px!important;word-spacing:2px!important}
.hero-content H2{text-transform:uppercase;font-size:52px!important;font-weight:700!important;color: #f4b54f}
.hero-content p{font-size:24px!important;font-weight:400!important}   
}

.product-description-gallery tr th {font-weight: bold; border: 1px solid #999}
.product-description-gallery tr td {border: 1px solid #999}
.product-description-gallery .about-content .block-layouts-wrapper .block-2 .block-media img {object-fit:contain!important; max-height:1000px!important;width:100%!important}
.product-description-gallery .about-content .block-layouts-wrapper .block-3 .block-media img {object-fit:contain!important; max-height:1000px!important;width:100%!important}