/*!
Theme Name: Faustosari
Theme URI: https://faustosari.com/
Author: Fausto Sari Atelier
Author URI: https://faustosari.com/
Description: Tema su misura per l'atelier Fausto Sari (abiti da sposa e sposo). Tema unico e autonomo: raccoglie la base Saren, tutte le personalizzazioni dell'ex tema child e i moduli FS Collezioni, FS Orari & Sedi e FS Image. Nessun aggiornamento automatico: si aggiorna solo via FTP.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.1
Update URI: false
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pe-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

ATTENZIONE — non rinominare la cartella del tema ne' cambiare "Text Domain".
Il plugin pe-core (widget Elementor + opzioni Redux del tema) usa il dominio di
traduzione "saren" e chiama funzioni saren_* definite qui dentro: i nomi delle
funzioni sono rimasti quelli di Saren proprio per non rompere pe-core.

Derivato da Saren (Pe Themes, http://pethemes.com/) v1.6.8, a sua volta basato
su Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Entrambi distribuiti sotto GNU GPL v2 o successiva.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
Base del tema + le parti di WooCommerce che servono in OGNI pagina.

Diviso il 1 agosto 2026. Prima era un file unico da 295 KB di cui, misurando
su 15 pagine del sito live, veniva usato il 13%: dentro c'erano carrello,
checkout, "ordine ricevuto" e area account, cioe' pagine che su questo sito
non esistono (/carrello/ e /checkout/ rispondono 404).

Cosa e' rimasto qui:
  - tipografia, griglia, header, footer, blog, form;
  - le card degli abiti e i cuori della wishlist: l'overlay di ricerca
    dell'header ne monta un carosello in ogni pagina, quindi non si possono
    spostare;
  - il popup di login, per lo stesso motivo.

Cosa se n'e' andato, e dove:
  css/fs-shop.css              filtri, cambio layout, liste, masonry e scheda
                               abito -> solo pagine con prodotti a schermo
  css/fs-account.css           area "Mio account" -> solo is_account_page()
  css/fs-carrello-checkout.css carrello, checkout, ordine ricevuto e i popup
                               "aggiungi al carrello" -> NON accodato.

Gli accodamenti stanno in inc/fs-performance.php. L'ordine di cascata non
cambia: quei file dipendono da 'style', quindi vengono stampati subito dopo
questo, esattamente dove stavano prima dentro al file unico.
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html.loading a,
html.loading {
    cursor: wait
}

body {
    margin: 0;

}

body,
html {
    /* -ms-scroll-chaining: none;
    overscroll-behavior: none; */
    scroll-behavior: auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.bg--noise {
    z-index: 99999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .05;
    background: #7b7b7b;
}

.woocommerce {
    overflow: visible !important;
}

.elementor-editor-active .bg--noise {
    display: none;
}

@-webkit-keyframes noise {
    to {
        -webkit-transform: translate3d(-7rem, 0, 0);
        transform: translate3d(-7rem, 0, 0);
    }
}

@keyframes noise {
    0% {
        -webkit-transform: translate3d(0, 9rem, 0);
        transform: translate3d(0, 9rem, 0);
    }

    10% {
        -webkit-transform: translate3d(-1rem, -4rem, 0);
        transform: translate3d(-1rem, -4rem, 0);
    }

    20% {
        -webkit-transform: translate3d(-8rem, 2rem, 0);
        transform: translate3d(-8rem, 2rem, 0);
    }

    30% {
        -webkit-transform: translate3d(9rem, -9rem, 0);
        transform: translate3d(9rem, -9rem, 0);
    }

    40% {
        -webkit-transform: translate3d(-2rem, 7rem, 0);
        transform: translate3d(-2rem, 7rem, 0);
    }

    50% {
        -webkit-transform: translate3d(-9rem, -4rem, 0);
        transform: translate3d(-9rem, -4rem, 0);
    }

    60% {
        -webkit-transform: translate3d(2rem, 6rem, 0);
        transform: translate3d(2rem, 6rem, 0);
    }

    70% {
        -webkit-transform: translate3d(7rem, -8rem, 0);
        transform: translate3d(7rem, -8rem, 0);
    }

    80% {
        -webkit-transform: translate3d(-9rem, 1rem, 0);
        transform: translate3d(-9rem, 1rem, 0);
    }

    90% {
        -webkit-transform: translate3d(6rem, -5rem, 0);
        transform: translate3d(6rem, -5rem, 0);
    }

    to {
        -webkit-transform: translate3d(-7rem, 0, 0);
        transform: translate3d(-7rem, 0, 0);
    }
}

main {
    display: block;
    overflow: hidden;
}

.loading main #smooth-content,
.barba--running #smooth-content,
.loading main,
.barba--running main {
    background: var(--mainBackground);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.barba--running main .e-con {
    z-index: 1;
}

.first--load body.loader__fade main,
.first--load body.loader__overlay main,
.first--load body.loader__columns main,
.first--load body.loader__rows main,
.first--load body.loader__blocks main,
.first--load body.loader__slide main {
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    z-index: 999;
    position: relative;
}

.first--load body.loader__slide:has(.pl__left) main {
    -webkit-transform: translateX(-100vw) translateY(100vh);
    -ms-transform: translateX(-100vw) translateY(100vh);
    transform: translateX(-100vw) translateY(100vh);
}

.first--load body.loader__slide:has(.pl__right) main {
    -webkit-transform: translateX(100vw) translateY(100vh);
    -ms-transform: translateX(100vw) translateY(100vh);
    transform: translateX(100vw) translateY(100vh);
}

.first--load body.loader__slide #smooth-content {
    position: relative;
}

.first--load body.loader__slide #smooth-content,
.first--load body.loader__slide main {
    z-index: 99999999999999;
    position: relative;
}

.first--load body.loader__slide:has(.pl__down) #smooth-content,
.first--load body.loader__slide:has(.pl__down) main {
    z-index: 999999;
    position: relative;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.comment-form>p {
    display: block;
    float: left;
    width: 100%
}

.comment-form>p.comment-form-author,
.comment-form>p.comment-form-email {
    width: 50%;
}

.comment-form>p.comment-form-author {
    padding-right: 1em
}

#respond h3#reply-title {
    font-size: 1.777rem;
    margin-bottom: 0;
}

p.comment-notes {
    margin-top: 0;
}

.pe-select {
    position: relative;
    min-width: 300px;
    white-space: nowrap;
}

.pe-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    border-radius: 7.5px;
}

.controls--has--bg .select-items,
.controls--has--bg .select-selected {
    background: var(--secondaryBackground) !important;
}

.products--controls--bordered .select-selected {
    border: 1px solid var(--linesColor);
    padding: 0.5em 1em;
}

.products--controls--rounded .select-selected {
    border-radius: 100px
}

.products--controls--rounded .select-selected.select-arrow-active {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-selected:after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--mainColor) transparent;
    transform: translateY(-50%) rotate(45deg);
}

.select-items div,
.select-selected {
    color: var(--mainColor);
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    position: relative;
}

.select-items {
    position: absolute;
    background-color: var(--secondaryBackground);
    top: calc(100% + 0.2em);
    right: 0;
    z-index: 99;
    white-space: nowrap;
    width: 100%;
}

.products--controls--bordered .select-items {
    background: none;
    border: 1px solid var(--linesColor);
    border-top: none;
    background: var(--mainBackground);
}

.products--controls--bordered .select-selected.select-selected.select-arrow-active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.products--controls--rounded .select-items {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.products--controls--underlined .pe-select {
    width: auto;
    min-width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.products--controls--underlined .select-selected {
    padding-right: 7em;
}

.comment-form-rating .stars:not(:first-of-type) {
    display: none;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.e-con,
:root body.layout--switched .header--switched,
:root {
    --mainColor: #0f0f0f;
    --secondaryColor: #8E9194;
    --mainBackground: #f1f1f1;
    --secondaryBackground: #fff;
    --linesColor: #d1d1d1;
}

.e-con.layout--switched .e-con,
.e-con.layout--switched,
.header--switched,
.header--switched .e-con,
.layout--colors,
:root body.layout--switched,
:root body.layout--switched .e-con {
    --mainColor: #f1f1f1;
    --secondaryColor: #858585;
    --mainBackground: #0f0f0f;
    --secondaryBackground: #191919;
    --linesColor: #2b2b2b;
}

.layout--switched .main-img,
.secondary-img {
    display: none;
}

.layout--switched .secondary-img {
    display: block;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--mainColor);
    font-family: 'General Sans', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

.p-small {
    font-size: 14px;
}

.p-large {
    font-size: 20px;
}

.text-h1,
h1 {
    font-size: 5.61rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.text-h1.big-title,
h1.big-title {
    font-size: 10.47rem;
    line-height: 10.47rem;
    margin-top: 0;
    letter-spacing: -0.06em;
    font-weight: 400;
}

.text-h2,
h2 {
    font-size: 4.209rem;
    line-height: 5.5rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: 400;
}

.text-h3,
h3 {
    font-size: 3.157rem;
    line-height: 4.157rem;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.text-h4,
h4 {
    font-size: 2.369rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-h5,
h5 {
    font-size: 1.777rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.text-h6,
h6 {
    font-size: 1.333rem;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
    font-size: 1rem;
}

.no-margin {
    margin-bottom: 0;
    margin-top: 0
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 0 1.5em;
    margin: 0;
    position: relative;
    border-left: 2px solid var(--mainColor);
    overflow: hidden
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: var(--mainBackground);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding: 0;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

ul ::marker {
    font-size: 0.85em;
    color: #8686867a;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
    list-style-type: square;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

table tr {
    text-align: left;
    border-bottom: 0;
    line-height: 3;
}

table td,
table th {
    text-align: center;
}

table td:first-child,
table th:first-child {
    text-align: left;
}

table td:last-child,
table th:last-child {
    text-align: right;
}

a {
    color: var(--mainColor);
    text-decoration: none;
}

a:visited {
    color: var(--mainColor);
}

a:hover,
a:focus,
a:active {
    color: var(--mainColor);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a.underlined {
    position: relative
}

a.underlined::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background: var(--mainColor);
}

a.underlined:hover::after {
    -webkit-animation-name: toggleLine;
    animation-name: toggleLine;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes toggleLine {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    50% {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }

    51% {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

}

@keyframes toggleLine {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    50% {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }

    51% {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 2rem;
    background: var(--mainColor);
    color: var(--mainBackground);
    line-height: 1;
    padding: 1em 3em;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: none;
    outline: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--mainColor);
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 1em;
    background: none;
    border-radius: 10px;
    width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

form label {
    display: block;
    margin-bottom: 0.34em
}

form.search-form {
    display: block;
    position: relative
}

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

form.search-form input.search-submit {
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
    padding: 1em 2em
}

.search-no-results form.search-form {
    max-width: 35%;
}

body.search.search-no-results main .pe-section {
    min-height: 70vh;
}

.search-results h4.page-title {
    margin-bottom: 0.5em;
}

.pe-section {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.pe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
}

body.home .pe-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pe-wrapper::after {
    display: table;
    clear: both;
    content: '';
}

.pe-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pe-items-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pe-col-1,
.pe-col-2,
.pe-col-3,
.pe-col-4,
.pe-col-5,
.pe-col-6,
.pe-col-7,
.pe-col-8,
.pe-col-9,
.pe-col-10,
.pe-col-11,
.pe-col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pe-col-1 {
    width: 8.333333%
}

.pe-col-6 {
    width: 50%;
}

.pe-col-4 {
    width: 33.333333%
}

.pe-col-8 {
    width: 66.666666%
}

.pe-col-3 {
    width: 25%;
}

.pe-col-2 {
    width: 16.6666666%
}

.pe-col-5 {
    width: 41.666666%
}

.pe-col-10 {
    width: 83.333333%
}

.pe-col-9 {
    width: 75%
}

.pe-col-12 {
    width: 100%;
}

@media only screen and (max-width: 576px) {
    main .pe-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-4 {
        width: 33.333333%
    }

    .sm-8 {
        width: 66.666666%
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.6666666%
    }

    .sm-5 {
        width: 41.666666%
    }

    .sm-10 {
        width: 83.333333%
    }

    .sm-9 {
        width: 75%
    }

    .sm-12 {
        width: 100%;
    }

    .fit-col {
        margin: 0;
    }



}

@media (min-width: 576px) and (max-width: 900px) {

    .md-6 {
        width: 50%;
    }

    .md-4 {
        width: 33.333333%
    }

    .md-8 {
        width: 66.666666%;
    }

    .md-3 {
        width: 25%;
    }

    .md-2 {
        width: 16.6666666%
    }

    .md-5 {
        width: 41.666666%
    }

    .md-10 {
        width: 83.333333%
    }

    .md-9 {
        width: 75%
    }

    .md-12 {
        width: 100%;
    }

}

.pe--page--loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--secondaryBackground);
    color: var(--mainColor);
    z-index: 9999999;

}

.elementor-editor-active .pe--page--loader {
    display: none;
}

.page--loader--count {
    position: absolute;
    top: 50%;
    left: 50%;
}

.numbers--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 100px;
    overflow: hidden;
}

.numbers--wrap>.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1;
}

.numbers--wrap>.number.number__1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.page--loader--caption,
.page--loader--logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
}

.page--loader--caption {
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 70vw;
    text-align: center;
}

.page--loader--caption.capt--marquee {
    min-width: 250px;
}

.page--loader--caption.capt--marquee .pb--marquee__inner {
    --duration: 15s;
}

.loader_caption_line,
.loader_caption_word,
.loader_caption_char {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
}

.page--loader--caption.capt--words,
.page--loader--caption.capt--chars {
    visibility: hidden;
}

.page--loader--caption.capt--words:has(.loader_caption_line),
.page--loader--caption.capt--chars:has(.loader_caption_line) {
    visibility: visible;
}

.page--loader--caption.capt--words .loader_caption_word,
.page--loader--caption.capt--chars .loader_caption_char {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}

.page--loader--caption.capt--fade span {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.page--loader--caption.capt--progress .capt--clone {
    position: absolute;
    left: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

.page--loader--caption.capt--progress {
    max-width: unset;
    white-space: nowrap;
}

.page--loader--caption.capt--progress>span:not(.capt--clone) {
    opacity: .3
}

.page--loader--caption.capt--repeater .cation--repeater--wrap {
    display: block;
    overflow: hidden;
    height: 1.1em;
}

.page--loader--caption.capt--repeater .capt--repeater--inner {
    display: block;
}

.page--loader--caption.capt--repeater .capt--repeater--inner span {
    display: block;
}

.page--loader--logo img {
    width: 100%;
    display: block;
}

.page--loader--logo img.no--op {
    opacity: .3;
}

.page--loader--logo img.op {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
}

.pe--page--loader.pl__rows .page--loader--ov,
.pe--page--loader.pl__columns .page--loader--ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    z-index: 1;
}

.pe--page--loader.pl__rows,
.pe--page--loader.pl__columns {
    background: transparent;

}

.pe--page--loader.pl__rows .page--loader--ov,
.pe--page--loader.pl__columns .page--loader--ov {
    background: transparent;
    opacity: 1;
    z-index: 0;
}

.pe--page--loader.pl__columns .page--loader--ov>span {
    display: block;
    height: 100vh;
    width: calc((100vw / var(--grid)) + 2px);
    position: absolute;
    left: 0;
    -webkit-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    -ms-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);

}

.pe--page--loader.pl__rows .page--loader--ov>span {
    display: block;
    width: 100vw;
    height: calc((100vh / var(--grid)) + 2px);
    position: absolute;
    top: 0;
    -webkit-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    -ms-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}

.page--loader--caption {
    font-size: 20px;
    width: auto;
}

.page--loader--progress.pl--item {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.page--loader--progress.pl--item span.plp--line {
    width: 0%;
    height: 100%;
    background: var(--linesColor);
    z-index: 1;
    display: block;
}

.page--loader--progress.pl--item span.plp--perc {
    position: absolute;
    top: 10px;
    left: -3em;
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    color: var(--mainColor);
}

.page--loader--progress.pl--item span.plp--perc::before {
    content: "[";
    margin-right: 3px
}

.page--loader--progress.pl--item span.plp--perc::after {
    content: "]";
    margin-left: 3px
}

.pe--page--loader.pl__slide .page--loader--ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}

@media only screen and (max-width: 450px) {
    .numbers--wrap {
        font-size: 50px;
    }

    .numbers--wrap>.number {
        height: 50px;
    }

    .pe--page--loader {
        height: 100svh;
    }
}

.pe--page--loader.pl__overlay.pl__down {
    top: unset;
    bottom: 0;
}

.pe--page--loader.pl__overlay.pl__right {
    left: unset;
    right: 0;
}

.pe--page--loader {
    --curve: var(--loader_curve-width);
}

.pe--page--loader.pl__fade:not(.pl__fade-simple) {
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__up {

    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__down {

    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__left {

    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__right {

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__blocks {
    background-color: transparent;
}

.pe--page--loader.pl__blocks .page--loader--ov {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--loader__blocks__columns), 1fr);
    grid-template-columns: repeat(var(--loader__blocks__columns), 1fr);
    height: 100vh;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 0;
    -ms-grid-rows: repeat(var(--loader__blocks__rows), 1fr);
    grid-template-rows: repeat(var(--loader__blocks__rows), 1fr);
}

.pe--page--loader.pl__blocks .page--loader--ov>span {
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-left {
    justify-items: start;
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-right {
    justify-items: end;
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.transition--media {
    position: fixed;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    will-change: transform;
}

.transition--media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    display: block;
}

.transition--media.tm--video .pe-video .plyr--playing iframe {
    opacity: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.page--transitions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 70vh;
    background: var(--secondaryBackground);
    color: var(--mainColor);
    z-index: 9999;
    overflow: hidden;
    --curve: var(--transitions_curve-width);
}

.page--transitions .pt--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page--transitions.pt__overlay.pt__left,
.page--transitions.pt__overlay.pt__right {
    width: 0;
    height: 100%;
}

html.transition--ready .page--transitions {
    bottom: unset;
    top: 0;
    right: 0;
    left: unset;
}

.page--transitions.pt__overlay.pt__up {
    height: 0vh;
}

.page--transitions.pt__overlay.pt__down {
    top: 0;
    bottom: unset;
}

html.transition--ready .page--transitions.pt__overlay.pt__down {
    bottom: 0;
    top: unset;
}

.page--transitions.pt__overlay.pt__right {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__overlay.pt__right {
    left: 0;
    right: unset;
}

.page--transitions.pt__fade:not(.pt__fade-simple) {
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    background: -o-radial-gradient(circle, var(--secondaryBackground) var(--mainCount), rgba(255, 255, 255, 0) var(--secondaryCount));
    background: radial-gradient(circle, var(--secondaryBackground) var(--mainCount), rgba(255, 255, 255, 0) var(--secondaryCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}

.page--transitions.pt__fade-simple {
    width: 100%;
    height: 100%;
    background: transparent !important;
    pointer-events: none;
}

html.transition--ready .page--transitions.pt__fade {
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__down {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__down {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(0deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__up {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__up {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(180deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__left {
    background: -webkit-gradient(linear, right top, left top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(270deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__right {
    background: -webkit-gradient(linear, left top, right top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(90deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade.transition--start {
    visibility: visible;
}

.page--transitions.pt__slide {
    width: 100vw;
    height: 100vh;
    background: transparent;
    visibility: hidden;
}

.page--transitions.pt__slide.transition--start {
    visibility: visible;
}

.page--transitions.pt__slide .pt--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 00%;
    background: var(--secondaryBackground);
    z-index: 0;
}

.page--transitions.pt__slide.pt__left .pt--overlay,
.page--transitions.pt__slide.pt__right .pt--overlay {
    width: 0%;
    height: 100%;
}

html.transition--ready .page--transitions.pt__slide .pt--overlay {
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
}

.page--transitions.pt__slide.pt__down .pt--overlay {
    bottom: unset;
    top: 0;
}

html.transition--ready .page--transitions.pt__slide.pt__down .pt--overlay {
    bottom: 0;
    top: unset;
}

.page--transitions.pt__slide.pt__right .pt--overlay {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__slide.pt__right .pt--overlay {
    right: unset;
    left: 0;
}

span.slide--op {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.page--transitions.pt__blocks,
.page--transitions.pt__rows,
.page--transitions.pt__columns {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background-color: transparent;
}

.page--transitions.pt__blocks.transition--start,
.page--transitions.pt__rows.transition--start,
.page--transitions.pt__columns.transition--start {
    visibility: visible;
}

.page--transitions.pt__rows .pt--wrapper,
.page--transitions.pt__columns .pt--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    z-index: 1;
}

.page--transitions.pt__rows,
.page--transitions.pt__columns {
    background: transparent;
    visibility: hidden;
}

.page--transitions.pt__rows .pt--wrapper,
.page--transitions.pt__columns .pt--wrapper {
    background: transparent;
    opacity: 1;
    z-index: 0;
}

.page--transitions.pt__columns .pt--wrapper>span {
    display: block;
    height: 0vh;
    bottom: 0;
    top: unset;
    width: calc((100vw / var(--grid)) + 2px);
    position: absolute;
    left: 0;
    -webkit-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    -ms-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}

.page--transitions.pt__columns.pt__down .pt--wrapper>span {
    top: 0;
    bottom: unset;
}

html.transition--ready .page--transitions.pt__columns.pt__down .pt--wrapper>span {
    bottom: 0;
    top: unset;
}

html.transition--ready .page--transitions.pt__columns .pt--wrapper>span {
    bottom: unset;
    top: 0
}

.page--transitions.pt__rows .pt--wrapper>span {
    display: block;
    width: 00vw;
    height: calc((100vh / var(--grid)) + 2px);
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    -webkit-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    -ms-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}

html.transition--ready .page--transitions.pt__rows .pt--wrapper>span {
    right: 0;
    left: unset;
}

.page--transitions.pt__right .pt--wrapper>span {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__right .pt--wrapper>span {
    left: 0;
    right: unset;
}

.page--transitions.pt__blocks .pt--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--transitions__blocks__columns), 1fr);
    grid-template-columns: repeat(var(--transitions__blocks__columns), 1fr);
    height: 100vh;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 0;
    -ms-grid-rows: repeat(var(--transitions__blocks__rows), 1fr);
    grid-template-rows: repeat(var(--transitions__blocks__rows), 1fr);
}

.page--transitions.pt__blocks .pt--wrapper>span {
    width: 0%;
    height: 0%;
    background: var(--secondaryBackground);
}

.page--transitions.pt__blocks[data-blocks-animation=top] .pt--wrapper>span,
.page--transitions.pt__blocks[data-blocks-animation=bottom] .pt--wrapper>span {
    width: 100%;
}

.page--transitions.pt__blocks[data-blocks-animation=right] .pt--wrapper>span,
.page--transitions.pt__blocks[data-blocks-animation=left] .pt--wrapper>span {
    height: 100%;
}

.page--transitions.pt__blocks[data-blocks-animation=fade] .pt--wrapper>span {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-left {
    justify-items: start;
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-left {
    justify-items: end;
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-right {
    justify-items: end;
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-right {
    justify-items: start;
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.pt--element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    min-width: 405px;
    z-index: 999;
    color: var(--mainColor);
}

.pt--element.pt--logo {
    width: 200px;
    min-width: unset;
}

.pe--page--loader .h-align-left,
.page--transitions .h-align-left {
    left: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .h-align-center,
.page--transitions .h-align-center {
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.pe--page--loader .h-align-center.v-align-middle,
.page--transitions .h-align-center.v-align-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}

.pe--page--loader .h-align-right,
.page--transitions .h-align-right {
    right: 50px;
    left: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .v-align-top,
.page--transitions .v-align-top {
    top: 50px;
    bottom: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .v-align-bottom,
.page--transitions .v-align-bottom {
    top: unset;
    bottom: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: var(--mainColor);
    font-size: 16px;
    color: var(--mainColor);
}

.page--transition--caption {
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 70vw;
    text-align: center;
    margin: 0 auto;
}

.page--transition--caption.capt--marquee {
    min-width: 250px;
}

.page--transition--caption.capt--marquee .pb--marquee__inner {
    --duration: 15s;
}

.transition_caption_line,
.transition_caption_word,
.transition_caption_char {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
}

.page--transition--caption.capt--words,
.page--transition--caption.capt--chars {
    visibility: hidden;
}

.page--transition--caption.capt--words:has(.transition_caption_line),
.page--transition--caption.capt--chars:has(.transition_caption_line) {
    visibility: visible;
}

.page--transition--caption.capt--words .transition_caption_word,
.page--transition--caption.capt--chars .transition_caption_char {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}

.page--transition--caption.capt--fade span {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.page--transition--caption.capt--progress .capt--clone {
    position: absolute;
    left: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

.page--transition--caption.capt--progress {
    max-width: unset;
    white-space: nowrap;
}

.page--transition--caption.capt--progress>span:not(.capt--clone) {
    opacity: .3
}

.page--transition--caption.capt--progress {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.pt--element:has(.capt--progress) {
    min-width: unset;
}

.page--transition--caption.capt--repeater .cation--repeater--wrap {
    display: block;
    overflow: hidden;
    height: 1.1em;
}

.page--transition--caption.capt--repeater .capt--repeater--inner {
    display: block;
}

.page--transition--caption.capt--repeater .capt--repeater--inner span {
    display: block;
}

@media only screen and (max-width: 550px) {
    .page--transition--caption.capt--fade.capt--simple {
        max-width: 80vw;
        margin: 0 auto;
    }
}

div#mouseCursor {
    position: fixed;
    z-index: 99999;
    pointer-events: none;
    -webkit-transition: width .2s ease-out, height .2s ease-out;
    -o-transition: width .2s ease-out, height .2s ease-out;
    transition: width .2s ease-out, height .2s ease-out;
    overflow: hidden;
    width: 15px;
    height: 15px;
    text-align: center;
}

div#mouseCursor>svg {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: super;
    fill: var(--mainColor)
}

div#mouseCursor.cursor--default {
    width: 125px;
    height: 125px;
    opacity: .5
}

div#mouseCursor.cursor--icon,
div#mouseCursor.cursor--text {
    width: 125px;
    height: 125px;
}

div#mouseCursor .cursor-icon,
div#mouseCursor .cursor-text,
div#mouseCursor .cursor-icon,
div#mouseCursor .cursor--drag--icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--mainBackground);
    font-size: 14px;
    text-transform: uppercase;
}

div#mouseCursor .cursor-icon {
    font-size: 2em;
    line-height: 1;
    width: 1em;
}

div#mouseCursor .cursor--drag--icons svg {
    fill: var(--mainBackground);
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

div#mouseCursor .cursor--drag--icons {
    width: 100%;
    display: none
}

div#mouseCursor.dragging .cursor--drag--icons {
    display: block;
}

.site-header {
    z-index: 8888;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    --intColor: var(--mainColor)
}

body.lightbox--active .site-header {
    opacity: 0;
    pointer-events: none;
}

.first--load .site-header {
    opacity: 0;
}

.site-header.header--sticky,
.site-header.header--fixed {
    position: fixed;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.e-con.wd--show--sticky,
.wd--show--sticky {
    display: none;
}

.elementor-editor-active .e-con.wd--show--sticky,
.elementor-editor-active .wd--show--sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--move .wd--show--sticky:not(.e-con) {
    display: block;
}

.header--move .wd--show--sticky.e-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wd--show--on--top:not(.e-con) {
    display: block;
}

.wd--show--on--top.e-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--move .wd--show--on--top {
    display: none;
}

h5.site-title {
    margin-bottom: 0;
    margin-top: 1em;
}

p.site-description {
    margin-top: 0;
}

.site-header>div {
    width: 100%;
}

.site-header.header--template {
    width: 100%;
}

.site-header.header--hide {
    display: none
}

@media only screen and (max-width: 450px) {

    .header--move .wd--show--sticky.vis--disabled--at--mobile:not(.e-con),
    .header--move .wd--show--on--top.vis--disabled--at--mobile:not(.e-con) {
        display: block !important
    }

    .wd--show--on--top.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .wd--show--sticky.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .header--move .wd--show--sticky.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .header--move .wd--show--on--top.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.saren-sub-menu-wrap {
    position: fixed;
    overflow: hidden;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    width: 100vw;
    overflow: hidden;
    max-width: 100vw;
}

.saren-sub-menu-wrap.reveal--style--expand {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 0px;
}

span.sub--wrap--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
    pointer-events: none;
    visibility: hidden;
}

span.sub--wrap--overlay.active {
    visibility: visible;
    opacity: .5;
}

.menu-item.saren-has-children,
.menu-item-has-children {
    z-index: 999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
}

.menu--items--align--center .menu-item.saren-has-children {
    justify-content: center;
}

span.sub--toggle svg {
    width: 1em;
    height: 1em;
    fill: var(--mainColor);
}

.st--wrap:has(i),
.st--wrap:has(svg) {
    width: 1em;
    height: 1em;
    font-size: 20px;
}

.st--wrap {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.menu-item.saren-has-children:has(> a:hover) .st--wrap,
.menu-item-has-children:has(> a:hover) .st--wrap {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.st--wrap:has(i) span.sub--toggle,
.st--wrap:has(svg) span.sub--toggle {
    line-height: 1;
}

.menu-item.saren-has-children:has(i),
.menu-item-has-children:has(i),
.menu-item.saren-has-children:has(svg),
.menu-item-has-children:has(svg) {
    gap: 0
}

.horizontal_slide {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

@media only screen and (max-width: 450px) {
    .saren-sub-menu-wrap {
        display: none
    }
}

.site-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2
}

.pin-spacer-fixedFooter {
    z-index: 2 !important
}

body:has(.footer--fixed) main {
    z-index: 3;
    position: relative;
}

body:has(.saren--checkout--form) .site-footer {
    display: none;
}

body.hide--footer .site-footer {
    display: none;
}

.saren--popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
}

.saren--popup>div>div,
.saren--popup>div {
    pointer-events: none;
    z-index: 1;
    position: relative;
}

.saren--popup>div>div>div {
    pointer-events: all;
    position: relative !important;
    z-index: 2;
}

span.saren--popup--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: black;
    opacity: .6;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    pointer-events: all;
    z-index: 0;
}

.saren--popup span.pop--close {
    display: block;
    right: unset;
    -webkit-transform: translateY(-25%) translateX(-75%);
    -ms-transform: translateY(-25%) translateX(-75%);
    transform: translateY(-25%) translateX(-75%);
    z-index: 333;
    pointer-events: all;
    background: var(--mainColor);
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.saren--popup span.pop--close.active {
    opacity: 1;
}

.saren--popup span.pop--close svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: var(--mainBackground);
}

.pe-archive-grid {
    display: block;
    float: left;
}

.pe-archive-post {
    padding: 2em 1em;
    background: var(--secondaryBackground);
    margin: 12.5px 0;
    width: calc(50% - 12.1px);
}

body.search-results .pe-archive-post {
    margin-bottom: 1.5em
}

.pe-archive-post.sticky {
    color: var(--mainBackground);
    background: var(--mainColor);
}

.pe-archive-post.sticky a {
    color: var(--mainBackground);
}

.pe-archive-post.sticky a.underlined::after {
    background: var(--mainBackground);
}

.pe-archive-post.has_thumb {
    padding: 1em 1em 2em 1em;
}

.pe-archive-post.has_thumb>.pe-archive-post-thumbnail {
    margin-bottom: 1em;
}

.pe-archive-grid-sizer {
    width: calc(50% - 12.1px);
}

.pe-archive-grid-gutter {
    width: 25px
}

.pe-archive-post-thumbnail {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.pe-archive-post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.pe-archive-post-thumbnail a>img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.pe-archive-post-details {
    padding: 0 1em;
}

.pe-archive-post .pe-archive-post-details>.entry-title {
    margin-bottom: 5px;
    white-space: revert;
    margin-top: 0;
    overflow-wrap: anywhere;
}

.pe-archive-post-meta {
    opacity: .65;
}

.pe-archive-post-meta>span:first-child::after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

.pe-theme-posts-nav {
    display: block;
    width: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    text-align: center;
    margin: 2em 0 1em 0;
}

.op-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.ajax_loading {
    opacity: .25;
    pointer-events: none
}

.single-post .entry-title {
    margin-top: 0;
    margin-bottom: 1em
}

body.single-post .post-thumbnail {
    margin: 0;
}

.single-post .entry-content,
.single-post .entry-meta {
    display: block;
    margin: 0;
    float: left
}

.single-post .entry-meta {
    width: 30%;
    padding-right: 10%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.single-post .entry-content {
    width: 60%
}

.single-post .entry-meta>div {
    text-transform: uppercase;
    margin-bottom: 1em
}

.single-post .entry-meta>div span.post-meta-title {
    display: block;
}

.single-post .post-thumbnail {
    overflow: hidden;
    margin-bottom: 3rem;
    max-height: 75vh;
}

.single-post .has-post-thumbnail .entry-title {
    margin-bottom: 0.5em;
}

.single-post .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post .has-post-thumbnail .entry-meta {
    padding-left: 25px;
}

.single-post .has-post-thumbnail .entry-content {
    padding-right: 25px;
    width: calc(60% - 25px);
}

@media (min-width: 450px) and (max-width: 900px) {}

@media only screen and (max-width: 450px) {

    .pe-archive-grid-sizer,
    .pe-archive-post {
        width: 100%;
    }

    .pe-archive-grid-gutter {
        width: 0px
    }


}

.main-navigation {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: calc(100% + 1em);
    left: auto;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 1em 1em 1.5em;
    background: var(--mainColor);
    border-radius: 1rem;
    -webkit-transform: translateX(-1.5em);
    -ms-transform: translateX(-1.5em);
    transform: translateX(-1.5em);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    pointer-events: none;
}

.main-navigation ul.menu--horizontal ul>li {
    font-size: 18px;
    line-height: 36px;
}

.main-navigation li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1em;
    pointer-events: none;
    left: 0;
}

.main-navigation li.menu-item-has-children:hover::after {
    pointer-events: all
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;

}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
    color: var(--mainBackground)
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

.main-navigation>ul>li {
    position: relative;
    font-size: 20px;
}

.main-navigation .main-menu:not(.menu--vertical) a {
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2em;
    }

}

.has--bg.elementor-widget-penavmenu .main-navigation ul.menu {
    background: var(--secondaryBackground);
    padding: 0.5em 0.5em;
    --radius: 7.5px;
    border-radius: var(--radius);
    --left: 0.25em;
    --width: 0;
    gap: 0;
}

.nav--menu--has--backdrop .main-navigation ul {
    -webkit-backdrop-filter: blur(var(--backdropBlur));
    backdrop-filter: blur(var(--backdropBlur));
    --backdropBlur: 20px;
}

.has--bg.elementor-widget-penavmenu .main-navigation ul li {
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.has--bg.elementor-widget-penavmenu .main-navigation ul.menu li a {
    padding: 0 1em;
    color: var(--mainColor);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.has--bg.elementor-widget-penavmenu .main-navigation ul li.current_page_item a,
.has--bg.elementor-widget-penavmenu .main-navigation ul.menu li a:hover {
    color: var(--mainBackground)
}

.wrap--overflows .main-navigation ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post:not(.pe-archive-post),
.page {
    margin: 0 0 1.5em;
}

body.page,
body.elementor-page .page {
    margin: 0;
}

.site-main.shop-page,
html:not(.barba--running) body:not(.elementor-page) main {
    padding-top: 100px;
}

body.error404 main {
    padding-top: 0 !important
}

body.single-product .site-main.shop-page {
    padding-top: 0;
}

article.single-blog-post {
    width: 100%;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.elementor-page .entry-content {
    margin-top: 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list li {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list .comment-meta>.image {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

ol.comment-list .comment-meta>.image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

ol.comment-list .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ol.comment-list li .comment {
    position: relative;
    padding: 1em;
    background: var(--secondaryBackground);
    margin: 1em 0;
    border-radius: 25px;
    overflow: hidden
}

ol.comment-list .comment-meta .comment-usr {
    margin-left: 1em;
}

ol.comment-list .comment-meta .comment_date {
    opacity: .5;
}

ol.comment-list li .comment a.comment-reply-link {
    position: absolute;
    top: 1em;
    right: 1.5em;
    font-size: 0.75em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

ol.comment-list li .comment:hover a.comment-reply-link {
    opacity: 1;
}

ol.comment-list li ul.children {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0.5em;
    margin-left: 0;
}

ol.comment-list #respond h3#reply-title {
    font-size: 1em;
    letter-spacing: 0;
}

ol.comment-list #respond h3#reply-title small {
    float: right;
}

.widget {
    margin: 0 0 1.5em;
    background: var(--secondaryBackground);
    padding: 1em 2em;
}

.widget select {
    max-width: 100%;
}

h2.widget-title {
    font-size: 1rem;
    margin-bottom: 1em;
    letter-spacing: 0;
}

.tagcloud>a {
    border: 1px solid;
    padding: 0.25em 0.5em;
    display: inline-block;
    margin: 0em 0.5em 0.5em 0em;
}

.widget h2.wp-block-heading {
    font-size: 1.3rem;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.pinner {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    display: block;
    float: left;
}

.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

body:not(.woocommerce-page) .show-only-woo {
    display: none;
}

.elementor-editor-active .show-only-woo {
    display: block !important
}

.woocommerce-shop .pe-wrapper .product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-shop .pe-wrapper .product-acts {
    position: absolute;
    top: 0;
    left: 1em;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce-shop .pe-wrapper .product-acts a {
    font-weight: normal !important;
    background: var(--mainColor) !important;
    color: var(--mainBackground) !important;
    border-radius: 15px !important;
    font-size: 14px !important;
}

.woocommerce-shop .pe-wrapper .pe-single-product:hover .product-acts {
    opacity: 1;
}

.woocommerce-shop .pe-wrapper img.product-image-back {
    position: absolute;
    top: 0;
}

.sidebar-active .saren--single--product {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.sidebar-active .saren--products-grid.sales_highlighted .saren--single--product.sale {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.product-price ins {
    background: none !important;
}

.sale--badge {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #950101;
    border-radius: 5px;
    line-height: 1;
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    --transformX: 0%;
    --transformY: 0%;
    font-size: 12px;
}

.sale--badge p {
    margin: 0;
    line-height: 1 !important;
    font-size: 0.8em !important;
}

.metas__pos-column-reverse .sale--badge {
    top: 55px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    -webkit-appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 8px 20px;
    font-size: 1em;
    background-color: transparent;
    border-radius: 0;
    border-color: var(--linesColor);
    text-transform: uppercase;
    font-size: 0.9em;
}

form.woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.woocommerce-message {
    margin-bottom: 0;
}

h1.woocommerce-products-header__title.page-title {
    margin: 0;
    text-transform: uppercase;
}

.woocommerce-page .page-header-wrap.wrapper-full {
    margin: 0;
    padding: 0;
}

.woocommerce-page .page-header.shop-page-header.section {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-page .page-header.shop-page-header.section .pe-wrapper .pe-col-12,
.woocommerce-page .page-header.shop-page-header.section .pe-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 1.2em 3em 1.2em 3.5em;
    font-size: 0.8rem;
    background-color: var(--secondaryBackground) !important;
    overflow: hidden;
    border-radius: 7px 0px 0px 0px;
    gap: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    top: 1.3em;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    display: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    color: var(--mainColor);
    background: none !important;
}

.woocommerce-message.saren--woo--message a.button {
    display: none;
}

.woocommerce-message.saren--woo--message .message--close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: var(--mainColor);
    line-height: 0;
    border-radius: 10px;
    font-size: 17px;
    padding: 2px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--linesColor);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.saren--woo--message .message--close svg {
    fill: var(--mainBackground);
    width: 1em;
    height: 1em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.saren--woo--message .message--close:hover {
    background: var(--secondaryBackground);
}

.woocommerce-message.saren--woo--message .message--close:hover svg {
    fill: var(--mainColor);
}

.woocommerce-message.saren--woo--message span.message--timer {
    position: absolute;
    bottom: 1px;
    width: var(--width);
    height: 2px;
    background: var(--mainColor);
    left: 0;
    --width: 1%;
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    background: var(--mainColor);
    color: var(--mainBackground);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart svg {
    fill: var(--mainBackground);
    vertical-align: bottom;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart:hover {
    background: var(--mainBackground);
    color: var(--mainColor);
    border: 1px solid var(--linesColor)
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart:hover svg {
    fill: var(--mainColor);
}

.archive-products-section {
    padding-top: 0;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.archive-products-section .pe-wrapper .pe-col-12 {
    padding: 0
}

.shop-page-header .page-title {
    display: inline-block;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 25px;
}

.shop-page-header .page-title>span {
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 576px) {

    .woocommerce-notices-wrapper .woocommerce-message {
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
        white-space: normal;
        padding-right: 0;
    }

    .woocommerce-notices-wrapper {
        width: calc(100vw - 20px);
        left: 10px;
        bottom: 10px;
    }

    .woocommerce-message a.button.saren--woo--button.saren-view-cart {
        display: block;
        float: left;
    }

}

.saren--products-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--columns), 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    width: 100%;
    float: left;
    margin-top: 1em;
    row-gap: 25px;
    --columns: 4;
    border-width: 1px;
    border-color: var(--linesColor);
}

.woo-products-archive .saren--products-grid {
    --columns: var(--shop_grid_columns);
    --gap: calc(var(--grid_columns_gap) * 1px);
    gap: var(--gap);
}

@media only screen and (max-width: 576px) {

    .woo-products-archive .saren--products-grid {
        --columns: 1;
    }
}

.woo-products-archive .metas__pos-column-reverse .saren--product--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.woo-products-archive .metas__orientation-column .saren--product--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.woo-products-archive .actions__orientation-column .saren--product--actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woo-products-archive .saren--products--load--more p {
    background: var(--mainColor);
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--mainBackground);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid var(--linesColor);
}

.woo-products-archive .saren--products--load--more.saren--products--pagination.loading p {
    cursor: wait
}

.woo-products-archive .saren--products--load--more p:hover {
    color: var(--mainColor);
    background: var(--mainBacjground);
}

.woo-products-archive .pe--product--filters label {
    padding: 0.5em 1em;
    border: 1px solid var(--linesColor);

}

.woo-products-archive .saren--products--filter--cats.pe--product--filters label {
    border-radius: 5px;
}

.woo-products-archive .saren--products-grid-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.woo-products-archive.products--controls--bordered .products--sorting .pe-select {
    border: 1px solid var(--linesColor);
    border-radius: 10px;

}

.products--sorting .pe-select {
    min-width: 200px;
}

.products--sorting {
    position: relative;
    z-index: 2;
}

.woo-products-archive .select-items {
    width: 100%;
    border: 1px solid var(--linesColor);
}

.section.woo-products-archive .pe-col-12 {
    padding: 0;
}

.woo-products-archive .pe--product--filters.filters--popup .filters--wrapper {
    --topSpacing: 0;
    --bottomSpacing: 0;
    width: 25vw;
    --leftSpacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    --rightSpacing: unset;
    min-width: auto;
    border-radius: 0;
    gap: 25px;
    height: 100vh;
}

.woo-products-archive .pe--product--filters .filters--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 25px;
}

.woo-products-archive .pe--product--filters .terms-list {
    gap: 1em;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) .terms-list-title {
    text-transform: capitalize;
}

.woo-products-archive .filters--button.pe--pop--button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
}

.filters--button.pe--pop--button i {
    font-size: 1em;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button {
    background: var(--mainColor);
    color: var(--mainBackground);
}

.woo-products-archive.products--controls--bordered .filters--button.pe--pop--button {
    border: 1px solid var(--linesColor);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button svg {
    fill: var(--mainBackground);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover {
    color: var(--mainColor);
    border-color: var(--linesColor);
    background: transparent;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover svg {
    fill: var(--mainColor);
}

.woo-products-archive .saren--product--image--wrap {
    --radius: var(--border_radius_product_image-padding-top) var(--border_radius_product_image-padding-right) var(--border_radius_product_image-padding-bottom) var(--border_radius_product_image-padding-left);
}

.woo-products-archive .saren--single--product {
    border-radius: var(--border_radius_product-padding-top) var(--border_radius_product-padding-right) var(--border_radius_product-padding-bottom) var(--border_radius_product_image-padding-left);
    border-color: var(--linesColor) !important;
}

.woo-products-archive .saren--single--product .saren--product--meta {
    gap: calc(var(--archive_metas_gap) * 1px);
}

.col--2 .saren--products-grid {
    --columns: 2 !important;
}

.col--3 .saren--products-grid {
    --columns: 3 !important;
}

.col--4 .saren--products-grid {
    --columns: 4 !important;
}

.col--5 .saren--products-grid {
    --columns: 5 !important;
}

.saren--product--meta {
    padding: 0.5em 1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* display: none; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.saren--product--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.saren--product--extras {
    font-size: 14px;
    color: var(--secondaryColor);
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--product--main:has(.product-short-desc) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.saren--single--product .product-short-desc {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
    color: var(--secondaryColor);
    margin-top: 1em;
}

.extras__orientation-row .saren--product--extras {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saren--product--extras>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.saren--product--extras>div>span {
    display: inline-block;
}

.saren--product--extras>div>span:not(.single--product--attribute--label)::after {
    content: ',';
    display: inline-block;
    margin: 0 0.2em
}

.saren--product--extras>div>span:last-child::after {
    display: none;
}

.saren--product--extras>div.saren--single--product--attributes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.saren--product--extras>div.saren--single--product--attributes .single--product--attributes>span.term--has--color,
.saren--product--extras>div.saren--single--product--attributes .single--product--attributes.attr--dt--variation_color_only>span {
    font-size: 0;
    width: 1rem;
    height: 1rem;
    background: var(--bg);
    display: block;
    border-radius: var(--radius);
    --radius: 50%;
}

.saren--product--extras>div.saren--single--product--attributes>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.saren--product--extras>div.saren--single--product--attributes .single--product--attributes>span {
    line-height: 1;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--linesColor);
    padding: 0.5em 0.75em;
    border-radius: var(--radius);
    --radius: 5px;
    text-align: center;
}

.saren--single--product--attributes:has(span.single--product--attribute--label) .single--product--attributes {
    opacity: 0;
    transition: opacity .3s ease;
}

.saren--product--extras>div>span.single--product--attribute--label {
    position: absolute;
    transition: opacity .3s ease;
    pointer-events: none;
}

.saren--single--product--attributes:has(span.single--product--attribute--label):hover .single--product--attributes {
    opacity: 1;
}

.saren--single--product--attributes:has(span.single--product--attribute--label):hover span.single--product--attribute--label {
    opacity: 0;
}

.saren--product--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.saren--product--image,
.saren--product--video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 100%;
    z-index: 1;
}

.product--image--hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.saren--single--product:hover .product--image--hover {
    opacity: 1
}

.product--image--hover img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.saren--single--product:has(.product--image--hover) .saren--product--video,
.saren--single--product:has(.product--image--hover) .saren--product--image {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.saren--product--image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.saren--single--product:has(.product--image--hover):hover .saren--product--video,
.saren--single--product:has(.product--image--hover):hover .saren--product--image {
    opacity: 0;
}

.saren--single--product:has(.product--image--hover):hover .product--image--hover {
    opacity: 1
}

.saren--product--video a {
    width: 100%;
    height: 100%;
    display: block
}

.saren--product--image img {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}

.saren--product--image--wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
    --radius: 7.5px;
}

.yith-wcwl-add-to-wishlist-button {
    display: block;
}

.saren--single--atc .qty {
    display: none;
}

.saren--single--product .saren--quantity--control {
    display: none;
}

.saren--single--product .saren--cart--form {
    color: var(--mainColor);
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    margin-bottom: 0 !important;
}

.saren--single--product button.single_add_to_cart_button.button.alt {
    padding-right: 0.8rem !important;
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button svg {
    display: inline-block;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button svg {
    fill: var(--mainColor);
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button:hover svg {
    fill: var(--mainBackground);
}

.saren--single--product .variations--active .saren--cart--form button.single_add_to_cart_button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button {
    width: 100%;
    text-align: left;
    padding: 1em !important;
    --radius: 5px;
    border-radius: var(--radius);
    font-weight: normal
}

.saren--single--product .woocommerce-variation-price {
    position: absolute;
    bottom: 0.45em;
    right: 2em;
    z-index: 5;
    color: var(--mainColor);
    font-size: 14px;
}

.yith-wcwl-add-button a {
    font-size: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.yith-wcwl-add-button a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.saren--single--product .stock {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
}

.yith-wcwl-add-button {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
}

span.pe--compare--wrap .compare--svg.added {
    display: none;
}

span.pe--compare--wrap:has(a.compare.added) .compare--svg.added {
    display: block;
}

span.compare--svg.added {
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    display: none;
}

span.compare--svg.added svg {
    fill: var(--secondaryColor);
}

.yith-wcwl-add-button a,
.woocommerce.product.compare-button a {
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.woocommerce.product.compare-button a:hover {
    background: unset;
    color: unset;
}

.saren--product--element a {
    position: relative;
    --radius: 50%;
    --backdropBlur: 10px;
    border-width: 1px;
    border-color: var(--linesColor);
    border-radius: var(--radius);
}

.has--hover.has--bg .saren--product--element a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.has--hover.has--bg .saren--product--element a svg {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.has--hover.has--bg .saren--product--element a::before,
.has--bg .saren--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: var(--radius);
}

.has--hover.has--bg .saren--product--element a::before {
    width: 0%;
    height: 0%;
    background: var(--mainColor);
    z-index: 1;
    border-radius: var(--radius);
    -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
}

.has--hover.has--bg .saren--product--element a:hover::before {
    width: 100%;
    height: 100%;
}

.has--hover.has--bg .saren--product--element a:hover {
    color: var(--mainBackground)
}

.has--hover.has--bg .saren--product--element a:hover svg {
    fill: var(--mainBackground)
}

.has--backdrop .saren--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: var(--radius);
    -webkit-backdrop-filter: blur(var(--backdropBlur));
    backdrop-filter: blur(var(--backdropBlur))
}

.yith-wcwl-add-button a.view-wishlist,
.yith-wcwl-add-button .separator {
    display: none
}

.saren--products--grid--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--products--filter--cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.saren--products--filter--cats>div {
    padding: 0.5em 1.5em;
    background: var(--secondaryBackground);
    border-radius: 10px;
}

.saren--product--element.element--description h4 {
    margin-bottom: 1em;
}

.saren--single--product.metro .saren--product--meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 1.5em;
    z-index: 3;
}

.saren--single--product.metro .saren--single--atc {
    width: 100%;
}

.saren--single--product.metro form.variations_form.cart {
    position: static;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--meta {
    bottom: unset;
    top: 0;
}

.saren--single--product.card .saren--product--wrap {
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: var(--secondaryBackground);
    border-radius: 7.5px;
}

.saren--single--product.card .saren--product--meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--single--product.card .saren--product--image {
    border-radius: 5px
}

.image-hover-zoom-out .saren--product--image:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.image-hover-zoom-in .saren--product--image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.image-hover-zoom-out .saren--product--image img,
.image-hover-zoom-in .saren--product--image img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    -o-transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98), -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
}

.saren--single--product.sharp .saren--product--image--wrap,
.saren--single--product.sharp .saren--cart--form,
.saren--single--product.sharp .saren--product--image,
.saren--single--product.sharp .saren--product--video {
    --radius: 0;
}

.saren--single--product.sharp .saren--product--meta {
    padding: 0.5em 1em 2em 1em;
    background: var(--secondaryBackground);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.saren--single--product.sharp:has(.product-short-desc) .saren--product--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-transform: unset;
}

.saren--single--product.sharp .product-short-desc {
    max-width: 90%;
    color: var(--secondaryColor)
}

.saren--product--wrap.product--box--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    background: var(--secondaryBackground);
}

.saren--product--wrap.product--box--wrap .saren--product--image--wrap {
    width: 100%;
    height: auto;
}

.saren--product--wrap.product--box--wrap .saren--product--main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--product--wrap.product--box--wrap .saren--product--actions>div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.saren--product--wrap.product--box--wrap .saren--product--actions {
    position: static;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: auto;
}

.saren--product--wrap.product--box--wrap .saren--product--meta {
    border-radius: var(--radius);
    padding: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    --radius: 50px;
}

.saren--single--product:has(.saren--product--wrap.product--box--wrap) {
    border: 1px solid var(--linesColor);
    border-radius: var(--radius);
    --radius: 50px;
}

.saren--product--wrap.product--box--wrap .product-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (max-width: 576px) {

    .saren--product--wrap.product--box--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.saren--product--actions {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 2;
    pointer-events: none;
}

.actions__orientation-column .saren--product--actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.saren--product--actions>div {
    pointer-events: all;
    -webkit-transform: translateY(calc(100% + 1.1em));
    -ms-transform: translateY(calc(100% + 1.1em));
    transform: translateY(calc(100% + 1.1em));
    -webkit-transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    -o-transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s
}

.actions--visiblity--show-on-image .saren--product--actions {
    bottom: unset;
    top: 1em;
    left: 1em;
}

.actions--visiblity--show-on-image .saren--product--actions>div {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.saren--product-quick-action>a {
    line-height: 0;
}

.saren--product-quick-action svg {
    fill: var(--mainColor);
}

.actions__orientation-column .saren--product--actions>div {
    -webkit-transform: translateX(calc(-100% - 1.1em)) !important;
    -ms-transform: translateX(calc(-100% - 1.1em)) !important;
    transform: translateX(calc(-100% - 1.1em)) !important;
}

.saren--product--actions>div:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.saren--product--actions>div:nth-child(2) {
    -webkit-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s
}

.saren--product--actions>div:nth-child(3) {
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s
}

.saren--product--actions>div:nth-child(4) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.saren--product--actions>div:nth-child(5) {
    -webkit-transition-delay: 0.28s;
    -o-transition-delay: 0.28s;
    transition-delay: 0.28s
}

.saren--single--product:hover .saren--product--actions>div {
    -webkit-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--actions {
    top: unset;
    bottom: 1em;
}

.saren--single--product.metro .saren--product--actions {
    bottom: unset;
    top: 1em;
}

.saren--product--actions .saren--single--atc {
    width: 100%;
}

.saren--single--atc form.cart {
    margin-bottom: 0 !important;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--actions>div {
    -webkit-transform: translateY(calc(100% + 1.1em));
    -ms-transform: translateY(calc(100% + 1.1em));
    transform: translateY(calc(100% + 1.1em));
}

.saren--single--product.metro .saren--product--actions>div {
    -webkit-transform: translateY(calc(-100% - 1.1em));
    -ms-transform: translateY(calc(-100% - 1.1em));
    transform: translateY(calc(-100% - 1.1em));
}

.saren--product-quick-action {
    padding: 0.75em;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    --radius: 5px;
    border-width: 1px;
    border-color: var(--linesColor);
}

.saren--single--product.sharp .saren--product-quick-action {
    border-radius: 0;
}

.actions--hovers--yes .saren--product-quick-action:has(a.compare.button.added),
.actions--hovers--yes .saren--product-quick-action:has(.yith-wcwl-add-to-wishlist-button--added),
.actions--hovers--yes .saren--product-quick-action:hover {
    background: var(--mainColor);
    color: var(--secondaryBackground);
}

.actions--hovers--yes .saren--product-quick-action:has(a.compare.button.added) svg,
.actions--hovers--yes .saren--product-quick-action:hover svg {
    fill: var(--secondaryBackground) !important;
}

.saren--product-quick-action svg,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button svg {
    width: 1.1rem !important;
    height: 1.1rem !important;
    max-width: unset !important;
    line-height: 1;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .add_to_wishlist img,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--mainColor) !important;
}

.woocommerce.product.compare-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

svg#yith-wcwl-icon-bookmark-outline {
    fill: transparent;
    stroke: var(--mainColor);
}

.actions--hovers--yes .saren--product-quick-action:hover svg#yith-wcwl-icon-bookmark-outline {
    stroke: var(--mainBackground);
}

.actions--hovers--yes .yith-wcwl-add-to-wishlist-button--added svg#yith-wcwl-icon-bookmark {
    fill: var(--mainBackground);
    stroke: var(--mainBackgroud);

}

.saren--product-quick-action span {
    line-height: 0;
}

.add--to--cart--style--icon .saren--product-quick-action button.single_add_to_cart_button {
    font-size: 0 !important;
}

.add--to--cart--style--icon .saren--single--atc {
    width: auto !important;
}

.add--to--cart--style--icon .saren--product-quick-action span.card-add-icon {
    display: block;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.saren--cart--form .single_add_to_cart_button.loading span.card-add-icon,
.saren--cart--form .single_add_to_cart_button.added span.card-add-icon {
    opacity: 0;
}

.add--to--cart--style--icon .saren--product-quick-action svg.cart-done,
.add--to--cart--style--icon .saren--product-quick-action svg.cart-loading {
    width: 1.1rem;
    height: 1.1rem;
    line-height: 0;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.add--to--cart--style--icon .saren--product-quick-action svg.cart-loading {
    -webkit-animation-name: cartLoadingIcon !important;
    animation-name: cartLoadingIcon !important;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.add--to--cart--style--icon .saren--product-quick-action span.card-add-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    position: static !important;
    line-height: 0;
    fill: var(--mainColor);
}

.add--to--cart--style--icon .saren--product-quick-action:hover span.card-add-icon svg {
    fill: var(--secondaryBackground);
}

span.card-add-icon {
    display: none;
}

.add--to--cart--style--icon .saren--product-quick-action .saren--cart--form button.single_add_to_cart_button {
    padding: 0.8rem !important;
    cursor: pointer;
}

.saren--product--meta:has(.saren--product--actions) {
    position: relative;
}

.saren--product--meta .saren--product--actions {
    position: absolute;
    right: 1em;
    top: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: unset;
}

.saren--product--meta .saren--product--actions>div {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    margin: 0;
    --radius: 0;
    background: none;
}

.pe--account--login--popup.pe--styled--popup {
    min-width: 25vw;
}

.pe--account--login--popup .woocommerce-privacy-policy-text {
    max-width: 30vw;
}

.saren--login-sec {
    display: block;
    width: 100%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--login-sec .lost--password--col,
.saren--login-sec .login--col,
.saren--login-sec .register--col {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.saren--login-sec .lost--password--col,
.saren--login-sec .login--col,
.saren--login-sec .register--col {
    display: none;
}

.saren--login-sec.login--active .login--col {
    display: block;
}

.saren--login-sec.register--active .register--col {
    display: block;
}

.saren--login-sec.lost--password--active .lost--password--col {
    display: block;
}

.saren--login-sec form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0;
    border: none;
    padding: unset;
    text-align: unset;
    border-radius: unset;
}

.lost--password--col input[type="submit"] {
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}

.saren--login-sec .lost--password--col p,
.saren--login-sec .register--col p,
.saren--login-sec .login--col p {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: block;
    margin-bottom: 1em;
    width: 100% !important;
    text-align: left;
}

.saren--login-sec .login--form--heading {
    background: var(--secondaryBackground);
    padding: 0.75em;
    text-align: center;
    border-radius: var(--radius);
    bottom: 30px;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --radius: 10px;
}

.saren--login-sec .register-heading.login--form--heading,
.saren--login-sec .login-heading.login--form--heading {
    margin-top: 100px
}

.saren--login-sec.register--active .register-heading.login--form--heading {
    display: none;
}

.saren--login-sec.lost--password--active .login-heading.login--form--heading,
.saren--login-sec.login--active .login-heading.login--form--heading {
    display: none;
}

.saren--login-sec .login--form--heading.lost--password-heading.login--form--heading {
    position: relative;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    background: none;
}

.saren--login-sec .login--form--heading.lost--password-heading.login--form--heading p {
    font-size: 12px;
    line-height: 1.4;
}

p.lost_password {
    display: none !important;
}

.saren--login-sec .login--form--heading p {
    margin: 0;
}

.saren--login-sec.login--active .login-heading,
.saren--login-sec.register--active .register-heading {
    opacity: 0;
    pointer-events: none;
}

.saren--login-sec form label {
    position: absolute;
    top: 0.5em;
    left: 14px;
    font-size: 12px;
    color: var(--secondaryColor);
    -webkit-transform: translateX(var(--transformX)) translateY(var(--transformY));
    -ms-transform: translateX(var(--transformX)) translateY(var(--transformY));
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    z-index: 2;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    text-transform: none;
}

.saren--login-sec form input[type="email"],
.saren--login-sec form input[type=password],
.saren--login-sec form input[type=text] {
    min-width: 300px;
    background: var(--secondaryBackground);
    padding: 2em 1em 0.5em 1em;
    border: none;
    border-color: var(--linesColor);
    border-width: 1px;
    border-radius: var(--radius);
    --radius: 7px;
}

.saren--login-sec button.woocommerce-Button,
.saren--login-sec button.woocommerce-button {
    display: block !important;
    width: 100%;
    border-radius: var(--radius) !important;
    --radius: 5px;
    background: var(--mainColor) !important;
    color: var(--secondaryBackground) !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    padding: 0.75em !important;
}

.saren--login-sec label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    position: static;
    text-align: left;
    margin-bottom: 1em;
}

p.lost_password a {
    font-size: 14px;
    color: var(--secondaryColor);
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    color: var(--secondaryColor);
    text-align: left;
    text-transform: none !important;
    line-height: 1.3;
}

.saren--login-sec .login--form--heading p {
    font-size: 14px;
    color: var(--secondaryColor);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.saren--login-sec .login--form--heading:hover p {
    color: var(--mainColor);
}

@media only screen and (max-width: 576px) {


    .text-h1,
    h1 {
        font-size: 4.61rem;
        line-height: 1;
    }


    .text-h1.big-title,
    h1.big-title {
        font-size: 7.47rem;
        line-height: 7.47rem;
        margin-top: 0
    }


    .text-h2,
    h2 {
        font-size: 2.209rem;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1.2;
    }

    .text-h3,
    h3 {
        font-size: 2.157rem;
        line-height: 3rem;

    }

    .text-h4,
    h4 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .text-h5,
    h5 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.2;
    }

    .text-h6,
    h6 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.4;
    }



    h1,
    h2,
    h3,
    h4,
    .text-h1,
    .text-h2,
    .text-h3,
    .text-h4 {
        letter-spacing: -0.022em;
    }

    .p-large {
        font-size: 1rem
    }



    .pe--single--post.psp--elementor.post_horizontal {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .thmb {
        width: 100% !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .post-details {
        max-width: 100% !important;
    }

    .hide-br-mobile br {
        display: none;
    }

    .hide--on--mobile {
        display: none !important;
    }

    p.text-h6.cart-product-title.product-name {
        font-size: 1em;
        line-height: 1em;
    }

    .cart-product-details {
        padding-left: 0;
    }

    .cart-product-remove {
        display: none;
    }

    .cart-product-details {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cpq-acts {
        width: 60%;
    }


    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div#mouseCursor {
        display: none;
    }

    .saren--products-grid-controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    form.woocommerce-ordering {
        width: 45%;
    }

    .pe-wrapper.saren--checkout--wrapper {
        flex-direction: column;
        justify-content: end;
    }

    .pe-wrapper {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .pe-wrapper .pe-wrapper,
    .pe-col-12 .pe-col-12 {
        padding: 0;
    }

    .pe-col-1,
    .pe-col-2,
    .pe-col-3,
    .pe-col-4,
    .pe-col-5,
    .pe-col-6,
    .pe-col-7,
    .pe-col-8,
    .pe-col-9,
    .pe-col-10,
    .pe-col-11,
    .pe-col-12 {
        padding: 10px
    }

    .saren--single--product .product-image {
        border-radius: 25px;
    }

    .site-main.shop-page,
    body main {
        padding-top: 0;
    }

    .fullscreen_menu ul.menu.main-menu .sub-menu li {
        font-size: 30px;
        letter-spacing: -0.04em;
    }

    .woocommerce table.shop_attributes th {
        font-size: 1rem !important;
    }

    .woocommerce table.shop_attributes td {
        font-size: 1rem;

    }

    .related-products .saren-products-grid {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .related-products .saren-products-grid .saren-single-product {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .pe--product-head>div {
        width: 100%;
        padding-top: 0;
        overflow: visible;
        max-width: 100vw;
    }

    .pe--product-head.img-masonry .product-gallery-wrap,
    .product-gallery-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-gap: 25px;
    }

    .grid-sizer,
    .grid-gutter {
        display: none
    }

    .pe--product-head.img-masonry .product-gallery-image,
    .product-gallery-wrap .product-gallery-image {
        width: calc(100vw / 100 * var(--pgal-mobile-width));
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-gallery-wrap .product-gallery-image:first-child {
        padding-left: 0;
    }

    .pe--product-head>div.product-info {
        width: 100%;
        margin-bottom: 0;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-tabs>div {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .saren-product-details.wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-description {
        max-width: 100%;
    }

    .pe--product-details h5 {
        font-size: 1rem;
        line-height: 1.6;
    }

    .product-price {
        margin-bottom: 0;
    }

}


/*--------------------------------------------------------------
# Recuperi dal blocco archivio (01/08/2026)
#
# Queste due regole stavano fra i layout d'archivio, spostati in
# css/fs-shop.css. Restano qui perche' agganciano elementi anche fuori dal
# negozio: l'overlay di ricerca dell'header monta un carosello di abiti in
# OGNI pagina del sito, comprese contatti, FAQ e privacy policy.
# Verificato una per una su 12 pagine non-negozio.
--------------------------------------------------------------*/

.saren--single--product {
    margin-bottom: var(--masonryGutter);
    border-color: var(--linesColor);
    border-width: 1px;
}

@media only screen and (max-width: 576px) {
    .saren--products--grid--controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1em;
    }
}

/*--------------------------------------------------------------
# Recupero dal blocco checkout (01/08/2026)
#
# Stava fra le regole del form di login del checkout (riga 7919 del file
# originale), ma il suo effetto vero e' un altro: nasconde il pulsante
# "continua come ospite" dentro il popup di accesso dell'header, che il tema
# stampa in TUTTE le pagine. Senza, il popup si allunga di 81 px e compare un
# pulsante che qui non ha nessun senso.
#
# Trovata spegnendo una per una le 322 regole del blocco e misurando la
# geometria del popup dopo ognuna: e' l'unica delle 322 che cambia qualcosa
# fuori dal checkout.
--------------------------------------------------------------*/

.saren--login-sec .saren--continue--as--guest.scag--button.login--form--heading {
    display: none;
}

/*--------------------------------------------------------------
# Recupero dai fogli di WooCommerce (01/08/2026)
#
# woocommerce.css, woocommerce-layout.css e woocommerce-smallscreen.css sono
# 140 KB che ora si caricano solo sulle pagine con i prodotti (vedi
# inc/fs-performance.php). Sulle altre servivano a tre cose sole: .clear,
# .screen-reader-text — che il tema ha gia' qui sopra, riga 3259 — e un blocco
# :root di variabili colore che nessun foglio di questo tema legge (verificato
# cercando var(--wc-) in tutti i CSS del tema: zero occorrenze).
# Resta da riportare solo questa.
--------------------------------------------------------------*/

.clear {
    clear: both;
}
