/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* MB Scent header: keep the logo centered on every screen */
@media (min-width: 1025px) {
	.whb-general-header .whb-general-header-inner {
		position: relative !important;
	}

	.whb-general-header .whb-col-left {
		position: absolute !important;
		inset-block: 0 !important;
		left: 50% !important;
		width: auto !important;
		max-width: none !important;
		transform: translateX(-50%) !important;
		justify-content: center !important;
		z-index: 5 !important;
	}

	.whb-general-header .whb-col-right {
		z-index: 4 !important;
	}
}

@media (max-width: 1024px) {
	.whb-general-header .whb-general-header-inner {
		position: relative !important;
	}

	.whb-general-header .whb-mobile-center {
		position: absolute !important;
		inset-block: 0 !important;
		left: 50% !important;
		width: auto !important;
		max-width: none !important;
		transform: translateX(-50%) !important;
		justify-content: center !important;
		z-index: 5 !important;
	}

	.whb-general-header .whb-mobile-left {
		justify-content: flex-start !important;
		z-index: 4 !important;
	}

	.whb-general-header .whb-mobile-right {
		justify-content: flex-end !important;
		z-index: 4 !important;
	}
}


/* Remove WoodMart's logo-column offset after centering */
.whb-general-header .whb-col-left,
.whb-general-header .whb-mobile-center {
	margin-inline: 0 !important;
}


/* Homepage category carousel: one clean swipeable row */
body.home .elementor-element-e926234 .wd-carousel,
body.home .elementor-element-e926234 .wd-carousel-inner {
	overflow: hidden !important;
}

body.home .elementor-element-e926234 .wd-carousel-wrap {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	height: auto !important;
}

body.home .elementor-element-e926234 .wd-carousel-item {
	flex: 0 0 auto !important;
	margin-bottom: 0 !important;
}

body.home .elementor-element-e926234 .product-category {
	width: 100% !important;
	height: auto !important;
	padding: 0 6px 6px !important;
	text-align: center !important;
}

body.home .elementor-element-e926234 .category-image-wrapp {
	overflow: hidden !important;
	border: 2px solid rgba(188, 139, 72, .38) !important;
	border-radius: 50% !important;
	background: #f8f5f1 !important;
	box-shadow: 0 8px 24px rgba(36, 24, 13, .08) !important;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

body.home .elementor-element-e926234 .product-category:hover .category-image-wrapp {
	transform: translateY(-4px) !important;
	border-color: #bd8641 !important;
	box-shadow: 0 13px 30px rgba(57, 37, 17, .15) !important;
}

body.home .elementor-element-e926234 .category-image {
	aspect-ratio: 1 / 1 !important;
}

body.home .elementor-element-e926234 .category-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	transition: transform .35s ease !important;
}

body.home .elementor-element-e926234 .product-category:hover .category-image img {
	transform: scale(1.045) !important;
}

body.home .elementor-element-e926234 .wd-entities-title {
	margin-top: 13px !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -.15px !important;
	color: #1c1712 !important;
}

body.home .elementor-element-e926234 .wd-entities-title:after {
	display: block !important;
	width: 30px !important;
	height: 2px !important;
	margin: 8px auto 0 !important;
	border-radius: 99px !important;
	background: #bd8641 !important;
	content: "" !important;
}

/* Franscent-inspired single-product presentation */
body.single-product .product-image-summary {
	padding-top: 24px !important;
	padding-bottom: 28px !important;
}

body.single-product .product-image-summary-inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
	gap: 40px !important;
	align-items: start !important;
}

body.single-product .product-images,
body.single-product .summary {
	min-width: 0 !important;
}

body.single-product .woocommerce-product-gallery {
	overflow: hidden !important;
	border: 1px solid #ece7e0 !important;
	border-radius: 18px !important;
	background: #faf9f7 !important;
	box-shadow: 0 12px 35px rgba(35, 27, 18, .07) !important;
}

body.single-product .wd-gallery-images {
	width: 100% !important;
	background: #faf9f7 !important;
}

body.single-product .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #faf9f7 !important;
}

body.single-product .woocommerce-product-gallery__image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 680px !important;
	object-fit: contain !important;
}

body.single-product .wd-gallery-thumb {
	margin-top: 12px !important;
}

body.single-product .wd-gallery-thumb .wd-carousel-item {
	overflow: hidden !important;
	border: 1px solid #e5dfd7 !important;
	border-radius: 10px !important;
	background: #fff !important;
}

body.single-product .wd-gallery-thumb .wd-active {
	border-color: #bd8641 !important;
	box-shadow: 0 0 0 1px #bd8641 !important;
}

body.single-product .summary-inner {
	padding: 28px 30px !important;
	border: 1px solid #ece7e0 !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 12px 35px rgba(35, 27, 18, .055) !important;
}

body.single-product .single-breadcrumbs-wrapper {
	margin-bottom: 18px !important;
	color: #8b8177 !important;
	font-size: 12px !important;
}

body.single-product h1.product_title {
	margin-bottom: 10px !important;
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	letter-spacing: -.7px !important;
	color: #111 !important;
}

body.single-product .summary-inner > p.price {
	margin-bottom: 18px !important;
	color: #b77a32 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.single-product .woocommerce-product-details__short-description > p:first-child {
	margin-bottom: 18px !important;
	color: #4f4a45 !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

body.single-product .mbs-wholesale-details {
	margin: 18px 0 20px !important;
	padding: 18px !important;
	border: 1px solid #eadfce !important;
	border-radius: 14px !important;
	background: #fbf7f1 !important;
}

body.single-product .mbs-wholesale-details h3 {
	margin-bottom: 12px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: .2px !important;
	color: #18130f !important;
}

body.single-product .mbs-wholesale-details ul {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px 14px !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
}

body.single-product .mbs-wholesale-details li {
	margin: 0 !important;
	color: #4f473f !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

body.single-product .mbs-best-value {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 0 12px !important;
	padding: 6px 10px !important;
	border: 1px solid rgba(183, 122, 50, .32) !important;
	border-radius: 99px !important;
	background: #fff !important;
	color: #a46825 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .mbs-bulk-whatsapp {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 10px 16px !important;
	border-radius: 8px !important;
	background: #168f4c !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .25px !important;
}

body.single-product .mbs-bulk-whatsapp:hover {
	background: #117a40 !important;
	color: #fff !important;
}

body.single-product .summary form.variations_form {
	display: block !important;
	margin-top: 18px !important;
}

body.single-product .summary table.variations {
	display: block !important;
	width: 100% !important;
	margin-bottom: 14px !important;
}

body.single-product .summary table.variations tbody,
body.single-product .summary table.variations tr,
body.single-product .summary table.variations th,
body.single-product .summary table.variations td {
	display: block !important;
	width: 100% !important;
}

body.single-product .summary table.variations .label {
	margin-bottom: 9px !important;
	padding: 0 !important;
}

body.single-product .summary table.variations .label label {
	color: #17130f !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .55px !important;
}

body.single-product .mbs-native-size-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.single-product .mbs-size-options {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
	width: 100% !important;
}

body.single-product .mbs-size-option {
	position: relative !important;
	min-height: 48px !important;
	padding: 10px 8px !important;
	border: 1px solid #d9d3cc !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #28231e !important;
	font: inherit !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.single-product .mbs-size-option:hover {
	transform: translateY(-1px) !important;
	border-color: #bd8641 !important;
}

body.single-product .mbs-size-option.is-active {
	border-color: #bd8641 !important;
	background: #15110e !important;
	color: #fff !important;
	box-shadow: 0 7px 18px rgba(27, 20, 14, .16) !important;
}

body.single-product .mbs-size-option[data-value*="1kg"]:after {
	display: block !important;
	margin-top: 5px !important;
	color: #d7a665 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .4px !important;
	content: "Best Value" !important;
}

body.single-product .mbs-size-option:focus-visible {
	outline: 2px solid #bd8641 !important;
	outline-offset: 2px !important;
}

body.single-product .reset_variations {
	display: none !important;
}

body.single-product .woocommerce-variation {
	margin-bottom: 12px !important;
}

body.single-product .woocommerce-variation-price .price {
	color: #b77a32 !important;
	font-size: 24px !important;
	font-weight: 800 !important;
}

body.single-product .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr) !important;
	gap: 10px !important;
}

body.single-product .woocommerce-variation-add-to-cart .quantity {
	width: 112px !important;
	margin: 0 !important;
	border-radius: 8px !important;
}

body.single-product .single_add_to_cart_button {
	min-height: 50px !important;
	border-radius: 8px !important;
	background: #15110e !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .single_add_to_cart_button:hover {
	background: #bd8641 !important;
	color: #fff !important;
}

body.single-product .wd-buy-now-btn {
	grid-column: 1 / -1 !important;
	min-height: 48px !important;
	border: 1px solid #15110e !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #15110e !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .product_meta {
	margin-top: 18px !important;
	padding-top: 16px !important;
	border-top: 1px solid #eee8e1 !important;
	font-size: 12px !important;
	line-height: 1.7 !important;
}

@media (max-width: 1024px) {
	body.home .elementor-element-e926234 .wd-carousel-item {
		width: 42vw !important;
		max-width: 190px !important;
	}

	body.single-product .product-image-summary {
		padding-top: 8px !important;
	}

	body.single-product .product-image-summary-inner {
		display: block !important;
	}

	body.single-product .product-images,
	body.single-product .summary {
		width: 100% !important;
		max-width: none !important;
	}

	body.single-product .woocommerce-product-gallery {
		margin-bottom: 18px !important;
	}

	body.single-product .summary-inner {
		padding: 24px !important;
	}
}

@media (max-width: 767px) {
	body.home .elementor-element-e926234 {
		overflow: hidden !important;
	}

	body.home .elementor-element-e926234 .wd-carousel-inner {
		margin-inline: -4px !important;
	}

	body.home .elementor-element-e926234 .wd-carousel {
		padding-inline: 2px !important;
	}

	body.home .elementor-element-e926234 .wd-carousel-item {
		width: 45vw !important;
		max-width: 172px !important;
	}

	body.home .elementor-element-e926234 .product-category {
		padding-inline: 4px !important;
	}

	body.home .elementor-element-e926234 .wd-entities-title {
		margin-top: 10px !important;
		font-size: 15px !important;
		line-height: 1.2 !important;
	}

	body.home .elementor-element-e926234 .wd-entities-title:after {
		width: 24px !important;
		margin-top: 6px !important;
	}

	body.single-product .main-page-wrapper > .container {
		width: 100% !important;
		max-width: none !important;
		padding-inline: 0 !important;
	}

	body.single-product .product-image-summary {
		padding: 0 0 18px !important;
	}

	body.single-product .product-image-summary-inner {
		display: block !important;
	}

	body.single-product .woocommerce-product-gallery {
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #f7f6f4 !important;
	}

	body.single-product .woocommerce-product-gallery__image a {
		min-height: 390px !important;
		padding: 8px 14px 14px !important;
	}

	body.single-product .woocommerce-product-gallery__image img {
		width: 100% !important;
		max-height: 540px !important;
		object-fit: contain !important;
	}

	body.single-product .wd-gallery-thumb {
		width: 100% !important;
		margin: 0 !important;
		padding: 10px 16px 15px !important;
		background: #f7f6f4 !important;
	}

	body.single-product .wd-gallery-thumb .wd-carousel-inner {
		position: relative !important;
		width: 100% !important;
	}

	body.single-product .single-breadcrumbs-wrapper {
		display: none !important;
	}

	body.single-product .summary {
		margin-top: 0 !important;
		padding-inline: 0 !important;
	}

	body.single-product .summary-inner {
		padding: 22px 18px 26px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	body.single-product h1.product_title {
		margin-bottom: 8px !important;
		font-size: 28px !important;
		line-height: 1.08 !important;
		letter-spacing: -.45px !important;
	}

	body.single-product .summary-inner > p.price {
		margin-bottom: 15px !important;
		font-size: 25px !important;
	}

	body.single-product .woocommerce-product-details__short-description > p:first-child {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	body.single-product .mbs-wholesale-details {
		margin: 15px 0 18px !important;
		padding: 15px !important;
		border-radius: 12px !important;
	}

	body.single-product .mbs-wholesale-details ul {
		grid-template-columns: 1fr !important;
		gap: 7px !important;
	}

	body.single-product .mbs-bulk-whatsapp {
		width: 100% !important;
	}

	body.single-product .mbs-size-options {
		gap: 8px !important;
	}

	body.single-product .mbs-size-option {
		min-height: 47px !important;
		font-size: 12px !important;
	}

	body.single-product .woocommerce-variation-add-to-cart {
		grid-template-columns: 104px minmax(0, 1fr) !important;
	}

	body.single-product .woocommerce-variation-add-to-cart .quantity {
		width: 104px !important;
	}

	body.single-product .compare-btn-wrapper,
	body.single-product .wd-wishlist-btn {
		display: none !important;
	}

	body.single-product .woocommerce-tabs,
	body.single-product .related-products {
		padding-inline: 16px !important;
	}
}


/* Final category slider behaviour: horizontal swipe, never a wrapped grid */
html body.home .elementor-element-e926234 .wd-carousel-inner {
	overflow: hidden !important;
}

html body.home .elementor-element-e926234 .wd-carousel {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-snap-type: x mandatory !important;
	scroll-behavior: smooth !important;
	scrollbar-width: none !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: pan-x !important;
}

html body.home .elementor-element-e926234 .wd-carousel::-webkit-scrollbar {
	display: none !important;
}

html body.home .elementor-element-e926234 .wd-carousel-wrap {
	display: flex !important;
	width: max-content !important;
	min-width: 100% !important;
	height: auto !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 12px !important;
	transform: none !important;
	transition: none !important;
	cursor: grab !important;
}

html body.home .elementor-element-e926234 .wd-carousel-item {
	width: 190px !important;
	max-width: 190px !important;
	flex: 0 0 190px !important;
	margin: 0 !important;
	scroll-snap-align: start !important;
}

html body.home .elementor-element-e926234 .wd-carousel-item:not(:has(.category-grid-item)) {
	display: none !important;
}

html body.home .elementor-element-e926234 .wd-nav-arrows {
	display: none !important;
}

@media (max-width: 767px) {
	html body.home .elementor-element-e926234 .wd-carousel-wrap {
		justify-content: flex-start !important;
		gap: 8px !important;
		padding-inline: 4px !important;
	}

	html body.home .elementor-element-e926234 .wd-carousel-item {
		width: 142px !important;
		max-width: 142px !important;
		flex-basis: 142px !important;
	}
}


/* Keep the product gallery and buying panel in two clean desktop columns */
@media (min-width: 1025px) {
	html body.single-product .product-image-summary-inner > .product-images {
		grid-column: 1 !important;
	}

	html body.single-product .product-image-summary-inner > .summary {
		grid-column: 2 !important;
	}
}

@media (max-width: 1024px) {
	html body.single-product .product-image-summary-inner > .product-images,
	html body.single-product .product-image-summary-inner > .summary {
		grid-column: 1 !important;
	}
}


/* Compact MB Scent checkout */
body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle {
  margin-bottom: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle > .woocommerce-info {
  min-height: 46px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: flex;
  align-items: flex-start;
  gap: 24px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details {
  flex: 0 0 calc(56% - 12px);
  width: calc(56% - 12px);
  max-width: calc(56% - 12px);
  padding: 22px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(30, 18, 8, .045);
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
  flex: 0 0 calc(44% - 12px);
  width: calc(44% - 12px);
  max-width: calc(44% - 12px);
  margin: 0;
  padding: 22px !important;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(30, 18, 8, .045);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields {
  margin: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper > .form-row {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field {
  width: calc(50% - 6px);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
  margin-bottom: 11px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
  margin-bottom: 5px;
  color: #332b24;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .optional {
  color: #8e847a;
  font-size: 11px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  height: 43px !important;
  min-height: 43px !important;
  padding: 7px 11px;
  border: 1px solid #ddd5cc;
  border-radius: 7px;
  background-color: #fff;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  padding: 0 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 41px;
  padding: 0 24px 0 0;
  line-height: 41px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text {
  min-height: 82px !important;
  height: 82px;
  padding: 10px 11px;
  border: 1px solid #ddd5cc;
  border-radius: 7px;
  font-size: 13px;
  resize: vertical;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  margin-top: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  margin: 0 0 14px !important;
  color: #17110d;
  font-size: 21px;
  line-height: 1.2;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields {
  margin: 4px 0 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields label {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields input[type="checkbox"] {
  margin: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
  margin-bottom: 12px;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
  padding: 10px 6px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wd-checkout-prod {
  gap: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wd-checkout-prod-img {
  flex: 0 0 48px;
  width: 48px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment {
  margin-top: 8px;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .payment_methods {
  margin-bottom: 12px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .payment_box {
  margin: 8px 0 10px;
  padding: 11px 13px;
  border-radius: 8px;
  line-height: 1.5;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 1.55;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: .04em;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .place-order {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info {
  font-size: 13px;
}
@media (max-width: 900px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
    padding-right: 14px;
    padding-left: 14px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
    display: block;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    width: 100%;
    max-width: 100%;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle {
    margin-bottom: 10px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle > .woocommerce-info {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    padding: 14px !important;
    border-radius: 11px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field {
    width: 100%;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
    margin-bottom: 9px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    margin-bottom: 11px !important;
    font-size: 19px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received) select,
  body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
    height: 42px !important;
    min-height: 42px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text {
    min-height: 72px !important;
    height: 72px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}


/* Compact checkout field pairs */
@media (min-width: 901px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_postcode_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field {
    width: calc(50% - 6px);
  }
}


/* Checkout fields removed: use full-width first name */
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_first_name_field {
  width: 100% !important;
}


/* Premium MB Scent customer review slider */
.elementor-element-11a614e {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(196, 139, 69, .15), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(117, 75, 32, .12), transparent 34%),
    linear-gradient(135deg, #080706 0%, #100d0b 52%, #090807 100%) !important;
  border-top: 1px solid rgba(216, 164, 94, .22);
  border-bottom: 1px solid rgba(216, 164, 94, .18);
}
.elementor-element-11a614e > .e-con-inner {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mbs-live-review-section {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 0 !important;
  text-align: center;
}
.mbs-live-review-section br:first-child {
  display: none;
}
.mbs-live-review-section .mbs-live-review-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: #d9a35c !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.mbs-live-review-section #mbs-live-review-title {
  margin: 0 0 10px !important;
  color: #fffaf4 !important;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .45);
}
.mbs-live-review-section > p:not(.mbs-live-review-actions) {
  max-width: 650px;
  margin: 0 auto 20px;
  color: #d4c9be !important;
  font-size: 14px;
  line-height: 1.7;
}
.mbs-live-review-section .mbs-live-review-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0 !important;
}
.mbs-live-review-actions > br {
  display: none;
}
.mbs-live-review-section .mbs-review-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mbs-live-review-section .mbs-review-toggle-label,
.mbs-live-review-section .mbs-review-whatsapp {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.mbs-live-review-section .mbs-review-toggle-label {
  border: 1px solid #d5a15b;
  background: linear-gradient(135deg, #e3b36d, #b97830) !important;
  color: #120d08 !important;
  box-shadow: 0 8px 24px rgba(185, 120, 48, .24);
}
.mbs-live-review-section .mbs-review-whatsapp {
  border: 1px solid rgba(72, 221, 126, .52);
  background: #116c39;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(17, 108, 57, .2);
}
.mbs-live-review-section .mbs-review-whatsapp span {
  color: #57e389;
  font-size: 11px;
}
.mbs-live-review-section .mbs-review-toggle-label:hover,
.mbs-live-review-section .mbs-review-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 28px rgba(0, 0, 0, .32);
}
.elementor-element-11a614e .mbs-review-slider-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 0 4px;
}
.elementor-element-11a614e .mbs-review-slider-toolbar > span {
  color: #baaa9b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.elementor-element-11a614e .mbs-review-slider-arrows {
  display: flex;
  gap: 8px;
}
.elementor-element-11a614e .mbs-review-slider-arrows button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(215, 160, 88, .52);
  border-radius: 50%;
  background: #17120e;
  color: #e5b56e;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}
.elementor-element-11a614e .mbs-review-slider-arrows button:hover:not(:disabled) {
  background: #d6a15b;
  color: #130d08;
}
.elementor-element-11a614e .mbs-review-slider-arrows button:disabled {
  opacity: .3;
  cursor: default;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  overflow-x: auto;
  padding: 5px 4px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider::-webkit-scrollbar {
  display: none;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
  display: grid !important;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 260px;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "rating date"
    "title title"
    "content content"
    "avatar author";
  grid-template-rows: auto auto 1fr auto;
  gap: 10px 12px !important;
  align-content: start;
  padding: 24px !important;
  border: 1px solid rgba(218, 163, 91, .34) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(31, 25, 21, .98), rgba(17, 14, 13, .98)) !important;
  color: #fff7ef !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 177, 107, .72) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .38);
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:only-child {
  flex-basis: min(720px, 100%);
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.elementor-element-11a614e .glsr-review-title {
  grid-area: title;
}
.elementor-element-11a614e .glsr-review-rating {
  grid-area: rating;
}
.elementor-element-11a614e .glsr-review-date {
  grid-area: date;
  justify-self: end;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-content {
  grid-area: content;
}
.elementor-element-11a614e .glsr-review-avatar {
  grid-area: avatar;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-author {
  grid-area: author;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-title h4,
.elementor-element-11a614e .glsr-review-title .glsr-tag-value {
  margin: 0 !important;
  color: #fffaf5 !important;
  font-size: 19px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}
.elementor-element-11a614e .glsr-review-date .glsr-tag-value {
  color: #aa9c90 !important;
  font-size: 11px !important;
  font-style: normal !important;
}
.elementor-element-11a614e .glsr-review-content,
.elementor-element-11a614e .glsr-review-content p,
.elementor-element-11a614e .glsr-review-content .glsr-tag-value {
  margin: 0 !important;
  color: #e2d8cf !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}
.elementor-element-11a614e .glsr-review-author .glsr-tag-value {
  color: #e5b36e !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.elementor-element-11a614e .glsr-review-avatar img {
  width: 46px !important;
  height: 46px !important;
  border: 2px solid rgba(218, 163, 91, .58);
  border-radius: 50%;
  background: #e7d3b8;
}
.elementor-element-11a614e .glsr-star-rating {
  --glsr-star-full: #f6b91f;
  --glsr-star-empty: #5c5044;
}
.elementor-element-11a614e .glsr-form {
  max-width: 760px;
  margin: 18px auto 24px;
  padding: 24px;
  border: 1px solid rgba(218, 163, 91, .32);
  border-radius: 18px;
  background: #151210;
  color: #f8f1e9;
}
.elementor-element-11a614e .glsr-form label {
  color: #f8f1e9 !important;
}
.elementor-element-11a614e .glsr-form input:not([type="checkbox"]):not([type="radio"]),
.elementor-element-11a614e .glsr-form select,
.elementor-element-11a614e .glsr-form textarea {
  border-color: #534536 !important;
  border-radius: 8px !important;
  background: #211c18 !important;
  color: #fff !important;
}
.elementor-element-11a614e .glsr-form button[type="submit"] {
  min-height: 45px;
  border-radius: 8px;
  background: #d5a15b !important;
  color: #140e09 !important;
}
@media (max-width: 767px) {
  .elementor-element-11a614e > .e-con-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mbs-live-review-section {
    margin-bottom: 16px;
  }
  .mbs-live-review-section #mbs-live-review-title {
    font-size: 34px;
  }
  .mbs-live-review-section > p:not(.mbs-live-review-actions) {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .mbs-live-review-section .mbs-review-toggle-label,
  .mbs-live-review-section .mbs-review-whatsapp {
    width: 100%;
    min-height: 44px;
    padding: 0 15px;
  }
  .elementor-element-11a614e .mbs-review-slider-toolbar {
    margin-bottom: 9px;
  }
  .elementor-element-11a614e .mbs-review-slider-toolbar > span {
    font-size: 9px;
    letter-spacing: .08em;
  }
  .elementor-element-11a614e .mbs-review-slider-arrows button {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider {
    gap: 12px !important;
    margin-right: -10px;
    padding-right: 26px;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
    flex-basis: 86%;
    min-height: 240px;
    padding: 19px !important;
    border-radius: 15px !important;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:only-child {
    flex-basis: 100%;
    max-width: none;
  }
  .elementor-element-11a614e .glsr-form {
    padding: 16px;
    border-radius: 14px;
  }
}


/* Final high-contrast review color overrides */
body.home .elementor-element-11a614e .mbs-live-review-section .mbs-review-toggle-label {
  border-color: #e2ad63 !important;
  background-color: #d5a15b !important;
  background-image: linear-gradient(135deg, #e7b974 0%, #bd7d34 100%) !important;
  color: #120d08 !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
  border-color: rgba(226, 169, 94, .46) !important;
  background-color: #1c1714 !important;
  background-image: linear-gradient(145deg, #211a16 0%, #120f0d 100%) !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-title h4,
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-title .glsr-tag-value {
  color: #fffaf5 !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-content,
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-content p {
  color: #e7ddd4 !important;
}


/* Mobile category swipe and touch fix */
html body.home .elementor-element-e926234,
html body.home .elementor-element-e926234 .wd-carousel-container,
html body.home .elementor-element-e926234 .wd-carousel-inner {
  max-width: 100% !important;
}
html body.home .elementor-element-e926234 .wd-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scroll-snap-type: x proximity !important;
  touch-action: pan-x pan-y !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}
html body.home .elementor-element-e926234 .wd-carousel-wrap {
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: 100% !important;
}
@media (max-width: 767px) {
  html body.home .elementor-element-e926234 {
    overflow: clip !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-inner {
    margin-inline: 0 !important;
    overflow: visible hidden !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel {
    width: 100% !important;
    margin-inline: 0 !important;
    padding: 8px 12px 12px !important;
    scroll-padding-inline: 12px !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-wrap {
    gap: 10px !important;
    padding-inline: 0 !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-item {
    width: 142px !important;
    max-width: 142px !important;
    flex: 0 0 142px !important;
  }
}

/* Soft rounded animated product cards */
body.home .wd-product.product-grid-item,
body.post-type-archive-product .wd-product.product-grid-item,
body.tax-product_cat .wd-product.product-grid-item {
  overflow: hidden;
  padding: 10px 10px 14px !important;
  border: 1px solid rgba(165, 116, 54, .18);
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 7px 22px rgba(53, 34, 16, .07);
  transform: translateY(0);
  transition: transform .32s cubic-bezier(.2,.7,.2,1), box-shadow .32s ease, border-color .32s ease !important;
  will-change: transform;
}
body.home .wd-product.product-grid-item .product-element-top,
body.post-type-archive-product .wd-product.product-grid-item .product-element-top,
body.tax-product_cat .wd-product.product-grid-item .product-element-top {
  overflow: hidden !important;
  border-radius: 11px !important;
  background: linear-gradient(145deg, #fbfaf8, #f4efe8);
}
body.home .wd-product.product-grid-item .product-element-top img,
body.post-type-archive-product .wd-product.product-grid-item .product-element-top img,
body.tax-product_cat .wd-product.product-grid-item .product-element-top img {
  transition: transform .48s cubic-bezier(.2,.7,.2,1), filter .35s ease !important;
}
@media (hover: hover) and (pointer: fine) {
  body.home .wd-product.product-grid-item:hover,
  body.post-type-archive-product .wd-product.product-grid-item:hover,
  body.tax-product_cat .wd-product.product-grid-item:hover {
    z-index: 4;
    border-color: rgba(201, 146, 73, .46);
    box-shadow: 0 18px 42px rgba(151, 94, 31, .17), 0 0 28px rgba(220, 166, 95, .13);
    transform: translateY(-7px);
  }
  body.home .wd-product.product-grid-item:hover .product-element-top img,
  body.post-type-archive-product .wd-product.product-grid-item:hover .product-element-top img,
  body.tax-product_cat .wd-product.product-grid-item:hover .product-element-top img {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.015);
  }
}
@media (max-width: 767px) {
  body.home .wd-product.product-grid-item,
  body.post-type-archive-product .wd-product.product-grid-item,
  body.tax-product_cat .wd-product.product-grid-item {
    padding: 7px 7px 11px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 16px rgba(53, 34, 16, .07);
  }
  body.home .wd-product.product-grid-item .product-element-top,
  body.post-type-archive-product .wd-product.product-grid-item .product-element-top,
  body.tax-product_cat .wd-product.product-grid-item .product-element-top {
    border-radius: 9px !important;
  }
  body.home .wd-product.product-grid-item:active,
  body.post-type-archive-product .wd-product.product-grid-item:active,
  body.tax-product_cat .wd-product.product-grid-item:active {
    transform: scale(.985);
  }
}

/* Luxury perfume-brand ambient glow */
body.home .main-page-wrapper {
  background:
    radial-gradient(circle at 8% 18%, rgba(226, 185, 125, .13), transparent 24%),
    radial-gradient(circle at 92% 46%, rgba(183, 124, 50, .09), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fcfaf7 42%, #f9f5ef 100%) !important;
}
body.home .elementor-element-9d806ef {
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 42px rgba(38, 22, 9, .15), 0 0 34px rgba(213, 159, 88, .12);
}
body.home .elementor-element-9d806ef:after {
  position: absolute;
  right: 8%;
  bottom: -1px;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(224, 173, 104, .9), transparent);
  box-shadow: 0 0 22px rgba(224, 173, 104, .72);
  content: "";
  pointer-events: none;
}
body.home .elementor-element-0f277e5,
body.home .elementor-element-8c33322 {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 8%, rgba(231, 193, 139, .22), transparent 25%),
    radial-gradient(circle at 90% 88%, rgba(194, 135, 61, .11), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,241,.94)) !important;
}
body.home .elementor-element-0f277e5:before,
body.home .elementor-element-8c33322:before {
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(222, 171, 99, .16);
  filter: blur(58px);
  content: "";
  pointer-events: none;
}
body.home .elementor-element-e926234 .category-image-wrapp {
  border-color: rgba(202, 145, 69, .58) !important;
  background: linear-gradient(145deg, #fffdf9, #f2e8da) !important;
  box-shadow: 0 11px 28px rgba(92, 56, 19, .13), 0 0 22px rgba(219, 166, 92, .13) !important;
}
body.home .elementor-element-e926234 .product-category:hover .category-image-wrapp {
  box-shadow: 0 16px 38px rgba(86, 49, 14, .2), 0 0 30px rgba(224, 169, 92, .28) !important;
}
body.home .elementor-element-e926234 .wd-entities-title {
  text-shadow: 0 2px 12px rgba(186, 124, 49, .11);
}
body.home .wd-product.product-grid-item .price,
body.home .wd-product.product-grid-item .woocommerce-Price-amount {
  color: #a66620 !important;
  text-shadow: 0 2px 10px rgba(190, 125, 47, .12);
}
body.home .wd-products-load-more {
  border-color: #c68b42 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e0ad68, #b8752c) !important;
  color: #160f09 !important;
  box-shadow: 0 10px 28px rgba(184, 117, 44, .24), 0 0 22px rgba(222, 169, 98, .16);
  transition: transform .22s ease, box-shadow .22s ease !important;
}
body.home .wd-products-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(184, 117, 44, .31), 0 0 30px rgba(222, 169, 98, .22);
}
body.home .mbs-wholesale-size {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 130, 54, .18);
  background:
    radial-gradient(circle at 50% -20%, rgba(224, 177, 111, .25), transparent 42%),
    linear-gradient(180deg, #fffdf9, #f7f0e7) !important;
  box-shadow: 0 18px 48px rgba(54, 34, 13, .1), inset 0 1px rgba(255,255,255,.9);
}
body.home .mbs-wholesale-title h2 {
  color: #21170e;
  text-shadow: 0 3px 18px rgba(188, 126, 52, .16);
}
body.home .mbs-wholesale-size [class*="card"],
body.home .mbs-wholesale-size [class*="item"] {
  border-radius: 16px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.home .mbs-brand-story {
  overflow: hidden;
  border: 1px solid rgba(198, 143, 73, .24);
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(224, 180, 116, .2), transparent 30%),
    linear-gradient(145deg, #fff, #faf5ee) !important;
  box-shadow: 0 20px 54px rgba(45, 27, 11, .11), inset 0 1px rgba(255,255,255,.9);
}
body.home #mbs-story-title {
  color: #1d140d;
  text-shadow: 0 3px 22px rgba(185, 121, 46, .14);
}
body.home .mbs-signature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 165, 94, .3);
  border-radius: 0 0 24px 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(221, 169, 96, .18), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(153, 93, 32, .16), transparent 30%),
    linear-gradient(140deg, #090807, #17110c 55%, #0b0907) !important;
  box-shadow: 0 24px 60px rgba(28, 16, 7, .26), 0 0 34px rgba(205, 145, 69, .12);
}
body.home .mbs-signature:after {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8a259, transparent);
  box-shadow: 0 0 20px rgba(216, 162, 89, .75);
  content: "";
  pointer-events: none;
}
body.home #mbs-signature-title,
body.home .mbs-signature h3 {
  color: #fff9f0 !important;
  text-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 20px rgba(216,162,89,.12);
}
body.home .mbs-feature-btn {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e2ae68, #b7742d) !important;
  box-shadow: 0 10px 28px rgba(180, 113, 40, .24), 0 0 22px rgba(224, 170, 96, .13);
}
body.home .mbs-feature-btn--outline {
  background: rgba(255,255,255,.035) !important;
  box-shadow: inset 0 0 0 1px rgba(223, 173, 104, .55), 0 0 18px rgba(215, 158, 82, .1);
}
body.home .mbs-feature-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(180, 113, 40, .31), 0 0 28px rgba(224, 170, 96, .2);
}
body.home .elementor-element-11a614e {
  box-shadow: inset 0 18px 52px rgba(197, 135, 58, .055), 0 -1px rgba(224, 173, 104, .25);
}
@media (max-width: 767px) {
  body.home .main-page-wrapper {
    background:
      radial-gradient(circle at 10% 15%, rgba(226, 185, 125, .11), transparent 19%),
      linear-gradient(180deg, #fff, #faf6f0) !important;
  }
  body.home .elementor-element-9d806ef {
    box-shadow: 0 9px 24px rgba(38, 22, 9, .14), 0 0 20px rgba(213, 159, 88, .1);
  }
  body.home .mbs-brand-story,
  body.home .mbs-signature {
    border-radius: 15px;
  }
  body.home .mbs-wholesale-size {
    box-shadow: 0 12px 30px rgba(54, 34, 13, .09);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.home .wd-product.product-grid-item,
  body.home .wd-product.product-grid-item .product-element-top img,
  body.home .mbs-feature-btn,
  body.home .wd-products-load-more {
    transition: none !important;
    transform: none !important;
  }
}


/* Final targeted luxury glow refinement */
body.home .mbs-signature {
  background-color: #0d0b09 !important;
  background-image:
    radial-gradient(circle at 18% 16%, rgba(230, 183, 115, .22) 0%, rgba(230, 183, 115, 0) 31%),
    radial-gradient(circle at 88% 78%, rgba(177, 105, 39, .18) 0%, rgba(177, 105, 39, 0) 32%),
    linear-gradient(140deg, #070706 0%, #1a120c 54%, #090806 100%) !important;
}
body.home .elementor-element-11a614e {
  background-color: #0b0908 !important;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(213, 155, 79, .13), transparent 29%),
    radial-gradient(circle at 92% 82%, rgba(164, 96, 31, .11), transparent 30%),
    linear-gradient(145deg, #080706, #17110d 55%, #090807) !important;
}
body.home .elementor-widget-heading .elementor-heading-title {
  text-shadow: 0 3px 18px rgba(186, 124, 49, .10);
}
body.home .elementor-element-0f277e5,
body.home .elementor-element-8c33322,
body.home .mbs-wholesale-size,
body.home .mbs-brand-story,
body.home .mbs-signature,
body.home .elementor-element-11a614e {
  transform: translateZ(0);
}
@media (max-width: 767px) {
  body.home .mbs-signature,
  body.home .elementor-element-11a614e {
    background-image:
      radial-gradient(circle at 14% 10%, rgba(213, 155, 79, .11), transparent 24%),
      linear-gradient(145deg, #090807, #15100c 60%, #090807) !important;
  }
}
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* MB Scent header: keep the logo centered on every screen */
@media (min-width: 1025px) {
	.whb-general-header .whb-general-header-inner {
		position: relative !important;
	}

	.whb-general-header .whb-col-left {
		position: absolute !important;
		inset-block: 0 !important;
		left: 50% !important;
		width: auto !important;
		max-width: none !important;
		transform: translateX(-50%) !important;
		justify-content: center !important;
		z-index: 5 !important;
	}

	.whb-general-header .whb-col-right {
		z-index: 4 !important;
	}
}

@media (max-width: 1024px) {
	.whb-general-header .whb-general-header-inner {
		position: relative !important;
	}

	.whb-general-header .whb-mobile-center {
		position: absolute !important;
		inset-block: 0 !important;
		left: 50% !important;
		width: auto !important;
		max-width: none !important;
		transform: translateX(-50%) !important;
		justify-content: center !important;
		z-index: 5 !important;
	}

	.whb-general-header .whb-mobile-left {
		justify-content: flex-start !important;
		z-index: 4 !important;
	}

	.whb-general-header .whb-mobile-right {
		justify-content: flex-end !important;
		z-index: 4 !important;
	}
}


/* Remove WoodMart's logo-column offset after centering */
.whb-general-header .whb-col-left,
.whb-general-header .whb-mobile-center {
	margin-inline: 0 !important;
}


/* Homepage category carousel: one clean swipeable row */
body.home .elementor-element-e926234 .wd-carousel,
body.home .elementor-element-e926234 .wd-carousel-inner {
	overflow: hidden !important;
}

body.home .elementor-element-e926234 .wd-carousel-wrap {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	height: auto !important;
}

body.home .elementor-element-e926234 .wd-carousel-item {
	flex: 0 0 auto !important;
	margin-bottom: 0 !important;
}

body.home .elementor-element-e926234 .product-category {
	width: 100% !important;
	height: auto !important;
	padding: 0 6px 6px !important;
	text-align: center !important;
}

body.home .elementor-element-e926234 .category-image-wrapp {
	overflow: hidden !important;
	border: 2px solid rgba(188, 139, 72, .38) !important;
	border-radius: 50% !important;
	background: #f8f5f1 !important;
	box-shadow: 0 8px 24px rgba(36, 24, 13, .08) !important;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

body.home .elementor-element-e926234 .product-category:hover .category-image-wrapp {
	transform: translateY(-4px) !important;
	border-color: #bd8641 !important;
	box-shadow: 0 13px 30px rgba(57, 37, 17, .15) !important;
}

body.home .elementor-element-e926234 .category-image {
	aspect-ratio: 1 / 1 !important;
}

body.home .elementor-element-e926234 .category-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	transition: transform .35s ease !important;
}

body.home .elementor-element-e926234 .product-category:hover .category-image img {
	transform: scale(1.045) !important;
}

body.home .elementor-element-e926234 .wd-entities-title {
	margin-top: 13px !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -.15px !important;
	color: #1c1712 !important;
}

body.home .elementor-element-e926234 .wd-entities-title:after {
	display: block !important;
	width: 30px !important;
	height: 2px !important;
	margin: 8px auto 0 !important;
	border-radius: 99px !important;
	background: #bd8641 !important;
	content: "" !important;
}

/* Franscent-inspired single-product presentation */
body.single-product .product-image-summary {
	padding-top: 24px !important;
	padding-bottom: 28px !important;
}

body.single-product .product-image-summary-inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
	gap: 40px !important;
	align-items: start !important;
}

body.single-product .product-images,
body.single-product .summary {
	min-width: 0 !important;
}

body.single-product .woocommerce-product-gallery {
	overflow: hidden !important;
	border: 1px solid #ece7e0 !important;
	border-radius: 18px !important;
	background: #faf9f7 !important;
	box-shadow: 0 12px 35px rgba(35, 27, 18, .07) !important;
}

body.single-product .wd-gallery-images {
	width: 100% !important;
	background: #faf9f7 !important;
}

body.single-product .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #faf9f7 !important;
}

body.single-product .woocommerce-product-gallery__image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 680px !important;
	object-fit: contain !important;
}

body.single-product .wd-gallery-thumb {
	margin-top: 12px !important;
}

body.single-product .wd-gallery-thumb .wd-carousel-item {
	overflow: hidden !important;
	border: 1px solid #e5dfd7 !important;
	border-radius: 10px !important;
	background: #fff !important;
}

body.single-product .wd-gallery-thumb .wd-active {
	border-color: #bd8641 !important;
	box-shadow: 0 0 0 1px #bd8641 !important;
}

body.single-product .summary-inner {
	padding: 28px 30px !important;
	border: 1px solid #ece7e0 !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 12px 35px rgba(35, 27, 18, .055) !important;
}

body.single-product .single-breadcrumbs-wrapper {
	margin-bottom: 18px !important;
	color: #8b8177 !important;
	font-size: 12px !important;
}

body.single-product h1.product_title {
	margin-bottom: 10px !important;
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	letter-spacing: -.7px !important;
	color: #111 !important;
}

body.single-product .summary-inner > p.price {
	margin-bottom: 18px !important;
	color: #b77a32 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.single-product .woocommerce-product-details__short-description > p:first-child {
	margin-bottom: 18px !important;
	color: #4f4a45 !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

body.single-product .mbs-wholesale-details {
	margin: 18px 0 20px !important;
	padding: 18px !important;
	border: 1px solid #eadfce !important;
	border-radius: 14px !important;
	background: #fbf7f1 !important;
}

body.single-product .mbs-wholesale-details h3 {
	margin-bottom: 12px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: .2px !important;
	color: #18130f !important;
}

body.single-product .mbs-wholesale-details ul {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px 14px !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
}

body.single-product .mbs-wholesale-details li {
	margin: 0 !important;
	color: #4f473f !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

body.single-product .mbs-best-value {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 0 12px !important;
	padding: 6px 10px !important;
	border: 1px solid rgba(183, 122, 50, .32) !important;
	border-radius: 99px !important;
	background: #fff !important;
	color: #a46825 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .mbs-bulk-whatsapp {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 10px 16px !important;
	border-radius: 8px !important;
	background: #168f4c !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .25px !important;
}

body.single-product .mbs-bulk-whatsapp:hover {
	background: #117a40 !important;
	color: #fff !important;
}

body.single-product .summary form.variations_form {
	display: block !important;
	margin-top: 18px !important;
}

body.single-product .summary table.variations {
	display: block !important;
	width: 100% !important;
	margin-bottom: 14px !important;
}

body.single-product .summary table.variations tbody,
body.single-product .summary table.variations tr,
body.single-product .summary table.variations th,
body.single-product .summary table.variations td {
	display: block !important;
	width: 100% !important;
}

body.single-product .summary table.variations .label {
	margin-bottom: 9px !important;
	padding: 0 !important;
}

body.single-product .summary table.variations .label label {
	color: #17130f !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .55px !important;
}

body.single-product .mbs-native-size-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.single-product .mbs-size-options {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
	width: 100% !important;
}

body.single-product .mbs-size-option {
	position: relative !important;
	min-height: 48px !important;
	padding: 10px 8px !important;
	border: 1px solid #d9d3cc !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #28231e !important;
	font: inherit !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.single-product .mbs-size-option:hover {
	transform: translateY(-1px) !important;
	border-color: #bd8641 !important;
}

body.single-product .mbs-size-option.is-active {
	border-color: #bd8641 !important;
	background: #15110e !important;
	color: #fff !important;
	box-shadow: 0 7px 18px rgba(27, 20, 14, .16) !important;
}

body.single-product .mbs-size-option[data-value*="1kg"]:after {
	display: block !important;
	margin-top: 5px !important;
	color: #d7a665 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .4px !important;
	content: "Best Value" !important;
}

body.single-product .mbs-size-option:focus-visible {
	outline: 2px solid #bd8641 !important;
	outline-offset: 2px !important;
}

body.single-product .reset_variations {
	display: none !important;
}

body.single-product .woocommerce-variation {
	margin-bottom: 12px !important;
}

body.single-product .woocommerce-variation-price .price {
	color: #b77a32 !important;
	font-size: 24px !important;
	font-weight: 800 !important;
}

body.single-product .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr) !important;
	gap: 10px !important;
}

body.single-product .woocommerce-variation-add-to-cart .quantity {
	width: 112px !important;
	margin: 0 !important;
	border-radius: 8px !important;
}

body.single-product .single_add_to_cart_button {
	min-height: 50px !important;
	border-radius: 8px !important;
	background: #15110e !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .single_add_to_cart_button:hover {
	background: #bd8641 !important;
	color: #fff !important;
}

body.single-product .wd-buy-now-btn {
	grid-column: 1 / -1 !important;
	min-height: 48px !important;
	border: 1px solid #15110e !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #15110e !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .45px !important;
}

body.single-product .product_meta {
	margin-top: 18px !important;
	padding-top: 16px !important;
	border-top: 1px solid #eee8e1 !important;
	font-size: 12px !important;
	line-height: 1.7 !important;
}

@media (max-width: 1024px) {
	body.home .elementor-element-e926234 .wd-carousel-item {
		width: 42vw !important;
		max-width: 190px !important;
	}

	body.single-product .product-image-summary {
		padding-top: 8px !important;
	}

	body.single-product .product-image-summary-inner {
		display: block !important;
	}

	body.single-product .product-images,
	body.single-product .summary {
		width: 100% !important;
		max-width: none !important;
	}

	body.single-product .woocommerce-product-gallery {
		margin-bottom: 18px !important;
	}

	body.single-product .summary-inner {
		padding: 24px !important;
	}
}

@media (max-width: 767px) {
	body.home .elementor-element-e926234 {
		overflow: hidden !important;
	}

	body.home .elementor-element-e926234 .wd-carousel-inner {
		margin-inline: -4px !important;
	}

	body.home .elementor-element-e926234 .wd-carousel {
		padding-inline: 2px !important;
	}

	body.home .elementor-element-e926234 .wd-carousel-item {
		width: 45vw !important;
		max-width: 172px !important;
	}

	body.home .elementor-element-e926234 .product-category {
		padding-inline: 4px !important;
	}

	body.home .elementor-element-e926234 .wd-entities-title {
		margin-top: 10px !important;
		font-size: 15px !important;
		line-height: 1.2 !important;
	}

	body.home .elementor-element-e926234 .wd-entities-title:after {
		width: 24px !important;
		margin-top: 6px !important;
	}

	body.single-product .main-page-wrapper > .container {
		width: 100% !important;
		max-width: none !important;
		padding-inline: 0 !important;
	}

	body.single-product .product-image-summary {
		padding: 0 0 18px !important;
	}

	body.single-product .product-image-summary-inner {
		display: block !important;
	}

	body.single-product .woocommerce-product-gallery {
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #f7f6f4 !important;
	}

	body.single-product .woocommerce-product-gallery__image a {
		min-height: 390px !important;
		padding: 8px 14px 14px !important;
	}

	body.single-product .woocommerce-product-gallery__image img {
		width: 100% !important;
		max-height: 540px !important;
		object-fit: contain !important;
	}

	body.single-product .wd-gallery-thumb {
		width: 100% !important;
		margin: 0 !important;
		padding: 10px 16px 15px !important;
		background: #f7f6f4 !important;
	}

	body.single-product .wd-gallery-thumb .wd-carousel-inner {
		position: relative !important;
		width: 100% !important;
	}

	body.single-product .single-breadcrumbs-wrapper {
		display: none !important;
	}

	body.single-product .summary {
		margin-top: 0 !important;
		padding-inline: 0 !important;
	}

	body.single-product .summary-inner {
		padding: 22px 18px 26px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	body.single-product h1.product_title {
		margin-bottom: 8px !important;
		font-size: 28px !important;
		line-height: 1.08 !important;
		letter-spacing: -.45px !important;
	}

	body.single-product .summary-inner > p.price {
		margin-bottom: 15px !important;
		font-size: 25px !important;
	}

	body.single-product .woocommerce-product-details__short-description > p:first-child {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	body.single-product .mbs-wholesale-details {
		margin: 15px 0 18px !important;
		padding: 15px !important;
		border-radius: 12px !important;
	}

	body.single-product .mbs-wholesale-details ul {
		grid-template-columns: 1fr !important;
		gap: 7px !important;
	}

	body.single-product .mbs-bulk-whatsapp {
		width: 100% !important;
	}

	body.single-product .mbs-size-options {
		gap: 8px !important;
	}

	body.single-product .mbs-size-option {
		min-height: 47px !important;
		font-size: 12px !important;
	}

	body.single-product .woocommerce-variation-add-to-cart {
		grid-template-columns: 104px minmax(0, 1fr) !important;
	}

	body.single-product .woocommerce-variation-add-to-cart .quantity {
		width: 104px !important;
	}

	body.single-product .compare-btn-wrapper,
	body.single-product .wd-wishlist-btn {
		display: none !important;
	}

	body.single-product .woocommerce-tabs,
	body.single-product .related-products {
		padding-inline: 16px !important;
	}
}


/* Final category slider behaviour: horizontal swipe, never a wrapped grid */
html body.home .elementor-element-e926234 .wd-carousel-inner {
	overflow: hidden !important;
}

html body.home .elementor-element-e926234 .wd-carousel {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-snap-type: x mandatory !important;
	scroll-behavior: smooth !important;
	scrollbar-width: none !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: pan-x !important;
}

html body.home .elementor-element-e926234 .wd-carousel::-webkit-scrollbar {
	display: none !important;
}

html body.home .elementor-element-e926234 .wd-carousel-wrap {
	display: flex !important;
	width: max-content !important;
	min-width: 100% !important;
	height: auto !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 12px !important;
	transform: none !important;
	transition: none !important;
	cursor: grab !important;
}

html body.home .elementor-element-e926234 .wd-carousel-item {
	width: 190px !important;
	max-width: 190px !important;
	flex: 0 0 190px !important;
	margin: 0 !important;
	scroll-snap-align: start !important;
}

html body.home .elementor-element-e926234 .wd-carousel-item:not(:has(.category-grid-item)) {
	display: none !important;
}

html body.home .elementor-element-e926234 .wd-nav-arrows {
	display: none !important;
}

@media (max-width: 767px) {
	html body.home .elementor-element-e926234 .wd-carousel-wrap {
		justify-content: flex-start !important;
		gap: 8px !important;
		padding-inline: 4px !important;
	}

	html body.home .elementor-element-e926234 .wd-carousel-item {
		width: 142px !important;
		max-width: 142px !important;
		flex-basis: 142px !important;
	}
}


/* Keep the product gallery and buying panel in two clean desktop columns */
@media (min-width: 1025px) {
	html body.single-product .product-image-summary-inner > .product-images {
		grid-column: 1 !important;
	}

	html body.single-product .product-image-summary-inner > .summary {
		grid-column: 2 !important;
	}
}

@media (max-width: 1024px) {
	html body.single-product .product-image-summary-inner > .product-images,
	html body.single-product .product-image-summary-inner > .summary {
		grid-column: 1 !important;
	}
}


/* Compact MB Scent checkout */
body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle {
  margin-bottom: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle > .woocommerce-info {
  min-height: 46px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: flex;
  align-items: flex-start;
  gap: 24px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details {
  flex: 0 0 calc(56% - 12px);
  width: calc(56% - 12px);
  max-width: calc(56% - 12px);
  padding: 22px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(30, 18, 8, .045);
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
  flex: 0 0 calc(44% - 12px);
  width: calc(44% - 12px);
  max-width: calc(44% - 12px);
  margin: 0;
  padding: 22px !important;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(30, 18, 8, .045);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields {
  margin: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper > .form-row {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field {
  width: calc(50% - 6px);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
  margin-bottom: 11px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
  margin-bottom: 5px;
  color: #332b24;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .optional {
  color: #8e847a;
  font-size: 11px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  height: 43px !important;
  min-height: 43px !important;
  padding: 7px 11px;
  border: 1px solid #ddd5cc;
  border-radius: 7px;
  background-color: #fff;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  padding: 0 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 41px;
  padding: 0 24px 0 0;
  line-height: 41px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text {
  min-height: 82px !important;
  height: 82px;
  padding: 10px 11px;
  border: 1px solid #ddd5cc;
  border-radius: 7px;
  font-size: 13px;
  resize: vertical;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  margin-top: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  margin: 0 0 14px !important;
  color: #17110d;
  font-size: 21px;
  line-height: 1.2;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields {
  margin: 4px 0 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields label {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields input[type="checkbox"] {
  margin: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
  margin-bottom: 12px;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
  padding: 10px 6px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wd-checkout-prod {
  gap: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wd-checkout-prod-img {
  flex: 0 0 48px;
  width: 48px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment {
  margin-top: 8px;
  font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .payment_methods {
  margin-bottom: 12px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .payment_box {
  margin: 8px 0 10px;
  padding: 11px 13px;
  border-radius: 8px;
  line-height: 1.5;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 1.55;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: .04em;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .place-order {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info {
  font-size: 13px;
}
@media (max-width: 900px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
    padding-right: 14px;
    padding-left: 14px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
    display: block;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    width: 100%;
    max-width: 100%;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle {
    margin-bottom: 10px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle > .woocommerce-info {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .checkout-order-review {
    padding: 14px !important;
    border-radius: 11px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field {
    width: 100%;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
    margin-bottom: 9px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    margin-bottom: 11px !important;
    font-size: 19px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received) select,
  body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
    height: 42px !important;
    min-height: 42px !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text {
    min-height: 72px !important;
    height: 72px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}


/* Compact checkout field pairs */
@media (min-width: 901px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_postcode_field,
  body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field {
    width: calc(50% - 6px);
  }
}


/* Checkout fields removed: use full-width first name */
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #shipping_first_name_field {
  width: 100% !important;
}


/* Premium MB Scent customer review slider */
.elementor-element-11a614e {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(196, 139, 69, .15), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(117, 75, 32, .12), transparent 34%),
    linear-gradient(135deg, #080706 0%, #100d0b 52%, #090807 100%) !important;
  border-top: 1px solid rgba(216, 164, 94, .22);
  border-bottom: 1px solid rgba(216, 164, 94, .18);
}
.elementor-element-11a614e > .e-con-inner {
  padding-top: 42px;
  padding-bottom: 42px;
}
.mbs-live-review-section {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 0 !important;
  text-align: center;
}
.mbs-live-review-section br:first-child {
  display: none;
}
.mbs-live-review-section .mbs-live-review-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: #d9a35c !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.mbs-live-review-section #mbs-live-review-title {
  margin: 0 0 10px !important;
  color: #fffaf4 !important;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .45);
}
.mbs-live-review-section > p:not(.mbs-live-review-actions) {
  max-width: 650px;
  margin: 0 auto 20px;
  color: #d4c9be !important;
  font-size: 14px;
  line-height: 1.7;
}
.mbs-live-review-section .mbs-live-review-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0 !important;
}
.mbs-live-review-actions > br {
  display: none;
}
.mbs-live-review-section .mbs-review-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mbs-live-review-section .mbs-review-toggle-label,
.mbs-live-review-section .mbs-review-whatsapp {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.mbs-live-review-section .mbs-review-toggle-label {
  border: 1px solid #d5a15b;
  background: linear-gradient(135deg, #e3b36d, #b97830) !important;
  color: #120d08 !important;
  box-shadow: 0 8px 24px rgba(185, 120, 48, .24);
}
.mbs-live-review-section .mbs-review-whatsapp {
  border: 1px solid rgba(72, 221, 126, .52);
  background: #116c39;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(17, 108, 57, .2);
}
.mbs-live-review-section .mbs-review-whatsapp span {
  color: #57e389;
  font-size: 11px;
}
.mbs-live-review-section .mbs-review-toggle-label:hover,
.mbs-live-review-section .mbs-review-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 28px rgba(0, 0, 0, .32);
}
.elementor-element-11a614e .mbs-review-slider-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 0 4px;
}
.elementor-element-11a614e .mbs-review-slider-toolbar > span {
  color: #baaa9b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.elementor-element-11a614e .mbs-review-slider-arrows {
  display: flex;
  gap: 8px;
}
.elementor-element-11a614e .mbs-review-slider-arrows button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(215, 160, 88, .52);
  border-radius: 50%;
  background: #17120e;
  color: #e5b56e;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}
.elementor-element-11a614e .mbs-review-slider-arrows button:hover:not(:disabled) {
  background: #d6a15b;
  color: #130d08;
}
.elementor-element-11a614e .mbs-review-slider-arrows button:disabled {
  opacity: .3;
  cursor: default;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  overflow-x: auto;
  padding: 5px 4px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider::-webkit-scrollbar {
  display: none;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
  display: grid !important;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 260px;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "rating date"
    "title title"
    "content content"
    "avatar author";
  grid-template-rows: auto auto 1fr auto;
  gap: 10px 12px !important;
  align-content: start;
  padding: 24px !important;
  border: 1px solid rgba(218, 163, 91, .34) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(31, 25, 21, .98), rgba(17, 14, 13, .98)) !important;
  color: #fff7ef !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 177, 107, .72) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .38);
}
.elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:only-child {
  flex-basis: min(720px, 100%);
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.elementor-element-11a614e .glsr-review-title {
  grid-area: title;
}
.elementor-element-11a614e .glsr-review-rating {
  grid-area: rating;
}
.elementor-element-11a614e .glsr-review-date {
  grid-area: date;
  justify-self: end;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-content {
  grid-area: content;
}
.elementor-element-11a614e .glsr-review-avatar {
  grid-area: avatar;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-author {
  grid-area: author;
  align-self: center;
}
.elementor-element-11a614e .glsr-review-title h4,
.elementor-element-11a614e .glsr-review-title .glsr-tag-value {
  margin: 0 !important;
  color: #fffaf5 !important;
  font-size: 19px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}
.elementor-element-11a614e .glsr-review-date .glsr-tag-value {
  color: #aa9c90 !important;
  font-size: 11px !important;
  font-style: normal !important;
}
.elementor-element-11a614e .glsr-review-content,
.elementor-element-11a614e .glsr-review-content p,
.elementor-element-11a614e .glsr-review-content .glsr-tag-value {
  margin: 0 !important;
  color: #e2d8cf !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}
.elementor-element-11a614e .glsr-review-author .glsr-tag-value {
  color: #e5b36e !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.elementor-element-11a614e .glsr-review-avatar img {
  width: 46px !important;
  height: 46px !important;
  border: 2px solid rgba(218, 163, 91, .58);
  border-radius: 50%;
  background: #e7d3b8;
}
.elementor-element-11a614e .glsr-star-rating {
  --glsr-star-full: #f6b91f;
  --glsr-star-empty: #5c5044;
}
.elementor-element-11a614e .glsr-form {
  max-width: 760px;
  margin: 18px auto 24px;
  padding: 24px;
  border: 1px solid rgba(218, 163, 91, .32);
  border-radius: 18px;
  background: #151210;
  color: #f8f1e9;
}
.elementor-element-11a614e .glsr-form label {
  color: #f8f1e9 !important;
}
.elementor-element-11a614e .glsr-form input:not([type="checkbox"]):not([type="radio"]),
.elementor-element-11a614e .glsr-form select,
.elementor-element-11a614e .glsr-form textarea {
  border-color: #534536 !important;
  border-radius: 8px !important;
  background: #211c18 !important;
  color: #fff !important;
}
.elementor-element-11a614e .glsr-form button[type="submit"] {
  min-height: 45px;
  border-radius: 8px;
  background: #d5a15b !important;
  color: #140e09 !important;
}
@media (max-width: 767px) {
  .elementor-element-11a614e > .e-con-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mbs-live-review-section {
    margin-bottom: 16px;
  }
  .mbs-live-review-section #mbs-live-review-title {
    font-size: 34px;
  }
  .mbs-live-review-section > p:not(.mbs-live-review-actions) {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .mbs-live-review-section .mbs-review-toggle-label,
  .mbs-live-review-section .mbs-review-whatsapp {
    width: 100%;
    min-height: 44px;
    padding: 0 15px;
  }
  .elementor-element-11a614e .mbs-review-slider-toolbar {
    margin-bottom: 9px;
  }
  .elementor-element-11a614e .mbs-review-slider-toolbar > span {
    font-size: 9px;
    letter-spacing: .08em;
  }
  .elementor-element-11a614e .mbs-review-slider-arrows button {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider {
    gap: 12px !important;
    margin-right: -10px;
    padding-right: 26px;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
    flex-basis: 86%;
    min-height: 240px;
    padding: 19px !important;
    border-radius: 15px !important;
  }
  .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review:only-child {
    flex-basis: 100%;
    max-width: none;
  }
  .elementor-element-11a614e .glsr-form {
    padding: 16px;
    border-radius: 14px;
  }
}


/* Final high-contrast review color overrides */
body.home .elementor-element-11a614e .mbs-live-review-section .mbs-review-toggle-label {
  border-color: #e2ad63 !important;
  background-color: #d5a15b !important;
  background-image: linear-gradient(135deg, #e7b974 0%, #bd7d34 100%) !important;
  color: #120d08 !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review {
  border-color: rgba(226, 169, 94, .46) !important;
  background-color: #1c1714 !important;
  background-image: linear-gradient(145deg, #211a16 0%, #120f0d 100%) !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-title h4,
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-title .glsr-tag-value {
  color: #fffaf5 !important;
}
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-content,
body.home .elementor-element-11a614e .glsr-reviews.mbs-review-slider .glsr-review-content p {
  color: #e7ddd4 !important;
}


/* Mobile category swipe and touch fix */
html body.home .elementor-element-e926234,
html body.home .elementor-element-e926234 .wd-carousel-container,
html body.home .elementor-element-e926234 .wd-carousel-inner {
  max-width: 100% !important;
}
html body.home .elementor-element-e926234 .wd-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scroll-snap-type: x proximity !important;
  touch-action: pan-x pan-y !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
}
html body.home .elementor-element-e926234 .wd-carousel-wrap {
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: 100% !important;
}
@media (max-width: 767px) {
  html body.home .elementor-element-e926234 {
    overflow: clip !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-inner {
    margin-inline: 0 !important;
    overflow: visible hidden !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel {
    width: 100% !important;
    margin-inline: 0 !important;
    padding: 8px 12px 12px !important;
    scroll-padding-inline: 12px !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-wrap {
    gap: 10px !important;
    padding-inline: 0 !important;
  }
  html body.home .elementor-element-e926234 .wd-carousel-item {
    width: 142px !important;
    max-width: 142px !important;
    flex: 0 0 142px !important;
  }
}

/* Soft rounded animated product cards */
body.home .wd-product.product-grid-item,
body.post-type-archive-product .wd-product.product-grid-item,
body.tax-product_cat .wd-product.product-grid-item {
  overflow: hidden;
  padding: 10px 10px 14px !important;
  border: 1px solid rgba(165, 116, 54, .18);
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 7px 22px rgba(53, 34, 16, .07);
  transform: translateY(0);
  transition: transform .32s cubic-bezier(.2,.7,.2,1), box-shadow .32s ease, border-color .32s ease !important;
  will-change: transform;
}
body.home .wd-product.product-grid-item .product-element-top,
body.post-type-archive-product .wd-product.product-grid-item .product-element-top,
body.tax-product_cat .wd-product.product-grid-item .product-element-top {
  overflow: hidden !important;
  border-radius: 11px !important;
  background: linear-gradient(145deg, #fbfaf8, #f4efe8);
}
body.home .wd-product.product-grid-item .product-element-top img,
body.post-type-archive-product .wd-product.product-grid-item .product-element-top img,
body.tax-product_cat .wd-product.product-grid-item .product-element-top img {
  transition: transform .48s cubic-bezier(.2,.7,.2,1), filter .35s ease !important;
}
@media (hover: hover) and (pointer: fine) {
  body.home .wd-product.product-grid-item:hover,
  body.post-type-archive-product .wd-product.product-grid-item:hover,
  body.tax-product_cat .wd-product.product-grid-item:hover {
    z-index: 4;
    border-color: rgba(201, 146, 73, .46);
    box-shadow: 0 18px 42px rgba(151, 94, 31, .17), 0 0 28px rgba(220, 166, 95, .13);
    transform: translateY(-7px);
  }
  body.home .wd-product.product-grid-item:hover .product-element-top img,
  body.post-type-archive-product .wd-product.product-grid-item:hover .product-element-top img,
  body.tax-product_cat .wd-product.product-grid-item:hover .product-element-top img {
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.015);
  }
}
@media (max-width: 767px) {
  body.home .wd-product.product-grid-item,
  body.post-type-archive-product .wd-product.product-grid-item,
  body.tax-product_cat .wd-product.product-grid-item {
    padding: 7px 7px 11px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 16px rgba(53, 34, 16, .07);
  }
  body.home .wd-product.product-grid-item .product-element-top,
  body.post-type-archive-product .wd-product.product-grid-item .product-element-top,
  body.tax-product_cat .wd-product.product-grid-item .product-element-top {
    border-radius: 9px !important;
  }
  body.home .wd-product.product-grid-item:active,
  body.post-type-archive-product .wd-product.product-grid-item:active,
  body.tax-product_cat .wd-product.product-grid-item:active {
    transform: scale(.985);
  }
}

/* Luxury perfume-brand ambient glow */
body.home .main-page-wrapper {
  background:
    radial-gradient(circle at 8% 18%, rgba(226, 185, 125, .13), transparent 24%),
    radial-gradient(circle at 92% 46%, rgba(183, 124, 50, .09), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fcfaf7 42%, #f9f5ef 100%) !important;
}
body.home .elementor-element-9d806ef {
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 42px rgba(38, 22, 9, .15), 0 0 34px rgba(213, 159, 88, .12);
}
body.home .elementor-element-9d806ef:after {
  position: absolute;
  right: 8%;
  bottom: -1px;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(224, 173, 104, .9), transparent);
  box-shadow: 0 0 22px rgba(224, 173, 104, .72);
  content: "";
  pointer-events: none;
}
body.home .elementor-element-0f277e5,
body.home .elementor-element-8c33322 {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 8%, rgba(231, 193, 139, .22), transparent 25%),
    radial-gradient(circle at 90% 88%, rgba(194, 135, 61, .11), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,241,.94)) !important;
}
body.home .elementor-element-0f277e5:before,
body.home .elementor-element-8c33322:before {
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(222, 171, 99, .16);
  filter: blur(58px);
  content: "";
  pointer-events: none;
}
body.home .elementor-element-e926234 .category-image-wrapp {
  border-color: rgba(202, 145, 69, .58) !important;
  background: linear-gradient(145deg, #fffdf9, #f2e8da) !important;
  box-shadow: 0 11px 28px rgba(92, 56, 19, .13), 0 0 22px rgba(219, 166, 92, .13) !important;
}
body.home .elementor-element-e926234 .product-category:hover .category-image-wrapp {
  box-shadow: 0 16px 38px rgba(86, 49, 14, .2), 0 0 30px rgba(224, 169, 92, .28) !important;
}
body.home .elementor-element-e926234 .wd-entities-title {
  text-shadow: 0 2px 12px rgba(186, 124, 49, .11);
}
body.home .wd-product.product-grid-item .price,
body.home .wd-product.product-grid-item .woocommerce-Price-amount {
  color: #a66620 !important;
  text-shadow: 0 2px 10px rgba(190, 125, 47, .12);
}
body.home .wd-products-load-more {
  border-color: #c68b42 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e0ad68, #b8752c) !important;
  color: #160f09 !important;
  box-shadow: 0 10px 28px rgba(184, 117, 44, .24), 0 0 22px rgba(222, 169, 98, .16);
  transition: transform .22s ease, box-shadow .22s ease !important;
}
body.home .wd-products-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(184, 117, 44, .31), 0 0 30px rgba(222, 169, 98, .22);
}
body.home .mbs-wholesale-size {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 130, 54, .18);
  background:
    radial-gradient(circle at 50% -20%, rgba(224, 177, 111, .25), transparent 42%),
    linear-gradient(180deg, #fffdf9, #f7f0e7) !important;
  box-shadow: 0 18px 48px rgba(54, 34, 13, .1), inset 0 1px rgba(255,255,255,.9);
}
body.home .mbs-wholesale-title h2 {
  color: #21170e;
  text-shadow: 0 3px 18px rgba(188, 126, 52, .16);
}
body.home .mbs-wholesale-size [class*="card"],
body.home .mbs-wholesale-size [class*="item"] {
  border-radius: 16px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.home .mbs-brand-story {
  overflow: hidden;
  border: 1px solid rgba(198, 143, 73, .24);
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(224, 180, 116, .2), transparent 30%),
    linear-gradient(145deg, #fff, #faf5ee) !important;
  box-shadow: 0 20px 54px rgba(45, 27, 11, .11), inset 0 1px rgba(255,255,255,.9);
}
body.home #mbs-story-title {
  color: #1d140d;
  text-shadow: 0 3px 22px rgba(185, 121, 46, .14);
}
body.home .mbs-signature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 165, 94, .3);
  border-radius: 0 0 24px 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(221, 169, 96, .18), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(153, 93, 32, .16), transparent 30%),
    linear-gradient(140deg, #090807, #17110c 55%, #0b0907) !important;
  box-shadow: 0 24px 60px rgba(28, 16, 7, .26), 0 0 34px rgba(205, 145, 69, .12);
}
body.home .mbs-signature:after {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8a259, transparent);
  box-shadow: 0 0 20px rgba(216, 162, 89, .75);
  content: "";
  pointer-events: none;
}
body.home #mbs-signature-title,
body.home .mbs-signature h3 {
  color: #fff9f0 !important;
  text-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 20px rgba(216,162,89,.12);
}
body.home .mbs-feature-btn {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e2ae68, #b7742d) !important;
  box-shadow: 0 10px 28px rgba(180, 113, 40, .24), 0 0 22px rgba(224, 170, 96, .13);
}
body.home .mbs-feature-btn--outline {
  background: rgba(255,255,255,.035) !important;
  box-shadow: inset 0 0 0 1px rgba(223, 173, 104, .55), 0 0 18px rgba(215, 158, 82, .1);
}
body.home .mbs-feature-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(180, 113, 40, .31), 0 0 28px rgba(224, 170, 96, .2);
}
body.home .elementor-element-11a614e {
  box-shadow: inset 0 18px 52px rgba(197, 135, 58, .055), 0 -1px rgba(224, 173, 104, .25);
}
@media (max-width: 767px) {
  body.home .main-page-wrapper {
    background:
      radial-gradient(circle at 10% 15%, rgba(226, 185, 125, .11), transparent 19%),
      linear-gradient(180deg, #fff, #faf6f0) !important;
  }
  body.home .elementor-element-9d806ef {
    box-shadow: 0 9px 24px rgba(38, 22, 9, .14), 0 0 20px rgba(213, 159, 88, .1);
  }
  body.home .mbs-brand-story,
  body.home .mbs-signature {
    border-radius: 15px;
  }
  body.home .mbs-wholesale-size {
    box-shadow: 0 12px 30px rgba(54, 34, 13, .09);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.home .wd-product.product-grid-item,
  body.home .wd-product.product-grid-item .product-element-top img,
  body.home .mbs-feature-btn,
  body.home .wd-products-load-more {
    transition: none !important;
    transform: none !important;
  }
}
