/* WooCommerce common presentation */
.mhb-woo-page{width:100%;padding:0;background:#fafafa;color:#111}
.mhb-woo-shell{width:min(1280px,calc(100% - 40px));max-width:1280px;margin-inline:auto;padding:54px 20px 50px;background:#fff;box-shadow:0 0 184px #0000001c}
.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;padding:0 0 5px;border-bottom:2px solid var(--mhb-store-blue);color:#111;font-size:14px}
.woocommerce .woocommerce-breadcrumb a{color:var(--mhb-store-orange);font-size:1.2em;text-decoration:none}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--mhb-store-blue)}
.woocommerce h1.page-title{margin:0 0 34px;color:#111;font-size:34px;font-weight:500;line-height:1.2}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border:0;border-radius:4px;background:var(--mhb-store-blue);color:#fff;font-weight:700;line-height:1.2;text-decoration:none;box-shadow:none}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:#173f83;color:#fff}
.woocommerce-error,.woocommerce-info,.woocommerce-message{margin:0 0 32px!important;padding:18px 20px 18px 55px!important;border:0!important;border-top:3px solid var(--mhb-store-blue)!important;background:#fff9f1!important;color:#353535!important;box-shadow:none}
.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{top:18px!important;left:22px!important;color:var(--mhb-store-blue)!important}
/* WooCommerce product/review stars: clean SVG stars with exact fractional fill. */
.woocommerce .star-rating.mhb-svg-rating{
	--mhb-star-size:18px;
	position:relative!important;
	display:inline-flex!important;
	float:none!important;
	align-items:center!important;
	justify-content:center!important;
	gap:2px!important;
	width:auto!important;
	height:auto!important;
	margin:0;
	padding:0!important;
	overflow:visible!important;
	font-size:0!important;
	line-height:1!important;
	letter-spacing:0!important;
	text-align:center!important;
	vertical-align:middle;
}
.woocommerce .star-rating.mhb-svg-rating::before,
.woocommerce .star-rating.mhb-svg-rating::after,
.woocommerce .star-rating.mhb-svg-rating .mhb-rating-star::before,
.woocommerce .star-rating.mhb-svg-rating .mhb-rating-star::after{
	content:none!important;
	display:none!important;
}
.woocommerce .star-rating.mhb-svg-rating>.mhb-rating-star{
	position:relative!important;
	top:auto!important;
	left:auto!important;
	display:block!important;
	flex:0 0 var(--mhb-star-size)!important;
	width:var(--mhb-star-size)!important;
	height:var(--mhb-star-size)!important;
	margin:0!important;
	padding:0!important;
	overflow:visible!important;
	text-indent:0!important;
	line-height:1!important;
}
.woocommerce .star-rating.mhb-svg-rating .mhb-rating-star svg{
	display:block;
	width:100%;
	height:100%;
	overflow:visible;
}
.woocommerce .star-rating.mhb-svg-rating .mhb-rating-star__outline{
	fill:none;
	stroke:var(--mhb-store-orange);
	stroke-width:1.55;
	stroke-linejoin:round;
}
.woocommerce .star-rating.mhb-svg-rating .mhb-rating-star__fill{
	fill:var(--mhb-store-orange);
	stroke:none;
}
/* Review form stars, also independent of WooCommerce's star icon font. */
.woocommerce p.stars{margin:0 0 14px!important}
.woocommerce p.stars span{display:inline-flex;align-items:center;gap:2px}
.woocommerce p.stars a{position:relative!important;display:inline-block!important;width:1.12em!important;height:1.12em!important;margin:0 3px 0 0!important;color:var(--mhb-store-orange)!important;font-family:Arial,sans-serif!important;font-size:24px!important;line-height:1!important;text-decoration:none!important;text-indent:-9999px!important;overflow:visible!important}
.woocommerce p.stars a::before{content:"☆"!important;position:absolute!important;top:0!important;left:0!important;width:1.18em!important;height:1.18em!important;color:var(--mhb-store-orange)!important;font-family:Arial,sans-serif!important;font-size:inherit!important;font-style:normal!important;font-weight:400!important;line-height:1!important;text-indent:0!important}
.woocommerce p.stars:hover a::before{content:"★"!important}
.woocommerce p.stars a:hover~a::before{content:"☆"!important}
.woocommerce p.stars.selected a::before{content:"★"!important}
.woocommerce p.stars.selected a.active~a::before{content:"☆"!important}
.woocommerce .required{color:#ff0000}
.woocommerce-cart tr.woocommerce-shipping-totals.shipping,.woocommerce-checkout tr.woocommerce-shipping-totals.shipping{display:none}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce form select{border:1px solid #222;border-radius:3px;background:#fff;color:#111;box-shadow:none}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{outline:2px solid rgba(var(--mhb-store-blue-rgb),.18);outline-offset:1px;border-color:var(--mhb-store-blue)}
@media(max-width:768px){.mhb-woo-page{padding-bottom:50px}.mhb-woo-shell{padding-top:38px}.woocommerce h1.page-title{font-size:30px;margin-bottom:28px}}
@media(max-width:480px){.mhb-woo-page{padding-bottom:40px}.mhb-woo-shell{width:min(100% - 24px,1280px);padding:28px 12px 38px}.woocommerce h1.page-title{font-size:27px}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:15px 14px 15px 46px!important;font-size:14px}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{left:16px!important;top:15px!important}}
.woocommerce-cart .mhb-generic-page>.hk-shell,.woocommerce-checkout .mhb-generic-page>.hk-shell{width:min(1320px,calc(100% - 40px))}
@media(max-width:640px){.mhb-woo-shell,.woocommerce-cart .mhb-generic-page>.hk-shell,.woocommerce-checkout .mhb-generic-page>.hk-shell{width:min(100% - 24px,1320px)}}
/* Hide WooCommerce default shipping row */
.woocommerce-cart tr.woocommerce-shipping-totals.shipping,
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
	display: none !important;
}