/* Base */
:root{--accent:#ff7a00;--muted:#6c6c6c}
body{background:#fff;font-family:Arial,Helvetica,sans-serif;color:#222}

/* responsive site logo used in navbar */
.site-logo{max-height:56px;width:auto;display:inline-block}
@media(max-width:576px){.site-logo{max-height:40px}}

/* full horizontal logo used when available */
.site-logo-full{height:48px; width:auto; display:inline-block}
@media(max-width:576px){.site-logo-full{height:34px}}

/* hero full logo card */
.hero-logo-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.12);display:inline-block}
/* Allow hero logo card images to be flexible so they don't restrict hero layout */
.hero-logo-card img{max-width:100%;height:auto;display:block}
@media(min-width:1200px){.hero-logo-card img{max-width:600px}}
@media(max-width:767px){.hero-logo-card{padding:16px}.hero-logo-card img{max-width:100%}}

/* Hero */
.hero{background:linear-gradient(90deg, rgba(255,122,0,0.12), rgba(255,122,0,0.06));padding:4rem 0;border-bottom:1px solid #f2f2f2;position:relative;overflow:hidden}

/* Make the right-side <img> cover the hero area on large screens */
.hero .row{align-items:stretch;}
.hero .row.main{align-items:stretch;min-height:300px}
.hero .col-lg-7{position:relative;padding-right:0}
.hero .col-lg-7 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:0;display:block}

/* Keep text column vertically centered but allow the image column to stretch */
.hero .col-lg-5{display:flex;align-items:center}
.hero .display-5{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.hero .shadow{box-shadow:0 6px 20px rgba(0,0,0,0.12)!important}

/* Small screens: revert to normal flow so image stacks beneath/above text and remains responsive */
@media(max-width:991px){
	.hero{padding:3rem 0}
	.hero .row{align-items:center}
	.hero .col-lg-7{padding-right:15px;min-height:0}
	.hero .col-lg-7 img{position:static;width:80%;height:auto;object-fit:contain;margin:0 auto;display:block}
}

/* search removed - styles omitted */

/* Recommends */
.section-title{font-weight:600;color:#333}
.recommend-item img{width:100%;max-width:120px;height:auto;display:block;margin-left:auto;margin-right:auto}
.recommend-item .small{color:var(--muted)}

/* Product cards */
.product-card{border-radius:6px;overflow:hidden}
.product-card img{height:160px;object-fit:cover}
.product-card .price{font-weight:600}

/* Footer tweaks */
.site-footer{border-top:1px solid #eee}

/* Small helpers */
.text-danger{color:#d6332a!important}

@media(min-width:992px){
	.hero{padding:6rem 0}
	.product-card img{height:180px}
}
