:root {
	--utc-commerce-blue: #0b83bd;
	--utc-commerce-navy: #0a2d4b;
	--utc-commerce-ink: #21384d;
	--utc-commerce-muted: #687d8e;
	--utc-commerce-line: #d8e4eb;
	--utc-commerce-wash: #f5f8fa;
}

body.utc-video-commerce .main {
	background: var(--utc-commerce-wash);
}

body.utc-video-commerce .main > .container,
body.utc-video-commerce .main .container {
	box-sizing: border-box;
	max-width: 1170px !important;
	padding-left: 15px;
	padding-right: 15px;
	width: 100% !important;
}

body.utc-video-commerce #leftcol {
	float: none !important;
	width: 100% !important;
}

body.utc-video-merchandise .head_panel .hgroup {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

body.utc-video-merchandise .head_panel .hgroup_title h1,
body.utc-video-merchandise .head_panel h1 {
	font-size: clamp(28px, 2.7vw, 44px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.08 !important;
	margin: 0 !important;
	max-width: 1080px;
	overflow-wrap: anywhere;
	text-transform: none !important;
}

body.utc-video-merchandise .head_panel .hgroup_subtitle {
	font-size: 15px !important;
	line-height: 1.5 !important;
}

body.utc-video-merchandise .woocommerce-breadcrumb {
	color: var(--utc-commerce-muted);
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 24px;
}

body.utc-video-merchandise div.product {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	margin-bottom: 56px;
}

body.utc-video-merchandise div.product div.images,
body.utc-video-merchandise div.product div.summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.utc-video-merchandise div.product div.images {
	background: #fff;
	border: 1px solid var(--utc-commerce-line);
	border-radius: 16px;
	overflow: hidden;
	padding: 16px;
}

body.utc-video-merchandise div.product div.images img {
	border-radius: 10px;
	height: auto;
	width: 100%;
}

body.utc-video-merchandise div.product .product_title {
	color: var(--utc-commerce-navy);
	font-size: clamp(30px, 3vw, 46px) !important;
	font-weight: 750 !important;
	letter-spacing: -.045em !important;
	line-height: 1.06 !important;
	margin: 0 0 18px !important;
	overflow-wrap: anywhere;
	text-transform: none !important;
}

body.utc-video-merchandise div.product p.price {
	color: var(--utc-commerce-blue) !important;
	font-size: 27px !important;
	font-weight: 800;
	margin: 0 0 18px;
}

body.utc-video-merchandise .woocommerce-product-details__short-description {
	color: var(--utc-commerce-muted);
	font-size: 15px;
	line-height: 1.7;
}

body.utc-video-merchandise div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 20px;
}

body.utc-video-merchandise div.product form.cart .quantity input {
	border: 1px solid #bfd0dc;
	border-radius: 7px;
	min-height: 46px;
	text-align: center;
	width: 72px;
}

body.utc-video-commerce .button,
body.utc-video-commerce button.button,
body.utc-video-commerce input.button {
	background: var(--utc-commerce-blue) !important;
	border: 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-weight: 800 !important;
	min-height: 46px;
	padding: 12px 19px !important;
	text-transform: none !important;
}

body.utc-video-commerce .button:hover,
body.utc-video-commerce button.button:hover,
body.utc-video-commerce input.button:hover {
	background: #086b9b !important;
}

body.utc-video-merchandise div.product form.cart .utc-video-checkout-button {
	background: var(--utc-commerce-navy) !important;
	margin-left: 2px;
	min-width: 126px;
}

body.utc-video-merchandise div.product form.cart .utc-video-checkout-button:hover,
body.utc-video-merchandise div.product form.cart .utc-video-checkout-button:focus {
	background: #061f35 !important;
}

body.utc-video-merchandise .product_meta {
	border-top: 1px solid var(--utc-commerce-line);
	color: var(--utc-commerce-muted);
	font-size: 12px;
	line-height: 1.8;
	margin-top: 22px;
	padding-top: 17px;
}

body.utc-video-merchandise .woocommerce-tabs {
	grid-column: 1 / -1;
}

body.utc-video-merchandise .related.products,
body.utc-video-merchandise .upsells.products {
	box-sizing: border-box;
	grid-column: 1 / -1;
	margin-top: 18px;
	width: 100% !important;
}

body.utc-video-merchandise .related.products ul.products,
body.utc-video-merchandise .upsells.products ul.products {
	display: grid;
	gap: clamp(18px, 2.4vw, 32px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	width: 100% !important;
}

body.utc-video-merchandise .related.products ul.products::before,
body.utc-video-merchandise .related.products ul.products::after,
body.utc-video-merchandise .upsells.products ul.products::before,
body.utc-video-merchandise .upsells.products ul.products::after {
	display: none !important;
}

body.utc-video-merchandise .related.products li.product,
body.utc-video-merchandise .upsells.products li.product {
	box-sizing: border-box;
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.utc-video-merchandise .related.products li.product img,
body.utc-video-merchandise .upsells.products li.product img {
	aspect-ratio: 1;
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
}

body.utc-video-merchandise .woocommerce-tabs .panel {
	background: #fff;
	border: 1px solid var(--utc-commerce-line);
	border-radius: 14px;
	color: var(--utc-commerce-muted);
	line-height: 1.7;
	padding: 28px;
}

body.utc-video-merchandise .utc-mock-product-description h2 {
	color: var(--utc-commerce-navy);
	font-size: 22px;
	margin: 26px 0 8px;
}

body.utc-video-commerce .woocommerce {
	color: var(--utc-commerce-ink);
}

body.utc-video-commerce .woocommerce-message,
body.utc-video-commerce .woocommerce-info,
body.utc-video-commerce .woocommerce-error {
	background: #fff;
	border: 1px solid var(--utc-commerce-line);
	border-top: 3px solid var(--utc-commerce-blue);
	border-radius: 9px;
	box-shadow: none;
	color: var(--utc-commerce-ink);
	margin-bottom: 24px;
	padding: 18px 20px 18px 48px;
}

body.utc-video-commerce table.shop_table,
body.utc-video-commerce .cart_totals,
body.utc-video-commerce #order_review,
body.utc-video-commerce .woocommerce-checkout-review-order {
	background: #fff;
	border-color: var(--utc-commerce-line) !important;
	border-radius: 12px !important;
}

@media (max-width: 767px) {
	body.utc-video-commerce .main > .container,
	body.utc-video-commerce .main .container,
	body.utc-video-merchandise .head_panel .hgroup {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.utc-video-merchandise div.product {
		grid-template-columns: 1fr;
	}

	body.utc-video-merchandise .related.products ul.products,
	body.utc-video-merchandise .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.utc-video-merchandise div.product .product_title {
		font-size: 34px !important;
	}

	body.utc-video-merchandise div.product form.cart .utc-video-checkout-button {
		margin-left: 0;
	}
}
