@charset "UTF-8";

/*
Theme Name: flags
Author: Estima Group
Author URI: https://wordpress.org/
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flags
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

flags WordPress Theme, (C) 2023 Estima Group
flags is distributed under the terms of the GNU GPL.
*/

/* Variables */
:root {
    /* Font Family */
	--font-primary: 'Inter', sans-serif;

    /* Colors */
    --black: #092933;
    --mask-black: #00000080;
    --shadow-black: #00000040;
    --light-shadow-black: #00000014;
    --grey-bg: #F4F4F4;
    --blue: #005E7B;
    --anchor-color: #8A8949;
    --light-border: #D9D9D9;
    --grey: #727272;
    --red: #F33735;
    --beige: #F1E0D0;
    --white: #FFFFFF;
}

.admin-bar {
    --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
    .admin-bar {
        --global--admin-bar--height: 46px;
    }
}

/*! 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; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-primary);
}
body * {
    box-sizing: border-box;
}

/**
 * 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; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

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

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

/**
 * 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration-style: dotted; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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;
    width: 100%;
    height: auto;
}

/* 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
    padding: 0; /* 2 */
}

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

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

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

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

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

a:hover {
    color: var(--blue);
}

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

.site-main {
    overflow: hidden;
}

.primary-navigation .wcml-dropdown-click {
    width: auto;
}

.primary-navigation .wcml-dropdown-click .wcml-cs-submenu {
    box-shadow: 0 0 5px var(--light-shadow-black);
    border: 0;
    height: auto;
    display: flex;
    align-items: center;
    transform: translateY(-30px);
    opacity: 0;
    width: fit-content;
    top: calc(100% + 12px);
}

.primary-navigation .wcml-dropdown-click .wcml-cs-submenu[style*="visible"] {
    animation: wcml-in .3s 1 forwards;
}

.primary-navigation .wcml-dropdown-click .wcml-cs-submenu[style*="hidden"] {
    animation: wcml-out .3s 1 forwards;
}

@keyframes wcml-in {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes wcml-out {
    from {
        opacity: 1;
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        transform: translateY(-30px);
    }
}

.primary-navigation .wcml-dropdown-click li {
    background: transparent;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;

}

.primary-navigation .wcml-dropdown-click li a {
    text-align: center;
    background: var(--white);
    width: 100%;
}

.primary-navigation .wcml-dropdown-click li li a {
    text-transform: uppercase;
    white-space: nowrap;
    transition-duration: .3s;
}

.primary-navigation .wcml-dropdown-click li li a:hover {
    color: var(--white);
    background: var(--black);
}

.primary-navigation .wcml-dropdown-click a.wcml-cs-item-toggle {
    background: transparent;
    border: 0;
    padding: 3px 22px 3px 0;
    white-space: nowrap;
}

.primary-navigation .wcml-dropdown-click a.wcml-cs-item-toggle:after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    vertical-align: middle;
    border: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 0;
    transform: rotate(45deg);
}

.above-header__left .wcml-dropdown-click .wcml-cs-submenu {
    top: calc(100% + 9px);
    bottom: 0;
}

/*////////*/

.clear-button,
.button {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

.primary-navigation {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 120px;
    justify-content: space-between;
}

.primary-navigation .close {
    display: none;
}

.primary-navigation .close svg {
    width: 33px;
    height: 33px;
}

.primary-navigation.open .close {
    display: flex;
}

.primary-navigation__content {
    display: flex;
    background-color: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    justify-content: flex-start;
    left: -100%;
    flex-direction: column;
    z-index: 9999999;
    padding: 44px 20px;
    gap: 10px;
    transition: left .3s;
}

.open .primary-navigation__content {
    left: 0;
}

.primary-navigation__content-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.primary-navigation__contact {
    display: none;
}

.category-filters-filter-mask,
.primary-navigation__mask {
    background: var(--mask-black);
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    z-index: 99999;
    transition: opacity .3s;
    width: 0;
    opacity: 0;
}

.primary-navigation__mask {
    z-index: 9999999;
}

.category-filters-filter-mask {
    z-index: -1;
}

.open .category-filters-filter-mask,
.open .primary-navigation__mask {
    width: 100%;
    opacity: 1;
}

.primary-mobile-menu-close {
    display: none;
    position: fixed;
    background: var(--white);
    z-index: 999999999999;
    border-radius: 5px;
    top: 20px;
    left: calc(100% - 50px);
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.open .primary-mobile-menu-close > span,
.primary-mobile-menu-close > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.open .primary-mobile-menu-close {
    display: flex;
}

.primary-navigation__right {
    display: flex;
    align-items: center;
    order: 2;
}
.primary-navigation__right > .menu-button-container svg {
    width: 38px;
    height: auto;
}

.primary-navigation__right > .primary-navigation__ig {
    display: none;
}

.primary-navigation__right .search .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: none;
}

.primary-navigation__right .search .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon svg {
    max-width: none;
    width: 23px;
    height: 23px;
    padding: 3px;
}

.primary-navigation__mobile-logo {
    display: block;
    margin: 0 auto;
    order: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div.search .dgwt-wcas-search-wrapp {
    position: absolute;
    min-width: 0;
    left: -10px;
    bottom: 0;
    z-index: 1111;
    opacity: 0;
    width: calc(100% + 21px);
    border-radius: 0 0 5px 5px;
    max-width: none;
    transform: rotateX(90deg);
}

div.search .dgwt-wcas-search-wrapp.dgwt-wcas-search-focused {
    opacity: 1;
    bottom: -62px;
    transform: rotateX(0deg);
}

div.search .dgwt-wcas-meta {
    white-space: nowrap;
}

.search__mobile-icon {
    display: block;
    cursor: pointer;
}

.language-selector .gt_float_switcher .gt-selected .gt-current-lang {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 7px;
    transition-duration: .3s;
}

.language-selector .gt_float_switcher .gt-selected .gt-current-lang:hover {
    color: var(--blue)
}

.language-selector .gt_float_switcher {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    box-shadow: none;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    overflow: visible;
}

.language-selector .gt_float_switcher .gt-selected {
    padding: 2px;
}

.language-selector .gt_float_switcher .gt-selected svg {
    width: 24px;
    margin-right: 5px;
}

.language-selector .gt_float_switcher .gt_options {
    display: block;
    top: calc(100% + 11px);
    z-index: 1;
    background: var(--white);
    position: absolute;
    max-width: none;
    width: max-content;
    right: 0;
    box-shadow: 0 0 5px var(--light-shadow-black);
}

.language-selector .gt_float_switcher .gt_options a {
    display: flex;
    align-items: center;
    padding: 6px 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--black);
    width: 100%;
    transition: all .3s;
    gap: 3px;
}

.language-selector .gt_float_switcher .gt_options a:hover{
    color: var(--white);
    background: var(--black);
}

.language-selector .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 6px;
    width: 6px;
    vertical-align: middle;
    border: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg) !important;
    background: none;
}

.language-selector .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    order: -1;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.language-selector .gt_float_switcher img {
    width: 24px;
    margin: 0;
}

.menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-branding .site-logo img {
    width: 101px;
    height: auto;
    margin: 0;
}

div[class*="menu-container"]{
    display: flex;
    align-items: center;
}

.menu-item > a {
    font-family: var(--font-primary);
    font-size: 18px;
    padding: 1px 7px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition-duration: .3s;
    color: var(--black);
}

.menu-item > a:hover {
    color: var(--blue);
}

.menu-item.menu-item-has-children {
    position: relative;
}

.menu-item.menu-item-has-children .sub-menu {
    display: flex;
    position: static;
    padding: 25px 15px 15px;
    list-style: none;
    z-index: 99;
    flex-direction: column;
    gap: 10px;
}

.menu-item.menu-item-has-children .sub-menu .sub-menu {
    position: static;
}

@keyframes delay-pointer-events {
    0% {
        pointer-events: none;
    }
    50% {
        pointer-events: none;
    }
    100% {
        pointer-events: initial;
    }
}

.menu-item.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.menu-item.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    vertical-align: middle;
    border: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 0;
    transform: rotate(45deg);
    transition-duration: .3s;
}

.woocommerce-store-notice__dismiss-link {
    display: none;
}

.entry-text {
    font-family: var(--font-primary);
    font-weight: 400;
    text-align: center;
    max-width: 468px;
    line-height: 1.87;
}

.wp-block-columns .wp-block-column .with-spacing {
    margin-top: 65px;
}

.wp-block-columns .wp-block-column .no-gap {
    gap: 0;
    margin-bottom: 0;
    align-items: center !important;
}

.wp-block-columns .wp-block-column .no-gap.wp-container-core-columns-layout-2 > div:first-child {
    width: auto;
    margin-left: auto;
    padding: 0 11px;
}

.wp-block-columns .wp-block-column .wp-block-image {
    margin: 0 0 0;
}

.title-h3-about-us {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    margin: 0 0 24px;
}

.entry-content .text-about-us {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    max-width: none;
    margin: 20px 0 0;
}

.entry-content .text-about-us.none-maxw {
    max-width: none;
}

.entry-content .subtitle-about-us {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin: 50px 0 10px;
    letter-spacing: -.6px;
}

.entry-content .subtitle-about-us + p {
    margin-top: 0;
}

.entry-content .lasttitle-about-us {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin: 112px 0 14px;
    letter-spacing: -.8px;
}

.cards__content {
    display: flex;
}

.wp-block-columns .wp-block-column .section-with-img__text,
.wp-block-column .section-with-img__text {
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    margin-right: 0;
}

.wp-block-columns .wp-block-column .section-with-img__text.right,
.wp-block-column .section-with-img__text.right {
    padding: 20px 10px;
    background-color: #E6EFF2;
    max-width: none;
}

.wp-container-core-columns-layout-3.wp-container-core-columns-layout-3.full-width-wy-shop-flags-bg {
    min-height: 292px;
    margin: 0;
}

.wp-container-core-columns-layout-3.wp-container-core-columns-layout-3.full-width-wy-shop-flags {
    margin: 0 auto;
    padding: 48px 0 8px;
}


.wp-block-columns .contact-form {
    max-width: 581px;
    margin: 37px auto auto;
}

.contact-us-section {
    margin: 0;
    gap: 20px;
}

.contact-us-section-title {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 13px;
    color: var(--anchor-color);
}

.entry-content .contact-us-section-text {
    font-family: var(--font-primary);
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.label-contact {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

.label-contact .wpcf7-textarea {
    height: 119px;
    width: 100%;
    margin: 10px 0 10px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid var(--anchor-color);
}

.label-contact .wpcf7-text {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0 5px;
    padding: 0 10px;
    height: 46px;
    border: 1px solid var( --anchor-color);
}

.label-contact-texarea .wpcf7-list-item-label {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
}

.label-contact-texarea .wpcf7-list-item {
    margin: -18px 0 0 2px;
}

.label-contact-texarea input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: solid 1px #727272
}

.submit-contact input[type=submit] {
    font-family: var(--font-primary);
    transition-duration: .3s;
    cursor: alias;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--white);
    letter-spacing: 0.02em;
    text-align: center;
    background: var(--anchor-color);
    border: 1px solid var(--anchor-color);
    border-radius: 5px;
    padding: 3px 24px;
}

.contact-write .submit-contact input[type=submit]:hover {
    color: var(--black);
    background-color: transparent;
}

.contact-write .submit-contact {
    margin: 6px 0 20px;
}

.contact-write .submit-contact .wpcf7-spinner {
    display: none;
}

.contact-title {
    margin: 67px 3px 28px;
    font-family: var(--font-primary);
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-align: left;
}

.contact-left p {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
    margin: 10px 0;
}

.contact-left p:empty + p {
    margin-top: 20px;
}


.contact-left p:last-child {
    margin-top: 25px;
}

.contact-left p:nth-last-child(2) {
    margin-top: 44px;
}

.contact-left p:nth-last-child(2) > strong,
.contact-left p:last-child > strong {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    color: var(--black);
}

.contact-left p:nth-last-child(2) > a,
.contact-left p:last-child > a {
    display: inline-flex;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    padding: 20px;
    margin-top: 14px;
    border-radius: 5px;
    background: #EFF8E5;
    width: 100%;
    max-width: 456px;
    transition-duration: .3s;
    align-items: center;
    gap: 20px;
}

.contact-left p > strong {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0;
    text-align: left;
    color: var(--anchor-color);
}

.contact-right {
    padding: 20px;
    background: var(--grey-bg);
    border-radius: 5px;
}

.contact-right form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: -3px;
}

.contact-right form p {
    margin: 0;
}

.contact-right form label {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
}

.contact-right form .req {
    color: red;
}

.column-top-404 {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 61px;
}

.error-404-img {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 604px;
    padding-top: 22px;
}

.error-404-content-banner {
    width: 100%;
    margin: 0 auto auto;
    max-width: 535px;
    display: flex;
    flex-direction: column;
}

.error-404-content-banner--text-b {
    font-family: var(--font-primary);
    margin: 40px 0 0;
    font-size: clamp(24px, 5vw, 30px);
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.error-404-content-banner--text-b + p {
    margin-top: 0;
}

.column-bottom-404 {
    margin-top: 80px;
}

.column-bottom-404 h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 36px;
}

.site .error-404-content-banner--button {
    margin: 19px auto 0;
    width: 100%;
    max-width: 260px;
    padding: 11px;
}

.widget-area {
    margin-top: 38px;
    max-width: 1077px;
    column-gap: 0;
}

.widget-area .footer-widget h2{
	font-family: var(--font-primary);
	font-size: 22px;
	font-weight: 800;
	line-height: 29px;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 16px;
	margin-left: -5px;
}

.widget-area .footer-widget p{
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0;
	margin-top: 0;
	margin-left: -8px;
}

.widget-area .footer-widget p a {
    text-decoration: none;
}

.widget-area .footer-widget-icons {
    max-width: 147px;
    margin-left: -23px;
    margin-top: -15px;
}

.woocommerce-tabs .button-tab-product{
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
	background-color: var(--white);
	color: var(--black);
}

.woocommerce-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 68px;
    gap: 25px;
    flex-wrap: wrap;
}

.woocommerce-tabs .button-tab-product.open{
    font-weight: 600;
}

.woocommerce-tabs .wc-tab-wrapper{
    padding: 7px 0 9px 1px;
    display: none;
    max-width: 1138px;
    margin: 0 auto;
}

.woocommerce-tabs .wc-tab-wrapper.open{
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel .desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--font-primary);
}

.woocommerce div.product .woocommerce-tabs .panel .desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.woocommerce div.product .woocommerce-tabs .panel .desc p:empty  {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel .desc > h3,
.woocommerce div.product .woocommerce-tabs .panel .desc > h2{
    margin: 40px 0 30px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.woocommerce div.product .woocommerce-tabs .panel .desc > h3 {
    margin: 40px 0 30px;
}

.woocommerce div.product .woocommerce-tabs .panel .desc-section{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.woocommerce div.product .woocommerce-tabs .panel .desc-section strong{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel .desc-section hr {
    border: 0;
    border-top: 1px solid var(--light-border);
    margin: 30px 0 28px;
    width: calc(100% + 50px);
}

.woocommerce div.product .woocommerce-tabs .panel .desc-section:nth-of-type(2n) strong {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 28px;
}

.woocommerce div.product .woocommerce-tabs .panel .desc-section > img {
    min-width: calc(43% - 2px);
    object-fit: contain;
}

.woocommerce .single-product .related .products {
	margin-top: 26px;
}

.woocommerce .single-product .related{
    margin: 40px 0 30px;
    overflow: hidden;
}

.woocommerce .single-product .related h4{
    font-family: var(--font-primary);
    font-weight: 600;
    text-align: left;
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 36px;
}

.woocommerce div.product .product_title{
	font-family: var(--font-primary);
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 12px 0;
	text-transform: unset;
}

.woocommerce .single-product div.product p.price > span,
.woocommerce .single-product div.product span.price,
.woocommerce .single-product div.product p.price {
	font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
	color: var(--black);
}

.woocommerce-Price-currencySymbol {
    display: inline-block;
    margin-left: 7px;
}

.form-checkout .woocommerce-Price-currencySymbol {
    display: inline;
    margin-left: 3px;
}

.woocommerce .single-product div.product p.price > span ins,
.woocommerce .single-product div.product span.price ins,
.woocommerce .single-product div.product p.price ins {
    text-decoration: none;
}

.woocommerce-product-gallery .product-swiper{
	overflow: hidden;
}

.woocommerce-product-gallery__thumbs {
    overflow: hidden;
    position: relative;
}

.woocommerce-product-gallery__thumbs .swiper-slide {
    max-width: 114px;
    aspect-ratio: 1 / 1;
}

.woocommerce div.product div.summary {
    margin: 0;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__thumbs img {
    aspect-ratio: 1 / 1;
    width: 114px;
}

.woocommerce-product-gallery__slider {
    overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    width: 100%;
}

.thumb-swiper-button {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    padding: 15px;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
}

.thumb-swiper-button.next {
    left: auto;
    right: 0;
}

.thumb-swiper-button:before {
    content: '';
    border: 4px solid var(--black);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
}

.thumb-swiper-button.next:before {
    transform:  rotate(-135deg);
}

.woocommerce-tabs .toggle-icon {
	margin-right: 5px;
	float: right;
	color: var(--black);
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce-tabs .wc-tab-wrapper .button-tab-product{
	width: 100%;
}

.woocommerce-tabs .wc-tab-wrapper .button-tab-product .toggle-icon::before {
	content: '+';
}

.woocommerce-tabs .wc-tab-wrapper.open .button-tab-product .toggle-icon::before {
	content: '-';
}

.woocommerce-notices-wrapper,
.alignwide,
.woocommerce-account .site-main .page,
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.woocommerce-notices-wrapper {
    order: -1;
}

.alignwide #breadcrumbs,
.alignwide .container,
.alignwide .woocommerce-notices-wrapper,
.container #breadcrumbs,
.container .alignwide,
.container .woocommerce-notices-wrapper {
    padding: 0;
}

.woocommerce ul.products {
    margin: 0 0 6px;
    display: grid;
    gap: 26px 20px;
    grid-template-columns: 1fr 1fr;
}

.woocommerce .swiper-container ul.products {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 26px 0;
}

.woocommerce .swiper-container ul.products li.product a img {
    aspect-ratio: 250 / 255;
    object-fit: contain;
}

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

.woocommerce #bestseller-products-in-cat ul.products:not(.swiper-wrapper) {
    display: flex;
    gap: 20px;
}

.woocommerce #bestseller-products-in-cat ul.products:not(.swiper-wrapper) > .product {
    min-width: 25%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    transition: box-shadow .3s;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 11px 10px;
    overflow: hidden;
}

.woocommerce ul.products li.product .product-last-section-wrapper,
.woocommerce-page ul.products li.product .product-last-section-wrapper {
    display: none;
}

.woocommerce ul.products li.product > .woocommerce-loop-product__link > .product-content {
    background-color: var(--white);
    transition-duration: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 3px 3px 0 #0000001a;
}

.product-last-section-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 0px;
    gap: 5px;
    padding: 10px;
    background-color: var(--white);
}

.product-last-section-wrapper > * {
    opacity: 0;
    transition-duration: .3s;
}


.woocommerce ul.products li.product > .product-last-section-wrapper .added_to_cart,
.woocommerce-page ul.products li.product > .product-last-section-wrapper .added_to_cart,
.woocommerce ul.products li.product > .product-last-section-wrapper .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product > .product-last-section-wrapper .woocommerce-loop-product__link {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    margin: 0;
    font-family: var(--font-primary);
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 10px 0;
}

.woocommerce ul.products li.product .product-size{
    padding: 5px 8px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: var(--black);
}

.woocommerce ul.products li.product .price {
    margin: 0;
}

.woocommerce ul.products li.product .price span {
    font-family: var(--font-primary);
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.woocommerce ul.products li.product .price > * {
    text-decoration: none;
}

.woocommerce ul.products li.product .price > del {
    display: block;
    opacity: 1;
}

.woocommerce ul.products li.product .price del span {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: line-through;
}

.woocommerce ul.products li.product .button{
    display: none;
}

.woocommerce-products-header__banner {
    height: 221px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.woocommerce-products-header__banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.woocommerce-products-header__title {
    font-family: var(--font-primary);
    letter-spacing: 0;
    padding: 0 10px;
    color: var(--white);
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.woocommerce-products-header__title + p {
    font-family: var(--font-primary);
    letter-spacing: 0;
    padding: 0 10px 11px;
    color: var(--white);
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce-products-header__banner.no-banner {
    height: auto;
}

.woocommerce-products-header__banner.no-banner .woocommerce-products-header__title,
.woocommerce-products-header__banner.no-banner .woocommerce-products-header__title + p {
    color: var(--black);
    margin: 0;
    padding: 0;
}

.woof_submit_search_form_container {
    display: none;
}

.archive.woocommerce .entry-content {
    margin-top: 21px;
}

.category-products-mobile-title {
    padding: 0;
    font-size: 20px;
    border: 0;
}


.slider-main {
    font-family: var(--font-primary);
    overflow: hidden;
    position: relative;
}

.slider-main__content {
    position: relative;
}

.slider-main__picture img {
    width: 100%;
    min-height: 291px;
    object-fit: cover;
    object-position: center;
}

.slider-main__logo {
    max-width: 365px;
    width: 50%;
    margin-left: 0;
}

.slider-main__content-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 37px;
    background-color: transparent;
}

.slider-main__content-text {
    max-width: 1128px;
    margin: 0 auto 25px;
    width: 100%;
}

.slider-main__desc {
    width: 50%;
    font-family: var(--font-primary);
    font-size: clamp(18px, 4vw, 26px);
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 400;
    text-align: left;
    max-width: 354px;
}

.slider-main__button {
    padding: 6px 13px;
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0;
    text-decoration: none;
    align-self: flex-start;
    border: 1px solid var(--grey);
    background-color: var(--grey);
    text-align: center;
    transition-duration: .3s;
    border-radius: 5px;
    font-family: var(--font-primary);
    font-weight: 400;
    line-height: 40px;
}

.slider-main__button:hover {
    color: var(--black);
    border-color: var(--black);
    background-color: var(--white);
}

.dgwt-wcas-suggestions-wrapp {
    box-shadow: 0 5px 5px var(--light-shadow-black);
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
    text-decoration: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    color: var(--white);
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 12px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    font-weight: 800;
}

.swiper-button-next.main-slider__button-next,
.swiper-button-prev.main-slider__button-prev {
    display: none;
}

.slider-main .swiper-pagination {
    display: none;
}

.woocommerce .entry-content{
    margin-top: 50px;
}

.product .product_meta {
    display: none !important;
}

.site-footer {
    font-family: var(--font-primary);
    background-color: #E6EFF2;
    margin-top: 8px;
}

.site-footer > .container > section:first-child .wp-block-column > .wp-block-columns {
    margin-bottom: 0;
}

.site-footer .widget > .footer-widget-images > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.site-footer .widget > .footer-widget-images > .wp-block-group__inner-container p {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .6px;
    margin: 14px 0 18px;
}

.site-footer .widget > .footer-widget-images figure.wp-block-gallery.has-nested-images{
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: flex-start;
    max-width: 255px;
}


.site-footer .wp-block-image {
    margin: 0;
}

.footer-widget-wrapper {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    padding: 45px 0 26px;
    flex-wrap: wrap;
}

.footer-widget-wrapper > .wp-block-columns,
.footer-widget-wrapper > .footer-widget {
    width: 100%;
    margin: 0;
}

.footer-widget-wrapper > .wp-block-columns {
    order: -1;
}

.footer-widget-wrapper > .wp-block-columns .wp-block-column {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.footer-widget-wrapper .wp-block-heading,
.footer-widget-wrapper .widgettitle {
    margin: 0 0 26px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
}

.footer-widget-wrapper .footer-link--with-icon > a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1;
}

.footer-widget-wrapper .footer-link--with-icon + .footer-link--with-icon {
    margin-top: 12px;
}

.footer-widget-wrapper .widgettitle {
    margin: 0 0 3px;
    padding: 5px 17px 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-widget-wrapper .widgettitle + div {
    margin-top: 18px;
}

.footer-widget-wrapper .widget_nav_menu .widgettitle {
    margin: 4px 0 21px;
}

.footer-widget-wrapper .wp-block-heading {
    margin-bottom: 21px;
}

.footer-widget-wrapper .wp-block-group__inner-container > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.footer-widget-wrapper .wp-block-group__inner-container > p > span {
    line-height: 37px;
}

.footer-widget-wrapper .wp-block-group__inner-container a {
    color: var(--black);
    transition-duration: .3s;
    text-decoration: none;
}

.footer-widget-wrapper .wp-block-group__inner-container a:hover {
    color: var(--black);
}

.footer-widget-wrapper .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-widget-wrapper .menu .menu-item a {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    padding: 0;
}

.footer-widget-wrapper .footer-widget-icons {
    margin-top: 28px;
    max-width: 172px;
    flex-wrap: nowrap !important;
    margin-bottom: 0;
}

.site-footer figure.wp-block-gallery.has-nested-images {
    display: flex;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.site-footer figure.wp-block-gallery.has-nested-images .wp-block-image {
    width: 64px;
    max-width: 64px;
}

.site-footer .footer-copyright p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #202126;
    margin: 0 auto;
}

.site-footer .tnp-subscription-minimal form {
    text-align: left !important;
}

.site-footer > .alignwide > .widget:last-child {
    margin-top: 14px;
}

.site-footer .widget > div.footer-copyright,
.site-footer .footer-copyright {
    display: flex;
    padding: 19px 0;
    margin-top: 6px;
    background-color: var(--white);
}

.site-footer .footer-bottom {
    margin: 0 auto 36px;
    gap: 25px;
}

.footer-bottom .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.footer-bottom .wp-block-group p {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    text-align: left;
    text-transform: uppercase;
}

.footer-bottom .wp-block-group .wp-block-columns {
    gap: 28px;
}

.footer-bottom .wp-block-group .wp-block-column {
    display: flex;
    align-items: center;
    flex-basis: auto !important;
    flex-grow: 0;
    width: auto;
}

.footer-socials .wp-block-image {
    border-radius: 50%;
    overflow: hidden;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color{
    border-radius: 50%;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color[style*="#ffffff"]{
    border: 1px solid var(--black);
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 50%;
    padding: 0;
    width: 42px;
    height: 42px;
    margin: 0 23px 19px 3px;
    box-shadow: none;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    display: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper:not(.color-variable-items-wrapper) .variable-item:not(.radio-variable-item) {
    min-width: 46px;
    border-radius: 1px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 10px;
    height: 35px;
    margin: 3px 13px 3px 0;
    box-shadow: 0 0 0 1px var(--mask-black);
}

.qty-input-wrapper{
    padding: 16px 29px;
    border: 1px solid #888888;
    margin: 7px 0 0 2px;
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
}

.qty-input-wrapper-button{
    border: none;
    background-color: var(--white);
    cursor: pointer;
}

.quantity .qty-input-wrapper .qty-input-wrapper-button:first-child {
    margin-top: -4px;
}

.qty-input-wrapper input[type='number'] {
    -moz-appearance:textfield;
    border: none;
}

.qty-input-wrapper input::-webkit-outer-spin-button,
.qty-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce div.product form.cart .button{
    margin-left: 14px;
    margin-top: 7px;
    padding: 13px 14px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: var(--black);
    width: 100%;
}

.woocommerce div.product form.cart .qib-button:not(#qib_id):not(#qib_id){
    height: 44px;
}

.woocommerce-variation-price{
    display: none;
}

.tabs {
    max-width: 100%;
    overflow: hidden;
}

.product-card-colors-wrapper,
.product-card-colors {
    display: flex;
}

.product-card-colors-wrapper {
    gap: 13px;
    padding: 0 3px;
}

.product-card-colors-wrapper.empty {
    opacity: 0;
}

.product-card-colors {
    gap: 4px;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.product-card-colors > span:not(.product-card-count) {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    box-shadow: 1px 2px 3px 0 var(--shadow-black);
    gap: 6px;
}

.product-card-count {
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    color: var(--black);
    line-height: 1;
    padding-top: 3px;
    padding-left: 4px;
}

.homepage-tabs {
    padding-top: 29px;
}

.homepage-tabs-header {
    display: flex;
    justify-content: space-between;
    gap: 31px;
    align-items: center;
    padding-left: 0;
    margin-bottom: 37px;
    flex-direction: column;
}

.homepage-tabs-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 26px;
}

.flags-title {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
}

.homepage-tabs-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.custom-button,
.homepage-tab-button {
    padding: 8px 10px;
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    min-width: 216px;
    max-width: 100%;
    border: 1px solid --light-border;
    transition-duration: .3s;
    margin-right: -1px;
    cursor: pointer;
    text-decoration: none;
}

.homepage-tab-button {
    width: calc(50% - 20px);
    min-width: 0;
    flex-grow: 1;
    font-size: clamp(12px, 4.4vw, 16px);
}

.homepage-tab-button:last-child {
    flex-grow: initial;
    width: 50%;
}

.homepage-tab {
    position: relative;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

.woocommerce_cart {
    display: flex;
    flex-direction: column;
}

.woocommerce .shop_table {
   margin-top: 40px;
}


.woocommerce .shop_table a {
    color: var(--black);
    text-decoration: none;
    display: flex;
}

.woocommerce-cart .woocommerce .quantity .qty {
    width: 49px;
}

.woocommerce-cart .woocommerce .quantity .qty-input-wrapper-button {
    padding: 10px
}

.woocommerce .shop_table a.remove {
    margin: 0;
    height: auto;
    width: auto;
    border: 1px solid var(--red);
    border-radius: 0;
    text-transform: uppercase;
    color: var(--red) !important;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    transition-duration: .3s;
    justify-content: center;
}

.woocommerce .shop_table a.remove:active,
.woocommerce .shop_table a.remove:hover {
    color: var(--white) !important;
    background-color: var(--red);
}

.woocommerce-cart .woocommerce .quantity .qty-input-wrapper {
    padding: 0;
    margin: 0;
    min-height: 42px;
    overflow: hidden;
}

.woocommerce-cart .quantity  {
    display: flex;
    justify-content: center;
}

.woocommerce-cart-form {
    width: 100%;
}

.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img{
    width: 100%;
    max-width: 171px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.woocommerce-cart .entry-text-wrapper {
    max-width: 1362px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.woocommerce-cart .entry-title {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0;
    margin: 66px 0 0 0;
}

.post-9 .entry-text-wrapper {
    max-width: 1362px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.post-9 .entry-title {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0;
    margin: 66px 0 0 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
    float: none;
}

.woocommerce .cart_totals .shop_table td {
    border-top: none;
    padding: 0;
}

.woocommerce .cart_totals .shop_table .coupon {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--light-border);
}

.woocommerce .cart_totals .shop_table .coupon__content {
    display: none;
    align-items: stretch;
    padding: 0 20px 20px;
}

.woocommerce .cart_totals .shop_table .coupon.open .coupon__content {
    display: flex;
}

.woocommerce .cart_totals .shop_table .coupon > p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    margin: 13px 0 0;
    color: #888888;
}

.woocommerce .cart_totals .shop_table .coupon .input-text{
    width: 100%;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid;
    border-right: 0;
    max-width: 420px;
    outline: 1 solid var(--light-border);
}

.light-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    white-space: nowrap;
    background-color: var(--anchor-color);
    color: var(--white);
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--anchor-color);
    transition-duration: .3s;
    cursor: pointer;
    padding: 10px 15px;
}

.light-button:hover {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}

.woocommerce .cart_totals .shop_table .coupon .button {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    font-family: var(--font-primary);
    text-align: center;
    cursor: pointer;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    padding: 15px 50px 15px 20px;
    position: relative;
}

.woocommerce .cart_totals .shop_table .coupon .button > span {
    border: solid var(--black);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    position: absolute;
    right: 34px;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 7px);
}

.woocommerce .cart_totals .shop_table .coupon.open .button > span {
    transform: rotate(-135deg) translateY(-50%);
    right: 24px;
}

.woocommerce .cart_totals .shop_table tr th {
    padding: 0;
    font-family: var(--font-primary);
    letter-spacing: 0;
    border: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.woocommerce .cart_totals .shop_table tr td {
    padding: 0;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: right;
    border: 0 !important;
    vertical-align: middle;
    background-color: var(--white) !important;
    width: 100%;
}

.woocommerce .cart_totals .shop_table tr td > strong {
    font-weight: 400;
}

.woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator,
.woocommerce .cart_totals .shop_table .woocommerce-shipping-destination {
    display: none;
}

.woocommerce .cart_totals .woocommerce-shipping-totals {

}

.woocommerce .cart_totals .shop_table .free-shipping-price th{
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    padding: 2px 20px 6px;
    border: 0;
}

.woocommerce_cart .cart-collaterals .cart_totals .cart-subtotal th{
    padding: 27px 0 28px 0;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.woocommerce_cart .cart-collaterals .cart_totals .cart-subtotal td{
    padding: 27px 0 28px 0;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
}

.woocommerce_cart .cart-collaterals .cart_totals .cart-subtotal td{
    text-align: right;
}

.woocommerce_cart .cart-collaterals .cart_totals h2 {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid var(--black);
}

.woocommerce-cart .cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 29px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
    border: 0;
    padding-left: 9px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 14px;
    margin-top: 4px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
    display: flex;
    justify-content: space-between;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total {
    padding: 20px 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total th {
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td > strong,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td {
    font-size: 25px;
    font-weight: 700;
    line-height: 18px;
}

.coupon__content {
    padding-left: 9px;
    display: flex;
    margin-top: 38px;
}

.coupon__content > input {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 12px 20px;
    color: #868687;
    width: 100%;
}

.coupon__content .coupon-button {
    border: 1px solid var(--blue);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: var(--blue);
    padding: 13px 28px;
    cursor: pointer;
    transition-duration: .3s;
}

.coupon__content .coupon-button:hover {
    background-color: var(--blue);
    color: var(--white);
}

.variation {
    position: relative;
}

.variation .variation-content {
    display: none;
    position: absolute;
    top: 0;
    list-style: none;
    left: 0;
    border-radius: 5px;
    border: 1px solid #888;
    box-shadow: 0 4px 5px var(--light-shadow-black);
    margin: 0;
    z-index: 99999;
    background: var(--white);
    padding: 7px;
}

.variation.open .variation-content {
    display: block;
}

.variation-content > li {
    display: flex;
}

.variation-content > li,
.variation-content > li p {
    font-family: var(--font-primary);
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
}

.var-button,
.variation-content > .close {
    padding: 3px 7px;
    background-color: transparent;
    border: 0;
    margin: 0;
    cursor: pointer;
}

.var-button {
    display: flex;
    gap: 5px;
    color: #888;
    align-items: center;
    font-size: 11px;
    margin-bottom: -19px;
    padding: 7px 8px 7px 0;
    transition-duration: .3s;
}

.var-button > svg path {
    fill: #888;
    transition-duration: .3s;
}

.var-button:hover {
    color: var(--black);
}

.var-button:hover > svg path {
    fill: var(--black);
}

.variation-content > .close {
    position: absolute;
    right: 0;
    top: 0;
}

.variation-content > .close > svg {
    transform: rotate(45deg);
    pointer-events: none;
}

.woocommerce-cart .woocommerce_cart .prod-first-col {
    grid-area: prod;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-cart .woocommerce_cart .product-thumbnail {
    width: 80px;
    min-width: 80px;
    padding: 0;
}

.woocommerce-cart .woocommerce_cart .product-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
}

.woocommerce-cart .woocommerce_cart .product-price {
    padding: 0;
    white-space: nowrap;
    grid-area: price;
    margin-bottom: 10px;
}

.woocommerce-cart .woocommerce_cart .product-price-total {
    grid-area: total;
    margin: 0;
}

.woocommerce-cart .woocommerce_cart .product-quantity {
    padding: 0;
    grid-area: qty;
}

.woocommerce-cart .woocommerce_cart .product-remove {
    margin: 0;
    right: 10px;
    left: auto;
    bottom: 7px;
    position: absolute;
}

.woocommerce .cart .actions {
    display: none;
}

.woocommerce-cart-form__cart-item {
    position: relative;
    display: grid;
    grid-template-areas: "prod prod prod"
                        ". qty price"
                        ". . total";
    border: 1px solid var(--light-border);
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 0;
    padding: 10px 10px 40px;
    grid-template-columns: 80px 1fr 1fr;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 400;
}

.woocommerce-cart-form__cart-item.last {
    border-bottom: 1px solid var(--light-border);
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.continue-button {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 13px 10px;
    font-family: var(--font-primary);
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    font-weight: 700;
    line-height: 19px;
    min-width: 0;
    width: auto;
    color: var(--black);
    max-width: none;
    white-space: nowrap;
    transition-duration: .3s;
}

.woocommerce-cart .wc-proceed-to-checkout a.continue-button:hover {
    color: var(--blue);
}

.woocommerce-cart .wc-proceed-to-checkout a.continue-button svg {
    min-width: 12px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: auto;
    margin-bottom: 0;
    padding: 11px 21px;
    font-family: var(--font-primary);
    text-transform: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    letter-spacing: 0.005em;
    text-align: center;
    border: 1px solid var(--blue);
    background-color: var(--blue);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: var(--blue);
    background-color: var(--white);
}

.save-shopping{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: -17px;
}

.save-shopping p{
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    color: #888888;
    text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--light-border);
    width: 100%;
    gap: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
    display: none;
}

.add-new-prod  {
    display: flex;
}

.add-new-prod .new-order-btn {
    width: fit-content;
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--black);
    background-color: #E6EFF2;
    border: 1px solid #E6EFF2;
    text-transform: uppercase;
    padding: 8px 14px;
    transition-duration: .3s;
}

.add-new-prod .new-order-btn:hover {
    background-color: var(--white);
}

.wp-block-woocommerce-checkout {
    margin: 0 auto !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon a {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    text-decoration: none;
}

.entry-header {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.entry-header .entry-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-bottom: 14px;
}

.entry-header .entry-text-wrapper h1{
    font-family: var(--font-primary);
    font-size: 55px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0 0 22px 0;
    color: var(--white);
}

.entry-header .entry-text-wrapper p{
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    margin-top: 0;
}

.entry-header .entry-header__background {
    width: 100%;
    height: auto;
    display: block;
}

.entry-header .entry-header__background >figure >img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: none !important;
    min-height: 320px !important;
}

.about-us-text-align-center-p {
    max-width: 905px;
    padding: 0 11px;
    margin: 64px auto 0;
    font-family: var(--font-primary);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
}

.about-us-text-align-center-p > strong {
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: inline-block;
}

.homepage-tab.active {
    visibility: visible;
    max-height: none;
}

.custom-button {
    color: #888888;
    margin: 0;
}

.custom-button.custom-button--outline {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
}

.custom-button.custom-button--dark {
    color: var(--white);
    background-color: var(--black);
}

.homepage-tab-button:active,
.homepage-tab-button:hover {
    background-color: --light-border;
}

.custom-button:active,
.custom-button:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
}

.custom-button.custom-button--dark:active,
.custom-button.custom-button--dark:hover {
    color: var(--black);
    border-color: var(--black);
    background-color: var(--white);
}

.custom-button.custom-button.custom-button--dark:focus,
.custom-button:focus {
    border-color: --light-border;
    background-color: --light-border;
    color: var(--black);
}

.custom-button:focus {
    border-color: --light-border;
    background-color: --light-border;
    color: var(--black);
}

#breadcrumbs {
    background: var(--white);
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

#breadcrumbs span,
#breadcrumbs a {
    font-family: var(--font-primary);
    text-decoration: none;
    letter-spacing: 0;
    color: var(--grey);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition-duration: .3s;
    text-transform: uppercase;
}

#breadcrumbs span.breadcrumb_last,
#breadcrumbs a.breadcrumb_last {
    font-weight: 400;
    text-transform: none;
}

#breadcrumbs > span {
    font-family: monospace;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px 13px;
    flex-wrap: wrap;
}

#breadcrumbs a:hover {
    color: var(--black);
    text-decoration: underline;
}

#breadcrumbs div > span {
    font-family: monospace;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px 13px;
    flex-wrap: wrap;
}

#breadcrumbs.absolute-breadcrumbs {
    position: absolute;
    top: 140px;
    left: 10px;
    color: var(--white);
    max-width: none;
    padding: 0;
    margin-left: 11px;
    width: calc(100% - 120px);
}

#breadcrumbs.absolute-breadcrumbs span {
    color: var(--white);
}

#breadcrumbs.absolute-breadcrumbs a {
    color: var(--white);
    font-weight: 700;
}

.homepage-tab-button.active {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
}

.product > .alignwide {
    position: relative;
}

.woocommerce .category-filters-product-and-loop ul.products li.product {
    padding: 0 0 10px;
}

.woocommerce .category-filters-product-and-loop ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding: 9px 0 0;
    text-transform: none;
}

.woocommerce .category-filters-product-and-loop ul.products li.product .product__desc {
    display: block;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.21px;
    text-align: center;
}

.woocommerce .category-filters-product-and-loop ul.products li.product .price {
    display: none;
}

.woocommerce ul.products li.product .product__desc {
    display: none;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    right: 14px;
    top: 14px;
    border: 0;
    border-radius: 6px;
    font-family: var(--font-primary);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0;
    text-align: left;
    text-transform: lowercase;
    color: var(--black);
    background: #D7DF2380;
}

.woocommerce span.onsale {
    left: 20px;
}

.woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 1px;
    height: auto;
}

.tab-swiper-button.swiper-button-disabled,
.swiper-button-disabled {
    cursor: default;
    opacity: .4;
}

.theme-flags .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    line-height: 1;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.theme-flags .wc-block-components-notice-banner>.wc-block-components-notice-banner__content a,
.theme-flags .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    text-decoration: none;
    color: var(--black) !important;
    opacity: 1;
    display: inline-block;
    margin-left: auto;
    line-height: 1;
}

.theme-flags .wc-block-components-notice-banner>.wc-block-components-notice-banner__content a:hover,
.theme-flags .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    background-color: transparent;
}

.theme-flags .custom-page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    margin: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: var(--white);
    background-color: var(--black);
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.related__content {
    position: relative;
}

.category-filters-product-and-loop {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 28px 0;
}

.category-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid #8B8B8B;
    margin-bottom: 22px;
}

.woocommerce .woocommerce-ordering__header {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering__content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.woocommerce .woocommerce-ordering__content > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    position: relative;
}

.woocommerce-ordering > select {
    padding: 10px 49px 8px 19px;
    min-width: 235px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--light-border);
    border-radius: 4px;
    position: relative;
}

.woocommerce .woocommerce-ordering:after {
    content: '';
    position: absolute;
    right: 14px;
    width: 7px;
    height: 7px;
    pointer-events: none;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.category-product-and-loop {
    width: 100%;
}

.category-product-and-loop .category-description {
    margin-bottom: 13px;
}

.category-product-and-loop .category-description h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}

.category-product-and-loop .category-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 10px 0 0;
}

.category-product-and-loop .category-description p + p {
    margin: 28px 0 0;
}

.category-filters-product-and-loop .category-filters .category-filters-filter-p {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;
}

.category-filters-product-and-loop .category-filters .filters-container .filter-title {
    margin: 0;
    font-family: var(--font-primary);
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.category-filters-product-and-loop .category-filters .filters-container .color-design .filter-content {
    margin: 20px 0;
}

.category-filters-product-and-loop .category-filters .filters-container .color-design .filter-content .filter-items {
}

.category-filters-product-and-loop .category-filters .filters-container .color-design .filter-content .filter-items .filter-item >a{
    max-width: 50px;
    width: 100%;
}

.category-filters-product-and-loop .category-filters .filters-container .color-design .filter-content .filter-items .filter-item >a .term-color {
    width: 50px;
    height: 50px;
    margin-bottom: 9px;
    border: 0;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
    transition-duration: .3s;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
    font-size: 14px;
    color: var(--black);
}

.category-filters-product-and-loop .category-filters .filters-container .color-design .filter-content .filter-items .filter-item >a:hover .term-color {
    box-shadow: 0 0 0 transparent;
}

.category-filters-product-and-loop .loop {
    width: 100%;
}

.category-filters-product-and-loop .yith-wcan-filters {
    width: 100%;
    position: relative;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 20px;
}

.category-filters-product-and-loop .yith-wcan-filters .filters-container > form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color .filter-item.filter-has-3-column {
    margin-bottom: 20px;
    text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch[style*="rgb(255,255,255)"] {
    border: 1px solid var(--black) !important;
    border-radius: 50%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label > input {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label > a {
    position: relative;
    color: var(--black);
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label > a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid var(--black);
    border-radius: 3px;
    top: 0;
    left: -36px;
    box-sizing: border-box;
    transition-duration: .3s;
    background-color: var(--white);
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label > a:hover:before {
    background-color: var(--light-shadow-black);
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item label > input:checked + a:before {
    background-color: var(--black);
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item {
    line-height: 1;
    margin-bottom: 20px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-checkbox .filter-item:first-child {
    margin-top: 10px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    margin: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
    border: 1px solid var(--black);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a:after {
    background-color: var(--black);
}

.category-desc {
    padding: 65px 0;
    width: 100%;
}

.category-desc.category-desc--homepage {
    padding: 5px 0;
}

.category-desc .text {
    margin-top: 11px;
}

.category-desc .add-desc__image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-desc .add-desc__image > img {
    max-width: calc(50% - 5px);
}

.category-desc h5,
.category-desc h5 > span {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 19px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.01em;
}

.category-desc h6,
.category-desc h6 > span {
    font-family: var(--font-primary);
    margin: 16px 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.category-desc h6 + p {
    margin-top: 8px;
}

.category-desc p + h6 {
    margin-top: 21px;
}

.category-desc h2,
.category-desc h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}
.category-desc p + h3 {
    margin-top: 50px;
}

.category-desc h2 + p {
    margin-top: 14px;
}

.category-desc p > strong {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    display: inline-block;
}

.category-desc p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    margin: 23px 0 0 0;
    line-height: 1.6;
    letter-spacing: -.21px;
    text-align: left;
}

.category-desc p > b {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -.3px;
    text-align: left;
}

.category-desc:not(.category-desc--homepage) p:not(.img) {
    margin: 14px 0 0 0;
}

.category-desc:not(.category-desc--homepage) p:not(.img):nth-child(3) {
    margin-top: 28px;
}

.category-desc ul {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.category-desc:not(.category-desc--homepage) ul {
    padding-left: 28px;
    margin: 28px 0;
}

.category-desc p.img {
    margin: 0;
}

.category-desc .category-desc-btn {
    margin: 21px 0 0;
    border: none;
    background-color: transparent;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    padding: 0;
    cursor: pointer;
}

.woocommerce .cart_totals .shop_table .cart-discount th {
    width: 100%;
    border: 0;
    padding: 20px 10px 0 20px;
    color: var(--black);
    text-transform: none;
}

.woocommerce .woocommerce-checkout-review-order .shop_table .cart-discount  {
    position: relative;
}

.woocommerce .woocommerce-checkout-review-order .shop_table .cart-discount td  {
    padding-right: 30px;
}

.woocommerce .cart_totals .shop_table .cart-discount td {
    min-width: 140px;
    vertical-align: middle;
    position: relative;
    padding: 20px 50px 20px 10px;
    border: 0;
}

.woocommerce-remove-coupon {
    width: 13px;
    display: block;
    position: absolute;
    right: 10px;
    overflow: hidden;
    top: calc(50% - 12px);
}

.woocommerce .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon  {
    right: 20px;
}

.woocommerce-remove-coupon:before {
    content: '\2715';
    position: absolute;
    top: 0;
    font-weight: 900;
    background-color: var(--white);
    left: 0;
    font-size: 16px;
    transition-duration: .3s;
}

.woocommerce-remove-coupon:focus:before,
.woocommerce-remove-coupon:hover:before {
    color: var(--red);
}

.posts-pagination  {
    text-align: center;
    margin-top: 30px;
}

.posts-pagination,
.posts-pagination a,
.posts-pagination .current,
.pagination .woocommerce-pagination .page-numbers {
    border: 0;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    gap: 18px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--black) !important;
    padding: 2px 11px;
    text-align: center;
    align-items: center;
}

.posts-pagination a,
.pagination .woocommerce-pagination a.page-numbers {
    aspect-ratio: 1 / 1;
}

.posts-pagination .prev,
.posts-pagination .next,
.pagination .woocommerce-pagination .page-numbers.next,
.pagination .woocommerce-pagination .page-numbers.prev {
    color: #1D1D1B;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0;
    text-transform: capitalize;
    aspect-ratio: initial;
    transition-duration: 0.3s;
}

.posts-pagination .prev:hover,
.pagination .woocommerce-pagination .page-numbers.prev:hover,
.posts-pagination .next:hover,
.pagination .woocommerce-pagination .page-numbers.next:hover {
    color: var(--black);
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: auto 0;
}

.posts-pagination a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination a.page-numbers:hover {
    background-color: #EFF8E580 !important;
}

.posts-pagination .current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #EFF8E5 !important;
    aspect-ratio: 1/1;
}

.woocommerce-products-header .woof_hide_mobile_filter,
.woocommerce-products-header .woof_show_mobile_filter {
    display: flex;
    align-items: center;
}

.woocommerce-products-header__button {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 999999;
}

.category-filters-button {
    display: flex;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 4px;
    z-index: 999999;
}

.category-filters-button.open {
    position: fixed;
    right: 20px;
    top: 20px;
}

.category-filters-button > svg path {
    transition-duration: .3s;
}

.category-filters-button:hover {
    background-color: var(--black);
}

.category-filters-button:focus,
.category-filters-button:active {
    background-color: var(--white);
}
.category-filters-button:hover > svg path {
    fill: var(--white) !important;
}

.category-filters-button:focus > svg path,
.category-filters-button:active > svg path {
    fill: var(--black) !important;
}

.category-filters-button > svg {
    width: 25px;
    height: 25px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 5px !important;
    line-height: 22px !important;
    background-color: var(--grey-bg) !important;
    padding: 13px 24px !important;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
    opacity: 1;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    opacity: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    top: calc(50% - 9px);
    height: 18px;
    margin: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):hover path {
    fill: var(--black);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    font-size: 19px;
    padding: 5px 10px;
    min-height: 0;
    width: auto;
    transition-duration: .3s;
    border: 1px solid var(--black);
    color: var(--black);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    transition: .3s;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):active {
    background-color: --light-border;
}

.banner-with-slider {
    border-top: 8px solid var(--grey);
    background-color: var(--grey-bg);
    padding: 0 10px;
    color: var(--blue);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.banner-with-slider__content {
    margin-top: 16px;
}

.banner-content__texts-with-icons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.banner-content__texts-item {
    text-align: center;
    max-width: 108px;
}

.banner-content__texts-item > span {
    display: inline-block;
    max-width: 100px;
}

.banner-content__texts-item > svg {
    width: 52px;
    margin-bottom: 15px;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-content.right {
    min-width: calc(100% + 20px);
    transform: translateX(-10px);
    overflow: hidden;
    margin-top: 11px;
}

.banner-content.right picture {
    display: flex;
    width: 100%;
}

.banner-content.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.banner-content-text > strong {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.banner-content-text > .banner-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    font-family: var(--font-primary);
    text-align: center;
    margin: 22px 0 30px;
}

.banner-content-text > .custom-button {
    max-width: 172px;
    text-align: center;
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
    width: auto;
    margin: 0 auto;
    min-width: 0;
    display: block;
}

.banner-content-text > .custom-button:hover {
    background-color: var(--white);
    color: var(--black);
}
.banner-content-text > .custom-button:focus {
    border-color: --light-border;
    background-color: --light-border;
    color: var(--black);
}

.woocommerce td.product-name .wc-item-meta:last-child {
    padding: 0 10px 5px;
    font-size: 13px;
    line-height: 1;
}

.product-swiper .swiper-slide img.new {
    animation: fade-in .5s 0s 1 forwards;
}

.section-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}

body .qib-container:not(#qib_id):not(#qib_id) {
    border: 1px solid var(--black);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: flex;
}

body.woocommerce-cart .qib-container:not(#qib_id):not(#qib_id) {
    max-width: 133px;
}

body .qib-button:not(#qib_id):not(#qib_id) {
    height: 34px;
    width: 34px;
    color: var(--black);
    background: transparent;
    border: 0;
    font-size: 18px;
    transition: background .3s;
    cursor: pointer;
}

body .single .qib-button:not(#qib_id):not(#qib_id) {
    height: 44px;
}

body.woocommerce-cart .qib-button:not(#qib_id):not(#qib_id) {
    height: 35px;
}

body .qib-button:not(#qib_id):not(#qib_id):hover {
    background: var(--grey-bg);
}

body .qib-button.minus:not(#qib_id):not(#qib_id) {
    font-size: 28px;
    line-height: 1.1;
}

body .qib-button:focus:not(#qib_id):not(#qib_id) {
    border: 0;
}

body.woocommerce-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border: 0;
    width: 100%;
}

body.single .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 44px;
}

body .qib-container div.quantity:not(#qib_id):not(#qib_id) {
    max-width: calc(100% - 68px);
    text-align: center;
    width: 100%;
}

body.woocommerce-cart  .qib-container div.quantity:not(#qib_id):not(#qib_id) {
    width: 100%;
}

body .qib-container .quantity input.qty:focus:not(#qib_id):not(#qib_id) {
    border: 0;
    background: var(--grey-bg);
}

body .add_to_cart_button:not(#qib_id):not(#qib_id):not(_) {
    width: 100%;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--black);
    height: 34px;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--black);
    border-radius: 5px;
    transition-duration: .3s;
    margin: 0;
}

body .add_to_cart_button:not(#qib_id):not(#qib_id):not(_):hover {
    color: var(--white);
    background: var(--grey);
    border: 1px solid var(--grey);
}

body.single .qib-container:not(#qib_id):not(#qib_id) {
    width: 30%;
    max-width: 135px;
    min-width: 95px;
}

body.single .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    width: 100%;
}

.product .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border: 0;
}

.button__primary {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.005em;
    text-align: center;
    min-width: 124px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--blue);
    color: var(--white);
    background-color: var(--blue);
    transition-duration: .3s;
}

.button__primary:hover {
    color: var(--blue);
    background-color: var(--white);
}

.button__primary--light {
    border: 1px solid var(--white);
    color: var(--black);
    background-color: var(--white);
}

.button__primary--light:hover {
    color: var(--white);
    background-color: var(--blue);
}

.button__secondary {
    border: 1px solid var(--light-border);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: var(--grey);
    transition-duration: .3s;
    padding: 12px 13px;
    width: fit-content;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.button__secondary:not(.button__secondary--no-arrow) {
    padding: 12px 26px 12px 13px;
}

.button__secondary.button__secondary--white {
    border: 1px solid var(--white);
    color: var(--white);
}

.button__secondary:hover {
    color: var(--white);
    background: var(--blue);
    border: 1px solid var(--blue);
}

.button__secondary:not(.button__secondary--no-arrow):after {
    content: '';
    border-left: 1px solid;
    border-top: 1px solid;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    transform: rotateZ(135deg);
    right: 15px;
    top: calc(50% - 3px);
}

.products-slider-wrapper__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    margin-top: 54px;
}

.products-slider-wrapper__header > .section-title {
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.products-slider-wrapper__header > span {
    color: #8B8B8B;
    font-size: 16px;
    line-height: 1.2;
}

.products-slider-wrapper__header > .button__secondary {
    margin: 0;
    position: absolute;
    right: 0;
    display: none;
}
    
.products-slider-wrapper__button-mobile {
    display: flex;
    margin: 14px auto 0;
}

.products-slider-wrapper {
    margin-top: 16px;
    margin-bottom: 44px;
}

.products-slider-wrapper .products-slider {
    margin-top: 35px;
}

@keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

.zoom:not(:hover) {
    background-image: none !important;
}

.zoom {
    background-position: 50% 50%;
    background-size: 200%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
}

.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.zoom img:hover {
  opacity: 0 !important;
}

.primary-navigation__content .site-branding {
    display: none;
}

.primary-navigation__content-bottom {
    grid-area: bottom;
    margin-top: 20px;
    min-height: 52px;
    display: flex;
}

.primary-navigation__settings {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.primary-navigation__settings .header__link--cart {
    display: none;
}

.header__link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    transition-duration: .3s;
    color: var(--black);
    white-space: nowrap;
}

.header__link--cart {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.header__link--cart svg path,
.header__link--account svg path {
    transition-duration: .3s;
}

.header__link--cart:hover {
    background-color: var(--white);
    color: var(--blue);
}

.header__link--cart:hover svg path,
.header__link--account:hover svg path {
    stroke: var(--blue);
}

.menu-button-container {
    margin-right: auto;
}

.homepage-cards {
    margin: 12px 0;
}

.cards {
    margin: 0 0 55px;
}

.cards__content,
.homepage-cards__content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.card,
.homepage-card {
    position: relative;
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
    background-color: var(--grey-bg);
}

.card {
    justify-content: flex-start;
}

.card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin: 11px 0 0;
}

.card__icon,
.homepage-card__icon {
    width: 31px;
}

.card__text,
.homepage-card__text {
    font-family: var(--font-primary);
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 13px auto 0;
    max-width: 110px;
    color: var(--grey);
}

.card__text {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 5px 0;
}

.blog-posts__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-posts__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    text-align: center;
}

.blog-posts__sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
    margin: 16px 0 34px;
}

.post-card {
    display: flex;
    position: relative;
}

.post-card__text {
    position: relative;
    z-index: 1;
    width: calc(100% - 59px);
    margin: 26px 0;
    padding: 22px 16px 14px 24px;
    background: rgb(255 255 255 / 95%);
    border-radius: 6px;
}

.post-card > .img {
    position: absolute;
    width: calc(100% - 59px);
    right: 0;
    height: 100%;
}


.post-card > .img .post-thumbnail {
    margin: 0;
    height: 100%;
}

.post-card > .img .post-thumbnail figure {
    margin: 0;
    height: 100%;
}

.post-card > .img .post-thumbnail img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.post-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin: 0;
}

.post-card__excerpt p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.post-card__footer {
    margin-top: 13px;
}

.post-card__footer > a {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: var(--anchor-color);
    text-transform: lowercase;
    transition-duration: .3s;
}

.post-card__footer > a:hover {
    color: var(--black);
}

.newsletter {
    padding: 26px 0 37px;
    margin-top: 44px;
    background-image: url(./assets/images/newsletter-bg.webp);
    background-position-x: center;
}

.newsletter form {
    max-width: 535px;
    margin: 0 auto;
}

.newsletter__content  {
}

.newsletter__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    margin: 0;
}

.newsletter__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;
    margin: 2px auto 16px;
    max-width: 510px;
}

.newsletter .tnp-field.with-button {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.newsletter .tnp-email {
    width: 100%;
    border: 0;
    padding: 3px 21px;
    border-radius: 5px 0 0 5px;
}

.newsletter .tnp-email:focus {
    outline: 0;
}

.newsletter .tnp-submit {
    padding: 18px 15px 16px;
    border: 1px solid transparent;
    background-color: var(--anchor-color);
    color: var(--white);
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.newsletter .tnp-privacy-field {
    margin-top: 14px;
}

.newsletter .tnp-privacy-field > label {
    display: flex;
    gap: 8px;
}

.newsletter .tnp-privacy-field > label .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.newsletter .tnp-privacy-field > label .text,
.newsletter .tnp-privacy-field > label .text a{
    color: var(--black)
}

.newsletter .tnp-custom-checkbox {
    position: relative;
}

.newsletter .tnp-custom-checkbox > input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.newsletter .tnp-custom-checkbox > span {
    width: 20px;
    display: block;
    height: 18px;
    border: 1px solid var(--grey);
    border-radius: 2px;
    background-color: #ffffff4d;
    position: relative;
    transition-duration: .3s;
}

.newsletter .tnp-custom-checkbox > span:after {
    content: '\2713';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: var(--grey);
    transition-duration: .3s;
    font-size: 16px;
    background-color: var(--white);
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
}

.newsletter .tnp-custom-checkbox > input:checked + span {
    border: 1px solid var(--grey);
    background-color: var(--white);
}

.newsletter .tnp-custom-checkbox > input:checked + span:after {
    opacity: 1;
}

body .wcml-dropdown-click.product,
.woocommerce .wcml-dropdown-click.product {
    margin: 0;
    padding-right: 15px;
    position: relative;
}

body .wcml-dropdown-click.product:after,
.woocommerce .wcml-dropdown-click.product:after {
    content: '';
    height: 20px;
    top: 50%;
    right: 0;
    border-right: 0;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 2px;
}

.product-images-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.2101694792509079px;
    text-align: left;
    align-items: center;
    gap: 18px;
    margin: 13px 0;
}

.product-images-wrapper > .woocommerce-product-gallery {
    max-width: 101px;
}

.woocommerce .product-images-wrapper span.onsale {
    display: none;
}

.woocommerce div.product .product-top {
    display: none !important;
}

.woocommerce form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
.woocommerce form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
    margin-left: 21px;
    max-width: none;
    height: 46px;
    width: 87%;
    text-transform: none;
    border-radius: 5px;
    transition-duration: .3s;
    border: 1px solid var(--black);
}

.woocommerce form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id):hover,
.woocommerce form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_):hover {
    border: 1px solid var(--grey);
    background-color: var(--grey);
    color: var(--white);
}

.woocommerce form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
    outline: none;
}

.product-payments {
    padding: 22px 0;
    display: flex;
    justify-content: center;
    border: 1px solid var(--light-border);
    border-left: 0;
    border-right: 0;
}

.product-payments  > img {
    max-width: 100%;
}

.product-summary-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 20px 55px;
}

.product-summary-info > span {
    display: flex;
    align-items: center;
    gap: 11px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    top: 12px;
}

.cart_info {
    display: flex;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    color: #808080;
}

.cart_info > svg {
    min-width: 32px;
}

.cart_info > span {
    padding: 6px 0 6px 15px;
}

.wc-block-components-checkbox label[for="subscribe-to-newsletter"] {
    align-items: center;
}

.wc-block-components-checkbox label[for="subscribe-to-newsletter"] svg {
    margin: 0;
    left: 3px;
}

.wc-block-components-checkbox label[for="subscribe-to-newsletter"] span {
    line-height: 1.5;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.woocommerce table.shop_table ul#shipping_method li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.woocommerce table.shop_table ul#shipping_method li input[type="radio"] {
    margin-top: 0;
}

.woocommerce table.shop_table tr :nth-child(2),
.woocommerce-page table.shop_table tr :nth-child(2) {
    text-align: right;
}


.woocommerce-checkout .checkout-login,
.checkout-coupon {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--light-border);
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.woocommerce-checkout .showlogin,
.checkout-coupon .showcoupon {
    color: var(--grey);
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
}

.woocommerce-checkout .showlogin:hover,
.checkout-coupon .showcoupon:hover {
    text-decoration: underline;
}

.woocommerce-checkout form.login,
.checkout-coupon form.checkout_coupon {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout form.login {
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
}

.woocommerce-checkout form.login .form-row,
.checkout-coupon form.checkout_coupon .form-row {
    padding: 0;
    margin: 0;
}

.woocommerce-account form .form-row {
    padding: 3px 0;
}

.select2-container--default .select2-selection--single,
.woocommerce form .form-row .input-text {
    padding: 10px;
    border: 1px solid var(--light-border);
    display: flex;
    overflow: hidden;
    height: auto;
}

.select2-container--default .select2-selection--single {
    padding:  6px 10px;
}

.checkout-coupon form.checkout_coupon .form-row.woocommerce-validated .select2-container,
.checkout-coupon form.checkout_coupon .form-row > input {
    border-radius: 5px 0 0 5px;
}

.checkout-coupon form.checkout_coupon [type='submit'].button {
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    padding: 9px 12px;
}

.checkout-coupon form.checkout_coupon [type='submit'].button:hover {
    border-left-color: var(--anchor-color)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.form-checkout {
    display: flex;
    gap: 20px;
    margin: 30px 0 50px;
    flex-direction: column;
}

.form-checkout__col:first-child {
    border: 1px solid var(--light-border);
    border-radius: 5px;
    padding: 20px;
}

.woocommerce-billing-fields > h3 {
    margin: 0 0 10px;
}

.woocommerce-form__label {
    position: relative;
    padding-left: 30px
}

.woocommerce-form__label > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.woocommerce-form__label > span {
    position: relative;
}

.woocommerce-form__label > span > a {
    color: var(--grey);
    text-decoration: none;
}

.woocommerce-form__label > span > a:hover {
    text-decoration: underline;
}

.woocommerce-form__label > span:after {
    content: '';
    position: absolute;
    left: -24px;
    width: 15px;
    border: 1px solid;
    height: 15px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    line-height: 16px;
    font-size: 15px;
    display: inline-flex;
}

.woocommerce-form__label > input:checked + span:after {
    content: '\2713'
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--light-border);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    margin: 10px 0 0;
    background: var(--light-shadow-black);
    color: var(--black);
}

#add_payment_method #payment div.payment_box > p,
.woocommerce-cart #payment div.payment_box > p,
.woocommerce-checkout #payment div.payment_box > p {
    margin: 0;
}

.woocommerce-privacy-policy-text > p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.3;
}

.woocommerce-privacy-policy-text > p > a {
    text-decoration: none;
    color: var(--grey);
}

.woocommerce-privacy-policy-text > p > a:hover {
    text-decoration: underline;
}

form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
    line-height: 1.3;
    font-size: 14px;
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    padding-left: 20px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout-review-order .order-button {
    padding: 13px;
    font-size: 19px;
    color: var(--white);
    border: 1px solid var(--grey);
    background-color: var(--grey);
    text-align: center;
    transition-duration: .3s;
    border-radius: 5px;
    font-family: var(--font-primary);
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    cursor: pointer;
}

.woocommerce-checkout-review-order .order-button:hover {
    color: var(--grey);
    background-color: var(--white);
}

.wc-block-components-notice-banner__content li {
    margin-bottom: 7px;
}

.woof_container_inner h4 {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
}

.category-filters .woof_list_label .woof_label_term {
    font-family: var(--font-primary);
    letter-spacing: 0;
    position: relative;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    transition-duration: .3s;
    color: #8B8B8B;
    height: 40px;
    padding: 0 6px;
}

.category-filters .woof_list_label .woof_label_term:hover,
.category-filters .woof_list_label .woof_label_term.checked {
    color: var(--black);
    background-color: #E6EFF2;
    border: 1px solid transparent;
    transition-duration: .3s;
}

.woof_container_inner label,
.woof_list label {
    font-family: var(--font-primary);
    letter-spacing: 0;
    position: relative;
    margin: 0 !important;
    padding: 8px 0 2px 30px;
    font-size: large;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.woof_container {
    margin: 0;
}


.woof_checkbox_sales_container,
.woof_checkbox_instock_container {
    margin-bottom: 10px;
}

ul.woof_list li {
    margin: 0;
}

.woof_checkbox_sales_container .woof_container_inner label,
.woof_checkbox_sales_container .woof_list label,
.woof_checkbox_instock_container .woof_container_inner label,
.woof_checkbox_instock_container .woof_list label {
    margin: 0 0 0 -7px !important;
    padding: 0 0 0 30px;
}

.woof_container_inner label:before,
.woof_list label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid --light-border;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.woof_list_checkbox li div {
    margin: 0;
}

.woof_container_inner input,
input.woof_checkbox_term {
    position: absolute;
    opacity: 0;
}

.woof_container_inner input:checked + label:before,
input.woof_checkbox_term:checked + label:before {
    content: '\2713';
}



.theme-flags .irs--round .irs-from:before,
.theme-flags .irs--round .irs-to:before,
.theme-flags .irs--round .irs-single:before,
.theme-flags .irs--round .irs-handle {
    border-color: var(--anchor-color);
}

.theme-flags .irs--round .irs-handle,
.theme-flags .irs--round .irs-bar,
.theme-flags .irs--round .irs-from,
.theme-flags .irs--round .irs-to,
.theme-flags .irs--round .irs-single {
    background-color: var(--anchor-color);
}

.theme-flags .irs--round .irs-grid {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 6px 13px;
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0;
    text-decoration: none;
    align-self: flex-start;
    border: 1px solid var(--blue);
    background-color: var(--blue);
    text-align: center;
    transition-duration: .3s;
    font-family: var(--font-primary);
    font-weight: 400;
    line-height: 1.3;
    border-radius: 0;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)).woocommerce-account .woocommerce input.button {
    line-height: 40px;
    padding: 3px 24px;
    text-align: center;
    justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    color: var(--black);
    border-color: var(--black);
    background-color: var(--white);
}

.ovh-mobile {
    overflow: hidden;
}

.category-filters-content {
    display: flex;
    height: 100vh;
    background: #fff;
    padding: 44px 20px;
    max-height: 100vh;
    overflow: auto;
}

.category-filters-content > div {
    width: 100%;
}

.posts {
    padding-top: 50px;
}

.posts .blog-posts__sub-title {
    margin-bottom: 27px;
}

.container-aboutus > .alignwide {
    max-width: none;
    padding: 0;
}

.post .post-thumbnail{
    margin-top: 35px;
}

.post .post-thumbnail img{
    width: 100%;
    height: auto;
}

.post-container {
    max-width: 912px;
    margin: 0 auto;
    padding: 0 11px;
}

.post .post-meta {
    display: flex;
    align-items: center;
    gap: 10px 76px;
}

.post .post-author {
    font-family: Poppins, var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: var(--blue);
}

.post .post-author > b {
    color: var(--black);
    font-weight: 400;
}

.post .post-date {
    display: flex;
    align-items: center;
}

.post .entry-title {
    margin: 35px 0 29px;
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0;
    text-align: left;
}

.post .entry-content strong {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
}

.post .entry-content p {
    margin: 12px 0;
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
}

.post .entry-content p + p {
    margin-bottom: 24px;
}

.post .entry-content p + figure {
    margin: 50px 0 63px;
}

.post .entry-content blockquote {
    margin: 43px 0 57px;
}

.post .entry-content blockquote > cite {
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #C98C31;
}

.blog-pagination {
    margin: 102px 0 14px;
}

.blog-pagination .blog-posts__title {
    margin-bottom: 37px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
    max-width: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
    display: flex;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 15px;
    background: var(--white);
    border: 1px solid var(--grey);
    color: var(--grey);
    border-bottom: 0;
    width: 100%;
    transition-duration: .3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--grey-bg);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid var(--grey);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--grey);
    color: var(--white);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding: 10px;
}

.woocommerce-account:not(.page-id-10) .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    display: flex;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
}

.dgwt-wcas-sp * {
    white-space: nowrap;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
}

p.demo_store,
.woocommerce-store-notice {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--black);
    background-color: var(--light-border);
    position: static;
    box-shadow: none;
    margin: 0 0 17px;
    padding: 13px;
    letter-spacing: .55px;
    width: calc(100% + 20px);
    transform: translateX(-10px);
}

.main-cards__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-card {
    position: relative;
    display: flex;
}

.main-card__text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 70%;
}

.main-card__text{
    font-family: var(--font-primary);
    font-size: clamp(30px, 5vw, 36px);
    font-weight: 800;
    line-height: 1;
    color: var(--black);
}

.main-card--big .main-card__text{
    font-size: clamp(35px, 5vw, 60px);
    line-height: 1.1;
    color: var(--white);
}

.main-card--big {
    grid-area: big;
}

.main-card--big .main-card__text-wrapper {
    padding: 15px;
}

.main-card--big .main-card__bg {
    aspect-ratio: 1.3 / 1;
}

.main-card--first {
    grid-area: card1;
}

.main-card--second {
    grid-area: card2;
}

.main-card__link {
    font-size: 16px;
    padding: 3px 5px;
    min-width: 65px;
    white-space: nowrap;
}

.about-us-first-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
    margin: 45px auto 60px;
    max-width: 939px;
    letter-spacing: -.2px;
}

.contact-columns {
    margin-top: 50px;
    gap: 23px;
}

.contact-column {
    border: 1px solid var(--light-border);
    padding: 20px;
}

.contact-column h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.contact-column p { 
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 7px 0;
}

.contact-column img { 
    height: 50px;
    width: 33px;
    object-fit: contain;
}

.contact-column a {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    display: block;
    margin-top: 24px;
    transition-duration: .3s;
}

.contact-column a:hover {
    background-color: var(--white);
    color: var(--blue);
}

.contact-column .contact-socials {
    gap: 15px;
    justify-content: center;
    margin: 30px 0 0;
    flex-wrap: nowrap !important;
}

.contact-column .contact-socials > .wp-block-column {
    width: auto;
    flex-grow: 0;
    flex-basis: auto;
}

.contact-column .contact-socials > .wp-block-column > .wp-block-columns {
    gap: 15px;
    margin: 0;
    flex-wrap: nowrap !important;
}

.contact-column .contact-socials img {
    height: 40px;
    width: 40px;
}

.contact-column .contact-socials a {
    margin: 0;
    background: none;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}

.contact-column .contact-socials a:hover {
    box-shadow: 0 1px 5px var(--shadow-black);
}

.contact-column .contact-socials .wp-block-column {
    flex-basis: auto !important;
}

.product-steps {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.product-step {
    display: flex;
    flex-direction: column;
    gap: 23px;
    flex-grow: 1;
}

.product-step.prod-param {
    grid-area: prod_param;
}

.product-step.upload {
    grid-area: upload;
    max-width: none;
    order: 1;
}

.product-step.qty-and-dims {
    grid-area: qty_and_dims;
}

.product-step.last-step {
    grid-area: last_step;
    max-width: none;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
    gap: 5px 30px;
    margin: 20px 0 30px;
    min-height: 54px;
    padding: 0;
    justify-content: flex-end;
    order: 2;
    flex-wrap: wrap;
}

.product-step__header {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    padding: 16px 14px;
    background-color: #E6EFF2;
}

.product-step__content {
    display: flex;
    flex-direction: column;
    padding: 20px 17px;
    border: 1px solid var(--light-border);
    flex-grow: 1;
}

.product-step.last-step .button{
    min-width: 225px;
    font-size: 16px;
    padding: 12px 30px;
}

.product-step.last-step .price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-step .small-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.woocommerce div.product form.cart .variations label,
.product-step__content > strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

.product-step__content ul {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.2101694792509079px;
    text-align: left;
    padding-left: 20px;
}

.product-step__content select {
    border: 1px solid #8B8B8B;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 40px 10px 10px;
    width: 100%;
    appearance: none;
}

.variation .value,
#product-selection-form {
    position: relative;
}

.variation .value:after,
#product-selection-form:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    border: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 19px;
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    pointer-events: none;
}

.product-variations-wrapper {
    margin-top: 9px;
}

.woocommerce div.product form.cart .variations {
    margin: 0;
}

.variation + .variation {
    margin-top: 9px;
}

.hidden-images,
#attribute-images-pa_material {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#attribute-images-pa_material a{
    width: 100%;
    max-width: calc(50% - 10px);
}
#attribute-images-pa_material img {
    width: 100%;
    max-width: 100%;
}

#attribute-images-pa_material .button {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.005em;
    text-align: center;
    text-transform: none;
    width: auto;
    color: var(--blue);
    background: var(--white);
}

.hidden-images:not(.open) {
    display: none;
    width: 100%;
}

.product-step__input-wrapper {
    max-width: calc(50% - 20px);
}

.product-step__input-wrapper.long {
    max-width: 100%;
    width: 100%;
}

.product-step__input-wrapper label {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.005em;
    gap: 4px;
    max-width: 202px;
}

.product-step__input-wrapper input {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #8B8B8B;
    padding: 11px 10px;
}

.uppercase {
    text-transform: uppercase;
}

.product-step__inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.product-upload__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px
}

.product-upload__header > button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--blue);
    background-color: var(--white);
    border: 1px solid var(--blue);
    gap: 15px;
    padding: 8px 25px;
    white-space: nowrap;
    width: 100%;
    transition-duration: .3s;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.product-upload__header > button path {
    transition-duration: .3s;
}

.product-upload__header > button:hover {
    color: var(--white);
    background-color: var(--blue);
}

.product-upload__header > button:hover path {
    fill: var(--white);
}

.product-upload__instructions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 10px;
    gap: 7px;
}

.product-upload__instructions > span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.product-upload__instructions > a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--blue);
    transition-duration: .3s;
}

.product-upload__instructions > a:hover {
    color: var(--black);
}

.product-upload {
    margin-top: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid var(--light-border);
    padding: 20px;
}

.product-upload__input-mask {
    display: flex;
    border: 1px solid var(--light-border);
}

.product-upload__input-mask .icon {
    display: flex;
    border: 1px solid var(--light-border);
    padding: 60px;
}

.product-upload__input-mask.loaded .icon {
    display: none;
}

#canvas-preview {
    display: none;
}

.product-upload__input-mask.loaded #canvas-preview {
    display: block;
}

#image-preview {
    display: none;
}

.product-upload__footer {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 15px;
    justify-content: flex-end;
    margin-top: 19px;
}


.single_variation_wrap {
    display: none !important;
}

.product-upload__footer.loaded {
    display: flex;
}

.product-upload__footer > .button:not(.remove-preview) {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: 0.005em;
    text-align: center;
    align-self: center;
}

.product-upload__footer > .button.remove-preview {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    letter-spacing: 0.005em;
    text-align: center;
    color: var(--red);
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 0;
    align-self: center;
}

.product-upload__footer > .button.remove-preview path {
    transition-duration: .3s;
}

.product-upload__footer > .button.remove-preview:hover {
    color: var(--blue);
}

.product-upload__footer > .button.remove-preview:hover path {
    fill: var(--blue);
}

.woocommerce_cart__header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1px;
}

.woocommerce_cart__header .clear-cart-button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 7px;
    background: transparent;
    border: 0;
    color: #3E3E3E;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.005em;
    cursor: pointer;
    transition-duration: .3s;
}

.woocommerce_cart__header .clear-cart-button:hover {
    color: var(--grey);
}

.woocommerce_cart__header .clear-cart-button:hover > svg path {
    stroke: var(--grey);
}

.woocommerce_cart__header .clear-cart-button > svg {
    width: 23px;
    height: 23px;
}

.woocommerce_cart__header .clear-cart-button > svg path {
    transition-duration: .3s;
}

.woocommerce_cart__header-tile {
    width: 100%;
}

 .theme-flags .woocommerce_cart__header-tile > .custom-page-title{
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    line-height: 1.1;
    padding: 18px 21px; 
    color: #8B8B8B;
    background-color: #F9F9F9;
    border: 1px solid var(--light-border);
}

.woocommerce_cart__header-tile.active > .custom-page-title {
    color: var(--blue);
    border-color: 1px solid var(--blue);
    background-color: #E6EFF2;
}

.shop_table__header {
    display: none;
}

.shop_table__header .col-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.cart-variation {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.cart-variation > span {
    display: inline-flex;
    gap: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals .totals {
    margin-top: 20px;
}

.woocommerce-cart .woocommerce_cart [data-title] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce-cart .woocommerce_cart [data-title]:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: flex-end;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    margin-left: auto;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    display: none;
}

#attribute-price {
    display: none;
}

@media screen and (max-width: 767px) {
    body.single-product .qib-container:not(#qib_id):not(#qib_id) {
        width: 100%;
        max-width: none;
    }

    body.single-product .qib-container div.quantity:not(#qib_id):not(#qib_id) {
        max-width: none;
    }

    body.single-product  .swiper-container .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        width: 100%;
        height: 34px;
    }

    body.single-product  .qib-container .qib-button:not(#qib_id):not(#qib_id) {
        width: 54px;
    }
}

@media screen and (min-width: 520px) {
    .product-upload__instructions {
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        max-width: 270px;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 120px 1fr 1fr;
    }

    .woocommerce-cart .woocommerce_cart .product-thumbnail {
        min-width: 120px;
        width: 120px;
    }
}

@media screen and (min-width: 768px) {
    .alignwide #breadcrumbs,
    .alignwide .woocommerce-notices-wrapper {
        padding: 0;
    }

    .slider-main__content-text-wrapper {
        padding: 60px 60px 94px;
    }

    .slider-main__button {
        font-size: 16px;
        padding: 12px 30px;
    }

    .swiper-button-next.main-slider__button-next,
    .swiper-button-prev.main-slider__button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        right: 12px;
        top: calc(50% - 50px);
    }

    .swiper-button-next.main-slider__button-next.swiper-button-disabled,
    .swiper-button-prev.main-slider__button-prev.swiper-button-disabled {
        opacity: .4;
        cursor: default;
    }

    .swiper-button-prev.main-slider__button-prev {
        right: auto;
        left: 6px;
    }

	.woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
		width: 100%;
		margin-bottom: 0;
	}

	.woocommerce-product-gallery .product-swiper{
		overflow: hidden;
	}

	.woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 50%;
        max-width: 555px;
	}

	.woocommerce div.product{
		margin-top: -5px
	}

	.woocommerce-tabs .dropdown-parent {
		position: relative;
		cursor: pointer;
	}

	.woocommerce-tabs .dropdown-toggle {
		display: flex;
		align-items: center;
	}

	.woocommerce-tabs .toggle-icon {
		margin-right: 5px;
	}

	.woocommerce-tabs .dropdown {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: var(--white);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.woocommerce-tabs .dropdown.show {
		display: block;
	}

	.woocommerce-tabs  .dropdown-parent.open .toggle-icon::after {
		content: "-";
	}

    .site-footer figure.wp-block-gallery.has-nested-images {
        justify-content: flex-end;
    }

    .site-footer .footer-copyright > div:nth-child(2) > p {
        text-align: right;
    }

    .site-footer figure.wp-block-gallery.has-nested-images .wp-block-image {
        width: 86px;
        max-width: 86px;
    }

    .woocommerce div.product form.cart .button{
        width: 100%;
    }

    .homepage-tabs {
        padding-top: 40px;
    }

    .homepage-tabs-header {
        flex-direction: row;
        gap: 10px;
        padding-left: 10px;
        margin-bottom: 46px;
    }

    .woocommerce ul.products li.product:hover a {
        animation: none;
    }

    .product-card-colors > span:not(.product-card-count) {
        width: 13px;
        height: 13px;
        gap: 4px;
    }

    .product-card-count {
        padding-left: 10px;
    }

    .homepage-tabs-footer {
        margin-top: 30px;
    }

    .tab-swiper-button {
        display: block;
        position: absolute;
        width: 42px;
        height: 42px;
        padding: 15px;
        background: transparent;
        top: calc(50% - 59px);
        z-index: 1;
        left: 0;
        cursor: pointer;
    }

    .tab-swiper-button.next {
        right: 0;
        left: auto;
    }

    .tab-swiper-button:before {
        content: '';
        border: 4px solid var(--black);
        border-radius: 2px;
        width: 100%;
        height: 100%;
        display: block;
        transform: rotate(-45deg);
        border-bottom: 0;
        border-right: 0;
    }

    .tab-swiper-button.next:before {
        transform: rotate(135deg);
    }

    #breadcrumbs.absolute-breadcrumbs {
        left: 70px;
    }

    .homepage-banner-with-slider {
        margin-top: 39px;
    }

    .banner-with-slider {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 36px;
        border-top: 10px solid var(--grey);
        min-height: 440px;
    }

    .banner-content-text > strong {
        font-size: clamp(18px, 2vw, 24px);
    }

    .section-why-shop-flags{
        margin-top: 41px;
    }

    .above-header__middle {
        order: 0;
        width: 28%;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .above-header__left {
        width: auto;
        justify-content: flex-start;
    }

    .above-header__right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 22px;
        min-height: 30px;
    }

    .above-header__wrapper {
        gap: 20px;
        padding: 7px 0;
    }

    .menu-button-container {
        order: 4;
        margin-left: 10px;
        margin-right: 0;
    }

    .search .dgwt-wcas-search-wrapp {
        position: static;
        min-width: 230px;
        opacity: 1;
    }

    .search__mobile-icon {
        display: none;
    }

    div.search {
        max-width: 309px;
        width: 100%;
    }

    div.search .dgwt-wcas-search-wrapp {
        position: static;
        opacity: 1;
        max-width: 600px;
        transform: rotateX(0deg);
    }

    .slider-main__picture img {
        min-height: 565px;
    }

    .slider-main__desc {
        margin: 0 0 55px;
        line-height: 1.3;
    }

    .slider-main__content-text {
        margin: 0 auto 31px;
    }

    .slider-main .swiper-pagination {
        bottom: 29px;
        display: block;
    }

    .slider-main .swiper-pagination .swiper-pagination-bullet {
        width: 26px;
        height: 26px;
        border: 1px solid transparent;
        background: transparent;
        position: relative;
        transition-duration: .3s;
    }

    .slider-main .swiper-pagination .swiper-pagination-bullet:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        background: #231F2080;
        transition-duration: .3s;
        border-radius: 50%;
    }

    .slider-main .swiper-pagination .swiper-pagination-bullet-active {
        width: 26px;
        height: 26px;
        border: 1px solid var(--blue);
        background: transparent;
    }

    .slider-main .swiper-pagination .swiper-pagination-bullet-active:before {
        background: var(--blue);
    }

    .section-title {
        font-size: 36px;
        line-height: 42px;
    }

    .products-slider-wrapper {
        margin-top: 88px;
        margin-bottom: 50px;
    }

    .slider-main__logo {
        margin-left: -8px;
    }

    .woocommerce ul.products li.product .product-size{
        padding: 3px 20px 0;
    }

    .product-last-section-wrapper {
        bottom: 20px;
        padding: 0 20px;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .product .qib-container:not(#qib_id):not(#qib_id) {
        width: 75px;
    }

    .product .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        width: 25px;
        height: 42px;
    }

    .single .product .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        height: 44px;
    }

    .product .add_to_cart_button:not(#qib_id):not(#qib_id):not(_) {
        width: calc(100% - 85px);
        height: 44px;
    }

    .product .qib-button:not(#qib_id):not(#qib_id) {
        height: 42px;
    }

    .single .product .qib-button:not(#qib_id):not(#qib_id) {
        height: 44px;
    }

    .product .qib-container div.quantity:not(#qib_id):not(#qib_id) {
        max-width: calc(100% - 48px);
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 0 15px 15px;
    }

    .banner-content.right {
        transform: translateX(10px);
        overflow: visible;
        margin: calc(-9vw + 6px) 0 0;
        width: 33%;
        justify-content: flex-end;
        min-width: 500px;
    }

    .banner-content-text {
        transform: translateX(53px);
        min-width: calc(100% + 40px);
    }

    .banner-content.right picture {
        height: 100%;
    }

    .banner-content__texts-item {
        max-width: 208px;
    }

    .banner-content__texts-item > span {
        max-width: 150px;
    }

    .category-desc > .short {
        display: flex;
        margin-bottom: 43px;
    }

    .category-desc p.img {
        width: calc(50% + 10px);
    }

    .category-desc .text {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 48px;
    }

    .category-desc .category-desc-btn {
        font-size: 13px;
        margin-top: 23px;
    }

    .blog-posts__content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .blog-posts__content.only_next {
        justify-content: flex-end;
    }

    .blog-posts__title {
        font-size: 36px;
    }

    .blog-posts__sub-title {
        margin: 15px 0 33px;
    }

    .post-card__text {
        width: calc(90% - 26px);
        margin: 44px 0 40px;
        padding: 47px 16px 45px 24px;
    }

    .post-card__title {
        font-size: 26px;
        line-height: 33px;
    }

    .post-card__excerpt p {
        margin-top: 16px;
        max-width: 90%;
    }

    .post-card__footer {
        margin-top: 23px;
    }

    .post-card > .img {
        width: calc(100% - 113px);
    }

    .banner-content__texts-with-icons {
        width: calc(100% + 18px);
        position: relative;
        z-index: 1;
    }

    .newsletter {
        padding: 41px 0 51px;
        margin-top: 87px;
    }

    .error404 .newsletter {
        margin-top: 77px;
    }

    .newsletter__title {
        font-size: 46px;
    }

    .newsletter__text {
        font-size: 18px;
        margin: 17px auto 22px;
    }

    .newsletter .tnp-submit {
        padding: 18px 40px 17px;
    }

    .newsletter .tnp-email {
        padding: 3px 34px;
    }

    .newsletter .tnp-privacy-field {
        margin-top: 19px;
    }
    
    .footer-widget-wrapper .widgettitle {
        padding: 0;
        cursor: default;
        margin: 0 0 21px;
    }

    .footer-widget-wrapper .widgettitle.open + div {
        max-height: none;
        margin-top: 0;
    }

    .site-footer .widget > .footer-widget-images figure.wp-block-gallery.has-nested-images{
        max-width: none;
    }

    .site-footer .widget > .footer-widget-images > .wp-block-group__inner-container {
        flex-direction: row;
        gap: 88px;
    }

    .footer-widget-wrapper > .footer-widget {
        width: calc(50% - 20px);
    }

    .woocommerce-product-gallery__slider {
        overflow: hidden;
        width: 80%;
        max-width: 524px;
    }

    .woocommerce-product-gallery__thumbs {
        width: 20%;
        max-width: 114px;
    }

    .thumb-swiper-button {
        top: 8px;
        left: calc(50% - 3px);
        transform: translateX(-50%);
    }

    .thumb-swiper-button.next {
        top:auto;
        bottom: 8px;
    }

    .woocommerce-tabs-header {
        margin-top: 68px;
        justify-content: center;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc > h3,
    .woocommerce div.product .woocommerce-tabs .panel .desc > h2{
        margin: 98px 0 46px;
        text-align: center;
        font-size: 36px;
        line-height: 42px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc-section {
        flex-direction: row;
        align-items: center;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc{
        align-items: center;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc > h3 {
        margin: 80px 0 31px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc-section:nth-of-type(2n) > div {
        padding-top: 51px;
        padding-right: 100px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc-section > div{
        padding-right: 50px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc-section:nth-of-type(2n){
        align-items: flex-start;
        padding-left: 7px;
        gap: 40px;
        padding-right: 10px;
    }

    .woocommerce div.product .product_title{
        font-size: 36px;
        line-height: 42px;
    }

    .theme-flags .custom-page-title {
        font-size: 36px;
        line-height: 37px;
    }

    body.woocommerce-cart .qib-container:not(#qib_id):not(#qib_id) {
        margin: 0 auto;
    }

    body.woocommerce-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
    body.woocommerce-cart .qib-button:not(#qib_id):not(#qib_id) {
        height: 45px;
    }

    .woocommerce-cart .woocommerce_cart .product-remove > svg {
        height: auto;
    }

    .woocommerce .cart_totals .shop_table .coupon .button {
        font-size: 20px;
        padding: 32px 50px 32px 20px;
    }

    .form-checkout {
        flex-direction: row;
    }

    .form-checkout__col:last-child {
        max-width: 436px;
    }

    .form-checkout__col {
        width: 100%;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
        font-size: 16px;
        padding: 12px 30px;
    }

    .post-card {
        max-width: calc(50% - 10px);
    }

    .posts-pagination  {
        margin-top: 60px;
    }

    .wp-block-columns .wp-block-column .no-gap > div {
        flex-basis: auto;
        flex-grow: 0;
        width: 50%;
    }

    .wp-block-columns .wp-block-column .section-with-img__text,
    .wp-block-column .section-with-img__text {
        margin-bottom: 37px;
        padding: 0 0 0 7px;
        max-width: calc(50% - 20px);
        margin-right: 20px;
    }

    .entry-content .text-about-us {
        max-width: 602px;
    }

    .wp-block-columns .wp-block-column .section-with-img__text.right,
    .wp-block-column .section-with-img__text.right {
        margin: 0;
        padding: 35px 45px 35px 35px;
    }

    .about-us-text-align-center-p {
        font-size: 17px;
    }

    .contact-right {
        transform: translateY(-27px);
        max-width: 666px;
    }

    .contact-us-section {
        flex-wrap: nowrap !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin: 15px 20px 15px 0;
    }

    .woocommerce-account:not(.page-id-10)  .woocommerce {
        flex-direction: row;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 200px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        border-radius: 10px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .woocommerce .single-product .related{
        margin: 98px 0 77px;
    }

    .woocommerce .single-product .related h4{
        font-size: 36px;
        line-height: 42px;
    }

    .woocommerce-account.logged-in .container > .woocommerce {
        display: flex;
    }

    .main-cards__content {
        display: grid;
        grid-template-areas:
            "big card1"
            "big card2";
        gap: 20px;
    }

    .main-card__text-wrapper {
        padding: 30px;
    }

    .main-card--big .main-card__text-wrapper {
        gap: 50px;
        max-width: 430px;
        padding: 30px;
    }
    
    .main-card__text-wrapper {
        max-width: 215px;
        gap: 25px;
    }

    .main-card--big .main-card__bg {
        aspect-ratio: initial;
    }

    .main-card__link {
        font-size: 18px;
        min-width: 124px;
        padding: 12px;
    }

    .homepage-cards {
        margin: 22px 0;
    }

    .cards__content,
    .homepage-cards__content {
        gap: 20px;
    }

    .card,
    .homepage-card {
        width: calc(25% - 15px);
        padding: 30px 10px;
        gap: 7px;
    }

    .card {
        padding: 30px 10px 40px;
    }
    
    .homepage-card__text {
        max-width: 130px;
    }

    .card__icon,
    .homepage-card__icon {
        width: 50px;
    }

    .products-slider-wrapper__header {
        gap: 13px;
        margin-top: 0;
    }
    
    .products-slider-wrapper__header > span {
        font-size: 18px;
    }
    
    .products-slider-wrapper__button-mobile {
        display: none;
    }

    .products-slider-wrapper__header > .button__secondary {
        display: flex;
    }

    .products-slider-wrapper .products-slider {
        margin-top: 26px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        padding: 14px 0;
    }

    .woocommerce ul.products li.product .price {
        margin-top: 17px;
    }
    
    .category-desc .add-desc__image {
        display: flex;
        gap: 20px;
    }

    .category-desc .add-desc__image > img {
        max-width: calc(25% - 15px);
    }

    .category-desc.category-desc--homepage {
        padding: 43px 0;
    }

    .category-desc h5,
    .category-desc h5 > span {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 34px;
    }

    .category-desc p > b {
        letter-spacing: -.4px;
    }

    .category-desc p + h6 {
        margin-top: 24px;
    }

    .category-filters {
        flex-direction: row;;
        align-items: center;
        gap: 20px;
        padding-bottom: 10px;
    }

    #breadcrumbs {
        padding: 37px 10px 40px;
    }

    .category-filters .woof_list_label .woof_label_term {
        height: 50px;
        padding: 0 22px;
    }

    .contact-column {
        padding: 39px 20px;
        max-width: calc(33% - 10px);
    }

    .contact-column a {
        font-size: 20px;
    }
    
    .product-upload__header > button {
        max-width: 344px;
    }

    .product-upload__header {
        flex-direction: row;
        align-items: center;
    }

    .product-upload__input-mask .icon {
        padding: 108px;
    }

    .woocommerce_cart__header {
        flex-direction: row;
        margin-top: 3px;
        gap: 0;
    }

    .woocommerce_cart__header-tile:first-child > .custom-page-title {
        border-radius: 5px 0 0 5px;
    }
    
    .woocommerce_cart__header-tile:last-child > .custom-page-title {
        border-radius: 0 5px 5px 0;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        flex-direction: row;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .totals,
    .woocommerce-cart .cart-collaterals .cart_totals .left {
        width: 50%;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .totals {
        margin-top: 0;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        margin-top: 38px;
        padding: 47px 0 71px;
        gap: 20px;
        justify-content: space-between;
    }    

    .woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total {
        padding: 64px 0 0;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-areas: "prod qty price total";
        padding: 25px 21px 50px;
        grid-template-columns: 50% 1fr 1fr;
    }

    .woocommerce-cart .woocommerce_cart .product-thumbnail{
        width: 127px;
        min-width: 127px;
        padding: 20px 0;
    }

    .woocommerce-cart .woocommerce_cart .product-name {
        padding: 20px 20px 20px 0;
    }

    .woocommerce-cart .woocommerce_cart .product-quantity {
        padding: 20px 20px 20px 0;
    }

    .woocommerce-cart .woocommerce_cart .product-price {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .woocommerce-cart .woocommerce_cart .product-remove {
        right: auto;
        left: 21px;
        bottom: 20px;
    }

    .woocommerce .shop_table a.remove {
        padding: 8px 10px;
        font-size: 14px;
    }

    .woocommerce-cart .woocommerce_cart .prod-first-col {
        align-items: flex-start;
    }

    .shop_table__header {
        display: grid;
        grid-template-columns: 50% 1fr 1fr;
        gap: 10px;
        margin-bottom: 15px;
        padding: 0 21px;
    }

    .woocommerce-cart .woocommerce_cart [data-title]:before {
        display: none;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        align-items: center;
        flex-direction: row-reverse;
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .menu-button-container,
    .primary-navigation__mobile-logo {
        display: none;
    }

    .primary-navigation__right > .primary-navigation__ig {
        display: flex;
    }

    .primary-navigation__content {
        background-color: transparent;
        position: static;
        align-items: flex-start;
        height: auto;
        display: grid;
        grid-template-areas:
            "logo top"
            "logo bottom";
            grid-template-columns: 1fr;
        max-width: none;
        margin: 0;
        padding: 0;
        gap: 0 10px;
        width: 100%;
    }

    .primary-navigation__right .search .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon svg {
        width: 28px;
        height: 28px;
    }

    .category-filters-button,
    .category-filters-filter-mask,
    .primary-navigation__mask {
        display: none;
    }

    .site-branding .site-logo img {
        width: 133px;
    }

    .menu-wrapper {
        flex-direction: row;
        gap: 1.75vw;
    }

    .woocommerce div.product form.cart .button{
        width: calc(100% - 179px);
    }

    .homepage-tabs-buttons {
        flex-wrap: nowrap;
        gap: 0;
    }

    .homepage-tab-button {
        flex-grow: initial;
        width: 100%;
        min-width: 216px;
    }

    .category-products-mobile-title {
        display: none;
    }

    .category-filters-product-and-loop .yith-wcan-filters {
        position: static;
        max-height: none;
        overflow: visible;
        height: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .category-filters-product-and-loop .category-filters .filters-container .filter-title {
        margin: 30px 0 0;
    }

    .primary-menu-container {
        width: 100%;
    }

    .product-last-section-wrapper {
        gap: 10px 20px;
    }

    .product .add_to_cart_button:not(#qib_id):not(#qib_id):not(_) {
        width: calc(100% - 115px);
    }

    .product .qib-container:not(#qib_id):not(#qib_id) {
        width: 95px;
    }

    .product .qib-container div.quantity:not(#qib_id):not(#qib_id) {
        max-width: calc(100% - 68px);
    }

    .banner-content__texts-item {
        text-align: center;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content__texts-item > span {
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0;
        text-align: center;
        max-width: 200px;
    }

    .banner-content__texts-item > svg {
        width: 60px;
        margin-bottom: 23px;
    }

    .banner-content-text > .banner-title {
        font-size: 46px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
        margin: 12px 0 70px;
    }

    .banner-content {
        width: calc(50% - 10px);
        min-width: 580px;
    }

    .banner-content.right {
        width: 65%;
        min-width: 600px;
    }

    .category-product-and-loop {
        width: 75%;
        padding-left: 7px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 65%;
    }

    .woocommerce div.product .woocommerce-tabs .panel .desc-section {
        gap: 90px;
    }

    .menu-item.menu-item-has-children > a {
        pointer-events: initial;
    }

    .ovh-mobile {
        overflow: visible;
    }

    .category-filters-content {
        height: auto;
        padding: 0;
        overflow: visible;
    }

    .post-card__text {
        width: calc(70% - 26px);
        margin: 44px 0 40px;
        padding: 47px 16px 45px 24px;
    }

    .contact-right {
        padding: 43px 66px 43px 76px;
    }

    .site-header {
        position: relative;
    }
    
    .site-header:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 52px;
        background-color: var(--black);
        z-index: -1;
    }

    .primary-navigation {
        min-height: 0;
    }

    .primary-navigation__content-bottom {
        margin-top: 8px;
    }

    .primary-navigation__right,
    .primary-navigation__left {
        display: none;
    }

    .primary-navigation__content .site-branding {
        display: flex;
        grid-area: logo;
        margin: 6px 10px -28px 10px;
    }

    .primary-navigation__content-top {
        grid-area: top;
        flex-direction: row;
        padding-top: 11px;
    }

    .primary-navigation__contact {
        display: flex;
        gap: 10px 20px;
    }

    .primary-navigation__settings {
        margin: 0 0 0 20px;
        justify-content: initial;
    }

    .primary-navigation__settings .header__link--cart {
        display: inline-flex;
    }

    .menu-item > a {
        color: var(--white);
        white-space: nowrap;
    }
    
    .menu-item > a:hover {
        color: var(--white);
    }

    div[class*="menu-container"]{
        justify-content: flex-end;
    }

    .menu-item.menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        left: -15px;
        min-width: calc(100% + 30px);
        gap: 15px;
        top: 100%;
        background: var(--black);
    }

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

    p.demo_store,
    .woocommerce-store-notice {
        font-size: 18px;
        margin: 34px 0 27px;
        padding: 21px;
        transform: none;
        width: 100%;
    }

    .wp-block-columns .wp-block-column .section-with-img__text.right,
    .wp-block-column .section-with-img__text.right {
        max-width: 624px;
    }

    .product-steps {
        display: grid;
        grid-template-areas: "prod_params upload"
                         "qty_and_dims last_step";
        grid-template-columns: minmax(40%, 480px) 1fr;
    }

    .product-step {
        max-width: 480px;
    }

    .product-step.last-step,
    .product-step.upload {
        order: 0;
    }

    .product-step.last-step {
        align-self: flex-start;
        justify-content: space-between;
        margin: 0;
        padding: 0 28px 0 25px;
    }

    .product-images-wrapper {
        max-width: 420px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-widget-wrapper {
        flex-wrap: nowrap;
        gap: 32px;
        padding: 53px 0 26px;
        justify-content: space-between;
    }

    .footer-bottom .wp-block-group {
        flex-direction: row;
        align-items: center;
        gap: 35px;
    }

    .footer-bottom .wp-block-group .wp-block-columns {
        gap: 16px;
    }

    .site-footer .footer-bottom {
        margin: 15px auto 36px;
        gap: 17px;
    }
    
    .footer-widget-wrapper > .footer-widget:last-of-type {
        margin-right: 16%;
    }

    .footer-widget-wrapper > .wp-block-columns,
    .footer-widget-wrapper > .footer-widget {
        width: auto;
        order: 0;
    }

    .site-footer > .alignwide > .widget:last-child {
        margin-top: 14px;
    }

    .tab-swiper-button.next,
    .tab-swiper-button.swiper-button-next-best-in-cat {
        right: 104px;
    }

    .swiper-button-next-related.next {
        right: 0;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .archive.woocommerce ul.products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1240px) {
    .primary-navigation__content .site-branding {
        margin: 6px 49px -28px 10px;
    }

    .primary-navigation__contact {
        gap: 10px 49px;
    }

    .primary-navigation__settings {
        margin-left: 99px;
        gap: 28px;
    }
}

@media screen and (min-width: 1440px) {
    .primary-navigation__right {
        gap: 34px;
    }

    .menu-wrapper {
        gap: 36px;
    }

    .banner-with-slider {
        justify-content: flex-end;
    }

    .banner-content.left {
        max-width: 580px;
    }

    .banner-content.right {
        width: calc(60vw - 80px);
    }

    .banner-content-text {
        transform: translateX(33px);
    }
}


.proddesc{
    width: 50%;
}
.woocommerce-product-gallery{
    max-width: 50% !important;
    width: 50%;
}
@media screen and (max-width: 740px) {
    .product-images-wrapper{
        display: flex;
        flex-direction: column;
    }
    .proddesc{
        width: 100%;
    }
    .woocommerce-product-gallery{
        max-width: 100% !important;
        width: 100%;
    }
}