:root {
	--lafr-polish-bg: #070a10;
	--lafr-polish-panel: #111722;
	--lafr-polish-panel-2: #182231;
	--lafr-polish-gold: #ffc920;
	--lafr-polish-blue: #2fb7ff;
	--lafr-polish-text: #f7f9fb;
	--lafr-polish-muted: #b8c1cd;
	--lafr-polish-line: rgba(255, 255, 255, .13);
	--lafr-polish-radius: 22px;
}

html body #main {
	background:
		radial-gradient(circle at 12% 4%, rgba(47, 183, 255, .08), transparent 28rem),
		radial-gradient(circle at 88% 12%, rgba(255, 201, 32, .08), transparent 30rem),
		linear-gradient(180deg, #070a10 0%, #0b1018 48%, #070a10 100%) !important;
}

html body #main .section[class*="lafr-"] {
	position: relative;
}

html body #main .section[class*="lafr-"]::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(120deg, rgba(255, 255, 255, .015), transparent 45%);
}

/* Partner logo cards */
html body .lafr-partner-logo-card {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	place-items: center !important;
	min-height: clamp(210px, 24vw, 330px) !important;
	padding: clamp(24px, 4vw, 52px) !important;
	background: #fff !important;
	border: 1px solid rgba(255, 255, 255, .35) !important;
	border-radius: var(--lafr-polish-radius) !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .38) !important;
}

html body .lafr-partner-logo-card .img,
html body .lafr-partner-logo-card .img-inner,
html body .lafr-partner-logo-card a {
	width: 100% !important;
	background: transparent !important;
}

html body .lafr-partner-logo-card img {
	display: block !important;
	width: 100% !important;
	max-width: 560px !important;
	height: auto !important;
	margin: 0 auto !important;
	background: transparent !important;
	filter: none !important;
	object-fit: contain !important;
}

html body .lafr-delivery-logo {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	place-items: center !important;
	min-height: clamp(260px, 30vw, 390px) !important;
	padding: clamp(24px, 4vw, 48px) !important;
	background: #f40512 !important;
	border: 1px solid rgba(255, 255, 255, .25) !important;
	border-radius: var(--lafr-polish-radius) !important;
	box-shadow: 0 28px 70px rgba(244, 5, 18, .2) !important;
}

html body .lafr-delivery-logo .img-inner,
html body .lafr-delivery-logo a {
	background: transparent !important;
}

html body .lafr-delivery-logo .img,
html body .lafr-delivery-logo .img > a,
html body .lafr-delivery-logo .img > a > div,
html body .lafr-delivery-logo .img-inner {
	width: 100% !important;
	max-width: 100% !important;
}

html body .lafr-delivery-logo img {
	display: block !important;
	width: min(100%, 420px) !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

html body #main .section.lafr-delivery-section .lafr-delivery-logo .img .img-inner > img {
	width: min(100%, 420px) !important;
	max-width: 420px !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Uniform category cards and generated artwork */
html body .lafr-category-section .row.large-columns-4,
html body.post-type-archive-product .shop-container .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(16px, 2vw, 26px) !important;
}

html body .lafr-category-section .product-category,
html body.post-type-archive-product .shop-container .product-category {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

html body .lafr-category-section .product-category .box.box-category,
html body.post-type-archive-product .product-category .box.box-category {
	background: linear-gradient(160deg, #16202e, #090e16) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 22px !important;
	box-shadow: 0 22px 58px rgba(0, 0, 0, .36) !important;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

html body .lafr-category-section .product-category .box.box-category:hover,
html body.post-type-archive-product .product-category .box.box-category:hover {
	transform: translateY(-6px) !important;
	border-color: rgba(255, 201, 32, .68) !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 201, 32, .16) !important;
}

html body .lafr-category-section .product-category .box-image,
html body.post-type-archive-product .product-category .box-image,
html body .lafr-category-section .product-category .image-zoom,
html body.post-type-archive-product .product-category .image-zoom {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
	background: #0b1018 !important;
	border-radius: 21px !important;
}

html body .lafr-category-section .product-category img,
html body.post-type-archive-product .product-category img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	filter: saturate(.9) contrast(1.04) !important;
	transition: transform .45s ease, filter .3s ease !important;
}

html body #main .lafr-category-section .product-category .box.box-category .box-image .image-zoom > img,
html body.post-type-archive-product #main .shop-container .product-category .box.box-category .box-image .image-zoom > img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

html body .lafr-category-section .product-category .box:hover img,
html body.post-type-archive-product .product-category .box:hover img {
	transform: scale(1.045) !important;
	filter: saturate(1.05) contrast(1.06) !important;
}

html body .lafr-category-section .product-category .box-text .header-title,
html body .lafr-category-section .product-category .box-text h5,
html body .lafr-category-section .product-category .box-text h5 a,
html body.post-type-archive-product .product-category .box-text .header-title,
html body.post-type-archive-product .product-category .box-text h5,
html body.post-type-archive-product .product-category .box-text h5 a {
	min-height: 52px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 11px 14px !important;
	background: linear-gradient(135deg, #ffc920, #ffe477) !important;
	border: 0 !important;
	border-radius: 12px !important;
	color: #07080b !important;
	-webkit-text-fill-color: #07080b !important;
	font-size: clamp(13px, 1vw, 16px) !important;
	line-height: 1.15 !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .32) !important;
}

html body #main .section.lafr-category-section .product-category .box.box-category .box-text h5.uppercase.header-title,
html body.post-type-archive-product #main .shop-container .product-category .box.box-category .box-text h5.uppercase.header-title {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 52px !important;
	padding: 11px 14px !important;
	background: linear-gradient(135deg, #ffc920, #ffe477) !important;
	border: 0 !important;
	border-radius: 12px !important;
	color: #07080b !important;
	-webkit-text-fill-color: #07080b !important;
	font-size: clamp(13px, 1vw, 16px) !important;
	font-weight: 950 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .32) !important;
}

/* Catalog title, sort controls and information panel */
html body.post-type-archive-product .shop-page-title,
html body.tax-product_cat .shop-page-title {
	margin: 0 !important;
	padding: clamp(70px, 9vw, 132px) 24px !important;
	background:
		linear-gradient(90deg, rgba(7, 10, 16, .96) 0%, rgba(7, 10, 16, .72) 48%, rgba(7, 10, 16, .44) 100%),
		url("../images/category-camera.png") center 52% / cover no-repeat !important;
	border-bottom: 1px solid rgba(255, 201, 32, .28) !important;
}

html body.post-type-archive-product .shop-page-title h1,
html body.tax-product_cat .shop-page-title h1 {
	max-width: 1180px !important;
	margin: 0 auto !important;
	font-size: clamp(2.5rem, 7vw, 6rem) !important;
	line-height: .94 !important;
	letter-spacing: -.045em !important;
	text-align: center !important;
	text-shadow: 0 14px 40px rgba(0, 0, 0, .55) !important;
}

html body .woocommerce-ordering,
html body .woocommerce-ordering .select-resize-ghost,
html body .woocommerce-ordering select.orderby {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

html body .woocommerce-ordering select.orderby {
	min-height: 50px !important;
	margin: 0 !important;
	padding: 0 48px 0 20px !important;
	background-color: rgba(19, 27, 39, .86) !important;
	border: 1px solid rgba(255, 255, 255, .24) !important;
	border-radius: 999px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	line-height: 50px !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .3) !important;
}

/* Testimonial rotation */
html body .lafr-review-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: clamp(330px, 34vw, 500px) !important;
	padding: clamp(34px, 6vw, 78px) !important;
	overflow: hidden !important;
	background:
		radial-gradient(circle at 18% 8%, rgba(47, 183, 255, .1), transparent 42%),
		linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025)) !important;
	border: 1px solid rgba(255, 201, 32, .42) !important;
	border-radius: 28px !important;
	box-shadow: 0 28px 78px rgba(0, 0, 0, .4) !important;
}

html body .lafr-review-card .lafr-review-quote,
html body .lafr-review-card .lafr-review-name {
	transition: opacity .32s ease, transform .32s ease !important;
}

html body .lafr-review-card.is-changing .lafr-review-quote,
html body .lafr-review-card.is-changing .lafr-review-name {
	opacity: 0 !important;
	transform: translateY(8px) !important;
}

html body .lafr-review-card .lafr-review-quote {
	max-width: 1040px !important;
	margin: 0 auto 26px !important;
	font-size: clamp(1.45rem, 3vw, 3rem) !important;
	line-height: 1.35 !important;
}

html body .lafr-review-controls {
	display: flex !important;
	gap: 9px !important;
	margin: 26px 0 14px !important;
}

html body .lafr-review-controls button {
	width: 10px !important;
	height: 10px !important;
	min-width: 10px !important;
	min-height: 10px !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, .28) !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
}

html body .lafr-review-controls button[aria-current="true"] {
	width: 28px !important;
	border-radius: 999px !important;
	background: var(--lafr-polish-gold) !important;
}

html body .lafr-review-source {
	color: rgba(255, 255, 255, .72) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, .72) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
}

/* Upload field */
html body .wpforms-container .wpforms-field-file-upload .wpforms-uploader {
	min-height: 220px !important;
	display: grid !important;
	place-items: center !important;
	padding: clamp(28px, 5vw, 54px) !important;
	background:
		radial-gradient(circle at 50% 0%, rgba(47, 183, 255, .1), transparent 70%),
		#080e18 !important;
	border: 1px dashed rgba(255, 201, 32, .58) !important;
	border-radius: 16px !important;
	color: var(--lafr-polish-text) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 18px 45px rgba(0, 0, 0, .25) !important;
	transition: border-color .2s ease, background .2s ease, transform .2s ease !important;
}

html body .wpforms-container .wpforms-field-file-upload .wpforms-uploader:hover,
html body .wpforms-container .wpforms-field-file-upload .wpforms-uploader:focus-within {
	background-color: #0d1521 !important;
	border-color: var(--lafr-polish-gold) !important;
	transform: translateY(-2px) !important;
}

html body .wpforms-container .wpforms-field-file-upload .dz-message,
html body .wpforms-container .wpforms-field-file-upload .dz-message * {
	color: var(--lafr-polish-text) !important;
	-webkit-text-fill-color: var(--lafr-polish-text) !important;
	text-align: center !important;
}

html body .wpforms-container .wpforms-field-file-upload .dz-message svg {
	width: 46px !important;
	height: 46px !important;
	margin-bottom: 15px !important;
	color: var(--lafr-polish-gold) !important;
	fill: var(--lafr-polish-gold) !important;
}

html body .wpforms-container .wpforms-field-file-upload .modern-title {
	display: block !important;
	font-size: 17px !important;
	font-weight: 850 !important;
}

html body .wpforms-container .wpforms-field-file-upload .modern-title span {
	color: var(--lafr-polish-gold) !important;
	-webkit-text-fill-color: var(--lafr-polish-gold) !important;
}

html body .wpforms-container .wpforms-field-file-upload .modern-hint {
	display: block !important;
	margin-top: 7px !important;
	color: var(--lafr-polish-muted) !important;
	-webkit-text-fill-color: var(--lafr-polish-muted) !important;
}

/* Dropdown readability and hierarchy */
html body .header-nav .nav-dropdown,
html body .nav-dropdown {
	background: rgba(7, 12, 19, .98) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .48) !important;
}

html body .header-nav .nav-dropdown a,
html body .header-nav .nav-dropdown a *,
html body .nav-dropdown a,
html body .nav-dropdown a * {
	color: rgba(255, 255, 255, .86) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, .86) !important;
}

html body .header-nav .nav-dropdown li:hover > a,
html body .header-nav .nav-dropdown li:focus-within > a,
html body .header-nav .nav-dropdown a:hover,
html body .header-nav .nav-dropdown a:focus,
html body .nav-dropdown li:hover > a,
html body .nav-dropdown li:focus-within > a,
html body .nav-dropdown a:hover,
html body .nav-dropdown a:focus {
	background: rgba(255, 201, 32, .14) !important;
	color: var(--lafr-polish-gold) !important;
	-webkit-text-fill-color: var(--lafr-polish-gold) !important;
}

html body .header-nav .nav-dropdown li:hover > a *,
html body .header-nav .nav-dropdown li:focus-within > a *,
html body .nav-dropdown li:hover > a *,
html body .nav-dropdown li:focus-within > a * {
	color: var(--lafr-polish-gold) !important;
	-webkit-text-fill-color: var(--lafr-polish-gold) !important;
}

html body .nav-dropdown .menu-item-has-children > a,
html body .nav-dropdown .nav-column > li > a,
html body .nav-dropdown .sub-menu > li.menu-item-has-children > a {
	font-size: clamp(17px, 1.35vw, 21px) !important;
	font-weight: 950 !important;
	letter-spacing: .035em !important;
	text-transform: uppercase !important;
}

html body .nav-dropdown .sub-menu a,
html body .nav-dropdown .children a {
	font-size: 15px !important;
	font-weight: 650 !important;
	text-transform: none !important;
}

/* Google Translate */
html body #google_translate_element,
html body .gtranslate_wrapper,
html body .goog-te-gadget-simple {
	min-width: 176px !important;
	min-height: 46px !important;
}

html body .goog-te-gadget-simple,
html body select.goog-te-combo,
html body .gtranslate_wrapper select {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 46px !important;
	padding: 0 44px 0 17px !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(47, 183, 255, .08)) #0b111a !important;
	border: 1px solid rgba(255, 201, 32, .58) !important;
	border-radius: 999px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .32) !important;
}

html body .goog-te-gadget-simple:hover,
html body .goog-te-gadget-simple:focus-within,
html body select.goog-te-combo:hover,
html body select.goog-te-combo:focus {
	background: #131d2a !important;
	border-color: var(--lafr-polish-gold) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body .goog-te-gadget-simple:hover a,
html body .goog-te-gadget-simple:hover span,
html body .goog-te-gadget-simple:focus-within a,
html body .goog-te-gadget-simple:focus-within span {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* Support center and knowledge-base button */
html body .lafr-support-kb-cta {
	width: min(1180px, calc(100% - 36px)) !important;
	margin: -22px auto clamp(42px, 6vw, 78px) !important;
	padding: clamp(28px, 5vw, 54px) !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(47, 183, 255, .14), transparent 44%),
		linear-gradient(145deg, rgba(255, 201, 32, .12), rgba(255, 255, 255, .035)) !important;
	border: 1px solid rgba(255, 201, 32, .36) !important;
	border-radius: var(--lafr-polish-radius) !important;
	box-shadow: 0 24px 65px rgba(0, 0, 0, .34) !important;
	text-align: center !important;
}

html body .lafr-support-kb-cta h2 {
	margin: 12px 0 !important;
	font-size: clamp(1.8rem, 4vw, 3.6rem) !important;
}

html body .lafr-support-kb-cta p {
	max-width: 760px !important;
	margin: 0 auto 22px !important;
	color: var(--lafr-polish-muted) !important;
	-webkit-text-fill-color: var(--lafr-polish-muted) !important;
}

/* Customer account: one clear container, professional grids and tables */
html body.woocommerce-account .page-wrapper.my-account,
html body.woocommerce-account .page-wrapper.my-account > .row,
html body.woocommerce-account .page-wrapper.my-account > .row > .col,
html body.woocommerce-account .page-wrapper.my-account > .row > .col > .col-inner,
html body.woocommerce-account .woocommerce {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
	display: grid !important;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr) !important;
	gap: clamp(18px, 3vw, 34px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}

html body.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex: none !important;
}

html body.woocommerce-account .woocommerce {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation,
html body.woocommerce-account .woocommerce-MyAccount-content {
	margin: 0 !important;
	background: linear-gradient(160deg, rgba(27, 36, 50, .96), rgba(13, 19, 29, .96)) !important;
	border: 1px solid var(--lafr-polish-line) !important;
	border-radius: var(--lafr-polish-radius) !important;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .34) !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky !important;
	top: 112px !important;
	align-self: start !important;
	width: 100% !important;
	padding: 14px !important;
}

html body.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	min-width: 0 !important;
	padding: clamp(24px, 4vw, 48px) !important;
}

html body.woocommerce-account .dashboard-links {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 30px 0 !important;
	padding: 0 !important;
}

html body.woocommerce-account .dashboard-links li {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: 0 !important;
}

html body.woocommerce-account .dashboard-links li a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 112px !important;
	padding: 22px 18px !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(47, 183, 255, .12), transparent 48%),
		rgba(255, 255, 255, .045) !important;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 16px !important;
	color: var(--lafr-polish-gold) !important;
	-webkit-text-fill-color: var(--lafr-polish-gold) !important;
	font-size: clamp(17px, 1.7vw, 22px) !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .2) !important;
	transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
}

html body.woocommerce-account .dashboard-links li a:hover,
html body.woocommerce-account .dashboard-links li a:focus {
	transform: translateY(-4px) !important;
	background: linear-gradient(135deg, #ffc920, #ffe477) !important;
	border-color: var(--lafr-polish-gold) !important;
	color: #07080b !important;
	-webkit-text-fill-color: #07080b !important;
}

html body.woocommerce-account .lafr-rental-dashboard {
	width: 100% !important;
	margin: 34px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html body.woocommerce-account .lafr-workflow-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

html body.woocommerce-account .lafr-workflow-list li {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	min-height: 330px !important;
	padding: 190px 24px 24px !important;
	overflow: hidden !important;
	background-position: center !important;
	background-size: cover !important;
	border: 1px solid rgba(255, 255, 255, .15) !important;
	border-radius: 20px !important;
	box-shadow: 0 20px 52px rgba(0, 0, 0, .32) !important;
}

html body.woocommerce-account .lafr-workflow-list li::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 10, 16, .02) 20%, rgba(7, 10, 16, .94) 72%) !important;
	pointer-events: none;
}

html body.woocommerce-account .lafr-workflow-list li:nth-child(1) { background-image: url("../images/workflow-build-cart.png") !important; }
html body.woocommerce-account .lafr-workflow-list li:nth-child(2) { background-image: url("../images/workflow-submit-request.png") !important; }
html body.woocommerce-account .lafr-workflow-list li:nth-child(3) { background-image: url("../images/workflow-complete-paperwork.png") !important; }
html body.woocommerce-account .lafr-workflow-list li:nth-child(4) { background-image: url("../images/workflow-pickup-return.png") !important; }

html body.woocommerce-account .lafr-workflow-list li strong,
html body.woocommerce-account .lafr-workflow-list li span {
	position: relative !important;
	z-index: 1 !important;
}

html body.woocommerce-account .lafr-workflow-list li strong {
	font-size: clamp(1.3rem, 2vw, 1.8rem) !important;
}

html body.woocommerce-account .lafr-dashboard-actions {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin-top: 22px !important;
}

html body.woocommerce-account .lafr-dashboard-actions .button {
	width: 100% !important;
	min-height: 56px !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

html body.woocommerce-account .woocommerce table,
html body.woocommerce-account .woocommerce table.shop_table,
html body.woocommerce-account .woocommerce table.lafr-polished-table {
	width: 100% !important;
	margin: 18px 0 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: rgba(7, 11, 17, .72) !important;
	border: 1px solid var(--lafr-polish-line) !important;
	border-radius: 16px !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24) !important;
}

html body.woocommerce-account .woocommerce table th,
html body.woocommerce-account .woocommerce table td,
html body.woocommerce-account .woocommerce table.shop_table th,
html body.woocommerce-account .woocommerce table.shop_table td {
	padding: 18px 20px !important;
	vertical-align: middle !important;
	line-height: 1.45 !important;
}

html body.woocommerce-account .woocommerce table th {
	background: rgba(255, 255, 255, .045) !important;
	font-size: 14px !important;
	letter-spacing: .05em !important;
	text-transform: uppercase !important;
}

html body.woocommerce-account .woocommerce table .woocommerce-orders-table__cell-order-actions,
html body.woocommerce-account .woocommerce table td:last-child {
	min-width: 180px !important;
	text-align: right !important;
}

html body.woocommerce-account .woocommerce table td .button {
	margin: 4px !important;
	white-space: nowrap !important;
}

html body.woocommerce-account .woocommerce-Addresses,
html body.woocommerce-account .u-columns.woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin-top: 26px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html body.woocommerce-account .woocommerce-Address {
	width: 100% !important;
	min-width: 0 !important;
	padding: 26px !important;
	background: rgba(255, 255, 255, .045) !important;
	border: 1px solid var(--lafr-polish-line) !important;
	border-radius: 16px !important;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .2) !important;
}

html body.woocommerce-account .woocommerce-Address h2 {
	font-size: clamp(1.45rem, 2.5vw, 2.1rem) !important;
	line-height: 1.1 !important;
}

html body.woocommerce-account .woocommerce-Address address {
	margin-top: 18px !important;
	font-size: 17px !important;
	line-height: 1.75 !important;
}

html body.woocommerce-account .woocommerce-info,
html body.woocommerce-account .woocommerce-Message,
html body.woocommerce-account .woocommerce-message {
	margin: 0 !important;
	padding: 24px 26px !important;
	background: rgba(47, 183, 255, .07) !important;
	border: 1px solid rgba(47, 183, 255, .24) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

html body.woocommerce-account .lafr-account-requirements-notice {
	margin-top: 22px !important;
	padding: 24px 26px !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(47, 183, 255, .13), transparent 48%),
		rgba(255, 201, 32, .075) !important;
	border: 1px solid rgba(255, 201, 32, .32) !important;
	border-radius: 16px !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .2) !important;
}

html body.woocommerce-account .lafr-account-requirements-notice strong {
	display: block !important;
	margin-bottom: 8px !important;
	color: var(--lafr-polish-gold) !important;
	-webkit-text-fill-color: var(--lafr-polish-gold) !important;
	font-size: 18px !important;
	font-weight: 950 !important;
}

html body.woocommerce-account .lafr-account-requirements-notice p {
	margin: 0 !important;
	color: rgba(255, 255, 255, .82) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, .82) !important;
	line-height: 1.65 !important;
}

	@media (max-width: 980px) {
	html body .lafr-category-section .row.large-columns-4,
	html body.post-type-archive-product .shop-container .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
		grid-template-columns: 1fr !important;
	}

	html body.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static !important;
	}
}

@media (max-width: 700px) {
	html body.woocommerce-account .dashboard-links,
	html body.woocommerce-account .lafr-dashboard-actions {
		grid-template-columns: 1fr !important;
	}

	html body.woocommerce-account .lafr-workflow-list,
	html body.woocommerce-account .woocommerce-Addresses,
	html body.woocommerce-account .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr !important;
	}

	html body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 22px 16px !important;
	}

	html body.woocommerce-account .woocommerce table,
	html body.woocommerce-account .woocommerce table tbody,
	html body.woocommerce-account .woocommerce table tr,
	html body.woocommerce-account .woocommerce table td {
		display: block !important;
		width: 100% !important;
	}

	html body.woocommerce-account .woocommerce table thead {
		display: none !important;
	}

	html body.woocommerce-account .woocommerce table tr {
		padding: 14px 0 !important;
		border-bottom: 1px solid var(--lafr-polish-line) !important;
	}

	html body.woocommerce-account .woocommerce table td,
	html body.woocommerce-account .woocommerce table td:last-child {
		min-width: 0 !important;
		padding: 10px 16px !important;
		text-align: left !important;
	}
}

@media (max-width: 520px) {
	html body .lafr-category-section .row.large-columns-4,
	html body.post-type-archive-product .shop-container .products {
		grid-template-columns: 1fr !important;
	}

	html body .lafr-review-card {
		min-height: 390px !important;
		padding: 30px 22px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body .lafr-category-section .product-category *,
	html body .lafr-review-card *,
	html body.woocommerce-account .dashboard-links * {
		transition: none !important;
	}
}
