
:root {
    --zero-px: 0px;
    --primary-ff: Libre-Franklin__;
    --body-line-height: 1.7em;
    --body-font-weight: 400;
    --body-font-size: 14px;
    --h1-font-size: 44px;
    --h2-font-size: 25px;
    --h3-font-size: 22px;
    --h4-font-size: 15px;
    --colors-blackSchrift_dunkel: #575756;
    --colors-pantone_383c: #a8ad00;
    --colors-paper: #ffffff;
    --colors-black: #000000;
    --colors-pantone_cool_gray_11c: #54565a;
    --colors-10_tint: #ececec;
    --colors-citron:  #a8ad1a;
    --colors-quartz: #4a4a49;
    --colors-quartz_70: #777777;
    --colors-liver-dogs:#59351f;
    --colors-10-tint:#ededed;
    --color-border-30tint:#c6c6c6;
    --color-bg-10tint: #ededed;
    --h-text-transform: uppercase
    --secondary-ff: var(--primary-ff);
    --body-font-family: var(--primary-ff);
    --body-bg-color: var(--colors-paper);
    --body-color: var(--colors-blackSchrift_dunkel);
    --link-color: var(--colors-blackSchrift_dunkel);
    --link-color-hover:var(--colors-blackSchrift_dunkel);
    --accent-color: var(--colors-blackSchrift_dunkel);
    --accent-text-color: var(--colors-blackSchrift_dunkel);
    --accent-hover-color: var(--colors-blackSchrift_dunkel);
    --accent-text-hover-color: var(--accent-text-color);
    --header-bgcolor: transparent;
    --header-text-color: var(--colors-blackSchrift_dunkel);
    --search-bg-color: var(--colors-blackSchrift_dunkel);
    --search-text-color: var(--colors-blackSchrift_dunkel);
    --menu-text-color: var(--colors-quartz);
    --menu-text-active: var(--colors-pantone_383c);
    --woocommerce-products-price-fsize:16px;
    --woocommerce-products-hearder-sortting-fsize:16px;
    --woocommerce-products-name-fsize:18px;
    --woocommerce-name-categories-fsize:22px;
    --woocommerce-products-under-fsize:11px;
    --woocommerce-minicart-bottop-Height:50px;
    --woocommerce-minicart-padding-top:20px;
    --products-margin-li4:9px;
    --products-width-li-column-4: calc(100%/4 - (var(--products-margin-li4) / 4 * 3));
    --products-margin-li3:2%;
    --products-width-li-column-3: calc(100%/3 - (var(--products-margin-li3) / 3 * 2));
    --products-margin-li2:5%;
    --products-width-li-column-2: calc(100%/2 - (var(--products-margin-li2) / 2 * 1));
    --woocommerce-cart-font-size:16px;
    --woocommerce-checkout-h3-fsize:27px;
}

@media(min-width: 1440px) {
    :root {

        --body-font-size: 20px;
        --h1-font-size: 52px;
        --h2-font-size: 44px;
        --h3-font-size: 32px;
        --h4-font-size: 28px;
        --woocommerce-products-price-fsize:26px;
        --woocommerce-products-name-fsize:32px;
        --woocommerce-name-categories-fsize:40px;
    }
}
@media(max-width: 1439px) and (min-width:1024px) {
    :root {

        --body-font-size: 16px;
        --h1-font-size: 48px;
        --h2-font-size: 35px;
        --h3-font-size: 26px;
        --h4-font-size: 19px;
        --woocommerce-products-price-fsize:20px;
        --woocommerce-name-price-fsize:28px;
        --woocommerce-name-categories-fsize:33px;


    }
}
@media(max-width: 768px) {
    :root {
     --woocommerce-cart-font-size:14px;
     --woocommerce-checkout-h3-fsize:22px;
    }
}
@media(max-width: 424px) {
    :root {
        --h4-font-size: 24px;
        --h2-font-size: 28px;
    }
}

*,
::after,
::before {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {

    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {

    display: block;
}

body {

    margin: 0;
    font-family: var(--body-font-family) !important;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: start;
    background-color: var(--body-bg-color);
    overflow-y: scroll;
}

body.--no-scroll {

    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

[tabindex="-1"]:focus {

    outline: 0 !important;
}

hr {

    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font-family) !important;
    margin-top: 0;
    margin-bottom: 1.375 rem;
    line-height: 1.2em;
}
h4{font-size: var(--h4-font-size);}
p {

    margin-top: 0;
    margin-bottom: 1.25 rem;
}

abbr[data-original-title],
abbr[title] {

    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {

    margin-bottom: 1 rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {

    margin-top: 0;
    margin-bottom: 1 rem;
}

ol ol,
ol ul,
ul ol,
ul ul {

    margin-bottom: 0;
}

dt {

    font-weight: 700;
}

dd {

    margin-bottom: .5 rem;
    margin-left: 0;
}

blockquote {

    margin: 0 0 1 rem;
}

b,
strong {

    font-weight: var(--font-weight-bold);
}

small {

    font-size: 80%;
}

sub,
sup {

    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {

    bottom: -.25 em;
}

sup {

    top: -.5 em;
}

a {

    color: var(--link-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover {

    color: var(--link-color-hover);
    text-decoration: none;
}

a:not([href]):not([tabindex]) {

    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover  {

    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {

    outline: 0;
}

pre {

    margin-top: 0;
    margin-bottom: 1 rem;
    overflow: auto;
}

figure {

    margin: 0 0 1 rem;
}

img {

    vertical-align: middle;
    border-style: none;
}

svg {

    overflow: hidden;
    vertical-align: middle;
}

table {

    border-collapse: collapse;
}

caption {

    padding-top: .75 rem;
    padding-bottom: .75 rem;
    color: #6c757d;
    text-align: start;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {

    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {

    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {

    -webkit-appearance: listbox;
}

textarea {

    overflow: auto;
    resize: vertical;
}

fieldset {

    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {

    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

progress {

    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {

    height: auto;
}

[type=search] {

    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {

    font: inherit;
    -webkit-appearance: button;
}

output {

    display: inline-block;
}

summary {

    display: list-item;
    cursor: pointer;
}

template {

    display: none;
}

html {

    font-size: var(--body-font-size, 16px);
    background-color: var(--body-bg-color);
}

body {

    background-color: var(--body-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {

    text-rendering: optimizeSpeed;
    word-break: break-word;
}

cite,
dfn,
em,
i {

    font-style: italic;
    font-weight: 300;
    font-size: 14px;
}

b,
strong {

    font-weight: 700
}

blockquote {

    border: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    font-style: italic;
    font-weight: 400;
    margin: 1.5625 rem 0;
    position: relative;
    padding: 1 em 0 1 em 2 em;
}

blockquote:before {

    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: currentColor;
    opacity: .07;
    left: 0;
}

blockquote p:last-child {

    margin-bottom: 0;
}

blockquote p {

    margin-bottom: 1 rem;
}

blockquote,
q {

    quotes: none;
}

blockquote cite,
blockquote small {

    font-size: .9375 rem;
    color: HSL(var(--neutral-6));
    display: inline-block;
}

blockquote>:last-child {

    margin-bottom: 0;
}

address {

    font-style: italic;
    margin: 0 0 1.5625 rem;
}


pre {

    display: block;
    font-size: 87.5%;
    color: #212529;
    overflow: auto;
    max-width: 100%;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid var(--colors-black);
    background-color: var(--colors-paper);
    border-radius: 3px;
    padding: .9375rem 1.25rem;
}

@media (min-width:1025px) {
    pre {
        padding: 1.25rem 1.875rem;
    }
}

pre code {
    font-size: inherit;
    color: inherit;
}

kbd {
    padding: .4375rem .75rem;
    font-size: 87.5%;
    color: var(--colors-quartz);
    background-color: var(--colors-paper);
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

code {
    background-color: var(--colors-paper);
    padding: .4375rem .75rem;
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {

    color: inherit;
}

abbr,
acronym {

    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
}

mark {

    text-decoration: none;
    padding: .4375 rem .75 rem;
    font-size: 87.5%;
    color: var(--accent-color);
    background-color: var(--colors-paper);
}

big {

    font-size: 125%;
}

menu,
ol,
ul {

    margin: 1.25 rem 0;
    padding: 0 0 0 1.875 rem;
}

ul li ul {

    list-style-type: circle;
}

nav ol,
nav ul {

    list-style: none;
    list-style-image: none;
}

li>ol,
li>ul {

    margin: 0;
}

dd {

    margin-bottom: .625 rem;
    margin-left: .9375 rem;
}

table {

    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.5625 rem
}

table th {

    border: 0;
    padding: .5 rem .625 rem;
}

table td {

    padding: .5 rem .75 rem;
}

table tbody tr,
table thead tr {

    border: 1px solid var(--colors-black);
}

table tbody th {

    background: var(--colors-paper);
}

table tbody td,
table tbody th {

    border-right: 1px solid var(--colors-black);
}
