/*
Theme Name: UTV Forge GeneratePress Child
Theme URI: https://utvforge.com/
Description: Lightweight GeneratePress child theme for the UTV Forge WooCommerce storefront.
Author: UTV Forge
Author URI: https://utvforge.com/
Template: generatepress
Version: 1.0.0
Text Domain: utvforge-generatepress-child
*/

#site-navigation .main-nav > ul > li > a {
	font-size: 21px;
	font-weight: 600;
}

#site-navigation .main-nav ul ul li > a {
	font-size: 16px;
	line-height: 1.35;
	padding-top: 12px;
	padding-bottom: 12px;
}

.utvforge-catalog-filters {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: end;
	margin: 0 0 1.5rem;
	padding: 1rem;
	border: 1px solid #d9dee5;
	border-radius: 8px;
	background: #f7f8fa;
}

.utvforge-catalog-filter label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.utvforge-catalog-filter input,
.utvforge-catalog-filter select {
	width: 100%;
	min-height: 44px;
	margin: 0;
}

.utvforge-catalog-filter-actions {
	display: flex;
	grid-column: 1 / -1;
	gap: 1rem;
	align-items: center;
}

.utvforge-catalog-filter-actions button {
	min-height: 44px;
	padding: 0.65rem 1.25rem;
}

@media (max-width: 900px) {
	.utvforge-catalog-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.utvforge-catalog-filters {
		grid-template-columns: 1fr;
	}
}


/* UTV Forge unified storefront design system. */
:root{--utvf-ink:#111827;--utvf-text:#17202a;--utvf-muted:#4b5563;--utvf-red:#d6202b;--utvf-red-dark:#b71923;--utvf-line:#e2e5e9;--utvf-soft:#f5f6f8;--utvf-radius:12px;--utvf-shadow:0 8px 22px rgba(17,24,39,.08);--utvf-shadow-hover:0 12px 28px rgba(17,24,39,.14)}
.entry-title,.woocommerce-products-header__title.page-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em}.button,.wp-element-button,button,input[type=submit]{border-radius:8px;font-weight:700}.utvforge-departments-title,.utvforge-featured-title,.utvforge-lower-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em;text-align:center}.utvforge-departments-title,.utvforge-featured-title{margin:56px 0 28px!important}.utvforge-departments-grid{gap:18px!important;margin-bottom:18px!important}.utvforge-departments-grid .wp-block-column,.utvforge-vehicle-card,.utvforge-review-card,.utvforge-news-card{background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);box-shadow:var(--utvf-shadow);transition:transform .18s ease,box-shadow .18s ease}.utvforge-departments-grid .wp-block-column:hover,.utvforge-vehicle-card:hover,.utvforge-news-card:hover{transform:translateY(-3px);box-shadow:var(--utvf-shadow-hover)}.utvforge-departments-grid .wp-block-column{padding:22px 20px}.utvforge-departments-grid h3{font-size:21px;line-height:1.25;margin:0 0 10px}.utvforge-departments-grid h3 a{color:var(--utvf-text)!important;text-decoration:none}.utvforge-departments-grid h3 a:hover{color:var(--utvf-red)!important}.utvforge-departments-grid p{color:var(--utvf-muted);font-size:15px;line-height:1.55;margin:0}
/* Product grids: homepage, shop, categories, fitment archives, and related products. */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);padding:16px;box-shadow:var(--utvf-shadow);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--utvf-shadow-hover)}.woocommerce ul.products li.product img{border-radius:8px;margin:0 0 14px;aspect-ratio:1;object-fit:cover;background:#fff}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--utvf-text)!important;font-size:16px!important;line-height:1.35!important;padding:0!important;margin:0 0 10px!important}.woocommerce ul.products li.product .price{color:var(--utvf-red)!important;font-size:17px!important;font-weight:700!important;margin:0 0 14px!important}.woocommerce ul.products li.product>.button{background:var(--utvf-text)!important;color:#fff!important;border-radius:8px;padding:12px 14px;text-align:center;margin-top:auto!important;width:100%;box-sizing:border-box}.woocommerce ul.products li.product>.button:hover{background:var(--utvf-red)!important;color:#fff!important}.woocommerce .onsale{background:var(--utvf-red)!important;color:#fff!important}.woocommerce-result-count{color:var(--utvf-muted);font-weight:600}.woocommerce-ordering select{border:1px solid var(--utvf-line);border-radius:8px;min-height:44px;padding:8px 36px 8px 12px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:8px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:#fff;border:1px solid var(--utvf-line);border-radius:7px;color:var(--utvf-text);min-width:40px}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--utvf-red);border-color:var(--utvf-red);color:#fff}
/* Catalog filters shared by Shop and product-category archives. */
.utvforge-catalog-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end;margin:0 0 28px;padding:20px;border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);box-shadow:var(--utvf-shadow)}.utvforge-catalog-filter label{display:block;margin-bottom:7px;color:var(--utvf-text);font-weight:700}.utvforge-catalog-filter input,.utvforge-catalog-filter select{width:100%;min-height:46px;margin:0;border:1px solid #cfd5dc;border-radius:8px;background:#fff;padding:9px 12px}.utvforge-catalog-filter input:focus,.utvforge-catalog-filter select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 2px rgba(214,32,43,.15);outline:0}.utvforge-catalog-filter-actions{display:flex;grid-column:1/-1;gap:12px;align-items:center}.utvforge-catalog-filter-actions button{min-height:44px;padding:10px 18px;background:var(--utvf-text);color:#fff}.utvforge-catalog-filter-actions button:hover{background:var(--utvf-red)}.utvforge-catalog-filter-actions a{color:var(--utvf-red)!important;font-weight:700;text-decoration:none}
/* Homepage lower sections. */
.utvforge-lower-section{margin-top:64px}.utvforge-lower-title{font-size:35px;line-height:1.2;margin:0 0 28px}.utvforge-review-grid,.utvforge-news-grid{display:grid;gap:18px}.utvforge-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-review-card{padding:24px}.utvforge-stars{color:var(--utvf-red);letter-spacing:3px;font-size:19px;margin-bottom:12px}.utvforge-review-card blockquote{color:#374151;font-size:16px;line-height:1.65;margin:0 0 16px}.utvforge-review-card cite{color:var(--utvf-text);font-style:normal;font-weight:700}.utvforge-faq-list{display:grid;gap:12px}.utvforge-faq-list details{background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-left:4px solid var(--utvf-red);border-radius:10px;padding:0 20px;box-shadow:0 6px 18px rgba(17,24,39,.06)}.utvforge-faq-list summary{color:var(--utvf-text);font-size:17px;font-weight:700;cursor:pointer;padding:18px 32px 18px 0}.utvforge-faq-list details p{color:var(--utvf-muted);font-size:15px;line-height:1.65;margin:0;padding:0 0 20px}.utvforge-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.utvforge-news-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.utvforge-news-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.utvforge-news-body{padding:20px;display:flex;flex-direction:column;flex:1}.utvforge-news-date{color:var(--utvf-red);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.utvforge-news-card h3{font-size:19px;line-height:1.35;margin:0 0 10px}.utvforge-news-card h3 a{color:var(--utvf-text)!important;text-decoration:none}.utvforge-news-card p{color:var(--utvf-muted);font-size:14px;line-height:1.55;margin:0 0 16px}.utvforge-news-link{color:var(--utvf-red)!important;font-weight:700;text-decoration:none;margin-top:auto}.utvforge-home-footer{margin-top:64px;background:var(--utvf-ink);border-top:5px solid var(--utvf-red);border-radius:14px 14px 0 0;color:#e5e7eb;padding:42px 36px 26px}.utvforge-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px}.utvforge-home-footer img{filter:invert(1);width:170px;height:auto;margin-bottom:16px}.utvforge-home-footer h3{color:#fff;font-size:17px;margin:0 0 14px}.utvforge-home-footer p{color:#cbd5e1;font-size:14px;line-height:1.6;margin:0}.utvforge-home-footer ul{list-style:none;margin:0;padding:0}.utvforge-home-footer li{margin:0 0 9px}.utvforge-home-footer a{color:#e5e7eb!important;text-decoration:none}.utvforge-home-footer a:hover{color:#ef4650!important}.utvforge-footer-copy{border-top:1px solid #374151;margin-top:30px;padding-top:20px;text-align:center;color:#9ca3af;font-size:13px}
/* Shop by Vehicle. */
.page-id-12963 .entry-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.utvforge-vehicle-intro{background:var(--utvf-ink);color:#f9fafb;border-top:5px solid var(--utvf-red);border-radius:14px;padding:28px 30px;font-size:20px!important;line-height:1.55;margin:0 0 18px!important;box-shadow:0 10px 28px rgba(17,24,39,.14)}.utvforge-vehicle-actions{gap:12px;margin:0 0 42px}.utvforge-vehicle-actions .wp-block-button__link{border-radius:9px;padding:12px 18px;font-weight:700}.utvforge-vehicle-actions .wp-block-button:first-child .wp-block-button__link{background:var(--utvf-red);color:#fff}.utvforge-vehicle-actions .wp-block-button:last-child .wp-block-button__link{background:var(--utvf-text);color:#fff;border:0}.utvforge-vehicle-actions .wp-block-button__link:hover{background:var(--utvf-red-dark)!important;color:#fff!important}.utvforge-vehicle-separator{border-color:var(--utvf-red)!important;border-width:3px!important;width:84px!important;margin:0 0 30px!important}.utvforge-vehicle-grid{gap:18px!important;margin-bottom:18px!important}.utvforge-vehicle-card{padding:22px 20px}.utvforge-vehicle-card h2{color:var(--utvf-text);font-size:25px;line-height:1.25;margin:0 0 15px}.utvforge-vehicle-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.utvforge-vehicle-card li{margin:0}.utvforge-vehicle-card li a{display:block;background:#fff;border:1px solid var(--utvf-line);border-radius:8px;color:var(--utvf-text)!important;font-size:15px;font-weight:700;padding:9px 12px;text-decoration:none}.utvforge-vehicle-card li a:hover{background:var(--utvf-red);border-color:var(--utvf-red);color:#fff!important}.page-id-12963 .entry-content>h2:last-of-type{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:12px 12px 0 0;color:#fff;font-size:27px;margin:36px 0 0;padding:26px 28px 10px;box-shadow:0 10px 28px rgba(17,24,39,.14)}.page-id-12963 .entry-content>h2:last-of-type+p{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:0 0 12px 12px;color:#cbd5e1;font-size:15px;line-height:1.65;margin:0;padding:0 28px 26px}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.utvforge-departments-title,.utvforge-featured-title{margin-top:38px!important;font-size:29px!important}.utvforge-departments-grid{gap:14px!important}.utvforge-departments-grid .wp-block-column{padding:18px}.page-id-12963 .entry-title{font-size:34px}.utvforge-vehicle-intro{padding:22px;font-size:18px!important}.utvforge-vehicle-actions{margin-bottom:32px}.utvforge-vehicle-grid{gap:14px!important}.utvforge-vehicle-card{padding:18px}.page-id-12963 .entry-content>h2:last-of-type{padding:22px 22px 8px}.page-id-12963 .entry-content>h2:last-of-type+p{padding:0 22px 22px}}
@media(max-width:600px){.utvforge-lower-section{margin-top:44px}.utvforge-lower-title{font-size:29px}.utvforge-review-grid,.utvforge-news-grid,.utvforge-footer-grid{grid-template-columns:1fr}.utvforge-review-card{padding:20px}.utvforge-home-footer{padding:34px 24px 22px}}
@media(max-width:560px){.utvforge-catalog-filters{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:1fr;gap:14px}.woocommerce ul.products li.product{padding:14px}}


/* UTV Forge unified utility pages and shared elements. */
body:not(.home){background:#f3f4f6;color:var(--utvf-text)}
body:not(.home) .site-content{padding-top:34px;padding-bottom:54px}
body:not(.home) .inside-article{background:#fff;border:1px solid var(--utvf-line);border-top:5px solid var(--utvf-red);border-radius:var(--utvf-radius);box-shadow:var(--utvf-shadow);padding:34px}
body:not(.home) .entry-header{margin-bottom:24px}
body:not(.home) .entry-title,body:not(.home) .woocommerce-products-header__title{color:var(--utvf-ink);font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-.03em;line-height:1.1}
.entry-content h2,.entry-content h3,.entry-content h4{color:var(--utvf-ink);font-weight:750;line-height:1.25}
.entry-content a:not(.button):not(.wp-block-button__link){color:var(--utvf-red);text-decoration-color:rgba(214,32,43,.35);text-underline-offset:3px}
.entry-content a:not(.button):not(.wp-block-button__link):hover{color:var(--utvf-red-dark)}
button,.button,.wp-element-button,.wp-block-button__link,input[type=submit],input[type=button],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--utvf-ink);border:0;border-radius:9px;color:#fff;font-weight:750;line-height:1.2;padding:12px 18px;transition:background .2s ease,transform .2s ease}
button:hover,.button:hover,.wp-element-button:hover,.wp-block-button__link:hover,input[type=submit]:hover,input[type=button]:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--utvf-red);color:#fff;transform:translateY(-1px)}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),textarea,select,.select2-container .select2-selection{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--utvf-text);min-height:44px;padding:10px 12px}
textarea{min-height:130px}.select2-container .select2-selection--single{height:44px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}
input:focus,textarea:focus,select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 3px rgba(214,32,43,.12);outline:0}
label{color:var(--utvf-ink);font-weight:650}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#f8fafc;border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:10px;color:var(--utvf-text);box-shadow:0 6px 18px rgba(17,24,39,.06);padding:16px 18px 16px 48px}
.woocommerce-message::before,.woocommerce-info::before{color:var(--utvf-red)}.woocommerce-error{border-top-color:#b91c1c}.woocommerce-error::before{color:#b91c1c}
.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon,.woocommerce form.track_order,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:24px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px}
.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after{display:none}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:auto}
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:10px;background:var(--utvf-ink);border-radius:12px}
.woocommerce-MyAccount-navigation li{margin:0}.woocommerce-MyAccount-navigation a{display:block;border-radius:8px;color:#e5e7eb!important;font-weight:700;padding:11px 13px;text-decoration:none!important}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation a:hover{background:var(--utvf-red);color:#fff!important}
.woocommerce table.shop_table{border:1px solid var(--utvf-line);border-collapse:separate;border-radius:12px;overflow:hidden}
.woocommerce table.shop_table th{background:var(--utvf-ink);color:#fff;font-weight:750;padding:14px}.woocommerce table.shop_table td{border-color:var(--utvf-line);padding:14px}.woocommerce table.shop_table tr:nth-child(even) td{background:#f8fafc}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout-review-order-table{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:20px}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{background:var(--utvf-red);font-size:17px;padding:15px 22px;width:100%}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout #place_order:hover{background:var(--utvf-red-dark)}
.woocommerce-checkout #payment{background:#f1f5f9;border-radius:12px}.woocommerce-checkout #payment div.payment_box{background:#fff;border:1px solid var(--utvf-line);border-radius:8px}
.wpcf7 form,.woocommerce form.track_order{max-width:780px}.wpcf7-form-control-wrap{display:block;margin-top:6px}.wpcf7-not-valid-tip{color:#b91c1c;font-size:13px}.wpcf7-response-output{border-radius:8px!important;margin:18px 0!important;padding:12px 14px!important}
.entry-content details{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:10px;margin-bottom:10px;padding:14px 16px}.entry-content summary{color:var(--utvf-ink);cursor:pointer;font-weight:750}
.entry-content iframe,.entry-content video{border-radius:12px;max-width:100%}.wp-block-embed{margin-bottom:24px}
.pagination,.woocommerce-pagination{margin-top:30px}.pagination .page-numbers,.woocommerce-pagination .page-numbers li a,.woocommerce-pagination .page-numbers li span{border-radius:7px!important}.woocommerce-pagination .page-numbers li span.current{background:var(--utvf-red)!important;color:#fff!important}
@media(max-width:768px){body:not(.home) .site-content{padding-top:20px;padding-bottom:34px}body:not(.home) .inside-article{padding:22px 18px}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{padding:18px}.woocommerce table.shop_table_responsive tr{border-bottom:1px solid var(--utvf-line);padding:10px}.woocommerce table.shop_table_responsive tr td{background:#fff!important}}
@media(max-width:480px){.woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}body:not(.home) .entry-title,body:not(.home) .woocommerce-products-header__title{font-size:32px}}


/* WooCommerce Blocks and higher-specificity shared controls. */
.site-main input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.site-main textarea,.site-main select,.site-main .select2-container .select2-selection{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--utvf-text);min-height:44px;padding:10px 12px}
.site-main input:focus,.site-main textarea:focus,.site-main select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 3px rgba(214,32,43,.12);outline:0}
.site-main button:not(.wc-block-components-quantity-selector__button):not(.wc-block-cart-item__remove-link):not(.wc-block-components-chip__remove),.site-main .button,.site-main input[type=submit],.site-main .wc-block-components-button:not(.is-link){background:var(--utvf-ink);border:0;border-radius:9px;color:#fff;font-weight:750;padding:12px 18px}
.site-main button:not(.wc-block-components-quantity-selector__button):not(.wc-block-cart-item__remove-link):not(.wc-block-components-chip__remove):hover,.site-main .button:hover,.site-main input[type=submit]:hover,.site-main .wc-block-components-button:not(.is-link):hover{background:var(--utvf-red);color:#fff}
.wc-block-components-sidebar-layout{gap:28px}.wc-block-cart__main,.wc-block-cart__sidebar{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:22px!important}
.wc-block-cart-items{border-collapse:separate}.wc-block-cart-items thead th{background:var(--utvf-ink);color:#fff;padding:13px!important}.wc-block-cart-items thead th:first-child{border-radius:8px 0 0 8px}.wc-block-cart-items thead th:last-child{border-radius:0 8px 8px 0}.wc-block-cart-items__row td{border-color:var(--utvf-line)!important;padding-top:20px!important;padding-bottom:20px!important}
.wc-block-components-product-name{color:var(--utvf-ink)!important;font-weight:750;text-decoration:none!important}.wc-block-components-product-name:hover{color:var(--utvf-red)!important}.wc-block-components-product-price,.wc-block-cart-item__total{color:var(--utvf-red);font-weight:750}
.wc-block-components-quantity-selector{background:#fff;border:1px solid #cbd5e1!important;border-radius:8px!important}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{border:0!important;border-radius:0!important;box-shadow:none!important;min-height:38px;padding:0!important}.wc-block-components-quantity-selector__button{background:transparent!important;border:0!important;border-radius:7px!important;color:var(--utvf-ink)!important;transform:none!important}.wc-block-components-quantity-selector__button:hover{background:#e5e7eb!important}
.wc-block-cart-item__remove-link{background:transparent!important;border:0!important;color:var(--utvf-red)!important;font-size:13px;font-weight:700;padding:2px 0!important;text-decoration:none!important;transform:none!important}.wc-block-cart-item__remove-link:hover{color:var(--utvf-red-dark)!important;text-decoration:underline!important}
.wc-block-cart__totals-title{color:var(--utvf-ink);font-size:22px!important;font-weight:800!important}.wc-block-components-totals-wrapper{border-color:var(--utvf-line)!important}.wc-block-components-totals-item__label{color:var(--utvf-text);font-weight:650}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:var(--utvf-ink);font-size:19px;font-weight:800}
.wc-block-components-panel__button{background:transparent!important;color:var(--utvf-ink)!important;padding:8px 0!important;transform:none!important}.wc-block-components-chip{background:#fff!important;border:1px solid var(--utvf-line)!important}.wc-block-components-chip__remove{background:transparent!important;color:var(--utvf-red)!important;transform:none!important}
.wc-block-cart__submit-button{background:var(--utvf-red)!important;border-radius:9px!important;color:#fff!important;font-size:17px!important;font-weight:800!important;min-height:52px!important}.wc-block-cart__submit-button:hover{background:var(--utvf-red-dark)!important}
.wc-block-components-notice-banner{background:#f8fafc!important;border:1px solid var(--utvf-line)!important;border-left:5px solid var(--utvf-red)!important;border-radius:9px!important}
@media(max-width:700px){.wc-block-cart__main,.wc-block-cart__sidebar{padding:16px!important}.wc-block-components-sidebar-layout{gap:18px}.wc-block-cart-items__row{border-bottom:1px solid var(--utvf-line)}.wc-block-cart-items__row td{padding-top:16px!important;padding-bottom:16px!important}}


/* Third-party controls aligned with the global button system. */
.site-main .wpcf7 input.wpcf7-submit,.site-main button.sby_load_btn{background:var(--utvf-ink)!important;border:0!important;border-radius:9px!important;box-shadow:none!important;color:#fff!important;font-weight:750!important;line-height:1.2!important;padding:12px 18px!important;text-transform:none!important;transition:background .2s ease,transform .2s ease!important}
.site-main .wpcf7 input.wpcf7-submit:hover,.site-main button.sby_load_btn:hover{background:var(--utvf-red)!important;color:#fff!important;transform:translateY(-1px)!important}


/* Primary-menu cart icon and live quantity badge. */
#site-navigation .main-nav > ul > li > a.utvforge-cart-link{align-items:center;display:flex;justify-content:center;min-width:72px;padding-left:16px;padding-right:16px;position:relative}
.utvforge-cart-icon{display:inline-flex;line-height:1}.utvforge-cart-icon svg{display:block;height:39px;width:39px}
.utvforge-cart-count{align-items:center;background:var(--utvf-red);border:2px solid #fff;border-radius:999px;color:#fff;display:flex;font-size:11px;font-weight:800;height:21px;justify-content:center;line-height:1;min-width:21px;padding:0 4px;position:absolute;right:3px;top:3px}
#site-navigation .main-nav > ul > li > a.utvforge-cart-link:hover .utvforge-cart-count,#site-navigation .main-nav > ul > li.current-menu-item > a.utvforge-cart-link .utvforge-cart-count{background:#fff;border-color:var(--utvf-red);color:var(--utvf-red)}
@media(max-width:768px){#site-navigation .main-nav > ul > li > a.utvforge-cart-link{justify-content:flex-start;min-width:0;padding-right:48px}.utvforge-cart-count{left:43px;right:auto;top:3px}}


/* Compact homepage hero spacing. */
.home .entry-content > .wp-block-cover:first-child{min-height:500px!important;padding:32px 34px!important}
@media(max-width:782px){.home .entry-content > .wp-block-cover:first-child{min-height:460px!important;padding:28px 22px!important}}
@media(max-width:480px){.home .entry-content > .wp-block-cover:first-child{min-height:430px!important;padding:24px 18px!important}}

	margin-bottom: 0.35rem;
	font-weight: 600;
}

.utvforge-catalog-filter input,
.utvforge-catalog-filter select {
	width: 100%;
	min-height: 44px;
	margin: 0;
}

.utvforge-catalog-filter-actions {
	display: flex;
	grid-column: 1 / -1;
	gap: 1rem;
	align-items: center;
}

.utvforge-catalog-filter-actions button {
	min-height: 44px;
	padding: 0.65rem 1.25rem;
}

@media (max-width: 900px) {
	.utvforge-catalog-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.utvforge-catalog-filters {
		grid-template-columns: 1fr;
	}
}


/* UTV Forge unified storefront design system. */
:root{--utvf-ink:#111827;--utvf-text:#17202a;--utvf-muted:#4b5563;--utvf-red:#d6202b;--utvf-red-dark:#b71923;--utvf-line:#e2e5e9;--utvf-soft:#f5f6f8;--utvf-radius:12px;--utvf-shadow:0 8px 22px rgba(17,24,39,.08);--utvf-shadow-hover:0 12px 28px rgba(17,24,39,.14)}
.entry-title,.woocommerce-products-header__title.page-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em}.button,.wp-element-button,button,input[type=submit]{border-radius:8px;font-weight:700}.utvforge-departments-title,.utvforge-featured-title,.utvforge-lower-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em;text-align:center}.utvforge-departments-title,.utvforge-featured-title{margin:56px 0 28px!important}.utvforge-departments-grid{gap:18px!important;margin-bottom:18px!important}.utvforge-departments-grid .wp-block-column,.utvforge-vehicle-card,.utvforge-review-card,.utvforge-news-card{background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);box-shadow:var(--utvf-shadow);transition:transform .18s ease,box-shadow .18s ease}.utvforge-departments-grid .wp-block-column:hover,.utvforge-vehicle-card:hover,.utvforge-news-card:hover{transform:translateY(-3px);box-shadow:var(--utvf-shadow-hover)}.utvforge-departments-grid .wp-block-column{padding:22px 20px}.utvforge-departments-grid h3{font-size:21px;line-height:1.25;margin:0 0 10px}.utvforge-departments-grid h3 a{color:var(--utvf-text)!important;text-decoration:none}.utvforge-departments-grid h3 a:hover{color:var(--utvf-red)!important}.utvforge-departments-grid p{color:var(--utvf-muted);font-size:15px;line-height:1.55;margin:0}
/* Product grids: homepage, shop, categories, fitment archives, and related products. */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);padding:16px;box-shadow:var(--utvf-shadow);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--utvf-shadow-hover)}.woocommerce ul.products li.product img{border-radius:8px;margin:0 0 14px;aspect-ratio:1;object-fit:cover;background:#fff}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--utvf-text)!important;font-size:16px!important;line-height:1.35!important;padding:0!important;margin:0 0 10px!important}.woocommerce ul.products li.product .price{color:var(--utvf-red)!important;font-size:17px!important;font-weight:700!important;margin:0 0 14px!important}.woocommerce ul.products li.product>.button{background:var(--utvf-text)!important;color:#fff!important;border-radius:8px;padding:12px 14px;text-align:center;margin-top:auto!important;width:100%;box-sizing:border-box}.woocommerce ul.products li.product>.button:hover{background:var(--utvf-red)!important;color:#fff!important}.woocommerce .onsale{background:var(--utvf-red)!important;color:#fff!important}.woocommerce-result-count{color:var(--utvf-muted);font-weight:600}.woocommerce-ordering select{border:1px solid var(--utvf-line);border-radius:8px;min-height:44px;padding:8px 36px 8px 12px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:8px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{background:#fff;border:1px solid var(--utvf-line);border-radius:7px;color:var(--utvf-text);min-width:40px}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--utvf-red);border-color:var(--utvf-red);color:#fff}
/* Catalog filters shared by Shop and product-category archives. */
.utvforge-catalog-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end;margin:0 0 28px;padding:20px;border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:var(--utvf-radius);background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);box-shadow:var(--utvf-shadow)}.utvforge-catalog-filter label{display:block;margin-bottom:7px;color:var(--utvf-text);font-weight:700}.utvforge-catalog-filter input,.utvforge-catalog-filter select{width:100%;min-height:46px;margin:0;border:1px solid #cfd5dc;border-radius:8px;background:#fff;padding:9px 12px}.utvforge-catalog-filter input:focus,.utvforge-catalog-filter select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 2px rgba(214,32,43,.15);outline:0}.utvforge-catalog-filter-actions{display:flex;grid-column:1/-1;gap:12px;align-items:center}.utvforge-catalog-filter-actions button{min-height:44px;padding:10px 18px;background:var(--utvf-text);color:#fff}.utvforge-catalog-filter-actions button:hover{background:var(--utvf-red)}.utvforge-catalog-filter-actions a{color:var(--utvf-red)!important;font-weight:700;text-decoration:none}
/* Homepage lower sections. */
.utvforge-lower-section{margin-top:64px}.utvforge-lower-title{font-size:35px;line-height:1.2;margin:0 0 28px}.utvforge-review-grid,.utvforge-news-grid{display:grid;gap:18px}.utvforge-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-review-card{padding:24px}.utvforge-stars{color:var(--utvf-red);letter-spacing:3px;font-size:19px;margin-bottom:12px}.utvforge-review-card blockquote{color:#374151;font-size:16px;line-height:1.65;margin:0 0 16px}.utvforge-review-card cite{color:var(--utvf-text);font-style:normal;font-weight:700}.utvforge-faq-list{display:grid;gap:12px}.utvforge-faq-list details{background:linear-gradient(145deg,#fff 0%,var(--utvf-soft) 100%);border:1px solid var(--utvf-line);border-left:4px solid var(--utvf-red);border-radius:10px;padding:0 20px;box-shadow:0 6px 18px rgba(17,24,39,.06)}.utvforge-faq-list summary{color:var(--utvf-text);font-size:17px;font-weight:700;cursor:pointer;padding:18px 32px 18px 0}.utvforge-faq-list details p{color:var(--utvf-muted);font-size:15px;line-height:1.65;margin:0;padding:0 0 20px}.utvforge-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.utvforge-news-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.utvforge-news-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.utvforge-news-body{padding:20px;display:flex;flex-direction:column;flex:1}.utvforge-news-date{color:var(--utvf-red);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.utvforge-news-card h3{font-size:19px;line-height:1.35;margin:0 0 10px}.utvforge-news-card h3 a{color:var(--utvf-text)!important;text-decoration:none}.utvforge-news-card p{color:var(--utvf-muted);font-size:14px;line-height:1.55;margin:0 0 16px}.utvforge-news-link{color:var(--utvf-red)!important;font-weight:700;text-decoration:none;margin-top:auto}.utvforge-home-footer{margin-top:64px;background:var(--utvf-ink);border-top:5px solid var(--utvf-red);border-radius:14px 14px 0 0;color:#e5e7eb;padding:42px 36px 26px}.utvforge-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px}.utvforge-home-footer img{filter:invert(1);width:170px;height:auto;margin-bottom:16px}.utvforge-home-footer h3{color:#fff;font-size:17px;margin:0 0 14px}.utvforge-home-footer p{color:#cbd5e1;font-size:14px;line-height:1.6;margin:0}.utvforge-home-footer ul{list-style:none;margin:0;padding:0}.utvforge-home-footer li{margin:0 0 9px}.utvforge-home-footer a{color:#e5e7eb!important;text-decoration:none}.utvforge-home-footer a:hover{color:#ef4650!important}.utvforge-footer-copy{border-top:1px solid #374151;margin-top:30px;padding-top:20px;text-align:center;color:#9ca3af;font-size:13px}
/* Shop by Vehicle. */
.page-id-12963 .entry-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.utvforge-vehicle-intro{background:var(--utvf-ink);color:#f9fafb;border-top:5px solid var(--utvf-red);border-radius:14px;padding:28px 30px;font-size:20px!important;line-height:1.55;margin:0 0 18px!important;box-shadow:0 10px 28px rgba(17,24,39,.14)}.utvforge-vehicle-actions{gap:12px;margin:0 0 42px}.utvforge-vehicle-actions .wp-block-button__link{border-radius:9px;padding:12px 18px;font-weight:700}.utvforge-vehicle-actions .wp-block-button:first-child .wp-block-button__link{background:var(--utvf-red);color:#fff}.utvforge-vehicle-actions .wp-block-button:last-child .wp-block-button__link{background:var(--utvf-text);color:#fff;border:0}.utvforge-vehicle-actions .wp-block-button__link:hover{background:var(--utvf-red-dark)!important;color:#fff!important}.utvforge-vehicle-separator{border-color:var(--utvf-red)!important;border-width:3px!important;width:84px!important;margin:0 0 30px!important}.utvforge-vehicle-grid{gap:18px!important;margin-bottom:18px!important}.utvforge-vehicle-card{padding:22px 20px}.utvforge-vehicle-card h2{color:var(--utvf-text);font-size:25px;line-height:1.25;margin:0 0 15px}.utvforge-vehicle-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.utvforge-vehicle-card li{margin:0}.utvforge-vehicle-card li a{display:block;background:#fff;border:1px solid var(--utvf-line);border-radius:8px;color:var(--utvf-text)!important;font-size:15px;font-weight:700;padding:9px 12px;text-decoration:none}.utvforge-vehicle-card li a:hover{background:var(--utvf-red);border-color:var(--utvf-red);color:#fff!important}.page-id-12963 .entry-content>h2:last-of-type{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:12px 12px 0 0;color:#fff;font-size:27px;margin:36px 0 0;padding:26px 28px 10px;box-shadow:0 10px 28px rgba(17,24,39,.14)}.page-id-12963 .entry-content>h2:last-of-type+p{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:0 0 12px 12px;color:#cbd5e1;font-size:15px;line-height:1.65;margin:0;padding:0 28px 26px}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.utvforge-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.utvforge-departments-title,.utvforge-featured-title{margin-top:38px!important;font-size:29px!important}.utvforge-departments-grid{gap:14px!important}.utvforge-departments-grid .wp-block-column{padding:18px}.page-id-12963 .entry-title{font-size:34px}.utvforge-vehicle-intro{padding:22px;font-size:18px!important}.utvforge-vehicle-actions{margin-bottom:32px}.utvforge-vehicle-grid{gap:14px!important}.utvforge-vehicle-card{padding:18px}.page-id-12963 .entry-content>h2:last-of-type{padding:22px 22px 8px}.page-id-12963 .entry-content>h2:last-of-type+p{padding:0 22px 22px}}
@media(max-width:600px){.utvforge-lower-section{margin-top:44px}.utvforge-lower-title{font-size:29px}.utvforge-review-grid,.utvforge-news-grid,.utvforge-footer-grid{grid-template-columns:1fr}.utvforge-review-card{padding:20px}.utvforge-home-footer{padding:34px 24px 22px}}
@media(max-width:560px){.utvforge-catalog-filters{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:1fr;gap:14px}.woocommerce ul.products li.product{padding:14px}}


/* UTV Forge unified utility pages and shared elements. */
body:not(.home){background:#f3f4f6;color:var(--utvf-text)}
body:not(.home) .site-content{padding-top:34px;padding-bottom:54px}
body:not(.home) .inside-article{background:#fff;border:1px solid var(--utvf-line);border-top:5px solid var(--utvf-red);border-radius:var(--utvf-radius);box-shadow:var(--utvf-shadow);padding:34px}
body:not(.home) .entry-header{margin-bottom:24px}
body:not(.home) .entry-title,body:not(.home) .woocommerce-products-header__title{color:var(--utvf-ink);font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-.03em;line-height:1.1}
.entry-content h2,.entry-content h3,.entry-content h4{color:var(--utvf-ink);font-weight:750;line-height:1.25}
.entry-content a:not(.button):not(.wp-block-button__link){color:var(--utvf-red);text-decoration-color:rgba(214,32,43,.35);text-underline-offset:3px}
.entry-content a:not(.button):not(.wp-block-button__link):hover{color:var(--utvf-red-dark)}
button,.button,.wp-element-button,.wp-block-button__link,input[type=submit],input[type=button],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--utvf-ink);border:0;border-radius:9px;color:#fff;font-weight:750;line-height:1.2;padding:12px 18px;transition:background .2s ease,transform .2s ease}
button:hover,.button:hover,.wp-element-button:hover,.wp-block-button__link:hover,input[type=submit]:hover,input[type=button]:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--utvf-red);color:#fff;transform:translateY(-1px)}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),textarea,select,.select2-container .select2-selection{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--utvf-text);min-height:44px;padding:10px 12px}
textarea{min-height:130px}.select2-container .select2-selection--single{height:44px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}
input:focus,textarea:focus,select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 3px rgba(214,32,43,.12);outline:0}
label{color:var(--utvf-ink);font-weight:650}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#f8fafc;border:1px solid var(--utvf-line);border-top:4px solid var(--utvf-red);border-radius:10px;color:var(--utvf-text);box-shadow:0 6px 18px rgba(17,24,39,.06);padding:16px 18px 16px 48px}
.woocommerce-message::before,.woocommerce-info::before{color:var(--utvf-red)}.woocommerce-error{border-top-color:#b91c1c}.woocommerce-error::before{color:#b91c1c}
.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon,.woocommerce form.track_order,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:24px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px}
.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after{display:none}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:auto}
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;min-width:0}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:10px;background:var(--utvf-ink);border-radius:12px}
.woocommerce-MyAccount-navigation li{margin:0}.woocommerce-MyAccount-navigation a{display:block;border-radius:8px;color:#e5e7eb!important;font-weight:700;padding:11px 13px;text-decoration:none!important}
.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation a:hover{background:var(--utvf-red);color:#fff!important}
.woocommerce table.shop_table{border:1px solid var(--utvf-line);border-collapse:separate;border-radius:12px;overflow:hidden}
.woocommerce table.shop_table th{background:var(--utvf-ink);color:#fff;font-weight:750;padding:14px}.woocommerce table.shop_table td{border-color:var(--utvf-line);padding:14px}.woocommerce table.shop_table tr:nth-child(even) td{background:#f8fafc}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout-review-order-table{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:20px}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{background:var(--utvf-red);font-size:17px;padding:15px 22px;width:100%}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout #place_order:hover{background:var(--utvf-red-dark)}
.woocommerce-checkout #payment{background:#f1f5f9;border-radius:12px}.woocommerce-checkout #payment div.payment_box{background:#fff;border:1px solid var(--utvf-line);border-radius:8px}
.wpcf7 form,.woocommerce form.track_order{max-width:780px}.wpcf7-form-control-wrap{display:block;margin-top:6px}.wpcf7-not-valid-tip{color:#b91c1c;font-size:13px}.wpcf7-response-output{border-radius:8px!important;margin:18px 0!important;padding:12px 14px!important}
.entry-content details{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:10px;margin-bottom:10px;padding:14px 16px}.entry-content summary{color:var(--utvf-ink);cursor:pointer;font-weight:750}
.entry-content iframe,.entry-content video{border-radius:12px;max-width:100%}.wp-block-embed{margin-bottom:24px}
.pagination,.woocommerce-pagination{margin-top:30px}.pagination .page-numbers,.woocommerce-pagination .page-numbers li a,.woocommerce-pagination .page-numbers li span{border-radius:7px!important}.woocommerce-pagination .page-numbers li span.current{background:var(--utvf-red)!important;color:#fff!important}
@media(max-width:768px){body:not(.home) .site-content{padding-top:20px;padding-bottom:34px}body:not(.home) .inside-article{padding:22px 18px}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{padding:18px}.woocommerce table.shop_table_responsive tr{border-bottom:1px solid var(--utvf-line);padding:10px}.woocommerce table.shop_table_responsive tr td{background:#fff!important}}
@media(max-width:480px){.woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}body:not(.home) .entry-title,body:not(.home) .woocommerce-products-header__title{font-size:32px}}


/* WooCommerce Blocks and higher-specificity shared controls. */
.site-main input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.site-main textarea,.site-main select,.site-main .select2-container .select2-selection{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:var(--utvf-text);min-height:44px;padding:10px 12px}
.site-main input:focus,.site-main textarea:focus,.site-main select:focus{border-color:var(--utvf-red);box-shadow:0 0 0 3px rgba(214,32,43,.12);outline:0}
.site-main button:not(.wc-block-components-quantity-selector__button):not(.wc-block-cart-item__remove-link):not(.wc-block-components-chip__remove),.site-main .button,.site-main input[type=submit],.site-main .wc-block-components-button:not(.is-link){background:var(--utvf-ink);border:0;border-radius:9px;color:#fff;font-weight:750;padding:12px 18px}
.site-main button:not(.wc-block-components-quantity-selector__button):not(.wc-block-cart-item__remove-link):not(.wc-block-components-chip__remove):hover,.site-main .button:hover,.site-main input[type=submit]:hover,.site-main .wc-block-components-button:not(.is-link):hover{background:var(--utvf-red);color:#fff}
.wc-block-components-sidebar-layout{gap:28px}.wc-block-cart__main,.wc-block-cart__sidebar{background:#f8fafc;border:1px solid var(--utvf-line);border-radius:12px;padding:22px!important}
.wc-block-cart-items{border-collapse:separate}.wc-block-cart-items thead th{background:var(--utvf-ink);color:#fff;padding:13px!important}.wc-block-cart-items thead th:first-child{border-radius:8px 0 0 8px}.wc-block-cart-items thead th:last-child{border-radius:0 8px 8px 0}.wc-block-cart-items__row td{border-color:var(--utvf-line)!important;padding-top:20px!important;padding-bottom:20px!important}
.wc-block-components-product-name{color:var(--utvf-ink)!important;font-weight:750;text-decoration:none!important}.wc-block-components-product-name:hover{color:var(--utvf-red)!important}.wc-block-components-product-price,.wc-block-cart-item__total{color:var(--utvf-red);font-weight:750}
.wc-block-components-quantity-selector{background:#fff;border:1px solid #cbd5e1!important;border-radius:8px!important}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{border:0!important;border-radius:0!important;box-shadow:none!important;min-height:38px;padding:0!important}.wc-block-components-quantity-selector__button{background:transparent!important;border:0!important;border-radius:7px!important;color:var(--utvf-ink)!important;transform:none!important}.wc-block-components-quantity-selector__button:hover{background:#e5e7eb!important}
.wc-block-cart-item__remove-link{background:transparent!important;border:0!important;color:var(--utvf-red)!important;font-size:13px;font-weight:700;padding:2px 0!important;text-decoration:none!important;transform:none!important}.wc-block-cart-item__remove-link:hover{color:var(--utvf-red-dark)!important;text-decoration:underline!important}
.wc-block-cart__totals-title{color:var(--utvf-ink);font-size:22px!important;font-weight:800!important}.wc-block-components-totals-wrapper{border-color:var(--utvf-line)!important}.wc-block-components-totals-item__label{color:var(--utvf-text);font-weight:650}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:var(--utvf-ink);font-size:19px;font-weight:800}
.wc-block-components-panel__button{background:transparent!important;color:var(--utvf-ink)!important;padding:8px 0!important;transform:none!important}.wc-block-components-chip{background:#fff!important;border:1px solid var(--utvf-line)!important}.wc-block-components-chip__remove{background:transparent!important;color:var(--utvf-red)!important;transform:none!important}
.wc-block-cart__submit-button{background:var(--utvf-red)!important;border-radius:9px!important;color:#fff!important;font-size:17px!important;font-weight:800!important;min-height:52px!important}.wc-block-cart__submit-button:hover{background:var(--utvf-red-dark)!important}
.wc-block-components-notice-banner{background:#f8fafc!important;border:1px solid var(--utvf-line)!important;border-left:5px solid var(--utvf-red)!important;border-radius:9px!important}
@media(max-width:700px){.wc-block-cart__main,.wc-block-cart__sidebar{padding:16px!important}.wc-block-components-sidebar-layout{gap:18px}.wc-block-cart-items__row{border-bottom:1px solid var(--utvf-line)}.wc-block-cart-items__row td{padding-top:16px!important;padding-bottom:16px!important}}


/* Third-party controls aligned with the global button system. */
.site-main .wpcf7 input.wpcf7-submit,.site-main button.sby_load_btn{background:var(--utvf-ink)!important;border:0!important;border-radius:9px!important;box-shadow:none!important;color:#fff!important;font-weight:750!important;line-height:1.2!important;padding:12px 18px!important;text-transform:none!important;transition:background .2s ease,transform .2s ease!important}
.site-main .wpcf7 input.wpcf7-submit:hover,.site-main button.sby_load_btn:hover{background:var(--utvf-red)!important;color:#fff!important;transform:translateY(-1px)!important}


/* Primary-menu cart icon and live quantity badge. */
#site-navigation .main-nav > ul > li > a.utvforge-cart-link{align-items:center;display:flex;justify-content:center;min-width:72px;padding-left:16px;padding-right:16px;position:relative}
.utvforge-cart-icon{display:inline-flex;line-height:1}.utvforge-cart-icon svg{display:block;height:39px;width:39px}
.utvforge-cart-count{align-items:center;background:var(--utvf-red);border:2px solid #fff;border-radius:999px;color:#fff;display:flex;font-size:11px;font-weight:800;height:21px;justify-content:center;line-height:1;min-width:21px;padding:0 4px;position:absolute;right:3px;top:3px}
#site-navigation .main-nav > ul > li > a.utvforge-cart-link:hover .utvforge-cart-count,#site-navigation .main-nav > ul > li.current-menu-item > a.utvforge-cart-link .utvforge-cart-count{background:#fff;border-color:var(--utvf-red);color:var(--utvf-red)}
@media(max-width:768px){#site-navigation .main-nav > ul > li > a.utvforge-cart-link{justify-content:flex-start;min-width:0;padding-right:48px}.utvforge-cart-count{left:43px;right:auto;top:3px}}


/* Visually separate child-category cards from products on parent catalog archives. */
.woocommerce.archive ul.products:has(> li.product-category)::before{
	content:"Shop by Category";
	display:block!important;
	grid-column:1 / -1;
	color:var(--utvf-text);
	font-size:24px;
	font-weight:800;
	line-height:1.2;
	letter-spacing:-.02em;
	margin:4px 0 2px;
	padding:0 0 12px;
	border-bottom:3px solid var(--utvf-red);
}
.woocommerce.archive ul.products > li.product-category{
	background:linear-gradient(145deg,#f3f7fa 0%,#e7f0f6 100%)!important;
	border:1px solid #c8dbe8!important;
	border-top:4px solid #176a9a!important;
	padding:12px!important;
}
.woocommerce.archive ul.products > li.product-category:hover{
	border-color:#176a9a!important;
	box-shadow:0 12px 28px rgba(17,67,97,.16)!important;
}
.woocommerce.archive ul.products > li.product-category img{
	background:#fff;
	border:1px solid #dce8ef;
	margin-bottom:10px!important;
}
.woocommerce.archive ul.products > li.product-category .woocommerce-loop-category__title{
	background:#176a9a;
	border-radius:8px;
	color:#fff!important;
	font-size:18px!important;
	font-weight:800!important;
	line-height:1.25!important;
	margin:0!important;
	padding:12px 14px!important;
	text-align:center;
}
.woocommerce.archive ul.products > li.product-category .count{
	background:transparent!important;
	color:#d9edf8!important;
	font-size:13px;
	font-weight:700;
}
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category){
	grid-column-start:1;
	margin-top:82px!important;
	position:relative;
}
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category)::before{
	content:"Products";
	position:absolute;
	left:0;
	top:-62px;
	width:calc(400% + 54px);
	box-sizing:border-box;
	border-bottom:3px solid var(--utvf-red);
	color:var(--utvf-text);
	font-size:24px;
	font-weight:800;
	line-height:1.2;
	letter-spacing:-.02em;
	padding-bottom:12px;
}
@media(max-width:900px){
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category)::before{width:calc(200% + 18px)}
}
@media(max-width:560px){
	.woocommerce.archive ul.products:has(> li.product-category)::before{font-size:21px}
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category){margin-top:72px!important}
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category)::before{font-size:21px;top:-56px;width:100%}
}


/* Keep the complete first product row below the Products divider. */
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category),
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product,
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product + li.product,
.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product + li.product + li.product{
	margin-top:82px!important;
}
@media(max-width:900px){
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product + li.product,
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product + li.product + li.product{
		margin-top:0!important;
	}
}
@media(max-width:560px){
	.woocommerce.archive ul.products > li.product-category + li.product:not(.product-category) + li.product{
		margin-top:0!important;
	}
}


/* UTV Forge dynamic homepage feeds */
.utvforge-dynamic-featured {
  margin-top: 28px;
}
.utvforge-dynamic-featured ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.utvforge-dynamic-featured ul.products::before,
.utvforge-dynamic-featured ul.products::after {
  display: none !important;
}
.utvforge-dynamic-featured ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
  border: 1px solid #dce2e8;
  border-top: 4px solid var(--utvf-red, #e31e2b);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(16, 28, 40, .06);
}
.utvforge-dynamic-featured ul.products li.product .woocommerce-LoopProduct-link {
  color: inherit;
  text-decoration: none;
}
.utvforge-dynamic-featured ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 16px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}
.utvforge-dynamic-featured ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px;
  color: var(--utvf-text, #17212b);
  font-size: 17px;
  line-height: 1.35;
}
.utvforge-dynamic-featured ul.products li.product .price {
  display: block;
  margin: 0 0 14px;
  color: var(--utvf-red, #e31e2b);
  font-size: 17px;
  font-weight: 800;
}
.utvforge-dynamic-featured ul.products li.product .button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 13px 12px;
  border-radius: 8px;
  text-align: center;
}
.utvforge-dynamic-testimonials {
  margin-top: 56px;
}
.utvforge-dynamic-testimonials .utvforge-lower-title {
  margin: 0 0 28px !important;
}
.utvforge-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.utvforge-review-card {
  padding: 22px;
}
.utvforge-review-rating {
  margin-bottom: 14px;
}
.utvforge-review-rating .star-rating {
  float: none;
  margin: 0;
}
.utvforge-review-card blockquote {
  min-height: 78px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: var(--utvf-text, #17212b);
  font-size: 16px;
  line-height: 1.6;
}
.utvforge-review-author {
  margin: 0 0 6px;
  font-weight: 800;
}
.utvforge-review-product {
  color: var(--utvf-red, #e31e2b);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 900px) {
  .utvforge-dynamic-featured ul.products,
  .utvforge-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .utvforge-dynamic-featured ul.products,
  .utvforge-testimonials-grid {
    grid-template-columns: 1fr;
  }
  .utvforge-review-card {
    padding: 18px;
  }
}


/* Accessible visual star ratings for homepage testimonials */
.utvforge-review-rating .star-rating {
  position: relative;
  display: block;
  float: none;
  width: 5.4em;
  height: 1.15em;
  margin: 0;
  overflow: hidden;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .08em;
}
.utvforge-review-rating .star-rating::before {
  content: "★★★★★";
  position: absolute;
  inset: 0 auto auto 0;
  color: #d8dce1;
  white-space: nowrap;
}
.utvforge-review-rating .star-rating span {
  position: absolute;
  inset: 0 auto auto 0;
  height: 1.15em;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  white-space: nowrap;
}
.utvforge-review-rating .star-rating span::before {
  content: "★★★★★";
  color: #f5b301;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .08em;
}

.utvforge-review-rating .star-rating span::before { color: #f5b301 !important; }

.utvforge-review-rating .star-rating span { z-index: 2; }

.utvforge-review-rating .star-rating::before { color: transparent !important; }

.utvforge-review-rating .star-rating::before { color: #f5b301 !important; z-index: 3; }
.utvforge-review-rating .star-rating span { display: none !important; }


/* Remove default GeneratePress credit footer site-wide. */
.site-info { display: none !important; }


/* Cart and order-confirmation refinements. */
.wp-block-woocommerce-empty-cart-block > .wp-block-separator,
.wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title),
.wp-block-woocommerce-empty-cart-block > .wp-block-woocommerce-product-new { display:none !important; }

.utvforge-cart-featured { border-top:1px solid var(--utvf-border); margin-top:32px; padding-top:30px; }
.utvforge-cart-featured > h2 { color:var(--utvf-ink); font-size:clamp(28px,3vw,40px); margin:0 0 24px; text-align:center; }
.utvforge-cart-featured ul.products { margin-bottom:0; }

.woocommerce-order-received .woocommerce-order-overview { background:#f7f9fb; border:1px solid var(--utvf-border); border-radius:12px; display:grid; gap:0; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); margin:24px 0 38px; overflow:hidden; padding:0; }
.woocommerce-order-received .woocommerce-order-overview::before,
.woocommerce-order-received .woocommerce-order-overview::after { display:none; }
.woocommerce-order-received .woocommerce-order-overview li { border:0; border-right:1px solid var(--utvf-border); float:none; margin:0; min-width:0; padding:16px 18px; width:auto; }
.woocommerce-order-received .woocommerce-order-overview li:last-child { border-right:0; }
.woocommerce-order-received .woocommerce-order-overview li strong { display:block; overflow-wrap:anywhere; }
.woocommerce-order-received .woocommerce-order-details { margin-top:0; }
.woocommerce-order-received .woocommerce-table--order-details thead th { background:var-color:var(--utvf-ink); color:#fff; }
.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td { background:#fff !important; color:var(--utvf-ink) !important; }
.woocommerce-order-received .woocommerce-customer-details address { background:#fff; border:1px solid var(--utvf-border); border-radius:10px; line-height:1.55; padding:18px; }

@media (max-width:767px) {
  .woocommerce-order-received .woocommerce-order-overview { grid-template-columns:1fr; }
  .woocommerce-order-received .woocommerce-order-overview li { border-bottom:1px solid var(--utvf-border); border-right:0; }
  .woocommerce-order-received .woocommerce-order-overview li:last-child { border-bottom:0; }
  .utvforge-cart-featured { margin-top:24px; padding-top:24px; }
}

.woocommerce-order-received .woocommerce-table--order-details thead th { background:var(--utvf-ink) !important; color:#fff !important; }


/* WooCommerce order totals and product-rating consistency. */
.woocommerce .woocommerce-table--order-details tfoot th,
.woocommerce .woocommerce-table--order-details tfoot td { background:#fff !important; color:var(--utvf-ink) !important; }

.woocommerce .star-rating { color:transparent; display:block; float:none; font-family:Arial,sans-serif; font-size:17px; height:1.15em; letter-spacing:.06em; line-height:1; margin:7px 0; overflow:hidden; position:relative; width:5.3em; }
.woocommerce .star-rating::before { color:#d8dce1; content:"★★★★★"; inset:0 auto auto 0; position:absolute; white-space:nowrap; }
.woocommerce .star-rating span { color:transparent; font-size:0; height:1.15em; inset:0 auto auto 0; overflow:hidden; position:absolute; white-space:nowrap; }
.woocommerce .star-rating span::before { color:#f5b301; content:"★★★★★"; font-size:17px; letter-spacing:.06em; line-height:1; }


/* Dynamic product-loop ratings also render outside the WooCommerce wrapper. */
.utvforge-dynamic-featured .star-rating { color:transparent; display:block; float:none; font-family:Arial,sans-serif; font-size:17px; height:1.15em; letter-spacing:.06em; line-height:1; margin:7px 0; overflow:hidden; position:relative; width:5.3em; }
.utvforge-dynamic-featured .star-rating::before { color:#d8dce1; content:"★★★★★"; inset:0 auto auto 0; position:absolute; white-space:nowrap; }
.utvforge-dynamic-featured .star-rating span { color:transparent; font-size:0; height:1.15em; inset:0 auto auto 0; overflow:hidden; position:absolute; white-space:nowrap; }
.utvforge-dynamic-featured .star-rating span::before { color:#f5b301; content:"★★★★★"; font-size:17px; letter-spacing:.06em; line-height:1; }


/* Featured Products: visible gold ratings and an over-image sale badge. */
.utvforge-dynamic-featured .star-rating::before { z-index:1; }
.utvforge-dynamic-featured .star-rating span { display:block !important; z-index:2 !important; }
.utvforge-dynamic-featured li.product .onsale { align-items:center; background:var(--utvf-red) !important; border:2px solid #fff; border-radius:999px !important; box-shadow:0 4px 12px rgba(15,23,42,.22); color:#fff !important; display:inline-flex !important; font-size:13px; font-weight:800; justify-content:center; left:14px !important; line-height:1; margin:0 !important; min-height:0 !important; min-width:0 !important; padding:8px 11px; position:absolute !important; right:auto !important; top:14px !important; z-index:5; }


/* Deterministic five-gold-star treatment for Featured Products. */
.utvforge-dynamic-featured .star-rating::before { color:#f5b301 !important; z-index:3 !important; }
.utvforge-dynamic-featured .star-rating span { display:none !important; }

.utvforge-dynamic-featured li.product { position:relative; }


/* Compact header cart: preserve icon, count, and accessible label. */
#site-navigation .utvforge-cart-label { display: none !important; }


/* Production Shop by Vehicle page selectors. */
.page-id-13409 .entry-title{color:var(--utvf-ink);font-weight:700;letter-spacing:-.02em;margin-bottom:20px}
.page-id-13409 .entry-content>h2:last-of-type{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:12px 12px 0 0;color:#fff;font-size:27px;margin:36px 0 0;padding:26px 28px 10px;box-shadow:0 10px 28px rgba(17,24,39,.14)}
.page-id-13409 .entry-content>h2:last-of-type+p{background:var(--utvf-ink);border-left:5px solid var(--utvf-red);border-radius:0 0 12px 12px;color:#cbd5e1;font-size:15px;line-height:1.65;margin:0;padding:0 28px 26px}


/* FAQ accordion icon sizing */
.page-id-1133 .entry-content svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  flex: 0 0 18px;
}
.page-id-1133 .entry-content svg { display: none !important; }

/* Hide obsolete demo contact details retained from the previous theme. */
.page-id-5198 .entry-content .wpcf7 ~ * { display: none !important; }

/* Checkout and order confirmation: wider, balanced layout */
body.woocommerce-checkout #page,
body.woocommerce-order-received #page {
    width: min(1500px, calc(100% - 48px));
    max-width: 1500px;
}

body.woocommerce-checkout #content,
body.woocommerce-order-received #content,
body.woocommerce-checkout #primary,
body.woocommerce-order-received #primary,
body.woocommerce-checkout main#main,
body.woocommerce-order-received main#main {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.woocommerce-checkout #left-sidebar,
body.woocommerce-checkout #right-sidebar,
body.woocommerce-order-received #left-sidebar,
body.woocommerce-order-received #right-sidebar {
    display: none !important;
}

.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 1.5rem 0 2rem;
    padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 1rem 1.15rem;
    overflow-wrap: anywhere;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    body.woocommerce-checkout #page,
    body.woocommerce-order-received #page {
        width: min(100% - 24px, 1500px);
    }

    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce-order-received .woocommerce-order-overview li:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .woocommerce-order-received .woocommerce-order-overview li:last-child {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    body.woocommerce-checkout #page,
    body.woocommerce-order-received #page {
        width: calc(100% - 24px);
    }
}

/* Checkout Select2 controls: vertically center selected values */
.woocommerce-checkout .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 42px 0 12px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.35;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 10px;
    height: 24px;
    transform: translateY(-50%);
}


/* Featured Products: fixed 4-column desktop grid */
.utvforge-dynamic-featured ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

/* Header logo: approximately 15% larger */
.site-logo .header-image,
.site-logo .custom-logo,
.custom-logo-link .custom-logo {
    width: 230px !important;
    height: auto !important;
    max-width: 100%;
}

@media (max-width: 900px) {
    .utvforge-dynamic-featured ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .utvforge-dynamic-featured ul.products {
        grid-template-columns: 1fr !important;
    }
}
