/* TOTAL CAR — FASE 13: página principal de tienda WooCommerce. */
.tc-shop-page-shell{width:100%;background:#f8fafc;color:#1e293b}
.tc-shop-hero{position:relative;display:flex;align-items:center;min-height:var(--tc-shop-hero-height,300px);overflow:hidden;background-color:var(--tc-shop-hero-bg,#000);background-position:center;background-size:cover}
.tc-shop-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.11) 1px,transparent 1px);background-size:28px 28px;opacity:.18}
.tc-shop-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.55));opacity:var(--tc-shop-hero-overlay,.72)}
.tc-shop-hero-content{position:relative;z-index:2;width:min(var(--tc-shop-max,1280px),calc(100% - 32px));margin:auto;padding:64px 0}
.tc-shop-eyebrow,.tc-shop-section-head span,.tc-shop-products-heading span,.tc-shop-sidebar-head span{display:block;margin-bottom:10px;color:var(--tc-wc-yellow);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.tc-shop-hero h1{max-width:820px;margin:0;color:var(--tc-shop-hero-title,#fff);font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.02;letter-spacing:-.035em;text-transform:uppercase;text-shadow:0 8px 30px rgba(0,0,0,.4)}
.tc-shop-hero-text{max-width:720px;margin-top:18px;color:var(--tc-shop-hero-text,#cbd5e1);font-size:17px;line-height:1.65}
.tc-shop-hero-text p{margin:0}
.tc-shop-container{width:min(var(--tc-shop-max,1280px),calc(100% - 32px));margin:0 auto;padding:var(--tc-shop-py,56px) 0}
.tc-shop-container::after{content:"";display:block;clear:both}
.tc-shop-container .woocommerce-breadcrumb{margin-bottom:28px}
.tc-shop-categories{margin-bottom:60px}
.tc-shop-section-head,.tc-shop-products-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #e2e8f0}
.tc-shop-section-head h2,.tc-shop-products-heading h2,.tc-shop-sidebar-head h2{margin:0;color:#000;font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.12;letter-spacing:-.025em}
.tc-shop-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tc-shop-category-card{position:relative;display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:18px;min-height:116px;padding:16px 18px;border:1px solid var(--tc-shop-cat-border,#e2e8f0);border-radius:9px;background:var(--tc-shop-cat-bg,#fff);box-shadow:0 2px 5px rgba(15,23,42,.03);text-decoration:none!important;overflow:hidden}
.tc-shop-category-card::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--tc-wc-yellow);transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease}
.tc-shop-category-card:hover{border-color:rgba(255,197,0,.75);box-shadow:0 14px 32px rgba(15,23,42,.09);transform:translateY(-2px)}
.tc-shop-category-card:hover::before{transform:scaleY(1)}
.tc-shop-category-media{display:flex;align-items:center;justify-content:center;width:82px;height:82px;border-radius:7px;background:var(--tc-shop-cat-icon-bg,#000);overflow:hidden}
.tc-shop-category-media img{width:100%;height:100%;object-fit:cover}
.tc-shop-category-media i{color:var(--tc-shop-cat-icon-color,#FFC500);font-size:36px}
.tc-shop-category-copy h3{margin:0 0 5px;color:#000;font-size:16px;font-weight:900}
.tc-shop-category-copy span{color:#64748b;font-size:12px;font-weight:600}
.tc-shop-category-arrow{color:#94a3b8;font-size:20px;transition:transform .2s ease,color .2s ease}
.tc-shop-category-card:hover .tc-shop-category-arrow{color:#000;transform:translateX(4px)}
.tc-shop-products-heading{clear:both;margin-top:0}
.tc-shop-page-shell .woocommerce-result-count{margin:0 0 24px;padding:12px 0;color:#64748b;font-weight:600}
.tc-shop-page-shell .woocommerce-ordering{margin:0 0 24px}
.tc-shop-page-shell ul.products{display:grid!important;grid-template-columns:repeat(var(--tc-shop-cols-desktop,3),minmax(0,1fr));gap:var(--tc-shop-gap,28px)!important;clear:both;margin:0!important;padding:0!important}
.tc-shop-page-shell ul.products::before,.tc-shop-page-shell ul.products::after{display:none!important}
.tc-shop-page-shell ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 20px!important;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.04);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.tc-shop-page-shell ul.products li.product:hover{border-color:rgba(255,197,0,.75);box-shadow:0 18px 42px rgba(15,23,42,.11);transform:translateY(-4px)}
.tc-shop-page-shell ul.products li.product a img{width:100%;aspect-ratio:1/1;object-fit:contain;margin:0 0 18px!important;padding:22px;background:#f8fafc}
.tc-shop-page-shell ul.products li.product .woocommerce-loop-product__title{padding:0 20px!important;color:#000;font-size:16px!important;font-weight:800;line-height:1.35}
.tc-shop-page-shell ul.products li.product .price{display:block;margin:10px 20px 16px!important;font-size:17px!important}
.tc-shop-page-shell ul.products li.product .button,.tc-shop-page-shell ul.products li.product .added_to_cart{margin:0 20px!important;width:calc(100% - 40px);min-height:44px}
.tc-shop-page-shell .onsale{top:12px!important;left:12px!important;right:auto!important;margin:0!important}
.tc-shop-has-sidebar .tc-shop-container #primary{width:calc(100% - var(--tc-shop-sidebar-width,280px) - 36px)}
.tc-shop-has-sidebar.tc-shop-sidebar-left .tc-shop-container #primary{float:right}
.tc-shop-has-sidebar.tc-shop-sidebar-right .tc-shop-container #primary{float:left}
.tc-shop-sidebar{width:var(--tc-shop-sidebar-width,280px)}
.tc-shop-sidebar-left .tc-shop-sidebar{float:left}.tc-shop-sidebar-right .tc-shop-sidebar{float:right}
.tc-shop-sidebar-inner{position:sticky;top:180px;padding:24px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.tc-shop-sidebar-head{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}
.tc-shop-sidebar-head h2{font-size:23px}
.tc-shop-filter-widget{margin:0 0 26px}.tc-shop-filter-widget:last-child{margin-bottom:0}
.tc-shop-filter-title{margin:0 0 14px;color:#000;font-size:15px;font-weight:900}
.tc-shop-filter-widget ul{margin:0;padding:0;list-style:none}.tc-shop-filter-widget li{padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:13px}
.tc-shop-empty-copy{margin:20px 0 40px;padding:60px 24px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;text-align:center}
.tc-shop-empty-copy i{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:#000;color:var(--tc-wc-yellow);font-size:32px}
.tc-shop-empty-copy h2{margin:0 0 10px;color:#000;font-size:28px;font-weight:900}.tc-shop-empty-copy p{max-width:560px;margin:0 auto 24px;color:#64748b}
@media(max-width:1023px){.tc-shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-shop-page-shell ul.products{grid-template-columns:repeat(var(--tc-shop-cols-tablet,2),minmax(0,1fr))}.tc-shop-has-sidebar .tc-shop-container #primary,.tc-shop-sidebar{float:none!important;width:100%}.tc-shop-sidebar{margin:0 0 36px}.tc-shop-sidebar-inner{position:static}}
@media(max-width:767px){.tc-shop-hero{min-height:min(var(--tc-shop-hero-height,300px),360px)}.tc-shop-hero-content{padding:48px 0}.tc-shop-hero h1{font-size:32px}.tc-shop-hero-text{font-size:15px}.tc-shop-container{width:min(var(--tc-shop-max,1280px),calc(100% - 24px));padding:36px 0}.tc-shop-category-grid{grid-template-columns:1fr}.tc-shop-category-card{grid-template-columns:68px 1fr auto;min-height:98px;padding:14px}.tc-shop-category-media{width:68px;height:68px}.tc-shop-page-shell ul.products{grid-template-columns:repeat(var(--tc-shop-cols-mobile,1),minmax(0,1fr))}.tc-shop-section-head,.tc-shop-products-heading{align-items:flex-start}.tc-shop-page-shell .woocommerce-ordering select{width:100%}}
