/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.7.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

/*
 * Serena banner guardrails
 * Trava cada slot visual da Home v7 nas dimensoes do layout do Electro.
 */

:root {
	--serena-ui-radius: 20px;
	--serena-product-title: #2f3a44;
	--serena-product-title-hover: #b98b6a;
}

/* Payment methods shared by the footer and secure checkout. */
.serena-payment-methods {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.38rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.serena-payment-methods__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 1.85rem;
	margin: 0;
	padding: 0.12rem 0.38rem;
	border: 1px solid rgba(47, 58, 68, 0.12);
	border-radius: 0.35rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(47, 58, 68, 0.06);
}

.serena-payment-methods__icon,
.site-footer.footer-v2 .copyright-bar .payment .serena-payment-methods__icon {
	display: block;
	width: 25px;
	height: 24px;
	max-width: 25px;
	margin: 0;
	object-fit: contain;
}

.serena-footer-payment-logo {
	display: block;
}

@media (min-width: 992px) {
	.site-footer.footer-v2 .copyright-bar {
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
		line-height: 1.5;
	}

	.site-footer.footer-v2 .copyright-bar .payment {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 1.85rem;
	}
}

/*
 * Serena form controls.
 * Keeps the brand border across WooCommerce and regular site forms without
 * changing checkboxes, radios, buttons or the composed header search.
 */
:root {
	--serena-form-border: #edc09e;
	--serena-form-focus-ring: rgba(237, 192, 158, 0.22);
	--serena-form-radius: 999px;
	--serena-form-height: 46px;
}

body :where(.site-content, .site-footer, .off-canvas-cart) input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="hidden"]),
body :where(.site-content, .site-footer, .off-canvas-cart) select,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container .select2-selection--single,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container .select2-selection--multiple,
body .select2-dropdown .select2-search__field {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--serena-form-border) !important;
	border-radius: var(--serena-form-radius) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body :where(.site-content, .site-footer, .off-canvas-cart) textarea {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--serena-form-border) !important;
	border-radius: 18px !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body :where(.site-content, .site-footer, .off-canvas-cart) input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="hidden"]):focus,
body :where(.site-content, .site-footer, .off-canvas-cart) textarea:focus,
body :where(.site-content, .site-footer, .off-canvas-cart) select:focus,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container--focus .select2-selection--single,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container--focus .select2-selection--multiple,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container--open .select2-selection--single,
body :where(.site-content, .site-footer, .off-canvas-cart) .select2-container--open .select2-selection--multiple,
body .select2-dropdown .select2-search__field:focus {
	border-color: var(--serena-form-border) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem var(--serena-form-focus-ring) !important;
}

body :where(.site-content, .site-footer, .off-canvas-cart) .woocommerce-invalid input,
body :where(.site-content, .site-footer, .off-canvas-cart) .woocommerce-invalid select,
body :where(.site-content, .site-footer, .off-canvas-cart) .woocommerce-invalid .select2-selection,
body :where(.site-content, .site-footer, .off-canvas-cart) input[aria-invalid="true"],
body :where(.site-content, .site-footer, .off-canvas-cart) textarea[aria-invalid="true"],
body :where(.site-content, .site-footer, .off-canvas-cart) select[aria-invalid="true"] {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.14) !important;
}

.widget_product_categories.electro_widget_product_categories {
	overflow: hidden;
	border: 1px solid rgba(237, 192, 158, 0.24);
	border-radius: var(--serena-ui-radius);
	background: #fff;
	box-shadow: 0 14px 32px rgba(123, 88, 63, 0.08);
}

.widget_product_categories.electro_widget_product_categories > ul.product-categories,
.widget_product_categories.electro_widget_product_categories .show-all-cat,
.widget_product_categories.electro_widget_product_categories .show-all-cat > li,
.widget_product_categories.electro_widget_product_categories .show-all-cat > li > ul,
.widget_product_categories.electro_widget_product_categories ul.children {
	border-radius: inherit;
}

.widget_product_categories.electro_widget_product_categories .show-all-cat-dropdown,
.widget_product_categories.electro_widget_product_categories ul.product-categories > li > a,
.widget_product_categories.electro_widget_product_categories ul.product-categories > li > span {
	transition: background-color 0.25s ease, color 0.25s ease;
}

.widget_product_categories.electro_widget_product_categories .show-all-cat-dropdown:hover,
.widget_product_categories.electro_widget_product_categories ul.product-categories > li > a:hover,
.widget_product_categories.electro_widget_product_categories ul.product-categories > li > span:hover {
	background-color: #fbf5ef;
}

.woocommerce-page .sidebar .widget_media_image,
.single-product .sidebar .widget_media_image {
	overflow: hidden;
	border-radius: var(--serena-ui-radius);
}

.woocommerce-page .sidebar .widget_media_image a,
.single-product .sidebar .widget_media_image a,
.woocommerce-page .sidebar .widget_media_image figure,
.single-product .sidebar .widget_media_image figure,
.woocommerce-page .sidebar .widget_media_image img,
.single-product .sidebar .widget_media_image img {
	display: block;
	overflow: hidden;
	border-radius: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.product-item__header .woocommerce-loop-product__title,
.product-item__body .woocommerce-loop-product__title,
.section-onsale-product .woocommerce-loop-product__title,
.products-with-category-image .woocommerce-loop-product__title,
.single-product div.product .product_title {
	color: var(--serena-product-title);
	transition: color 0.25s ease;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product a:hover .woocommerce-loop-product__title,
.product-item__header a:hover .woocommerce-loop-product__title,
.product-item__body a:hover .woocommerce-loop-product__title,
.section-onsale-product a:hover .woocommerce-loop-product__title,
.products-with-category-image a:hover .woocommerce-loop-product__title {
	color: var(--serena-product-title-hover);
}

.home .elementor img {
	display: block;
	max-width: 100%;
}

.home {
	--serena-banner-radius: 20px;
	--serena-banner-radius-tall: 22px;
	--serena-banner-border: rgba(237, 192, 158, 0.38);
	--serena-banner-shadow: 0 18px 40px rgba(123, 88, 63, 0.12);
	--serena-banner-shadow-hover: 0 24px 52px rgba(123, 88, 63, 0.18);
	--serena-banner-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(140, 104, 79, 0.03) 48%, rgba(140, 104, 79, 0.12) 100%);
	--serena-banner-overlay-edge: linear-gradient(90deg, rgba(237, 192, 158, 0.18) 0%, rgba(237, 192, 158, 0) 18%, rgba(237, 192, 158, 0) 82%, rgba(237, 192, 158, 0.12) 100%);
	--serena-home-section-gap: 39px;
}

.home .elementor-element-66af6b78 {
	margin-top: var(--serena-home-section-gap);
}

/*
 * Home v7: keep the "Ofertas do Dia" hover inside its own section.
 * Elementor widget: 2469df3f
 */
@media (min-width: 1200px) {
	.home .elementor-element-2469df3f .products > .product:hover,
	.home .elementor-element-2469df3f .products > .product.hover,
	.home .elementor-element-2469df3f .owl-item > .product:hover,
	.home .elementor-element-2469df3f .owl-item > .product.hover {
		position: relative;
		z-index: 2;
	}

	.home .elementor-element-2469df3f .products > .product:hover .product-inner,
	.home .elementor-element-2469df3f .products > .product.hover .product-inner,
	.home .elementor-element-2469df3f .owl-item > .product:hover .product-inner,
	.home .elementor-element-2469df3f .owl-item > .product.hover .product-inner {
		position: relative;
		width: auto;
		height: auto;
		min-height: 100%;
		background-color: #fff;
		box-shadow: 0 14px 30px rgba(123, 88, 63, 0.14);
	}

	.home .elementor-element-2469df3f .products > .product:hover .hover-area,
	.home .elementor-element-2469df3f .products > .product.hover .hover-area,
	.home .elementor-element-2469df3f .owl-item > .product:hover .hover-area,
	.home .elementor-element-2469df3f .owl-item > .product.hover .hover-area {
		display: block;
		padding-top: 0.214em;
		border-top: 1px solid rgb(233.75, 233.75, 233.75);
	}

	.home .elementor-element-2469df3f .products-carousel,
	.home .elementor-element-2469df3f .products-carousel .owl-stage-outer,
	.home .elementor-element-2469df3f .products-carousel .owl-stage,
	.home .elementor-element-2469df3f .products-carousel .owl-item,
	.home .elementor-element-2469df3f .products-carousel ul.products,
	.home .elementor-element-2469df3f .products > .product .product-outer,
	.home .elementor-element-2469df3f .owl-item > .product .product-outer {
		overflow: visible;
	}
}

.home .elementor-element-7c03fc7b .elementor-widget-container,
.home .elementor-element-49f1f4bb .elementor-widget-container,
.home .elementor-element-3605597b .elementor-widget-container,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block .action-link,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block .action-link,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block .action-link {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f7ede4;
	border: 1px solid var(--serena-banner-border);
	box-shadow: var(--serena-banner-shadow);
	isolation: isolate;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home .elementor-element-7c03fc7b .elementor-widget-container,
.home .elementor-element-49f1f4bb .elementor-widget-container,
.home .elementor-element-3605597b .elementor-widget-container {
	border-radius: var(--serena-banner-radius);
}

.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block .action-link,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block .action-link,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block .action-link {
	border-radius: var(--serena-banner-radius-tall);
}

.home .elementor-element-7c03fc7b .elementor-widget-container::after,
.home .elementor-element-49f1f4bb .elementor-widget-container::after,
.home .elementor-element-3605597b .elementor-widget-container::after,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block .action-link::after,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block .action-link::after,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block .action-link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--serena-banner-overlay), var(--serena-banner-overlay-edge);
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.home .elementor-element-7c03fc7b img,
.home .elementor-element-49f1f4bb img,
.home .elementor-element-3605597b img,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block img,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block img,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block img {
	transform: scale(1.001);
	filter: saturate(1.02) contrast(1.01);
	transition: transform 0.6s ease, filter 0.35s ease;
}

.home .elementor-element-7c03fc7b:hover .elementor-widget-container,
.home .elementor-element-49f1f4bb:hover .elementor-widget-container,
.home .elementor-element-3605597b:hover .elementor-widget-container,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block:hover .action-link,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block:hover .action-link,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block:hover .action-link {
	transform: translateY(-4px);
	border-color: rgba(237, 192, 158, 0.58);
	box-shadow: var(--serena-banner-shadow-hover);
}

.home .elementor-element-7c03fc7b:hover .elementor-widget-container::after,
.home .elementor-element-49f1f4bb:hover .elementor-widget-container::after,
.home .elementor-element-3605597b:hover .elementor-widget-container::after,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block:hover .action-link::after,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block:hover .action-link::after,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block:hover .action-link::after {
	opacity: 0.82;
}

.home .elementor-element-7c03fc7b:hover img,
.home .elementor-element-49f1f4bb:hover img,
.home .elementor-element-3605597b:hover img,
.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block:hover img,
.home .elementor-element-2d38828f .products-category-with-image-inner .image-block:hover img,
.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block:hover img {
	transform: scale(1.04);
	filter: saturate(1.05) contrast(1.02);
}

.home .elementor-element-7c03fc7b,
.home .elementor-element-49f1f4bb,
.home .elementor-element-3605597b,
.home .elementor-element-5f8b3419 .image-block,
.home .elementor-element-2d38828f .image-block,
.home .elementor-element-eb5c4e7 .image-block {
	overflow: hidden;
}

.home .elementor-element-7c03fc7b a,
.home .elementor-element-49f1f4bb a,
.home .elementor-element-3605597b a,
.home .elementor-element-5f8b3419 .image-block .action-link,
.home .elementor-element-2d38828f .image-block .action-link,
.home .elementor-element-eb5c4e7 .image-block .action-link {
	display: block;
	overflow: hidden;
}

.home .elementor-element-4f17de4 .da .da-inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--serena-banner-radius);
	border: 1px solid var(--serena-banner-border);
	box-shadow: var(--serena-banner-shadow);
	background-color: #f6f1ea;
	background-image:
		radial-gradient(circle at 82% 18%, rgba(237, 192, 158, 0.18) 0%, rgba(237, 192, 158, 0) 32%),
		linear-gradient(102deg, #fcfaf7 0%, #f8f2ec 46%, #f1e4d8 100%);
	isolation: isolate;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home .elementor-element-4f17de4 .da .da-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(237, 192, 158, 0.08) 100%);
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.home .elementor-element-4f17de4 .da .action-link {
	position: relative;
	z-index: 1;
}

.home .elementor-element-4f17de4 .da:hover .da-inner {
	transform: translateY(-4px);
	border-color: rgba(237, 192, 158, 0.58);
	box-shadow: var(--serena-banner-shadow-hover);
}

.home .elementor-element-4f17de4 .da:hover .da-inner::after {
	opacity: 0.82;
}

.home .elementor-element-4f17de4 .banner,
.home .elementor-element-4f17de4 .banner .action-link,
.home .elementor-element-4f17de4 .banner .action-link img {
	border-radius: var(--serena-banner-radius) !important;
	overflow: hidden;
}

.home .elementor-element-4f17de4 .banner .action-link {
	position: relative;
	display: block;
	border: 1px solid var(--serena-banner-border);
	box-shadow: var(--serena-banner-shadow);
	isolation: isolate;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home .elementor-element-4f17de4 .banner .action-link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--serena-banner-overlay), var(--serena-banner-overlay-edge);
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.home .elementor-element-4f17de4 .banner .action-link img {
	display: block;
	width: 100%;
}

.home .elementor-element-4f17de4 .banner:hover .action-link {
	transform: translateY(-4px);
	border-color: rgba(237, 192, 158, 0.58);
	box-shadow: var(--serena-banner-shadow-hover);
}

.home .elementor-element-4f17de4 .banner:hover .action-link::after {
	opacity: 0.82;
}

.home .elementor-element-49f1f4bb,
.home .elementor-element-3605597b {
	position: relative;
	display: block;
	line-height: 0;
	overflow: hidden;
	background: #f7ede4;
	border: 1px solid var(--serena-banner-border);
	border-radius: var(--serena-banner-radius) !important;
	box-shadow: var(--serena-banner-shadow);
	isolation: isolate;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home .elementor-element-49f1f4bb::after,
.home .elementor-element-3605597b::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--serena-banner-overlay), var(--serena-banner-overlay-edge);
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.home .elementor-element-49f1f4bb img,
.home .elementor-element-3605597b img {
	display: block;
	width: 100%;
	border-radius: inherit !important;
}

.home .elementor-element-49f1f4bb:hover,
.home .elementor-element-3605597b:hover {
	transform: translateY(-4px);
	border-color: rgba(237, 192, 158, 0.58);
	box-shadow: var(--serena-banner-shadow-hover);
}

.home .elementor-element-49f1f4bb:hover::after,
.home .elementor-element-3605597b:hover::after {
	opacity: 0.82;
}

@media (min-width: 768px) {
	.home .elementor-element-7c03fc7b img {
		width: 100% !important;
		height: 145px !important;
		max-height: 145px !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.home .elementor-element-49f1f4bb img,
	.home .elementor-element-3605597b img {
		width: 100% !important;
		height: 165px !important;
		max-height: 165px !important;
		object-fit: cover !important;
		object-position: center top !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block {
		flex: 0 0 359px !important;
		width: 359px !important;
		max-width: 359px !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block .action-link,
	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block img {
		width: 359px !important;
		max-width: 359px !important;
		height: 617px !important;
		max-height: 617px !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block img {
		object-fit: cover !important;
		object-position: center !important;
	}

	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block {
		flex: 0 0 200px !important;
		width: 200px !important;
		max-width: 200px !important;
	}

	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block .action-link,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block .action-link,
	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block img,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block img {
		width: 200px !important;
		max-width: 200px !important;
		height: 275px !important;
		max-height: 275px !important;
	}

	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block img,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block img {
		object-fit: cover !important;
		object-position: center !important;
	}
}

@media (max-width: 767px) {
	:root {
		--serena-ui-radius: 16px;
	}

	.home {
		--serena-banner-radius: 16px;
		--serena-banner-radius-tall: 18px;
		--serena-banner-shadow: 0 14px 28px rgba(123, 88, 63, 0.1);
		--serena-banner-shadow-hover: 0 18px 34px rgba(123, 88, 63, 0.14);
		--serena-home-section-gap: 26px;
	}

	.home .elementor-element-7c03fc7b img {
		width: 100% !important;
		height: 110px !important;
		max-height: 110px !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.home .elementor-element-49f1f4bb img,
	.home .elementor-element-3605597b img {
		width: 100% !important;
		height: 145px !important;
		max-height: 145px !important;
		object-fit: cover !important;
		object-position: center top !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block,
	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block .action-link,
	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block img {
		width: 100% !important;
		max-width: 100% !important;
		height: 420px !important;
		max-height: 420px !important;
	}

	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block .action-link,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block .action-link,
	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block img,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block img {
		width: 100% !important;
		max-width: 100% !important;
		height: 300px !important;
		max-height: 300px !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image-inner .image-block img,
	.home .elementor-element-2d38828f .products-category-with-image-inner .image-block img,
	.home .elementor-element-eb5c4e7 .products-category-with-image-inner .image-block img {
		object-fit: cover !important;
		object-position: center !important;
	}
	
	
}

.footer-v2 .footer-bottom-widgets-menu-inner {
	justify-content: flex-start;
}

.footer-v2 .footer-social-icons .social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
}

.footer-v2 .footer-social-icons .social-icons > li + li {
	margin-left: 0;
}

.footer-widgets .product_list_widget > li > a,
.footer-widgets .product_list_widget .product-title {
	color: var(--serena-product-title);
	transition: color 0.25s ease;
}

.footer-widgets .product_list_widget > li > a:hover,
.footer-widgets .product_list_widget > li > a:focus,
.footer-widgets .product_list_widget > li > a:hover .product-title,
.footer-widgets .product_list_widget > li > a:focus .product-title {
	color: var(--serena-product-title-hover);
}

@media (max-width: 991.98px) {
	.handheld-footer {
		background: #f5f2ee;
	}

	.handheld-footer .handheld-widget-menu ul a,
	.handheld-footer .handheld-widget-menu ul a:visited,
	.handheld-footer .handheld-widget-menu ul a:hover,
	.handheld-footer .handheld-widget-menu ul a:focus {
		color: var(--serena-product-title-hover);
	}

	.handheld-footer .footer-social-icons {
		margin-bottom: 0;
		padding: 0.85rem 0 1.35rem;
		background: #f5f2ee;
		border-top: 1px solid rgba(237, 192, 158, 0.28);
	}

	.handheld-footer .footer-social-icons .social-icons {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		margin-bottom: 0;
		padding-left: 0;
	}

	.handheld-footer .footer-social-icons .social-icons-color {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		margin-bottom: 0;
		padding-left: 0;
	}

	.handheld-footer .footer-social-icons .social-icons > li,
	.handheld-footer .footer-social-icons .social-icons-color li {
		margin-bottom: 0;
	}

	.handheld-footer .footer-social-icons .social-icons > li + li,
	.handheld-footer .footer-social-icons .social-icons-color li + li {
		margin-left: 0;
	}

	.handheld-footer .footer-social-icons .social-icons > li + li a,
	.handheld-footer .footer-social-icons .social-icons-color li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 2.5rem;
		line-height: 1;
		margin-left: 0;
		padding: 0.1rem;
		color: #edc09e;
	}

	.handheld-footer .footer-social-icons .social-icons-color a.fa-whatsapp.mobile {
		display: inline-flex !important;
	}

	.handheld-footer .footer-social-icons .social-icons-color a.fa-whatsapp.desktop {
		display: none !important;
	}

	.handheld-footer .handheld-footer-bar {
		background: #f8f8f8;
		border-top: 1px solid rgba(221, 221, 221, 0.9);
	}

	.handheld-footer .handheld-footer-bar .handheld-footer-bar-inner {
		max-width: 100%;
		padding: 1.35rem 1.25rem;
		gap: 0;
		background: #edc09e;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		justify-content: center;
	}

	.handheld-footer .handheld-footer-bar .footer-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 160px;
	}

	.handheld-footer .handheld-footer-bar .footer-logo img {
		display: block;
		width: 100%;
		height: auto;
	}

	.handheld-footer .handheld-footer-bar .footer-call-us {
		display: none;
	}

	.handheld-footer .handheld-footer-bar .footer-call-us .call-us-text {
		color: #6f7780;
		font-size: clamp(0.72rem, 2.9vw, 0.8rem);
		line-height: 1.4;
	}

	.handheld-footer .handheld-footer-bar .footer-call-us .call-us-number,
	.handheld-footer .handheld-footer-bar .footer-call-us .call-us-number a {
		color: var(--serena-product-title);
		font-size: clamp(1.12rem, 5.2vw, 1.32rem);
		line-height: 1.15;
		font-weight: 600;
	}
}

.wc-empty-cart-message, .cart-empty, .woocommerce-info {
    font-size: 20px;
}


@media (min-width: 992px) {
	.footer-v2 .footer-bottom-widgets-menu-inner > .columns {
		flex: 0 0 33.333333%;
		width: 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-v2 .footer-contact {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2.5rem;
	}

	.footer-v2 .footer-bottom-widgets-menu {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#woocommerce-correios-calculo-de-frete-na-pagina-do-produto {
    background-color: transparent !important;
}

@media (max-width: 1199.98px) {
	.handheld-stick-this.stuck {
		z-index: 10001 !important;
	}

	.handheld-stick-this.stuck .off-canvas-navigation,
	.handheld-stick-this.stuck .off-canvas-navigation.light {
		z-index: 10002 !important;
		background-color: #fdfcfc !important;
		border-right: 1px solid #e3e9ef !important;
	}

	.handheld-stick-this.stuck .off-canvas-navigation.light ul li a,
	.handheld-stick-this.stuck .off-canvas-navigation.light ul li > a {
		color: #4b566b !important;
		border-color: #e3e9ef !important;
	}

	.handheld-stick-this.stuck .off-canvas-navigation.light ul .dropdown-menu {
		background-color: #f6f4f4 !important;
	}
}

.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove),
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove),
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove):visited,
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove):visited,
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove),
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove) {
	color: #2f3a44 !important;
	transition: color 0.25s ease;
}

.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove):hover,
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove):hover,
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove):focus,
.site-header .header-icon__cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove):focus,
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove):hover,
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove):hover,
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item > a:not(.remove):focus,
.off-canvas-cart .widget_shopping_cart_content ul.product_list_widget li.woocommerce-mini-cart-item > a:not(.remove):focus {
	color: #b98b6a !important;
}

.cart-collaterals #shipping_method li,
.woocommerce-checkout-review-order-table #shipping_method li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.35rem 0;
}

.cart-collaterals #shipping_method li input.shipping_method,
.woocommerce-checkout-review-order-table #shipping_method li input.shipping_method {
	flex: 0 0 auto;
	margin-top: 0.25rem;
}

.cart-collaterals #shipping_method li label,
.woocommerce-checkout-review-order-table #shipping_method li label {
	flex: 1 1 auto;
	width: 100%;
	margin-left: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 1rem;
	row-gap: 0.3rem;
	align-items: start;
	line-height: 1.45;
}

.cart-collaterals #shipping_method li label > span,
.woocommerce-checkout-review-order-table #shipping_method li label > span {
	position: static;
	top: auto;
	right: auto;
	justify-self: end;
	align-self: start;
	padding-left: 0.75rem;
	white-space: nowrap;
	text-align: right;
}

@media (max-width: 575.98px) {
	.cart-collaterals #shipping_method li label,
	.woocommerce-checkout-review-order-table #shipping_method li label {
		column-gap: 0.75rem;
	}

	.cart-collaterals #shipping_method li label > span,
	.woocommerce-checkout-review-order-table #shipping_method li label > span {
		font-size: 0.98rem;
	}
}

/* Mobile live search: keep the thumbnail and product title visible together. */
@media (max-width: 1199.98px) {
	.site-header .site-search .twitter-typeahead,
	.site-header .site-search .tt-menu,
	.site-header .site-search .tt-dataset,
	.site-header .site-search .tt-suggestion {
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.site-header .site-search .tt-menu {
		margin-left: 0 !important;
		padding: 0.35rem 0 !important;
	}

	.site-header .site-search .tt-suggestion {
		padding: 0.45rem 0.65rem !important;
		text-indent: 0 !important;
		overflow: hidden;
	}

	.site-header .site-search .live-search-media {
		display: flex !important;
		align-items: center;
		width: 100% !important;
		min-width: 0;
		color: #2f3a44 !important;
	}

	.site-header .site-search .live-search-media .media-left {
		flex: 0 0 3.25rem;
		float: none !important;
		width: 3.25rem !important;
		height: 3.25rem !important;
		margin: 0 0.65rem 0 0 !important;
		padding: 0 !important;
		object-fit: cover;
		border-radius: 0.35rem;
	}

	.site-header .site-search .live-search-media .media-body {
		display: block !important;
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		padding-left: 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.site-header .site-search .live-search-media .media-body p {
		display: block !important;
		margin: 0 !important;
		color: #2f3a44 !important;
		font-size: 0.8rem !important;
		font-weight: 600;
		line-height: 1.3 !important;
		white-space: normal !important;
		word-break: normal;
		overflow-wrap: anywhere;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/*
 * Serena quantity controls: single product and off-canvas cart.
 */
.single-product .summary form.cart .quantity.serena-quantity-control {
	display: inline-flex !important;
	align-items: center;
	gap: 0.55rem;
	width: auto !important;
	height: auto;
	margin-right: 0.75rem;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.single-product .summary form.cart .serena-quantity-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.single-product .summary form.cart .serena-quantity-button--minus {
	background: #eef0f2;
	color: #4b566b;
}

.single-product .summary form.cart .serena-quantity-button--plus {
	background: #edc09e;
	color: #fff;
}

.single-product .summary form.cart .serena-quantity-button:hover,
.single-product .summary form.cart .serena-quantity-button:focus-visible {
	background: #000;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.16);
}

.single-product .summary form.cart .serena-quantity-button:disabled {
	cursor: not-allowed;
	opacity: 0.4;
	transform: none;
	box-shadow: none;
}

.single-product .summary form.cart .serena-quantity-button--minus:disabled:hover,
.single-product .summary form.cart .serena-quantity-button--minus:disabled:focus {
	background: #eef0f2;
	color: #4b566b;
}

.single-product .summary form.cart .serena-quantity-button--plus:disabled:hover,
.single-product .summary form.cart .serena-quantity-button--plus:disabled:focus {
	background: #edc09e;
	color: #fff;
}

.single-product .summary form.cart .quantity.serena-quantity-control input.qty {
	display: block !important;
	width: 3.25rem !important;
	height: 2.75rem !important;
	flex: 0 0 3.25rem;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #dedede !important;
	border-radius: 0.85rem !important;
	outline: 0 !important;
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(47, 58, 68, 0.06) !important;
	color: #2f3a44;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 2.75rem;
	text-align: center;
	pointer-events: none;
}

.off-canvas-cart .serena-mini-cart-quantity {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin-top: 0.45rem;
}

.off-canvas-cart .serena-mini-cart-quantity__control {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	height: auto;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.off-canvas-cart .serena-mini-cart-quantity__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.7rem;
	height: 1.7rem;
	flex: 0 0 1.7rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.off-canvas-cart .serena-mini-cart-quantity__button--minus {
	background: #eef0f2;
	color: #4b566b;
}

.off-canvas-cart .serena-mini-cart-quantity__button--plus {
	background: #edc09e;
	color: #fff;
}

.off-canvas-cart .serena-mini-cart-quantity__button:hover,
.off-canvas-cart .serena-mini-cart-quantity__button:focus-visible {
	background: #000;
	color: #fff;
	transform: translateY(-1px);
}

.off-canvas-cart .serena-mini-cart-quantity__button:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.off-canvas-cart .serena-mini-cart-quantity__button--minus:disabled:hover,
.off-canvas-cart .serena-mini-cart-quantity__button--minus:disabled:focus {
	background: #eef0f2;
	color: #4b566b;
	transform: none;
}

.off-canvas-cart .serena-mini-cart-quantity__button--plus:disabled:hover,
.off-canvas-cart .serena-mini-cart-quantity__button--plus:disabled:focus {
	background: #edc09e;
	color: #fff;
	transform: none;
}

.off-canvas-cart .serena-mini-cart-quantity__value {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.7rem;
	flex: 0 0 1.85rem;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #dedede !important;
	border-radius: 0.5rem !important;
	background: #fff !important;
	box-shadow: 0 3px 8px rgba(47, 58, 68, 0.06) !important;
	color: #2f3a44 !important;
	-webkit-text-fill-color: #2f3a44 !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.7rem;
	text-indent: 0 !important;
	text-align: center;
	pointer-events: none;
}

.off-canvas-cart .serena-mini-cart-quantity__price {
	color: #6f7780;
	font-size: 0.72rem;
	line-height: 1.2;
	white-space: nowrap;
}

.off-canvas-cart .serena-mini-cart-quantity.is-updating {
	opacity: 0.55;
}

@media (max-width: 575.98px) {
	.single-product .summary form.cart .quantity.serena-quantity-control {
		gap: 0.6rem;
		height: auto;
		margin: 0 0 0.75rem;
	}

	.single-product .summary form.cart .serena-quantity-button {
		width: 3rem;
		height: 3rem;
		flex-basis: 3rem;
	}

	.single-product .summary form.cart .quantity.serena-quantity-control input.qty {
		width: 3.5rem !important;
		height: 3rem !important;
		flex-basis: 3.5rem;
		line-height: 3rem;
	}
}

/*
 * Single-product accessories:
 * preserve Electro's original layout and add compact inline variation
 * selectors under the accessory price.
 */
.accessories .serena-accessory-inline-pool {
	display: none;
}

.accessories .serena-accessory-checkbox-pool {
	display: none;
}

.accessories .products .loop-product-categories {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.accessories .products .accessory-checkbox {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.accessories .products .accessory-checkbox .product-title,
.accessories .products .accessory-checkbox .accessory-price {
	display: none !important;
}

.accessories .products .accessory-checkbox label {
	display: inline-flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
}

.accessories .products .accessory-checkbox .product-check {
	margin: 0;
	cursor: pointer;
	accent-color: #edc09e;
}

.accessories .products .price-add-to-cart {
	display: block;
	height: auto;
}

.accessories .products .price-add-to-cart .price {
	margin-bottom: 0.45rem;
}

.accessories .products .serena-accessory-inline-options {
	display: none;
	margin-top: 0.35rem;
}

.accessories .products .serena-accessory-variation-fields {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.accessories .products .serena-accessory-inline-options .reset_variations,
.accessories .products .serena-accessory-inline-options .single_variation_wrap {
	display: none !important;
}

.accessories .products .serena-accessory-attribute {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.accessories .products .serena-accessory-attribute label {
	display: block;
	margin: 0;
	color: #333e48;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.1;
}

.accessories .products .serena-accessory-inline-options select {
	width: 100%;
	min-width: 0;
	height: 2.05rem;
	padding: 0.3rem 1.75rem 0.3rem 0.7rem;
	border: 1px solid #d5d5d5;
	border-radius: 1.15rem;
	background: #fff;
	color: #76808b;
	font-size: 0.8125rem;
	line-height: 1.1;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #555 50%),
		linear-gradient(135deg, #555 50%, transparent 50%);
	background-position:
		calc(100% - 16px) calc(50% - 2px),
		calc(100% - 11px) calc(50% - 2px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.accessories .products .serena-accessory-inline-options select:focus {
	border-color: #edc09e;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(237, 192, 158, 0.18);
}

.accessories .check-products .serena-accessory-variation-note {
	margin: 0.35rem 0 0 1.55rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: #6f7780;
}

.accessories .accessories-add-all-to-cart .add-all-to-cart.disabled,
.accessories .accessories-add-all-to-cart .add-all-to-cart:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.accessories .products .serena-accessory-variation-fields {
		gap: 0.5rem;
	}
}

@media (max-width: 767.98px) {
	.accessories .check-products .serena-accessory-variation-note {
		margin-left: 0;
	}
}

/* Serena: foco dos selects de variação */
.single-product div.product form.cart .variations select,
.single-product div.product .variations_form .variations select {
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product div.product form.cart .variations select:focus,
.single-product div.product form.cart .variations select:active,
.single-product div.product .variations_form .variations select:focus,
.single-product div.product .variations_form .variations select:active {
	border-color: #edc09e !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(237, 192, 158, 0.18) !important;
}

/*
 * Serena payment benefits:
 * shows Pix and installment information under storefront prices.
 */
.serena-price-benefits {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	margin-top: 0.32rem;
	color: #4b5663;
	min-width: 0;
}

.serena-price-benefits__line {
	display: flex;
	align-items: center;
	gap: 0.32rem;
	min-width: 0;
	line-height: 1.1;
	flex-wrap: nowrap;
}

.serena-price-benefits__value {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-size: 0.84rem;
	font-weight: 500;
	color: #3a4651;
}

.serena-price-benefits__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.13rem 0.42rem;
	border-radius: 999px;
	font-size: 0.58rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.serena-price-benefits__badge--pix {
	background: rgba(237, 192, 158, 0.2);
	color: #b98b6a;
}

.serena-price-benefits__badge--installments {
	background: rgba(47, 58, 68, 0.08);
	color: #68727d;
}

.product-item__footer .price-add-to-cart,
.products .price-add-to-cart,
ul.products li.product .price-add-to-cart,
.section-onsale-product .onsale-product .price-add-to-cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-areas:
		"price button"
		"benefits button" !important;
	column-gap: 0.5rem !important;
	row-gap: 0.15rem !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	align-items: start !important;
}

.product-item__footer .price-add-to-cart > .price,
.products .price-add-to-cart > .price,
ul.products li.product .price-add-to-cart > .price,
.section-onsale-product .onsale-product .price-add-to-cart > .price,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .price,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .price {
	grid-area: price !important;
	display: block !important;
	margin: 0 !important;
	max-width: 100%;
}

.product-item__footer .price-add-to-cart > .serena-price-benefits--loop,
.products .price-add-to-cart > .serena-price-benefits--loop,
ul.products li.product .price-add-to-cart > .serena-price-benefits--loop,
.section-onsale-product .onsale-product .price-add-to-cart > .serena-price-benefits--loop,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .serena-price-benefits--loop,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .serena-price-benefits--loop {
	grid-area: benefits !important;
	margin-top: 0 !important;
	max-width: 100%;
}

.product-item__footer .price-add-to-cart > .button,
.product-item__footer .price-add-to-cart > .added_to_cart,
.product-item__footer .price-add-to-cart > .add-to-cart-wrap,
.product-item__footer .price-add-to-cart > .product_type_simple,
.product-item__footer .price-add-to-cart > .product_type_variable,
.product-item__footer .price-add-to-cart > .product_type_grouped,
.product-item__footer .price-add-to-cart > .product_type_external,
.products .price-add-to-cart > .button,
.products .price-add-to-cart > .added_to_cart,
.products .price-add-to-cart > .add-to-cart-wrap,
.products .price-add-to-cart > .product_type_simple,
.products .price-add-to-cart > .product_type_variable,
.products .price-add-to-cart > .product_type_grouped,
.products .price-add-to-cart > .product_type_external,
ul.products li.product .price-add-to-cart > .button,
ul.products li.product .price-add-to-cart > .added_to_cart,
ul.products li.product .price-add-to-cart > .add-to-cart-wrap,
ul.products li.product .price-add-to-cart > .product_type_simple,
ul.products li.product .price-add-to-cart > .product_type_variable,
ul.products li.product .price-add-to-cart > .product_type_grouped,
ul.products li.product .price-add-to-cart > .product_type_external,
.section-onsale-product .onsale-product .price-add-to-cart > .button,
.section-onsale-product .onsale-product .price-add-to-cart > .added_to_cart,
.section-onsale-product .onsale-product .price-add-to-cart > .add-to-cart-wrap,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .added_to_cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .add-to-cart-wrap,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .button,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .added_to_cart,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .add-to-cart-wrap {
	grid-area: button !important;
	position: static !important;
	margin: 0 !important;
	transform: none !important;
	align-self: start !important;
	justify-self: end !important;
}

.product-item__footer .price-add-to-cart > .add-to-cart-wrap,
.products .price-add-to-cart > .add-to-cart-wrap,
ul.products li.product .price-add-to-cart > .add-to-cart-wrap,
.section-onsale-product .onsale-product .price-add-to-cart > .add-to-cart-wrap,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .add-to-cart-wrap,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .add-to-cart-wrap {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-end !important;
	width: auto !important;
}

.product-item__footer .price-add-to-cart > .add-to-cart-wrap > .button,
.products .price-add-to-cart > .add-to-cart-wrap > .button,
ul.products li.product .price-add-to-cart > .add-to-cart-wrap > .button,
.section-onsale-product .onsale-product .price-add-to-cart > .add-to-cart-wrap > .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .add-to-cart-wrap > .button,
.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .add-to-cart-wrap > .button {
	float: none !important;
	margin: 0 !important;
}

.product-item__footer .serena-price-benefits--loop,
.serena-price-benefits--loop {
	gap: 0.14rem;
	margin-top: 0.24rem;
}

.product-item__footer .serena-price-benefits--loop .serena-price-benefits__line,
ul.products li.product .serena-price-benefits--loop .serena-price-benefits__line,
.products .serena-price-benefits--loop .serena-price-benefits__line {
	gap: 0.24rem;
}

.product-item__footer .serena-price-benefits--loop .serena-price-benefits__value,
ul.products li.product .serena-price-benefits--loop .serena-price-benefits__value,
.products .serena-price-benefits--loop .serena-price-benefits__value {
	font-size: 0.73rem;
	line-height: 1.02;
}

.product-item__footer .serena-price-benefits--loop .serena-price-benefits__badge,
ul.products li.product .serena-price-benefits--loop .serena-price-benefits__badge,
.products .serena-price-benefits--loop .serena-price-benefits__badge {
	padding: 0.08rem 0.3rem;
	font-size: 0.5rem;
}

.products > .product.product-card .price-add-to-cart,
.owl-item > .product.product-card .price-add-to-cart {
	grid-template-columns: minmax(0, 1fr) 2.7rem !important;
	grid-template-areas:
		"price price"
		"benefits button" !important;
	column-gap: 0.35rem !important;
	row-gap: 0.22rem !important;
}

.products > .product.product-card .price-add-to-cart > .price,
.owl-item > .product.product-card .price-add-to-cart > .price,
.products > .product.product-card .price-add-to-cart > .price .amount,
.owl-item > .product.product-card .price-add-to-cart > .price .amount,
.products > .product.product-card .price-add-to-cart > .price ins,
.owl-item > .product.product-card .price-add-to-cart > .price ins,
.products > .product.product-card .price-add-to-cart > .price del,
.owl-item > .product.product-card .price-add-to-cart > .price del,
.products > .product.product-card .price-add-to-cart > .price bdi,
.owl-item > .product.product-card .price-add-to-cart > .price bdi {
	white-space: nowrap !important;
}

.single-product .summary .serena-summary-price-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.35rem;
	width: 100%;
}

.single-product .summary .serena-summary-price-block > .price {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.single-product .summary .serena-price-benefits {
	display: flex !important;
	flex-direction: column !important;
	margin-top: 0 !important;
	width: 100%;
}

.single-product .summary .serena-price-benefits__line {
	display: flex !important;
	gap: 0.42rem;
}

.single-product .summary .serena-price-benefits__value {
	font-size: 1rem;
	line-height: 1.3;
}

.single-product .summary .serena-price-benefits__badge {
	padding: 0.16rem 0.5rem;
	font-size: 0.66rem;
}

@media (min-width: 768px) {
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart {
		grid-template-columns: minmax(0, 1fr) 2.7rem !important;
		grid-template-areas:
			"price button"
			"benefits benefits" !important;
		column-gap: 0.35rem !important;
		row-gap: 0.22rem !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .price,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .price,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .price .amount,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .price .amount,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .price ins,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .price ins,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .price del,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .price del,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .price bdi,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .price bdi {
		white-space: nowrap !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .button,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .button,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .added_to_cart,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .added_to_cart,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .add-to-cart-wrap,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .add-to-cart-wrap {
		align-self: start !important;
		justify-self: end !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .add-to-cart-wrap,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .add-to-cart-wrap {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: flex-end !important;
		width: auto !important;
	}

	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .products > .product .price-add-to-cart > .add-to-cart-wrap > .button,
	.home .elementor-element-5f8b3419 .products-with-category-image .products-block .owl-item > .product .price-add-to-cart > .add-to-cart-wrap > .button {
		float: none !important;
		margin: 0 !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		column-gap: 0.42rem !important;
		row-gap: 0.16rem !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price .electro-price,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price .electro-price,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price .amount,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price .amount,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price bdi,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price bdi,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price ins,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price ins,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price del,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price del {
		white-space: nowrap !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .price,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .price {
		flex: 0 0 calc(100% - 3rem) !important;
		max-width: calc(100% - 3rem) !important;
		margin: 0 !important;
		min-width: 0 !important;
	}

	.home .elementor-element-2469df3f .products > .product .price,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price {
		font-size: 1.16rem !important;
		line-height: 1.05 !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .serena-price-benefits--loop,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .serena-price-benefits--loop {
		order: 3 !important;
		flex: 0 0 calc(100% - 3rem) !important;
		max-width: calc(100% - 3rem) !important;
		width: calc(100% - 3rem) !important;
		margin-top: 0 !important;
	}

	.home .elementor-element-2469df3f .products > .product .serena-price-benefits--loop .serena-price-benefits__line,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .serena-price-benefits--loop .serena-price-benefits__line {
		gap: 0.18rem !important;
	}

	.home .elementor-element-2469df3f .products > .product .serena-price-benefits--loop .serena-price-benefits__value,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .serena-price-benefits--loop .serena-price-benefits__value {
		font-size: 0.72rem !important;
	}

	.home .elementor-element-2469df3f .products > .product .serena-price-benefits--loop .serena-price-benefits__badge,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .serena-price-benefits--loop .serena-price-benefits__badge {
		padding: 0.08rem 0.26rem !important;
		font-size: 0.47rem !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .add-to-cart-wrap,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .add-to-cart-wrap,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .button,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .button,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .added_to_cart,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .added_to_cart {
		order: 2 !important;
		flex: 0 0 2.58rem !important;
		width: 2.58rem !important;
		max-width: 2.58rem !important;
		min-width: 2.58rem !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .add-to-cart-wrap > .button,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .add-to-cart-wrap > .button,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .added_to_cart,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .added_to_cart {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: flex-end !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .add-to-cart-wrap > .button::before,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .add-to-cart-wrap > .button::before,
	.home .elementor-element-2469df3f .products > .product .price-add-to-cart > .added_to_cart::before,
	.home .elementor-element-2469df3f .products-carousel .owl-item > .product .price-add-to-cart > .added_to_cart::before {
		float: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		padding: 0.46em 0.5em !important;
	}
}

@media (max-width: 767.98px) {
	.serena-price-benefits__value {
		font-size: 0.8rem;
	}

	.serena-price-benefits__badge {
		padding: 0.1rem 0.32rem;
		font-size: 0.52rem;
	}

	.product-item__footer .serena-price-benefits--loop .serena-price-benefits__value,
	ul.products li.product .serena-price-benefits--loop .serena-price-benefits__value,
	.products .serena-price-benefits--loop .serena-price-benefits__value {
		font-size: 0.69rem;
	}

	.product-item__footer .serena-price-benefits--loop .serena-price-benefits__badge,
	ul.products li.product .serena-price-benefits--loop .serena-price-benefits__badge,
	.products .serena-price-benefits--loop .serena-price-benefits__badge {
		font-size: 0.48rem;
	}

	.product-item__footer .price-add-to-cart,
	.products .price-add-to-cart,
	ul.products li.product .price-add-to-cart,
	.section-onsale-product .onsale-product .price-add-to-cart,
	.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart,
	.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart {
		grid-template-columns: minmax(0, 1fr) 2.45rem !important;
		grid-template-areas:
			"price price"
			"benefits button" !important;
		column-gap: 0.28rem !important;
		row-gap: 0.18rem !important;
	}

	.product-item__footer .price-add-to-cart > .price,
	.products .price-add-to-cart > .price,
	ul.products li.product .price-add-to-cart > .price,
	.section-onsale-product .onsale-product .price-add-to-cart > .price,
	.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .price,
	.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .price,
	.product-item__footer .price-add-to-cart > .price .amount,
	.products .price-add-to-cart > .price .amount,
	ul.products li.product .price-add-to-cart > .price .amount,
	.section-onsale-product .onsale-product .price-add-to-cart > .price .amount,
	.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .price .amount,
	.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .price .amount,
	.product-item__footer .price-add-to-cart > .price bdi,
	.products .price-add-to-cart > .price bdi,
	ul.products li.product .price-add-to-cart > .price bdi,
	.section-onsale-product .onsale-product .price-add-to-cart > .price bdi,
	.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart > .price bdi,
	.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price-add-to-cart > .price bdi {
		white-space: nowrap !important;
	}

	.products > .product .price,
	.owl-item > .product .price,
	.section-onsale-product .onsale-product .price,
	.section-onsale-product-carousel .onsale-product-carousel .price,
	.section-onsale-product-carousel-v9 .onsale-product .product-item__footer .price {
		font-size: 1.2rem !important;
		line-height: 1.04 !important;
	}

	.products > .product.product-card .price-add-to-cart,
	.owl-item > .product.product-card .price-add-to-cart {
		grid-template-columns: minmax(0, 1fr) 2.45rem !important;
		grid-template-areas:
			"price price"
			"benefits button" !important;
		column-gap: 0.28rem !important;
		row-gap: 0.18rem !important;
	}

	.products > .product.product-card .price,
	.owl-item > .product.product-card .price {
		font-size: 1.2rem !important;
		line-height: 1.04 !important;
	}

	.single-product .summary .serena-price-benefits__value {
		font-size: 0.94rem;
	}

	.single-product .summary .serena-price-benefits__badge {
		font-size: 0.62rem;
	}
}

/*
 * Cards em duas colunas: mantém o botão na linha do preço em celulares
 * estreitos e reserva a linha seguinte aos benefícios de pagamento.
 */
@media (max-width: 450px) {
	ul.products.row-cols-2 > li.product .price-add-to-cart,
	.products.row-cols-2 > .product .price-add-to-cart,
	.products.row-cols-2 .owl-item > .product .price-add-to-cart {
		grid-template-columns: minmax(0, 1fr) 2.45rem !important;
		grid-template-areas:
			"price button"
			"benefits benefits" !important;
		align-items: start !important;
	}

	ul.products.row-cols-2 > li.product .price-add-to-cart > .add-to-cart-wrap,
	.products.row-cols-2 > .product .price-add-to-cart > .add-to-cart-wrap,
	.products.row-cols-2 .owl-item > .product .price-add-to-cart > .add-to-cart-wrap,
	ul.products.row-cols-2 > li.product .price-add-to-cart > .button,
	.products.row-cols-2 > .product .price-add-to-cart > .button,
	.products.row-cols-2 .owl-item > .product .price-add-to-cart > .button,
	ul.products.row-cols-2 > li.product .price-add-to-cart > .added_to_cart,
	.products.row-cols-2 > .product .price-add-to-cart > .added_to_cart,
	.products.row-cols-2 .owl-item > .product .price-add-to-cart > .added_to_cart {
		align-self: start !important;
		justify-self: end !important;
	}
}


.qlwapp {
	--qlwapp-scheme-icon-size: 50px !important;
	--qlwapp-scheme-icon-font-size: 22px !important;
}

/*
 * Loja: Produtos recomendados
 * Remove o cálculo de 7 colunas do Owl apenas no desktop.
 */
@media (min-width: 1200px) {
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .owl-stage-outer {
		width: 100% !important;
		overflow: visible !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .products-carousel > .owl-stage-outer > .owl-stage {
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		width: 100% !important;
		overflow: visible !important;
		transform: none !important;
		transition: none !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .owl-stage > .owl-item {
		float: none !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	/* Exibe no máximo cinco produtos. */
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .owl-stage > .owl-item:nth-child(n+6) {
		display: none !important;
	}

	/* A grade é estática no desktop, portanto as setas não são necessárias. */
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel > header .owl-nav,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .products-carousel > .owl-nav,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .products-carousel > .owl-dots {
		display: none !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .price-add-to-cart {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 42px !important;
		grid-template-areas:
			"price button"
			"benefits button" !important;
		column-gap: 0.4rem !important;
		align-items: start !important;
		width: 100% !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .price {
		grid-area: price !important;
		display: block !important;
		min-width: 0 !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .price *,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .price .amount,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .price bdi {
		white-space: nowrap !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .serena-price-benefits {
		grid-area: benefits !important;
		display: flex !important;
		flex-direction: column !important;
		min-width: 0 !important;
		margin-top: 0.15rem !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .serena-price-benefits__line {
		display: flex !important;
		align-items: center !important;
		gap: 0.3rem !important;
		white-space: nowrap !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .serena-price-benefits__value,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .serena-price-benefits__value * {
		white-space: nowrap !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .add-to-cart-wrap {
		grid-area: button !important;
		position: static !important;
		float: none !important;
		align-self: start !important;
		justify-self: end !important;
		margin: 0 !important;
	}

	/* Libera a expansão do rodapé do card no hover. */
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel [data-ride="owl-carousel"],
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .products-carousel {
		overflow: visible !important;
	}

	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .owl-item:hover,
	body.woocommerce-shop #main > .vc_row:first-child .section-products-carousel .owl-item:focus-within {
		position: relative !important;
		z-index: 1000 !important;
	}
}

/* Product: shipping simulator below quantity and add-to-cart controls. */
.single-product .summary #woocommerce-correios-calculo-de-frete-na-pagina-do-produto {
	clear: both;
	width: 100%;
	margin-top: 1.25rem;
}

/* Shop: keep price data together and move the action below it in list views. */
@media (min-width: 768px) {
	ul.products[data-view="list-view"] > li.product .product-item__footer .price-add-to-cart,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .price-add-to-cart {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		height: auto !important;
		width: 100% !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .price-add-to-cart > .price,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .price-add-to-cart > .price {
		order: 1 !important;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 0.25rem !important;
		white-space: nowrap !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .price-add-to-cart > .price *,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .price-add-to-cart > .price * {
		white-space: nowrap !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .serena-price-benefits,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .serena-price-benefits {
		order: 2 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 0.8rem !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .serena-price-benefits__line,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .serena-price-benefits__line {
		display: flex !important;
		flex-wrap: wrap !important;
		width: 100% !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .add-to-cart-wrap,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .add-to-cart-wrap {
		order: 3 !important;
		display: block !important;
		position: static !important;
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .add-to-cart-wrap > .button,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .add-to-cart-wrap > .button {
		display: block !important;
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0.72rem 1rem !important;
		text-align: center !important;
		text-indent: 0 !important;
	}

	ul.products[data-view="list-view"] > li.product .product-item__footer .add-to-cart-wrap > .button::before,
	ul.products[data-view="list-view-small"] > li.product .product-item__footer .add-to-cart-wrap > .button::before {
		display: none !important;
	}
}

/* Header cart: keep the quantity centered inside its circular counter. */
.site-header .cart-items-count.header-icon-counter,
.handheld-header .cart-items-count.header-icon-counter,
.mobile-header .cart-items-count.header-icon-counter {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 1.75em !important;
	padding: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	box-sizing: border-box;
}

.handheld-header-v2 .handheld-header-links .cart .cart-items-count,
.mobile-header-v1 .handheld-header-links .cart .cart-items-count,
.mobile-header-v2-inner .handheld-header-links .cart .cart-items-count,
.handheld-header .handheld-header-links .cart .cart-items-count,
.mobile-header .handheld-header-links .cart .cart-items-count {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	text-align: center !important;
	box-sizing: border-box;
}

/* Minha Conta > Pedidos: aviso de confirmação de e-mail compacto e legível. */
body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 1rem;
	row-gap: 0.45rem;
	padding: 1rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.45;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info > .button.wc-forward {
	grid-column: 2;
	grid-row: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0.58rem 0.75rem;
	font-size: 0.72rem;
	line-height: 1.1;
	white-space: nowrap;
	text-indent: 0;
}

@media (max-width: 575.98px) {
	body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.7rem;
		padding: 0.9rem 1rem;
		font-size: 0.8125rem;
		line-height: 1.4;
	}

	body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info > .button.wc-forward {
		grid-column: 1;
		grid-row: 1;
		justify-self: stretch;
		width: 100%;
		padding: 0.6rem 0.45rem;
		font-size: 0.68rem;
	}
}

/* Minha Conta > Detalhes da conta: controle de senha dentro do campo. */
body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-control {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 2.7rem !important;
	min-height: 2.7rem !important;
	margin: 0 !important;
	isolation: isolate;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-control .password-input {
	position: static !important;
	display: block !important;
	height: 100% !important;
	margin: 0 !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-control input.input-text {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding-right: 5.6rem !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle {
	position: absolute !important;
	top: 50% !important;
	right: 0.4rem;
	transform: translateY(-50%) !important;
	z-index: 1;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.28rem;
	width: auto !important;
	min-width: 0 !important;
	height: 2.1rem;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 0.65rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f3f5f6 !important;
	color: #4b566b !important;
	box-shadow: none !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	cursor: pointer;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle:hover,
body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle.is-visible {
	background: rgba(237, 192, 158, 0.5) !important;
	color: #333e48 !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle:focus-visible {
	outline: 2px solid #edc09e;
	outline-offset: 2px;
}

body.woocommerce-account .woocommerce-EditAccountForm .serena-account-password-toggle svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

/* WooCommerce adds a second, icon-only toggle dynamically. Serena uses the control above. */
body.woocommerce-account .woocommerce-EditAccountForm fieldset .password-input .show-password-input,
body.woocommerce-account .woocommerce-EditAccountForm fieldset button.show-password-input {
	display: none !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength:empty {
	display: none !important;
}

body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength:not(.short):not(.bad):not(.good):not(.strong) {
	display: none !important;
}

/* Página "Perdeu a senha": mantém o formulário no mesmo grid das páginas de conta. */
body.woocommerce-lost-password .entry-content > .woocommerce {
	width: min( calc(100% - 40px), 460px );
	margin: 0 auto 2.5rem;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper,
body.woocommerce-lost-password .woocommerce-ResetPassword {
	width: 100%;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper > * {
	margin: 0 0 1rem;
}

body.woocommerce-lost-password .woocommerce-ResetPassword > p:first-child {
	margin: 0 0 1.2rem;
	color: #4b566b;
	font-size: 0.84rem;
	line-height: 1.65;
}

body.woocommerce-lost-password .woocommerce-ResetPassword .form-row {
	float: none;
	width: 100%;
	margin: 0 0 1rem;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label {
	display: block;
	margin-bottom: 0.45rem;
	color: #2f3a44;
	font-size: 0.78rem;
	font-weight: 700;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input.input-text {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.7rem;
	margin: 0;
	border: 1px solid #edc09e;
	border-radius: 999px;
	background: #fff;
}

body.woocommerce-lost-password .woocommerce-ResetPassword .button {
	min-height: 2.6rem;
	padding: 0 1rem;
	border-radius: 999px;
	font-size: 0.78rem;
}

@media (max-width: 575.98px) {
	body.woocommerce-lost-password .entry-content > .woocommerce {
		width: calc(100% - 32px);
		margin-bottom: 2rem;
	}
}

/* Home: compact category strip beneath the banner on mobile only. */
@media (max-width: 767.98px) {
	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories {
		height: 120px;
	}

	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories .category > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		margin: 0 !important;
		padding: 0.45rem 0.35rem;
		text-align: center;
		flex-direction: column;
	}

	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories .category {
		flex: 0 0 42%;
		width: 42%;
	}

	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories img {
		width: auto;
		max-width: 72px;
		max-height: 62px;
		margin: 0 0 0.25rem !important;
		object-fit: contain;
	}

	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories h4,
	.vertical-menu-slider-category-with-das-inner .product-categories-list .categories .h4 {
		margin: 0;
		font-size: 0.75rem;
		line-height: 1.2;
	}
}

/* Mobile navigation: keep the off-canvas menu above the announcement bar. */
@media (max-width: 1199.98px) {
	.off-canvas-navigation-wrapper.toggled .off-canvas-navigation,
	.handheld-stick-this.stuck .off-canvas-navigation-wrapper.toggled .off-canvas-navigation {
		z-index: 10020 !important;
		box-sizing: border-box;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		padding-bottom: calc(1rem + env(safe-area-inset-bottom));
		overflow-y: auto;
		overscroll-behavior-y: contain;
		-webkit-overflow-scrolling: touch;
	}

	.off-canvas-navigation-wrapper.toggled .navbar-toggler[aria-expanded="true"]::after {
		z-index: 10019;
	}
}
