/*
Theme Name: Joyas Decor Shop
Author: aThemeArt
Author URI: https://athemeart.com/
Theme URI: https://athemeart.com/downloads/joyas-decor-shop/
Description: The Joyas Decor Shop WooCommerce WordPress theme offers a simple yet modern solution for crafting a stunning online retail experience. As a child theme of Joyas Shop, it delivers an upgraded design with refined graphic aesthetics and a well-organized layout, ensuring an outstanding User Experience (UX) and intuitive User Interface (UI). Its versatile color palette is ideal for showcasing diverse products, including cookware, glassware, serveware, kitchen accessories, housewares, and artisan crafts. Optimized for online shopping, the theme seamlessly integrates digital marketplace features, such as a user-friendly shopping cart, a smooth checkout process, and flexible product catalog configurations. Designed for mobile commerce (mCommerce), it guarantees a responsive shopping experience across all devices, making it perfect for tapping into the growing demand for internet sales. Whether you’re offering pots, pans, decoration accessories, flower and candle gifts, or handcrafted items, the Joyas Decor Shop theme enhances your online retail presence with its modern design elements and streamlined functionality.
Template: joyas-shop
Version: 1.0.9
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, sticky-post, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog, e-commerce
Text Domain: joyas-decor-shop
*/
:root {
	--joyas-page-background: #fbfbfa;
	--nav-font: 'Jost', sans-serif;
	--theme-contrast-color: #84b718;
}

html,
body,
button,
input,
select,
option,
textarea,
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select option {
    font-family: 'Jost', sans-serif !important;
}

.woocommerce .woocommerce-ordering select {
    accent-color: var(--theme-color, #1f526b);
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce .woocommerce-ordering select:focus-visible {
    border-color: var(--theme-color, #1f526b) !important;
    outline: 1px solid var(--theme-color, #1f526b);
    box-shadow: 0 0 0 1px var(--theme-color, #1f526b);
}

.woocommerce .woocommerce-ordering select option:checked {
    background: var(--theme-color, #1f526b) linear-gradient(0deg, var(--theme-color, #1f526b) 0%, var(--theme-color, #1f526b) 100%) !important;
    color: #fff !important;
}

.woocommerce-ordering .joyas-orderby-native,
.woocommerce-ordering .customSelect.joyas-orderby-replaced {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.woocommerce-ordering .joyas-orderby-control {
    position: relative;
    z-index: 100001 !important;
    width: min(100%, 285px);
    margin-right: auto;
    margin-left: auto;
    font-family: 'Jost', sans-serif !important;
}

.woocommerce-ordering .joyas-orderby-trigger {
    display: flex;
    width: 100%;
    min-height: 34px;
    padding: 7px 13px;
    align-items: center;
    gap: 12px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-family: 'Jost', sans-serif !important;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    box-shadow: none;
}

.woocommerce-ordering .joyas-orderby-trigger:hover,
.woocommerce-ordering .joyas-orderby-trigger:focus {
    border-color: var(--theme-color, #1f526b);
    background: #fff;
    color: #333;
    outline: 0;
    box-shadow: 0 0 0 1px var(--theme-color, #1f526b);
}

.woocommerce-ordering .joyas-orderby-control.is-open .joyas-orderby-trigger,
.woocommerce-ordering .joyas-orderby-control.is-open .joyas-orderby-trigger:hover,
.woocommerce-ordering .joyas-orderby-control.is-open .joyas-orderby-trigger:focus {
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.woocommerce-ordering .joyas-orderby-trigger__text {
    min-width: 0;
    flex: 1 1 auto;
    text-align: center;
}

.woocommerce-ordering .joyas-orderby-trigger__arrow {
    width: 9px;
    height: 9px;
    margin-right: 3px;
    flex: 0 0 auto;
    border-right: 2px solid var(--theme-color, #1f526b);
    border-bottom: 2px solid var(--theme-color, #1f526b);
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}

.woocommerce-ordering .joyas-orderby-control.is-open .joyas-orderby-trigger__arrow {
    transform: translateY(2px) rotate(225deg);
}

.woocommerce-ordering .joyas-orderby-list {
    position: absolute;
    z-index: 100002 !important;
    top: calc(100% + 3px);
    right: 0;
    left: 0;
    padding: 4px 0;
    border: 1px solid var(--theme-color, #1f526b);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.woocommerce-ordering .joyas-orderby-list[hidden] {
    display: none !important;
}

.woocommerce-ordering .joyas-orderby-option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-family: 'Jost', sans-serif !important;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    box-shadow: none;
}

.woocommerce-ordering .joyas-orderby-option:hover,
.woocommerce-ordering .joyas-orderby-option:focus,
.woocommerce-ordering .joyas-orderby-option[aria-selected="true"] {
    background: var(--theme-color, #1f526b) !important;
    color: #fff !important;
    outline: 0;
}

/* Clear hierarchy for the main WooCommerce shop archive. */
.joyas-shop-page-heading {
	width: 100%;
	margin: 0 0 22px;
	text-align: center;
}

.joyas-shop-page-title {
	position: relative;
	display: inline-block;
	margin: 0 !important;
	padding: 0 0 9px;
	color: #26343a;
	font-family: 'Jost', sans-serif !important;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 500;
	line-height: 1.2;
}

.joyas-shop-page-title::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 2px;
	margin: auto;
	background: var(--theme-color, #1f526b);
	content: '';
}

@media (max-width: 767px) {
	.joyas-shop-page-heading {
		margin-bottom: 24px;
		padding-top: 24px;
	}

	.joyas-shop-page-title {
		padding-bottom: 11px;
		font-size: 28px;
	}

    .woocommerce .joyas-shop-toolbar {
        position: relative;
        z-index: 100000 !important;
		margin-bottom: 36px !important;
		padding: 16px 12px 18px !important;
        overflow: visible !important;
		border-top: 0 !important;
    }

    .woocommerce .joyas-shop-toolbar .woocommerce-ordering {
        float: none !important;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .woocommerce .joyas-shop-toolbar .result-count {
        display: flex !important;
		padding: 15px 0 0 !important;
        align-items: center;
        justify-content: center;
        gap: 3px;
        font-family: 'Jost', sans-serif !important;
        font-size: 14px;
        line-height: 1.25;
        text-align: center;
    }

	.woocommerce .joyas-shop-toolbar .joyas-orderby-trigger {
		min-height: 40px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

    .woocommerce .joyas-shop-toolbar .result-count li {
        display: flex !important;
        float: none !important;
        align-items: center;
    }

    .woocommerce .joyas-shop-toolbar .result-count li.view-title {
        margin-right: 7px;
        color: #444;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .5px;
    }

    .woocommerce .joyas-shop-toolbar .result-count li::after {
        margin: 0 1px;
        color: #aaa;
    }

    .woocommerce .joyas-shop-toolbar .result-count li a {
        display: inline-flex;
        min-width: 40px;
        min-height: 40px;
        padding: 7px 8px;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #555;
        font-family: 'Jost', sans-serif !important;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
    }

    .woocommerce .joyas-shop-toolbar .result-count li a:hover,
    .woocommerce .joyas-shop-toolbar .result-count li a:focus,
    .woocommerce .joyas-shop-toolbar .result-count li a:focus-visible {
        border-color: var(--theme-color, #1f526b);
        background: #fff;
        color: var(--theme-color, #1f526b);
        outline: 0;
    }

    .woocommerce .joyas-shop-toolbar .result-count li a.view-firstactive,
    .woocommerce .joyas-shop-toolbar .result-count li a.view-secondactive,
    .woocommerce .joyas-shop-toolbar .result-count li a.view-allactive,
    .woocommerce .joyas-shop-toolbar .result-count li a.active {
        border-color: var(--theme-color, #1f526b);
        background: #fff;
        color: var(--theme-color, #1f526b);
        font-weight: 500;
    }
}

html,
body,
#page,
#content.site-content {
	background-color: var(--joyas-page-background);
}

/* Keep the footer visually separate from the lighter page background. */
#colophon.site-footer {
	border-top: 0;
	background: #f3f7f8;
}

#colophon.site-footer .footer_widget_wrap {
	border-top: 0;
}

#colophon.site-footer .site_info {
	border-top-color: #dce6e9;
}

#colophon.site-footer .footer_widget_wrap .widget,
#colophon.site-footer .footer_widget_wrap .widget a,
#colophon.site-footer .footer_widget_wrap .widget li {
	font-size: 15px;
	line-height: 1.78;
}

#colophon.site-footer .footer_widget_wrap .widget-title {
	font-size: 22px;
	line-height: 1.35;
}

.joyas-footer-brand {
	max-width: 340px;
	color: #5f6c72;
	font-size: 16px;
	line-height: 1.72;
	padding-top: 10px;
}

.joyas-footer-brand__logo {
	max-width: 178px;
	margin-bottom: 14px;
}

.joyas-footer-brand__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.joyas-footer-brand p {
	margin: 0 0 15px !important;
}

.joyas-footer-brand p:last-child {
	margin-bottom: 0 !important;
}

.joyas-footer-brand strong {
	color: #2f3b40;
	font-weight: 650;
}

.joyas-footer-brand a {
	color: var(--theme-color, #1f526b);
	text-decoration: none !important;
}

@media (max-width: 767px) {
	#colophon.site-footer .footer_widget_wrap {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
		text-align: center;
	}

	#colophon.site-footer .footer_widget_wrap .container,
	#colophon.site-footer .footer_widget_wrap .row,
	#colophon.site-footer .footer_widget_wrap [class*="col-"],
	#colophon.site-footer .footer_widget_wrap .widget {
		min-height: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#colophon.site-footer .footer_widget_wrap [class*="col-"],
	#colophon.site-footer .footer_widget_wrap .widget {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}

	#colophon.site-footer .footer_widget_wrap .widget:last-child {
		margin-bottom: 0 !important;
	}

	#colophon.site-footer .footer_widget_wrap .widget-title {
		position: relative;
		margin-bottom: 14px !important;
		padding-bottom: 14px !important;
		text-align: center;
	}

	#colophon.site-footer .footer_widget_wrap .widget-title:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0 !important;
		right: auto !important;
		width: 86% !important;
		height: 1px !important;
		background: #c2d4dc !important;
		border: 0 !important;
		transform: translateX(8%) !important;
	}

	#colophon.site-footer .footer_widget_wrap .widget-title:before {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: -2px;
		left: 50% !important;
		width: 50px !important;
		height: 4px !important;
		border-radius: 999px;
		background: var(--secondary-color, #1f526b) !important;
		transform: translateX(-50%) !important;
	}

	#colophon.site-footer .footer_widget_wrap ul,
	#colophon.site-footer .footer_widget_wrap .menu {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-left: 0 !important;
	}

	#colophon.site-footer .footer_widget_wrap .widget li {
		margin-top: 0 !important;
		margin-bottom: 3px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
	}

	.joyas-footer-brand {
		padding-top: 0;
		margin-right: auto;
		margin-bottom: 14px !important;
		margin-left: auto;
		line-height: 1.45;
		text-align: center;
	}

	.joyas-footer-brand__logo {
		margin-right: auto;
		margin-bottom: 12px;
		margin-left: auto;
	}

	.joyas-footer-brand p {
		margin-bottom: 10px !important;
		font-weight: 500;
	}

	.joyas-footer-brand strong {
		font-weight: 700;
	}

	#colophon.site-footer .site_info {
		text-align: center;
	}

	#back-top,
	#back-to-top,
	#backToTop,
	#scrollUp,
	.back-to-top,
	.scrollup,
	.scroll-to-top,
	.go-top {
		right: 8px !important;
		bottom: 10px !important;
	}

	#backToTop.ui-to-top {
		right: 8px !important;
		bottom: 10px !important;
		left: auto !important;
		padding-right: 0 !important;
	}

	i.bi.bi-arrow-up-square-fill,
	i.bi.bi-arrow-up-square-fill::before {
		right: 2px !important;
		bottom: 10px !important;
	}
}

.site-header.style_1{
	position:relative;
	padding-top: 50px;
 	padding-bottom: 50px;
}
#static_header_banner{
	padding-top: 40px;
}
.center-layout-wrap{
	position: relative;
}
#masthead h3{
	margin: 0px;
	padding: 0px;
}
#nav_bar_wrap{
	background:none!important;
	position: absolute;
	left: 0px;
	right: 0px;
	top:100%;
	z-index: 999;
	border: none;
	margin-top: -3px!important;
	border: none!important;
}
#navbar ul{
	display: inline-block;
	position: relative;
	background: #fff;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:0px 5px 2px 5px!important;
	
}

@media (min-width: 851px) {
    #nav_bar_wrap > .container > .row {
        justify-content: center !important;
    }

    #nav_bar_wrap #navbar {
        display: flex !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        justify-content: center !important;
        text-align: center !important;
    }

    #nav_bar_wrap #navbar > ul.navigation-menu {
        display: inline-flex !important;
        width: fit-content !important;
        min-width: 0 !important;
        max-width: calc(100vw - 32px) !important;
        flex: 0 1 fit-content !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

	body:not(.home) #content.site-content {
		box-sizing: border-box;
		padding-top: var(--joyas-desktop-nav-clearance, 58px) !important;
	}

	body.single-product:not(.home) div.product div.summary {
		margin-top: 0 !important;
	}
}

#navbar ul ul{
	padding: 0px!important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#navbar ul ul.sub-menu::before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    content: " ";
    border-right: 8px solid #fff0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff0;
    box-shadow: -2px 2px 82px -26px rgb(0 0 0/.25);
}
#navbar ul ul ul.sub-menu::before {
	display: none;
}
#navbar ul.sub-menu > li:first-child > a{
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#navbar ul.sub-menu > li:last-child > a{
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.social-links{
}
ul.social-links a{
	color: var(--tertiary-color);
}
ul.social-links a:hover,
ul.social-links a:focus{
	color: var(--secondary-color);
}
ul.social-links i{
	font-size:18px;
	margin: 0px 5px;
}

#masthead button.joyas-shop-rd-navbar-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f7f7f7 !important;
    color: var(--nav-color, #111) !important;
    box-shadow: none !important;
}

#masthead button.joyas-shop-rd-navbar-toggle i {
    position: relative;
    display: block;
    width: 18px;
    height: 2.5px;
    background: currentColor;
    font-size: 0;
    line-height: 1;
}

#masthead button.joyas-shop-rd-navbar-toggle i::before,
#masthead button.joyas-shop-rd-navbar-toggle i::after {
    position: absolute;
    left: 0;
    width: 18px;
    height: 2.5px;
    content: "";
    background: currentColor;
}

#masthead button.joyas-shop-rd-navbar-toggle i::before {
    top: -5px;
}

#masthead button.joyas-shop-rd-navbar-toggle i::after {
    top: 5px;
}

#masthead button.joyas-shop-rd-navbar-toggle:hover,
#masthead button.joyas-shop-rd-navbar-toggle:focus,
#masthead button.joyas-shop-rd-navbar-toggle:focus-visible {
    background: #f7f7f7 !important;
    color: var(--theme-color, #1f526b) !important;
    outline: 1px solid var(--theme-color, #1f526b);
    outline-offset: 0;
}

ul.products li.product::before {
	display: none;
	visibility: hidden;
}
.woocommerce li.product .product_wrap,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product div.summary {
		position: relative;
		z-index: 9;
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(74,74,74,.1);
		padding:15px;
		z-index: 99;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		border: 1px solid #ECECEC;
		margin:-20px 0px 0px 0px;
}
.woocommerce div.product .product-details-wrap{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

/* Keep narrow product photos centered inside the full gallery column. */
body.single-product div.product div.images.woocommerce-product-gallery {
	box-sizing: border-box;
	padding-top: 28px;
	padding-bottom: 32px;
}

body.single-product .woocommerce-product-gallery__image > a {
	display: flex;
	width: 100%;
	justify-content: center;
}

body.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
	float: none !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(470px, 56vh) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	object-fit: contain;
}

@media (min-width: 601px) {
	body.single-product div.product div.images.woocommerce-product-gallery {
		width: 56% !important;
	}

	body.single-product div.product div.summary.entry-summary {
		width: 40% !important;
	}
}

@media (max-width: 600px) {
	body.single-product div.product div.images.woocommerce-product-gallery {
		padding-top: 20px;
		padding-bottom: 28px;
	}

	body.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
		max-height: min(390px, 52vh) !important;
	}
}

/* A quieter, more structured product summary card. */
body.single-product div.product div.summary.entry-summary {
	box-sizing: border-box;
	container-name: product-summary;
	container-type: inline-size;
	margin-top: 0 !important;
	padding: 24px 26px !important;
	border: 1px solid #e5eaec !important;
	border-radius: 12px !important;
	background: #fff;
	box-shadow: none !important;
}

body.single-product div.product .summary .product_title {
	margin: 0 0 12px;
	color: #172126;
	font-size: clamp(20px, 1.55vw, 25px);
	font-weight: 500;
	line-height: 1.35;
}

body.single-product div.product .summary p.price {
	position: static !important;
	display: block;
	float: none !important;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	color: var(--theme-color, #1f526b);
	line-height: 1.2;
}

body.single-product div.product .summary .joyas-product-price__rrp {
	display: flex;
	margin-bottom: 2px;
	align-items: baseline;
	gap: 4px;
	color: #7b8387;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
}

body.single-product div.product .summary .joyas-product-price__rrp del {
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	opacity: 1;
}

body.single-product div.product .summary .joyas-product-price__current-row {
	display: flex;
	min-width: 0;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

body.single-product div.product .summary .joyas-product-price__current-row ins,
body.single-product div.product .summary .joyas-product-price__standard-value {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--theme-color, #1f526b);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.08;
	text-decoration: none;
}

body.single-product div.product .summary .joyas-product-price__legal {
	color: #737e84;
	font-size: 11.5px;
	font-weight: 400;
	line-height: 1.4;
}

body.single-product div.product .summary .joyas-product-price__legal a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

body.single-product div.product .summary .joyas-product-price__legal a:hover,
body.single-product div.product .summary .joyas-product-price__legal a:focus-visible {
	color: var(--theme-color, #1f526b);
	text-decoration: underline;
}

body.single-product div.product .summary .joyas-product-availability {
	display: flex;
	width: fit-content;
	max-width: 100%;
	margin: 14px 0 0 !important;
	align-items: center;
	gap: 7px;
	color: var(--theme-contrast-color, #8fa700);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

body.single-product div.product .summary .joyas-product-availability__dot {
	display: block;
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-radius: 50%;
	background: currentColor;
}

body.single-product div.product .summary form.cart:not(.variations_form):not(.grouped_form),
body.single-product div.product .summary .woocommerce-variation-add-to-cart {
	position: static !important;
	display: flex;
	float: none !important;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 18px 0 0 !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 12px;
	flex-wrap: wrap;
	text-align: left !important;
	transform: none !important;
}

body.single-product div.product .summary form.cart .quantity {
	display: inline-flex !important;
	float: none !important;
	width: auto !important;
	height: 40px;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch;
	flex: 0 0 auto;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--theme-color, #1f526b) 24%, #d8e0e4);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(20, 32, 38, .03);
	transition: border-color .2s ease, box-shadow .2s ease;
}

body.single-product div.product .summary form.cart .quantity:focus-within {
	border-color: color-mix(in srgb, var(--theme-color, #1f526b) 55%, #d8e0e4);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--theme-color, #1f526b) 10%, transparent);
}

body.single-product div.product .summary form.cart .quantity button.plus,
body.single-product div.product .summary form.cart .quantity button.minus {
	box-sizing: border-box;
	display: inline-flex !important;
	width: 36px;
	min-width: 36px;
	max-width: 36px;
	height: 38px;
	min-height: 38px;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f7f9fa !important;
	color: var(--theme-color, #1f526b);
	line-height: 1 !important;
	box-shadow: none !important;
	transition: background-color .2s ease, color .2s ease;
}

body.single-product div.product .summary form.cart .quantity button.plus:hover,
body.single-product div.product .summary form.cart .quantity button.minus:hover,
body.single-product div.product .summary form.cart .quantity button.plus:focus-visible,
body.single-product div.product .summary form.cart .quantity button.minus:focus-visible {
	background: color-mix(in srgb, var(--theme-color, #1f526b) 9%, #fff) !important;
	color: var(--theme-color, #1f526b);
}

/* Use the conventional left-to-right quantity order: minus, value, plus. */
body.single-product div.product .summary form.cart .quantity button.minus {
	order: 1;
}

body.single-product div.product .summary form.cart .quantity input.qty {
	order: 2;
}

body.single-product div.product .summary form.cart .quantity button.plus {
	order: 3;
}

body.single-product div.product .summary form.cart .quantity button i {
	display: block;
	padding: 0 !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

body.single-product div.product .summary form.cart .quantity input.qty {
	box-sizing: border-box;
	width: 40px !important;
	min-width: 40px;
	height: 38px;
	min-height: 38px;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	border-right: 1px solid color-mix(in srgb, var(--theme-color, #1f526b) 18%, #e2e7e9) !important;
	border-left: 1px solid color-mix(in srgb, var(--theme-color, #1f526b) 18%, #e2e7e9) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #26343a;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	box-shadow: none !important;
}

body.single-product div.product .summary form.cart .quantity input.qty::-webkit-inner-spin-button,
body.single-product div.product .summary form.cart .quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product div.product .summary .single_add_to_cart_button {
	display: inline-flex !important;
	float: none !important;
	min-width: 190px;
	height: 40px;
	min-height: 40px;
	margin: 0 !important;
	padding: 10px 22px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--theme-color, #1f526b) !important;
	background: transparent !important;
	color: var(--theme-color, #1f526b) !important;
	flex: 1 1 190px;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap;
	box-shadow: none !important;
}

body.single-product div.product .summary .single_add_to_cart_button:hover,
body.single-product div.product .summary .single_add_to_cart_button:focus-visible {
	background: var(--theme-color, #1f526b) !important;
	color: #fff !important;
}

@media (min-width: 576px) {
	body.single-product div.product .summary form.cart:not(.variations_form):not(.grouped_form),
	body.single-product div.product .summary .woocommerce-variation-add-to-cart {
		flex-wrap: nowrap;
	}
}

body.single-product div.product .summary form.cart .clearfix {
	display: none;
}

.joyas-product-promo {
	position: relative;
	width: 100%;
	margin: 14px 0 0;
	padding: 11px 14px 12px;
	border-radius: 5px;
	background: #fff8e7;
	color: #737e84;
}

.joyas-product-promo__title,
.joyas-product-promo__copy {
	margin: 0 !important;
}

.joyas-product-promo__title {
	display: flex;
	min-width: 0;
	align-items: baseline;
	gap: 6px;
	color: #d89512;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.joyas-product-promo__brand {
	display: inline-block;
	color: #c47f08;
	font-weight: 800;
	text-transform: lowercase;
	white-space: nowrap;
}

.joyas-product-promo__copy {
	margin-top: 5px !important;
	padding-top: 0;
	border-top: 0;
	color: #7f888d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.joyas-product-services {
	display: block;
	width: 100%;
	margin: 16px 0 0 !important;
	padding: 16px 0 !important;
	overflow-x: hidden;
	border-top: 1px solid #ececec;
	list-style: none;
}

.joyas-product-promo + .joyas-product-services {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

.joyas-product-services__row {
	margin: 0 !important;
	padding: 0 !important;
}

.joyas-product-services__item {
	display: flex;
	min-height: 64px;
	min-width: 0;
	margin: 0 !important;
	padding: 8px 3px;
	align-items: center;
	border: 0;
	border-bottom: 1px solid #eee;
	background: transparent;
	color: inherit;
	text-decoration: none !important;
	box-shadow: none;
}

.joyas-product-services__row:last-child .joyas-product-services__item {
	border-bottom: 0;
}

.joyas-product-services__icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	min-width: 38px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 7px;
	background: color-mix(in srgb, var(--theme-color, #1f526b) 9%, #fff);
	color: var(--theme-color, #1f526b);
	transition: background-color 180ms ease;
}

.joyas-product-services__icon svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
	stroke: none;
	overflow: visible;
}

.joyas-product-services__icon-cutout {
	fill: color-mix(in srgb, var(--theme-color, #1f526b) 9%, #fff);
	stroke: none;
}

.joyas-product-services__icon-detail {
	fill: none;
	stroke: color-mix(in srgb, var(--theme-color, #1f526b) 9%, #fff);
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.joyas-product-services__copy {
	display: block;
	min-width: 0;
	margin-left: 13px;
	flex: 1 1 auto;
}

.joyas-product-services__copy strong,
.joyas-product-services__copy small,
.joyas-product-services__tertiary {
	display: block;
}

.joyas-product-services__copy strong {
	color: #303336;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	transition: color 180ms ease;
}

.joyas-product-services__copy small {
	margin-top: 2px;
	color: #777f83;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
}

.joyas-product-services__tertiary {
	margin-top: 1px;
	color: #9a9fa2;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
}

.joyas-product-services__action {
	display: inline-flex;
	margin-left: auto;
	padding-left: 12px;
	align-items: center;
	gap: 3px;
	color: #858d91;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
	transition: color 180ms ease;
}

.joyas-product-services__action svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

.joyas-product-services__item[href]:hover .joyas-product-services__icon,
.joyas-product-services__item[href]:focus-visible .joyas-product-services__icon {
	background: color-mix(in srgb, var(--theme-color, #1f526b) 14%, #fff);
}

.joyas-product-services__item[href]:hover .joyas-product-services__icon-cutout,
.joyas-product-services__item[href]:focus-visible .joyas-product-services__icon-cutout {
	fill: color-mix(in srgb, var(--theme-color, #1f526b) 14%, #fff);
}

.joyas-product-services__item[href]:hover .joyas-product-services__icon-detail,
.joyas-product-services__item[href]:focus-visible .joyas-product-services__icon-detail {
	stroke: color-mix(in srgb, var(--theme-color, #1f526b) 14%, #fff);
}

.joyas-product-services__item[href]:hover strong,
.joyas-product-services__item[href]:focus-visible strong,
.joyas-product-services__item[href]:hover .joyas-product-services__action,
.joyas-product-services__item[href]:focus-visible .joyas-product-services__action {
	color: var(--theme-color, #1f526b);
}

.joyas-product-services__item[href]:hover .joyas-product-services__action svg,
.joyas-product-services__item[href]:focus-visible .joyas-product-services__action svg {
	transform: translateX(2px);
}

.joyas-product-services__item[href]:focus-visible {
	outline: 1px solid var(--theme-color, #1f526b);
	outline-offset: 2px;
}

body.single-product div.product .summary .product_meta {
	margin-top: 18px;
	padding-top: 10px;
	border-top: 1px solid #e8edef;
	color: #707d83;
	font-size: 13px;
}

body.single-product div.product .summary .product_meta > span {
	display: block;
	padding: 7px 0;
	border: 0 !important;
	line-height: 1.45;
}

body.single-product div.product .summary .product_meta a {
	color: var(--theme-color, #1f526b);
	text-decoration: none !important;
}

body.single-product div.product .summary .product_meta a:hover,
body.single-product div.product .summary .product_meta a:focus-visible {
	text-decoration: none !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center;
	margin-bottom: 4px !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	text-align: left !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs::before,
body.single-product div.product .woocommerce-tabs ul.tabs::after {
	display: none !important;
	border: 0 !important;
}

body.single-product div.product .woocommerce-tabs .panel {
	margin-top: 4px !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
	display: inline-flex !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	padding: 12px 28px !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	box-shadow: none !important;
}

@media (max-width: 991px) {
	body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li a {
		padding: 11px 26px !important;
	}

	body.single-product div.product .woocommerce-tabs .panel {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: -12px !important;
	}
}

@media (min-width: 992px) {
	body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
		position: relative;
		display: block !important;
		float: none !important;
		clear: none !important;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 0 !important;
		padding-top: var(--joyas-description-start, 500px) !important;
		padding-right: 0;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs {
		clear: none !important;
		width: 56%;
		margin-top: 0 !important;
		margin-bottom: 14px !important;
	}

	body.single-product div.product .woocommerce-tabs .panel {
		clear: none !important;
		position: relative;
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
		margin-top: 14px !important;
		border: 1px solid #e5e8ea !important;
		border-radius: 10px;
		background: #fff !important;
		clip-path: polygon(
			0 0,
			var(--joyas-description-cutout-left, 60%) 0,
			var(--joyas-description-cutout-left, 60%) var(--joyas-description-cutout-height, 420px),
			100% var(--joyas-description-cutout-height, 420px),
			100% 100%,
			0 100%
		);
	}

	body.single-product div.product .woocommerce-tabs .panel::before {
		display: block;
		float: right;
		width: 44px;
		height: var(--joyas-description-cutout-height, 420px);
		content: "";
		pointer-events: none;
	}

	body.single-product div.product .woocommerce-tabs .joyas-description-outline {
		position: absolute;
		z-index: 2;
		box-sizing: border-box;
		border-bottom: 1px solid #e5e8ea;
		border-left: 1px solid #e5e8ea;
		border-bottom-left-radius: 10px;
		pointer-events: none;
	}

	body.single-product div.product .woocommerce-tabs .joyas-description-outline::before {
		position: absolute;
		top: -10px;
		left: -10px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border-top: 1px solid #e5e8ea;
		border-right: 1px solid #e5e8ea;
		border-top-right-radius: 10px;
		content: "";
	}

	@supports (clip-path: polygon(round 10px, 0 0, 100% 0, 100% 100%)) {
		body.single-product div.product .woocommerce-tabs .panel {
			clip-path: polygon(
				round 10px,
				0 0,
				var(--joyas-description-cutout-left, 60%) 0,
				var(--joyas-description-cutout-left, 60%) var(--joyas-description-cutout-height, 420px),
				100% var(--joyas-description-cutout-height, 420px),
				100% 100%,
				0 100%
			);
		}
	}

	body.single-product div.product .woocommerce-tabs .panel.joyas-description-short {
		width: var(--joyas-description-cutout-left, 60%) !important;
		max-width: var(--joyas-description-cutout-left, 60%) !important;
		border: 1px solid #e5e8ea !important;
		clip-path: none;
		border-radius: 10px;
		background: #fff !important;
	}

	body.single-product div.product .woocommerce-tabs .panel.joyas-description-short::before,
	body.single-product div.product .woocommerce-tabs .panel.joyas-description-short::after {
		display: none;
	}
}

.joyas-product-aftercare {
	width: 100%;
	margin-top: 18px;
	color: #20272b;
}

.joyas-product-aftercare__deal,
.joyas-product-aftercare__benefits {
	margin: 0 !important;
	border: 1px solid #e5e8ea;
	border-radius: 8px;
	background: #fff;
	list-style: none;
	overflow: hidden;
}

.joyas-product-aftercare__deal {
	padding: 14px 14px 12px;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.joyas-product-aftercare__deal-copy {
	padding: 0;
}

.joyas-product-aftercare__deal-copy h3,
.joyas-product-aftercare__deal-copy p {
	margin: 0 !important;
}

.joyas-product-aftercare__deal-copy h3 {
	color: #3b3f42;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.joyas-product-aftercare__deal-copy h3 sup {
	top: -.45em;
	color: var(--theme-color, #1f526b);
	font-size: 45%;
}

.joyas-product-aftercare__deal-copy p {
	margin-top: 9px !important;
	color: #6e777c;
	font-size: 14px;
	line-height: 1.55;
}

.joyas-product-aftercare__deal-copy p strong {
	color: #111;
	font-weight: 700;
}

.joyas-product-aftercare__benefits {
	margin-top: 0 !important;
	padding: 0 !important;
	border-radius: 0 0 8px 8px;
}

.joyas-product-aftercare__benefit {
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #ecedef;
}

.joyas-product-aftercare__benefit:last-child {
	border-bottom: 0;
}

.joyas-product-aftercare__benefit-icon {
	display: inline-flex;
	width: 36px;
	height: 36px;
	min-width: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: color-mix(in srgb, var(--theme-color, #1f526b) 7%, #fff);
	color: var(--theme-color, #1f526b);
}

.joyas-product-aftercare__benefit-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.joyas-product-aftercare__benefit-icon-cutout {
	fill: color-mix(in srgb, var(--theme-color, #1f526b) 7%, #fff);
}

.joyas-product-aftercare__benefit-inner {
	display: flex;
	width: 100%;
	margin: 0 !important;
	padding: 13px 14px;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none !important;
}

.joyas-product-aftercare__benefit-copy {
	display: block;
	min-width: 0;
	flex: 1 1 auto;
}

.joyas-product-aftercare__benefit-copy strong,
.joyas-product-aftercare__benefit-copy small,
.joyas-product-aftercare__benefit-copy span {
	display: block;
}

.joyas-product-aftercare__benefit-copy strong {
	color: #303336;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.joyas-product-aftercare__benefit-copy small {
	margin-top: 2px;
	color: #737d82;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;
}

.joyas-product-aftercare__benefit-copy span {
	margin-top: 1px;
	color: #9a9fa2;
	font-size: 11.5px;
	line-height: 1.35;
}

.joyas-product-aftercare__benefit-action {
	display: inline-flex;
	margin-left: auto;
	align-items: center;
	gap: 6px;
	color: #858d91;
	font-size: 10.8px;
	font-weight: 500;
	white-space: nowrap;
}

.joyas-product-aftercare__benefit-action svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.joyas-product-aftercare__payments {
	display: grid;
	grid-template-columns: repeat(2, 42px);
	width: 90px;
	margin-left: auto;
	padding-left: 12px;
	align-items: center;
	justify-content: flex-end;
	gap: 5px 6px;
	flex: 0 0 auto;
}

.joyas-product-aftercare__payment-card {
	display: inline-flex;
	width: 42px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
}

.joyas-product-aftercare__payment-card img {
	display: block;
	width: auto;
	height: auto;
	max-width: 34px;
	max-height: 17px;
	object-fit: contain;
}

.joyas-product-aftercare__benefit-inner[href]:hover .joyas-product-aftercare__benefit-copy strong,
.joyas-product-aftercare__benefit-inner[href]:focus-visible .joyas-product-aftercare__benefit-copy strong,
.joyas-product-aftercare__benefit-inner[href]:hover .joyas-product-aftercare__benefit-action,
.joyas-product-aftercare__benefit-inner[href]:focus-visible .joyas-product-aftercare__benefit-action {
	color: var(--theme-color, #1f526b);
}

@container product-summary (max-width: 400px) {
	body.single-product div.product div.summary.entry-summary {
		padding: 20px 18px !important;
	}

	body.single-product div.product .summary .product_title {
		font-size: 20px;
	}

	body.single-product div.product .summary form.cart:not(.variations_form):not(.grouped_form),
	body.single-product div.product .summary .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 10px;
	}

	body.single-product div.product .summary form.cart .quantity {
		width: 108px !important;
	}

	body.single-product div.product .summary form.cart .quantity button.plus,
	body.single-product div.product .summary form.cart .quantity button.minus {
		width: 34px;
		min-width: 34px;
		max-width: 34px;
	}

	body.single-product div.product .summary form.cart .quantity input.qty {
		width: 40px !important;
		min-width: 40px;
	}

	body.single-product div.product .summary .single_add_to_cart_button {
		width: 100% !important;
		min-width: 0;
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 10px !important;
		letter-spacing: .45px !important;
	}

}

@media (max-width: 575px) {
	body.single-product div.product div.summary.entry-summary {
		padding: 19px 18px !important;
		border-radius: 10px !important;
	}

	body.single-product div.product .summary .product_title {
		font-size: 20px;
	}

	body.single-product div.product .summary form.cart:not(.variations_form):not(.grouped_form),
	body.single-product div.product .summary .woocommerce-variation-add-to-cart {
		align-items: center;
		justify-content: flex-start !important;
		flex-wrap: nowrap;
	}

	body.single-product div.product .summary .single_add_to_cart_button {
		width: auto !important;
		min-width: 0;
		padding-right: 10px !important;
		padding-left: 10px !important;
		flex: 1 1 0;
		font-size: 11px !important;
		letter-spacing: .8px;
		white-space: nowrap;
	}

	.joyas-product-promo {
		margin-top: 14px;
		padding: 11px 14px;
	}

	.joyas-product-promo__title {
		display: block;
		font-size: 15px;
		line-height: 1.45;
	}

	.joyas-product-promo__brand {
		margin-right: 5px;
	}

	.joyas-product-services {
		padding: 14px 0 !important;
	}

	.joyas-product-promo + .joyas-product-services {
		margin-top: 14px !important;
		padding-top: 6px !important;
	}

	.joyas-product-services__item {
		min-height: 62px;
		padding: 8px 2px;
	}

	.joyas-product-services__icon {
		width: 35px;
		height: 35px;
		min-width: 35px;
	}

	.joyas-product-services__icon svg {
		width: 18px;
		height: 18px;
	}

	.joyas-product-services__copy {
		margin-left: 12px;
	}

	.joyas-product-services__action {
		padding-left: 8px;
	}

	.joyas-product-services__action-label {
		display: none;
	}

	.joyas-product-aftercare {
		margin-top: 16px;
	}

	.joyas-product-aftercare__deal {
		padding: 12px;
	}

	.joyas-product-aftercare__deal-copy h3 {
		font-size: 16px;
	}

	.joyas-product-aftercare__benefit {
		font-size: 14px;
	}

	body.single-product div.product .summary .product_meta {
		font-size: 13px;
	}
}

@media (max-width: 359px) {
	body.single-product #primary.content-area.container {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	body.single-product div.product .summary form.cart:not(.variations_form):not(.grouped_form),
	body.single-product div.product .summary .woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
	}

	body.single-product div.product .summary .single_add_to_cart_button {
		width: 100% !important;
		flex-basis: 100%;
	}
}

.woocommerce li.product .button-wrap{
		max-width: 100%!important;
		margin: 10px 0px!important;
}
ul.products li.product .button{
		text-transform: uppercase;
		text-align: center;
		word-spacing: 2px;
		letter-spacing: 1px;
		border: 1px solid var(--secondary-color);
		color: var(--secondary-color);
		border-radius: 25px;
		font-size: 14px;
}
ul.products li.product .button:hover,
ul.products li.product .button:focus{
		background: var(--secondary-color);
		color: var(--quaternary-color);
}

/*==========================================================
********************** Search modal ********************
===========================================================*/ 
.search-bar-modal{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.2);
		z-index: 9999;
		color: rgba(255,255,255,.5);
		transition: opacity 0s linear 0.3s, visibility 0s linear 0.3s;
		opacity: 0;
		display: none;
}
.search-bar-modal .modal-wrap{
		position: fixed;
		top: 0;
		width: 80%;
		max-width:550px;
		box-sizing: border-box;
		text-align: left;
		z-index: 9999;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		
}
.search-bar-modal form.search-form{
	display: flex;
}
.search-bar-modal form.search-form input[type="search"]{
		margin-bottom: 0px;
		width: calc(100% - 120px);
		height: 45px;
		line-height: 45px;
		border: none;
		border: 1px solid #1F526B;
		outline: 2px solid transparent;
		background: none;
		color: #000;
		padding-left: 10px;
		background: #fff;
		border-bottom-left-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-bottom-left-radius: 7px;
		border-top-left-radius: 7px;
		-webkit-border-top-left-radius: 7px;
		-moz-border-top-left-radius: 7px;
}
.search-bar-modal form.search-form input[type="search"]:focus,
.search-bar-modal form.search-form input[type="search"]:active,
.search-bar-modal form.search-form input[type="search"]:focus-visible{
		background:#C8F2FF !important;
}
.search-bar-modal form.search-form .search-submit{
		width: 120px;
		height: 48px;
		line-height: 48px;
		padding: 0px;
		color: #fff;
		text-align: center;
		background: #1F526B!important;
		-webkit-transform: translate(-5px, 0);
		transform: translate(-5px, 0);
}
.search-bar-modal form.search-form .search-submit:focus,
.search-bar-modal form.search-form .search-submit:active,
.search-bar-modal form.search-form .search-submit:focus-visible{
		color: var(--secondary-color);
}
.search-bar-modal .appw-modal-close-button{
		width: 30px;
		height: 30px;
		padding: 0px;
		font-size: 16px;
		font-weight:bold;
		border-radius: 50%;
		background: #000;
		position: absolute;
		color: #fff;
		right: -30px;
		top: -30px;
}
.search-bar-modal .appw-modal-close-button:focus,
.search-bar-modal .appw-modal-close-button:active,
.search-bar-modal .appw-modal-close-button:focus-visible{
		color: var(--secondary-color);
}
.search-bar-modal.active{
	visibility: visible;
	opacity: 1;
	display: block;
}
.search-bar-modal.active .modal-wrap{
	top: 48%;
}

/* Product search: compact dialog and readable category hierarchy. */
.search-bar-modal,
.search-bar-modal .modal-wrap,
.search-bar-modal .apsw-search-wrap,
.search-bar-modal .apsw-search-form,
.search-bar-modal .joyas-search-category__menu {
	z-index: 2147483646 !important;
}
.search-bar-modal .modal-wrap {
	box-sizing: border-box;
	width: min(92vw, 590px);
	max-width: 590px;
	padding: 17px 22px;
	border: 1px solid #d4dadd;
	border-radius: 7px;
	background: #f4f5f5;
	box-shadow: 0 12px 30px rgba(15, 31, 39, .18);
	color: #17232a;
}
.search-bar-modal.active .modal-wrap {
	top: 50%;
	transform: translate(-50%, -50%);
}
.joyas-search-heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0 38px 16px 0;
	font-family: 'Jost', sans-serif !important;
}
.joyas-search-heading strong {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	color: #20272b;
}
.joyas-search-heading span {
	font-size: 12px;
	color: #778087;
}
.search-bar-modal .appw-modal-close-button {
	right: 16px;
	top: 11px;
	width: 30px;
	height: 30px;
	border: 0 !important;
	border-radius: 4px !important;
	background: transparent !important;
	color: var(--theme-color) !important;
	box-shadow: none;
}
.search-bar-modal .appw-modal-close-button:hover,
.search-bar-modal .appw-modal-close-button:focus-visible {
	background: #e5e9eb !important;
	color: var(--theme-color) !important;
}
.search-bar-modal .apsw-search-wrap {
	display: block;
	max-width: none;
}
.search-bar-modal .apsw-search-wrap .apsw-search-form {
	display: grid !important;
	grid-template-columns: minmax(175px, 42%) 1fr 46px;
	align-items: center;
	min-height: 48px;
	padding: 0 !important;
	border: 1px solid #bbc6cb !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
	border-radius: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
}
.search-bar-modal .apsw-search-wrap .apsw-search-form:focus-within {
	border-color: var(--theme-color) !important;
	box-shadow: none !important;
}
.search-bar-modal .apsw-search-wrap .apsw-select-box-wrap {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	bottom: auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	height: 48px !important;
	grid-column: 1;
	grid-row: 1;
}
.search-bar-modal .apsw-search-wrap .apsw-select-box-wrap::before,
.search-bar-modal .apsw-search-wrap .apsw-select-box-wrap::after {
	display: none !important;
}
.search-bar-modal .joyas-search-category-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	top: 0;
	left: 0;
	opacity: 0 !important;
	pointer-events: none;
}
.joyas-search-category {
	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	height: 100%;
	font-family: 'Jost', sans-serif !important;
}
.joyas-search-category__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	height: 100%;
	padding: 0 15px;
	border: 0 !important;
	border-right: 1px solid #e0e5e8 !important;
	border-radius: 4px 0 0 4px !important;
	background: #e9ecee !important;
	color: #26363f !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	box-shadow: none !important;
}
.joyas-search-category__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.joyas-search-category__arrow {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid var(--theme-color);
	border-bottom: 1.5px solid var(--theme-color);
	transform: rotate(45deg) translateY(-2px);
	transition: transform .18s ease;
}
.joyas-search-category.is-open .joyas-search-category__arrow {
	transform: rotate(225deg) translate(-2px, -2px);
}
.joyas-search-category__menu {
	position: absolute;
	left: 0;
	top: calc(100% + 4px);
	width: min(330px, 85vw);
	max-height: none;
	overflow-y: visible;
	scrollbar-width: thin;
	scrollbar-color: color-mix(in srgb, var(--theme-color) 25%, #d7dfe3) transparent;
	padding: 0;
	border: 1px solid #b9c1c5;
	box-sizing: border-box;
	border-radius: 3px;
	background: #f4f5f5;
	box-shadow: 0 7px 18px rgba(24, 47, 58, .18);
}
.joyas-search-category__menu::-webkit-scrollbar {
	width: 5px;
}
.joyas-search-category__menu::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: color-mix(in srgb, var(--theme-color) 25%, #d7dfe3);
}
.joyas-search-category__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	border-bottom: 1px solid #dde1e3;
}
.joyas-search-category__row[hidden] {
	display: none !important;
}
.joyas-search-category__option {
	position: relative;
	display: block;
	width: 100%;
	min-height: 35px;
	margin: 0;
	padding: 7px 30px 7px 10px;
	border: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	background: #f4f5f5 !important;
	color: #26363f !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	box-shadow: none !important;
}
.joyas-search-category__option.depth-0:not(:first-child) {
	margin-top: 2px;
}
.joyas-search-category__option.depth-0:not([data-value='0']) {
	font-weight: 600;
}
.joyas-search-category__option.has-children {
	color: #26363f !important;
}
.joyas-search-category__option.has-children::after {
	display: none;
}
.joyas-search-category__child-toggle {
	position: relative;
	width: 38px;
	min-width: 38px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-left: 1px solid #d9dddf !important;
	border-radius: 0 !important;
	background: #f4f5f5 !important;
	color: #70777b !important;
	box-shadow: none !important;
}
.joyas-search-category__child-toggle:hover,
.joyas-search-category__child-toggle:focus-visible {
	background: #e1e5e7 !important;
	color: var(--theme-color) !important;
}
.joyas-search-category__child-toggle span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translate(-65%, -50%) rotate(-45deg);
	transition: transform .18s ease;
}
.joyas-search-category__child-toggle[aria-expanded='true'] span {
	transform: translate(-50%, -70%) rotate(45deg);
}
.joyas-search-category__option:not(.depth-0) {
	position: relative;
	padding-left: calc(12px + (var(--category-depth) * 18px));
	font-size: 13.5px;
	color: #53626a !important;
}
.joyas-search-category__option:not(.depth-0)::before {
	content: '—';
	position: absolute;
	left: calc(8px + ((var(--category-depth) - 1) * 18px));
	top: 50%;
	width: auto;
	height: auto;
	background: none;
	color: color-mix(in srgb, var(--theme-color) 55%, #9aa5aa);
	transform: translateY(-52%);
}
.joyas-search-category__option:hover,
.joyas-search-category__option:focus-visible {
	background: #e1e5e7 !important;
	outline: none;
}
.joyas-search-category__option[aria-selected='true'] {
	background: #dce2e5 !important;
	color: var(--theme-color) !important;
	box-shadow: none !important;
}
.joyas-search-category__option[aria-selected='true']::after {
	display: none;
}
.joyas-search-category__option.has-children[aria-selected='true']::after {
	display: none;
}
.search-bar-modal .apsw-search-wrap .apsw-search-form input[type='search'] {
	grid-column: 2;
	grid-row: 1;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 14px !important;
	color: #17232a !important;
}
.search-bar-modal .apsw-search-wrap .apsw-search-btn {
	position: relative !important;
	right: auto !important;
	top: auto !important;
	grid-column: 3;
	grid-row: 1;
	width: 46px !important;
	height: 48px !important;
	padding: 10px !important;
	transform: none !important;
	color: var(--theme-color) !important;
}
.search-bar-modal .apsw-search-wrap .apsw-search-btn svg {
	max-width: 22px;
	height: 22px;
	margin: 0;
	fill: currentColor;
}
@media (max-width: 575px) {
	.search-bar-modal.active .modal-wrap {
		top: clamp(88px, 18vh, 145px);
		transform: translateX(-50%);
	}
	.search-bar-modal .modal-wrap {
		width: calc(100vw - 32px);
		padding: 10px 14px 14px;
	}
	.joyas-search-heading {
		margin-bottom: 13px;
	}
	.search-bar-modal .appw-modal-close-button {
		top: 4px;
		right: 10px;
	}
	.search-bar-modal .apsw-search-wrap .apsw-search-form {
		grid-template-columns: minmax(125px, 42%) 1fr 42px;
	}
	.joyas-search-category__trigger {
		padding: 0 11px;
		font-size: 12px;
	}
	.joyas-search-category__menu {
		top: calc(100% + 2px);
		width: calc(100vw - 64px);
		max-height: none;
		max-width: calc(100vw - 64px);
		border-radius: 3px;
	}
	.joyas-search-category__option {
		min-height: 34px;
		font-size: 12.5px;
	}
	.joyas-search-category__option:not(.depth-0) {
		font-size: 12px;
	}
	.joyas-search-heading strong {
		font-size: 19px;
	}
}
.top-bar-menu .container a:hover,
.top-bar-menu .container a:focus{
	color: #1F526B;
}

.joyas-marketing-bar .container {
    display: block;
}

.joyas-marketing-message {
    width: 100%;
    padding: 4px 15px;
    color: #111;
    font-family: 'Jost', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward{
	border-radius: 25px;
}
.woocommerce-MyAccount-navigation li a{
	text-decoration: none!important;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:focus{
	text-decoration: underline!important;
}
ul.wc-block-components-product-details{
	display: flex;
	clear: both;
	gap: 10px;
}
.wc-block-cart table.wc-block-cart-items td{
	display: table-cell;
}

.woocommerce-cart table.shop_table td.product-subtotal {
	text-align: right;
	vertical-align: top;
}

.woocommerce-cart .joyas-cart-line-prices {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	line-height: 1.2;
}

.woocommerce-cart .joyas-cart-line-prices__regular {
	color: #7a858b;
	font-size: 14px;
	font-weight: 600;
	text-decoration-thickness: 1.5px;
	text-decoration-color: currentColor;
}

.woocommerce-cart .joyas-cart-line-prices__current {
	color: #1f526b;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	text-align: right;
}

.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper [class*="sale-badge"],
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper [class*="save"],
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper [class*="Save"] {
	display: none !important;
}

/* WooCommerce Blocks cart/checkout: compact product text and stable thumbnails. */
.woocommerce-cart .wc-block-cart-item__product,
.woocommerce-cart .wc-block-cart-item__product-title,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.woocommerce-cart .wc-block-cart-item__product-title,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	font-weight: 600 !important;
}

.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-low-stock-badge {
	font-size: 11.5px !important;
	line-height: 1.4 !important;
}

.woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-item__image a,
.woocommerce-checkout .wc-block-components-order-summary-item__image {
	display: flex !important;
	width: 76px !important;
	min-width: 76px !important;
	height: 76px !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
	background: #fff !important;
}

.woocommerce-cart .wc-block-cart-item__image img,
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-sale-badge,
.woocommerce-checkout .wc-block-components-order-summary-item [class~="wc-block-components-sale-badge"] {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
.woocommerce-checkout .wc-block-components-order-summary-item__image > span {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
	gap: 4px !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	gap: 3px !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #1f526b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: right !important;
	min-width: 54px !important;
	white-space: nowrap !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-formatted-money-amount,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price .woocommerce-Price-amount {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: inherit !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-sale-badge,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price [class~="wc-block-components-sale-badge"] {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	display: flex !important;
	visibility: visible !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	opacity: 1 !important;
	color: inherit !important;
}

/* Checkout payment methods with clean gateway logos and descriptions. */
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #e5e8ea;
	border-radius: 6px;
	background: #fff;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after,
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option + .wc-block-components-radio-control-accordion-option::after {
	display: none !important;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	border-color: var(--theme-color);
	background: color-mix(in srgb, var(--theme-color) 6%, #ffffff);
	box-shadow: inset 0 0 0 1px var(--theme-color) !important;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	min-height: 62px;
	padding-top: 12px;
	padding-bottom: 12px;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__input:checked {
	border-color: var(--theme-color) !important;
	background: var(--theme-color) !important;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__input:checked::before {
	display: none !important;
}

body .wc-block-checkout__shipping-option .wc-block-components-radio-control__input:checked,
body .wc-block-components-shipping-rates-control .wc-block-components-radio-control__input:checked {
	border-color: var(--theme-color) !important;
	background: var(--theme-color) !important;
}

body .wc-block-checkout__shipping-option .wc-block-components-radio-control__input:checked::before,
body .wc-block-components-shipping-rates-control .wc-block-components-radio-control__input:checked::before {
	display: none !important;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__input:focus-visible {
	outline: 2px solid var(--theme-color);
	outline-offset: 2px;
}

body .wc-block-checkout__payment-method .joyas-payment-method-label,
body .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

body .wc-block-checkout__payment-method .joyas-payment-method-title {
	flex: 0 1 auto;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

body .wc-block-checkout__payment-method .joyas-payment-method-logo,
body .wc-block-checkout__payment-method .wc-block-components-radio-control__label > img,
body .wc-block-checkout__payment-method .wc-block-components-radio-control__label .wc-block-components-payment-method-icons {
	display: flex;
	flex: 0 1 auto;
	align-items: center;
	justify-content: flex-end;
	width: auto !important;
	height: auto !important;
	margin-left: auto;
	object-fit: contain;
	object-position: right center !important;
}

body .wc-block-checkout__payment-method .joyas-payment-method-logo--card {
	max-width: 155px !important;
	max-height: 28px !important;
}

body .wc-block-checkout__payment-method .joyas-payment-method-logo--paypal {
	max-width: 125px !important;
	max-height: 38px !important;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__label > img,
body .wc-block-checkout__payment-method .wc-block-components-payment-method-icon {
	max-width: 150px;
	max-height: 30px;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
	padding: 0 16px 15px 48px;
}

body .wc-block-checkout__payment-method .joyas-payment-method-description,
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content > :first-child:not(.joyas-payment-method-description),
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content > div > p:first-child {
	margin-top: 0;
	padding-top: 11px;
	border-top: 1px solid color-mix(in srgb, var(--theme-color) 24%, transparent);
	color: #5f6368;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

@media (max-width: 575px) {
	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 54px minmax(0, 1fr) 62px !important;
		column-gap: 6px !important;
		align-items: start !important;
		padding: 12px 0 !important;
	}

	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row td,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row td {
		border: 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
		grid-column: 1 !important;
		grid-row: 1 !important;
		padding-right: 0 !important;
	}

	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
		grid-column: 2 !important;
		grid-row: 1 / span 2 !important;
		min-width: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
		display: block !important;
		grid-column: 3 !important;
		grid-row: 1 !important;
		min-width: 0 !important;
		width: 62px !important;
		padding: 0 4px 0 0 !important;
		justify-self: end !important;
	}

	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
		grid-column: 2 !important;
		grid-row: 2 !important;
		padding-right: 0 !important;
		margin-top: 8px !important;
	}

	.woocommerce-cart .wc-block-cart-item__product,
	.woocommerce-cart .wc-block-cart-item__product-title,
	.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
	.woocommerce-checkout .wc-block-components-order-summary-item__description,
	.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
		font-size: 12px !important;
		line-height: 1.32 !important;
	}

	.woocommerce-cart .wc-block-cart-item__product-title,
	.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
		font-size: 12.8px !important;
		line-height: 1.28 !important;
		text-decoration: none !important;
	}

	.woocommerce-cart .wc-block-cart-item__product-title a,
	.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name a {
		text-decoration: none !important;
	}

	.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price,
	.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-metadata,
	.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price,
	.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
		font-size: 10.5px !important;
	}

	.woocommerce-cart .wc-block-cart-item__image,
	.woocommerce-cart .wc-block-cart-item__image a,
	.woocommerce-checkout .wc-block-components-order-summary-item__image {
		width: 58px !important;
		min-width: 58px !important;
		height: 58px !important;
	}

	.woocommerce-cart .joyas-cart-line-prices__regular {
		font-size: 11px;
	}

	.woocommerce-cart .joyas-cart-line-prices__current {
		font-size: 13px;
	}

	.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		line-height: 1.15;
	}

	.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
	.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .joyas-cart-line-prices {
		align-items: flex-end;
		text-align: right;
	}

	.woocommerce-cart .wc-block-components-quantity-selector {
		max-width: 96px;
	}

	body .wc-block-checkout__payment-method .joyas-payment-method-label,
	body .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
		gap: 9px;
		font-size: 14px;
	}

	body .wc-block-checkout__payment-method .joyas-payment-method-title {
		font-size: 14px;
	}

	body .wc-block-checkout__payment-method .joyas-payment-method-logo--card {
		max-width: 120px !important;
		max-height: 24px !important;
	}

	body .wc-block-checkout__payment-method .joyas-payment-method-logo--paypal {
		max-width: 100px !important;
		max-height: 32px !important;
	}

	body .wc-block-checkout__payment-method .wc-block-components-radio-control__label > img,
	body .wc-block-checkout__payment-method .wc-block-components-payment-method-icon {
		max-width: 112px;
		max-height: 26px;
	}

	body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
		padding-left: 16px;
	}
}

.woocommerce-cart td.product-subtotal [class*="save"],
.woocommerce-cart td.product-subtotal [class*="Save"],
.woocommerce-cart td.product-subtotal [class*="saving"],
.woocommerce-cart td.product-subtotal [class*="discount"],
.woocommerce-cart td.product-subtotal [class*="Discount"] {
	display: none !important;
}

#commentform input[type=checkbox]{
	margin-top: 5px;
}

/* Joyas Decor demo-inspired homepage */
.home .site-header.style_1 {
    padding-top: 0;
    padding-bottom: 0;
}

.home .center-layout-wrap {
    padding-top: 43px;
    padding-bottom: 39px;
}

.custom-logo-link {
    display: inline-flex !important;
    width: min(100%, 300px);
    height: 90px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.custom-logo-link img.custom-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center;
}

/* Keep the desktop branding area compact without distorting the logo. */
@media (min-width: 851px) {
	/* Make the cart glyph easier to recognize without changing its button or badge. */
	#masthead .header-icon a.cart-contents > i.icofont-grocery {
		font-size: 21px;
	}

	.site-header.style_1 {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.home .site-header.style_1 {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.home .center-layout-wrap {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#masthead .center-layout-wrap > .row > div:nth-child(1),
	#masthead .center-layout-wrap > .row > div:nth-child(3) {
		flex: 0 0 25%;
		max-width: 25%;
	}

	#masthead .center-layout-wrap > .row > div:nth-child(2) {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.custom-logo-link {
		width: 100%;
		max-width: 430px;
		height: 52px;
		max-height: 52px;
	}

	.custom-logo-link img.custom-logo {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: contain !important;
	}

	#nav_bar_wrap #navbar > ul.navigation-menu {
		max-width: calc(100vw - 32px);
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
    .custom-logo-link {
        width: min(100%, 280px);
        height: 84px;
    }
}

.home .site-title {
    display: inline-block;
    color: #2380a8;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.home #nav_bar_wrap {
    position: absolute;
    top: 100%;
    z-index: 50;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.home #navbar {
    display: inline-flex;
    width: fit-content !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto;
    padding: 0 !important;
    border-radius: 0 0 14px 14px;
    background: transparent;
}

.home #nav_bar_wrap #navbar > ul.navigation-menu {
	width: fit-content !important;
	min-width: 0 !important;
	max-width: calc(100vw - 32px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
	border-radius: 0 0 14px 14px;
	background: #fff;
}

.home #masthead .navigation-menu > li {
    margin-right: 5px;
    margin-left: 5px;
}

.home #nav_bar_wrap #navbar .navigation-menu > li > a {
    padding: 10px;
}

.home .header-icon {
    gap: 10px;
}

.home .header-icon > li {
    margin: 0 !important;
}

.home .joyas-elementor-hero-title {
    margin-bottom: 13px !important;
}

@media (min-width: 851px) {
	.home .joyas-elementor-hero > .elementor-container {
		min-height: 420px !important;
	}
}

.home .elementor-widget-heading .elementor-heading-title,
.home .elementor-widget-text-editor,
.home .elementor-widget-button .elementor-button,
.home .joyas-category-menu {
    font-family: var(--body-font) !important;
}

.home .joyas-elementor-hero-title .elementor-heading-title {
    font-weight: 500 !important;
    line-height: 1.15;
}

.home .joyas-elementor-hero-text {
    max-width: 920px;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    font-weight: 400;
    line-height: 1.8;
}

/* Keep the two hero calls-to-action centered as one group. Elementor changes
 * 50% inner columns to stacked columns at its mobile breakpoint, which made
 * the two buttons drift to opposite sides and different rows. */
.home .joyas-elementor-hero .elementor-inner-section > .elementor-container {
    display: flex !important;
    width: 100%;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.home .joyas-elementor-hero .elementor-inner-section > .elementor-container > .elementor-column {
    width: auto !important;
    flex: 0 0 auto !important;
}

.home .joyas-elementor-hero .elementor-inner-section > .elementor-container > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.home .joyas-elementor-hero .elementor-inner-section .elementor-button-wrapper {
    text-align: center !important;
}

.home .joyas-elementor-hero .elementor-inner-section .elementor-button {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}

.home .elementor-element-1eb6c5d9 .elementor-button {
    width: 158px;
}

.home .elementor-element-b35bb057 .elementor-button {
    width: 172px;
}

.home .joyas-elementor-feature > .elementor-element-populated {
    justify-content: center;
}

.home .joyas-elementor-feature-panel {
    width: 60%;
    max-width: none;
    margin: 46px auto 0 !important;
}

.home .joyas-elementor-showcase > .elementor-container {
    width: 1150px;
    max-width: calc(100% - 30px);
    margin-right: auto !important;
    margin-left: auto !important;
    display: grid;
    grid-template-columns: minmax(0, 272fr) minmax(0, 564fr) minmax(0, 272fr);
    gap: 21px;
    align-items: stretch;
}

.home .joyas-elementor-showcase {
    background: var(--joyas-page-background) !important;
}

.home .joyas-elementor-products {
    background: var(--joyas-page-background) !important;
}

/* Space between the homepage hero image and the first products heading. */
.home .elementor-element-4ebfd72 {
	padding-top: 40px !important;
}

.home .joyas-elementor-category-column,
.home .joyas-elementor-feature,
.home .joyas-elementor-promos {
    height: 408px;
    min-height: 408px;
}

.home .joyas-elementor-category-column > .elementor-element-populated {
    padding: 0 !important;
}

.home .joyas-elementor-category-column {
    border: 0 !important;
    background: transparent !important;
}

.home .joyas-elementor-category-column .elementor-widget-shortcode {
    margin: 0 !important;
}

.home .joyas-elementor-category-column .elementor-widget-shortcode,
.home .joyas-elementor-category-column .elementor-widget-container,
.home .joyas-category-menu {
    height: 100%;
}

.joyas-category-menu {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border: 1px solid #eef0f1;
    outline: 0;
    background: #fff;
    box-shadow: none;
}

.joyas-category-menu__heading {
    display: flex;
    width: 100%;
    min-height: 49px;
    margin: 0;
    padding: 13px 16px;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: #090909;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    box-shadow: none;
}

.joyas-category-menu__heading:hover,
.joyas-category-menu__heading:focus,
.joyas-category-menu__heading:active {
    background: #090909;
    color: #fff;
}

.joyas-category-menu__heading-icon {
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1;
}

.joyas-category-menu__mobile-chevron {
    display: none;
    width: 9px;
    height: 9px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.joyas-category-menu__scroll {
    min-height: 0;
    max-height: 359px;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c8d0d4 transparent;
    background: #fff;
}

.joyas-category-menu__scroll::-webkit-scrollbar {
    width: 6px;
}

.joyas-category-menu__scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c8d0d4;
}

.joyas-category-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.joyas-category-menu__row {
    display: flex;
    min-height: 47px;
    align-items: stretch;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
}

.joyas-category-menu__row > a {
    display: flex;
    min-width: 0;
    padding: 13px 8px 13px 17px;
    flex: 1 1 auto;
    align-items: center;
    color: #70777b;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.joyas-category-menu__row > a::after {
	display: none;
}

.joyas-category-menu__item--has-children > .joyas-category-menu__row > a::after {
    display: none;
}

.joyas-category-menu__item--has-children > .joyas-category-menu__row > a {
	color: #70777b;
	font-weight: 400;
}

.joyas-category-menu__row > a:hover,
.joyas-category-menu__row > a:focus {
    color: #2380a8;
}

.joyas-category-menu__branch-toggle {
    position: relative;
	width: 42px;
	min-width: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
	color: #70777b;
}

.joyas-category-menu__branch-toggle:hover,
.joyas-category-menu__branch-toggle:focus,
.joyas-category-menu__branch-toggle:active {
	background: transparent;
	color: #2380a8;
}

.joyas-category-menu__branch-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 8px;
	height: 8px;
	border: 0;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	border-radius: 0;
	background: transparent;
	transform: translate(-65%, -50%) rotate(-45deg);
	transition: transform .2s ease;
}

.joyas-category-menu__branch-toggle span::before {
	display: none;
}

.joyas-category-menu__branch-toggle:hover span,
.joyas-category-menu__branch-toggle:focus-visible span,
.joyas-category-menu__branch-toggle[aria-expanded="true"] span {
	border-color: currentColor;
	background: transparent;
}

.joyas-category-menu__branch-toggle[aria-expanded="true"] span {
	transform: translate(-50%, -70%) rotate(45deg);
}

.joyas-category-menu__children {
	position: relative;
	padding: 5px 0 6px 22px;
	background: #fafbfb;
}

.joyas-category-menu__children::before {
	display: none;
}

.joyas-category-menu__children .joyas-category-menu__row > a {
	position: relative;
	padding: 10px 14px 10px 8px;
	font-size: 13px;
}

.joyas-category-menu__children .joyas-category-menu__row > a::before {
	width: 4px;
	height: 4px;
	margin-right: 10px;
	margin-left: 0;
	flex: 0 0 4px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--theme-color) 48%, #cfd8dc);
	content: '';
}

.joyas-category-menu__children .joyas-category-menu__row > a::after {
	display: none;
}

.joyas-category-menu__children .joyas-category-menu__children .joyas-category-menu__row > a {
	padding-left: 12px;
}

.joyas-category-menu__children .joyas-category-menu__row {
	min-height: 40px;
	border-bottom-color: #f0f2f3;
	background: transparent;
}

.home .joyas-category-menu__children .joyas-category-menu__row {
	background: transparent !important;
}

.joyas-category-menu__row:has(.joyas-category-menu__branch-toggle[aria-expanded="true"]) {
	background: #fff !important;
}

.home .joyas-elementor-category-column,
.home .joyas-elementor-promos {
    width: 100% !important;
    min-width: 0;
    flex: none !important;
}

.home .joyas-elementor-feature {
    width: 100% !important;
    min-width: 0;
    flex: none !important;
}

.home .joyas-elementor-feature > .elementor-element-populated {
    padding: 0 !important;
    background-size: 100% 100% !important;
}

.home .joyas-elementor-feature-panel .elementor-heading-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

/* The preview uses a translucent white content card, allowing the feature
 * image to remain faintly visible underneath the text. */
.home .joyas-elementor-feature-panel > .elementor-container > .elementor-column > .elementor-element-populated {
    padding: 28px !important;
    background-color: rgba(255, 255, 255, .80) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.home .joyas-elementor-promos {
    padding: 0 !important;
    background: var(--joyas-page-background) !important;
}

.home .joyas-elementor-promos > .elementor-element-populated {
    display: grid !important;
    height: 408px;
    grid-template-rows: repeat(2, 195px);
    gap: 18px;
    padding: 0 !important;
}

.home .joyas-elementor-promo-one,
.home .joyas-elementor-promo-two {
    width: 100%;
    height: 195px !important;
    min-height: 195px !important;
    margin: 0 !important;
}

.home .joyas-elementor-promo-one > .elementor-container,
.home .joyas-elementor-promo-two > .elementor-container {
    height: 100%;
    min-height: 195px !important;
}

/* Avoid a visible layout swap while Elementor initializes on page load. */
.home .joyas-elementor-showcase,
.home .joyas-elementor-showcase *,
.home .joyas-elementor-hero-actions,
.home .joyas-elementor-hero-actions * {
    transition: none !important;
    animation: none !important;
}

.home .joyas-elementor-feature-panel .elementor-widget-text-editor {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.home .joyas-elementor-promos .elementor-heading-title {
    font-family: var(--heading-font) !important;
    font-size: 20px !important;
    font-weight: 650 !important;
    line-height: 1.18;
    letter-spacing: .2px;
    color: #fff !important;
}

.home .joyas-elementor-promos .elementor-widget-text-editor {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    font-family: var(--body-font) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff !important;
}

.home .joyas-elementor-promos .elementor-widget-text-editor p {
    color: #fff !important;
}

.home .joyas-elementor-promos .elementor-button {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    font-family: var(--body-font) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    fill: #fff !important;
    color: #fff !important;
}

.home .joyas-elementor-promo-one,
.home .joyas-elementor-promo-two {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.home .joyas-elementor-promo-one > .elementor-container,
.home .joyas-elementor-promo-two > .elementor-container,
.home .joyas-elementor-promo-one .elementor-column,
.home .joyas-elementor-promo-two .elementor-column,
.home .joyas-elementor-promo-one .elementor-widget-wrap,
.home .joyas-elementor-promo-two .elementor-widget-wrap {
    position: static !important;
}

.home .joyas-elementor-promo-one .elementor-widget-heading,
.home .joyas-elementor-promo-two .elementor-widget-heading {
    position: absolute !important;
    z-index: 2;
    top: 66px;
    right: 18px;
    left: 18px;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: center !important;
    transform: none !important;
}

.home .joyas-elementor-promo-one .elementor-widget-text-editor,
.home .joyas-elementor-promo-two .elementor-widget-text-editor {
    position: absolute !important;
    z-index: 2;
    top: 100px;
    right: 18px;
    left: 18px;
    display: flex;
    width: auto !important;
    max-width: none !important;
    height: 34px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    transform: none !important;
}

.home .joyas-elementor-promo-one .elementor-widget-text-editor p,
.home .joyas-elementor-promo-two .elementor-widget-text-editor p {
    margin: 0;
}

.home .joyas-elementor-promo-one .elementor-widget-button,
.home .joyas-elementor-promo-two .elementor-widget-button {
    position: absolute;
    z-index: 2;
    top: 137px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto !important;
    max-width: none !important;
    height: 18px;
    margin: 0 !important;
    text-align: center;
    transform: none !important;
}

.home .joyas-elementor-promo-one .elementor-widget-button .elementor-widget-container,
.home .joyas-elementor-promo-two .elementor-widget-button .elementor-widget-container,
.home .joyas-elementor-promo-one .elementor-widget-button .elementor-button-wrapper,
.home .joyas-elementor-promo-two .elementor-widget-button .elementor-button-wrapper,
.home .joyas-elementor-promo-one .elementor-widget-button .elementor-button,
.home .joyas-elementor-promo-two .elementor-widget-button .elementor-button {
    display: block;
    height: 18px;
    line-height: 18px !important;
}

@media (max-width: 991px) {
    .home .joyas-elementor-showcase > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .home .joyas-elementor-category-column,
    .home .joyas-elementor-feature,
    .home .joyas-elementor-promos {
        height: auto;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .home .joyas-elementor-category-column {
        min-height: 0;
    }

    .home .joyas-elementor-category-column > .elementor-element-populated,
    .home .joyas-elementor-category-column .elementor-widget-shortcode,
    .home .joyas-elementor-category-column .elementor-widget-container {
        height: auto !important;
        min-height: 0 !important;
    }

    .home .joyas-elementor-promos {
        padding: 0 !important;
    }

    .home .joyas-elementor-promos > .elementor-element-populated {
        height: auto;
    }

    .home .joyas-elementor-promo-one,
    .home .joyas-elementor-promo-two {
        height: 195px !important;
    }

    .home .joyas-elementor-hero-title .elementor-heading-title {
        font-size: clamp(30px, 6vw, 46px) !important;
    }

    .home .joyas-elementor-category-column .joyas-category-menu {
        height: auto !important;
        min-height: 0 !important;
    }

    .joyas-category-menu__heading {
        cursor: pointer;
    }

    .joyas-category-menu__mobile-chevron {
        display: block;
    }

    .joyas-category-menu__heading[aria-expanded="true"] .joyas-category-menu__mobile-chevron {
        transform: rotate(225deg);
    }

    .joyas-category-menu__scroll {
        display: none;
        width: 100%;
        height: auto;
        max-height: none;
        flex: none;
        overflow-x: visible;
        overflow-y: visible;
        overscroll-behavior: auto;
        scrollbar-width: none;
    }

    .joyas-category-menu.is-open .joyas-category-menu__scroll {
        display: block;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .joyas-category-menu__scroll::-webkit-scrollbar {
        display: none;
    }
}

.home .joyas-elementor-promo-one > .elementor-background-overlay,
.home .joyas-elementor-promo-two > .elementor-background-overlay {
    background-color: #56636b !important;
    opacity: .58 !important;
}

/* WooCommerce loop items use AOS, but Elementor does not re-initialize AOS
 * after a Shortcode widget refresh. Keep products visible in both the editor
 * canvas and the public homepage. */
.elementor-widget-shortcode .woocommerce [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce ul.products::before,
body.elementor-page-18 .elementor-widget-shortcode .woocommerce ul.products::after {
    display: none !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product {
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product > a {
    display: block !important;
    overflow: hidden !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .product-image {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden !important;
    background: #fff !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .product-image figure {
    position: absolute !important;
    inset: 10px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .product-image img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .product_wrap {
    display: flex !important;
    min-height: 220px !important;
    margin: 0 !important;
    padding: 18px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
    height: 4.2em !important;
    min-height: 4.2em !important;
    max-height: 4.2em !important;
    margin: 0 0 12px !important;
    overflow: hidden !important;
    line-height: 1.4 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.elementor-page-18 .elementor-widget-shortcode .woocommerce li.product .button-wrap {
    margin-top: auto !important;
}

@media (max-width: 991px) {
    body.elementor-page-18 .elementor-widget-shortcode .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* Uniform WooCommerce cards for the Elementor homepage shortcode. */
.home .elementor-widget-shortcode .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products::before,
.home .elementor-widget-shortcode .woocommerce ul.products::after {
    display: none !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product {
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    flex-direction: column;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product > a {
    display: block;
    overflow: hidden;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product > a .onsale {
    display: none !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image,
.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image figure {
    display: flex;
    width: 100%;
    height: 250px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f6f7f7;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: 250px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center center;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product_wrap {
    display: flex;
    min-height: 220px;
    margin: 0 !important;
    padding: 18px !important;
    flex: 1 1 auto;
    flex-direction: column;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 67px;
    margin: 0 0 12px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .price {
    display: block;
    min-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .button-wrap {
    margin: 10px 0 0 !important;
}

@media (max-width: 991px) {
    .home .elementor-widget-shortcode .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
	/* Separate the first products heading from the homepage hero image. */
	.home .elementor-element-4ebfd72 {
		padding-top: 30px !important;
	}

    .home .elementor-widget-shortcode .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

	.home .elementor-widget-shortcode .woocommerce ul.products li.product {
		height: auto !important;
		align-self: start;
	}

    .home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image,
    .home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image figure {
        height: clamp(140px, 44vw, 210px);
    }

    .home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image img {
        max-height: 210px !important;
    }

    .home .elementor-widget-shortcode .woocommerce ul.products li.product .product_wrap {
        min-height: 0 !important;
        padding: 12px !important;
        flex: 0 0 auto !important;
    }

    .home .elementor-widget-shortcode .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 59px;
        font-size: 14px;
    }

    .home .elementor-widget-shortcode .woocommerce ul.products li.product .button {
        width: 100%;
        min-width: 0;
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px;
        letter-spacing: 0;
    }
}

/* Desktop product collections always use four equal columns, regardless of
 * the columns-* class emitted by WooCommerce or the related-products query. */
@media (min-width: 992px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.tax-product_tag ul.products,
    body.single-product .related.products ul.products,
    body.single-product .upsells.products ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px 20px;
        margin: 0 !important;
    }

    body.post-type-archive-product ul.products::before,
    body.post-type-archive-product ul.products::after,
    body.tax-product_cat ul.products::before,
    body.tax-product_cat ul.products::after,
    body.tax-product_tag ul.products::before,
    body.tax-product_tag ul.products::after,
    body.single-product .related.products ul.products::before,
    body.single-product .related.products ul.products::after,
    body.single-product .upsells.products ul.products::before,
    body.single-product .upsells.products ul.products::after {
        display: none !important;
    }

    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.tax-product_tag ul.products li.product,
    body.single-product .related.products ul.products li.product,
    body.single-product .upsells.products ul.products li.product {
        float: none !important;
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
    }
}

/* Keep the main shop and product-category archives at two cards per row on
 * phones. The parent theme switches these archives to a single column. */
@media (max-width: 767px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.tax-product_tag ul.products,
    body.single-product .related.products ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
        margin: 0 !important;
    }

    body.post-type-archive-product ul.products::before,
    body.post-type-archive-product ul.products::after,
    body.tax-product_cat ul.products::before,
    body.tax-product_cat ul.products::after,
    body.tax-product_tag ul.products::before,
    body.tax-product_tag ul.products::after,
    body.single-product .related.products ul.products::before,
    body.single-product .related.products ul.products::after {
        display: none !important;
    }

    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.tax-product_tag ul.products li.product,
    body.single-product .related.products ul.products li.product {
        float: none !important;
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
    }

    body.single-product .related.products ul.products li.product {
        display: flex !important;
        height: 100%;
        flex-direction: column;
    }

    body.post-type-archive-product ul.products li.product .product_wrap,
    body.tax-product_cat ul.products li.product .product_wrap,
    body.tax-product_tag ul.products li.product .product_wrap,
    body.single-product .related.products ul.products li.product .product_wrap {
        padding: 12px;
    }

    body.single-product .related.products ul.products li.product .product_wrap {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    body.single-product .related.products ul.products li.product .button-wrap {
        margin-top: auto !important;
    }

    body.post-type-archive-product ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button,
    body.tax-product_tag ul.products li.product .button,
    body.single-product .related.products ul.products li.product .button {
        width: 100%;
        min-width: 0;
        margin-right: 0;
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px;
        letter-spacing: 0;
    }
}

/* Consistent square product-image viewport. Portrait, landscape and small
 * source images are scaled proportionally without cropping; unused space is
 * intentionally filled with white. */
.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image,
body.post-type-archive-product ul.products li.product .product-image,
body.tax-product_cat ul.products li.product .product-image,
body.tax-product_tag ul.products li.product .product-image,
body.single-product .related.products ul.products li.product .product-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #fff !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image figure,
body.post-type-archive-product ul.products li.product .product-image figure,
body.tax-product_cat ul.products li.product .product-image figure,
body.tax-product_tag ul.products li.product .product-image figure,
body.single-product .related.products ul.products li.product .product-image figure {
    position: absolute !important;
    inset: 10px;
    display: block;
    width: auto;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: #fff !important;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product_wrap,
body.post-type-archive-product ul.products li.product .product_wrap,
body.tax-product_cat ul.products li.product .product_wrap,
body.tax-product_tag ul.products li.product .product_wrap,
body.single-product .related.products ul.products li.product .product_wrap {
    margin-top: 0 !important;
}

/* Reserve exactly three title lines on every product card. Longer names are
 * clamped with an ellipsis so prices and actions remain vertically aligned. */
.home .elementor-widget-shortcode .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
    height: 4.2em;
    min-height: 4.2em !important;
    max-height: 4.2em;
    overflow: hidden;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.home .elementor-widget-shortcode .woocommerce ul.products li.product .product-image img,
body.post-type-archive-product ul.products li.product .product-image img,
body.tax-product_cat ul.products li.product .product-image img,
body.tax-product_tag ul.products li.product .product-image img,
body.single-product .related.products ul.products li.product .product-image img {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center center;
    transform: none !important;
    background-color: #fff !important;
}

/* Mobile header rhythm: keep the logo closer to the marketing bar while
 * leaving a deliberate touch-friendly gap before the action buttons. */
@media (max-width: 575px) {
    #masthead.site-header.style_1 {
        padding-top: 20px !important;
        padding-bottom: 32px !important;
    }

    #masthead .center-layout-wrap,
    body.home #masthead .center-layout-wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #masthead .center-layout-wrap > .row > .text-center {
        margin-bottom: 18px;
    }

    #masthead .header-icon {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.joyas-decor-hero {
    display: flex;
    min-height: 450px;
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.joyas-decor-hero__inner {
    padding-top: 52px;
    padding-bottom: 40px;
}

.joyas-decor-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 600;
    letter-spacing: -.8px;
    text-shadow: 0 2px 18px rgba(0, 70, 105, .22);
}

.joyas-decor-hero p {
    max-width: 920px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.8;
}

.joyas-decor-hero__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.joyas-demo-button {
    display: inline-flex;
    min-width: 150px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1f526b;
    border-radius: 28px;
    background: #1f526b;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.joyas-demo-button--ghost {
    border-color: rgba(31, 82, 107, .8);
    background: rgba(255,255,255,.08);
    color: #1f526b !important;
}

.home #content { padding-top: 0; }
.home .joyas-shop-single-post { margin: 0; padding: 0; background: transparent; }
.home .joyas-shop-single-post > .post { padding: 0; }

.joyas-demo-home {
    padding-top: 58px;
}

.joyas-demo-showcase {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) 240px;
    gap: 24px;
    align-items: stretch;
}

.joyas-demo-categories,
.joyas-demo-feature,
.joyas-demo-promo {
    min-height: 390px;
}

.joyas-demo-categories {
    border: 1px solid #e6e8ea;
    background: #fff;
}

.joyas-demo-categories h3 {
    margin: 0;
    padding: 18px 20px;
    background: #090909;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.joyas-demo-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.joyas-demo-categories li a {
    display: flex;
    justify-content: space-between;
    padding: 17px 18px;
    border-bottom: 1px solid #edf0f2;
    color: #70777b;
}

.joyas-demo-feature {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 38px;
    background: #eef2f3;
    text-align: center;
}

.joyas-demo-feature img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .48;
}

.joyas-demo-feature__content {
    position: relative;
    z-index: 1;
    max-width: 390px;
    padding: 32px;
    background: rgba(255,255,255,.84);
}

.joyas-demo-feature h2 {
    margin-bottom: 14px;
    font-size: 25px;
}

.joyas-demo-promo {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.joyas-demo-promo__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 18px;
    background: linear-gradient(rgba(40,53,59,.55),rgba(40,53,59,.55)), url('assets/images/custom-header.jpg') center/cover;
    color: #fff;
    text-align: center;
}

.joyas-demo-promo__card h3 {
    color: #1aa5df;
    font-size: 18px;
    text-transform: uppercase;
}

.joyas-demo-products {
    padding: 70px 0 28px;
    text-align: center;
}

.joyas-demo-products h2 {
    margin-bottom: 10px;
    font-size: 38px;
}

.joyas-demo-products h2 span { color: #2380a8; }

@media (max-width: 991px) {
    .joyas-demo-showcase { grid-template-columns: 1fr 1fr; }
    .joyas-demo-categories { grid-column: 1 / -1; min-height: auto; }
    .joyas-demo-categories ul { display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .joyas-decor-hero { min-height: 390px; }
    .joyas-decor-hero__actions { flex-direction: column; align-items: center; }
    .joyas-demo-showcase { grid-template-columns: 1fr; }
    .joyas-demo-categories { grid-column: auto; }
    .joyas-demo-categories ul { grid-template-columns: 1fr; }
    .joyas-demo-feature,
    .joyas-demo-promo { min-height: 360px; }
}

/* Global no-sidebar fallback */
.joyas-shop-sidebar,
#secondary.widget-area {
    display: none !important;
}

#primary > .row > .bcf-main-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

/* Theme-styled mobile navigation drawer. Keep this block last so it wins over
 * all parent-theme responsive navigation rules. */
.joyas-mobile-nav-header {
	display: none;
}

/* The script creates this control on every viewport. Keep it completely
 * hidden until the mobile navigation media query explicitly enables it. */
.joyas-mobile-nav-backdrop {
	display: none;
}

@media (max-width: 850px) {
    html:has(body.joyas-mobile-nav-open) {
        width: 100%;
        overflow: hidden;
        scrollbar-gutter: auto;
    }

    body.joyas-mobile-nav-open {
        width: 100%;
        max-width: none;
        overflow: hidden !important;
        scrollbar-gutter: auto;
    }

    body.joyas-mobile-nav-open #nav_bar_wrap {
		position: static !important;
		inset: auto !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
        z-index: 2147483647 !important;
    }

	body.joyas-mobile-nav-open #nav_bar_wrap > .container,
	body.joyas-mobile-nav-open #nav_bar_wrap > .container > .row {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.joyas-mobile-nav-open #masthead,
	body.joyas-mobile-nav-open #masthead .header-wrapper,
	body.joyas-mobile-nav-open #masthead .container,
	body.joyas-mobile-nav-open #masthead .row {
		overflow: visible !important;
	}

    .joyas-mobile-nav-backdrop {
        position: fixed !important;
        z-index: 2147483646 !important;
        inset: 0 auto auto 0;
        display: block;
        width: 100vw !important;
        width: 100dvw !important;
        max-width: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(20, 32, 38, .2);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease, visibility .25s ease;
    }

    body.joyas-mobile-nav-open .joyas-mobile-nav-backdrop {
        opacity: 1;
        visibility: visible;
    }

	body #nav_bar_wrap #navbar,
	body.home #nav_bar_wrap #navbar {
        position: fixed !important;
        z-index: 2147483647 !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
        box-sizing: border-box;
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		transform: translateX(-100%) !important;
		width: min(84vw, 320px) !important;
		max-width: 320px !important;
		height: 100dvh !important;
		max-height: none !important;
		margin: 0 !important;
        padding: 22px 16px 28px !important;
        overflow-x: hidden;
        overflow-y: auto;
		border: 0 !important;
		border-right: 1px solid #e3e7e9 !important;
		border-radius: 0 !important;
        background: #fff !important;
		box-shadow: 12px 0 32px rgba(20, 32, 38, .16) !important;
        scrollbar-width: none;
    }

	body #nav_bar_wrap #navbar.active,
	body.home #nav_bar_wrap #navbar.active {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: translateX(0) !important;
	}

    #nav_bar_wrap #navbar::-webkit-scrollbar {
        display: none;
    }

    #nav_bar_wrap #navbar::before {
		display: none !important;
		content: none !important;
    }

	.joyas-mobile-nav-header {
		display: flex;
		min-height: 48px;
		margin: 0 0 17px;
		padding: 0 4px 0 8px;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #edf0f1;
	}

	.joyas-mobile-nav-title {
		color: var(--theme-color, #1f526b);
		font-family: 'Jost', sans-serif;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 1.5px;
	}

	body #nav_bar_wrap #navbar .joyas-shop-navbar-close,
	body.home #nav_bar_wrap #navbar .joyas-shop-navbar-close {
		position: static !important;
		top: auto !important;
		right: auto !important;
        display: inline-flex;
        float: none;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
		border: 0;
		border-radius: 4px;
		background: transparent;
        color: var(--theme-color, #1f526b);
        font-size: 15px;
		box-shadow: none;
		z-index: auto;
    }

    #nav_bar_wrap #navbar .joyas-shop-navbar-close:hover,
    #nav_bar_wrap #navbar .joyas-shop-navbar-close:focus,
    #nav_bar_wrap #navbar .joyas-shop-navbar-close:focus-visible,
    #nav_bar_wrap #navbar .joyas-shop-navbar-close:active {
		border: 0 !important;
		outline: 0 !important;
		background: transparent !important;
        color: var(--theme-color, #1f526b);
		box-shadow: none !important;
		text-shadow: none !important;
    }

	body #nav_bar_wrap #navbar .joyas-shop-navbar-close {
		-webkit-appearance: none;
		appearance: none;
		border: 0 !important;
		outline: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
	}

    #nav_bar_wrap #navbar .joyas-shop-navbar-close i {
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        font-size: 0;
    }

    #nav_bar_wrap #navbar .joyas-shop-navbar-close i::before,
    #nav_bar_wrap #navbar .joyas-shop-navbar-close i::after {
        position: absolute;
        top: 6.5px;
        left: 0;
        width: 15px;
        height: 2px;
        content: "";
        background: currentColor;
        border-radius: 2px;
    }

    #nav_bar_wrap #navbar .joyas-shop-navbar-close i::before {
        transform: rotate(45deg);
    }

    #nav_bar_wrap #navbar .joyas-shop-navbar-close i::after {
        transform: rotate(-45deg);
    }

    #masthead #navbar > ul.navigation-menu {
        width: 100% !important;
        max-width: none;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent;
		text-align: left !important;
    }

	/* The home header uses a higher-specificity fit-content desktop menu.
	 * Reset it explicitly when that same navigation becomes the mobile drawer. */
	body.home #nav_bar_wrap #navbar > ul.navigation-menu {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	body.home #masthead #navbar .navigation-menu > li {
		display: block !important;
		width: 100% !important;
		margin: 0 0 5px !important;
		text-align: left !important;
	}

	body.home #nav_bar_wrap #navbar .navigation-menu > li > a {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
		padding: 13px 16px !important;
		text-align: left !important;
	}

    #masthead #navbar .navigation-menu > li {
		display: block !important;
		width: 100% !important;
        margin-bottom: 5px;
		text-align: left !important;
    }

    #masthead #navbar .navigation-menu li > a {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
        min-height: 48px;
        padding: 13px 16px !important;
        border: 0 !important;
        border-radius: 10px !important;
        color: #273238;
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
		text-align: left !important;
        text-decoration: none;
        transition: background-color .18s ease, color .18s ease, padding-left .18s ease;
    }

    #masthead #navbar .navigation-menu > li > a:hover,
    #masthead #navbar .navigation-menu > li > a:focus {
        padding-left: 20px !important;
        background: #f3f7f8;
        color: var(--theme-color, #1f526b);
        outline: 0;
    }

    #masthead #navbar .navigation-menu > li.current-menu-item > a,
    #masthead #navbar .navigation-menu > li.current-page-parent > a {
        padding-left: 16px !important;
        border: 0 !important;
        background: #f3f7f8;
        color: var(--theme-color, #1f526b);
    }

    #masthead #navbar .navigation-menu .sub-menu {
		box-sizing: border-box;
		width: auto !important;
		max-width: none !important;
		margin: 2px 8px 10px !important;
		padding: 6px !important;
		border: 0 !important;
		border-radius: 9px !important;
		background: #f7f9f9 !important;
		box-shadow: none !important;
    }

    #masthead #navbar .navigation-menu .sub-menu a {
		min-height: 36px;
		padding: 8px 10px !important;
		border: 0 !important;
		border-radius: 7px !important;
		background: transparent;
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
    }

	#masthead #navbar .navigation-menu .sub-menu a:hover,
	#masthead #navbar .navigation-menu .sub-menu a:focus,
	#masthead #navbar .navigation-menu .sub-menu .current-menu-item > a {
		padding-left: 12px !important;
		background: #fff;
		color: var(--theme-color, #1f526b);
	}

    #masthead #navbar .responsive-submenu-toggle {
        position: absolute;
		top: 8px;
		right: 8px;
        display: inline-flex;
		width: 32px;
		height: 32px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: var(--theme-color, #1f526b);
        cursor: pointer;
    }
}

/* Compact storefront header used across every mobile template. */
.joyas-mobile-compact-header {
	display: none;
}

@media (max-width: 850px) {
	#page {
		overflow-x: clip !important;
		overflow-y: visible !important;
	}

	.joyas-marketing-bar {
		position: sticky !important;
		z-index: 100000;
		top: 0 !important;
		right: 0;
		left: 0;
		width: 100%;
		background: #fff;
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#masthead.site-header.style_1 {
		position: fixed !important;
		z-index: 99999;
		top: calc(var(--joyas-mobile-marketing-height, 0px) - 1px);
		right: 0;
		left: 0;
		width: 100%;
		min-height: 0 !important;
		padding: 0 !important;
		border-bottom: 1px solid #e8ecee;
		background: #fff;
		box-shadow: 0 2px 7px rgba(20, 32, 38, .08);
	}

	#content.site-content {
		/* The sticky marketing strip remains in normal flow, so only the
		 * fixed compact header needs to be cleared here. */
		padding-top: 51px !important;
	}

	body.joyas-mobile-nav-open #masthead.site-header.style_1 {
		z-index: 2147483647 !important;
		border-bottom: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.joyas-mobile-nav-open .joyas-mobile-compact-header {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.joyas-mobile-nav-open .joyas-mobile-compact-header::after {
		position: absolute;
		z-index: 20;
		inset: 0;
		background: rgba(20, 32, 38, .2);
		content: '';
	}

	#masthead > .center-layout-wrap {
		display: none !important;
	}

	.joyas-mobile-compact-header {
		position: relative;
		display: grid;
		box-sizing: border-box;
		width: 100%;
		max-width: 560px;
		min-height: 52px;
		margin: 0 auto;
		padding: 0 15px;
		grid-template-columns: 38px minmax(0, 1fr) 38px 38px;
		grid-template-areas: 'menu brand search cart';
		align-items: center;
		column-gap: 4px;
		font-family: 'Jost', sans-serif;
	}

	.joyas-mobile-header__brand {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		box-sizing: border-box;
		width: min(177px, calc(100vw - 188px));
		min-width: 0;
		padding: 0;
		align-items: center;
		justify-content: center;
		color: #202a2f;
		font-family: 'Jost', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: .3px;
		text-align: left;
		text-decoration: none;
		transform: translate(-50%, -50%);
	}

	.joyas-mobile-header__logo-image {
		display: block;
		width: auto !important;
		height: auto !important;
		max-width: min(177px, 100%) !important;
		max-height: 38px !important;
		margin: 0 auto !important;
		object-fit: contain;
		object-position: center center;
	}

	.joyas-mobile-header__brand:hover,
	.joyas-mobile-header__brand:focus {
		color: var(--theme-color, #1f526b);
	}

	.joyas-mobile-header__menu {
		grid-area: menu;
		justify-self: start;
	}

	.joyas-mobile-header__search {
		grid-area: search;
		justify-self: center;
	}

	.joyas-mobile-header__cart {
		grid-area: cart;
		justify-self: end;
	}

	#masthead .joyas-mobile-header__search i {
		display: inline-block;
		transform: translateY(2px);
	}

	#masthead .joyas-mobile-header__button,
	#masthead button.joyas-mobile-header__button {
		position: relative;
		display: inline-flex !important;
		width: 36px !important;
		height: 36px !important;
		margin: 0 !important;
		padding: 0 !important;
		align-items: center;
		justify-content: center;
		border: 0 !important;
		border-radius: 4px !important;
		outline: 0;
		background: transparent !important;
		color: #111 !important;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		box-shadow: none !important;
	}

	#masthead .joyas-mobile-header__button i {
		color: inherit !important;
	}

	#masthead .joyas-mobile-header__button:hover,
	#masthead .joyas-mobile-header__button:focus-visible {
		background: #f1f4f5 !important;
		outline: 1px solid color-mix(in srgb, var(--theme-color) 40%, #d8e0e4);
	}

	#masthead button.joyas-mobile-header__menu i {
		position: relative;
		display: block;
		width: 15px;
		height: 1.5px;
		background: currentColor;
		font-size: 0;
	}

	#masthead button.joyas-mobile-header__menu i::before,
	#masthead button.joyas-mobile-header__menu i::after {
		position: absolute;
		left: 0;
		width: 15px;
		height: 1.5px;
		content: '';
		background: currentColor;
	}

	#masthead button.joyas-mobile-header__menu i::before {
		top: -4.5px;
	}

	#masthead button.joyas-mobile-header__menu i::after {
		top: 4.5px;
	}

	.joyas-mobile-header__cart-count {
		position: absolute;
		top: 2px;
		right: 0;
		display: flex;
		min-width: 15px;
		height: 15px;
		padding: 0 3px;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		background: var(--theme-color, #1f526b);
		color: #fff;
		font-size: 9px;
		font-weight: 600;
		line-height: 15px;
	}

	#masthead .joyas-mobile-header__cart i {
		display: inline-block;
		font-size: 21px !important;
		line-height: 1;
	}

	.joyas-mobile-header__cart-count.is-empty {
		display: none;
	}

	#nav_bar_wrap {
		min-height: 0 !important;
		margin: 0 !important;
	}
}

@media (max-width: 782px) {
	body.admin-bar .joyas-marketing-bar {
		top: 46px;
	}

	body.admin-bar #masthead.site-header.style_1 {
		top: calc(var(--joyas-mobile-marketing-height, 0px) + 45px);
	}
}

@media (min-width: 783px) and (max-width: 850px) {
	body.admin-bar .joyas-marketing-bar {
		top: 32px;
	}

	body.admin-bar #masthead.site-header.style_1 {
		top: calc(var(--joyas-mobile-marketing-height, 0px) + 31px);
	}
}

/* WooCommerce block-cart empty state and recommendations. */
.wp-block-woocommerce-empty-cart-block {
	max-width: 1180px;
	margin: 0 auto;
	padding: 42px 20px 56px;
	font-family: 'Jost', sans-serif;
}

.joyas-empty-cart-state {
	max-width: 620px;
	margin: 0 auto 50px;
	padding: 34px 26px 30px;
	border: 1px solid #e0e5e7;
	border-radius: 8px;
	background: #fafafa;
	text-align: center;
}

.joyas-empty-cart-state__icon {
	display: inline-flex;
	width: 54px;
	height: 54px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: var(--theme-color, #1f526b);
}

.joyas-empty-cart-state__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.joyas-empty-cart-state .wc-block-cart__empty-cart__title {
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #263238;
	font-size: 23px !important;
	font-weight: 600;
	line-height: 1.3;
}

.joyas-empty-cart-state .wc-block-cart__empty-cart__title::before {
	display: none !important;
	content: none !important;
}

.joyas-empty-cart-state p {
	max-width: 420px;
	margin: 0 auto 20px;
	color: #6d767b;
	font-size: 14px;
	line-height: 1.55;
}

.joyas-empty-cart-state__button {
	display: inline-flex;
	min-height: 42px;
	padding: 9px 22px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--theme-color, #1f526b);
	border-radius: 4px;
	background: var(--theme-color, #1f526b);
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3px;
	text-decoration: none !important;
}

.joyas-empty-cart-state__button:hover,
.joyas-empty-cart-state__button:focus {
	background: transparent;
	color: var(--theme-color, #1f526b) !important;
}

.wp-block-woocommerce-empty-cart-block > .wp-block-separator {
	display: none !important;
}

.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
	position: relative;
	margin: 0 0 28px !important;
	padding-bottom: 13px;
	color: #263238;
	font-size: 25px !important;
	font-weight: 600;
}

.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title)::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 2px;
	margin: auto;
	background: var(--theme-color, #1f526b);
	content: '';
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border: 1px solid #e6eaec !important;
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
	text-align: left;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
	display: block;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 12px !important;
	aspect-ratio: 1 / 1;
	background: #fff;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
	position: absolute;
	inset: 12px;
	width: calc(100% - 24px) !important;
	height: calc(100% - 24px) !important;
	object-fit: contain !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
	display: -webkit-box;
	height: 4.2em;
	min-height: 4.2em;
	margin: 0 14px 10px;
	overflow: hidden;
	color: #20282d;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
	margin-right: 14px;
	margin-left: 14px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
	min-height: 2.8em;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
	margin-top: auto;
}

@media (max-width: 767px) {
	.wp-block-woocommerce-empty-cart-block {
		padding: 24px 12px 40px;
	}

	.joyas-empty-cart-state {
		margin-bottom: 36px;
		padding: 26px 18px 24px;
	}

	.joyas-empty-cart-state .wc-block-cart__empty-cart__title {
		font-size: 20px !important;
	}

	.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
		font-size: 22px !important;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 13px;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
		margin-right: 10px;
		margin-left: 10px;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
		width: 100%;
		padding: 8px 6px !important;
		font-size: 11px !important;
		text-align: center;
	}
}

/* Consistent mobile safe area for page content. Full-width headers and the
 * homepage hero remain edge-to-edge; cards and reading content get a gutter. */
@media (max-width: 767px) {
	body:not(.home) #primary.content-area.container {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.single-product #primary.content-area.container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	/* The outer container already supplies the mobile safe area. Remove the
	 * nested Bootstrap gutter so product content stays perfectly centered. */
	body.single-product #primary > .row {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.single-product #primary > .row > .bcf-main-content {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		flex: 0 0 100%;
	}

	body.single-product #main,
	body.single-product #main > .product,
	body.single-product div.product div.summary.entry-summary {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body:not(.home) #primary .alignwide,
	body:not(.home) #primary .alignfull {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.home .elementor-widget-shortcode .woocommerce {
		box-sizing: border-box;
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.home .elementor-widget-shortcode .woocommerce ul.products {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/* Product gallery lightbox must sit above the sticky header and every site UI. */
body.single-product .pswp,
body.single-product .pswp.pswp--open {
	position: fixed !important;
	z-index: 2147483647 !important;
	inset: 0 !important;
}

body.single-product .pswp__bg,
body.single-product .pswp__scroll-wrap {
	inset: 0 !important;
}

body.single-product:has(.pswp--open) .joyas-marketing-bar,
body.single-product:has(.pswp--open) #masthead,
body.single-product:has(.pswp--open) #nav_bar_wrap,
body.single-product:has(.pswp--open) .joyas-mobile-nav-backdrop,
body.single-product:has(.pswp--open) .search-bar-modal {
	z-index: 0 !important;
}

/* Keep interactive UI backdrops consistently light across the storefront. */
.modal-backdrop.show,
.offcanvas-backdrop.show,
.cli-modal-backdrop.cli-show {
	opacity: .2 !important;
}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(0, 0, 0, .2) !important;
}

/* Final mobile footer divider and CookieYes theme integration overrides. */
@media (max-width: 767px) {
	body #colophon.site-footer .footer_widget_wrap .widget-title::after {
		left: 7% !important;
		right: auto !important;
		width: 86% !important;
		height: 1px !important;
		background: #c2d4dc !important;
		opacity: 1 !important;
		transform: none !important;
	}

	body #colophon.site-footer .footer_widget_wrap .widget-title::before {
		left: 50% !important;
		right: auto !important;
		width: 50px !important;
		height: 6px !important;
		background: var(--secondary-color, #1f526b) !important;
		opacity: 1 !important;
		transform: translateX(-50%) !important;
	}
}

.cky-consent-container,
.cky-modal,
.cky-preference-center,
#cookie-law-info-bar,
.cli-modal-content {
	font-family: 'Jost', sans-serif !important;
}

.cky-consent-container .cky-consent-bar,
.cky-modal .cky-modal-content,
.cky-preference-center,
#cookie-law-info-bar,
.cli-modal-content {
	border-color: color-mix(in srgb, var(--theme-color, #287fa3) 24%, #d8e0e4) !important;
	border-radius: 10px !important;
	box-shadow: 0 12px 34px rgba(20, 32, 38, .14) !important;
}

.cky-title,
.cky-preference-title,
.cli-modal-content .cli-privacy-overview h4,
#cookie-law-info-bar .cli_messagebar_head {
	color: #263238 !important;
	font-weight: 700 !important;
}

.cky-notice-des,
.cky-preference-content-wrapper,
.cli-modal-content,
#cookie-law-info-bar {
	color: #5f6c72 !important;
}

.cky-notice-des a,
.cky-preference-content-wrapper a,
.cky-footer-wrapper a,
.cli-modal-content a,
#cookie-law-info-bar a {
	color: var(--theme-color, #287fa3) !important;
	text-decoration: none !important;
}

.cky-btn,
.cli-plugin-button,
#cookie_action_close_header,
.cli_settings_button {
	border-radius: 6px !important;
	font-family: 'Jost', sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: .02em !important;
}

.cky-btn-accept,
.cky-btn-preferences,
#cookie_action_close_header {
	border-color: var(--theme-color, #287fa3) !important;
	background: var(--theme-color, #287fa3) !important;
	color: #fff !important;
}

.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences,
.cli_settings_button {
	border-color: var(--theme-color, #287fa3) !important;
	background: #fff !important;
	color: var(--theme-color, #287fa3) !important;
}

.cky-switch input:checked,
.cky-switch input:checked + div,
.cky-switch input:checked + span,
.cky-accordion-btn:hover,
.cky-show-desc-btn:hover {
	color: var(--theme-color, #287fa3) !important;
}

.cky-switch input:checked + div,
.cky-switch input:checked + span {
	background: var(--theme-color, #287fa3) !important;
}

/* Homepage accent colors: keep hero/shop CTAs and section highlights tied to the theme color. */
.home .joyas-elementor-hero .elementor-button,
.home .joyas-elementor-hero-actions .elementor-button,
.home .elementor-element-1eb6c5d9 .elementor-button,
.home .elementor-element-b35bb057 .elementor-button,
.home .joyas-decor-hero .joyas-demo-button {
	border-color: var(--theme-color, #287fa3) !important;
	background: var(--theme-color, #287fa3) !important;
	color: #fff !important;
}

.home .joyas-elementor-hero .elementor-button:hover,
.home .joyas-elementor-hero .elementor-button:focus,
.home .joyas-elementor-hero-actions .elementor-button:hover,
.home .joyas-elementor-hero-actions .elementor-button:focus,
.home .joyas-decor-hero .joyas-demo-button:hover,
.home .joyas-decor-hero .joyas-demo-button:focus {
	border-color: var(--theme-color, #287fa3) !important;
	background: var(--theme-color, #287fa3) !important;
	color: #fff !important;
	filter: brightness(.94);
}

.home .joyas-elementor-feature-panel .elementor-button,
.home .joyas-elementor-feature-panel .elementor-button:hover,
.home .joyas-elementor-feature-panel .elementor-button:focus,
.home .joyas-demo-button--ghost,
.home .joyas-demo-button--ghost:hover,
.home .joyas-demo-button--ghost:focus {
	border-color: var(--theme-color, #287fa3) !important;
	background: transparent !important;
	color: var(--theme-color, #287fa3) !important;
	fill: var(--theme-color, #287fa3) !important;
}

.home .elementor-widget-heading .elementor-heading-title span,
.home .elementor-widget-heading .elementor-heading-title a,
.home .joyas-elementor-products .elementor-heading-title span,
.home .joyas-elementor-products .elementor-heading-title a,
.home .joyas-category-menu__row > a:hover,
.home .joyas-category-menu__row > a:focus,
.home .joyas-category-menu__branch-toggle:hover,
.home .joyas-category-menu__branch-toggle:focus,
.home .joyas-category-menu__branch-toggle:active {
	color: var(--theme-color, #287fa3) !important;
}

.home .joyas-elementor-feature-panel .elementor-heading-title,
.home .joyas-elementor-feature-panel .elementor-widget-text-editor a,
.home .joyas-elementor-promos .elementor-button,
.home .joyas-elementor-promos .elementor-button:hover,
.home .joyas-elementor-promos .elementor-button:focus {
	color: var(--theme-color, #287fa3) !important;
	fill: var(--theme-color, #287fa3) !important;
}
