/*
Theme Name: Xwaters
Theme URI: https://www.xwaters.it/
Author: Xwaters
Author URI: https://www.xwaters.it/
Description: Tema autonomo WooCommerce di Xwaters, compatibile con Elementor e Xwaters Commerce Core.
Version: 1.1.1
Tested up to: 6.9
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, full-width-template, right-sidebar, custom-background, custom-menu, custom-header, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, rtl-language-support, blog, e-commerce
Text Domain: xwaters
*/

/* Xwaters homepage */
.home .main-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.home .main-container > .page-area {
    margin: 0;
}

.xw-home {
    background: #fff;
    color: #17251f;
    margin: 0;
    overflow: hidden;
}

.xw-home h1,
.xw-home h2,
.xw-home h3,
.xw-home p {
    margin-top: 0;
}

.xw-home-hero {
    align-items: center;
    background-color: #183c2e;
    background-image: var(--xw-home-hero, linear-gradient(135deg, #183c2e, #32684f));
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 620px;
    position: relative;
}

.xw-home-hero__shade {
    background: linear-gradient(90deg, rgba(10, 28, 21, .92) 0%, rgba(10, 28, 21, .74) 48%, rgba(10, 28, 21, .2) 100%);
    inset: 0;
    position: absolute;
}

.xw-home-hero__content {
    color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.xw-home-hero__content > * {
    max-width: 760px;
}

.xw-home-eyebrow {
    color: #e99022;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.xw-home-hero h1 {
    color: #fff;
    font-size: clamp(40px, 5.4vw, 72px);
    line-height: 1.04;
    margin-bottom: 24px;
    max-width: 850px;
}

.xw-home-hero__lead {
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.xw-home-search {
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: 0 0 24px;
    max-width: 720px;
    padding: 6px;
}

.xw-home-search input[type="search"] {
    background: transparent;
    border: 0;
    color: #17251f;
    flex: 1;
    font-size: 16px;
    min-width: 0;
    padding: 12px 16px;
}

.xw-home-search input[type="search"]:focus {
    outline: 2px solid #e99022;
    outline-offset: -2px;
}

.xw-home-search button {
    background: #e99022;
    border: 0;
    color: #17251f;
    font-weight: 800;
    padding: 12px 26px;
}

.xw-home-finder {
    background: rgba(255, 255, 255, .96);
    border-radius: 4px;
    color: #17251f;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    margin: -10px 0 24px;
    max-width: 1040px;
    padding: 8px;
}

.xw-home-finder select {
    background: #fff;
    border: 1px solid #d5ddd7;
    border-radius: 2px;
    color: #17251f;
    min-width: 0;
    padding: 11px 9px;
}

.xw-home-finder button {
    background: #17251f;
    border: 0;
    color: #fff;
    font-weight: 800;
    padding: 11px 18px;
}

.xw-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.xw-home-button {
    border: 2px solid transparent;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 13px 22px;
    transition: .2s ease;
}

.xw-home-button--primary {
    background: #e99022;
    color: #17251f;
}

.xw-home-button--ghost {
    border-color: rgba(255, 255, 255, .75);
    color: #fff;
}

.xw-home-button--dark {
    background: #17251f;
    color: #fff;
}

.xw-home-button:hover,
.xw-home-button:focus {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.xw-home-benefits {
    background: #17251f;
    color: #fff;
}

.xw-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.xw-home-benefits__grid > div {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .13);
    display: flex;
    gap: 14px;
    justify-content: center;
    min-height: 92px;
    padding: 20px;
    text-align: center;
}

.xw-home-benefits__grid > div:last-child {
    border-right: 0;
}

.xw-home-benefits .la {
    color: #e99022;
    font-size: 29px;
}

.xw-home-brands {
    background: #fff;
    padding: 48px 0;
}

.xw-home-brands__head {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.xw-home-brands__head h2 {
    color: #17251f;
    font-size: 30px;
    margin: 0;
}

.xw-home-brands__controls {
    display: flex;
    gap: 8px;
}

.xw-home-brands__controls button {
    background: #f4f6f2;
    border: 1px solid #d5ddd7;
    border-radius: 50%;
    color: #17251f;
    font-size: 22px;
    height: 42px;
    width: 42px;
}

.xw-home-brands__track {
    display: grid;
    gap: 16px;
    grid-auto-columns: minmax(150px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
}

.xw-home-brand {
    align-items: center;
    border: 1px solid #e1e6e2;
    color: #17251f;
    display: flex;
    height: 112px;
    justify-content: center;
    padding: 18px;
    scroll-snap-align: start;
}

.xw-home-brand img {
    height: 68px;
    max-width: 135px;
    object-fit: contain;
    transition: transform .22s ease;
    width: 100%;
}

.xw-home-brand:hover img,
.xw-home-brand:focus img {
    transform: scale(1.14);
}

.xw-category-directory {
    padding-bottom: 86px;
    padding-top: 70px;
}

.xw-category-directory__header {
    margin-bottom: 38px;
    max-width: 760px;
}

.xw-category-directory__header h1 {
    color: #17251f;
    font-size: clamp(38px, 5vw, 58px);
    margin: 0 0 16px;
}

.xw-category-directory__header > p:last-child {
    color: #526058;
    font-size: 18px;
}

.xw-home-section {
    padding: 86px 0;
}

.xw-home-section--products,
.xw-home-section--journal {
    background: #f4f6f2;
}

.xw-home-section__header {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.xw-home-section__header h2,
.xw-home-feature h2,
.xw-home-story h2 {
    color: #17251f;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.12;
    margin-bottom: 0;
}

.xw-home-section__header > a,
.xw-home-story__copy > a {
    color: #aa5f05;
    flex: 0 0 auto;
    font-weight: 800;
}

.xw-home-categories {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.xw-home-category {
    background: #f4f6f2;
    color: #17251f;
    min-height: 290px;
    overflow: hidden;
    position: relative;
}

.xw-home-category > img,
.xw-home-category__placeholder {
    display: block;
    height: 290px;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.xw-home-category__placeholder {
    align-items: center;
    background: linear-gradient(135deg, #dfe8df, #b9cbbd);
    display: flex;
    justify-content: center;
}

.xw-home-category__placeholder .la {
    color: rgba(23, 37, 31, .35);
    font-size: 64px;
}

.xw-home-category__body {
    background: linear-gradient(transparent, rgba(8, 25, 18, .94));
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 48px 24px 22px;
    position: absolute;
    right: 0;
}

.xw-home-category__body strong {
    font-size: 19px;
}

.xw-home-category__body small {
    color: rgba(255, 255, 255, .76);
}

.xw-home-category:hover > img,
.xw-home-category:focus > img {
    transform: scale(1.04);
}

.xw-home-products .woocommerce {
    margin: 0;
}

.xw-home-products ul.products {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.xw-home-products ul.products::before,
.xw-home-products ul.products::after {
    display: none;
}

.xw-home-products ul.products li.product,
.woocommerce-page .xw-home-products ul.products li.product {
    background: #fff;
    margin: 0;
    padding: 18px;
    width: auto;
}

.xw-home-feature {
    background: #e8efe9;
    padding: 82px 0;
}

.xw-home-feature__grid {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr);
}

.xw-home-feature__grid > div:first-child {
    max-width: 760px;
}

.xw-home-feature__grid > div:first-child > p:not(.xw-home-eyebrow) {
    font-size: 17px;
    margin: 22px 0 28px;
}

.xw-home-products--compact ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xw-home-story__grid {
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.xw-home-story__copy {
    font-size: 17px;
    line-height: 1.8;
}

.xw-home-journal {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.xw-home-article {
    background: #fff;
    margin: 0;
}

.xw-home-article__image,
.xw-home-article__image img {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.xw-home-article__body {
    padding: 24px;
}

.xw-home-article__body time {
    color: #68736d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xw-home-article__body h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 10px 0 12px;
}

.xw-home-article__body h3 a {
    color: #17251f;
}

@media (max-width: 991px) {
	.xw-home-finder {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xw-home-finder button {
		grid-column: span 2;
	}
    .xw-home-categories,
    .xw-home-journal {
        grid-template-columns: repeat(2, 1fr);
    }

    .xw-home-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xw-home-products--compact ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xw-home-feature__grid,
    .xw-home-story__grid {
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .xw-home-hero {
        min-height: 560px;
    }

    .xw-home-hero__shade {
        background: rgba(10, 28, 21, .82);
    }

    .xw-home-hero__content {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .xw-home-hero h1 {
        font-size: 38px;
    }

    .xw-home-hero__lead {
        font-size: 16px;
    }

    .xw-home-search button {
        padding-left: 16px;
        padding-right: 16px;
    }

    .xw-home-finder {
        grid-template-columns: 1fr;
    }

    .xw-home-finder button {
        grid-column: auto;
    }

    .xw-home-brands {
        padding: 38px 0;
    }

    .xw-home-brands__head h2 {
        font-size: 25px;
    }

    .xw-home-brands__track {
        grid-auto-columns: minmax(135px, 46%);
    }

    .xw-home-benefits__grid,
    .xw-home-feature__grid,
    .xw-home-story__grid {
        grid-template-columns: 1fr;
    }

    .xw-home-benefits__grid > div {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        border-right: 0;
        justify-content: flex-start;
        min-height: 68px;
    }

    .xw-home-section,
    .xw-home-feature {
        padding: 58px 0;
    }

    .xw-home-section__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .xw-home-categories,
    .xw-home-journal {
        grid-template-columns: 1fr;
    }

    .xw-home-category,
    .xw-home-category > img,
    .xw-home-category__placeholder {
        height: 240px;
        min-height: 240px;
    }

    .xw-home-products ul.products {
        gap: 12px;
    }

    .xw-home-products--compact ul.products {
        grid-template-columns: 1fr;
    }

    .xw-home-products ul.products li.product,
    .woocommerce-page .xw-home-products ul.products li.product {
        padding: 12px;
    }

    .xw-home-feature__grid {
        gap: 36px;
    }
}

/* Homepage Xwaters 2.0 */
.xw-home-hero {
    min-height: 570px;
}

.xw-home-hero__grid {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.75fr) minmax(300px, .75fr);
    padding-bottom: 64px;
    padding-top: 64px;
    position: relative;
    z-index: 1;
}

.xw-home-hero__content {
    align-self: center;
    padding: 0;
}

.xw-home-hero__content > * {
    max-width: 760px;
}

.xw-home-hero-promo {
    background-color: #9f5b13;
    background-image: var(--xw-home-promo-image, linear-gradient(145deg, #c36c10, #603918));
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.xw-home-hero-promo__shade {
    background: linear-gradient(180deg, rgba(13, 27, 21, .12), rgba(13, 27, 21, .92));
    inset: 0;
    position: absolute;
}

.xw-home-hero-promo__content {
    align-self: end;
    padding: 34px;
    position: relative;
    z-index: 1;
}

.xw-home-hero-promo h2 {
    color: #fff;
    font-size: clamp(27px, 2.8vw, 40px);
    line-height: 1.08;
    margin-bottom: 16px;
}

.xw-home-hero-promo p:not(.xw-home-eyebrow) {
    line-height: 1.6;
    margin-bottom: 22px;
}

.xw-home-hero-promo a {
    color: #fff;
    font-weight: 800;
}

.xw-home-finder-panel {
    background: #f4f6f2;
    padding-bottom: 30px;
}

.xw-home-finder-panel > .container {
    background: #fff;
    box-shadow: 0 14px 40px rgba(23, 37, 31, .12);
    padding: 24px;
    position: relative;
    transform: translateY(-20px);
    z-index: 2;
}

.xw-home-finder-panel__head {
    align-items: baseline;
    display: flex;
    gap: 14px;
    margin-bottom: 15px;
}

.xw-home-finder-panel__head strong {
    color: #17251f;
    font-size: 18px;
}

.xw-home-finder-panel__head span {
    color: #68736d;
}

.xw-home-finder {
    background: transparent;
    margin: 0;
    max-width: none;
    padding: 0;
}

.xw-home-benefits {
    background: #17251f;
}

.xw-home-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
}

.xw-home-benefits__grid > div {
    justify-content: flex-start;
    min-height: 112px;
    text-align: left;
}

.xw-home-benefits__grid > div > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.xw-home-benefits__grid small {
    color: rgba(255, 255, 255, .7);
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.xw-home-promos {
    background: #fff;
    padding: 12px 0 86px;
}

.xw-home-promos__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.xw-home-promo {
    background-color: #264f3e;
    background-image: var(--xw-home-card-image, linear-gradient(145deg, #264f3e, #132a21));
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 330px;
    overflow: hidden;
    position: relative;
}

.xw-home-promo--2 {
    background-image: var(--xw-home-card-image, linear-gradient(145deg, #bd6810, #653a17));
}

.xw-home-promo--3 {
    background-image: var(--xw-home-card-image, linear-gradient(145deg, #597363, #1b3328));
}

.xw-home-promo__shade {
    background: linear-gradient(180deg, rgba(12, 27, 20, .08), rgba(12, 27, 20, .9));
    inset: 0;
    position: absolute;
}

.xw-home-promo__body {
    align-self: end;
    display: flex;
    flex-direction: column;
    padding: 28px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.xw-home-promo__body strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
}

.xw-home-promo__body small {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 22px;
}

.xw-home-promo__body > span {
    color: #fff;
    font-weight: 800;
}

.xw-home-promo:hover .xw-home-promo__body > span,
.xw-home-promo:focus .xw-home-promo__body > span {
    transform: translateX(4px);
}

.xw-home-story__grid--image {
    align-items: center;
    grid-template-columns: minmax(260px, 1.15fr) minmax(0, .8fr) minmax(0, 1fr);
}

.xw-home-story__image img {
    display: block;
    height: 390px;
    object-fit: cover;
    width: 100%;
}

.xw-home-newsletter {
    background: #17251f;
    color: #fff;
    padding: 72px 0;
}

.xw-home-newsletter__inner {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.xw-home-newsletter h2 {
    color: #fff;
    font-size: clamp(30px, 3.5vw, 46px);
    margin-bottom: 12px;
}

.xw-home-newsletter__inner > div {
    max-width: 760px;
}

.xw-home-newsletter__inner > div > p:last-child {
    color: rgba(255, 255, 255, .74);
    font-size: 17px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .xw-home-hero__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    }

    .xw-home-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xw-home-benefits__grid > div:nth-child(2) {
        border-right: 0;
    }

    .xw-home-promos__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xw-home-promo--3 {
        grid-column: span 2;
    }

    .xw-home-story__grid--image {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xw-home-story__grid--image .xw-home-story__image {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .xw-home-hero {
        min-height: 0;
    }

    .xw-home-hero__grid {
        gap: 28px;
        grid-template-columns: 1fr;
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .xw-home-hero-promo {
        min-height: 310px;
    }

    .xw-home-hero-promo__content {
        padding: 26px;
    }

    .xw-home-finder-panel > .container {
        padding: 20px 15px;
        transform: none;
    }

    .xw-home-finder-panel__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .xw-home-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xw-home-benefits__grid > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        min-height: 150px;
        padding: 18px 14px;
    }

    .xw-home-benefits__grid > div:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .13);
    }

    .xw-home-promos {
        padding-bottom: 58px;
    }

    .xw-home-promos__grid {
        grid-template-columns: 1fr;
    }

    .xw-home-promo,
    .xw-home-promo--3 {
        grid-column: auto;
        min-height: 270px;
    }

    .xw-home-story__grid--image,
    .xw-home-story__grid--image .xw-home-story__image {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .xw-home-story__image img {
        height: 280px;
    }

    .xw-home-products--compact ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xw-home-newsletter {
        padding: 56px 0;
    }

    .xw-home-newsletter__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
    }
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a, a:active, a:focus, a:hover {
    color: #ff9200;
    text-decoration: none;
}

a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}

a.comment-reply-link, button, input#submit, input[type="submit"], .btn-default {
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}

a.post-edit-link {
    display: block;
}

a:active {
    border-bottom: none;
}

a:focus, .dropdown-toggle:focus {
    outline: thin dotted;
}

article {
    clear: none;
    margin-bottom: 30px;
}

article.content-article:nth-of-type(2n+1) {
    clear: both;
}

body {
    color: #404040;
    font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    word-wrap: break-word;
}

button#place_order {
    border-radius: 5px;
    display: inline-block;
    float: none;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

button.dgwt-wcas-search-submit, button.dgwt-wcas-search-submit:hover {
    background: initial;
}

button.header-search-button {
    background-color: #ff9200;
    border-radius: 0;
    border: none;
    color: inherit;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

button.header-search-button .la {
    color: #fff;
}

cite.fn {
    font-weight: bold;
}

div.aligncenter, .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

embed, iframe {
    max-width: 100%;
}

fieldset {
    border: 2px solid #e5e5e5;
    margin: 5px 2px 15px 2px;
    padding: 0.35em 0.625em 0.75em;
}

form.search-form label {
    display: block;
    width: 100%;
}

form.search-form, form.woocommerce-product-search {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -.02em;
    word-wrap: break-word;
}

h1.site-title, .site-title {
    margin: 0;
}

h1.site-title a, .site-title a {
    color: #2b2b2b;
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.single-title {
    font-size: calc(2vw + 2vh);
    margin: 0;
}

html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

img {
    height: auto;
    max-width: 100%;
}

img.alignnone {
    height: auto;
    max-width: 96%;
    width: auto;
}

input, textarea {
    background-color: #fff;
    border-radius: 0;
    color: #464a4c;
    padding: 8px;
}

.site-heading-sidebar {
    display: inline-flex;
}

.header-search-form input.header-search-input {
    background-color: transparent;
    border-radius: 0;
    border-radius: 0px;
    border: none;
    display: inline-block;
    float: left;
    height: 40px;
    padding-left: 15px;
    position: relative;
    right: 0px;
    width: 60%;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    -webkit-border-radius: 3px;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0));
    border-radius: 3px;
    border: 1px solid #bbb;
    display: block;
    width: 100%;
}

input[type="search"].search-field::-webkit-input-placeholder {
    color: #5b5b5b;
}

input[type="search"].search-field:focus::-webkit-input-placeholder {
    color: #545454;
    padding: 20px 0 0 0;
}

legend {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 0;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding: 0;
    white-space: normal;
    width: auto;
}

li.menu-item-has-children a.envo-categories-menu-first {
    min-width: 200px;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
}

li.menu-item-has-children a.envo-categories-menu-first:before {
    content: "\f550";
    font-family: "Line Awesome Free";
    font-size: 15px;
    font-weight: 900;
    left: 0;
    margin-left: 20px;
    position: absolute;
    right: auto;
}

nav a, #site-navigation {
    -webkit-transition: all 0.3s ease;
    border-radius: 0;
    color: #2b2b2b;
    transition: all 0.3s ease;
}

nav.navigation.pagination {
    clear: both;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

nav.navigation.pagination .current {
    background-color: transparent;
    color: #fff;
}

nav.navigation.pagination .current, nav.navigation.pagination .nav-links a {
    border-radius: 0;
    border: 1px solid #b5b5b5;
    border: none;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}

nav.navigation.post-navigation {
    clear: both;
    width: 100%;
}

select {
    color: #000;
    max-width: 100%;
    padding: 5px;
}

select.header-search-select {
    background-color: #fff;
    border: none;
    border-left: 1px solid #ececec;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40%;
}

span.comments-meta i {
    margin-left: 5px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    padding: 6px;
}

th {
    font-weight: bold;
}

#content-footer-section {
    background-color: #808080;
    clear: both;
    color: #ffffff;
    padding: 15px;
}

#content-footer-section .comments-meta, #content-footer-section .comments-meta a, #content-footer-section .posted-date {
    color: #cacaca;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    position: relative;
}

#content-footer-section .news-item h2 a {
    color: #fff;
    font-weight: 400;
}

#content-footer-section .widget-title h3 {
    color: #fff;
}

#content-footer-section .widget.col-md-3 {
    margin: 1%;
}

#respond .comment-form-author {
    padding-right: 5%;
}

#respond .comment-form-author, #respond .comment-form-email {
    float: left;
    width: 50%;
}

#respond .comment-form-url, #respond input#url {
    float: left;
    width: 100%;
}

#respond input[type="checkbox"], #respond input[type="radio"] {
    float: left;
    margin-right: 10px;
    width: auto;
}

#second-site-navigation {
    background-color: #ffffff;
    border-bottom: 1px solid #f6f6f6;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
}

#sidebar {
    display: inline-block;
    max-width: 100%;
}

#site-navigation {
    background-color: transparent;
    border: none;
    min-height: 50px;
}

#site-navigation .container {
    position: relative;
}

#theme-menu-second .navbar-nav > li > a {
    font-weight: 400;
}

#theme-menu-second li.menu-item-has-children>a:before {
    display: none;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.page .article-meta {
    display: none;
}

.archive-item .article-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.archive-page-header h1 {
    margin: 0;
    padding-bottom: 25px;
}

.author-meta a {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 20px;
    font-style: italic;
}

.author-meta-by {
    font-size: 80%;
    font-style: italic;
    position: relative;
}

.bypostauthor, .sticky {
}

.cat-links a, .cat-links span, .posted-date, .tags-links span {
    color: #404040;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    position: relative;
}

.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0;
    position: relative;
}

.checkbox, .radio {
    display: inline-block;
}

.comment-body {
    margin-bottom: 40px;
}

.comment-body a, .single-entry-summary a, .textwidget a {
    text-decoration: underline;
}

.comment-form #comment {
    width: 100%;
}

.comment-meta.commentmetadata {
    font-size: 12px;
    font-style: italic;
    margin: 10px 0;
}

.commentlist li {
    list-style-type: none;
}

.comments-meta {
    color: #404040;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    padding: 0 8px;
    position: relative;
    z-index: 5;
}

.comments-meta, .posted-date {
    margin-right: 20px;
}

.content-date-comments {
    display: inline-block;
}

.dropdown-menu .menu-description {
    display: inline;
    left: 0;
    margin: 5px;
    position: relative;
    top: -2px;
}

.dropdown-menu .menu-description:after {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ff9200;
}

.dropdown-menu > li > a {
    border-bottom: 0;
    padding: 5px 20px 5px 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu>.dropdown-menu {
    -moz-border-radius: 0 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.dropdown-submenu>a:after {
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.entry-footer, .single-entry-summary {
    clear: both;
    margin-top: 15px;
    width: 100%;
}

.error-template {
    padding-bottom: 60px;
}

.featured-thumbnail {
    position: relative;
    width: 100%;
}

.featured-thumbnail img {
    text-align: center;
    width: 100%;
}

.footer-credits {
    background-color: #1e1e1e;
    clear: both;
}

.footer-credits-text {
    color: #fff;
    padding: 20px 0;
}

.gallery-caption {
    font-weight: bold;
}

.header-right {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    min-width: max-content;
    padding-left: 20px;
    position: relative;
}

.header-right.menu-button {
    max-width: 34px;
}

.header-search-form {
    background-color: #fff;
    border-color: #ff9200;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    float: left;
    height: 42px;
    padding-right: 42px;
    position: relative;
    width: 100%;
}

.heading-row {
    align-items: center;
    display: flex;
    float: none;
    position: relative;
}

.homepage-area .widget {
    margin: 0;
    padding: 0;
}

.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}

.main-container {
    background-color: #fff;
}

.main-content {
    float: left;
    width: 100%;
}

.main-menu {
    position: relative;
    z-index: 97;
}

.main-menu .container {
    align-items: center;
    display: flex;
    float: none;
    position: relative;
}

.menu-cats-on, .menu-right-on, .search-on {
    width: 100%;
}

.menu-description {
    background: #ff9200;
    border-radius: 1px;
    bottom: 100%;
    color: #fff;
    display: inline-table;
    font-size: 9px;
    font-weight: 700;
    left: calc(100% - 25px);
    line-height: 10px;
    line-height: normal;
    margin: 0px 3px -15px 3px;
    overflow-wrap: unset;
    padding: 2px 4px;
    position: absolute;
    width: max-content;
    word-break: keep-all;
    z-index: 9;
}

.menu-description:after {
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff9200;
    bottom: -4px;
    content: '';
    height: 0;
    left: 3px;
    position: absolute;
    width: 0;
}

.menu-heading {
    flex-grow: 1;
}

.mobile-heading .site-branding-logo img {
    max-height: 50px;
}

.nav-links {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.nav-links .nav-title {
    position: relative;
}

.nav-next .fa {
    margin-left: 5px;
}

.nav-previous .fa {
    margin-right: 5px;
}

.nav-subtitle {
    background: transparent;
    color: initial;
    display: block;
    font-size: 13px;
    opacity: 0.8;
    text-transform: uppercase;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #2b2b2b;
}

.navbar a[href$="x.com"],.navbar a[href$="/feed/"], .navbar a[href*="dribbble.com"], .navbar a[href*="facebook.com"], .navbar a[href*="flickr.com"], .navbar a[href*="foursquare.com"], .navbar a[href*="instagram.com"], .navbar a[href*="linkedin.com"], .navbar a[href*="mailto:"], .navbar a[href*="pinterest.com"], .navbar a[href*="plus.google.com"], .navbar a[href*="reddit.com"], .navbar a[href*="tumblr.com"], .navbar a[href*="twitch.tv"], .navbar a[href*="twitter.com"], .navbar a[href*="vimeo.com"], .navbar a[href*="vk.com"], .navbar a[href*="wordpress.com"], .navbar a[href*="wordpress.org"], .navbar a[href*="youtube.com"] {
    font-size: 20px;
    min-width: 30px;
    padding-left: 7px;
    padding-right: 7px;
    text-indent: -9999px;
    white-space: normal;
}

.navbar a[href$="/feed/"]:after {
    color: #ff9900;
    content: "\f09e";
    font-family: "Line Awesome free";
}

.navbar a[href$="/feed/"]:after, .navbar a[href*="dribbble.com"]:after, .navbar a[href*="facebook.com"]:after, .navbar a[href*="flickr.com"]:after, .navbar a[href*="foursquare.com"]:after, .navbar a[href*="instagram.com"]:after, .navbar a[href*="linkedin.com"]:after, .navbar a[href*="mailto:"]:after, .navbar a[href*="pinterest.com"]:after, .navbar a[href*="plus.google.com"]:after, .navbar a[href*="reddit.com"]:after, .navbar a[href*="tumblr.com"]:after, .navbar a[href*="twitch.tv"]:after, .navbar a[href*="twitter.com"]:after, .navbar a[href*="vimeo.com"]:after, .navbar a[href*="vk.com"]:after, .navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after, .navbar a[href*="youtube.com"]:after {
    display: block;
    float: left;
    font-family: "Line Awesome Brands";
    font-weight: 900;
    position: relative;
    text-indent: 0;
}
.navbar a[href$="x.com"]:after{
    content: "";
    display: block;
    float: left;
    position: relative;
    text-indent: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='the-icon' aria-labelledby='the-twitter-x-icon' role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717 l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339 l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 4px;
}
.navbar a[href*="dribbble.com"]:after {
    color: #ea4c89;
    content: "\f17d";
}

.navbar a[href*="facebook.com"]:after {
    color: #3b5998;
    content: "\f09a";
}

.navbar a[href*="flickr.com"]:after {
    color: #ff0084;
    content: "\f16e";
}

.navbar a[href*="foursquare.com"]:after {
    color: #0072b1;
    content: "\f180";
}

.navbar a[href*="instagram.com"]:after {
    color: #517fa4;
    content: "\f16d";
}

.navbar a[href*="linkedin.com"]:after {
    color: #007bb6;
    content: "\f0e1";
}

.navbar a[href*="mailto:"]:after {
    color: #2b2b2b;
    content: "\f658";
    font-family: "Line Awesome free";
}

.navbar a[href*="pinterest.com"]:after {
    color: #cb2027;
    content: "\f231";
}

.navbar a[href*="reddit.com"]:after {
    content: "\f281";
}

.navbar a[href*="tumblr.com"]:after {
    color: #32506d;
    content: "\f173";
}

.navbar a[href*="twitch.tv"]:after {
    color: #6441a5;
    content: "\f1e8";
}

.navbar a[href*="twitter.com"]:after {
    color: #00aced;
    content: "\f099";
}

.navbar a[href*="vimeo.com"]:after {
    color: #aad450;
    content: "\f194";
}

.navbar a[href*="vk.com"]:after {
    color: #4a76a8;
    content: "\f189";
}

.navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after {
    color: #0073aa;
    content: "\f19a";
}

.navbar a[href*="youtube.com"]:after {
    color: #bb0000;
    content: "\f167";
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-nav > li > a {
    border-bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    max-height: 50px;
    vertical-align: middle;
}

.navbar-nav > li > a.envo-categories-menu-first {
    border-radius: 0;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.navbar-nav li.fa {
    display: block;
    position: relative;
}

.navbar-nav.envo-categories-menu {
    background-color: #ff9200;
}

.navbar-toggle {
    border: 1px solid #ccc;
}

.news-item {
    margin-bottom: 10px;
}

.news-item h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.news-item h2 a {
    color: #404040;
    font-size: 30px;
    font-weight: 500;
}

.news-item.layout-two h2 {
    font-size: 18px;
}

.news-item:hover img {
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    opacity: 1;
}

.news-thumb {
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.0);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.0);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.one-news-section .news-item h2 {
    font-size: 28px;
    margin-top: 10px;
}

.page h1.single-title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.page-area {
    padding-top: 15px;
}

.page-header {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    border-bottom: none;
}

.page-header a {
    border-bottom: 0;
    color: #2b2b2b;
}

.post-excerpt {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}

.reply {
    margin: 20px 0;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip-path: none;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 10px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.search-field {
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding-right: 90px;
    width: 100%;
}

.search-submit, .woocommerce-product-search button {
    bottom: 2px;
    line-height: 18px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.shrink .header-heading-shrink {
    flex-grow: 1;
}

.shrink .header-right {
    max-width: max-content;
}

.shrink .menu-heading {
    flex-grow: 0;
}

.single-content.row {
    margin-bottom: 60px;
}

.single-footer.row {
    clear: both;
}

.single-head {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.site-branding-logo a {
    border: none;
    position: relative;
    z-index: 99;
}

.site-branding-logo img {
    width: auto;
}

.site-branding-logo, .site-branding-text {
    float: left;
    margin-bottom: 0;
    text-align: left;
}

.site-branding-text {
    position: relative;
    z-index: 99;
}

.site-description {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: relative;
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 0;
    position: relative;
    z-index: 98;
}

.site-heading {
    padding-left: 15px;
    padding-right: 15px;
}

.heading-row .site-heading {
    display: flex;
    align-items: center;
}

.header-woonav:not(.woo-on) .heading-row.row, .header-woonav:not(.woo-on) .heading-row .site-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.site-heading-sidebar .widget {
    float: left;
    font-size: 80%;
    margin-bottom: 5px;
    margin-left: 15px;
}

.site-heading-sidebar .widget:first-of-type {
    margin-left: 0;
}

.site-heading-sidebar p {
    margin-bottom: 0;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    height: auto;
    max-width: 100%;
}

.space-right {
    margin-right: 15px;
}

.tagcloud a {
    border: 1px solid;
    display: inline-block;
    font-size: 15px !important;
    margin-bottom: 5px;
    padding: 0px 6px;
}

.tags-links a {
    color: #404040;
    font-size: 14px;
    font-style: italic;
    margin-right: 8px;
    opacity: 0.9;
    position: relative;
}

.taxonomy-description {
    margin-bottom: 20px;
}

.top-header {
    position: relative;
    height: 75vh;
    background-color: #3c3c3c;
}

.single-image {
    overflow: hidden;
    position: relative;
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-single-image {
    overflow: hidden;
    position: relative;
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.single-image:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}

.header-title {
    position: absolute;
    top: 55%;
    text-align: center;
    padding: 15px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.header-title .posted-date, .header-title .author-meta-by, .header-title .comments-meta {
    color: #fff;
    opacity: 1;
}

.top-header .site-branding-text, .top-header .site-branding-logo {
    text-align: center;
    float: none;
}

.header-site-title {
    font-size: 46px;
    font-size: calc(3vw + 2vh);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
}

@keyframes grow{
    0% { transform: translateX(-50%) translateY(-50%) scale(1)}
    50% { transform: translateX(-50%) translateY(-50%) scale(1.2)}
}

#header-image-arrow {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
}
#header-image-arrow a span:hover {
    opacity: 0.7;
}
#header-image-arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#header-image-arrow a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#header-image-arrow a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 38px;
    height: 38px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: arrow 3s infinite;
    animation: arrow 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes arrow {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.single-image img {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    width: auto;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-animation: grow 30s linear 10ms infinite;
    animation: grow 30s linear 10ms infinite;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-bar-section {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    color: #334142;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    z-index: 98;
    display: flex;
}

.top-bar-section .widget, .top-bar-section p {
    margin-bottom: 0;
}

.top-bar-section .widget:nth-child(3n) {
    text-align: right;
}

.top-bar-section .widget:nth-child(3n-1) {
    text-align: center;
}

.transparent-header .top-header {
    top: -71px;
} 

.updated:not(.published) {
    display: none;
}

.widget {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    position: relative;
    word-wrap: break-word;
}

.widget li > ul {
    padding-left: 15px;
}

.widget ul {
    list-style-type: none;
    padding-left: 0;
}

.widget ul li {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget-title {
    clear: both;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #2b2b2b;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    a.cart-contents i.la, .header-cart i, .header-compare i, .header-my-account i, .header-search i, .header-search-icon i, .header-wishlist i {
        font-size: 22px;
        margin-right: 0;
    }

    #menu-categories-menu {
        display: none;
    }

    #menu-categories-menu.dropdown-menu.open {
        display: block;
        position: relative;
        width: 100%;
    }

    #site-navigation {
        height: 0;
        min-height: 0 !important;
        opacity: 0;
        visibility: hidden;
    }

    #theme-menu {
        overflow: hidden;
        z-index: 99999;
    }

    #theme-menu-second .nav > li {
        display: inline-block;
    }

    #theme-menu-second .navbar-right, .header-search-form {
        text-align: center;
    }

    .admin-bar.hc-nav-open {
        margin-top: -46px;
    }

    .admin-bar.hc-nav-open:not(.shrink-header) .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
        margin-top: 46px;
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        border-radius: 0;
        border: none;
        box-shadow: none;
        display: block;
        float: none;
        font-size: initial;
        left: auto;
        list-style: none;
        margin: 0;
        min-width: auto;
        padding: 0;
        position: inherit;
        text-align: none;
        top: auto;
    }

    .hc-nav-trigger {
        top: 4px;
        width: 20px;
    }

    .hc-nav-trigger span {
        width: 20px;
    }

    .hc-nav-trigger span, .hc-nav-trigger span::after, .hc-nav-trigger span::before {
        background-color: #5c5c5c;
        height: 2px;
    }

    .hc-nav-trigger span::after {
        bottom: -6px;
    }

    .hc-nav-trigger span::before {
        top: -6px;
    }

    .hc-offcanvas-nav .nav-close-button span::before {
        margin-left: -6px;
    }

    .head-form.visible-xs {
        padding: 15px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9;
    }

    .header-compare, .header-my-account, .header-search, .header-search-icon i, .header-wishlist {
        padding-right: 3px !important;
    }

    .header-right {
        flex-grow: 1;
        padding-right: 15px;
    }

    .header-search-form {
        font-size: 14px;
    }

    .header-search-form, .navbar-nav.envo-categories-menu, .navbar-right {
        width: 100% !important;
    }

    .header-woonav:not(.woo-on) #second-site-navigation, 
    .header-woonav #second-site-navigation:not(.menu-right-on):not(.menu-cats-on) {
        display: none;
    }

    .heading-row {
        flex-wrap: wrap;
    }

    .js-loaded #site-navigation {
        opacity: 1;
        visibility: visible;
    }

    .main-menu .container {
        display: block !important;
    }

    .menu-button {
        float: right;
        height: 24px;
        margin-left: 10px;
        width: 24px;
    }

    .menu-item .menu-description {
        background: #ff9200;
        border-radius: 1px;
        color: #fff;
        display: inline;
        font-size: 9px;
        font-weight: 700;
        left: inherit;
        line-height: 10px;
        line-height: normal;
        margin: 0 3px;
        margin: 0 5px;
        padding: 2px 4px;
        position: relative;
        top: -3px;
    }

    .menu-item .menu-description:after {
        display: none;
    }

    .mobile-canvas {
        float: left;
    }

    .navbar-default .navbar-brand {
        margin-right: -50px;
    }

    .navbar-nav.envo-categories-menu {
        margin-left: 0px;
    }

    .top-bar-section .widget {
        text-align: center !important;
    }
}

@media (min-width: 600px) and (max-width: 782px) {
    .admin-bar #theme-menu {
        top: 46px;
    }
}

@media (min-width: 768px) {
    li li ul.dropdown-menu {
        left: 100%;
        top: 0;
    }

    li.menu-item-has-children > a {
        padding-right: 25px;
    }

    li.menu-item-has-children>a.dropdown-item:before {
        right: 6px;
    }

    li.menu-item-has-children>a:before {
        content: "\f107";
        font-family: "Line Awesome Free";
        font-size: 15px;
        font-weight: 900;
        margin-left: 10px;
        position: absolute;
        right: 2px;
    }

    ul li ul li.menu-item-has-children>a:before {
        content: "\f105";
    }

    #site-navigation .container {
        padding-left: 0;
        padding-right: 0;
    }

    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: auto;
    }

    .alignfull img {
        width: 100vw;
    }

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        max-width: 100vw;
        width: auto;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .header-heading-shrink .navbar-right {
        margin-right: 0px;
    }

    .header-search-widget {
        width: 75%;
    }
    
    .heading-row .site-heading {
        overflow: hidden;
    }

    .menu-item-has-children li.fa:before {
        top: 6px !important;
    }

    .navbar-center {
        text-align: center;
        width: 100%;
    }

    .navbar-center > li {
        display: inline-block;
        float: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active a:focus, .navbar-default .navbar-nav > .open a:focus {
        background-color: #fff;
        color: #666;
        outline: thin dotted;
    }

    .navbar-nav > li > a {
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-nav li:hover > .dropdown-menu {
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        border-radius: 0;
        opacity: 1;
        transition: all 0.5s ease-in-out;
        visibility: visible;
    }

    .navbar-right li li ul.dropdown-menu {
        left: auto;
        right: 100%;
    }

    .open > .dropdown-menu {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .shrink .header-search-widget {
        display: none;
    }

    .wp-block-group__inner-container {
        margin: auto;
        max-width: 85.7143rem;
    }
}
[data-tooltip] {
    cursor: pointer;
    position: relative;
    z-index: 999;
}

[data-tooltip]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0,0%,20%,0.9);
    bottom: 85%;
    content: " ";
    font-size: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    transform: translate(-50%,0);
    width: 0;
    z-index: 999;
}

[data-tooltip]:after, [data-tooltip]:before {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

[data-tooltip]:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    background-color: hsla(0,0%,20%,0.9);
    border-radius: 3px;
    bottom: 85%;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    left: 50%;
    line-height: 1.1;
    margin-bottom: 5px;
    padding: 4px;
    position: absolute;
    text-align: center;
    transform: translate(-50%,0);
    width: max-content;
    z-index: 999;
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
} * Sprint 0
 *
 * Questo file viene caricato dopo il foglio di stile del tema padre.
 * Personalizzazioni grafiche e navigazione.
 */

/**
 * Identità visiva e griglia categorie XWC.
 */

:root {
	--xwc-ink: #202529;
	--xwc-muted: #687078;
	--xwc-accent: #e82035;
	--xwc-line: #e7eaec;
	--xwc-surface: #fff;
	--xwc-surface-soft: #f6f7f8;
	--xwc-radius: 10px;
	--xwc-shadow: 0 8px 24px rgba(28, 35, 40, .08);
}

body {
	color: var(--xwc-ink);
}

.site-header.business-heading {
	border-bottom: 1px solid var(--xwc-line);
	background: var(--xwc-surface);
}

.site-header.business-heading .heading-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 22px;
	row-gap: 0;
	min-height: 0;
	padding-top: 12px;
}

.site-header.business-heading .site-heading {
	flex: 0 0 auto;
}

.site-header.business-heading .site-branding-logo img {
	display: block;
	width: auto;
	max-width: 270px;
	height: auto;
}

.site-header.business-heading .site-branding-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.site-header.business-heading .header-heading-shrink {
	display: none;
}

.site-header.business-heading .menu-heading {
	order: 3;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	border-top: 1px solid var(--xwc-line);
}

.site-header.business-heading #site-navigation {
	margin: 0;
	border: 0;
	background: transparent;
}

.site-header.business-heading .header-right {
	order: 2;
	flex: 1 1 auto;
	padding-right: 15px;
}

.woocommerce-products-header {
	margin-bottom: 24px;
}

.woocommerce-products-header__title.page-title {
	margin: 0;
	color: var(--xwc-ink);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 750;
	letter-spacing: -.035em;
}

.woocommerce ul.products li.product-category {
	overflow: hidden;
	border: 1px solid var(--xwc-line);
	border-radius: var(--xwc-radius);
	background: var(--xwc-surface);
	box-shadow: 0 2px 10px rgba(28, 35, 40, .045);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.woocommerce ul.products li.product-category:hover,
.woocommerce ul.products li.product-category:focus-within {
	border-color: #d7dcdf;
	box-shadow: var(--xwc-shadow);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product-category > a {
	display: flex;
	height: 100%;
	color: var(--xwc-ink);
	text-decoration: none;
	flex-direction: column;
}

.woocommerce ul.products li.product-category img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	object-fit: contain;
	background: var(--xwc-surface-soft);
	transition: transform .25s ease;
}

.woocommerce ul.products li.product-category:hover img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 66px;
	margin: 0;
	padding: 14px 16px;
	background: var(--xwc-surface);
	color: var(--xwc-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.22;
	text-align: left;
}

.woocommerce ul.products li.product-category .count {
	flex: 0 0 auto;
	padding: 3px 7px;
	border-radius: 999px;
	background: var(--xwc-surface-soft);
	color: var(--xwc-muted);
	font-size: 11px;
	font-weight: 700;
}

/**
 * Navigazione principale XWC.
 */

@media (min-width: 992px) {
	/*
	 * Il tema legacy aggiunge una freccia tramite ::before alle voci con
	 * sottomenu. Nel menu Xwaters compatto l'icona si sovrappone al testo:
	 * il dropdown desktop resta segnalato dal comportamento hover/focus.
	 */
	#site-navigation .navbar-nav > li.menu-item-has-children > a::before,
	.main-menu .navbar-nav > li.menu-item-has-children > a::before,
	.navbar .navbar-nav > li.menu-item-has-children > a::before {
		content: none;
		display: none;
	}

	.site-header.business-heading .site-heading {
		order: 1;
		padding-bottom: 12px;
	}

	.site-header.business-heading .header-right {
		padding-bottom: 12px;
	}

	.site-header.business-heading .menu-heading {
		flex: 0 0 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.site-header.business-heading #site-navigation {
		width: 100%;
	}

	#site-navigation .navbar-nav,
	.main-menu .navbar-nav,
	.navbar .navbar-nav {
		align-items: stretch;
		justify-content: center;
		width: 100%;
		flex-wrap: nowrap;
	}

	#site-navigation .navbar-nav > li > a,
	.main-menu .navbar-nav > li > a,
	.navbar .navbar-nav > li > a {
		display: flex;
		align-items: center;
		min-height: 42px;
		padding: 0 clamp(5px, .55vw, 9px);
		color: var(--xwc-ink);
		font-size: clamp(11px, .72vw, 12px);
		font-weight: 650;
		line-height: 1.15;
		white-space: nowrap;
	}

	#site-navigation .navbar-nav > li > a:hover,
	#site-navigation .navbar-nav > li > a:focus,
	#site-navigation .navbar-nav > li.current-menu-item > a,
	#site-navigation .navbar-nav > li.current-menu-ancestor > a {
		color: var(--xwc-accent);
	}

	#site-navigation .menu-item-has-children,
	.main-menu .menu-item-has-children,
	.navbar .menu-item-has-children {
		position: relative;
	}

	#site-navigation .menu-item-has-children > .sub-menu,
	#site-navigation .menu-item-has-children > .dropdown-menu,
	.main-menu .menu-item-has-children > .sub-menu,
	.main-menu .menu-item-has-children > .dropdown-menu,
	.navbar .menu-item-has-children > .sub-menu,
	.navbar .menu-item-has-children > .dropdown-menu {
		display: block;
		visibility: hidden;
		z-index: 1000;
		min-width: 260px;
		margin: 0;
		padding: 10px;
		border: 1px solid rgba(0, 0, 0, .08);
		border-top: 3px solid currentColor;
		border-radius: 0 0 8px 8px;
		opacity: 0;
		background: #fff;
		box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
		transform: translateY(8px);
		transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
	}

	#site-navigation .menu-item-has-children:hover > .sub-menu,
	#site-navigation .menu-item-has-children:hover > .dropdown-menu,
	#site-navigation .menu-item-has-children:focus-within > .sub-menu,
	#site-navigation .menu-item-has-children:focus-within > .dropdown-menu,
	#site-navigation .menu-item-has-children.xwc-submenu-open > .sub-menu,
	#site-navigation .menu-item-has-children.xwc-submenu-open > .dropdown-menu,
	.main-menu .menu-item-has-children:hover > .sub-menu,
	.main-menu .menu-item-has-children:hover > .dropdown-menu,
	.main-menu .menu-item-has-children:focus-within > .sub-menu,
	.main-menu .menu-item-has-children:focus-within > .dropdown-menu,
	.navbar .menu-item-has-children:hover > .sub-menu,
	.navbar .menu-item-has-children:hover > .dropdown-menu,
	.navbar .menu-item-has-children:focus-within > .sub-menu,
	.navbar .menu-item-has-children:focus-within > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0s;
	}

	#site-navigation .sub-menu a,
	#site-navigation .dropdown-menu a,
	.main-menu .sub-menu a,
	.main-menu .dropdown-menu a,
	.navbar .sub-menu a,
	.navbar .dropdown-menu a {
		display: block;
		padding: 9px 12px;
		border-radius: 5px;
		color: #222;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.25;
		white-space: normal;
	}

	#site-navigation .sub-menu a:hover,
	#site-navigation .sub-menu a:focus,
	#site-navigation .dropdown-menu a:hover,
	#site-navigation .dropdown-menu a:focus,
	.main-menu .sub-menu a:hover,
	.main-menu .dropdown-menu a:hover,
	.navbar .sub-menu a:hover,
	.navbar .dropdown-menu a:hover {
		background: #f2f5f6;
		text-decoration: none;
	}

	.xwc-submenu-toggle {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.site-header.business-heading .site-branding-logo img {
		max-width: 230px;
	}
}

@media (max-width: 991px) {
	.site-header.business-heading .heading-row {
		justify-content: space-between;
		min-height: 70px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.site-header.business-heading .site-branding-logo img {
		max-width: min(220px, 62vw);
	}

	.site-header.business-heading .menu-heading {
		order: initial;
		flex: 0 0 auto;
		width: auto;
		border-top: 0;
	}

	.site-header.business-heading .header-right {
		order: initial;
		flex: 1 1 auto;
		padding-bottom: 0;
	}

	#site-navigation .menu-item-has-children,
	.main-menu .menu-item-has-children,
	.navbar .menu-item-has-children {
		position: relative;
	}

	#site-navigation .menu-item-has-children > a,
	.main-menu .menu-item-has-children > a,
	.navbar .menu-item-has-children > a {
		padding-right: 52px;
	}

	.xwc-submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		display: grid;
		width: 48px;
		height: 44px;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(0, 0, 0, .09);
		border-radius: 0;
		background: transparent;
		color: inherit;
		place-items: center;
	}

	.xwc-submenu-toggle::before {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform .18s ease;
	}

	.menu-item-has-children.xwc-submenu-open > .xwc-submenu-toggle::before {
		transform: translateY(2px) rotate(225deg);
	}

	#site-navigation .menu-item-has-children > .sub-menu,
	#site-navigation .menu-item-has-children > .dropdown-menu,
	.main-menu .menu-item-has-children > .sub-menu,
	.main-menu .menu-item-has-children > .dropdown-menu,
	.navbar .menu-item-has-children > .sub-menu,
	.navbar .menu-item-has-children > .dropdown-menu {
		display: none;
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		padding: 4px 0 8px 16px;
		border: 0;
		border-left: 3px solid rgba(0, 0, 0, .13);
		border-radius: 0;
		background: rgba(0, 0, 0, .035);
		box-shadow: none;
	}

	#site-navigation .menu-item-has-children.xwc-submenu-open > .sub-menu,
	#site-navigation .menu-item-has-children.xwc-submenu-open > .dropdown-menu,
	.main-menu .menu-item-has-children.xwc-submenu-open > .sub-menu,
	.main-menu .menu-item-has-children.xwc-submenu-open > .dropdown-menu,
	.navbar .menu-item-has-children.xwc-submenu-open > .sub-menu,
	.navbar .menu-item-has-children.xwc-submenu-open > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	/**
	 * Menu mobile XWC.
	 *
	 * Il pannello usa direttamente #theme-menu, cioè lo stesso albero
	 * WordPress mostrato su desktop, senza creare una seconda navigazione.
	 */
	body.xwc-mobile-menu-ready #theme-menu {
		position: fixed;
		z-index: 10002;
		top: 0;
		left: 0;
		display: block !important;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		width: min(88vw, 380px);
		height: 100dvh;
		margin: 0;
		padding: 64px 0 24px;
		background: #fff;
		box-shadow: 12px 0 36px rgba(0, 0, 0, .2);
		opacity: 0;
		transform: translateX(-102%);
		transition: transform .24s ease, opacity .2s ease, visibility 0s linear .24s;
	}

	body.xwc-mobile-menu-open #theme-menu {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		transition-delay: 0s;
	}

	body.xwc-mobile-menu-open {
		overflow: hidden;
	}

	body.xwc-mobile-menu-ready #theme-menu > .navbar-nav,
	body.xwc-mobile-menu-ready #theme-menu > ul {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.xwc-mobile-menu-ready #theme-menu > ul > li {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .08);
	}

	body.xwc-mobile-menu-ready #theme-menu li > a {
		display: block;
		min-height: 46px;
		padding: 13px 54px 13px 20px;
		color: var(--xwc-ink);
		font-size: 15px;
		font-weight: 650;
		line-height: 1.3;
		white-space: normal;
	}

	body.xwc-mobile-menu-ready #theme-menu .dropdown-menu a,
	body.xwc-mobile-menu-ready #theme-menu .sub-menu a {
		min-height: 42px;
		padding-top: 11px;
		padding-bottom: 11px;
		font-size: 14px;
		font-weight: 550;
	}

	body.xwc-mobile-menu-ready #theme-menu .xwc-submenu-toggle {
		z-index: 2;
	}

	/*
	 * Dopo il distacco dall'header, #theme-menu non ha più gli antenati
	 * .navbar/.main-menu usati dalle regole responsive generali. Gestiamo
	 * quindi l'accordion direttamente sul nodo spostato sotto body.
	 */
	body.xwc-mobile-menu-ready #theme-menu .menu-item-has-children > .sub-menu,
	body.xwc-mobile-menu-ready #theme-menu .menu-item-has-children > .dropdown-menu {
		display: none !important;
		visibility: visible;
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		padding: 4px 0 8px 16px;
		border: 0;
		border-left: 3px solid rgba(0, 0, 0, .13);
		border-radius: 0;
		background: rgba(0, 0, 0, .035);
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	body.xwc-mobile-menu-ready #theme-menu .menu-item-has-children.xwc-submenu-open > .sub-menu,
	body.xwc-mobile-menu-ready #theme-menu .menu-item-has-children.xwc-submenu-open > .dropdown-menu {
		display: block !important;
	}

	.xwc-mobile-menu-backdrop {
		position: fixed;
		z-index: 10001;
		inset: 0;
		visibility: hidden;
		border: 0;
		background: rgba(10, 18, 20, .54);
		opacity: 0;
		transition: opacity .2s ease, visibility 0s linear .2s;
	}

	body.xwc-mobile-menu-open .xwc-mobile-menu-backdrop {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}

	.xwc-mobile-menu-close {
		position: fixed;
		z-index: 10003;
		top: 12px;
		left: min(calc(88vw - 50px), 330px);
		display: grid;
		visibility: hidden;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: var(--xwc-surface-soft);
		color: var(--xwc-ink);
		font-size: 0;
		opacity: 0;
		place-items: center;
		transition: opacity .2s ease, visibility 0s linear .2s;
	}

	.xwc-mobile-menu-close::before,
	.xwc-mobile-menu-close::after {
		content: "";
		position: absolute;
		width: 18px;
		height: 2px;
		background: currentColor;
	}

	.xwc-mobile-menu-close::before {
		transform: rotate(45deg);
	}

	.xwc-mobile-menu-close::after {
		transform: rotate(-45deg);
	}

	body.xwc-mobile-menu-open .xwc-mobile-menu-close {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}

	/* Il clone storico del menu non viene usato: la fonte è #theme-menu. */
	body.xwc-mobile-menu-ready .hc-offcanvas-nav {
		display: none !important;
	}

	.woocommerce-products-header {
		margin-bottom: 16px;
	}

	.woocommerce ul.products {
		box-sizing: border-box;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 10px;
		padding-left: 10px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 10px;
		row-gap: 20px;
	}

	.woocommerce ul.products::before,
	.woocommerce ul.products::after {
		display: none;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products li.product-category {
		box-sizing: border-box;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0;
		margin: 0 !important;
	}

	.woocommerce ul.products li.product:not(.product-category) > a:first-child {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.woocommerce ul.products li.product:not(.product-category) a img,
	.woocommerce-page ul.products li.product:not(.product-category) a img {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1;
		margin: 0 0 12px !important;
		padding: 6px;
		background: var(--xwc-surface);
		object-fit: contain;
		object-position: center;
	}

	.woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
		max-width: 100%;
		padding-right: 4px;
		padding-left: 4px;
		font-size: clamp(14px, 4vw, 17px);
		line-height: 1.18;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.woocommerce ul.products li.product:not(.product-category) .price,
	.woocommerce-page ul.products li.product:not(.product-category) .price {
		padding-right: 4px;
		padding-left: 4px;
	}

	.woocommerce ul.products li.product:not(.product-category) .xwc-archive-order {
		width: auto;
		margin-right: 4px;
		margin-left: 4px;
	}

	.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
		align-items: flex-start;
		min-height: 70px;
		padding: 11px 12px;
		font-size: 14px;
		flex-direction: column;
		gap: 5px;
	}

	.woocommerce ul.products li.product-category .count {
		padding: 2px 6px;
		font-size: 10px;
	}
}

/* Prevent Bootstrap clearfix pseudo-elements from becoming hero grid items. */
.xw-home-hero__grid::before,
.xw-home-hero__grid::after {
  content: none;
  display: none;
}
