/*
Theme Name: MENSSKULL Gutenberg Child Final 149
Description: Lightweight GeneratePress child theme for the MENSSKULL Gutenberg rebuild.
Author: MENSSKULL
Template: generatepress
Version: 1.0.149
Text Domain: mensskull-gutenberg-child-final149
*/

/* Keep LiteSpeed lazy-load placeholders quiet instead of flashing large dark blocks. */
img[data-lazyloaded="1"][src^="data:image/gif"],
img[data-lazyloaded="1"][src^="data:image/svg+xml"],
img.lazyload[src^="data:image/gif"],
img.lazyload[src^="data:image/svg+xml"],
img.litespeed-loaded[src^="data:image/gif"],
img.litespeed-loaded[src^="data:image/svg+xml"] {
	opacity: 0 !important;
	filter: none !important;
	background: transparent !important;
	transition: opacity .18s ease;
}

img[data-lazyloaded="1"]:not([src^="data:image/gif"]):not([src^="data:image/svg+xml"]),
img.lazyloaded,
img.litespeed-loaded:not([src^="data:image/gif"]):not([src^="data:image/svg+xml"]) {
	opacity: 1 !important;
	filter: none !important;
}

.ms-skull-feature,
.ms-skull-feature img,
ul.products li.product a img,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img,
.ms-auth-product-image,
.ms-auth-journal-image,
.ms-brand {
	background-color: #000 !important;
}

/* MENSSKULL premium cart/checkout treatment. Visual layer only. */
body.woocommerce-cart,
body.woocommerce-checkout {
	background: #141414;
	color: #d6d0c8;
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
	width: min(1380px, calc(100% - 36px));
	margin: 0 auto;
	padding: 46px 0 74px;
}

body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area {
	width: 100% !important;
	float: none !important;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-cart .inside-article,
body.woocommerce-checkout .inside-article {
	background: transparent !important;
	padding: 0 !important;
}

body.woocommerce-cart .is-right-sidebar,
body.woocommerce-checkout .is-right-sidebar,
body.woocommerce-cart #right-sidebar,
body.woocommerce-checkout #right-sidebar {
	display: none !important;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header {
	margin: 0 0 28px;
	text-align: center;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
	margin: 0;
	color: #f6efe6;
	font-size: clamp(32px, 4vw, 58px);
	line-height: 1;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255,255,255,.11);
	background:
		radial-gradient(circle at 15% 0%, rgba(183,151,105,.14), transparent 34%),
		linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
	box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

body.woocommerce-cart .entry-content > .woocommerce:before,
body.woocommerce-checkout .entry-content > .woocommerce:before {
	display: block;
	margin: -30px -30px 30px;
	padding: 15px 18px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: #101010;
	color: #d9c0a0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-align: center;
	text-transform: uppercase;
}

body.woocommerce-cart .entry-content > .woocommerce:before {
	content: "Secure Checkout  /  Worldwide Shipping  /  30-Day Returns";
}

body.woocommerce-checkout .entry-content > .woocommerce:before {
	content: "Encrypted Payment  /  Handmade 925 Silver  /  Order Protection";
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12) !important;
	border-radius: 0;
	background: #0b0b0b;
	color: #d5d0c8;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th {
	border-color: rgba(255,255,255,.09) !important;
	background: #101010;
	color: #a8957f;
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-cart table.shop_table tbody th,
body.woocommerce-checkout table.shop_table tbody th {
	border-color: rgba(255,255,255,.08) !important;
	color: #d6d0c8;
}

body.woocommerce-cart table.shop_table a,
body.woocommerce-checkout table.shop_table a {
	color: #f2e6d8;
}

body.woocommerce-cart table.shop_table img {
	width: 92px;
	border: 1px solid rgba(255,255,255,.12);
	background: #000;
}

body.woocommerce-cart .product-name a {
	font-size: 15px;
	letter-spacing: .02em;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-cart input.input-text,
body.woocommerce-cart textarea,
body.woocommerce-cart select {
	min-height: 46px;
	border: 1px solid rgba(255,255,255,.16) !important;
	border-radius: 0 !important;
	background: #050505 !important;
	color: #f4eee6 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-cart input.input-text:focus {
	border-color: #c5a36f !important;
	outline: 1px solid rgba(197,163,111,.35);
}

body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
	width: 100% !important;
	float: none !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-top: 28px;
	padding: 26px;
	border: 1px solid rgba(214,183,139,.28);
	background: linear-gradient(180deg, #111, #090909);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout h3,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 18px;
	color: #f5eadb;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Make shipping choices feel intentional and impossible to miss. */
body.woocommerce-cart #shipping_method,
body.woocommerce-checkout #shipping_method {
	display: grid !important;
	gap: 10px !important;
	margin: 10px 0 14px !important;
	padding: 14px !important;
	border: 1px solid rgba(198,154,88,.36) !important;
	background: linear-gradient(135deg, rgba(198,154,88,.08), rgba(0,0,0,.28)) !important;
	list-style: none !important;
}

body.woocommerce-cart #shipping_method:before,
body.woocommerce-checkout #shipping_method:before {
	content: "Choose your shipping method";
	display: block;
	margin: 0 0 2px;
	color: #c69a58;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #shipping_method li {
	position: relative;
	display: grid !important;
	grid-template-columns: 24px 1fr !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	background: #080808 !important;
	color: #e7dfd5 !important;
}

body.woocommerce-cart #shipping_method li:has(input:checked),
body.woocommerce-checkout #shipping_method li:has(input:checked) {
	border-color: #c69a58 !important;
	background: linear-gradient(135deg, rgba(198,154,88,.16), rgba(0,0,0,.8)) !important;
	box-shadow: inset 3px 0 0 #c69a58 !important;
}

body.woocommerce-cart #shipping_method input,
body.woocommerce-checkout #shipping_method input {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: #c69a58 !important;
}

body.woocommerce-cart #shipping_method label,
body.woocommerce-checkout #shipping_method label {
	display: flex !important;
	align-items: baseline !important;
	justify-content: space-between !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 0 !important;
	color: #e7dfd5 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: .01em !important;
}

body.woocommerce-cart #shipping_method .amount,
body.woocommerce-checkout #shipping_method .amount {
	color: #f0c176 !important;
	font-weight: 800 !important;
	white-space: nowrap !important;
}

body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-checkout .woocommerce-shipping-destination,
body.woocommerce-checkout .woocommerce-shipping-calculator {
	margin-top: 12px !important;
	color: #b9b0a6 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
body.woocommerce-checkout tr.woocommerce-shipping-totals {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 12px !important;
	padding: 18px !important;
	border-bottom: 1px solid rgba(255,255,255,.12) !important;
	background: rgba(255,255,255,.015) !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
body.woocommerce-checkout tr.woocommerce-shipping-totals th {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	color: #f5eadb !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .16em !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td,
body.woocommerce-checkout tr.woocommerce-shipping-totals td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td:before,
body.woocommerce-checkout tr.woocommerce-shipping-totals td:before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals #shipping_method,
body.woocommerce-checkout tr.woocommerce-shipping-totals #shipping_method {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals #shipping_method li,
body.woocommerce-checkout tr.woocommerce-shipping-totals #shipping_method li {
	width: 100% !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals {
	display: grid !important;
	grid-template-columns: 1fr !important;
	width: 100% !important;
}

body.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals th,
body.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals td {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals td {
	padding-top: 10px !important;
}

body.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals #shipping_method {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.woocommerce-cart tr.ms-shipping-fullwidth-row th,
body.woocommerce-checkout tr.ms-shipping-fullwidth-row th {
	display: none !important;
}

body.woocommerce-cart tr.ms-shipping-fullwidth-row td,
body.woocommerce-checkout tr.ms-shipping-fullwidth-row td {
	display: table-cell !important;
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-cart .ms-shipping-heading,
body.woocommerce-checkout .ms-shipping-heading {
	margin: 0 0 14px !important;
	color: #f5eadb !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .16em !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

body.woocommerce-checkout table.shop_table tr.ms-shipping-fullwidth-row,
body.woocommerce-checkout table.shop_table tr.ms-shipping-fullwidth-row td {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout table.shop_table tr.ms-shipping-fullwidth-row #shipping_method {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout table.shop_table tr.ms-shipping-rebuilt-row {
	display: table-row !important;
	width: 100% !important;
}

body.woocommerce-checkout table.shop_table tr.ms-shipping-rebuilt-row td {
	display: table-cell !important;
	width: 100% !important;
	max-width: none !important;
	padding: 18px !important;
	border-color: rgba(255,255,255,.12) !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout table.shop_table tr.ms-shipping-rebuilt-row #shipping_method {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 60fr) minmax(360px, 40fr);
	gap: 34px;
	align-items: start;
}

body.woocommerce-checkout #wc-stripe-express-checkout-element,
body.woocommerce-checkout #wc-stripe-express-checkout-button-separator,
body.woocommerce-checkout .wc-stripe-express-checkout-element,
body.woocommerce-checkout .wc-stripe-express-checkout-button-separator {
	grid-column: 1 / -1;
	max-width: 760px;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-checkout #customer_details {
	display: grid;
	gap: 24px;
	grid-column: 1;
	grid-row: 2 / span 3;
	min-width: 0;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	float: none;
	padding: 26px;
	border: 1px solid rgba(255,255,255,.1);
	background: #0b0b0b;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	grid-column: 2;
}

body.woocommerce-checkout #order_review_heading {
	grid-row: 2;
	align-self: end;
	margin: 0 0 -1px;
	padding: 22px 26px 16px;
	border: 1px solid rgba(255,255,255,.1);
	border-bottom: 0;
	background: #050505;
	color: #f6eadc;
	line-height: 1;
}

body.woocommerce-checkout #order_review {
	grid-row: 2;
	align-self: start;
	position: sticky;
	top: 96px;
	margin-top: 62px;
	border-top: 0;
}

body.woocommerce-checkout #order_review:after {
	content: "Free worldwide shipping\A Production time 2-5 days\A Ships from Hong Kong\A Delivery within 3-7 days\A 30-day easy returns\A 24/7 customer service";
	display: none;
	white-space: pre-line;
	margin-top: 22px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.1);
	background:
		linear-gradient(135deg, rgba(196,161,109,.14), transparent 46%),
		#0b0b0b;
	color: #cfc5b9;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: .03em;
}

body.woocommerce-checkout #order_review:before {
	content: "MENSSKULL Purchase Protection";
	display: block;
	margin: -26px -26px 22px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(214,183,139,.22);
	background: #050505;
	color: #d8b77f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.woocommerce-checkout .form-row label {
	color: #b9ada0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.woocommerce-checkout .required {
	color: #d5ad72;
}

body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 46px;
	border: 1px solid rgba(214,183,139,.38) !important;
	background: #d8cec0 !important;
	color: #17120d !important;
}

body.woocommerce-checkout select:focus,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #d8b77f !important;
	outline: 1px solid rgba(216,183,127,.36);
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #17120d !important;
	line-height: 44px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

body.woocommerce-checkout .select2-dropdown {
	border: 1px solid rgba(214,183,139,.42) !important;
	background: #d8cec0 !important;
	color: #17120d !important;
}

body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #b6935f !important;
	color: #070707 !important;
}

body.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],
body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {
	background: #c5b79f !important;
	color: #090909 !important;
}

body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: inline-block;
	width: calc(50% - 8px);
	margin: 0 8px 18px 0;
	vertical-align: top;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-right: 0;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	min-height: 58px;
	margin: 0 !important;
	padding: 18px 20px 18px 48px !important;
	border: 1px solid rgba(214,183,139,.24) !important;
	border-top: 1px solid rgba(214,183,139,.44) !important;
	background:
		linear-gradient(135deg, rgba(214,183,139,.12), rgba(214,183,139,0) 42%),
		#080808 !important;
	color: #d8d0c5 !important;
	font-size: 13px;
	line-height: 1.45;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
	top: 18px !important;
	left: 20px !important;
	color: #d4ad72 !important;
}

body.woocommerce-checkout .woocommerce-form-login-toggle a,
body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	color: #f2d09a !important;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-checkout form.checkout {
	margin-top: 10px;
}

body.woocommerce-checkout #wc-stripe-express-checkout-element {
	width: min(520px, 100%);
	margin-top: 4px !important;
	margin-bottom: 22px !important;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.28);
}

body.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
	max-width: 520px;
	margin-top: 4px !important;
	margin-bottom: 20px !important;
	color: #8d8277;
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon,
body.woocommerce-checkout form.login {
	margin: -8px 0 24px !important;
	padding: 22px 24px !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	background: #0b0b0b !important;
}

body.woocommerce-checkout .ms-checkout-trust-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin: 0 0 24px;
	padding: 28px 30px;
	border: 1px solid rgba(214,183,139,.28);
	background:
		radial-gradient(circle at 8% 0%, rgba(214,183,139,.18), transparent 36%),
		linear-gradient(135deg, #0b0b0b, #171411);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 18px 50px rgba(0,0,0,.32);
}

body.woocommerce-checkout .ms-checkout-kicker {
	margin: 0 0 8px;
	color: #d8b77f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.woocommerce-checkout .ms-checkout-trust-intro h2 {
	margin: 0 0 10px;
	color: #f7ead9;
	font-size: clamp(24px, 2.3vw, 36px);
	line-height: 1.08;
	letter-spacing: .02em;
}

body.woocommerce-checkout .ms-checkout-trust-intro p {
	max-width: 760px;
	margin: 0;
	color: #c8beb2;
	font-size: 15px;
	line-height: 1.7;
}

body.woocommerce-checkout .ms-checkout-trust-intro ul {
	display: grid;
	gap: 10px;
	min-width: 260px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .ms-checkout-trust-intro li {
	padding: 12px 14px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.36);
	color: #e4d6c5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.woocommerce-checkout .ms-checkout-trust-intro li:before {
	content: "-";
	margin-right: 10px;
	color: #d8b77f;
}

body.woocommerce-checkout .ms-checkout-confidence {
	margin-top: 24px;
	padding: 24px;
	border: 1px solid rgba(214,183,139,.22);
	background:
		linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
		#090909;
}

body.woocommerce-checkout .ms-checkout-confidence h3 {
	margin: 0 0 18px;
	color: #f6eadc;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.woocommerce-checkout .ms-confidence-guarantee {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.12);
	background: #111;
}

body.woocommerce-checkout .ms-confidence-seal {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	background: transparent;
}

body.woocommerce-checkout .ms-confidence-seal img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

body.woocommerce-checkout .ms-confidence-guarantee strong,
body.woocommerce-checkout .ms-confidence-review strong {
	color: #f4eadf;
	font-size: 15px;
}

body.woocommerce-checkout .ms-confidence-guarantee p,
body.woocommerce-checkout .ms-confidence-review p {
	margin: 7px 0 0;
	color: #bdb1a5;
	line-height: 1.6;
}

body.woocommerce-checkout .ms-confidence-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0;
}

body.woocommerce-checkout .ms-confidence-grid span {
	padding: 13px 12px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.035);
	color: #d6c7b4;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-align: center;
	text-transform: uppercase;
}

body.woocommerce-checkout .ms-confidence-review {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 18px 22px;
	border: 1px solid rgba(115, 198, 186, .42);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(216,183,127,.11), rgba(115,198,186,.055)),
		#10100f;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

body.woocommerce-checkout .ms-review-star {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	background: #f5c84f;
	clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
	color: #b9693a;
	font-size: 0;
}

body.woocommerce-checkout .ms-review-star span {
	display: block;
	position: relative;
	width: 28px;
	height: 20px;
	margin-top: 8px;
}

body.woocommerce-checkout .ms-review-star span:before,
body.woocommerce-checkout .ms-review-star span:after {
	content: "";
	position: absolute;
	top: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d9783d;
}

body.woocommerce-checkout .ms-review-star span:before {
	left: 3px;
}

body.woocommerce-checkout .ms-review-star span:after {
	right: 3px;
}

body.woocommerce-checkout .ms-review-star:after {
	content: "";
	width: 16px;
	height: 8px;
	margin-top: -16px;
	border-bottom: 4px solid #d9783d;
	border-radius: 0 0 18px 18px;
}

body.woocommerce-checkout .ms-confidence-review b {
	color: #fff2df;
}

body.woocommerce-checkout .ms-confidence-review em {
	margin-right: 18px;
	color: #d6c9bb;
	font-style: normal;
}

body.woocommerce-checkout .ms-review-stars {
	display: inline-block;
	margin-left: 12px;
	color: #ff9a2f;
	font-size: 18px;
	letter-spacing: .08em;
}

body.woocommerce-checkout .ms-review-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	margin-left: 16px;
	padding: 7px 18px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #eadfce;
	font-size: 15px;
}

body.woocommerce-checkout .ms-checkout-confidence blockquote {
	margin: 16px 0 0;
	padding: 18px 20px;
	border-left: 2px solid #d8b77f;
	background: #0f0f0f;
	color: #cfc5ba;
	font-size: 14px;
	font-style: italic;
	line-height: 1.8;
}

body.woocommerce-checkout .ms-checkout-confidence cite {
	display: block;
	margin-top: 12px;
	color: #d8b77f;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.woocommerce-checkout .ms-checkout-testimonials {
	margin-top: 22px;
}

body.woocommerce-checkout .ms-checkout-testimonials h4 {
	margin: 0 0 14px;
	color: #f6eadc;
	font-size: 18px;
	letter-spacing: .04em;
}

body.woocommerce-checkout .ms-checkout-testimonials article {
	margin: 0 0 14px;
	padding: 20px 22px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(216,183,127,.08), rgba(255,255,255,.018)),
		#10100f;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

body.woocommerce-checkout .ms-checkout-testimonials article:last-child {
	margin-bottom: 0;
}

body.woocommerce-checkout .ms-checkout-testimonials article p {
	margin: 0 0 18px;
	color: #d8d0c5;
	font-size: 15px;
	font-style: italic;
	line-height: 1.75;
	letter-spacing: .02em;
}

body.woocommerce-checkout .ms-checkout-testimonials article div {
	display: grid;
	grid-template-columns: 42px auto;
	column-gap: 12px;
	align-items: center;
}

body.woocommerce-checkout .ms-checkout-testimonials article span {
	display: grid;
	grid-row: span 2;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d8b77f, #8d6840);
	color: #090909;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
}

body.woocommerce-checkout .ms-checkout-testimonials article strong {
	color: #fff3e2;
	font-size: 13px;
}

body.woocommerce-checkout .ms-checkout-testimonials article em {
	color: #aeb8bd;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-payment {
	border: 1px solid rgba(255,255,255,.12) !important;
	background: #080808 !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: rgba(255,255,255,.12) !important;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	padding: 14px 0;
	color: #d6d0c8;
}

body.woocommerce-checkout #payment div.payment_box {
	background: #141414 !important;
	color: #cfc7bd !important;
	border: 1px solid rgba(255,255,255,.12);
}

body.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #141414 !important;
}

body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-checkout .button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout #place_order {
	min-height: 48px;
	border: 1px solid #c4a16d !important;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #caa46b, #8b6b43) !important;
	color: #080808 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .12em;
	text-transform: uppercase;
	box-shadow: none !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout #place_order:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

body.woocommerce-cart .coupon {
	display: flex;
	gap: 10px;
}

body.woocommerce-cart .coupon .input-text {
	width: 220px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	padding: 16px 22px !important;
	font-size: 13px !important;
}

/* Keep cart recommendations below the totals/payment area and prevent narrow mobile cards. */
body.woocommerce-cart .cart-collaterals {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	order: 1 !important;
	width: 100% !important;
	float: none !important;
}

body.woocommerce-cart .cart-collaterals .cross-sells {
	order: 2 !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
	margin: 38px 0 0 !important;
	padding: 30px 0 0 !important;
	border-top: 1px solid rgba(255,255,255,.1) !important;
}

body.woocommerce-cart .cart-collaterals .cross-sells > h2 {
	color: #8f8f8f !important;
	letter-spacing: .01em !important;
}

body.woocommerce-cart .ppc-button-wrapper,
body.woocommerce-checkout .ppc-button-wrapper {
	margin-top: 12px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
	border-top-color: #c4a16d !important;
	background: #0b0b0b !important;
	color: #d6d0c8 !important;
}

@media (max-width: 980px) {
	body.woocommerce-cart .site-content,
	body.woocommerce-checkout .site-content {
		width: min(100% - 22px, 720px);
		padding-top: 28px;
	}

	body.woocommerce-cart .entry-content > .woocommerce,
	body.woocommerce-checkout .entry-content > .woocommerce {
		padding: 18px;
	}

	body.woocommerce-checkout form.checkout {
		display: block;
	}

	body.woocommerce-checkout #order_review {
		position: static;
		margin-top: 22px;
	}

	body.woocommerce-cart .entry-content > .woocommerce:before,
	body.woocommerce-checkout .entry-content > .woocommerce:before {
		margin: -18px -18px 22px;
	}

	body.woocommerce-checkout .woocommerce-form-login-toggle,
	body.woocommerce-checkout .woocommerce-form-coupon-toggle {
		display: block;
		width: 100%;
		margin: 0 0 12px;
	}

	body.woocommerce-checkout #wc-stripe-express-checkout-element,
	body.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 640px) {
	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title {
		font-size: 30px;
	}

	body.woocommerce-checkout .ms-confidence-review {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	body.woocommerce-checkout .ms-confidence-review em,
	body.woocommerce-checkout .ms-review-stars,
	body.woocommerce-checkout .ms-review-count {
		display: table;
		margin: 8px auto 0;
	}

	body.woocommerce-cart table.shop_table img {
		width: 72px;
	}

	body.woocommerce-cart .coupon {
		display: grid;
	}

	body.woocommerce-cart .coupon .input-text,
body.woocommerce-cart .coupon .button {
		width: 100% !important;
	}

	body.woocommerce-cart .cart-collaterals .cross-sells {
		margin-top: 34px !important;
		padding-top: 26px !important;
	}

	body.woocommerce-cart .cart-collaterals .cross-sells > h2 {
		margin: 0 0 20px !important;
		font-size: 30px !important;
		line-height: 1.15 !important;
		color: #8d8d8d !important;
		text-align: left !important;
	}

	body.woocommerce-cart .cross-sells ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 10px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	body.woocommerce-cart .cross-sells ul.products li.product {
		display: flex !important;
		float: none !important;
		flex-direction: column !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		border: 1px solid #242424 !important;
		background: #0a0a0a !important;
	}

	body.woocommerce-cart .cross-sells ul.products li.product a img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
		object-fit: cover !important;
		background: #000 !important;
	}

	body.woocommerce-cart .cross-sells ul.products .woocommerce-loop-product__title {
		min-height: 0 !important;
		padding: 12px 12px 4px !important;
		color: #bdbdbd !important;
		font-size: 12px !important;
		line-height: 1.35 !important;
		text-align: left !important;
		overflow-wrap: anywhere !important;
	}

	body.woocommerce-cart .cross-sells ul.products .price {
		margin: 4px 0 0 !important;
		padding: 0 12px 14px !important;
		color: #ff9d3b !important;
		font-size: 13px !important;
		line-height: 1.4 !important;
	}

	body.woocommerce-cart .cross-sells ul.products .price del {
		color: #a00000 !important;
	}

	body.woocommerce-cart .cross-sells ul.products .button {
		margin: auto 12px 14px !important;
		padding: 11px 8px !important;
		font-size: 10px !important;
	}
}

/* Laptop product layout fix: notebooks should keep the desktop product view. */
@media (min-width: 769px) {
	body.single-product .site-content,
	body.single-product .grid-container.site-content {
		display: block !important;
		width: min(1400px, calc(100% - 48px)) !important;
		max-width: 1400px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.single-product #primary,
	body.single-product .content-area,
	body.single-product .site-main,
	body.single-product .inside-article,
	body.single-product .woocommerce,
	body.single-product .woocommerce div.product {
		float: none !important;
		width: 100% !important;
		max-width: 1400px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.single-product .woocommerce div.product {
		display: grid !important;
		grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr) !important;
		align-items: start !important;
		column-gap: 0 !important;
		background: #141414 !important;
	}

	body.single-product .woocommerce div.product .woocommerce-product-gallery {
		float: none !important;
		grid-column: 1 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		background: #000 !important;
	}

	body.single-product .woocommerce div.product .summary {
		float: none !important;
		grid-column: 2 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 30px !important;
		background: #141414 !important;
	}

	body.single-product .woocommerce div.product .woocommerce-tabs,
	body.single-product .woocommerce div.product .related,
	body.single-product .woocommerce div.product .upsells {
		grid-column: 1 / -1 !important;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	body.single-product .site-content,
	body.single-product .grid-container.site-content {
		width: min(1200px, calc(100% - 32px)) !important;
	}

	body.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 56%) minmax(340px, 44%) !important;
	}

	body.single-product .woocommerce div.product .summary {
		padding: 24px !important;
	}

	body.single-product .woocommerce div.product .product_title {
		font-size: 28px !important;
		line-height: 1.15 !important;
	}
}

@media (max-width: 768px) {
	body.single-product .woocommerce div.product {
		display: block !important;
	}

	body.single-product .woocommerce div.product .woocommerce-product-gallery,
	body.single-product .woocommerce div.product .summary {
		width: 100% !important;
		max-width: none !important;
	}
}

/* Final notebook override: actual product wrapper is not always nested under .woocommerce. */
@media (min-width: 769px) {
	body.single-product div.product.product-type-simple,
	body.single-product div.product.product-type-variable,
	body.single-product div.product.product-type-grouped,
	body.single-product div.product.product-type-external {
		display: grid !important;
		grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr) !important;
		align-items: start !important;
		width: min(1400px, calc(100% - 48px)) !important;
		max-width: 1400px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		background: #141414 !important;
	}

	body.single-product div.product.product-type-simple > .woocommerce-product-gallery,
	body.single-product div.product.product-type-variable > .woocommerce-product-gallery,
	body.single-product div.product.product-type-grouped > .woocommerce-product-gallery,
	body.single-product div.product.product-type-external > .woocommerce-product-gallery {
		grid-column: 1 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	body.single-product div.product.product-type-simple > .summary,
	body.single-product div.product.product-type-variable > .summary,
	body.single-product div.product.product-type-grouped > .summary,
	body.single-product div.product.product-type-external > .summary {
		grid-column: 2 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 30px !important;
	}

	body.single-product div.product.product-type-simple > .woocommerce-tabs,
	body.single-product div.product.product-type-variable > .woocommerce-tabs,
	body.single-product div.product.product-type-grouped > .woocommerce-tabs,
	body.single-product div.product.product-type-external > .woocommerce-tabs,
	body.single-product div.product.product-type-simple > .related,
	body.single-product div.product.product-type-variable > .related,
	body.single-product div.product.product-type-grouped > .related,
	body.single-product div.product.product-type-external > .related,
	body.single-product div.product.product-type-simple > .upsells,
	body.single-product div.product.product-type-variable > .upsells,
	body.single-product div.product.product-type-grouped > .upsells,
	body.single-product div.product.product-type-external > .upsells {
		grid-column: 1 / -1 !important;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	body.single-product div.product.product-type-simple,
	body.single-product div.product.product-type-variable,
	body.single-product div.product.product-type-grouped,
	body.single-product div.product.product-type-external {
		grid-template-columns: minmax(0, 56%) minmax(340px, 44%) !important;
		width: min(1200px, calc(100% - 32px)) !important;
	}

	body.single-product div.product.product-type-simple > .summary,
	body.single-product div.product.product-type-variable > .summary,
	body.single-product div.product.product-type-grouped > .summary,
	body.single-product div.product.product-type-external > .summary {
		padding: 24px !important;
	}
}

@media (max-width: 768px) {
	body.single-product div.product.product-type-simple,
	body.single-product div.product.product-type-variable,
	body.single-product div.product.product-type-grouped,
	body.single-product div.product.product-type-external {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
	}
}

/* Checkout mobile hero fix: keep the trust intro readable on phones. */
@media (max-width: 768px) {
	body.woocommerce-checkout .ms-checkout-trust-intro {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 18px !important;
		padding: 22px 18px !important;
		border: 1px solid rgba(255,255,255,.12) !important;
		background:
			radial-gradient(circle at 18% 0, rgba(198,154,88,.12), transparent 34%),
			linear-gradient(145deg, #101010, #080808) !important;
		overflow: hidden !important;
		text-align: left !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro > div,
	body.woocommerce-checkout .ms-checkout-trust-intro > ul {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.woocommerce-checkout .ms-checkout-kicker {
		display: block !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		color: #c69a58 !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		line-height: 1.45 !important;
		letter-spacing: .18em !important;
		text-transform: uppercase !important;
		white-space: normal !important;
		word-break: normal !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro h2 {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 12px !important;
		color: #f4eadf !important;
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 28px !important;
		font-weight: 400 !important;
		line-height: 1.15 !important;
		letter-spacing: -.01em !important;
		text-transform: none !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro p:not(.ms-checkout-kicker) {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 18px !important;
		color: #c9c1b7 !important;
		font-size: 14px !important;
		line-height: 1.7 !important;
		letter-spacing: .02em !important;
		white-space: normal !important;
		word-break: normal !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro ul {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		list-style: none !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro li {
		display: flex !important;
		width: 100% !important;
		min-height: 42px !important;
		align-items: center !important;
		justify-content: flex-start !important;
		padding: 12px 14px !important;
		border: 1px solid rgba(255,255,255,.12) !important;
		background: rgba(0,0,0,.36) !important;
		color: #f2e6d8 !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.35 !important;
		letter-spacing: .12em !important;
		text-transform: uppercase !important;
		white-space: normal !important;
	}

	body.woocommerce-checkout .ms-checkout-trust-intro li:before {
		content: "" !important;
		display: block !important;
		width: 6px !important;
		height: 6px !important;
		flex: 0 0 6px !important;
		margin: 0 10px 0 0 !important;
		border-radius: 50% !important;
		background: #c69a58 !important;
	}
}



/* Homepage discount block: keep the two selected bracelet cards filling the whole right column. */
.home .ms-discount-products,
.home .ms-discount-products .woocommerce,
.home .ms-discount-products .products {
	height: 100% !important;
}

.home .ms-discount-products .products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 18px !important;
	margin: 0 !important;
}

.home .ms-discount-products .product {
	display: flex !important;
	flex-direction: column !important;
	width: auto !important;
	min-height: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #050505 !important;
	border: 1px solid #2b2b2b !important;
}

.home .ms-discount-products .product > a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
}

.home .ms-discount-products .product img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 360px !important;
	flex: 1 1 auto !important;
	object-fit: cover !important;
	margin: 0 !important;
}

.home .ms-discount-products .woocommerce-loop-product__title {
	padding: 18px 16px 4px !important;
	color: #c8c8c8 !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

.home .ms-discount-products .price {
	display: block !important;
	margin: 0 !important;
	padding: 0 16px 20px !important;
	color: #f0f0f0 !important;
	font-size: 13px !important;
}

.home .ms-discount-products .button {
	display: none !important;
}

@media (max-width: 782px) {
	.home .ms-discount-products .product {
		min-height: 0 !important;
	}

	.home .ms-discount-products .product img {
		min-height: 190px !important;
		aspect-ratio: 1 / 1 !important;
	}
}

/* Homepage discount block: 1 discount tile + 3 bracelet tiles, evenly distributed. */
.home .ms-discount .ms-discount-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 18px !important;
}

.home .ms-discount .ms-discount-copy {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 500px !important;
	height: 100% !important;
}

.home .ms-discount .ms-discount-products {
	grid-column: span 3 !important;
	min-width: 0 !important;
	min-height: 500px !important;
}

.home .ms-discount .ms-discount-products .woocommerce,
.home .ms-discount .ms-discount-products .products {
	height: 100% !important;
}

.home .ms-discount .ms-discount-products .products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 18px !important;
	margin: 0 !important;
}

.home .ms-discount .ms-discount-products .product {
	display: flex !important;
	flex-direction: column !important;
	width: auto !important;
	min-height: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.home .ms-discount .ms-discount-products .product > a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
}

.home .ms-discount .ms-discount-products .product img {
	width: 100% !important;
	height: 100% !important;
	min-height: 350px !important;
	flex: 1 1 auto !important;
	object-fit: cover !important;
	margin: 0 !important;
}

@media (max-width: 782px) {
	.home .ms-discount .ms-discount-grid {
		grid-template-columns: 1fr !important;
	}

	.home .ms-discount .ms-discount-products {
		grid-column: auto !important;
		min-height: 0 !important;
	}

	.home .ms-discount .ms-discount-products .products {
		grid-template-columns: 1fr !important;
	}

	.home .ms-discount .ms-discount-products .product {
		min-height: 0 !important;
	}

	.home .ms-discount .ms-discount-products .product img {
		min-height: 220px !important;
		aspect-ratio: 1 / 1 !important;
	}
}

/* MENSSKULL journal article pages. */
body.single-post {
	background: #141414 !important;
	color: #c8c0b7 !important;
}

body.single-post #page,
body.single-post .site,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main,
body.single-post .inside-article {
	background: #141414 !important;
	color: #c8c0b7 !important;
}

body.single-post .site-content,
body.single-post .grid-container.site-content,
body.single-post #primary,
body.single-post .content-area,
body.single-post .site-main,
body.single-post .inside-article {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.single-post #left-sidebar,
body.single-post #right-sidebar,
body.single-post .widget-area {
	display: none !important;
}

.ms-journal-single {
	background:
		radial-gradient(circle at 15% 8%, rgba(208,164,100,.12), transparent 28rem),
		linear-gradient(180deg, #141414 0%, #090909 100%) !important;
	color: #c8c0b7 !important;
}

.ms-journal-article {
	padding: 0 0 72px !important;
}

.ms-journal-hero {
	padding: 74px 20px 38px !important;
	text-align: center !important;
	border-top: 1px solid rgba(255,255,255,.06) !important;
	background: #111 !important;
}

.ms-journal-hero__inner {
	width: min(1040px, calc(100% - 32px)) !important;
	margin: 0 auto !important;
}

.ms-journal-eyebrow {
	margin: 0 0 16px !important;
	color: #d0a464 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .28em !important;
	text-transform: uppercase !important;
}

.ms-journal-hero h1 {
	max-width: 980px !important;
	margin: 0 auto !important;
	color: #f4eadf !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(38px, 5vw, 78px) !important;
	font-weight: 500 !important;
	line-height: 1.04 !important;
	letter-spacing: -.035em !important;
}

.ms-journal-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 10px 18px !important;
	margin-top: 20px !important;
	color: #8f8981 !important;
	font-size: 12px !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
}

.ms-journal-featured {
	width: min(1000px, calc(100% - 40px)) !important;
	margin: 44px auto 0 !important;
	border: 1px solid rgba(208,164,100,.22) !important;
	background: #050505 !important;
	box-shadow: 0 26px 70px rgba(0,0,0,.34) !important;
}

.ms-journal-featured img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.ms-journal-shell {
	display: grid !important;
	grid-template-columns: 250px minmax(0, 820px) !important;
	gap: 48px !important;
	width: min(1160px, calc(100% - 44px)) !important;
	margin: 58px auto 0 !important;
	align-items: start !important;
}

.ms-journal-aside {
	position: sticky !important;
	top: 150px !important;
	padding: 28px !important;
	border: 1px solid rgba(208,164,100,.2) !important;
	background: linear-gradient(145deg, rgba(208,164,100,.08), rgba(0,0,0,.2)) !important;
}

.ms-journal-aside p {
	margin: 0 0 10px !important;
	color: #d0a464 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .28em !important;
	text-transform: uppercase !important;
}

.ms-journal-aside strong {
	display: block !important;
	color: #f4eadf !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 32px !important;
	line-height: 1 !important;
}

.ms-journal-aside span {
	display: block !important;
	margin-top: 16px !important;
	color: #9d968e !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
}

.ms-journal-content {
	min-width: 0 !important;
	padding: 44px 48px !important;
	border: 1px solid rgba(208,164,100,.2) !important;
	background: linear-gradient(145deg, rgba(30,26,21,.92), rgba(8,8,8,.96)) !important;
	box-shadow: 0 24px 70px rgba(0,0,0,.28) !important;
}

.ms-journal-content > *:first-child {
	margin-top: 0 !important;
}

.ms-journal-content p,
.ms-journal-content li,
.ms-journal-content td {
	color: #c8c0b7 !important;
	font-size: 17px !important;
	line-height: 1.9 !important;
}

.ms-journal-content h2,
.ms-journal-content h3 {
	color: #f3e7d8 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	line-height: 1.15 !important;
}

.ms-journal-content h2 {
	margin: 44px 0 16px !important;
	font-size: clamp(28px, 3vw, 42px) !important;
}

.ms-journal-content h3 {
	margin: 30px 0 12px !important;
	font-size: 24px !important;
}

.ms-journal-content a {
	color: #d0a464 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px !important;
}

.ms-journal-content strong {
	color: #f1e4d4 !important;
}

.ms-journal-content table {
	width: 100% !important;
	margin: 28px 0 !important;
	border-collapse: collapse !important;
	border: 1px solid rgba(208,164,100,.25) !important;
	background: #090909 !important;
}

.ms-journal-content th,
.ms-journal-content td {
	padding: 16px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	text-align: left !important;
}

.ms-journal-content th {
	color: #d0a464 !important;
	font-size: 11px !important;
	letter-spacing: .16em !important;
	text-transform: uppercase !important;
}

.ms-journal-content ul,
.ms-journal-content ol {
	margin: 18px 0 28px 22px !important;
	padding: 0 !important;
}

.ms-journal-footer {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 14px !important;
	width: min(820px, calc(100% - 44px)) !important;
	margin: 34px auto 0 !important;
}

.ms-journal-footer a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 44px !important;
	padding: 0 18px !important;
	border: 1px solid rgba(208,164,100,.45) !important;
	background: #090909 !important;
	color: #d0a464 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
}

body.single-post .comments-area {
	width: min(820px, calc(100% - 44px)) !important;
	margin: 0 auto 80px !important;
	padding: 36px !important;
	border: 1px solid rgba(208,164,100,.2) !important;
	background: #0b0b0b !important;
	color: #c8c0b7 !important;
}

body.single-post .comments-area input,
body.single-post .comments-area textarea {
	width: 100% !important;
	background: #050505 !important;
	border: 1px solid rgba(255,255,255,.15) !important;
	color: #f4eadf !important;
}

/* Journal comments: premium dark community module with pre-submit verification. */
body.single-post .ms-journal-comments {
	width: min(980px, calc(100% - 44px)) !important;
	margin: 46px auto 88px !important;
	padding: 0 !important;
	border: 1px solid rgba(208,164,100,.28) !important;
	background:
		radial-gradient(circle at 12% 0%, rgba(208,164,100,.12), transparent 28%),
		linear-gradient(135deg, #15120e 0%, #080808 62%, #111 100%) !important;
	box-shadow: 0 30px 80px rgba(0,0,0,.38) !important;
	color: #d7d0c7 !important;
	overflow: hidden !important;
}

body.single-post .ms-comment-head {
	padding: 42px 46px 26px !important;
	border-bottom: 1px solid rgba(208,164,100,.22) !important;
}

body.single-post .ms-comment-kicker {
	margin: 0 0 12px !important;
	color: #d0a464 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .22em !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-head h2,
body.single-post .comment-reply-title {
	margin: 0 0 12px !important;
	color: #f7eee4 !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: clamp(32px, 4vw, 54px) !important;
	font-weight: 500 !important;
	line-height: 1.05 !important;
	letter-spacing: .01em !important;
}

body.single-post .ms-comment-head p:not(.ms-comment-kicker),
body.single-post .comment-notes,
body.single-post .logged-in-as {
	margin: 0 !important;
	color: #aaa29a !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
}

body.single-post .ms-comment-verify {
	display: grid !important;
	grid-template-columns: minmax(260px, 1fr) 1.1fr !important;
	gap: 22px !important;
	margin: 30px 46px 8px !important;
	padding: 24px !important;
	border: 1px solid rgba(208,164,100,.34) !important;
	background: rgba(0,0,0,.48) !important;
}

body.single-post .ms-comment-verify span {
	display: block !important;
	margin-bottom: 8px !important;
	color: #d0a464 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .18em !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-verify strong {
	display: block !important;
	max-width: 440px !important;
	color: #f5eadf !important;
	font-size: 20px !important;
	line-height: 1.35 !important;
}

body.single-post .ms-comment-verify ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-post .ms-comment-verify li {
	padding: 13px 14px !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	background: #070707 !important;
	color: #d8d0c8 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .11em !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin: 30px 46px 38px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-post .ms-comment-card {
	display: grid !important;
	grid-template-columns: 58px 1fr !important;
	gap: 18px !important;
	min-height: 150px !important;
	padding: 24px !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	border-left: 3px solid rgba(208,164,100,.76) !important;
	background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(0,0,0,.35)) !important;
}

body.single-post .ms-comment-avatar {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 54px !important;
	height: 54px !important;
	border: 2px solid #333 !important;
	border-radius: 50% !important;
	background: #050505 !important;
	box-shadow: inset 0 0 0 2px #111, 0 0 0 1px rgba(208,164,100,.28) !important;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.single-post .ms-comment-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px 14px !important;
	margin-bottom: 12px !important;
}

body.single-post .ms-comment-meta strong {
	color: #f8eee4 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-meta span {
	color: #938b82 !important;
	font-size: 13px !important;
}

body.single-post .ms-comment-text,
body.single-post .ms-comment-text p {
	color: #d8d0c8 !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
}

body.single-post .ms-comment-awaiting {
	color: #d0a464 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

body.single-post .ms-comment-form {
	margin: 32px 46px 46px !important;
	padding: 32px !important;
	border: 1px solid rgba(208,164,100,.22) !important;
	background: rgba(0,0,0,.5) !important;
}

body.single-post .ms-comment-form label {
	display: block !important;
	margin: 18px 0 8px !important;
	color: #d0a464 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-form input,
body.single-post .ms-comment-form textarea {
	width: 100% !important;
	padding: 14px 15px !important;
	border: 1px solid rgba(255,255,255,.18) !important;
	background: #030303 !important;
	color: #f7eee4 !important;
	font-size: 15px !important;
}

body.single-post .ms-comment-form input:focus,
body.single-post .ms-comment-form textarea:focus {
	border-color: rgba(208,164,100,.72) !important;
	box-shadow: 0 0 0 1px rgba(208,164,100,.25) !important;
	outline: none !important;
}

body.single-post .ms-comment-form .submit {
	width: auto !important;
	min-width: 168px !important;
	min-height: 48px !important;
	padding: 0 24px !important;
	border: 1px solid #d0a464 !important;
	background: #d0a464 !important;
	color: #080808 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .16em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
}

body.single-post .ms-comment-form .submit:hover {
	background: #f0c77f !important;
	border-color: #f0c77f !important;
}

@media (max-width: 900px) {
	.ms-journal-shell {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
		margin-top: 34px !important;
	}

	.ms-journal-aside {
		position: static !important;
	}
}

@media (max-width: 600px) {
	.ms-journal-hero {
		padding: 46px 14px 28px !important;
	}

	.ms-journal-featured,
	.ms-journal-shell,
	.ms-journal-footer,
	body.single-post .comments-area {
		width: calc(100% - 24px) !important;
	}

	.ms-journal-content {
		padding: 28px 20px !important;
	}

	.ms-journal-content p,
	.ms-journal-content li,
	.ms-journal-content td {
		font-size: 15px !important;
		line-height: 1.85 !important;
	}

	.ms-journal-content table {
		display: block !important;
		overflow-x: auto !important;
	}
}

@media (max-width: 720px) {
	body.single-post .ms-journal-comments {
		width: calc(100% - 24px) !important;
		margin: 34px auto 72px !important;
	}

	body.single-post .ms-comment-head {
		padding: 30px 22px 22px !important;
	}

	body.single-post .ms-comment-verify {
		grid-template-columns: 1fr !important;
		margin: 22px 18px 6px !important;
		padding: 18px !important;
	}

	body.single-post .ms-comment-verify ul {
		grid-template-columns: 1fr !important;
	}

	body.single-post .ms-comment-list {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin: 24px 18px 28px !important;
	}

	body.single-post .ms-comment-card {
		grid-template-columns: 46px 1fr !important;
		gap: 14px !important;
		padding: 18px !important;
	}

	body.single-post .ms-comment-avatar {
		width: 44px !important;
		height: 44px !important;
		font-size: 23px !important;
	}

	body.single-post .ms-comment-meta {
		display: grid !important;
		gap: 6px !important;
	}

	body.single-post .ms-comment-form {
		margin: 26px 18px 28px !important;
		padding: 22px !important;
	}
}

/* Final 117 journal comment redesign: darker, cleaner, and verified before submit. */
body.single-post .ms-journal-comments {
	width: min(1040px, calc(100% - 48px)) !important;
	border-color: rgba(208,164,100,.32) !important;
	background:
		linear-gradient(90deg, rgba(208,164,100,.08), transparent 32%),
		radial-gradient(circle at 82% 12%, rgba(255,255,255,.06), transparent 28%),
		#090909 !important;
}

body.single-post .ms-comment-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 230px !important;
	align-items: end !important;
	gap: 28px !important;
	padding: 46px 50px 34px !important;
}

body.single-post .ms-comment-head h2 {
	max-width: 680px !important;
}

body.single-post .ms-comment-score {
	display: grid !important;
	place-items: center !important;
	min-height: 150px !important;
	border: 1px solid rgba(208,164,100,.28) !important;
	background: linear-gradient(145deg, rgba(208,164,100,.14), rgba(0,0,0,.32)) !important;
	text-align: center !important;
}

body.single-post .ms-comment-score strong {
	color: rgba(255,255,255,.12) !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 72px !important;
	line-height: .8 !important;
}

body.single-post .ms-comment-score span {
	max-width: 150px !important;
	color: #d0a464 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .16em !important;
	line-height: 1.5 !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-verify {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	margin: 0 50px 34px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-post .ms-comment-verify article {
	padding: 24px !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(0,0,0,.3)) !important;
}

body.single-post .ms-comment-verify p {
	margin: 10px 0 0 !important;
	color: #9f978f !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

body.single-post #respond,
body.single-post .ms-comment-form {
	margin: 34px 50px 50px !important;
	padding: 34px !important;
	border: 1px solid rgba(208,164,100,.3) !important;
	background:
		linear-gradient(135deg, rgba(208,164,100,.08), transparent 38%),
		#030303 !important;
}

body.single-post #respond:before {
	display: block !important;
	margin-bottom: 10px !important;
	color: #d0a464 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .22em !important;
	text-transform: uppercase !important;
	content: "Join the discussion" !important;
}

body.single-post #respond .comment-reply-title {
	font-size: clamp(30px, 3vw, 44px) !important;
}

body.single-post #respond textarea#comment,
body.single-post #respond input[type="text"],
body.single-post #respond input[type="email"],
body.single-post #respond input[type="url"],
body.single-post #respond input[type="number"] {
	width: 100% !important;
	border: 1px solid rgba(255,255,255,.16) !important;
	background: #050505 !important;
	color: #f2ece4 !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.8) !important;
}

body.single-post #respond textarea#comment {
	min-height: 190px !important;
	resize: vertical !important;
}

body.single-post .ms-comment-math {
	display: grid !important;
	grid-template-columns: minmax(240px, 1fr) 140px 160px !important;
	align-items: end !important;
	gap: 16px !important;
	margin: 24px 0 22px !important;
	padding: 22px !important;
	border: 1px solid rgba(208,164,100,.34) !important;
	background: linear-gradient(145deg, rgba(208,164,100,.12), rgba(255,255,255,.02)) !important;
}

body.single-post .ms-comment-math span {
	display: block !important;
	margin-bottom: 6px !important;
	color: #d0a464 !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
	text-transform: uppercase !important;
}

body.single-post .ms-comment-math strong {
	display: block !important;
	color: #f6eee5 !important;
	font-size: 18px !important;
}

body.single-post .ms-comment-math p {
	margin: 7px 0 0 !important;
	color: #9d958d !important;
	font-size: 13px !important;
	line-height: 1.6 !important;
}

body.single-post .ms-comment-math label {
	margin: 0 !important;
	color: #f6eee5 !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	text-align: center !important;
	text-transform: none !important;
}

body.single-post .ms-comment-math input[type="number"] {
	height: 54px !important;
	text-align: center !important;
	font-size: 20px !important;
}

body.single-post #respond .form-submit {
	margin: 0 !important;
}

body.single-post #respond input#submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 190px !important;
	min-height: 52px !important;
	border: 1px solid #d0a464 !important;
	background: #d0a464 !important;
	color: #080808 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .16em !important;
	text-transform: uppercase !important;
}

body.single-post #respond input#submit:hover {
	background: #f0c77f !important;
	border-color: #f0c77f !important;
}

@media (max-width: 760px) {
	body.single-post .ms-comment-head,
	body.single-post .ms-comment-verify,
	body.single-post #respond,
	body.single-post .ms-comment-form {
		margin-left: 18px !important;
		margin-right: 18px !important;
	}

	body.single-post .ms-comment-head {
		grid-template-columns: 1fr !important;
		padding: 30px 22px 24px !important;
	}

	body.single-post .ms-comment-score {
		min-height: 110px !important;
	}

	body.single-post .ms-comment-verify {
		grid-template-columns: 1fr !important;
	}

	body.single-post .ms-comment-math {
		grid-template-columns: 1fr !important;
	}

	body.single-post .ms-comment-math label {
		text-align: left !important;
	}
}

/* Final 131: homepage collector credit module with equal-width luxury product cards. */
.home .ms-discount {
	position: relative !important;
	overflow: hidden !important;
	padding: 96px 0 104px !important;
	background:
		radial-gradient(circle at 10% 22%, rgba(208,164,100,.13), transparent 30%),
		radial-gradient(circle at 88% 12%, rgba(245,114,80,.09), transparent 28%),
		linear-gradient(180deg, #181818 0%, #101010 54%, #070707 100%) !important;
}

.home .ms-discount:before {
	position: absolute !important;
	inset: 0 !important;
	pointer-events: none !important;
	content: "" !important;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 120px 100%,
		linear-gradient(135deg, transparent 0 48%, rgba(208,164,100,.075) 49%, transparent 50% 100%) !important;
	opacity: .22 !important;
}

.home .ms-discount .ms-container {
	position: relative !important;
	z-index: 1 !important;
}

.home .ms-discount .ms-discount-grid {
	display: grid !important;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 3fr) !important;
	gap: 18px !important;
	align-items: stretch !important;
	width: min(1500px, calc(100% - 40px)) !important;
	margin-inline: auto !important;
}

.home .ms-discount .ms-discount-copy {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	min-height: 560px !important;
	padding: 44px 32px !important;
	border: 1px solid rgba(208,164,100,.28) !important;
	background:
		linear-gradient(145deg, rgba(208,164,100,.14), transparent 38%),
		radial-gradient(circle at 50% 18%, rgba(255,255,255,.06), transparent 32%),
		#202020 !important;
	box-shadow: 0 30px 78px rgba(0,0,0,.38) !important;
	text-align: center !important;
}

.home .ms-discount .ms-discount-copy:before {
	position: absolute !important;
	inset: 14px !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	pointer-events: none !important;
	content: "" !important;
}

.home .ms-discount .ms-discount-copy:after {
	position: absolute !important;
	right: -28px !important;
	bottom: -46px !important;
	z-index: -1 !important;
	color: rgba(255,255,255,.035) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 170px !important;
	line-height: 1 !important;
	content: "925" !important;
}

.home .ms-discount .ms-discount-copy p:first-child {
	width: max-content !important;
	max-width: 100% !important;
	margin: 0 auto 22px !important;
	padding-bottom: 9px !important;
	border-bottom: 1px solid rgba(208,164,100,.48) !important;
	color: #d0a464 !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .22em !important;
	text-transform: uppercase !important;
}

.home .ms-discount .ms-discount-copy strong {
	display: block !important;
	margin: 0 !important;
	color: #f3e5ce !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(82px, 7vw, 126px) !important;
	font-weight: 400 !important;
	letter-spacing: -.06em !important;
	line-height: .82 !important;
	text-shadow: 0 18px 44px rgba(0,0,0,.58), 0 0 22px rgba(208,164,100,.16) !important;
}

.home .ms-discount .ms-discount-copy h2 {
	margin: 18px auto 16px !important;
	color: #fff6eb !important;
	font-size: clamp(22px, 2.1vw, 33px) !important;
	font-weight: 800 !important;
	letter-spacing: .08em !important;
	line-height: 1.08 !important;
	text-transform: uppercase !important;
}

.home .ms-discount .ms-discount-copy p:not(:first-child) {
	max-width: 280px !important;
	margin: 0 auto !important;
	color: #b7aea5 !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
}

.home .ms-discount .ms-discount-copy span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 122px !important;
	min-height: 44px !important;
	margin-top: 30px !important;
	padding: 10px 18px !important;
	border: 1px solid rgba(208,164,100,.46) !important;
	background: linear-gradient(135deg, #d0a464, #9f8464) !important;
	color: #080808 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .12em !important;
	box-shadow: 0 18px 42px rgba(0,0,0,.3) !important;
}

.home .ms-discount .ms-discount-products,
.home .ms-discount .ms-discount-products .woocommerce {
	height: 100% !important;
	min-width: 0 !important;
}

.home .ms-discount .ms-discount-products .products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.home .ms-discount .ms-discount-products .product {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
	min-height: 560px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(208,164,100,.24) !important;
	background: #040404 !important;
	box-shadow: 0 26px 68px rgba(0,0,0,.36) !important;
	transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease !important;
}

.home .ms-discount .ms-discount-products .product:before {
	position: absolute !important;
	z-index: 2 !important;
	inset: 12px !important;
	border: 1px solid rgba(255,255,255,.09) !important;
	pointer-events: none !important;
	content: "" !important;
	transition: inset .22s ease, border-color .22s ease !important;
}

.home .ms-discount .ms-discount-products .product:after {
	position: absolute !important;
	z-index: 1 !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	height: 72% !important;
	pointer-events: none !important;
	background:
		linear-gradient(180deg, rgba(0,0,0,.06), transparent 45%, rgba(0,0,0,.42)),
		linear-gradient(35deg, rgba(208,164,100,.15), transparent 36%) !important;
	content: "" !important;
}

.home .ms-discount .ms-discount-products .product > a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	color: inherit !important;
	text-decoration: none !important;
}

.home .ms-discount .ms-discount-products .product img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1.16 !important;
	margin: 0 !important;
	object-fit: cover !important;
	background: #050505 !important;
	filter: saturate(.9) contrast(1.08) brightness(.82) !important;
	transform: scale(1.01) !important;
	transition: transform .62s cubic-bezier(.2,.7,.2,1), filter .35s ease !important;
}

.home .ms-discount .ms-discount-products .woocommerce-loop-product__title {
	flex: 0 0 auto !important;
	min-height: 74px !important;
	margin: 0 !important;
	padding: 22px 22px 7px !important;
	color: #f1eee8 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: .01em !important;
	line-height: 1.35 !important;
}

.home .ms-discount .ms-discount-products .price {
	margin: 0 !important;
	padding: 0 22px 24px !important;
	color: #f0d3a1 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .02em !important;
}

.home .ms-discount .ms-discount-products .price del,
.home .ms-discount .ms-discount-products .price del .woocommerce-Price-amount {
	color: #9a2929 !important;
	opacity: 1 !important;
}

.home .ms-discount .ms-discount-products .price ins,
.home .ms-discount .ms-discount-products .price ins .woocommerce-Price-amount,
.home .ms-discount .ms-discount-products .price .woocommerce-Price-amount {
	color: #f0d3a1 !important;
	text-decoration: none !important;
}

.home .ms-discount .ms-discount-products .onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 7px 10px !important;
	border-radius: 0 !important;
	background: #f57250 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.home .ms-discount .ms-discount-products .button {
	display: none !important;
}

.home .ms-discount .ms-discount-products .product:hover,
.home .ms-discount .ms-discount-products .product:focus-within {
	border-color: rgba(208,164,100,.68) !important;
	box-shadow: 0 34px 88px rgba(0,0,0,.52), 0 0 0 1px rgba(208,164,100,.14) !important;
	transform: translateY(-5px) !important;
}

.home .ms-discount .ms-discount-products .product:hover:before,
.home .ms-discount .ms-discount-products .product:focus-within:before {
	inset: 9px !important;
	border-color: rgba(208,164,100,.42) !important;
}

.home .ms-discount .ms-discount-products .product:hover img,
.home .ms-discount .ms-discount-products .product:focus-within img {
	filter: saturate(1) contrast(1.14) brightness(.92) !important;
	transform: scale(1.06) !important;
}

@media (max-width: 1080px) {
	.home .ms-discount .ms-discount-grid {
		grid-template-columns: 1fr !important;
	}

	.home .ms-discount .ms-discount-copy {
		min-height: 340px !important;
	}

	.home .ms-discount .ms-discount-products .product {
		min-height: 500px !important;
	}
}

@media (max-width: 760px) {
	.home .ms-discount {
		padding: 56px 0 62px !important;
	}

	.home .ms-discount .ms-discount-grid {
		width: calc(100% - 24px) !important;
		gap: 14px !important;
	}

	.home .ms-discount .ms-discount-products .products {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.home .ms-discount .ms-discount-products .product {
		min-height: 0 !important;
	}

	.home .ms-discount .ms-discount-products .product img {
		aspect-ratio: 1 / 1 !important;
	}

	.home .ms-discount .ms-discount-copy {
		min-height: 300px !important;
		padding: 36px 24px !important;
	}

	.home .ms-discount .ms-discount-copy strong {
		font-size: 82px !important;
	}
}

/* Final 132: keep the collector credit and three products on one row for desktop. */
@media (min-width: 981px) {
	.home .ms-discount .ms-discount-grid {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 18px !important;
		align-items: stretch !important;
		width: min(1500px, calc(100% - 40px)) !important;
	}

	.home .ms-discount .ms-discount-copy {
		grid-column: 1 !important;
		min-height: 520px !important;
	}

	.home .ms-discount .ms-discount-products {
		grid-column: 2 / 5 !important;
		min-width: 0 !important;
	}

	.home .ms-discount .ms-discount-products .products {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 18px !important;
		height: 100% !important;
	}

	.home .ms-discount .ms-discount-products .product {
		min-height: 520px !important;
	}
}

@media (min-width: 981px) and (max-width: 1240px) {
	.home .ms-discount .ms-discount-grid {
		width: calc(100% - 28px) !important;
		gap: 12px !important;
	}

	.home .ms-discount .ms-discount-products .products {
		gap: 12px !important;
	}

	.home .ms-discount .ms-discount-copy {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.home .ms-discount .ms-discount-copy strong {
		font-size: 82px !important;
	}

	.home .ms-discount .ms-discount-copy h2 {
		font-size: 22px !important;
	}

	.home .ms-discount .ms-discount-products .woocommerce-loop-product__title {
		font-size: 13px !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.home .ms-discount .ms-discount-products .price {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

/* Final 133: premium homepage latest-products showcase. */
.home .ms-products-section {
	position: relative !important;
	overflow: hidden !important;
	padding: 100px 0 112px !important;
	background:
		radial-gradient(circle at 50% 0, rgba(245,114,80,.1), transparent 31%),
		radial-gradient(circle at 8% 18%, rgba(208,164,100,.08), transparent 28%),
		linear-gradient(180deg, #060606 0%, #020202 48%, #090909 100%) !important;
}

.home .ms-products-section:before {
	position: absolute !important;
	inset: 0 !important;
	pointer-events: none !important;
	content: "" !important;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 140px 100%,
		linear-gradient(180deg, rgba(208,164,100,.08), transparent 24%, transparent 78%, rgba(208,164,100,.055)) !important;
	opacity: .18 !important;
}

.home .ms-products-section .ms-container {
	position: relative !important;
	z-index: 1 !important;
	width: min(1500px, calc(100% - 40px)) !important;
}

.home .ms-products-section .ms-section-heading {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) !important;
	gap: 28px !important;
	align-items: end !important;
	margin: 0 0 42px !important;
	text-align: left !important;
}

.home .ms-products-section .ms-section-heading:before {
	display: block !important;
	grid-column: 1 / -1 !important;
	width: 72px !important;
	height: 1px !important;
	background: #d0a464 !important;
	box-shadow: 0 0 24px rgba(208,164,100,.5) !important;
	content: "" !important;
}

.home .ms-products-section .ms-section-heading h2 {
	margin: 0 !important;
	color: #f3e4cc !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(48px, 5vw, 86px) !important;
	font-weight: 400 !important;
	letter-spacing: -.05em !important;
	line-height: .9 !important;
	text-transform: none !important;
}

.home .ms-products-section .ms-section-heading h2:before {
	display: block !important;
	margin-bottom: 14px !important;
	color: #f57250 !important;
	font-family: Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .28em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	content: "Fresh from the bench" !important;
}

.home .ms-products-section .ms-section-heading p {
	max-width: 420px !important;
	margin: 0 !important;
	color: #9c958e !important;
	font-size: 14px !important;
	letter-spacing: .04em !important;
	line-height: 1.8 !important;
	text-align: right !important;
}

.home .ms-products-section .woocommerce,
.home .ms-products-section .products {
	width: 100% !important;
}

.home .ms-products-section .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.home .ms-products-section .product {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
	min-height: 560px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(208,164,100,.23) !important;
	background:
		linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0)),
		#050505 !important;
	box-shadow: 0 28px 74px rgba(0,0,0,.42) !important;
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease !important;
}

.home .ms-products-section .product:before {
	position: absolute !important;
	z-index: 2 !important;
	inset: 12px !important;
	border: 1px solid rgba(255,255,255,.09) !important;
	pointer-events: none !important;
	content: "" !important;
	transition: inset .22s ease, border-color .22s ease !important;
}

.home .ms-products-section .product:after {
	position: absolute !important;
	z-index: 1 !important;
	inset: 0 !important;
	pointer-events: none !important;
	background:
		linear-gradient(180deg, rgba(0,0,0,.03), transparent 38%, rgba(0,0,0,.42) 70%, rgba(0,0,0,.86)),
		linear-gradient(35deg, rgba(208,164,100,.12), transparent 38%) !important;
	content: "" !important;
}

.home .ms-products-section .product > a.woocommerce-LoopProduct-link {
	position: relative !important;
	z-index: 3 !important;
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	color: inherit !important;
	text-decoration: none !important;
}

.home .ms-products-section .product img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1.12 !important;
	margin: 0 !important;
	object-fit: cover !important;
	background: #030303 !important;
	filter: saturate(.9) contrast(1.1) brightness(.84) !important;
	transform: scale(1.01) !important;
	transition: transform .62s cubic-bezier(.2,.7,.2,1), filter .36s ease !important;
}

.home .ms-products-section .woocommerce-loop-product__title {
	position: relative !important;
	min-height: 76px !important;
	margin: 0 !important;
	padding: 24px 22px 8px !important;
	color: #f2eee8 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: .01em !important;
	line-height: 1.36 !important;
}

.home .ms-products-section .woocommerce-loop-product__title:before {
	display: block !important;
	width: max-content !important;
	max-width: 100% !important;
	margin-bottom: 11px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid rgba(208,164,100,.42) !important;
	color: #d0a464 !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	content: "New arrival" !important;
}

.home .ms-products-section .star-rating {
	margin: 0 22px 8px !important;
	color: #f0b45f !important;
	font-size: 12px !important;
}

.home .ms-products-section .price {
	position: relative !important;
	z-index: 3 !important;
	margin: 0 !important;
	padding: 0 22px 24px !important;
	color: #f0d3a1 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .02em !important;
}

.home .ms-products-section .price del,
.home .ms-products-section .price del .woocommerce-Price-amount {
	color: #8f2828 !important;
	opacity: 1 !important;
}

.home .ms-products-section .price ins,
.home .ms-products-section .price ins .woocommerce-Price-amount,
.home .ms-products-section .price .woocommerce-Price-amount {
	color: #f0d3a1 !important;
	text-decoration: none !important;
}

.home .ms-products-section .onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 7px 10px !important;
	border-radius: 0 !important;
	background: #f57250 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: .08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.home .ms-products-section .button {
	display: none !important;
}

.home .ms-products-section .product:hover,
.home .ms-products-section .product:focus-within {
	border-color: rgba(208,164,100,.72) !important;
	box-shadow: 0 38px 96px rgba(0,0,0,.58), 0 0 0 1px rgba(208,164,100,.14) !important;
	transform: translateY(-6px) !important;
}

.home .ms-products-section .product:hover:before,
.home .ms-products-section .product:focus-within:before {
	inset: 9px !important;
	border-color: rgba(208,164,100,.42) !important;
}

.home .ms-products-section .product:hover img,
.home .ms-products-section .product:focus-within img {
	filter: saturate(1) contrast(1.16) brightness(.95) !important;
	transform: scale(1.06) !important;
}

@media (prefers-reduced-motion:no-preference) {
	.home .ms-products-section .product {
		animation: ms-latest-rise .68s ease both;
	}

	.home .ms-products-section .product:nth-child(2) { animation-delay: .06s; }
	.home .ms-products-section .product:nth-child(3) { animation-delay: .12s; }
	.home .ms-products-section .product:nth-child(4) { animation-delay: .18s; }

	@keyframes ms-latest-rise {
		from { opacity: 0; transform: translateY(22px); }
		to { opacity: 1; transform: translateY(0); }
	}
}

@media (max-width: 1100px) {
	.home .ms-products-section .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.home .ms-products-section {
		padding: 58px 0 64px !important;
	}

	.home .ms-products-section .ms-container {
		width: calc(100% - 24px) !important;
	}

	.home .ms-products-section .ms-section-heading {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin-bottom: 26px !important;
	}

	.home .ms-products-section .ms-section-heading h2 {
		font-size: 40px !important;
	}

	.home .ms-products-section .ms-section-heading p {
		text-align: left !important;
	}

	.home .ms-products-section .products {
		gap: 14px !important;
	}

	.home .ms-products-section .product {
		min-height: 0 !important;
	}

	.home .ms-products-section .product img {
		aspect-ratio: 1 / 1 !important;
	}
}

@media (max-width: 520px) {
	.home .ms-products-section .products {
		grid-template-columns: 1fr !important;
	}
}


