/*!
Theme Name: apricotspace
Theme URI: http://underscores.me/
Author: ApricotSpace
Author URI: https://www.apricotspace.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apricotspace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

apricotspace is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Theme

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"]:not(:focus, :active)::-webkit-search-cancel-button {
    display: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
:root {
    --white: #FFFFFF;
    --black: #000000;
    --bg: #F8F8F8;
    --accent: #F68935;
    --light-grey: #DCDCDC;
    --placeholder: #B7B7B7;
    --dark-grey: #717070;
    --input: #21221C;
    --wc-grey: #A9ADB2;
    --red: #FF3B30;
    --select2: #d6d6d6;

    --radius: 20px;
    --gap: 20px;
    --half-gap: calc(var(--gap) / 2);
    --box-padding: 16px;

    --add-to-wishlist-icon-color: var(--accent);
    --added-to-wishlist-icon-color: var(--accent);
}

@font-face {
    font-family: 'MontserratArm';
    src: url("fonts/MontserratArm/MontserratArm-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratArm';
    src: url("fonts/MontserratArm/MontserratArm-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratArm';
    src: url("fonts/MontserratArm/MontserratArm-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratArm';
    src: url("fonts/MontserratArm/MontserratArm-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'MontserratArm', sans-serif;
}

body.ru {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    word-break: break-word;
}

button,
input,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1,
.h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 30px 0;
}

h2,
.h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36.57px;
    margin: 30px 0 20px 0;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 20px 0;
}

h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    font-weight: 500;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    font-weight: 500;
    margin: 2.33em 0;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
    padding-left: 20px;
    border-left: 5px solid #474748;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    color: var(--black);
    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%;
}

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

    p,
    .entry-content ul,
    .entry-content ol {
        margin: 10px 0;
    }

    h1,
    .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 34px;
    }

}

/* Elements
--------------------------------------------- */
body {
    background-color: var(--bg);
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

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

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
}

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

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.button,
.wcssc-cart .load-cart .button,
.wc-proceed-to-checkout a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: var(--radius);
    padding: 10px 40px;
    border: none;
    background-color: var(--white);
    box-shadow: 0px 2px 6.8px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    transition: 0.4s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.wcssc-cart .load-cart .button:hover,
.wc-proceed-to-checkout a:hover {
    background-color: var(--accent);
    color: var(--white);
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.btn:disabled,
.wcssc-cart .load-cart .button:disabled {
    cursor: default;
    background-color: var(--light-grey);
    color: var(--dark-grey);
    pointer-events: none;
}

.btn--black {
    background-color: var(--black);
    color: var(--white);
    min-height: 40px;
    padding: 10px 32px;
}

.btn--accent {
    background-color: var(--accent);
    color: var(--white);
}

.btn--accent:hover {
    background-color: var(--white);
    color: var(--accent);
}

.btn--sm,
.woocommerce-notices-wrapper .button {
    min-height: 34px;
    padding: 8px 40px;
    text-transform: uppercase;
}

.btn--outline {
    box-shadow: none;
    border: 1px solid #BCBCBC;
}

.btn-icon,
svg {
    color: inherit;
}

.btn svg {
    width: auto;
    height: 24px;
    margin-right: 10px;
}

.accent {
    color: var(--accent)
}

input,
textarea,
select,
.select2-container .select2-selection {
    width: 100%;
    height: 44px;
    border-radius: var(--radius);
    border: 1px solid #A0A0A0;
    padding: 10px 16px;
    color: var(--input);
    outline: none;
    appearance: none;
}

select {
    border: 1px solid #ccc;
    padding-right: 40px;
    background-image: url(img/dropdown.svg);
    background-position: calc(100% - 16px) center;
    background-size: 16px;
    background-repeat: no-repeat;
}

:focus-visible {
    outline: none;
}

::placeholder {
    color: var(--placeholder);
    font-family: inherit;
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0 7px;
    margin-left: -7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 8px 7px;
}

/* #end select2 */

textarea {
    width: 100%;
    height: 119px;
    resize: none;
}

label {
    display: block;
    margin-bottom: 30px;
}

.label-text {
    color: var(--input);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: block;
    margin-bottom: 14px;
}

.form-submit {
    text-align: center;
    position: relative;
}

.form-submit input {
    width: auto;
}

/* cf7 */
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.form-submit .wpcf7-spinner {
    position: absolute;
    top: 10px;
}

/* radio btn */
.radio-label,
#shipping_method label,
.wc_payment_methods label {
    cursor: pointer;
    display: inline-block;
}

.radio-text,
#shipping_method label,
.wc_payment_methods label {
    display: block;
    position: relative;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    background-image: url(img/radio.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    min-height: 24px;
    padding-left: 30px;
    color: var(--black);
}

.radio:checked+.radio-text,
#shipping_method input:checked+label,
.wc_payment_methods input:checked+label {
    background-image: url(img/radio-selected.svg);
}

.radio:disabled,
#shipping_method input:disabled+label,
.wc_payment_methods input:disabled+label {
    background-image: url(img/radio-passive.svg);
    color: var(--light-grey);
}

/* checkbox btn */
.checkbox-label {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.checkbox-text,
.store-filter__group-item-link {
    display: block;
    position: relative;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    background-image: url(img/checkbox.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position-y: 0;
    min-height: 24px;
    padding-left: 35px;
    color: var(--black);
    font-size: 15px;
}

.store-filter__group-item-link-category.active {
    color: var(--accent);
}

.store-filter__group--size{
    text-transform: capitalize !important;
}

.store-sidebar__title{
    text-transform: capitalize !important;
}

.store-filter__group-header{
    cursor: pointer;
}

/* .store-filter__group-list {
    max-height: 425px !important;
} */

.store-filter__group{
    padding: 10px 20px !important;
}

.checkbox:checked+.checkbox-text,
.store-filter__group-item-link.active {
    background-image: url(img/checkbox-selected.svg);
    font-weight: 600;
}

.store-filter__group-title{
    font-size: 16px !important;
    font-weight: 500 !important;
}



.checkbox:disabled {
    background-image: url(img/checkbox-passive.svg);
    color: var(--light-grey);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.d-none {
    display: none !important;
}

.box {
    display: block;
    max-width: 1212px;
    width: 100%;
    padding: 0 var(--box-padding);
    margin: 0 auto;
}

.square-image-box, .product-thumb {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    position: relative;
}

.square-image-box img, .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.object-contain,
.object-cover {
    overflow: hidden;
    position: relative;
}

.object-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.object-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space {
    padding-top: 50px;
    margin-top: 30px;
}

.rounded {
    border-radius: var(--radius);
    overflow: hidden;
}
.red {
    color: var(--red)!important;
}
.ttu {
    text-transform: uppercase!important;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* socials */
.socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials__link {
    display: block;
    width: 32px;
    height: 32px;
}

.socials__link+.socials__link {
    margin-left: 42px;
}

/* footer */
.footer {
    background-color: var(--black);
    color: var(--white);
    padding: 50px 0 0;
}

.footer__branding {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

.footer__logo {
    display: block;
    width: 210px;
    height: 60px;
    margin: 0 auto;
}

.footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav ul li {
    margin-bottom: 10px;
}

.footer__nav ul a {
    display: block;
    font-weight: 500;
    padding: 0 36px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__nav ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    max-width: 978px;
    margin: 0 auto 30px;
}

.footer__socials {
    margin: var(--gap) 0;
}

.site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: var(--gap);
    color: var(--white);
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
}

@media screen and (max-width: 800px) {
    .footer {
        padding-top: 40px;
    }

    .footer__logo {
        width: 165px;
        height: 46px;
    }

    .footer__menu,
    .footer__text {
        margin-bottom: 30px;
    }

    .footer__nav ul {
        flex-direction: column;
        align-items: center;
    }

    .footer__nav ul li {
        margin: 0;
    }

    .footer__nav ul a,
    .footer__nav ul li:last-child a {
        padding: 2.5px;
        border: none;
    }

    .site-info {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
        padding: 13px 0 20px;
    }

    .copyright {
        margin-right: var(--gap);
    }
}

/* hero */
.hero {
    background: var(--light-grey);
    height: 247px;
    margin-bottom: 30px;
    padding-bottom: 1px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.hero img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hero .breadcrumbs-wr {
    position: relative;
    z-index: 2;
}

.replaced-banner {
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
    .hero #breadcrumbs .breadcrumb_last {
        color: var(--white);
    }

    .hero .breadcrumbs-wr {
        margin-bottom: 20px;
    }
}

/* brands */
.brands {
    overflow: hidden;
}

.brands__text {
    margin-bottom: var(--gap);
    color: rgba(0, 0, 0, 0.7);
}

.brands .swiper {
    overflow: visible;
}

.brands__slider .swiper-wrapper {
    padding: 5px 0;
}

.brands__slide {
    width: 130px;
    height: 130px;
    padding: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--gap);
    font-weight: 500;
    font-size: 14.94px;
    line-height: 18.22px;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
    transition: 0.4s;
}

/* stores */
.stores__grid {
    display: flex;
    justify-content: space-between;
}

[data-coords] {
    cursor: pointer;
}

.stores__list {
    margin-right: var(--gap);
    max-width: 450px;
}

.stores__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-left: 54px;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
}

.stores__loc-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.stores__info {
    margin-top: 6px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--half-gap);
}

.stores__info-item {
    display: flex;
    align-items: center;
}

.stores__info-icon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
}

.stores__map {
    max-width: 708px;
    width: 100%;
    height: 424px;
    position: relative;
    flex: 1;
}

.stores__map iframe {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .stores__grid {
        flex-direction: column;
    }

    .stores__list {
        margin: 0 0 var(--gap) 0;
    }

    .stores__map {
        flex: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .stores__list {
        max-width: unset;
    }

    .stores__info {
        display: flex;
        flex-wrap: wrap;
    }

    .stores__info-item {
        margin-right: 15px;
    }
}

/* posts grid */
.post-grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.post-grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--half-gap) var(--gap);
}

@media screen and (max-width: 576px) {
    .post-grid-2-col {
        grid-template-columns: repeat(1, 1fr);
        gap: var(--gap);
    }
}

/* post item */
.post-list-wr {
    overflow: hidden;
}

.post-list .swiper-slide {
    margin-right: var(--gap);
    width: calc(100% / 3 - 13px);
}

.post-item__media {
    display: block;
    height: 258px;
    margin-bottom: 18px;
    border-radius: var(--radius);
    background-color: var(--light-grey);
}

.post-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
    margin: 0;
}

.post-item__more {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    color: var(--accent);
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 991px) {
    .post-list .swiper-slide {
        margin-right: var(--gap);
        width: calc(100% / 2 - 13px);
    }
}

@media screen and (max-width: 800px) {
    .post-item__media {
        height: 234px;
        margin-bottom: 10px;
        border: 1px solid var(--light-grey);
    }

    .post-item__more {
        margin-top: 5px;
    }

    /* post list */
    .post-list-wr {
        overflow: visible;
    }

    .post-list .swiper-slide {
        margin-right: 8px;
        width: 282px;
    }

    .post-list .post-item__media {
        height: 192px;
        margin-bottom: 13px;
        border: none;
    }

    .post-list .post-item__title {
        font-weight: 500;
        font-size: 13.41px;
        line-height: 19.38px;
        height: 20px;
    }

    .post-list .post-item__more {
        font-weight: 400;
        font-size: 11.18px;
        line-height: 14.9px;
    }
}

/* title */
.styled-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
}

.styled-title::after {
    content: "";
    width: 200px;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    order: 2;
    margin-left: 30px;
    flex-shrink: 3;
    min-width: 35px;
}

.styled-title__text {
    flex-shrink: 0;
    max-width: 70%;
}

.styled-title__link {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    flex-shrink: 0;
}

.styled-title__link::after {
    content: "";
    width: 34px;
    height: 34px;
    background: url(img/title-arrow.svg) center/cover no-repeat;
    display: block;
    margin-left: 18px;
}

@media screen and (max-width: 800px) {
    .styled-title::after {
        margin-left: 20px;
    }
}

/* pagination */
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: var(--half-gap);
}

.page-numbers {
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
}

.page-numbers:hover:not(.disabled):not(.dots) {
    color: var(--accent);
    text-decoration: none;
    border-color: var(--light-grey);
}

.page-numbers svg {
    width: 17px;
    height: auto;
}

.page-numbers path {
    fill: currentColor;
}

.page-numbers.current {
    color: var(--accent);
    text-decoration: none;
    background-color: var(--light-grey);
    cursor: default;
}

.page-next,
.page-prev {
    color: var(--placeholder);
}

.page-next.disabled,
.page-prev.disabled {
    opacity: 0.5;
    border: none;
}

.page-next svg path,
.page-prev svg path {
    fill: currentColor;
}

.next.page-numbers,
.prev.page-numbers {
    font-size: 0;
    line-height: 0;
    background-size: 17px auto;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.next.page-numbers {
    background-image: url(img/pag-next.svg);
}

.prev.page-numbers {
    background-image: url(img/pag-prev.svg);
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

@media screen and (max-width: 800px) {
    .pagination {
        margin-top: 20px;
    }
}

/* sharing */
.sharing {
    align-items: center;
}

.sharing-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    text-decoration: none;
    line-height: 0;
}

.sharing-links a:hover {
    text-decoration: none;
}

.sharing-links svg {
    width: 34px;
    height: 34px;
}

/* breadcrumbs */
.breadcrumbs-wr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 30px 0;
}

.breadcrumbs-wr::before {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--light-grey);
    display: block;
    margin-right: 14px;
}

#breadcrumbs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: var(--dark-grey);
    flex-shrink: 0;
}

#breadcrumbs a {
    color: inherit;
}

#breadcrumbs>span span {
    display: inline-block;
}

#breadcrumbs>span span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    background: url(img/breadcrumb-sep.svg) center no-repeat;
    background-size: auto 10px;
    margin-left: -3px;
    /* spacing */
}

#breadcrumbs>span span:first-child::before {
    content: none;
}

#breadcrumbs .breadcrumb_last {
    color: var(--black);
}

#breadcrumbs a:hover {
    color: var(--accent);
    text-decoration: none;
}

/* Navigation
--------------------------------------------- */

/* header */
.header {
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    z-index: 10;
    position: relative;
}

.header-part {
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__phone {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    background: url(img/phone.svg) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 32px;
    min-height: 20px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.top-menu li {
    margin: 0 calc(78px/2);
}
.header__socials {
    display: flex;
    align-items: center;
}
.header-light .socials__link {
    width: 24px;
    height: 24px;
}

.header-light .socials__link+.socials__link, .header__socials  .wpml-lang-switcher {
    margin-left: 32px;
}

/* wpml custom language dropdown */
.wpml-lang-switcher {
    position: relative;
    display: flex;
}

.lang-toggle {
    min-height: unset;
}

.lang-toggle,
.lang-toggle:hover {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    color: var(--black);
}

.lang-toggle__globe {
    width: 20px;
    height: auto;
    margin: 0 12px 0 0;
}

.lang-toggle__arrow {
    width: 10px;
    height: auto;
}

.lang-toggle.opened .lang-toggle__arrow {
    transform: rotate(180deg);
}

.lang-dropdown {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100%  + 2px);
    transform: translateX(-50%);
    background-color: var(--white);
    list-style: none;
    z-index: 1000;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
    min-width: 70px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 0;
}

.lang-dropdown li {
    color: var(--black);
    text-align: center;
    margin: 5px 0;
}
.lang-dropdown li:hover {
    background-color: var(--light-grey);
}

.lang-dropdown li.active {
    font-weight: 500;
    color: var(--black);
    background: var(--light-grey);
}

.lang-dropdown li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    padding: 5px 10px;
    display: block;
}
/* end wpml custom language dropdown */
.header-dark {
    background-color: var(--black);
    color: var(--white);
    position: relative;
}

.header-bottom {
    padding: 0;

}

.header__branding {
    padding: 13px 0;
}

.header__logo {
    display: flex;
    align-items: center;
    height: 42px;
    width: 147px;
}

.header-bottom {
    min-height: 68px;
    position: relative;
}

.mobile-top-menu {
    display: none;
}
.bottom-menu {
    text-transform: capitalize;
}
.bottom-menu>li {
    min-height: 68px;
    padding: 13px calc(50px/2);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bottom-menu>.menu-item-has-children {
    cursor: pointer;
}

.bottom-menu>.menu-item-has-children>.sub-menu {
    cursor: default;
}

/* .bottom-menu>li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 1%;
    height: 2px;
    opacity: 0;
    transition: 0.4s;
}
.bottom-menu>li:hover::after {
    opacity: 1;
    width: 100%;
    background-color: var(--accent);
} */

.bottom-menu .menu-item--has-toggle {
    position: relative;
    display: flex;
    align-items: center;
}

.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle {
    justify-content: flex-start;
    display: inline-flex;
}
.bottom-menu>.menu-item-has-children>.menu-item--has-toggle::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 2px;
    background-color: var(--accent);
    opacity: 0;
    transition: 0.3s;
}

.bottom-menu>.menu-item-has-children:hover>.menu-item--has-toggle::after {
    opacity: 1;
    width: 100%;
}

.bottom-menu>.menu-item-has-children>.menu-item--has-toggle a {
    box-sizing: content-box;
    height: 100%;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}
.bottom-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.menu-item--has-toggle a {
    font-weight: 700;
}
.bottom-menu>.menu-item-has-children .sub-menu .sub-menu .menu-item--has-toggle a {
    font-weight: 500;
}

.bottom-menu>.menu-item-has-children:hover>.menu-item--has-toggle a,
.bottom-menu>.menu-item-has-children:hover>.menu-item--has-toggle .submenu-toggle-icon,
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon:hover,
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children.opened .submenu-toggle-icon {
    color: var(--accent);
}

.bottom-menu>.menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon,
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    transition: 0.4s;
    cursor: pointer;
}

.bottom-menu>.menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon::after,
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid;
    border-top-color: inherit;
    margin-top: 2px;
}
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon::after {
    margin-top: 0;
}

.bottom-menu>.menu-item-has-children .sub-menu {
    font-size: 16px;
    line-height: 24px;
}

.bottom-menu>.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--black);
    margin: 0;
    border-top: 1px solid #646464;
    width: 100%;
    padding: 40px;
    z-index: 999;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: min-content;
    gap: 34px 40px;
    min-height: 285px;
}

.bottom-menu>.menu-item-has-children:hover>.sub-menu {
    display: grid;
}

/* .bottom-menu > .menu-item-has-children > .sub-menu > li > a:hover {
    font-weight: 700;
} */
.bottom-menu>.menu-item-has-children:hover>.sub-menu .sub-menu {
    font-weight: 400;
}
.bottom-menu>.menu-item-has-children .sub-menu .sub-menu .sub-menu {
    margin: 0 0 0 10px; 
    display: none;
}
.bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children.opened .sub-menu {
    display: block;
}
.bottom-menu>.menu-item-has-children .sub-menu .menu-item-has-children>a {
    font-size: 18px;
    line-height: 26px;
}

.bottom-menu>.menu-item-has-children .sub-menu .sub-menu {
    margin: 10px 0 0;
}

.bottom-menu>.menu-item-has-children .sub-menu .sub-menu li {
    margin: 5px 0;
}

.icons-list {
    display: flex;
    align-items: center;
}

.icons-list__item {
    display: flex;
}

.header__wishlist {
    margin: 0 54px;
}

.icons-list svg {
    height: 24px;
    width: auto;
}

.header__search {
    cursor: pointer;
}

.header__search-form {
    position: relative;
}

.header__search-field {
    background: none;
    padding: 6px 30px 6px 6px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
}

.header__search-field::placeholder,
.header__search-field::-moz-placeholder {
    opacity: 0.5;
    color: var(--white);
}

.header__search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.header__search-submit,
.header__search-submit:hover,
.header__search-submit:disabled {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.header__search-submit:disabled {
    cursor: default;
    opacity: 0.5;
    background: none;
}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 10px;
    right: -5px;
    transform: translateY(-105%) translateX(25%);
    font-weight: normal;
    height: 19px;
    min-width: 19px;
    max-width: 28px;
    vertical-align: middle;
    text-align: center;
    color: var(--white);
    background: var(--black);
    border-radius: 50%;
    padding: 1px;
    z-index: 999;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.menu-toggle,
.menu-toggle:hover {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    color: var(--white);
}

.menu-toggle__icon {
    width: 32px;
    height: 32px;
}

@media screen and (min-width: 1200.99px) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-bottom {
        position: static;
    }
    .main-navigation {
        display: none;
    }

    .main-navigation.toggled {
        border-top: 1px solid var(--light-grey);
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--black);
        padding: 0 30px;
        z-index: 9999;
    }

    .icons-list {
        margin: 0 54px 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .main-navigation {
        height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .main-navigation.toggled {
        left: unset;
        right: 0;
        padding: 20px 30px 30px;
        height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 500px;
        box-sizing: border-box;
    }

    .bottom-menu {
        flex-direction: column;
    }

    .bottom-menu>li {
        justify-content: center;
        min-height: unset;
        padding: 0;
    }

    .bottom-menu>li+li {
        margin-top: 24px;
    }

    .bottom-menu>.menu-item>a,
    .bottom-menu>.menu-item-has-children>.menu-item--has-toggle a {
        padding: 10px 0;
    }

    .bottom-menu>.menu-item-has-children:hover>.sub-menu {
        position: static;
        min-height: unset;
        grid-template-columns: 100%;
        gap: 20px;
        padding: 20px 0;
    }

    .bottom-menu>.menu-item-has-children:hover>.sub-menu .sub-menu {
        margin-left: 20px;
    }
    .bottom-menu>.menu-item-has-children .sub-menu .sub-menu .sub-menu {
        display: block;
    }
    .bottom-menu>.menu-item-has-children>.menu-item--has-toggle::after,
    .bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon::after {
        content: none;
    }
    .bottom-menu>.menu-item-has-children .menu-item-has-children .menu-item-has-children>.menu-item--has-toggle .submenu-toggle-icon {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .header-top {
        justify-content: center;
    }

    .header__phone {
        background: url(img/phone-outline.svg) center no-repeat;
        background-size: 24px 24px;
        padding-left: 24px;
        min-height: 24px;
        line-height: 0;
        font-size: 0;
        margin-right: 42px;
    }

    .lang-toggle__globe {
        margin: 0 5px 0 0;
    }
    .lang-dropdown {
        min-width: 60px;
        padding: 10px 0;
    }
    .lang-dropdown li a {
        padding: 5px;
    }

    .header-light .socials__link+.socials__link, .header__socials  .wpml-lang-switcher  {
        margin-left: 42px;
    }

    .header-bottom {
        min-height: 50px;
    }

    .header__branding {
        margin-right: 5px;
    }

    .header__logo {
        height: 27px;
        width: 100%;
        max-width: 97px;
    }

    .site-title {
        font-size: 6vw;
    }

    .icons-list {
        margin: 0 6% 0 auto;
    }

    .header__wishlist {
        margin: 0 30px;
    }

    .header__search.d-none {
        display: flex !important;
    }

    .header__search-form {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: black;
        border-top: 1px solid var(--light-grey);
    }

    .header__search-field {
        padding: 6px 60px 6px 16px;
        border-bottom: none;
    }

    .header__search-submit {
        width: 52px;
    }

    .main-navigation.toggled {
        padding: 0;
    }

    .top-menu {
        display: none;
    }

    .mobile-top-menu {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 16px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: center;

    }

    .mobile-top-menu li+li {
        margin-top: 24px;
    }

    .bottom-menu {
        padding: 5px 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }

    .bottom-menu>li {
        margin-top: 24px;
    }
}

/* comments */
.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: flex;
}

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

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

/* Posts and pages
--------------------------------------------- */
.content-area,
.site-main {
    margin: 30px 0 120px;
}

.home .content-area,
.home .site-main,
.woocommerce.archive .content-area,
.woocommerce.archive .site-main,
.page-template-contact-us .site-main {
    margin-top: 0;
}

.content-area-grid {
    display: grid;
    grid-template-columns: auto 379px;
    gap: var(--gap);
}

@media screen and (max-width: 1024px) {
    .content-area-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
}

.entry-header {
    margin-bottom: 30px;
}

.entry-content a {
    color: var(--accent);
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content ul,
.entry-content ol {
    margin: 20px 0;
    padding-left: 0;
    list-style-position: inside;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-footer {
    margin-top: 50px;
}

.post-meta {
    display: flex;
    margin-bottom: 30px;
}

.post-meta:last-child {
    margin-bottom: 0;
}

.post-meta__title {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.41);
    margin: 0 26px 0 0;
    flex-shrink: 0;
}

.post-meta__list {
    display: flex;
    flex-wrap: wrap;
}

.post-meta__item {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.sticky {
    display: block;
}

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

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

.wp-block-columns {
    gap: var(--gap)
}

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

/* ============ THEME ============ */
/* swiper slider */
.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev {
    background-image: url(img/slider-prev.svg);
}

.swiper-button-next {
    background-image: url(img/slider-next.svg);
}

.swiper-prev-white {
    background-image: url(img/slider-prev-white.svg);
}

.swiper-next-white {
    background-image: url(img/slider-next-white.svg);
}

/* blog sidebar */
.blog-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.blog-sidebar__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 20px;
}

/* categories */
.categories,
.blog-sidebar__cats ul {
    max-width: 252px;
}

.cat-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.cat-item a {
    color: inherit;
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.cat-item a:hover {
    color: var(--accent);
}

/* featured list */
.featured-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--half-gap);
    color: var(--black);
}

.featured-item a:hover {
    color: var(--accent);
}

.featured-item-grid {
    display: grid;
    grid-template-columns: 152px auto;
    gap: var(--half-gap);
}

.featured-item__media {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    height: 104px;
    background-color: var(--light-grey);
}

.featured-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* sidebar banner */
.blog-sidebar__banner {
    height: 542px;
    border-radius: var(--radius);
}

@media screen and (max-width: 1024px) {
    .blog-sidebar {
        margin-top: 70px;
        gap: 70px;
    }

    .blog-sidebar__banner {
        height: 490px;
    }

    .blog-sidebar__featured,
    .categories,
    .blog-sidebar__cats ul {
        max-width: 375px;
    }
}

/* post list */
.post-list-block {
    overflow: hidden;
}

/* 404 not found */
.not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.not-found__title {
    font-weight: 600;
    font-size: 29px;
    line-height: 35.35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.not-found__title::after {
    content: '404';
    display: block;
    font-weight: 500;
    font-size: 220px;
    line-height: 230px;
}

@media screen and (max-width: 800px) {
    .error404 .site-main {
        margin-bottom: 80px;
    }

    .error404 .banners {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 576px) {
    .not-found__title::after {
        font-size: 37vw;
        line-height: 1.2;
    }
}

/* banners */
.banners {
    margin-bottom: 30px;
}

.banners__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--half-gap);
}

.banners__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    padding: 20px;
    height: 166px;
    background-color: var(--dark-grey);
    box-sizing: border-box;
}

a.banners__item {
    cursor: pointer;
}

.banners__item img {
    position: absolute;
    left: 0;
    top: 0;
}

.banners__title {
    display: block;
    font-weight: 500;
    font-size: 28.1px;
    line-height: 34.26px;
    color: var(--white);
    position: relative;
}

.banners__btn {
    margin-top: 16px;
    position: relative;
}

.banners__slider {
    overflow: hidden;
}

/* contact us */
.page-template-contact-us .wp-block-columns {
    gap: 30px;
}

/* about us */
.page-template-about-us .entry-content img {
    border-radius: var(--radius);
}

.stats__grid {
    display: grid;
    grid-template-columns: minmax(250px, 514px) auto;
    gap: 42px;
}

.stats__descr {
    color: rgba(0, 0, 0, 0.7);
}

.stats__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
    position: relative;
}

.stats__item {
    box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    border-radius: var(--radius);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24.6px;
    line-height: 29.99px;
    text-align: center;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.4);
    width: 291px;
    min-height: 291px;
}

.stats__item-wr:nth-child(3) {
    grid-row: 1/3;
    grid-column: 2/3;
    display: flex;
    align-items: center;
}

.stats__number {
    font-weight: 500;
    font-size: 38.89px;
    line-height: 47.4px;
    margin-bottom: 20px;
    color: var(--black);
}

@media screen and (max-width: 1200px) {
    .stats__list {
        gap: var(--gap);
    }
}

@media screen and (max-width: 1024px) {
    .stats__grid {
        grid-template-columns: 100%;
        gap: 0;
    }

    .stats__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* brands feed */
.brand-item {
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.04);
    background-color: var(--white);
    padding: var(--gap) 35px var(--gap) var(--gap);
    margin-top: var(--gap);
}

.brand-item__thumb {
    width: 244px;
    height: 244px;
    background-color: var(--white);
    border: 1px solid #D6D6D6;
    padding: var(--half-gap);
    margin-right: var(--gap);
    flex-shrink: 0;
}

.brand-item .entry-content {
    display: flex;
    align-items: flex-start;
}

.brand-item__text {
    margin-bottom: var(--gap);
}

.brand-item .brand-item__more {
    color: inherit;
    text-decoration: none;
}

.brand-item .brand-item__more:hover {
    color: var(--white);
}

@media screen and (max-width: 800px) {
    .brand-item .entry-content {
        flex-direction: column;
    }

    .brand-item {
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
        padding: var(--gap) 15px;
    }

    .brand-item__thumb {
        max-width: 400px;
        width: 100%;
        height: auto;
        margin: 0 0 15px 0
    }

    .brand-item__more {
        padding: 12px 32px;
    }
}

/* home page */
.highlight__item {
    height: 495px;
    padding: 50px 0;
    background-color: var(--black);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: var(--white);
}

.highlight__item:hover {
    color: var(--white);
}

.highlight__btn,
.highlight__title {
    text-transform: uppercase;
}

.highlight__nav {
    margin: 0;
    position: absolute;
    bottom: 20px;
    gap: 15px;
}

.home .brands {
    padding-top: 30px;
}

/* showcase */
.showcase__item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 446px;
    width: 235px;
    padding: 10px 10px 20px;
    margin-right: 5px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: var(--white);
}

.showcase__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 82.38%, rgba(0, 0, 0, 0.5) 100%);
}

.showcase__title {
    font-weight: 500;
    font-size: 28.1px;
    line-height: 100%;
    text-align: center;
    position: relative;
}

/* promo */
.promo__inner {
    display: flex;
    gap: var(--gap);
}

.promo__media-wr {
    display: block;
    flex: 1;
    position: relative;
    color: var(--white);
}

.promo__media {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.promo__caption {
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
}

.promo__content {
    flex: 1;
}

.promo__btn-wr {
    margin-top: 40px;
}

/* spotlight */
.spotlight__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--light-grey);
    height: 393px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    color: var(--white);
}

.spotlight__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.spotlight__btn {
    margin-top: 20px;
}

/* page top advertisement */
.ads {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CFCFCF;
    padding: 5px;
    color: var(--dark-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

a.ads {
    cursor: pointer;
}

/* media */
@media screen and (max-width: 1200px) {
    .showcase__slider {
        margin-right: calc(0px - var(--box-padding));
    }
}

@media screen and (max-width: 800px) {
    .space {
        padding-top: 50px;
        margin-top: 20px;
    }

    .highlight__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .highlight__nav {
        bottom: 15px;
    }

    .showcase__item {
        width: 200px;
    }

    .promo__inner {
        flex-direction: column;
    }

    .promo__title {
        font-weight: 500;
        font-size: 26px;
        line-height: 34px;
    }

    .promo__btn-wr {
        margin-top: 30px;
    }

    .banners__group {
        grid-template-columns: 100%;
        gap: 10px;
    }

    .spotlight__item {
        padding: 20px;
    }

    .post-list-grid {
        display: flex;
    }
}
.store-sidebar {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}


/* 
.variations-label-wr > .variations-name.variations-pa_color {
  display: none;
} */