/*
Theme Name: TMB CO Theme
Theme URI: https://crawfordoutdoor.com
Author: Billy Day
Author URI: https://www.tmb-solutions.com
Description: Custom WooCommerce theme developed for Crawford Outdoor by TMB Solutions
Version: 2.9.1
Text Domain: tmb-co-theme
*/


/* Simple storefront homepage — 2.9.0 */
.tmb-store-home{background:#fff;color:#182432}
.tmb-store-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.tmb-store-intro{padding:44px 0;background:#f5f6f6;border-bottom:1px solid rgba(24,36,50,.1)}
.tmb-store-intro__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:center;gap:48px}
.tmb-store-intro__copy{max-width:740px}
.tmb-store-kicker{margin:0 0 9px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.62}
.tmb-store-intro h1{margin:0;max-width:720px;font-size:clamp(34px,4.5vw,58px);line-height:1.02;letter-spacing:-.04em}
.tmb-store-intro__text{max-width:650px;margin:18px 0 0;font-size:17px;line-height:1.65;color:rgba(24,36,50,.76)}
.tmb-store-intro__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.tmb-store-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 21px;background:var(--tmb-primary,#182432);color:#fff!important;text-decoration:none!important;font-weight:700;border:1px solid var(--tmb-primary,#182432);border-radius:4px;transition:transform .2s ease,opacity .2s ease}
.tmb-store-button:hover{transform:translateY(-2px);opacity:.9}
.tmb-store-button--secondary{background:transparent;color:var(--tmb-primary,#182432)!important}
.tmb-store-account-link{display:flex;min-height:150px;flex-direction:column;justify-content:flex-end;padding:25px;background:#fff;border:1px solid rgba(24,36,50,.12);color:inherit!important;text-decoration:none!important;box-shadow:0 12px 35px rgba(24,36,50,.06);transition:transform .2s ease,box-shadow .2s ease}
.tmb-store-account-link:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(24,36,50,.1)}
.tmb-store-account-link span{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.58}
.tmb-store-account-link strong{margin-top:8px;font-size:19px;line-height:1.3}
.tmb-store-section{padding:64px 0}
.tmb-store-section--muted{background:#f5f6f6}
.tmb-store-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.tmb-store-heading h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.035em}
.tmb-store-heading>a{color:inherit;text-decoration:none;font-weight:700;white-space:nowrap}
.tmb-store-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}
.tmb-store-product{min-width:0}
.tmb-store-product__image{display:block;aspect-ratio:1/1;background:#f2f3f3;overflow:hidden}
.tmb-store-product__image img{display:block;width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .28s ease}
.tmb-store-product:hover .tmb-store-product__image img{transform:scale(1.035)}
.tmb-store-product__body{padding-top:14px}
.tmb-store-product h3{margin:0 0 7px;font-size:16px;line-height:1.35}
.tmb-store-product h3 a{color:inherit;text-decoration:none}
.tmb-store-product__price{margin-bottom:10px;font-weight:700}
.tmb-store-product__link{font-size:13px;font-weight:700;color:inherit;text-decoration:none}
.tmb-store-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.tmb-store-category{position:relative;display:flex;align-items:flex-end;min-height:240px;padding:18px;overflow:hidden;background:#dfe3e4;color:#fff!important;text-decoration:none!important}
.tmb-store-category:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,16,24,.74),rgba(8,16,24,.05) 70%)}
.tmb-store-category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.tmb-store-category:hover img{transform:scale(1.035)}
.tmb-store-category span{position:relative;z-index:1;font-size:18px;font-weight:700}
.tmb-store-brands{padding-bottom:80px}
.tmb-store-brand-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid rgba(24,36,50,.1);border-left:1px solid rgba(24,36,50,.1)}
.tmb-store-brand-row a{display:flex;align-items:center;justify-content:center;min-height:130px;padding:22px;border-right:1px solid rgba(24,36,50,.1);border-bottom:1px solid rgba(24,36,50,.1);color:inherit;text-decoration:none;font-weight:700;text-align:center}
.tmb-store-brand-row img{display:block;max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain}
@media(max-width:900px){.tmb-store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.tmb-store-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.tmb-store-category:first-child{grid-column:1/-1}.tmb-store-brand-row{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.tmb-store-shell{width:min(100% - 28px,1180px)}.tmb-store-intro{padding:32px 0}.tmb-store-intro__inner{grid-template-columns:1fr;gap:24px}.tmb-store-intro h1{font-size:38px}.tmb-store-intro__text{font-size:15px;line-height:1.55}.tmb-store-intro__actions{display:grid;grid-template-columns:1fr;margin-top:22px}.tmb-store-button{width:100%}.tmb-store-account-link{min-height:118px;padding:20px}.tmb-store-section{padding:46px 0}.tmb-store-heading{align-items:center;margin-bottom:22px}.tmb-store-heading h2{font-size:30px}.tmb-store-products{gap:24px 12px}.tmb-store-product__image img{padding:10px}.tmb-store-product h3{font-size:14px}.tmb-store-product__price{font-size:14px}.tmb-store-category{min-height:190px}.tmb-store-brand-row{grid-template-columns:repeat(2,minmax(0,1fr))}.tmb-store-brand-row a{min-height:105px;padding:16px}.tmb-store-brand-row img{max-height:48px}}
