:root {
    --brv-color-grey: #D9D9D9;
    --brv-color-sage: #D8E9D7;
    --brv-color-sand: #F0ECE1;
	--color-primary: #00818b;
}
b, strong{
	font-weight:700;
}
h2{
	margin-bottom:0px;
	font-weight: bold;
    margin-bottom: 10px;
}
.brevi-counters .el-counter-value{
	font-weight:bold;
}
.el-counter.uk-flex.uk-flex-left.uk-flex-middle{
	align-items:end!important;
}
.teknet-row-auto.uk-grid > div {
    width: auto;
    flex: 0 0 auto;
}
.teknet-row-auto.uk-grid > div > * {
    width: auto;
    max-width: none;
}
.brv-swatch[data-value="grey"] .brv-swatch__dot { background-color: var(--brv-color-grey); }
.brv-swatch[data-value="sage"] .brv-swatch__dot { background-color: var(--brv-color-sage); }
.brv-swatch[data-value="sand"] .brv-swatch__dot { background-color: var(--brv-color-sand); }
[for="pa_colore"]{
	font-size: 18px;
    line-height: 1.4;
    font-family: Manrope;
    font-weight: 600;
    letter-spacing: 0;
}
.b-color-primary strong{
	color: var(--color-primary);
	font-weight:600;
}
.b-color-primary{
	font-weight:600;
}
.element-list{
	font-size:14px;
	list-style:initial;
	margin-left:20px;
}

.basket-base-color .variations tr{
	display:flex;
	align-items:center;
}
.basket-base-color .variations tr th{
	flex:1;
}
.woocommerce-product-details__short-description{
	margin-bottom:0px;
}
.brv-upsell-card__link{
	color:#00818B!important;
}
.brv-hero-image img{
	object-fit:contain;
	max-height:calc(100vh - 180px)
}
.product-datas{
	padding-left:60px;
	padding-right:30px;
}
.tm-element-woo-add-to-cart .single_add_to_cart_button{
	padding: 10px 40px;
    line-height: 1.3;
    font-size: 16px;
}
.product_title.entry-title, .product_title h1{
	font-size:60px;
	font-weight:800;
	color: #000;
}
.brv-prodgallery__img{
	width:100%;
}
.uk-button-large{
	padding-top:15px;
	padding-bottom:15px;
}
.product_title{
	color:#000
}
ul .wpml-ls-menu-item a{
	line-height:25px;
}

/* ===============================================
   Brevi — Color Swatches (globale)
   Estratto da color-swatches.php per renderlo
   disponibile anche fuori dalla pagina prodotto
   (es. product_grid nelle pagine categoria)
   =============================================== */
.brv-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 4px 0;
}
.brv-swatch {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    width: 26px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s ease, transform 0.1s ease;
}
.brv-swatch:hover {
    border-color: rgba(0, 0, 0, 0.25);
}
.brv-swatch:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: 2px;
}
.brv-swatch.is-selected {
    border-color: currentColor;
}
.brv-swatch__dot {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #d0d0d0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.brv-swatch--image .brv-swatch__dot {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.brv-swatch__tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    width: 160px;
    padding: 12px 12px 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    z-index: 10;
}
.brv-swatch__tooltip::before,
.brv-swatch__tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.brv-swatch__tooltip::before {
    bottom: -8px;
    transform: translateX(-50%);
    border-top: 8px solid rgba(0, 0, 0, 0.12);
}
.brv-swatch__tooltip::after {
    bottom: -7px;
    transform: translateX(-50%);
    border-top: 8px solid #fff;
}
.brv-swatch:hover .brv-swatch__tooltip,
.brv-swatch:focus-visible .brv-swatch__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.brv-swatch__tooltip-media {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.brv-swatch__tooltip-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #222;
    text-align: center;
    font-weight: 400;
}
.brv-swatch__selected-label {
    margin-left: 6px;
    font-weight: 400;
    color: #555;
}

.variations_form .reset_variations {
    display: none !important;
}
.wpml-ls-native { font-size: 0; }
.wpml-ls-item a { font-size: 14px; }
.wpml-ls-item-it .wpml-ls-native::after { content: "IT"; font-size: 15px; }
.wpml-ls-item-en .wpml-ls-native::after { content: "EN"; font-size: 15px; }
.wpml-ls-current-language > a::after { content: " +"; font-size: 15px; margin-top: -4px;}
.wpml-ls-current-language > a[aria-expanded="true"]::after { content: " -" !important; font-size: 15px; margin-top: -4px;}
.wpml-ls-current-language > a{
	border-bottom:2px solid #000;
	padding:0px 10px;
}
.uk-navbar-toggle .uk-navbar-toggle-icon{
	transform:scale(2);
}














/* ============================================================
   Brevi — Product Search Dropdown
   ============================================================ */

.brv-search-wrap {
    position: relative !important;
    width: 100%;
}

.brv-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    z-index: 99999;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    overflow: hidden;
    isolation: isolate;
}

.brv-search-dropdown.is-open {
    display: block;
}

.brv-search-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    transition: background-color 0.15s ease;
}

.brv-search-item:last-child {
    border-bottom: none;
}

.brv-search-item:hover {
    background-color: #fafafa;
}

.brv-search-item__img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    background: #f7f7f7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brv-search-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brv-search-item__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    flex: 1;
}

.brv-search-item__cat {
    display: block;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.brv-search-item__title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #1a1a1a;
}

.brv-search-item__price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 4px;
}

.brv-search-empty {
    padding: 28px 24px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}






.uk-offcanvas-bar {
    padding-top: 80px;
}
/* Menu mobile accordion */
#tm-dialog .uk-nav-default .uk-nav-sub,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
    padding-left: 0;
}
#tm-dialog .uk-parent.is-open > .uk-nav-sub,
.uk-offcanvas-bar .uk-parent.is-open > .uk-nav-sub {
    max-height: 500px;
    transition: max-height 0.35s ease;
}
#tm-dialog .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
}
#tm-dialog .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #1a1a1a;
}
#tm-dialog .uk-nav-sub li a,
.uk-offcanvas-bar .uk-nav-sub li a {
    display: block;
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}
#tm-dialog .uk-nav-sub li a:hover,
.uk-offcanvas-bar .uk-nav-sub li a:hover {
    color: #000;
}
#tm-dialog .brv-nav-toggle,
.uk-offcanvas-bar .brv-nav-toggle {
    background: none;
    border: none;
    padding: 8px 12px;
    margin-right: -12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #1a1a1a;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
#tm-dialog .uk-parent.is-open > a .brv-nav-toggle,
.uk-offcanvas-bar .uk-parent.is-open > a .brv-nav-toggle {
    transform: rotate(45deg);
}
#tm-dialog-mobile .uk-nav-primary .uk-nav-sub {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
    padding-left: 0;
}
#tm-dialog-mobile .uk-parent.is-open > .uk-nav-sub {
    max-height: 500px;
    transition: max-height 0.35s ease;
}
#tm-dialog-mobile .uk-nav-primary > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
}
#tm-dialog-mobile .uk-nav-sub li a {
    display: block;
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}
#tm-dialog-mobile .brv-nav-toggle {
    background: none;
    border: none;
    padding: 8px 12px;
    margin-right: -12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #1a1a1a;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
#tm-dialog .uk-parent.is-open > a .brv-nav-toggle, .uk-offcanvas-bar .uk-parent.is-open > a .brv-nav-toggle{
	transform:rotate(0);
}

/*DA RIMUOVERE PER SWITCH LINGUA TK GG GIO*/
#nav_menu-9{
	display:none;
}

@media (hover: none) {
    .brv-swatch__tooltip {
        display: none !important;
    }
}
@media (min-width: 640px) {
    .uk-offcanvas-close {
        top: 40px;
        right: 10px;
    }
}
@media screen and (max-width:1024px){
	.brevi-nearyou > div > div{
		min-height:50vh!important;
	}	
	.brv-hero-image img{
		object-fit:contain;
		max-height:50vh
	}
}
@media screen and (max-width:767px){
	.brevi-nearyou > div > div{
		min-height:auto!important;
		padding-top:60px;
		padding-bottom:60px;
	}
	#tm-main{
		padding-top: 40px;
	}
}